Author:
Hash:
Timestamp:
+31 -797 +/-2 browse
Kevin Schoon [me@kevinschoon.com]
75153ba1f2f75e938b9cefcdfbcc3a350668c0ba
Mon, 25 Aug 2025 09:41:59 +0000 (2 months ago)
| 1 | diff --git a/Cargo.lock b/Cargo.lock |
| 2 | index 9c43931..59ea932 100644 |
| 3 | --- a/Cargo.lock |
| 4 | +++ b/Cargo.lock |
| 5 | @@ -19,15 +19,6 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| 6 | |
| 7 | [[package]] |
| 8 | name = "aho-corasick" |
| 9 | - version = "0.7.20" |
| 10 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 11 | - checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" |
| 12 | - dependencies = [ |
| 13 | - "memchr", |
| 14 | - ] |
| 15 | - |
| 16 | - [[package]] |
| 17 | - name = "aho-corasick" |
| 18 | version = "1.1.3" |
| 19 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 20 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
| 21 | @@ -51,15 +42,6 @@ dependencies = [ |
| 22 | ] |
| 23 | |
| 24 | [[package]] |
| 25 | - name = "ansi_term" |
| 26 | - version = "0.12.1" |
| 27 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 28 | - checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
| 29 | - dependencies = [ |
| 30 | - "winapi", |
| 31 | - ] |
| 32 | - |
| 33 | - [[package]] |
| 34 | name = "anstream" |
| 35 | version = "0.6.19" |
| 36 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 37 | @@ -110,18 +92,6 @@ dependencies = [ |
| 38 | ] |
| 39 | |
| 40 | [[package]] |
| 41 | - name = "anyhow" |
| 42 | - version = "1.0.98" |
| 43 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 44 | - checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" |
| 45 | - |
| 46 | - [[package]] |
| 47 | - name = "arrayvec" |
| 48 | - version = "0.7.6" |
| 49 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 50 | - checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
| 51 | - |
| 52 | - [[package]] |
| 53 | name = "askama" |
| 54 | version = "0.14.0" |
| 55 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 56 | @@ -203,17 +173,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 57 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 58 | |
| 59 | [[package]] |
| 60 | - name = "atty" |
| 61 | - version = "0.2.14" |
| 62 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 63 | - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
| 64 | - dependencies = [ |
| 65 | - "hermit-abi 0.1.19", |
| 66 | - "libc", |
| 67 | - "winapi", |
| 68 | - ] |
| 69 | - |
| 70 | - [[package]] |
| 71 | name = "autocfg" |
| 72 | version = "1.5.0" |
| 73 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 74 | @@ -316,7 +275,6 @@ dependencies = [ |
| 75 | name = "ayllu" |
| 76 | version = "0.5.1" |
| 77 | dependencies = [ |
| 78 | - "anyhow", |
| 79 | "askama", |
| 80 | "async-trait", |
| 81 | "axum", |
| 82 | @@ -327,15 +285,12 @@ dependencies = [ |
| 83 | "ayllu_git", |
| 84 | "ayllu_identity", |
| 85 | "bytes", |
| 86 | - "cc", |
| 87 | "comrak", |
| 88 | "file-mode", |
| 89 | "futures", |
| 90 | "git2", |
| 91 | - "globwalk", |
| 92 | "headers", |
| 93 | "httparse", |
| 94 | - "include_dir", |
| 95 | "lazy_static", |
| 96 | "libloading", |
| 97 | "mime", |
| 98 | @@ -343,21 +298,18 @@ dependencies = [ |
| 99 | "nix", |
| 100 | "openssh-keys", |
| 101 | "quick-xml 0.38.0", |
| 102 | - "rand 0.9.2", |
| 103 | + "rand", |
| 104 | "rss", |
| 105 | "rustc_version", |
| 106 | "serde", |
| 107 | "serde_json", |
| 108 | - "tabwriter", |
| 109 | "thiserror 2.0.12", |
| 110 | "time", |
| 111 | - "time-macros", |
| 112 | "timeutil", |
| 113 | - "tokei", |
| 114 | "tokio", |
| 115 | "tokio-stream", |
| 116 | "tokio-util", |
| 117 | - "toml 0.8.23", |
| 118 | + "toml", |
| 119 | "tower", |
| 120 | "tower-http", |
| 121 | "tracing", |
| 122 | @@ -406,7 +358,7 @@ name = "ayllu_cmd" |
| 123 | version = "0.1.0" |
| 124 | dependencies = [ |
| 125 | "ayllu_config", |
| 126 | - "clap 4.5.41", |
| 127 | + "clap", |
| 128 | "tracing", |
| 129 | "url", |
| 130 | ] |
| 131 | @@ -415,13 +367,13 @@ dependencies = [ |
| 132 | name = "ayllu_config" |
| 133 | version = "0.2.1" |
| 134 | dependencies = [ |
| 135 | - "clap 4.5.41", |
| 136 | + "clap", |
| 137 | "log", |
| 138 | "serde", |
| 139 | "serde_json", |
| 140 | "tempfile", |
| 141 | "thiserror 2.0.12", |
| 142 | - "toml 0.8.23", |
| 143 | + "toml", |
| 144 | "toml_edit", |
| 145 | ] |
| 146 | |
| 147 | @@ -430,7 +382,7 @@ name = "ayllu_git" |
| 148 | version = "0.2.1" |
| 149 | dependencies = [ |
| 150 | "git2", |
| 151 | - "rand 0.9.2", |
| 152 | + "rand", |
| 153 | "serde", |
| 154 | "tokio", |
| 155 | "tracing", |
| 156 | @@ -491,12 +443,6 @@ dependencies = [ |
| 157 | |
| 158 | [[package]] |
| 159 | name = "bitflags" |
| 160 | - version = "1.3.2" |
| 161 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 162 | - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 163 | - |
| 164 | - [[package]] |
| 165 | - name = "bitflags" |
| 166 | version = "2.9.1" |
| 167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 168 | checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" |
| 169 | @@ -511,16 +457,6 @@ dependencies = [ |
| 170 | ] |
| 171 | |
| 172 | [[package]] |
| 173 | - name = "bstr" |
| 174 | - version = "1.12.0" |
| 175 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 176 | - checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4" |
| 177 | - dependencies = [ |
| 178 | - "memchr", |
| 179 | - "serde", |
| 180 | - ] |
| 181 | - |
| 182 | - [[package]] |
| 183 | name = "bumpalo" |
| 184 | version = "3.19.0" |
| 185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 186 | @@ -584,43 +520,6 @@ dependencies = [ |
| 187 | ] |
| 188 | |
| 189 | [[package]] |
| 190 | - name = "chrono-tz" |
| 191 | - version = "0.9.0" |
| 192 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 193 | - checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb" |
| 194 | - dependencies = [ |
| 195 | - "chrono", |
| 196 | - "chrono-tz-build", |
| 197 | - "phf", |
| 198 | - ] |
| 199 | - |
| 200 | - [[package]] |
| 201 | - name = "chrono-tz-build" |
| 202 | - version = "0.3.0" |
| 203 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 204 | - checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1" |
| 205 | - dependencies = [ |
| 206 | - "parse-zoneinfo", |
| 207 | - "phf", |
| 208 | - "phf_codegen", |
| 209 | - ] |
| 210 | - |
| 211 | - [[package]] |
| 212 | - name = "clap" |
| 213 | - version = "2.34.0" |
| 214 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 215 | - checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" |
| 216 | - dependencies = [ |
| 217 | - "ansi_term", |
| 218 | - "atty", |
| 219 | - "bitflags 1.3.2", |
| 220 | - "strsim 0.8.0", |
| 221 | - "textwrap", |
| 222 | - "unicode-width 0.1.14", |
| 223 | - "vec_map", |
| 224 | - ] |
| 225 | - |
| 226 | - [[package]] |
| 227 | name = "clap" |
| 228 | version = "4.5.41" |
| 229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 230 | @@ -639,7 +538,7 @@ dependencies = [ |
| 231 | "anstream", |
| 232 | "anstyle", |
| 233 | "clap_lex", |
| 234 | - "strsim 0.11.1", |
| 235 | + "strsim", |
| 236 | ] |
| 237 | |
| 238 | [[package]] |
| 239 | @@ -648,7 +547,7 @@ version = "4.5.55" |
| 240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 241 | checksum = "a5abde44486daf70c5be8b8f8f1b66c49f86236edf6fa2abadb4d961c4c6229a" |
| 242 | dependencies = [ |
| 243 | - "clap 4.5.41", |
| 244 | + "clap", |
| 245 | ] |
| 246 | |
| 247 | [[package]] |
| 248 | @@ -675,7 +574,7 @@ version = "0.2.29" |
| 249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 250 | checksum = "27b4c3c54b30f0d9adcb47f25f61fcce35c4dd8916638c6b82fbd5f4fb4179e2" |
| 251 | dependencies = [ |
| 252 | - "clap 4.5.41", |
| 253 | + "clap", |
| 254 | "roff", |
| 255 | ] |
| 256 | |
| 257 | @@ -708,7 +607,7 @@ dependencies = [ |
| 258 | "encode_unicode", |
| 259 | "libc", |
| 260 | "once_cell", |
| 261 | - "unicode-width 0.2.1", |
| 262 | + "unicode-width", |
| 263 | "windows-sys 0.59.0", |
| 264 | ] |
| 265 | |
| 266 | @@ -758,40 +657,6 @@ dependencies = [ |
| 267 | ] |
| 268 | |
| 269 | [[package]] |
| 270 | - name = "crossbeam-channel" |
| 271 | - version = "0.5.15" |
| 272 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 273 | - checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" |
| 274 | - dependencies = [ |
| 275 | - "crossbeam-utils", |
| 276 | - ] |
| 277 | - |
| 278 | - [[package]] |
| 279 | - name = "crossbeam-deque" |
| 280 | - version = "0.8.6" |
| 281 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 282 | - checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
| 283 | - dependencies = [ |
| 284 | - "crossbeam-epoch", |
| 285 | - "crossbeam-utils", |
| 286 | - ] |
| 287 | - |
| 288 | - [[package]] |
| 289 | - name = "crossbeam-epoch" |
| 290 | - version = "0.9.18" |
| 291 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 292 | - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| 293 | - dependencies = [ |
| 294 | - "crossbeam-utils", |
| 295 | - ] |
| 296 | - |
| 297 | - [[package]] |
| 298 | - name = "crossbeam-utils" |
| 299 | - version = "0.8.21" |
| 300 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 301 | - checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 302 | - |
| 303 | - [[package]] |
| 304 | name = "crypto-common" |
| 305 | version = "0.1.6" |
| 306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 307 | @@ -821,7 +686,7 @@ dependencies = [ |
| 308 | "ident_case", |
| 309 | "proc-macro2", |
| 310 | "quote", |
| 311 | - "strsim 0.11.1", |
| 312 | + "strsim", |
| 313 | "syn", |
| 314 | ] |
| 315 | |
| 316 | @@ -837,17 +702,6 @@ dependencies = [ |
| 317 | ] |
| 318 | |
| 319 | [[package]] |
| 320 | - name = "dashmap" |
| 321 | - version = "4.0.2" |
| 322 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 323 | - checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c" |
| 324 | - dependencies = [ |
| 325 | - "cfg-if", |
| 326 | - "num_cpus", |
| 327 | - "serde", |
| 328 | - ] |
| 329 | - |
| 330 | - [[package]] |
| 331 | name = "deranged" |
| 332 | version = "0.4.0" |
| 333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 334 | @@ -925,26 +779,6 @@ dependencies = [ |
| 335 | ] |
| 336 | |
| 337 | [[package]] |
| 338 | - name = "dirs" |
| 339 | - version = "3.0.2" |
| 340 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 341 | - checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309" |
| 342 | - dependencies = [ |
| 343 | - "dirs-sys", |
| 344 | - ] |
| 345 | - |
| 346 | - [[package]] |
| 347 | - name = "dirs-sys" |
| 348 | - version = "0.3.7" |
| 349 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 350 | - checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" |
| 351 | - dependencies = [ |
| 352 | - "libc", |
| 353 | - "redox_users", |
| 354 | - "winapi", |
| 355 | - ] |
| 356 | - |
| 357 | - [[package]] |
| 358 | name = "displaydoc" |
| 359 | version = "0.2.5" |
| 360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 361 | @@ -971,12 +805,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 362 | checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" |
| 363 | |
| 364 | [[package]] |
| 365 | - name = "either" |
| 366 | - version = "1.15.0" |
| 367 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 368 | - checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 369 | - |
| 370 | - [[package]] |
| 371 | name = "encode_unicode" |
| 372 | version = "1.0.0" |
| 373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 374 | @@ -992,34 +820,12 @@ dependencies = [ |
| 375 | ] |
| 376 | |
| 377 | [[package]] |
| 378 | - name = "encoding_rs_io" |
| 379 | - version = "0.1.7" |
| 380 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 381 | - checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83" |
| 382 | - dependencies = [ |
| 383 | - "encoding_rs", |
| 384 | - ] |
| 385 | - |
| 386 | - [[package]] |
| 387 | name = "entities" |
| 388 | version = "1.0.1" |
| 389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 390 | checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca" |
| 391 | |
| 392 | [[package]] |
| 393 | - name = "env_logger" |
| 394 | - version = "0.8.4" |
| 395 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 396 | - checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" |
| 397 | - dependencies = [ |
| 398 | - "atty", |
| 399 | - "humantime", |
| 400 | - "log", |
| 401 | - "regex", |
| 402 | - "termcolor", |
| 403 | - ] |
| 404 | - |
| 405 | - [[package]] |
| 406 | name = "equivalent" |
| 407 | version = "1.0.2" |
| 408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 409 | @@ -1214,7 +1020,7 @@ version = "0.20.2" |
| 410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 411 | checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110" |
| 412 | dependencies = [ |
| 413 | - "bitflags 2.9.1", |
| 414 | + "bitflags", |
| 415 | "libc", |
| 416 | "libgit2-sys", |
| 417 | "log", |
| 418 | @@ -1222,60 +1028,6 @@ dependencies = [ |
| 419 | ] |
| 420 | |
| 421 | [[package]] |
| 422 | - name = "glob" |
| 423 | - version = "0.3.2" |
| 424 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 425 | - checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" |
| 426 | - |
| 427 | - [[package]] |
| 428 | - name = "globset" |
| 429 | - version = "0.4.16" |
| 430 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 431 | - checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5" |
| 432 | - dependencies = [ |
| 433 | - "aho-corasick 1.1.3", |
| 434 | - "bstr", |
| 435 | - "log", |
| 436 | - "regex-automata 0.4.9", |
| 437 | - "regex-syntax 0.8.5", |
| 438 | - ] |
| 439 | - |
| 440 | - [[package]] |
| 441 | - name = "globwalk" |
| 442 | - version = "0.9.1" |
| 443 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 444 | - checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" |
| 445 | - dependencies = [ |
| 446 | - "bitflags 2.9.1", |
| 447 | - "ignore", |
| 448 | - "walkdir", |
| 449 | - ] |
| 450 | - |
| 451 | - [[package]] |
| 452 | - name = "grep-matcher" |
| 453 | - version = "0.1.7" |
| 454 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 455 | - checksum = "47a3141a10a43acfedc7c98a60a834d7ba00dfe7bec9071cbfc19b55b292ac02" |
| 456 | - dependencies = [ |
| 457 | - "memchr", |
| 458 | - ] |
| 459 | - |
| 460 | - [[package]] |
| 461 | - name = "grep-searcher" |
| 462 | - version = "0.1.14" |
| 463 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 464 | - checksum = "b9b6c14b3fc2e0a107d6604d3231dec0509e691e62447104bc385a46a7892cda" |
| 465 | - dependencies = [ |
| 466 | - "bstr", |
| 467 | - "encoding_rs", |
| 468 | - "encoding_rs_io", |
| 469 | - "grep-matcher", |
| 470 | - "log", |
| 471 | - "memchr", |
| 472 | - "memmap2", |
| 473 | - ] |
| 474 | - |
| 475 | - [[package]] |
| 476 | name = "h2" |
| 477 | version = "0.4.11" |
| 478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 479 | @@ -1337,21 +1089,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 480 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 481 | |
| 482 | [[package]] |
| 483 | - name = "hermit-abi" |
| 484 | - version = "0.1.19" |
| 485 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 486 | - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
| 487 | - dependencies = [ |
| 488 | - "libc", |
| 489 | - ] |
| 490 | - |
| 491 | - [[package]] |
| 492 | - name = "hermit-abi" |
| 493 | - version = "0.5.2" |
| 494 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 495 | - checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 496 | - |
| 497 | - [[package]] |
| 498 | name = "hex" |
| 499 | version = "0.4.3" |
| 500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 501 | @@ -1404,21 +1141,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 502 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| 503 | |
| 504 | [[package]] |
| 505 | - name = "humansize" |
| 506 | - version = "2.1.3" |
| 507 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 508 | - checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" |
| 509 | - dependencies = [ |
| 510 | - "libm", |
| 511 | - ] |
| 512 | - |
| 513 | - [[package]] |
| 514 | - name = "humantime" |
| 515 | - version = "2.2.0" |
| 516 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 517 | - checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" |
| 518 | - |
| 519 | - [[package]] |
| 520 | name = "hyper" |
| 521 | version = "1.6.0" |
| 522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 523 | @@ -1635,42 +1357,6 @@ dependencies = [ |
| 524 | ] |
| 525 | |
| 526 | [[package]] |
| 527 | - name = "ignore" |
| 528 | - version = "0.4.23" |
| 529 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 530 | - checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b" |
| 531 | - dependencies = [ |
| 532 | - "crossbeam-deque", |
| 533 | - "globset", |
| 534 | - "log", |
| 535 | - "memchr", |
| 536 | - "regex-automata 0.4.9", |
| 537 | - "same-file", |
| 538 | - "walkdir", |
| 539 | - "winapi-util", |
| 540 | - ] |
| 541 | - |
| 542 | - [[package]] |
| 543 | - name = "include_dir" |
| 544 | - version = "0.7.4" |
| 545 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 546 | - checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" |
| 547 | - dependencies = [ |
| 548 | - "glob", |
| 549 | - "include_dir_macros", |
| 550 | - ] |
| 551 | - |
| 552 | - [[package]] |
| 553 | - name = "include_dir_macros" |
| 554 | - version = "0.7.4" |
| 555 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 556 | - checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" |
| 557 | - dependencies = [ |
| 558 | - "proc-macro2", |
| 559 | - "quote", |
| 560 | - ] |
| 561 | - |
| 562 | - [[package]] |
| 563 | name = "indexmap" |
| 564 | version = "1.9.3" |
| 565 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 566 | @@ -1693,21 +1379,12 @@ dependencies = [ |
| 567 | ] |
| 568 | |
| 569 | [[package]] |
| 570 | - name = "instant" |
| 571 | - version = "0.1.13" |
| 572 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 573 | - checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" |
| 574 | - dependencies = [ |
| 575 | - "cfg-if", |
| 576 | - ] |
| 577 | - |
| 578 | - [[package]] |
| 579 | name = "io-uring" |
| 580 | version = "0.7.9" |
| 581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 582 | checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4" |
| 583 | dependencies = [ |
| 584 | - "bitflags 2.9.1", |
| 585 | + "bitflags", |
| 586 | "cfg-if", |
| 587 | "libc", |
| 588 | ] |
| 589 | @@ -1816,22 +1493,6 @@ dependencies = [ |
| 590 | ] |
| 591 | |
| 592 | [[package]] |
| 593 | - name = "libm" |
| 594 | - version = "0.2.15" |
| 595 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 596 | - checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" |
| 597 | - |
| 598 | - [[package]] |
| 599 | - name = "libredox" |
| 600 | - version = "0.1.6" |
| 601 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 602 | - checksum = "4488594b9328dee448adb906d8b126d9b7deb7cf5c22161ee591610bb1be83c0" |
| 603 | - dependencies = [ |
| 604 | - "bitflags 2.9.1", |
| 605 | - "libc", |
| 606 | - ] |
| 607 | - |
| 608 | - [[package]] |
| 609 | name = "libz-sys" |
| 610 | version = "1.1.22" |
| 611 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 612 | @@ -1909,15 +1570,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 613 | checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" |
| 614 | |
| 615 | [[package]] |
| 616 | - name = "memmap2" |
| 617 | - version = "0.9.7" |
| 618 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 619 | - checksum = "483758ad303d734cec05e5c12b41d7e93e6a6390c5e9dae6bdeb7c1259012d28" |
| 620 | - dependencies = [ |
| 621 | - "libc", |
| 622 | - ] |
| 623 | - |
| 624 | - [[package]] |
| 625 | name = "mime" |
| 626 | version = "0.3.17" |
| 627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 628 | @@ -1982,7 +1634,7 @@ version = "0.30.1" |
| 629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 630 | checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" |
| 631 | dependencies = [ |
| 632 | - "bitflags 2.9.1", |
| 633 | + "bitflags", |
| 634 | "cfg-if", |
| 635 | "cfg_aliases", |
| 636 | "libc", |
| 637 | @@ -2005,16 +1657,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 638 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
| 639 | |
| 640 | [[package]] |
| 641 | - name = "num-format" |
| 642 | - version = "0.4.4" |
| 643 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 644 | - checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" |
| 645 | - dependencies = [ |
| 646 | - "arrayvec", |
| 647 | - "itoa", |
| 648 | - ] |
| 649 | - |
| 650 | - [[package]] |
| 651 | name = "num-traits" |
| 652 | version = "0.2.19" |
| 653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 654 | @@ -2024,16 +1666,6 @@ dependencies = [ |
| 655 | ] |
| 656 | |
| 657 | [[package]] |
| 658 | - name = "num_cpus" |
| 659 | - version = "1.17.0" |
| 660 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 661 | - checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" |
| 662 | - dependencies = [ |
| 663 | - "hermit-abi 0.5.2", |
| 664 | - "libc", |
| 665 | - ] |
| 666 | - |
| 667 | - [[package]] |
| 668 | name = "nutype" |
| 669 | version = "0.6.1" |
| 670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 671 | @@ -2097,7 +1729,7 @@ version = "0.10.73" |
| 672 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 673 | checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" |
| 674 | dependencies = [ |
| 675 | - "bitflags 2.9.1", |
| 676 | + "bitflags", |
| 677 | "cfg-if", |
| 678 | "foreign-types", |
| 679 | "libc", |
| 680 | @@ -2143,37 +1775,12 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
| 681 | |
| 682 | [[package]] |
| 683 | name = "parking_lot" |
| 684 | - version = "0.11.2" |
| 685 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 686 | - checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" |
| 687 | - dependencies = [ |
| 688 | - "instant", |
| 689 | - "lock_api", |
| 690 | - "parking_lot_core 0.8.6", |
| 691 | - ] |
| 692 | - |
| 693 | - [[package]] |
| 694 | - name = "parking_lot" |
| 695 | version = "0.12.4" |
| 696 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 697 | checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" |
| 698 | dependencies = [ |
| 699 | "lock_api", |
| 700 | - "parking_lot_core 0.9.11", |
| 701 | - ] |
| 702 | - |
| 703 | - [[package]] |
| 704 | - name = "parking_lot_core" |
| 705 | - version = "0.8.6" |
| 706 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 707 | - checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" |
| 708 | - dependencies = [ |
| 709 | - "cfg-if", |
| 710 | - "instant", |
| 711 | - "libc", |
| 712 | - "redox_syscall 0.2.16", |
| 713 | - "smallvec", |
| 714 | - "winapi", |
| 715 | + "parking_lot_core", |
| 716 | ] |
| 717 | |
| 718 | [[package]] |
| 719 | @@ -2184,109 +1791,18 @@ checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" |
| 720 | dependencies = [ |
| 721 | "cfg-if", |
| 722 | "libc", |
| 723 | - "redox_syscall 0.5.16", |
| 724 | + "redox_syscall", |
| 725 | "smallvec", |
| 726 | "windows-targets 0.52.6", |
| 727 | ] |
| 728 | |
| 729 | [[package]] |
| 730 | - name = "parse-zoneinfo" |
| 731 | - version = "0.3.1" |
| 732 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 733 | - checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24" |
| 734 | - dependencies = [ |
| 735 | - "regex", |
| 736 | - ] |
| 737 | - |
| 738 | - [[package]] |
| 739 | name = "percent-encoding" |
| 740 | version = "2.3.1" |
| 741 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 742 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
| 743 | |
| 744 | [[package]] |
| 745 | - name = "pest" |
| 746 | - version = "2.8.1" |
| 747 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 748 | - checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" |
| 749 | - dependencies = [ |
| 750 | - "memchr", |
| 751 | - "thiserror 2.0.12", |
| 752 | - "ucd-trie", |
| 753 | - ] |
| 754 | - |
| 755 | - [[package]] |
| 756 | - name = "pest_derive" |
| 757 | - version = "2.8.1" |
| 758 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 759 | - checksum = "bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc" |
| 760 | - dependencies = [ |
| 761 | - "pest", |
| 762 | - "pest_generator", |
| 763 | - ] |
| 764 | - |
| 765 | - [[package]] |
| 766 | - name = "pest_generator" |
| 767 | - version = "2.8.1" |
| 768 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 769 | - checksum = "87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966" |
| 770 | - dependencies = [ |
| 771 | - "pest", |
| 772 | - "pest_meta", |
| 773 | - "proc-macro2", |
| 774 | - "quote", |
| 775 | - "syn", |
| 776 | - ] |
| 777 | - |
| 778 | - [[package]] |
| 779 | - name = "pest_meta" |
| 780 | - version = "2.8.1" |
| 781 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 782 | - checksum = "edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5" |
| 783 | - dependencies = [ |
| 784 | - "pest", |
| 785 | - "sha2", |
| 786 | - ] |
| 787 | - |
| 788 | - [[package]] |
| 789 | - name = "phf" |
| 790 | - version = "0.11.3" |
| 791 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 792 | - checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" |
| 793 | - dependencies = [ |
| 794 | - "phf_shared", |
| 795 | - ] |
| 796 | - |
| 797 | - [[package]] |
| 798 | - name = "phf_codegen" |
| 799 | - version = "0.11.3" |
| 800 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 801 | - checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" |
| 802 | - dependencies = [ |
| 803 | - "phf_generator", |
| 804 | - "phf_shared", |
| 805 | - ] |
| 806 | - |
| 807 | - [[package]] |
| 808 | - name = "phf_generator" |
| 809 | - version = "0.11.3" |
| 810 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 811 | - checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" |
| 812 | - dependencies = [ |
| 813 | - "phf_shared", |
| 814 | - "rand 0.8.5", |
| 815 | - ] |
| 816 | - |
| 817 | - [[package]] |
| 818 | - name = "phf_shared" |
| 819 | - version = "0.11.3" |
| 820 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 821 | - checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" |
| 822 | - dependencies = [ |
| 823 | - "siphasher", |
| 824 | - ] |
| 825 | - |
| 826 | - [[package]] |
| 827 | name = "pin-project-lite" |
| 828 | version = "0.2.16" |
| 829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 830 | @@ -2365,7 +1881,7 @@ dependencies = [ |
| 831 | "ayllu_cmd", |
| 832 | "ayllu_config", |
| 833 | "ayllu_git", |
| 834 | - "clap 4.5.41", |
| 835 | + "clap", |
| 836 | "clap_complete", |
| 837 | "reqwest", |
| 838 | "serde", |
| 839 | @@ -2394,33 +1910,12 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 840 | |
| 841 | [[package]] |
| 842 | name = "rand" |
| 843 | - version = "0.8.5" |
| 844 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 845 | - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 846 | - dependencies = [ |
| 847 | - "libc", |
| 848 | - "rand_chacha 0.3.1", |
| 849 | - "rand_core 0.6.4", |
| 850 | - ] |
| 851 | - |
| 852 | - [[package]] |
| 853 | - name = "rand" |
| 854 | version = "0.9.2" |
| 855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 856 | checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
| 857 | dependencies = [ |
| 858 | - "rand_chacha 0.9.0", |
| 859 | - "rand_core 0.9.3", |
| 860 | - ] |
| 861 | - |
| 862 | - [[package]] |
| 863 | - name = "rand_chacha" |
| 864 | - version = "0.3.1" |
| 865 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 866 | - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 867 | - dependencies = [ |
| 868 | - "ppv-lite86", |
| 869 | - "rand_core 0.6.4", |
| 870 | + "rand_chacha", |
| 871 | + "rand_core", |
| 872 | ] |
| 873 | |
| 874 | [[package]] |
| 875 | @@ -2430,16 +1925,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 876 | checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| 877 | dependencies = [ |
| 878 | "ppv-lite86", |
| 879 | - "rand_core 0.9.3", |
| 880 | - ] |
| 881 | - |
| 882 | - [[package]] |
| 883 | - name = "rand_core" |
| 884 | - version = "0.6.4" |
| 885 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 886 | - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 887 | - dependencies = [ |
| 888 | - "getrandom 0.2.16", |
| 889 | + "rand_core", |
| 890 | ] |
| 891 | |
| 892 | [[package]] |
| 893 | @@ -2452,52 +1938,12 @@ dependencies = [ |
| 894 | ] |
| 895 | |
| 896 | [[package]] |
| 897 | - name = "rayon" |
| 898 | - version = "1.10.0" |
| 899 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 900 | - checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
| 901 | - dependencies = [ |
| 902 | - "either", |
| 903 | - "rayon-core", |
| 904 | - ] |
| 905 | - |
| 906 | - [[package]] |
| 907 | - name = "rayon-core" |
| 908 | - version = "1.12.1" |
| 909 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 910 | - checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
| 911 | - dependencies = [ |
| 912 | - "crossbeam-deque", |
| 913 | - "crossbeam-utils", |
| 914 | - ] |
| 915 | - |
| 916 | - [[package]] |
| 917 | - name = "redox_syscall" |
| 918 | - version = "0.2.16" |
| 919 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 920 | - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" |
| 921 | - dependencies = [ |
| 922 | - "bitflags 1.3.2", |
| 923 | - ] |
| 924 | - |
| 925 | - [[package]] |
| 926 | name = "redox_syscall" |
| 927 | version = "0.5.16" |
| 928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 929 | checksum = "7251471db004e509f4e75a62cca9435365b5ec7bcdff530d612ac7c87c44a792" |
| 930 | dependencies = [ |
| 931 | - "bitflags 2.9.1", |
| 932 | - ] |
| 933 | - |
| 934 | - [[package]] |
| 935 | - name = "redox_users" |
| 936 | - version = "0.4.6" |
| 937 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 938 | - checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" |
| 939 | - dependencies = [ |
| 940 | - "getrandom 0.2.16", |
| 941 | - "libredox", |
| 942 | - "thiserror 1.0.69", |
| 943 | + "bitflags", |
| 944 | ] |
| 945 | |
| 946 | [[package]] |
| 947 | @@ -2526,7 +1972,7 @@ version = "1.11.1" |
| 948 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 949 | checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
| 950 | dependencies = [ |
| 951 | - "aho-corasick 1.1.3", |
| 952 | + "aho-corasick", |
| 953 | "memchr", |
| 954 | "regex-automata 0.4.9", |
| 955 | "regex-syntax 0.8.5", |
| 956 | @@ -2547,7 +1993,7 @@ version = "0.4.9" |
| 957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 958 | checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" |
| 959 | dependencies = [ |
| 960 | - "aho-corasick 1.1.3", |
| 961 | + "aho-corasick", |
| 962 | "memchr", |
| 963 | "regex-syntax 0.8.5", |
| 964 | ] |
| 965 | @@ -2663,7 +2109,7 @@ version = "1.0.8" |
| 966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 967 | checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8" |
| 968 | dependencies = [ |
| 969 | - "bitflags 2.9.1", |
| 970 | + "bitflags", |
| 971 | "errno", |
| 972 | "libc", |
| 973 | "linux-raw-sys", |
| 974 | @@ -2716,15 +2162,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 975 | checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" |
| 976 | |
| 977 | [[package]] |
| 978 | - name = "same-file" |
| 979 | - version = "1.0.6" |
| 980 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 981 | - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 982 | - dependencies = [ |
| 983 | - "winapi-util", |
| 984 | - ] |
| 985 | - |
| 986 | - [[package]] |
| 987 | name = "schannel" |
| 988 | version = "0.1.27" |
| 989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 990 | @@ -2769,7 +2206,7 @@ version = "2.11.1" |
| 991 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 992 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" |
| 993 | dependencies = [ |
| 994 | - "bitflags 2.9.1", |
| 995 | + "bitflags", |
| 996 | "core-foundation", |
| 997 | "core-foundation-sys", |
| 998 | "libc", |
| 999 | @@ -2954,12 +2391,6 @@ dependencies = [ |
| 1000 | ] |
| 1001 | |
| 1002 | [[package]] |
| 1003 | - name = "siphasher" |
| 1004 | - version = "1.0.1" |
| 1005 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1006 | - checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" |
| 1007 | - |
| 1008 | - [[package]] |
| 1009 | name = "slab" |
| 1010 | version = "0.4.10" |
| 1011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1012 | @@ -3005,12 +2436,6 @@ checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520" |
| 1013 | |
| 1014 | [[package]] |
| 1015 | name = "strsim" |
| 1016 | - version = "0.8.0" |
| 1017 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1018 | - checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
| 1019 | - |
| 1020 | - [[package]] |
| 1021 | - name = "strsim" |
| 1022 | version = "0.11.1" |
| 1023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1024 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 1025 | @@ -3058,7 +2483,7 @@ version = "0.6.1" |
| 1026 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1027 | checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" |
| 1028 | dependencies = [ |
| 1029 | - "bitflags 2.9.1", |
| 1030 | + "bitflags", |
| 1031 | "core-foundation", |
| 1032 | "system-configuration-sys", |
| 1033 | ] |
| 1034 | @@ -3074,15 +2499,6 @@ dependencies = [ |
| 1035 | ] |
| 1036 | |
| 1037 | [[package]] |
| 1038 | - name = "tabwriter" |
| 1039 | - version = "1.4.1" |
| 1040 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1041 | - checksum = "fce91f2f0ec87dff7e6bcbbeb267439aa1188703003c6055193c821487400432" |
| 1042 | - dependencies = [ |
| 1043 | - "unicode-width 0.2.1", |
| 1044 | - ] |
| 1045 | - |
| 1046 | - [[package]] |
| 1047 | name = "tempfile" |
| 1048 | version = "3.20.0" |
| 1049 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1050 | @@ -3096,56 +2512,6 @@ dependencies = [ |
| 1051 | ] |
| 1052 | |
| 1053 | [[package]] |
| 1054 | - name = "tera" |
| 1055 | - version = "1.20.0" |
| 1056 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1057 | - checksum = "ab9d851b45e865f178319da0abdbfe6acbc4328759ff18dafc3a41c16b4cd2ee" |
| 1058 | - dependencies = [ |
| 1059 | - "chrono", |
| 1060 | - "chrono-tz", |
| 1061 | - "globwalk", |
| 1062 | - "humansize", |
| 1063 | - "lazy_static", |
| 1064 | - "percent-encoding", |
| 1065 | - "pest", |
| 1066 | - "pest_derive", |
| 1067 | - "rand 0.8.5", |
| 1068 | - "regex", |
| 1069 | - "serde", |
| 1070 | - "serde_json", |
| 1071 | - "slug", |
| 1072 | - "unic-segment", |
| 1073 | - ] |
| 1074 | - |
| 1075 | - [[package]] |
| 1076 | - name = "term_size" |
| 1077 | - version = "0.3.2" |
| 1078 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1079 | - checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9" |
| 1080 | - dependencies = [ |
| 1081 | - "libc", |
| 1082 | - "winapi", |
| 1083 | - ] |
| 1084 | - |
| 1085 | - [[package]] |
| 1086 | - name = "termcolor" |
| 1087 | - version = "1.4.1" |
| 1088 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1089 | - checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
| 1090 | - dependencies = [ |
| 1091 | - "winapi-util", |
| 1092 | - ] |
| 1093 | - |
| 1094 | - [[package]] |
| 1095 | - name = "textwrap" |
| 1096 | - version = "0.11.0" |
| 1097 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1098 | - checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
| 1099 | - dependencies = [ |
| 1100 | - "unicode-width 0.1.14", |
| 1101 | - ] |
| 1102 | - |
| 1103 | - [[package]] |
| 1104 | name = "thiserror" |
| 1105 | version = "1.0.69" |
| 1106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1107 | @@ -3258,34 +2624,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1108 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 1109 | |
| 1110 | [[package]] |
| 1111 | - name = "tokei" |
| 1112 | - version = "12.1.2" |
| 1113 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1114 | - checksum = "a41f915e075a8a98ad64a5f7be6b7cc1710fc835c5f07e4a3efcaeb013291c00" |
| 1115 | - dependencies = [ |
| 1116 | - "aho-corasick 0.7.20", |
| 1117 | - "clap 2.34.0", |
| 1118 | - "crossbeam-channel", |
| 1119 | - "dashmap", |
| 1120 | - "dirs", |
| 1121 | - "encoding_rs_io", |
| 1122 | - "env_logger", |
| 1123 | - "grep-searcher", |
| 1124 | - "ignore", |
| 1125 | - "log", |
| 1126 | - "num-format", |
| 1127 | - "once_cell", |
| 1128 | - "parking_lot 0.11.2", |
| 1129 | - "rayon", |
| 1130 | - "regex", |
| 1131 | - "serde", |
| 1132 | - "serde_json", |
| 1133 | - "tera", |
| 1134 | - "term_size", |
| 1135 | - "toml 0.5.11", |
| 1136 | - ] |
| 1137 | - |
| 1138 | - [[package]] |
| 1139 | name = "tokio" |
| 1140 | version = "1.47.0" |
| 1141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1142 | @@ -3296,7 +2634,7 @@ dependencies = [ |
| 1143 | "io-uring", |
| 1144 | "libc", |
| 1145 | "mio", |
| 1146 | - "parking_lot 0.12.4", |
| 1147 | + "parking_lot", |
| 1148 | "pin-project-lite", |
| 1149 | "signal-hook-registry", |
| 1150 | "slab", |
| 1151 | @@ -3363,15 +2701,6 @@ dependencies = [ |
| 1152 | |
| 1153 | [[package]] |
| 1154 | name = "toml" |
| 1155 | - version = "0.5.11" |
| 1156 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1157 | - checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
| 1158 | - dependencies = [ |
| 1159 | - "serde", |
| 1160 | - ] |
| 1161 | - |
| 1162 | - [[package]] |
| 1163 | - name = "toml" |
| 1164 | version = "0.8.23" |
| 1165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1166 | checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| 1167 | @@ -3433,7 +2762,7 @@ version = "0.6.6" |
| 1168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1169 | checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" |
| 1170 | dependencies = [ |
| 1171 | - "bitflags 2.9.1", |
| 1172 | + "bitflags", |
| 1173 | "bytes", |
| 1174 | "futures-util", |
| 1175 | "http", |
| 1176 | @@ -3571,62 +2900,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1177 | checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" |
| 1178 | |
| 1179 | [[package]] |
| 1180 | - name = "ucd-trie" |
| 1181 | - version = "0.1.7" |
| 1182 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1183 | - checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" |
| 1184 | - |
| 1185 | - [[package]] |
| 1186 | - name = "unic-char-property" |
| 1187 | - version = "0.9.0" |
| 1188 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1189 | - checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" |
| 1190 | - dependencies = [ |
| 1191 | - "unic-char-range", |
| 1192 | - ] |
| 1193 | - |
| 1194 | - [[package]] |
| 1195 | - name = "unic-char-range" |
| 1196 | - version = "0.9.0" |
| 1197 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1198 | - checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" |
| 1199 | - |
| 1200 | - [[package]] |
| 1201 | - name = "unic-common" |
| 1202 | - version = "0.9.0" |
| 1203 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1204 | - checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" |
| 1205 | - |
| 1206 | - [[package]] |
| 1207 | - name = "unic-segment" |
| 1208 | - version = "0.9.0" |
| 1209 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1210 | - checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23" |
| 1211 | - dependencies = [ |
| 1212 | - "unic-ucd-segment", |
| 1213 | - ] |
| 1214 | - |
| 1215 | - [[package]] |
| 1216 | - name = "unic-ucd-segment" |
| 1217 | - version = "0.9.0" |
| 1218 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1219 | - checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700" |
| 1220 | - dependencies = [ |
| 1221 | - "unic-char-property", |
| 1222 | - "unic-char-range", |
| 1223 | - "unic-ucd-version", |
| 1224 | - ] |
| 1225 | - |
| 1226 | - [[package]] |
| 1227 | - name = "unic-ucd-version" |
| 1228 | - version = "0.9.0" |
| 1229 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1230 | - checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" |
| 1231 | - dependencies = [ |
| 1232 | - "unic-common", |
| 1233 | - ] |
| 1234 | - |
| 1235 | - [[package]] |
| 1236 | name = "unicase" |
| 1237 | version = "2.8.1" |
| 1238 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1239 | @@ -3655,12 +2928,6 @@ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
| 1240 | |
| 1241 | [[package]] |
| 1242 | name = "unicode-width" |
| 1243 | - version = "0.1.14" |
| 1244 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1245 | - checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" |
| 1246 | - |
| 1247 | - [[package]] |
| 1248 | - name = "unicode-width" |
| 1249 | version = "0.2.1" |
| 1250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1251 | checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" |
| 1252 | @@ -3720,28 +2987,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1253 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 1254 | |
| 1255 | [[package]] |
| 1256 | - name = "vec_map" |
| 1257 | - version = "0.8.2" |
| 1258 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1259 | - checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
| 1260 | - |
| 1261 | - [[package]] |
| 1262 | name = "version_check" |
| 1263 | version = "0.9.5" |
| 1264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1265 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 1266 | |
| 1267 | [[package]] |
| 1268 | - name = "walkdir" |
| 1269 | - version = "2.5.0" |
| 1270 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1271 | - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 1272 | - dependencies = [ |
| 1273 | - "same-file", |
| 1274 | - "winapi-util", |
| 1275 | - ] |
| 1276 | - |
| 1277 | - [[package]] |
| 1278 | name = "want" |
| 1279 | version = "0.3.1" |
| 1280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1281 | @@ -3901,15 +3152,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1282 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 1283 | |
| 1284 | [[package]] |
| 1285 | - name = "winapi-util" |
| 1286 | - version = "0.1.9" |
| 1287 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1288 | - checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" |
| 1289 | - dependencies = [ |
| 1290 | - "windows-sys 0.59.0", |
| 1291 | - ] |
| 1292 | - |
| 1293 | - [[package]] |
| 1294 | name = "winapi-x86_64-pc-windows-gnu" |
| 1295 | version = "0.4.0" |
| 1296 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1297 | @@ -4155,7 +3397,7 @@ version = "0.39.0" |
| 1298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1299 | checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" |
| 1300 | dependencies = [ |
| 1301 | - "bitflags 2.9.1", |
| 1302 | + "bitflags", |
| 1303 | ] |
| 1304 | |
| 1305 | [[package]] |
| 1306 | @@ -4169,7 +3411,7 @@ name = "xtask" |
| 1307 | version = "0.1.0" |
| 1308 | dependencies = [ |
| 1309 | "ayllu_cmd", |
| 1310 | - "clap 4.5.41", |
| 1311 | + "clap", |
| 1312 | "clap_mangen", |
| 1313 | ] |
| 1314 | |
| 1315 | diff --git a/ayllu/Cargo.toml b/ayllu/Cargo.toml |
| 1316 | index 770dcf8..56139eb 100644 |
| 1317 | --- a/ayllu/Cargo.toml |
| 1318 | +++ b/ayllu/Cargo.toml |
| 1319 | @@ -31,19 +31,14 @@ tokio-util = { workspace = true } |
| 1320 | serde = { version = "1.0", features = ["derive"] } |
| 1321 | comrak = { version = "0.39.1", default-features = false } |
| 1322 | tree-sitter-highlight = "0.25.6" |
| 1323 | - tokei = "12.1.2" |
| 1324 | time = "0.3.41" |
| 1325 | - time-macros = "0.2.22" |
| 1326 | file-mode = "0.1.2" |
| 1327 | lazy_static = "1.5.0" |
| 1328 | mime_guess = "2.0.5" |
| 1329 | serde_json = "1.0.140" |
| 1330 | tree-sitter = "0.25.6" |
| 1331 | - tabwriter = "1.4.1" |
| 1332 | libloading = "0.8.8" |
| 1333 | rss = "2.0.12" |
| 1334 | - globwalk = "0.9.1" |
| 1335 | - anyhow = "1.0.98" |
| 1336 | axum = { version = "0.8.4", features = ["macros"] } |
| 1337 | axum-extra = { version = "0.10.1", features = ["cookie", "typed-header"] } |
| 1338 | tower-http = { version = "0.6.6", features = ["tracing", "add-extension", "trace", "normalize-path"] } |
| 1339 | @@ -52,15 +47,12 @@ tower = { version = "0.5.2", features = ["util", "timeout", "tracing"] } |
| 1340 | mime = "0.3.17" |
| 1341 | httparse = "1.10.1" |
| 1342 | headers = "0.4.1" |
| 1343 | - include_dir = { version = "0.7.4", features = ["glob"] } |
| 1344 | webfinger-rs = { version = "0.0.13", features = ["axum"] } |
| 1345 | - |
| 1346 | quick-xml = { version = "0.38.0", features = ["encoding"] } |
| 1347 | askama = { version = "0.14.0" } |
| 1348 | openssh-keys = "0.6.4" |
| 1349 | nix = { version = "0.30.1", default-features = false, features = ["user"] } |
| 1350 | |
| 1351 | [build-dependencies] |
| 1352 | - cc="*" |
| 1353 | rustc_version = "0.4.1" |
| 1354 | git2 = { workspace = true } |