Parent
[>]
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "aho-corasick" 7version = "1.1.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "allocator-api2" 16version = "0.2.21" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 19 20[[package]] 21name = "anstream" 22version = "1.0.0" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" 25dependencies = [ 26 "anstyle", 27 "anstyle-parse", 28 "anstyle-query", 29 "anstyle-wincon", 30 "colorchoice", 31 "is_terminal_polyfill", 32 "utf8parse", 33] 34 35[[package]] 36name = "anstyle" 37version = "1.0.14" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" 40 41[[package]] 42name = "anstyle-parse" 43version = "1.0.0" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" 46dependencies = [ 47 "utf8parse", 48] 49 50[[package]] 51name = "anstyle-query" 52version = "1.1.5" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 55dependencies = [ 56 "windows-sys", 57] 58 59[[package]] 60name = "anstyle-wincon" 61version = "3.0.11" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 64dependencies = [ 65 "anstyle", 66 "once_cell_polyfill", 67 "windows-sys", 68] 69 70[[package]] 71name = "anyhow" 72version = "1.0.102" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 75 76[[package]] 77name = "arc-swap" 78version = "1.9.1" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207" 81dependencies = [ 82 "rustversion", 83] 84 85[[package]] 86name = "arrayvec" 87version = "0.7.6" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 90 91[[package]] 92name = "askama" 93version = "0.15.6" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "9b8246bcbf8eb97abef10c2d92166449680d41d55c0fc6978a91dec2e3619608" 96dependencies = [ 97 "askama_macros", 98 "itoa", 99 "percent-encoding", 100 "serde", 101 "serde_json", 102] 103 104[[package]] 105name = "askama_derive" 106version = "0.15.6" 107source = "registry+https://github.com/rust-lang/crates.io-index" 108checksum = "2f9670bc84a28bb3da91821ef74226949ab63f1265aff7c751634f1dd0e6f97c" 109dependencies = [ 110 "askama_parser", 111 "basic-toml", 112 "memchr", 113 "proc-macro2", 114 "quote", 115 "rustc-hash", 116 "serde", 117 "serde_derive", 118 "syn", 119] 120 121[[package]] 122name = "askama_macros" 123version = "0.15.6" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "f0756b45480437dded0565dfc568af62ccce146fb6cfe902e808ba86e445f44f" 126dependencies = [ 127 "askama_derive", 128] 129 130[[package]] 131name = "askama_parser" 132version = "0.15.6" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "5d0af3691ba3af77949c0b5a3925444b85cb58a0184cc7fec16c68ba2e7be868" 135dependencies = [ 136 "rustc-hash", 137 "serde", 138 "serde_derive", 139 "unicode-ident", 140 "winnow 1.0.1", 141] 142 143[[package]] 144name = "askama_web" 145version = "0.15.2" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "7eb6d818ce4fb74822f2676eb0047daf25a8b2cb88f0c9fe8ca690170a6cb6cd" 148dependencies = [ 149 "askama", 150 "askama_web_derive", 151 "axum-core", 152 "bytes", 153 "http", 154] 155 156[[package]] 157name = "askama_web_derive" 158version = "0.2.0" 159source = "registry+https://github.com/rust-lang/crates.io-index" 160checksum = "9767c17d33a63daf6da5872ffaf2ab0c289cd73ce7ed4f41d5ddf9149c004873" 161dependencies = [ 162 "proc-macro2", 163 "quote", 164 "syn", 165] 166 167[[package]] 168name = "atomic-waker" 169version = "1.1.2" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 172 173[[package]] 174name = "axum" 175version = "0.8.9" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" 178dependencies = [ 179 "axum-core", 180 "bytes", 181 "form_urlencoded", 182 "futures-util", 183 "http", 184 "http-body", 185 "http-body-util", 186 "hyper", 187 "hyper-util", 188 "itoa", 189 "matchit", 190 "memchr", 191 "mime", 192 "percent-encoding", 193 "pin-project-lite", 194 "serde_core", 195 "serde_json", 196 "serde_path_to_error", 197 "serde_urlencoded", 198 "sync_wrapper", 199 "tokio", 200 "tower", 201 "tower-layer", 202 "tower-service", 203 "tracing", 204] 205 206[[package]] 207name = "axum-core" 208version = "0.5.6" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" 211dependencies = [ 212 "bytes", 213 "futures-core", 214 "http", 215 "http-body", 216 "http-body-util", 217 "mime", 218 "pin-project-lite", 219 "sync_wrapper", 220 "tower-layer", 221 "tower-service", 222 "tracing", 223] 224 225[[package]] 226name = "basic-toml" 227version = "0.1.10" 228source = "registry+https://github.com/rust-lang/crates.io-index" 229checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a" 230dependencies = [ 231 "serde", 232] 233 234[[package]] 235name = "bitflags" 236version = "2.11.1" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" 239 240[[package]] 241name = "block-buffer" 242version = "0.10.4" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 245dependencies = [ 246 "generic-array", 247] 248 249[[package]] 250name = "bstr" 251version = "1.12.1" 252source = "registry+https://github.com/rust-lang/crates.io-index" 253checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" 254dependencies = [ 255 "memchr", 256 "regex-automata", 257 "serde", 258] 259 260[[package]] 261name = "byteorder" 262version = "1.5.0" 263source = "registry+https://github.com/rust-lang/crates.io-index" 264checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 265 266[[package]] 267name = "bytes" 268version = "1.11.1" 269source = "registry+https://github.com/rust-lang/crates.io-index" 270checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 271 272[[package]] 273name = "bytesize" 274version = "2.3.1" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "6bd91ee7b2422bcb158d90ef4d14f75ef67f340943fc4149891dcce8f8b972a3" 277 278[[package]] 279name = "cfg-if" 280version = "1.0.4" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 283 284[[package]] 285name = "clap" 286version = "4.6.1" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" 289dependencies = [ 290 "clap_builder", 291 "clap_derive", 292] 293 294[[package]] 295name = "clap_builder" 296version = "4.6.0" 297source = "registry+https://github.com/rust-lang/crates.io-index" 298checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" 299dependencies = [ 300 "anstream", 301 "anstyle", 302 "clap_lex", 303 "strsim", 304] 305 306[[package]] 307name = "clap_derive" 308version = "4.6.1" 309source = "registry+https://github.com/rust-lang/crates.io-index" 310checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9" 311dependencies = [ 312 "heck", 313 "proc-macro2", 314 "quote", 315 "syn", 316] 317 318[[package]] 319name = "clap_lex" 320version = "1.1.0" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" 323 324[[package]] 325name = "clru" 326version = "0.6.3" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "197fd99cb113a8d5d9b6376f3aa817f32c1078f2343b714fff7d2ca44fdf67d5" 329dependencies = [ 330 "hashbrown 0.16.1", 331] 332 333[[package]] 334name = "colorchoice" 335version = "1.0.5" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" 338 339[[package]] 340name = "cpufeatures" 341version = "0.2.17" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 344dependencies = [ 345 "libc", 346] 347 348[[package]] 349name = "crc32fast" 350version = "1.5.0" 351source = "registry+https://github.com/rust-lang/crates.io-index" 352checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 353dependencies = [ 354 "cfg-if", 355] 356 357[[package]] 358name = "crossbeam-channel" 359version = "0.5.15" 360source = "registry+https://github.com/rust-lang/crates.io-index" 361checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 362dependencies = [ 363 "crossbeam-utils", 364] 365 366[[package]] 367name = "crossbeam-utils" 368version = "0.8.21" 369source = "registry+https://github.com/rust-lang/crates.io-index" 370checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 371 372[[package]] 373name = "crypto-common" 374version = "0.1.7" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 377dependencies = [ 378 "generic-array", 379 "typenum", 380] 381 382[[package]] 383name = "dashmap" 384version = "6.1.0" 385source = "registry+https://github.com/rust-lang/crates.io-index" 386checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 387dependencies = [ 388 "cfg-if", 389 "crossbeam-utils", 390 "hashbrown 0.14.5", 391 "lock_api", 392 "once_cell", 393 "parking_lot_core", 394] 395 396[[package]] 397name = "digest" 398version = "0.10.7" 399source = "registry+https://github.com/rust-lang/crates.io-index" 400checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 401dependencies = [ 402 "block-buffer", 403 "crypto-common", 404] 405 406[[package]] 407name = "dunce" 408version = "1.0.5" 409source = "registry+https://github.com/rust-lang/crates.io-index" 410checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 411 412[[package]] 413name = "encoding_rs" 414version = "0.8.35" 415source = "registry+https://github.com/rust-lang/crates.io-index" 416checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 417dependencies = [ 418 "cfg-if", 419] 420 421[[package]] 422name = "equivalent" 423version = "1.0.2" 424source = "registry+https://github.com/rust-lang/crates.io-index" 425checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 426 427[[package]] 428name = "errno" 429version = "0.3.14" 430source = "registry+https://github.com/rust-lang/crates.io-index" 431checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 432dependencies = [ 433 "libc", 434 "windows-sys", 435] 436 437[[package]] 438name = "faster-hex" 439version = "0.10.0" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73" 442dependencies = [ 443 "heapless", 444 "serde", 445] 446 447[[package]] 448name = "fastrand" 449version = "2.4.1" 450source = "registry+https://github.com/rust-lang/crates.io-index" 451checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" 452 453[[package]] 454name = "filetime" 455version = "0.2.27" 456source = "registry+https://github.com/rust-lang/crates.io-index" 457checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" 458dependencies = [ 459 "cfg-if", 460 "libc", 461 "libredox", 462] 463 464[[package]] 465name = "fnv" 466version = "1.0.7" 467source = "registry+https://github.com/rust-lang/crates.io-index" 468checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 469 470[[package]] 471name = "foldhash" 472version = "0.1.5" 473source = "registry+https://github.com/rust-lang/crates.io-index" 474checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 475 476[[package]] 477name = "foldhash" 478version = "0.2.0" 479source = "registry+https://github.com/rust-lang/crates.io-index" 480checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 481 482[[package]] 483name = "form_urlencoded" 484version = "1.2.2" 485source = "registry+https://github.com/rust-lang/crates.io-index" 486checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 487dependencies = [ 488 "percent-encoding", 489] 490 491[[package]] 492name = "futures-channel" 493version = "0.3.32" 494source = "registry+https://github.com/rust-lang/crates.io-index" 495checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 496dependencies = [ 497 "futures-core", 498] 499 500[[package]] 501name = "futures-core" 502version = "0.3.32" 503source = "registry+https://github.com/rust-lang/crates.io-index" 504checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 505 506[[package]] 507name = "futures-task" 508version = "0.3.32" 509source = "registry+https://github.com/rust-lang/crates.io-index" 510checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 511 512[[package]] 513name = "futures-util" 514version = "0.3.32" 515source = "registry+https://github.com/rust-lang/crates.io-index" 516checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 517dependencies = [ 518 "futures-core", 519 "futures-task", 520 "pin-project-lite", 521 "slab", 522] 523 524[[package]] 525name = "generic-array" 526version = "0.14.7" 527source = "registry+https://github.com/rust-lang/crates.io-index" 528checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 529dependencies = [ 530 "typenum", 531 "version_check", 532] 533 534[[package]] 535name = "getopts" 536version = "0.2.24" 537source = "registry+https://github.com/rust-lang/crates.io-index" 538checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" 539dependencies = [ 540 "unicode-width", 541] 542 543[[package]] 544name = "getrandom" 545version = "0.4.2" 546source = "registry+https://github.com/rust-lang/crates.io-index" 547checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" 548dependencies = [ 549 "cfg-if", 550 "libc", 551 "r-efi", 552 "wasip2", 553 "wasip3", 554] 555 556[[package]] 557name = "gix" 558version = "0.81.0" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "0473c64d9ccbcfb9953a133b47c8b9a335b87ac6c52b983ee4b03d49000b0f3f" 561dependencies = [ 562 "gix-actor", 563 "gix-archive", 564 "gix-attributes", 565 "gix-blame", 566 "gix-command", 567 "gix-commitgraph", 568 "gix-config", 569 "gix-credentials", 570 "gix-date", 571 "gix-diff", 572 "gix-dir", 573 "gix-discover", 574 "gix-error", 575 "gix-features", 576 "gix-filter", 577 "gix-fs", 578 "gix-glob", 579 "gix-hash", 580 "gix-hashtable", 581 "gix-ignore", 582 "gix-index", 583 "gix-lock", 584 "gix-mailmap", 585 "gix-merge", 586 "gix-negotiate", 587 "gix-object", 588 "gix-odb", 589 "gix-pack", 590 "gix-path", 591 "gix-pathspec", 592 "gix-prompt", 593 "gix-protocol", 594 "gix-ref", 595 "gix-refspec", 596 "gix-revision", 597 "gix-revwalk", 598 "gix-sec", 599 "gix-shallow", 600 "gix-status", 601 "gix-submodule", 602 "gix-tempfile", 603 "gix-trace", 604 "gix-traverse", 605 "gix-url", 606 "gix-utils", 607 "gix-validate", 608 "gix-worktree", 609 "gix-worktree-state", 610 "gix-worktree-stream", 611 "nonempty", 612 "parking_lot", 613 "regex", 614 "signal-hook", 615 "smallvec", 616 "thiserror", 617] 618 619[[package]] 620name = "gix-actor" 621version = "0.40.0" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "0e5e5b518339d5e6718af108fd064d4e9ba33caf728cf487352873d76411df35" 624dependencies = [ 625 "bstr", 626 "gix-date", 627 "gix-error", 628 "winnow 0.7.15", 629] 630 631[[package]] 632name = "gix-archive" 633version = "0.30.0" 634source = "registry+https://github.com/rust-lang/crates.io-index" 635checksum = "651c99be11aac9b303483193ae50b45eb6e094da4f5ed797019b03948f51aad6" 636dependencies = [ 637 "bstr", 638 "gix-date", 639 "gix-error", 640 "gix-object", 641 "gix-worktree-stream", 642] 643 644[[package]] 645name = "gix-attributes" 646version = "0.31.0" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "c233d6eaa098c0ca5ce03236fd7a96e27f1abe72fad74b46003fbd11fe49563c" 649dependencies = [ 650 "bstr", 651 "gix-glob", 652 "gix-path", 653 "gix-quote", 654 "gix-trace", 655 "kstring", 656 "smallvec", 657 "thiserror", 658 "unicode-bom", 659] 660 661[[package]] 662name = "gix-bitmap" 663version = "0.3.0" 664source = "registry+https://github.com/rust-lang/crates.io-index" 665checksum = "e7add20f40d060db8c9b1314d499bac6ed7480f33eb113ce3e1cf5d6ff85d989" 666dependencies = [ 667 "gix-error", 668] 669 670[[package]] 671name = "gix-blame" 672version = "0.11.0" 673source = "registry+https://github.com/rust-lang/crates.io-index" 674checksum = "c77aaf9f7348f4da3ebfbfbbc35fa0d07155d98377856198dde6f695fd648705" 675dependencies = [ 676 "gix-commitgraph", 677 "gix-date", 678 "gix-diff", 679 "gix-error", 680 "gix-hash", 681 "gix-object", 682 "gix-revwalk", 683 "gix-trace", 684 "gix-traverse", 685 "gix-worktree", 686 "smallvec", 687 "thiserror", 688] 689 690[[package]] 691name = "gix-chunk" 692version = "0.7.0" 693source = "registry+https://github.com/rust-lang/crates.io-index" 694checksum = "1096b6608fbe5d27fb4984e20f992b4e76fb8c613f6acb87d07c5831b53a6959" 695dependencies = [ 696 "gix-error", 697] 698 699[[package]] 700name = "gix-command" 701version = "0.8.0" 702source = "registry+https://github.com/rust-lang/crates.io-index" 703checksum = "b849c65a609f50d02f8a2774fe371650b3384a743c79c2a070ce0da49b7fb7da" 704dependencies = [ 705 "bstr", 706 "gix-path", 707 "gix-quote", 708 "gix-trace", 709 "shell-words", 710] 711 712[[package]] 713name = "gix-commitgraph" 714version = "0.35.0" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "3196655fd1443f3c58a48c114aa480be3e4e87b393d7292daaa0d543862eb445" 717dependencies = [ 718 "bstr", 719 "gix-chunk", 720 "gix-error", 721 "gix-hash", 722 "memmap2", 723 "nonempty", 724] 725 726[[package]] 727name = "gix-config" 728version = "0.54.0" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "08939b4c4ed7a663d0e64be9e1e9bdf23a1fb4fcee1febdf449f12229542e50d" 731dependencies = [ 732 "bstr", 733 "gix-config-value", 734 "gix-features", 735 "gix-glob", 736 "gix-path", 737 "gix-ref", 738 "gix-sec", 739 "memchr", 740 "smallvec", 741 "thiserror", 742 "unicode-bom", 743 "winnow 0.7.15", 744] 745 746[[package]] 747name = "gix-config-value" 748version = "0.17.1" 749source = "registry+https://github.com/rust-lang/crates.io-index" 750checksum = "441a300bc3645a1f45cba495b9175f90f47256ce43f2ee161da0031e3ac77c92" 751dependencies = [ 752 "bitflags", 753 "bstr", 754 "gix-path", 755 "libc", 756 "thiserror", 757] 758 759[[package]] 760name = "gix-credentials" 761version = "0.37.1" 762source = "registry+https://github.com/rust-lang/crates.io-index" 763checksum = "38b2a34b8715e3bbd514f3d1705f5d51c4b250e5bfe506b9fb60b133c85c93d9" 764dependencies = [ 765 "bstr", 766 "gix-command", 767 "gix-config-value", 768 "gix-date", 769 "gix-path", 770 "gix-prompt", 771 "gix-sec", 772 "gix-trace", 773 "gix-url", 774 "thiserror", 775] 776 777[[package]] 778name = "gix-date" 779version = "0.15.1" 780source = "registry+https://github.com/rust-lang/crates.io-index" 781checksum = "39acf819aa9fee65e4838a2eec5cb2506e47ebb89e02a5ab9918196e491571ea" 782dependencies = [ 783 "bstr", 784 "gix-error", 785 "itoa", 786 "jiff", 787 "smallvec", 788] 789 790[[package]] 791name = "gix-diff" 792version = "0.61.0" 793source = "registry+https://github.com/rust-lang/crates.io-index" 794checksum = "88f3b3475e5d3877d7c30c40827cc2441936ce890efc226e5ba4afe3a7ae33f0" 795dependencies = [ 796 "bstr", 797 "gix-attributes", 798 "gix-command", 799 "gix-filter", 800 "gix-fs", 801 "gix-hash", 802 "gix-index", 803 "gix-object", 804 "gix-path", 805 "gix-pathspec", 806 "gix-tempfile", 807 "gix-trace", 808 "gix-traverse", 809 "gix-worktree", 810 "imara-diff 0.1.8", 811 "imara-diff 0.2.0", 812 "thiserror", 813] 814 815[[package]] 816name = "gix-dir" 817version = "0.23.0" 818source = "registry+https://github.com/rust-lang/crates.io-index" 819checksum = "5da4604a360988f0ba8efe6f90093ca5a844f4a7f8e1a3dcda501ec44e600ea9" 820dependencies = [ 821 "bstr", 822 "gix-discover", 823 "gix-fs", 824 "gix-ignore", 825 "gix-index", 826 "gix-object", 827 "gix-path", 828 "gix-pathspec", 829 "gix-trace", 830 "gix-utils", 831 "gix-worktree", 832 "thiserror", 833] 834 835[[package]] 836name = "gix-discover" 837version = "0.49.0" 838source = "registry+https://github.com/rust-lang/crates.io-index" 839checksum = "c65bd3330fe0cb9d40d875bf862fd5e8ad6fa4164ddbc4842fbeb889c3f0b2c6" 840dependencies = [ 841 "bstr", 842 "dunce", 843 "gix-fs", 844 "gix-path", 845 "gix-ref", 846 "gix-sec", 847 "thiserror", 848] 849 850[[package]] 851name = "gix-error" 852version = "0.2.1" 853source = "registry+https://github.com/rust-lang/crates.io-index" 854checksum = "2e86d01da904d4a9265def43bd42a18c5e6dc7000a73af512946ba14579c9fbd" 855dependencies = [ 856 "bstr", 857] 858 859[[package]] 860name = "gix-features" 861version = "0.46.2" 862source = "registry+https://github.com/rust-lang/crates.io-index" 863checksum = "752493cd4b1d5eaaa0138a7493f65c96863fefa990fc021e0e519579e389ab20" 864dependencies = [ 865 "bytes", 866 "bytesize", 867 "crc32fast", 868 "crossbeam-channel", 869 "gix-path", 870 "gix-trace", 871 "gix-utils", 872 "libc", 873 "once_cell", 874 "parking_lot", 875 "prodash", 876 "thiserror", 877 "walkdir", 878 "zlib-rs", 879] 880 881[[package]] 882name = "gix-filter" 883version = "0.28.0" 884source = "registry+https://github.com/rust-lang/crates.io-index" 885checksum = "d37598282a6566da6fb52667570c7fe0aedcb122ac886724a9e62a2180523e35" 886dependencies = [ 887 "bstr", 888 "encoding_rs", 889 "gix-attributes", 890 "gix-command", 891 "gix-hash", 892 "gix-object", 893 "gix-packetline", 894 "gix-path", 895 "gix-quote", 896 "gix-trace", 897 "gix-utils", 898 "smallvec", 899 "thiserror", 900] 901 902[[package]] 903name = "gix-fs" 904version = "0.19.2" 905source = "registry+https://github.com/rust-lang/crates.io-index" 906checksum = "a964b4aec683eb0bacb87533defa80805bb4768056371a47ab38b00a2d377b72" 907dependencies = [ 908 "bstr", 909 "fastrand", 910 "gix-features", 911 "gix-path", 912 "gix-utils", 913 "thiserror", 914] 915 916[[package]] 917name = "gix-glob" 918version = "0.24.0" 919source = "registry+https://github.com/rust-lang/crates.io-index" 920checksum = "b03e6cd88cc0dc1eafa1fddac0fb719e4e74b6ea58dd016e71125fde4a326bee" 921dependencies = [ 922 "bitflags", 923 "bstr", 924 "gix-features", 925 "gix-path", 926] 927 928[[package]] 929name = "gix-hash" 930version = "0.23.0" 931source = "registry+https://github.com/rust-lang/crates.io-index" 932checksum = "0fb896a02d9ab96fa518475a5f30ad3952010f801a8de5840f633f4a6b985dfb" 933dependencies = [ 934 "faster-hex", 935 "gix-features", 936 "sha1-checked", 937 "thiserror", 938] 939 940[[package]] 941name = "gix-hashtable" 942version = "0.13.0" 943source = "registry+https://github.com/rust-lang/crates.io-index" 944checksum = "2664216fc5e89b51e756a4a3ac676315602ce2dac07acf1da959a22038d69b33" 945dependencies = [ 946 "gix-hash", 947 "hashbrown 0.16.1", 948 "parking_lot", 949] 950 951[[package]] 952name = "gix-ignore" 953version = "0.19.1" 954source = "registry+https://github.com/rust-lang/crates.io-index" 955checksum = "09f915dcf6911e3027537166d34e13f0fe101ed12225178d2ae29cd1272cff26" 956dependencies = [ 957 "bstr", 958 "gix-glob", 959 "gix-path", 960 "gix-trace", 961 "unicode-bom", 962] 963 964[[package]] 965name = "gix-index" 966version = "0.49.0" 967source = "registry+https://github.com/rust-lang/crates.io-index" 968checksum = "1bae54ab14e4e74d5dda60b82ea7afad7c8eb3be68283d6d5f29bd2e6d47fff7" 969dependencies = [ 970 "bitflags", 971 "bstr", 972 "filetime", 973 "fnv", 974 "gix-bitmap", 975 "gix-features", 976 "gix-fs", 977 "gix-hash", 978 "gix-lock", 979 "gix-object", 980 "gix-traverse", 981 "gix-utils", 982 "gix-validate", 983 "hashbrown 0.16.1", 984 "itoa", 985 "libc", 986 "memmap2", 987 "rustix", 988 "smallvec", 989 "thiserror", 990] 991 992[[package]] 993name = "gix-lock" 994version = "21.0.2" 995source = "registry+https://github.com/rust-lang/crates.io-index" 996checksum = "054fbd0989700c69dc5aa80bc66944f05df1e15aa7391a9e42aca7366337905f" 997dependencies = [ 998 "gix-tempfile", 999 "gix-utils", 1000 "thiserror", 1001] 1002 1003[[package]] 1004name = "gix-mailmap" 1005version = "0.32.0" 1006source = "registry+https://github.com/rust-lang/crates.io-index" 1007checksum = "c7b4818da522786ec7e32a00884ee8fc40fa4c215c3997c0b15f7b62684d1199" 1008dependencies = [ 1009 "bstr", 1010 "gix-actor", 1011 "gix-date", 1012 "gix-error", 1013] 1014 1015[[package]] 1016name = "gix-merge" 1017version = "0.14.0" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "f4606747466512d22c2dffc019142e1941238f543987ea51353c938cca80c500" 1020dependencies = [ 1021 "bstr", 1022 "gix-command", 1023 "gix-diff", 1024 "gix-filter", 1025 "gix-fs", 1026 "gix-hash", 1027 "gix-index", 1028 "gix-object", 1029 "gix-path", 1030 "gix-quote", 1031 "gix-revision", 1032 "gix-revwalk", 1033 "gix-tempfile", 1034 "gix-trace", 1035 "gix-worktree", 1036 "imara-diff 0.1.8", 1037 "nonempty", 1038 "thiserror", 1039] 1040 1041[[package]] 1042name = "gix-negotiate" 1043version = "0.29.0" 1044source = "registry+https://github.com/rust-lang/crates.io-index" 1045checksum = "6ea064c7595eea08fdd01c70748af747d9acc40f727b61f4c8a2145a5c5fc28c" 1046dependencies = [ 1047 "bitflags", 1048 "gix-commitgraph", 1049 "gix-date", 1050 "gix-hash", 1051 "gix-object", 1052 "gix-revwalk", 1053] 1054 1055[[package]] 1056name = "gix-object" 1057version = "0.58.0" 1058source = "registry+https://github.com/rust-lang/crates.io-index" 1059checksum = "cafb802bb688a7c1e69ef965612ff5ff859f046bfb616377e4a0ba4c01e43d47" 1060dependencies = [ 1061 "bstr", 1062 "gix-actor", 1063 "gix-date", 1064 "gix-features", 1065 "gix-hash", 1066 "gix-hashtable", 1067 "gix-path", 1068 "gix-utils", 1069 "gix-validate", 1070 "itoa", 1071 "smallvec", 1072 "thiserror", 1073 "winnow 0.7.15", 1074] 1075 1076[[package]] 1077name = "gix-odb" 1078version = "0.78.0" 1079source = "registry+https://github.com/rust-lang/crates.io-index" 1080checksum = "24833ae9323b4f7079575fb9f961cf9c414b0afbec428a536ab8e7dd93bc002b" 1081dependencies = [ 1082 "arc-swap", 1083 "gix-features", 1084 "gix-fs", 1085 "gix-hash", 1086 "gix-hashtable", 1087 "gix-object", 1088 "gix-pack", 1089 "gix-path", 1090 "gix-quote", 1091 "parking_lot", 1092 "tempfile", 1093 "thiserror", 1094] 1095 1096[[package]] 1097name = "gix-pack" 1098version = "0.68.0" 1099source = "registry+https://github.com/rust-lang/crates.io-index" 1100checksum = "e3484119cd19859d7d7639413c27e192478fa354d3f4ff5f7e3c041e8040f0f4" 1101dependencies = [ 1102 "clru", 1103 "gix-chunk", 1104 "gix-error", 1105 "gix-features", 1106 "gix-hash", 1107 "gix-hashtable", 1108 "gix-object", 1109 "gix-path", 1110 "memmap2", 1111 "smallvec", 1112 "thiserror", 1113 "uluru", 1114] 1115 1116[[package]] 1117name = "gix-packetline" 1118version = "0.21.2" 1119source = "registry+https://github.com/rust-lang/crates.io-index" 1120checksum = "be19313dcdb7dff75a3ce2f99be00878458295bcc3b6c7f0005591597573345c" 1121dependencies = [ 1122 "bstr", 1123 "faster-hex", 1124 "gix-trace", 1125 "thiserror", 1126] 1127 1128[[package]] 1129name = "gix-path" 1130version = "0.11.2" 1131source = "registry+https://github.com/rust-lang/crates.io-index" 1132checksum = "09c31d4373bda7fab9eb01822927b55185a378d6e1bf737e0a54c743ad806658" 1133dependencies = [ 1134 "bstr", 1135 "gix-trace", 1136 "gix-validate", 1137 "thiserror", 1138] 1139 1140[[package]] 1141name = "gix-pathspec" 1142version = "0.16.1" 1143source = "registry+https://github.com/rust-lang/crates.io-index" 1144checksum = "f89611f13544ca5ebeb68a502673814ef57200df60c24a61c2ce7b96f612f08b" 1145dependencies = [ 1146 "bitflags", 1147 "bstr", 1148 "gix-attributes", 1149 "gix-config-value", 1150 "gix-glob", 1151 "gix-path", 1152 "thiserror", 1153] 1154 1155[[package]] 1156name = "gix-prompt" 1157version = "0.14.1" 1158source = "registry+https://github.com/rust-lang/crates.io-index" 1159checksum = "0f61f6264e1f6c5a951531fe127722c7522bc02ebda80c4528286bda4642055f" 1160dependencies = [ 1161 "gix-command", 1162 "gix-config-value", 1163 "parking_lot", 1164 "rustix", 1165 "thiserror", 1166] 1167 1168[[package]] 1169name = "gix-protocol" 1170version = "0.59.0" 1171source = "registry+https://github.com/rust-lang/crates.io-index" 1172checksum = "4f38666350736b5877c79f57ddae02bde07a4ce186d889adc391e831cddcbe76" 1173dependencies = [ 1174 "bstr", 1175 "gix-date", 1176 "gix-features", 1177 "gix-hash", 1178 "gix-ref", 1179 "gix-shallow", 1180 "gix-transport", 1181 "gix-utils", 1182 "maybe-async", 1183 "nonempty", 1184 "thiserror", 1185 "winnow 0.7.15", 1186] 1187 1188[[package]] 1189name = "gix-quote" 1190version = "0.7.0" 1191source = "registry+https://github.com/rust-lang/crates.io-index" 1192checksum = "68533db71259c8776dd4e770d2b7b98696213ecdc1f5c9e3507119e274e0c578" 1193dependencies = [ 1194 "bstr", 1195 "gix-error", 1196 "gix-utils", 1197] 1198 1199[[package]] 1200name = "gix-ref" 1201version = "0.61.0" 1202source = "registry+https://github.com/rust-lang/crates.io-index" 1203checksum = "c2159978abb99b7027c8579d15211e262ef0ef2594d5cecb3334fbcbdfe2997c" 1204dependencies = [ 1205 "gix-actor", 1206 "gix-features", 1207 "gix-fs", 1208 "gix-hash", 1209 "gix-lock", 1210 "gix-object", 1211 "gix-path", 1212 "gix-tempfile", 1213 "gix-utils", 1214 "gix-validate", 1215 "memmap2", 1216 "thiserror", 1217 "winnow 0.7.15", 1218] 1219 1220[[package]] 1221name = "gix-refspec" 1222version = "0.39.0" 1223source = "registry+https://github.com/rust-lang/crates.io-index" 1224checksum = "dc806ee13f437428f8a1ba4c72ecfaa3f20e14f5f0d4c2bc17d0b33e794aa6ac" 1225dependencies = [ 1226 "bstr", 1227 "gix-error", 1228 "gix-glob", 1229 "gix-hash", 1230 "gix-revision", 1231 "gix-validate", 1232 "smallvec", 1233 "thiserror", 1234] 1235 1236[[package]] 1237name = "gix-revision" 1238version = "0.43.0" 1239source = "registry+https://github.com/rust-lang/crates.io-index" 1240checksum = "7c08f1ec5d1e6a524f8ba291c41f0ccaef64e48ed0e8cf790b3461cae45f6d3d" 1241dependencies = [ 1242 "bitflags", 1243 "bstr", 1244 "gix-commitgraph", 1245 "gix-date", 1246 "gix-error", 1247 "gix-hash", 1248 "gix-hashtable", 1249 "gix-object", 1250 "gix-revwalk", 1251 "gix-trace", 1252 "nonempty", 1253] 1254 1255[[package]] 1256name = "gix-revwalk" 1257version = "0.29.0" 1258source = "registry+https://github.com/rust-lang/crates.io-index" 1259checksum = "0e4b2b87772b21ca449249e86d32febadba5cba32b0fcce804ab9cefc6f2111c" 1260dependencies = [ 1261 "gix-commitgraph", 1262 "gix-date", 1263 "gix-error", 1264 "gix-hash", 1265 "gix-hashtable", 1266 "gix-object", 1267 "smallvec", 1268 "thiserror", 1269] 1270 1271[[package]] 1272name = "gix-sec" 1273version = "0.13.2" 1274source = "registry+https://github.com/rust-lang/crates.io-index" 1275checksum = "bf82ae037de9c62850ce67beaa92ec8e3e17785ea307cdde7618edc215603b4f" 1276dependencies = [ 1277 "bitflags", 1278 "gix-path", 1279 "libc", 1280 "windows-sys", 1281] 1282 1283[[package]] 1284name = "gix-shallow" 1285version = "0.10.0" 1286source = "registry+https://github.com/rust-lang/crates.io-index" 1287checksum = "cbf60711c9083b2364b3fac8a352444af76b17201f3682fdebe74fa66d89a772" 1288dependencies = [ 1289 "bstr", 1290 "gix-hash", 1291 "gix-lock", 1292 "nonempty", 1293 "thiserror", 1294] 1295 1296[[package]] 1297name = "gix-status" 1298version = "0.28.0" 1299source = "registry+https://github.com/rust-lang/crates.io-index" 1300checksum = "23d6c598e3fdbc352fba1c5ba7e709e69402fafbc44d9295edad2e3c4738996b" 1301dependencies = [ 1302 "bstr", 1303 "filetime", 1304 "gix-diff", 1305 "gix-dir", 1306 "gix-features", 1307 "gix-filter", 1308 "gix-fs", 1309 "gix-hash", 1310 "gix-index", 1311 "gix-object", 1312 "gix-path", 1313 "gix-pathspec", 1314 "gix-worktree", 1315 "portable-atomic", 1316 "thiserror", 1317] 1318 1319[[package]] 1320name = "gix-submodule" 1321version = "0.28.0" 1322source = "registry+https://github.com/rust-lang/crates.io-index" 1323checksum = "0ce5c3929c5e6821f651d35e8420f72fea3cfafe9fc1e928a61e718b462c72a5" 1324dependencies = [ 1325 "bstr", 1326 "gix-config", 1327 "gix-path", 1328 "gix-pathspec", 1329 "gix-refspec", 1330 "gix-url", 1331 "thiserror", 1332] 1333 1334[[package]] 1335name = "gix-tempfile" 1336version = "21.0.2" 1337source = "registry+https://github.com/rust-lang/crates.io-index" 1338checksum = "d22227f6b203f511ff451c33c89899e87e4f571fc596b06f68e6e613a6508528" 1339dependencies = [ 1340 "dashmap", 1341 "gix-fs", 1342 "libc", 1343 "parking_lot", 1344 "signal-hook", 1345 "signal-hook-registry", 1346 "tempfile", 1347] 1348 1349[[package]] 1350name = "gix-trace" 1351version = "0.1.18" 1352source = "registry+https://github.com/rust-lang/crates.io-index" 1353checksum = "f69a13643b8437d4ca6845e08143e847a36ca82903eed13303475d0ae8b162e0" 1354 1355[[package]] 1356name = "gix-transport" 1357version = "0.55.1" 1358source = "registry+https://github.com/rust-lang/crates.io-index" 1359checksum = "a521e39c6235ce63ed6c001e2dd79818c830b82c3b7b59247ee7b229c39ec9bb" 1360dependencies = [ 1361 "bstr", 1362 "gix-command", 1363 "gix-features", 1364 "gix-packetline", 1365 "gix-quote", 1366 "gix-sec", 1367 "gix-url", 1368 "thiserror", 1369] 1370 1371[[package]] 1372name = "gix-traverse" 1373version = "0.55.0" 1374source = "registry+https://github.com/rust-lang/crates.io-index" 1375checksum = "963dc2afcdb611092aa587c3f9365e749ac0a0892ff27662dbc75f26c953fbec" 1376dependencies = [ 1377 "bitflags", 1378 "gix-commitgraph", 1379 "gix-date", 1380 "gix-hash", 1381 "gix-hashtable", 1382 "gix-object", 1383 "gix-revwalk", 1384 "smallvec", 1385 "thiserror", 1386] 1387 1388[[package]] 1389name = "gix-url" 1390version = "0.35.2" 1391source = "registry+https://github.com/rust-lang/crates.io-index" 1392checksum = "d28e8af3d42581190da884f013caf254d2fd4d6ab102408f08d21bfa11de6c8d" 1393dependencies = [ 1394 "bstr", 1395 "gix-path", 1396 "percent-encoding", 1397 "thiserror", 1398] 1399 1400[[package]] 1401name = "gix-utils" 1402version = "0.3.1" 1403source = "registry+https://github.com/rust-lang/crates.io-index" 1404checksum = "befcdbdfb1238d2854591f760a48711bed85e72d80a10e8f2f93f656746ef7c5" 1405dependencies = [ 1406 "bstr", 1407 "fastrand", 1408 "unicode-normalization", 1409] 1410 1411[[package]] 1412name = "gix-validate" 1413version = "0.11.0" 1414source = "registry+https://github.com/rust-lang/crates.io-index" 1415checksum = "0ec1eff98d91941f47766367cba1be746bab662bad761d9891ae6f7882f7840b" 1416dependencies = [ 1417 "bstr", 1418] 1419 1420[[package]] 1421name = "gix-worktree" 1422version = "0.50.0" 1423source = "registry+https://github.com/rust-lang/crates.io-index" 1424checksum = "e6bd5830cbc43c9c00918b826467d2afad685b195cb82329cde2b2d116d2c578" 1425dependencies = [ 1426 "bstr", 1427 "gix-attributes", 1428 "gix-fs", 1429 "gix-glob", 1430 "gix-hash", 1431 "gix-ignore", 1432 "gix-index", 1433 "gix-object", 1434 "gix-path", 1435 "gix-validate", 1436] 1437 1438[[package]] 1439name = "gix-worktree-state" 1440version = "0.28.0" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "644a1681f96e1be43c2a8384337d9d220e7624f50db54beda70997052aebf707" 1443dependencies = [ 1444 "bstr", 1445 "gix-features", 1446 "gix-filter", 1447 "gix-fs", 1448 "gix-index", 1449 "gix-object", 1450 "gix-path", 1451 "gix-worktree", 1452 "io-close", 1453 "thiserror", 1454] 1455 1456[[package]] 1457name = "gix-worktree-stream" 1458version = "0.30.0" 1459source = "registry+https://github.com/rust-lang/crates.io-index" 1460checksum = "24e3fb70a1f650a5cec7d5b8d10d6d6fe86daf3cf15bde08ba0c70988a2932c3" 1461dependencies = [ 1462 "gix-attributes", 1463 "gix-error", 1464 "gix-features", 1465 "gix-filter", 1466 "gix-fs", 1467 "gix-hash", 1468 "gix-object", 1469 "gix-path", 1470 "gix-traverse", 1471 "parking_lot", 1472] 1473 1474[[package]] 1475name = "hash32" 1476version = "0.3.1" 1477source = "registry+https://github.com/rust-lang/crates.io-index" 1478checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606" 1479dependencies = [ 1480 "byteorder", 1481] 1482 1483[[package]] 1484name = "hashbrown" 1485version = "0.14.5" 1486source = "registry+https://github.com/rust-lang/crates.io-index" 1487checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1488 1489[[package]] 1490name = "hashbrown" 1491version = "0.15.5" 1492source = "registry+https://github.com/rust-lang/crates.io-index" 1493checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1494dependencies = [ 1495 "foldhash 0.1.5", 1496] 1497 1498[[package]] 1499name = "hashbrown" 1500version = "0.16.1" 1501source = "registry+https://github.com/rust-lang/crates.io-index" 1502checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1503dependencies = [ 1504 "allocator-api2", 1505 "equivalent", 1506 "foldhash 0.2.0", 1507] 1508 1509[[package]] 1510name = "hashbrown" 1511version = "0.17.0" 1512source = "registry+https://github.com/rust-lang/crates.io-index" 1513checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" 1514 1515[[package]] 1516name = "heapless" 1517version = "0.8.0" 1518source = "registry+https://github.com/rust-lang/crates.io-index" 1519checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" 1520dependencies = [ 1521 "hash32", 1522 "stable_deref_trait", 1523] 1524 1525[[package]] 1526name = "heck" 1527version = "0.5.0" 1528source = "registry+https://github.com/rust-lang/crates.io-index" 1529checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1530 1531[[package]] 1532name = "http" 1533version = "1.4.0" 1534source = "registry+https://github.com/rust-lang/crates.io-index" 1535checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 1536dependencies = [ 1537 "bytes", 1538 "itoa", 1539] 1540 1541[[package]] 1542name = "http-body" 1543version = "1.0.1" 1544source = "registry+https://github.com/rust-lang/crates.io-index" 1545checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1546dependencies = [ 1547 "bytes", 1548 "http", 1549] 1550 1551[[package]] 1552name = "http-body-util" 1553version = "0.1.3" 1554source = "registry+https://github.com/rust-lang/crates.io-index" 1555checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1556dependencies = [ 1557 "bytes", 1558 "futures-core", 1559 "http", 1560 "http-body", 1561 "pin-project-lite", 1562] 1563 1564[[package]] 1565name = "httparse" 1566version = "1.10.1" 1567source = "registry+https://github.com/rust-lang/crates.io-index" 1568checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1569 1570[[package]] 1571name = "httpdate" 1572version = "1.0.3" 1573source = "registry+https://github.com/rust-lang/crates.io-index" 1574checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1575 1576[[package]] 1577name = "human_format" 1578version = "1.2.1" 1579source = "registry+https://github.com/rust-lang/crates.io-index" 1580checksum = "eaec953f16e5bcf6b8a3cb3aa959b17e5577dbd2693e94554c462c08be22624b" 1581 1582[[package]] 1583name = "hyper" 1584version = "1.9.0" 1585source = "registry+https://github.com/rust-lang/crates.io-index" 1586checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca" 1587dependencies = [ 1588 "atomic-waker", 1589 "bytes", 1590 "futures-channel", 1591 "futures-core", 1592 "http", 1593 "http-body", 1594 "httparse", 1595 "httpdate", 1596 "itoa", 1597 "pin-project-lite", 1598 "smallvec", 1599 "tokio", 1600] 1601 1602[[package]] 1603name = "hyper-util" 1604version = "0.1.20" 1605source = "registry+https://github.com/rust-lang/crates.io-index" 1606checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 1607dependencies = [ 1608 "bytes", 1609 "http", 1610 "http-body", 1611 "hyper", 1612 "pin-project-lite", 1613 "tokio", 1614 "tower-service", 1615] 1616 1617[[package]] 1618name = "id-arena" 1619version = "2.3.0" 1620source = "registry+https://github.com/rust-lang/crates.io-index" 1621checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 1622 1623[[package]] 1624name = "imara-diff" 1625version = "0.1.8" 1626source = "registry+https://github.com/rust-lang/crates.io-index" 1627checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2" 1628dependencies = [ 1629 "hashbrown 0.15.5", 1630] 1631 1632[[package]] 1633name = "imara-diff" 1634version = "0.2.0" 1635source = "registry+https://github.com/rust-lang/crates.io-index" 1636checksum = "2f01d462f766df78ab820dd06f5eb700233c51f0f4c2e846520eaf4ba6aa5c5c" 1637dependencies = [ 1638 "hashbrown 0.15.5", 1639 "memchr", 1640] 1641 1642[[package]] 1643name = "indexmap" 1644version = "2.14.0" 1645source = "registry+https://github.com/rust-lang/crates.io-index" 1646checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" 1647dependencies = [ 1648 "equivalent", 1649 "hashbrown 0.17.0", 1650 "serde", 1651 "serde_core", 1652] 1653 1654[[package]] 1655name = "io-close" 1656version = "0.3.7" 1657source = "registry+https://github.com/rust-lang/crates.io-index" 1658checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc" 1659dependencies = [ 1660 "libc", 1661 "winapi", 1662] 1663 1664[[package]] 1665name = "is_terminal_polyfill" 1666version = "1.70.2" 1667source = "registry+https://github.com/rust-lang/crates.io-index" 1668checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 1669 1670[[package]] 1671name = "itoa" 1672version = "1.0.18" 1673source = "registry+https://github.com/rust-lang/crates.io-index" 1674checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 1675 1676[[package]] 1677name = "jiff" 1678version = "0.2.24" 1679source = "registry+https://github.com/rust-lang/crates.io-index" 1680checksum = "f00b5dbd620d61dfdcb6007c9c1f6054ebd75319f163d886a9055cec1155073d" 1681dependencies = [ 1682 "jiff-static", 1683 "jiff-tzdb-platform", 1684 "log", 1685 "portable-atomic", 1686 "portable-atomic-util", 1687 "serde_core", 1688 "windows-sys", 1689] 1690 1691[[package]] 1692name = "jiff-static" 1693version = "0.2.24" 1694source = "registry+https://github.com/rust-lang/crates.io-index" 1695checksum = "e000de030ff8022ea1da3f466fbb0f3a809f5e51ed31f6dd931c35181ad8e6d7" 1696dependencies = [ 1697 "proc-macro2", 1698 "quote", 1699 "syn", 1700] 1701 1702[[package]] 1703name = "jiff-tzdb" 1704version = "0.1.6" 1705source = "registry+https://github.com/rust-lang/crates.io-index" 1706checksum = "c900ef84826f1338a557697dc8fc601df9ca9af4ac137c7fb61d4c6f2dfd3076" 1707 1708[[package]] 1709name = "jiff-tzdb-platform" 1710version = "0.1.3" 1711source = "registry+https://github.com/rust-lang/crates.io-index" 1712checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8" 1713dependencies = [ 1714 "jiff-tzdb", 1715] 1716 1717[[package]] 1718name = "kstring" 1719version = "2.0.2" 1720source = "registry+https://github.com/rust-lang/crates.io-index" 1721checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1" 1722dependencies = [ 1723 "static_assertions", 1724] 1725 1726[[package]] 1727name = "leb128fmt" 1728version = "0.1.0" 1729source = "registry+https://github.com/rust-lang/crates.io-index" 1730checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 1731 1732[[package]] 1733name = "libc" 1734version = "0.2.185" 1735source = "registry+https://github.com/rust-lang/crates.io-index" 1736checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f" 1737 1738[[package]] 1739name = "libredox" 1740version = "0.1.16" 1741source = "registry+https://github.com/rust-lang/crates.io-index" 1742checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c" 1743dependencies = [ 1744 "bitflags", 1745 "libc", 1746 "plain", 1747 "redox_syscall 0.7.4", 1748] 1749 1750[[package]] 1751name = "linux-raw-sys" 1752version = "0.12.1" 1753source = "registry+https://github.com/rust-lang/crates.io-index" 1754checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 1755 1756[[package]] 1757name = "lock_api" 1758version = "0.4.14" 1759source = "registry+https://github.com/rust-lang/crates.io-index" 1760checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1761dependencies = [ 1762 "scopeguard", 1763] 1764 1765[[package]] 1766name = "log" 1767version = "0.4.29" 1768source = "registry+https://github.com/rust-lang/crates.io-index" 1769checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 1770 1771[[package]] 1772name = "matchit" 1773version = "0.8.4" 1774source = "registry+https://github.com/rust-lang/crates.io-index" 1775checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 1776 1777[[package]] 1778name = "maybe-async" 1779version = "0.2.10" 1780source = "registry+https://github.com/rust-lang/crates.io-index" 1781checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11" 1782dependencies = [ 1783 "proc-macro2", 1784 "quote", 1785 "syn", 1786] 1787 1788[[package]] 1789name = "memchr" 1790version = "2.8.0" 1791source = "registry+https://github.com/rust-lang/crates.io-index" 1792checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 1793 1794[[package]] 1795name = "memmap2" 1796version = "0.9.10" 1797source = "registry+https://github.com/rust-lang/crates.io-index" 1798checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" 1799dependencies = [ 1800 "libc", 1801] 1802 1803[[package]] 1804name = "mime" 1805version = "0.3.17" 1806source = "registry+https://github.com/rust-lang/crates.io-index" 1807checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1808 1809[[package]] 1810name = "mio" 1811version = "1.2.0" 1812source = "registry+https://github.com/rust-lang/crates.io-index" 1813checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" 1814dependencies = [ 1815 "libc", 1816 "wasi", 1817 "windows-sys", 1818] 1819 1820[[package]] 1821name = "nonempty" 1822version = "0.12.0" 1823source = "registry+https://github.com/rust-lang/crates.io-index" 1824checksum = "9737e026353e5cd0736f98eddae28665118eb6f6600902a7f50db585621fecb6" 1825 1826[[package]] 1827name = "once_cell" 1828version = "1.21.4" 1829source = "registry+https://github.com/rust-lang/crates.io-index" 1830checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 1831 1832[[package]] 1833name = "once_cell_polyfill" 1834version = "1.70.2" 1835source = "registry+https://github.com/rust-lang/crates.io-index" 1836checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 1837 1838[[package]] 1839name = "parking_lot" 1840version = "0.12.5" 1841source = "registry+https://github.com/rust-lang/crates.io-index" 1842checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1843dependencies = [ 1844 "lock_api", 1845 "parking_lot_core", 1846] 1847 1848[[package]] 1849name = "parking_lot_core" 1850version = "0.9.12" 1851source = "registry+https://github.com/rust-lang/crates.io-index" 1852checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 1853dependencies = [ 1854 "cfg-if", 1855 "libc", 1856 "redox_syscall 0.5.18", 1857 "smallvec", 1858 "windows-link", 1859] 1860 1861[[package]] 1862name = "percent-encoding" 1863version = "2.3.2" 1864source = "registry+https://github.com/rust-lang/crates.io-index" 1865checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1866 1867[[package]] 1868name = "pin-project-lite" 1869version = "0.2.17" 1870source = "registry+https://github.com/rust-lang/crates.io-index" 1871checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 1872 1873[[package]] 1874name = "plain" 1875version = "0.2.3" 1876source = "registry+https://github.com/rust-lang/crates.io-index" 1877checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 1878 1879[[package]] 1880name = "portable-atomic" 1881version = "1.13.1" 1882source = "registry+https://github.com/rust-lang/crates.io-index" 1883checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 1884 1885[[package]] 1886name = "portable-atomic-util" 1887version = "0.2.7" 1888source = "registry+https://github.com/rust-lang/crates.io-index" 1889checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618" 1890dependencies = [ 1891 "portable-atomic", 1892] 1893 1894[[package]] 1895name = "prettyplease" 1896version = "0.2.37" 1897source = "registry+https://github.com/rust-lang/crates.io-index" 1898checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 1899dependencies = [ 1900 "proc-macro2", 1901 "syn", 1902] 1903 1904[[package]] 1905name = "proc-macro2" 1906version = "1.0.106" 1907source = "registry+https://github.com/rust-lang/crates.io-index" 1908checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 1909dependencies = [ 1910 "unicode-ident", 1911] 1912 1913[[package]] 1914name = "prodash" 1915version = "31.0.0" 1916source = "registry+https://github.com/rust-lang/crates.io-index" 1917checksum = "962200e2d7d551451297d9fdce85138374019ada198e30ea9ede38034e27604c" 1918dependencies = [ 1919 "bytesize", 1920 "human_format", 1921 "parking_lot", 1922] 1923 1924[[package]] 1925name = "pulldown-cmark" 1926version = "0.13.3" 1927source = "registry+https://github.com/rust-lang/crates.io-index" 1928checksum = "7c3a14896dfa883796f1cb410461aef38810ea05f2b2c33c5aded3649095fdad" 1929dependencies = [ 1930 "bitflags", 1931 "getopts", 1932 "memchr", 1933 "pulldown-cmark-escape", 1934 "unicase", 1935] 1936 1937[[package]] 1938name = "pulldown-cmark-escape" 1939version = "0.11.0" 1940source = "registry+https://github.com/rust-lang/crates.io-index" 1941checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" 1942 1943[[package]] 1944name = "quote" 1945version = "1.0.45" 1946source = "registry+https://github.com/rust-lang/crates.io-index" 1947checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 1948dependencies = [ 1949 "proc-macro2", 1950] 1951 1952[[package]] 1953name = "r-efi" 1954version = "6.0.0" 1955source = "registry+https://github.com/rust-lang/crates.io-index" 1956checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 1957 1958[[package]] 1959name = "redox_syscall" 1960version = "0.5.18" 1961source = "registry+https://github.com/rust-lang/crates.io-index" 1962checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1963dependencies = [ 1964 "bitflags", 1965] 1966 1967[[package]] 1968name = "redox_syscall" 1969version = "0.7.4" 1970source = "registry+https://github.com/rust-lang/crates.io-index" 1971checksum = "f450ad9c3b1da563fb6948a8e0fb0fb9269711c9c73d9ea1de5058c79c8d643a" 1972dependencies = [ 1973 "bitflags", 1974] 1975 1976[[package]] 1977name = "regex" 1978version = "1.12.3" 1979source = "registry+https://github.com/rust-lang/crates.io-index" 1980checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 1981dependencies = [ 1982 "aho-corasick", 1983 "memchr", 1984 "regex-automata", 1985 "regex-syntax", 1986] 1987 1988[[package]] 1989name = "regex-automata" 1990version = "0.4.14" 1991source = "registry+https://github.com/rust-lang/crates.io-index" 1992checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 1993dependencies = [ 1994 "aho-corasick", 1995 "memchr", 1996 "regex-syntax", 1997] 1998 1999[[package]] 2000name = "regex-syntax" 2001version = "0.8.10" 2002source = "registry+https://github.com/rust-lang/crates.io-index" 2003checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 2004 2005[[package]] 2006name = "rustc-hash" 2007version = "2.1.2" 2008source = "registry+https://github.com/rust-lang/crates.io-index" 2009checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" 2010 2011[[package]] 2012name = "rustix" 2013version = "1.1.4" 2014source = "registry+https://github.com/rust-lang/crates.io-index" 2015checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 2016dependencies = [ 2017 "bitflags", 2018 "errno", 2019 "libc", 2020 "linux-raw-sys", 2021 "windows-sys", 2022] 2023 2024[[package]] 2025name = "rustversion" 2026version = "1.0.22" 2027source = "registry+https://github.com/rust-lang/crates.io-index" 2028checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 2029 2030[[package]] 2031name = "ryu" 2032version = "1.0.23" 2033source = "registry+https://github.com/rust-lang/crates.io-index" 2034checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 2035 2036[[package]] 2037name = "same-file" 2038version = "1.0.6" 2039source = "registry+https://github.com/rust-lang/crates.io-index" 2040checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2041dependencies = [ 2042 "winapi-util", 2043] 2044 2045[[package]] 2046name = "scopeguard" 2047version = "1.2.0" 2048source = "registry+https://github.com/rust-lang/crates.io-index" 2049checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2050 2051[[package]] 2052name = "semver" 2053version = "1.0.28" 2054source = "registry+https://github.com/rust-lang/crates.io-index" 2055checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" 2056 2057[[package]] 2058name = "serde" 2059version = "1.0.228" 2060source = "registry+https://github.com/rust-lang/crates.io-index" 2061checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 2062dependencies = [ 2063 "serde_core", 2064 "serde_derive", 2065] 2066 2067[[package]] 2068name = "serde_core" 2069version = "1.0.228" 2070source = "registry+https://github.com/rust-lang/crates.io-index" 2071checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 2072dependencies = [ 2073 "serde_derive", 2074] 2075 2076[[package]] 2077name = "serde_derive" 2078version = "1.0.228" 2079source = "registry+https://github.com/rust-lang/crates.io-index" 2080checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 2081dependencies = [ 2082 "proc-macro2", 2083 "quote", 2084 "syn", 2085] 2086 2087[[package]] 2088name = "serde_json" 2089version = "1.0.149" 2090source = "registry+https://github.com/rust-lang/crates.io-index" 2091checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 2092dependencies = [ 2093 "itoa", 2094 "memchr", 2095 "serde", 2096 "serde_core", 2097 "zmij", 2098] 2099 2100[[package]] 2101name = "serde_path_to_error" 2102version = "0.1.20" 2103source = "registry+https://github.com/rust-lang/crates.io-index" 2104checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 2105dependencies = [ 2106 "itoa", 2107 "serde", 2108 "serde_core", 2109] 2110 2111[[package]] 2112name = "serde_urlencoded" 2113version = "0.7.1" 2114source = "registry+https://github.com/rust-lang/crates.io-index" 2115checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2116dependencies = [ 2117 "form_urlencoded", 2118 "itoa", 2119 "ryu", 2120 "serde", 2121] 2122 2123[[package]] 2124name = "sha1" 2125version = "0.10.6" 2126source = "registry+https://github.com/rust-lang/crates.io-index" 2127checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2128dependencies = [ 2129 "cfg-if", 2130 "cpufeatures", 2131 "digest", 2132] 2133 2134[[package]] 2135name = "sha1-checked" 2136version = "0.10.0" 2137source = "registry+https://github.com/rust-lang/crates.io-index" 2138checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423" 2139dependencies = [ 2140 "digest", 2141 "sha1", 2142] 2143 2144[[package]] 2145name = "shell-words" 2146version = "1.1.1" 2147source = "registry+https://github.com/rust-lang/crates.io-index" 2148checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77" 2149 2150[[package]] 2151name = "signal-hook" 2152version = "0.4.4" 2153source = "registry+https://github.com/rust-lang/crates.io-index" 2154checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d" 2155dependencies = [ 2156 "libc", 2157 "signal-hook-registry", 2158] 2159 2160[[package]] 2161name = "signal-hook-registry" 2162version = "1.4.8" 2163source = "registry+https://github.com/rust-lang/crates.io-index" 2164checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 2165dependencies = [ 2166 "errno", 2167 "libc", 2168] 2169 2170[[package]] 2171name = "slab" 2172version = "0.4.12" 2173source = "registry+https://github.com/rust-lang/crates.io-index" 2174checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 2175 2176[[package]] 2177name = "smallvec" 2178version = "1.15.1" 2179source = "registry+https://github.com/rust-lang/crates.io-index" 2180checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 2181 2182[[package]] 2183name = "socket2" 2184version = "0.6.3" 2185source = "registry+https://github.com/rust-lang/crates.io-index" 2186checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" 2187dependencies = [ 2188 "libc", 2189 "windows-sys", 2190] 2191 2192[[package]] 2193name = "stable_deref_trait" 2194version = "1.2.1" 2195source = "registry+https://github.com/rust-lang/crates.io-index" 2196checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 2197 2198[[package]] 2199name = "static_assertions" 2200version = "1.1.0" 2201source = "registry+https://github.com/rust-lang/crates.io-index" 2202checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2203 2204[[package]] 2205name = "strsim" 2206version = "0.11.1" 2207source = "registry+https://github.com/rust-lang/crates.io-index" 2208checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2209 2210[[package]] 2211name = "syn" 2212version = "2.0.117" 2213source = "registry+https://github.com/rust-lang/crates.io-index" 2214checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 2215dependencies = [ 2216 "proc-macro2", 2217 "quote", 2218 "unicode-ident", 2219] 2220 2221[[package]] 2222name = "sync_wrapper" 2223version = "1.0.2" 2224source = "registry+https://github.com/rust-lang/crates.io-index" 2225checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 2226 2227[[package]] 2228name = "temp_name" 2229version = "0.1.0" 2230dependencies = [ 2231 "askama", 2232 "askama_web", 2233 "axum", 2234 "clap", 2235 "gix", 2236 "jiff", 2237 "pulldown-cmark", 2238 "serde", 2239 "thiserror", 2240 "tokio", 2241] 2242 2243[[package]] 2244name = "tempfile" 2245version = "3.27.0" 2246source = "registry+https://github.com/rust-lang/crates.io-index" 2247checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" 2248dependencies = [ 2249 "fastrand", 2250 "getrandom", 2251 "once_cell", 2252 "rustix", 2253 "windows-sys", 2254] 2255 2256[[package]] 2257name = "thiserror" 2258version = "2.0.18" 2259source = "registry+https://github.com/rust-lang/crates.io-index" 2260checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 2261dependencies = [ 2262 "thiserror-impl", 2263] 2264 2265[[package]] 2266name = "thiserror-impl" 2267version = "2.0.18" 2268source = "registry+https://github.com/rust-lang/crates.io-index" 2269checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 2270dependencies = [ 2271 "proc-macro2", 2272 "quote", 2273 "syn", 2274] 2275 2276[[package]] 2277name = "tinyvec" 2278version = "1.11.0" 2279source = "registry+https://github.com/rust-lang/crates.io-index" 2280checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" 2281dependencies = [ 2282 "tinyvec_macros", 2283] 2284 2285[[package]] 2286name = "tinyvec_macros" 2287version = "0.1.1" 2288source = "registry+https://github.com/rust-lang/crates.io-index" 2289checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2290 2291[[package]] 2292name = "tokio" 2293version = "1.52.1" 2294source = "registry+https://github.com/rust-lang/crates.io-index" 2295checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" 2296dependencies = [ 2297 "libc", 2298 "mio", 2299 "pin-project-lite", 2300 "socket2", 2301 "tokio-macros", 2302 "windows-sys", 2303] 2304 2305[[package]] 2306name = "tokio-macros" 2307version = "2.7.0" 2308source = "registry+https://github.com/rust-lang/crates.io-index" 2309checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" 2310dependencies = [ 2311 "proc-macro2", 2312 "quote", 2313 "syn", 2314] 2315 2316[[package]] 2317name = "tower" 2318version = "0.5.3" 2319source = "registry+https://github.com/rust-lang/crates.io-index" 2320checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 2321dependencies = [ 2322 "futures-core", 2323 "futures-util", 2324 "pin-project-lite", 2325 "sync_wrapper", 2326 "tokio", 2327 "tower-layer", 2328 "tower-service", 2329 "tracing", 2330] 2331 2332[[package]] 2333name = "tower-layer" 2334version = "0.3.3" 2335source = "registry+https://github.com/rust-lang/crates.io-index" 2336checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 2337 2338[[package]] 2339name = "tower-service" 2340version = "0.3.3" 2341source = "registry+https://github.com/rust-lang/crates.io-index" 2342checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2343 2344[[package]] 2345name = "tracing" 2346version = "0.1.44" 2347source = "registry+https://github.com/rust-lang/crates.io-index" 2348checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 2349dependencies = [ 2350 "log", 2351 "pin-project-lite", 2352 "tracing-core", 2353] 2354 2355[[package]] 2356name = "tracing-core" 2357version = "0.1.36" 2358source = "registry+https://github.com/rust-lang/crates.io-index" 2359checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 2360dependencies = [ 2361 "once_cell", 2362] 2363 2364[[package]] 2365name = "typenum" 2366version = "1.20.0" 2367source = "registry+https://github.com/rust-lang/crates.io-index" 2368checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" 2369 2370[[package]] 2371name = "uluru" 2372version = "3.1.0" 2373source = "registry+https://github.com/rust-lang/crates.io-index" 2374checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da" 2375dependencies = [ 2376 "arrayvec", 2377] 2378 2379[[package]] 2380name = "unicase" 2381version = "2.9.0" 2382source = "registry+https://github.com/rust-lang/crates.io-index" 2383checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" 2384 2385[[package]] 2386name = "unicode-bom" 2387version = "2.0.3" 2388source = "registry+https://github.com/rust-lang/crates.io-index" 2389checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217" 2390 2391[[package]] 2392name = "unicode-ident" 2393version = "1.0.24" 2394source = "registry+https://github.com/rust-lang/crates.io-index" 2395checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 2396 2397[[package]] 2398name = "unicode-normalization" 2399version = "0.1.25" 2400source = "registry+https://github.com/rust-lang/crates.io-index" 2401checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" 2402dependencies = [ 2403 "tinyvec", 2404] 2405 2406[[package]] 2407name = "unicode-width" 2408version = "0.2.2" 2409source = "registry+https://github.com/rust-lang/crates.io-index" 2410checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 2411 2412[[package]] 2413name = "unicode-xid" 2414version = "0.2.6" 2415source = "registry+https://github.com/rust-lang/crates.io-index" 2416checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 2417 2418[[package]] 2419name = "utf8parse" 2420version = "0.2.2" 2421source = "registry+https://github.com/rust-lang/crates.io-index" 2422checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 2423 2424[[package]] 2425name = "version_check" 2426version = "0.9.5" 2427source = "registry+https://github.com/rust-lang/crates.io-index" 2428checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2429 2430[[package]] 2431name = "walkdir" 2432version = "2.5.0" 2433source = "registry+https://github.com/rust-lang/crates.io-index" 2434checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 2435dependencies = [ 2436 "same-file", 2437 "winapi-util", 2438] 2439 2440[[package]] 2441name = "wasi" 2442version = "0.11.1+wasi-snapshot-preview1" 2443source = "registry+https://github.com/rust-lang/crates.io-index" 2444checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 2445 2446[[package]] 2447name = "wasip2" 2448version = "1.0.3+wasi-0.2.9" 2449source = "registry+https://github.com/rust-lang/crates.io-index" 2450checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" 2451dependencies = [ 2452 "wit-bindgen 0.57.1", 2453] 2454 2455[[package]] 2456name = "wasip3" 2457version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 2458source = "registry+https://github.com/rust-lang/crates.io-index" 2459checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 2460dependencies = [ 2461 "wit-bindgen 0.51.0", 2462] 2463 2464[[package]] 2465name = "wasm-encoder" 2466version = "0.244.0" 2467source = "registry+https://github.com/rust-lang/crates.io-index" 2468checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 2469dependencies = [ 2470 "leb128fmt", 2471 "wasmparser", 2472] 2473 2474[[package]] 2475name = "wasm-metadata" 2476version = "0.244.0" 2477source = "registry+https://github.com/rust-lang/crates.io-index" 2478checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 2479dependencies = [ 2480 "anyhow", 2481 "indexmap", 2482 "wasm-encoder", 2483 "wasmparser", 2484] 2485 2486[[package]] 2487name = "wasmparser" 2488version = "0.244.0" 2489source = "registry+https://github.com/rust-lang/crates.io-index" 2490checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 2491dependencies = [ 2492 "bitflags", 2493 "hashbrown 0.15.5", 2494 "indexmap", 2495 "semver", 2496] 2497 2498[[package]] 2499name = "winapi" 2500version = "0.3.9" 2501source = "registry+https://github.com/rust-lang/crates.io-index" 2502checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2503dependencies = [ 2504 "winapi-i686-pc-windows-gnu", 2505 "winapi-x86_64-pc-windows-gnu", 2506] 2507 2508[[package]] 2509name = "winapi-i686-pc-windows-gnu" 2510version = "0.4.0" 2511source = "registry+https://github.com/rust-lang/crates.io-index" 2512checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2513 2514[[package]] 2515name = "winapi-util" 2516version = "0.1.11" 2517source = "registry+https://github.com/rust-lang/crates.io-index" 2518checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 2519dependencies = [ 2520 "windows-sys", 2521] 2522 2523[[package]] 2524name = "winapi-x86_64-pc-windows-gnu" 2525version = "0.4.0" 2526source = "registry+https://github.com/rust-lang/crates.io-index" 2527checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2528 2529[[package]] 2530name = "windows-link" 2531version = "0.2.1" 2532source = "registry+https://github.com/rust-lang/crates.io-index" 2533checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 2534 2535[[package]] 2536name = "windows-sys" 2537version = "0.61.2" 2538source = "registry+https://github.com/rust-lang/crates.io-index" 2539checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 2540dependencies = [ 2541 "windows-link", 2542] 2543 2544[[package]] 2545name = "winnow" 2546version = "0.7.15" 2547source = "registry+https://github.com/rust-lang/crates.io-index" 2548checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" 2549dependencies = [ 2550 "memchr", 2551] 2552 2553[[package]] 2554name = "winnow" 2555version = "1.0.1" 2556source = "registry+https://github.com/rust-lang/crates.io-index" 2557checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5" 2558dependencies = [ 2559 "memchr", 2560] 2561 2562[[package]] 2563name = "wit-bindgen" 2564version = "0.51.0" 2565source = "registry+https://github.com/rust-lang/crates.io-index" 2566checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 2567dependencies = [ 2568 "wit-bindgen-rust-macro", 2569] 2570 2571[[package]] 2572name = "wit-bindgen" 2573version = "0.57.1" 2574source = "registry+https://github.com/rust-lang/crates.io-index" 2575checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" 2576 2577[[package]] 2578name = "wit-bindgen-core" 2579version = "0.51.0" 2580source = "registry+https://github.com/rust-lang/crates.io-index" 2581checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 2582dependencies = [ 2583 "anyhow", 2584 "heck", 2585 "wit-parser", 2586] 2587 2588[[package]] 2589name = "wit-bindgen-rust" 2590version = "0.51.0" 2591source = "registry+https://github.com/rust-lang/crates.io-index" 2592checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 2593dependencies = [ 2594 "anyhow", 2595 "heck", 2596 "indexmap", 2597 "prettyplease", 2598 "syn", 2599 "wasm-metadata", 2600 "wit-bindgen-core", 2601 "wit-component", 2602] 2603 2604[[package]] 2605name = "wit-bindgen-rust-macro" 2606version = "0.51.0" 2607source = "registry+https://github.com/rust-lang/crates.io-index" 2608checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 2609dependencies = [ 2610 "anyhow", 2611 "prettyplease", 2612 "proc-macro2", 2613 "quote", 2614 "syn", 2615 "wit-bindgen-core", 2616 "wit-bindgen-rust", 2617] 2618 2619[[package]] 2620name = "wit-component" 2621version = "0.244.0" 2622source = "registry+https://github.com/rust-lang/crates.io-index" 2623checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 2624dependencies = [ 2625 "anyhow", 2626 "bitflags", 2627 "indexmap", 2628 "log", 2629 "serde", 2630 "serde_derive", 2631 "serde_json", 2632 "wasm-encoder", 2633 "wasm-metadata", 2634 "wasmparser", 2635 "wit-parser", 2636] 2637 2638[[package]] 2639name = "wit-parser" 2640version = "0.244.0" 2641source = "registry+https://github.com/rust-lang/crates.io-index" 2642checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 2643dependencies = [ 2644 "anyhow", 2645 "id-arena", 2646 "indexmap", 2647 "log", 2648 "semver", 2649 "serde", 2650 "serde_derive", 2651 "serde_json", 2652 "unicode-xid", 2653 "wasmparser", 2654] 2655 2656[[package]] 2657name = "zlib-rs" 2658version = "0.6.3" 2659source = "registry+https://github.com/rust-lang/crates.io-index" 2660checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513" 2661 2662[[package]] 2663name = "zmij" 2664version = "1.0.21" 2665source = "registry+https://github.com/rust-lang/crates.io-index" 2666checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"