Digital Garden SSG
digital-garden ssg static-site-generator
0

Configure Feed

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

understory / Cargo.lock
122 kB 4908 lines
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "addr2line" 7version = "0.25.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 19 20[[package]] 21name = "ahash" 22version = "0.7.8" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" 25dependencies = [ 26 "getrandom 0.2.17", 27 "once_cell", 28 "version_check", 29] 30 31[[package]] 32name = "ahash" 33version = "0.8.12" 34source = "registry+https://github.com/rust-lang/crates.io-index" 35checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 36dependencies = [ 37 "cfg-if", 38 "getrandom 0.3.4", 39 "once_cell", 40 "version_check", 41 "zerocopy", 42] 43 44[[package]] 45name = "aho-corasick" 46version = "1.1.4" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 49dependencies = [ 50 "memchr", 51] 52 53[[package]] 54name = "allocator-api2" 55version = "0.2.21" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 58 59[[package]] 60name = "android_system_properties" 61version = "0.1.5" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 64dependencies = [ 65 "libc", 66] 67 68[[package]] 69name = "anstream" 70version = "1.0.0" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" 73dependencies = [ 74 "anstyle", 75 "anstyle-parse", 76 "anstyle-query", 77 "anstyle-wincon", 78 "colorchoice", 79 "is_terminal_polyfill", 80 "utf8parse", 81] 82 83[[package]] 84name = "anstyle" 85version = "1.0.14" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" 88 89[[package]] 90name = "anstyle-parse" 91version = "1.0.0" 92source = "registry+https://github.com/rust-lang/crates.io-index" 93checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" 94dependencies = [ 95 "utf8parse", 96] 97 98[[package]] 99name = "anstyle-query" 100version = "1.1.5" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 103dependencies = [ 104 "windows-sys 0.61.2", 105] 106 107[[package]] 108name = "anstyle-wincon" 109version = "3.0.11" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 112dependencies = [ 113 "anstyle", 114 "once_cell_polyfill", 115 "windows-sys 0.61.2", 116] 117 118[[package]] 119name = "anyhow" 120version = "1.0.102" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 123 124[[package]] 125name = "arraydeque" 126version = "0.5.1" 127source = "registry+https://github.com/rust-lang/crates.io-index" 128checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236" 129 130[[package]] 131name = "arrayref" 132version = "0.3.9" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 135 136[[package]] 137name = "arrayvec" 138version = "0.7.6" 139source = "registry+https://github.com/rust-lang/crates.io-index" 140checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 141 142[[package]] 143name = "async-compression" 144version = "0.4.42" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac" 147dependencies = [ 148 "compression-codecs", 149 "compression-core", 150 "pin-project-lite", 151 "tokio", 152] 153 154[[package]] 155name = "atomic-waker" 156version = "1.1.2" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 159 160[[package]] 161name = "autocfg" 162version = "1.5.0" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 165 166[[package]] 167name = "axum" 168version = "0.8.9" 169source = "registry+https://github.com/rust-lang/crates.io-index" 170checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" 171dependencies = [ 172 "axum-core", 173 "base64", 174 "bytes", 175 "form_urlencoded", 176 "futures-util", 177 "http", 178 "http-body", 179 "http-body-util", 180 "hyper", 181 "hyper-util", 182 "itoa", 183 "matchit", 184 "memchr", 185 "mime", 186 "percent-encoding", 187 "pin-project-lite", 188 "serde_core", 189 "serde_json", 190 "serde_path_to_error", 191 "serde_urlencoded", 192 "sha1", 193 "sync_wrapper", 194 "tokio", 195 "tokio-tungstenite", 196 "tower", 197 "tower-layer", 198 "tower-service", 199 "tracing", 200] 201 202[[package]] 203name = "axum-core" 204version = "0.5.6" 205source = "registry+https://github.com/rust-lang/crates.io-index" 206checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" 207dependencies = [ 208 "bytes", 209 "futures-core", 210 "http", 211 "http-body", 212 "http-body-util", 213 "mime", 214 "pin-project-lite", 215 "sync_wrapper", 216 "tower-layer", 217 "tower-service", 218 "tracing", 219] 220 221[[package]] 222name = "backtrace" 223version = "0.3.76" 224source = "registry+https://github.com/rust-lang/crates.io-index" 225checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" 226dependencies = [ 227 "addr2line", 228 "cfg-if", 229 "libc", 230 "miniz_oxide", 231 "object", 232 "rustc-demangle", 233 "windows-link", 234] 235 236[[package]] 237name = "base64" 238version = "0.22.1" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 241 242[[package]] 243name = "base64-simd" 244version = "0.7.0" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5" 247dependencies = [ 248 "simd-abstraction", 249] 250 251[[package]] 252name = "base64-simd" 253version = "0.8.0" 254source = "registry+https://github.com/rust-lang/crates.io-index" 255checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 256dependencies = [ 257 "outref 0.5.2", 258 "vsimd", 259] 260 261[[package]] 262name = "bincode" 263version = "1.3.3" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 266dependencies = [ 267 "serde", 268] 269 270[[package]] 271name = "bit-set" 272version = "0.8.0" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 275dependencies = [ 276 "bit-vec 0.8.0", 277] 278 279[[package]] 280name = "bit-set" 281version = "0.10.0" 282source = "registry+https://github.com/rust-lang/crates.io-index" 283checksum = "09ec2f926cc3060f09db9ebc5b52823d85268d24bb917e472c0c4bea35780a7d" 284dependencies = [ 285 "bit-vec 0.9.1", 286] 287 288[[package]] 289name = "bit-vec" 290version = "0.8.0" 291source = "registry+https://github.com/rust-lang/crates.io-index" 292checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 293 294[[package]] 295name = "bit-vec" 296version = "0.9.1" 297source = "registry+https://github.com/rust-lang/crates.io-index" 298checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51" 299dependencies = [ 300 "serde", 301] 302 303[[package]] 304name = "bitflags" 305version = "2.11.1" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" 308 309[[package]] 310name = "bitvec" 311version = "1.0.1" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 314dependencies = [ 315 "funty", 316 "radium", 317 "tap", 318 "wyz", 319] 320 321[[package]] 322name = "block-buffer" 323version = "0.10.4" 324source = "registry+https://github.com/rust-lang/crates.io-index" 325checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 326dependencies = [ 327 "generic-array", 328] 329 330[[package]] 331name = "bolero" 332version = "0.11.1" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "449a08ce58d0325f2a1df902aa326a84ab49c6aa2844f1a88fe5e0fc23c75010" 335dependencies = [ 336 "bolero-afl", 337 "bolero-engine", 338 "bolero-generator", 339 "bolero-honggfuzz", 340 "bolero-kani", 341 "bolero-libfuzzer", 342 "cfg-if", 343 "rand 0.8.6", 344] 345 346[[package]] 347name = "bolero-afl" 348version = "0.11.0" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "73c04ea97df540ec2224453cb006f4ab6cacc99636f9f6660b381970448bbaac" 351dependencies = [ 352 "bolero-engine", 353 "cc", 354] 355 356[[package]] 357name = "bolero-engine" 358version = "0.11.2" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "2558810916445396d4fa12415183c96cfeac7c9e84ef230dc33e2e1f8beca41e" 361dependencies = [ 362 "anyhow", 363 "backtrace", 364 "bolero-generator", 365 "lazy_static", 366 "pretty-hex", 367 "rand 0.8.6", 368 "rand_xoshiro", 369] 370 371[[package]] 372name = "bolero-generator" 373version = "0.11.1" 374source = "registry+https://github.com/rust-lang/crates.io-index" 375checksum = "7c6b00e768523c6e13397f1e5e6cef7f8dbd01621ffd7aa6dec74b5ba3e1cf94" 376dependencies = [ 377 "bolero-generator-derive", 378 "either", 379 "rand_core 0.6.4", 380] 381 382[[package]] 383name = "bolero-generator-derive" 384version = "0.11.0" 385source = "registry+https://github.com/rust-lang/crates.io-index" 386checksum = "bea8182a94fa5c6d0db1666969d0094e79d6b93eb68689325a375b1d8804a12b" 387dependencies = [ 388 "proc-macro-crate", 389 "proc-macro2", 390 "quote", 391 "syn 1.0.109", 392] 393 394[[package]] 395name = "bolero-honggfuzz" 396version = "0.11.0" 397source = "registry+https://github.com/rust-lang/crates.io-index" 398checksum = "9b744c6bda3711a1c88ab7cbd5053b53daca1c7380d05cfa3af39c99d0ec52c0" 399dependencies = [ 400 "bolero-engine", 401] 402 403[[package]] 404name = "bolero-kani" 405version = "0.11.2" 406source = "registry+https://github.com/rust-lang/crates.io-index" 407checksum = "aee97a8044096c7b4a6fb4f5f5003544ad98277ebc7a65567a6c4ea912393388" 408dependencies = [ 409 "bolero-engine", 410] 411 412[[package]] 413name = "bolero-libfuzzer" 414version = "0.11.0" 415source = "registry+https://github.com/rust-lang/crates.io-index" 416checksum = "aae3b3751a4b0dc94696063eace32fd9d3ddea904ae9e18d87c81de787023508" 417dependencies = [ 418 "bolero-engine", 419 "cc", 420] 421 422[[package]] 423name = "bstr" 424version = "1.12.1" 425source = "registry+https://github.com/rust-lang/crates.io-index" 426checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" 427dependencies = [ 428 "memchr", 429 "serde", 430] 431 432[[package]] 433name = "bumpalo" 434version = "3.20.2" 435source = "registry+https://github.com/rust-lang/crates.io-index" 436checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 437 438[[package]] 439name = "bytecheck" 440version = "0.6.12" 441source = "registry+https://github.com/rust-lang/crates.io-index" 442checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" 443dependencies = [ 444 "bytecheck_derive", 445 "ptr_meta", 446 "simdutf8", 447] 448 449[[package]] 450name = "bytecheck_derive" 451version = "0.6.12" 452source = "registry+https://github.com/rust-lang/crates.io-index" 453checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" 454dependencies = [ 455 "proc-macro2", 456 "quote", 457 "syn 1.0.109", 458] 459 460[[package]] 461name = "bytemuck" 462version = "1.25.0" 463source = "registry+https://github.com/rust-lang/crates.io-index" 464checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" 465 466[[package]] 467name = "bytes" 468version = "1.11.1" 469source = "registry+https://github.com/rust-lang/crates.io-index" 470checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 471 472[[package]] 473name = "caseless" 474version = "0.2.2" 475source = "registry+https://github.com/rust-lang/crates.io-index" 476checksum = "8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8" 477dependencies = [ 478 "unicode-normalization", 479] 480 481[[package]] 482name = "castaway" 483version = "0.2.4" 484source = "registry+https://github.com/rust-lang/crates.io-index" 485checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" 486dependencies = [ 487 "rustversion", 488] 489 490[[package]] 491name = "cc" 492version = "1.2.61" 493source = "registry+https://github.com/rust-lang/crates.io-index" 494checksum = "d16d90359e986641506914ba71350897565610e87ce0ad9e6f28569db3dd5c6d" 495dependencies = [ 496 "find-msvc-tools", 497 "shlex", 498] 499 500[[package]] 501name = "cfg-if" 502version = "1.0.4" 503source = "registry+https://github.com/rust-lang/crates.io-index" 504checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 505 506[[package]] 507name = "chrono" 508version = "0.4.44" 509source = "registry+https://github.com/rust-lang/crates.io-index" 510checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" 511dependencies = [ 512 "iana-time-zone", 513 "num-traits", 514 "windows-link", 515] 516 517[[package]] 518name = "chrono-tz" 519version = "0.9.0" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb" 522dependencies = [ 523 "chrono", 524 "chrono-tz-build", 525 "phf 0.11.3", 526] 527 528[[package]] 529name = "chrono-tz-build" 530version = "0.3.0" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1" 533dependencies = [ 534 "parse-zoneinfo", 535 "phf 0.11.3", 536 "phf_codegen 0.11.3", 537] 538 539[[package]] 540name = "clap" 541version = "4.6.1" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" 544dependencies = [ 545 "clap_builder", 546 "clap_derive", 547] 548 549[[package]] 550name = "clap_builder" 551version = "4.6.0" 552source = "registry+https://github.com/rust-lang/crates.io-index" 553checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" 554dependencies = [ 555 "anstream", 556 "anstyle", 557 "clap_lex", 558 "strsim", 559] 560 561[[package]] 562name = "clap_derive" 563version = "4.6.1" 564source = "registry+https://github.com/rust-lang/crates.io-index" 565checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9" 566dependencies = [ 567 "heck 0.5.0", 568 "proc-macro2", 569 "quote", 570 "syn 2.0.117", 571] 572 573[[package]] 574name = "clap_lex" 575version = "1.1.0" 576source = "registry+https://github.com/rust-lang/crates.io-index" 577checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" 578 579[[package]] 580name = "cliclack" 581version = "0.3.8" 582source = "registry+https://github.com/rust-lang/crates.io-index" 583checksum = "aa510b739c618c679375ea9c5af44ce9f591289546e874ad5910e7ce7df79844" 584dependencies = [ 585 "console 0.15.11", 586 "indicatif", 587 "once_cell", 588 "strsim", 589 "textwrap", 590 "zeroize", 591] 592 593[[package]] 594name = "cobs" 595version = "0.3.0" 596source = "registry+https://github.com/rust-lang/crates.io-index" 597checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" 598dependencies = [ 599 "thiserror 2.0.18", 600] 601 602[[package]] 603name = "colorchoice" 604version = "1.0.5" 605source = "registry+https://github.com/rust-lang/crates.io-index" 606checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" 607 608[[package]] 609name = "compact_str" 610version = "0.9.0" 611source = "registry+https://github.com/rust-lang/crates.io-index" 612checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a" 613dependencies = [ 614 "castaway", 615 "cfg-if", 616 "itoa", 617 "rustversion", 618 "ryu", 619 "static_assertions", 620] 621 622[[package]] 623name = "compression-codecs" 624version = "0.4.38" 625source = "registry+https://github.com/rust-lang/crates.io-index" 626checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf" 627dependencies = [ 628 "compression-core", 629 "flate2", 630 "memchr", 631] 632 633[[package]] 634name = "compression-core" 635version = "0.4.32" 636source = "registry+https://github.com/rust-lang/crates.io-index" 637checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789" 638 639[[package]] 640name = "comrak" 641version = "0.36.0" 642source = "registry+https://github.com/rust-lang/crates.io-index" 643checksum = "5afa2702ef2fecc5bd7ca605f37e875a6be3fc8138c4633e711a945b70351550" 644dependencies = [ 645 "caseless", 646 "emojis 0.6.4", 647 "entities", 648 "memchr", 649 "slug", 650 "syntect", 651 "typed-arena", 652 "unicode_categories", 653] 654 655[[package]] 656name = "config-derive" 657version = "0.15.0" 658source = "registry+https://github.com/rust-lang/crates.io-index" 659checksum = "4c547326a30684f853601fb959cc8ecbd0d72abbdd27ba634850a918fa29afc4" 660dependencies = [ 661 "heck 0.4.1", 662 "proc-macro2", 663 "quote", 664 "syn 1.0.109", 665] 666 667[[package]] 668name = "console" 669version = "0.15.11" 670source = "registry+https://github.com/rust-lang/crates.io-index" 671checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" 672dependencies = [ 673 "encode_unicode", 674 "libc", 675 "once_cell", 676 "unicode-width", 677 "windows-sys 0.59.0", 678] 679 680[[package]] 681name = "console" 682version = "0.16.3" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87" 685dependencies = [ 686 "encode_unicode", 687 "libc", 688 "unicode-width", 689 "windows-sys 0.61.2", 690] 691 692[[package]] 693name = "const-str" 694version = "0.3.2" 695source = "registry+https://github.com/rust-lang/crates.io-index" 696checksum = "21077772762a1002bb421c3af42ac1725fa56066bfc53d9a55bb79905df2aaf3" 697dependencies = [ 698 "const-str-proc-macro", 699] 700 701[[package]] 702name = "const-str-proc-macro" 703version = "0.3.2" 704source = "registry+https://github.com/rust-lang/crates.io-index" 705checksum = "5e1e0fdd2e5d3041e530e1b21158aeeef8b5d0e306bc5c1e3d6cf0930d10e25a" 706dependencies = [ 707 "proc-macro2", 708 "quote", 709 "syn 1.0.109", 710] 711 712[[package]] 713name = "const_format" 714version = "0.2.36" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "4481a617ad9a412be3b97c5d403fef8ed023103368908b9c50af598ff467cc1e" 717dependencies = [ 718 "const_format_proc_macros", 719 "konst", 720] 721 722[[package]] 723name = "const_format_proc_macros" 724version = "0.2.34" 725source = "registry+https://github.com/rust-lang/crates.io-index" 726checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744" 727dependencies = [ 728 "proc-macro2", 729 "quote", 730 "unicode-xid", 731] 732 733[[package]] 734name = "convert_case" 735version = "0.6.0" 736source = "registry+https://github.com/rust-lang/crates.io-index" 737checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" 738dependencies = [ 739 "unicode-segmentation", 740] 741 742[[package]] 743name = "convert_case" 744version = "0.11.0" 745source = "registry+https://github.com/rust-lang/crates.io-index" 746checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49" 747dependencies = [ 748 "unicode-segmentation", 749] 750 751[[package]] 752name = "core-foundation-sys" 753version = "0.8.7" 754source = "registry+https://github.com/rust-lang/crates.io-index" 755checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 756 757[[package]] 758name = "cow-utils" 759version = "0.1.3" 760source = "registry+https://github.com/rust-lang/crates.io-index" 761checksum = "417bef24afe1460300965a25ff4a24b8b45ad011948302ec221e8a0a81eb2c79" 762 763[[package]] 764name = "cpufeatures" 765version = "0.2.17" 766source = "registry+https://github.com/rust-lang/crates.io-index" 767checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 768dependencies = [ 769 "libc", 770] 771 772[[package]] 773name = "crc32fast" 774version = "1.5.0" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 777dependencies = [ 778 "cfg-if", 779] 780 781[[package]] 782name = "crossbeam-deque" 783version = "0.8.6" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 786dependencies = [ 787 "crossbeam-epoch", 788 "crossbeam-utils", 789] 790 791[[package]] 792name = "crossbeam-epoch" 793version = "0.9.18" 794source = "registry+https://github.com/rust-lang/crates.io-index" 795checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 796dependencies = [ 797 "crossbeam-utils", 798] 799 800[[package]] 801name = "crossbeam-utils" 802version = "0.8.21" 803source = "registry+https://github.com/rust-lang/crates.io-index" 804checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 805 806[[package]] 807name = "crypto-common" 808version = "0.1.7" 809source = "registry+https://github.com/rust-lang/crates.io-index" 810checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 811dependencies = [ 812 "generic-array", 813 "typenum", 814] 815 816[[package]] 817name = "cssparser" 818version = "0.33.0" 819source = "registry+https://github.com/rust-lang/crates.io-index" 820checksum = "9be934d936a0fbed5bcdc01042b770de1398bf79d0e192f49fa7faea0e99281e" 821dependencies = [ 822 "cssparser-macros", 823 "dtoa-short", 824 "itoa", 825 "phf 0.11.3", 826 "smallvec", 827] 828 829[[package]] 830name = "cssparser" 831version = "0.36.0" 832source = "registry+https://github.com/rust-lang/crates.io-index" 833checksum = "dae61cf9c0abb83bd659dab65b7e4e38d8236824c85f0f804f173567bda257d2" 834dependencies = [ 835 "cssparser-macros", 836 "dtoa-short", 837 "itoa", 838 "phf 0.13.1", 839 "smallvec", 840] 841 842[[package]] 843name = "cssparser-color" 844version = "0.1.0" 845source = "registry+https://github.com/rust-lang/crates.io-index" 846checksum = "556c099a61d85989d7af52b692e35a8d68a57e7df8c6d07563dc0778b3960c9f" 847dependencies = [ 848 "cssparser 0.33.0", 849] 850 851[[package]] 852name = "cssparser-macros" 853version = "0.6.1" 854source = "registry+https://github.com/rust-lang/crates.io-index" 855checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 856dependencies = [ 857 "quote", 858 "syn 2.0.117", 859] 860 861[[package]] 862name = "dashmap" 863version = "5.5.3" 864source = "registry+https://github.com/rust-lang/crates.io-index" 865checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 866dependencies = [ 867 "cfg-if", 868 "hashbrown 0.14.5", 869 "lock_api", 870 "once_cell", 871 "parking_lot_core", 872] 873 874[[package]] 875name = "data-encoding" 876version = "2.11.0" 877source = "registry+https://github.com/rust-lang/crates.io-index" 878checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" 879 880[[package]] 881name = "data-url" 882version = "0.1.1" 883source = "registry+https://github.com/rust-lang/crates.io-index" 884checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193" 885dependencies = [ 886 "matches", 887] 888 889[[package]] 890name = "data-url" 891version = "0.3.2" 892source = "registry+https://github.com/rust-lang/crates.io-index" 893checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376" 894 895[[package]] 896name = "deranged" 897version = "0.5.8" 898source = "registry+https://github.com/rust-lang/crates.io-index" 899checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 900dependencies = [ 901 "powerfmt", 902] 903 904[[package]] 905name = "derive_more" 906version = "2.1.1" 907source = "registry+https://github.com/rust-lang/crates.io-index" 908checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" 909dependencies = [ 910 "derive_more-impl", 911] 912 913[[package]] 914name = "derive_more-impl" 915version = "2.1.1" 916source = "registry+https://github.com/rust-lang/crates.io-index" 917checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" 918dependencies = [ 919 "proc-macro2", 920 "quote", 921 "rustc_version", 922 "syn 2.0.117", 923] 924 925[[package]] 926name = "deunicode" 927version = "1.6.2" 928source = "registry+https://github.com/rust-lang/crates.io-index" 929checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04" 930 931[[package]] 932name = "digest" 933version = "0.10.7" 934source = "registry+https://github.com/rust-lang/crates.io-index" 935checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 936dependencies = [ 937 "block-buffer", 938 "crypto-common", 939] 940 941[[package]] 942name = "dragonbox_ecma" 943version = "0.1.12" 944source = "registry+https://github.com/rust-lang/crates.io-index" 945checksum = "fd8e701084c37e7ef62d3f9e453b618130cbc0ef3573847785952a3ac3f746bf" 946 947[[package]] 948name = "dtoa" 949version = "1.0.11" 950source = "registry+https://github.com/rust-lang/crates.io-index" 951checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" 952 953[[package]] 954name = "dtoa-short" 955version = "0.3.5" 956source = "registry+https://github.com/rust-lang/crates.io-index" 957checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" 958dependencies = [ 959 "dtoa", 960] 961 962[[package]] 963name = "either" 964version = "1.15.0" 965source = "registry+https://github.com/rust-lang/crates.io-index" 966checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 967 968[[package]] 969name = "embedded-io" 970version = "0.4.0" 971source = "registry+https://github.com/rust-lang/crates.io-index" 972checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" 973 974[[package]] 975name = "embedded-io" 976version = "0.6.1" 977source = "registry+https://github.com/rust-lang/crates.io-index" 978checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" 979 980[[package]] 981name = "emojis" 982version = "0.6.4" 983source = "registry+https://github.com/rust-lang/crates.io-index" 984checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4" 985dependencies = [ 986 "phf 0.11.3", 987] 988 989[[package]] 990name = "emojis" 991version = "0.8.2" 992source = "registry+https://github.com/rust-lang/crates.io-index" 993checksum = "0a4d5d50b0b58df5173d8ff1192b4d1422ceae5d981b30d4b6f8ed1d673a2bc4" 994dependencies = [ 995 "phf 0.13.1", 996] 997 998[[package]] 999name = "encode_unicode" 1000version = "1.0.0" 1001source = "registry+https://github.com/rust-lang/crates.io-index" 1002checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 1003 1004[[package]] 1005name = "encoding_rs" 1006version = "0.8.35" 1007source = "registry+https://github.com/rust-lang/crates.io-index" 1008checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1009dependencies = [ 1010 "cfg-if", 1011] 1012 1013[[package]] 1014name = "entities" 1015version = "1.0.1" 1016source = "registry+https://github.com/rust-lang/crates.io-index" 1017checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca" 1018 1019[[package]] 1020name = "envy" 1021version = "0.4.2" 1022source = "registry+https://github.com/rust-lang/crates.io-index" 1023checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965" 1024dependencies = [ 1025 "serde", 1026] 1027 1028[[package]] 1029name = "equivalent" 1030version = "1.0.2" 1031source = "registry+https://github.com/rust-lang/crates.io-index" 1032checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1033 1034[[package]] 1035name = "errno" 1036version = "0.3.14" 1037source = "registry+https://github.com/rust-lang/crates.io-index" 1038checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1039dependencies = [ 1040 "libc", 1041 "windows-sys 0.61.2", 1042] 1043 1044[[package]] 1045name = "euclid" 1046version = "0.22.14" 1047source = "registry+https://github.com/rust-lang/crates.io-index" 1048checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06" 1049dependencies = [ 1050 "num-traits", 1051] 1052 1053[[package]] 1054name = "fancy-regex" 1055version = "0.16.2" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f" 1058dependencies = [ 1059 "bit-set 0.8.0", 1060 "regex-automata", 1061 "regex-syntax", 1062] 1063 1064[[package]] 1065name = "fastrand" 1066version = "2.4.1" 1067source = "registry+https://github.com/rust-lang/crates.io-index" 1068checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" 1069 1070[[package]] 1071name = "fdeflate" 1072version = "0.3.7" 1073source = "registry+https://github.com/rust-lang/crates.io-index" 1074checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 1075dependencies = [ 1076 "simd-adler32", 1077] 1078 1079[[package]] 1080name = "find-msvc-tools" 1081version = "0.1.9" 1082source = "registry+https://github.com/rust-lang/crates.io-index" 1083checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 1084 1085[[package]] 1086name = "fixedbitset" 1087version = "0.5.7" 1088source = "registry+https://github.com/rust-lang/crates.io-index" 1089checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" 1090 1091[[package]] 1092name = "flate2" 1093version = "1.1.9" 1094source = "registry+https://github.com/rust-lang/crates.io-index" 1095checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 1096dependencies = [ 1097 "crc32fast", 1098 "miniz_oxide", 1099] 1100 1101[[package]] 1102name = "float-cmp" 1103version = "0.9.0" 1104source = "registry+https://github.com/rust-lang/crates.io-index" 1105checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 1106 1107[[package]] 1108name = "fnv" 1109version = "1.0.7" 1110source = "registry+https://github.com/rust-lang/crates.io-index" 1111checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1112 1113[[package]] 1114name = "foldhash" 1115version = "0.1.5" 1116source = "registry+https://github.com/rust-lang/crates.io-index" 1117checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1118 1119[[package]] 1120name = "foldhash" 1121version = "0.2.0" 1122source = "registry+https://github.com/rust-lang/crates.io-index" 1123checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 1124 1125[[package]] 1126name = "form_urlencoded" 1127version = "1.2.2" 1128source = "registry+https://github.com/rust-lang/crates.io-index" 1129checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 1130dependencies = [ 1131 "percent-encoding", 1132] 1133 1134[[package]] 1135name = "fsevent-sys" 1136version = "4.1.0" 1137source = "registry+https://github.com/rust-lang/crates.io-index" 1138checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 1139dependencies = [ 1140 "libc", 1141] 1142 1143[[package]] 1144name = "funty" 1145version = "2.0.0" 1146source = "registry+https://github.com/rust-lang/crates.io-index" 1147checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 1148 1149[[package]] 1150name = "futures" 1151version = "0.3.32" 1152source = "registry+https://github.com/rust-lang/crates.io-index" 1153checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" 1154dependencies = [ 1155 "futures-channel", 1156 "futures-core", 1157 "futures-executor", 1158 "futures-io", 1159 "futures-sink", 1160 "futures-task", 1161 "futures-util", 1162] 1163 1164[[package]] 1165name = "futures-channel" 1166version = "0.3.32" 1167source = "registry+https://github.com/rust-lang/crates.io-index" 1168checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 1169dependencies = [ 1170 "futures-core", 1171 "futures-sink", 1172] 1173 1174[[package]] 1175name = "futures-core" 1176version = "0.3.32" 1177source = "registry+https://github.com/rust-lang/crates.io-index" 1178checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 1179 1180[[package]] 1181name = "futures-executor" 1182version = "0.3.32" 1183source = "registry+https://github.com/rust-lang/crates.io-index" 1184checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 1185dependencies = [ 1186 "futures-core", 1187 "futures-task", 1188 "futures-util", 1189] 1190 1191[[package]] 1192name = "futures-io" 1193version = "0.3.32" 1194source = "registry+https://github.com/rust-lang/crates.io-index" 1195checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 1196 1197[[package]] 1198name = "futures-macro" 1199version = "0.3.32" 1200source = "registry+https://github.com/rust-lang/crates.io-index" 1201checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 1202dependencies = [ 1203 "proc-macro2", 1204 "quote", 1205 "syn 2.0.117", 1206] 1207 1208[[package]] 1209name = "futures-sink" 1210version = "0.3.32" 1211source = "registry+https://github.com/rust-lang/crates.io-index" 1212checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 1213 1214[[package]] 1215name = "futures-task" 1216version = "0.3.32" 1217source = "registry+https://github.com/rust-lang/crates.io-index" 1218checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 1219 1220[[package]] 1221name = "futures-util" 1222version = "0.3.32" 1223source = "registry+https://github.com/rust-lang/crates.io-index" 1224checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 1225dependencies = [ 1226 "futures-channel", 1227 "futures-core", 1228 "futures-io", 1229 "futures-macro", 1230 "futures-sink", 1231 "futures-task", 1232 "memchr", 1233 "pin-project-lite", 1234 "slab", 1235] 1236 1237[[package]] 1238name = "generic-array" 1239version = "0.14.7" 1240source = "registry+https://github.com/rust-lang/crates.io-index" 1241checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1242dependencies = [ 1243 "typenum", 1244 "version_check", 1245] 1246 1247[[package]] 1248name = "getrandom" 1249version = "0.2.17" 1250source = "registry+https://github.com/rust-lang/crates.io-index" 1251checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 1252dependencies = [ 1253 "cfg-if", 1254 "libc", 1255 "wasi", 1256] 1257 1258[[package]] 1259name = "getrandom" 1260version = "0.3.4" 1261source = "registry+https://github.com/rust-lang/crates.io-index" 1262checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 1263dependencies = [ 1264 "cfg-if", 1265 "libc", 1266 "r-efi 5.3.0", 1267 "wasip2", 1268] 1269 1270[[package]] 1271name = "getrandom" 1272version = "0.4.2" 1273source = "registry+https://github.com/rust-lang/crates.io-index" 1274checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" 1275dependencies = [ 1276 "cfg-if", 1277 "libc", 1278 "r-efi 6.0.0", 1279 "wasip2", 1280 "wasip3", 1281] 1282 1283[[package]] 1284name = "gimli" 1285version = "0.32.3" 1286source = "registry+https://github.com/rust-lang/crates.io-index" 1287checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" 1288 1289[[package]] 1290name = "glob" 1291version = "0.3.3" 1292source = "registry+https://github.com/rust-lang/crates.io-index" 1293checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 1294 1295[[package]] 1296name = "globset" 1297version = "0.4.18" 1298source = "registry+https://github.com/rust-lang/crates.io-index" 1299checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3" 1300dependencies = [ 1301 "aho-corasick", 1302 "bstr", 1303 "log", 1304 "regex-automata", 1305 "regex-syntax", 1306] 1307 1308[[package]] 1309name = "globwalk" 1310version = "0.9.1" 1311source = "registry+https://github.com/rust-lang/crates.io-index" 1312checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" 1313dependencies = [ 1314 "bitflags", 1315 "ignore", 1316 "walkdir", 1317] 1318 1319[[package]] 1320name = "gray_matter" 1321version = "0.2.9" 1322source = "registry+https://github.com/rust-lang/crates.io-index" 1323checksum = "8666976c40b8633f918783969b6681a3ddb205f29150348617de425d85a3e3bd" 1324dependencies = [ 1325 "serde", 1326 "serde_json", 1327 "toml 0.5.11", 1328 "yaml-rust2", 1329] 1330 1331[[package]] 1332name = "hashbrown" 1333version = "0.12.3" 1334source = "registry+https://github.com/rust-lang/crates.io-index" 1335checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1336dependencies = [ 1337 "ahash 0.7.8", 1338] 1339 1340[[package]] 1341name = "hashbrown" 1342version = "0.14.5" 1343source = "registry+https://github.com/rust-lang/crates.io-index" 1344checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1345dependencies = [ 1346 "ahash 0.8.12", 1347 "allocator-api2", 1348] 1349 1350[[package]] 1351name = "hashbrown" 1352version = "0.15.5" 1353source = "registry+https://github.com/rust-lang/crates.io-index" 1354checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1355dependencies = [ 1356 "foldhash 0.1.5", 1357] 1358 1359[[package]] 1360name = "hashbrown" 1361version = "0.16.1" 1362source = "registry+https://github.com/rust-lang/crates.io-index" 1363checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1364dependencies = [ 1365 "allocator-api2", 1366 "equivalent", 1367 "foldhash 0.2.0", 1368 "serde", 1369 "serde_core", 1370] 1371 1372[[package]] 1373name = "hashbrown" 1374version = "0.17.0" 1375source = "registry+https://github.com/rust-lang/crates.io-index" 1376checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" 1377dependencies = [ 1378 "allocator-api2", 1379 "equivalent", 1380 "foldhash 0.2.0", 1381] 1382 1383[[package]] 1384name = "hashlink" 1385version = "0.8.4" 1386source = "registry+https://github.com/rust-lang/crates.io-index" 1387checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" 1388dependencies = [ 1389 "hashbrown 0.14.5", 1390] 1391 1392[[package]] 1393name = "heck" 1394version = "0.4.1" 1395source = "registry+https://github.com/rust-lang/crates.io-index" 1396checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1397 1398[[package]] 1399name = "heck" 1400version = "0.5.0" 1401source = "registry+https://github.com/rust-lang/crates.io-index" 1402checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1403 1404[[package]] 1405name = "html-escape" 1406version = "0.2.13" 1407source = "registry+https://github.com/rust-lang/crates.io-index" 1408checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476" 1409dependencies = [ 1410 "utf8-width", 1411] 1412 1413[[package]] 1414name = "http" 1415version = "1.4.0" 1416source = "registry+https://github.com/rust-lang/crates.io-index" 1417checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 1418dependencies = [ 1419 "bytes", 1420 "itoa", 1421] 1422 1423[[package]] 1424name = "http-body" 1425version = "1.0.1" 1426source = "registry+https://github.com/rust-lang/crates.io-index" 1427checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1428dependencies = [ 1429 "bytes", 1430 "http", 1431] 1432 1433[[package]] 1434name = "http-body-util" 1435version = "0.1.3" 1436source = "registry+https://github.com/rust-lang/crates.io-index" 1437checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1438dependencies = [ 1439 "bytes", 1440 "futures-core", 1441 "http", 1442 "http-body", 1443 "pin-project-lite", 1444] 1445 1446[[package]] 1447name = "http-range-header" 1448version = "0.4.2" 1449source = "registry+https://github.com/rust-lang/crates.io-index" 1450checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c" 1451 1452[[package]] 1453name = "httparse" 1454version = "1.10.1" 1455source = "registry+https://github.com/rust-lang/crates.io-index" 1456checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1457 1458[[package]] 1459name = "httpdate" 1460version = "1.0.3" 1461source = "registry+https://github.com/rust-lang/crates.io-index" 1462checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1463 1464[[package]] 1465name = "humansize" 1466version = "2.1.3" 1467source = "registry+https://github.com/rust-lang/crates.io-index" 1468checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" 1469dependencies = [ 1470 "libm", 1471] 1472 1473[[package]] 1474name = "hyper" 1475version = "1.9.0" 1476source = "registry+https://github.com/rust-lang/crates.io-index" 1477checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca" 1478dependencies = [ 1479 "atomic-waker", 1480 "bytes", 1481 "futures-channel", 1482 "futures-core", 1483 "http", 1484 "http-body", 1485 "httparse", 1486 "httpdate", 1487 "itoa", 1488 "pin-project-lite", 1489 "smallvec", 1490 "tokio", 1491] 1492 1493[[package]] 1494name = "hyper-util" 1495version = "0.1.20" 1496source = "registry+https://github.com/rust-lang/crates.io-index" 1497checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 1498dependencies = [ 1499 "bytes", 1500 "http", 1501 "http-body", 1502 "hyper", 1503 "pin-project-lite", 1504 "tokio", 1505 "tower-service", 1506] 1507 1508[[package]] 1509name = "iana-time-zone" 1510version = "0.1.65" 1511source = "registry+https://github.com/rust-lang/crates.io-index" 1512checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 1513dependencies = [ 1514 "android_system_properties", 1515 "core-foundation-sys", 1516 "iana-time-zone-haiku", 1517 "js-sys", 1518 "log", 1519 "wasm-bindgen", 1520 "windows-core", 1521] 1522 1523[[package]] 1524name = "iana-time-zone-haiku" 1525version = "0.1.2" 1526source = "registry+https://github.com/rust-lang/crates.io-index" 1527checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1528dependencies = [ 1529 "cc", 1530] 1531 1532[[package]] 1533name = "id-arena" 1534version = "2.3.0" 1535source = "registry+https://github.com/rust-lang/crates.io-index" 1536checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 1537 1538[[package]] 1539name = "ignore" 1540version = "0.4.25" 1541source = "registry+https://github.com/rust-lang/crates.io-index" 1542checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a" 1543dependencies = [ 1544 "crossbeam-deque", 1545 "globset", 1546 "log", 1547 "memchr", 1548 "regex-automata", 1549 "same-file", 1550 "walkdir", 1551 "winapi-util", 1552] 1553 1554[[package]] 1555name = "imagesize" 1556version = "0.14.0" 1557source = "registry+https://github.com/rust-lang/crates.io-index" 1558checksum = "09e54e57b4c48b40f7aec75635392b12b3421fa26fe8b4332e63138ed278459c" 1559 1560[[package]] 1561name = "include_dir" 1562version = "0.7.4" 1563source = "registry+https://github.com/rust-lang/crates.io-index" 1564checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" 1565dependencies = [ 1566 "include_dir_macros", 1567] 1568 1569[[package]] 1570name = "include_dir_macros" 1571version = "0.7.4" 1572source = "registry+https://github.com/rust-lang/crates.io-index" 1573checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" 1574dependencies = [ 1575 "proc-macro2", 1576 "quote", 1577] 1578 1579[[package]] 1580name = "indexmap" 1581version = "1.9.3" 1582source = "registry+https://github.com/rust-lang/crates.io-index" 1583checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1584dependencies = [ 1585 "autocfg", 1586 "hashbrown 0.12.3", 1587] 1588 1589[[package]] 1590name = "indexmap" 1591version = "2.14.0" 1592source = "registry+https://github.com/rust-lang/crates.io-index" 1593checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" 1594dependencies = [ 1595 "equivalent", 1596 "hashbrown 0.17.0", 1597 "serde", 1598 "serde_core", 1599] 1600 1601[[package]] 1602name = "indicatif" 1603version = "0.18.4" 1604source = "registry+https://github.com/rust-lang/crates.io-index" 1605checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb" 1606dependencies = [ 1607 "console 0.16.3", 1608 "portable-atomic", 1609 "unicode-width", 1610 "unit-prefix", 1611 "web-time", 1612] 1613 1614[[package]] 1615name = "inotify" 1616version = "0.11.1" 1617source = "registry+https://github.com/rust-lang/crates.io-index" 1618checksum = "bd5b3eaf1a28b758ac0faa5a4254e8ab2705605496f1b1f3fbbc3988ad73d199" 1619dependencies = [ 1620 "bitflags", 1621 "inotify-sys", 1622 "libc", 1623] 1624 1625[[package]] 1626name = "inotify-sys" 1627version = "0.1.5" 1628source = "registry+https://github.com/rust-lang/crates.io-index" 1629checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 1630dependencies = [ 1631 "libc", 1632] 1633 1634[[package]] 1635name = "is_terminal_polyfill" 1636version = "1.70.2" 1637source = "registry+https://github.com/rust-lang/crates.io-index" 1638checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 1639 1640[[package]] 1641name = "itertools" 1642version = "0.10.5" 1643source = "registry+https://github.com/rust-lang/crates.io-index" 1644checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 1645dependencies = [ 1646 "either", 1647] 1648 1649[[package]] 1650name = "itertools" 1651version = "0.14.0" 1652source = "registry+https://github.com/rust-lang/crates.io-index" 1653checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 1654dependencies = [ 1655 "either", 1656] 1657 1658[[package]] 1659name = "itoa" 1660version = "1.0.18" 1661source = "registry+https://github.com/rust-lang/crates.io-index" 1662checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 1663 1664[[package]] 1665name = "js-sys" 1666version = "0.3.98" 1667source = "registry+https://github.com/rust-lang/crates.io-index" 1668checksum = "67df7112613f8bfd9150013a0314e196f4800d3201ae742489d999db2f979f08" 1669dependencies = [ 1670 "cfg-if", 1671 "futures-util", 1672 "once_cell", 1673 "wasm-bindgen", 1674] 1675 1676[[package]] 1677name = "json-escape-simd" 1678version = "3.0.2" 1679source = "registry+https://github.com/rust-lang/crates.io-index" 1680checksum = "35e770254dd7802184595b1d30da2a15cb72569e2aca2b177aef8d22eac8a693" 1681 1682[[package]] 1683name = "konst" 1684version = "0.2.20" 1685source = "registry+https://github.com/rust-lang/crates.io-index" 1686checksum = "128133ed7824fcd73d6e7b17957c5eb7bacb885649bd8c69708b2331a10bcefb" 1687dependencies = [ 1688 "konst_macro_rules", 1689] 1690 1691[[package]] 1692name = "konst_macro_rules" 1693version = "0.2.19" 1694source = "registry+https://github.com/rust-lang/crates.io-index" 1695checksum = "a4933f3f57a8e9d9da04db23fb153356ecaf00cbd14aee46279c33dc80925c37" 1696 1697[[package]] 1698name = "kqueue" 1699version = "1.1.1" 1700source = "registry+https://github.com/rust-lang/crates.io-index" 1701checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a" 1702dependencies = [ 1703 "kqueue-sys", 1704 "libc", 1705] 1706 1707[[package]] 1708name = "kqueue-sys" 1709version = "1.1.0" 1710source = "registry+https://github.com/rust-lang/crates.io-index" 1711checksum = "a7b65860415f949f23fa882e669f2dbd4a0f0eeb1acdd56790b30494afd7da2f" 1712dependencies = [ 1713 "bitflags", 1714 "libc", 1715] 1716 1717[[package]] 1718name = "kurbo" 1719version = "0.13.0" 1720source = "registry+https://github.com/rust-lang/crates.io-index" 1721checksum = "7564e90fe3c0d5771e1f0bc95322b21baaeaa0d9213fa6a0b61c99f8b17b3bfb" 1722dependencies = [ 1723 "arrayvec", 1724 "euclid", 1725 "smallvec", 1726] 1727 1728[[package]] 1729name = "lazy_static" 1730version = "1.5.0" 1731source = "registry+https://github.com/rust-lang/crates.io-index" 1732checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1733 1734[[package]] 1735name = "leb128fmt" 1736version = "0.1.0" 1737source = "registry+https://github.com/rust-lang/crates.io-index" 1738checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 1739 1740[[package]] 1741name = "lexical-core" 1742version = "1.0.6" 1743source = "registry+https://github.com/rust-lang/crates.io-index" 1744checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594" 1745dependencies = [ 1746 "lexical-parse-float", 1747 "lexical-parse-integer", 1748 "lexical-util", 1749 "lexical-write-float", 1750 "lexical-write-integer", 1751] 1752 1753[[package]] 1754name = "lexical-parse-float" 1755version = "1.0.6" 1756source = "registry+https://github.com/rust-lang/crates.io-index" 1757checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56" 1758dependencies = [ 1759 "lexical-parse-integer", 1760 "lexical-util", 1761] 1762 1763[[package]] 1764name = "lexical-parse-integer" 1765version = "1.0.6" 1766source = "registry+https://github.com/rust-lang/crates.io-index" 1767checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34" 1768dependencies = [ 1769 "lexical-util", 1770] 1771 1772[[package]] 1773name = "lexical-util" 1774version = "1.0.7" 1775source = "registry+https://github.com/rust-lang/crates.io-index" 1776checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17" 1777 1778[[package]] 1779name = "lexical-write-float" 1780version = "1.0.6" 1781source = "registry+https://github.com/rust-lang/crates.io-index" 1782checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361" 1783dependencies = [ 1784 "lexical-util", 1785 "lexical-write-integer", 1786] 1787 1788[[package]] 1789name = "lexical-write-integer" 1790version = "1.0.6" 1791source = "registry+https://github.com/rust-lang/crates.io-index" 1792checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df" 1793dependencies = [ 1794 "lexical-util", 1795] 1796 1797[[package]] 1798name = "libc" 1799version = "0.2.186" 1800source = "registry+https://github.com/rust-lang/crates.io-index" 1801checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" 1802 1803[[package]] 1804name = "libm" 1805version = "0.2.16" 1806source = "registry+https://github.com/rust-lang/crates.io-index" 1807checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" 1808 1809[[package]] 1810name = "lightningcss" 1811version = "1.0.0-alpha.71" 1812source = "registry+https://github.com/rust-lang/crates.io-index" 1813checksum = "cb6314c2f0590ac93c86099b98bb7ba8abcf759bfd89604ffca906472bb54937" 1814dependencies = [ 1815 "ahash 0.8.12", 1816 "bitflags", 1817 "const-str", 1818 "cssparser 0.33.0", 1819 "cssparser-color", 1820 "dashmap", 1821 "data-encoding", 1822 "getrandom 0.3.4", 1823 "indexmap 2.14.0", 1824 "itertools 0.10.5", 1825 "lazy_static", 1826 "lightningcss-derive", 1827 "parcel_selectors", 1828 "parcel_sourcemap", 1829 "pastey", 1830 "pathdiff", 1831 "rayon", 1832 "serde", 1833 "serde-content", 1834 "smallvec", 1835] 1836 1837[[package]] 1838name = "lightningcss-derive" 1839version = "1.0.0-alpha.43" 1840source = "registry+https://github.com/rust-lang/crates.io-index" 1841checksum = "84c12744d1279367caed41739ef094c325d53fb0ffcd4f9b84a368796f870252" 1842dependencies = [ 1843 "convert_case 0.6.0", 1844 "proc-macro2", 1845 "quote", 1846 "syn 1.0.109", 1847] 1848 1849[[package]] 1850name = "linked-hash-map" 1851version = "0.5.6" 1852source = "registry+https://github.com/rust-lang/crates.io-index" 1853checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 1854 1855[[package]] 1856name = "linux-raw-sys" 1857version = "0.12.1" 1858source = "registry+https://github.com/rust-lang/crates.io-index" 1859checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 1860 1861[[package]] 1862name = "lock_api" 1863version = "0.4.14" 1864source = "registry+https://github.com/rust-lang/crates.io-index" 1865checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1866dependencies = [ 1867 "scopeguard", 1868] 1869 1870[[package]] 1871name = "log" 1872version = "0.4.29" 1873source = "registry+https://github.com/rust-lang/crates.io-index" 1874checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 1875 1876[[package]] 1877name = "lol_html" 1878version = "2.9.0" 1879source = "registry+https://github.com/rust-lang/crates.io-index" 1880checksum = "00aad58f6ec3990e795943872f13651e7a5fa59dca2c8f31a74faf8a0e0fb652" 1881dependencies = [ 1882 "bitflags", 1883 "cfg-if", 1884 "cssparser 0.36.0", 1885 "encoding_rs", 1886 "foldhash 0.2.0", 1887 "hashbrown 0.17.0", 1888 "memchr", 1889 "mime", 1890 "precomputed-hash", 1891 "selectors", 1892 "thiserror 2.0.18", 1893] 1894 1895[[package]] 1896name = "matchers" 1897version = "0.2.0" 1898source = "registry+https://github.com/rust-lang/crates.io-index" 1899checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 1900dependencies = [ 1901 "regex-automata", 1902] 1903 1904[[package]] 1905name = "matches" 1906version = "0.1.10" 1907source = "registry+https://github.com/rust-lang/crates.io-index" 1908checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 1909 1910[[package]] 1911name = "matchit" 1912version = "0.8.4" 1913source = "registry+https://github.com/rust-lang/crates.io-index" 1914checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 1915 1916[[package]] 1917name = "memchr" 1918version = "2.8.0" 1919source = "registry+https://github.com/rust-lang/crates.io-index" 1920checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 1921 1922[[package]] 1923name = "mime" 1924version = "0.3.17" 1925source = "registry+https://github.com/rust-lang/crates.io-index" 1926checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1927 1928[[package]] 1929name = "mime_guess" 1930version = "2.0.5" 1931source = "registry+https://github.com/rust-lang/crates.io-index" 1932checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 1933dependencies = [ 1934 "mime", 1935 "unicase", 1936] 1937 1938[[package]] 1939name = "minicbor" 1940version = "2.2.2" 1941source = "registry+https://github.com/rust-lang/crates.io-index" 1942checksum = "1b7a5041e12946f8b7d3f5a9d96383a19d694b9335457c522be7815b9abafb02" 1943dependencies = [ 1944 "minicbor-derive", 1945] 1946 1947[[package]] 1948name = "minicbor-derive" 1949version = "0.19.4" 1950source = "registry+https://github.com/rust-lang/crates.io-index" 1951checksum = "7c9303a7d70578b101a21b3043ade4ab825c59063bbcd89af1066729399b79c6" 1952dependencies = [ 1953 "proc-macro2", 1954 "quote", 1955 "syn 2.0.117", 1956] 1957 1958[[package]] 1959name = "minifier" 1960version = "0.3.6" 1961source = "registry+https://github.com/rust-lang/crates.io-index" 1962checksum = "14f1541610994bba178cb36757e102d06a52a2d9612aa6d34c64b3b377c5d943" 1963dependencies = [ 1964 "clap", 1965] 1966 1967[[package]] 1968name = "minimal-lexical" 1969version = "0.2.1" 1970source = "registry+https://github.com/rust-lang/crates.io-index" 1971checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1972 1973[[package]] 1974name = "miniz_oxide" 1975version = "0.8.9" 1976source = "registry+https://github.com/rust-lang/crates.io-index" 1977checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1978dependencies = [ 1979 "adler2", 1980 "simd-adler32", 1981] 1982 1983[[package]] 1984name = "mio" 1985version = "1.2.0" 1986source = "registry+https://github.com/rust-lang/crates.io-index" 1987checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" 1988dependencies = [ 1989 "libc", 1990 "log", 1991 "wasi", 1992 "windows-sys 0.61.2", 1993] 1994 1995[[package]] 1996name = "new_debug_unreachable" 1997version = "1.0.6" 1998source = "registry+https://github.com/rust-lang/crates.io-index" 1999checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 2000 2001[[package]] 2002name = "nom" 2003version = "7.1.3" 2004source = "registry+https://github.com/rust-lang/crates.io-index" 2005checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2006dependencies = [ 2007 "memchr", 2008 "minimal-lexical", 2009] 2010 2011[[package]] 2012name = "nonmax" 2013version = "0.5.5" 2014source = "registry+https://github.com/rust-lang/crates.io-index" 2015checksum = "610a5acd306ec67f907abe5567859a3c693fb9886eb1f012ab8f2a47bef3db51" 2016 2017[[package]] 2018name = "notify" 2019version = "8.2.0" 2020source = "registry+https://github.com/rust-lang/crates.io-index" 2021checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3" 2022dependencies = [ 2023 "bitflags", 2024 "fsevent-sys", 2025 "inotify", 2026 "kqueue", 2027 "libc", 2028 "log", 2029 "mio", 2030 "notify-types", 2031 "walkdir", 2032 "windows-sys 0.60.2", 2033] 2034 2035[[package]] 2036name = "notify-debouncer-mini" 2037version = "0.7.0" 2038source = "registry+https://github.com/rust-lang/crates.io-index" 2039checksum = "17849edfaabd9a5fef1c606d99cfc615a8e99f7ac4366406d86c7942a3184cf2" 2040dependencies = [ 2041 "log", 2042 "notify", 2043 "notify-types", 2044 "tempfile", 2045] 2046 2047[[package]] 2048name = "notify-types" 2049version = "2.1.0" 2050source = "registry+https://github.com/rust-lang/crates.io-index" 2051checksum = "42b8cfee0e339a0337359f3c88165702ac6e600dc01c0cc9579a92d62b08477a" 2052dependencies = [ 2053 "bitflags", 2054] 2055 2056[[package]] 2057name = "nu-ansi-term" 2058version = "0.50.3" 2059source = "registry+https://github.com/rust-lang/crates.io-index" 2060checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 2061dependencies = [ 2062 "windows-sys 0.61.2", 2063] 2064 2065[[package]] 2066name = "num-bigint" 2067version = "0.4.6" 2068source = "registry+https://github.com/rust-lang/crates.io-index" 2069checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 2070dependencies = [ 2071 "num-integer", 2072 "num-traits", 2073] 2074 2075[[package]] 2076name = "num-conv" 2077version = "0.2.1" 2078source = "registry+https://github.com/rust-lang/crates.io-index" 2079checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967" 2080 2081[[package]] 2082name = "num-integer" 2083version = "0.1.46" 2084source = "registry+https://github.com/rust-lang/crates.io-index" 2085checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2086dependencies = [ 2087 "num-traits", 2088] 2089 2090[[package]] 2091name = "num-traits" 2092version = "0.2.19" 2093source = "registry+https://github.com/rust-lang/crates.io-index" 2094checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2095dependencies = [ 2096 "autocfg", 2097] 2098 2099[[package]] 2100name = "object" 2101version = "0.37.3" 2102source = "registry+https://github.com/rust-lang/crates.io-index" 2103checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" 2104dependencies = [ 2105 "memchr", 2106] 2107 2108[[package]] 2109name = "once_cell" 2110version = "1.21.4" 2111source = "registry+https://github.com/rust-lang/crates.io-index" 2112checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 2113 2114[[package]] 2115name = "once_cell_polyfill" 2116version = "1.70.2" 2117source = "registry+https://github.com/rust-lang/crates.io-index" 2118checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 2119 2120[[package]] 2121name = "onig" 2122version = "6.5.3" 2123source = "registry+https://github.com/rust-lang/crates.io-index" 2124checksum = "0cc3cbf698f9438986c11a880c90a6d04b9de27575afd28bbf45b154b6c709e2" 2125dependencies = [ 2126 "bitflags", 2127 "libc", 2128 "once_cell", 2129 "onig_sys", 2130] 2131 2132[[package]] 2133name = "onig_sys" 2134version = "69.9.3" 2135source = "registry+https://github.com/rust-lang/crates.io-index" 2136checksum = "1e68317604e77e53b85896388e1a803c1d21b74c899ec9e5e1112db90735edd7" 2137dependencies = [ 2138 "cc", 2139 "pkg-config", 2140] 2141 2142[[package]] 2143name = "outref" 2144version = "0.1.0" 2145source = "registry+https://github.com/rust-lang/crates.io-index" 2146checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4" 2147 2148[[package]] 2149name = "outref" 2150version = "0.5.2" 2151source = "registry+https://github.com/rust-lang/crates.io-index" 2152checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" 2153 2154[[package]] 2155name = "owo-colors" 2156version = "4.3.0" 2157source = "registry+https://github.com/rust-lang/crates.io-index" 2158checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d" 2159 2160[[package]] 2161name = "oxc-browserslist" 2162version = "3.0.2" 2163source = "registry+https://github.com/rust-lang/crates.io-index" 2164checksum = "3be1f075e9100260ff5ecb2b375fb24d6c5f2c97a23e6a86367720831e9faa8e" 2165dependencies = [ 2166 "flate2", 2167 "postcard", 2168 "rustc-hash", 2169 "serde", 2170 "thiserror 2.0.18", 2171] 2172 2173[[package]] 2174name = "oxc-miette" 2175version = "2.7.1" 2176source = "registry+https://github.com/rust-lang/crates.io-index" 2177checksum = "4356a61f2ed4c9b3610245215fbf48970eb277126919f87db9d0efa93a74245c" 2178dependencies = [ 2179 "cfg-if", 2180 "owo-colors", 2181 "oxc-miette-derive", 2182 "textwrap", 2183 "thiserror 2.0.18", 2184 "unicode-segmentation", 2185 "unicode-width", 2186] 2187 2188[[package]] 2189name = "oxc-miette-derive" 2190version = "2.7.1" 2191source = "registry+https://github.com/rust-lang/crates.io-index" 2192checksum = "b237422b014f8f8fff75bb9379e697d13f8d57551a22c88bebb39f073c1bf696" 2193dependencies = [ 2194 "proc-macro2", 2195 "quote", 2196 "syn 2.0.117", 2197] 2198 2199[[package]] 2200name = "oxc_allocator" 2201version = "0.116.0" 2202source = "registry+https://github.com/rust-lang/crates.io-index" 2203checksum = "93d4e5a43018728a7f6aa14b1034c43a0869fc0d05002a181d5dacc698e488b9" 2204dependencies = [ 2205 "allocator-api2", 2206 "hashbrown 0.16.1", 2207 "oxc_data_structures", 2208 "rustc-hash", 2209] 2210 2211[[package]] 2212name = "oxc_ast" 2213version = "0.116.0" 2214source = "registry+https://github.com/rust-lang/crates.io-index" 2215checksum = "12b7429c1035c3bf0de582ae4458d4f769566d574cfe71e170e328a123337a8d" 2216dependencies = [ 2217 "bitflags", 2218 "oxc_allocator", 2219 "oxc_ast_macros", 2220 "oxc_data_structures", 2221 "oxc_diagnostics", 2222 "oxc_estree", 2223 "oxc_regular_expression", 2224 "oxc_span", 2225 "oxc_syntax", 2226] 2227 2228[[package]] 2229name = "oxc_ast_macros" 2230version = "0.116.0" 2231source = "registry+https://github.com/rust-lang/crates.io-index" 2232checksum = "1d3d3eb4a7b45c9f407f96ecafddad0a88cbf085dca7d74f3e4191ba03d2d5f3" 2233dependencies = [ 2234 "phf 0.13.1", 2235 "proc-macro2", 2236 "quote", 2237 "syn 2.0.117", 2238] 2239 2240[[package]] 2241name = "oxc_ast_visit" 2242version = "0.116.0" 2243source = "registry+https://github.com/rust-lang/crates.io-index" 2244checksum = "87408c66c769e714cc74c24626403c63b0fd76f251d0971404a347611280668d" 2245dependencies = [ 2246 "oxc_allocator", 2247 "oxc_ast", 2248 "oxc_span", 2249 "oxc_syntax", 2250] 2251 2252[[package]] 2253name = "oxc_codegen" 2254version = "0.116.0" 2255source = "registry+https://github.com/rust-lang/crates.io-index" 2256checksum = "db5daa86977bc78c58c19ecf96afad677eb3dbc3726901d6a02b19ad1cf77f9c" 2257dependencies = [ 2258 "bitflags", 2259 "cow-utils", 2260 "dragonbox_ecma", 2261 "itoa", 2262 "oxc_allocator", 2263 "oxc_ast", 2264 "oxc_data_structures", 2265 "oxc_index", 2266 "oxc_semantic", 2267 "oxc_sourcemap", 2268 "oxc_span", 2269 "oxc_syntax", 2270 "rustc-hash", 2271] 2272 2273[[package]] 2274name = "oxc_compat" 2275version = "0.116.0" 2276source = "registry+https://github.com/rust-lang/crates.io-index" 2277checksum = "4d7987ecf86a8b5c4232dba5cdbe3b639bc0e3618e8c6a7c0a4797447a2baf57" 2278dependencies = [ 2279 "cow-utils", 2280 "oxc-browserslist", 2281 "oxc_syntax", 2282 "rustc-hash", 2283 "serde", 2284] 2285 2286[[package]] 2287name = "oxc_data_structures" 2288version = "0.116.0" 2289source = "registry+https://github.com/rust-lang/crates.io-index" 2290checksum = "af06d9ab1bfd8baff16ef7dcc6824ea1fea0938ba41b1e113b882738e285d8ee" 2291 2292[[package]] 2293name = "oxc_diagnostics" 2294version = "0.116.0" 2295source = "registry+https://github.com/rust-lang/crates.io-index" 2296checksum = "908b7dae769982c7ade68f6ba3b4edb32b5a5941800fe8118f9c96fe4cfa7982" 2297dependencies = [ 2298 "cow-utils", 2299 "oxc-miette", 2300 "percent-encoding", 2301] 2302 2303[[package]] 2304name = "oxc_ecmascript" 2305version = "0.116.0" 2306source = "registry+https://github.com/rust-lang/crates.io-index" 2307checksum = "78e4efa8dd802bb4e15536c71b081540f7bf4fc046b7043bc2e650cea40f62ca" 2308dependencies = [ 2309 "cow-utils", 2310 "num-bigint", 2311 "num-traits", 2312 "oxc_allocator", 2313 "oxc_ast", 2314 "oxc_regular_expression", 2315 "oxc_span", 2316 "oxc_syntax", 2317] 2318 2319[[package]] 2320name = "oxc_estree" 2321version = "0.116.0" 2322source = "registry+https://github.com/rust-lang/crates.io-index" 2323checksum = "f5e33d1f099a1e5c8f820df64654b1657f0aaf744d4137377726902738bfba80" 2324 2325[[package]] 2326name = "oxc_index" 2327version = "4.1.0" 2328source = "registry+https://github.com/rust-lang/crates.io-index" 2329checksum = "eb3e6120999627ec9703025eab7c9f410ebb7e95557632a8902ca48210416c2b" 2330dependencies = [ 2331 "nonmax", 2332 "serde", 2333] 2334 2335[[package]] 2336name = "oxc_mangler" 2337version = "0.116.0" 2338source = "registry+https://github.com/rust-lang/crates.io-index" 2339checksum = "24ea391da3da4ae3f218b9457af29eb3a245372cc80c48694a7c1a398e5df539" 2340dependencies = [ 2341 "itertools 0.14.0", 2342 "oxc_allocator", 2343 "oxc_ast", 2344 "oxc_data_structures", 2345 "oxc_index", 2346 "oxc_semantic", 2347 "oxc_span", 2348 "oxc_syntax", 2349 "rustc-hash", 2350] 2351 2352[[package]] 2353name = "oxc_minifier" 2354version = "0.116.0" 2355source = "registry+https://github.com/rust-lang/crates.io-index" 2356checksum = "de969df0153fb14e363e1afe62bf6c1c4c01b8f8ab72b5763c569dd0215cb3e6" 2357dependencies = [ 2358 "cow-utils", 2359 "itoa", 2360 "oxc_allocator", 2361 "oxc_ast", 2362 "oxc_ast_visit", 2363 "oxc_compat", 2364 "oxc_data_structures", 2365 "oxc_ecmascript", 2366 "oxc_index", 2367 "oxc_mangler", 2368 "oxc_parser", 2369 "oxc_regular_expression", 2370 "oxc_semantic", 2371 "oxc_span", 2372 "oxc_str", 2373 "oxc_syntax", 2374 "oxc_traverse", 2375 "rustc-hash", 2376] 2377 2378[[package]] 2379name = "oxc_parser" 2380version = "0.116.0" 2381source = "registry+https://github.com/rust-lang/crates.io-index" 2382checksum = "fa019a6d043e2087d8506c6716a55ee680ffb3eb564ab52bed0328d4076afb33" 2383dependencies = [ 2384 "bitflags", 2385 "cow-utils", 2386 "memchr", 2387 "num-bigint", 2388 "num-traits", 2389 "oxc_allocator", 2390 "oxc_ast", 2391 "oxc_data_structures", 2392 "oxc_diagnostics", 2393 "oxc_ecmascript", 2394 "oxc_regular_expression", 2395 "oxc_span", 2396 "oxc_syntax", 2397 "rustc-hash", 2398 "seq-macro", 2399] 2400 2401[[package]] 2402name = "oxc_regular_expression" 2403version = "0.116.0" 2404source = "registry+https://github.com/rust-lang/crates.io-index" 2405checksum = "0f28f7617dc3d0dd642ca4f9be4c8cf5365f114dc27a745d1ebfa82b8f729ef3" 2406dependencies = [ 2407 "bitflags", 2408 "oxc_allocator", 2409 "oxc_ast_macros", 2410 "oxc_diagnostics", 2411 "oxc_span", 2412 "phf 0.13.1", 2413 "rustc-hash", 2414 "unicode-id-start", 2415] 2416 2417[[package]] 2418name = "oxc_semantic" 2419version = "0.116.0" 2420source = "registry+https://github.com/rust-lang/crates.io-index" 2421checksum = "c5ab63f46cfbf4ef58b5a78439202593fe4a8511281ba1de32303e2c28b0e5e8" 2422dependencies = [ 2423 "itertools 0.14.0", 2424 "memchr", 2425 "oxc_allocator", 2426 "oxc_ast", 2427 "oxc_ast_visit", 2428 "oxc_data_structures", 2429 "oxc_diagnostics", 2430 "oxc_ecmascript", 2431 "oxc_index", 2432 "oxc_span", 2433 "oxc_syntax", 2434 "rustc-hash", 2435 "self_cell", 2436 "smallvec", 2437] 2438 2439[[package]] 2440name = "oxc_sourcemap" 2441version = "6.1.1" 2442source = "registry+https://github.com/rust-lang/crates.io-index" 2443checksum = "6d378eb8bad20e89d66276aebab51f6a5408571092cac94abdd3eabb773713d6" 2444dependencies = [ 2445 "base64-simd 0.8.0", 2446 "json-escape-simd", 2447 "rustc-hash", 2448 "serde", 2449 "serde_json", 2450] 2451 2452[[package]] 2453name = "oxc_span" 2454version = "0.116.0" 2455source = "registry+https://github.com/rust-lang/crates.io-index" 2456checksum = "6813c0f28625a9a1c8906144396fb7ee22a2a7722d49b707a06d19f81be450ef" 2457dependencies = [ 2458 "compact_str", 2459 "oxc-miette", 2460 "oxc_allocator", 2461 "oxc_ast_macros", 2462 "oxc_estree", 2463 "oxc_str", 2464] 2465 2466[[package]] 2467name = "oxc_str" 2468version = "0.116.0" 2469source = "registry+https://github.com/rust-lang/crates.io-index" 2470checksum = "b163ab61908f1d636704bb57425692c38a7addde8e7244ff0dd92394084a17fe" 2471dependencies = [ 2472 "compact_str", 2473 "hashbrown 0.16.1", 2474 "oxc_allocator", 2475 "oxc_estree", 2476] 2477 2478[[package]] 2479name = "oxc_syntax" 2480version = "0.116.0" 2481source = "registry+https://github.com/rust-lang/crates.io-index" 2482checksum = "06c82e33172f5613c4b7cf502d90b4ea866cd9103cb5e818a938889aef847daf" 2483dependencies = [ 2484 "bitflags", 2485 "cow-utils", 2486 "dragonbox_ecma", 2487 "nonmax", 2488 "oxc_allocator", 2489 "oxc_ast_macros", 2490 "oxc_estree", 2491 "oxc_index", 2492 "oxc_span", 2493 "phf 0.13.1", 2494 "unicode-id-start", 2495] 2496 2497[[package]] 2498name = "oxc_traverse" 2499version = "0.116.0" 2500source = "registry+https://github.com/rust-lang/crates.io-index" 2501checksum = "5c36f3713080a74481e1d725dcfcec7a1e0ebce350df427f1babc0cd4c8865f1" 2502dependencies = [ 2503 "itoa", 2504 "oxc_allocator", 2505 "oxc_ast", 2506 "oxc_ast_visit", 2507 "oxc_data_structures", 2508 "oxc_ecmascript", 2509 "oxc_semantic", 2510 "oxc_span", 2511 "oxc_str", 2512 "oxc_syntax", 2513 "rustc-hash", 2514] 2515 2516[[package]] 2517name = "pagefind" 2518version = "1.5.2" 2519source = "registry+https://github.com/rust-lang/crates.io-index" 2520checksum = "aa7d3c661e0e18b6c9eec1305908baf2bd9564af247727f9e7f4b4d25cd2da39" 2521dependencies = [ 2522 "anyhow", 2523 "async-compression", 2524 "base64", 2525 "bit-set 0.10.0", 2526 "clap", 2527 "console 0.16.3", 2528 "convert_case 0.11.0", 2529 "either", 2530 "emojis 0.8.2", 2531 "flate2", 2532 "futures", 2533 "hashbrown 0.16.1", 2534 "html-escape", 2535 "include_dir", 2536 "lazy_static", 2537 "lexical-core", 2538 "lol_html", 2539 "minicbor", 2540 "minifier", 2541 "pagefind_stem", 2542 "path-slash", 2543 "rayon", 2544 "regex", 2545 "rust-patch", 2546 "serde", 2547 "serde_json", 2548 "sha-1", 2549 "tikv-jemallocator", 2550 "tokio", 2551 "twelf", 2552 "typed-builder", 2553 "unicode-normalization", 2554 "unicode-segmentation", 2555 "wax", 2556] 2557 2558[[package]] 2559name = "pagefind_stem" 2560version = "1.0.0" 2561source = "registry+https://github.com/rust-lang/crates.io-index" 2562checksum = "8dfa810b158f3ac364e5acd43ca4a6020a6e729d40c15ce1bed1d911237a52e5" 2563 2564[[package]] 2565name = "parcel_selectors" 2566version = "0.28.2" 2567source = "registry+https://github.com/rust-lang/crates.io-index" 2568checksum = "54fd03f1ad26cb6b3ec1b7414fa78a3bd639e7dbb421b1a60513c96ce886a196" 2569dependencies = [ 2570 "bitflags", 2571 "cssparser 0.33.0", 2572 "log", 2573 "phf 0.11.3", 2574 "phf_codegen 0.11.3", 2575 "precomputed-hash", 2576 "rustc-hash", 2577 "smallvec", 2578] 2579 2580[[package]] 2581name = "parcel_sourcemap" 2582version = "2.1.1" 2583source = "registry+https://github.com/rust-lang/crates.io-index" 2584checksum = "485b74d7218068b2b7c0e3ff12fbc61ae11d57cb5d8224f525bd304c6be05bbb" 2585dependencies = [ 2586 "base64-simd 0.7.0", 2587 "data-url 0.1.1", 2588 "rkyv", 2589 "serde", 2590 "serde_json", 2591 "vlq", 2592] 2593 2594[[package]] 2595name = "parking_lot" 2596version = "0.12.5" 2597source = "registry+https://github.com/rust-lang/crates.io-index" 2598checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 2599dependencies = [ 2600 "lock_api", 2601 "parking_lot_core", 2602] 2603 2604[[package]] 2605name = "parking_lot_core" 2606version = "0.9.12" 2607source = "registry+https://github.com/rust-lang/crates.io-index" 2608checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 2609dependencies = [ 2610 "cfg-if", 2611 "libc", 2612 "redox_syscall", 2613 "smallvec", 2614 "windows-link", 2615] 2616 2617[[package]] 2618name = "parse-zoneinfo" 2619version = "0.3.1" 2620source = "registry+https://github.com/rust-lang/crates.io-index" 2621checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24" 2622dependencies = [ 2623 "regex", 2624] 2625 2626[[package]] 2627name = "pastey" 2628version = "0.1.1" 2629source = "registry+https://github.com/rust-lang/crates.io-index" 2630checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec" 2631 2632[[package]] 2633name = "path-slash" 2634version = "0.2.1" 2635source = "registry+https://github.com/rust-lang/crates.io-index" 2636checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42" 2637 2638[[package]] 2639name = "pathdiff" 2640version = "0.2.3" 2641source = "registry+https://github.com/rust-lang/crates.io-index" 2642checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" 2643 2644[[package]] 2645name = "percent-encoding" 2646version = "2.3.2" 2647source = "registry+https://github.com/rust-lang/crates.io-index" 2648checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 2649 2650[[package]] 2651name = "pest" 2652version = "2.8.6" 2653source = "registry+https://github.com/rust-lang/crates.io-index" 2654checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662" 2655dependencies = [ 2656 "memchr", 2657 "ucd-trie", 2658] 2659 2660[[package]] 2661name = "pest_derive" 2662version = "2.8.6" 2663source = "registry+https://github.com/rust-lang/crates.io-index" 2664checksum = "11f486f1ea21e6c10ed15d5a7c77165d0ee443402f0780849d1768e7d9d6fe77" 2665dependencies = [ 2666 "pest", 2667 "pest_generator", 2668] 2669 2670[[package]] 2671name = "pest_generator" 2672version = "2.8.6" 2673source = "registry+https://github.com/rust-lang/crates.io-index" 2674checksum = "8040c4647b13b210a963c1ed407c1ff4fdfa01c31d6d2a098218702e6664f94f" 2675dependencies = [ 2676 "pest", 2677 "pest_meta", 2678 "proc-macro2", 2679 "quote", 2680 "syn 2.0.117", 2681] 2682 2683[[package]] 2684name = "pest_meta" 2685version = "2.8.6" 2686source = "registry+https://github.com/rust-lang/crates.io-index" 2687checksum = "89815c69d36021a140146f26659a81d6c2afa33d216d736dd4be5381a7362220" 2688dependencies = [ 2689 "pest", 2690 "sha2", 2691] 2692 2693[[package]] 2694name = "petgraph" 2695version = "0.7.1" 2696source = "registry+https://github.com/rust-lang/crates.io-index" 2697checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" 2698dependencies = [ 2699 "fixedbitset", 2700 "indexmap 2.14.0", 2701] 2702 2703[[package]] 2704name = "phf" 2705version = "0.11.3" 2706source = "registry+https://github.com/rust-lang/crates.io-index" 2707checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 2708dependencies = [ 2709 "phf_macros 0.11.3", 2710 "phf_shared 0.11.3", 2711] 2712 2713[[package]] 2714name = "phf" 2715version = "0.13.1" 2716source = "registry+https://github.com/rust-lang/crates.io-index" 2717checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" 2718dependencies = [ 2719 "phf_macros 0.13.1", 2720 "phf_shared 0.13.1", 2721 "serde", 2722] 2723 2724[[package]] 2725name = "phf_codegen" 2726version = "0.11.3" 2727source = "registry+https://github.com/rust-lang/crates.io-index" 2728checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 2729dependencies = [ 2730 "phf_generator 0.11.3", 2731 "phf_shared 0.11.3", 2732] 2733 2734[[package]] 2735name = "phf_codegen" 2736version = "0.13.1" 2737source = "registry+https://github.com/rust-lang/crates.io-index" 2738checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1" 2739dependencies = [ 2740 "phf_generator 0.13.1", 2741 "phf_shared 0.13.1", 2742] 2743 2744[[package]] 2745name = "phf_generator" 2746version = "0.11.3" 2747source = "registry+https://github.com/rust-lang/crates.io-index" 2748checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 2749dependencies = [ 2750 "phf_shared 0.11.3", 2751 "rand 0.8.6", 2752] 2753 2754[[package]] 2755name = "phf_generator" 2756version = "0.13.1" 2757source = "registry+https://github.com/rust-lang/crates.io-index" 2758checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737" 2759dependencies = [ 2760 "fastrand", 2761 "phf_shared 0.13.1", 2762] 2763 2764[[package]] 2765name = "phf_macros" 2766version = "0.11.3" 2767source = "registry+https://github.com/rust-lang/crates.io-index" 2768checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" 2769dependencies = [ 2770 "phf_generator 0.11.3", 2771 "phf_shared 0.11.3", 2772 "proc-macro2", 2773 "quote", 2774 "syn 2.0.117", 2775] 2776 2777[[package]] 2778name = "phf_macros" 2779version = "0.13.1" 2780source = "registry+https://github.com/rust-lang/crates.io-index" 2781checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef" 2782dependencies = [ 2783 "phf_generator 0.13.1", 2784 "phf_shared 0.13.1", 2785 "proc-macro2", 2786 "quote", 2787 "syn 2.0.117", 2788] 2789 2790[[package]] 2791name = "phf_shared" 2792version = "0.11.3" 2793source = "registry+https://github.com/rust-lang/crates.io-index" 2794checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 2795dependencies = [ 2796 "siphasher", 2797] 2798 2799[[package]] 2800name = "phf_shared" 2801version = "0.13.1" 2802source = "registry+https://github.com/rust-lang/crates.io-index" 2803checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" 2804dependencies = [ 2805 "siphasher", 2806] 2807 2808[[package]] 2809name = "pico-args" 2810version = "0.5.0" 2811source = "registry+https://github.com/rust-lang/crates.io-index" 2812checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 2813 2814[[package]] 2815name = "pin-project-lite" 2816version = "0.2.17" 2817source = "registry+https://github.com/rust-lang/crates.io-index" 2818checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 2819 2820[[package]] 2821name = "pkg-config" 2822version = "0.3.33" 2823source = "registry+https://github.com/rust-lang/crates.io-index" 2824checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" 2825 2826[[package]] 2827name = "plist" 2828version = "1.9.0" 2829source = "registry+https://github.com/rust-lang/crates.io-index" 2830checksum = "092791278e026273c1b65bbdcfbba3a300f2994c896bd01ab01da613c29c46f1" 2831dependencies = [ 2832 "base64", 2833 "indexmap 2.14.0", 2834 "quick-xml", 2835 "serde", 2836 "time", 2837] 2838 2839[[package]] 2840name = "png" 2841version = "0.18.1" 2842source = "registry+https://github.com/rust-lang/crates.io-index" 2843checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" 2844dependencies = [ 2845 "bitflags", 2846 "crc32fast", 2847 "fdeflate", 2848 "flate2", 2849 "miniz_oxide", 2850] 2851 2852[[package]] 2853name = "pori" 2854version = "0.0.0" 2855source = "registry+https://github.com/rust-lang/crates.io-index" 2856checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906" 2857dependencies = [ 2858 "nom", 2859] 2860 2861[[package]] 2862name = "portable-atomic" 2863version = "1.13.1" 2864source = "registry+https://github.com/rust-lang/crates.io-index" 2865checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 2866 2867[[package]] 2868name = "postcard" 2869version = "1.1.3" 2870source = "registry+https://github.com/rust-lang/crates.io-index" 2871checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" 2872dependencies = [ 2873 "cobs", 2874 "embedded-io 0.4.0", 2875 "embedded-io 0.6.1", 2876 "serde", 2877] 2878 2879[[package]] 2880name = "powerfmt" 2881version = "0.2.0" 2882source = "registry+https://github.com/rust-lang/crates.io-index" 2883checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2884 2885[[package]] 2886name = "ppv-lite86" 2887version = "0.2.21" 2888source = "registry+https://github.com/rust-lang/crates.io-index" 2889checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 2890dependencies = [ 2891 "zerocopy", 2892] 2893 2894[[package]] 2895name = "precomputed-hash" 2896version = "0.1.1" 2897source = "registry+https://github.com/rust-lang/crates.io-index" 2898checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 2899 2900[[package]] 2901name = "pretty-hex" 2902version = "0.4.2" 2903source = "registry+https://github.com/rust-lang/crates.io-index" 2904checksum = "9a65843dfefbafd3c879c683306959a6de478443ffe9c9adf02f5976432402d7" 2905 2906[[package]] 2907name = "prettyplease" 2908version = "0.2.37" 2909source = "registry+https://github.com/rust-lang/crates.io-index" 2910checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 2911dependencies = [ 2912 "proc-macro2", 2913 "syn 2.0.117", 2914] 2915 2916[[package]] 2917name = "proc-macro-crate" 2918version = "2.0.2" 2919source = "registry+https://github.com/rust-lang/crates.io-index" 2920checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24" 2921dependencies = [ 2922 "toml_datetime", 2923 "toml_edit", 2924] 2925 2926[[package]] 2927name = "proc-macro-error" 2928version = "1.0.4" 2929source = "registry+https://github.com/rust-lang/crates.io-index" 2930checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 2931dependencies = [ 2932 "proc-macro-error-attr", 2933 "proc-macro2", 2934 "quote", 2935 "syn 1.0.109", 2936 "version_check", 2937] 2938 2939[[package]] 2940name = "proc-macro-error-attr" 2941version = "1.0.4" 2942source = "registry+https://github.com/rust-lang/crates.io-index" 2943checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 2944dependencies = [ 2945 "proc-macro2", 2946 "quote", 2947 "version_check", 2948] 2949 2950[[package]] 2951name = "proc-macro2" 2952version = "1.0.106" 2953source = "registry+https://github.com/rust-lang/crates.io-index" 2954checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 2955dependencies = [ 2956 "unicode-ident", 2957] 2958 2959[[package]] 2960name = "ptr_meta" 2961version = "0.1.4" 2962source = "registry+https://github.com/rust-lang/crates.io-index" 2963checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" 2964dependencies = [ 2965 "ptr_meta_derive", 2966] 2967 2968[[package]] 2969name = "ptr_meta_derive" 2970version = "0.1.4" 2971source = "registry+https://github.com/rust-lang/crates.io-index" 2972checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" 2973dependencies = [ 2974 "proc-macro2", 2975 "quote", 2976 "syn 1.0.109", 2977] 2978 2979[[package]] 2980name = "quick-xml" 2981version = "0.39.3" 2982source = "registry+https://github.com/rust-lang/crates.io-index" 2983checksum = "721da970c312655cde9b4ffe0547f20a8494866a4af5ff51f18b7c633d0c870b" 2984dependencies = [ 2985 "memchr", 2986] 2987 2988[[package]] 2989name = "quote" 2990version = "1.0.45" 2991source = "registry+https://github.com/rust-lang/crates.io-index" 2992checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 2993dependencies = [ 2994 "proc-macro2", 2995] 2996 2997[[package]] 2998name = "r-efi" 2999version = "5.3.0" 3000source = "registry+https://github.com/rust-lang/crates.io-index" 3001checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 3002 3003[[package]] 3004name = "r-efi" 3005version = "6.0.0" 3006source = "registry+https://github.com/rust-lang/crates.io-index" 3007checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 3008 3009[[package]] 3010name = "radium" 3011version = "0.7.0" 3012source = "registry+https://github.com/rust-lang/crates.io-index" 3013checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 3014 3015[[package]] 3016name = "rand" 3017version = "0.8.6" 3018source = "registry+https://github.com/rust-lang/crates.io-index" 3019checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" 3020dependencies = [ 3021 "libc", 3022 "rand_chacha 0.3.1", 3023 "rand_core 0.6.4", 3024] 3025 3026[[package]] 3027name = "rand" 3028version = "0.9.4" 3029source = "registry+https://github.com/rust-lang/crates.io-index" 3030checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" 3031dependencies = [ 3032 "rand_chacha 0.9.0", 3033 "rand_core 0.9.5", 3034] 3035 3036[[package]] 3037name = "rand_chacha" 3038version = "0.3.1" 3039source = "registry+https://github.com/rust-lang/crates.io-index" 3040checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3041dependencies = [ 3042 "ppv-lite86", 3043 "rand_core 0.6.4", 3044] 3045 3046[[package]] 3047name = "rand_chacha" 3048version = "0.9.0" 3049source = "registry+https://github.com/rust-lang/crates.io-index" 3050checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 3051dependencies = [ 3052 "ppv-lite86", 3053 "rand_core 0.9.5", 3054] 3055 3056[[package]] 3057name = "rand_core" 3058version = "0.6.4" 3059source = "registry+https://github.com/rust-lang/crates.io-index" 3060checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3061dependencies = [ 3062 "getrandom 0.2.17", 3063] 3064 3065[[package]] 3066name = "rand_core" 3067version = "0.9.5" 3068source = "registry+https://github.com/rust-lang/crates.io-index" 3069checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 3070dependencies = [ 3071 "getrandom 0.3.4", 3072] 3073 3074[[package]] 3075name = "rand_xoshiro" 3076version = "0.6.0" 3077source = "registry+https://github.com/rust-lang/crates.io-index" 3078checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" 3079dependencies = [ 3080 "rand_core 0.6.4", 3081] 3082 3083[[package]] 3084name = "rayon" 3085version = "1.12.0" 3086source = "registry+https://github.com/rust-lang/crates.io-index" 3087checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" 3088dependencies = [ 3089 "either", 3090 "rayon-core", 3091] 3092 3093[[package]] 3094name = "rayon-core" 3095version = "1.13.0" 3096source = "registry+https://github.com/rust-lang/crates.io-index" 3097checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" 3098dependencies = [ 3099 "crossbeam-deque", 3100 "crossbeam-utils", 3101] 3102 3103[[package]] 3104name = "redox_syscall" 3105version = "0.5.18" 3106source = "registry+https://github.com/rust-lang/crates.io-index" 3107checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 3108dependencies = [ 3109 "bitflags", 3110] 3111 3112[[package]] 3113name = "regex" 3114version = "1.12.3" 3115source = "registry+https://github.com/rust-lang/crates.io-index" 3116checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 3117dependencies = [ 3118 "aho-corasick", 3119 "memchr", 3120 "regex-automata", 3121 "regex-syntax", 3122] 3123 3124[[package]] 3125name = "regex-automata" 3126version = "0.4.14" 3127source = "registry+https://github.com/rust-lang/crates.io-index" 3128checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 3129dependencies = [ 3130 "aho-corasick", 3131 "memchr", 3132 "regex-syntax", 3133] 3134 3135[[package]] 3136name = "regex-syntax" 3137version = "0.8.10" 3138source = "registry+https://github.com/rust-lang/crates.io-index" 3139checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 3140 3141[[package]] 3142name = "rend" 3143version = "0.4.2" 3144source = "registry+https://github.com/rust-lang/crates.io-index" 3145checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" 3146dependencies = [ 3147 "bytecheck", 3148] 3149 3150[[package]] 3151name = "resvg" 3152version = "0.47.0" 3153source = "registry+https://github.com/rust-lang/crates.io-index" 3154checksum = "9be183ad6a216aa96f33e4c8033b0988b8b3ea6fd2359d19af5bac4643fd8e81" 3155dependencies = [ 3156 "log", 3157 "pico-args", 3158 "rgb", 3159 "svgtypes", 3160 "tiny-skia", 3161 "usvg", 3162] 3163 3164[[package]] 3165name = "rgb" 3166version = "0.8.53" 3167source = "registry+https://github.com/rust-lang/crates.io-index" 3168checksum = "47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4" 3169dependencies = [ 3170 "bytemuck", 3171] 3172 3173[[package]] 3174name = "rkyv" 3175version = "0.7.46" 3176source = "registry+https://github.com/rust-lang/crates.io-index" 3177checksum = "2297bf9c81a3f0dc96bc9521370b88f054168c29826a75e89c55ff196e7ed6a1" 3178dependencies = [ 3179 "bitvec", 3180 "bytecheck", 3181 "bytes", 3182 "hashbrown 0.12.3", 3183 "ptr_meta", 3184 "rend", 3185 "rkyv_derive", 3186 "seahash", 3187 "tinyvec", 3188 "uuid", 3189] 3190 3191[[package]] 3192name = "rkyv_derive" 3193version = "0.7.46" 3194source = "registry+https://github.com/rust-lang/crates.io-index" 3195checksum = "84d7b42d4b8d06048d3ac8db0eb31bcb942cbeb709f0b5f2b2ebde398d3038f5" 3196dependencies = [ 3197 "proc-macro2", 3198 "quote", 3199 "syn 1.0.109", 3200] 3201 3202[[package]] 3203name = "roxmltree" 3204version = "0.21.1" 3205source = "registry+https://github.com/rust-lang/crates.io-index" 3206checksum = "f1964b10c76125c36f8afe190065a4bf9a87bf324842c05701330bba9f1cacbb" 3207dependencies = [ 3208 "memchr", 3209] 3210 3211[[package]] 3212name = "rust-patch" 3213version = "0.1.3" 3214source = "registry+https://github.com/rust-lang/crates.io-index" 3215checksum = "4076837f5df7460d37d1e245c966e64f6aaeeb59a76f186f352ca91d6087fb43" 3216dependencies = [ 3217 "rust-patch-derive", 3218] 3219 3220[[package]] 3221name = "rust-patch-derive" 3222version = "0.1.3" 3223source = "registry+https://github.com/rust-lang/crates.io-index" 3224checksum = "b9927610a0a7c3e3dece1e89a114c31e435f27db01b1d630e81eb02ecd820f0b" 3225dependencies = [ 3226 "proc-macro-error", 3227 "proc-macro2", 3228 "quote", 3229 "syn 1.0.109", 3230] 3231 3232[[package]] 3233name = "rustc-demangle" 3234version = "0.1.27" 3235source = "registry+https://github.com/rust-lang/crates.io-index" 3236checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d" 3237 3238[[package]] 3239name = "rustc-hash" 3240version = "2.1.2" 3241source = "registry+https://github.com/rust-lang/crates.io-index" 3242checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" 3243 3244[[package]] 3245name = "rustc_version" 3246version = "0.4.1" 3247source = "registry+https://github.com/rust-lang/crates.io-index" 3248checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 3249dependencies = [ 3250 "semver", 3251] 3252 3253[[package]] 3254name = "rustix" 3255version = "1.1.4" 3256source = "registry+https://github.com/rust-lang/crates.io-index" 3257checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 3258dependencies = [ 3259 "bitflags", 3260 "errno", 3261 "libc", 3262 "linux-raw-sys", 3263 "windows-sys 0.61.2", 3264] 3265 3266[[package]] 3267name = "rustversion" 3268version = "1.0.22" 3269source = "registry+https://github.com/rust-lang/crates.io-index" 3270checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 3271 3272[[package]] 3273name = "ryu" 3274version = "1.0.23" 3275source = "registry+https://github.com/rust-lang/crates.io-index" 3276checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 3277 3278[[package]] 3279name = "same-file" 3280version = "1.0.6" 3281source = "registry+https://github.com/rust-lang/crates.io-index" 3282checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3283dependencies = [ 3284 "winapi-util", 3285] 3286 3287[[package]] 3288name = "scopeguard" 3289version = "1.2.0" 3290source = "registry+https://github.com/rust-lang/crates.io-index" 3291checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3292 3293[[package]] 3294name = "seahash" 3295version = "4.1.0" 3296source = "registry+https://github.com/rust-lang/crates.io-index" 3297checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 3298 3299[[package]] 3300name = "selectors" 3301version = "0.37.0" 3302source = "registry+https://github.com/rust-lang/crates.io-index" 3303checksum = "2cfaaa6035167f0e604e42723c7650d59ee269ef220d7bbe0565602c8a0173b9" 3304dependencies = [ 3305 "bitflags", 3306 "cssparser 0.36.0", 3307 "derive_more", 3308 "log", 3309 "new_debug_unreachable", 3310 "phf 0.13.1", 3311 "phf_codegen 0.13.1", 3312 "precomputed-hash", 3313 "rustc-hash", 3314 "servo_arc", 3315 "smallvec", 3316] 3317 3318[[package]] 3319name = "self_cell" 3320version = "1.2.2" 3321source = "registry+https://github.com/rust-lang/crates.io-index" 3322checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89" 3323 3324[[package]] 3325name = "semver" 3326version = "1.0.28" 3327source = "registry+https://github.com/rust-lang/crates.io-index" 3328checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" 3329 3330[[package]] 3331name = "seq-macro" 3332version = "0.3.6" 3333source = "registry+https://github.com/rust-lang/crates.io-index" 3334checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc" 3335 3336[[package]] 3337name = "serde" 3338version = "1.0.228" 3339source = "registry+https://github.com/rust-lang/crates.io-index" 3340checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 3341dependencies = [ 3342 "serde_core", 3343 "serde_derive", 3344] 3345 3346[[package]] 3347name = "serde-content" 3348version = "0.1.2" 3349source = "registry+https://github.com/rust-lang/crates.io-index" 3350checksum = "3753ca04f350fa92d00b6146a3555e63c55388c9ef2e11e09bce2ff1c0b509c6" 3351dependencies = [ 3352 "serde", 3353] 3354 3355[[package]] 3356name = "serde_core" 3357version = "1.0.228" 3358source = "registry+https://github.com/rust-lang/crates.io-index" 3359checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 3360dependencies = [ 3361 "serde_derive", 3362] 3363 3364[[package]] 3365name = "serde_derive" 3366version = "1.0.228" 3367source = "registry+https://github.com/rust-lang/crates.io-index" 3368checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 3369dependencies = [ 3370 "proc-macro2", 3371 "quote", 3372 "syn 2.0.117", 3373] 3374 3375[[package]] 3376name = "serde_json" 3377version = "1.0.149" 3378source = "registry+https://github.com/rust-lang/crates.io-index" 3379checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 3380dependencies = [ 3381 "itoa", 3382 "memchr", 3383 "serde", 3384 "serde_core", 3385 "zmij", 3386] 3387 3388[[package]] 3389name = "serde_path_to_error" 3390version = "0.1.20" 3391source = "registry+https://github.com/rust-lang/crates.io-index" 3392checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 3393dependencies = [ 3394 "itoa", 3395 "serde", 3396 "serde_core", 3397] 3398 3399[[package]] 3400name = "serde_spanned" 3401version = "0.6.9" 3402source = "registry+https://github.com/rust-lang/crates.io-index" 3403checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" 3404dependencies = [ 3405 "serde", 3406] 3407 3408[[package]] 3409name = "serde_urlencoded" 3410version = "0.7.1" 3411source = "registry+https://github.com/rust-lang/crates.io-index" 3412checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3413dependencies = [ 3414 "form_urlencoded", 3415 "itoa", 3416 "ryu", 3417 "serde", 3418] 3419 3420[[package]] 3421name = "serde_yaml" 3422version = "0.8.26" 3423source = "registry+https://github.com/rust-lang/crates.io-index" 3424checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" 3425dependencies = [ 3426 "indexmap 1.9.3", 3427 "ryu", 3428 "serde", 3429 "yaml-rust", 3430] 3431 3432[[package]] 3433name = "servo_arc" 3434version = "0.4.3" 3435source = "registry+https://github.com/rust-lang/crates.io-index" 3436checksum = "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930" 3437dependencies = [ 3438 "stable_deref_trait", 3439] 3440 3441[[package]] 3442name = "sha-1" 3443version = "0.10.1" 3444source = "registry+https://github.com/rust-lang/crates.io-index" 3445checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" 3446dependencies = [ 3447 "cfg-if", 3448 "cpufeatures", 3449 "digest", 3450] 3451 3452[[package]] 3453name = "sha1" 3454version = "0.10.6" 3455source = "registry+https://github.com/rust-lang/crates.io-index" 3456checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 3457dependencies = [ 3458 "cfg-if", 3459 "cpufeatures", 3460 "digest", 3461] 3462 3463[[package]] 3464name = "sha2" 3465version = "0.10.9" 3466source = "registry+https://github.com/rust-lang/crates.io-index" 3467checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 3468dependencies = [ 3469 "cfg-if", 3470 "cpufeatures", 3471 "digest", 3472] 3473 3474[[package]] 3475name = "sharded-slab" 3476version = "0.1.7" 3477source = "registry+https://github.com/rust-lang/crates.io-index" 3478checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 3479dependencies = [ 3480 "lazy_static", 3481] 3482 3483[[package]] 3484name = "shlex" 3485version = "1.3.0" 3486source = "registry+https://github.com/rust-lang/crates.io-index" 3487checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 3488 3489[[package]] 3490name = "signal-hook-registry" 3491version = "1.4.8" 3492source = "registry+https://github.com/rust-lang/crates.io-index" 3493checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 3494dependencies = [ 3495 "errno", 3496 "libc", 3497] 3498 3499[[package]] 3500name = "simd-abstraction" 3501version = "0.7.1" 3502source = "registry+https://github.com/rust-lang/crates.io-index" 3503checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987" 3504dependencies = [ 3505 "outref 0.1.0", 3506] 3507 3508[[package]] 3509name = "simd-adler32" 3510version = "0.3.9" 3511source = "registry+https://github.com/rust-lang/crates.io-index" 3512checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" 3513 3514[[package]] 3515name = "simdutf8" 3516version = "0.1.5" 3517source = "registry+https://github.com/rust-lang/crates.io-index" 3518checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 3519 3520[[package]] 3521name = "simplecss" 3522version = "0.2.2" 3523source = "registry+https://github.com/rust-lang/crates.io-index" 3524checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c" 3525dependencies = [ 3526 "log", 3527] 3528 3529[[package]] 3530name = "siphasher" 3531version = "1.0.3" 3532source = "registry+https://github.com/rust-lang/crates.io-index" 3533checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" 3534 3535[[package]] 3536name = "slab" 3537version = "0.4.12" 3538source = "registry+https://github.com/rust-lang/crates.io-index" 3539checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 3540 3541[[package]] 3542name = "slug" 3543version = "0.1.6" 3544source = "registry+https://github.com/rust-lang/crates.io-index" 3545checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724" 3546dependencies = [ 3547 "deunicode", 3548 "wasm-bindgen", 3549] 3550 3551[[package]] 3552name = "smallvec" 3553version = "1.15.1" 3554source = "registry+https://github.com/rust-lang/crates.io-index" 3555checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 3556dependencies = [ 3557 "serde", 3558] 3559 3560[[package]] 3561name = "smawk" 3562version = "0.3.2" 3563source = "registry+https://github.com/rust-lang/crates.io-index" 3564checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" 3565 3566[[package]] 3567name = "socket2" 3568version = "0.6.3" 3569source = "registry+https://github.com/rust-lang/crates.io-index" 3570checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" 3571dependencies = [ 3572 "libc", 3573 "windows-sys 0.61.2", 3574] 3575 3576[[package]] 3577name = "stable_deref_trait" 3578version = "1.2.1" 3579source = "registry+https://github.com/rust-lang/crates.io-index" 3580checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 3581 3582[[package]] 3583name = "static_assertions" 3584version = "1.1.0" 3585source = "registry+https://github.com/rust-lang/crates.io-index" 3586checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3587 3588[[package]] 3589name = "strict-num" 3590version = "0.1.1" 3591source = "registry+https://github.com/rust-lang/crates.io-index" 3592checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 3593dependencies = [ 3594 "float-cmp", 3595] 3596 3597[[package]] 3598name = "strsim" 3599version = "0.11.1" 3600source = "registry+https://github.com/rust-lang/crates.io-index" 3601checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3602 3603[[package]] 3604name = "svgtypes" 3605version = "0.16.1" 3606source = "registry+https://github.com/rust-lang/crates.io-index" 3607checksum = "695b5790b3131dafa99b3bbfd25a216edb3d216dad9ca208d4657bfb8f2abc3d" 3608dependencies = [ 3609 "kurbo", 3610 "siphasher", 3611] 3612 3613[[package]] 3614name = "syn" 3615version = "1.0.109" 3616source = "registry+https://github.com/rust-lang/crates.io-index" 3617checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3618dependencies = [ 3619 "proc-macro2", 3620 "quote", 3621 "unicode-ident", 3622] 3623 3624[[package]] 3625name = "syn" 3626version = "2.0.117" 3627source = "registry+https://github.com/rust-lang/crates.io-index" 3628checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 3629dependencies = [ 3630 "proc-macro2", 3631 "quote", 3632 "unicode-ident", 3633] 3634 3635[[package]] 3636name = "sync_wrapper" 3637version = "1.0.2" 3638source = "registry+https://github.com/rust-lang/crates.io-index" 3639checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 3640 3641[[package]] 3642name = "syntect" 3643version = "5.3.0" 3644source = "registry+https://github.com/rust-lang/crates.io-index" 3645checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925" 3646dependencies = [ 3647 "bincode", 3648 "fancy-regex", 3649 "flate2", 3650 "fnv", 3651 "once_cell", 3652 "onig", 3653 "plist", 3654 "regex-syntax", 3655 "serde", 3656 "serde_derive", 3657 "serde_json", 3658 "thiserror 2.0.18", 3659 "walkdir", 3660 "yaml-rust", 3661] 3662 3663[[package]] 3664name = "tap" 3665version = "1.0.1" 3666source = "registry+https://github.com/rust-lang/crates.io-index" 3667checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 3668 3669[[package]] 3670name = "tempfile" 3671version = "3.27.0" 3672source = "registry+https://github.com/rust-lang/crates.io-index" 3673checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" 3674dependencies = [ 3675 "fastrand", 3676 "getrandom 0.4.2", 3677 "once_cell", 3678 "rustix", 3679 "windows-sys 0.61.2", 3680] 3681 3682[[package]] 3683name = "tera" 3684version = "1.20.1" 3685source = "registry+https://github.com/rust-lang/crates.io-index" 3686checksum = "e8004bca281f2d32df3bacd59bc67b312cb4c70cea46cbd79dbe8ac5ed206722" 3687dependencies = [ 3688 "chrono", 3689 "chrono-tz", 3690 "globwalk", 3691 "humansize", 3692 "lazy_static", 3693 "percent-encoding", 3694 "pest", 3695 "pest_derive", 3696 "rand 0.8.6", 3697 "regex", 3698 "serde", 3699 "serde_json", 3700 "slug", 3701 "unicode-segmentation", 3702] 3703 3704[[package]] 3705name = "textwrap" 3706version = "0.16.2" 3707source = "registry+https://github.com/rust-lang/crates.io-index" 3708checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" 3709dependencies = [ 3710 "smawk", 3711 "unicode-linebreak", 3712 "unicode-width", 3713] 3714 3715[[package]] 3716name = "thiserror" 3717version = "1.0.69" 3718source = "registry+https://github.com/rust-lang/crates.io-index" 3719checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3720dependencies = [ 3721 "thiserror-impl 1.0.69", 3722] 3723 3724[[package]] 3725name = "thiserror" 3726version = "2.0.18" 3727source = "registry+https://github.com/rust-lang/crates.io-index" 3728checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 3729dependencies = [ 3730 "thiserror-impl 2.0.18", 3731] 3732 3733[[package]] 3734name = "thiserror-impl" 3735version = "1.0.69" 3736source = "registry+https://github.com/rust-lang/crates.io-index" 3737checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3738dependencies = [ 3739 "proc-macro2", 3740 "quote", 3741 "syn 2.0.117", 3742] 3743 3744[[package]] 3745name = "thiserror-impl" 3746version = "2.0.18" 3747source = "registry+https://github.com/rust-lang/crates.io-index" 3748checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 3749dependencies = [ 3750 "proc-macro2", 3751 "quote", 3752 "syn 2.0.117", 3753] 3754 3755[[package]] 3756name = "thread_local" 3757version = "1.1.9" 3758source = "registry+https://github.com/rust-lang/crates.io-index" 3759checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 3760dependencies = [ 3761 "cfg-if", 3762] 3763 3764[[package]] 3765name = "tikv-jemalloc-sys" 3766version = "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" 3767source = "registry+https://github.com/rust-lang/crates.io-index" 3768checksum = "cd8aa5b2ab86a2cefa406d889139c162cbb230092f7d1d7cbc1716405d852a3b" 3769dependencies = [ 3770 "cc", 3771 "libc", 3772] 3773 3774[[package]] 3775name = "tikv-jemallocator" 3776version = "0.6.1" 3777source = "registry+https://github.com/rust-lang/crates.io-index" 3778checksum = "0359b4327f954e0567e69fb191cf1436617748813819c94b8cd4a431422d053a" 3779dependencies = [ 3780 "libc", 3781 "tikv-jemalloc-sys", 3782] 3783 3784[[package]] 3785name = "time" 3786version = "0.3.47" 3787source = "registry+https://github.com/rust-lang/crates.io-index" 3788checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 3789dependencies = [ 3790 "deranged", 3791 "itoa", 3792 "num-conv", 3793 "powerfmt", 3794 "serde_core", 3795 "time-core", 3796 "time-macros", 3797] 3798 3799[[package]] 3800name = "time-core" 3801version = "0.1.8" 3802source = "registry+https://github.com/rust-lang/crates.io-index" 3803checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 3804 3805[[package]] 3806name = "time-macros" 3807version = "0.2.27" 3808source = "registry+https://github.com/rust-lang/crates.io-index" 3809checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" 3810dependencies = [ 3811 "num-conv", 3812 "time-core", 3813] 3814 3815[[package]] 3816name = "tiny-skia" 3817version = "0.12.0" 3818source = "registry+https://github.com/rust-lang/crates.io-index" 3819checksum = "47ffee5eaaf5527f630fb0e356b90ebdec84d5d18d937c5e440350f88c5a91ea" 3820dependencies = [ 3821 "arrayref", 3822 "arrayvec", 3823 "bytemuck", 3824 "cfg-if", 3825 "log", 3826 "png", 3827 "tiny-skia-path", 3828] 3829 3830[[package]] 3831name = "tiny-skia-path" 3832version = "0.12.0" 3833source = "registry+https://github.com/rust-lang/crates.io-index" 3834checksum = "edca365c3faccca67d06593c5980fa6c57687de727a03131735bb85f01fdeeb9" 3835dependencies = [ 3836 "arrayref", 3837 "bytemuck", 3838 "strict-num", 3839] 3840 3841[[package]] 3842name = "tinyvec" 3843version = "1.11.0" 3844source = "registry+https://github.com/rust-lang/crates.io-index" 3845checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" 3846dependencies = [ 3847 "tinyvec_macros", 3848] 3849 3850[[package]] 3851name = "tinyvec_macros" 3852version = "0.1.1" 3853source = "registry+https://github.com/rust-lang/crates.io-index" 3854checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3855 3856[[package]] 3857name = "tokio" 3858version = "1.52.2" 3859source = "registry+https://github.com/rust-lang/crates.io-index" 3860checksum = "110a78583f19d5cdb2c5ccf321d1290344e71313c6c37d43520d386027d18386" 3861dependencies = [ 3862 "bytes", 3863 "libc", 3864 "mio", 3865 "parking_lot", 3866 "pin-project-lite", 3867 "signal-hook-registry", 3868 "socket2", 3869 "tokio-macros", 3870 "windows-sys 0.61.2", 3871] 3872 3873[[package]] 3874name = "tokio-macros" 3875version = "2.7.0" 3876source = "registry+https://github.com/rust-lang/crates.io-index" 3877checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" 3878dependencies = [ 3879 "proc-macro2", 3880 "quote", 3881 "syn 2.0.117", 3882] 3883 3884[[package]] 3885name = "tokio-tungstenite" 3886version = "0.29.0" 3887source = "registry+https://github.com/rust-lang/crates.io-index" 3888checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c" 3889dependencies = [ 3890 "futures-util", 3891 "log", 3892 "tokio", 3893 "tungstenite", 3894] 3895 3896[[package]] 3897name = "tokio-util" 3898version = "0.7.18" 3899source = "registry+https://github.com/rust-lang/crates.io-index" 3900checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 3901dependencies = [ 3902 "bytes", 3903 "futures-core", 3904 "futures-sink", 3905 "pin-project-lite", 3906 "tokio", 3907] 3908 3909[[package]] 3910name = "toml" 3911version = "0.5.11" 3912source = "registry+https://github.com/rust-lang/crates.io-index" 3913checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 3914dependencies = [ 3915 "serde", 3916] 3917 3918[[package]] 3919name = "toml" 3920version = "0.8.2" 3921source = "registry+https://github.com/rust-lang/crates.io-index" 3922checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" 3923dependencies = [ 3924 "serde", 3925 "serde_spanned", 3926 "toml_datetime", 3927 "toml_edit", 3928] 3929 3930[[package]] 3931name = "toml_datetime" 3932version = "0.6.3" 3933source = "registry+https://github.com/rust-lang/crates.io-index" 3934checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 3935dependencies = [ 3936 "serde", 3937] 3938 3939[[package]] 3940name = "toml_edit" 3941version = "0.20.2" 3942source = "registry+https://github.com/rust-lang/crates.io-index" 3943checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" 3944dependencies = [ 3945 "indexmap 2.14.0", 3946 "serde", 3947 "serde_spanned", 3948 "toml_datetime", 3949 "winnow", 3950] 3951 3952[[package]] 3953name = "tower" 3954version = "0.5.3" 3955source = "registry+https://github.com/rust-lang/crates.io-index" 3956checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 3957dependencies = [ 3958 "futures-core", 3959 "futures-util", 3960 "pin-project-lite", 3961 "sync_wrapper", 3962 "tokio", 3963 "tower-layer", 3964 "tower-service", 3965 "tracing", 3966] 3967 3968[[package]] 3969name = "tower-http" 3970version = "0.6.10" 3971source = "registry+https://github.com/rust-lang/crates.io-index" 3972checksum = "68d6fdd9f81c2819c9a8b0e0cd91660e7746a8e6ea2ba7c6b2b057985f6bcb51" 3973dependencies = [ 3974 "bitflags", 3975 "bytes", 3976 "futures-core", 3977 "futures-util", 3978 "http", 3979 "http-body", 3980 "http-body-util", 3981 "http-range-header", 3982 "httpdate", 3983 "mime", 3984 "mime_guess", 3985 "percent-encoding", 3986 "pin-project-lite", 3987 "tokio", 3988 "tokio-util", 3989 "tower-layer", 3990 "tower-service", 3991] 3992 3993[[package]] 3994name = "tower-layer" 3995version = "0.3.3" 3996source = "registry+https://github.com/rust-lang/crates.io-index" 3997checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 3998 3999[[package]] 4000name = "tower-service" 4001version = "0.3.3" 4002source = "registry+https://github.com/rust-lang/crates.io-index" 4003checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 4004 4005[[package]] 4006name = "tracing" 4007version = "0.1.44" 4008source = "registry+https://github.com/rust-lang/crates.io-index" 4009checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 4010dependencies = [ 4011 "log", 4012 "pin-project-lite", 4013 "tracing-attributes", 4014 "tracing-core", 4015] 4016 4017[[package]] 4018name = "tracing-attributes" 4019version = "0.1.31" 4020source = "registry+https://github.com/rust-lang/crates.io-index" 4021checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 4022dependencies = [ 4023 "proc-macro2", 4024 "quote", 4025 "syn 2.0.117", 4026] 4027 4028[[package]] 4029name = "tracing-core" 4030version = "0.1.36" 4031source = "registry+https://github.com/rust-lang/crates.io-index" 4032checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 4033dependencies = [ 4034 "once_cell", 4035 "valuable", 4036] 4037 4038[[package]] 4039name = "tracing-log" 4040version = "0.2.0" 4041source = "registry+https://github.com/rust-lang/crates.io-index" 4042checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 4043dependencies = [ 4044 "log", 4045 "once_cell", 4046 "tracing-core", 4047] 4048 4049[[package]] 4050name = "tracing-subscriber" 4051version = "0.3.23" 4052source = "registry+https://github.com/rust-lang/crates.io-index" 4053checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" 4054dependencies = [ 4055 "matchers", 4056 "nu-ansi-term", 4057 "once_cell", 4058 "regex-automata", 4059 "sharded-slab", 4060 "smallvec", 4061 "thread_local", 4062 "tracing", 4063 "tracing-core", 4064 "tracing-log", 4065] 4066 4067[[package]] 4068name = "tungstenite" 4069version = "0.29.0" 4070source = "registry+https://github.com/rust-lang/crates.io-index" 4071checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8" 4072dependencies = [ 4073 "bytes", 4074 "data-encoding", 4075 "http", 4076 "httparse", 4077 "log", 4078 "rand 0.9.4", 4079 "sha1", 4080 "thiserror 2.0.18", 4081] 4082 4083[[package]] 4084name = "twelf" 4085version = "0.15.0" 4086source = "registry+https://github.com/rust-lang/crates.io-index" 4087checksum = "16de46d08a9d3a25e0a65bb70090797b970bd1e95d72872567ba8d02c0b03bdf" 4088dependencies = [ 4089 "clap", 4090 "config-derive", 4091 "envy", 4092 "log", 4093 "serde", 4094 "serde_json", 4095 "serde_yaml", 4096 "thiserror 1.0.69", 4097 "toml 0.5.11", 4098] 4099 4100[[package]] 4101name = "typed-arena" 4102version = "2.0.2" 4103source = "registry+https://github.com/rust-lang/crates.io-index" 4104checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" 4105 4106[[package]] 4107name = "typed-builder" 4108version = "0.23.2" 4109source = "registry+https://github.com/rust-lang/crates.io-index" 4110checksum = "31aa81521b70f94402501d848ccc0ecaa8f93c8eb6999eb9747e72287757ffda" 4111dependencies = [ 4112 "typed-builder-macro", 4113] 4114 4115[[package]] 4116name = "typed-builder-macro" 4117version = "0.23.2" 4118source = "registry+https://github.com/rust-lang/crates.io-index" 4119checksum = "076a02dc54dd46795c2e9c8282ed40bcfb1e22747e955de9389a1de28190fb26" 4120dependencies = [ 4121 "proc-macro2", 4122 "quote", 4123 "syn 2.0.117", 4124] 4125 4126[[package]] 4127name = "typenum" 4128version = "1.20.0" 4129source = "registry+https://github.com/rust-lang/crates.io-index" 4130checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" 4131 4132[[package]] 4133name = "ucd-trie" 4134version = "0.1.7" 4135source = "registry+https://github.com/rust-lang/crates.io-index" 4136checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" 4137 4138[[package]] 4139name = "understory_bundle" 4140version = "0.1.0" 4141dependencies = [ 4142 "bolero", 4143 "lightningcss", 4144 "oxc_allocator", 4145 "oxc_codegen", 4146 "oxc_minifier", 4147 "oxc_parser", 4148 "oxc_span", 4149 "thiserror 2.0.18", 4150 "tracing", 4151 "understory_core", 4152] 4153 4154[[package]] 4155name = "understory_cli" 4156version = "0.1.0" 4157dependencies = [ 4158 "clap", 4159 "cliclack", 4160 "glob", 4161 "rayon", 4162 "tokio", 4163 "tracing", 4164 "tracing-subscriber", 4165 "understory_bundle", 4166 "understory_core", 4167 "understory_render", 4168 "understory_serve", 4169] 4170 4171[[package]] 4172name = "understory_core" 4173version = "0.1.0" 4174dependencies = [ 4175 "bolero", 4176 "comrak", 4177 "gray_matter", 4178 "lightningcss", 4179 "oxc_allocator", 4180 "oxc_codegen", 4181 "oxc_minifier", 4182 "oxc_parser", 4183 "oxc_span", 4184 "pagefind", 4185 "petgraph", 4186 "rayon", 4187 "resvg", 4188 "serde", 4189 "serde_json", 4190 "syntect", 4191 "tempfile", 4192 "tera", 4193 "thiserror 2.0.18", 4194 "tokio", 4195 "toml 0.8.2", 4196 "tracing", 4197] 4198 4199[[package]] 4200name = "understory_highlight" 4201version = "0.1.0" 4202dependencies = [ 4203 "understory_core", 4204] 4205 4206[[package]] 4207name = "understory_render" 4208version = "0.1.0" 4209dependencies = [ 4210 "serde", 4211 "serde_json", 4212 "tera", 4213 "thiserror 2.0.18", 4214 "understory_core", 4215] 4216 4217[[package]] 4218name = "understory_serve" 4219version = "0.1.0" 4220dependencies = [ 4221 "axum", 4222 "glob", 4223 "notify", 4224 "notify-debouncer-mini", 4225 "thiserror 2.0.18", 4226 "tokio", 4227 "tower", 4228 "tower-http", 4229 "tracing", 4230 "understory_core", 4231] 4232 4233[[package]] 4234name = "unicase" 4235version = "2.9.0" 4236source = "registry+https://github.com/rust-lang/crates.io-index" 4237checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" 4238 4239[[package]] 4240name = "unicode-id-start" 4241version = "1.4.0" 4242source = "registry+https://github.com/rust-lang/crates.io-index" 4243checksum = "81b79ad29b5e19de4260020f8919b443b2ef0277d242ce532ec7b7a2cc8b6007" 4244 4245[[package]] 4246name = "unicode-ident" 4247version = "1.0.24" 4248source = "registry+https://github.com/rust-lang/crates.io-index" 4249checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 4250 4251[[package]] 4252name = "unicode-linebreak" 4253version = "0.1.5" 4254source = "registry+https://github.com/rust-lang/crates.io-index" 4255checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 4256 4257[[package]] 4258name = "unicode-normalization" 4259version = "0.1.25" 4260source = "registry+https://github.com/rust-lang/crates.io-index" 4261checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" 4262dependencies = [ 4263 "tinyvec", 4264] 4265 4266[[package]] 4267name = "unicode-segmentation" 4268version = "1.13.2" 4269source = "registry+https://github.com/rust-lang/crates.io-index" 4270checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" 4271 4272[[package]] 4273name = "unicode-width" 4274version = "0.2.2" 4275source = "registry+https://github.com/rust-lang/crates.io-index" 4276checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 4277 4278[[package]] 4279name = "unicode-xid" 4280version = "0.2.6" 4281source = "registry+https://github.com/rust-lang/crates.io-index" 4282checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 4283 4284[[package]] 4285name = "unicode_categories" 4286version = "0.1.1" 4287source = "registry+https://github.com/rust-lang/crates.io-index" 4288checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" 4289 4290[[package]] 4291name = "unit-prefix" 4292version = "0.5.2" 4293source = "registry+https://github.com/rust-lang/crates.io-index" 4294checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3" 4295 4296[[package]] 4297name = "usvg" 4298version = "0.47.0" 4299source = "registry+https://github.com/rust-lang/crates.io-index" 4300checksum = "d46cf96c5f498d36b7a9693bc6a7075c0bb9303189d61b2249b0dc3d309c07de" 4301dependencies = [ 4302 "base64", 4303 "data-url 0.3.2", 4304 "flate2", 4305 "imagesize", 4306 "kurbo", 4307 "log", 4308 "pico-args", 4309 "roxmltree", 4310 "simplecss", 4311 "siphasher", 4312 "strict-num", 4313 "svgtypes", 4314 "tiny-skia-path", 4315 "xmlwriter", 4316] 4317 4318[[package]] 4319name = "utf8-width" 4320version = "0.1.8" 4321source = "registry+https://github.com/rust-lang/crates.io-index" 4322checksum = "1292c0d970b54115d14f2492fe0170adf21d68a1de108eebc51c1df4f346a091" 4323 4324[[package]] 4325name = "utf8parse" 4326version = "0.2.2" 4327source = "registry+https://github.com/rust-lang/crates.io-index" 4328checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 4329 4330[[package]] 4331name = "uuid" 4332version = "1.23.1" 4333source = "registry+https://github.com/rust-lang/crates.io-index" 4334checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" 4335dependencies = [ 4336 "js-sys", 4337 "wasm-bindgen", 4338] 4339 4340[[package]] 4341name = "valuable" 4342version = "0.1.1" 4343source = "registry+https://github.com/rust-lang/crates.io-index" 4344checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 4345 4346[[package]] 4347name = "version_check" 4348version = "0.9.5" 4349source = "registry+https://github.com/rust-lang/crates.io-index" 4350checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4351 4352[[package]] 4353name = "vlq" 4354version = "0.5.1" 4355source = "registry+https://github.com/rust-lang/crates.io-index" 4356checksum = "65dd7eed29412da847b0f78bcec0ac98588165988a8cfe41d4ea1d429f8ccfff" 4357 4358[[package]] 4359name = "vsimd" 4360version = "0.8.0" 4361source = "registry+https://github.com/rust-lang/crates.io-index" 4362checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" 4363 4364[[package]] 4365name = "walkdir" 4366version = "2.5.0" 4367source = "registry+https://github.com/rust-lang/crates.io-index" 4368checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 4369dependencies = [ 4370 "same-file", 4371 "winapi-util", 4372] 4373 4374[[package]] 4375name = "wasi" 4376version = "0.11.1+wasi-snapshot-preview1" 4377source = "registry+https://github.com/rust-lang/crates.io-index" 4378checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 4379 4380[[package]] 4381name = "wasip2" 4382version = "1.0.3+wasi-0.2.9" 4383source = "registry+https://github.com/rust-lang/crates.io-index" 4384checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" 4385dependencies = [ 4386 "wit-bindgen 0.57.1", 4387] 4388 4389[[package]] 4390name = "wasip3" 4391version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 4392source = "registry+https://github.com/rust-lang/crates.io-index" 4393checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 4394dependencies = [ 4395 "wit-bindgen 0.51.0", 4396] 4397 4398[[package]] 4399name = "wasm-bindgen" 4400version = "0.2.121" 4401source = "registry+https://github.com/rust-lang/crates.io-index" 4402checksum = "49ace1d07c165b0864824eee619580c4689389afa9dc9ed3a4c75040d82e6790" 4403dependencies = [ 4404 "cfg-if", 4405 "once_cell", 4406 "rustversion", 4407 "wasm-bindgen-macro", 4408 "wasm-bindgen-shared", 4409] 4410 4411[[package]] 4412name = "wasm-bindgen-macro" 4413version = "0.2.121" 4414source = "registry+https://github.com/rust-lang/crates.io-index" 4415checksum = "8e68e6f4afd367a562002c05637acb8578ff2dea1943df76afb9e83d177c8578" 4416dependencies = [ 4417 "quote", 4418 "wasm-bindgen-macro-support", 4419] 4420 4421[[package]] 4422name = "wasm-bindgen-macro-support" 4423version = "0.2.121" 4424source = "registry+https://github.com/rust-lang/crates.io-index" 4425checksum = "d95a9ec35c64b2a7cb35d3fead40c4238d0940c86d107136999567a4703259f2" 4426dependencies = [ 4427 "bumpalo", 4428 "proc-macro2", 4429 "quote", 4430 "syn 2.0.117", 4431 "wasm-bindgen-shared", 4432] 4433 4434[[package]] 4435name = "wasm-bindgen-shared" 4436version = "0.2.121" 4437source = "registry+https://github.com/rust-lang/crates.io-index" 4438checksum = "c4e0100b01e9f0d03189a92b96772a1fb998639d981193d7dbab487302513441" 4439dependencies = [ 4440 "unicode-ident", 4441] 4442 4443[[package]] 4444name = "wasm-encoder" 4445version = "0.244.0" 4446source = "registry+https://github.com/rust-lang/crates.io-index" 4447checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 4448dependencies = [ 4449 "leb128fmt", 4450 "wasmparser", 4451] 4452 4453[[package]] 4454name = "wasm-metadata" 4455version = "0.244.0" 4456source = "registry+https://github.com/rust-lang/crates.io-index" 4457checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 4458dependencies = [ 4459 "anyhow", 4460 "indexmap 2.14.0", 4461 "wasm-encoder", 4462 "wasmparser", 4463] 4464 4465[[package]] 4466name = "wasmparser" 4467version = "0.244.0" 4468source = "registry+https://github.com/rust-lang/crates.io-index" 4469checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 4470dependencies = [ 4471 "bitflags", 4472 "hashbrown 0.15.5", 4473 "indexmap 2.14.0", 4474 "semver", 4475] 4476 4477[[package]] 4478name = "wax" 4479version = "0.7.0" 4480source = "registry+https://github.com/rust-lang/crates.io-index" 4481checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b" 4482dependencies = [ 4483 "const_format", 4484 "itertools 0.14.0", 4485 "nom", 4486 "pori", 4487 "regex", 4488 "thiserror 2.0.18", 4489 "walkdir", 4490] 4491 4492[[package]] 4493name = "web-time" 4494version = "1.1.0" 4495source = "registry+https://github.com/rust-lang/crates.io-index" 4496checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 4497dependencies = [ 4498 "js-sys", 4499 "wasm-bindgen", 4500] 4501 4502[[package]] 4503name = "winapi-util" 4504version = "0.1.11" 4505source = "registry+https://github.com/rust-lang/crates.io-index" 4506checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 4507dependencies = [ 4508 "windows-sys 0.61.2", 4509] 4510 4511[[package]] 4512name = "windows-core" 4513version = "0.62.2" 4514source = "registry+https://github.com/rust-lang/crates.io-index" 4515checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 4516dependencies = [ 4517 "windows-implement", 4518 "windows-interface", 4519 "windows-link", 4520 "windows-result", 4521 "windows-strings", 4522] 4523 4524[[package]] 4525name = "windows-implement" 4526version = "0.60.2" 4527source = "registry+https://github.com/rust-lang/crates.io-index" 4528checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 4529dependencies = [ 4530 "proc-macro2", 4531 "quote", 4532 "syn 2.0.117", 4533] 4534 4535[[package]] 4536name = "windows-interface" 4537version = "0.59.3" 4538source = "registry+https://github.com/rust-lang/crates.io-index" 4539checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 4540dependencies = [ 4541 "proc-macro2", 4542 "quote", 4543 "syn 2.0.117", 4544] 4545 4546[[package]] 4547name = "windows-link" 4548version = "0.2.1" 4549source = "registry+https://github.com/rust-lang/crates.io-index" 4550checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 4551 4552[[package]] 4553name = "windows-result" 4554version = "0.4.1" 4555source = "registry+https://github.com/rust-lang/crates.io-index" 4556checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 4557dependencies = [ 4558 "windows-link", 4559] 4560 4561[[package]] 4562name = "windows-strings" 4563version = "0.5.1" 4564source = "registry+https://github.com/rust-lang/crates.io-index" 4565checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 4566dependencies = [ 4567 "windows-link", 4568] 4569 4570[[package]] 4571name = "windows-sys" 4572version = "0.59.0" 4573source = "registry+https://github.com/rust-lang/crates.io-index" 4574checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 4575dependencies = [ 4576 "windows-targets 0.52.6", 4577] 4578 4579[[package]] 4580name = "windows-sys" 4581version = "0.60.2" 4582source = "registry+https://github.com/rust-lang/crates.io-index" 4583checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 4584dependencies = [ 4585 "windows-targets 0.53.5", 4586] 4587 4588[[package]] 4589name = "windows-sys" 4590version = "0.61.2" 4591source = "registry+https://github.com/rust-lang/crates.io-index" 4592checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 4593dependencies = [ 4594 "windows-link", 4595] 4596 4597[[package]] 4598name = "windows-targets" 4599version = "0.52.6" 4600source = "registry+https://github.com/rust-lang/crates.io-index" 4601checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4602dependencies = [ 4603 "windows_aarch64_gnullvm 0.52.6", 4604 "windows_aarch64_msvc 0.52.6", 4605 "windows_i686_gnu 0.52.6", 4606 "windows_i686_gnullvm 0.52.6", 4607 "windows_i686_msvc 0.52.6", 4608 "windows_x86_64_gnu 0.52.6", 4609 "windows_x86_64_gnullvm 0.52.6", 4610 "windows_x86_64_msvc 0.52.6", 4611] 4612 4613[[package]] 4614name = "windows-targets" 4615version = "0.53.5" 4616source = "registry+https://github.com/rust-lang/crates.io-index" 4617checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 4618dependencies = [ 4619 "windows-link", 4620 "windows_aarch64_gnullvm 0.53.1", 4621 "windows_aarch64_msvc 0.53.1", 4622 "windows_i686_gnu 0.53.1", 4623 "windows_i686_gnullvm 0.53.1", 4624 "windows_i686_msvc 0.53.1", 4625 "windows_x86_64_gnu 0.53.1", 4626 "windows_x86_64_gnullvm 0.53.1", 4627 "windows_x86_64_msvc 0.53.1", 4628] 4629 4630[[package]] 4631name = "windows_aarch64_gnullvm" 4632version = "0.52.6" 4633source = "registry+https://github.com/rust-lang/crates.io-index" 4634checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4635 4636[[package]] 4637name = "windows_aarch64_gnullvm" 4638version = "0.53.1" 4639source = "registry+https://github.com/rust-lang/crates.io-index" 4640checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 4641 4642[[package]] 4643name = "windows_aarch64_msvc" 4644version = "0.52.6" 4645source = "registry+https://github.com/rust-lang/crates.io-index" 4646checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4647 4648[[package]] 4649name = "windows_aarch64_msvc" 4650version = "0.53.1" 4651source = "registry+https://github.com/rust-lang/crates.io-index" 4652checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 4653 4654[[package]] 4655name = "windows_i686_gnu" 4656version = "0.52.6" 4657source = "registry+https://github.com/rust-lang/crates.io-index" 4658checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4659 4660[[package]] 4661name = "windows_i686_gnu" 4662version = "0.53.1" 4663source = "registry+https://github.com/rust-lang/crates.io-index" 4664checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 4665 4666[[package]] 4667name = "windows_i686_gnullvm" 4668version = "0.52.6" 4669source = "registry+https://github.com/rust-lang/crates.io-index" 4670checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4671 4672[[package]] 4673name = "windows_i686_gnullvm" 4674version = "0.53.1" 4675source = "registry+https://github.com/rust-lang/crates.io-index" 4676checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 4677 4678[[package]] 4679name = "windows_i686_msvc" 4680version = "0.52.6" 4681source = "registry+https://github.com/rust-lang/crates.io-index" 4682checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4683 4684[[package]] 4685name = "windows_i686_msvc" 4686version = "0.53.1" 4687source = "registry+https://github.com/rust-lang/crates.io-index" 4688checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 4689 4690[[package]] 4691name = "windows_x86_64_gnu" 4692version = "0.52.6" 4693source = "registry+https://github.com/rust-lang/crates.io-index" 4694checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4695 4696[[package]] 4697name = "windows_x86_64_gnu" 4698version = "0.53.1" 4699source = "registry+https://github.com/rust-lang/crates.io-index" 4700checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 4701 4702[[package]] 4703name = "windows_x86_64_gnullvm" 4704version = "0.52.6" 4705source = "registry+https://github.com/rust-lang/crates.io-index" 4706checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4707 4708[[package]] 4709name = "windows_x86_64_gnullvm" 4710version = "0.53.1" 4711source = "registry+https://github.com/rust-lang/crates.io-index" 4712checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 4713 4714[[package]] 4715name = "windows_x86_64_msvc" 4716version = "0.52.6" 4717source = "registry+https://github.com/rust-lang/crates.io-index" 4718checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4719 4720[[package]] 4721name = "windows_x86_64_msvc" 4722version = "0.53.1" 4723source = "registry+https://github.com/rust-lang/crates.io-index" 4724checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 4725 4726[[package]] 4727name = "winnow" 4728version = "0.5.40" 4729source = "registry+https://github.com/rust-lang/crates.io-index" 4730checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 4731dependencies = [ 4732 "memchr", 4733] 4734 4735[[package]] 4736name = "wit-bindgen" 4737version = "0.51.0" 4738source = "registry+https://github.com/rust-lang/crates.io-index" 4739checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 4740dependencies = [ 4741 "wit-bindgen-rust-macro", 4742] 4743 4744[[package]] 4745name = "wit-bindgen" 4746version = "0.57.1" 4747source = "registry+https://github.com/rust-lang/crates.io-index" 4748checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" 4749 4750[[package]] 4751name = "wit-bindgen-core" 4752version = "0.51.0" 4753source = "registry+https://github.com/rust-lang/crates.io-index" 4754checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 4755dependencies = [ 4756 "anyhow", 4757 "heck 0.5.0", 4758 "wit-parser", 4759] 4760 4761[[package]] 4762name = "wit-bindgen-rust" 4763version = "0.51.0" 4764source = "registry+https://github.com/rust-lang/crates.io-index" 4765checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 4766dependencies = [ 4767 "anyhow", 4768 "heck 0.5.0", 4769 "indexmap 2.14.0", 4770 "prettyplease", 4771 "syn 2.0.117", 4772 "wasm-metadata", 4773 "wit-bindgen-core", 4774 "wit-component", 4775] 4776 4777[[package]] 4778name = "wit-bindgen-rust-macro" 4779version = "0.51.0" 4780source = "registry+https://github.com/rust-lang/crates.io-index" 4781checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 4782dependencies = [ 4783 "anyhow", 4784 "prettyplease", 4785 "proc-macro2", 4786 "quote", 4787 "syn 2.0.117", 4788 "wit-bindgen-core", 4789 "wit-bindgen-rust", 4790] 4791 4792[[package]] 4793name = "wit-component" 4794version = "0.244.0" 4795source = "registry+https://github.com/rust-lang/crates.io-index" 4796checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 4797dependencies = [ 4798 "anyhow", 4799 "bitflags", 4800 "indexmap 2.14.0", 4801 "log", 4802 "serde", 4803 "serde_derive", 4804 "serde_json", 4805 "wasm-encoder", 4806 "wasm-metadata", 4807 "wasmparser", 4808 "wit-parser", 4809] 4810 4811[[package]] 4812name = "wit-parser" 4813version = "0.244.0" 4814source = "registry+https://github.com/rust-lang/crates.io-index" 4815checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 4816dependencies = [ 4817 "anyhow", 4818 "id-arena", 4819 "indexmap 2.14.0", 4820 "log", 4821 "semver", 4822 "serde", 4823 "serde_derive", 4824 "serde_json", 4825 "unicode-xid", 4826 "wasmparser", 4827] 4828 4829[[package]] 4830name = "wyz" 4831version = "0.5.1" 4832source = "registry+https://github.com/rust-lang/crates.io-index" 4833checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 4834dependencies = [ 4835 "tap", 4836] 4837 4838[[package]] 4839name = "xmlwriter" 4840version = "0.1.0" 4841source = "registry+https://github.com/rust-lang/crates.io-index" 4842checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9" 4843 4844[[package]] 4845name = "yaml-rust" 4846version = "0.4.5" 4847source = "registry+https://github.com/rust-lang/crates.io-index" 4848checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 4849dependencies = [ 4850 "linked-hash-map", 4851] 4852 4853[[package]] 4854name = "yaml-rust2" 4855version = "0.8.1" 4856source = "registry+https://github.com/rust-lang/crates.io-index" 4857checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8" 4858dependencies = [ 4859 "arraydeque", 4860 "encoding_rs", 4861 "hashlink", 4862] 4863 4864[[package]] 4865name = "zerocopy" 4866version = "0.8.48" 4867source = "registry+https://github.com/rust-lang/crates.io-index" 4868checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9" 4869dependencies = [ 4870 "zerocopy-derive", 4871] 4872 4873[[package]] 4874name = "zerocopy-derive" 4875version = "0.8.48" 4876source = "registry+https://github.com/rust-lang/crates.io-index" 4877checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4" 4878dependencies = [ 4879 "proc-macro2", 4880 "quote", 4881 "syn 2.0.117", 4882] 4883 4884[[package]] 4885name = "zeroize" 4886version = "1.8.2" 4887source = "registry+https://github.com/rust-lang/crates.io-index" 4888checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 4889dependencies = [ 4890 "zeroize_derive", 4891] 4892 4893[[package]] 4894name = "zeroize_derive" 4895version = "1.4.3" 4896source = "registry+https://github.com/rust-lang/crates.io-index" 4897checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e" 4898dependencies = [ 4899 "proc-macro2", 4900 "quote", 4901 "syn 2.0.117", 4902] 4903 4904[[package]] 4905name = "zmij" 4906version = "1.0.21" 4907source = "registry+https://github.com/rust-lang/crates.io-index" 4908checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"