just playing with tangled
0
fork

Configure Feed

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

at ilyaplus 5003 lines 123 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 = "addr2line" 7version = "0.24.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 19 20[[package]] 21name = "ahash" 22version = "0.8.11" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 25dependencies = [ 26 "cfg-if", 27 "once_cell", 28 "version_check", 29 "zerocopy 0.7.35", 30] 31 32[[package]] 33name = "aho-corasick" 34version = "1.1.3" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 37dependencies = [ 38 "memchr", 39] 40 41[[package]] 42name = "allocator-api2" 43version = "0.2.21" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 46 47[[package]] 48name = "android-tzdata" 49version = "0.1.1" 50source = "registry+https://github.com/rust-lang/crates.io-index" 51checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 52 53[[package]] 54name = "android_system_properties" 55version = "0.1.5" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 58dependencies = [ 59 "libc", 60] 61 62[[package]] 63name = "anes" 64version = "0.1.6" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 67 68[[package]] 69name = "anstream" 70version = "0.6.18" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" 73dependencies = [ 74 "anstyle", 75 "anstyle-parse", 76 "anstyle-query", 77 "anstyle-wincon", 78 "colorchoice", 79 "is_terminal_polyfill", 80 "utf8parse", 81] 82 83[[package]] 84name = "anstyle" 85version = "1.0.10" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 88 89[[package]] 90name = "anstyle-parse" 91version = "0.2.6" 92source = "registry+https://github.com/rust-lang/crates.io-index" 93checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 94dependencies = [ 95 "utf8parse", 96] 97 98[[package]] 99name = "anstyle-query" 100version = "1.1.2" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 103dependencies = [ 104 "windows-sys 0.59.0", 105] 106 107[[package]] 108name = "anstyle-wincon" 109version = "3.0.7" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" 112dependencies = [ 113 "anstyle", 114 "once_cell", 115 "windows-sys 0.59.0", 116] 117 118[[package]] 119name = "anyhow" 120version = "1.0.98" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" 123 124[[package]] 125name = "arc-swap" 126version = "1.7.1" 127source = "registry+https://github.com/rust-lang/crates.io-index" 128checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 129 130[[package]] 131name = "arrayvec" 132version = "0.7.6" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 135 136[[package]] 137name = "assert_cmd" 138version = "2.0.17" 139source = "registry+https://github.com/rust-lang/crates.io-index" 140checksum = "2bd389a4b2970a01282ee455294913c0a43724daedcd1a24c3eb0ec1c1320b66" 141dependencies = [ 142 "anstyle", 143 "bstr", 144 "doc-comment", 145 "libc", 146 "predicates", 147 "predicates-core", 148 "predicates-tree", 149 "wait-timeout", 150] 151 152[[package]] 153name = "assert_matches" 154version = "1.5.0" 155source = "registry+https://github.com/rust-lang/crates.io-index" 156checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" 157 158[[package]] 159name = "async-trait" 160version = "0.1.88" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" 163dependencies = [ 164 "proc-macro2", 165 "quote", 166 "syn 2.0.101", 167] 168 169[[package]] 170name = "atomic" 171version = "0.6.0" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994" 174dependencies = [ 175 "bytemuck", 176] 177 178[[package]] 179name = "autocfg" 180version = "1.4.0" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 183 184[[package]] 185name = "backtrace" 186version = "0.3.75" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" 189dependencies = [ 190 "addr2line", 191 "cfg-if", 192 "libc", 193 "miniz_oxide", 194 "object", 195 "rustc-demangle", 196 "windows-targets 0.52.6", 197] 198 199[[package]] 200name = "base64" 201version = "0.22.1" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 204 205[[package]] 206name = "beef" 207version = "0.5.2" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" 210 211[[package]] 212name = "bit-set" 213version = "0.5.3" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 216dependencies = [ 217 "bit-vec 0.6.3", 218] 219 220[[package]] 221name = "bit-set" 222version = "0.8.0" 223source = "registry+https://github.com/rust-lang/crates.io-index" 224checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 225dependencies = [ 226 "bit-vec 0.8.0", 227] 228 229[[package]] 230name = "bit-vec" 231version = "0.6.3" 232source = "registry+https://github.com/rust-lang/crates.io-index" 233checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 234 235[[package]] 236name = "bit-vec" 237version = "0.8.0" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 240 241[[package]] 242name = "bitflags" 243version = "1.3.2" 244source = "registry+https://github.com/rust-lang/crates.io-index" 245checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 246 247[[package]] 248name = "bitflags" 249version = "2.9.0" 250source = "registry+https://github.com/rust-lang/crates.io-index" 251checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" 252dependencies = [ 253 "serde", 254] 255 256[[package]] 257name = "blake2" 258version = "0.10.6" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" 261dependencies = [ 262 "digest", 263] 264 265[[package]] 266name = "block-buffer" 267version = "0.10.4" 268source = "registry+https://github.com/rust-lang/crates.io-index" 269checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 270dependencies = [ 271 "generic-array", 272] 273 274[[package]] 275name = "bstr" 276version = "1.12.0" 277source = "registry+https://github.com/rust-lang/crates.io-index" 278checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4" 279dependencies = [ 280 "memchr", 281 "regex-automata 0.4.9", 282 "serde", 283] 284 285[[package]] 286name = "bumpalo" 287version = "3.17.0" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 290 291[[package]] 292name = "bytemuck" 293version = "1.23.0" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "9134a6ef01ce4b366b50689c94f82c14bc72bc5d0386829828a2e2752ef7958c" 296 297[[package]] 298name = "byteorder" 299version = "1.5.0" 300source = "registry+https://github.com/rust-lang/crates.io-index" 301checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 302 303[[package]] 304name = "bytes" 305version = "1.10.1" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 308dependencies = [ 309 "serde", 310] 311 312[[package]] 313name = "camino" 314version = "1.1.9" 315source = "registry+https://github.com/rust-lang/crates.io-index" 316checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" 317 318[[package]] 319name = "cassowary" 320version = "0.3.0" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" 323 324[[package]] 325name = "cast" 326version = "0.3.0" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 329 330[[package]] 331name = "castaway" 332version = "0.2.3" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5" 335dependencies = [ 336 "rustversion", 337] 338 339[[package]] 340name = "cc" 341version = "1.2.21" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "8691782945451c1c383942c4874dbe63814f61cb57ef773cda2972682b7bb3c0" 344dependencies = [ 345 "shlex", 346] 347 348[[package]] 349name = "cfg-if" 350version = "1.0.0" 351source = "registry+https://github.com/rust-lang/crates.io-index" 352checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 353 354[[package]] 355name = "cfg_aliases" 356version = "0.2.1" 357source = "registry+https://github.com/rust-lang/crates.io-index" 358checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 359 360[[package]] 361name = "chrono" 362version = "0.4.41" 363source = "registry+https://github.com/rust-lang/crates.io-index" 364checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" 365dependencies = [ 366 "android-tzdata", 367 "iana-time-zone", 368 "num-traits", 369 "windows-link", 370] 371 372[[package]] 373name = "ciborium" 374version = "0.2.2" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 377dependencies = [ 378 "ciborium-io", 379 "ciborium-ll", 380 "serde", 381] 382 383[[package]] 384name = "ciborium-io" 385version = "0.2.2" 386source = "registry+https://github.com/rust-lang/crates.io-index" 387checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 388 389[[package]] 390name = "ciborium-ll" 391version = "0.2.2" 392source = "registry+https://github.com/rust-lang/crates.io-index" 393checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 394dependencies = [ 395 "ciborium-io", 396 "half", 397] 398 399[[package]] 400name = "clap" 401version = "4.5.38" 402source = "registry+https://github.com/rust-lang/crates.io-index" 403checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000" 404dependencies = [ 405 "clap_builder", 406 "clap_derive", 407] 408 409[[package]] 410name = "clap-markdown" 411version = "0.1.5" 412source = "registry+https://github.com/rust-lang/crates.io-index" 413checksum = "d2a2617956a06d4885b490697b5307ebb09fec10b088afc18c81762d848c2339" 414dependencies = [ 415 "clap", 416] 417 418[[package]] 419name = "clap_builder" 420version = "4.5.38" 421source = "registry+https://github.com/rust-lang/crates.io-index" 422checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120" 423dependencies = [ 424 "anstream", 425 "anstyle", 426 "clap_lex", 427 "strsim", 428 "terminal_size", 429] 430 431[[package]] 432name = "clap_complete" 433version = "4.5.50" 434source = "registry+https://github.com/rust-lang/crates.io-index" 435checksum = "c91d3baa3bcd889d60e6ef28874126a0b384fd225ab83aa6d8a801c519194ce1" 436dependencies = [ 437 "clap", 438 "clap_lex", 439 "is_executable", 440 "shlex", 441] 442 443[[package]] 444name = "clap_complete_nushell" 445version = "4.5.5" 446source = "registry+https://github.com/rust-lang/crates.io-index" 447checksum = "c6a8b1593457dfc2fe539002b795710d022dc62a65bf15023f039f9760c7b18a" 448dependencies = [ 449 "clap", 450 "clap_complete", 451] 452 453[[package]] 454name = "clap_derive" 455version = "4.5.32" 456source = "registry+https://github.com/rust-lang/crates.io-index" 457checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" 458dependencies = [ 459 "heck", 460 "proc-macro2", 461 "quote", 462 "syn 2.0.101", 463] 464 465[[package]] 466name = "clap_lex" 467version = "0.7.4" 468source = "registry+https://github.com/rust-lang/crates.io-index" 469checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" 470 471[[package]] 472name = "clap_mangen" 473version = "0.2.26" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "724842fa9b144f9b89b3f3d371a89f3455eea660361d13a554f68f8ae5d6c13a" 476dependencies = [ 477 "clap", 478 "roff", 479] 480 481[[package]] 482name = "clru" 483version = "0.6.2" 484source = "registry+https://github.com/rust-lang/crates.io-index" 485checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59" 486 487[[package]] 488name = "colorchoice" 489version = "1.0.3" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 492 493[[package]] 494name = "compact_str" 495version = "0.8.1" 496source = "registry+https://github.com/rust-lang/crates.io-index" 497checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32" 498dependencies = [ 499 "castaway", 500 "cfg-if", 501 "itoa", 502 "rustversion", 503 "ryu", 504 "static_assertions", 505] 506 507[[package]] 508name = "console" 509version = "0.15.11" 510source = "registry+https://github.com/rust-lang/crates.io-index" 511checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" 512dependencies = [ 513 "encode_unicode", 514 "libc", 515 "once_cell", 516 "windows-sys 0.59.0", 517] 518 519[[package]] 520name = "core-foundation-sys" 521version = "0.8.7" 522source = "registry+https://github.com/rust-lang/crates.io-index" 523checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 524 525[[package]] 526name = "cpufeatures" 527version = "0.2.17" 528source = "registry+https://github.com/rust-lang/crates.io-index" 529checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 530dependencies = [ 531 "libc", 532] 533 534[[package]] 535name = "crc32fast" 536version = "1.4.2" 537source = "registry+https://github.com/rust-lang/crates.io-index" 538checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 539dependencies = [ 540 "cfg-if", 541] 542 543[[package]] 544name = "criterion" 545version = "0.5.1" 546source = "registry+https://github.com/rust-lang/crates.io-index" 547checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" 548dependencies = [ 549 "anes", 550 "cast", 551 "ciborium", 552 "clap", 553 "criterion-plot", 554 "is-terminal", 555 "itertools 0.10.5", 556 "num-traits", 557 "once_cell", 558 "oorandom", 559 "plotters", 560 "rayon", 561 "regex", 562 "serde", 563 "serde_derive", 564 "serde_json", 565 "tinytemplate", 566 "walkdir", 567] 568 569[[package]] 570name = "criterion-plot" 571version = "0.5.0" 572source = "registry+https://github.com/rust-lang/crates.io-index" 573checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 574dependencies = [ 575 "cast", 576 "itertools 0.10.5", 577] 578 579[[package]] 580name = "crossbeam-channel" 581version = "0.5.15" 582source = "registry+https://github.com/rust-lang/crates.io-index" 583checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 584dependencies = [ 585 "crossbeam-utils", 586] 587 588[[package]] 589name = "crossbeam-deque" 590version = "0.8.6" 591source = "registry+https://github.com/rust-lang/crates.io-index" 592checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 593dependencies = [ 594 "crossbeam-epoch", 595 "crossbeam-utils", 596] 597 598[[package]] 599name = "crossbeam-epoch" 600version = "0.9.18" 601source = "registry+https://github.com/rust-lang/crates.io-index" 602checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 603dependencies = [ 604 "crossbeam-utils", 605] 606 607[[package]] 608name = "crossbeam-utils" 609version = "0.8.21" 610source = "registry+https://github.com/rust-lang/crates.io-index" 611checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 612 613[[package]] 614name = "crossterm" 615version = "0.28.1" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" 618dependencies = [ 619 "bitflags 2.9.0", 620 "crossterm_winapi", 621 "mio", 622 "parking_lot", 623 "rustix 0.38.44", 624 "signal-hook", 625 "signal-hook-mio", 626 "winapi", 627] 628 629[[package]] 630name = "crossterm_winapi" 631version = "0.9.1" 632source = "registry+https://github.com/rust-lang/crates.io-index" 633checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 634dependencies = [ 635 "winapi", 636] 637 638[[package]] 639name = "crunchy" 640version = "0.2.3" 641source = "registry+https://github.com/rust-lang/crates.io-index" 642checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" 643 644[[package]] 645name = "crypto-common" 646version = "0.1.6" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 649dependencies = [ 650 "generic-array", 651 "typenum", 652] 653 654[[package]] 655name = "csscolorparser" 656version = "0.6.2" 657source = "registry+https://github.com/rust-lang/crates.io-index" 658checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf" 659dependencies = [ 660 "lab", 661 "phf", 662] 663 664[[package]] 665name = "darling" 666version = "0.20.11" 667source = "registry+https://github.com/rust-lang/crates.io-index" 668checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" 669dependencies = [ 670 "darling_core", 671 "darling_macro", 672] 673 674[[package]] 675name = "darling_core" 676version = "0.20.11" 677source = "registry+https://github.com/rust-lang/crates.io-index" 678checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" 679dependencies = [ 680 "fnv", 681 "ident_case", 682 "proc-macro2", 683 "quote", 684 "strsim", 685 "syn 2.0.101", 686] 687 688[[package]] 689name = "darling_macro" 690version = "0.20.11" 691source = "registry+https://github.com/rust-lang/crates.io-index" 692checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" 693dependencies = [ 694 "darling_core", 695 "quote", 696 "syn 2.0.101", 697] 698 699[[package]] 700name = "dashmap" 701version = "6.1.0" 702source = "registry+https://github.com/rust-lang/crates.io-index" 703checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 704dependencies = [ 705 "cfg-if", 706 "crossbeam-utils", 707 "hashbrown 0.14.5", 708 "lock_api", 709 "once_cell", 710 "parking_lot_core", 711] 712 713[[package]] 714name = "datatest-stable" 715version = "0.3.2" 716source = "registry+https://github.com/rust-lang/crates.io-index" 717checksum = "19ebbb3c403031a3739980c2864e3b5ee4efca009dd83d2c0f80a31555243981" 718dependencies = [ 719 "camino", 720 "fancy-regex 0.14.0", 721 "libtest-mimic", 722 "walkdir", 723] 724 725[[package]] 726name = "deltae" 727version = "0.3.2" 728source = "registry+https://github.com/rust-lang/crates.io-index" 729checksum = "5729f5117e208430e437df2f4843f5e5952997175992d1414f94c57d61e270b4" 730 731[[package]] 732name = "diff" 733version = "0.1.13" 734source = "registry+https://github.com/rust-lang/crates.io-index" 735checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 736 737[[package]] 738name = "difflib" 739version = "0.4.0" 740source = "registry+https://github.com/rust-lang/crates.io-index" 741checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 742 743[[package]] 744name = "digest" 745version = "0.10.7" 746source = "registry+https://github.com/rust-lang/crates.io-index" 747checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 748dependencies = [ 749 "block-buffer", 750 "crypto-common", 751 "subtle", 752] 753 754[[package]] 755name = "dirs" 756version = "6.0.0" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" 759dependencies = [ 760 "dirs-sys", 761] 762 763[[package]] 764name = "dirs-sys" 765version = "0.5.0" 766source = "registry+https://github.com/rust-lang/crates.io-index" 767checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 768dependencies = [ 769 "libc", 770 "option-ext", 771 "redox_users", 772 "windows-sys 0.59.0", 773] 774 775[[package]] 776name = "displaydoc" 777version = "0.2.5" 778source = "registry+https://github.com/rust-lang/crates.io-index" 779checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 780dependencies = [ 781 "proc-macro2", 782 "quote", 783 "syn 2.0.101", 784] 785 786[[package]] 787name = "doc-comment" 788version = "0.3.3" 789source = "registry+https://github.com/rust-lang/crates.io-index" 790checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 791 792[[package]] 793name = "dunce" 794version = "1.0.5" 795source = "registry+https://github.com/rust-lang/crates.io-index" 796checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 797 798[[package]] 799name = "either" 800version = "1.15.0" 801source = "registry+https://github.com/rust-lang/crates.io-index" 802checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 803 804[[package]] 805name = "encode_unicode" 806version = "1.0.0" 807source = "registry+https://github.com/rust-lang/crates.io-index" 808checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 809 810[[package]] 811name = "encoding_rs" 812version = "0.8.35" 813source = "registry+https://github.com/rust-lang/crates.io-index" 814checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 815dependencies = [ 816 "cfg-if", 817] 818 819[[package]] 820name = "enum_dispatch" 821version = "0.3.13" 822source = "registry+https://github.com/rust-lang/crates.io-index" 823checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" 824dependencies = [ 825 "once_cell", 826 "proc-macro2", 827 "quote", 828 "syn 2.0.101", 829] 830 831[[package]] 832name = "equivalent" 833version = "1.0.2" 834source = "registry+https://github.com/rust-lang/crates.io-index" 835checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 836 837[[package]] 838name = "errno" 839version = "0.3.11" 840source = "registry+https://github.com/rust-lang/crates.io-index" 841checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" 842dependencies = [ 843 "libc", 844 "windows-sys 0.59.0", 845] 846 847[[package]] 848name = "escape8259" 849version = "0.5.3" 850source = "registry+https://github.com/rust-lang/crates.io-index" 851checksum = "5692dd7b5a1978a5aeb0ce83b7655c58ca8efdcb79d21036ea249da95afec2c6" 852 853[[package]] 854name = "etcetera" 855version = "0.10.0" 856source = "registry+https://github.com/rust-lang/crates.io-index" 857checksum = "26c7b13d0780cb82722fd59f6f57f925e143427e4a75313a6c77243bf5326ae6" 858dependencies = [ 859 "cfg-if", 860 "home", 861 "windows-sys 0.59.0", 862] 863 864[[package]] 865name = "euclid" 866version = "0.22.11" 867source = "registry+https://github.com/rust-lang/crates.io-index" 868checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48" 869dependencies = [ 870 "num-traits", 871] 872 873[[package]] 874name = "fancy-regex" 875version = "0.11.0" 876source = "registry+https://github.com/rust-lang/crates.io-index" 877checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2" 878dependencies = [ 879 "bit-set 0.5.3", 880 "regex", 881] 882 883[[package]] 884name = "fancy-regex" 885version = "0.14.0" 886source = "registry+https://github.com/rust-lang/crates.io-index" 887checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298" 888dependencies = [ 889 "bit-set 0.8.0", 890 "regex-automata 0.4.9", 891 "regex-syntax 0.8.5", 892] 893 894[[package]] 895name = "faster-hex" 896version = "0.9.0" 897source = "registry+https://github.com/rust-lang/crates.io-index" 898checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183" 899dependencies = [ 900 "serde", 901] 902 903[[package]] 904name = "faster-hex" 905version = "0.10.0" 906source = "registry+https://github.com/rust-lang/crates.io-index" 907checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73" 908dependencies = [ 909 "heapless", 910 "serde", 911] 912 913[[package]] 914name = "fastrand" 915version = "2.3.0" 916source = "registry+https://github.com/rust-lang/crates.io-index" 917checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 918 919[[package]] 920name = "filedescriptor" 921version = "0.8.3" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d" 924dependencies = [ 925 "libc", 926 "thiserror 1.0.69", 927 "winapi", 928] 929 930[[package]] 931name = "filetime" 932version = "0.2.25" 933source = "registry+https://github.com/rust-lang/crates.io-index" 934checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" 935dependencies = [ 936 "cfg-if", 937 "libc", 938 "libredox", 939 "windows-sys 0.59.0", 940] 941 942[[package]] 943name = "finl_unicode" 944version = "1.3.0" 945source = "registry+https://github.com/rust-lang/crates.io-index" 946checksum = "94c970b525906eb37d3940083aa65b95e481fc1857d467d13374e1d925cfc163" 947 948[[package]] 949name = "fixedbitset" 950version = "0.4.2" 951source = "registry+https://github.com/rust-lang/crates.io-index" 952checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 953 954[[package]] 955name = "fixedbitset" 956version = "0.5.7" 957source = "registry+https://github.com/rust-lang/crates.io-index" 958checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" 959 960[[package]] 961name = "flate2" 962version = "1.1.1" 963source = "registry+https://github.com/rust-lang/crates.io-index" 964checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece" 965dependencies = [ 966 "crc32fast", 967 "libz-rs-sys", 968 "miniz_oxide", 969] 970 971[[package]] 972name = "fnv" 973version = "1.0.7" 974source = "registry+https://github.com/rust-lang/crates.io-index" 975checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 976 977[[package]] 978name = "foldhash" 979version = "0.1.5" 980source = "registry+https://github.com/rust-lang/crates.io-index" 981checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 982 983[[package]] 984name = "form_urlencoded" 985version = "1.2.1" 986source = "registry+https://github.com/rust-lang/crates.io-index" 987checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 988dependencies = [ 989 "percent-encoding", 990] 991 992[[package]] 993name = "futures" 994version = "0.1.31" 995source = "registry+https://github.com/rust-lang/crates.io-index" 996checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" 997 998[[package]] 999name = "futures" 1000version = "0.3.31" 1001source = "registry+https://github.com/rust-lang/crates.io-index" 1002checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 1003dependencies = [ 1004 "futures-channel", 1005 "futures-core", 1006 "futures-executor", 1007 "futures-io", 1008 "futures-sink", 1009 "futures-task", 1010 "futures-util", 1011] 1012 1013[[package]] 1014name = "futures-channel" 1015version = "0.3.31" 1016source = "registry+https://github.com/rust-lang/crates.io-index" 1017checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1018dependencies = [ 1019 "futures-core", 1020 "futures-sink", 1021] 1022 1023[[package]] 1024name = "futures-core" 1025version = "0.3.31" 1026source = "registry+https://github.com/rust-lang/crates.io-index" 1027checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1028 1029[[package]] 1030name = "futures-executor" 1031version = "0.3.31" 1032source = "registry+https://github.com/rust-lang/crates.io-index" 1033checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 1034dependencies = [ 1035 "futures-core", 1036 "futures-task", 1037 "futures-util", 1038] 1039 1040[[package]] 1041name = "futures-io" 1042version = "0.3.31" 1043source = "registry+https://github.com/rust-lang/crates.io-index" 1044checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1045 1046[[package]] 1047name = "futures-macro" 1048version = "0.3.31" 1049source = "registry+https://github.com/rust-lang/crates.io-index" 1050checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1051dependencies = [ 1052 "proc-macro2", 1053 "quote", 1054 "syn 2.0.101", 1055] 1056 1057[[package]] 1058name = "futures-sink" 1059version = "0.3.31" 1060source = "registry+https://github.com/rust-lang/crates.io-index" 1061checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1062 1063[[package]] 1064name = "futures-task" 1065version = "0.3.31" 1066source = "registry+https://github.com/rust-lang/crates.io-index" 1067checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1068 1069[[package]] 1070name = "futures-util" 1071version = "0.3.31" 1072source = "registry+https://github.com/rust-lang/crates.io-index" 1073checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1074dependencies = [ 1075 "futures 0.1.31", 1076 "futures-channel", 1077 "futures-core", 1078 "futures-io", 1079 "futures-macro", 1080 "futures-sink", 1081 "futures-task", 1082 "memchr", 1083 "pin-project-lite", 1084 "pin-utils", 1085 "slab", 1086] 1087 1088[[package]] 1089name = "gen-protos" 1090version = "0.29.0" 1091dependencies = [ 1092 "prost-build", 1093] 1094 1095[[package]] 1096name = "generic-array" 1097version = "0.14.7" 1098source = "registry+https://github.com/rust-lang/crates.io-index" 1099checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1100dependencies = [ 1101 "typenum", 1102 "version_check", 1103] 1104 1105[[package]] 1106name = "getrandom" 1107version = "0.2.16" 1108source = "registry+https://github.com/rust-lang/crates.io-index" 1109checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 1110dependencies = [ 1111 "cfg-if", 1112 "libc", 1113 "wasi 0.11.0+wasi-snapshot-preview1", 1114] 1115 1116[[package]] 1117name = "getrandom" 1118version = "0.3.2" 1119source = "registry+https://github.com/rust-lang/crates.io-index" 1120checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0" 1121dependencies = [ 1122 "cfg-if", 1123 "libc", 1124 "r-efi", 1125 "wasi 0.14.2+wasi-0.2.4", 1126] 1127 1128[[package]] 1129name = "gimli" 1130version = "0.31.1" 1131source = "registry+https://github.com/rust-lang/crates.io-index" 1132checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 1133 1134[[package]] 1135name = "gix" 1136version = "0.71.0" 1137source = "registry+https://github.com/rust-lang/crates.io-index" 1138checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435" 1139dependencies = [ 1140 "gix-actor", 1141 "gix-attributes", 1142 "gix-command", 1143 "gix-commitgraph", 1144 "gix-config", 1145 "gix-date", 1146 "gix-diff", 1147 "gix-dir", 1148 "gix-discover", 1149 "gix-features 0.41.1", 1150 "gix-filter", 1151 "gix-fs 0.14.0", 1152 "gix-glob", 1153 "gix-hash 0.17.0", 1154 "gix-hashtable", 1155 "gix-ignore", 1156 "gix-index", 1157 "gix-lock", 1158 "gix-object", 1159 "gix-odb", 1160 "gix-pack", 1161 "gix-path", 1162 "gix-pathspec", 1163 "gix-protocol", 1164 "gix-ref", 1165 "gix-refspec", 1166 "gix-revision", 1167 "gix-revwalk", 1168 "gix-sec", 1169 "gix-shallow", 1170 "gix-status", 1171 "gix-submodule", 1172 "gix-tempfile", 1173 "gix-trace", 1174 "gix-traverse", 1175 "gix-url", 1176 "gix-utils 0.2.0", 1177 "gix-validate 0.9.4", 1178 "gix-worktree", 1179 "gix-worktree-state", 1180 "once_cell", 1181 "smallvec", 1182 "thiserror 2.0.12", 1183] 1184 1185[[package]] 1186name = "gix-actor" 1187version = "0.34.0" 1188source = "registry+https://github.com/rust-lang/crates.io-index" 1189checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7" 1190dependencies = [ 1191 "bstr", 1192 "gix-date", 1193 "gix-utils 0.2.0", 1194 "itoa", 1195 "thiserror 2.0.12", 1196 "winnow", 1197] 1198 1199[[package]] 1200name = "gix-attributes" 1201version = "0.25.0" 1202source = "registry+https://github.com/rust-lang/crates.io-index" 1203checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f" 1204dependencies = [ 1205 "bstr", 1206 "gix-glob", 1207 "gix-path", 1208 "gix-quote", 1209 "gix-trace", 1210 "kstring", 1211 "smallvec", 1212 "thiserror 2.0.12", 1213 "unicode-bom", 1214] 1215 1216[[package]] 1217name = "gix-bitmap" 1218version = "0.2.14" 1219source = "registry+https://github.com/rust-lang/crates.io-index" 1220checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540" 1221dependencies = [ 1222 "thiserror 2.0.12", 1223] 1224 1225[[package]] 1226name = "gix-chunk" 1227version = "0.4.11" 1228source = "registry+https://github.com/rust-lang/crates.io-index" 1229checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f" 1230dependencies = [ 1231 "thiserror 2.0.12", 1232] 1233 1234[[package]] 1235name = "gix-command" 1236version = "0.5.0" 1237source = "registry+https://github.com/rust-lang/crates.io-index" 1238checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8" 1239dependencies = [ 1240 "bstr", 1241 "gix-path", 1242 "gix-quote", 1243 "gix-trace", 1244 "shell-words", 1245] 1246 1247[[package]] 1248name = "gix-commitgraph" 1249version = "0.27.0" 1250source = "registry+https://github.com/rust-lang/crates.io-index" 1251checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe" 1252dependencies = [ 1253 "bstr", 1254 "gix-chunk", 1255 "gix-hash 0.17.0", 1256 "memmap2 0.9.5", 1257 "thiserror 2.0.12", 1258] 1259 1260[[package]] 1261name = "gix-config" 1262version = "0.44.0" 1263source = "registry+https://github.com/rust-lang/crates.io-index" 1264checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa" 1265dependencies = [ 1266 "bstr", 1267 "gix-config-value", 1268 "gix-features 0.41.1", 1269 "gix-glob", 1270 "gix-path", 1271 "gix-ref", 1272 "gix-sec", 1273 "memchr", 1274 "once_cell", 1275 "smallvec", 1276 "thiserror 2.0.12", 1277 "unicode-bom", 1278 "winnow", 1279] 1280 1281[[package]] 1282name = "gix-config-value" 1283version = "0.14.12" 1284source = "registry+https://github.com/rust-lang/crates.io-index" 1285checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6" 1286dependencies = [ 1287 "bitflags 2.9.0", 1288 "bstr", 1289 "gix-path", 1290 "libc", 1291 "thiserror 2.0.12", 1292] 1293 1294[[package]] 1295name = "gix-date" 1296version = "0.9.4" 1297source = "registry+https://github.com/rust-lang/crates.io-index" 1298checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4" 1299dependencies = [ 1300 "bstr", 1301 "itoa", 1302 "jiff", 1303 "thiserror 2.0.12", 1304] 1305 1306[[package]] 1307name = "gix-diff" 1308version = "0.51.0" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8" 1311dependencies = [ 1312 "bstr", 1313 "gix-attributes", 1314 "gix-command", 1315 "gix-filter", 1316 "gix-fs 0.14.0", 1317 "gix-hash 0.17.0", 1318 "gix-index", 1319 "gix-object", 1320 "gix-path", 1321 "gix-pathspec", 1322 "gix-tempfile", 1323 "gix-trace", 1324 "gix-traverse", 1325 "gix-worktree", 1326 "imara-diff", 1327 "thiserror 2.0.12", 1328] 1329 1330[[package]] 1331name = "gix-dir" 1332version = "0.13.0" 1333source = "registry+https://github.com/rust-lang/crates.io-index" 1334checksum = "5879497bd3815d8277ed864ec8975290a70de5b62bb92d2d666a4cefc5d4793b" 1335dependencies = [ 1336 "bstr", 1337 "gix-discover", 1338 "gix-fs 0.14.0", 1339 "gix-ignore", 1340 "gix-index", 1341 "gix-object", 1342 "gix-path", 1343 "gix-pathspec", 1344 "gix-trace", 1345 "gix-utils 0.2.0", 1346 "gix-worktree", 1347 "thiserror 2.0.12", 1348] 1349 1350[[package]] 1351name = "gix-discover" 1352version = "0.39.0" 1353source = "registry+https://github.com/rust-lang/crates.io-index" 1354checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781" 1355dependencies = [ 1356 "bstr", 1357 "dunce", 1358 "gix-fs 0.14.0", 1359 "gix-hash 0.17.0", 1360 "gix-path", 1361 "gix-ref", 1362 "gix-sec", 1363 "thiserror 2.0.12", 1364] 1365 1366[[package]] 1367name = "gix-features" 1368version = "0.41.1" 1369source = "registry+https://github.com/rust-lang/crates.io-index" 1370checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634" 1371dependencies = [ 1372 "crc32fast", 1373 "crossbeam-channel", 1374 "flate2", 1375 "gix-path", 1376 "gix-trace", 1377 "gix-utils 0.2.0", 1378 "libc", 1379 "once_cell", 1380 "parking_lot", 1381 "prodash", 1382 "thiserror 2.0.12", 1383 "walkdir", 1384] 1385 1386[[package]] 1387name = "gix-features" 1388version = "0.42.1" 1389source = "registry+https://github.com/rust-lang/crates.io-index" 1390checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed" 1391dependencies = [ 1392 "gix-trace", 1393 "gix-utils 0.3.0", 1394 "libc", 1395 "prodash", 1396] 1397 1398[[package]] 1399name = "gix-filter" 1400version = "0.18.0" 1401source = "registry+https://github.com/rust-lang/crates.io-index" 1402checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89" 1403dependencies = [ 1404 "bstr", 1405 "encoding_rs", 1406 "gix-attributes", 1407 "gix-command", 1408 "gix-hash 0.17.0", 1409 "gix-object", 1410 "gix-packetline-blocking", 1411 "gix-path", 1412 "gix-quote", 1413 "gix-trace", 1414 "gix-utils 0.2.0", 1415 "smallvec", 1416 "thiserror 2.0.12", 1417] 1418 1419[[package]] 1420name = "gix-fs" 1421version = "0.14.0" 1422source = "registry+https://github.com/rust-lang/crates.io-index" 1423checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111" 1424dependencies = [ 1425 "bstr", 1426 "fastrand", 1427 "gix-features 0.41.1", 1428 "gix-path", 1429 "gix-utils 0.2.0", 1430 "thiserror 2.0.12", 1431] 1432 1433[[package]] 1434name = "gix-fs" 1435version = "0.15.0" 1436source = "registry+https://github.com/rust-lang/crates.io-index" 1437checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7" 1438dependencies = [ 1439 "bstr", 1440 "fastrand", 1441 "gix-features 0.42.1", 1442 "gix-path", 1443 "gix-utils 0.3.0", 1444 "thiserror 2.0.12", 1445] 1446 1447[[package]] 1448name = "gix-glob" 1449version = "0.19.0" 1450source = "registry+https://github.com/rust-lang/crates.io-index" 1451checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030" 1452dependencies = [ 1453 "bitflags 2.9.0", 1454 "bstr", 1455 "gix-features 0.41.1", 1456 "gix-path", 1457] 1458 1459[[package]] 1460name = "gix-hash" 1461version = "0.17.0" 1462source = "registry+https://github.com/rust-lang/crates.io-index" 1463checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49" 1464dependencies = [ 1465 "faster-hex 0.9.0", 1466 "gix-features 0.41.1", 1467 "sha1-checked", 1468 "thiserror 2.0.12", 1469] 1470 1471[[package]] 1472name = "gix-hash" 1473version = "0.18.0" 1474source = "registry+https://github.com/rust-lang/crates.io-index" 1475checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8" 1476dependencies = [ 1477 "faster-hex 0.10.0", 1478 "gix-features 0.42.1", 1479 "sha1-checked", 1480 "thiserror 2.0.12", 1481] 1482 1483[[package]] 1484name = "gix-hashtable" 1485version = "0.8.1" 1486source = "registry+https://github.com/rust-lang/crates.io-index" 1487checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904" 1488dependencies = [ 1489 "gix-hash 0.18.0", 1490 "hashbrown 0.14.5", 1491 "parking_lot", 1492] 1493 1494[[package]] 1495name = "gix-ignore" 1496version = "0.14.0" 1497source = "registry+https://github.com/rust-lang/crates.io-index" 1498checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18" 1499dependencies = [ 1500 "bstr", 1501 "gix-glob", 1502 "gix-path", 1503 "gix-trace", 1504 "unicode-bom", 1505] 1506 1507[[package]] 1508name = "gix-index" 1509version = "0.39.0" 1510source = "registry+https://github.com/rust-lang/crates.io-index" 1511checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7" 1512dependencies = [ 1513 "bitflags 2.9.0", 1514 "bstr", 1515 "filetime", 1516 "fnv", 1517 "gix-bitmap", 1518 "gix-features 0.41.1", 1519 "gix-fs 0.14.0", 1520 "gix-hash 0.17.0", 1521 "gix-lock", 1522 "gix-object", 1523 "gix-traverse", 1524 "gix-utils 0.2.0", 1525 "gix-validate 0.9.4", 1526 "hashbrown 0.14.5", 1527 "itoa", 1528 "libc", 1529 "memmap2 0.9.5", 1530 "rustix 0.38.44", 1531 "smallvec", 1532 "thiserror 2.0.12", 1533] 1534 1535[[package]] 1536name = "gix-lock" 1537version = "17.1.0" 1538source = "registry+https://github.com/rust-lang/crates.io-index" 1539checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796" 1540dependencies = [ 1541 "gix-tempfile", 1542 "gix-utils 0.3.0", 1543 "thiserror 2.0.12", 1544] 1545 1546[[package]] 1547name = "gix-object" 1548version = "0.48.0" 1549source = "registry+https://github.com/rust-lang/crates.io-index" 1550checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a" 1551dependencies = [ 1552 "bstr", 1553 "gix-actor", 1554 "gix-date", 1555 "gix-features 0.41.1", 1556 "gix-hash 0.17.0", 1557 "gix-hashtable", 1558 "gix-path", 1559 "gix-utils 0.2.0", 1560 "gix-validate 0.9.4", 1561 "itoa", 1562 "smallvec", 1563 "thiserror 2.0.12", 1564 "winnow", 1565] 1566 1567[[package]] 1568name = "gix-odb" 1569version = "0.68.0" 1570source = "registry+https://github.com/rust-lang/crates.io-index" 1571checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610" 1572dependencies = [ 1573 "arc-swap", 1574 "gix-date", 1575 "gix-features 0.41.1", 1576 "gix-fs 0.14.0", 1577 "gix-hash 0.17.0", 1578 "gix-hashtable", 1579 "gix-object", 1580 "gix-pack", 1581 "gix-path", 1582 "gix-quote", 1583 "parking_lot", 1584 "tempfile", 1585 "thiserror 2.0.12", 1586] 1587 1588[[package]] 1589name = "gix-pack" 1590version = "0.58.0" 1591source = "registry+https://github.com/rust-lang/crates.io-index" 1592checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb" 1593dependencies = [ 1594 "clru", 1595 "gix-chunk", 1596 "gix-features 0.41.1", 1597 "gix-hash 0.17.0", 1598 "gix-hashtable", 1599 "gix-object", 1600 "gix-path", 1601 "memmap2 0.9.5", 1602 "smallvec", 1603 "thiserror 2.0.12", 1604 "uluru", 1605] 1606 1607[[package]] 1608name = "gix-packetline" 1609version = "0.18.4" 1610source = "registry+https://github.com/rust-lang/crates.io-index" 1611checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04" 1612dependencies = [ 1613 "bstr", 1614 "faster-hex 0.9.0", 1615 "gix-trace", 1616 "thiserror 2.0.12", 1617] 1618 1619[[package]] 1620name = "gix-packetline-blocking" 1621version = "0.18.3" 1622source = "registry+https://github.com/rust-lang/crates.io-index" 1623checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3" 1624dependencies = [ 1625 "bstr", 1626 "faster-hex 0.9.0", 1627 "gix-trace", 1628 "thiserror 2.0.12", 1629] 1630 1631[[package]] 1632name = "gix-path" 1633version = "0.10.17" 1634source = "registry+https://github.com/rust-lang/crates.io-index" 1635checksum = "c091d2e887e02c3462f52252c5ea61150270c0f2657b642e8d0d6df56c16e642" 1636dependencies = [ 1637 "bstr", 1638 "gix-trace", 1639 "gix-validate 0.10.0", 1640 "home", 1641 "once_cell", 1642 "thiserror 2.0.12", 1643] 1644 1645[[package]] 1646name = "gix-pathspec" 1647version = "0.10.0" 1648source = "registry+https://github.com/rust-lang/crates.io-index" 1649checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14" 1650dependencies = [ 1651 "bitflags 2.9.0", 1652 "bstr", 1653 "gix-attributes", 1654 "gix-config-value", 1655 "gix-glob", 1656 "gix-path", 1657 "thiserror 2.0.12", 1658] 1659 1660[[package]] 1661name = "gix-protocol" 1662version = "0.49.0" 1663source = "registry+https://github.com/rust-lang/crates.io-index" 1664checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a" 1665dependencies = [ 1666 "bstr", 1667 "gix-date", 1668 "gix-features 0.41.1", 1669 "gix-hash 0.17.0", 1670 "gix-ref", 1671 "gix-shallow", 1672 "gix-transport", 1673 "gix-utils 0.2.0", 1674 "maybe-async", 1675 "thiserror 2.0.12", 1676 "winnow", 1677] 1678 1679[[package]] 1680name = "gix-quote" 1681version = "0.5.0" 1682source = "registry+https://github.com/rust-lang/crates.io-index" 1683checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969" 1684dependencies = [ 1685 "bstr", 1686 "gix-utils 0.2.0", 1687 "thiserror 2.0.12", 1688] 1689 1690[[package]] 1691name = "gix-ref" 1692version = "0.51.0" 1693source = "registry+https://github.com/rust-lang/crates.io-index" 1694checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b" 1695dependencies = [ 1696 "gix-actor", 1697 "gix-features 0.41.1", 1698 "gix-fs 0.14.0", 1699 "gix-hash 0.17.0", 1700 "gix-lock", 1701 "gix-object", 1702 "gix-path", 1703 "gix-tempfile", 1704 "gix-utils 0.2.0", 1705 "gix-validate 0.9.4", 1706 "memmap2 0.9.5", 1707 "thiserror 2.0.12", 1708 "winnow", 1709] 1710 1711[[package]] 1712name = "gix-refspec" 1713version = "0.29.0" 1714source = "registry+https://github.com/rust-lang/crates.io-index" 1715checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc" 1716dependencies = [ 1717 "bstr", 1718 "gix-hash 0.17.0", 1719 "gix-revision", 1720 "gix-validate 0.9.4", 1721 "smallvec", 1722 "thiserror 2.0.12", 1723] 1724 1725[[package]] 1726name = "gix-revision" 1727version = "0.33.0" 1728source = "registry+https://github.com/rust-lang/crates.io-index" 1729checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9" 1730dependencies = [ 1731 "bstr", 1732 "gix-commitgraph", 1733 "gix-date", 1734 "gix-hash 0.17.0", 1735 "gix-object", 1736 "gix-revwalk", 1737 "thiserror 2.0.12", 1738] 1739 1740[[package]] 1741name = "gix-revwalk" 1742version = "0.19.0" 1743source = "registry+https://github.com/rust-lang/crates.io-index" 1744checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d" 1745dependencies = [ 1746 "gix-commitgraph", 1747 "gix-date", 1748 "gix-hash 0.17.0", 1749 "gix-hashtable", 1750 "gix-object", 1751 "smallvec", 1752 "thiserror 2.0.12", 1753] 1754 1755[[package]] 1756name = "gix-sec" 1757version = "0.10.12" 1758source = "registry+https://github.com/rust-lang/crates.io-index" 1759checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888" 1760dependencies = [ 1761 "bitflags 2.9.0", 1762 "gix-path", 1763 "libc", 1764 "windows-sys 0.52.0", 1765] 1766 1767[[package]] 1768name = "gix-shallow" 1769version = "0.3.0" 1770source = "registry+https://github.com/rust-lang/crates.io-index" 1771checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3" 1772dependencies = [ 1773 "bstr", 1774 "gix-hash 0.17.0", 1775 "gix-lock", 1776 "thiserror 2.0.12", 1777] 1778 1779[[package]] 1780name = "gix-status" 1781version = "0.18.0" 1782source = "registry+https://github.com/rust-lang/crates.io-index" 1783checksum = "605a6d0eb5891680c46e24b2ee7a63ef7bd39cb136dc7c7e55172960cf68b2f5" 1784dependencies = [ 1785 "bstr", 1786 "filetime", 1787 "gix-diff", 1788 "gix-dir", 1789 "gix-features 0.41.1", 1790 "gix-filter", 1791 "gix-fs 0.14.0", 1792 "gix-hash 0.17.0", 1793 "gix-index", 1794 "gix-object", 1795 "gix-path", 1796 "gix-pathspec", 1797 "gix-worktree", 1798 "portable-atomic", 1799 "thiserror 2.0.12", 1800] 1801 1802[[package]] 1803name = "gix-submodule" 1804version = "0.18.0" 1805source = "registry+https://github.com/rust-lang/crates.io-index" 1806checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2" 1807dependencies = [ 1808 "bstr", 1809 "gix-config", 1810 "gix-path", 1811 "gix-pathspec", 1812 "gix-refspec", 1813 "gix-url", 1814 "thiserror 2.0.12", 1815] 1816 1817[[package]] 1818name = "gix-tempfile" 1819version = "17.1.0" 1820source = "registry+https://github.com/rust-lang/crates.io-index" 1821checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa" 1822dependencies = [ 1823 "dashmap", 1824 "gix-fs 0.15.0", 1825 "libc", 1826 "once_cell", 1827 "parking_lot", 1828 "tempfile", 1829] 1830 1831[[package]] 1832name = "gix-trace" 1833version = "0.1.12" 1834source = "registry+https://github.com/rust-lang/crates.io-index" 1835checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7" 1836 1837[[package]] 1838name = "gix-transport" 1839version = "0.46.0" 1840source = "registry+https://github.com/rust-lang/crates.io-index" 1841checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e" 1842dependencies = [ 1843 "bstr", 1844 "gix-command", 1845 "gix-features 0.41.1", 1846 "gix-packetline", 1847 "gix-quote", 1848 "gix-sec", 1849 "gix-url", 1850 "thiserror 2.0.12", 1851] 1852 1853[[package]] 1854name = "gix-traverse" 1855version = "0.45.0" 1856source = "registry+https://github.com/rust-lang/crates.io-index" 1857checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384" 1858dependencies = [ 1859 "bitflags 2.9.0", 1860 "gix-commitgraph", 1861 "gix-date", 1862 "gix-hash 0.17.0", 1863 "gix-hashtable", 1864 "gix-object", 1865 "gix-revwalk", 1866 "smallvec", 1867 "thiserror 2.0.12", 1868] 1869 1870[[package]] 1871name = "gix-url" 1872version = "0.30.0" 1873source = "registry+https://github.com/rust-lang/crates.io-index" 1874checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860" 1875dependencies = [ 1876 "bstr", 1877 "gix-features 0.41.1", 1878 "gix-path", 1879 "percent-encoding", 1880 "thiserror 2.0.12", 1881 "url", 1882] 1883 1884[[package]] 1885name = "gix-utils" 1886version = "0.2.0" 1887source = "registry+https://github.com/rust-lang/crates.io-index" 1888checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0" 1889dependencies = [ 1890 "bstr", 1891 "fastrand", 1892 "unicode-normalization", 1893] 1894 1895[[package]] 1896name = "gix-utils" 1897version = "0.3.0" 1898source = "registry+https://github.com/rust-lang/crates.io-index" 1899checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5" 1900dependencies = [ 1901 "fastrand", 1902 "unicode-normalization", 1903] 1904 1905[[package]] 1906name = "gix-validate" 1907version = "0.9.4" 1908source = "registry+https://github.com/rust-lang/crates.io-index" 1909checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084" 1910dependencies = [ 1911 "bstr", 1912 "thiserror 2.0.12", 1913] 1914 1915[[package]] 1916name = "gix-validate" 1917version = "0.10.0" 1918source = "registry+https://github.com/rust-lang/crates.io-index" 1919checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d" 1920dependencies = [ 1921 "bstr", 1922 "thiserror 2.0.12", 1923] 1924 1925[[package]] 1926name = "gix-worktree" 1927version = "0.40.0" 1928source = "registry+https://github.com/rust-lang/crates.io-index" 1929checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b" 1930dependencies = [ 1931 "bstr", 1932 "gix-attributes", 1933 "gix-features 0.41.1", 1934 "gix-fs 0.14.0", 1935 "gix-glob", 1936 "gix-hash 0.17.0", 1937 "gix-ignore", 1938 "gix-index", 1939 "gix-object", 1940 "gix-path", 1941 "gix-validate 0.9.4", 1942] 1943 1944[[package]] 1945name = "gix-worktree-state" 1946version = "0.18.0" 1947source = "registry+https://github.com/rust-lang/crates.io-index" 1948checksum = "490eb4d38ec2735b3466840aa3881b44ec1a4c180d6a658abfab03910380e18b" 1949dependencies = [ 1950 "bstr", 1951 "gix-features 0.41.1", 1952 "gix-filter", 1953 "gix-fs 0.14.0", 1954 "gix-glob", 1955 "gix-hash 0.17.0", 1956 "gix-index", 1957 "gix-object", 1958 "gix-path", 1959 "gix-worktree", 1960 "io-close", 1961 "thiserror 2.0.12", 1962] 1963 1964[[package]] 1965name = "glob" 1966version = "0.3.2" 1967source = "registry+https://github.com/rust-lang/crates.io-index" 1968checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" 1969 1970[[package]] 1971name = "globset" 1972version = "0.4.16" 1973source = "registry+https://github.com/rust-lang/crates.io-index" 1974checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5" 1975dependencies = [ 1976 "aho-corasick", 1977 "bstr", 1978 "log", 1979 "regex-automata 0.4.9", 1980 "regex-syntax 0.8.5", 1981] 1982 1983[[package]] 1984name = "half" 1985version = "2.6.0" 1986source = "registry+https://github.com/rust-lang/crates.io-index" 1987checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9" 1988dependencies = [ 1989 "cfg-if", 1990 "crunchy", 1991] 1992 1993[[package]] 1994name = "hash32" 1995version = "0.3.1" 1996source = "registry+https://github.com/rust-lang/crates.io-index" 1997checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606" 1998dependencies = [ 1999 "byteorder", 2000] 2001 2002[[package]] 2003name = "hashbrown" 2004version = "0.14.5" 2005source = "registry+https://github.com/rust-lang/crates.io-index" 2006checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 2007dependencies = [ 2008 "ahash", 2009 "allocator-api2", 2010] 2011 2012[[package]] 2013name = "hashbrown" 2014version = "0.15.3" 2015source = "registry+https://github.com/rust-lang/crates.io-index" 2016checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" 2017dependencies = [ 2018 "foldhash", 2019] 2020 2021[[package]] 2022name = "heapless" 2023version = "0.8.0" 2024source = "registry+https://github.com/rust-lang/crates.io-index" 2025checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" 2026dependencies = [ 2027 "hash32", 2028 "stable_deref_trait", 2029] 2030 2031[[package]] 2032name = "heck" 2033version = "0.5.0" 2034source = "registry+https://github.com/rust-lang/crates.io-index" 2035checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 2036 2037[[package]] 2038name = "hermit-abi" 2039version = "0.3.9" 2040source = "registry+https://github.com/rust-lang/crates.io-index" 2041checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 2042 2043[[package]] 2044name = "hermit-abi" 2045version = "0.5.1" 2046source = "registry+https://github.com/rust-lang/crates.io-index" 2047checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08" 2048 2049[[package]] 2050name = "hex" 2051version = "0.4.3" 2052source = "registry+https://github.com/rust-lang/crates.io-index" 2053checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 2054 2055[[package]] 2056name = "home" 2057version = "0.5.11" 2058source = "registry+https://github.com/rust-lang/crates.io-index" 2059checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" 2060dependencies = [ 2061 "windows-sys 0.59.0", 2062] 2063 2064[[package]] 2065name = "iana-time-zone" 2066version = "0.1.63" 2067source = "registry+https://github.com/rust-lang/crates.io-index" 2068checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" 2069dependencies = [ 2070 "android_system_properties", 2071 "core-foundation-sys", 2072 "iana-time-zone-haiku", 2073 "js-sys", 2074 "log", 2075 "wasm-bindgen", 2076 "windows-core", 2077] 2078 2079[[package]] 2080name = "iana-time-zone-haiku" 2081version = "0.1.2" 2082source = "registry+https://github.com/rust-lang/crates.io-index" 2083checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2084dependencies = [ 2085 "cc", 2086] 2087 2088[[package]] 2089name = "icu_collections" 2090version = "1.5.0" 2091source = "registry+https://github.com/rust-lang/crates.io-index" 2092checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 2093dependencies = [ 2094 "displaydoc", 2095 "yoke", 2096 "zerofrom", 2097 "zerovec", 2098] 2099 2100[[package]] 2101name = "icu_locid" 2102version = "1.5.0" 2103source = "registry+https://github.com/rust-lang/crates.io-index" 2104checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 2105dependencies = [ 2106 "displaydoc", 2107 "litemap", 2108 "tinystr", 2109 "writeable", 2110 "zerovec", 2111] 2112 2113[[package]] 2114name = "icu_locid_transform" 2115version = "1.5.0" 2116source = "registry+https://github.com/rust-lang/crates.io-index" 2117checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 2118dependencies = [ 2119 "displaydoc", 2120 "icu_locid", 2121 "icu_locid_transform_data", 2122 "icu_provider", 2123 "tinystr", 2124 "zerovec", 2125] 2126 2127[[package]] 2128name = "icu_locid_transform_data" 2129version = "1.5.1" 2130source = "registry+https://github.com/rust-lang/crates.io-index" 2131checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d" 2132 2133[[package]] 2134name = "icu_normalizer" 2135version = "1.5.0" 2136source = "registry+https://github.com/rust-lang/crates.io-index" 2137checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 2138dependencies = [ 2139 "displaydoc", 2140 "icu_collections", 2141 "icu_normalizer_data", 2142 "icu_properties", 2143 "icu_provider", 2144 "smallvec", 2145 "utf16_iter", 2146 "utf8_iter", 2147 "write16", 2148 "zerovec", 2149] 2150 2151[[package]] 2152name = "icu_normalizer_data" 2153version = "1.5.1" 2154source = "registry+https://github.com/rust-lang/crates.io-index" 2155checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7" 2156 2157[[package]] 2158name = "icu_properties" 2159version = "1.5.1" 2160source = "registry+https://github.com/rust-lang/crates.io-index" 2161checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 2162dependencies = [ 2163 "displaydoc", 2164 "icu_collections", 2165 "icu_locid_transform", 2166 "icu_properties_data", 2167 "icu_provider", 2168 "tinystr", 2169 "zerovec", 2170] 2171 2172[[package]] 2173name = "icu_properties_data" 2174version = "1.5.1" 2175source = "registry+https://github.com/rust-lang/crates.io-index" 2176checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2" 2177 2178[[package]] 2179name = "icu_provider" 2180version = "1.5.0" 2181source = "registry+https://github.com/rust-lang/crates.io-index" 2182checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 2183dependencies = [ 2184 "displaydoc", 2185 "icu_locid", 2186 "icu_provider_macros", 2187 "stable_deref_trait", 2188 "tinystr", 2189 "writeable", 2190 "yoke", 2191 "zerofrom", 2192 "zerovec", 2193] 2194 2195[[package]] 2196name = "icu_provider_macros" 2197version = "1.5.0" 2198source = "registry+https://github.com/rust-lang/crates.io-index" 2199checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 2200dependencies = [ 2201 "proc-macro2", 2202 "quote", 2203 "syn 2.0.101", 2204] 2205 2206[[package]] 2207name = "ident_case" 2208version = "1.0.1" 2209source = "registry+https://github.com/rust-lang/crates.io-index" 2210checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2211 2212[[package]] 2213name = "idna" 2214version = "1.0.3" 2215source = "registry+https://github.com/rust-lang/crates.io-index" 2216checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 2217dependencies = [ 2218 "idna_adapter", 2219 "smallvec", 2220 "utf8_iter", 2221] 2222 2223[[package]] 2224name = "idna_adapter" 2225version = "1.2.0" 2226source = "registry+https://github.com/rust-lang/crates.io-index" 2227checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 2228dependencies = [ 2229 "icu_normalizer", 2230 "icu_properties", 2231] 2232 2233[[package]] 2234name = "ignore" 2235version = "0.4.23" 2236source = "registry+https://github.com/rust-lang/crates.io-index" 2237checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b" 2238dependencies = [ 2239 "crossbeam-deque", 2240 "globset", 2241 "log", 2242 "memchr", 2243 "regex-automata 0.4.9", 2244 "same-file", 2245 "walkdir", 2246 "winapi-util", 2247] 2248 2249[[package]] 2250name = "imara-diff" 2251version = "0.1.8" 2252source = "registry+https://github.com/rust-lang/crates.io-index" 2253checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2" 2254dependencies = [ 2255 "hashbrown 0.15.3", 2256] 2257 2258[[package]] 2259name = "indexmap" 2260version = "2.9.0" 2261source = "registry+https://github.com/rust-lang/crates.io-index" 2262checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" 2263dependencies = [ 2264 "equivalent", 2265 "hashbrown 0.15.3", 2266 "serde", 2267] 2268 2269[[package]] 2270name = "indoc" 2271version = "2.0.6" 2272source = "registry+https://github.com/rust-lang/crates.io-index" 2273checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" 2274 2275[[package]] 2276name = "insta" 2277version = "1.43.1" 2278source = "registry+https://github.com/rust-lang/crates.io-index" 2279checksum = "154934ea70c58054b556dd430b99a98c2a7ff5309ac9891597e339b5c28f4371" 2280dependencies = [ 2281 "console", 2282 "once_cell", 2283 "regex", 2284 "similar", 2285] 2286 2287[[package]] 2288name = "instability" 2289version = "0.3.7" 2290source = "registry+https://github.com/rust-lang/crates.io-index" 2291checksum = "0bf9fed6d91cfb734e7476a06bde8300a1b94e217e1b523b6f0cd1a01998c71d" 2292dependencies = [ 2293 "darling", 2294 "indoc", 2295 "proc-macro2", 2296 "quote", 2297 "syn 2.0.101", 2298] 2299 2300[[package]] 2301name = "interim" 2302version = "0.2.1" 2303source = "registry+https://github.com/rust-lang/crates.io-index" 2304checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a" 2305dependencies = [ 2306 "chrono", 2307 "logos", 2308] 2309 2310[[package]] 2311name = "io-close" 2312version = "0.3.7" 2313source = "registry+https://github.com/rust-lang/crates.io-index" 2314checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc" 2315dependencies = [ 2316 "libc", 2317 "winapi", 2318] 2319 2320[[package]] 2321name = "is-terminal" 2322version = "0.4.16" 2323source = "registry+https://github.com/rust-lang/crates.io-index" 2324checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" 2325dependencies = [ 2326 "hermit-abi 0.5.1", 2327 "libc", 2328 "windows-sys 0.59.0", 2329] 2330 2331[[package]] 2332name = "is_executable" 2333version = "1.0.4" 2334source = "registry+https://github.com/rust-lang/crates.io-index" 2335checksum = "d4a1b5bad6f9072935961dfbf1cced2f3d129963d091b6f69f007fe04e758ae2" 2336dependencies = [ 2337 "winapi", 2338] 2339 2340[[package]] 2341name = "is_terminal_polyfill" 2342version = "1.70.1" 2343source = "registry+https://github.com/rust-lang/crates.io-index" 2344checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 2345 2346[[package]] 2347name = "itertools" 2348version = "0.10.5" 2349source = "registry+https://github.com/rust-lang/crates.io-index" 2350checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 2351dependencies = [ 2352 "either", 2353] 2354 2355[[package]] 2356name = "itertools" 2357version = "0.13.0" 2358source = "registry+https://github.com/rust-lang/crates.io-index" 2359checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 2360dependencies = [ 2361 "either", 2362] 2363 2364[[package]] 2365name = "itertools" 2366version = "0.14.0" 2367source = "registry+https://github.com/rust-lang/crates.io-index" 2368checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 2369dependencies = [ 2370 "either", 2371] 2372 2373[[package]] 2374name = "itoa" 2375version = "1.0.15" 2376source = "registry+https://github.com/rust-lang/crates.io-index" 2377checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 2378 2379[[package]] 2380name = "jiff" 2381version = "0.2.13" 2382source = "registry+https://github.com/rust-lang/crates.io-index" 2383checksum = "f02000660d30638906021176af16b17498bd0d12813dbfe7b276d8bc7f3c0806" 2384dependencies = [ 2385 "jiff-static", 2386 "jiff-tzdb-platform", 2387 "log", 2388 "portable-atomic", 2389 "portable-atomic-util", 2390 "serde", 2391 "windows-sys 0.59.0", 2392] 2393 2394[[package]] 2395name = "jiff-static" 2396version = "0.2.13" 2397source = "registry+https://github.com/rust-lang/crates.io-index" 2398checksum = "f3c30758ddd7188629c6713fc45d1188af4f44c90582311d0c8d8c9907f60c48" 2399dependencies = [ 2400 "proc-macro2", 2401 "quote", 2402 "syn 2.0.101", 2403] 2404 2405[[package]] 2406name = "jiff-tzdb" 2407version = "0.1.4" 2408source = "registry+https://github.com/rust-lang/crates.io-index" 2409checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524" 2410 2411[[package]] 2412name = "jiff-tzdb-platform" 2413version = "0.1.3" 2414source = "registry+https://github.com/rust-lang/crates.io-index" 2415checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8" 2416dependencies = [ 2417 "jiff-tzdb", 2418] 2419 2420[[package]] 2421name = "jj-cli" 2422version = "0.29.0" 2423dependencies = [ 2424 "assert_cmd", 2425 "assert_matches", 2426 "async-trait", 2427 "bstr", 2428 "chrono", 2429 "clap", 2430 "clap-markdown", 2431 "clap_complete", 2432 "clap_complete_nushell", 2433 "clap_mangen", 2434 "criterion", 2435 "crossterm", 2436 "datatest-stable", 2437 "dunce", 2438 "etcetera", 2439 "futures 0.3.31", 2440 "gix", 2441 "glob", 2442 "indexmap", 2443 "indoc", 2444 "insta", 2445 "itertools 0.14.0", 2446 "jj-cli", 2447 "jj-lib", 2448 "libc", 2449 "maplit", 2450 "once_cell", 2451 "os_pipe", 2452 "pest", 2453 "pest_derive", 2454 "pollster", 2455 "rayon", 2456 "regex", 2457 "rpassword", 2458 "sapling-renderdag", 2459 "sapling-streampager", 2460 "scm-record", 2461 "serde", 2462 "serde_json", 2463 "slab", 2464 "strsim", 2465 "tempfile", 2466 "test-case", 2467 "testutils", 2468 "textwrap", 2469 "thiserror 2.0.12", 2470 "timeago", 2471 "tokio", 2472 "toml_edit", 2473 "tracing", 2474 "tracing-chrome", 2475 "tracing-subscriber", 2476 "unicode-width 0.2.0", 2477 "whoami", 2478] 2479 2480[[package]] 2481name = "jj-lib" 2482version = "0.29.0" 2483dependencies = [ 2484 "assert_matches", 2485 "async-trait", 2486 "blake2", 2487 "bstr", 2488 "chrono", 2489 "clru", 2490 "criterion", 2491 "digest", 2492 "dunce", 2493 "either", 2494 "futures 0.3.31", 2495 "gix", 2496 "glob", 2497 "hashbrown 0.15.3", 2498 "hex", 2499 "ignore", 2500 "indexmap", 2501 "indoc", 2502 "insta", 2503 "interim", 2504 "itertools 0.14.0", 2505 "jj-lib-proc-macros", 2506 "maplit", 2507 "num_cpus", 2508 "once_cell", 2509 "pest", 2510 "pest_derive", 2511 "pollster", 2512 "pretty_assertions", 2513 "prost", 2514 "rand 0.9.1", 2515 "rand_chacha", 2516 "rayon", 2517 "ref-cast", 2518 "regex", 2519 "rustix 1.0.7", 2520 "same-file", 2521 "sapling-renderdag", 2522 "serde", 2523 "serde_json", 2524 "smallvec", 2525 "strsim", 2526 "tempfile", 2527 "test-case", 2528 "testutils", 2529 "thiserror 2.0.12", 2530 "tokio", 2531 "toml_edit", 2532 "tracing", 2533 "version_check", 2534 "watchman_client", 2535 "winreg", 2536] 2537 2538[[package]] 2539name = "jj-lib-proc-macros" 2540version = "0.29.0" 2541dependencies = [ 2542 "proc-macro2", 2543 "quote", 2544 "syn 2.0.101", 2545] 2546 2547[[package]] 2548name = "js-sys" 2549version = "0.3.77" 2550source = "registry+https://github.com/rust-lang/crates.io-index" 2551checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 2552dependencies = [ 2553 "once_cell", 2554 "wasm-bindgen", 2555] 2556 2557[[package]] 2558name = "kstring" 2559version = "2.0.2" 2560source = "registry+https://github.com/rust-lang/crates.io-index" 2561checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1" 2562dependencies = [ 2563 "static_assertions", 2564] 2565 2566[[package]] 2567name = "lab" 2568version = "0.11.0" 2569source = "registry+https://github.com/rust-lang/crates.io-index" 2570checksum = "bf36173d4167ed999940f804952e6b08197cae5ad5d572eb4db150ce8ad5d58f" 2571 2572[[package]] 2573name = "lazy_static" 2574version = "1.5.0" 2575source = "registry+https://github.com/rust-lang/crates.io-index" 2576checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2577 2578[[package]] 2579name = "libc" 2580version = "0.2.172" 2581source = "registry+https://github.com/rust-lang/crates.io-index" 2582checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" 2583 2584[[package]] 2585name = "libredox" 2586version = "0.1.3" 2587source = "registry+https://github.com/rust-lang/crates.io-index" 2588checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 2589dependencies = [ 2590 "bitflags 2.9.0", 2591 "libc", 2592 "redox_syscall", 2593] 2594 2595[[package]] 2596name = "libtest-mimic" 2597version = "0.8.1" 2598source = "registry+https://github.com/rust-lang/crates.io-index" 2599checksum = "5297962ef19edda4ce33aaa484386e0a5b3d7f2f4e037cbeee00503ef6b29d33" 2600dependencies = [ 2601 "anstream", 2602 "anstyle", 2603 "clap", 2604 "escape8259", 2605] 2606 2607[[package]] 2608name = "libz-rs-sys" 2609version = "0.5.0" 2610source = "registry+https://github.com/rust-lang/crates.io-index" 2611checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a" 2612dependencies = [ 2613 "zlib-rs", 2614] 2615 2616[[package]] 2617name = "linux-raw-sys" 2618version = "0.4.15" 2619source = "registry+https://github.com/rust-lang/crates.io-index" 2620checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 2621 2622[[package]] 2623name = "linux-raw-sys" 2624version = "0.9.4" 2625source = "registry+https://github.com/rust-lang/crates.io-index" 2626checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" 2627 2628[[package]] 2629name = "litemap" 2630version = "0.7.5" 2631source = "registry+https://github.com/rust-lang/crates.io-index" 2632checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" 2633 2634[[package]] 2635name = "lock_api" 2636version = "0.4.12" 2637source = "registry+https://github.com/rust-lang/crates.io-index" 2638checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 2639dependencies = [ 2640 "autocfg", 2641 "scopeguard", 2642] 2643 2644[[package]] 2645name = "log" 2646version = "0.4.27" 2647source = "registry+https://github.com/rust-lang/crates.io-index" 2648checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 2649 2650[[package]] 2651name = "logos" 2652version = "0.15.0" 2653source = "registry+https://github.com/rust-lang/crates.io-index" 2654checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db" 2655dependencies = [ 2656 "logos-derive", 2657] 2658 2659[[package]] 2660name = "logos-codegen" 2661version = "0.15.0" 2662source = "registry+https://github.com/rust-lang/crates.io-index" 2663checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e" 2664dependencies = [ 2665 "beef", 2666 "fnv", 2667 "lazy_static", 2668 "proc-macro2", 2669 "quote", 2670 "regex-syntax 0.8.5", 2671 "rustc_version", 2672 "syn 2.0.101", 2673] 2674 2675[[package]] 2676name = "logos-derive" 2677version = "0.15.0" 2678source = "registry+https://github.com/rust-lang/crates.io-index" 2679checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba" 2680dependencies = [ 2681 "logos-codegen", 2682] 2683 2684[[package]] 2685name = "lru" 2686version = "0.12.4" 2687source = "registry+https://github.com/rust-lang/crates.io-index" 2688checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904" 2689dependencies = [ 2690 "hashbrown 0.14.5", 2691] 2692 2693[[package]] 2694name = "mac_address" 2695version = "1.1.8" 2696source = "registry+https://github.com/rust-lang/crates.io-index" 2697checksum = "c0aeb26bf5e836cc1c341c8106051b573f1766dfa05aa87f0b98be5e51b02303" 2698dependencies = [ 2699 "nix", 2700 "winapi", 2701] 2702 2703[[package]] 2704name = "maplit" 2705version = "1.0.2" 2706source = "registry+https://github.com/rust-lang/crates.io-index" 2707checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" 2708 2709[[package]] 2710name = "matchers" 2711version = "0.1.0" 2712source = "registry+https://github.com/rust-lang/crates.io-index" 2713checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 2714dependencies = [ 2715 "regex-automata 0.1.10", 2716] 2717 2718[[package]] 2719name = "maybe-async" 2720version = "0.2.10" 2721source = "registry+https://github.com/rust-lang/crates.io-index" 2722checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11" 2723dependencies = [ 2724 "proc-macro2", 2725 "quote", 2726 "syn 2.0.101", 2727] 2728 2729[[package]] 2730name = "memchr" 2731version = "2.7.4" 2732source = "registry+https://github.com/rust-lang/crates.io-index" 2733checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 2734 2735[[package]] 2736name = "memmap2" 2737version = "0.5.10" 2738source = "registry+https://github.com/rust-lang/crates.io-index" 2739checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" 2740dependencies = [ 2741 "libc", 2742] 2743 2744[[package]] 2745name = "memmap2" 2746version = "0.9.5" 2747source = "registry+https://github.com/rust-lang/crates.io-index" 2748checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" 2749dependencies = [ 2750 "libc", 2751] 2752 2753[[package]] 2754name = "memmem" 2755version = "0.1.1" 2756source = "registry+https://github.com/rust-lang/crates.io-index" 2757checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15" 2758 2759[[package]] 2760name = "memoffset" 2761version = "0.9.1" 2762source = "registry+https://github.com/rust-lang/crates.io-index" 2763checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 2764dependencies = [ 2765 "autocfg", 2766] 2767 2768[[package]] 2769name = "minimal-lexical" 2770version = "0.2.1" 2771source = "registry+https://github.com/rust-lang/crates.io-index" 2772checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2773 2774[[package]] 2775name = "miniz_oxide" 2776version = "0.8.8" 2777source = "registry+https://github.com/rust-lang/crates.io-index" 2778checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" 2779dependencies = [ 2780 "adler2", 2781] 2782 2783[[package]] 2784name = "mio" 2785version = "1.0.3" 2786source = "registry+https://github.com/rust-lang/crates.io-index" 2787checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 2788dependencies = [ 2789 "libc", 2790 "log", 2791 "wasi 0.11.0+wasi-snapshot-preview1", 2792 "windows-sys 0.52.0", 2793] 2794 2795[[package]] 2796name = "multimap" 2797version = "0.10.0" 2798source = "registry+https://github.com/rust-lang/crates.io-index" 2799checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" 2800 2801[[package]] 2802name = "nix" 2803version = "0.29.0" 2804source = "registry+https://github.com/rust-lang/crates.io-index" 2805checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 2806dependencies = [ 2807 "bitflags 2.9.0", 2808 "cfg-if", 2809 "cfg_aliases", 2810 "libc", 2811 "memoffset", 2812] 2813 2814[[package]] 2815name = "nom" 2816version = "7.1.3" 2817source = "registry+https://github.com/rust-lang/crates.io-index" 2818checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2819dependencies = [ 2820 "memchr", 2821 "minimal-lexical", 2822] 2823 2824[[package]] 2825name = "nu-ansi-term" 2826version = "0.46.0" 2827source = "registry+https://github.com/rust-lang/crates.io-index" 2828checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 2829dependencies = [ 2830 "overload", 2831 "winapi", 2832] 2833 2834[[package]] 2835name = "num-derive" 2836version = "0.4.2" 2837source = "registry+https://github.com/rust-lang/crates.io-index" 2838checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 2839dependencies = [ 2840 "proc-macro2", 2841 "quote", 2842 "syn 2.0.101", 2843] 2844 2845[[package]] 2846name = "num-traits" 2847version = "0.2.19" 2848source = "registry+https://github.com/rust-lang/crates.io-index" 2849checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2850dependencies = [ 2851 "autocfg", 2852] 2853 2854[[package]] 2855name = "num_cpus" 2856version = "1.16.0" 2857source = "registry+https://github.com/rust-lang/crates.io-index" 2858checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 2859dependencies = [ 2860 "hermit-abi 0.3.9", 2861 "libc", 2862] 2863 2864[[package]] 2865name = "object" 2866version = "0.36.7" 2867source = "registry+https://github.com/rust-lang/crates.io-index" 2868checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 2869dependencies = [ 2870 "memchr", 2871] 2872 2873[[package]] 2874name = "once_cell" 2875version = "1.21.3" 2876source = "registry+https://github.com/rust-lang/crates.io-index" 2877checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 2878 2879[[package]] 2880name = "oorandom" 2881version = "11.1.5" 2882source = "registry+https://github.com/rust-lang/crates.io-index" 2883checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" 2884 2885[[package]] 2886name = "option-ext" 2887version = "0.2.0" 2888source = "registry+https://github.com/rust-lang/crates.io-index" 2889checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 2890 2891[[package]] 2892name = "ordered-float" 2893version = "4.6.0" 2894source = "registry+https://github.com/rust-lang/crates.io-index" 2895checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" 2896dependencies = [ 2897 "num-traits", 2898] 2899 2900[[package]] 2901name = "os_pipe" 2902version = "1.2.2" 2903source = "registry+https://github.com/rust-lang/crates.io-index" 2904checksum = "db335f4760b14ead6290116f2427bf33a14d4f0617d49f78a246de10c1831224" 2905dependencies = [ 2906 "libc", 2907 "windows-sys 0.59.0", 2908] 2909 2910[[package]] 2911name = "overload" 2912version = "0.1.1" 2913source = "registry+https://github.com/rust-lang/crates.io-index" 2914checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 2915 2916[[package]] 2917name = "parking_lot" 2918version = "0.12.3" 2919source = "registry+https://github.com/rust-lang/crates.io-index" 2920checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 2921dependencies = [ 2922 "lock_api", 2923 "parking_lot_core", 2924] 2925 2926[[package]] 2927name = "parking_lot_core" 2928version = "0.9.10" 2929source = "registry+https://github.com/rust-lang/crates.io-index" 2930checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 2931dependencies = [ 2932 "cfg-if", 2933 "libc", 2934 "redox_syscall", 2935 "smallvec", 2936 "windows-targets 0.52.6", 2937] 2938 2939[[package]] 2940name = "paste" 2941version = "1.0.15" 2942source = "registry+https://github.com/rust-lang/crates.io-index" 2943checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 2944 2945[[package]] 2946name = "percent-encoding" 2947version = "2.3.1" 2948source = "registry+https://github.com/rust-lang/crates.io-index" 2949checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2950 2951[[package]] 2952name = "pest" 2953version = "2.8.0" 2954source = "registry+https://github.com/rust-lang/crates.io-index" 2955checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6" 2956dependencies = [ 2957 "memchr", 2958 "thiserror 2.0.12", 2959 "ucd-trie", 2960] 2961 2962[[package]] 2963name = "pest_derive" 2964version = "2.8.0" 2965source = "registry+https://github.com/rust-lang/crates.io-index" 2966checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5" 2967dependencies = [ 2968 "pest", 2969 "pest_generator", 2970] 2971 2972[[package]] 2973name = "pest_generator" 2974version = "2.8.0" 2975source = "registry+https://github.com/rust-lang/crates.io-index" 2976checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841" 2977dependencies = [ 2978 "pest", 2979 "pest_meta", 2980 "proc-macro2", 2981 "quote", 2982 "syn 2.0.101", 2983] 2984 2985[[package]] 2986name = "pest_meta" 2987version = "2.8.0" 2988source = "registry+https://github.com/rust-lang/crates.io-index" 2989checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0" 2990dependencies = [ 2991 "once_cell", 2992 "pest", 2993 "sha2", 2994] 2995 2996[[package]] 2997name = "petgraph" 2998version = "0.7.1" 2999source = "registry+https://github.com/rust-lang/crates.io-index" 3000checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" 3001dependencies = [ 3002 "fixedbitset 0.5.7", 3003 "indexmap", 3004] 3005 3006[[package]] 3007name = "phf" 3008version = "0.11.3" 3009source = "registry+https://github.com/rust-lang/crates.io-index" 3010checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 3011dependencies = [ 3012 "phf_macros", 3013 "phf_shared", 3014] 3015 3016[[package]] 3017name = "phf_codegen" 3018version = "0.11.3" 3019source = "registry+https://github.com/rust-lang/crates.io-index" 3020checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 3021dependencies = [ 3022 "phf_generator", 3023 "phf_shared", 3024] 3025 3026[[package]] 3027name = "phf_generator" 3028version = "0.11.3" 3029source = "registry+https://github.com/rust-lang/crates.io-index" 3030checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 3031dependencies = [ 3032 "phf_shared", 3033 "rand 0.8.5", 3034] 3035 3036[[package]] 3037name = "phf_macros" 3038version = "0.11.3" 3039source = "registry+https://github.com/rust-lang/crates.io-index" 3040checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" 3041dependencies = [ 3042 "phf_generator", 3043 "phf_shared", 3044 "proc-macro2", 3045 "quote", 3046 "syn 2.0.101", 3047] 3048 3049[[package]] 3050name = "phf_shared" 3051version = "0.11.3" 3052source = "registry+https://github.com/rust-lang/crates.io-index" 3053checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 3054dependencies = [ 3055 "siphasher", 3056] 3057 3058[[package]] 3059name = "pin-project-lite" 3060version = "0.2.16" 3061source = "registry+https://github.com/rust-lang/crates.io-index" 3062checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 3063 3064[[package]] 3065name = "pin-utils" 3066version = "0.1.0" 3067source = "registry+https://github.com/rust-lang/crates.io-index" 3068checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3069 3070[[package]] 3071name = "plotters" 3072version = "0.3.7" 3073source = "registry+https://github.com/rust-lang/crates.io-index" 3074checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" 3075dependencies = [ 3076 "num-traits", 3077 "plotters-backend", 3078 "plotters-svg", 3079 "wasm-bindgen", 3080 "web-sys", 3081] 3082 3083[[package]] 3084name = "plotters-backend" 3085version = "0.3.7" 3086source = "registry+https://github.com/rust-lang/crates.io-index" 3087checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" 3088 3089[[package]] 3090name = "plotters-svg" 3091version = "0.3.7" 3092source = "registry+https://github.com/rust-lang/crates.io-index" 3093checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" 3094dependencies = [ 3095 "plotters-backend", 3096] 3097 3098[[package]] 3099name = "pollster" 3100version = "0.4.0" 3101source = "registry+https://github.com/rust-lang/crates.io-index" 3102checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" 3103 3104[[package]] 3105name = "portable-atomic" 3106version = "1.11.0" 3107source = "registry+https://github.com/rust-lang/crates.io-index" 3108checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" 3109 3110[[package]] 3111name = "portable-atomic-util" 3112version = "0.2.4" 3113source = "registry+https://github.com/rust-lang/crates.io-index" 3114checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" 3115dependencies = [ 3116 "portable-atomic", 3117] 3118 3119[[package]] 3120name = "ppv-lite86" 3121version = "0.2.21" 3122source = "registry+https://github.com/rust-lang/crates.io-index" 3123checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 3124dependencies = [ 3125 "zerocopy 0.8.25", 3126] 3127 3128[[package]] 3129name = "predicates" 3130version = "3.1.3" 3131source = "registry+https://github.com/rust-lang/crates.io-index" 3132checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573" 3133dependencies = [ 3134 "anstyle", 3135 "difflib", 3136 "predicates-core", 3137] 3138 3139[[package]] 3140name = "predicates-core" 3141version = "1.0.9" 3142source = "registry+https://github.com/rust-lang/crates.io-index" 3143checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa" 3144 3145[[package]] 3146name = "predicates-tree" 3147version = "1.0.12" 3148source = "registry+https://github.com/rust-lang/crates.io-index" 3149checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c" 3150dependencies = [ 3151 "predicates-core", 3152 "termtree", 3153] 3154 3155[[package]] 3156name = "pretty_assertions" 3157version = "1.4.1" 3158source = "registry+https://github.com/rust-lang/crates.io-index" 3159checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" 3160dependencies = [ 3161 "diff", 3162 "yansi", 3163] 3164 3165[[package]] 3166name = "prettyplease" 3167version = "0.2.32" 3168source = "registry+https://github.com/rust-lang/crates.io-index" 3169checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6" 3170dependencies = [ 3171 "proc-macro2", 3172 "syn 2.0.101", 3173] 3174 3175[[package]] 3176name = "proc-macro2" 3177version = "1.0.95" 3178source = "registry+https://github.com/rust-lang/crates.io-index" 3179checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 3180dependencies = [ 3181 "unicode-ident", 3182] 3183 3184[[package]] 3185name = "prodash" 3186version = "29.0.2" 3187source = "registry+https://github.com/rust-lang/crates.io-index" 3188checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc" 3189dependencies = [ 3190 "log", 3191 "parking_lot", 3192] 3193 3194[[package]] 3195name = "prost" 3196version = "0.13.5" 3197source = "registry+https://github.com/rust-lang/crates.io-index" 3198checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" 3199dependencies = [ 3200 "bytes", 3201 "prost-derive", 3202] 3203 3204[[package]] 3205name = "prost-build" 3206version = "0.13.5" 3207source = "registry+https://github.com/rust-lang/crates.io-index" 3208checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" 3209dependencies = [ 3210 "heck", 3211 "itertools 0.14.0", 3212 "log", 3213 "multimap", 3214 "once_cell", 3215 "petgraph", 3216 "prettyplease", 3217 "prost", 3218 "prost-types", 3219 "regex", 3220 "syn 2.0.101", 3221 "tempfile", 3222] 3223 3224[[package]] 3225name = "prost-derive" 3226version = "0.13.5" 3227source = "registry+https://github.com/rust-lang/crates.io-index" 3228checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" 3229dependencies = [ 3230 "anyhow", 3231 "itertools 0.14.0", 3232 "proc-macro2", 3233 "quote", 3234 "syn 2.0.101", 3235] 3236 3237[[package]] 3238name = "prost-types" 3239version = "0.13.5" 3240source = "registry+https://github.com/rust-lang/crates.io-index" 3241checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16" 3242dependencies = [ 3243 "prost", 3244] 3245 3246[[package]] 3247name = "quote" 3248version = "1.0.40" 3249source = "registry+https://github.com/rust-lang/crates.io-index" 3250checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 3251dependencies = [ 3252 "proc-macro2", 3253] 3254 3255[[package]] 3256name = "r-efi" 3257version = "5.2.0" 3258source = "registry+https://github.com/rust-lang/crates.io-index" 3259checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" 3260 3261[[package]] 3262name = "rand" 3263version = "0.8.5" 3264source = "registry+https://github.com/rust-lang/crates.io-index" 3265checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3266dependencies = [ 3267 "rand_core 0.6.4", 3268] 3269 3270[[package]] 3271name = "rand" 3272version = "0.9.1" 3273source = "registry+https://github.com/rust-lang/crates.io-index" 3274checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" 3275dependencies = [ 3276 "rand_chacha", 3277 "rand_core 0.9.3", 3278] 3279 3280[[package]] 3281name = "rand_chacha" 3282version = "0.9.0" 3283source = "registry+https://github.com/rust-lang/crates.io-index" 3284checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 3285dependencies = [ 3286 "ppv-lite86", 3287 "rand_core 0.9.3", 3288] 3289 3290[[package]] 3291name = "rand_core" 3292version = "0.6.4" 3293source = "registry+https://github.com/rust-lang/crates.io-index" 3294checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3295 3296[[package]] 3297name = "rand_core" 3298version = "0.9.3" 3299source = "registry+https://github.com/rust-lang/crates.io-index" 3300checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 3301dependencies = [ 3302 "getrandom 0.3.2", 3303] 3304 3305[[package]] 3306name = "ratatui" 3307version = "0.29.0" 3308source = "registry+https://github.com/rust-lang/crates.io-index" 3309checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" 3310dependencies = [ 3311 "bitflags 2.9.0", 3312 "cassowary", 3313 "compact_str", 3314 "crossterm", 3315 "indoc", 3316 "instability", 3317 "itertools 0.13.0", 3318 "lru", 3319 "paste", 3320 "strum", 3321 "unicode-segmentation", 3322 "unicode-truncate", 3323 "unicode-width 0.2.0", 3324] 3325 3326[[package]] 3327name = "rayon" 3328version = "1.10.0" 3329source = "registry+https://github.com/rust-lang/crates.io-index" 3330checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 3331dependencies = [ 3332 "either", 3333 "rayon-core", 3334] 3335 3336[[package]] 3337name = "rayon-core" 3338version = "1.12.1" 3339source = "registry+https://github.com/rust-lang/crates.io-index" 3340checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 3341dependencies = [ 3342 "crossbeam-deque", 3343 "crossbeam-utils", 3344] 3345 3346[[package]] 3347name = "redox_syscall" 3348version = "0.5.12" 3349source = "registry+https://github.com/rust-lang/crates.io-index" 3350checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af" 3351dependencies = [ 3352 "bitflags 2.9.0", 3353] 3354 3355[[package]] 3356name = "redox_users" 3357version = "0.5.0" 3358source = "registry+https://github.com/rust-lang/crates.io-index" 3359checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" 3360dependencies = [ 3361 "getrandom 0.2.16", 3362 "libredox", 3363 "thiserror 2.0.12", 3364] 3365 3366[[package]] 3367name = "ref-cast" 3368version = "1.0.24" 3369source = "registry+https://github.com/rust-lang/crates.io-index" 3370checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" 3371dependencies = [ 3372 "ref-cast-impl", 3373] 3374 3375[[package]] 3376name = "ref-cast-impl" 3377version = "1.0.24" 3378source = "registry+https://github.com/rust-lang/crates.io-index" 3379checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" 3380dependencies = [ 3381 "proc-macro2", 3382 "quote", 3383 "syn 2.0.101", 3384] 3385 3386[[package]] 3387name = "regex" 3388version = "1.11.1" 3389source = "registry+https://github.com/rust-lang/crates.io-index" 3390checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 3391dependencies = [ 3392 "aho-corasick", 3393 "memchr", 3394 "regex-automata 0.4.9", 3395 "regex-syntax 0.8.5", 3396] 3397 3398[[package]] 3399name = "regex-automata" 3400version = "0.1.10" 3401source = "registry+https://github.com/rust-lang/crates.io-index" 3402checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 3403dependencies = [ 3404 "regex-syntax 0.6.29", 3405] 3406 3407[[package]] 3408name = "regex-automata" 3409version = "0.4.9" 3410source = "registry+https://github.com/rust-lang/crates.io-index" 3411checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 3412dependencies = [ 3413 "aho-corasick", 3414 "memchr", 3415 "regex-syntax 0.8.5", 3416] 3417 3418[[package]] 3419name = "regex-syntax" 3420version = "0.6.29" 3421source = "registry+https://github.com/rust-lang/crates.io-index" 3422checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 3423 3424[[package]] 3425name = "regex-syntax" 3426version = "0.8.5" 3427source = "registry+https://github.com/rust-lang/crates.io-index" 3428checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 3429 3430[[package]] 3431name = "roff" 3432version = "0.2.2" 3433source = "registry+https://github.com/rust-lang/crates.io-index" 3434checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3" 3435 3436[[package]] 3437name = "rpassword" 3438version = "7.4.0" 3439source = "registry+https://github.com/rust-lang/crates.io-index" 3440checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39" 3441dependencies = [ 3442 "libc", 3443 "rtoolbox", 3444 "windows-sys 0.59.0", 3445] 3446 3447[[package]] 3448name = "rtoolbox" 3449version = "0.0.3" 3450source = "registry+https://github.com/rust-lang/crates.io-index" 3451checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f" 3452dependencies = [ 3453 "libc", 3454 "windows-sys 0.52.0", 3455] 3456 3457[[package]] 3458name = "rustc-demangle" 3459version = "0.1.24" 3460source = "registry+https://github.com/rust-lang/crates.io-index" 3461checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 3462 3463[[package]] 3464name = "rustc_version" 3465version = "0.4.1" 3466source = "registry+https://github.com/rust-lang/crates.io-index" 3467checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 3468dependencies = [ 3469 "semver", 3470] 3471 3472[[package]] 3473name = "rustix" 3474version = "0.38.44" 3475source = "registry+https://github.com/rust-lang/crates.io-index" 3476checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 3477dependencies = [ 3478 "bitflags 2.9.0", 3479 "errno", 3480 "libc", 3481 "linux-raw-sys 0.4.15", 3482 "windows-sys 0.59.0", 3483] 3484 3485[[package]] 3486name = "rustix" 3487version = "1.0.7" 3488source = "registry+https://github.com/rust-lang/crates.io-index" 3489checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" 3490dependencies = [ 3491 "bitflags 2.9.0", 3492 "errno", 3493 "libc", 3494 "linux-raw-sys 0.9.4", 3495 "windows-sys 0.59.0", 3496] 3497 3498[[package]] 3499name = "rustversion" 3500version = "1.0.20" 3501source = "registry+https://github.com/rust-lang/crates.io-index" 3502checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" 3503 3504[[package]] 3505name = "ryu" 3506version = "1.0.20" 3507source = "registry+https://github.com/rust-lang/crates.io-index" 3508checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 3509 3510[[package]] 3511name = "same-file" 3512version = "1.0.6" 3513source = "registry+https://github.com/rust-lang/crates.io-index" 3514checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3515dependencies = [ 3516 "winapi-util", 3517] 3518 3519[[package]] 3520name = "sapling-renderdag" 3521version = "0.1.0" 3522source = "registry+https://github.com/rust-lang/crates.io-index" 3523checksum = "edffb89cab87bd0901c5749d576f5d37a1f34e05160e936f463f4e94cc447b61" 3524dependencies = [ 3525 "bitflags 2.9.0", 3526] 3527 3528[[package]] 3529name = "sapling-streampager" 3530version = "0.11.0" 3531source = "registry+https://github.com/rust-lang/crates.io-index" 3532checksum = "67225ae0841f3e2d4082eff3f5dd4dca2777a46b7b6876e7b076eb4a913ada92" 3533dependencies = [ 3534 "bit-set 0.5.3", 3535 "dirs", 3536 "enum_dispatch", 3537 "indexmap", 3538 "lazy_static", 3539 "lru", 3540 "memmap2 0.5.10", 3541 "regex", 3542 "scopeguard", 3543 "serde", 3544 "smallvec", 3545 "tempfile", 3546 "terminfo", 3547 "termwiz", 3548 "thiserror 2.0.12", 3549 "toml", 3550 "unicode-segmentation", 3551 "unicode-width 0.1.12", 3552 "vec_map", 3553] 3554 3555[[package]] 3556name = "scm-record" 3557version = "0.8.0" 3558source = "registry+https://github.com/rust-lang/crates.io-index" 3559checksum = "3262a6cee1ea1663753e7178459c37bd2c5af37ad3371dbefd44607470c6d297" 3560dependencies = [ 3561 "cassowary", 3562 "crossterm", 3563 "num-traits", 3564 "ratatui", 3565 "serde", 3566 "serde_json", 3567 "thiserror 2.0.12", 3568 "tracing", 3569 "unicode-width 0.2.0", 3570] 3571 3572[[package]] 3573name = "scopeguard" 3574version = "1.2.0" 3575source = "registry+https://github.com/rust-lang/crates.io-index" 3576checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3577 3578[[package]] 3579name = "semver" 3580version = "1.0.26" 3581source = "registry+https://github.com/rust-lang/crates.io-index" 3582checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" 3583 3584[[package]] 3585name = "serde" 3586version = "1.0.219" 3587source = "registry+https://github.com/rust-lang/crates.io-index" 3588checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 3589dependencies = [ 3590 "serde_derive", 3591] 3592 3593[[package]] 3594name = "serde_bser" 3595version = "0.4.0" 3596source = "registry+https://github.com/rust-lang/crates.io-index" 3597checksum = "a56b4bcc15e42e5b5ae16c6f75582bef80d36c6ffe2c03b1b5317754b38f8717" 3598dependencies = [ 3599 "anyhow", 3600 "byteorder", 3601 "bytes", 3602 "serde", 3603 "serde_bytes", 3604 "thiserror 1.0.69", 3605] 3606 3607[[package]] 3608name = "serde_bytes" 3609version = "0.11.17" 3610source = "registry+https://github.com/rust-lang/crates.io-index" 3611checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" 3612dependencies = [ 3613 "serde", 3614] 3615 3616[[package]] 3617name = "serde_derive" 3618version = "1.0.219" 3619source = "registry+https://github.com/rust-lang/crates.io-index" 3620checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 3621dependencies = [ 3622 "proc-macro2", 3623 "quote", 3624 "syn 2.0.101", 3625] 3626 3627[[package]] 3628name = "serde_json" 3629version = "1.0.140" 3630source = "registry+https://github.com/rust-lang/crates.io-index" 3631checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" 3632dependencies = [ 3633 "itoa", 3634 "memchr", 3635 "ryu", 3636 "serde", 3637] 3638 3639[[package]] 3640name = "serde_spanned" 3641version = "0.6.8" 3642source = "registry+https://github.com/rust-lang/crates.io-index" 3643checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" 3644dependencies = [ 3645 "serde", 3646] 3647 3648[[package]] 3649name = "sha1" 3650version = "0.10.6" 3651source = "registry+https://github.com/rust-lang/crates.io-index" 3652checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 3653dependencies = [ 3654 "cfg-if", 3655 "cpufeatures", 3656 "digest", 3657] 3658 3659[[package]] 3660name = "sha1-checked" 3661version = "0.10.0" 3662source = "registry+https://github.com/rust-lang/crates.io-index" 3663checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423" 3664dependencies = [ 3665 "digest", 3666 "sha1", 3667] 3668 3669[[package]] 3670name = "sha2" 3671version = "0.10.9" 3672source = "registry+https://github.com/rust-lang/crates.io-index" 3673checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 3674dependencies = [ 3675 "cfg-if", 3676 "cpufeatures", 3677 "digest", 3678] 3679 3680[[package]] 3681name = "sharded-slab" 3682version = "0.1.7" 3683source = "registry+https://github.com/rust-lang/crates.io-index" 3684checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 3685dependencies = [ 3686 "lazy_static", 3687] 3688 3689[[package]] 3690name = "shell-words" 3691version = "1.1.0" 3692source = "registry+https://github.com/rust-lang/crates.io-index" 3693checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" 3694 3695[[package]] 3696name = "shlex" 3697version = "1.3.0" 3698source = "registry+https://github.com/rust-lang/crates.io-index" 3699checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 3700 3701[[package]] 3702name = "signal-hook" 3703version = "0.3.17" 3704source = "registry+https://github.com/rust-lang/crates.io-index" 3705checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 3706dependencies = [ 3707 "libc", 3708 "signal-hook-registry", 3709] 3710 3711[[package]] 3712name = "signal-hook-mio" 3713version = "0.2.4" 3714source = "registry+https://github.com/rust-lang/crates.io-index" 3715checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd" 3716dependencies = [ 3717 "libc", 3718 "mio", 3719 "signal-hook", 3720] 3721 3722[[package]] 3723name = "signal-hook-registry" 3724version = "1.4.5" 3725source = "registry+https://github.com/rust-lang/crates.io-index" 3726checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" 3727dependencies = [ 3728 "libc", 3729] 3730 3731[[package]] 3732name = "similar" 3733version = "2.7.0" 3734source = "registry+https://github.com/rust-lang/crates.io-index" 3735checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" 3736 3737[[package]] 3738name = "siphasher" 3739version = "1.0.1" 3740source = "registry+https://github.com/rust-lang/crates.io-index" 3741checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 3742 3743[[package]] 3744name = "slab" 3745version = "0.4.9" 3746source = "registry+https://github.com/rust-lang/crates.io-index" 3747checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 3748dependencies = [ 3749 "autocfg", 3750] 3751 3752[[package]] 3753name = "smallvec" 3754version = "1.15.0" 3755source = "registry+https://github.com/rust-lang/crates.io-index" 3756checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" 3757 3758[[package]] 3759name = "smawk" 3760version = "0.3.2" 3761source = "registry+https://github.com/rust-lang/crates.io-index" 3762checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" 3763 3764[[package]] 3765name = "socket2" 3766version = "0.5.9" 3767source = "registry+https://github.com/rust-lang/crates.io-index" 3768checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" 3769dependencies = [ 3770 "libc", 3771 "windows-sys 0.52.0", 3772] 3773 3774[[package]] 3775name = "stable_deref_trait" 3776version = "1.2.0" 3777source = "registry+https://github.com/rust-lang/crates.io-index" 3778checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 3779 3780[[package]] 3781name = "static_assertions" 3782version = "1.1.0" 3783source = "registry+https://github.com/rust-lang/crates.io-index" 3784checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3785 3786[[package]] 3787name = "strsim" 3788version = "0.11.1" 3789source = "registry+https://github.com/rust-lang/crates.io-index" 3790checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3791 3792[[package]] 3793name = "strum" 3794version = "0.26.3" 3795source = "registry+https://github.com/rust-lang/crates.io-index" 3796checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 3797dependencies = [ 3798 "strum_macros", 3799] 3800 3801[[package]] 3802name = "strum_macros" 3803version = "0.26.4" 3804source = "registry+https://github.com/rust-lang/crates.io-index" 3805checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" 3806dependencies = [ 3807 "heck", 3808 "proc-macro2", 3809 "quote", 3810 "rustversion", 3811 "syn 2.0.101", 3812] 3813 3814[[package]] 3815name = "subtle" 3816version = "2.6.1" 3817source = "registry+https://github.com/rust-lang/crates.io-index" 3818checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 3819 3820[[package]] 3821name = "syn" 3822version = "1.0.109" 3823source = "registry+https://github.com/rust-lang/crates.io-index" 3824checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3825dependencies = [ 3826 "proc-macro2", 3827 "quote", 3828 "unicode-ident", 3829] 3830 3831[[package]] 3832name = "syn" 3833version = "2.0.101" 3834source = "registry+https://github.com/rust-lang/crates.io-index" 3835checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" 3836dependencies = [ 3837 "proc-macro2", 3838 "quote", 3839 "unicode-ident", 3840] 3841 3842[[package]] 3843name = "synstructure" 3844version = "0.13.2" 3845source = "registry+https://github.com/rust-lang/crates.io-index" 3846checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 3847dependencies = [ 3848 "proc-macro2", 3849 "quote", 3850 "syn 2.0.101", 3851] 3852 3853[[package]] 3854name = "tempfile" 3855version = "3.20.0" 3856source = "registry+https://github.com/rust-lang/crates.io-index" 3857checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" 3858dependencies = [ 3859 "fastrand", 3860 "getrandom 0.3.2", 3861 "once_cell", 3862 "rustix 1.0.7", 3863 "windows-sys 0.59.0", 3864] 3865 3866[[package]] 3867name = "terminal_size" 3868version = "0.4.2" 3869source = "registry+https://github.com/rust-lang/crates.io-index" 3870checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed" 3871dependencies = [ 3872 "rustix 1.0.7", 3873 "windows-sys 0.59.0", 3874] 3875 3876[[package]] 3877name = "terminfo" 3878version = "0.9.0" 3879source = "registry+https://github.com/rust-lang/crates.io-index" 3880checksum = "d4ea810f0692f9f51b382fff5893887bb4580f5fa246fde546e0b13e7fcee662" 3881dependencies = [ 3882 "fnv", 3883 "nom", 3884 "phf", 3885 "phf_codegen", 3886] 3887 3888[[package]] 3889name = "termios" 3890version = "0.3.3" 3891source = "registry+https://github.com/rust-lang/crates.io-index" 3892checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b" 3893dependencies = [ 3894 "libc", 3895] 3896 3897[[package]] 3898name = "termtree" 3899version = "0.5.1" 3900source = "registry+https://github.com/rust-lang/crates.io-index" 3901checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" 3902 3903[[package]] 3904name = "termwiz" 3905version = "0.23.3" 3906source = "registry+https://github.com/rust-lang/crates.io-index" 3907checksum = "4676b37242ccbd1aabf56edb093a4827dc49086c0ffd764a5705899e0f35f8f7" 3908dependencies = [ 3909 "anyhow", 3910 "base64", 3911 "bitflags 2.9.0", 3912 "fancy-regex 0.11.0", 3913 "filedescriptor", 3914 "finl_unicode", 3915 "fixedbitset 0.4.2", 3916 "hex", 3917 "lazy_static", 3918 "libc", 3919 "log", 3920 "memmem", 3921 "nix", 3922 "num-derive", 3923 "num-traits", 3924 "ordered-float", 3925 "pest", 3926 "pest_derive", 3927 "phf", 3928 "sha2", 3929 "signal-hook", 3930 "siphasher", 3931 "terminfo", 3932 "termios", 3933 "thiserror 1.0.69", 3934 "ucd-trie", 3935 "unicode-segmentation", 3936 "vtparse", 3937 "wezterm-bidi", 3938 "wezterm-blob-leases", 3939 "wezterm-color-types", 3940 "wezterm-dynamic", 3941 "wezterm-input-types", 3942 "winapi", 3943] 3944 3945[[package]] 3946name = "test-case" 3947version = "3.3.1" 3948source = "registry+https://github.com/rust-lang/crates.io-index" 3949checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8" 3950dependencies = [ 3951 "test-case-macros", 3952] 3953 3954[[package]] 3955name = "test-case-core" 3956version = "3.3.1" 3957source = "registry+https://github.com/rust-lang/crates.io-index" 3958checksum = "adcb7fd841cd518e279be3d5a3eb0636409487998a4aff22f3de87b81e88384f" 3959dependencies = [ 3960 "cfg-if", 3961 "proc-macro2", 3962 "quote", 3963 "syn 2.0.101", 3964] 3965 3966[[package]] 3967name = "test-case-macros" 3968version = "3.3.1" 3969source = "registry+https://github.com/rust-lang/crates.io-index" 3970checksum = "5c89e72a01ed4c579669add59014b9a524d609c0c88c6a585ce37485879f6ffb" 3971dependencies = [ 3972 "proc-macro2", 3973 "quote", 3974 "syn 2.0.101", 3975 "test-case-core", 3976] 3977 3978[[package]] 3979name = "testutils" 3980version = "0.29.0" 3981dependencies = [ 3982 "async-trait", 3983 "bstr", 3984 "futures 0.3.31", 3985 "gix", 3986 "hex", 3987 "itertools 0.14.0", 3988 "jj-lib", 3989 "pollster", 3990 "rand 0.9.1", 3991 "tempfile", 3992 "tokio", 3993 "toml_edit", 3994] 3995 3996[[package]] 3997name = "textwrap" 3998version = "0.16.2" 3999source = "registry+https://github.com/rust-lang/crates.io-index" 4000checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" 4001dependencies = [ 4002 "smawk", 4003 "unicode-linebreak", 4004 "unicode-width 0.2.0", 4005] 4006 4007[[package]] 4008name = "thiserror" 4009version = "1.0.69" 4010source = "registry+https://github.com/rust-lang/crates.io-index" 4011checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 4012dependencies = [ 4013 "thiserror-impl 1.0.69", 4014] 4015 4016[[package]] 4017name = "thiserror" 4018version = "2.0.12" 4019source = "registry+https://github.com/rust-lang/crates.io-index" 4020checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" 4021dependencies = [ 4022 "thiserror-impl 2.0.12", 4023] 4024 4025[[package]] 4026name = "thiserror-impl" 4027version = "1.0.69" 4028source = "registry+https://github.com/rust-lang/crates.io-index" 4029checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 4030dependencies = [ 4031 "proc-macro2", 4032 "quote", 4033 "syn 2.0.101", 4034] 4035 4036[[package]] 4037name = "thiserror-impl" 4038version = "2.0.12" 4039source = "registry+https://github.com/rust-lang/crates.io-index" 4040checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" 4041dependencies = [ 4042 "proc-macro2", 4043 "quote", 4044 "syn 2.0.101", 4045] 4046 4047[[package]] 4048name = "thread_local" 4049version = "1.1.8" 4050source = "registry+https://github.com/rust-lang/crates.io-index" 4051checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 4052dependencies = [ 4053 "cfg-if", 4054 "once_cell", 4055] 4056 4057[[package]] 4058name = "timeago" 4059version = "0.4.2" 4060source = "registry+https://github.com/rust-lang/crates.io-index" 4061checksum = "a1710e589de0a76aaf295cd47a6699f6405737dbfd3cf2b75c92d000b548d0e6" 4062 4063[[package]] 4064name = "tinystr" 4065version = "0.7.6" 4066source = "registry+https://github.com/rust-lang/crates.io-index" 4067checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 4068dependencies = [ 4069 "displaydoc", 4070 "zerovec", 4071] 4072 4073[[package]] 4074name = "tinytemplate" 4075version = "1.2.1" 4076source = "registry+https://github.com/rust-lang/crates.io-index" 4077checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 4078dependencies = [ 4079 "serde", 4080 "serde_json", 4081] 4082 4083[[package]] 4084name = "tinyvec" 4085version = "1.9.0" 4086source = "registry+https://github.com/rust-lang/crates.io-index" 4087checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" 4088dependencies = [ 4089 "tinyvec_macros", 4090] 4091 4092[[package]] 4093name = "tinyvec_macros" 4094version = "0.1.1" 4095source = "registry+https://github.com/rust-lang/crates.io-index" 4096checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 4097 4098[[package]] 4099name = "tokio" 4100version = "1.45.1" 4101source = "registry+https://github.com/rust-lang/crates.io-index" 4102checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" 4103dependencies = [ 4104 "backtrace", 4105 "bytes", 4106 "libc", 4107 "mio", 4108 "parking_lot", 4109 "pin-project-lite", 4110 "signal-hook-registry", 4111 "socket2", 4112 "tokio-macros", 4113 "windows-sys 0.52.0", 4114] 4115 4116[[package]] 4117name = "tokio-macros" 4118version = "2.5.0" 4119source = "registry+https://github.com/rust-lang/crates.io-index" 4120checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 4121dependencies = [ 4122 "proc-macro2", 4123 "quote", 4124 "syn 2.0.101", 4125] 4126 4127[[package]] 4128name = "tokio-util" 4129version = "0.6.10" 4130source = "registry+https://github.com/rust-lang/crates.io-index" 4131checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507" 4132dependencies = [ 4133 "bytes", 4134 "futures-core", 4135 "futures-io", 4136 "futures-sink", 4137 "log", 4138 "pin-project-lite", 4139 "slab", 4140 "tokio", 4141] 4142 4143[[package]] 4144name = "toml" 4145version = "0.8.22" 4146source = "registry+https://github.com/rust-lang/crates.io-index" 4147checksum = "05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae" 4148dependencies = [ 4149 "serde", 4150 "serde_spanned", 4151 "toml_datetime", 4152 "toml_edit", 4153] 4154 4155[[package]] 4156name = "toml_datetime" 4157version = "0.6.9" 4158source = "registry+https://github.com/rust-lang/crates.io-index" 4159checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3" 4160dependencies = [ 4161 "serde", 4162] 4163 4164[[package]] 4165name = "toml_edit" 4166version = "0.22.26" 4167source = "registry+https://github.com/rust-lang/crates.io-index" 4168checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e" 4169dependencies = [ 4170 "indexmap", 4171 "serde", 4172 "serde_spanned", 4173 "toml_datetime", 4174 "toml_write", 4175 "winnow", 4176] 4177 4178[[package]] 4179name = "toml_write" 4180version = "0.1.1" 4181source = "registry+https://github.com/rust-lang/crates.io-index" 4182checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076" 4183 4184[[package]] 4185name = "tracing" 4186version = "0.1.41" 4187source = "registry+https://github.com/rust-lang/crates.io-index" 4188checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 4189dependencies = [ 4190 "pin-project-lite", 4191 "tracing-attributes", 4192 "tracing-core", 4193] 4194 4195[[package]] 4196name = "tracing-attributes" 4197version = "0.1.28" 4198source = "registry+https://github.com/rust-lang/crates.io-index" 4199checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" 4200dependencies = [ 4201 "proc-macro2", 4202 "quote", 4203 "syn 2.0.101", 4204] 4205 4206[[package]] 4207name = "tracing-chrome" 4208version = "0.7.2" 4209source = "registry+https://github.com/rust-lang/crates.io-index" 4210checksum = "bf0a738ed5d6450a9fb96e86a23ad808de2b727fd1394585da5cdd6788ffe724" 4211dependencies = [ 4212 "serde_json", 4213 "tracing-core", 4214 "tracing-subscriber", 4215] 4216 4217[[package]] 4218name = "tracing-core" 4219version = "0.1.33" 4220source = "registry+https://github.com/rust-lang/crates.io-index" 4221checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 4222dependencies = [ 4223 "once_cell", 4224 "valuable", 4225] 4226 4227[[package]] 4228name = "tracing-log" 4229version = "0.2.0" 4230source = "registry+https://github.com/rust-lang/crates.io-index" 4231checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 4232dependencies = [ 4233 "log", 4234 "once_cell", 4235 "tracing-core", 4236] 4237 4238[[package]] 4239name = "tracing-subscriber" 4240version = "0.3.19" 4241source = "registry+https://github.com/rust-lang/crates.io-index" 4242checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 4243dependencies = [ 4244 "matchers", 4245 "nu-ansi-term", 4246 "once_cell", 4247 "regex", 4248 "sharded-slab", 4249 "smallvec", 4250 "thread_local", 4251 "tracing", 4252 "tracing-core", 4253 "tracing-log", 4254] 4255 4256[[package]] 4257name = "typenum" 4258version = "1.18.0" 4259source = "registry+https://github.com/rust-lang/crates.io-index" 4260checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 4261 4262[[package]] 4263name = "ucd-trie" 4264version = "0.1.7" 4265source = "registry+https://github.com/rust-lang/crates.io-index" 4266checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" 4267 4268[[package]] 4269name = "uluru" 4270version = "3.1.0" 4271source = "registry+https://github.com/rust-lang/crates.io-index" 4272checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da" 4273dependencies = [ 4274 "arrayvec", 4275] 4276 4277[[package]] 4278name = "unicode-bom" 4279version = "2.0.3" 4280source = "registry+https://github.com/rust-lang/crates.io-index" 4281checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217" 4282 4283[[package]] 4284name = "unicode-ident" 4285version = "1.0.18" 4286source = "registry+https://github.com/rust-lang/crates.io-index" 4287checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 4288 4289[[package]] 4290name = "unicode-linebreak" 4291version = "0.1.5" 4292source = "registry+https://github.com/rust-lang/crates.io-index" 4293checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 4294 4295[[package]] 4296name = "unicode-normalization" 4297version = "0.1.24" 4298source = "registry+https://github.com/rust-lang/crates.io-index" 4299checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 4300dependencies = [ 4301 "tinyvec", 4302] 4303 4304[[package]] 4305name = "unicode-segmentation" 4306version = "1.12.0" 4307source = "registry+https://github.com/rust-lang/crates.io-index" 4308checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 4309 4310[[package]] 4311name = "unicode-truncate" 4312version = "1.1.0" 4313source = "registry+https://github.com/rust-lang/crates.io-index" 4314checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" 4315dependencies = [ 4316 "itertools 0.13.0", 4317 "unicode-segmentation", 4318 "unicode-width 0.1.12", 4319] 4320 4321[[package]] 4322name = "unicode-width" 4323version = "0.1.12" 4324source = "registry+https://github.com/rust-lang/crates.io-index" 4325checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" 4326 4327[[package]] 4328name = "unicode-width" 4329version = "0.2.0" 4330source = "registry+https://github.com/rust-lang/crates.io-index" 4331checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" 4332 4333[[package]] 4334name = "url" 4335version = "2.5.4" 4336source = "registry+https://github.com/rust-lang/crates.io-index" 4337checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 4338dependencies = [ 4339 "form_urlencoded", 4340 "idna", 4341 "percent-encoding", 4342] 4343 4344[[package]] 4345name = "utf16_iter" 4346version = "1.0.5" 4347source = "registry+https://github.com/rust-lang/crates.io-index" 4348checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 4349 4350[[package]] 4351name = "utf8_iter" 4352version = "1.0.4" 4353source = "registry+https://github.com/rust-lang/crates.io-index" 4354checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 4355 4356[[package]] 4357name = "utf8parse" 4358version = "0.2.2" 4359source = "registry+https://github.com/rust-lang/crates.io-index" 4360checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 4361 4362[[package]] 4363name = "uuid" 4364version = "1.16.0" 4365source = "registry+https://github.com/rust-lang/crates.io-index" 4366checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" 4367dependencies = [ 4368 "atomic", 4369 "getrandom 0.3.2", 4370] 4371 4372[[package]] 4373name = "valuable" 4374version = "0.1.1" 4375source = "registry+https://github.com/rust-lang/crates.io-index" 4376checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 4377 4378[[package]] 4379name = "vec_map" 4380version = "0.8.2" 4381source = "registry+https://github.com/rust-lang/crates.io-index" 4382checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 4383 4384[[package]] 4385name = "version_check" 4386version = "0.9.5" 4387source = "registry+https://github.com/rust-lang/crates.io-index" 4388checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4389 4390[[package]] 4391name = "vtparse" 4392version = "0.6.2" 4393source = "registry+https://github.com/rust-lang/crates.io-index" 4394checksum = "6d9b2acfb050df409c972a37d3b8e08cdea3bddb0c09db9d53137e504cfabed0" 4395dependencies = [ 4396 "utf8parse", 4397] 4398 4399[[package]] 4400name = "wait-timeout" 4401version = "0.2.1" 4402source = "registry+https://github.com/rust-lang/crates.io-index" 4403checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" 4404dependencies = [ 4405 "libc", 4406] 4407 4408[[package]] 4409name = "walkdir" 4410version = "2.5.0" 4411source = "registry+https://github.com/rust-lang/crates.io-index" 4412checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 4413dependencies = [ 4414 "same-file", 4415 "winapi-util", 4416] 4417 4418[[package]] 4419name = "wasi" 4420version = "0.11.0+wasi-snapshot-preview1" 4421source = "registry+https://github.com/rust-lang/crates.io-index" 4422checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 4423 4424[[package]] 4425name = "wasi" 4426version = "0.14.2+wasi-0.2.4" 4427source = "registry+https://github.com/rust-lang/crates.io-index" 4428checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 4429dependencies = [ 4430 "wit-bindgen-rt", 4431] 4432 4433[[package]] 4434name = "wasite" 4435version = "0.1.0" 4436source = "registry+https://github.com/rust-lang/crates.io-index" 4437checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 4438 4439[[package]] 4440name = "wasm-bindgen" 4441version = "0.2.100" 4442source = "registry+https://github.com/rust-lang/crates.io-index" 4443checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 4444dependencies = [ 4445 "cfg-if", 4446 "once_cell", 4447 "rustversion", 4448 "wasm-bindgen-macro", 4449] 4450 4451[[package]] 4452name = "wasm-bindgen-backend" 4453version = "0.2.100" 4454source = "registry+https://github.com/rust-lang/crates.io-index" 4455checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 4456dependencies = [ 4457 "bumpalo", 4458 "log", 4459 "proc-macro2", 4460 "quote", 4461 "syn 2.0.101", 4462 "wasm-bindgen-shared", 4463] 4464 4465[[package]] 4466name = "wasm-bindgen-macro" 4467version = "0.2.100" 4468source = "registry+https://github.com/rust-lang/crates.io-index" 4469checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 4470dependencies = [ 4471 "quote", 4472 "wasm-bindgen-macro-support", 4473] 4474 4475[[package]] 4476name = "wasm-bindgen-macro-support" 4477version = "0.2.100" 4478source = "registry+https://github.com/rust-lang/crates.io-index" 4479checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 4480dependencies = [ 4481 "proc-macro2", 4482 "quote", 4483 "syn 2.0.101", 4484 "wasm-bindgen-backend", 4485 "wasm-bindgen-shared", 4486] 4487 4488[[package]] 4489name = "wasm-bindgen-shared" 4490version = "0.2.100" 4491source = "registry+https://github.com/rust-lang/crates.io-index" 4492checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 4493dependencies = [ 4494 "unicode-ident", 4495] 4496 4497[[package]] 4498name = "watchman_client" 4499version = "0.9.0" 4500source = "registry+https://github.com/rust-lang/crates.io-index" 4501checksum = "88bc4c9bb443a7aae10d4fa7807bffc397805315e2305288c90c80e2f66cfb52" 4502dependencies = [ 4503 "anyhow", 4504 "bytes", 4505 "futures 0.3.31", 4506 "maplit", 4507 "serde", 4508 "serde_bser", 4509 "thiserror 1.0.69", 4510 "tokio", 4511 "tokio-util", 4512 "winapi", 4513] 4514 4515[[package]] 4516name = "web-sys" 4517version = "0.3.77" 4518source = "registry+https://github.com/rust-lang/crates.io-index" 4519checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 4520dependencies = [ 4521 "js-sys", 4522 "wasm-bindgen", 4523] 4524 4525[[package]] 4526name = "wezterm-bidi" 4527version = "0.2.3" 4528source = "registry+https://github.com/rust-lang/crates.io-index" 4529checksum = "0c0a6e355560527dd2d1cf7890652f4f09bb3433b6aadade4c9b5ed76de5f3ec" 4530dependencies = [ 4531 "log", 4532 "wezterm-dynamic", 4533] 4534 4535[[package]] 4536name = "wezterm-blob-leases" 4537version = "0.1.1" 4538source = "registry+https://github.com/rust-lang/crates.io-index" 4539checksum = "692daff6d93d94e29e4114544ef6d5c942a7ed998b37abdc19b17136ea428eb7" 4540dependencies = [ 4541 "getrandom 0.3.2", 4542 "mac_address", 4543 "sha2", 4544 "thiserror 1.0.69", 4545 "uuid", 4546] 4547 4548[[package]] 4549name = "wezterm-color-types" 4550version = "0.3.0" 4551source = "registry+https://github.com/rust-lang/crates.io-index" 4552checksum = "7de81ef35c9010270d63772bebef2f2d6d1f2d20a983d27505ac850b8c4b4296" 4553dependencies = [ 4554 "csscolorparser", 4555 "deltae", 4556 "lazy_static", 4557 "wezterm-dynamic", 4558] 4559 4560[[package]] 4561name = "wezterm-dynamic" 4562version = "0.2.1" 4563source = "registry+https://github.com/rust-lang/crates.io-index" 4564checksum = "5f2ab60e120fd6eaa68d9567f3226e876684639d22a4219b313ff69ec0ccd5ac" 4565dependencies = [ 4566 "log", 4567 "ordered-float", 4568 "strsim", 4569 "thiserror 1.0.69", 4570 "wezterm-dynamic-derive", 4571] 4572 4573[[package]] 4574name = "wezterm-dynamic-derive" 4575version = "0.1.1" 4576source = "registry+https://github.com/rust-lang/crates.io-index" 4577checksum = "46c0cf2d539c645b448eaffec9ec494b8b19bd5077d9e58cb1ae7efece8d575b" 4578dependencies = [ 4579 "proc-macro2", 4580 "quote", 4581 "syn 1.0.109", 4582] 4583 4584[[package]] 4585name = "wezterm-input-types" 4586version = "0.1.0" 4587source = "registry+https://github.com/rust-lang/crates.io-index" 4588checksum = "7012add459f951456ec9d6c7e6fc340b1ce15d6fc9629f8c42853412c029e57e" 4589dependencies = [ 4590 "bitflags 1.3.2", 4591 "euclid", 4592 "lazy_static", 4593 "serde", 4594 "wezterm-dynamic", 4595] 4596 4597[[package]] 4598name = "whoami" 4599version = "1.6.0" 4600source = "registry+https://github.com/rust-lang/crates.io-index" 4601checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7" 4602dependencies = [ 4603 "redox_syscall", 4604 "wasite", 4605 "web-sys", 4606] 4607 4608[[package]] 4609name = "winapi" 4610version = "0.3.9" 4611source = "registry+https://github.com/rust-lang/crates.io-index" 4612checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4613dependencies = [ 4614 "winapi-i686-pc-windows-gnu", 4615 "winapi-x86_64-pc-windows-gnu", 4616] 4617 4618[[package]] 4619name = "winapi-i686-pc-windows-gnu" 4620version = "0.4.0" 4621source = "registry+https://github.com/rust-lang/crates.io-index" 4622checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4623 4624[[package]] 4625name = "winapi-util" 4626version = "0.1.9" 4627source = "registry+https://github.com/rust-lang/crates.io-index" 4628checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 4629dependencies = [ 4630 "windows-sys 0.59.0", 4631] 4632 4633[[package]] 4634name = "winapi-x86_64-pc-windows-gnu" 4635version = "0.4.0" 4636source = "registry+https://github.com/rust-lang/crates.io-index" 4637checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4638 4639[[package]] 4640name = "windows-core" 4641version = "0.61.0" 4642source = "registry+https://github.com/rust-lang/crates.io-index" 4643checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980" 4644dependencies = [ 4645 "windows-implement", 4646 "windows-interface", 4647 "windows-link", 4648 "windows-result", 4649 "windows-strings", 4650] 4651 4652[[package]] 4653name = "windows-implement" 4654version = "0.60.0" 4655source = "registry+https://github.com/rust-lang/crates.io-index" 4656checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" 4657dependencies = [ 4658 "proc-macro2", 4659 "quote", 4660 "syn 2.0.101", 4661] 4662 4663[[package]] 4664name = "windows-interface" 4665version = "0.59.1" 4666source = "registry+https://github.com/rust-lang/crates.io-index" 4667checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" 4668dependencies = [ 4669 "proc-macro2", 4670 "quote", 4671 "syn 2.0.101", 4672] 4673 4674[[package]] 4675name = "windows-link" 4676version = "0.1.1" 4677source = "registry+https://github.com/rust-lang/crates.io-index" 4678checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" 4679 4680[[package]] 4681name = "windows-result" 4682version = "0.3.2" 4683source = "registry+https://github.com/rust-lang/crates.io-index" 4684checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252" 4685dependencies = [ 4686 "windows-link", 4687] 4688 4689[[package]] 4690name = "windows-strings" 4691version = "0.4.0" 4692source = "registry+https://github.com/rust-lang/crates.io-index" 4693checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97" 4694dependencies = [ 4695 "windows-link", 4696] 4697 4698[[package]] 4699name = "windows-sys" 4700version = "0.48.0" 4701source = "registry+https://github.com/rust-lang/crates.io-index" 4702checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4703dependencies = [ 4704 "windows-targets 0.48.5", 4705] 4706 4707[[package]] 4708name = "windows-sys" 4709version = "0.52.0" 4710source = "registry+https://github.com/rust-lang/crates.io-index" 4711checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4712dependencies = [ 4713 "windows-targets 0.52.6", 4714] 4715 4716[[package]] 4717name = "windows-sys" 4718version = "0.59.0" 4719source = "registry+https://github.com/rust-lang/crates.io-index" 4720checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 4721dependencies = [ 4722 "windows-targets 0.52.6", 4723] 4724 4725[[package]] 4726name = "windows-targets" 4727version = "0.48.5" 4728source = "registry+https://github.com/rust-lang/crates.io-index" 4729checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4730dependencies = [ 4731 "windows_aarch64_gnullvm 0.48.5", 4732 "windows_aarch64_msvc 0.48.5", 4733 "windows_i686_gnu 0.48.5", 4734 "windows_i686_msvc 0.48.5", 4735 "windows_x86_64_gnu 0.48.5", 4736 "windows_x86_64_gnullvm 0.48.5", 4737 "windows_x86_64_msvc 0.48.5", 4738] 4739 4740[[package]] 4741name = "windows-targets" 4742version = "0.52.6" 4743source = "registry+https://github.com/rust-lang/crates.io-index" 4744checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4745dependencies = [ 4746 "windows_aarch64_gnullvm 0.52.6", 4747 "windows_aarch64_msvc 0.52.6", 4748 "windows_i686_gnu 0.52.6", 4749 "windows_i686_gnullvm", 4750 "windows_i686_msvc 0.52.6", 4751 "windows_x86_64_gnu 0.52.6", 4752 "windows_x86_64_gnullvm 0.52.6", 4753 "windows_x86_64_msvc 0.52.6", 4754] 4755 4756[[package]] 4757name = "windows_aarch64_gnullvm" 4758version = "0.48.5" 4759source = "registry+https://github.com/rust-lang/crates.io-index" 4760checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4761 4762[[package]] 4763name = "windows_aarch64_gnullvm" 4764version = "0.52.6" 4765source = "registry+https://github.com/rust-lang/crates.io-index" 4766checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4767 4768[[package]] 4769name = "windows_aarch64_msvc" 4770version = "0.48.5" 4771source = "registry+https://github.com/rust-lang/crates.io-index" 4772checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4773 4774[[package]] 4775name = "windows_aarch64_msvc" 4776version = "0.52.6" 4777source = "registry+https://github.com/rust-lang/crates.io-index" 4778checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4779 4780[[package]] 4781name = "windows_i686_gnu" 4782version = "0.48.5" 4783source = "registry+https://github.com/rust-lang/crates.io-index" 4784checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4785 4786[[package]] 4787name = "windows_i686_gnu" 4788version = "0.52.6" 4789source = "registry+https://github.com/rust-lang/crates.io-index" 4790checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4791 4792[[package]] 4793name = "windows_i686_gnullvm" 4794version = "0.52.6" 4795source = "registry+https://github.com/rust-lang/crates.io-index" 4796checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4797 4798[[package]] 4799name = "windows_i686_msvc" 4800version = "0.48.5" 4801source = "registry+https://github.com/rust-lang/crates.io-index" 4802checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4803 4804[[package]] 4805name = "windows_i686_msvc" 4806version = "0.52.6" 4807source = "registry+https://github.com/rust-lang/crates.io-index" 4808checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4809 4810[[package]] 4811name = "windows_x86_64_gnu" 4812version = "0.48.5" 4813source = "registry+https://github.com/rust-lang/crates.io-index" 4814checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4815 4816[[package]] 4817name = "windows_x86_64_gnu" 4818version = "0.52.6" 4819source = "registry+https://github.com/rust-lang/crates.io-index" 4820checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4821 4822[[package]] 4823name = "windows_x86_64_gnullvm" 4824version = "0.48.5" 4825source = "registry+https://github.com/rust-lang/crates.io-index" 4826checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4827 4828[[package]] 4829name = "windows_x86_64_gnullvm" 4830version = "0.52.6" 4831source = "registry+https://github.com/rust-lang/crates.io-index" 4832checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4833 4834[[package]] 4835name = "windows_x86_64_msvc" 4836version = "0.48.5" 4837source = "registry+https://github.com/rust-lang/crates.io-index" 4838checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4839 4840[[package]] 4841name = "windows_x86_64_msvc" 4842version = "0.52.6" 4843source = "registry+https://github.com/rust-lang/crates.io-index" 4844checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4845 4846[[package]] 4847name = "winnow" 4848version = "0.7.10" 4849source = "registry+https://github.com/rust-lang/crates.io-index" 4850checksum = "c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec" 4851dependencies = [ 4852 "memchr", 4853] 4854 4855[[package]] 4856name = "winreg" 4857version = "0.52.0" 4858source = "registry+https://github.com/rust-lang/crates.io-index" 4859checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 4860dependencies = [ 4861 "cfg-if", 4862 "windows-sys 0.48.0", 4863] 4864 4865[[package]] 4866name = "wit-bindgen-rt" 4867version = "0.39.0" 4868source = "registry+https://github.com/rust-lang/crates.io-index" 4869checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 4870dependencies = [ 4871 "bitflags 2.9.0", 4872] 4873 4874[[package]] 4875name = "write16" 4876version = "1.0.0" 4877source = "registry+https://github.com/rust-lang/crates.io-index" 4878checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 4879 4880[[package]] 4881name = "writeable" 4882version = "0.5.5" 4883source = "registry+https://github.com/rust-lang/crates.io-index" 4884checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 4885 4886[[package]] 4887name = "yansi" 4888version = "1.0.1" 4889source = "registry+https://github.com/rust-lang/crates.io-index" 4890checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 4891 4892[[package]] 4893name = "yoke" 4894version = "0.7.5" 4895source = "registry+https://github.com/rust-lang/crates.io-index" 4896checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 4897dependencies = [ 4898 "serde", 4899 "stable_deref_trait", 4900 "yoke-derive", 4901 "zerofrom", 4902] 4903 4904[[package]] 4905name = "yoke-derive" 4906version = "0.7.5" 4907source = "registry+https://github.com/rust-lang/crates.io-index" 4908checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 4909dependencies = [ 4910 "proc-macro2", 4911 "quote", 4912 "syn 2.0.101", 4913 "synstructure", 4914] 4915 4916[[package]] 4917name = "zerocopy" 4918version = "0.7.35" 4919source = "registry+https://github.com/rust-lang/crates.io-index" 4920checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 4921dependencies = [ 4922 "zerocopy-derive 0.7.35", 4923] 4924 4925[[package]] 4926name = "zerocopy" 4927version = "0.8.25" 4928source = "registry+https://github.com/rust-lang/crates.io-index" 4929checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb" 4930dependencies = [ 4931 "zerocopy-derive 0.8.25", 4932] 4933 4934[[package]] 4935name = "zerocopy-derive" 4936version = "0.7.35" 4937source = "registry+https://github.com/rust-lang/crates.io-index" 4938checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 4939dependencies = [ 4940 "proc-macro2", 4941 "quote", 4942 "syn 2.0.101", 4943] 4944 4945[[package]] 4946name = "zerocopy-derive" 4947version = "0.8.25" 4948source = "registry+https://github.com/rust-lang/crates.io-index" 4949checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef" 4950dependencies = [ 4951 "proc-macro2", 4952 "quote", 4953 "syn 2.0.101", 4954] 4955 4956[[package]] 4957name = "zerofrom" 4958version = "0.1.6" 4959source = "registry+https://github.com/rust-lang/crates.io-index" 4960checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 4961dependencies = [ 4962 "zerofrom-derive", 4963] 4964 4965[[package]] 4966name = "zerofrom-derive" 4967version = "0.1.6" 4968source = "registry+https://github.com/rust-lang/crates.io-index" 4969checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 4970dependencies = [ 4971 "proc-macro2", 4972 "quote", 4973 "syn 2.0.101", 4974 "synstructure", 4975] 4976 4977[[package]] 4978name = "zerovec" 4979version = "0.10.4" 4980source = "registry+https://github.com/rust-lang/crates.io-index" 4981checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 4982dependencies = [ 4983 "yoke", 4984 "zerofrom", 4985 "zerovec-derive", 4986] 4987 4988[[package]] 4989name = "zerovec-derive" 4990version = "0.10.3" 4991source = "registry+https://github.com/rust-lang/crates.io-index" 4992checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 4993dependencies = [ 4994 "proc-macro2", 4995 "quote", 4996 "syn 2.0.101", 4997] 4998 4999[[package]] 5000name = "zlib-rs" 5001version = "0.5.0" 5002source = "registry+https://github.com/rust-lang/crates.io-index" 5003checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"