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