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