My personal-knowledge-system, with deeply integrated task tracking and long term goal planning capabilities.
at db 6502 lines 158 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.25.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 19 20[[package]] 21name = "ahash" 22version = "0.7.8" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" 25dependencies = [ 26 "getrandom 0.2.17", 27 "once_cell", 28 "version_check", 29] 30 31[[package]] 32name = "ahash" 33version = "0.8.12" 34source = "registry+https://github.com/rust-lang/crates.io-index" 35checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 36dependencies = [ 37 "cfg-if", 38 "const-random", 39 "getrandom 0.3.4", 40 "once_cell", 41 "version_check", 42 "zerocopy", 43] 44 45[[package]] 46name = "aho-corasick" 47version = "1.1.4" 48source = "registry+https://github.com/rust-lang/crates.io-index" 49checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 50dependencies = [ 51 "memchr", 52] 53 54[[package]] 55name = "aliasable" 56version = "0.1.3" 57source = "registry+https://github.com/rust-lang/crates.io-index" 58checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" 59 60[[package]] 61name = "allocator-api2" 62version = "0.2.21" 63source = "registry+https://github.com/rust-lang/crates.io-index" 64checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 65 66[[package]] 67name = "android_system_properties" 68version = "0.1.5" 69source = "registry+https://github.com/rust-lang/crates.io-index" 70checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 71dependencies = [ 72 "libc", 73] 74 75[[package]] 76name = "anstream" 77version = "0.6.21" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 80dependencies = [ 81 "anstyle", 82 "anstyle-parse", 83 "anstyle-query", 84 "anstyle-wincon", 85 "colorchoice", 86 "is_terminal_polyfill", 87 "utf8parse", 88] 89 90[[package]] 91name = "anstyle" 92version = "1.0.13" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 95 96[[package]] 97name = "anstyle-parse" 98version = "0.2.7" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 101dependencies = [ 102 "utf8parse", 103] 104 105[[package]] 106name = "anstyle-query" 107version = "1.1.5" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 110dependencies = [ 111 "windows-sys 0.61.2", 112] 113 114[[package]] 115name = "anstyle-wincon" 116version = "3.0.11" 117source = "registry+https://github.com/rust-lang/crates.io-index" 118checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 119dependencies = [ 120 "anstyle", 121 "once_cell_polyfill", 122 "windows-sys 0.61.2", 123] 124 125[[package]] 126name = "anyhow" 127version = "1.0.102" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 130 131[[package]] 132name = "arc-swap" 133version = "1.8.2" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "f9f3647c145568cec02c42054e07bdf9a5a698e15b466fb2341bfc393cd24aa5" 136dependencies = [ 137 "rustversion", 138] 139 140[[package]] 141name = "arrayvec" 142version = "0.7.6" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 145 146[[package]] 147name = "arrow" 148version = "57.3.0" 149source = "registry+https://github.com/rust-lang/crates.io-index" 150checksum = "e4754a624e5ae42081f464514be454b39711daae0458906dacde5f4c632f33a8" 151dependencies = [ 152 "arrow-arith", 153 "arrow-array", 154 "arrow-buffer", 155 "arrow-cast", 156 "arrow-data", 157 "arrow-ord", 158 "arrow-row", 159 "arrow-schema", 160 "arrow-select", 161 "arrow-string", 162] 163 164[[package]] 165name = "arrow-arith" 166version = "57.3.0" 167source = "registry+https://github.com/rust-lang/crates.io-index" 168checksum = "f7b3141e0ec5145a22d8694ea8b6d6f69305971c4fa1c1a13ef0195aef2d678b" 169dependencies = [ 170 "arrow-array", 171 "arrow-buffer", 172 "arrow-data", 173 "arrow-schema", 174 "chrono", 175 "num-traits", 176] 177 178[[package]] 179name = "arrow-array" 180version = "57.3.0" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "4c8955af33b25f3b175ee10af580577280b4bd01f7e823d94c7cdef7cf8c9aef" 183dependencies = [ 184 "ahash 0.8.12", 185 "arrow-buffer", 186 "arrow-data", 187 "arrow-schema", 188 "chrono", 189 "half", 190 "hashbrown 0.16.1", 191 "num-complex", 192 "num-integer", 193 "num-traits", 194] 195 196[[package]] 197name = "arrow-buffer" 198version = "57.3.0" 199source = "registry+https://github.com/rust-lang/crates.io-index" 200checksum = "c697ddca96183182f35b3a18e50b9110b11e916d7b7799cbfd4d34662f2c56c2" 201dependencies = [ 202 "bytes", 203 "half", 204 "num-bigint", 205 "num-traits", 206] 207 208[[package]] 209name = "arrow-cast" 210version = "57.3.0" 211source = "registry+https://github.com/rust-lang/crates.io-index" 212checksum = "646bbb821e86fd57189c10b4fcdaa941deaf4181924917b0daa92735baa6ada5" 213dependencies = [ 214 "arrow-array", 215 "arrow-buffer", 216 "arrow-data", 217 "arrow-ord", 218 "arrow-schema", 219 "arrow-select", 220 "atoi", 221 "base64", 222 "chrono", 223 "half", 224 "lexical-core", 225 "num-traits", 226 "ryu", 227] 228 229[[package]] 230name = "arrow-data" 231version = "57.3.0" 232source = "registry+https://github.com/rust-lang/crates.io-index" 233checksum = "1fdd994a9d28e6365aa78e15da3f3950c0fdcea6b963a12fa1c391afb637b304" 234dependencies = [ 235 "arrow-buffer", 236 "arrow-schema", 237 "half", 238 "num-integer", 239 "num-traits", 240] 241 242[[package]] 243name = "arrow-ord" 244version = "57.3.0" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "f7d8f1870e03d4cbed632959498bcc84083b5a24bded52905ae1695bd29da45b" 247dependencies = [ 248 "arrow-array", 249 "arrow-buffer", 250 "arrow-data", 251 "arrow-schema", 252 "arrow-select", 253] 254 255[[package]] 256name = "arrow-row" 257version = "57.3.0" 258source = "registry+https://github.com/rust-lang/crates.io-index" 259checksum = "18228633bad92bff92a95746bbeb16e5fc318e8382b75619dec26db79e4de4c0" 260dependencies = [ 261 "arrow-array", 262 "arrow-buffer", 263 "arrow-data", 264 "arrow-schema", 265 "half", 266] 267 268[[package]] 269name = "arrow-schema" 270version = "57.3.0" 271source = "registry+https://github.com/rust-lang/crates.io-index" 272checksum = "8c872d36b7bf2a6a6a2b40de9156265f0242910791db366a2c17476ba8330d68" 273 274[[package]] 275name = "arrow-select" 276version = "57.3.0" 277source = "registry+https://github.com/rust-lang/crates.io-index" 278checksum = "68bf3e3efbd1278f770d67e5dc410257300b161b93baedb3aae836144edcaf4b" 279dependencies = [ 280 "ahash 0.8.12", 281 "arrow-array", 282 "arrow-buffer", 283 "arrow-data", 284 "arrow-schema", 285 "num-traits", 286] 287 288[[package]] 289name = "arrow-string" 290version = "57.3.0" 291source = "registry+https://github.com/rust-lang/crates.io-index" 292checksum = "85e968097061b3c0e9fe3079cf2e703e487890700546b5b0647f60fca1b5a8d8" 293dependencies = [ 294 "arrow-array", 295 "arrow-buffer", 296 "arrow-data", 297 "arrow-schema", 298 "arrow-select", 299 "memchr", 300 "num-traits", 301 "regex", 302 "regex-syntax", 303] 304 305[[package]] 306name = "async-attributes" 307version = "1.1.2" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5" 310dependencies = [ 311 "quote", 312 "syn 1.0.109", 313] 314 315[[package]] 316name = "async-channel" 317version = "1.9.0" 318source = "registry+https://github.com/rust-lang/crates.io-index" 319checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 320dependencies = [ 321 "concurrent-queue", 322 "event-listener 2.5.3", 323 "futures-core", 324] 325 326[[package]] 327name = "async-channel" 328version = "2.5.0" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" 331dependencies = [ 332 "concurrent-queue", 333 "event-listener-strategy", 334 "futures-core", 335 "pin-project-lite", 336] 337 338[[package]] 339name = "async-executor" 340version = "1.14.0" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a" 343dependencies = [ 344 "async-task", 345 "concurrent-queue", 346 "fastrand", 347 "futures-lite", 348 "pin-project-lite", 349 "slab", 350] 351 352[[package]] 353name = "async-global-executor" 354version = "2.4.1" 355source = "registry+https://github.com/rust-lang/crates.io-index" 356checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" 357dependencies = [ 358 "async-channel 2.5.0", 359 "async-executor", 360 "async-io", 361 "async-lock", 362 "blocking", 363 "futures-lite", 364 "once_cell", 365 "tokio", 366] 367 368[[package]] 369name = "async-io" 370version = "2.6.0" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" 373dependencies = [ 374 "autocfg", 375 "cfg-if", 376 "concurrent-queue", 377 "futures-io", 378 "futures-lite", 379 "parking", 380 "polling", 381 "rustix", 382 "slab", 383 "windows-sys 0.61.2", 384] 385 386[[package]] 387name = "async-lock" 388version = "3.4.2" 389source = "registry+https://github.com/rust-lang/crates.io-index" 390checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" 391dependencies = [ 392 "event-listener 5.4.1", 393 "event-listener-strategy", 394 "pin-project-lite", 395] 396 397[[package]] 398name = "async-std" 399version = "1.13.2" 400source = "registry+https://github.com/rust-lang/crates.io-index" 401checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b" 402dependencies = [ 403 "async-attributes", 404 "async-channel 1.9.0", 405 "async-global-executor", 406 "async-io", 407 "async-lock", 408 "crossbeam-utils", 409 "futures-channel", 410 "futures-core", 411 "futures-io", 412 "futures-lite", 413 "gloo-timers", 414 "kv-log-macro", 415 "log", 416 "memchr", 417 "once_cell", 418 "pin-project-lite", 419 "pin-utils", 420 "slab", 421 "wasm-bindgen-futures", 422] 423 424[[package]] 425name = "async-stream" 426version = "0.3.6" 427source = "registry+https://github.com/rust-lang/crates.io-index" 428checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 429dependencies = [ 430 "async-stream-impl", 431 "futures-core", 432 "pin-project-lite", 433] 434 435[[package]] 436name = "async-stream-impl" 437version = "0.3.6" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 440dependencies = [ 441 "proc-macro2", 442 "quote", 443 "syn 2.0.117", 444] 445 446[[package]] 447name = "async-task" 448version = "4.7.1" 449source = "registry+https://github.com/rust-lang/crates.io-index" 450checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 451 452[[package]] 453name = "async-trait" 454version = "0.1.89" 455source = "registry+https://github.com/rust-lang/crates.io-index" 456checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 457dependencies = [ 458 "proc-macro2", 459 "quote", 460 "syn 2.0.117", 461] 462 463[[package]] 464name = "atoi" 465version = "2.0.0" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 468dependencies = [ 469 "num-traits", 470] 471 472[[package]] 473name = "atomic" 474version = "0.6.1" 475source = "registry+https://github.com/rust-lang/crates.io-index" 476checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340" 477dependencies = [ 478 "bytemuck", 479] 480 481[[package]] 482name = "atomic-waker" 483version = "1.1.2" 484source = "registry+https://github.com/rust-lang/crates.io-index" 485checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 486 487[[package]] 488name = "autocfg" 489version = "1.5.0" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 492 493[[package]] 494name = "automerge" 495version = "0.7.4" 496source = "registry+https://github.com/rust-lang/crates.io-index" 497checksum = "3f4f9b5e81602f033fac828dafb4fef91742f6f01adfdb8ee5b8bc804cfac7bb" 498dependencies = [ 499 "cfg-if", 500 "flate2", 501 "getrandom 0.3.4", 502 "hex", 503 "hexane", 504 "itertools", 505 "leb128", 506 "rand 0.9.2", 507 "rustc-hash", 508 "serde", 509 "sha2 0.11.0-rc.5", 510 "smol_str", 511 "thiserror 2.0.18", 512 "tinyvec", 513 "tracing", 514 "unicode-segmentation", 515] 516 517[[package]] 518name = "autosurgeon" 519version = "0.10.1" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "87b6547a9a35fbf5e5b1305a56c42196ae2cfb456897f1cab97d4829f1096550" 522dependencies = [ 523 "automerge", 524 "autosurgeon-derive", 525 "similar", 526 "thiserror 1.0.69", 527] 528 529[[package]] 530name = "autosurgeon-derive" 531version = "0.10.1" 532source = "registry+https://github.com/rust-lang/crates.io-index" 533checksum = "f99b54090e5aca6915313efcf065f9873c9ca9d39c875cfc956f30523075d49f" 534dependencies = [ 535 "proc-macro2", 536 "quote", 537 "syn 2.0.117", 538 "thiserror 1.0.69", 539] 540 541[[package]] 542name = "backtrace" 543version = "0.3.76" 544source = "registry+https://github.com/rust-lang/crates.io-index" 545checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" 546dependencies = [ 547 "addr2line", 548 "cfg-if", 549 "libc", 550 "miniz_oxide", 551 "object", 552 "rustc-demangle", 553 "windows-link 0.2.1", 554] 555 556[[package]] 557name = "base64" 558version = "0.22.1" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 561 562[[package]] 563name = "base64ct" 564version = "1.8.3" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 567 568[[package]] 569name = "better-panic" 570version = "0.3.0" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "6fa9e1d11a268684cbd90ed36370d7577afb6c62d912ddff5c15fc34343e5036" 573dependencies = [ 574 "backtrace", 575 "console", 576] 577 578[[package]] 579name = "bigdecimal" 580version = "0.4.10" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "4d6867f1565b3aad85681f1015055b087fcfd840d6aeee6eee7f2da317603695" 583dependencies = [ 584 "autocfg", 585 "libm", 586 "num-bigint", 587 "num-integer", 588 "num-traits", 589 "serde", 590] 591 592[[package]] 593name = "bit-set" 594version = "0.5.3" 595source = "registry+https://github.com/rust-lang/crates.io-index" 596checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 597dependencies = [ 598 "bit-vec", 599] 600 601[[package]] 602name = "bit-vec" 603version = "0.6.3" 604source = "registry+https://github.com/rust-lang/crates.io-index" 605checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 606 607[[package]] 608name = "bitflags" 609version = "1.3.2" 610source = "registry+https://github.com/rust-lang/crates.io-index" 611checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 612 613[[package]] 614name = "bitflags" 615version = "2.11.0" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 618dependencies = [ 619 "serde_core", 620] 621 622[[package]] 623name = "bitvec" 624version = "1.0.1" 625source = "registry+https://github.com/rust-lang/crates.io-index" 626checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 627dependencies = [ 628 "funty", 629 "radium", 630 "tap", 631 "wyz", 632] 633 634[[package]] 635name = "block-buffer" 636version = "0.10.4" 637source = "registry+https://github.com/rust-lang/crates.io-index" 638checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 639dependencies = [ 640 "generic-array", 641] 642 643[[package]] 644name = "block-buffer" 645version = "0.12.0" 646source = "registry+https://github.com/rust-lang/crates.io-index" 647checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be" 648dependencies = [ 649 "hybrid-array", 650] 651 652[[package]] 653name = "blocking" 654version = "1.6.2" 655source = "registry+https://github.com/rust-lang/crates.io-index" 656checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" 657dependencies = [ 658 "async-channel 2.5.0", 659 "async-task", 660 "futures-io", 661 "futures-lite", 662 "piper", 663] 664 665[[package]] 666name = "borsh" 667version = "1.6.0" 668source = "registry+https://github.com/rust-lang/crates.io-index" 669checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" 670dependencies = [ 671 "borsh-derive", 672 "cfg_aliases", 673] 674 675[[package]] 676name = "borsh-derive" 677version = "1.6.0" 678source = "registry+https://github.com/rust-lang/crates.io-index" 679checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c" 680dependencies = [ 681 "once_cell", 682 "proc-macro-crate", 683 "proc-macro2", 684 "quote", 685 "syn 2.0.117", 686] 687 688[[package]] 689name = "bstr" 690version = "1.12.1" 691source = "registry+https://github.com/rust-lang/crates.io-index" 692checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" 693dependencies = [ 694 "memchr", 695 "regex-automata", 696 "serde", 697] 698 699[[package]] 700name = "bumpalo" 701version = "3.20.2" 702source = "registry+https://github.com/rust-lang/crates.io-index" 703checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 704 705[[package]] 706name = "bytecheck" 707version = "0.6.12" 708source = "registry+https://github.com/rust-lang/crates.io-index" 709checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" 710dependencies = [ 711 "bytecheck_derive", 712 "ptr_meta", 713 "simdutf8", 714] 715 716[[package]] 717name = "bytecheck_derive" 718version = "0.6.12" 719source = "registry+https://github.com/rust-lang/crates.io-index" 720checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" 721dependencies = [ 722 "proc-macro2", 723 "quote", 724 "syn 1.0.109", 725] 726 727[[package]] 728name = "bytemuck" 729version = "1.25.0" 730source = "registry+https://github.com/rust-lang/crates.io-index" 731checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" 732 733[[package]] 734name = "byteorder" 735version = "1.5.0" 736source = "registry+https://github.com/rust-lang/crates.io-index" 737checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 738 739[[package]] 740name = "bytes" 741version = "1.11.1" 742source = "registry+https://github.com/rust-lang/crates.io-index" 743checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 744 745[[package]] 746name = "camino" 747version = "1.2.2" 748source = "registry+https://github.com/rust-lang/crates.io-index" 749checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48" 750dependencies = [ 751 "serde_core", 752] 753 754[[package]] 755name = "cargo-platform" 756version = "0.3.2" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082" 759dependencies = [ 760 "serde", 761 "serde_core", 762] 763 764[[package]] 765name = "cargo_metadata" 766version = "0.23.1" 767source = "registry+https://github.com/rust-lang/crates.io-index" 768checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9" 769dependencies = [ 770 "camino", 771 "cargo-platform", 772 "semver", 773 "serde", 774 "serde_json", 775 "thiserror 2.0.18", 776] 777 778[[package]] 779name = "castaway" 780version = "0.2.4" 781source = "registry+https://github.com/rust-lang/crates.io-index" 782checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" 783dependencies = [ 784 "rustversion", 785] 786 787[[package]] 788name = "cc" 789version = "1.2.57" 790source = "registry+https://github.com/rust-lang/crates.io-index" 791checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423" 792dependencies = [ 793 "find-msvc-tools", 794 "shlex", 795] 796 797[[package]] 798name = "cfg-if" 799version = "1.0.4" 800source = "registry+https://github.com/rust-lang/crates.io-index" 801checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 802 803[[package]] 804name = "cfg_aliases" 805version = "0.2.1" 806source = "registry+https://github.com/rust-lang/crates.io-index" 807checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 808 809[[package]] 810name = "chacha20" 811version = "0.10.0" 812source = "registry+https://github.com/rust-lang/crates.io-index" 813checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" 814dependencies = [ 815 "cfg-if", 816 "cpufeatures 0.3.0", 817 "rand_core 0.10.0", 818] 819 820[[package]] 821name = "chrono" 822version = "0.4.44" 823source = "registry+https://github.com/rust-lang/crates.io-index" 824checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" 825dependencies = [ 826 "iana-time-zone", 827 "num-traits", 828 "serde", 829 "windows-link 0.2.1", 830] 831 832[[package]] 833name = "clap" 834version = "4.5.60" 835source = "registry+https://github.com/rust-lang/crates.io-index" 836checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a" 837dependencies = [ 838 "clap_builder", 839 "clap_derive", 840] 841 842[[package]] 843name = "clap_builder" 844version = "4.5.60" 845source = "registry+https://github.com/rust-lang/crates.io-index" 846checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876" 847dependencies = [ 848 "anstream", 849 "anstyle", 850 "clap_lex", 851 "strsim", 852 "terminal_size", 853 "unicase", 854 "unicode-width 0.2.2", 855] 856 857[[package]] 858name = "clap_derive" 859version = "4.5.55" 860source = "registry+https://github.com/rust-lang/crates.io-index" 861checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" 862dependencies = [ 863 "heck 0.5.0", 864 "proc-macro2", 865 "quote", 866 "syn 2.0.117", 867] 868 869[[package]] 870name = "clap_lex" 871version = "1.0.0" 872source = "registry+https://github.com/rust-lang/crates.io-index" 873checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" 874 875[[package]] 876name = "clru" 877version = "0.6.3" 878source = "registry+https://github.com/rust-lang/crates.io-index" 879checksum = "197fd99cb113a8d5d9b6376f3aa817f32c1078f2343b714fff7d2ca44fdf67d5" 880dependencies = [ 881 "hashbrown 0.16.1", 882] 883 884[[package]] 885name = "color-eyre" 886version = "0.6.5" 887source = "registry+https://github.com/rust-lang/crates.io-index" 888checksum = "e5920befb47832a6d61ee3a3a846565cfa39b331331e68a3b1d1116630f2f26d" 889dependencies = [ 890 "backtrace", 891 "color-spantrace", 892 "eyre", 893 "indenter", 894 "once_cell", 895 "owo-colors", 896 "tracing-error", 897] 898 899[[package]] 900name = "color-spantrace" 901version = "0.3.0" 902source = "registry+https://github.com/rust-lang/crates.io-index" 903checksum = "b8b88ea9df13354b55bc7234ebcce36e6ef896aca2e42a15de9e10edce01b427" 904dependencies = [ 905 "once_cell", 906 "owo-colors", 907 "tracing-core", 908 "tracing-error", 909] 910 911[[package]] 912name = "colorchoice" 913version = "1.0.4" 914source = "registry+https://github.com/rust-lang/crates.io-index" 915checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 916 917[[package]] 918name = "compact_str" 919version = "0.9.0" 920source = "registry+https://github.com/rust-lang/crates.io-index" 921checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a" 922dependencies = [ 923 "castaway", 924 "cfg-if", 925 "itoa", 926 "rustversion", 927 "ryu", 928 "static_assertions", 929] 930 931[[package]] 932name = "concurrent-queue" 933version = "2.5.0" 934source = "registry+https://github.com/rust-lang/crates.io-index" 935checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 936dependencies = [ 937 "crossbeam-utils", 938] 939 940[[package]] 941name = "console" 942version = "0.15.11" 943source = "registry+https://github.com/rust-lang/crates.io-index" 944checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" 945dependencies = [ 946 "encode_unicode", 947 "libc", 948 "once_cell", 949 "windows-sys 0.59.0", 950] 951 952[[package]] 953name = "const-oid" 954version = "0.9.6" 955source = "registry+https://github.com/rust-lang/crates.io-index" 956checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 957 958[[package]] 959name = "const-oid" 960version = "0.10.2" 961source = "registry+https://github.com/rust-lang/crates.io-index" 962checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" 963 964[[package]] 965name = "const-random" 966version = "0.1.18" 967source = "registry+https://github.com/rust-lang/crates.io-index" 968checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" 969dependencies = [ 970 "const-random-macro", 971] 972 973[[package]] 974name = "const-random-macro" 975version = "0.1.16" 976source = "registry+https://github.com/rust-lang/crates.io-index" 977checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" 978dependencies = [ 979 "getrandom 0.2.17", 980 "once_cell", 981 "tiny-keccak", 982] 983 984[[package]] 985name = "convert_case" 986version = "0.10.0" 987source = "registry+https://github.com/rust-lang/crates.io-index" 988checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" 989dependencies = [ 990 "unicode-segmentation", 991] 992 993[[package]] 994name = "core-foundation-sys" 995version = "0.8.7" 996source = "registry+https://github.com/rust-lang/crates.io-index" 997checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 998 999[[package]] 1000name = "cpufeatures" 1001version = "0.2.17" 1002source = "registry+https://github.com/rust-lang/crates.io-index" 1003checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 1004dependencies = [ 1005 "libc", 1006] 1007 1008[[package]] 1009name = "cpufeatures" 1010version = "0.3.0" 1011source = "registry+https://github.com/rust-lang/crates.io-index" 1012checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" 1013dependencies = [ 1014 "libc", 1015] 1016 1017[[package]] 1018name = "crc" 1019version = "3.4.0" 1020source = "registry+https://github.com/rust-lang/crates.io-index" 1021checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" 1022dependencies = [ 1023 "crc-catalog", 1024] 1025 1026[[package]] 1027name = "crc-catalog" 1028version = "2.4.0" 1029source = "registry+https://github.com/rust-lang/crates.io-index" 1030checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 1031 1032[[package]] 1033name = "crc32fast" 1034version = "1.5.0" 1035source = "registry+https://github.com/rust-lang/crates.io-index" 1036checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 1037dependencies = [ 1038 "cfg-if", 1039] 1040 1041[[package]] 1042name = "crossbeam-queue" 1043version = "0.3.12" 1044source = "registry+https://github.com/rust-lang/crates.io-index" 1045checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 1046dependencies = [ 1047 "crossbeam-utils", 1048] 1049 1050[[package]] 1051name = "crossbeam-utils" 1052version = "0.8.21" 1053source = "registry+https://github.com/rust-lang/crates.io-index" 1054checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 1055 1056[[package]] 1057name = "crossterm" 1058version = "0.29.0" 1059source = "registry+https://github.com/rust-lang/crates.io-index" 1060checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" 1061dependencies = [ 1062 "bitflags 2.11.0", 1063 "crossterm_winapi", 1064 "derive_more", 1065 "document-features", 1066 "futures-core", 1067 "mio", 1068 "parking_lot", 1069 "rustix", 1070 "signal-hook 0.3.18", 1071 "signal-hook-mio", 1072 "winapi", 1073] 1074 1075[[package]] 1076name = "crossterm_winapi" 1077version = "0.9.1" 1078source = "registry+https://github.com/rust-lang/crates.io-index" 1079checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 1080dependencies = [ 1081 "winapi", 1082] 1083 1084[[package]] 1085name = "crunchy" 1086version = "0.2.4" 1087source = "registry+https://github.com/rust-lang/crates.io-index" 1088checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 1089 1090[[package]] 1091name = "crypto-common" 1092version = "0.1.7" 1093source = "registry+https://github.com/rust-lang/crates.io-index" 1094checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 1095dependencies = [ 1096 "generic-array", 1097 "typenum", 1098] 1099 1100[[package]] 1101name = "crypto-common" 1102version = "0.2.1" 1103source = "registry+https://github.com/rust-lang/crates.io-index" 1104checksum = "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710" 1105dependencies = [ 1106 "hybrid-array", 1107] 1108 1109[[package]] 1110name = "csscolorparser" 1111version = "0.6.2" 1112source = "registry+https://github.com/rust-lang/crates.io-index" 1113checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf" 1114dependencies = [ 1115 "lab", 1116 "phf", 1117] 1118 1119[[package]] 1120name = "darling" 1121version = "0.20.11" 1122source = "registry+https://github.com/rust-lang/crates.io-index" 1123checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" 1124dependencies = [ 1125 "darling_core 0.20.11", 1126 "darling_macro 0.20.11", 1127] 1128 1129[[package]] 1130name = "darling" 1131version = "0.23.0" 1132source = "registry+https://github.com/rust-lang/crates.io-index" 1133checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" 1134dependencies = [ 1135 "darling_core 0.23.0", 1136 "darling_macro 0.23.0", 1137] 1138 1139[[package]] 1140name = "darling_core" 1141version = "0.20.11" 1142source = "registry+https://github.com/rust-lang/crates.io-index" 1143checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" 1144dependencies = [ 1145 "fnv", 1146 "ident_case", 1147 "proc-macro2", 1148 "quote", 1149 "strsim", 1150 "syn 2.0.117", 1151] 1152 1153[[package]] 1154name = "darling_core" 1155version = "0.23.0" 1156source = "registry+https://github.com/rust-lang/crates.io-index" 1157checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" 1158dependencies = [ 1159 "ident_case", 1160 "proc-macro2", 1161 "quote", 1162 "strsim", 1163 "syn 2.0.117", 1164] 1165 1166[[package]] 1167name = "darling_macro" 1168version = "0.20.11" 1169source = "registry+https://github.com/rust-lang/crates.io-index" 1170checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" 1171dependencies = [ 1172 "darling_core 0.20.11", 1173 "quote", 1174 "syn 2.0.117", 1175] 1176 1177[[package]] 1178name = "darling_macro" 1179version = "0.23.0" 1180source = "registry+https://github.com/rust-lang/crates.io-index" 1181checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" 1182dependencies = [ 1183 "darling_core 0.23.0", 1184 "quote", 1185 "syn 2.0.117", 1186] 1187 1188[[package]] 1189name = "dashmap" 1190version = "6.1.0" 1191source = "registry+https://github.com/rust-lang/crates.io-index" 1192checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 1193dependencies = [ 1194 "cfg-if", 1195 "crossbeam-utils", 1196 "hashbrown 0.14.5", 1197 "lock_api", 1198 "once_cell", 1199 "parking_lot_core", 1200] 1201 1202[[package]] 1203name = "db" 1204version = "0.1.0" 1205dependencies = [ 1206 "anyhow", 1207 "migration", 1208 "rand 0.10.0", 1209 "sea-orm", 1210 "thiserror 2.0.18", 1211 "tokio", 1212 "tracing", 1213] 1214 1215[[package]] 1216name = "deltae" 1217version = "0.3.2" 1218source = "registry+https://github.com/rust-lang/crates.io-index" 1219checksum = "5729f5117e208430e437df2f4843f5e5952997175992d1414f94c57d61e270b4" 1220 1221[[package]] 1222name = "der" 1223version = "0.7.10" 1224source = "registry+https://github.com/rust-lang/crates.io-index" 1225checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 1226dependencies = [ 1227 "const-oid 0.9.6", 1228 "pem-rfc7468", 1229 "zeroize", 1230] 1231 1232[[package]] 1233name = "deranged" 1234version = "0.5.8" 1235source = "registry+https://github.com/rust-lang/crates.io-index" 1236checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 1237dependencies = [ 1238 "powerfmt", 1239 "serde_core", 1240] 1241 1242[[package]] 1243name = "derive_builder" 1244version = "0.20.2" 1245source = "registry+https://github.com/rust-lang/crates.io-index" 1246checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" 1247dependencies = [ 1248 "derive_builder_macro", 1249] 1250 1251[[package]] 1252name = "derive_builder_core" 1253version = "0.20.2" 1254source = "registry+https://github.com/rust-lang/crates.io-index" 1255checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" 1256dependencies = [ 1257 "darling 0.20.11", 1258 "proc-macro2", 1259 "quote", 1260 "syn 2.0.117", 1261] 1262 1263[[package]] 1264name = "derive_builder_macro" 1265version = "0.20.2" 1266source = "registry+https://github.com/rust-lang/crates.io-index" 1267checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" 1268dependencies = [ 1269 "derive_builder_core", 1270 "syn 2.0.117", 1271] 1272 1273[[package]] 1274name = "derive_more" 1275version = "2.1.1" 1276source = "registry+https://github.com/rust-lang/crates.io-index" 1277checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" 1278dependencies = [ 1279 "derive_more-impl", 1280] 1281 1282[[package]] 1283name = "derive_more-impl" 1284version = "2.1.1" 1285source = "registry+https://github.com/rust-lang/crates.io-index" 1286checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" 1287dependencies = [ 1288 "convert_case", 1289 "proc-macro2", 1290 "quote", 1291 "rustc_version", 1292 "syn 2.0.117", 1293 "unicode-xid", 1294] 1295 1296[[package]] 1297name = "digest" 1298version = "0.10.7" 1299source = "registry+https://github.com/rust-lang/crates.io-index" 1300checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1301dependencies = [ 1302 "block-buffer 0.10.4", 1303 "const-oid 0.9.6", 1304 "crypto-common 0.1.7", 1305 "subtle", 1306] 1307 1308[[package]] 1309name = "digest" 1310version = "0.11.2" 1311source = "registry+https://github.com/rust-lang/crates.io-index" 1312checksum = "4850db49bf08e663084f7fb5c87d202ef91a3907271aff24a94eb97ff039153c" 1313dependencies = [ 1314 "block-buffer 0.12.0", 1315 "const-oid 0.10.2", 1316 "crypto-common 0.2.1", 1317] 1318 1319[[package]] 1320name = "directories" 1321version = "6.0.0" 1322source = "registry+https://github.com/rust-lang/crates.io-index" 1323checksum = "16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d" 1324dependencies = [ 1325 "dirs-sys", 1326] 1327 1328[[package]] 1329name = "dirs-sys" 1330version = "0.5.0" 1331source = "registry+https://github.com/rust-lang/crates.io-index" 1332checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 1333dependencies = [ 1334 "libc", 1335 "option-ext", 1336 "redox_users", 1337 "windows-sys 0.61.2", 1338] 1339 1340[[package]] 1341name = "displaydoc" 1342version = "0.2.5" 1343source = "registry+https://github.com/rust-lang/crates.io-index" 1344checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1345dependencies = [ 1346 "proc-macro2", 1347 "quote", 1348 "syn 2.0.117", 1349] 1350 1351[[package]] 1352name = "document-features" 1353version = "0.2.12" 1354source = "registry+https://github.com/rust-lang/crates.io-index" 1355checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" 1356dependencies = [ 1357 "litrs", 1358] 1359 1360[[package]] 1361name = "dotenvy" 1362version = "0.15.7" 1363source = "registry+https://github.com/rust-lang/crates.io-index" 1364checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 1365 1366[[package]] 1367name = "dunce" 1368version = "1.0.5" 1369source = "registry+https://github.com/rust-lang/crates.io-index" 1370checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 1371 1372[[package]] 1373name = "either" 1374version = "1.15.0" 1375source = "registry+https://github.com/rust-lang/crates.io-index" 1376checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 1377dependencies = [ 1378 "serde", 1379] 1380 1381[[package]] 1382name = "encode_unicode" 1383version = "1.0.0" 1384source = "registry+https://github.com/rust-lang/crates.io-index" 1385checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 1386 1387[[package]] 1388name = "encoding_rs" 1389version = "0.8.35" 1390source = "registry+https://github.com/rust-lang/crates.io-index" 1391checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1392dependencies = [ 1393 "cfg-if", 1394] 1395 1396[[package]] 1397name = "equivalent" 1398version = "1.0.2" 1399source = "registry+https://github.com/rust-lang/crates.io-index" 1400checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1401 1402[[package]] 1403name = "errno" 1404version = "0.3.14" 1405source = "registry+https://github.com/rust-lang/crates.io-index" 1406checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1407dependencies = [ 1408 "libc", 1409 "windows-sys 0.61.2", 1410] 1411 1412[[package]] 1413name = "etcetera" 1414version = "0.8.0" 1415source = "registry+https://github.com/rust-lang/crates.io-index" 1416checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 1417dependencies = [ 1418 "cfg-if", 1419 "home", 1420 "windows-sys 0.48.0", 1421] 1422 1423[[package]] 1424name = "euclid" 1425version = "0.22.13" 1426source = "registry+https://github.com/rust-lang/crates.io-index" 1427checksum = "df61bf483e837f88d5c2291dcf55c67be7e676b3a51acc48db3a7b163b91ed63" 1428dependencies = [ 1429 "num-traits", 1430] 1431 1432[[package]] 1433name = "event-listener" 1434version = "2.5.3" 1435source = "registry+https://github.com/rust-lang/crates.io-index" 1436checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1437 1438[[package]] 1439name = "event-listener" 1440version = "5.4.1" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 1443dependencies = [ 1444 "concurrent-queue", 1445 "parking", 1446 "pin-project-lite", 1447] 1448 1449[[package]] 1450name = "event-listener-strategy" 1451version = "0.5.4" 1452source = "registry+https://github.com/rust-lang/crates.io-index" 1453checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 1454dependencies = [ 1455 "event-listener 5.4.1", 1456 "pin-project-lite", 1457] 1458 1459[[package]] 1460name = "eyre" 1461version = "0.6.12" 1462source = "registry+https://github.com/rust-lang/crates.io-index" 1463checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" 1464dependencies = [ 1465 "indenter", 1466 "once_cell", 1467] 1468 1469[[package]] 1470name = "fancy-regex" 1471version = "0.11.0" 1472source = "registry+https://github.com/rust-lang/crates.io-index" 1473checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2" 1474dependencies = [ 1475 "bit-set", 1476 "regex", 1477] 1478 1479[[package]] 1480name = "faster-hex" 1481version = "0.10.0" 1482source = "registry+https://github.com/rust-lang/crates.io-index" 1483checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73" 1484dependencies = [ 1485 "heapless", 1486 "serde", 1487] 1488 1489[[package]] 1490name = "fastrand" 1491version = "2.3.0" 1492source = "registry+https://github.com/rust-lang/crates.io-index" 1493checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1494 1495[[package]] 1496name = "filaments" 1497version = "0.1.0" 1498dependencies = [ 1499 "anyhow", 1500 "better-panic", 1501 "clap", 1502 "color-eyre", 1503 "crossterm", 1504 "db", 1505 "directories", 1506 "futures", 1507 "human-panic", 1508 "kdl", 1509 "ratatui", 1510 "serde", 1511 "signal-hook 0.4.3", 1512 "strum 0.28.0", 1513 "tokio", 1514 "tokio-util", 1515 "tracing", 1516 "tracing-error", 1517 "tracing-subscriber", 1518 "vergen-gix", 1519] 1520 1521[[package]] 1522name = "filedescriptor" 1523version = "0.8.3" 1524source = "registry+https://github.com/rust-lang/crates.io-index" 1525checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d" 1526dependencies = [ 1527 "libc", 1528 "thiserror 1.0.69", 1529 "winapi", 1530] 1531 1532[[package]] 1533name = "filetime" 1534version = "0.2.27" 1535source = "registry+https://github.com/rust-lang/crates.io-index" 1536checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" 1537dependencies = [ 1538 "cfg-if", 1539 "libc", 1540 "libredox", 1541] 1542 1543[[package]] 1544name = "find-msvc-tools" 1545version = "0.1.9" 1546source = "registry+https://github.com/rust-lang/crates.io-index" 1547checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 1548 1549[[package]] 1550name = "finl_unicode" 1551version = "1.4.0" 1552source = "registry+https://github.com/rust-lang/crates.io-index" 1553checksum = "9844ddc3a6e533d62bba727eb6c28b5d360921d5175e9ff0f1e621a5c590a4d5" 1554 1555[[package]] 1556name = "fixedbitset" 1557version = "0.4.2" 1558source = "registry+https://github.com/rust-lang/crates.io-index" 1559checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 1560 1561[[package]] 1562name = "flate2" 1563version = "1.1.9" 1564source = "registry+https://github.com/rust-lang/crates.io-index" 1565checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 1566dependencies = [ 1567 "crc32fast", 1568 "miniz_oxide", 1569] 1570 1571[[package]] 1572name = "flume" 1573version = "0.11.1" 1574source = "registry+https://github.com/rust-lang/crates.io-index" 1575checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 1576dependencies = [ 1577 "futures-core", 1578 "futures-sink", 1579 "spin", 1580] 1581 1582[[package]] 1583name = "fnv" 1584version = "1.0.7" 1585source = "registry+https://github.com/rust-lang/crates.io-index" 1586checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1587 1588[[package]] 1589name = "foldhash" 1590version = "0.1.5" 1591source = "registry+https://github.com/rust-lang/crates.io-index" 1592checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1593 1594[[package]] 1595name = "foldhash" 1596version = "0.2.0" 1597source = "registry+https://github.com/rust-lang/crates.io-index" 1598checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 1599 1600[[package]] 1601name = "form_urlencoded" 1602version = "1.2.2" 1603source = "registry+https://github.com/rust-lang/crates.io-index" 1604checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 1605dependencies = [ 1606 "percent-encoding", 1607] 1608 1609[[package]] 1610name = "funty" 1611version = "2.0.0" 1612source = "registry+https://github.com/rust-lang/crates.io-index" 1613checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 1614 1615[[package]] 1616name = "futures" 1617version = "0.3.32" 1618source = "registry+https://github.com/rust-lang/crates.io-index" 1619checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" 1620dependencies = [ 1621 "futures-channel", 1622 "futures-core", 1623 "futures-executor", 1624 "futures-io", 1625 "futures-sink", 1626 "futures-task", 1627 "futures-util", 1628] 1629 1630[[package]] 1631name = "futures-channel" 1632version = "0.3.32" 1633source = "registry+https://github.com/rust-lang/crates.io-index" 1634checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 1635dependencies = [ 1636 "futures-core", 1637 "futures-sink", 1638] 1639 1640[[package]] 1641name = "futures-core" 1642version = "0.3.32" 1643source = "registry+https://github.com/rust-lang/crates.io-index" 1644checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 1645 1646[[package]] 1647name = "futures-executor" 1648version = "0.3.32" 1649source = "registry+https://github.com/rust-lang/crates.io-index" 1650checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 1651dependencies = [ 1652 "futures-core", 1653 "futures-task", 1654 "futures-util", 1655] 1656 1657[[package]] 1658name = "futures-intrusive" 1659version = "0.5.0" 1660source = "registry+https://github.com/rust-lang/crates.io-index" 1661checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 1662dependencies = [ 1663 "futures-core", 1664 "lock_api", 1665 "parking_lot", 1666] 1667 1668[[package]] 1669name = "futures-io" 1670version = "0.3.32" 1671source = "registry+https://github.com/rust-lang/crates.io-index" 1672checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 1673 1674[[package]] 1675name = "futures-lite" 1676version = "2.6.1" 1677source = "registry+https://github.com/rust-lang/crates.io-index" 1678checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 1679dependencies = [ 1680 "fastrand", 1681 "futures-core", 1682 "futures-io", 1683 "parking", 1684 "pin-project-lite", 1685] 1686 1687[[package]] 1688name = "futures-macro" 1689version = "0.3.32" 1690source = "registry+https://github.com/rust-lang/crates.io-index" 1691checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 1692dependencies = [ 1693 "proc-macro2", 1694 "quote", 1695 "syn 2.0.117", 1696] 1697 1698[[package]] 1699name = "futures-sink" 1700version = "0.3.32" 1701source = "registry+https://github.com/rust-lang/crates.io-index" 1702checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 1703 1704[[package]] 1705name = "futures-task" 1706version = "0.3.32" 1707source = "registry+https://github.com/rust-lang/crates.io-index" 1708checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 1709 1710[[package]] 1711name = "futures-util" 1712version = "0.3.32" 1713source = "registry+https://github.com/rust-lang/crates.io-index" 1714checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 1715dependencies = [ 1716 "futures-channel", 1717 "futures-core", 1718 "futures-io", 1719 "futures-macro", 1720 "futures-sink", 1721 "futures-task", 1722 "memchr", 1723 "pin-project-lite", 1724 "slab", 1725] 1726 1727[[package]] 1728name = "generic-array" 1729version = "0.14.7" 1730source = "registry+https://github.com/rust-lang/crates.io-index" 1731checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1732dependencies = [ 1733 "typenum", 1734 "version_check", 1735] 1736 1737[[package]] 1738name = "getrandom" 1739version = "0.2.17" 1740source = "registry+https://github.com/rust-lang/crates.io-index" 1741checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 1742dependencies = [ 1743 "cfg-if", 1744 "libc", 1745 "wasi", 1746] 1747 1748[[package]] 1749name = "getrandom" 1750version = "0.3.4" 1751source = "registry+https://github.com/rust-lang/crates.io-index" 1752checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 1753dependencies = [ 1754 "cfg-if", 1755 "libc", 1756 "r-efi 5.3.0", 1757 "wasip2", 1758] 1759 1760[[package]] 1761name = "getrandom" 1762version = "0.4.2" 1763source = "registry+https://github.com/rust-lang/crates.io-index" 1764checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" 1765dependencies = [ 1766 "cfg-if", 1767 "libc", 1768 "r-efi 6.0.0", 1769 "rand_core 0.10.0", 1770 "wasip2", 1771 "wasip3", 1772] 1773 1774[[package]] 1775name = "gimli" 1776version = "0.32.3" 1777source = "registry+https://github.com/rust-lang/crates.io-index" 1778checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" 1779 1780[[package]] 1781name = "gix" 1782version = "0.77.0" 1783source = "registry+https://github.com/rust-lang/crates.io-index" 1784checksum = "3d8284d86a2f5c0987fbf7219a128815cc04af5a18f5fd7eec6a76d83c2b78cc" 1785dependencies = [ 1786 "gix-actor", 1787 "gix-attributes", 1788 "gix-command", 1789 "gix-commitgraph", 1790 "gix-config", 1791 "gix-date", 1792 "gix-diff", 1793 "gix-dir", 1794 "gix-discover", 1795 "gix-features", 1796 "gix-filter", 1797 "gix-fs", 1798 "gix-glob", 1799 "gix-hash", 1800 "gix-hashtable", 1801 "gix-ignore", 1802 "gix-index", 1803 "gix-lock", 1804 "gix-object", 1805 "gix-odb", 1806 "gix-pack", 1807 "gix-path", 1808 "gix-pathspec", 1809 "gix-protocol", 1810 "gix-ref", 1811 "gix-refspec", 1812 "gix-revision", 1813 "gix-revwalk", 1814 "gix-sec", 1815 "gix-shallow", 1816 "gix-status", 1817 "gix-submodule", 1818 "gix-tempfile", 1819 "gix-trace", 1820 "gix-traverse", 1821 "gix-url", 1822 "gix-utils", 1823 "gix-validate", 1824 "gix-worktree", 1825 "parking_lot", 1826 "signal-hook 0.3.18", 1827 "smallvec", 1828 "thiserror 2.0.18", 1829] 1830 1831[[package]] 1832name = "gix-actor" 1833version = "0.37.1" 1834source = "registry+https://github.com/rust-lang/crates.io-index" 1835checksum = "c345528d405eab51d20f505f5fe1a4680973953694e0292c6bbe97827daa55c4" 1836dependencies = [ 1837 "bstr", 1838 "gix-date", 1839 "gix-utils", 1840 "itoa", 1841 "thiserror 2.0.18", 1842 "winnow 0.7.15", 1843] 1844 1845[[package]] 1846name = "gix-attributes" 1847version = "0.29.0" 1848source = "registry+https://github.com/rust-lang/crates.io-index" 1849checksum = "f47dabf8a50f1558c3a55d978440c7c4f22f87ac897bef03b4edbc96f6115966" 1850dependencies = [ 1851 "bstr", 1852 "gix-glob", 1853 "gix-path", 1854 "gix-quote", 1855 "gix-trace", 1856 "kstring", 1857 "smallvec", 1858 "thiserror 2.0.18", 1859 "unicode-bom", 1860] 1861 1862[[package]] 1863name = "gix-bitmap" 1864version = "0.2.16" 1865source = "registry+https://github.com/rust-lang/crates.io-index" 1866checksum = "d982fc7ef0608e669851d0d2a6141dae74c60d5a27e8daa451f2a4857bbf41e2" 1867dependencies = [ 1868 "thiserror 2.0.18", 1869] 1870 1871[[package]] 1872name = "gix-chunk" 1873version = "0.4.12" 1874source = "registry+https://github.com/rust-lang/crates.io-index" 1875checksum = "5c356b3825677cb6ff579551bb8311a81821e184453cbd105e2fc5311b288eeb" 1876dependencies = [ 1877 "thiserror 2.0.18", 1878] 1879 1880[[package]] 1881name = "gix-command" 1882version = "0.6.5" 1883source = "registry+https://github.com/rust-lang/crates.io-index" 1884checksum = "46f9c425730a654835351e6da8c3c69ba1804f8b8d4e96d027254151138d5c64" 1885dependencies = [ 1886 "bstr", 1887 "gix-path", 1888 "gix-quote", 1889 "gix-trace", 1890 "shell-words", 1891] 1892 1893[[package]] 1894name = "gix-commitgraph" 1895version = "0.31.0" 1896source = "registry+https://github.com/rust-lang/crates.io-index" 1897checksum = "efdcba8048045baf15225daf949d597c3e6183d130245e22a7fbd27084abe63a" 1898dependencies = [ 1899 "bstr", 1900 "gix-chunk", 1901 "gix-hash", 1902 "memmap2", 1903 "thiserror 2.0.18", 1904] 1905 1906[[package]] 1907name = "gix-config" 1908version = "0.50.0" 1909source = "registry+https://github.com/rust-lang/crates.io-index" 1910checksum = "b58e2ff8eef96b71f2c5e260f02ca0475caff374027c5cc5a29bda69fac67404" 1911dependencies = [ 1912 "bstr", 1913 "gix-config-value", 1914 "gix-features", 1915 "gix-glob", 1916 "gix-path", 1917 "gix-ref", 1918 "gix-sec", 1919 "memchr", 1920 "smallvec", 1921 "thiserror 2.0.18", 1922 "unicode-bom", 1923 "winnow 0.7.15", 1924] 1925 1926[[package]] 1927name = "gix-config-value" 1928version = "0.16.0" 1929source = "registry+https://github.com/rust-lang/crates.io-index" 1930checksum = "2409cffa4fe8b303847d5b6ba8df9da9ba65d302fc5ee474ea0cac5afde79840" 1931dependencies = [ 1932 "bitflags 2.11.0", 1933 "bstr", 1934 "gix-path", 1935 "libc", 1936 "thiserror 2.0.18", 1937] 1938 1939[[package]] 1940name = "gix-date" 1941version = "0.12.1" 1942source = "registry+https://github.com/rust-lang/crates.io-index" 1943checksum = "fe4a31bab8159e233094fa70d2e5fd3ec6f19e593f67e6ae01281daa48f8d8e7" 1944dependencies = [ 1945 "bstr", 1946 "itoa", 1947 "jiff", 1948 "smallvec", 1949 "thiserror 2.0.18", 1950] 1951 1952[[package]] 1953name = "gix-diff" 1954version = "0.57.1" 1955source = "registry+https://github.com/rust-lang/crates.io-index" 1956checksum = "3506936e63ce14cd54b5f28ed06c8e43b92ef9f41c2238cc0bc271a9259b4e90" 1957dependencies = [ 1958 "bstr", 1959 "gix-attributes", 1960 "gix-command", 1961 "gix-filter", 1962 "gix-fs", 1963 "gix-hash", 1964 "gix-index", 1965 "gix-object", 1966 "gix-path", 1967 "gix-pathspec", 1968 "gix-tempfile", 1969 "gix-trace", 1970 "gix-traverse", 1971 "gix-worktree", 1972 "imara-diff", 1973 "thiserror 2.0.18", 1974] 1975 1976[[package]] 1977name = "gix-dir" 1978version = "0.19.0" 1979source = "registry+https://github.com/rust-lang/crates.io-index" 1980checksum = "709d9fad32d2eb8b0129850874246569e801b6d5877e0c41356c23e9e2501e06" 1981dependencies = [ 1982 "bstr", 1983 "gix-discover", 1984 "gix-fs", 1985 "gix-ignore", 1986 "gix-index", 1987 "gix-object", 1988 "gix-path", 1989 "gix-pathspec", 1990 "gix-trace", 1991 "gix-utils", 1992 "gix-worktree", 1993 "thiserror 2.0.18", 1994] 1995 1996[[package]] 1997name = "gix-discover" 1998version = "0.45.0" 1999source = "registry+https://github.com/rust-lang/crates.io-index" 2000checksum = "42ce096dc132533802a09d6fd5d4008858f2038341dfe2e69e0d0239edb359de" 2001dependencies = [ 2002 "bstr", 2003 "dunce", 2004 "gix-fs", 2005 "gix-hash", 2006 "gix-path", 2007 "gix-ref", 2008 "gix-sec", 2009 "thiserror 2.0.18", 2010] 2011 2012[[package]] 2013name = "gix-features" 2014version = "0.45.2" 2015source = "registry+https://github.com/rust-lang/crates.io-index" 2016checksum = "d56aad357ae016449434705033df644ac6253dfcf1281aad3af3af9e907560d1" 2017dependencies = [ 2018 "crc32fast", 2019 "gix-path", 2020 "gix-trace", 2021 "gix-utils", 2022 "libc", 2023 "once_cell", 2024 "prodash", 2025 "thiserror 2.0.18", 2026 "walkdir", 2027 "zlib-rs", 2028] 2029 2030[[package]] 2031name = "gix-filter" 2032version = "0.24.1" 2033source = "registry+https://github.com/rust-lang/crates.io-index" 2034checksum = "10c02464962482570c1f94ad451a608c4391514f803e8074662d02c5629a25dc" 2035dependencies = [ 2036 "bstr", 2037 "encoding_rs", 2038 "gix-attributes", 2039 "gix-command", 2040 "gix-hash", 2041 "gix-object", 2042 "gix-packetline", 2043 "gix-path", 2044 "gix-quote", 2045 "gix-trace", 2046 "gix-utils", 2047 "smallvec", 2048 "thiserror 2.0.18", 2049] 2050 2051[[package]] 2052name = "gix-fs" 2053version = "0.18.2" 2054source = "registry+https://github.com/rust-lang/crates.io-index" 2055checksum = "785b9c499e46bc78d7b81c148c21b3fca18655379ee729a856ed19ce50d359ec" 2056dependencies = [ 2057 "bstr", 2058 "fastrand", 2059 "gix-features", 2060 "gix-path", 2061 "gix-utils", 2062 "thiserror 2.0.18", 2063] 2064 2065[[package]] 2066name = "gix-glob" 2067version = "0.23.0" 2068source = "registry+https://github.com/rust-lang/crates.io-index" 2069checksum = "e8546300aee4c65c5862c22a3e321124a69b654a61a8b60de546a9284812b7e2" 2070dependencies = [ 2071 "bitflags 2.11.0", 2072 "bstr", 2073 "gix-features", 2074 "gix-path", 2075] 2076 2077[[package]] 2078name = "gix-hash" 2079version = "0.21.2" 2080source = "registry+https://github.com/rust-lang/crates.io-index" 2081checksum = "e153930f42ccdab8a3306b1027cd524879f6a8996cd0c474d18b0e56cae7714d" 2082dependencies = [ 2083 "faster-hex", 2084 "gix-features", 2085 "sha1-checked", 2086 "thiserror 2.0.18", 2087] 2088 2089[[package]] 2090name = "gix-hashtable" 2091version = "0.11.0" 2092source = "registry+https://github.com/rust-lang/crates.io-index" 2093checksum = "222f7428636020bef272a87ed833ea48bf5fb3193f99852ae16fbb5a602bd2f0" 2094dependencies = [ 2095 "gix-hash", 2096 "hashbrown 0.16.1", 2097 "parking_lot", 2098] 2099 2100[[package]] 2101name = "gix-ignore" 2102version = "0.18.0" 2103source = "registry+https://github.com/rust-lang/crates.io-index" 2104checksum = "dfa727fdf54fd9fb53fa3fbb1a5c17172d3073e8e336bf155f3cac3e25b81b21" 2105dependencies = [ 2106 "bstr", 2107 "gix-glob", 2108 "gix-path", 2109 "gix-trace", 2110 "unicode-bom", 2111] 2112 2113[[package]] 2114name = "gix-index" 2115version = "0.45.1" 2116source = "registry+https://github.com/rust-lang/crates.io-index" 2117checksum = "9ea6d3e9e11647ba49f441dea0782494cc6d2875ff43fa4ad9094e6957f42051" 2118dependencies = [ 2119 "bitflags 2.11.0", 2120 "bstr", 2121 "filetime", 2122 "fnv", 2123 "gix-bitmap", 2124 "gix-features", 2125 "gix-fs", 2126 "gix-hash", 2127 "gix-lock", 2128 "gix-object", 2129 "gix-traverse", 2130 "gix-utils", 2131 "gix-validate", 2132 "hashbrown 0.16.1", 2133 "itoa", 2134 "libc", 2135 "memmap2", 2136 "rustix", 2137 "smallvec", 2138 "thiserror 2.0.18", 2139] 2140 2141[[package]] 2142name = "gix-lock" 2143version = "20.0.1" 2144source = "registry+https://github.com/rust-lang/crates.io-index" 2145checksum = "115268ae5e3b3b7bc7fc77260eecee05acca458e45318ca45d35467fa81a3ac5" 2146dependencies = [ 2147 "gix-tempfile", 2148 "gix-utils", 2149 "thiserror 2.0.18", 2150] 2151 2152[[package]] 2153name = "gix-object" 2154version = "0.54.1" 2155source = "registry+https://github.com/rust-lang/crates.io-index" 2156checksum = "363d6a879c52e4890180e0ffa7d8c9a364fd0b7e807caa368e860b80e8d0bc81" 2157dependencies = [ 2158 "bstr", 2159 "gix-actor", 2160 "gix-date", 2161 "gix-features", 2162 "gix-hash", 2163 "gix-hashtable", 2164 "gix-path", 2165 "gix-utils", 2166 "gix-validate", 2167 "itoa", 2168 "smallvec", 2169 "thiserror 2.0.18", 2170 "winnow 0.7.15", 2171] 2172 2173[[package]] 2174name = "gix-odb" 2175version = "0.74.0" 2176source = "registry+https://github.com/rust-lang/crates.io-index" 2177checksum = "165a907df369a12ed4330faf8baf7ae597aadb08cfacb4ed8649f93d90bcc0c5" 2178dependencies = [ 2179 "arc-swap", 2180 "gix-date", 2181 "gix-features", 2182 "gix-fs", 2183 "gix-hash", 2184 "gix-hashtable", 2185 "gix-object", 2186 "gix-pack", 2187 "gix-path", 2188 "gix-quote", 2189 "parking_lot", 2190 "tempfile", 2191 "thiserror 2.0.18", 2192] 2193 2194[[package]] 2195name = "gix-pack" 2196version = "0.64.1" 2197source = "registry+https://github.com/rust-lang/crates.io-index" 2198checksum = "b04a73d5ab07ea0faae55e2c0ae6f24e36e365ac8ce140394dee3a2c89cd4366" 2199dependencies = [ 2200 "clru", 2201 "gix-chunk", 2202 "gix-features", 2203 "gix-hash", 2204 "gix-hashtable", 2205 "gix-object", 2206 "gix-path", 2207 "memmap2", 2208 "smallvec", 2209 "thiserror 2.0.18", 2210] 2211 2212[[package]] 2213name = "gix-packetline" 2214version = "0.20.0" 2215source = "registry+https://github.com/rust-lang/crates.io-index" 2216checksum = "fad0ffb982a289888087a165d3e849cbac724f2aa5431236b050dd2cb9c7de31" 2217dependencies = [ 2218 "bstr", 2219 "faster-hex", 2220 "gix-trace", 2221 "thiserror 2.0.18", 2222] 2223 2224[[package]] 2225name = "gix-path" 2226version = "0.10.22" 2227source = "registry+https://github.com/rust-lang/crates.io-index" 2228checksum = "7cb06c3e4f8eed6e24fd915fa93145e28a511f4ea0e768bae16673e05ed3f366" 2229dependencies = [ 2230 "bstr", 2231 "gix-trace", 2232 "gix-validate", 2233 "thiserror 2.0.18", 2234] 2235 2236[[package]] 2237name = "gix-pathspec" 2238version = "0.14.0" 2239source = "registry+https://github.com/rust-lang/crates.io-index" 2240checksum = "ed9e0c881933c37a7ef45288d6c5779c4a7b3ad240b4c37657e1d9829eb90085" 2241dependencies = [ 2242 "bitflags 2.11.0", 2243 "bstr", 2244 "gix-attributes", 2245 "gix-config-value", 2246 "gix-glob", 2247 "gix-path", 2248 "thiserror 2.0.18", 2249] 2250 2251[[package]] 2252name = "gix-protocol" 2253version = "0.55.0" 2254source = "registry+https://github.com/rust-lang/crates.io-index" 2255checksum = "02c5dfd068789442c5709e702ef42d851765f2c09a11bf0a13749d24363f4d07" 2256dependencies = [ 2257 "bstr", 2258 "gix-date", 2259 "gix-features", 2260 "gix-hash", 2261 "gix-ref", 2262 "gix-shallow", 2263 "gix-transport", 2264 "gix-utils", 2265 "maybe-async", 2266 "thiserror 2.0.18", 2267 "winnow 0.7.15", 2268] 2269 2270[[package]] 2271name = "gix-quote" 2272version = "0.6.2" 2273source = "registry+https://github.com/rust-lang/crates.io-index" 2274checksum = "96fc2ff2ec8cc0c92807f02eab1f00eb02619fc2810d13dc42679492fcc36757" 2275dependencies = [ 2276 "bstr", 2277 "gix-utils", 2278 "thiserror 2.0.18", 2279] 2280 2281[[package]] 2282name = "gix-ref" 2283version = "0.57.0" 2284source = "registry+https://github.com/rust-lang/crates.io-index" 2285checksum = "ccb33aa97006e37e9e83fde233569a66b02ed16fd4b0406cdf35834b06cf8a63" 2286dependencies = [ 2287 "gix-actor", 2288 "gix-features", 2289 "gix-fs", 2290 "gix-hash", 2291 "gix-lock", 2292 "gix-object", 2293 "gix-path", 2294 "gix-tempfile", 2295 "gix-utils", 2296 "gix-validate", 2297 "memmap2", 2298 "thiserror 2.0.18", 2299 "winnow 0.7.15", 2300] 2301 2302[[package]] 2303name = "gix-refspec" 2304version = "0.35.0" 2305source = "registry+https://github.com/rust-lang/crates.io-index" 2306checksum = "dcbba6ae5389f4021f73a2d62a4195aace7db1e8bb684b25521d3d685f57da02" 2307dependencies = [ 2308 "bstr", 2309 "gix-glob", 2310 "gix-hash", 2311 "gix-revision", 2312 "gix-validate", 2313 "smallvec", 2314 "thiserror 2.0.18", 2315] 2316 2317[[package]] 2318name = "gix-revision" 2319version = "0.39.0" 2320source = "registry+https://github.com/rust-lang/crates.io-index" 2321checksum = "91898c83b18c635696f7355d171cfa74a52f38022ff89581f567768935ebc4c8" 2322dependencies = [ 2323 "bitflags 2.11.0", 2324 "bstr", 2325 "gix-commitgraph", 2326 "gix-date", 2327 "gix-hash", 2328 "gix-hashtable", 2329 "gix-object", 2330 "gix-revwalk", 2331 "gix-trace", 2332 "thiserror 2.0.18", 2333] 2334 2335[[package]] 2336name = "gix-revwalk" 2337version = "0.25.0" 2338source = "registry+https://github.com/rust-lang/crates.io-index" 2339checksum = "0d063699278485016863d0d2bb0db7609fd2e8ba9a89379717bf06fd96949eb2" 2340dependencies = [ 2341 "gix-commitgraph", 2342 "gix-date", 2343 "gix-hash", 2344 "gix-hashtable", 2345 "gix-object", 2346 "smallvec", 2347 "thiserror 2.0.18", 2348] 2349 2350[[package]] 2351name = "gix-sec" 2352version = "0.12.2" 2353source = "registry+https://github.com/rust-lang/crates.io-index" 2354checksum = "ea9962ed6d9114f7f100efe038752f41283c225bb507a2888903ac593dffa6be" 2355dependencies = [ 2356 "bitflags 2.11.0", 2357 "gix-path", 2358 "libc", 2359 "windows-sys 0.61.2", 2360] 2361 2362[[package]] 2363name = "gix-shallow" 2364version = "0.7.0" 2365source = "registry+https://github.com/rust-lang/crates.io-index" 2366checksum = "9c1c467fb9f7ec1d33613c2ea5482de514bcb84b8222a793cdc4c71955832356" 2367dependencies = [ 2368 "bstr", 2369 "gix-hash", 2370 "gix-lock", 2371 "thiserror 2.0.18", 2372] 2373 2374[[package]] 2375name = "gix-status" 2376version = "0.24.0" 2377source = "registry+https://github.com/rust-lang/crates.io-index" 2378checksum = "ed0d94c685a831c679ca5454c22f350e8c233f50dcf377ca00d858bcba9696d2" 2379dependencies = [ 2380 "bstr", 2381 "filetime", 2382 "gix-diff", 2383 "gix-dir", 2384 "gix-features", 2385 "gix-filter", 2386 "gix-fs", 2387 "gix-hash", 2388 "gix-index", 2389 "gix-object", 2390 "gix-path", 2391 "gix-pathspec", 2392 "gix-worktree", 2393 "portable-atomic", 2394 "thiserror 2.0.18", 2395] 2396 2397[[package]] 2398name = "gix-submodule" 2399version = "0.24.0" 2400source = "registry+https://github.com/rust-lang/crates.io-index" 2401checksum = "efee2a61198413d80de10028aa507344537827d776ade781760130721bec2419" 2402dependencies = [ 2403 "bstr", 2404 "gix-config", 2405 "gix-path", 2406 "gix-pathspec", 2407 "gix-refspec", 2408 "gix-url", 2409 "thiserror 2.0.18", 2410] 2411 2412[[package]] 2413name = "gix-tempfile" 2414version = "20.0.1" 2415source = "registry+https://github.com/rust-lang/crates.io-index" 2416checksum = "ad89218e74850f42d364ed3877c7291f0474c8533502df91bb877ecc5cb0dd40" 2417dependencies = [ 2418 "dashmap", 2419 "gix-fs", 2420 "libc", 2421 "parking_lot", 2422 "signal-hook 0.4.3", 2423 "signal-hook-registry", 2424 "tempfile", 2425] 2426 2427[[package]] 2428name = "gix-trace" 2429version = "0.1.18" 2430source = "registry+https://github.com/rust-lang/crates.io-index" 2431checksum = "f69a13643b8437d4ca6845e08143e847a36ca82903eed13303475d0ae8b162e0" 2432 2433[[package]] 2434name = "gix-transport" 2435version = "0.52.1" 2436source = "registry+https://github.com/rust-lang/crates.io-index" 2437checksum = "a4d4ed02a2ebe771a26111896ecda0b98b58ed35e1d9c0ccf07251c1abb4918d" 2438dependencies = [ 2439 "bstr", 2440 "gix-command", 2441 "gix-features", 2442 "gix-packetline", 2443 "gix-quote", 2444 "gix-sec", 2445 "gix-url", 2446 "thiserror 2.0.18", 2447] 2448 2449[[package]] 2450name = "gix-traverse" 2451version = "0.51.1" 2452source = "registry+https://github.com/rust-lang/crates.io-index" 2453checksum = "d052b83d1d1744be95ac6448ac02f95f370a8f6720e466be9ce57146e39f5280" 2454dependencies = [ 2455 "bitflags 2.11.0", 2456 "gix-commitgraph", 2457 "gix-date", 2458 "gix-hash", 2459 "gix-hashtable", 2460 "gix-object", 2461 "gix-revwalk", 2462 "smallvec", 2463 "thiserror 2.0.18", 2464] 2465 2466[[package]] 2467name = "gix-url" 2468version = "0.34.0" 2469source = "registry+https://github.com/rust-lang/crates.io-index" 2470checksum = "cff1996dfb9430b3699d89224c674169c1ae355eacc52bf30a03c0b8bffe73d9" 2471dependencies = [ 2472 "bstr", 2473 "gix-features", 2474 "gix-path", 2475 "percent-encoding", 2476 "thiserror 2.0.18", 2477] 2478 2479[[package]] 2480name = "gix-utils" 2481version = "0.3.1" 2482source = "registry+https://github.com/rust-lang/crates.io-index" 2483checksum = "befcdbdfb1238d2854591f760a48711bed85e72d80a10e8f2f93f656746ef7c5" 2484dependencies = [ 2485 "bstr", 2486 "fastrand", 2487 "unicode-normalization", 2488] 2489 2490[[package]] 2491name = "gix-validate" 2492version = "0.10.1" 2493source = "registry+https://github.com/rust-lang/crates.io-index" 2494checksum = "5b1e63a5b516e970a594f870ed4571a8fdcb8a344e7bd407a20db8bd61dbfde4" 2495dependencies = [ 2496 "bstr", 2497 "thiserror 2.0.18", 2498] 2499 2500[[package]] 2501name = "gix-worktree" 2502version = "0.46.0" 2503source = "registry+https://github.com/rust-lang/crates.io-index" 2504checksum = "1cfb7ce8cdbfe06117d335d1ad329351468d20331e0aafd108ceb647c1326aca" 2505dependencies = [ 2506 "bstr", 2507 "gix-attributes", 2508 "gix-features", 2509 "gix-fs", 2510 "gix-glob", 2511 "gix-hash", 2512 "gix-ignore", 2513 "gix-index", 2514 "gix-object", 2515 "gix-path", 2516 "gix-validate", 2517] 2518 2519[[package]] 2520name = "glob" 2521version = "0.3.3" 2522source = "registry+https://github.com/rust-lang/crates.io-index" 2523checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 2524 2525[[package]] 2526name = "gloo-timers" 2527version = "0.3.0" 2528source = "registry+https://github.com/rust-lang/crates.io-index" 2529checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" 2530dependencies = [ 2531 "futures-channel", 2532 "futures-core", 2533 "js-sys", 2534 "wasm-bindgen", 2535] 2536 2537[[package]] 2538name = "half" 2539version = "2.7.1" 2540source = "registry+https://github.com/rust-lang/crates.io-index" 2541checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 2542dependencies = [ 2543 "cfg-if", 2544 "crunchy", 2545 "num-traits", 2546 "zerocopy", 2547] 2548 2549[[package]] 2550name = "hash32" 2551version = "0.3.1" 2552source = "registry+https://github.com/rust-lang/crates.io-index" 2553checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606" 2554dependencies = [ 2555 "byteorder", 2556] 2557 2558[[package]] 2559name = "hashbrown" 2560version = "0.12.3" 2561source = "registry+https://github.com/rust-lang/crates.io-index" 2562checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 2563dependencies = [ 2564 "ahash 0.7.8", 2565] 2566 2567[[package]] 2568name = "hashbrown" 2569version = "0.14.5" 2570source = "registry+https://github.com/rust-lang/crates.io-index" 2571checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 2572 2573[[package]] 2574name = "hashbrown" 2575version = "0.15.5" 2576source = "registry+https://github.com/rust-lang/crates.io-index" 2577checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 2578dependencies = [ 2579 "allocator-api2", 2580 "equivalent", 2581 "foldhash 0.1.5", 2582] 2583 2584[[package]] 2585name = "hashbrown" 2586version = "0.16.1" 2587source = "registry+https://github.com/rust-lang/crates.io-index" 2588checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 2589dependencies = [ 2590 "allocator-api2", 2591 "equivalent", 2592 "foldhash 0.2.0", 2593] 2594 2595[[package]] 2596name = "hashlink" 2597version = "0.10.0" 2598source = "registry+https://github.com/rust-lang/crates.io-index" 2599checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 2600dependencies = [ 2601 "hashbrown 0.15.5", 2602] 2603 2604[[package]] 2605name = "heapless" 2606version = "0.8.0" 2607source = "registry+https://github.com/rust-lang/crates.io-index" 2608checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" 2609dependencies = [ 2610 "hash32", 2611 "stable_deref_trait", 2612] 2613 2614[[package]] 2615name = "heck" 2616version = "0.4.1" 2617source = "registry+https://github.com/rust-lang/crates.io-index" 2618checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 2619 2620[[package]] 2621name = "heck" 2622version = "0.5.0" 2623source = "registry+https://github.com/rust-lang/crates.io-index" 2624checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 2625 2626[[package]] 2627name = "hermit-abi" 2628version = "0.5.2" 2629source = "registry+https://github.com/rust-lang/crates.io-index" 2630checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 2631 2632[[package]] 2633name = "hex" 2634version = "0.4.3" 2635source = "registry+https://github.com/rust-lang/crates.io-index" 2636checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 2637 2638[[package]] 2639name = "hexane" 2640version = "0.1.7" 2641source = "registry+https://github.com/rust-lang/crates.io-index" 2642checksum = "8ab946df174dbf65fc07610c1f936b3e40b9ca7cfd09c0f827f9509a62e93a39" 2643dependencies = [ 2644 "leb128", 2645 "thiserror 2.0.18", 2646] 2647 2648[[package]] 2649name = "hkdf" 2650version = "0.12.4" 2651source = "registry+https://github.com/rust-lang/crates.io-index" 2652checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 2653dependencies = [ 2654 "hmac", 2655] 2656 2657[[package]] 2658name = "hmac" 2659version = "0.12.1" 2660source = "registry+https://github.com/rust-lang/crates.io-index" 2661checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 2662dependencies = [ 2663 "digest 0.10.7", 2664] 2665 2666[[package]] 2667name = "home" 2668version = "0.5.12" 2669source = "registry+https://github.com/rust-lang/crates.io-index" 2670checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" 2671dependencies = [ 2672 "windows-sys 0.61.2", 2673] 2674 2675[[package]] 2676name = "human-panic" 2677version = "2.0.6" 2678source = "registry+https://github.com/rust-lang/crates.io-index" 2679checksum = "075e8747af11abcff07d55d98297c9c6c70eb5d6365b25e7b12f02e484935191" 2680dependencies = [ 2681 "anstream", 2682 "anstyle", 2683 "backtrace", 2684 "serde", 2685 "serde_derive", 2686 "sysinfo", 2687 "toml", 2688 "uuid", 2689] 2690 2691[[package]] 2692name = "hybrid-array" 2693version = "0.4.8" 2694source = "registry+https://github.com/rust-lang/crates.io-index" 2695checksum = "8655f91cd07f2b9d0c24137bd650fe69617773435ee5ec83022377777ce65ef1" 2696dependencies = [ 2697 "typenum", 2698] 2699 2700[[package]] 2701name = "iana-time-zone" 2702version = "0.1.65" 2703source = "registry+https://github.com/rust-lang/crates.io-index" 2704checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 2705dependencies = [ 2706 "android_system_properties", 2707 "core-foundation-sys", 2708 "iana-time-zone-haiku", 2709 "js-sys", 2710 "log", 2711 "wasm-bindgen", 2712 "windows-core", 2713] 2714 2715[[package]] 2716name = "iana-time-zone-haiku" 2717version = "0.1.2" 2718source = "registry+https://github.com/rust-lang/crates.io-index" 2719checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2720dependencies = [ 2721 "cc", 2722] 2723 2724[[package]] 2725name = "icu_collections" 2726version = "2.1.1" 2727source = "registry+https://github.com/rust-lang/crates.io-index" 2728checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 2729dependencies = [ 2730 "displaydoc", 2731 "potential_utf", 2732 "yoke", 2733 "zerofrom", 2734 "zerovec", 2735] 2736 2737[[package]] 2738name = "icu_locale_core" 2739version = "2.1.1" 2740source = "registry+https://github.com/rust-lang/crates.io-index" 2741checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 2742dependencies = [ 2743 "displaydoc", 2744 "litemap", 2745 "tinystr", 2746 "writeable", 2747 "zerovec", 2748] 2749 2750[[package]] 2751name = "icu_normalizer" 2752version = "2.1.1" 2753source = "registry+https://github.com/rust-lang/crates.io-index" 2754checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 2755dependencies = [ 2756 "icu_collections", 2757 "icu_normalizer_data", 2758 "icu_properties", 2759 "icu_provider", 2760 "smallvec", 2761 "zerovec", 2762] 2763 2764[[package]] 2765name = "icu_normalizer_data" 2766version = "2.1.1" 2767source = "registry+https://github.com/rust-lang/crates.io-index" 2768checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 2769 2770[[package]] 2771name = "icu_properties" 2772version = "2.1.2" 2773source = "registry+https://github.com/rust-lang/crates.io-index" 2774checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 2775dependencies = [ 2776 "icu_collections", 2777 "icu_locale_core", 2778 "icu_properties_data", 2779 "icu_provider", 2780 "zerotrie", 2781 "zerovec", 2782] 2783 2784[[package]] 2785name = "icu_properties_data" 2786version = "2.1.2" 2787source = "registry+https://github.com/rust-lang/crates.io-index" 2788checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 2789 2790[[package]] 2791name = "icu_provider" 2792version = "2.1.1" 2793source = "registry+https://github.com/rust-lang/crates.io-index" 2794checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 2795dependencies = [ 2796 "displaydoc", 2797 "icu_locale_core", 2798 "writeable", 2799 "yoke", 2800 "zerofrom", 2801 "zerotrie", 2802 "zerovec", 2803] 2804 2805[[package]] 2806name = "id-arena" 2807version = "2.3.0" 2808source = "registry+https://github.com/rust-lang/crates.io-index" 2809checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 2810 2811[[package]] 2812name = "ident_case" 2813version = "1.0.1" 2814source = "registry+https://github.com/rust-lang/crates.io-index" 2815checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2816 2817[[package]] 2818name = "idna" 2819version = "1.1.0" 2820source = "registry+https://github.com/rust-lang/crates.io-index" 2821checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 2822dependencies = [ 2823 "idna_adapter", 2824 "smallvec", 2825 "utf8_iter", 2826] 2827 2828[[package]] 2829name = "idna_adapter" 2830version = "1.2.1" 2831source = "registry+https://github.com/rust-lang/crates.io-index" 2832checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 2833dependencies = [ 2834 "icu_normalizer", 2835 "icu_properties", 2836] 2837 2838[[package]] 2839name = "imara-diff" 2840version = "0.1.8" 2841source = "registry+https://github.com/rust-lang/crates.io-index" 2842checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2" 2843dependencies = [ 2844 "hashbrown 0.15.5", 2845] 2846 2847[[package]] 2848name = "indenter" 2849version = "0.3.4" 2850source = "registry+https://github.com/rust-lang/crates.io-index" 2851checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5" 2852 2853[[package]] 2854name = "indexmap" 2855version = "2.13.0" 2856source = "registry+https://github.com/rust-lang/crates.io-index" 2857checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 2858dependencies = [ 2859 "equivalent", 2860 "hashbrown 0.16.1", 2861 "serde", 2862 "serde_core", 2863] 2864 2865[[package]] 2866name = "indoc" 2867version = "2.0.7" 2868source = "registry+https://github.com/rust-lang/crates.io-index" 2869checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" 2870dependencies = [ 2871 "rustversion", 2872] 2873 2874[[package]] 2875name = "inherent" 2876version = "1.0.13" 2877source = "registry+https://github.com/rust-lang/crates.io-index" 2878checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7" 2879dependencies = [ 2880 "proc-macro2", 2881 "quote", 2882 "syn 2.0.117", 2883] 2884 2885[[package]] 2886name = "instability" 2887version = "0.3.11" 2888source = "registry+https://github.com/rust-lang/crates.io-index" 2889checksum = "357b7205c6cd18dd2c86ed312d1e70add149aea98e7ef72b9fdf0270e555c11d" 2890dependencies = [ 2891 "darling 0.23.0", 2892 "indoc", 2893 "proc-macro2", 2894 "quote", 2895 "syn 2.0.117", 2896] 2897 2898[[package]] 2899name = "is_terminal_polyfill" 2900version = "1.70.2" 2901source = "registry+https://github.com/rust-lang/crates.io-index" 2902checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 2903 2904[[package]] 2905name = "itertools" 2906version = "0.14.0" 2907source = "registry+https://github.com/rust-lang/crates.io-index" 2908checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 2909dependencies = [ 2910 "either", 2911] 2912 2913[[package]] 2914name = "itoa" 2915version = "1.0.17" 2916source = "registry+https://github.com/rust-lang/crates.io-index" 2917checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 2918 2919[[package]] 2920name = "jiff" 2921version = "0.2.23" 2922source = "registry+https://github.com/rust-lang/crates.io-index" 2923checksum = "1a3546dc96b6d42c5f24902af9e2538e82e39ad350b0c766eb3fbf2d8f3d8359" 2924dependencies = [ 2925 "jiff-static", 2926 "jiff-tzdb-platform", 2927 "log", 2928 "portable-atomic", 2929 "portable-atomic-util", 2930 "serde_core", 2931 "windows-sys 0.61.2", 2932] 2933 2934[[package]] 2935name = "jiff-static" 2936version = "0.2.23" 2937source = "registry+https://github.com/rust-lang/crates.io-index" 2938checksum = "2a8c8b344124222efd714b73bb41f8b5120b27a7cc1c75593a6ff768d9d05aa4" 2939dependencies = [ 2940 "proc-macro2", 2941 "quote", 2942 "syn 2.0.117", 2943] 2944 2945[[package]] 2946name = "jiff-tzdb" 2947version = "0.1.6" 2948source = "registry+https://github.com/rust-lang/crates.io-index" 2949checksum = "c900ef84826f1338a557697dc8fc601df9ca9af4ac137c7fb61d4c6f2dfd3076" 2950 2951[[package]] 2952name = "jiff-tzdb-platform" 2953version = "0.1.3" 2954source = "registry+https://github.com/rust-lang/crates.io-index" 2955checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8" 2956dependencies = [ 2957 "jiff-tzdb", 2958] 2959 2960[[package]] 2961name = "js-sys" 2962version = "0.3.91" 2963source = "registry+https://github.com/rust-lang/crates.io-index" 2964checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c" 2965dependencies = [ 2966 "once_cell", 2967 "wasm-bindgen", 2968] 2969 2970[[package]] 2971name = "kasuari" 2972version = "0.4.11" 2973source = "registry+https://github.com/rust-lang/crates.io-index" 2974checksum = "8fe90c1150662e858c7d5f945089b7517b0a80d8bf7ba4b1b5ffc984e7230a5b" 2975dependencies = [ 2976 "hashbrown 0.16.1", 2977 "portable-atomic", 2978 "thiserror 2.0.18", 2979] 2980 2981[[package]] 2982name = "kdl" 2983version = "6.5.0" 2984source = "registry+https://github.com/rust-lang/crates.io-index" 2985checksum = "81a29e7b50079ff44549f68c0becb1c73d7f6de2a4ea952da77966daf3d4761e" 2986dependencies = [ 2987 "miette", 2988 "num", 2989 "winnow 0.6.24", 2990] 2991 2992[[package]] 2993name = "kstring" 2994version = "2.0.2" 2995source = "registry+https://github.com/rust-lang/crates.io-index" 2996checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1" 2997dependencies = [ 2998 "static_assertions", 2999] 3000 3001[[package]] 3002name = "kv-log-macro" 3003version = "1.0.7" 3004source = "registry+https://github.com/rust-lang/crates.io-index" 3005checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 3006dependencies = [ 3007 "log", 3008] 3009 3010[[package]] 3011name = "lab" 3012version = "0.11.0" 3013source = "registry+https://github.com/rust-lang/crates.io-index" 3014checksum = "bf36173d4167ed999940f804952e6b08197cae5ad5d572eb4db150ce8ad5d58f" 3015 3016[[package]] 3017name = "lazy_static" 3018version = "1.5.0" 3019source = "registry+https://github.com/rust-lang/crates.io-index" 3020checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 3021dependencies = [ 3022 "spin", 3023] 3024 3025[[package]] 3026name = "leb128" 3027version = "0.2.5" 3028source = "registry+https://github.com/rust-lang/crates.io-index" 3029checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" 3030 3031[[package]] 3032name = "leb128fmt" 3033version = "0.1.0" 3034source = "registry+https://github.com/rust-lang/crates.io-index" 3035checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 3036 3037[[package]] 3038name = "lexical-core" 3039version = "1.0.6" 3040source = "registry+https://github.com/rust-lang/crates.io-index" 3041checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594" 3042dependencies = [ 3043 "lexical-parse-float", 3044 "lexical-parse-integer", 3045 "lexical-util", 3046 "lexical-write-float", 3047 "lexical-write-integer", 3048] 3049 3050[[package]] 3051name = "lexical-parse-float" 3052version = "1.0.6" 3053source = "registry+https://github.com/rust-lang/crates.io-index" 3054checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56" 3055dependencies = [ 3056 "lexical-parse-integer", 3057 "lexical-util", 3058] 3059 3060[[package]] 3061name = "lexical-parse-integer" 3062version = "1.0.6" 3063source = "registry+https://github.com/rust-lang/crates.io-index" 3064checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34" 3065dependencies = [ 3066 "lexical-util", 3067] 3068 3069[[package]] 3070name = "lexical-util" 3071version = "1.0.7" 3072source = "registry+https://github.com/rust-lang/crates.io-index" 3073checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17" 3074 3075[[package]] 3076name = "lexical-write-float" 3077version = "1.0.6" 3078source = "registry+https://github.com/rust-lang/crates.io-index" 3079checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361" 3080dependencies = [ 3081 "lexical-util", 3082 "lexical-write-integer", 3083] 3084 3085[[package]] 3086name = "lexical-write-integer" 3087version = "1.0.6" 3088source = "registry+https://github.com/rust-lang/crates.io-index" 3089checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df" 3090dependencies = [ 3091 "lexical-util", 3092] 3093 3094[[package]] 3095name = "libc" 3096version = "0.2.182" 3097source = "registry+https://github.com/rust-lang/crates.io-index" 3098checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" 3099 3100[[package]] 3101name = "libm" 3102version = "0.2.16" 3103source = "registry+https://github.com/rust-lang/crates.io-index" 3104checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" 3105 3106[[package]] 3107name = "libredox" 3108version = "0.1.14" 3109source = "registry+https://github.com/rust-lang/crates.io-index" 3110checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a" 3111dependencies = [ 3112 "bitflags 2.11.0", 3113 "libc", 3114 "plain", 3115 "redox_syscall 0.7.3", 3116] 3117 3118[[package]] 3119name = "libsqlite3-sys" 3120version = "0.30.1" 3121source = "registry+https://github.com/rust-lang/crates.io-index" 3122checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" 3123dependencies = [ 3124 "cc", 3125 "pkg-config", 3126 "vcpkg", 3127] 3128 3129[[package]] 3130name = "line-clipping" 3131version = "0.3.5" 3132source = "registry+https://github.com/rust-lang/crates.io-index" 3133checksum = "5f4de44e98ddbf09375cbf4d17714d18f39195f4f4894e8524501726fd9a8a4a" 3134dependencies = [ 3135 "bitflags 2.11.0", 3136] 3137 3138[[package]] 3139name = "linux-raw-sys" 3140version = "0.12.1" 3141source = "registry+https://github.com/rust-lang/crates.io-index" 3142checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 3143 3144[[package]] 3145name = "litemap" 3146version = "0.8.1" 3147source = "registry+https://github.com/rust-lang/crates.io-index" 3148checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 3149 3150[[package]] 3151name = "litrs" 3152version = "1.0.0" 3153source = "registry+https://github.com/rust-lang/crates.io-index" 3154checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" 3155 3156[[package]] 3157name = "lock_api" 3158version = "0.4.14" 3159source = "registry+https://github.com/rust-lang/crates.io-index" 3160checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 3161dependencies = [ 3162 "scopeguard", 3163] 3164 3165[[package]] 3166name = "log" 3167version = "0.4.29" 3168source = "registry+https://github.com/rust-lang/crates.io-index" 3169checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 3170dependencies = [ 3171 "value-bag", 3172] 3173 3174[[package]] 3175name = "lru" 3176version = "0.16.3" 3177source = "registry+https://github.com/rust-lang/crates.io-index" 3178checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593" 3179dependencies = [ 3180 "hashbrown 0.16.1", 3181] 3182 3183[[package]] 3184name = "mac_address" 3185version = "1.1.8" 3186source = "registry+https://github.com/rust-lang/crates.io-index" 3187checksum = "c0aeb26bf5e836cc1c341c8106051b573f1766dfa05aa87f0b98be5e51b02303" 3188dependencies = [ 3189 "nix", 3190 "serde", 3191 "winapi", 3192] 3193 3194[[package]] 3195name = "matchers" 3196version = "0.2.0" 3197source = "registry+https://github.com/rust-lang/crates.io-index" 3198checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 3199dependencies = [ 3200 "regex-automata", 3201] 3202 3203[[package]] 3204name = "maybe-async" 3205version = "0.2.10" 3206source = "registry+https://github.com/rust-lang/crates.io-index" 3207checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11" 3208dependencies = [ 3209 "proc-macro2", 3210 "quote", 3211 "syn 2.0.117", 3212] 3213 3214[[package]] 3215name = "md-5" 3216version = "0.10.6" 3217source = "registry+https://github.com/rust-lang/crates.io-index" 3218checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 3219dependencies = [ 3220 "cfg-if", 3221 "digest 0.10.7", 3222] 3223 3224[[package]] 3225name = "memchr" 3226version = "2.8.0" 3227source = "registry+https://github.com/rust-lang/crates.io-index" 3228checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 3229 3230[[package]] 3231name = "memmap2" 3232version = "0.9.10" 3233source = "registry+https://github.com/rust-lang/crates.io-index" 3234checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" 3235dependencies = [ 3236 "libc", 3237] 3238 3239[[package]] 3240name = "memmem" 3241version = "0.1.1" 3242source = "registry+https://github.com/rust-lang/crates.io-index" 3243checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15" 3244 3245[[package]] 3246name = "memoffset" 3247version = "0.9.1" 3248source = "registry+https://github.com/rust-lang/crates.io-index" 3249checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 3250dependencies = [ 3251 "autocfg", 3252] 3253 3254[[package]] 3255name = "miette" 3256version = "7.6.0" 3257source = "registry+https://github.com/rust-lang/crates.io-index" 3258checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" 3259dependencies = [ 3260 "cfg-if", 3261 "unicode-width 0.1.14", 3262] 3263 3264[[package]] 3265name = "migration" 3266version = "0.1.0" 3267dependencies = [ 3268 "async-std", 3269 "nanoid", 3270 "sea-orm", 3271 "sea-orm-migration", 3272] 3273 3274[[package]] 3275name = "minimal-lexical" 3276version = "0.2.1" 3277source = "registry+https://github.com/rust-lang/crates.io-index" 3278checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 3279 3280[[package]] 3281name = "miniz_oxide" 3282version = "0.8.9" 3283source = "registry+https://github.com/rust-lang/crates.io-index" 3284checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 3285dependencies = [ 3286 "adler2", 3287 "simd-adler32", 3288] 3289 3290[[package]] 3291name = "mio" 3292version = "1.1.1" 3293source = "registry+https://github.com/rust-lang/crates.io-index" 3294checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 3295dependencies = [ 3296 "libc", 3297 "log", 3298 "wasi", 3299 "windows-sys 0.61.2", 3300] 3301 3302[[package]] 3303name = "nanoid" 3304version = "0.4.0" 3305source = "registry+https://github.com/rust-lang/crates.io-index" 3306checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8" 3307dependencies = [ 3308 "rand 0.8.5", 3309] 3310 3311[[package]] 3312name = "nix" 3313version = "0.29.0" 3314source = "registry+https://github.com/rust-lang/crates.io-index" 3315checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 3316dependencies = [ 3317 "bitflags 2.11.0", 3318 "cfg-if", 3319 "cfg_aliases", 3320 "libc", 3321 "memoffset", 3322] 3323 3324[[package]] 3325name = "nom" 3326version = "7.1.3" 3327source = "registry+https://github.com/rust-lang/crates.io-index" 3328checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3329dependencies = [ 3330 "memchr", 3331 "minimal-lexical", 3332] 3333 3334[[package]] 3335name = "ntapi" 3336version = "0.4.3" 3337source = "registry+https://github.com/rust-lang/crates.io-index" 3338checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae" 3339dependencies = [ 3340 "winapi", 3341] 3342 3343[[package]] 3344name = "nu-ansi-term" 3345version = "0.50.3" 3346source = "registry+https://github.com/rust-lang/crates.io-index" 3347checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 3348dependencies = [ 3349 "windows-sys 0.61.2", 3350] 3351 3352[[package]] 3353name = "num" 3354version = "0.4.3" 3355source = "registry+https://github.com/rust-lang/crates.io-index" 3356checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" 3357dependencies = [ 3358 "num-bigint", 3359 "num-complex", 3360 "num-integer", 3361 "num-iter", 3362 "num-rational", 3363 "num-traits", 3364] 3365 3366[[package]] 3367name = "num-bigint" 3368version = "0.4.6" 3369source = "registry+https://github.com/rust-lang/crates.io-index" 3370checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 3371dependencies = [ 3372 "num-integer", 3373 "num-traits", 3374] 3375 3376[[package]] 3377name = "num-bigint-dig" 3378version = "0.8.6" 3379source = "registry+https://github.com/rust-lang/crates.io-index" 3380checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" 3381dependencies = [ 3382 "lazy_static", 3383 "libm", 3384 "num-integer", 3385 "num-iter", 3386 "num-traits", 3387 "rand 0.8.5", 3388 "smallvec", 3389 "zeroize", 3390] 3391 3392[[package]] 3393name = "num-complex" 3394version = "0.4.6" 3395source = "registry+https://github.com/rust-lang/crates.io-index" 3396checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 3397dependencies = [ 3398 "num-traits", 3399] 3400 3401[[package]] 3402name = "num-conv" 3403version = "0.2.0" 3404source = "registry+https://github.com/rust-lang/crates.io-index" 3405checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" 3406 3407[[package]] 3408name = "num-derive" 3409version = "0.4.2" 3410source = "registry+https://github.com/rust-lang/crates.io-index" 3411checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 3412dependencies = [ 3413 "proc-macro2", 3414 "quote", 3415 "syn 2.0.117", 3416] 3417 3418[[package]] 3419name = "num-integer" 3420version = "0.1.46" 3421source = "registry+https://github.com/rust-lang/crates.io-index" 3422checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 3423dependencies = [ 3424 "num-traits", 3425] 3426 3427[[package]] 3428name = "num-iter" 3429version = "0.1.45" 3430source = "registry+https://github.com/rust-lang/crates.io-index" 3431checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 3432dependencies = [ 3433 "autocfg", 3434 "num-integer", 3435 "num-traits", 3436] 3437 3438[[package]] 3439name = "num-rational" 3440version = "0.4.2" 3441source = "registry+https://github.com/rust-lang/crates.io-index" 3442checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 3443dependencies = [ 3444 "num-bigint", 3445 "num-integer", 3446 "num-traits", 3447] 3448 3449[[package]] 3450name = "num-traits" 3451version = "0.2.19" 3452source = "registry+https://github.com/rust-lang/crates.io-index" 3453checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 3454dependencies = [ 3455 "autocfg", 3456 "libm", 3457] 3458 3459[[package]] 3460name = "num_threads" 3461version = "0.1.7" 3462source = "registry+https://github.com/rust-lang/crates.io-index" 3463checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 3464dependencies = [ 3465 "libc", 3466] 3467 3468[[package]] 3469name = "objc2-core-foundation" 3470version = "0.3.2" 3471source = "registry+https://github.com/rust-lang/crates.io-index" 3472checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 3473dependencies = [ 3474 "bitflags 2.11.0", 3475] 3476 3477[[package]] 3478name = "objc2-io-kit" 3479version = "0.3.2" 3480source = "registry+https://github.com/rust-lang/crates.io-index" 3481checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15" 3482dependencies = [ 3483 "libc", 3484 "objc2-core-foundation", 3485] 3486 3487[[package]] 3488name = "object" 3489version = "0.37.3" 3490source = "registry+https://github.com/rust-lang/crates.io-index" 3491checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" 3492dependencies = [ 3493 "memchr", 3494] 3495 3496[[package]] 3497name = "once_cell" 3498version = "1.21.3" 3499source = "registry+https://github.com/rust-lang/crates.io-index" 3500checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 3501 3502[[package]] 3503name = "once_cell_polyfill" 3504version = "1.70.2" 3505source = "registry+https://github.com/rust-lang/crates.io-index" 3506checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 3507 3508[[package]] 3509name = "option-ext" 3510version = "0.2.0" 3511source = "registry+https://github.com/rust-lang/crates.io-index" 3512checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 3513 3514[[package]] 3515name = "ordered-float" 3516version = "4.6.0" 3517source = "registry+https://github.com/rust-lang/crates.io-index" 3518checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" 3519dependencies = [ 3520 "num-traits", 3521] 3522 3523[[package]] 3524name = "ouroboros" 3525version = "0.18.5" 3526source = "registry+https://github.com/rust-lang/crates.io-index" 3527checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59" 3528dependencies = [ 3529 "aliasable", 3530 "ouroboros_macro", 3531 "static_assertions", 3532] 3533 3534[[package]] 3535name = "ouroboros_macro" 3536version = "0.18.5" 3537source = "registry+https://github.com/rust-lang/crates.io-index" 3538checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0" 3539dependencies = [ 3540 "heck 0.4.1", 3541 "proc-macro2", 3542 "proc-macro2-diagnostics", 3543 "quote", 3544 "syn 2.0.117", 3545] 3546 3547[[package]] 3548name = "owo-colors" 3549version = "4.3.0" 3550source = "registry+https://github.com/rust-lang/crates.io-index" 3551checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d" 3552 3553[[package]] 3554name = "parking" 3555version = "2.2.1" 3556source = "registry+https://github.com/rust-lang/crates.io-index" 3557checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 3558 3559[[package]] 3560name = "parking_lot" 3561version = "0.12.5" 3562source = "registry+https://github.com/rust-lang/crates.io-index" 3563checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 3564dependencies = [ 3565 "lock_api", 3566 "parking_lot_core", 3567] 3568 3569[[package]] 3570name = "parking_lot_core" 3571version = "0.9.12" 3572source = "registry+https://github.com/rust-lang/crates.io-index" 3573checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 3574dependencies = [ 3575 "cfg-if", 3576 "libc", 3577 "redox_syscall 0.5.18", 3578 "smallvec", 3579 "windows-link 0.2.1", 3580] 3581 3582[[package]] 3583name = "pem-rfc7468" 3584version = "0.7.0" 3585source = "registry+https://github.com/rust-lang/crates.io-index" 3586checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 3587dependencies = [ 3588 "base64ct", 3589] 3590 3591[[package]] 3592name = "percent-encoding" 3593version = "2.3.2" 3594source = "registry+https://github.com/rust-lang/crates.io-index" 3595checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 3596 3597[[package]] 3598name = "pest" 3599version = "2.8.6" 3600source = "registry+https://github.com/rust-lang/crates.io-index" 3601checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662" 3602dependencies = [ 3603 "memchr", 3604 "ucd-trie", 3605] 3606 3607[[package]] 3608name = "pest_derive" 3609version = "2.8.6" 3610source = "registry+https://github.com/rust-lang/crates.io-index" 3611checksum = "11f486f1ea21e6c10ed15d5a7c77165d0ee443402f0780849d1768e7d9d6fe77" 3612dependencies = [ 3613 "pest", 3614 "pest_generator", 3615] 3616 3617[[package]] 3618name = "pest_generator" 3619version = "2.8.6" 3620source = "registry+https://github.com/rust-lang/crates.io-index" 3621checksum = "8040c4647b13b210a963c1ed407c1ff4fdfa01c31d6d2a098218702e6664f94f" 3622dependencies = [ 3623 "pest", 3624 "pest_meta", 3625 "proc-macro2", 3626 "quote", 3627 "syn 2.0.117", 3628] 3629 3630[[package]] 3631name = "pest_meta" 3632version = "2.8.6" 3633source = "registry+https://github.com/rust-lang/crates.io-index" 3634checksum = "89815c69d36021a140146f26659a81d6c2afa33d216d736dd4be5381a7362220" 3635dependencies = [ 3636 "pest", 3637 "sha2 0.10.9", 3638] 3639 3640[[package]] 3641name = "pgvector" 3642version = "0.4.1" 3643source = "registry+https://github.com/rust-lang/crates.io-index" 3644checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b" 3645dependencies = [ 3646 "serde", 3647] 3648 3649[[package]] 3650name = "phf" 3651version = "0.11.3" 3652source = "registry+https://github.com/rust-lang/crates.io-index" 3653checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 3654dependencies = [ 3655 "phf_macros", 3656 "phf_shared", 3657] 3658 3659[[package]] 3660name = "phf_codegen" 3661version = "0.11.3" 3662source = "registry+https://github.com/rust-lang/crates.io-index" 3663checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 3664dependencies = [ 3665 "phf_generator", 3666 "phf_shared", 3667] 3668 3669[[package]] 3670name = "phf_generator" 3671version = "0.11.3" 3672source = "registry+https://github.com/rust-lang/crates.io-index" 3673checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 3674dependencies = [ 3675 "phf_shared", 3676 "rand 0.8.5", 3677] 3678 3679[[package]] 3680name = "phf_macros" 3681version = "0.11.3" 3682source = "registry+https://github.com/rust-lang/crates.io-index" 3683checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" 3684dependencies = [ 3685 "phf_generator", 3686 "phf_shared", 3687 "proc-macro2", 3688 "quote", 3689 "syn 2.0.117", 3690] 3691 3692[[package]] 3693name = "phf_shared" 3694version = "0.11.3" 3695source = "registry+https://github.com/rust-lang/crates.io-index" 3696checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 3697dependencies = [ 3698 "siphasher", 3699] 3700 3701[[package]] 3702name = "pin-project-lite" 3703version = "0.2.17" 3704source = "registry+https://github.com/rust-lang/crates.io-index" 3705checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 3706 3707[[package]] 3708name = "pin-utils" 3709version = "0.1.0" 3710source = "registry+https://github.com/rust-lang/crates.io-index" 3711checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3712 3713[[package]] 3714name = "piper" 3715version = "0.2.5" 3716source = "registry+https://github.com/rust-lang/crates.io-index" 3717checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" 3718dependencies = [ 3719 "atomic-waker", 3720 "fastrand", 3721 "futures-io", 3722] 3723 3724[[package]] 3725name = "pkcs1" 3726version = "0.7.5" 3727source = "registry+https://github.com/rust-lang/crates.io-index" 3728checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 3729dependencies = [ 3730 "der", 3731 "pkcs8", 3732 "spki", 3733] 3734 3735[[package]] 3736name = "pkcs8" 3737version = "0.10.2" 3738source = "registry+https://github.com/rust-lang/crates.io-index" 3739checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 3740dependencies = [ 3741 "der", 3742 "spki", 3743] 3744 3745[[package]] 3746name = "pkg-config" 3747version = "0.3.32" 3748source = "registry+https://github.com/rust-lang/crates.io-index" 3749checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 3750 3751[[package]] 3752name = "plain" 3753version = "0.2.3" 3754source = "registry+https://github.com/rust-lang/crates.io-index" 3755checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 3756 3757[[package]] 3758name = "pluralizer" 3759version = "0.5.0" 3760source = "registry+https://github.com/rust-lang/crates.io-index" 3761checksum = "4b3eba432a00a1f6c16f39147847a870e94e2e9b992759b503e330efec778cbe" 3762dependencies = [ 3763 "once_cell", 3764 "regex", 3765] 3766 3767[[package]] 3768name = "polling" 3769version = "3.11.0" 3770source = "registry+https://github.com/rust-lang/crates.io-index" 3771checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" 3772dependencies = [ 3773 "cfg-if", 3774 "concurrent-queue", 3775 "hermit-abi", 3776 "pin-project-lite", 3777 "rustix", 3778 "windows-sys 0.61.2", 3779] 3780 3781[[package]] 3782name = "portable-atomic" 3783version = "1.13.1" 3784source = "registry+https://github.com/rust-lang/crates.io-index" 3785checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 3786 3787[[package]] 3788name = "portable-atomic-util" 3789version = "0.2.5" 3790source = "registry+https://github.com/rust-lang/crates.io-index" 3791checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5" 3792dependencies = [ 3793 "portable-atomic", 3794] 3795 3796[[package]] 3797name = "potential_utf" 3798version = "0.1.4" 3799source = "registry+https://github.com/rust-lang/crates.io-index" 3800checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 3801dependencies = [ 3802 "zerovec", 3803] 3804 3805[[package]] 3806name = "powerfmt" 3807version = "0.2.0" 3808source = "registry+https://github.com/rust-lang/crates.io-index" 3809checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3810 3811[[package]] 3812name = "ppv-lite86" 3813version = "0.2.21" 3814source = "registry+https://github.com/rust-lang/crates.io-index" 3815checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 3816dependencies = [ 3817 "zerocopy", 3818] 3819 3820[[package]] 3821name = "prettyplease" 3822version = "0.2.37" 3823source = "registry+https://github.com/rust-lang/crates.io-index" 3824checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 3825dependencies = [ 3826 "proc-macro2", 3827 "syn 2.0.117", 3828] 3829 3830[[package]] 3831name = "proc-macro-crate" 3832version = "3.5.0" 3833source = "registry+https://github.com/rust-lang/crates.io-index" 3834checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" 3835dependencies = [ 3836 "toml_edit", 3837] 3838 3839[[package]] 3840name = "proc-macro-error-attr2" 3841version = "2.0.0" 3842source = "registry+https://github.com/rust-lang/crates.io-index" 3843checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" 3844dependencies = [ 3845 "proc-macro2", 3846 "quote", 3847] 3848 3849[[package]] 3850name = "proc-macro-error2" 3851version = "2.0.1" 3852source = "registry+https://github.com/rust-lang/crates.io-index" 3853checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" 3854dependencies = [ 3855 "proc-macro-error-attr2", 3856 "proc-macro2", 3857 "quote", 3858 "syn 2.0.117", 3859] 3860 3861[[package]] 3862name = "proc-macro2" 3863version = "1.0.106" 3864source = "registry+https://github.com/rust-lang/crates.io-index" 3865checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 3866dependencies = [ 3867 "unicode-ident", 3868] 3869 3870[[package]] 3871name = "proc-macro2-diagnostics" 3872version = "0.10.1" 3873source = "registry+https://github.com/rust-lang/crates.io-index" 3874checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 3875dependencies = [ 3876 "proc-macro2", 3877 "quote", 3878 "syn 2.0.117", 3879 "version_check", 3880 "yansi", 3881] 3882 3883[[package]] 3884name = "prodash" 3885version = "30.0.1" 3886source = "registry+https://github.com/rust-lang/crates.io-index" 3887checksum = "5a6efc566849d3d9d737c5cb06cc50e48950ebe3d3f9d70631490fff3a07b139" 3888dependencies = [ 3889 "parking_lot", 3890] 3891 3892[[package]] 3893name = "ptr_meta" 3894version = "0.1.4" 3895source = "registry+https://github.com/rust-lang/crates.io-index" 3896checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" 3897dependencies = [ 3898 "ptr_meta_derive", 3899] 3900 3901[[package]] 3902name = "ptr_meta_derive" 3903version = "0.1.4" 3904source = "registry+https://github.com/rust-lang/crates.io-index" 3905checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" 3906dependencies = [ 3907 "proc-macro2", 3908 "quote", 3909 "syn 1.0.109", 3910] 3911 3912[[package]] 3913name = "quote" 3914version = "1.0.45" 3915source = "registry+https://github.com/rust-lang/crates.io-index" 3916checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 3917dependencies = [ 3918 "proc-macro2", 3919] 3920 3921[[package]] 3922name = "r-efi" 3923version = "5.3.0" 3924source = "registry+https://github.com/rust-lang/crates.io-index" 3925checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 3926 3927[[package]] 3928name = "r-efi" 3929version = "6.0.0" 3930source = "registry+https://github.com/rust-lang/crates.io-index" 3931checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 3932 3933[[package]] 3934name = "radium" 3935version = "0.7.0" 3936source = "registry+https://github.com/rust-lang/crates.io-index" 3937checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 3938 3939[[package]] 3940name = "rand" 3941version = "0.8.5" 3942source = "registry+https://github.com/rust-lang/crates.io-index" 3943checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3944dependencies = [ 3945 "libc", 3946 "rand_chacha 0.3.1", 3947 "rand_core 0.6.4", 3948] 3949 3950[[package]] 3951name = "rand" 3952version = "0.9.2" 3953source = "registry+https://github.com/rust-lang/crates.io-index" 3954checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 3955dependencies = [ 3956 "rand_chacha 0.9.0", 3957 "rand_core 0.9.5", 3958] 3959 3960[[package]] 3961name = "rand" 3962version = "0.10.0" 3963source = "registry+https://github.com/rust-lang/crates.io-index" 3964checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" 3965dependencies = [ 3966 "chacha20", 3967 "getrandom 0.4.2", 3968 "rand_core 0.10.0", 3969] 3970 3971[[package]] 3972name = "rand_chacha" 3973version = "0.3.1" 3974source = "registry+https://github.com/rust-lang/crates.io-index" 3975checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3976dependencies = [ 3977 "ppv-lite86", 3978 "rand_core 0.6.4", 3979] 3980 3981[[package]] 3982name = "rand_chacha" 3983version = "0.9.0" 3984source = "registry+https://github.com/rust-lang/crates.io-index" 3985checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 3986dependencies = [ 3987 "ppv-lite86", 3988 "rand_core 0.9.5", 3989] 3990 3991[[package]] 3992name = "rand_core" 3993version = "0.6.4" 3994source = "registry+https://github.com/rust-lang/crates.io-index" 3995checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3996dependencies = [ 3997 "getrandom 0.2.17", 3998] 3999 4000[[package]] 4001name = "rand_core" 4002version = "0.9.5" 4003source = "registry+https://github.com/rust-lang/crates.io-index" 4004checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 4005dependencies = [ 4006 "getrandom 0.3.4", 4007] 4008 4009[[package]] 4010name = "rand_core" 4011version = "0.10.0" 4012source = "registry+https://github.com/rust-lang/crates.io-index" 4013checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" 4014 4015[[package]] 4016name = "ratatui" 4017version = "0.30.0" 4018source = "registry+https://github.com/rust-lang/crates.io-index" 4019checksum = "d1ce67fb8ba4446454d1c8dbaeda0557ff5e94d39d5e5ed7f10a65eb4c8266bc" 4020dependencies = [ 4021 "instability", 4022 "ratatui-core", 4023 "ratatui-crossterm", 4024 "ratatui-macros", 4025 "ratatui-termwiz", 4026 "ratatui-widgets", 4027] 4028 4029[[package]] 4030name = "ratatui-core" 4031version = "0.1.0" 4032source = "registry+https://github.com/rust-lang/crates.io-index" 4033checksum = "5ef8dea09a92caaf73bff7adb70b76162e5937524058a7e5bff37869cbbec293" 4034dependencies = [ 4035 "bitflags 2.11.0", 4036 "compact_str", 4037 "hashbrown 0.16.1", 4038 "indoc", 4039 "itertools", 4040 "kasuari", 4041 "lru", 4042 "strum 0.27.2", 4043 "thiserror 2.0.18", 4044 "unicode-segmentation", 4045 "unicode-truncate", 4046 "unicode-width 0.2.2", 4047] 4048 4049[[package]] 4050name = "ratatui-crossterm" 4051version = "0.1.0" 4052source = "registry+https://github.com/rust-lang/crates.io-index" 4053checksum = "577c9b9f652b4c121fb25c6a391dd06406d3b092ba68827e6d2f09550edc54b3" 4054dependencies = [ 4055 "cfg-if", 4056 "crossterm", 4057 "instability", 4058 "ratatui-core", 4059] 4060 4061[[package]] 4062name = "ratatui-macros" 4063version = "0.7.0" 4064source = "registry+https://github.com/rust-lang/crates.io-index" 4065checksum = "a7f1342a13e83e4bb9d0b793d0ea762be633f9582048c892ae9041ef39c936f4" 4066dependencies = [ 4067 "ratatui-core", 4068 "ratatui-widgets", 4069] 4070 4071[[package]] 4072name = "ratatui-termwiz" 4073version = "0.1.0" 4074source = "registry+https://github.com/rust-lang/crates.io-index" 4075checksum = "0f76fe0bd0ed4295f0321b1676732e2454024c15a35d01904ddb315afd3d545c" 4076dependencies = [ 4077 "ratatui-core", 4078 "termwiz", 4079] 4080 4081[[package]] 4082name = "ratatui-widgets" 4083version = "0.3.0" 4084source = "registry+https://github.com/rust-lang/crates.io-index" 4085checksum = "d7dbfa023cd4e604c2553483820c5fe8aa9d71a42eea5aa77c6e7f35756612db" 4086dependencies = [ 4087 "bitflags 2.11.0", 4088 "hashbrown 0.16.1", 4089 "indoc", 4090 "instability", 4091 "itertools", 4092 "line-clipping", 4093 "ratatui-core", 4094 "strum 0.27.2", 4095 "time", 4096 "unicode-segmentation", 4097 "unicode-width 0.2.2", 4098] 4099 4100[[package]] 4101name = "redox_syscall" 4102version = "0.5.18" 4103source = "registry+https://github.com/rust-lang/crates.io-index" 4104checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 4105dependencies = [ 4106 "bitflags 2.11.0", 4107] 4108 4109[[package]] 4110name = "redox_syscall" 4111version = "0.7.3" 4112source = "registry+https://github.com/rust-lang/crates.io-index" 4113checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16" 4114dependencies = [ 4115 "bitflags 2.11.0", 4116] 4117 4118[[package]] 4119name = "redox_users" 4120version = "0.5.2" 4121source = "registry+https://github.com/rust-lang/crates.io-index" 4122checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" 4123dependencies = [ 4124 "getrandom 0.2.17", 4125 "libredox", 4126 "thiserror 2.0.18", 4127] 4128 4129[[package]] 4130name = "regex" 4131version = "1.12.3" 4132source = "registry+https://github.com/rust-lang/crates.io-index" 4133checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 4134dependencies = [ 4135 "aho-corasick", 4136 "memchr", 4137 "regex-automata", 4138 "regex-syntax", 4139] 4140 4141[[package]] 4142name = "regex-automata" 4143version = "0.4.14" 4144source = "registry+https://github.com/rust-lang/crates.io-index" 4145checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 4146dependencies = [ 4147 "aho-corasick", 4148 "memchr", 4149 "regex-syntax", 4150] 4151 4152[[package]] 4153name = "regex-syntax" 4154version = "0.8.10" 4155source = "registry+https://github.com/rust-lang/crates.io-index" 4156checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 4157 4158[[package]] 4159name = "rend" 4160version = "0.4.2" 4161source = "registry+https://github.com/rust-lang/crates.io-index" 4162checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" 4163dependencies = [ 4164 "bytecheck", 4165] 4166 4167[[package]] 4168name = "rkyv" 4169version = "0.7.46" 4170source = "registry+https://github.com/rust-lang/crates.io-index" 4171checksum = "2297bf9c81a3f0dc96bc9521370b88f054168c29826a75e89c55ff196e7ed6a1" 4172dependencies = [ 4173 "bitvec", 4174 "bytecheck", 4175 "bytes", 4176 "hashbrown 0.12.3", 4177 "ptr_meta", 4178 "rend", 4179 "rkyv_derive", 4180 "seahash", 4181 "tinyvec", 4182 "uuid", 4183] 4184 4185[[package]] 4186name = "rkyv_derive" 4187version = "0.7.46" 4188source = "registry+https://github.com/rust-lang/crates.io-index" 4189checksum = "84d7b42d4b8d06048d3ac8db0eb31bcb942cbeb709f0b5f2b2ebde398d3038f5" 4190dependencies = [ 4191 "proc-macro2", 4192 "quote", 4193 "syn 1.0.109", 4194] 4195 4196[[package]] 4197name = "rsa" 4198version = "0.9.10" 4199source = "registry+https://github.com/rust-lang/crates.io-index" 4200checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" 4201dependencies = [ 4202 "const-oid 0.9.6", 4203 "digest 0.10.7", 4204 "num-bigint-dig", 4205 "num-integer", 4206 "num-traits", 4207 "pkcs1", 4208 "pkcs8", 4209 "rand_core 0.6.4", 4210 "signature", 4211 "spki", 4212 "subtle", 4213 "zeroize", 4214] 4215 4216[[package]] 4217name = "rust_decimal" 4218version = "1.40.0" 4219source = "registry+https://github.com/rust-lang/crates.io-index" 4220checksum = "61f703d19852dbf87cbc513643fa81428361eb6940f1ac14fd58155d295a3eb0" 4221dependencies = [ 4222 "arrayvec", 4223 "borsh", 4224 "bytes", 4225 "num-traits", 4226 "rand 0.8.5", 4227 "rkyv", 4228 "serde", 4229 "serde_json", 4230] 4231 4232[[package]] 4233name = "rustc-demangle" 4234version = "0.1.27" 4235source = "registry+https://github.com/rust-lang/crates.io-index" 4236checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d" 4237 4238[[package]] 4239name = "rustc-hash" 4240version = "2.1.1" 4241source = "registry+https://github.com/rust-lang/crates.io-index" 4242checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 4243 4244[[package]] 4245name = "rustc_version" 4246version = "0.4.1" 4247source = "registry+https://github.com/rust-lang/crates.io-index" 4248checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 4249dependencies = [ 4250 "semver", 4251] 4252 4253[[package]] 4254name = "rustix" 4255version = "1.1.4" 4256source = "registry+https://github.com/rust-lang/crates.io-index" 4257checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 4258dependencies = [ 4259 "bitflags 2.11.0", 4260 "errno", 4261 "libc", 4262 "linux-raw-sys", 4263 "windows-sys 0.61.2", 4264] 4265 4266[[package]] 4267name = "rustversion" 4268version = "1.0.22" 4269source = "registry+https://github.com/rust-lang/crates.io-index" 4270checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 4271 4272[[package]] 4273name = "ryu" 4274version = "1.0.23" 4275source = "registry+https://github.com/rust-lang/crates.io-index" 4276checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 4277 4278[[package]] 4279name = "same-file" 4280version = "1.0.6" 4281source = "registry+https://github.com/rust-lang/crates.io-index" 4282checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4283dependencies = [ 4284 "winapi-util", 4285] 4286 4287[[package]] 4288name = "scopeguard" 4289version = "1.2.0" 4290source = "registry+https://github.com/rust-lang/crates.io-index" 4291checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 4292 4293[[package]] 4294name = "sea-bae" 4295version = "0.2.1" 4296source = "registry+https://github.com/rust-lang/crates.io-index" 4297checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25" 4298dependencies = [ 4299 "heck 0.4.1", 4300 "proc-macro-error2", 4301 "proc-macro2", 4302 "quote", 4303 "syn 2.0.117", 4304] 4305 4306[[package]] 4307name = "sea-orm" 4308version = "2.0.0-rc.37" 4309source = "registry+https://github.com/rust-lang/crates.io-index" 4310checksum = "4b846dc1c7fefbea372c03765ff08307d68894bbad8c73b66176dcd53a3ee131" 4311dependencies = [ 4312 "async-stream", 4313 "async-trait", 4314 "bigdecimal", 4315 "chrono", 4316 "derive_more", 4317 "futures-util", 4318 "itertools", 4319 "log", 4320 "mac_address", 4321 "ouroboros", 4322 "pgvector", 4323 "rust_decimal", 4324 "sea-orm-arrow", 4325 "sea-orm-macros", 4326 "sea-query", 4327 "sea-query-sqlx", 4328 "sea-schema", 4329 "serde", 4330 "serde_json", 4331 "sqlx", 4332 "strum 0.27.2", 4333 "thiserror 2.0.18", 4334 "time", 4335 "tracing", 4336 "url", 4337 "uuid", 4338] 4339 4340[[package]] 4341name = "sea-orm-arrow" 4342version = "2.0.0-rc.3" 4343source = "registry+https://github.com/rust-lang/crates.io-index" 4344checksum = "5c2eee8405f16c1f337fe3a83389361caea83c928d14dbd666a480407072c365" 4345dependencies = [ 4346 "arrow", 4347 "sea-query", 4348 "thiserror 2.0.18", 4349] 4350 4351[[package]] 4352name = "sea-orm-cli" 4353version = "2.0.0-rc.37" 4354source = "registry+https://github.com/rust-lang/crates.io-index" 4355checksum = "cd9b34d4c8e615079c04eb7863a429c2d2a8bf9c934eb9eeb580f51f36367124" 4356dependencies = [ 4357 "chrono", 4358 "clap", 4359 "dotenvy", 4360 "glob", 4361 "indoc", 4362 "regex", 4363 "sea-schema", 4364 "sqlx", 4365 "tokio", 4366 "tracing", 4367 "tracing-subscriber", 4368 "url", 4369] 4370 4371[[package]] 4372name = "sea-orm-macros" 4373version = "2.0.0-rc.37" 4374source = "registry+https://github.com/rust-lang/crates.io-index" 4375checksum = "b449fe660e4d365f335222025df97ae01e670ef7ad788b3c67db9183b6cb0474" 4376dependencies = [ 4377 "heck 0.5.0", 4378 "itertools", 4379 "pluralizer", 4380 "proc-macro2", 4381 "quote", 4382 "sea-bae", 4383 "syn 2.0.117", 4384 "unicode-ident", 4385] 4386 4387[[package]] 4388name = "sea-orm-migration" 4389version = "2.0.0-rc.37" 4390source = "registry+https://github.com/rust-lang/crates.io-index" 4391checksum = "b3ceb928aac8be83332d34d1fdbc827d43696135a800723ffeb2e0b33b7b495e" 4392dependencies = [ 4393 "async-trait", 4394 "clap", 4395 "dotenvy", 4396 "sea-orm", 4397 "sea-orm-cli", 4398 "sea-schema", 4399 "tracing", 4400 "tracing-subscriber", 4401] 4402 4403[[package]] 4404name = "sea-query" 4405version = "1.0.0-rc.31" 4406source = "registry+https://github.com/rust-lang/crates.io-index" 4407checksum = "58decdaaaf2a698170af2fa1b2e8f7b43a970e7768bf18aebaab113bada46354" 4408dependencies = [ 4409 "chrono", 4410 "inherent", 4411 "ordered-float", 4412 "rust_decimal", 4413 "sea-query-derive", 4414 "serde_json", 4415 "time", 4416 "uuid", 4417] 4418 4419[[package]] 4420name = "sea-query-derive" 4421version = "1.0.0-rc.12" 4422source = "registry+https://github.com/rust-lang/crates.io-index" 4423checksum = "8d88ad44b6ad9788c8b9476b6b91f94c7461d1e19d39cd8ea37838b1e6ff5aa8" 4424dependencies = [ 4425 "darling 0.20.11", 4426 "heck 0.4.1", 4427 "proc-macro2", 4428 "quote", 4429 "syn 2.0.117", 4430 "thiserror 2.0.18", 4431] 4432 4433[[package]] 4434name = "sea-query-sqlx" 4435version = "0.8.0-rc.14" 4436source = "registry+https://github.com/rust-lang/crates.io-index" 4437checksum = "e4377164b09a11bb692dec6966eb0e6908d63d768defef0be689b39e02cf8544" 4438dependencies = [ 4439 "sea-query", 4440 "sqlx", 4441] 4442 4443[[package]] 4444name = "sea-schema" 4445version = "0.17.0-rc.17" 4446source = "registry+https://github.com/rust-lang/crates.io-index" 4447checksum = "b363dd21c20fe4d1488819cb2bc7f8d4696c62dd9f39554f97639f54d57dd0ab" 4448dependencies = [ 4449 "async-trait", 4450 "sea-query", 4451 "sea-query-sqlx", 4452 "sea-schema-derive", 4453 "sqlx", 4454] 4455 4456[[package]] 4457name = "sea-schema-derive" 4458version = "0.3.0" 4459source = "registry+https://github.com/rust-lang/crates.io-index" 4460checksum = "debdc8729c37fdbf88472f97fd470393089f997a909e535ff67c544d18cfccf0" 4461dependencies = [ 4462 "heck 0.4.1", 4463 "proc-macro2", 4464 "quote", 4465 "syn 2.0.117", 4466] 4467 4468[[package]] 4469name = "seahash" 4470version = "4.1.0" 4471source = "registry+https://github.com/rust-lang/crates.io-index" 4472checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 4473 4474[[package]] 4475name = "semver" 4476version = "1.0.27" 4477source = "registry+https://github.com/rust-lang/crates.io-index" 4478checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 4479dependencies = [ 4480 "serde", 4481 "serde_core", 4482] 4483 4484[[package]] 4485name = "serde" 4486version = "1.0.228" 4487source = "registry+https://github.com/rust-lang/crates.io-index" 4488checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 4489dependencies = [ 4490 "serde_core", 4491 "serde_derive", 4492] 4493 4494[[package]] 4495name = "serde_core" 4496version = "1.0.228" 4497source = "registry+https://github.com/rust-lang/crates.io-index" 4498checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 4499dependencies = [ 4500 "serde_derive", 4501] 4502 4503[[package]] 4504name = "serde_derive" 4505version = "1.0.228" 4506source = "registry+https://github.com/rust-lang/crates.io-index" 4507checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 4508dependencies = [ 4509 "proc-macro2", 4510 "quote", 4511 "syn 2.0.117", 4512] 4513 4514[[package]] 4515name = "serde_json" 4516version = "1.0.149" 4517source = "registry+https://github.com/rust-lang/crates.io-index" 4518checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 4519dependencies = [ 4520 "itoa", 4521 "memchr", 4522 "serde", 4523 "serde_core", 4524 "zmij", 4525] 4526 4527[[package]] 4528name = "serde_spanned" 4529version = "1.0.4" 4530source = "registry+https://github.com/rust-lang/crates.io-index" 4531checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776" 4532dependencies = [ 4533 "serde_core", 4534] 4535 4536[[package]] 4537name = "serde_urlencoded" 4538version = "0.7.1" 4539source = "registry+https://github.com/rust-lang/crates.io-index" 4540checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4541dependencies = [ 4542 "form_urlencoded", 4543 "itoa", 4544 "ryu", 4545 "serde", 4546] 4547 4548[[package]] 4549name = "sha1" 4550version = "0.10.6" 4551source = "registry+https://github.com/rust-lang/crates.io-index" 4552checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 4553dependencies = [ 4554 "cfg-if", 4555 "cpufeatures 0.2.17", 4556 "digest 0.10.7", 4557] 4558 4559[[package]] 4560name = "sha1-checked" 4561version = "0.10.0" 4562source = "registry+https://github.com/rust-lang/crates.io-index" 4563checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423" 4564dependencies = [ 4565 "digest 0.10.7", 4566 "sha1", 4567] 4568 4569[[package]] 4570name = "sha2" 4571version = "0.10.9" 4572source = "registry+https://github.com/rust-lang/crates.io-index" 4573checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 4574dependencies = [ 4575 "cfg-if", 4576 "cpufeatures 0.2.17", 4577 "digest 0.10.7", 4578] 4579 4580[[package]] 4581name = "sha2" 4582version = "0.11.0-rc.5" 4583source = "registry+https://github.com/rust-lang/crates.io-index" 4584checksum = "7c5f3b1e2dc8aad28310d8410bd4d7e180eca65fca176c52ab00d364475d0024" 4585dependencies = [ 4586 "cfg-if", 4587 "cpufeatures 0.2.17", 4588 "digest 0.11.2", 4589] 4590 4591[[package]] 4592name = "sharded-slab" 4593version = "0.1.7" 4594source = "registry+https://github.com/rust-lang/crates.io-index" 4595checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 4596dependencies = [ 4597 "lazy_static", 4598] 4599 4600[[package]] 4601name = "shell-words" 4602version = "1.1.1" 4603source = "registry+https://github.com/rust-lang/crates.io-index" 4604checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77" 4605 4606[[package]] 4607name = "shlex" 4608version = "1.3.0" 4609source = "registry+https://github.com/rust-lang/crates.io-index" 4610checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 4611 4612[[package]] 4613name = "signal-hook" 4614version = "0.3.18" 4615source = "registry+https://github.com/rust-lang/crates.io-index" 4616checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" 4617dependencies = [ 4618 "libc", 4619 "signal-hook-registry", 4620] 4621 4622[[package]] 4623name = "signal-hook" 4624version = "0.4.3" 4625source = "registry+https://github.com/rust-lang/crates.io-index" 4626checksum = "3b57709da74f9ff9f4a27dce9526eec25ca8407c45a7887243b031a58935fb8e" 4627dependencies = [ 4628 "libc", 4629 "signal-hook-registry", 4630] 4631 4632[[package]] 4633name = "signal-hook-mio" 4634version = "0.2.5" 4635source = "registry+https://github.com/rust-lang/crates.io-index" 4636checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" 4637dependencies = [ 4638 "libc", 4639 "mio", 4640 "signal-hook 0.3.18", 4641] 4642 4643[[package]] 4644name = "signal-hook-registry" 4645version = "1.4.8" 4646source = "registry+https://github.com/rust-lang/crates.io-index" 4647checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 4648dependencies = [ 4649 "errno", 4650 "libc", 4651] 4652 4653[[package]] 4654name = "signature" 4655version = "2.2.0" 4656source = "registry+https://github.com/rust-lang/crates.io-index" 4657checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 4658dependencies = [ 4659 "digest 0.10.7", 4660 "rand_core 0.6.4", 4661] 4662 4663[[package]] 4664name = "simd-adler32" 4665version = "0.3.8" 4666source = "registry+https://github.com/rust-lang/crates.io-index" 4667checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 4668 4669[[package]] 4670name = "simdutf8" 4671version = "0.1.5" 4672source = "registry+https://github.com/rust-lang/crates.io-index" 4673checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 4674 4675[[package]] 4676name = "similar" 4677version = "2.7.0" 4678source = "registry+https://github.com/rust-lang/crates.io-index" 4679checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" 4680dependencies = [ 4681 "bstr", 4682 "unicode-segmentation", 4683] 4684 4685[[package]] 4686name = "siphasher" 4687version = "1.0.2" 4688source = "registry+https://github.com/rust-lang/crates.io-index" 4689checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" 4690 4691[[package]] 4692name = "slab" 4693version = "0.4.12" 4694source = "registry+https://github.com/rust-lang/crates.io-index" 4695checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 4696 4697[[package]] 4698name = "smallvec" 4699version = "1.15.1" 4700source = "registry+https://github.com/rust-lang/crates.io-index" 4701checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 4702dependencies = [ 4703 "serde", 4704] 4705 4706[[package]] 4707name = "smol_str" 4708version = "0.3.6" 4709source = "registry+https://github.com/rust-lang/crates.io-index" 4710checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523" 4711dependencies = [ 4712 "borsh", 4713 "serde_core", 4714] 4715 4716[[package]] 4717name = "socket2" 4718version = "0.6.2" 4719source = "registry+https://github.com/rust-lang/crates.io-index" 4720checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" 4721dependencies = [ 4722 "libc", 4723 "windows-sys 0.60.2", 4724] 4725 4726[[package]] 4727name = "spin" 4728version = "0.9.8" 4729source = "registry+https://github.com/rust-lang/crates.io-index" 4730checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 4731dependencies = [ 4732 "lock_api", 4733] 4734 4735[[package]] 4736name = "spki" 4737version = "0.7.3" 4738source = "registry+https://github.com/rust-lang/crates.io-index" 4739checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 4740dependencies = [ 4741 "base64ct", 4742 "der", 4743] 4744 4745[[package]] 4746name = "sqlx" 4747version = "0.8.6" 4748source = "registry+https://github.com/rust-lang/crates.io-index" 4749checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" 4750dependencies = [ 4751 "sqlx-core", 4752 "sqlx-macros", 4753 "sqlx-mysql", 4754 "sqlx-postgres", 4755 "sqlx-sqlite", 4756] 4757 4758[[package]] 4759name = "sqlx-core" 4760version = "0.8.6" 4761source = "registry+https://github.com/rust-lang/crates.io-index" 4762checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" 4763dependencies = [ 4764 "base64", 4765 "bytes", 4766 "chrono", 4767 "crc", 4768 "crossbeam-queue", 4769 "either", 4770 "event-listener 5.4.1", 4771 "futures-core", 4772 "futures-intrusive", 4773 "futures-io", 4774 "futures-util", 4775 "hashbrown 0.15.5", 4776 "hashlink", 4777 "indexmap", 4778 "log", 4779 "memchr", 4780 "once_cell", 4781 "percent-encoding", 4782 "rust_decimal", 4783 "serde", 4784 "serde_json", 4785 "sha2 0.10.9", 4786 "smallvec", 4787 "thiserror 2.0.18", 4788 "time", 4789 "tokio", 4790 "tokio-stream", 4791 "tracing", 4792 "url", 4793 "uuid", 4794] 4795 4796[[package]] 4797name = "sqlx-macros" 4798version = "0.8.6" 4799source = "registry+https://github.com/rust-lang/crates.io-index" 4800checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" 4801dependencies = [ 4802 "proc-macro2", 4803 "quote", 4804 "sqlx-core", 4805 "sqlx-macros-core", 4806 "syn 2.0.117", 4807] 4808 4809[[package]] 4810name = "sqlx-macros-core" 4811version = "0.8.6" 4812source = "registry+https://github.com/rust-lang/crates.io-index" 4813checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" 4814dependencies = [ 4815 "dotenvy", 4816 "either", 4817 "heck 0.5.0", 4818 "hex", 4819 "once_cell", 4820 "proc-macro2", 4821 "quote", 4822 "serde", 4823 "serde_json", 4824 "sha2 0.10.9", 4825 "sqlx-core", 4826 "sqlx-mysql", 4827 "sqlx-postgres", 4828 "sqlx-sqlite", 4829 "syn 2.0.117", 4830 "tokio", 4831 "url", 4832] 4833 4834[[package]] 4835name = "sqlx-mysql" 4836version = "0.8.6" 4837source = "registry+https://github.com/rust-lang/crates.io-index" 4838checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" 4839dependencies = [ 4840 "atoi", 4841 "base64", 4842 "bitflags 2.11.0", 4843 "byteorder", 4844 "bytes", 4845 "chrono", 4846 "crc", 4847 "digest 0.10.7", 4848 "dotenvy", 4849 "either", 4850 "futures-channel", 4851 "futures-core", 4852 "futures-io", 4853 "futures-util", 4854 "generic-array", 4855 "hex", 4856 "hkdf", 4857 "hmac", 4858 "itoa", 4859 "log", 4860 "md-5", 4861 "memchr", 4862 "once_cell", 4863 "percent-encoding", 4864 "rand 0.8.5", 4865 "rsa", 4866 "rust_decimal", 4867 "serde", 4868 "sha1", 4869 "sha2 0.10.9", 4870 "smallvec", 4871 "sqlx-core", 4872 "stringprep", 4873 "thiserror 2.0.18", 4874 "time", 4875 "tracing", 4876 "uuid", 4877 "whoami", 4878] 4879 4880[[package]] 4881name = "sqlx-postgres" 4882version = "0.8.6" 4883source = "registry+https://github.com/rust-lang/crates.io-index" 4884checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" 4885dependencies = [ 4886 "atoi", 4887 "base64", 4888 "bitflags 2.11.0", 4889 "byteorder", 4890 "chrono", 4891 "crc", 4892 "dotenvy", 4893 "etcetera", 4894 "futures-channel", 4895 "futures-core", 4896 "futures-util", 4897 "hex", 4898 "hkdf", 4899 "hmac", 4900 "home", 4901 "itoa", 4902 "log", 4903 "md-5", 4904 "memchr", 4905 "once_cell", 4906 "rand 0.8.5", 4907 "rust_decimal", 4908 "serde", 4909 "serde_json", 4910 "sha2 0.10.9", 4911 "smallvec", 4912 "sqlx-core", 4913 "stringprep", 4914 "thiserror 2.0.18", 4915 "time", 4916 "tracing", 4917 "uuid", 4918 "whoami", 4919] 4920 4921[[package]] 4922name = "sqlx-sqlite" 4923version = "0.8.6" 4924source = "registry+https://github.com/rust-lang/crates.io-index" 4925checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" 4926dependencies = [ 4927 "atoi", 4928 "chrono", 4929 "flume", 4930 "futures-channel", 4931 "futures-core", 4932 "futures-executor", 4933 "futures-intrusive", 4934 "futures-util", 4935 "libsqlite3-sys", 4936 "log", 4937 "percent-encoding", 4938 "serde", 4939 "serde_urlencoded", 4940 "sqlx-core", 4941 "thiserror 2.0.18", 4942 "time", 4943 "tracing", 4944 "url", 4945 "uuid", 4946] 4947 4948[[package]] 4949name = "stable_deref_trait" 4950version = "1.2.1" 4951source = "registry+https://github.com/rust-lang/crates.io-index" 4952checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 4953 4954[[package]] 4955name = "static_assertions" 4956version = "1.1.0" 4957source = "registry+https://github.com/rust-lang/crates.io-index" 4958checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4959 4960[[package]] 4961name = "stringprep" 4962version = "0.1.5" 4963source = "registry+https://github.com/rust-lang/crates.io-index" 4964checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 4965dependencies = [ 4966 "unicode-bidi", 4967 "unicode-normalization", 4968 "unicode-properties", 4969] 4970 4971[[package]] 4972name = "strsim" 4973version = "0.11.1" 4974source = "registry+https://github.com/rust-lang/crates.io-index" 4975checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 4976 4977[[package]] 4978name = "strum" 4979version = "0.27.2" 4980source = "registry+https://github.com/rust-lang/crates.io-index" 4981checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" 4982dependencies = [ 4983 "strum_macros 0.27.2", 4984] 4985 4986[[package]] 4987name = "strum" 4988version = "0.28.0" 4989source = "registry+https://github.com/rust-lang/crates.io-index" 4990checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd" 4991dependencies = [ 4992 "strum_macros 0.28.0", 4993] 4994 4995[[package]] 4996name = "strum_macros" 4997version = "0.27.2" 4998source = "registry+https://github.com/rust-lang/crates.io-index" 4999checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" 5000dependencies = [ 5001 "heck 0.5.0", 5002 "proc-macro2", 5003 "quote", 5004 "syn 2.0.117", 5005] 5006 5007[[package]] 5008name = "strum_macros" 5009version = "0.28.0" 5010source = "registry+https://github.com/rust-lang/crates.io-index" 5011checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664" 5012dependencies = [ 5013 "heck 0.5.0", 5014 "proc-macro2", 5015 "quote", 5016 "syn 2.0.117", 5017] 5018 5019[[package]] 5020name = "subtle" 5021version = "2.6.1" 5022source = "registry+https://github.com/rust-lang/crates.io-index" 5023checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 5024 5025[[package]] 5026name = "syn" 5027version = "1.0.109" 5028source = "registry+https://github.com/rust-lang/crates.io-index" 5029checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 5030dependencies = [ 5031 "proc-macro2", 5032 "quote", 5033 "unicode-ident", 5034] 5035 5036[[package]] 5037name = "syn" 5038version = "2.0.117" 5039source = "registry+https://github.com/rust-lang/crates.io-index" 5040checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 5041dependencies = [ 5042 "proc-macro2", 5043 "quote", 5044 "unicode-ident", 5045] 5046 5047[[package]] 5048name = "synstructure" 5049version = "0.13.2" 5050source = "registry+https://github.com/rust-lang/crates.io-index" 5051checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 5052dependencies = [ 5053 "proc-macro2", 5054 "quote", 5055 "syn 2.0.117", 5056] 5057 5058[[package]] 5059name = "sysinfo" 5060version = "0.37.2" 5061source = "registry+https://github.com/rust-lang/crates.io-index" 5062checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f" 5063dependencies = [ 5064 "libc", 5065 "memchr", 5066 "ntapi", 5067 "objc2-core-foundation", 5068 "objc2-io-kit", 5069 "windows", 5070] 5071 5072[[package]] 5073name = "tap" 5074version = "1.0.1" 5075source = "registry+https://github.com/rust-lang/crates.io-index" 5076checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 5077 5078[[package]] 5079name = "tempfile" 5080version = "3.26.0" 5081source = "registry+https://github.com/rust-lang/crates.io-index" 5082checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" 5083dependencies = [ 5084 "fastrand", 5085 "getrandom 0.4.2", 5086 "once_cell", 5087 "rustix", 5088 "windows-sys 0.61.2", 5089] 5090 5091[[package]] 5092name = "terminal_size" 5093version = "0.4.3" 5094source = "registry+https://github.com/rust-lang/crates.io-index" 5095checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0" 5096dependencies = [ 5097 "rustix", 5098 "windows-sys 0.60.2", 5099] 5100 5101[[package]] 5102name = "terminfo" 5103version = "0.9.0" 5104source = "registry+https://github.com/rust-lang/crates.io-index" 5105checksum = "d4ea810f0692f9f51b382fff5893887bb4580f5fa246fde546e0b13e7fcee662" 5106dependencies = [ 5107 "fnv", 5108 "nom", 5109 "phf", 5110 "phf_codegen", 5111] 5112 5113[[package]] 5114name = "termios" 5115version = "0.3.3" 5116source = "registry+https://github.com/rust-lang/crates.io-index" 5117checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b" 5118dependencies = [ 5119 "libc", 5120] 5121 5122[[package]] 5123name = "termwiz" 5124version = "0.23.3" 5125source = "registry+https://github.com/rust-lang/crates.io-index" 5126checksum = "4676b37242ccbd1aabf56edb093a4827dc49086c0ffd764a5705899e0f35f8f7" 5127dependencies = [ 5128 "anyhow", 5129 "base64", 5130 "bitflags 2.11.0", 5131 "fancy-regex", 5132 "filedescriptor", 5133 "finl_unicode", 5134 "fixedbitset", 5135 "hex", 5136 "lazy_static", 5137 "libc", 5138 "log", 5139 "memmem", 5140 "nix", 5141 "num-derive", 5142 "num-traits", 5143 "ordered-float", 5144 "pest", 5145 "pest_derive", 5146 "phf", 5147 "sha2 0.10.9", 5148 "signal-hook 0.3.18", 5149 "siphasher", 5150 "terminfo", 5151 "termios", 5152 "thiserror 1.0.69", 5153 "ucd-trie", 5154 "unicode-segmentation", 5155 "vtparse", 5156 "wezterm-bidi", 5157 "wezterm-blob-leases", 5158 "wezterm-color-types", 5159 "wezterm-dynamic", 5160 "wezterm-input-types", 5161 "winapi", 5162] 5163 5164[[package]] 5165name = "thiserror" 5166version = "1.0.69" 5167source = "registry+https://github.com/rust-lang/crates.io-index" 5168checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 5169dependencies = [ 5170 "thiserror-impl 1.0.69", 5171] 5172 5173[[package]] 5174name = "thiserror" 5175version = "2.0.18" 5176source = "registry+https://github.com/rust-lang/crates.io-index" 5177checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 5178dependencies = [ 5179 "thiserror-impl 2.0.18", 5180] 5181 5182[[package]] 5183name = "thiserror-impl" 5184version = "1.0.69" 5185source = "registry+https://github.com/rust-lang/crates.io-index" 5186checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 5187dependencies = [ 5188 "proc-macro2", 5189 "quote", 5190 "syn 2.0.117", 5191] 5192 5193[[package]] 5194name = "thiserror-impl" 5195version = "2.0.18" 5196source = "registry+https://github.com/rust-lang/crates.io-index" 5197checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 5198dependencies = [ 5199 "proc-macro2", 5200 "quote", 5201 "syn 2.0.117", 5202] 5203 5204[[package]] 5205name = "thread_local" 5206version = "1.1.9" 5207source = "registry+https://github.com/rust-lang/crates.io-index" 5208checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 5209dependencies = [ 5210 "cfg-if", 5211] 5212 5213[[package]] 5214name = "time" 5215version = "0.3.47" 5216source = "registry+https://github.com/rust-lang/crates.io-index" 5217checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 5218dependencies = [ 5219 "deranged", 5220 "itoa", 5221 "libc", 5222 "num-conv", 5223 "num_threads", 5224 "powerfmt", 5225 "serde_core", 5226 "time-core", 5227 "time-macros", 5228] 5229 5230[[package]] 5231name = "time-core" 5232version = "0.1.8" 5233source = "registry+https://github.com/rust-lang/crates.io-index" 5234checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 5235 5236[[package]] 5237name = "time-macros" 5238version = "0.2.27" 5239source = "registry+https://github.com/rust-lang/crates.io-index" 5240checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" 5241dependencies = [ 5242 "num-conv", 5243 "time-core", 5244] 5245 5246[[package]] 5247name = "tiny-keccak" 5248version = "2.0.2" 5249source = "registry+https://github.com/rust-lang/crates.io-index" 5250checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 5251dependencies = [ 5252 "crunchy", 5253] 5254 5255[[package]] 5256name = "tinystr" 5257version = "0.8.2" 5258source = "registry+https://github.com/rust-lang/crates.io-index" 5259checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 5260dependencies = [ 5261 "displaydoc", 5262 "zerovec", 5263] 5264 5265[[package]] 5266name = "tinyvec" 5267version = "1.10.0" 5268source = "registry+https://github.com/rust-lang/crates.io-index" 5269checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 5270dependencies = [ 5271 "tinyvec_macros", 5272] 5273 5274[[package]] 5275name = "tinyvec_macros" 5276version = "0.1.1" 5277source = "registry+https://github.com/rust-lang/crates.io-index" 5278checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 5279 5280[[package]] 5281name = "tokio" 5282version = "1.50.0" 5283source = "registry+https://github.com/rust-lang/crates.io-index" 5284checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" 5285dependencies = [ 5286 "bytes", 5287 "libc", 5288 "mio", 5289 "parking_lot", 5290 "pin-project-lite", 5291 "signal-hook-registry", 5292 "socket2", 5293 "tokio-macros", 5294 "windows-sys 0.61.2", 5295] 5296 5297[[package]] 5298name = "tokio-macros" 5299version = "2.6.0" 5300source = "registry+https://github.com/rust-lang/crates.io-index" 5301checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 5302dependencies = [ 5303 "proc-macro2", 5304 "quote", 5305 "syn 2.0.117", 5306] 5307 5308[[package]] 5309name = "tokio-stream" 5310version = "0.1.18" 5311source = "registry+https://github.com/rust-lang/crates.io-index" 5312checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" 5313dependencies = [ 5314 "futures-core", 5315 "pin-project-lite", 5316 "tokio", 5317] 5318 5319[[package]] 5320name = "tokio-util" 5321version = "0.7.18" 5322source = "registry+https://github.com/rust-lang/crates.io-index" 5323checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 5324dependencies = [ 5325 "bytes", 5326 "futures-core", 5327 "futures-sink", 5328 "pin-project-lite", 5329 "tokio", 5330] 5331 5332[[package]] 5333name = "toml" 5334version = "0.9.12+spec-1.1.0" 5335source = "registry+https://github.com/rust-lang/crates.io-index" 5336checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" 5337dependencies = [ 5338 "serde_core", 5339 "serde_spanned", 5340 "toml_datetime 0.7.5+spec-1.1.0", 5341 "toml_writer", 5342] 5343 5344[[package]] 5345name = "toml_datetime" 5346version = "0.7.5+spec-1.1.0" 5347source = "registry+https://github.com/rust-lang/crates.io-index" 5348checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" 5349dependencies = [ 5350 "serde_core", 5351] 5352 5353[[package]] 5354name = "toml_datetime" 5355version = "1.0.0+spec-1.1.0" 5356source = "registry+https://github.com/rust-lang/crates.io-index" 5357checksum = "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e" 5358dependencies = [ 5359 "serde_core", 5360] 5361 5362[[package]] 5363name = "toml_edit" 5364version = "0.25.4+spec-1.1.0" 5365source = "registry+https://github.com/rust-lang/crates.io-index" 5366checksum = "7193cbd0ce53dc966037f54351dbbcf0d5a642c7f0038c382ef9e677ce8c13f2" 5367dependencies = [ 5368 "indexmap", 5369 "toml_datetime 1.0.0+spec-1.1.0", 5370 "toml_parser", 5371 "winnow 0.7.15", 5372] 5373 5374[[package]] 5375name = "toml_parser" 5376version = "1.0.9+spec-1.1.0" 5377source = "registry+https://github.com/rust-lang/crates.io-index" 5378checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4" 5379dependencies = [ 5380 "winnow 0.7.15", 5381] 5382 5383[[package]] 5384name = "toml_writer" 5385version = "1.0.6+spec-1.1.0" 5386source = "registry+https://github.com/rust-lang/crates.io-index" 5387checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" 5388 5389[[package]] 5390name = "tracing" 5391version = "0.1.44" 5392source = "registry+https://github.com/rust-lang/crates.io-index" 5393checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 5394dependencies = [ 5395 "log", 5396 "pin-project-lite", 5397 "tracing-attributes", 5398 "tracing-core", 5399] 5400 5401[[package]] 5402name = "tracing-attributes" 5403version = "0.1.31" 5404source = "registry+https://github.com/rust-lang/crates.io-index" 5405checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 5406dependencies = [ 5407 "proc-macro2", 5408 "quote", 5409 "syn 2.0.117", 5410] 5411 5412[[package]] 5413name = "tracing-core" 5414version = "0.1.36" 5415source = "registry+https://github.com/rust-lang/crates.io-index" 5416checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 5417dependencies = [ 5418 "once_cell", 5419 "valuable", 5420] 5421 5422[[package]] 5423name = "tracing-error" 5424version = "0.2.1" 5425source = "registry+https://github.com/rust-lang/crates.io-index" 5426checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db" 5427dependencies = [ 5428 "tracing", 5429 "tracing-subscriber", 5430] 5431 5432[[package]] 5433name = "tracing-log" 5434version = "0.2.0" 5435source = "registry+https://github.com/rust-lang/crates.io-index" 5436checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 5437dependencies = [ 5438 "log", 5439 "once_cell", 5440 "tracing-core", 5441] 5442 5443[[package]] 5444name = "tracing-subscriber" 5445version = "0.3.22" 5446source = "registry+https://github.com/rust-lang/crates.io-index" 5447checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 5448dependencies = [ 5449 "matchers", 5450 "nu-ansi-term", 5451 "once_cell", 5452 "regex-automata", 5453 "sharded-slab", 5454 "smallvec", 5455 "thread_local", 5456 "tracing", 5457 "tracing-core", 5458 "tracing-log", 5459] 5460 5461[[package]] 5462name = "tree" 5463version = "0.1.0" 5464dependencies = [ 5465 "automerge", 5466 "autosurgeon", 5467 "serde", 5468] 5469 5470[[package]] 5471name = "typenum" 5472version = "1.19.0" 5473source = "registry+https://github.com/rust-lang/crates.io-index" 5474checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 5475 5476[[package]] 5477name = "ucd-trie" 5478version = "0.1.7" 5479source = "registry+https://github.com/rust-lang/crates.io-index" 5480checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" 5481 5482[[package]] 5483name = "unicase" 5484version = "2.9.0" 5485source = "registry+https://github.com/rust-lang/crates.io-index" 5486checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" 5487 5488[[package]] 5489name = "unicode-bidi" 5490version = "0.3.18" 5491source = "registry+https://github.com/rust-lang/crates.io-index" 5492checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 5493 5494[[package]] 5495name = "unicode-bom" 5496version = "2.0.3" 5497source = "registry+https://github.com/rust-lang/crates.io-index" 5498checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217" 5499 5500[[package]] 5501name = "unicode-ident" 5502version = "1.0.24" 5503source = "registry+https://github.com/rust-lang/crates.io-index" 5504checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 5505 5506[[package]] 5507name = "unicode-normalization" 5508version = "0.1.25" 5509source = "registry+https://github.com/rust-lang/crates.io-index" 5510checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" 5511dependencies = [ 5512 "tinyvec", 5513] 5514 5515[[package]] 5516name = "unicode-properties" 5517version = "0.1.4" 5518source = "registry+https://github.com/rust-lang/crates.io-index" 5519checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" 5520 5521[[package]] 5522name = "unicode-segmentation" 5523version = "1.12.0" 5524source = "registry+https://github.com/rust-lang/crates.io-index" 5525checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 5526 5527[[package]] 5528name = "unicode-truncate" 5529version = "2.0.1" 5530source = "registry+https://github.com/rust-lang/crates.io-index" 5531checksum = "16b380a1238663e5f8a691f9039c73e1cdae598a30e9855f541d29b08b53e9a5" 5532dependencies = [ 5533 "itertools", 5534 "unicode-segmentation", 5535 "unicode-width 0.2.2", 5536] 5537 5538[[package]] 5539name = "unicode-width" 5540version = "0.1.14" 5541source = "registry+https://github.com/rust-lang/crates.io-index" 5542checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 5543 5544[[package]] 5545name = "unicode-width" 5546version = "0.2.2" 5547source = "registry+https://github.com/rust-lang/crates.io-index" 5548checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 5549 5550[[package]] 5551name = "unicode-xid" 5552version = "0.2.6" 5553source = "registry+https://github.com/rust-lang/crates.io-index" 5554checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 5555 5556[[package]] 5557name = "url" 5558version = "2.5.8" 5559source = "registry+https://github.com/rust-lang/crates.io-index" 5560checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 5561dependencies = [ 5562 "form_urlencoded", 5563 "idna", 5564 "percent-encoding", 5565 "serde", 5566] 5567 5568[[package]] 5569name = "utf8_iter" 5570version = "1.0.4" 5571source = "registry+https://github.com/rust-lang/crates.io-index" 5572checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 5573 5574[[package]] 5575name = "utf8parse" 5576version = "0.2.2" 5577source = "registry+https://github.com/rust-lang/crates.io-index" 5578checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 5579 5580[[package]] 5581name = "uuid" 5582version = "1.21.0" 5583source = "registry+https://github.com/rust-lang/crates.io-index" 5584checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" 5585dependencies = [ 5586 "atomic", 5587 "getrandom 0.4.2", 5588 "js-sys", 5589 "serde_core", 5590 "wasm-bindgen", 5591] 5592 5593[[package]] 5594name = "valuable" 5595version = "0.1.1" 5596source = "registry+https://github.com/rust-lang/crates.io-index" 5597checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 5598 5599[[package]] 5600name = "value-bag" 5601version = "1.12.0" 5602source = "registry+https://github.com/rust-lang/crates.io-index" 5603checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0" 5604 5605[[package]] 5606name = "vcpkg" 5607version = "0.2.15" 5608source = "registry+https://github.com/rust-lang/crates.io-index" 5609checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 5610 5611[[package]] 5612name = "vergen" 5613version = "9.1.0" 5614source = "registry+https://github.com/rust-lang/crates.io-index" 5615checksum = "b849a1f6d8639e8de261e81ee0fc881e3e3620db1af9f2e0da015d4382ceaf75" 5616dependencies = [ 5617 "anyhow", 5618 "cargo_metadata", 5619 "derive_builder", 5620 "regex", 5621 "rustversion", 5622 "time", 5623 "vergen-lib", 5624] 5625 5626[[package]] 5627name = "vergen-gix" 5628version = "9.1.0" 5629source = "registry+https://github.com/rust-lang/crates.io-index" 5630checksum = "24433912be6b84c6f8f41907edfaad852deaa666f59da5f46621b0ef58b644f0" 5631dependencies = [ 5632 "anyhow", 5633 "derive_builder", 5634 "gix", 5635 "rustversion", 5636 "time", 5637 "vergen", 5638 "vergen-lib", 5639] 5640 5641[[package]] 5642name = "vergen-lib" 5643version = "9.1.0" 5644source = "registry+https://github.com/rust-lang/crates.io-index" 5645checksum = "b34a29ba7e9c59e62f229ae1932fb1b8fb8a6fdcc99215a641913f5f5a59a569" 5646dependencies = [ 5647 "anyhow", 5648 "derive_builder", 5649 "rustversion", 5650] 5651 5652[[package]] 5653name = "version_check" 5654version = "0.9.5" 5655source = "registry+https://github.com/rust-lang/crates.io-index" 5656checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 5657 5658[[package]] 5659name = "vtparse" 5660version = "0.6.2" 5661source = "registry+https://github.com/rust-lang/crates.io-index" 5662checksum = "6d9b2acfb050df409c972a37d3b8e08cdea3bddb0c09db9d53137e504cfabed0" 5663dependencies = [ 5664 "utf8parse", 5665] 5666 5667[[package]] 5668name = "walkdir" 5669version = "2.5.0" 5670source = "registry+https://github.com/rust-lang/crates.io-index" 5671checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 5672dependencies = [ 5673 "same-file", 5674 "winapi-util", 5675] 5676 5677[[package]] 5678name = "wasi" 5679version = "0.11.1+wasi-snapshot-preview1" 5680source = "registry+https://github.com/rust-lang/crates.io-index" 5681checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 5682 5683[[package]] 5684name = "wasip2" 5685version = "1.0.2+wasi-0.2.9" 5686source = "registry+https://github.com/rust-lang/crates.io-index" 5687checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 5688dependencies = [ 5689 "wit-bindgen", 5690] 5691 5692[[package]] 5693name = "wasip3" 5694version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 5695source = "registry+https://github.com/rust-lang/crates.io-index" 5696checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 5697dependencies = [ 5698 "wit-bindgen", 5699] 5700 5701[[package]] 5702name = "wasite" 5703version = "0.1.0" 5704source = "registry+https://github.com/rust-lang/crates.io-index" 5705checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 5706 5707[[package]] 5708name = "wasm-bindgen" 5709version = "0.2.114" 5710source = "registry+https://github.com/rust-lang/crates.io-index" 5711checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" 5712dependencies = [ 5713 "cfg-if", 5714 "once_cell", 5715 "rustversion", 5716 "wasm-bindgen-macro", 5717 "wasm-bindgen-shared", 5718] 5719 5720[[package]] 5721name = "wasm-bindgen-futures" 5722version = "0.4.64" 5723source = "registry+https://github.com/rust-lang/crates.io-index" 5724checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8" 5725dependencies = [ 5726 "cfg-if", 5727 "futures-util", 5728 "js-sys", 5729 "once_cell", 5730 "wasm-bindgen", 5731 "web-sys", 5732] 5733 5734[[package]] 5735name = "wasm-bindgen-macro" 5736version = "0.2.114" 5737source = "registry+https://github.com/rust-lang/crates.io-index" 5738checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" 5739dependencies = [ 5740 "quote", 5741 "wasm-bindgen-macro-support", 5742] 5743 5744[[package]] 5745name = "wasm-bindgen-macro-support" 5746version = "0.2.114" 5747source = "registry+https://github.com/rust-lang/crates.io-index" 5748checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" 5749dependencies = [ 5750 "bumpalo", 5751 "proc-macro2", 5752 "quote", 5753 "syn 2.0.117", 5754 "wasm-bindgen-shared", 5755] 5756 5757[[package]] 5758name = "wasm-bindgen-shared" 5759version = "0.2.114" 5760source = "registry+https://github.com/rust-lang/crates.io-index" 5761checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16" 5762dependencies = [ 5763 "unicode-ident", 5764] 5765 5766[[package]] 5767name = "wasm-encoder" 5768version = "0.244.0" 5769source = "registry+https://github.com/rust-lang/crates.io-index" 5770checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 5771dependencies = [ 5772 "leb128fmt", 5773 "wasmparser", 5774] 5775 5776[[package]] 5777name = "wasm-metadata" 5778version = "0.244.0" 5779source = "registry+https://github.com/rust-lang/crates.io-index" 5780checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 5781dependencies = [ 5782 "anyhow", 5783 "indexmap", 5784 "wasm-encoder", 5785 "wasmparser", 5786] 5787 5788[[package]] 5789name = "wasmparser" 5790version = "0.244.0" 5791source = "registry+https://github.com/rust-lang/crates.io-index" 5792checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 5793dependencies = [ 5794 "bitflags 2.11.0", 5795 "hashbrown 0.15.5", 5796 "indexmap", 5797 "semver", 5798] 5799 5800[[package]] 5801name = "web-sys" 5802version = "0.3.91" 5803source = "registry+https://github.com/rust-lang/crates.io-index" 5804checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9" 5805dependencies = [ 5806 "js-sys", 5807 "wasm-bindgen", 5808] 5809 5810[[package]] 5811name = "wezterm-bidi" 5812version = "0.2.3" 5813source = "registry+https://github.com/rust-lang/crates.io-index" 5814checksum = "0c0a6e355560527dd2d1cf7890652f4f09bb3433b6aadade4c9b5ed76de5f3ec" 5815dependencies = [ 5816 "log", 5817 "wezterm-dynamic", 5818] 5819 5820[[package]] 5821name = "wezterm-blob-leases" 5822version = "0.1.1" 5823source = "registry+https://github.com/rust-lang/crates.io-index" 5824checksum = "692daff6d93d94e29e4114544ef6d5c942a7ed998b37abdc19b17136ea428eb7" 5825dependencies = [ 5826 "getrandom 0.3.4", 5827 "mac_address", 5828 "sha2 0.10.9", 5829 "thiserror 1.0.69", 5830 "uuid", 5831] 5832 5833[[package]] 5834name = "wezterm-color-types" 5835version = "0.3.0" 5836source = "registry+https://github.com/rust-lang/crates.io-index" 5837checksum = "7de81ef35c9010270d63772bebef2f2d6d1f2d20a983d27505ac850b8c4b4296" 5838dependencies = [ 5839 "csscolorparser", 5840 "deltae", 5841 "lazy_static", 5842 "wezterm-dynamic", 5843] 5844 5845[[package]] 5846name = "wezterm-dynamic" 5847version = "0.2.1" 5848source = "registry+https://github.com/rust-lang/crates.io-index" 5849checksum = "5f2ab60e120fd6eaa68d9567f3226e876684639d22a4219b313ff69ec0ccd5ac" 5850dependencies = [ 5851 "log", 5852 "ordered-float", 5853 "strsim", 5854 "thiserror 1.0.69", 5855 "wezterm-dynamic-derive", 5856] 5857 5858[[package]] 5859name = "wezterm-dynamic-derive" 5860version = "0.1.1" 5861source = "registry+https://github.com/rust-lang/crates.io-index" 5862checksum = "46c0cf2d539c645b448eaffec9ec494b8b19bd5077d9e58cb1ae7efece8d575b" 5863dependencies = [ 5864 "proc-macro2", 5865 "quote", 5866 "syn 1.0.109", 5867] 5868 5869[[package]] 5870name = "wezterm-input-types" 5871version = "0.1.0" 5872source = "registry+https://github.com/rust-lang/crates.io-index" 5873checksum = "7012add459f951456ec9d6c7e6fc340b1ce15d6fc9629f8c42853412c029e57e" 5874dependencies = [ 5875 "bitflags 1.3.2", 5876 "euclid", 5877 "lazy_static", 5878 "serde", 5879 "wezterm-dynamic", 5880] 5881 5882[[package]] 5883name = "whoami" 5884version = "1.6.1" 5885source = "registry+https://github.com/rust-lang/crates.io-index" 5886checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" 5887dependencies = [ 5888 "libredox", 5889 "wasite", 5890] 5891 5892[[package]] 5893name = "winapi" 5894version = "0.3.9" 5895source = "registry+https://github.com/rust-lang/crates.io-index" 5896checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 5897dependencies = [ 5898 "winapi-i686-pc-windows-gnu", 5899 "winapi-x86_64-pc-windows-gnu", 5900] 5901 5902[[package]] 5903name = "winapi-i686-pc-windows-gnu" 5904version = "0.4.0" 5905source = "registry+https://github.com/rust-lang/crates.io-index" 5906checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 5907 5908[[package]] 5909name = "winapi-util" 5910version = "0.1.11" 5911source = "registry+https://github.com/rust-lang/crates.io-index" 5912checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 5913dependencies = [ 5914 "windows-sys 0.61.2", 5915] 5916 5917[[package]] 5918name = "winapi-x86_64-pc-windows-gnu" 5919version = "0.4.0" 5920source = "registry+https://github.com/rust-lang/crates.io-index" 5921checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5922 5923[[package]] 5924name = "windows" 5925version = "0.61.3" 5926source = "registry+https://github.com/rust-lang/crates.io-index" 5927checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 5928dependencies = [ 5929 "windows-collections", 5930 "windows-core", 5931 "windows-future", 5932 "windows-link 0.1.3", 5933 "windows-numerics", 5934] 5935 5936[[package]] 5937name = "windows-collections" 5938version = "0.2.0" 5939source = "registry+https://github.com/rust-lang/crates.io-index" 5940checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 5941dependencies = [ 5942 "windows-core", 5943] 5944 5945[[package]] 5946name = "windows-core" 5947version = "0.61.2" 5948source = "registry+https://github.com/rust-lang/crates.io-index" 5949checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 5950dependencies = [ 5951 "windows-implement", 5952 "windows-interface", 5953 "windows-link 0.1.3", 5954 "windows-result", 5955 "windows-strings", 5956] 5957 5958[[package]] 5959name = "windows-future" 5960version = "0.2.1" 5961source = "registry+https://github.com/rust-lang/crates.io-index" 5962checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 5963dependencies = [ 5964 "windows-core", 5965 "windows-link 0.1.3", 5966 "windows-threading", 5967] 5968 5969[[package]] 5970name = "windows-implement" 5971version = "0.60.2" 5972source = "registry+https://github.com/rust-lang/crates.io-index" 5973checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 5974dependencies = [ 5975 "proc-macro2", 5976 "quote", 5977 "syn 2.0.117", 5978] 5979 5980[[package]] 5981name = "windows-interface" 5982version = "0.59.3" 5983source = "registry+https://github.com/rust-lang/crates.io-index" 5984checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 5985dependencies = [ 5986 "proc-macro2", 5987 "quote", 5988 "syn 2.0.117", 5989] 5990 5991[[package]] 5992name = "windows-link" 5993version = "0.1.3" 5994source = "registry+https://github.com/rust-lang/crates.io-index" 5995checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 5996 5997[[package]] 5998name = "windows-link" 5999version = "0.2.1" 6000source = "registry+https://github.com/rust-lang/crates.io-index" 6001checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 6002 6003[[package]] 6004name = "windows-numerics" 6005version = "0.2.0" 6006source = "registry+https://github.com/rust-lang/crates.io-index" 6007checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 6008dependencies = [ 6009 "windows-core", 6010 "windows-link 0.1.3", 6011] 6012 6013[[package]] 6014name = "windows-result" 6015version = "0.3.4" 6016source = "registry+https://github.com/rust-lang/crates.io-index" 6017checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 6018dependencies = [ 6019 "windows-link 0.1.3", 6020] 6021 6022[[package]] 6023name = "windows-strings" 6024version = "0.4.2" 6025source = "registry+https://github.com/rust-lang/crates.io-index" 6026checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 6027dependencies = [ 6028 "windows-link 0.1.3", 6029] 6030 6031[[package]] 6032name = "windows-sys" 6033version = "0.48.0" 6034source = "registry+https://github.com/rust-lang/crates.io-index" 6035checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 6036dependencies = [ 6037 "windows-targets 0.48.5", 6038] 6039 6040[[package]] 6041name = "windows-sys" 6042version = "0.59.0" 6043source = "registry+https://github.com/rust-lang/crates.io-index" 6044checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 6045dependencies = [ 6046 "windows-targets 0.52.6", 6047] 6048 6049[[package]] 6050name = "windows-sys" 6051version = "0.60.2" 6052source = "registry+https://github.com/rust-lang/crates.io-index" 6053checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 6054dependencies = [ 6055 "windows-targets 0.53.5", 6056] 6057 6058[[package]] 6059name = "windows-sys" 6060version = "0.61.2" 6061source = "registry+https://github.com/rust-lang/crates.io-index" 6062checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 6063dependencies = [ 6064 "windows-link 0.2.1", 6065] 6066 6067[[package]] 6068name = "windows-targets" 6069version = "0.48.5" 6070source = "registry+https://github.com/rust-lang/crates.io-index" 6071checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 6072dependencies = [ 6073 "windows_aarch64_gnullvm 0.48.5", 6074 "windows_aarch64_msvc 0.48.5", 6075 "windows_i686_gnu 0.48.5", 6076 "windows_i686_msvc 0.48.5", 6077 "windows_x86_64_gnu 0.48.5", 6078 "windows_x86_64_gnullvm 0.48.5", 6079 "windows_x86_64_msvc 0.48.5", 6080] 6081 6082[[package]] 6083name = "windows-targets" 6084version = "0.52.6" 6085source = "registry+https://github.com/rust-lang/crates.io-index" 6086checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 6087dependencies = [ 6088 "windows_aarch64_gnullvm 0.52.6", 6089 "windows_aarch64_msvc 0.52.6", 6090 "windows_i686_gnu 0.52.6", 6091 "windows_i686_gnullvm 0.52.6", 6092 "windows_i686_msvc 0.52.6", 6093 "windows_x86_64_gnu 0.52.6", 6094 "windows_x86_64_gnullvm 0.52.6", 6095 "windows_x86_64_msvc 0.52.6", 6096] 6097 6098[[package]] 6099name = "windows-targets" 6100version = "0.53.5" 6101source = "registry+https://github.com/rust-lang/crates.io-index" 6102checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 6103dependencies = [ 6104 "windows-link 0.2.1", 6105 "windows_aarch64_gnullvm 0.53.1", 6106 "windows_aarch64_msvc 0.53.1", 6107 "windows_i686_gnu 0.53.1", 6108 "windows_i686_gnullvm 0.53.1", 6109 "windows_i686_msvc 0.53.1", 6110 "windows_x86_64_gnu 0.53.1", 6111 "windows_x86_64_gnullvm 0.53.1", 6112 "windows_x86_64_msvc 0.53.1", 6113] 6114 6115[[package]] 6116name = "windows-threading" 6117version = "0.1.0" 6118source = "registry+https://github.com/rust-lang/crates.io-index" 6119checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 6120dependencies = [ 6121 "windows-link 0.1.3", 6122] 6123 6124[[package]] 6125name = "windows_aarch64_gnullvm" 6126version = "0.48.5" 6127source = "registry+https://github.com/rust-lang/crates.io-index" 6128checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 6129 6130[[package]] 6131name = "windows_aarch64_gnullvm" 6132version = "0.52.6" 6133source = "registry+https://github.com/rust-lang/crates.io-index" 6134checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 6135 6136[[package]] 6137name = "windows_aarch64_gnullvm" 6138version = "0.53.1" 6139source = "registry+https://github.com/rust-lang/crates.io-index" 6140checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 6141 6142[[package]] 6143name = "windows_aarch64_msvc" 6144version = "0.48.5" 6145source = "registry+https://github.com/rust-lang/crates.io-index" 6146checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 6147 6148[[package]] 6149name = "windows_aarch64_msvc" 6150version = "0.52.6" 6151source = "registry+https://github.com/rust-lang/crates.io-index" 6152checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 6153 6154[[package]] 6155name = "windows_aarch64_msvc" 6156version = "0.53.1" 6157source = "registry+https://github.com/rust-lang/crates.io-index" 6158checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 6159 6160[[package]] 6161name = "windows_i686_gnu" 6162version = "0.48.5" 6163source = "registry+https://github.com/rust-lang/crates.io-index" 6164checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 6165 6166[[package]] 6167name = "windows_i686_gnu" 6168version = "0.52.6" 6169source = "registry+https://github.com/rust-lang/crates.io-index" 6170checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 6171 6172[[package]] 6173name = "windows_i686_gnu" 6174version = "0.53.1" 6175source = "registry+https://github.com/rust-lang/crates.io-index" 6176checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 6177 6178[[package]] 6179name = "windows_i686_gnullvm" 6180version = "0.52.6" 6181source = "registry+https://github.com/rust-lang/crates.io-index" 6182checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 6183 6184[[package]] 6185name = "windows_i686_gnullvm" 6186version = "0.53.1" 6187source = "registry+https://github.com/rust-lang/crates.io-index" 6188checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 6189 6190[[package]] 6191name = "windows_i686_msvc" 6192version = "0.48.5" 6193source = "registry+https://github.com/rust-lang/crates.io-index" 6194checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 6195 6196[[package]] 6197name = "windows_i686_msvc" 6198version = "0.52.6" 6199source = "registry+https://github.com/rust-lang/crates.io-index" 6200checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 6201 6202[[package]] 6203name = "windows_i686_msvc" 6204version = "0.53.1" 6205source = "registry+https://github.com/rust-lang/crates.io-index" 6206checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 6207 6208[[package]] 6209name = "windows_x86_64_gnu" 6210version = "0.48.5" 6211source = "registry+https://github.com/rust-lang/crates.io-index" 6212checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 6213 6214[[package]] 6215name = "windows_x86_64_gnu" 6216version = "0.52.6" 6217source = "registry+https://github.com/rust-lang/crates.io-index" 6218checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 6219 6220[[package]] 6221name = "windows_x86_64_gnu" 6222version = "0.53.1" 6223source = "registry+https://github.com/rust-lang/crates.io-index" 6224checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 6225 6226[[package]] 6227name = "windows_x86_64_gnullvm" 6228version = "0.48.5" 6229source = "registry+https://github.com/rust-lang/crates.io-index" 6230checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 6231 6232[[package]] 6233name = "windows_x86_64_gnullvm" 6234version = "0.52.6" 6235source = "registry+https://github.com/rust-lang/crates.io-index" 6236checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 6237 6238[[package]] 6239name = "windows_x86_64_gnullvm" 6240version = "0.53.1" 6241source = "registry+https://github.com/rust-lang/crates.io-index" 6242checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 6243 6244[[package]] 6245name = "windows_x86_64_msvc" 6246version = "0.48.5" 6247source = "registry+https://github.com/rust-lang/crates.io-index" 6248checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 6249 6250[[package]] 6251name = "windows_x86_64_msvc" 6252version = "0.52.6" 6253source = "registry+https://github.com/rust-lang/crates.io-index" 6254checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 6255 6256[[package]] 6257name = "windows_x86_64_msvc" 6258version = "0.53.1" 6259source = "registry+https://github.com/rust-lang/crates.io-index" 6260checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 6261 6262[[package]] 6263name = "winnow" 6264version = "0.6.24" 6265source = "registry+https://github.com/rust-lang/crates.io-index" 6266checksum = "c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a" 6267dependencies = [ 6268 "memchr", 6269] 6270 6271[[package]] 6272name = "winnow" 6273version = "0.7.15" 6274source = "registry+https://github.com/rust-lang/crates.io-index" 6275checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" 6276dependencies = [ 6277 "memchr", 6278] 6279 6280[[package]] 6281name = "wit-bindgen" 6282version = "0.51.0" 6283source = "registry+https://github.com/rust-lang/crates.io-index" 6284checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 6285dependencies = [ 6286 "wit-bindgen-rust-macro", 6287] 6288 6289[[package]] 6290name = "wit-bindgen-core" 6291version = "0.51.0" 6292source = "registry+https://github.com/rust-lang/crates.io-index" 6293checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 6294dependencies = [ 6295 "anyhow", 6296 "heck 0.5.0", 6297 "wit-parser", 6298] 6299 6300[[package]] 6301name = "wit-bindgen-rust" 6302version = "0.51.0" 6303source = "registry+https://github.com/rust-lang/crates.io-index" 6304checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 6305dependencies = [ 6306 "anyhow", 6307 "heck 0.5.0", 6308 "indexmap", 6309 "prettyplease", 6310 "syn 2.0.117", 6311 "wasm-metadata", 6312 "wit-bindgen-core", 6313 "wit-component", 6314] 6315 6316[[package]] 6317name = "wit-bindgen-rust-macro" 6318version = "0.51.0" 6319source = "registry+https://github.com/rust-lang/crates.io-index" 6320checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 6321dependencies = [ 6322 "anyhow", 6323 "prettyplease", 6324 "proc-macro2", 6325 "quote", 6326 "syn 2.0.117", 6327 "wit-bindgen-core", 6328 "wit-bindgen-rust", 6329] 6330 6331[[package]] 6332name = "wit-component" 6333version = "0.244.0" 6334source = "registry+https://github.com/rust-lang/crates.io-index" 6335checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 6336dependencies = [ 6337 "anyhow", 6338 "bitflags 2.11.0", 6339 "indexmap", 6340 "log", 6341 "serde", 6342 "serde_derive", 6343 "serde_json", 6344 "wasm-encoder", 6345 "wasm-metadata", 6346 "wasmparser", 6347 "wit-parser", 6348] 6349 6350[[package]] 6351name = "wit-parser" 6352version = "0.244.0" 6353source = "registry+https://github.com/rust-lang/crates.io-index" 6354checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 6355dependencies = [ 6356 "anyhow", 6357 "id-arena", 6358 "indexmap", 6359 "log", 6360 "semver", 6361 "serde", 6362 "serde_derive", 6363 "serde_json", 6364 "unicode-xid", 6365 "wasmparser", 6366] 6367 6368[[package]] 6369name = "writeable" 6370version = "0.6.2" 6371source = "registry+https://github.com/rust-lang/crates.io-index" 6372checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 6373 6374[[package]] 6375name = "wyz" 6376version = "0.5.1" 6377source = "registry+https://github.com/rust-lang/crates.io-index" 6378checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 6379dependencies = [ 6380 "tap", 6381] 6382 6383[[package]] 6384name = "yansi" 6385version = "1.0.1" 6386source = "registry+https://github.com/rust-lang/crates.io-index" 6387checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 6388 6389[[package]] 6390name = "yoke" 6391version = "0.8.1" 6392source = "registry+https://github.com/rust-lang/crates.io-index" 6393checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 6394dependencies = [ 6395 "stable_deref_trait", 6396 "yoke-derive", 6397 "zerofrom", 6398] 6399 6400[[package]] 6401name = "yoke-derive" 6402version = "0.8.1" 6403source = "registry+https://github.com/rust-lang/crates.io-index" 6404checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 6405dependencies = [ 6406 "proc-macro2", 6407 "quote", 6408 "syn 2.0.117", 6409 "synstructure", 6410] 6411 6412[[package]] 6413name = "zerocopy" 6414version = "0.8.42" 6415source = "registry+https://github.com/rust-lang/crates.io-index" 6416checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3" 6417dependencies = [ 6418 "zerocopy-derive", 6419] 6420 6421[[package]] 6422name = "zerocopy-derive" 6423version = "0.8.42" 6424source = "registry+https://github.com/rust-lang/crates.io-index" 6425checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f" 6426dependencies = [ 6427 "proc-macro2", 6428 "quote", 6429 "syn 2.0.117", 6430] 6431 6432[[package]] 6433name = "zerofrom" 6434version = "0.1.6" 6435source = "registry+https://github.com/rust-lang/crates.io-index" 6436checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 6437dependencies = [ 6438 "zerofrom-derive", 6439] 6440 6441[[package]] 6442name = "zerofrom-derive" 6443version = "0.1.6" 6444source = "registry+https://github.com/rust-lang/crates.io-index" 6445checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 6446dependencies = [ 6447 "proc-macro2", 6448 "quote", 6449 "syn 2.0.117", 6450 "synstructure", 6451] 6452 6453[[package]] 6454name = "zeroize" 6455version = "1.8.2" 6456source = "registry+https://github.com/rust-lang/crates.io-index" 6457checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 6458 6459[[package]] 6460name = "zerotrie" 6461version = "0.2.3" 6462source = "registry+https://github.com/rust-lang/crates.io-index" 6463checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 6464dependencies = [ 6465 "displaydoc", 6466 "yoke", 6467 "zerofrom", 6468] 6469 6470[[package]] 6471name = "zerovec" 6472version = "0.11.5" 6473source = "registry+https://github.com/rust-lang/crates.io-index" 6474checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 6475dependencies = [ 6476 "yoke", 6477 "zerofrom", 6478 "zerovec-derive", 6479] 6480 6481[[package]] 6482name = "zerovec-derive" 6483version = "0.11.2" 6484source = "registry+https://github.com/rust-lang/crates.io-index" 6485checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 6486dependencies = [ 6487 "proc-macro2", 6488 "quote", 6489 "syn 2.0.117", 6490] 6491 6492[[package]] 6493name = "zlib-rs" 6494version = "0.5.5" 6495source = "registry+https://github.com/rust-lang/crates.io-index" 6496checksum = "40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3" 6497 6498[[package]] 6499name = "zmij" 6500version = "1.0.21" 6501source = "registry+https://github.com/rust-lang/crates.io-index" 6502checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"