repos

blog.bythewood.me-rust

mirror archived upstream

Single-binary self-hosted Markdown blog on Rust axum: no database, live search, Typst PDF export, and strong SEO.

axumblogdockermarkdownminijinjarustself-hostedtypstvite

97.0 KB · 4038 lines Raw History
   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 = "android_system_properties"
  22version = "0.1.5"
  23source = "registry+https://github.com/rust-lang/crates.io-index"
  24checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  25dependencies = [
  26 "libc",
  27]
  28
  29[[package]]
  30name = "anstream"
  31version = "1.0.0"
  32source = "registry+https://github.com/rust-lang/crates.io-index"
  33checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
  34dependencies = [
  35 "anstyle",
  36 "anstyle-parse",
  37 "anstyle-query",
  38 "anstyle-wincon",
  39 "colorchoice",
  40 "is_terminal_polyfill",
  41 "utf8parse",
  42]
  43
  44[[package]]
  45name = "anstyle"
  46version = "1.0.14"
  47source = "registry+https://github.com/rust-lang/crates.io-index"
  48checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
  49
  50[[package]]
  51name = "anstyle-parse"
  52version = "1.0.0"
  53source = "registry+https://github.com/rust-lang/crates.io-index"
  54checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
  55dependencies = [
  56 "utf8parse",
  57]
  58
  59[[package]]
  60name = "anstyle-query"
  61version = "1.1.5"
  62source = "registry+https://github.com/rust-lang/crates.io-index"
  63checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
  64dependencies = [
  65 "windows-sys",
  66]
  67
  68[[package]]
  69name = "anstyle-wincon"
  70version = "3.0.11"
  71source = "registry+https://github.com/rust-lang/crates.io-index"
  72checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
  73dependencies = [
  74 "anstyle",
  75 "once_cell_polyfill",
  76 "windows-sys",
  77]
  78
  79[[package]]
  80name = "anyhow"
  81version = "1.0.102"
  82source = "registry+https://github.com/rust-lang/crates.io-index"
  83checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
  84
  85[[package]]
  86name = "approx"
  87version = "0.5.1"
  88source = "registry+https://github.com/rust-lang/crates.io-index"
  89checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  90dependencies = [
  91 "num-traits",
  92]
  93
  94[[package]]
  95name = "ar_archive_writer"
  96version = "0.5.1"
  97source = "registry+https://github.com/rust-lang/crates.io-index"
  98checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  99dependencies = [
 100 "object",
 101]
 102
 103[[package]]
 104name = "arrayref"
 105version = "0.3.9"
 106source = "registry+https://github.com/rust-lang/crates.io-index"
 107checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
 108
 109[[package]]
 110name = "arrayvec"
 111version = "0.7.6"
 112source = "registry+https://github.com/rust-lang/crates.io-index"
 113checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
 114
 115[[package]]
 116name = "atomic-waker"
 117version = "1.1.2"
 118source = "registry+https://github.com/rust-lang/crates.io-index"
 119checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 120
 121[[package]]
 122name = "autocfg"
 123version = "1.5.0"
 124source = "registry+https://github.com/rust-lang/crates.io-index"
 125checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 126
 127[[package]]
 128name = "axum"
 129version = "0.8.9"
 130source = "registry+https://github.com/rust-lang/crates.io-index"
 131checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
 132dependencies = [
 133 "axum-core",
 134 "bytes",
 135 "form_urlencoded",
 136 "futures-util",
 137 "http",
 138 "http-body",
 139 "http-body-util",
 140 "hyper",
 141 "hyper-util",
 142 "itoa",
 143 "matchit",
 144 "memchr",
 145 "mime",
 146 "percent-encoding",
 147 "pin-project-lite",
 148 "serde_core",
 149 "serde_json",
 150 "serde_path_to_error",
 151 "serde_urlencoded",
 152 "sync_wrapper",
 153 "tokio",
 154 "tower",
 155 "tower-layer",
 156 "tower-service",
 157 "tracing",
 158]
 159
 160[[package]]
 161name = "axum-core"
 162version = "0.5.6"
 163source = "registry+https://github.com/rust-lang/crates.io-index"
 164checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
 165dependencies = [
 166 "bytes",
 167 "futures-core",
 168 "http",
 169 "http-body",
 170 "http-body-util",
 171 "mime",
 172 "pin-project-lite",
 173 "sync_wrapper",
 174 "tower-layer",
 175 "tower-service",
 176 "tracing",
 177]
 178
 179[[package]]
 180name = "az"
 181version = "1.3.0"
 182source = "registry+https://github.com/rust-lang/crates.io-index"
 183checksum = "be5eb007b7cacc6c660343e96f650fedf4b5a77512399eb952ca6642cf8d13f7"
 184
 185[[package]]
 186name = "base64"
 187version = "0.22.1"
 188source = "registry+https://github.com/rust-lang/crates.io-index"
 189checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 190
 191[[package]]
 192name = "biblatex"
 193version = "0.11.0"
 194source = "registry+https://github.com/rust-lang/crates.io-index"
 195checksum = "53d0c374feba1b9a59042a7c1cf00ce7c34b977b9134fe7c42b08e5183729f66"
 196dependencies = [
 197 "paste",
 198 "roman-numerals-rs",
 199 "strum",
 200 "unic-langid",
 201 "unicode-normalization",
 202 "unscanny",
 203]
 204
 205[[package]]
 206name = "bincode"
 207version = "1.3.3"
 208source = "registry+https://github.com/rust-lang/crates.io-index"
 209checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 210dependencies = [
 211 "serde",
 212]
 213
 214[[package]]
 215name = "bit-set"
 216version = "0.8.0"
 217source = "registry+https://github.com/rust-lang/crates.io-index"
 218checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 219dependencies = [
 220 "bit-vec",
 221]
 222
 223[[package]]
 224name = "bit-vec"
 225version = "0.8.0"
 226source = "registry+https://github.com/rust-lang/crates.io-index"
 227checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 228
 229[[package]]
 230name = "bitflags"
 231version = "1.3.2"
 232source = "registry+https://github.com/rust-lang/crates.io-index"
 233checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 234
 235[[package]]
 236name = "bitflags"
 237version = "2.11.1"
 238source = "registry+https://github.com/rust-lang/crates.io-index"
 239checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
 240dependencies = [
 241 "serde_core",
 242]
 243
 244[[package]]
 245name = "blog"
 246version = "0.1.0"
 247dependencies = [
 248 "anyhow",
 249 "axum",
 250 "chrono",
 251 "comrak",
 252 "dotenvy",
 253 "mime_guess",
 254 "minijinja",
 255 "once_cell",
 256 "rand",
 257 "serde",
 258 "serde_json",
 259 "tokio",
 260 "tower",
 261 "tower-http",
 262 "tracing",
 263 "tracing-subscriber",
 264 "typst",
 265 "typst-kit",
 266 "typst-pdf",
 267 "urlencoding",
 268]
 269
 270[[package]]
 271name = "bon"
 272version = "3.9.1"
 273source = "registry+https://github.com/rust-lang/crates.io-index"
 274checksum = "f47dbe92550676ee653353c310dfb9cf6ba17ee70396e1f7cf0a2020ad49b2fe"
 275dependencies = [
 276 "bon-macros",
 277 "rustversion",
 278]
 279
 280[[package]]
 281name = "bon-macros"
 282version = "3.9.1"
 283source = "registry+https://github.com/rust-lang/crates.io-index"
 284checksum = "519bd3116aeeb42d5372c29d982d16d0170d3d4a5ed85fc7dd91642ffff3c67c"
 285dependencies = [
 286 "darling",
 287 "ident_case",
 288 "prettyplease",
 289 "proc-macro2",
 290 "quote",
 291 "rustversion",
 292 "syn",
 293]
 294
 295[[package]]
 296name = "bumpalo"
 297version = "3.20.2"
 298source = "registry+https://github.com/rust-lang/crates.io-index"
 299checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
 300
 301[[package]]
 302name = "by_address"
 303version = "1.2.1"
 304source = "registry+https://github.com/rust-lang/crates.io-index"
 305checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 306
 307[[package]]
 308name = "bytemuck"
 309version = "1.25.0"
 310source = "registry+https://github.com/rust-lang/crates.io-index"
 311checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
 312dependencies = [
 313 "bytemuck_derive",
 314]
 315
 316[[package]]
 317name = "bytemuck_derive"
 318version = "1.10.2"
 319source = "registry+https://github.com/rust-lang/crates.io-index"
 320checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 321dependencies = [
 322 "proc-macro2",
 323 "quote",
 324 "syn",
 325]
 326
 327[[package]]
 328name = "byteorder-lite"
 329version = "0.1.0"
 330source = "registry+https://github.com/rust-lang/crates.io-index"
 331checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 332
 333[[package]]
 334name = "bytes"
 335version = "1.11.1"
 336source = "registry+https://github.com/rust-lang/crates.io-index"
 337checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 338
 339[[package]]
 340name = "caseless"
 341version = "0.2.2"
 342source = "registry+https://github.com/rust-lang/crates.io-index"
 343checksum = "8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8"
 344dependencies = [
 345 "unicode-normalization",
 346]
 347
 348[[package]]
 349name = "cc"
 350version = "1.2.61"
 351source = "registry+https://github.com/rust-lang/crates.io-index"
 352checksum = "d16d90359e986641506914ba71350897565610e87ce0ad9e6f28569db3dd5c6d"
 353dependencies = [
 354 "find-msvc-tools",
 355 "shlex",
 356]
 357
 358[[package]]
 359name = "cfg-if"
 360version = "1.0.4"
 361source = "registry+https://github.com/rust-lang/crates.io-index"
 362checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 363
 364[[package]]
 365name = "chinese-number"
 366version = "0.7.8"
 367source = "registry+https://github.com/rust-lang/crates.io-index"
 368checksum = "3e964125508474a83c95eb935697abbeb446ff4e9d62c71ce880e3986d1c606b"
 369dependencies = [
 370 "chinese-variant",
 371 "enum-ordinalize",
 372 "num-bigint",
 373 "num-traits",
 374]
 375
 376[[package]]
 377name = "chinese-variant"
 378version = "1.1.5"
 379source = "registry+https://github.com/rust-lang/crates.io-index"
 380checksum = "58b52a9840ffff5d4d0058ae529fa066a75e794e3125546acfc61c23ad755e49"
 381
 382[[package]]
 383name = "chrono"
 384version = "0.4.44"
 385source = "registry+https://github.com/rust-lang/crates.io-index"
 386checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
 387dependencies = [
 388 "iana-time-zone",
 389 "num-traits",
 390 "windows-link",
 391]
 392
 393[[package]]
 394name = "ciborium"
 395version = "0.2.2"
 396source = "registry+https://github.com/rust-lang/crates.io-index"
 397checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 398dependencies = [
 399 "ciborium-io",
 400 "ciborium-ll",
 401 "serde",
 402]
 403
 404[[package]]
 405name = "ciborium-io"
 406version = "0.2.2"
 407source = "registry+https://github.com/rust-lang/crates.io-index"
 408checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 409
 410[[package]]
 411name = "ciborium-ll"
 412version = "0.2.2"
 413source = "registry+https://github.com/rust-lang/crates.io-index"
 414checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 415dependencies = [
 416 "ciborium-io",
 417 "half",
 418]
 419
 420[[package]]
 421name = "citationberg"
 422version = "0.6.1"
 423source = "registry+https://github.com/rust-lang/crates.io-index"
 424checksum = "1f6597e8bdbca37f1f56e5a80d15857b0932aead21a78d20de49e99e74933046"
 425dependencies = [
 426 "quick-xml 0.38.4",
 427 "serde",
 428]
 429
 430[[package]]
 431name = "clap"
 432version = "4.6.1"
 433source = "registry+https://github.com/rust-lang/crates.io-index"
 434checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
 435dependencies = [
 436 "clap_builder",
 437 "clap_derive",
 438]
 439
 440[[package]]
 441name = "clap_builder"
 442version = "4.6.0"
 443source = "registry+https://github.com/rust-lang/crates.io-index"
 444checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
 445dependencies = [
 446 "anstream",
 447 "anstyle",
 448 "clap_lex",
 449 "strsim",
 450 "terminal_size",
 451]
 452
 453[[package]]
 454name = "clap_derive"
 455version = "4.6.1"
 456source = "registry+https://github.com/rust-lang/crates.io-index"
 457checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
 458dependencies = [
 459 "heck",
 460 "proc-macro2",
 461 "quote",
 462 "syn",
 463]
 464
 465[[package]]
 466name = "clap_lex"
 467version = "1.1.0"
 468source = "registry+https://github.com/rust-lang/crates.io-index"
 469checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
 470
 471[[package]]
 472name = "cobs"
 473version = "0.3.0"
 474source = "registry+https://github.com/rust-lang/crates.io-index"
 475checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 476dependencies = [
 477 "thiserror",
 478]
 479
 480[[package]]
 481name = "codex"
 482version = "0.2.0"
 483source = "registry+https://github.com/rust-lang/crates.io-index"
 484checksum = "9589e1effc5cacbea347899645c654158b03b2053d24bb426fd3128ced6e423c"
 485
 486[[package]]
 487name = "color_quant"
 488version = "1.1.0"
 489source = "registry+https://github.com/rust-lang/crates.io-index"
 490checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 491
 492[[package]]
 493name = "colorchoice"
 494version = "1.0.5"
 495source = "registry+https://github.com/rust-lang/crates.io-index"
 496checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
 497
 498[[package]]
 499name = "comemo"
 500version = "0.5.1"
 501source = "registry+https://github.com/rust-lang/crates.io-index"
 502checksum = "3c963350b2b08aa4b725d7802593245380ab53dacfedcaa971385fc33306c0d4"
 503dependencies = [
 504 "comemo-macros",
 505 "parking_lot",
 506 "rustc-hash",
 507 "siphasher",
 508 "slab",
 509]
 510
 511[[package]]
 512name = "comemo-macros"
 513version = "0.5.1"
 514source = "registry+https://github.com/rust-lang/crates.io-index"
 515checksum = "a3c400139ba1389ef9e20ad2d87cda68b437a66483aa0da616bdf2cea7413853"
 516dependencies = [
 517 "proc-macro2",
 518 "quote",
 519 "syn",
 520]
 521
 522[[package]]
 523name = "comrak"
 524version = "0.30.0"
 525source = "registry+https://github.com/rust-lang/crates.io-index"
 526checksum = "949f8e6b02ebac005a8be2df9ec0876cafc83fdb9c510796c37f0fadf92dcd0e"
 527dependencies = [
 528 "bon",
 529 "caseless",
 530 "clap",
 531 "entities",
 532 "memchr",
 533 "once_cell",
 534 "regex",
 535 "shell-words",
 536 "slug",
 537 "syntect",
 538 "typed-arena",
 539 "unicode_categories",
 540 "xdg",
 541]
 542
 543[[package]]
 544name = "core-foundation-sys"
 545version = "0.8.7"
 546source = "registry+https://github.com/rust-lang/crates.io-index"
 547checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 548
 549[[package]]
 550name = "core_maths"
 551version = "0.1.1"
 552source = "registry+https://github.com/rust-lang/crates.io-index"
 553checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 554dependencies = [
 555 "libm",
 556]
 557
 558[[package]]
 559name = "crc32fast"
 560version = "1.5.0"
 561source = "registry+https://github.com/rust-lang/crates.io-index"
 562checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 563dependencies = [
 564 "cfg-if",
 565]
 566
 567[[package]]
 568name = "crossbeam-deque"
 569version = "0.8.6"
 570source = "registry+https://github.com/rust-lang/crates.io-index"
 571checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 572dependencies = [
 573 "crossbeam-epoch",
 574 "crossbeam-utils",
 575]
 576
 577[[package]]
 578name = "crossbeam-epoch"
 579version = "0.9.18"
 580source = "registry+https://github.com/rust-lang/crates.io-index"
 581checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 582dependencies = [
 583 "crossbeam-utils",
 584]
 585
 586[[package]]
 587name = "crossbeam-utils"
 588version = "0.8.21"
 589source = "registry+https://github.com/rust-lang/crates.io-index"
 590checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 591
 592[[package]]
 593name = "crunchy"
 594version = "0.2.4"
 595source = "registry+https://github.com/rust-lang/crates.io-index"
 596checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 597
 598[[package]]
 599name = "csv"
 600version = "1.4.0"
 601source = "registry+https://github.com/rust-lang/crates.io-index"
 602checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
 603dependencies = [
 604 "csv-core",
 605 "itoa",
 606 "ryu",
 607 "serde_core",
 608]
 609
 610[[package]]
 611name = "csv-core"
 612version = "0.1.13"
 613source = "registry+https://github.com/rust-lang/crates.io-index"
 614checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
 615dependencies = [
 616 "memchr",
 617]
 618
 619[[package]]
 620name = "darling"
 621version = "0.23.0"
 622source = "registry+https://github.com/rust-lang/crates.io-index"
 623checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
 624dependencies = [
 625 "darling_core",
 626 "darling_macro",
 627]
 628
 629[[package]]
 630name = "darling_core"
 631version = "0.23.0"
 632source = "registry+https://github.com/rust-lang/crates.io-index"
 633checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
 634dependencies = [
 635 "ident_case",
 636 "proc-macro2",
 637 "quote",
 638 "strsim",
 639 "syn",
 640]
 641
 642[[package]]
 643name = "darling_macro"
 644version = "0.23.0"
 645source = "registry+https://github.com/rust-lang/crates.io-index"
 646checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
 647dependencies = [
 648 "darling_core",
 649 "quote",
 650 "syn",
 651]
 652
 653[[package]]
 654name = "data-url"
 655version = "0.3.2"
 656source = "registry+https://github.com/rust-lang/crates.io-index"
 657checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 658
 659[[package]]
 660name = "deranged"
 661version = "0.5.8"
 662source = "registry+https://github.com/rust-lang/crates.io-index"
 663checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
 664dependencies = [
 665 "powerfmt",
 666]
 667
 668[[package]]
 669name = "deunicode"
 670version = "1.6.2"
 671source = "registry+https://github.com/rust-lang/crates.io-index"
 672checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04"
 673
 674[[package]]
 675name = "displaydoc"
 676version = "0.2.5"
 677source = "registry+https://github.com/rust-lang/crates.io-index"
 678checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 679dependencies = [
 680 "proc-macro2",
 681 "quote",
 682 "syn",
 683]
 684
 685[[package]]
 686name = "dotenvy"
 687version = "0.15.7"
 688source = "registry+https://github.com/rust-lang/crates.io-index"
 689checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 690
 691[[package]]
 692name = "ecow"
 693version = "0.2.6"
 694source = "registry+https://github.com/rust-lang/crates.io-index"
 695checksum = "78e4f79b296fbaab6ce2e22d52cb4c7f010fe0ebe7a32e34fa25885fd797bd02"
 696dependencies = [
 697 "serde",
 698]
 699
 700[[package]]
 701name = "either"
 702version = "1.15.0"
 703source = "registry+https://github.com/rust-lang/crates.io-index"
 704checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 705
 706[[package]]
 707name = "embedded-io"
 708version = "0.4.0"
 709source = "registry+https://github.com/rust-lang/crates.io-index"
 710checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 711
 712[[package]]
 713name = "embedded-io"
 714version = "0.6.1"
 715source = "registry+https://github.com/rust-lang/crates.io-index"
 716checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 717
 718[[package]]
 719name = "entities"
 720version = "1.0.1"
 721source = "registry+https://github.com/rust-lang/crates.io-index"
 722checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
 723
 724[[package]]
 725name = "enum-ordinalize"
 726version = "4.3.2"
 727source = "registry+https://github.com/rust-lang/crates.io-index"
 728checksum = "4a1091a7bb1f8f2c4b28f1fe2cef4980ca2d410a3d727d67ecc3178c9b0800f0"
 729dependencies = [
 730 "enum-ordinalize-derive",
 731]
 732
 733[[package]]
 734name = "enum-ordinalize-derive"
 735version = "4.3.2"
 736source = "registry+https://github.com/rust-lang/crates.io-index"
 737checksum = "8ca9601fb2d62598ee17836250842873a413586e5d7ed88b356e38ddbb0ec631"
 738dependencies = [
 739 "proc-macro2",
 740 "quote",
 741 "syn",
 742]
 743
 744[[package]]
 745name = "equivalent"
 746version = "1.0.2"
 747source = "registry+https://github.com/rust-lang/crates.io-index"
 748checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 749
 750[[package]]
 751name = "errno"
 752version = "0.3.14"
 753source = "registry+https://github.com/rust-lang/crates.io-index"
 754checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 755dependencies = [
 756 "libc",
 757 "windows-sys",
 758]
 759
 760[[package]]
 761name = "euclid"
 762version = "0.22.14"
 763source = "registry+https://github.com/rust-lang/crates.io-index"
 764checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06"
 765dependencies = [
 766 "num-traits",
 767]
 768
 769[[package]]
 770name = "fancy-regex"
 771version = "0.16.2"
 772source = "registry+https://github.com/rust-lang/crates.io-index"
 773checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 774dependencies = [
 775 "bit-set",
 776 "regex-automata",
 777 "regex-syntax",
 778]
 779
 780[[package]]
 781name = "fast-srgb8"
 782version = "1.0.0"
 783source = "registry+https://github.com/rust-lang/crates.io-index"
 784checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 785
 786[[package]]
 787name = "fastrand"
 788version = "2.4.1"
 789source = "registry+https://github.com/rust-lang/crates.io-index"
 790checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
 791
 792[[package]]
 793name = "fdeflate"
 794version = "0.3.7"
 795source = "registry+https://github.com/rust-lang/crates.io-index"
 796checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 797dependencies = [
 798 "simd-adler32",
 799]
 800
 801[[package]]
 802name = "find-msvc-tools"
 803version = "0.1.9"
 804source = "registry+https://github.com/rust-lang/crates.io-index"
 805checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
 806
 807[[package]]
 808name = "flate2"
 809version = "1.1.9"
 810source = "registry+https://github.com/rust-lang/crates.io-index"
 811checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
 812dependencies = [
 813 "crc32fast",
 814 "miniz_oxide",
 815 "zlib-rs",
 816]
 817
 818[[package]]
 819name = "float-cmp"
 820version = "0.9.0"
 821source = "registry+https://github.com/rust-lang/crates.io-index"
 822checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 823
 824[[package]]
 825name = "float-cmp"
 826version = "0.10.0"
 827source = "registry+https://github.com/rust-lang/crates.io-index"
 828checksum = "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8"
 829dependencies = [
 830 "num-traits",
 831]
 832
 833[[package]]
 834name = "fnv"
 835version = "1.0.7"
 836source = "registry+https://github.com/rust-lang/crates.io-index"
 837checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 838
 839[[package]]
 840name = "font-types"
 841version = "0.10.1"
 842source = "registry+https://github.com/rust-lang/crates.io-index"
 843checksum = "39a654f404bbcbd48ea58c617c2993ee91d1cb63727a37bf2323a4edeed1b8c5"
 844dependencies = [
 845 "bytemuck",
 846]
 847
 848[[package]]
 849name = "fontconfig-parser"
 850version = "0.5.8"
 851source = "registry+https://github.com/rust-lang/crates.io-index"
 852checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 853dependencies = [
 854 "roxmltree",
 855]
 856
 857[[package]]
 858name = "fontdb"
 859version = "0.23.0"
 860source = "registry+https://github.com/rust-lang/crates.io-index"
 861checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 862dependencies = [
 863 "fontconfig-parser",
 864 "log",
 865 "memmap2",
 866 "slotmap",
 867 "tinyvec",
 868 "ttf-parser",
 869]
 870
 871[[package]]
 872name = "form_urlencoded"
 873version = "1.2.2"
 874source = "registry+https://github.com/rust-lang/crates.io-index"
 875checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 876dependencies = [
 877 "percent-encoding",
 878]
 879
 880[[package]]
 881name = "futures-channel"
 882version = "0.3.32"
 883source = "registry+https://github.com/rust-lang/crates.io-index"
 884checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 885dependencies = [
 886 "futures-core",
 887]
 888
 889[[package]]
 890name = "futures-core"
 891version = "0.3.32"
 892source = "registry+https://github.com/rust-lang/crates.io-index"
 893checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 894
 895[[package]]
 896name = "futures-sink"
 897version = "0.3.32"
 898source = "registry+https://github.com/rust-lang/crates.io-index"
 899checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 900
 901[[package]]
 902name = "futures-task"
 903version = "0.3.32"
 904source = "registry+https://github.com/rust-lang/crates.io-index"
 905checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 906
 907[[package]]
 908name = "futures-util"
 909version = "0.3.32"
 910source = "registry+https://github.com/rust-lang/crates.io-index"
 911checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 912dependencies = [
 913 "futures-core",
 914 "futures-task",
 915 "pin-project-lite",
 916 "slab",
 917]
 918
 919[[package]]
 920name = "getrandom"
 921version = "0.2.17"
 922source = "registry+https://github.com/rust-lang/crates.io-index"
 923checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
 924dependencies = [
 925 "cfg-if",
 926 "libc",
 927 "wasi",
 928]
 929
 930[[package]]
 931name = "gif"
 932version = "0.13.3"
 933source = "registry+https://github.com/rust-lang/crates.io-index"
 934checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 935dependencies = [
 936 "color_quant",
 937 "weezl",
 938]
 939
 940[[package]]
 941name = "gif"
 942version = "0.14.2"
 943source = "registry+https://github.com/rust-lang/crates.io-index"
 944checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159"
 945dependencies = [
 946 "color_quant",
 947 "weezl",
 948]
 949
 950[[package]]
 951name = "glidesort"
 952version = "0.1.2"
 953source = "registry+https://github.com/rust-lang/crates.io-index"
 954checksum = "f2e102e6eb644d3e0b186fc161e4460417880a0a0b87d235f2e5b8fb30f2e9e0"
 955
 956[[package]]
 957name = "half"
 958version = "2.7.1"
 959source = "registry+https://github.com/rust-lang/crates.io-index"
 960checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 961dependencies = [
 962 "cfg-if",
 963 "crunchy",
 964 "zerocopy",
 965]
 966
 967[[package]]
 968name = "hashbrown"
 969version = "0.17.0"
 970source = "registry+https://github.com/rust-lang/crates.io-index"
 971checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
 972
 973[[package]]
 974name = "hayagriva"
 975version = "0.9.1"
 976source = "registry+https://github.com/rust-lang/crates.io-index"
 977checksum = "1cb69425736f184173b3ca6e27fcba440a61492a790c786b1c6af7e06a03e575"
 978dependencies = [
 979 "biblatex",
 980 "ciborium",
 981 "citationberg",
 982 "indexmap",
 983 "paste",
 984 "roman-numerals-rs",
 985 "serde",
 986 "serde_yaml",
 987 "thiserror",
 988 "unic-langid",
 989 "unicode-segmentation",
 990 "unscanny",
 991 "url",
 992]
 993
 994[[package]]
 995name = "hayro"
 996version = "0.4.0"
 997source = "registry+https://github.com/rust-lang/crates.io-index"
 998checksum = "048488ba88552bb0fb2a7e4001c64d5bed65d1a92167186a1bb9151571f32e60"
 999dependencies = [
1000 "bytemuck",
1001 "hayro-interpret",
1002 "image",
1003 "kurbo 0.12.0",
1004]
1005
1006[[package]]
1007name = "hayro-font"
1008version = "0.3.0"
1009source = "registry+https://github.com/rust-lang/crates.io-index"
1010checksum = "10e7e97ce840a6a70e7901e240ec65ba61106b66b37a4a1b899a2ce484248463"
1011dependencies = [
1012 "log",
1013 "phf",
1014]
1015
1016[[package]]
1017name = "hayro-interpret"
1018version = "0.4.0"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "56204c972d08e844f3db13b1e14be769f846e576699b46d4f4637cc4f8f70102"
1021dependencies = [
1022 "bitflags 2.11.1",
1023 "hayro-font",
1024 "hayro-syntax",
1025 "kurbo 0.12.0",
1026 "log",
1027 "moxcms 0.7.11",
1028 "phf",
1029 "rustc-hash",
1030 "siphasher",
1031 "skrifa",
1032 "smallvec",
1033 "yoke 0.8.2",
1034]
1035
1036[[package]]
1037name = "hayro-svg"
1038version = "0.2.0"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "e8c673304cec6e0dfd3b4f71fccecd45646899aa70279b62d3f933842abc4ac5"
1041dependencies = [
1042 "base64",
1043 "hayro-interpret",
1044 "image",
1045 "kurbo 0.12.0",
1046 "siphasher",
1047 "xmlwriter",
1048]
1049
1050[[package]]
1051name = "hayro-syntax"
1052version = "0.4.0"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "3f9e5c7dbc0f11dc42775d1a6cc00f5f5137b90b6288dd7fe5f71d17b14d10be"
1055dependencies = [
1056 "flate2",
1057 "kurbo 0.12.0",
1058 "log",
1059 "rustc-hash",
1060 "smallvec",
1061 "zune-jpeg 0.4.21",
1062]
1063
1064[[package]]
1065name = "hayro-write"
1066version = "0.3.0"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "cc05d8b4bc878b9aee48d980ecb25ed08f1dd9fad6da5ab4d9b7c56ec03a0cf6"
1069dependencies = [
1070 "flate2",
1071 "hayro-syntax",
1072 "log",
1073 "pdf-writer",
1074]
1075
1076[[package]]
1077name = "heck"
1078version = "0.5.0"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1081
1082[[package]]
1083name = "http"
1084version = "1.4.0"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
1087dependencies = [
1088 "bytes",
1089 "itoa",
1090]
1091
1092[[package]]
1093name = "http-body"
1094version = "1.0.1"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1097dependencies = [
1098 "bytes",
1099 "http",
1100]
1101
1102[[package]]
1103name = "http-body-util"
1104version = "0.1.3"
1105source = "registry+https://github.com/rust-lang/crates.io-index"
1106checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1107dependencies = [
1108 "bytes",
1109 "futures-core",
1110 "http",
1111 "http-body",
1112 "pin-project-lite",
1113]
1114
1115[[package]]
1116name = "http-range-header"
1117version = "0.4.2"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
1120
1121[[package]]
1122name = "httparse"
1123version = "1.10.1"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1126
1127[[package]]
1128name = "httpdate"
1129version = "1.0.3"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1132
1133[[package]]
1134name = "hyper"
1135version = "1.9.0"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
1138dependencies = [
1139 "atomic-waker",
1140 "bytes",
1141 "futures-channel",
1142 "futures-core",
1143 "http",
1144 "http-body",
1145 "httparse",
1146 "httpdate",
1147 "itoa",
1148 "pin-project-lite",
1149 "smallvec",
1150 "tokio",
1151]
1152
1153[[package]]
1154name = "hyper-util"
1155version = "0.1.20"
1156source = "registry+https://github.com/rust-lang/crates.io-index"
1157checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1158dependencies = [
1159 "bytes",
1160 "http",
1161 "http-body",
1162 "hyper",
1163 "pin-project-lite",
1164 "tokio",
1165 "tower-service",
1166]
1167
1168[[package]]
1169name = "hypher"
1170version = "0.1.7"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "bef68590049bab63a464eee1a1158ac04c6f6613a546d8d90f78636b8b94f171"
1173
1174[[package]]
1175name = "iana-time-zone"
1176version = "0.1.65"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1179dependencies = [
1180 "android_system_properties",
1181 "core-foundation-sys",
1182 "iana-time-zone-haiku",
1183 "js-sys",
1184 "log",
1185 "wasm-bindgen",
1186 "windows-core",
1187]
1188
1189[[package]]
1190name = "iana-time-zone-haiku"
1191version = "0.1.2"
1192source = "registry+https://github.com/rust-lang/crates.io-index"
1193checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1194dependencies = [
1195 "cc",
1196]
1197
1198[[package]]
1199name = "icu_collections"
1200version = "1.5.0"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
1203dependencies = [
1204 "displaydoc",
1205 "serde",
1206 "yoke 0.7.5",
1207 "zerofrom",
1208 "zerovec 0.10.4",
1209]
1210
1211[[package]]
1212name = "icu_collections"
1213version = "2.2.0"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
1216dependencies = [
1217 "displaydoc",
1218 "potential_utf",
1219 "utf8_iter",
1220 "yoke 0.8.2",
1221 "zerofrom",
1222 "zerovec 0.11.6",
1223]
1224
1225[[package]]
1226name = "icu_locale_core"
1227version = "2.2.0"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
1230dependencies = [
1231 "displaydoc",
1232 "litemap 0.8.2",
1233 "tinystr 0.8.3",
1234 "writeable 0.6.3",
1235 "zerovec 0.11.6",
1236]
1237
1238[[package]]
1239name = "icu_locid"
1240version = "1.5.0"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
1243dependencies = [
1244 "displaydoc",
1245 "litemap 0.7.5",
1246 "tinystr 0.7.6",
1247 "writeable 0.5.5",
1248 "zerovec 0.10.4",
1249]
1250
1251[[package]]
1252name = "icu_locid_transform"
1253version = "1.5.0"
1254source = "registry+https://github.com/rust-lang/crates.io-index"
1255checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
1256dependencies = [
1257 "displaydoc",
1258 "icu_locid",
1259 "icu_locid_transform_data",
1260 "icu_provider 1.5.0",
1261 "tinystr 0.7.6",
1262 "zerovec 0.10.4",
1263]
1264
1265[[package]]
1266name = "icu_locid_transform_data"
1267version = "1.5.1"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
1270
1271[[package]]
1272name = "icu_normalizer"
1273version = "2.2.0"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1276dependencies = [
1277 "icu_collections 2.2.0",
1278 "icu_normalizer_data",
1279 "icu_properties 2.2.0",
1280 "icu_provider 2.2.0",
1281 "smallvec",
1282 "zerovec 0.11.6",
1283]
1284
1285[[package]]
1286name = "icu_normalizer_data"
1287version = "2.2.0"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
1290
1291[[package]]
1292name = "icu_properties"
1293version = "1.5.1"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
1296dependencies = [
1297 "displaydoc",
1298 "icu_collections 1.5.0",
1299 "icu_locid_transform",
1300 "icu_properties_data 1.5.1",
1301 "icu_provider 1.5.0",
1302 "serde",
1303 "tinystr 0.7.6",
1304 "zerovec 0.10.4",
1305]
1306
1307[[package]]
1308name = "icu_properties"
1309version = "2.2.0"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1312dependencies = [
1313 "icu_collections 2.2.0",
1314 "icu_locale_core",
1315 "icu_properties_data 2.2.0",
1316 "icu_provider 2.2.0",
1317 "zerotrie 0.2.4",
1318 "zerovec 0.11.6",
1319]
1320
1321[[package]]
1322name = "icu_properties_data"
1323version = "1.5.1"
1324source = "registry+https://github.com/rust-lang/crates.io-index"
1325checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
1326
1327[[package]]
1328name = "icu_properties_data"
1329version = "2.2.0"
1330source = "registry+https://github.com/rust-lang/crates.io-index"
1331checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1332
1333[[package]]
1334name = "icu_provider"
1335version = "1.5.0"
1336source = "registry+https://github.com/rust-lang/crates.io-index"
1337checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
1338dependencies = [
1339 "displaydoc",
1340 "icu_locid",
1341 "icu_provider_macros",
1342 "postcard",
1343 "serde",
1344 "stable_deref_trait",
1345 "tinystr 0.7.6",
1346 "writeable 0.5.5",
1347 "yoke 0.7.5",
1348 "zerofrom",
1349 "zerovec 0.10.4",
1350]
1351
1352[[package]]
1353name = "icu_provider"
1354version = "2.2.0"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1357dependencies = [
1358 "displaydoc",
1359 "icu_locale_core",
1360 "writeable 0.6.3",
1361 "yoke 0.8.2",
1362 "zerofrom",
1363 "zerotrie 0.2.4",
1364 "zerovec 0.11.6",
1365]
1366
1367[[package]]
1368name = "icu_provider_adapters"
1369version = "1.5.0"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "d6324dfd08348a8e0374a447ebd334044d766b1839bb8d5ccf2482a99a77c0bc"
1372dependencies = [
1373 "icu_locid",
1374 "icu_locid_transform",
1375 "icu_provider 1.5.0",
1376 "tinystr 0.7.6",
1377 "zerovec 0.10.4",
1378]
1379
1380[[package]]
1381name = "icu_provider_blob"
1382version = "1.5.0"
1383source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "c24b98d1365f55d78186c205817631a4acf08d7a45bdf5dc9dcf9c5d54dccf51"
1385dependencies = [
1386 "icu_provider 1.5.0",
1387 "postcard",
1388 "serde",
1389 "writeable 0.5.5",
1390 "zerotrie 0.1.3",
1391 "zerovec 0.10.4",
1392]
1393
1394[[package]]
1395name = "icu_provider_macros"
1396version = "1.5.0"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
1399dependencies = [
1400 "proc-macro2",
1401 "quote",
1402 "syn",
1403]
1404
1405[[package]]
1406name = "icu_segmenter"
1407version = "1.5.0"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "a717725612346ffc2d7b42c94b820db6908048f39434504cb130e8b46256b0de"
1410dependencies = [
1411 "core_maths",
1412 "displaydoc",
1413 "icu_collections 1.5.0",
1414 "icu_locid",
1415 "icu_provider 1.5.0",
1416 "icu_segmenter_data",
1417 "serde",
1418 "utf8_iter",
1419 "zerovec 0.10.4",
1420]
1421
1422[[package]]
1423name = "icu_segmenter_data"
1424version = "1.5.1"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "a1e52775179941363cc594e49ce99284d13d6948928d8e72c755f55e98caa1eb"
1427
1428[[package]]
1429name = "ident_case"
1430version = "1.0.1"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1433
1434[[package]]
1435name = "idna"
1436version = "1.1.0"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1439dependencies = [
1440 "idna_adapter",
1441 "smallvec",
1442 "utf8_iter",
1443]
1444
1445[[package]]
1446name = "idna_adapter"
1447version = "1.2.2"
1448source = "registry+https://github.com/rust-lang/crates.io-index"
1449checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
1450dependencies = [
1451 "icu_normalizer",
1452 "icu_properties 2.2.0",
1453]
1454
1455[[package]]
1456name = "image"
1457version = "0.25.10"
1458source = "registry+https://github.com/rust-lang/crates.io-index"
1459checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
1460dependencies = [
1461 "bytemuck",
1462 "byteorder-lite",
1463 "color_quant",
1464 "gif 0.14.2",
1465 "image-webp",
1466 "moxcms 0.8.1",
1467 "num-traits",
1468 "png 0.18.1",
1469 "zune-core 0.5.1",
1470 "zune-jpeg 0.5.15",
1471]
1472
1473[[package]]
1474name = "image-webp"
1475version = "0.2.4"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
1477checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
1478dependencies = [
1479 "byteorder-lite",
1480 "quick-error",
1481]
1482
1483[[package]]
1484name = "imagesize"
1485version = "0.13.0"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
1488
1489[[package]]
1490name = "imagesize"
1491version = "0.14.0"
1492source = "registry+https://github.com/rust-lang/crates.io-index"
1493checksum = "09e54e57b4c48b40f7aec75635392b12b3421fa26fe8b4332e63138ed278459c"
1494
1495[[package]]
1496name = "indexmap"
1497version = "2.14.0"
1498source = "registry+https://github.com/rust-lang/crates.io-index"
1499checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1500dependencies = [
1501 "equivalent",
1502 "hashbrown",
1503 "serde",
1504 "serde_core",
1505]
1506
1507[[package]]
1508name = "infer"
1509version = "0.19.0"
1510source = "registry+https://github.com/rust-lang/crates.io-index"
1511checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7"
1512
1513[[package]]
1514name = "is_terminal_polyfill"
1515version = "1.70.2"
1516source = "registry+https://github.com/rust-lang/crates.io-index"
1517checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1518
1519[[package]]
1520name = "itoa"
1521version = "1.0.18"
1522source = "registry+https://github.com/rust-lang/crates.io-index"
1523checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1524
1525[[package]]
1526name = "js-sys"
1527version = "0.3.97"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "a1840c94c045fbcf8ba2812c95db44499f7c64910a912551aaaa541decebcacf"
1530dependencies = [
1531 "cfg-if",
1532 "futures-util",
1533 "once_cell",
1534 "wasm-bindgen",
1535]
1536
1537[[package]]
1538name = "kamadak-exif"
1539version = "0.6.1"
1540source = "registry+https://github.com/rust-lang/crates.io-index"
1541checksum = "1130d80c7374efad55a117d715a3af9368f0fa7a2c54573afc15a188cd984837"
1542dependencies = [
1543 "mutate_once",
1544]
1545
1546[[package]]
1547name = "krilla"
1548version = "0.6.0"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "a0ddfec86fec13d068075e14f22a7e217c281f3ed69ddcb427bf3f5d504fd674"
1551dependencies = [
1552 "base64",
1553 "bumpalo",
1554 "comemo",
1555 "flate2",
1556 "float-cmp 0.10.0",
1557 "gif 0.13.3",
1558 "hayro-write",
1559 "image-webp",
1560 "imagesize 0.14.0",
1561 "indexmap",
1562 "once_cell",
1563 "pdf-writer",
1564 "png 0.17.16",
1565 "rayon",
1566 "rustc-hash",
1567 "rustybuzz",
1568 "siphasher",
1569 "skrifa",
1570 "smallvec",
1571 "subsetter",
1572 "tiny-skia-path",
1573 "xmp-writer",
1574 "yoke 0.8.2",
1575 "zune-jpeg 0.5.15",
1576]
1577
1578[[package]]
1579name = "krilla-svg"
1580version = "0.3.0"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "f485e1a850201a01dcd8d73e7cf09f2cd4c4cc85c2cd296359094d49336d8ef7"
1583dependencies = [
1584 "flate2",
1585 "fontdb",
1586 "krilla",
1587 "png 0.17.16",
1588 "resvg",
1589 "tiny-skia",
1590 "usvg",
1591]
1592
1593[[package]]
1594name = "kurbo"
1595version = "0.11.3"
1596source = "registry+https://github.com/rust-lang/crates.io-index"
1597checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
1598dependencies = [
1599 "arrayvec",
1600 "euclid",
1601 "smallvec",
1602]
1603
1604[[package]]
1605name = "kurbo"
1606version = "0.12.0"
1607source = "registry+https://github.com/rust-lang/crates.io-index"
1608checksum = "ce9729cc38c18d86123ab736fd2e7151763ba226ac2490ec092d1dd148825e32"
1609dependencies = [
1610 "arrayvec",
1611 "euclid",
1612 "smallvec",
1613]
1614
1615[[package]]
1616name = "lazy_static"
1617version = "1.5.0"
1618source = "registry+https://github.com/rust-lang/crates.io-index"
1619checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1620
1621[[package]]
1622name = "libc"
1623version = "0.2.186"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1626
1627[[package]]
1628name = "libm"
1629version = "0.2.16"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1632
1633[[package]]
1634name = "linked-hash-map"
1635version = "0.5.6"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
1638
1639[[package]]
1640name = "linux-raw-sys"
1641version = "0.12.1"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1644
1645[[package]]
1646name = "lipsum"
1647version = "0.9.1"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "636860251af8963cc40f6b4baadee105f02e21b28131d76eba8e40ce84ab8064"
1650dependencies = [
1651 "rand",
1652 "rand_chacha",
1653]
1654
1655[[package]]
1656name = "litemap"
1657version = "0.7.5"
1658source = "registry+https://github.com/rust-lang/crates.io-index"
1659checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
1660dependencies = [
1661 "serde",
1662]
1663
1664[[package]]
1665name = "litemap"
1666version = "0.8.2"
1667source = "registry+https://github.com/rust-lang/crates.io-index"
1668checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1669
1670[[package]]
1671name = "lock_api"
1672version = "0.4.14"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1675dependencies = [
1676 "scopeguard",
1677]
1678
1679[[package]]
1680name = "log"
1681version = "0.4.29"
1682source = "registry+https://github.com/rust-lang/crates.io-index"
1683checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1684
1685[[package]]
1686name = "matchers"
1687version = "0.2.0"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1690dependencies = [
1691 "regex-automata",
1692]
1693
1694[[package]]
1695name = "matchit"
1696version = "0.8.4"
1697source = "registry+https://github.com/rust-lang/crates.io-index"
1698checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1699
1700[[package]]
1701name = "memchr"
1702version = "2.8.0"
1703source = "registry+https://github.com/rust-lang/crates.io-index"
1704checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1705
1706[[package]]
1707name = "memmap2"
1708version = "0.9.10"
1709source = "registry+https://github.com/rust-lang/crates.io-index"
1710checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
1711dependencies = [
1712 "libc",
1713]
1714
1715[[package]]
1716name = "memo-map"
1717version = "0.3.3"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "38d1115007560874e373613744c6fba374c17688327a71c1476d1a5954cc857b"
1720
1721[[package]]
1722name = "mime"
1723version = "0.3.17"
1724source = "registry+https://github.com/rust-lang/crates.io-index"
1725checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1726
1727[[package]]
1728name = "mime_guess"
1729version = "2.0.5"
1730source = "registry+https://github.com/rust-lang/crates.io-index"
1731checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
1732dependencies = [
1733 "mime",
1734 "unicase",
1735]
1736
1737[[package]]
1738name = "minijinja"
1739version = "2.19.0"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "805bfd7352166bae857ee569628b52bcd85a1cecf7810861ebceb1686b72b75d"
1742dependencies = [
1743 "memo-map",
1744 "serde",
1745]
1746
1747[[package]]
1748name = "miniz_oxide"
1749version = "0.8.9"
1750source = "registry+https://github.com/rust-lang/crates.io-index"
1751checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1752dependencies = [
1753 "adler2",
1754 "simd-adler32",
1755]
1756
1757[[package]]
1758name = "mio"
1759version = "1.2.0"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
1762dependencies = [
1763 "libc",
1764 "wasi",
1765 "windows-sys",
1766]
1767
1768[[package]]
1769name = "moxcms"
1770version = "0.7.11"
1771source = "registry+https://github.com/rust-lang/crates.io-index"
1772checksum = "ac9557c559cd6fc9867e122e20d2cbefc9ca29d80d027a8e39310920ed2f0a97"
1773dependencies = [
1774 "num-traits",
1775 "pxfm",
1776]
1777
1778[[package]]
1779name = "moxcms"
1780version = "0.8.1"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
1783dependencies = [
1784 "num-traits",
1785 "pxfm",
1786]
1787
1788[[package]]
1789name = "mutate_once"
1790version = "0.1.2"
1791source = "registry+https://github.com/rust-lang/crates.io-index"
1792checksum = "13d2233c9842d08cfe13f9eac96e207ca6a2ea10b80259ebe8ad0268be27d2af"
1793
1794[[package]]
1795name = "nu-ansi-term"
1796version = "0.50.3"
1797source = "registry+https://github.com/rust-lang/crates.io-index"
1798checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1799dependencies = [
1800 "windows-sys",
1801]
1802
1803[[package]]
1804name = "num-bigint"
1805version = "0.4.6"
1806source = "registry+https://github.com/rust-lang/crates.io-index"
1807checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1808dependencies = [
1809 "num-integer",
1810 "num-traits",
1811]
1812
1813[[package]]
1814name = "num-conv"
1815version = "0.2.1"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
1818
1819[[package]]
1820name = "num-integer"
1821version = "0.1.46"
1822source = "registry+https://github.com/rust-lang/crates.io-index"
1823checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1824dependencies = [
1825 "num-traits",
1826]
1827
1828[[package]]
1829name = "num-traits"
1830version = "0.2.19"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1833dependencies = [
1834 "autocfg",
1835]
1836
1837[[package]]
1838name = "object"
1839version = "0.37.3"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
1842dependencies = [
1843 "memchr",
1844]
1845
1846[[package]]
1847name = "once_cell"
1848version = "1.21.4"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1851
1852[[package]]
1853name = "once_cell_polyfill"
1854version = "1.70.2"
1855source = "registry+https://github.com/rust-lang/crates.io-index"
1856checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1857
1858[[package]]
1859name = "onig"
1860version = "6.5.3"
1861source = "registry+https://github.com/rust-lang/crates.io-index"
1862checksum = "0cc3cbf698f9438986c11a880c90a6d04b9de27575afd28bbf45b154b6c709e2"
1863dependencies = [
1864 "bitflags 2.11.1",
1865 "libc",
1866 "once_cell",
1867 "onig_sys",
1868]
1869
1870[[package]]
1871name = "onig_sys"
1872version = "69.9.3"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "1e68317604e77e53b85896388e1a803c1d21b74c899ec9e5e1112db90735edd7"
1875dependencies = [
1876 "cc",
1877 "pkg-config",
1878]
1879
1880[[package]]
1881name = "palette"
1882version = "0.7.6"
1883source = "registry+https://github.com/rust-lang/crates.io-index"
1884checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
1885dependencies = [
1886 "approx",
1887 "fast-srgb8",
1888 "libm",
1889 "palette_derive",
1890]
1891
1892[[package]]
1893name = "palette_derive"
1894version = "0.7.6"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
1897dependencies = [
1898 "by_address",
1899 "proc-macro2",
1900 "quote",
1901 "syn",
1902]
1903
1904[[package]]
1905name = "parking_lot"
1906version = "0.12.5"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1909dependencies = [
1910 "lock_api",
1911 "parking_lot_core",
1912]
1913
1914[[package]]
1915name = "parking_lot_core"
1916version = "0.9.12"
1917source = "registry+https://github.com/rust-lang/crates.io-index"
1918checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1919dependencies = [
1920 "cfg-if",
1921 "libc",
1922 "redox_syscall",
1923 "smallvec",
1924 "windows-link",
1925]
1926
1927[[package]]
1928name = "paste"
1929version = "1.0.15"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1932
1933[[package]]
1934name = "pdf-writer"
1935version = "0.14.0"
1936source = "registry+https://github.com/rust-lang/crates.io-index"
1937checksum = "92a79477295a713c2ed425aa82a8b5d20cec3fdee203706cbe6f3854880c1c81"
1938dependencies = [
1939 "bitflags 2.11.1",
1940 "itoa",
1941 "memchr",
1942 "ryu",
1943]
1944
1945[[package]]
1946name = "percent-encoding"
1947version = "2.3.2"
1948source = "registry+https://github.com/rust-lang/crates.io-index"
1949checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1950
1951[[package]]
1952name = "phf"
1953version = "0.13.1"
1954source = "registry+https://github.com/rust-lang/crates.io-index"
1955checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
1956dependencies = [
1957 "phf_macros",
1958 "phf_shared",
1959 "serde",
1960]
1961
1962[[package]]
1963name = "phf_generator"
1964version = "0.13.1"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
1967dependencies = [
1968 "fastrand",
1969 "phf_shared",
1970]
1971
1972[[package]]
1973name = "phf_macros"
1974version = "0.13.1"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef"
1977dependencies = [
1978 "phf_generator",
1979 "phf_shared",
1980 "proc-macro2",
1981 "quote",
1982 "syn",
1983]
1984
1985[[package]]
1986name = "phf_shared"
1987version = "0.13.1"
1988source = "registry+https://github.com/rust-lang/crates.io-index"
1989checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
1990dependencies = [
1991 "siphasher",
1992]
1993
1994[[package]]
1995name = "pico-args"
1996version = "0.5.0"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
1999
2000[[package]]
2001name = "pin-project-lite"
2002version = "0.2.17"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
2005
2006[[package]]
2007name = "pkg-config"
2008version = "0.3.33"
2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
2011
2012[[package]]
2013name = "plist"
2014version = "1.9.0"
2015source = "registry+https://github.com/rust-lang/crates.io-index"
2016checksum = "092791278e026273c1b65bbdcfbba3a300f2994c896bd01ab01da613c29c46f1"
2017dependencies = [
2018 "base64",
2019 "indexmap",
2020 "quick-xml 0.39.3",
2021 "serde",
2022 "time",
2023]
2024
2025[[package]]
2026name = "png"
2027version = "0.17.16"
2028source = "registry+https://github.com/rust-lang/crates.io-index"
2029checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
2030dependencies = [
2031 "bitflags 1.3.2",
2032 "crc32fast",
2033 "fdeflate",
2034 "flate2",
2035 "miniz_oxide",
2036]
2037
2038[[package]]
2039name = "png"
2040version = "0.18.1"
2041source = "registry+https://github.com/rust-lang/crates.io-index"
2042checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
2043dependencies = [
2044 "bitflags 2.11.1",
2045 "crc32fast",
2046 "fdeflate",
2047 "flate2",
2048 "miniz_oxide",
2049]
2050
2051[[package]]
2052name = "portable-atomic"
2053version = "1.13.1"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
2056
2057[[package]]
2058name = "postcard"
2059version = "1.1.3"
2060source = "registry+https://github.com/rust-lang/crates.io-index"
2061checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
2062dependencies = [
2063 "cobs",
2064 "embedded-io 0.4.0",
2065 "embedded-io 0.6.1",
2066 "serde",
2067]
2068
2069[[package]]
2070name = "potential_utf"
2071version = "0.1.5"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
2074dependencies = [
2075 "zerovec 0.11.6",
2076]
2077
2078[[package]]
2079name = "powerfmt"
2080version = "0.2.0"
2081source = "registry+https://github.com/rust-lang/crates.io-index"
2082checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2083
2084[[package]]
2085name = "ppv-lite86"
2086version = "0.2.21"
2087source = "registry+https://github.com/rust-lang/crates.io-index"
2088checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2089dependencies = [
2090 "zerocopy",
2091]
2092
2093[[package]]
2094name = "prettyplease"
2095version = "0.2.37"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
2098dependencies = [
2099 "proc-macro2",
2100 "syn",
2101]
2102
2103[[package]]
2104name = "proc-macro-hack"
2105version = "0.5.20+deprecated"
2106source = "registry+https://github.com/rust-lang/crates.io-index"
2107checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
2108
2109[[package]]
2110name = "proc-macro2"
2111version = "1.0.106"
2112source = "registry+https://github.com/rust-lang/crates.io-index"
2113checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
2114dependencies = [
2115 "unicode-ident",
2116]
2117
2118[[package]]
2119name = "psm"
2120version = "0.1.31"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "645dbe486e346d9b5de3ef16ede18c26e6c70ad97418f4874b8b1889d6e761ea"
2123dependencies = [
2124 "ar_archive_writer",
2125 "cc",
2126]
2127
2128[[package]]
2129name = "pxfm"
2130version = "0.1.29"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "e0c5ccf5294c6ccd63a74f1565028353830a9c2f5eb0c682c355c471726a6e3f"
2133
2134[[package]]
2135name = "qcms"
2136version = "0.3.0"
2137source = "registry+https://github.com/rust-lang/crates.io-index"
2138checksum = "edecfcd5d755a5e5d98e24cf43113e7cdaec5a070edd0f6b250c03a573da30fa"
2139
2140[[package]]
2141name = "quick-error"
2142version = "2.0.1"
2143source = "registry+https://github.com/rust-lang/crates.io-index"
2144checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
2145
2146[[package]]
2147name = "quick-xml"
2148version = "0.38.4"
2149source = "registry+https://github.com/rust-lang/crates.io-index"
2150checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c"
2151dependencies = [
2152 "memchr",
2153 "serde",
2154]
2155
2156[[package]]
2157name = "quick-xml"
2158version = "0.39.3"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "721da970c312655cde9b4ffe0547f20a8494866a4af5ff51f18b7c633d0c870b"
2161dependencies = [
2162 "memchr",
2163]
2164
2165[[package]]
2166name = "quote"
2167version = "1.0.45"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
2170dependencies = [
2171 "proc-macro2",
2172]
2173
2174[[package]]
2175name = "rand"
2176version = "0.8.6"
2177source = "registry+https://github.com/rust-lang/crates.io-index"
2178checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
2179dependencies = [
2180 "libc",
2181 "rand_chacha",
2182 "rand_core",
2183]
2184
2185[[package]]
2186name = "rand_chacha"
2187version = "0.3.1"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2190dependencies = [
2191 "ppv-lite86",
2192 "rand_core",
2193]
2194
2195[[package]]
2196name = "rand_core"
2197version = "0.6.4"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2200dependencies = [
2201 "getrandom",
2202]
2203
2204[[package]]
2205name = "rayon"
2206version = "1.12.0"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
2209dependencies = [
2210 "either",
2211 "rayon-core",
2212]
2213
2214[[package]]
2215name = "rayon-core"
2216version = "1.13.0"
2217source = "registry+https://github.com/rust-lang/crates.io-index"
2218checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
2219dependencies = [
2220 "crossbeam-deque",
2221 "crossbeam-utils",
2222]
2223
2224[[package]]
2225name = "read-fonts"
2226version = "0.35.0"
2227source = "registry+https://github.com/rust-lang/crates.io-index"
2228checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
2229dependencies = [
2230 "bytemuck",
2231 "font-types",
2232]
2233
2234[[package]]
2235name = "redox_syscall"
2236version = "0.5.18"
2237source = "registry+https://github.com/rust-lang/crates.io-index"
2238checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2239dependencies = [
2240 "bitflags 2.11.1",
2241]
2242
2243[[package]]
2244name = "regex"
2245version = "1.12.3"
2246source = "registry+https://github.com/rust-lang/crates.io-index"
2247checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
2248dependencies = [
2249 "aho-corasick",
2250 "memchr",
2251 "regex-automata",
2252 "regex-syntax",
2253]
2254
2255[[package]]
2256name = "regex-automata"
2257version = "0.4.14"
2258source = "registry+https://github.com/rust-lang/crates.io-index"
2259checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2260dependencies = [
2261 "aho-corasick",
2262 "memchr",
2263 "regex-syntax",
2264]
2265
2266[[package]]
2267name = "regex-syntax"
2268version = "0.8.10"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
2271
2272[[package]]
2273name = "resvg"
2274version = "0.45.1"
2275source = "registry+https://github.com/rust-lang/crates.io-index"
2276checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
2277dependencies = [
2278 "gif 0.13.3",
2279 "image-webp",
2280 "log",
2281 "pico-args",
2282 "rgb",
2283 "svgtypes",
2284 "tiny-skia",
2285 "usvg",
2286 "zune-jpeg 0.4.21",
2287]
2288
2289[[package]]
2290name = "rgb"
2291version = "0.8.53"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
2293checksum = "47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4"
2294dependencies = [
2295 "bytemuck",
2296]
2297
2298[[package]]
2299name = "roman-numerals-rs"
2300version = "3.1.0"
2301source = "registry+https://github.com/rust-lang/crates.io-index"
2302checksum = "c85cd47a33a4510b1424fe796498e174c6a9cf94e606460ef022a19f3e4ff85e"
2303
2304[[package]]
2305name = "roxmltree"
2306version = "0.20.0"
2307source = "registry+https://github.com/rust-lang/crates.io-index"
2308checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
2309
2310[[package]]
2311name = "rust_decimal"
2312version = "1.42.0"
2313source = "registry+https://github.com/rust-lang/crates.io-index"
2314checksum = "0c5108e3d4d903e21aac27f12ba5377b6b34f9f44b325e4894c7924169d06995"
2315dependencies = [
2316 "arrayvec",
2317 "num-traits",
2318]
2319
2320[[package]]
2321name = "rustc-hash"
2322version = "2.1.2"
2323source = "registry+https://github.com/rust-lang/crates.io-index"
2324checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
2325
2326[[package]]
2327name = "rustix"
2328version = "1.1.4"
2329source = "registry+https://github.com/rust-lang/crates.io-index"
2330checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2331dependencies = [
2332 "bitflags 2.11.1",
2333 "errno",
2334 "libc",
2335 "linux-raw-sys",
2336 "windows-sys",
2337]
2338
2339[[package]]
2340name = "rustversion"
2341version = "1.0.22"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2344
2345[[package]]
2346name = "rustybuzz"
2347version = "0.20.1"
2348source = "registry+https://github.com/rust-lang/crates.io-index"
2349checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
2350dependencies = [
2351 "bitflags 2.11.1",
2352 "bytemuck",
2353 "core_maths",
2354 "log",
2355 "smallvec",
2356 "ttf-parser",
2357 "unicode-bidi-mirroring",
2358 "unicode-ccc",
2359 "unicode-properties",
2360 "unicode-script",
2361]
2362
2363[[package]]
2364name = "ryu"
2365version = "1.0.23"
2366source = "registry+https://github.com/rust-lang/crates.io-index"
2367checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
2368
2369[[package]]
2370name = "same-file"
2371version = "1.0.6"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2374dependencies = [
2375 "winapi-util",
2376]
2377
2378[[package]]
2379name = "scopeguard"
2380version = "1.2.0"
2381source = "registry+https://github.com/rust-lang/crates.io-index"
2382checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2383
2384[[package]]
2385name = "serde"
2386version = "1.0.228"
2387source = "registry+https://github.com/rust-lang/crates.io-index"
2388checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2389dependencies = [
2390 "serde_core",
2391 "serde_derive",
2392]
2393
2394[[package]]
2395name = "serde_core"
2396version = "1.0.228"
2397source = "registry+https://github.com/rust-lang/crates.io-index"
2398checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2399dependencies = [
2400 "serde_derive",
2401]
2402
2403[[package]]
2404name = "serde_derive"
2405version = "1.0.228"
2406source = "registry+https://github.com/rust-lang/crates.io-index"
2407checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2408dependencies = [
2409 "proc-macro2",
2410 "quote",
2411 "syn",
2412]
2413
2414[[package]]
2415name = "serde_json"
2416version = "1.0.149"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
2419dependencies = [
2420 "itoa",
2421 "memchr",
2422 "serde",
2423 "serde_core",
2424 "zmij",
2425]
2426
2427[[package]]
2428name = "serde_path_to_error"
2429version = "0.1.20"
2430source = "registry+https://github.com/rust-lang/crates.io-index"
2431checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
2432dependencies = [
2433 "itoa",
2434 "serde",
2435 "serde_core",
2436]
2437
2438[[package]]
2439name = "serde_spanned"
2440version = "0.6.9"
2441source = "registry+https://github.com/rust-lang/crates.io-index"
2442checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
2443dependencies = [
2444 "serde",
2445]
2446
2447[[package]]
2448name = "serde_urlencoded"
2449version = "0.7.1"
2450source = "registry+https://github.com/rust-lang/crates.io-index"
2451checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2452dependencies = [
2453 "form_urlencoded",
2454 "itoa",
2455 "ryu",
2456 "serde",
2457]
2458
2459[[package]]
2460name = "serde_yaml"
2461version = "0.9.34+deprecated"
2462source = "registry+https://github.com/rust-lang/crates.io-index"
2463checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
2464dependencies = [
2465 "indexmap",
2466 "itoa",
2467 "ryu",
2468 "serde",
2469 "unsafe-libyaml",
2470]
2471
2472[[package]]
2473name = "sharded-slab"
2474version = "0.1.7"
2475source = "registry+https://github.com/rust-lang/crates.io-index"
2476checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2477dependencies = [
2478 "lazy_static",
2479]
2480
2481[[package]]
2482name = "shell-words"
2483version = "1.1.1"
2484source = "registry+https://github.com/rust-lang/crates.io-index"
2485checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
2486
2487[[package]]
2488name = "shlex"
2489version = "1.3.0"
2490source = "registry+https://github.com/rust-lang/crates.io-index"
2491checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2492
2493[[package]]
2494name = "signal-hook-registry"
2495version = "1.4.8"
2496source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2498dependencies = [
2499 "errno",
2500 "libc",
2501]
2502
2503[[package]]
2504name = "simd-adler32"
2505version = "0.3.9"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
2508
2509[[package]]
2510name = "simplecss"
2511version = "0.2.2"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
2514dependencies = [
2515 "log",
2516]
2517
2518[[package]]
2519name = "siphasher"
2520version = "1.0.3"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
2523
2524[[package]]
2525name = "skrifa"
2526version = "0.37.0"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
2529dependencies = [
2530 "bytemuck",
2531 "read-fonts",
2532]
2533
2534[[package]]
2535name = "slab"
2536version = "0.4.12"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2539
2540[[package]]
2541name = "slotmap"
2542version = "1.1.1"
2543source = "registry+https://github.com/rust-lang/crates.io-index"
2544checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
2545dependencies = [
2546 "version_check",
2547]
2548
2549[[package]]
2550name = "slug"
2551version = "0.1.6"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724"
2554dependencies = [
2555 "deunicode",
2556 "wasm-bindgen",
2557]
2558
2559[[package]]
2560name = "smallvec"
2561version = "1.15.1"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2564
2565[[package]]
2566name = "socket2"
2567version = "0.6.3"
2568source = "registry+https://github.com/rust-lang/crates.io-index"
2569checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
2570dependencies = [
2571 "libc",
2572 "windows-sys",
2573]
2574
2575[[package]]
2576name = "spin"
2577version = "0.9.8"
2578source = "registry+https://github.com/rust-lang/crates.io-index"
2579checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2580
2581[[package]]
2582name = "stable_deref_trait"
2583version = "1.2.1"
2584source = "registry+https://github.com/rust-lang/crates.io-index"
2585checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2586
2587[[package]]
2588name = "stacker"
2589version = "0.1.24"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "640c8cdd92b6b12f5bcb1803ca3bbf5ab96e5e6b6b96b9ab77dabe9e880b3190"
2592dependencies = [
2593 "cc",
2594 "cfg-if",
2595 "libc",
2596 "psm",
2597 "windows-sys",
2598]
2599
2600[[package]]
2601name = "strict-num"
2602version = "0.1.1"
2603source = "registry+https://github.com/rust-lang/crates.io-index"
2604checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
2605dependencies = [
2606 "float-cmp 0.9.0",
2607]
2608
2609[[package]]
2610name = "strsim"
2611version = "0.11.1"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2614
2615[[package]]
2616name = "strum"
2617version = "0.27.2"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
2620dependencies = [
2621 "strum_macros",
2622]
2623
2624[[package]]
2625name = "strum_macros"
2626version = "0.27.2"
2627source = "registry+https://github.com/rust-lang/crates.io-index"
2628checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
2629dependencies = [
2630 "heck",
2631 "proc-macro2",
2632 "quote",
2633 "syn",
2634]
2635
2636[[package]]
2637name = "subsetter"
2638version = "0.2.3"
2639source = "registry+https://github.com/rust-lang/crates.io-index"
2640checksum = "cb6895a12ac5599bb6057362f00e8a3cf1daab4df33f553a55690a44e4fed8d0"
2641dependencies = [
2642 "kurbo 0.12.0",
2643 "rustc-hash",
2644 "skrifa",
2645 "write-fonts",
2646]
2647
2648[[package]]
2649name = "svgtypes"
2650version = "0.15.3"
2651source = "registry+https://github.com/rust-lang/crates.io-index"
2652checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
2653dependencies = [
2654 "kurbo 0.11.3",
2655 "siphasher",
2656]
2657
2658[[package]]
2659name = "syn"
2660version = "2.0.117"
2661source = "registry+https://github.com/rust-lang/crates.io-index"
2662checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2663dependencies = [
2664 "proc-macro2",
2665 "quote",
2666 "unicode-ident",
2667]
2668
2669[[package]]
2670name = "sync_wrapper"
2671version = "1.0.2"
2672source = "registry+https://github.com/rust-lang/crates.io-index"
2673checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2674
2675[[package]]
2676name = "synstructure"
2677version = "0.13.2"
2678source = "registry+https://github.com/rust-lang/crates.io-index"
2679checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2680dependencies = [
2681 "proc-macro2",
2682 "quote",
2683 "syn",
2684]
2685
2686[[package]]
2687name = "syntect"
2688version = "5.3.0"
2689source = "registry+https://github.com/rust-lang/crates.io-index"
2690checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925"
2691dependencies = [
2692 "bincode",
2693 "fancy-regex",
2694 "flate2",
2695 "fnv",
2696 "once_cell",
2697 "onig",
2698 "plist",
2699 "regex-syntax",
2700 "serde",
2701 "serde_derive",
2702 "serde_json",
2703 "thiserror",
2704 "walkdir",
2705 "yaml-rust",
2706]
2707
2708[[package]]
2709name = "terminal_size"
2710version = "0.4.4"
2711source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874"
2713dependencies = [
2714 "rustix",
2715 "windows-sys",
2716]
2717
2718[[package]]
2719name = "thin-vec"
2720version = "0.2.18"
2721source = "registry+https://github.com/rust-lang/crates.io-index"
2722checksum = "b0f7e269b48f0a7dd0146680fa24b50cc67fc0373f086a5b2f99bd084639b482"
2723
2724[[package]]
2725name = "thiserror"
2726version = "2.0.18"
2727source = "registry+https://github.com/rust-lang/crates.io-index"
2728checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2729dependencies = [
2730 "thiserror-impl",
2731]
2732
2733[[package]]
2734name = "thiserror-impl"
2735version = "2.0.18"
2736source = "registry+https://github.com/rust-lang/crates.io-index"
2737checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2738dependencies = [
2739 "proc-macro2",
2740 "quote",
2741 "syn",
2742]
2743
2744[[package]]
2745name = "thread_local"
2746version = "1.1.9"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2749dependencies = [
2750 "cfg-if",
2751]
2752
2753[[package]]
2754name = "time"
2755version = "0.3.47"
2756source = "registry+https://github.com/rust-lang/crates.io-index"
2757checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
2758dependencies = [
2759 "deranged",
2760 "itoa",
2761 "num-conv",
2762 "powerfmt",
2763 "serde_core",
2764 "time-core",
2765 "time-macros",
2766]
2767
2768[[package]]
2769name = "time-core"
2770version = "0.1.8"
2771source = "registry+https://github.com/rust-lang/crates.io-index"
2772checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
2773
2774[[package]]
2775name = "time-macros"
2776version = "0.2.27"
2777source = "registry+https://github.com/rust-lang/crates.io-index"
2778checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
2779dependencies = [
2780 "num-conv",
2781 "time-core",
2782]
2783
2784[[package]]
2785name = "tiny-skia"
2786version = "0.11.4"
2787source = "registry+https://github.com/rust-lang/crates.io-index"
2788checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
2789dependencies = [
2790 "arrayref",
2791 "arrayvec",
2792 "bytemuck",
2793 "cfg-if",
2794 "log",
2795 "png 0.17.16",
2796 "tiny-skia-path",
2797]
2798
2799[[package]]
2800name = "tiny-skia-path"
2801version = "0.11.4"
2802source = "registry+https://github.com/rust-lang/crates.io-index"
2803checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
2804dependencies = [
2805 "arrayref",
2806 "bytemuck",
2807 "strict-num",
2808]
2809
2810[[package]]
2811name = "tinystr"
2812version = "0.7.6"
2813source = "registry+https://github.com/rust-lang/crates.io-index"
2814checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
2815dependencies = [
2816 "displaydoc",
2817 "serde",
2818 "zerovec 0.10.4",
2819]
2820
2821[[package]]
2822name = "tinystr"
2823version = "0.8.3"
2824source = "registry+https://github.com/rust-lang/crates.io-index"
2825checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2826dependencies = [
2827 "displaydoc",
2828 "serde_core",
2829 "zerovec 0.11.6",
2830]
2831
2832[[package]]
2833name = "tinyvec"
2834version = "1.11.0"
2835source = "registry+https://github.com/rust-lang/crates.io-index"
2836checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
2837dependencies = [
2838 "tinyvec_macros",
2839]
2840
2841[[package]]
2842name = "tinyvec_macros"
2843version = "0.1.1"
2844source = "registry+https://github.com/rust-lang/crates.io-index"
2845checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2846
2847[[package]]
2848name = "tokio"
2849version = "1.52.2"
2850source = "registry+https://github.com/rust-lang/crates.io-index"
2851checksum = "110a78583f19d5cdb2c5ccf321d1290344e71313c6c37d43520d386027d18386"
2852dependencies = [
2853 "bytes",
2854 "libc",
2855 "mio",
2856 "parking_lot",
2857 "pin-project-lite",
2858 "signal-hook-registry",
2859 "socket2",
2860 "tokio-macros",
2861 "windows-sys",
2862]
2863
2864[[package]]
2865name = "tokio-macros"
2866version = "2.7.0"
2867source = "registry+https://github.com/rust-lang/crates.io-index"
2868checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
2869dependencies = [
2870 "proc-macro2",
2871 "quote",
2872 "syn",
2873]
2874
2875[[package]]
2876name = "tokio-util"
2877version = "0.7.18"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2880dependencies = [
2881 "bytes",
2882 "futures-core",
2883 "futures-sink",
2884 "pin-project-lite",
2885 "tokio",
2886]
2887
2888[[package]]
2889name = "toml"
2890version = "0.8.23"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
2893dependencies = [
2894 "serde",
2895 "serde_spanned",
2896 "toml_datetime",
2897 "toml_edit",
2898]
2899
2900[[package]]
2901name = "toml_datetime"
2902version = "0.6.11"
2903source = "registry+https://github.com/rust-lang/crates.io-index"
2904checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
2905dependencies = [
2906 "serde",
2907]
2908
2909[[package]]
2910name = "toml_edit"
2911version = "0.22.27"
2912source = "registry+https://github.com/rust-lang/crates.io-index"
2913checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
2914dependencies = [
2915 "indexmap",
2916 "serde",
2917 "serde_spanned",
2918 "toml_datetime",
2919 "toml_write",
2920 "winnow",
2921]
2922
2923[[package]]
2924name = "toml_write"
2925version = "0.1.2"
2926source = "registry+https://github.com/rust-lang/crates.io-index"
2927checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
2928
2929[[package]]
2930name = "tower"
2931version = "0.5.3"
2932source = "registry+https://github.com/rust-lang/crates.io-index"
2933checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2934dependencies = [
2935 "futures-core",
2936 "futures-util",
2937 "pin-project-lite",
2938 "sync_wrapper",
2939 "tokio",
2940 "tower-layer",
2941 "tower-service",
2942 "tracing",
2943]
2944
2945[[package]]
2946name = "tower-http"
2947version = "0.6.9"
2948source = "registry+https://github.com/rust-lang/crates.io-index"
2949checksum = "a28f0d049ccfaa566e14e9663d304d8577427b368cb4710a20528690287a738b"
2950dependencies = [
2951 "bitflags 2.11.1",
2952 "bytes",
2953 "futures-core",
2954 "futures-util",
2955 "http",
2956 "http-body",
2957 "http-body-util",
2958 "http-range-header",
2959 "httpdate",
2960 "mime",
2961 "mime_guess",
2962 "percent-encoding",
2963 "pin-project-lite",
2964 "tokio",
2965 "tokio-util",
2966 "tower-layer",
2967 "tower-service",
2968]
2969
2970[[package]]
2971name = "tower-layer"
2972version = "0.3.3"
2973source = "registry+https://github.com/rust-lang/crates.io-index"
2974checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2975
2976[[package]]
2977name = "tower-service"
2978version = "0.3.3"
2979source = "registry+https://github.com/rust-lang/crates.io-index"
2980checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2981
2982[[package]]
2983name = "tracing"
2984version = "0.1.44"
2985source = "registry+https://github.com/rust-lang/crates.io-index"
2986checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2987dependencies = [
2988 "log",
2989 "pin-project-lite",
2990 "tracing-attributes",
2991 "tracing-core",
2992]
2993
2994[[package]]
2995name = "tracing-attributes"
2996version = "0.1.31"
2997source = "registry+https://github.com/rust-lang/crates.io-index"
2998checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2999dependencies = [
3000 "proc-macro2",
3001 "quote",
3002 "syn",
3003]
3004
3005[[package]]
3006name = "tracing-core"
3007version = "0.1.36"
3008source = "registry+https://github.com/rust-lang/crates.io-index"
3009checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3010dependencies = [
3011 "once_cell",
3012 "valuable",
3013]
3014
3015[[package]]
3016name = "tracing-log"
3017version = "0.2.0"
3018source = "registry+https://github.com/rust-lang/crates.io-index"
3019checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3020dependencies = [
3021 "log",
3022 "once_cell",
3023 "tracing-core",
3024]
3025
3026[[package]]
3027name = "tracing-subscriber"
3028version = "0.3.23"
3029source = "registry+https://github.com/rust-lang/crates.io-index"
3030checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
3031dependencies = [
3032 "matchers",
3033 "nu-ansi-term",
3034 "once_cell",
3035 "regex-automata",
3036 "sharded-slab",
3037 "smallvec",
3038 "thread_local",
3039 "tracing",
3040 "tracing-core",
3041 "tracing-log",
3042]
3043
3044[[package]]
3045name = "ttf-parser"
3046version = "0.25.1"
3047source = "registry+https://github.com/rust-lang/crates.io-index"
3048checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
3049dependencies = [
3050 "core_maths",
3051]
3052
3053[[package]]
3054name = "two-face"
3055version = "0.4.5"
3056source = "registry+https://github.com/rust-lang/crates.io-index"
3057checksum = "39e51b6e60e545cfdae5a4639ff423818f52372211a8d9a3e892b4b0761f76b2"
3058dependencies = [
3059 "serde",
3060 "serde_derive",
3061 "syntect",
3062]
3063
3064[[package]]
3065name = "typed-arena"
3066version = "2.0.2"
3067source = "registry+https://github.com/rust-lang/crates.io-index"
3068checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
3069
3070[[package]]
3071name = "typst"
3072version = "0.14.2"
3073source = "registry+https://github.com/rust-lang/crates.io-index"
3074checksum = "1f6511ee598476f4f322b4d13891083d96dbacb8f9c2b908604c7094ba390653"
3075dependencies = [
3076 "comemo",
3077 "ecow",
3078 "rustc-hash",
3079 "typst-eval",
3080 "typst-html",
3081 "typst-layout",
3082 "typst-library",
3083 "typst-macros",
3084 "typst-realize",
3085 "typst-syntax",
3086 "typst-timing",
3087 "typst-utils",
3088]
3089
3090[[package]]
3091name = "typst-assets"
3092version = "0.14.2"
3093source = "registry+https://github.com/rust-lang/crates.io-index"
3094checksum = "5613cb719a6222fe9b74027c3625d107767ec187bff26b8fc931cf58942c834f"
3095
3096[[package]]
3097name = "typst-eval"
3098version = "0.14.2"
3099source = "registry+https://github.com/rust-lang/crates.io-index"
3100checksum = "687757487dfc0c1e941344d5024cf7a28364e70c3e304faad89ac65597f62526"
3101dependencies = [
3102 "comemo",
3103 "ecow",
3104 "indexmap",
3105 "rustc-hash",
3106 "stacker",
3107 "toml",
3108 "typst-library",
3109 "typst-macros",
3110 "typst-syntax",
3111 "typst-timing",
3112 "typst-utils",
3113 "unicode-segmentation",
3114]
3115
3116[[package]]
3117name = "typst-html"
3118version = "0.14.2"
3119source = "registry+https://github.com/rust-lang/crates.io-index"
3120checksum = "e29f8da4f964d4c90739c3c1e0288b0ba1bccc3cc50623a6d558300b86ca8aad"
3121dependencies = [
3122 "bumpalo",
3123 "comemo",
3124 "ecow",
3125 "palette",
3126 "rustc-hash",
3127 "time",
3128 "typst-assets",
3129 "typst-library",
3130 "typst-macros",
3131 "typst-svg",
3132 "typst-syntax",
3133 "typst-timing",
3134 "typst-utils",
3135]
3136
3137[[package]]
3138name = "typst-kit"
3139version = "0.14.2"
3140source = "registry+https://github.com/rust-lang/crates.io-index"
3141checksum = "31476ec753e080ffdd543a0e74b6d319355449ff3eca3f216634f31cfd09a92a"
3142dependencies = [
3143 "ecow",
3144 "fontdb",
3145 "once_cell",
3146 "serde",
3147 "serde_json",
3148 "typst-assets",
3149 "typst-library",
3150 "typst-syntax",
3151 "typst-timing",
3152 "typst-utils",
3153]
3154
3155[[package]]
3156name = "typst-layout"
3157version = "0.14.2"
3158source = "registry+https://github.com/rust-lang/crates.io-index"
3159checksum = "4cab0200105831a9158e63718a0f6141c78cb2c1722ed17d19ad28941e3b8491"
3160dependencies = [
3161 "az",
3162 "bumpalo",
3163 "codex",
3164 "comemo",
3165 "ecow",
3166 "either",
3167 "hypher",
3168 "icu_properties 1.5.1",
3169 "icu_provider 1.5.0",
3170 "icu_provider_adapters",
3171 "icu_provider_blob",
3172 "icu_segmenter",
3173 "kurbo 0.12.0",
3174 "memchr",
3175 "rustc-hash",
3176 "rustybuzz",
3177 "smallvec",
3178 "ttf-parser",
3179 "typst-assets",
3180 "typst-library",
3181 "typst-macros",
3182 "typst-syntax",
3183 "typst-timing",
3184 "typst-utils",
3185 "unicode-bidi",
3186 "unicode-math-class",
3187 "unicode-script",
3188 "unicode-segmentation",
3189]
3190
3191[[package]]
3192name = "typst-library"
3193version = "0.14.2"
3194source = "registry+https://github.com/rust-lang/crates.io-index"
3195checksum = "e276a5de53020c43efe2111ec236252e54ea4480b5ac18063e663dfbe03d9d1b"
3196dependencies = [
3197 "az",
3198 "bitflags 2.11.1",
3199 "bumpalo",
3200 "chinese-number",
3201 "ciborium",
3202 "codex",
3203 "comemo",
3204 "csv",
3205 "ecow",
3206 "flate2",
3207 "fontdb",
3208 "glidesort",
3209 "hayagriva",
3210 "hayro-syntax",
3211 "icu_properties 1.5.1",
3212 "icu_provider 1.5.0",
3213 "icu_provider_blob",
3214 "image",
3215 "indexmap",
3216 "kamadak-exif",
3217 "kurbo 0.12.0",
3218 "lipsum",
3219 "memchr",
3220 "palette",
3221 "phf",
3222 "png 0.17.16",
3223 "qcms",
3224 "rayon",
3225 "regex",
3226 "regex-syntax",
3227 "roxmltree",
3228 "rust_decimal",
3229 "rustc-hash",
3230 "rustybuzz",
3231 "serde",
3232 "serde_json",
3233 "serde_yaml",
3234 "siphasher",
3235 "smallvec",
3236 "syntect",
3237 "time",
3238 "toml",
3239 "ttf-parser",
3240 "two-face",
3241 "typed-arena",
3242 "typst-assets",
3243 "typst-macros",
3244 "typst-syntax",
3245 "typst-timing",
3246 "typst-utils",
3247 "unicode-math-class",
3248 "unicode-normalization",
3249 "unicode-segmentation",
3250 "unscanny",
3251 "usvg",
3252 "utf8_iter",
3253 "wasmi",
3254 "xmlwriter",
3255]
3256
3257[[package]]
3258name = "typst-macros"
3259version = "0.14.2"
3260source = "registry+https://github.com/rust-lang/crates.io-index"
3261checksum = "141cbd1027129fbf6bda1013f52a264df7befc7388cc8f47767d65e803fd3a59"
3262dependencies = [
3263 "heck",
3264 "proc-macro2",
3265 "quote",
3266 "syn",
3267]
3268
3269[[package]]
3270name = "typst-pdf"
3271version = "0.14.2"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "37c8a4630754767cd10d48e8b8186e7dc784631a30a3a93521edf7d77aebd0c0"
3274dependencies = [
3275 "az",
3276 "bytemuck",
3277 "comemo",
3278 "ecow",
3279 "image",
3280 "indexmap",
3281 "infer",
3282 "krilla",
3283 "krilla-svg",
3284 "rustc-hash",
3285 "serde",
3286 "smallvec",
3287 "typst-assets",
3288 "typst-library",
3289 "typst-macros",
3290 "typst-syntax",
3291 "typst-timing",
3292 "typst-utils",
3293]
3294
3295[[package]]
3296name = "typst-realize"
3297version = "0.14.2"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "f7ffe964757fb93d2e98978aa2a74ee85b0f94c8643e8f3550737258b58f39d8"
3300dependencies = [
3301 "arrayvec",
3302 "bumpalo",
3303 "comemo",
3304 "ecow",
3305 "regex",
3306 "typst-library",
3307 "typst-macros",
3308 "typst-syntax",
3309 "typst-timing",
3310 "typst-utils",
3311]
3312
3313[[package]]
3314name = "typst-svg"
3315version = "0.14.2"
3316source = "registry+https://github.com/rust-lang/crates.io-index"
3317checksum = "e46b811837ade1f0243ef0d8bf3fb06d166443090eac22c28643f374c2ccdc9d"
3318dependencies = [
3319 "base64",
3320 "comemo",
3321 "ecow",
3322 "flate2",
3323 "hayro",
3324 "hayro-svg",
3325 "image",
3326 "rustc-hash",
3327 "ttf-parser",
3328 "typst-assets",
3329 "typst-library",
3330 "typst-macros",
3331 "typst-timing",
3332 "typst-utils",
3333 "xmlparser",
3334 "xmlwriter",
3335]
3336
3337[[package]]
3338name = "typst-syntax"
3339version = "0.14.2"
3340source = "registry+https://github.com/rust-lang/crates.io-index"
3341checksum = "a95d9192060e23b1e491b0b94dff676acddc92a4d672aeb8ca3890a5a734e879"
3342dependencies = [
3343 "ecow",
3344 "rustc-hash",
3345 "serde",
3346 "toml",
3347 "typst-timing",
3348 "typst-utils",
3349 "unicode-ident",
3350 "unicode-math-class",
3351 "unicode-script",
3352 "unicode-segmentation",
3353 "unscanny",
3354]
3355
3356[[package]]
3357name = "typst-timing"
3358version = "0.14.2"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "7be94f8faf19841b49574ef5c7fd7a12e2deb7c3d8deba5a596f35d2222024cd"
3361dependencies = [
3362 "parking_lot",
3363 "serde",
3364 "serde_json",
3365]
3366
3367[[package]]
3368name = "typst-utils"
3369version = "0.14.2"
3370source = "registry+https://github.com/rust-lang/crates.io-index"
3371checksum = "a3966c92e8fa48c7ce898130d07000d985f18206d92b250f0f939287fbccdee3"
3372dependencies = [
3373 "once_cell",
3374 "portable-atomic",
3375 "rayon",
3376 "rustc-hash",
3377 "siphasher",
3378 "thin-vec",
3379 "unicode-math-class",
3380]
3381
3382[[package]]
3383name = "unic-langid"
3384version = "0.9.6"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "a28ba52c9b05311f4f6e62d5d9d46f094bd6e84cb8df7b3ef952748d752a7d05"
3387dependencies = [
3388 "unic-langid-impl",
3389 "unic-langid-macros",
3390]
3391
3392[[package]]
3393name = "unic-langid-impl"
3394version = "0.9.6"
3395source = "registry+https://github.com/rust-lang/crates.io-index"
3396checksum = "dce1bf08044d4b7a94028c93786f8566047edc11110595914de93362559bc658"
3397dependencies = [
3398 "serde",
3399 "tinystr 0.8.3",
3400]
3401
3402[[package]]
3403name = "unic-langid-macros"
3404version = "0.9.6"
3405source = "registry+https://github.com/rust-lang/crates.io-index"
3406checksum = "d5957eb82e346d7add14182a3315a7e298f04e1ba4baac36f7f0dbfedba5fc25"
3407dependencies = [
3408 "proc-macro-hack",
3409 "tinystr 0.8.3",
3410 "unic-langid-impl",
3411 "unic-langid-macros-impl",
3412]
3413
3414[[package]]
3415name = "unic-langid-macros-impl"
3416version = "0.9.6"
3417source = "registry+https://github.com/rust-lang/crates.io-index"
3418checksum = "a1249a628de3ad34b821ecb1001355bca3940bcb2f88558f1a8bd82e977f75b5"
3419dependencies = [
3420 "proc-macro-hack",
3421 "quote",
3422 "syn",
3423 "unic-langid-impl",
3424]
3425
3426[[package]]
3427name = "unicase"
3428version = "2.9.0"
3429source = "registry+https://github.com/rust-lang/crates.io-index"
3430checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
3431
3432[[package]]
3433name = "unicode-bidi"
3434version = "0.3.18"
3435source = "registry+https://github.com/rust-lang/crates.io-index"
3436checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
3437
3438[[package]]
3439name = "unicode-bidi-mirroring"
3440version = "0.4.0"
3441source = "registry+https://github.com/rust-lang/crates.io-index"
3442checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
3443
3444[[package]]
3445name = "unicode-ccc"
3446version = "0.4.0"
3447source = "registry+https://github.com/rust-lang/crates.io-index"
3448checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
3449
3450[[package]]
3451name = "unicode-ident"
3452version = "1.0.24"
3453source = "registry+https://github.com/rust-lang/crates.io-index"
3454checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
3455
3456[[package]]
3457name = "unicode-math-class"
3458version = "0.1.0"
3459source = "registry+https://github.com/rust-lang/crates.io-index"
3460checksum = "7d246cf599d5fae3c8d56e04b20eb519adb89a8af8d0b0fbcded369aa3647d65"
3461
3462[[package]]
3463name = "unicode-normalization"
3464version = "0.1.25"
3465source = "registry+https://github.com/rust-lang/crates.io-index"
3466checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
3467dependencies = [
3468 "tinyvec",
3469]
3470
3471[[package]]
3472name = "unicode-properties"
3473version = "0.1.4"
3474source = "registry+https://github.com/rust-lang/crates.io-index"
3475checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
3476
3477[[package]]
3478name = "unicode-script"
3479version = "0.5.8"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
3482
3483[[package]]
3484name = "unicode-segmentation"
3485version = "1.13.2"
3486source = "registry+https://github.com/rust-lang/crates.io-index"
3487checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
3488
3489[[package]]
3490name = "unicode-vo"
3491version = "0.1.0"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
3494
3495[[package]]
3496name = "unicode_categories"
3497version = "0.1.1"
3498source = "registry+https://github.com/rust-lang/crates.io-index"
3499checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
3500
3501[[package]]
3502name = "unsafe-libyaml"
3503version = "0.2.11"
3504source = "registry+https://github.com/rust-lang/crates.io-index"
3505checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
3506
3507[[package]]
3508name = "unscanny"
3509version = "0.1.0"
3510source = "registry+https://github.com/rust-lang/crates.io-index"
3511checksum = "e9df2af067a7953e9c3831320f35c1cc0600c30d44d9f7a12b01db1cd88d6b47"
3512
3513[[package]]
3514name = "url"
3515version = "2.5.8"
3516source = "registry+https://github.com/rust-lang/crates.io-index"
3517checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3518dependencies = [
3519 "form_urlencoded",
3520 "idna",
3521 "percent-encoding",
3522 "serde",
3523 "serde_derive",
3524]
3525
3526[[package]]
3527name = "urlencoding"
3528version = "2.1.3"
3529source = "registry+https://github.com/rust-lang/crates.io-index"
3530checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
3531
3532[[package]]
3533name = "usvg"
3534version = "0.45.1"
3535source = "registry+https://github.com/rust-lang/crates.io-index"
3536checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
3537dependencies = [
3538 "base64",
3539 "data-url",
3540 "flate2",
3541 "fontdb",
3542 "imagesize 0.13.0",
3543 "kurbo 0.11.3",
3544 "log",
3545 "pico-args",
3546 "roxmltree",
3547 "rustybuzz",
3548 "simplecss",
3549 "siphasher",
3550 "strict-num",
3551 "svgtypes",
3552 "tiny-skia-path",
3553 "unicode-bidi",
3554 "unicode-script",
3555 "unicode-vo",
3556 "xmlwriter",
3557]
3558
3559[[package]]
3560name = "utf8_iter"
3561version = "1.0.4"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3564
3565[[package]]
3566name = "utf8parse"
3567version = "0.2.2"
3568source = "registry+https://github.com/rust-lang/crates.io-index"
3569checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
3570
3571[[package]]
3572name = "valuable"
3573version = "0.1.1"
3574source = "registry+https://github.com/rust-lang/crates.io-index"
3575checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3576
3577[[package]]
3578name = "version_check"
3579version = "0.9.5"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3582
3583[[package]]
3584name = "walkdir"
3585version = "2.5.0"
3586source = "registry+https://github.com/rust-lang/crates.io-index"
3587checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3588dependencies = [
3589 "same-file",
3590 "winapi-util",
3591]
3592
3593[[package]]
3594name = "wasi"
3595version = "0.11.1+wasi-snapshot-preview1"
3596source = "registry+https://github.com/rust-lang/crates.io-index"
3597checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3598
3599[[package]]
3600name = "wasm-bindgen"
3601version = "0.2.120"
3602source = "registry+https://github.com/rust-lang/crates.io-index"
3603checksum = "df52b6d9b87e0c74c9edfa1eb2d9bf85e5d63515474513aa50fa181b3c4f5db1"
3604dependencies = [
3605 "cfg-if",
3606 "once_cell",
3607 "rustversion",
3608 "wasm-bindgen-macro",
3609 "wasm-bindgen-shared",
3610]
3611
3612[[package]]
3613name = "wasm-bindgen-macro"
3614version = "0.2.120"
3615source = "registry+https://github.com/rust-lang/crates.io-index"
3616checksum = "78b1041f495fb322e64aca85f5756b2172e35cd459376e67f2a6c9dffcedb103"
3617dependencies = [
3618 "quote",
3619 "wasm-bindgen-macro-support",
3620]
3621
3622[[package]]
3623name = "wasm-bindgen-macro-support"
3624version = "0.2.120"
3625source = "registry+https://github.com/rust-lang/crates.io-index"
3626checksum = "9dcd0ff20416988a18ac686d4d4d0f6aae9ebf08a389ff5d29012b05af2a1b41"
3627dependencies = [
3628 "bumpalo",
3629 "proc-macro2",
3630 "quote",
3631 "syn",
3632 "wasm-bindgen-shared",
3633]
3634
3635[[package]]
3636name = "wasm-bindgen-shared"
3637version = "0.2.120"
3638source = "registry+https://github.com/rust-lang/crates.io-index"
3639checksum = "49757b3c82ebf16c57d69365a142940b384176c24df52a087fb748e2085359ea"
3640dependencies = [
3641 "unicode-ident",
3642]
3643
3644[[package]]
3645name = "wasmi"
3646version = "0.51.5"
3647source = "registry+https://github.com/rust-lang/crates.io-index"
3648checksum = "bb321403ce594274827657a908e13d1d9918aa02257b8bf8391949d9764023ff"
3649dependencies = [
3650 "spin",
3651 "wasmi_collections",
3652 "wasmi_core",
3653 "wasmi_ir",
3654 "wasmparser",
3655]
3656
3657[[package]]
3658name = "wasmi_collections"
3659version = "0.51.5"
3660source = "registry+https://github.com/rust-lang/crates.io-index"
3661checksum = "e9b8e98e45a2a534489f8225e765cbf1cb9a3078072605e58158910cf4749172"
3662
3663[[package]]
3664name = "wasmi_core"
3665version = "0.51.5"
3666source = "registry+https://github.com/rust-lang/crates.io-index"
3667checksum = "c25f375c0cdf14810eab07f532f61f14d4966f09c747a55067fdf3196e8512e6"
3668dependencies = [
3669 "libm",
3670]
3671
3672[[package]]
3673name = "wasmi_ir"
3674version = "0.51.5"
3675source = "registry+https://github.com/rust-lang/crates.io-index"
3676checksum = "624e2a68a4293ecb8f564260b68394b29cf3b3edba6bce35532889a2cb33c3d9"
3677dependencies = [
3678 "wasmi_core",
3679]
3680
3681[[package]]
3682name = "wasmparser"
3683version = "0.228.0"
3684source = "registry+https://github.com/rust-lang/crates.io-index"
3685checksum = "4abf1132c1fdf747d56bbc1bb52152400c70f336870f968b85e89ea422198ae3"
3686dependencies = [
3687 "bitflags 2.11.1",
3688]
3689
3690[[package]]
3691name = "weezl"
3692version = "0.1.12"
3693source = "registry+https://github.com/rust-lang/crates.io-index"
3694checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
3695
3696[[package]]
3697name = "winapi-util"
3698version = "0.1.11"
3699source = "registry+https://github.com/rust-lang/crates.io-index"
3700checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
3701dependencies = [
3702 "windows-sys",
3703]
3704
3705[[package]]
3706name = "windows-core"
3707version = "0.62.2"
3708source = "registry+https://github.com/rust-lang/crates.io-index"
3709checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
3710dependencies = [
3711 "windows-implement",
3712 "windows-interface",
3713 "windows-link",
3714 "windows-result",
3715 "windows-strings",
3716]
3717
3718[[package]]
3719name = "windows-implement"
3720version = "0.60.2"
3721source = "registry+https://github.com/rust-lang/crates.io-index"
3722checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3723dependencies = [
3724 "proc-macro2",
3725 "quote",
3726 "syn",
3727]
3728
3729[[package]]
3730name = "windows-interface"
3731version = "0.59.3"
3732source = "registry+https://github.com/rust-lang/crates.io-index"
3733checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3734dependencies = [
3735 "proc-macro2",
3736 "quote",
3737 "syn",
3738]
3739
3740[[package]]
3741name = "windows-link"
3742version = "0.2.1"
3743source = "registry+https://github.com/rust-lang/crates.io-index"
3744checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3745
3746[[package]]
3747name = "windows-result"
3748version = "0.4.1"
3749source = "registry+https://github.com/rust-lang/crates.io-index"
3750checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
3751dependencies = [
3752 "windows-link",
3753]
3754
3755[[package]]
3756name = "windows-strings"
3757version = "0.5.1"
3758source = "registry+https://github.com/rust-lang/crates.io-index"
3759checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
3760dependencies = [
3761 "windows-link",
3762]
3763
3764[[package]]
3765name = "windows-sys"
3766version = "0.61.2"
3767source = "registry+https://github.com/rust-lang/crates.io-index"
3768checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3769dependencies = [
3770 "windows-link",
3771]
3772
3773[[package]]
3774name = "winnow"
3775version = "0.7.15"
3776source = "registry+https://github.com/rust-lang/crates.io-index"
3777checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
3778dependencies = [
3779 "memchr",
3780]
3781
3782[[package]]
3783name = "write-fonts"
3784version = "0.43.0"
3785source = "registry+https://github.com/rust-lang/crates.io-index"
3786checksum = "886614b5ce857341226aa091f3c285e450683894acaaa7887f366c361efef79d"
3787dependencies = [
3788 "font-types",
3789 "indexmap",
3790 "kurbo 0.12.0",
3791 "log",
3792 "read-fonts",
3793]
3794
3795[[package]]
3796name = "writeable"
3797version = "0.5.5"
3798source = "registry+https://github.com/rust-lang/crates.io-index"
3799checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
3800
3801[[package]]
3802name = "writeable"
3803version = "0.6.3"
3804source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
3806
3807[[package]]
3808name = "xdg"
3809version = "2.5.2"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
3812
3813[[package]]
3814name = "xmlparser"
3815version = "0.13.6"
3816source = "registry+https://github.com/rust-lang/crates.io-index"
3817checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
3818
3819[[package]]
3820name = "xmlwriter"
3821version = "0.1.0"
3822source = "registry+https://github.com/rust-lang/crates.io-index"
3823checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
3824
3825[[package]]
3826name = "xmp-writer"
3827version = "0.3.3"
3828source = "registry+https://github.com/rust-lang/crates.io-index"
3829checksum = "9440ea3e5aeabb0ac63af70daf835274065238cdd0cec83418f417eae38bacee"
3830
3831[[package]]
3832name = "yaml-rust"
3833version = "0.4.5"
3834source = "registry+https://github.com/rust-lang/crates.io-index"
3835checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
3836dependencies = [
3837 "linked-hash-map",
3838]
3839
3840[[package]]
3841name = "yoke"
3842version = "0.7.5"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
3845dependencies = [
3846 "serde",
3847 "stable_deref_trait",
3848 "yoke-derive 0.7.5",
3849 "zerofrom",
3850]
3851
3852[[package]]
3853name = "yoke"
3854version = "0.8.2"
3855source = "registry+https://github.com/rust-lang/crates.io-index"
3856checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
3857dependencies = [
3858 "stable_deref_trait",
3859 "yoke-derive 0.8.2",
3860 "zerofrom",
3861]
3862
3863[[package]]
3864name = "yoke-derive"
3865version = "0.7.5"
3866source = "registry+https://github.com/rust-lang/crates.io-index"
3867checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
3868dependencies = [
3869 "proc-macro2",
3870 "quote",
3871 "syn",
3872 "synstructure",
3873]
3874
3875[[package]]
3876name = "yoke-derive"
3877version = "0.8.2"
3878source = "registry+https://github.com/rust-lang/crates.io-index"
3879checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
3880dependencies = [
3881 "proc-macro2",
3882 "quote",
3883 "syn",
3884 "synstructure",
3885]
3886
3887[[package]]
3888name = "zerocopy"
3889version = "0.8.48"
3890source = "registry+https://github.com/rust-lang/crates.io-index"
3891checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
3892dependencies = [
3893 "zerocopy-derive",
3894]
3895
3896[[package]]
3897name = "zerocopy-derive"
3898version = "0.8.48"
3899source = "registry+https://github.com/rust-lang/crates.io-index"
3900checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
3901dependencies = [
3902 "proc-macro2",
3903 "quote",
3904 "syn",
3905]
3906
3907[[package]]
3908name = "zerofrom"
3909version = "0.1.7"
3910source = "registry+https://github.com/rust-lang/crates.io-index"
3911checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
3912dependencies = [
3913 "zerofrom-derive",
3914]
3915
3916[[package]]
3917name = "zerofrom-derive"
3918version = "0.1.7"
3919source = "registry+https://github.com/rust-lang/crates.io-index"
3920checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
3921dependencies = [
3922 "proc-macro2",
3923 "quote",
3924 "syn",
3925 "synstructure",
3926]
3927
3928[[package]]
3929name = "zerotrie"
3930version = "0.1.3"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "fb594dd55d87335c5f60177cee24f19457a5ec10a065e0a3014722ad252d0a1f"
3933dependencies = [
3934 "displaydoc",
3935 "litemap 0.7.5",
3936 "serde",
3937 "zerovec 0.10.4",
3938]
3939
3940[[package]]
3941name = "zerotrie"
3942version = "0.2.4"
3943source = "registry+https://github.com/rust-lang/crates.io-index"
3944checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
3945dependencies = [
3946 "displaydoc",
3947 "yoke 0.8.2",
3948 "zerofrom",
3949]
3950
3951[[package]]
3952name = "zerovec"
3953version = "0.10.4"
3954source = "registry+https://github.com/rust-lang/crates.io-index"
3955checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
3956dependencies = [
3957 "serde",
3958 "yoke 0.7.5",
3959 "zerofrom",
3960 "zerovec-derive 0.10.3",
3961]
3962
3963[[package]]
3964name = "zerovec"
3965version = "0.11.6"
3966source = "registry+https://github.com/rust-lang/crates.io-index"
3967checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
3968dependencies = [
3969 "serde",
3970 "yoke 0.8.2",
3971 "zerofrom",
3972 "zerovec-derive 0.11.3",
3973]
3974
3975[[package]]
3976name = "zerovec-derive"
3977version = "0.10.3"
3978source = "registry+https://github.com/rust-lang/crates.io-index"
3979checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
3980dependencies = [
3981 "proc-macro2",
3982 "quote",
3983 "syn",
3984]
3985
3986[[package]]
3987name = "zerovec-derive"
3988version = "0.11.3"
3989source = "registry+https://github.com/rust-lang/crates.io-index"
3990checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
3991dependencies = [
3992 "proc-macro2",
3993 "quote",
3994 "syn",
3995]
3996
3997[[package]]
3998name = "zlib-rs"
3999version = "0.6.3"
4000source = "registry+https://github.com/rust-lang/crates.io-index"
4001checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513"
4002
4003[[package]]
4004name = "zmij"
4005version = "1.0.21"
4006source = "registry+https://github.com/rust-lang/crates.io-index"
4007checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
4008
4009[[package]]
4010name = "zune-core"
4011version = "0.4.12"
4012source = "registry+https://github.com/rust-lang/crates.io-index"
4013checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
4014
4015[[package]]
4016name = "zune-core"
4017version = "0.5.1"
4018source = "registry+https://github.com/rust-lang/crates.io-index"
4019checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
4020
4021[[package]]
4022name = "zune-jpeg"
4023version = "0.4.21"
4024source = "registry+https://github.com/rust-lang/crates.io-index"
4025checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
4026dependencies = [
4027 "zune-core 0.4.12",
4028]
4029
4030[[package]]
4031name = "zune-jpeg"
4032version = "0.5.15"
4033source = "registry+https://github.com/rust-lang/crates.io-index"
4034checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
4035dependencies = [
4036 "zune-core 0.5.1",
4037]