WIP: List the most recent change to each top-level entry in a git tree
at main 46 kB view raw
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 = "anstream" 13version = "0.6.21" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 16dependencies = [ 17 "anstyle", 18 "anstyle-parse", 19 "anstyle-query", 20 "anstyle-wincon", 21 "colorchoice", 22 "is_terminal_polyfill", 23 "utf8parse", 24] 25 26[[package]] 27name = "anstyle" 28version = "1.0.13" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 31 32[[package]] 33name = "anstyle-parse" 34version = "0.2.7" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 37dependencies = [ 38 "utf8parse", 39] 40 41[[package]] 42name = "anstyle-query" 43version = "1.1.4" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 46dependencies = [ 47 "windows-sys 0.60.2", 48] 49 50[[package]] 51name = "anstyle-wincon" 52version = "3.0.10" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 55dependencies = [ 56 "anstyle", 57 "once_cell_polyfill", 58 "windows-sys 0.60.2", 59] 60 61[[package]] 62name = "anyhow" 63version = "1.0.100" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 66 67[[package]] 68name = "arc-swap" 69version = "1.7.1" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 72 73[[package]] 74name = "arrayvec" 75version = "0.7.6" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 78 79[[package]] 80name = "bitflags" 81version = "2.9.4" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" 84 85[[package]] 86name = "block-buffer" 87version = "0.10.4" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 90dependencies = [ 91 "generic-array", 92] 93 94[[package]] 95name = "bstr" 96version = "1.12.0" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4" 99dependencies = [ 100 "memchr", 101 "regex-automata", 102 "serde", 103] 104 105[[package]] 106name = "byteorder" 107version = "1.5.0" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 110 111[[package]] 112name = "cfg-if" 113version = "1.0.3" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 116 117[[package]] 118name = "clap" 119version = "4.5.48" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae" 122dependencies = [ 123 "clap_builder", 124 "clap_derive", 125] 126 127[[package]] 128name = "clap_builder" 129version = "4.5.48" 130source = "registry+https://github.com/rust-lang/crates.io-index" 131checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9" 132dependencies = [ 133 "anstream", 134 "anstyle", 135 "clap_lex", 136 "strsim", 137] 138 139[[package]] 140name = "clap_derive" 141version = "4.5.47" 142source = "registry+https://github.com/rust-lang/crates.io-index" 143checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c" 144dependencies = [ 145 "heck", 146 "proc-macro2", 147 "quote", 148 "syn", 149] 150 151[[package]] 152name = "clap_lex" 153version = "0.7.5" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" 156 157[[package]] 158name = "clru" 159version = "0.6.2" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59" 162 163[[package]] 164name = "colorchoice" 165version = "1.0.4" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 168 169[[package]] 170name = "cpufeatures" 171version = "0.2.17" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 174dependencies = [ 175 "libc", 176] 177 178[[package]] 179name = "crc32fast" 180version = "1.5.0" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 183dependencies = [ 184 "cfg-if", 185] 186 187[[package]] 188name = "crossbeam-channel" 189version = "0.5.15" 190source = "registry+https://github.com/rust-lang/crates.io-index" 191checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 192dependencies = [ 193 "crossbeam-utils", 194] 195 196[[package]] 197name = "crossbeam-utils" 198version = "0.8.21" 199source = "registry+https://github.com/rust-lang/crates.io-index" 200checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 201 202[[package]] 203name = "crypto-common" 204version = "0.1.6" 205source = "registry+https://github.com/rust-lang/crates.io-index" 206checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 207dependencies = [ 208 "generic-array", 209 "typenum", 210] 211 212[[package]] 213name = "deranged" 214version = "0.5.4" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071" 217dependencies = [ 218 "powerfmt", 219] 220 221[[package]] 222name = "digest" 223version = "0.10.7" 224source = "registry+https://github.com/rust-lang/crates.io-index" 225checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 226dependencies = [ 227 "block-buffer", 228 "crypto-common", 229] 230 231[[package]] 232name = "displaydoc" 233version = "0.2.5" 234source = "registry+https://github.com/rust-lang/crates.io-index" 235checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 236dependencies = [ 237 "proc-macro2", 238 "quote", 239 "syn", 240] 241 242[[package]] 243name = "dunce" 244version = "1.0.5" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 247 248[[package]] 249name = "errno" 250version = "0.3.14" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 253dependencies = [ 254 "libc", 255 "windows-sys 0.61.2", 256] 257 258[[package]] 259name = "faster-hex" 260version = "0.10.0" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73" 263dependencies = [ 264 "heapless", 265 "serde", 266] 267 268[[package]] 269name = "fastrand" 270version = "2.3.0" 271source = "registry+https://github.com/rust-lang/crates.io-index" 272checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 273 274[[package]] 275name = "flate2" 276version = "1.1.4" 277source = "registry+https://github.com/rust-lang/crates.io-index" 278checksum = "dc5a4e564e38c699f2880d3fda590bedc2e69f3f84cd48b457bd892ce61d0aa9" 279dependencies = [ 280 "crc32fast", 281 "libz-rs-sys", 282 "miniz_oxide", 283] 284 285[[package]] 286name = "form_urlencoded" 287version = "1.2.2" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 290dependencies = [ 291 "percent-encoding", 292] 293 294[[package]] 295name = "generic-array" 296version = "0.14.7" 297source = "registry+https://github.com/rust-lang/crates.io-index" 298checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 299dependencies = [ 300 "typenum", 301 "version_check", 302] 303 304[[package]] 305name = "getrandom" 306version = "0.3.3" 307source = "registry+https://github.com/rust-lang/crates.io-index" 308checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 309dependencies = [ 310 "cfg-if", 311 "libc", 312 "r-efi", 313 "wasi", 314] 315 316[[package]] 317name = "gix" 318version = "0.73.0" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "514c29cc879bdc0286b0cbc205585a49b252809eb86c69df4ce4f855ee75f635" 321dependencies = [ 322 "gix-actor", 323 "gix-commitgraph", 324 "gix-config", 325 "gix-date", 326 "gix-diff", 327 "gix-discover", 328 "gix-features", 329 "gix-fs", 330 "gix-glob", 331 "gix-hash", 332 "gix-hashtable", 333 "gix-lock", 334 "gix-object", 335 "gix-odb", 336 "gix-pack", 337 "gix-path", 338 "gix-protocol", 339 "gix-ref", 340 "gix-refspec", 341 "gix-revision", 342 "gix-revwalk", 343 "gix-sec", 344 "gix-shallow", 345 "gix-tempfile", 346 "gix-trace", 347 "gix-traverse", 348 "gix-url", 349 "gix-utils", 350 "gix-validate", 351 "once_cell", 352 "smallvec", 353 "thiserror", 354] 355 356[[package]] 357name = "gix-actor" 358version = "0.35.4" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "2d36dcf9efe32b51b12dfa33cedff8414926124e760a32f9e7a6b5580d280967" 361dependencies = [ 362 "bstr", 363 "gix-date", 364 "gix-utils", 365 "itoa", 366 "thiserror", 367 "winnow", 368] 369 370[[package]] 371name = "gix-chunk" 372version = "0.4.11" 373source = "registry+https://github.com/rust-lang/crates.io-index" 374checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f" 375dependencies = [ 376 "thiserror", 377] 378 379[[package]] 380name = "gix-command" 381version = "0.6.2" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "6b31b65ca48a352ae86312b27a514a0c661935f96b481ac8b4371f65815eb196" 384dependencies = [ 385 "bstr", 386 "gix-path", 387 "gix-quote", 388 "gix-trace", 389 "shell-words", 390] 391 392[[package]] 393name = "gix-commitgraph" 394version = "0.29.0" 395source = "registry+https://github.com/rust-lang/crates.io-index" 396checksum = "6bb23121e952f43a5b07e3e80890336cb847297467a410475036242732980d06" 397dependencies = [ 398 "bstr", 399 "gix-chunk", 400 "gix-hash", 401 "memmap2", 402 "thiserror", 403] 404 405[[package]] 406name = "gix-config" 407version = "0.46.0" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "5dfb898c5b695fd4acfc3c0ab638525a65545d47706064dcf7b5ead6cdb136c0" 410dependencies = [ 411 "bstr", 412 "gix-config-value", 413 "gix-features", 414 "gix-glob", 415 "gix-path", 416 "gix-ref", 417 "gix-sec", 418 "memchr", 419 "once_cell", 420 "smallvec", 421 "thiserror", 422 "unicode-bom", 423 "winnow", 424] 425 426[[package]] 427name = "gix-config-value" 428version = "0.15.1" 429source = "registry+https://github.com/rust-lang/crates.io-index" 430checksum = "9f012703eb67e263c6c1fc96649fec47694dd3e5d2a91abfc65e4a6a6dc85309" 431dependencies = [ 432 "bitflags", 433 "bstr", 434 "gix-path", 435 "libc", 436 "thiserror", 437] 438 439[[package]] 440name = "gix-date" 441version = "0.10.5" 442source = "registry+https://github.com/rust-lang/crates.io-index" 443checksum = "996b6b90bafb287330af92b274c3e64309dc78359221d8612d11cd10c8b9fe1c" 444dependencies = [ 445 "bstr", 446 "itoa", 447 "jiff", 448 "smallvec", 449 "thiserror", 450] 451 452[[package]] 453name = "gix-diff" 454version = "0.53.0" 455source = "registry+https://github.com/rust-lang/crates.io-index" 456checksum = "de854852010d44a317f30c92d67a983e691c9478c8a3fb4117c1f48626bcdea8" 457dependencies = [ 458 "bstr", 459 "gix-hash", 460 "gix-object", 461 "thiserror", 462] 463 464[[package]] 465name = "gix-discover" 466version = "0.41.0" 467source = "registry+https://github.com/rust-lang/crates.io-index" 468checksum = "ffb180c91ca1a2cf53e828bb63d8d8f8fa7526f49b83b33d7f46cbeb5d79d30a" 469dependencies = [ 470 "bstr", 471 "dunce", 472 "gix-fs", 473 "gix-hash", 474 "gix-path", 475 "gix-ref", 476 "gix-sec", 477 "thiserror", 478] 479 480[[package]] 481name = "gix-features" 482version = "0.43.1" 483source = "registry+https://github.com/rust-lang/crates.io-index" 484checksum = "cd1543cd9b8abcbcebaa1a666a5c168ee2cda4dea50d3961ee0e6d1c42f81e5b" 485dependencies = [ 486 "crc32fast", 487 "crossbeam-channel", 488 "flate2", 489 "gix-path", 490 "gix-trace", 491 "gix-utils", 492 "libc", 493 "once_cell", 494 "parking_lot", 495 "prodash", 496 "thiserror", 497 "walkdir", 498] 499 500[[package]] 501name = "gix-fs" 502version = "0.16.1" 503source = "registry+https://github.com/rust-lang/crates.io-index" 504checksum = "9a4d90307d064fa7230e0f87b03231be28f8ba63b913fc15346f489519d0c304" 505dependencies = [ 506 "bstr", 507 "fastrand", 508 "gix-features", 509 "gix-path", 510 "gix-utils", 511 "thiserror", 512] 513 514[[package]] 515name = "gix-glob" 516version = "0.21.0" 517source = "registry+https://github.com/rust-lang/crates.io-index" 518checksum = "b947db8366823e7a750c254f6bb29e27e17f27e457bf336ba79b32423db62cd5" 519dependencies = [ 520 "bitflags", 521 "bstr", 522 "gix-features", 523 "gix-path", 524] 525 526[[package]] 527name = "gix-hash" 528version = "0.19.0" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "251fad79796a731a2a7664d9ea95ee29a9e99474de2769e152238d4fdb69d50e" 531dependencies = [ 532 "faster-hex", 533 "gix-features", 534 "sha1-checked", 535 "thiserror", 536] 537 538[[package]] 539name = "gix-hashtable" 540version = "0.9.0" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "c35300b54896153e55d53f4180460931ccd69b7e8d2f6b9d6401122cdedc4f07" 543dependencies = [ 544 "gix-hash", 545 "hashbrown", 546 "parking_lot", 547] 548 549[[package]] 550name = "gix-lock" 551version = "18.0.0" 552source = "registry+https://github.com/rust-lang/crates.io-index" 553checksum = "b9fa71da90365668a621e184eb5b979904471af1b3b09b943a84bc50e8ad42ed" 554dependencies = [ 555 "gix-tempfile", 556 "gix-utils", 557 "thiserror", 558] 559 560[[package]] 561name = "gix-object" 562version = "0.50.2" 563source = "registry+https://github.com/rust-lang/crates.io-index" 564checksum = "d69ce108ab67b65fbd4fb7e1331502429d78baeb2eee10008bdef55765397c07" 565dependencies = [ 566 "bstr", 567 "gix-actor", 568 "gix-date", 569 "gix-features", 570 "gix-hash", 571 "gix-hashtable", 572 "gix-path", 573 "gix-utils", 574 "gix-validate", 575 "itoa", 576 "smallvec", 577 "thiserror", 578 "winnow", 579] 580 581[[package]] 582name = "gix-odb" 583version = "0.70.0" 584source = "registry+https://github.com/rust-lang/crates.io-index" 585checksum = "9c9d7af10fda9df0bb4f7f9bd507963560b3c66cb15a5b825caf752e0eb109ac" 586dependencies = [ 587 "arc-swap", 588 "gix-date", 589 "gix-features", 590 "gix-fs", 591 "gix-hash", 592 "gix-hashtable", 593 "gix-object", 594 "gix-pack", 595 "gix-path", 596 "gix-quote", 597 "parking_lot", 598 "tempfile", 599 "thiserror", 600] 601 602[[package]] 603name = "gix-pack" 604version = "0.60.0" 605source = "registry+https://github.com/rust-lang/crates.io-index" 606checksum = "d8571df89bfca5abb49c3e3372393f7af7e6f8b8dbe2b96303593cef5b263019" 607dependencies = [ 608 "clru", 609 "gix-chunk", 610 "gix-features", 611 "gix-hash", 612 "gix-hashtable", 613 "gix-object", 614 "gix-path", 615 "memmap2", 616 "smallvec", 617 "thiserror", 618 "uluru", 619] 620 621[[package]] 622name = "gix-packetline" 623version = "0.19.1" 624source = "registry+https://github.com/rust-lang/crates.io-index" 625checksum = "2592fbd36249a2fea11056f7055cc376301ef38d903d157de41998335bbf1f93" 626dependencies = [ 627 "bstr", 628 "faster-hex", 629 "gix-trace", 630 "thiserror", 631] 632 633[[package]] 634name = "gix-path" 635version = "0.10.20" 636source = "registry+https://github.com/rust-lang/crates.io-index" 637checksum = "06d37034a4c67bbdda76f7bcd037b2f7bc0fba0c09a6662b19697a5716e7b2fd" 638dependencies = [ 639 "bstr", 640 "gix-trace", 641 "gix-validate", 642 "home", 643 "once_cell", 644 "thiserror", 645] 646 647[[package]] 648name = "gix-protocol" 649version = "0.51.0" 650source = "registry+https://github.com/rust-lang/crates.io-index" 651checksum = "12b4b807c47ffcf7c1e5b8119585368a56449f3493da93b931e1d4239364e922" 652dependencies = [ 653 "bstr", 654 "gix-date", 655 "gix-features", 656 "gix-hash", 657 "gix-ref", 658 "gix-shallow", 659 "gix-transport", 660 "gix-utils", 661 "maybe-async", 662 "thiserror", 663 "winnow", 664] 665 666[[package]] 667name = "gix-quote" 668version = "0.6.0" 669source = "registry+https://github.com/rust-lang/crates.io-index" 670checksum = "4a375a75b4d663e8bafe3bf4940a18a23755644c13582fa326e99f8f987d83fd" 671dependencies = [ 672 "bstr", 673 "gix-utils", 674 "thiserror", 675] 676 677[[package]] 678name = "gix-ref" 679version = "0.53.1" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "b966f578079a42f4a51413b17bce476544cca1cf605753466669082f94721758" 682dependencies = [ 683 "gix-actor", 684 "gix-features", 685 "gix-fs", 686 "gix-hash", 687 "gix-lock", 688 "gix-object", 689 "gix-path", 690 "gix-tempfile", 691 "gix-utils", 692 "gix-validate", 693 "memmap2", 694 "thiserror", 695 "winnow", 696] 697 698[[package]] 699name = "gix-refspec" 700version = "0.31.0" 701source = "registry+https://github.com/rust-lang/crates.io-index" 702checksum = "7d29cae1ae31108826e7156a5e60bffacab405f4413f5bc0375e19772cce0055" 703dependencies = [ 704 "bstr", 705 "gix-hash", 706 "gix-revision", 707 "gix-validate", 708 "smallvec", 709 "thiserror", 710] 711 712[[package]] 713name = "gix-revision" 714version = "0.35.0" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "f651f2b1742f760bb8161d6743229206e962b73d9c33c41f4e4aefa6586cbd3d" 717dependencies = [ 718 "bstr", 719 "gix-commitgraph", 720 "gix-date", 721 "gix-hash", 722 "gix-object", 723 "gix-revwalk", 724 "thiserror", 725] 726 727[[package]] 728name = "gix-revwalk" 729version = "0.21.0" 730source = "registry+https://github.com/rust-lang/crates.io-index" 731checksum = "06e74f91709729e099af6721bd0fa7d62f243f2005085152301ca5cdd86ec02c" 732dependencies = [ 733 "gix-commitgraph", 734 "gix-date", 735 "gix-hash", 736 "gix-hashtable", 737 "gix-object", 738 "smallvec", 739 "thiserror", 740] 741 742[[package]] 743name = "gix-sec" 744version = "0.12.0" 745source = "registry+https://github.com/rust-lang/crates.io-index" 746checksum = "09f7053ed7c66633b56c57bc6ed3377be3166eaf3dc2df9f1c5ec446df6fdf2c" 747dependencies = [ 748 "bitflags", 749 "gix-path", 750 "libc", 751 "windows-sys 0.59.0", 752] 753 754[[package]] 755name = "gix-shallow" 756version = "0.5.0" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "d936745103243ae4c510f19e0760ce73fb0f08096588fdbe0f0d7fb7ce8944b7" 759dependencies = [ 760 "bstr", 761 "gix-hash", 762 "gix-lock", 763 "thiserror", 764] 765 766[[package]] 767name = "gix-tempfile" 768version = "18.0.0" 769source = "registry+https://github.com/rust-lang/crates.io-index" 770checksum = "666c0041bcdedf5fa05e9bef663c897debab24b7dc1741605742412d1d47da57" 771dependencies = [ 772 "gix-fs", 773 "libc", 774 "once_cell", 775 "parking_lot", 776 "tempfile", 777] 778 779[[package]] 780name = "gix-trace" 781version = "0.1.13" 782source = "registry+https://github.com/rust-lang/crates.io-index" 783checksum = "e2ccaf54b0b1743a695b482ca0ab9d7603744d8d10b2e5d1a332fef337bee658" 784 785[[package]] 786name = "gix-transport" 787version = "0.48.0" 788source = "registry+https://github.com/rust-lang/crates.io-index" 789checksum = "12f7cc0179fc89d53c54e1f9ce51229494864ab4bf136132d69db1b011741ca3" 790dependencies = [ 791 "bstr", 792 "gix-command", 793 "gix-features", 794 "gix-packetline", 795 "gix-quote", 796 "gix-sec", 797 "gix-url", 798 "thiserror", 799] 800 801[[package]] 802name = "gix-traverse" 803version = "0.47.0" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "c7cdc82509d792ba0ad815f86f6b469c7afe10f94362e96c4494525a6601bdd5" 806dependencies = [ 807 "bitflags", 808 "gix-commitgraph", 809 "gix-date", 810 "gix-hash", 811 "gix-hashtable", 812 "gix-object", 813 "gix-revwalk", 814 "smallvec", 815 "thiserror", 816] 817 818[[package]] 819name = "gix-url" 820version = "0.32.0" 821source = "registry+https://github.com/rust-lang/crates.io-index" 822checksum = "1b76a9d266254ad287ffd44467cd88e7868799b08f4d52e02d942b93e514d16f" 823dependencies = [ 824 "bstr", 825 "gix-features", 826 "gix-path", 827 "percent-encoding", 828 "thiserror", 829 "url", 830] 831 832[[package]] 833name = "gix-utils" 834version = "0.3.0" 835source = "registry+https://github.com/rust-lang/crates.io-index" 836checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5" 837dependencies = [ 838 "fastrand", 839 "unicode-normalization", 840] 841 842[[package]] 843name = "gix-validate" 844version = "0.10.0" 845source = "registry+https://github.com/rust-lang/crates.io-index" 846checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d" 847dependencies = [ 848 "bstr", 849 "thiserror", 850] 851 852[[package]] 853name = "glc" 854version = "0.1.0" 855dependencies = [ 856 "anyhow", 857 "clap", 858 "gix", 859 "time", 860] 861 862[[package]] 863name = "hash32" 864version = "0.3.1" 865source = "registry+https://github.com/rust-lang/crates.io-index" 866checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606" 867dependencies = [ 868 "byteorder", 869] 870 871[[package]] 872name = "hashbrown" 873version = "0.15.5" 874source = "registry+https://github.com/rust-lang/crates.io-index" 875checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 876 877[[package]] 878name = "heapless" 879version = "0.8.0" 880source = "registry+https://github.com/rust-lang/crates.io-index" 881checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" 882dependencies = [ 883 "hash32", 884 "stable_deref_trait", 885] 886 887[[package]] 888name = "heck" 889version = "0.5.0" 890source = "registry+https://github.com/rust-lang/crates.io-index" 891checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 892 893[[package]] 894name = "home" 895version = "0.5.11" 896source = "registry+https://github.com/rust-lang/crates.io-index" 897checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" 898dependencies = [ 899 "windows-sys 0.59.0", 900] 901 902[[package]] 903name = "icu_collections" 904version = "2.0.0" 905source = "registry+https://github.com/rust-lang/crates.io-index" 906checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 907dependencies = [ 908 "displaydoc", 909 "potential_utf", 910 "yoke", 911 "zerofrom", 912 "zerovec", 913] 914 915[[package]] 916name = "icu_locale_core" 917version = "2.0.0" 918source = "registry+https://github.com/rust-lang/crates.io-index" 919checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 920dependencies = [ 921 "displaydoc", 922 "litemap", 923 "tinystr", 924 "writeable", 925 "zerovec", 926] 927 928[[package]] 929name = "icu_normalizer" 930version = "2.0.0" 931source = "registry+https://github.com/rust-lang/crates.io-index" 932checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 933dependencies = [ 934 "displaydoc", 935 "icu_collections", 936 "icu_normalizer_data", 937 "icu_properties", 938 "icu_provider", 939 "smallvec", 940 "zerovec", 941] 942 943[[package]] 944name = "icu_normalizer_data" 945version = "2.0.0" 946source = "registry+https://github.com/rust-lang/crates.io-index" 947checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 948 949[[package]] 950name = "icu_properties" 951version = "2.0.1" 952source = "registry+https://github.com/rust-lang/crates.io-index" 953checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 954dependencies = [ 955 "displaydoc", 956 "icu_collections", 957 "icu_locale_core", 958 "icu_properties_data", 959 "icu_provider", 960 "potential_utf", 961 "zerotrie", 962 "zerovec", 963] 964 965[[package]] 966name = "icu_properties_data" 967version = "2.0.1" 968source = "registry+https://github.com/rust-lang/crates.io-index" 969checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 970 971[[package]] 972name = "icu_provider" 973version = "2.0.0" 974source = "registry+https://github.com/rust-lang/crates.io-index" 975checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 976dependencies = [ 977 "displaydoc", 978 "icu_locale_core", 979 "stable_deref_trait", 980 "tinystr", 981 "writeable", 982 "yoke", 983 "zerofrom", 984 "zerotrie", 985 "zerovec", 986] 987 988[[package]] 989name = "idna" 990version = "1.1.0" 991source = "registry+https://github.com/rust-lang/crates.io-index" 992checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 993dependencies = [ 994 "idna_adapter", 995 "smallvec", 996 "utf8_iter", 997] 998 999[[package]] 1000name = "idna_adapter" 1001version = "1.2.1" 1002source = "registry+https://github.com/rust-lang/crates.io-index" 1003checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1004dependencies = [ 1005 "icu_normalizer", 1006 "icu_properties", 1007] 1008 1009[[package]] 1010name = "is_terminal_polyfill" 1011version = "1.70.1" 1012source = "registry+https://github.com/rust-lang/crates.io-index" 1013checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 1014 1015[[package]] 1016name = "itoa" 1017version = "1.0.15" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1020 1021[[package]] 1022name = "jiff" 1023version = "0.2.15" 1024source = "registry+https://github.com/rust-lang/crates.io-index" 1025checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49" 1026dependencies = [ 1027 "jiff-static", 1028 "jiff-tzdb-platform", 1029 "log", 1030 "portable-atomic", 1031 "portable-atomic-util", 1032 "serde", 1033 "windows-sys 0.59.0", 1034] 1035 1036[[package]] 1037name = "jiff-static" 1038version = "0.2.15" 1039source = "registry+https://github.com/rust-lang/crates.io-index" 1040checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4" 1041dependencies = [ 1042 "proc-macro2", 1043 "quote", 1044 "syn", 1045] 1046 1047[[package]] 1048name = "jiff-tzdb" 1049version = "0.1.4" 1050source = "registry+https://github.com/rust-lang/crates.io-index" 1051checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524" 1052 1053[[package]] 1054name = "jiff-tzdb-platform" 1055version = "0.1.3" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8" 1058dependencies = [ 1059 "jiff-tzdb", 1060] 1061 1062[[package]] 1063name = "libc" 1064version = "0.2.177" 1065source = "registry+https://github.com/rust-lang/crates.io-index" 1066checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 1067 1068[[package]] 1069name = "libz-rs-sys" 1070version = "0.5.2" 1071source = "registry+https://github.com/rust-lang/crates.io-index" 1072checksum = "840db8cf39d9ec4dd794376f38acc40d0fc65eec2a8f484f7fd375b84602becd" 1073dependencies = [ 1074 "zlib-rs", 1075] 1076 1077[[package]] 1078name = "linux-raw-sys" 1079version = "0.11.0" 1080source = "registry+https://github.com/rust-lang/crates.io-index" 1081checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 1082 1083[[package]] 1084name = "litemap" 1085version = "0.8.0" 1086source = "registry+https://github.com/rust-lang/crates.io-index" 1087checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 1088 1089[[package]] 1090name = "lock_api" 1091version = "0.4.14" 1092source = "registry+https://github.com/rust-lang/crates.io-index" 1093checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1094dependencies = [ 1095 "scopeguard", 1096] 1097 1098[[package]] 1099name = "log" 1100version = "0.4.28" 1101source = "registry+https://github.com/rust-lang/crates.io-index" 1102checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 1103 1104[[package]] 1105name = "maybe-async" 1106version = "0.2.10" 1107source = "registry+https://github.com/rust-lang/crates.io-index" 1108checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11" 1109dependencies = [ 1110 "proc-macro2", 1111 "quote", 1112 "syn", 1113] 1114 1115[[package]] 1116name = "memchr" 1117version = "2.7.6" 1118source = "registry+https://github.com/rust-lang/crates.io-index" 1119checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 1120 1121[[package]] 1122name = "memmap2" 1123version = "0.9.8" 1124source = "registry+https://github.com/rust-lang/crates.io-index" 1125checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7" 1126dependencies = [ 1127 "libc", 1128] 1129 1130[[package]] 1131name = "miniz_oxide" 1132version = "0.8.9" 1133source = "registry+https://github.com/rust-lang/crates.io-index" 1134checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1135dependencies = [ 1136 "adler2", 1137 "simd-adler32", 1138] 1139 1140[[package]] 1141name = "num-conv" 1142version = "0.1.0" 1143source = "registry+https://github.com/rust-lang/crates.io-index" 1144checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1145 1146[[package]] 1147name = "once_cell" 1148version = "1.21.3" 1149source = "registry+https://github.com/rust-lang/crates.io-index" 1150checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1151 1152[[package]] 1153name = "once_cell_polyfill" 1154version = "1.70.1" 1155source = "registry+https://github.com/rust-lang/crates.io-index" 1156checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 1157 1158[[package]] 1159name = "parking_lot" 1160version = "0.12.5" 1161source = "registry+https://github.com/rust-lang/crates.io-index" 1162checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1163dependencies = [ 1164 "lock_api", 1165 "parking_lot_core", 1166] 1167 1168[[package]] 1169name = "parking_lot_core" 1170version = "0.9.12" 1171source = "registry+https://github.com/rust-lang/crates.io-index" 1172checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 1173dependencies = [ 1174 "cfg-if", 1175 "libc", 1176 "redox_syscall", 1177 "smallvec", 1178 "windows-link", 1179] 1180 1181[[package]] 1182name = "percent-encoding" 1183version = "2.3.2" 1184source = "registry+https://github.com/rust-lang/crates.io-index" 1185checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1186 1187[[package]] 1188name = "portable-atomic" 1189version = "1.11.1" 1190source = "registry+https://github.com/rust-lang/crates.io-index" 1191checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 1192 1193[[package]] 1194name = "portable-atomic-util" 1195version = "0.2.4" 1196source = "registry+https://github.com/rust-lang/crates.io-index" 1197checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" 1198dependencies = [ 1199 "portable-atomic", 1200] 1201 1202[[package]] 1203name = "potential_utf" 1204version = "0.1.3" 1205source = "registry+https://github.com/rust-lang/crates.io-index" 1206checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" 1207dependencies = [ 1208 "zerovec", 1209] 1210 1211[[package]] 1212name = "powerfmt" 1213version = "0.2.0" 1214source = "registry+https://github.com/rust-lang/crates.io-index" 1215checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1216 1217[[package]] 1218name = "proc-macro2" 1219version = "1.0.101" 1220source = "registry+https://github.com/rust-lang/crates.io-index" 1221checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 1222dependencies = [ 1223 "unicode-ident", 1224] 1225 1226[[package]] 1227name = "prodash" 1228version = "30.0.1" 1229source = "registry+https://github.com/rust-lang/crates.io-index" 1230checksum = "5a6efc566849d3d9d737c5cb06cc50e48950ebe3d3f9d70631490fff3a07b139" 1231dependencies = [ 1232 "parking_lot", 1233] 1234 1235[[package]] 1236name = "quote" 1237version = "1.0.41" 1238source = "registry+https://github.com/rust-lang/crates.io-index" 1239checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" 1240dependencies = [ 1241 "proc-macro2", 1242] 1243 1244[[package]] 1245name = "r-efi" 1246version = "5.3.0" 1247source = "registry+https://github.com/rust-lang/crates.io-index" 1248checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1249 1250[[package]] 1251name = "redox_syscall" 1252version = "0.5.18" 1253source = "registry+https://github.com/rust-lang/crates.io-index" 1254checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1255dependencies = [ 1256 "bitflags", 1257] 1258 1259[[package]] 1260name = "regex-automata" 1261version = "0.4.12" 1262source = "registry+https://github.com/rust-lang/crates.io-index" 1263checksum = "722166aa0d7438abbaa4d5cc2c649dac844e8c56d82fb3d33e9c34b5cd268fc6" 1264 1265[[package]] 1266name = "rustix" 1267version = "1.1.2" 1268source = "registry+https://github.com/rust-lang/crates.io-index" 1269checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 1270dependencies = [ 1271 "bitflags", 1272 "errno", 1273 "libc", 1274 "linux-raw-sys", 1275 "windows-sys 0.61.2", 1276] 1277 1278[[package]] 1279name = "same-file" 1280version = "1.0.6" 1281source = "registry+https://github.com/rust-lang/crates.io-index" 1282checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1283dependencies = [ 1284 "winapi-util", 1285] 1286 1287[[package]] 1288name = "scopeguard" 1289version = "1.2.0" 1290source = "registry+https://github.com/rust-lang/crates.io-index" 1291checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1292 1293[[package]] 1294name = "serde" 1295version = "1.0.228" 1296source = "registry+https://github.com/rust-lang/crates.io-index" 1297checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1298dependencies = [ 1299 "serde_core", 1300 "serde_derive", 1301] 1302 1303[[package]] 1304name = "serde_core" 1305version = "1.0.228" 1306source = "registry+https://github.com/rust-lang/crates.io-index" 1307checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1308dependencies = [ 1309 "serde_derive", 1310] 1311 1312[[package]] 1313name = "serde_derive" 1314version = "1.0.228" 1315source = "registry+https://github.com/rust-lang/crates.io-index" 1316checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1317dependencies = [ 1318 "proc-macro2", 1319 "quote", 1320 "syn", 1321] 1322 1323[[package]] 1324name = "sha1" 1325version = "0.10.6" 1326source = "registry+https://github.com/rust-lang/crates.io-index" 1327checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 1328dependencies = [ 1329 "cfg-if", 1330 "cpufeatures", 1331 "digest", 1332] 1333 1334[[package]] 1335name = "sha1-checked" 1336version = "0.10.0" 1337source = "registry+https://github.com/rust-lang/crates.io-index" 1338checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423" 1339dependencies = [ 1340 "digest", 1341 "sha1", 1342] 1343 1344[[package]] 1345name = "shell-words" 1346version = "1.1.0" 1347source = "registry+https://github.com/rust-lang/crates.io-index" 1348checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" 1349 1350[[package]] 1351name = "simd-adler32" 1352version = "0.3.7" 1353source = "registry+https://github.com/rust-lang/crates.io-index" 1354checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 1355 1356[[package]] 1357name = "smallvec" 1358version = "1.15.1" 1359source = "registry+https://github.com/rust-lang/crates.io-index" 1360checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1361 1362[[package]] 1363name = "stable_deref_trait" 1364version = "1.2.1" 1365source = "registry+https://github.com/rust-lang/crates.io-index" 1366checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 1367 1368[[package]] 1369name = "strsim" 1370version = "0.11.1" 1371source = "registry+https://github.com/rust-lang/crates.io-index" 1372checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 1373 1374[[package]] 1375name = "syn" 1376version = "2.0.106" 1377source = "registry+https://github.com/rust-lang/crates.io-index" 1378checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 1379dependencies = [ 1380 "proc-macro2", 1381 "quote", 1382 "unicode-ident", 1383] 1384 1385[[package]] 1386name = "synstructure" 1387version = "0.13.2" 1388source = "registry+https://github.com/rust-lang/crates.io-index" 1389checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 1390dependencies = [ 1391 "proc-macro2", 1392 "quote", 1393 "syn", 1394] 1395 1396[[package]] 1397name = "tempfile" 1398version = "3.23.0" 1399source = "registry+https://github.com/rust-lang/crates.io-index" 1400checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" 1401dependencies = [ 1402 "fastrand", 1403 "getrandom", 1404 "once_cell", 1405 "rustix", 1406 "windows-sys 0.61.2", 1407] 1408 1409[[package]] 1410name = "thiserror" 1411version = "2.0.17" 1412source = "registry+https://github.com/rust-lang/crates.io-index" 1413checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 1414dependencies = [ 1415 "thiserror-impl", 1416] 1417 1418[[package]] 1419name = "thiserror-impl" 1420version = "2.0.17" 1421source = "registry+https://github.com/rust-lang/crates.io-index" 1422checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 1423dependencies = [ 1424 "proc-macro2", 1425 "quote", 1426 "syn", 1427] 1428 1429[[package]] 1430name = "time" 1431version = "0.3.44" 1432source = "registry+https://github.com/rust-lang/crates.io-index" 1433checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" 1434dependencies = [ 1435 "deranged", 1436 "itoa", 1437 "num-conv", 1438 "powerfmt", 1439 "serde", 1440 "time-core", 1441 "time-macros", 1442] 1443 1444[[package]] 1445name = "time-core" 1446version = "0.1.6" 1447source = "registry+https://github.com/rust-lang/crates.io-index" 1448checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 1449 1450[[package]] 1451name = "time-macros" 1452version = "0.2.24" 1453source = "registry+https://github.com/rust-lang/crates.io-index" 1454checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" 1455dependencies = [ 1456 "num-conv", 1457 "time-core", 1458] 1459 1460[[package]] 1461name = "tinystr" 1462version = "0.8.1" 1463source = "registry+https://github.com/rust-lang/crates.io-index" 1464checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 1465dependencies = [ 1466 "displaydoc", 1467 "zerovec", 1468] 1469 1470[[package]] 1471name = "tinyvec" 1472version = "1.10.0" 1473source = "registry+https://github.com/rust-lang/crates.io-index" 1474checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 1475dependencies = [ 1476 "tinyvec_macros", 1477] 1478 1479[[package]] 1480name = "tinyvec_macros" 1481version = "0.1.1" 1482source = "registry+https://github.com/rust-lang/crates.io-index" 1483checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1484 1485[[package]] 1486name = "typenum" 1487version = "1.19.0" 1488source = "registry+https://github.com/rust-lang/crates.io-index" 1489checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 1490 1491[[package]] 1492name = "uluru" 1493version = "3.1.0" 1494source = "registry+https://github.com/rust-lang/crates.io-index" 1495checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da" 1496dependencies = [ 1497 "arrayvec", 1498] 1499 1500[[package]] 1501name = "unicode-bom" 1502version = "2.0.3" 1503source = "registry+https://github.com/rust-lang/crates.io-index" 1504checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217" 1505 1506[[package]] 1507name = "unicode-ident" 1508version = "1.0.19" 1509source = "registry+https://github.com/rust-lang/crates.io-index" 1510checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 1511 1512[[package]] 1513name = "unicode-normalization" 1514version = "0.1.24" 1515source = "registry+https://github.com/rust-lang/crates.io-index" 1516checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 1517dependencies = [ 1518 "tinyvec", 1519] 1520 1521[[package]] 1522name = "url" 1523version = "2.5.7" 1524source = "registry+https://github.com/rust-lang/crates.io-index" 1525checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 1526dependencies = [ 1527 "form_urlencoded", 1528 "idna", 1529 "percent-encoding", 1530 "serde", 1531] 1532 1533[[package]] 1534name = "utf8_iter" 1535version = "1.0.4" 1536source = "registry+https://github.com/rust-lang/crates.io-index" 1537checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 1538 1539[[package]] 1540name = "utf8parse" 1541version = "0.2.2" 1542source = "registry+https://github.com/rust-lang/crates.io-index" 1543checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1544 1545[[package]] 1546name = "version_check" 1547version = "0.9.5" 1548source = "registry+https://github.com/rust-lang/crates.io-index" 1549checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1550 1551[[package]] 1552name = "walkdir" 1553version = "2.5.0" 1554source = "registry+https://github.com/rust-lang/crates.io-index" 1555checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 1556dependencies = [ 1557 "same-file", 1558 "winapi-util", 1559] 1560 1561[[package]] 1562name = "wasi" 1563version = "0.14.7+wasi-0.2.4" 1564source = "registry+https://github.com/rust-lang/crates.io-index" 1565checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c" 1566dependencies = [ 1567 "wasip2", 1568] 1569 1570[[package]] 1571name = "wasip2" 1572version = "1.0.1+wasi-0.2.4" 1573source = "registry+https://github.com/rust-lang/crates.io-index" 1574checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 1575dependencies = [ 1576 "wit-bindgen", 1577] 1578 1579[[package]] 1580name = "winapi-util" 1581version = "0.1.11" 1582source = "registry+https://github.com/rust-lang/crates.io-index" 1583checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 1584dependencies = [ 1585 "windows-sys 0.61.2", 1586] 1587 1588[[package]] 1589name = "windows-link" 1590version = "0.2.1" 1591source = "registry+https://github.com/rust-lang/crates.io-index" 1592checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 1593 1594[[package]] 1595name = "windows-sys" 1596version = "0.59.0" 1597source = "registry+https://github.com/rust-lang/crates.io-index" 1598checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 1599dependencies = [ 1600 "windows-targets 0.52.6", 1601] 1602 1603[[package]] 1604name = "windows-sys" 1605version = "0.60.2" 1606source = "registry+https://github.com/rust-lang/crates.io-index" 1607checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 1608dependencies = [ 1609 "windows-targets 0.53.5", 1610] 1611 1612[[package]] 1613name = "windows-sys" 1614version = "0.61.2" 1615source = "registry+https://github.com/rust-lang/crates.io-index" 1616checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 1617dependencies = [ 1618 "windows-link", 1619] 1620 1621[[package]] 1622name = "windows-targets" 1623version = "0.52.6" 1624source = "registry+https://github.com/rust-lang/crates.io-index" 1625checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 1626dependencies = [ 1627 "windows_aarch64_gnullvm 0.52.6", 1628 "windows_aarch64_msvc 0.52.6", 1629 "windows_i686_gnu 0.52.6", 1630 "windows_i686_gnullvm 0.52.6", 1631 "windows_i686_msvc 0.52.6", 1632 "windows_x86_64_gnu 0.52.6", 1633 "windows_x86_64_gnullvm 0.52.6", 1634 "windows_x86_64_msvc 0.52.6", 1635] 1636 1637[[package]] 1638name = "windows-targets" 1639version = "0.53.5" 1640source = "registry+https://github.com/rust-lang/crates.io-index" 1641checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 1642dependencies = [ 1643 "windows-link", 1644 "windows_aarch64_gnullvm 0.53.1", 1645 "windows_aarch64_msvc 0.53.1", 1646 "windows_i686_gnu 0.53.1", 1647 "windows_i686_gnullvm 0.53.1", 1648 "windows_i686_msvc 0.53.1", 1649 "windows_x86_64_gnu 0.53.1", 1650 "windows_x86_64_gnullvm 0.53.1", 1651 "windows_x86_64_msvc 0.53.1", 1652] 1653 1654[[package]] 1655name = "windows_aarch64_gnullvm" 1656version = "0.52.6" 1657source = "registry+https://github.com/rust-lang/crates.io-index" 1658checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 1659 1660[[package]] 1661name = "windows_aarch64_gnullvm" 1662version = "0.53.1" 1663source = "registry+https://github.com/rust-lang/crates.io-index" 1664checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 1665 1666[[package]] 1667name = "windows_aarch64_msvc" 1668version = "0.52.6" 1669source = "registry+https://github.com/rust-lang/crates.io-index" 1670checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 1671 1672[[package]] 1673name = "windows_aarch64_msvc" 1674version = "0.53.1" 1675source = "registry+https://github.com/rust-lang/crates.io-index" 1676checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 1677 1678[[package]] 1679name = "windows_i686_gnu" 1680version = "0.52.6" 1681source = "registry+https://github.com/rust-lang/crates.io-index" 1682checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 1683 1684[[package]] 1685name = "windows_i686_gnu" 1686version = "0.53.1" 1687source = "registry+https://github.com/rust-lang/crates.io-index" 1688checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 1689 1690[[package]] 1691name = "windows_i686_gnullvm" 1692version = "0.52.6" 1693source = "registry+https://github.com/rust-lang/crates.io-index" 1694checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 1695 1696[[package]] 1697name = "windows_i686_gnullvm" 1698version = "0.53.1" 1699source = "registry+https://github.com/rust-lang/crates.io-index" 1700checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 1701 1702[[package]] 1703name = "windows_i686_msvc" 1704version = "0.52.6" 1705source = "registry+https://github.com/rust-lang/crates.io-index" 1706checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 1707 1708[[package]] 1709name = "windows_i686_msvc" 1710version = "0.53.1" 1711source = "registry+https://github.com/rust-lang/crates.io-index" 1712checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 1713 1714[[package]] 1715name = "windows_x86_64_gnu" 1716version = "0.52.6" 1717source = "registry+https://github.com/rust-lang/crates.io-index" 1718checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 1719 1720[[package]] 1721name = "windows_x86_64_gnu" 1722version = "0.53.1" 1723source = "registry+https://github.com/rust-lang/crates.io-index" 1724checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 1725 1726[[package]] 1727name = "windows_x86_64_gnullvm" 1728version = "0.52.6" 1729source = "registry+https://github.com/rust-lang/crates.io-index" 1730checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 1731 1732[[package]] 1733name = "windows_x86_64_gnullvm" 1734version = "0.53.1" 1735source = "registry+https://github.com/rust-lang/crates.io-index" 1736checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 1737 1738[[package]] 1739name = "windows_x86_64_msvc" 1740version = "0.52.6" 1741source = "registry+https://github.com/rust-lang/crates.io-index" 1742checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 1743 1744[[package]] 1745name = "windows_x86_64_msvc" 1746version = "0.53.1" 1747source = "registry+https://github.com/rust-lang/crates.io-index" 1748checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 1749 1750[[package]] 1751name = "winnow" 1752version = "0.7.13" 1753source = "registry+https://github.com/rust-lang/crates.io-index" 1754checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" 1755dependencies = [ 1756 "memchr", 1757] 1758 1759[[package]] 1760name = "wit-bindgen" 1761version = "0.46.0" 1762source = "registry+https://github.com/rust-lang/crates.io-index" 1763checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 1764 1765[[package]] 1766name = "writeable" 1767version = "0.6.1" 1768source = "registry+https://github.com/rust-lang/crates.io-index" 1769checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 1770 1771[[package]] 1772name = "yoke" 1773version = "0.8.0" 1774source = "registry+https://github.com/rust-lang/crates.io-index" 1775checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 1776dependencies = [ 1777 "serde", 1778 "stable_deref_trait", 1779 "yoke-derive", 1780 "zerofrom", 1781] 1782 1783[[package]] 1784name = "yoke-derive" 1785version = "0.8.0" 1786source = "registry+https://github.com/rust-lang/crates.io-index" 1787checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 1788dependencies = [ 1789 "proc-macro2", 1790 "quote", 1791 "syn", 1792 "synstructure", 1793] 1794 1795[[package]] 1796name = "zerofrom" 1797version = "0.1.6" 1798source = "registry+https://github.com/rust-lang/crates.io-index" 1799checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 1800dependencies = [ 1801 "zerofrom-derive", 1802] 1803 1804[[package]] 1805name = "zerofrom-derive" 1806version = "0.1.6" 1807source = "registry+https://github.com/rust-lang/crates.io-index" 1808checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 1809dependencies = [ 1810 "proc-macro2", 1811 "quote", 1812 "syn", 1813 "synstructure", 1814] 1815 1816[[package]] 1817name = "zerotrie" 1818version = "0.2.2" 1819source = "registry+https://github.com/rust-lang/crates.io-index" 1820checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 1821dependencies = [ 1822 "displaydoc", 1823 "yoke", 1824 "zerofrom", 1825] 1826 1827[[package]] 1828name = "zerovec" 1829version = "0.11.4" 1830source = "registry+https://github.com/rust-lang/crates.io-index" 1831checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" 1832dependencies = [ 1833 "yoke", 1834 "zerofrom", 1835 "zerovec-derive", 1836] 1837 1838[[package]] 1839name = "zerovec-derive" 1840version = "0.11.1" 1841source = "registry+https://github.com/rust-lang/crates.io-index" 1842checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 1843dependencies = [ 1844 "proc-macro2", 1845 "quote", 1846 "syn", 1847] 1848 1849[[package]] 1850name = "zlib-rs" 1851version = "0.5.2" 1852source = "registry+https://github.com/rust-lang/crates.io-index" 1853checksum = "2f06ae92f42f5e5c42443fd094f245eb656abf56dd7cce9b8b263236565e00f2"