| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "aho-corasick" |
| 7 | version = "1.1.4" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 10 | dependencies = [ |
| 11 | "memchr", |
| 12 | ] |
| 13 | |
| 14 | [[package]] |
| 15 | name = "android_system_properties" |
| 16 | version = "0.1.5" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 19 | dependencies = [ |
| 20 | "libc", |
| 21 | ] |
| 22 | |
| 23 | [[package]] |
| 24 | name = "anstream" |
| 25 | version = "1.0.0" |
| 26 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 27 | checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" |
| 28 | dependencies = [ |
| 29 | "anstyle", |
| 30 | "anstyle-parse", |
| 31 | "anstyle-query", |
| 32 | "anstyle-wincon", |
| 33 | "colorchoice", |
| 34 | "is_terminal_polyfill", |
| 35 | "utf8parse", |
| 36 | ] |
| 37 | |
| 38 | [[package]] |
| 39 | name = "anstyle" |
| 40 | version = "1.0.14" |
| 41 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 42 | checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" |
| 43 | |
| 44 | [[package]] |
| 45 | name = "anstyle-parse" |
| 46 | version = "1.0.0" |
| 47 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 48 | checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" |
| 49 | dependencies = [ |
| 50 | "utf8parse", |
| 51 | ] |
| 52 | |
| 53 | [[package]] |
| 54 | name = "anstyle-query" |
| 55 | version = "1.1.5" |
| 56 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 57 | checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| 58 | dependencies = [ |
| 59 | "windows-sys 0.61.2", |
| 60 | ] |
| 61 | |
| 62 | [[package]] |
| 63 | name = "anstyle-wincon" |
| 64 | version = "3.0.11" |
| 65 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 66 | checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| 67 | dependencies = [ |
| 68 | "anstyle", |
| 69 | "once_cell_polyfill", |
| 70 | "windows-sys 0.61.2", |
| 71 | ] |
| 72 | |
| 73 | [[package]] |
| 74 | name = "anyhow" |
| 75 | version = "1.0.102" |
| 76 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 77 | checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| 78 | |
| 79 | [[package]] |
| 80 | name = "askama" |
| 81 | version = "0.14.0" |
| 82 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 83 | checksum = "f75363874b771be265f4ffe307ca705ef6f3baa19011c149da8674a87f1b75c4" |
| 84 | dependencies = [ |
| 85 | "askama_derive", |
| 86 | "itoa", |
| 87 | "percent-encoding", |
| 88 | "serde", |
| 89 | "serde_json", |
| 90 | ] |
| 91 | |
| 92 | [[package]] |
| 93 | name = "askama_derive" |
| 94 | version = "0.14.0" |
| 95 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 96 | checksum = "129397200fe83088e8a68407a8e2b1f826cf0086b21ccdb866a722c8bcd3a94f" |
| 97 | dependencies = [ |
| 98 | "askama_parser", |
| 99 | "basic-toml", |
| 100 | "memchr", |
| 101 | "proc-macro2", |
| 102 | "quote", |
| 103 | "rustc-hash", |
| 104 | "serde", |
| 105 | "serde_derive", |
| 106 | "syn", |
| 107 | ] |
| 108 | |
| 109 | [[package]] |
| 110 | name = "askama_parser" |
| 111 | version = "0.14.0" |
| 112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 113 | checksum = "d6ab5630b3d5eaf232620167977f95eb51f3432fc76852328774afbd242d4358" |
| 114 | dependencies = [ |
| 115 | "memchr", |
| 116 | "serde", |
| 117 | "serde_derive", |
| 118 | "winnow 0.7.15", |
| 119 | ] |
| 120 | |
| 121 | [[package]] |
| 122 | name = "async-convert" |
| 123 | version = "1.0.0" |
| 124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 125 | checksum = "6d416feee97712e43152cd42874de162b8f9b77295b1c85e5d92725cc8310bae" |
| 126 | dependencies = [ |
| 127 | "async-trait", |
| 128 | ] |
| 129 | |
| 130 | [[package]] |
| 131 | name = "async-trait" |
| 132 | version = "0.1.89" |
| 133 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 134 | checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| 135 | dependencies = [ |
| 136 | "proc-macro2", |
| 137 | "quote", |
| 138 | "syn", |
| 139 | ] |
| 140 | |
| 141 | [[package]] |
| 142 | name = "atom_syndication" |
| 143 | version = "0.12.8" |
| 144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 145 | checksum = "39d8b8ef99e33deb2a51504888222225797f48bace2f0cab01975746a39c05bb" |
| 146 | dependencies = [ |
| 147 | "chrono", |
| 148 | "derive_builder", |
| 149 | "diligent-date-parser", |
| 150 | "quick-xml", |
| 151 | ] |
| 152 | |
| 153 | [[package]] |
| 154 | name = "atomic-waker" |
| 155 | version = "1.1.2" |
| 156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 157 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 158 | |
| 159 | [[package]] |
| 160 | name = "autocfg" |
| 161 | version = "1.5.0" |
| 162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 163 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 164 | |
| 165 | [[package]] |
| 166 | name = "aws-lc-rs" |
| 167 | version = "1.17.0" |
| 168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 169 | checksum = "5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00" |
| 170 | dependencies = [ |
| 171 | "aws-lc-sys", |
| 172 | "zeroize", |
| 173 | ] |
| 174 | |
| 175 | [[package]] |
| 176 | name = "aws-lc-sys" |
| 177 | version = "0.41.0" |
| 178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 179 | checksum = "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4" |
| 180 | dependencies = [ |
| 181 | "cc", |
| 182 | "cmake", |
| 183 | "dunce", |
| 184 | "fs_extra", |
| 185 | ] |
| 186 | |
| 187 | [[package]] |
| 188 | name = "axum" |
| 189 | version = "0.8.9" |
| 190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 191 | checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" |
| 192 | dependencies = [ |
| 193 | "axum-core", |
| 194 | "axum-macros", |
| 195 | "bytes", |
| 196 | "form_urlencoded", |
| 197 | "futures-util", |
| 198 | "http", |
| 199 | "http-body", |
| 200 | "http-body-util", |
| 201 | "hyper", |
| 202 | "hyper-util", |
| 203 | "itoa", |
| 204 | "matchit", |
| 205 | "memchr", |
| 206 | "mime", |
| 207 | "percent-encoding", |
| 208 | "pin-project-lite", |
| 209 | "serde_core", |
| 210 | "serde_json", |
| 211 | "serde_path_to_error", |
| 212 | "serde_urlencoded", |
| 213 | "sync_wrapper", |
| 214 | "tokio", |
| 215 | "tower", |
| 216 | "tower-layer", |
| 217 | "tower-service", |
| 218 | "tracing", |
| 219 | ] |
| 220 | |
| 221 | [[package]] |
| 222 | name = "axum-core" |
| 223 | version = "0.5.6" |
| 224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 225 | checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" |
| 226 | dependencies = [ |
| 227 | "bytes", |
| 228 | "futures-core", |
| 229 | "http", |
| 230 | "http-body", |
| 231 | "http-body-util", |
| 232 | "mime", |
| 233 | "pin-project-lite", |
| 234 | "sync_wrapper", |
| 235 | "tower-layer", |
| 236 | "tower-service", |
| 237 | "tracing", |
| 238 | ] |
| 239 | |
| 240 | [[package]] |
| 241 | name = "axum-extra" |
| 242 | version = "0.10.3" |
| 243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 244 | checksum = "9963ff19f40c6102c76756ef0a46004c0d58957d87259fc9208ff8441c12ab96" |
| 245 | dependencies = [ |
| 246 | "axum", |
| 247 | "axum-core", |
| 248 | "bytes", |
| 249 | "cookie", |
| 250 | "futures-util", |
| 251 | "headers", |
| 252 | "http", |
| 253 | "http-body", |
| 254 | "http-body-util", |
| 255 | "mime", |
| 256 | "pin-project-lite", |
| 257 | "rustversion", |
| 258 | "serde_core", |
| 259 | "tower-layer", |
| 260 | "tower-service", |
| 261 | "tracing", |
| 262 | ] |
| 263 | |
| 264 | [[package]] |
| 265 | name = "axum-extra" |
| 266 | version = "0.12.6" |
| 267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 268 | checksum = "be44683b41ccb9ab2d23a5230015c9c3c55be97a25e4428366de8873103f7970" |
| 269 | dependencies = [ |
| 270 | "axum-core", |
| 271 | "bytes", |
| 272 | "form_urlencoded", |
| 273 | "futures-core", |
| 274 | "futures-util", |
| 275 | "http", |
| 276 | "http-body", |
| 277 | "http-body-util", |
| 278 | "mime", |
| 279 | "pin-project-lite", |
| 280 | "serde_core", |
| 281 | "serde_html_form", |
| 282 | "serde_path_to_error", |
| 283 | "tower-layer", |
| 284 | "tower-service", |
| 285 | ] |
| 286 | |
| 287 | [[package]] |
| 288 | name = "axum-macros" |
| 289 | version = "0.5.1" |
| 290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 291 | checksum = "7aa268c23bfbbd2c4363b9cd302a4f504fb2a9dfe7e3451d66f35dd392e20aca" |
| 292 | dependencies = [ |
| 293 | "proc-macro2", |
| 294 | "quote", |
| 295 | "syn", |
| 296 | ] |
| 297 | |
| 298 | [[package]] |
| 299 | name = "ayllu-build" |
| 300 | version = "0.5.0" |
| 301 | dependencies = [ |
| 302 | "ayllu_api", |
| 303 | "ayllu_cmd", |
| 304 | "ayllu_config", |
| 305 | "ayllu_database", |
| 306 | "ayllu_git", |
| 307 | "ayllu_logging", |
| 308 | "base16ct", |
| 309 | "bytes", |
| 310 | "derive_builder", |
| 311 | "nix 0.31.3", |
| 312 | "oci-spec 0.9.0", |
| 313 | "petgraph", |
| 314 | "runc", |
| 315 | "serde", |
| 316 | "serde_json", |
| 317 | "sha2 0.11.0", |
| 318 | "tabled 0.20.0", |
| 319 | "tar", |
| 320 | "tempfile", |
| 321 | "thiserror 2.0.18", |
| 322 | "time", |
| 323 | "tracing", |
| 324 | "walkdir", |
| 325 | ] |
| 326 | |
| 327 | [[package]] |
| 328 | name = "ayllu-dispatch" |
| 329 | version = "0.1.0" |
| 330 | dependencies = [ |
| 331 | "ayllu_cmd", |
| 332 | "ayllu_config", |
| 333 | "ayllu_database", |
| 334 | "ayllu_git", |
| 335 | "ayllu_identity", |
| 336 | "ayllu_logging", |
| 337 | "derive_builder", |
| 338 | "reqwest", |
| 339 | "serde", |
| 340 | "thiserror 2.0.18", |
| 341 | "tracing", |
| 342 | "url", |
| 343 | ] |
| 344 | |
| 345 | [[package]] |
| 346 | name = "ayllu-keys" |
| 347 | version = "0.5.0" |
| 348 | dependencies = [ |
| 349 | "ayllu_cmd", |
| 350 | "ayllu_config", |
| 351 | "ayllu_identity", |
| 352 | "serde", |
| 353 | ] |
| 354 | |
| 355 | [[package]] |
| 356 | name = "ayllu-migrate" |
| 357 | version = "0.5.0" |
| 358 | dependencies = [ |
| 359 | "ayllu_cmd", |
| 360 | "ayllu_config", |
| 361 | "ayllu_database", |
| 362 | "ayllu_logging", |
| 363 | "serde", |
| 364 | "tokio", |
| 365 | "tracing", |
| 366 | ] |
| 367 | |
| 368 | [[package]] |
| 369 | name = "ayllu-shell" |
| 370 | version = "0.5.0" |
| 371 | dependencies = [ |
| 372 | "ayllu_cmd", |
| 373 | "ayllu_config", |
| 374 | "ayllu_database", |
| 375 | "ayllu_git", |
| 376 | "ayllu_identity", |
| 377 | "console", |
| 378 | "derive_builder", |
| 379 | "dialoguer", |
| 380 | "serde", |
| 381 | "thiserror 2.0.18", |
| 382 | ] |
| 383 | |
| 384 | [[package]] |
| 385 | name = "ayllu-web" |
| 386 | version = "0.5.0" |
| 387 | dependencies = [ |
| 388 | "askama", |
| 389 | "axum", |
| 390 | "axum-extra 0.10.3", |
| 391 | "ayllu_api", |
| 392 | "ayllu_cmd", |
| 393 | "ayllu_config", |
| 394 | "ayllu_database", |
| 395 | "ayllu_git", |
| 396 | "ayllu_identity", |
| 397 | "bytes", |
| 398 | "comrak", |
| 399 | "const-css-minify", |
| 400 | "derive_builder", |
| 401 | "file-mode", |
| 402 | "futures", |
| 403 | "git2", |
| 404 | "headers", |
| 405 | "httparse", |
| 406 | "include_dir", |
| 407 | "layout-rs", |
| 408 | "lazy_static", |
| 409 | "libloading", |
| 410 | "mime", |
| 411 | "mime_guess", |
| 412 | "petgraph", |
| 413 | "rss", |
| 414 | "rustc_version", |
| 415 | "serde", |
| 416 | "serde_json", |
| 417 | "table_to_html", |
| 418 | "tabled 0.20.0", |
| 419 | "tempfile", |
| 420 | "thiserror 2.0.18", |
| 421 | "time", |
| 422 | "timeutil", |
| 423 | "tokio", |
| 424 | "tokio-stream", |
| 425 | "tokio-util", |
| 426 | "tower", |
| 427 | "tower-http", |
| 428 | "tracing", |
| 429 | "tracing-subscriber", |
| 430 | "tree-sitter", |
| 431 | "tree-sitter-highlight", |
| 432 | "url", |
| 433 | "webfinger-rs", |
| 434 | ] |
| 435 | |
| 436 | [[package]] |
| 437 | name = "ayllu_api" |
| 438 | version = "0.5.0" |
| 439 | dependencies = [ |
| 440 | "serde", |
| 441 | "thiserror 2.0.18", |
| 442 | ] |
| 443 | |
| 444 | [[package]] |
| 445 | name = "ayllu_cmd" |
| 446 | version = "0.5.0" |
| 447 | dependencies = [ |
| 448 | "ayllu_config", |
| 449 | "clap", |
| 450 | "tracing", |
| 451 | "url", |
| 452 | ] |
| 453 | |
| 454 | [[package]] |
| 455 | name = "ayllu_config" |
| 456 | version = "0.5.0" |
| 457 | dependencies = [ |
| 458 | "clap", |
| 459 | "serde", |
| 460 | "serde_json", |
| 461 | "tempfile", |
| 462 | "thiserror 2.0.18", |
| 463 | "toml 0.8.23", |
| 464 | "url", |
| 465 | ] |
| 466 | |
| 467 | [[package]] |
| 468 | name = "ayllu_database" |
| 469 | version = "0.5.0" |
| 470 | dependencies = [ |
| 471 | "derive_builder", |
| 472 | "diesel", |
| 473 | "diesel_migrations", |
| 474 | "rusqlite", |
| 475 | "serde", |
| 476 | "serde_json", |
| 477 | "tabled 0.20.0", |
| 478 | "tempfile", |
| 479 | "thiserror 2.0.18", |
| 480 | "timeutil", |
| 481 | "tracing", |
| 482 | ] |
| 483 | |
| 484 | [[package]] |
| 485 | name = "ayllu_git" |
| 486 | version = "0.5.0" |
| 487 | dependencies = [ |
| 488 | "git2", |
| 489 | "rand", |
| 490 | "serde", |
| 491 | "tempfile", |
| 492 | "tokio", |
| 493 | "tracing", |
| 494 | ] |
| 495 | |
| 496 | [[package]] |
| 497 | name = "ayllu_identity" |
| 498 | version = "0.5.0" |
| 499 | dependencies = [ |
| 500 | "openssh-keys", |
| 501 | "serde", |
| 502 | "url", |
| 503 | ] |
| 504 | |
| 505 | [[package]] |
| 506 | name = "ayllu_logging" |
| 507 | version = "0.5.0" |
| 508 | dependencies = [ |
| 509 | "tracing", |
| 510 | "tracing-subscriber", |
| 511 | ] |
| 512 | |
| 513 | [[package]] |
| 514 | name = "base16ct" |
| 515 | version = "1.0.0" |
| 516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 517 | checksum = "fd307490d624467aa6f74b0eabb77633d1f758a7b25f12bceb0b22e08d9726f6" |
| 518 | |
| 519 | [[package]] |
| 520 | name = "base64" |
| 521 | version = "0.21.7" |
| 522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 523 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
| 524 | |
| 525 | [[package]] |
| 526 | name = "base64" |
| 527 | version = "0.22.1" |
| 528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 529 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 530 | |
| 531 | [[package]] |
| 532 | name = "basic-toml" |
| 533 | version = "0.1.10" |
| 534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 535 | checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a" |
| 536 | dependencies = [ |
| 537 | "serde", |
| 538 | ] |
| 539 | |
| 540 | [[package]] |
| 541 | name = "bitflags" |
| 542 | version = "2.11.1" |
| 543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 544 | checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" |
| 545 | |
| 546 | [[package]] |
| 547 | name = "block-buffer" |
| 548 | version = "0.10.4" |
| 549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 550 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 551 | dependencies = [ |
| 552 | "generic-array", |
| 553 | ] |
| 554 | |
| 555 | [[package]] |
| 556 | name = "block-buffer" |
| 557 | version = "0.12.0" |
| 558 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 559 | checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be" |
| 560 | dependencies = [ |
| 561 | "hybrid-array", |
| 562 | ] |
| 563 | |
| 564 | [[package]] |
| 565 | name = "bs58" |
| 566 | version = "0.5.1" |
| 567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 568 | checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" |
| 569 | dependencies = [ |
| 570 | "tinyvec", |
| 571 | ] |
| 572 | |
| 573 | [[package]] |
| 574 | name = "bumpalo" |
| 575 | version = "3.20.2" |
| 576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 577 | checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" |
| 578 | |
| 579 | [[package]] |
| 580 | name = "bytecount" |
| 581 | version = "0.6.9" |
| 582 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 583 | checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e" |
| 584 | |
| 585 | [[package]] |
| 586 | name = "byteorder" |
| 587 | version = "1.5.0" |
| 588 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 589 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 590 | |
| 591 | [[package]] |
| 592 | name = "bytes" |
| 593 | version = "1.11.1" |
| 594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 595 | checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 596 | |
| 597 | [[package]] |
| 598 | name = "caseless" |
| 599 | version = "0.2.2" |
| 600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 601 | checksum = "8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8" |
| 602 | dependencies = [ |
| 603 | "unicode-normalization", |
| 604 | ] |
| 605 | |
| 606 | [[package]] |
| 607 | name = "cc" |
| 608 | version = "1.2.62" |
| 609 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 610 | checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98" |
| 611 | dependencies = [ |
| 612 | "find-msvc-tools", |
| 613 | "jobserver", |
| 614 | "libc", |
| 615 | "shlex", |
| 616 | ] |
| 617 | |
| 618 | [[package]] |
| 619 | name = "cfg-if" |
| 620 | version = "1.0.4" |
| 621 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 622 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 623 | |
| 624 | [[package]] |
| 625 | name = "cfg_aliases" |
| 626 | version = "0.2.1" |
| 627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 628 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| 629 | |
| 630 | [[package]] |
| 631 | name = "chrono" |
| 632 | version = "0.4.44" |
| 633 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 634 | checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" |
| 635 | dependencies = [ |
| 636 | "iana-time-zone", |
| 637 | "num-traits", |
| 638 | "serde", |
| 639 | "windows-link", |
| 640 | ] |
| 641 | |
| 642 | [[package]] |
| 643 | name = "clap" |
| 644 | version = "4.6.1" |
| 645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 646 | checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" |
| 647 | dependencies = [ |
| 648 | "clap_builder", |
| 649 | "clap_derive", |
| 650 | ] |
| 651 | |
| 652 | [[package]] |
| 653 | name = "clap_builder" |
| 654 | version = "4.6.0" |
| 655 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 656 | checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" |
| 657 | dependencies = [ |
| 658 | "anstream", |
| 659 | "anstyle", |
| 660 | "clap_lex", |
| 661 | "strsim", |
| 662 | ] |
| 663 | |
| 664 | [[package]] |
| 665 | name = "clap_complete" |
| 666 | version = "4.6.5" |
| 667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 668 | checksum = "e0a7a9bfdb35811f9e59832f0f05975114d2251b415fb534108e6f34060fd772" |
| 669 | dependencies = [ |
| 670 | "clap", |
| 671 | ] |
| 672 | |
| 673 | [[package]] |
| 674 | name = "clap_derive" |
| 675 | version = "4.6.1" |
| 676 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 677 | checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9" |
| 678 | dependencies = [ |
| 679 | "heck", |
| 680 | "proc-macro2", |
| 681 | "quote", |
| 682 | "syn", |
| 683 | ] |
| 684 | |
| 685 | [[package]] |
| 686 | name = "clap_lex" |
| 687 | version = "1.1.0" |
| 688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 689 | checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" |
| 690 | |
| 691 | [[package]] |
| 692 | name = "clap_mangen" |
| 693 | version = "0.2.33" |
| 694 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 695 | checksum = "7e30ffc187e2e3aeafcd1c6e2aa416e29739454c0ccaa419226d5ecd181f2d78" |
| 696 | dependencies = [ |
| 697 | "clap", |
| 698 | "roff", |
| 699 | ] |
| 700 | |
| 701 | [[package]] |
| 702 | name = "cmake" |
| 703 | version = "0.1.58" |
| 704 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 705 | checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" |
| 706 | dependencies = [ |
| 707 | "cc", |
| 708 | ] |
| 709 | |
| 710 | [[package]] |
| 711 | name = "colorchoice" |
| 712 | version = "1.0.5" |
| 713 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 714 | checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" |
| 715 | |
| 716 | [[package]] |
| 717 | name = "combine" |
| 718 | version = "4.6.7" |
| 719 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 720 | checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" |
| 721 | dependencies = [ |
| 722 | "bytes", |
| 723 | "memchr", |
| 724 | ] |
| 725 | |
| 726 | [[package]] |
| 727 | name = "comrak" |
| 728 | version = "0.39.1" |
| 729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 730 | checksum = "2fefab951771fc3beeed0773ce66a4f7b706273fc6c4c95b08dd1615744abcf5" |
| 731 | dependencies = [ |
| 732 | "caseless", |
| 733 | "entities", |
| 734 | "memchr", |
| 735 | "slug", |
| 736 | "typed-arena", |
| 737 | "unicode_categories", |
| 738 | ] |
| 739 | |
| 740 | [[package]] |
| 741 | name = "console" |
| 742 | version = "0.16.3" |
| 743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 744 | checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87" |
| 745 | dependencies = [ |
| 746 | "encode_unicode", |
| 747 | "libc", |
| 748 | "unicode-width", |
| 749 | "windows-sys 0.61.2", |
| 750 | ] |
| 751 | |
| 752 | [[package]] |
| 753 | name = "const-css-minify" |
| 754 | version = "1.0.0" |
| 755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 756 | checksum = "cb16320721f6441f979feff82c8b4fe789a5423f48e4e724d124211c44be43af" |
| 757 | |
| 758 | [[package]] |
| 759 | name = "const-oid" |
| 760 | version = "0.10.2" |
| 761 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 762 | checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" |
| 763 | |
| 764 | [[package]] |
| 765 | name = "const_format" |
| 766 | version = "0.2.36" |
| 767 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 768 | checksum = "4481a617ad9a412be3b97c5d403fef8ed023103368908b9c50af598ff467cc1e" |
| 769 | dependencies = [ |
| 770 | "const_format_proc_macros", |
| 771 | "konst", |
| 772 | ] |
| 773 | |
| 774 | [[package]] |
| 775 | name = "const_format_proc_macros" |
| 776 | version = "0.2.34" |
| 777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 778 | checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744" |
| 779 | dependencies = [ |
| 780 | "proc-macro2", |
| 781 | "quote", |
| 782 | "unicode-xid", |
| 783 | ] |
| 784 | |
| 785 | [[package]] |
| 786 | name = "convert_case" |
| 787 | version = "0.6.0" |
| 788 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 789 | checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" |
| 790 | dependencies = [ |
| 791 | "unicode-segmentation", |
| 792 | ] |
| 793 | |
| 794 | [[package]] |
| 795 | name = "cookie" |
| 796 | version = "0.18.1" |
| 797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 798 | checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" |
| 799 | dependencies = [ |
| 800 | "percent-encoding", |
| 801 | "time", |
| 802 | "version_check", |
| 803 | ] |
| 804 | |
| 805 | [[package]] |
| 806 | name = "core-foundation" |
| 807 | version = "0.10.1" |
| 808 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 809 | checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| 810 | dependencies = [ |
| 811 | "core-foundation-sys", |
| 812 | "libc", |
| 813 | ] |
| 814 | |
| 815 | [[package]] |
| 816 | name = "core-foundation-sys" |
| 817 | version = "0.8.7" |
| 818 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 819 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 820 | |
| 821 | [[package]] |
| 822 | name = "cpufeatures" |
| 823 | version = "0.2.17" |
| 824 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 825 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 826 | dependencies = [ |
| 827 | "libc", |
| 828 | ] |
| 829 | |
| 830 | [[package]] |
| 831 | name = "cpufeatures" |
| 832 | version = "0.3.0" |
| 833 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 834 | checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" |
| 835 | dependencies = [ |
| 836 | "libc", |
| 837 | ] |
| 838 | |
| 839 | [[package]] |
| 840 | name = "crypto-common" |
| 841 | version = "0.1.7" |
| 842 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 843 | checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 844 | dependencies = [ |
| 845 | "generic-array", |
| 846 | "typenum", |
| 847 | ] |
| 848 | |
| 849 | [[package]] |
| 850 | name = "crypto-common" |
| 851 | version = "0.2.2" |
| 852 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 853 | checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453" |
| 854 | dependencies = [ |
| 855 | "hybrid-array", |
| 856 | ] |
| 857 | |
| 858 | [[package]] |
| 859 | name = "darling" |
| 860 | version = "0.20.11" |
| 861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 862 | checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" |
| 863 | dependencies = [ |
| 864 | "darling_core 0.20.11", |
| 865 | "darling_macro 0.20.11", |
| 866 | ] |
| 867 | |
| 868 | [[package]] |
| 869 | name = "darling" |
| 870 | version = "0.21.3" |
| 871 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 872 | checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" |
| 873 | dependencies = [ |
| 874 | "darling_core 0.21.3", |
| 875 | "darling_macro 0.21.3", |
| 876 | ] |
| 877 | |
| 878 | [[package]] |
| 879 | name = "darling" |
| 880 | version = "0.23.0" |
| 881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 882 | checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" |
| 883 | dependencies = [ |
| 884 | "darling_core 0.23.0", |
| 885 | "darling_macro 0.23.0", |
| 886 | ] |
| 887 | |
| 888 | [[package]] |
| 889 | name = "darling_core" |
| 890 | version = "0.20.11" |
| 891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 892 | checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" |
| 893 | dependencies = [ |
| 894 | "fnv", |
| 895 | "ident_case", |
| 896 | "proc-macro2", |
| 897 | "quote", |
| 898 | "strsim", |
| 899 | "syn", |
| 900 | ] |
| 901 | |
| 902 | [[package]] |
| 903 | name = "darling_core" |
| 904 | version = "0.21.3" |
| 905 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 906 | checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" |
| 907 | dependencies = [ |
| 908 | "fnv", |
| 909 | "ident_case", |
| 910 | "proc-macro2", |
| 911 | "quote", |
| 912 | "strsim", |
| 913 | "syn", |
| 914 | ] |
| 915 | |
| 916 | [[package]] |
| 917 | name = "darling_core" |
| 918 | version = "0.23.0" |
| 919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 920 | checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" |
| 921 | dependencies = [ |
| 922 | "ident_case", |
| 923 | "proc-macro2", |
| 924 | "quote", |
| 925 | "strsim", |
| 926 | "syn", |
| 927 | ] |
| 928 | |
| 929 | [[package]] |
| 930 | name = "darling_macro" |
| 931 | version = "0.20.11" |
| 932 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 933 | checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" |
| 934 | dependencies = [ |
| 935 | "darling_core 0.20.11", |
| 936 | "quote", |
| 937 | "syn", |
| 938 | ] |
| 939 | |
| 940 | [[package]] |
| 941 | name = "darling_macro" |
| 942 | version = "0.21.3" |
| 943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 944 | checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" |
| 945 | dependencies = [ |
| 946 | "darling_core 0.21.3", |
| 947 | "quote", |
| 948 | "syn", |
| 949 | ] |
| 950 | |
| 951 | [[package]] |
| 952 | name = "darling_macro" |
| 953 | version = "0.23.0" |
| 954 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 955 | checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" |
| 956 | dependencies = [ |
| 957 | "darling_core 0.23.0", |
| 958 | "quote", |
| 959 | "syn", |
| 960 | ] |
| 961 | |
| 962 | [[package]] |
| 963 | name = "deranged" |
| 964 | version = "0.5.8" |
| 965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 966 | checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" |
| 967 | dependencies = [ |
| 968 | "powerfmt", |
| 969 | "serde_core", |
| 970 | ] |
| 971 | |
| 972 | [[package]] |
| 973 | name = "derive_builder" |
| 974 | version = "0.20.2" |
| 975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 976 | checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" |
| 977 | dependencies = [ |
| 978 | "derive_builder_macro", |
| 979 | ] |
| 980 | |
| 981 | [[package]] |
| 982 | name = "derive_builder_core" |
| 983 | version = "0.20.2" |
| 984 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 985 | checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" |
| 986 | dependencies = [ |
| 987 | "darling 0.20.11", |
| 988 | "proc-macro2", |
| 989 | "quote", |
| 990 | "syn", |
| 991 | ] |
| 992 | |
| 993 | [[package]] |
| 994 | name = "derive_builder_macro" |
| 995 | version = "0.20.2" |
| 996 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 997 | checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" |
| 998 | dependencies = [ |
| 999 | "derive_builder_core", |
| 1000 | "syn", |
| 1001 | ] |
| 1002 | |
| 1003 | [[package]] |
| 1004 | name = "deunicode" |
| 1005 | version = "1.6.2" |
| 1006 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1007 | checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04" |
| 1008 | |
| 1009 | [[package]] |
| 1010 | name = "dialoguer" |
| 1011 | version = "0.12.0" |
| 1012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1013 | checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96" |
| 1014 | dependencies = [ |
| 1015 | "console", |
| 1016 | "shell-words", |
| 1017 | ] |
| 1018 | |
| 1019 | [[package]] |
| 1020 | name = "diesel" |
| 1021 | version = "2.3.9" |
| 1022 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1023 | checksum = "9940fb8467a0a06312218ed384185cb8536aa10d8ec017d0ce7fad2c1bd882d5" |
| 1024 | dependencies = [ |
| 1025 | "diesel_derives", |
| 1026 | "downcast-rs", |
| 1027 | "libsqlite3-sys", |
| 1028 | "sqlite-wasm-rs", |
| 1029 | "time", |
| 1030 | ] |
| 1031 | |
| 1032 | [[package]] |
| 1033 | name = "diesel_derives" |
| 1034 | version = "2.3.9" |
| 1035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1036 | checksum = "d1817b7f4279b947fc4cafddec12b0e5f8727141706561ce3ac94a60bddd1cf5" |
| 1037 | dependencies = [ |
| 1038 | "diesel_table_macro_syntax", |
| 1039 | "dsl_auto_type", |
| 1040 | "proc-macro2", |
| 1041 | "quote", |
| 1042 | "syn", |
| 1043 | ] |
| 1044 | |
| 1045 | [[package]] |
| 1046 | name = "diesel_migrations" |
| 1047 | version = "2.3.2" |
| 1048 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1049 | checksum = "28d0f4a98124ba6d4ca75da535f65984badec16a003b6e2f94a01e31a79490b8" |
| 1050 | dependencies = [ |
| 1051 | "diesel", |
| 1052 | "migrations_internals", |
| 1053 | "migrations_macros", |
| 1054 | ] |
| 1055 | |
| 1056 | [[package]] |
| 1057 | name = "diesel_table_macro_syntax" |
| 1058 | version = "0.3.0" |
| 1059 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1060 | checksum = "fe2444076b48641147115697648dc743c2c00b61adade0f01ce67133c7babe8c" |
| 1061 | dependencies = [ |
| 1062 | "syn", |
| 1063 | ] |
| 1064 | |
| 1065 | [[package]] |
| 1066 | name = "digest" |
| 1067 | version = "0.10.7" |
| 1068 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1069 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 1070 | dependencies = [ |
| 1071 | "block-buffer 0.10.4", |
| 1072 | "crypto-common 0.1.7", |
| 1073 | ] |
| 1074 | |
| 1075 | [[package]] |
| 1076 | name = "digest" |
| 1077 | version = "0.11.3" |
| 1078 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1079 | checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2" |
| 1080 | dependencies = [ |
| 1081 | "block-buffer 0.12.0", |
| 1082 | "const-oid", |
| 1083 | "crypto-common 0.2.2", |
| 1084 | ] |
| 1085 | |
| 1086 | [[package]] |
| 1087 | name = "diligent-date-parser" |
| 1088 | version = "0.1.5" |
| 1089 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1090 | checksum = "c8ede7d79366f419921e2e2f67889c12125726692a313bffb474bd5f37a581e9" |
| 1091 | dependencies = [ |
| 1092 | "chrono", |
| 1093 | ] |
| 1094 | |
| 1095 | [[package]] |
| 1096 | name = "displaydoc" |
| 1097 | version = "0.2.5" |
| 1098 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1099 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| 1100 | dependencies = [ |
| 1101 | "proc-macro2", |
| 1102 | "quote", |
| 1103 | "syn", |
| 1104 | ] |
| 1105 | |
| 1106 | [[package]] |
| 1107 | name = "downcast-rs" |
| 1108 | version = "2.0.2" |
| 1109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1110 | checksum = "117240f60069e65410b3ae1bb213295bd828f707b5bec6596a1afc8793ce0cbc" |
| 1111 | |
| 1112 | [[package]] |
| 1113 | name = "dsl_auto_type" |
| 1114 | version = "0.2.0" |
| 1115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1116 | checksum = "dd122633e4bef06db27737f21d3738fb89c8f6d5360d6d9d7635dda142a7757e" |
| 1117 | dependencies = [ |
| 1118 | "darling 0.21.3", |
| 1119 | "either", |
| 1120 | "heck", |
| 1121 | "proc-macro2", |
| 1122 | "quote", |
| 1123 | "syn", |
| 1124 | ] |
| 1125 | |
| 1126 | [[package]] |
| 1127 | name = "dunce" |
| 1128 | version = "1.0.5" |
| 1129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1130 | checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
| 1131 | |
| 1132 | [[package]] |
| 1133 | name = "dyn-clone" |
| 1134 | version = "1.0.20" |
| 1135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1136 | checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" |
| 1137 | |
| 1138 | [[package]] |
| 1139 | name = "either" |
| 1140 | version = "1.15.0" |
| 1141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1142 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 1143 | |
| 1144 | [[package]] |
| 1145 | name = "encode_unicode" |
| 1146 | version = "1.0.0" |
| 1147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1148 | checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" |
| 1149 | |
| 1150 | [[package]] |
| 1151 | name = "encoding_rs" |
| 1152 | version = "0.8.35" |
| 1153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1154 | checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
| 1155 | dependencies = [ |
| 1156 | "cfg-if", |
| 1157 | ] |
| 1158 | |
| 1159 | [[package]] |
| 1160 | name = "entities" |
| 1161 | version = "1.0.1" |
| 1162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1163 | checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca" |
| 1164 | |
| 1165 | [[package]] |
| 1166 | name = "equivalent" |
| 1167 | version = "1.0.2" |
| 1168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1169 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 1170 | |
| 1171 | [[package]] |
| 1172 | name = "errno" |
| 1173 | version = "0.3.14" |
| 1174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1175 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 1176 | dependencies = [ |
| 1177 | "libc", |
| 1178 | "windows-sys 0.61.2", |
| 1179 | ] |
| 1180 | |
| 1181 | [[package]] |
| 1182 | name = "fallible-iterator" |
| 1183 | version = "0.3.0" |
| 1184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1185 | checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" |
| 1186 | |
| 1187 | [[package]] |
| 1188 | name = "fallible-streaming-iterator" |
| 1189 | version = "0.1.9" |
| 1190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1191 | checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" |
| 1192 | |
| 1193 | [[package]] |
| 1194 | name = "fastrand" |
| 1195 | version = "2.4.1" |
| 1196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1197 | checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" |
| 1198 | |
| 1199 | [[package]] |
| 1200 | name = "file-mode" |
| 1201 | version = "0.1.2" |
| 1202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1203 | checksum = "773ea145485772b8d354624b32adbe20e776353d3e48c7b03ef44e3455e9815c" |
| 1204 | dependencies = [ |
| 1205 | "libc", |
| 1206 | ] |
| 1207 | |
| 1208 | [[package]] |
| 1209 | name = "filetime" |
| 1210 | version = "0.2.29" |
| 1211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1212 | checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759" |
| 1213 | dependencies = [ |
| 1214 | "cfg-if", |
| 1215 | "libc", |
| 1216 | ] |
| 1217 | |
| 1218 | [[package]] |
| 1219 | name = "find-msvc-tools" |
| 1220 | version = "0.1.9" |
| 1221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1222 | checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 1223 | |
| 1224 | [[package]] |
| 1225 | name = "fixedbitset" |
| 1226 | version = "0.4.2" |
| 1227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1228 | checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" |
| 1229 | |
| 1230 | [[package]] |
| 1231 | name = "fnv" |
| 1232 | version = "1.0.7" |
| 1233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1234 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 1235 | |
| 1236 | [[package]] |
| 1237 | name = "foldhash" |
| 1238 | version = "0.1.5" |
| 1239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1240 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 1241 | |
| 1242 | [[package]] |
| 1243 | name = "foldhash" |
| 1244 | version = "0.2.0" |
| 1245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1246 | checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| 1247 | |
| 1248 | [[package]] |
| 1249 | name = "form_urlencoded" |
| 1250 | version = "1.2.2" |
| 1251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1252 | checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 1253 | dependencies = [ |
| 1254 | "percent-encoding", |
| 1255 | ] |
| 1256 | |
| 1257 | [[package]] |
| 1258 | name = "fs_extra" |
| 1259 | version = "1.3.0" |
| 1260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1261 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 1262 | |
| 1263 | [[package]] |
| 1264 | name = "futures" |
| 1265 | version = "0.3.32" |
| 1266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1267 | checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" |
| 1268 | dependencies = [ |
| 1269 | "futures-channel", |
| 1270 | "futures-core", |
| 1271 | "futures-executor", |
| 1272 | "futures-io", |
| 1273 | "futures-sink", |
| 1274 | "futures-task", |
| 1275 | "futures-util", |
| 1276 | ] |
| 1277 | |
| 1278 | [[package]] |
| 1279 | name = "futures-channel" |
| 1280 | version = "0.3.32" |
| 1281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1282 | checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| 1283 | dependencies = [ |
| 1284 | "futures-core", |
| 1285 | "futures-sink", |
| 1286 | ] |
| 1287 | |
| 1288 | [[package]] |
| 1289 | name = "futures-core" |
| 1290 | version = "0.3.32" |
| 1291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1292 | checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 1293 | |
| 1294 | [[package]] |
| 1295 | name = "futures-executor" |
| 1296 | version = "0.3.32" |
| 1297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1298 | checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" |
| 1299 | dependencies = [ |
| 1300 | "futures-core", |
| 1301 | "futures-task", |
| 1302 | "futures-util", |
| 1303 | ] |
| 1304 | |
| 1305 | [[package]] |
| 1306 | name = "futures-io" |
| 1307 | version = "0.3.32" |
| 1308 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1309 | checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" |
| 1310 | |
| 1311 | [[package]] |
| 1312 | name = "futures-macro" |
| 1313 | version = "0.3.32" |
| 1314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1315 | checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" |
| 1316 | dependencies = [ |
| 1317 | "proc-macro2", |
| 1318 | "quote", |
| 1319 | "syn", |
| 1320 | ] |
| 1321 | |
| 1322 | [[package]] |
| 1323 | name = "futures-sink" |
| 1324 | version = "0.3.32" |
| 1325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1326 | checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" |
| 1327 | |
| 1328 | [[package]] |
| 1329 | name = "futures-task" |
| 1330 | version = "0.3.32" |
| 1331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1332 | checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 1333 | |
| 1334 | [[package]] |
| 1335 | name = "futures-util" |
| 1336 | version = "0.3.32" |
| 1337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1338 | checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 1339 | dependencies = [ |
| 1340 | "futures-channel", |
| 1341 | "futures-core", |
| 1342 | "futures-io", |
| 1343 | "futures-macro", |
| 1344 | "futures-sink", |
| 1345 | "futures-task", |
| 1346 | "memchr", |
| 1347 | "pin-project-lite", |
| 1348 | "slab", |
| 1349 | ] |
| 1350 | |
| 1351 | [[package]] |
| 1352 | name = "generic-array" |
| 1353 | version = "0.14.7" |
| 1354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1355 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 1356 | dependencies = [ |
| 1357 | "typenum", |
| 1358 | "version_check", |
| 1359 | ] |
| 1360 | |
| 1361 | [[package]] |
| 1362 | name = "getrandom" |
| 1363 | version = "0.2.17" |
| 1364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1365 | checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 1366 | dependencies = [ |
| 1367 | "cfg-if", |
| 1368 | "js-sys", |
| 1369 | "libc", |
| 1370 | "wasi", |
| 1371 | "wasm-bindgen", |
| 1372 | ] |
| 1373 | |
| 1374 | [[package]] |
| 1375 | name = "getrandom" |
| 1376 | version = "0.3.4" |
| 1377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1378 | checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 1379 | dependencies = [ |
| 1380 | "cfg-if", |
| 1381 | "js-sys", |
| 1382 | "libc", |
| 1383 | "r-efi 5.3.0", |
| 1384 | "wasip2", |
| 1385 | "wasm-bindgen", |
| 1386 | ] |
| 1387 | |
| 1388 | [[package]] |
| 1389 | name = "getrandom" |
| 1390 | version = "0.4.2" |
| 1391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1392 | checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" |
| 1393 | dependencies = [ |
| 1394 | "cfg-if", |
| 1395 | "libc", |
| 1396 | "r-efi 6.0.0", |
| 1397 | "wasip2", |
| 1398 | "wasip3", |
| 1399 | ] |
| 1400 | |
| 1401 | [[package]] |
| 1402 | name = "getset" |
| 1403 | version = "0.1.6" |
| 1404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1405 | checksum = "9cf0fc11e47561d47397154977bc219f4cf809b2974facc3ccb3b89e2436f912" |
| 1406 | dependencies = [ |
| 1407 | "proc-macro-error2", |
| 1408 | "proc-macro2", |
| 1409 | "quote", |
| 1410 | "syn", |
| 1411 | ] |
| 1412 | |
| 1413 | [[package]] |
| 1414 | name = "git2" |
| 1415 | version = "0.20.4" |
| 1416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1417 | checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b" |
| 1418 | dependencies = [ |
| 1419 | "bitflags", |
| 1420 | "libc", |
| 1421 | "libgit2-sys", |
| 1422 | "log", |
| 1423 | "url", |
| 1424 | ] |
| 1425 | |
| 1426 | [[package]] |
| 1427 | name = "h2" |
| 1428 | version = "0.4.14" |
| 1429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1430 | checksum = "171fefbc92fe4a4de27e0698d6a5b392d6a0e333506bc49133760b3bcf948733" |
| 1431 | dependencies = [ |
| 1432 | "atomic-waker", |
| 1433 | "bytes", |
| 1434 | "fnv", |
| 1435 | "futures-core", |
| 1436 | "futures-sink", |
| 1437 | "http", |
| 1438 | "indexmap 2.14.0", |
| 1439 | "slab", |
| 1440 | "tokio", |
| 1441 | "tokio-util", |
| 1442 | "tracing", |
| 1443 | ] |
| 1444 | |
| 1445 | [[package]] |
| 1446 | name = "hashbrown" |
| 1447 | version = "0.12.3" |
| 1448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1449 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| 1450 | |
| 1451 | [[package]] |
| 1452 | name = "hashbrown" |
| 1453 | version = "0.15.5" |
| 1454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1455 | checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 1456 | dependencies = [ |
| 1457 | "foldhash 0.1.5", |
| 1458 | ] |
| 1459 | |
| 1460 | [[package]] |
| 1461 | name = "hashbrown" |
| 1462 | version = "0.16.1" |
| 1463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1464 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 1465 | dependencies = [ |
| 1466 | "foldhash 0.2.0", |
| 1467 | ] |
| 1468 | |
| 1469 | [[package]] |
| 1470 | name = "hashbrown" |
| 1471 | version = "0.17.1" |
| 1472 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1473 | checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" |
| 1474 | |
| 1475 | [[package]] |
| 1476 | name = "hashlink" |
| 1477 | version = "0.10.0" |
| 1478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1479 | checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" |
| 1480 | dependencies = [ |
| 1481 | "hashbrown 0.15.5", |
| 1482 | ] |
| 1483 | |
| 1484 | [[package]] |
| 1485 | name = "headers" |
| 1486 | version = "0.4.1" |
| 1487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1488 | checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb" |
| 1489 | dependencies = [ |
| 1490 | "base64 0.22.1", |
| 1491 | "bytes", |
| 1492 | "headers-core", |
| 1493 | "http", |
| 1494 | "httpdate", |
| 1495 | "mime", |
| 1496 | "sha1", |
| 1497 | ] |
| 1498 | |
| 1499 | [[package]] |
| 1500 | name = "headers-core" |
| 1501 | version = "0.3.0" |
| 1502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1503 | checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" |
| 1504 | dependencies = [ |
| 1505 | "http", |
| 1506 | ] |
| 1507 | |
| 1508 | [[package]] |
| 1509 | name = "heck" |
| 1510 | version = "0.5.0" |
| 1511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1512 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 1513 | |
| 1514 | [[package]] |
| 1515 | name = "hex" |
| 1516 | version = "0.4.3" |
| 1517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1518 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 1519 | |
| 1520 | [[package]] |
| 1521 | name = "http" |
| 1522 | version = "1.4.0" |
| 1523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1524 | checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" |
| 1525 | dependencies = [ |
| 1526 | "bytes", |
| 1527 | "itoa", |
| 1528 | ] |
| 1529 | |
| 1530 | [[package]] |
| 1531 | name = "http-body" |
| 1532 | version = "1.0.1" |
| 1533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1534 | checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 1535 | dependencies = [ |
| 1536 | "bytes", |
| 1537 | "http", |
| 1538 | ] |
| 1539 | |
| 1540 | [[package]] |
| 1541 | name = "http-body-util" |
| 1542 | version = "0.1.3" |
| 1543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1544 | checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| 1545 | dependencies = [ |
| 1546 | "bytes", |
| 1547 | "futures-core", |
| 1548 | "http", |
| 1549 | "http-body", |
| 1550 | "pin-project-lite", |
| 1551 | ] |
| 1552 | |
| 1553 | [[package]] |
| 1554 | name = "httparse" |
| 1555 | version = "1.10.1" |
| 1556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1557 | checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 1558 | |
| 1559 | [[package]] |
| 1560 | name = "httpdate" |
| 1561 | version = "1.0.3" |
| 1562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1563 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| 1564 | |
| 1565 | [[package]] |
| 1566 | name = "hybrid-array" |
| 1567 | version = "0.4.12" |
| 1568 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1569 | checksum = "9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da" |
| 1570 | dependencies = [ |
| 1571 | "typenum", |
| 1572 | ] |
| 1573 | |
| 1574 | [[package]] |
| 1575 | name = "hyper" |
| 1576 | version = "1.9.0" |
| 1577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1578 | checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca" |
| 1579 | dependencies = [ |
| 1580 | "atomic-waker", |
| 1581 | "bytes", |
| 1582 | "futures-channel", |
| 1583 | "futures-core", |
| 1584 | "h2", |
| 1585 | "http", |
| 1586 | "http-body", |
| 1587 | "httparse", |
| 1588 | "httpdate", |
| 1589 | "itoa", |
| 1590 | "pin-project-lite", |
| 1591 | "smallvec", |
| 1592 | "tokio", |
| 1593 | "want", |
| 1594 | ] |
| 1595 | |
| 1596 | [[package]] |
| 1597 | name = "hyper-rustls" |
| 1598 | version = "0.27.9" |
| 1599 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1600 | checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" |
| 1601 | dependencies = [ |
| 1602 | "http", |
| 1603 | "hyper", |
| 1604 | "hyper-util", |
| 1605 | "rustls", |
| 1606 | "tokio", |
| 1607 | "tokio-rustls", |
| 1608 | "tower-service", |
| 1609 | ] |
| 1610 | |
| 1611 | [[package]] |
| 1612 | name = "hyper-util" |
| 1613 | version = "0.1.20" |
| 1614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1615 | checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| 1616 | dependencies = [ |
| 1617 | "base64 0.22.1", |
| 1618 | "bytes", |
| 1619 | "futures-channel", |
| 1620 | "futures-util", |
| 1621 | "http", |
| 1622 | "http-body", |
| 1623 | "hyper", |
| 1624 | "ipnet", |
| 1625 | "libc", |
| 1626 | "percent-encoding", |
| 1627 | "pin-project-lite", |
| 1628 | "socket2", |
| 1629 | "tokio", |
| 1630 | "tower-service", |
| 1631 | "tracing", |
| 1632 | ] |
| 1633 | |
| 1634 | [[package]] |
| 1635 | name = "iana-time-zone" |
| 1636 | version = "0.1.65" |
| 1637 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1638 | checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| 1639 | dependencies = [ |
| 1640 | "android_system_properties", |
| 1641 | "core-foundation-sys", |
| 1642 | "iana-time-zone-haiku", |
| 1643 | "js-sys", |
| 1644 | "log", |
| 1645 | "wasm-bindgen", |
| 1646 | "windows-core", |
| 1647 | ] |
| 1648 | |
| 1649 | [[package]] |
| 1650 | name = "iana-time-zone-haiku" |
| 1651 | version = "0.1.2" |
| 1652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1653 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 1654 | dependencies = [ |
| 1655 | "cc", |
| 1656 | ] |
| 1657 | |
| 1658 | [[package]] |
| 1659 | name = "icu_collections" |
| 1660 | version = "2.2.0" |
| 1661 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1662 | checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" |
| 1663 | dependencies = [ |
| 1664 | "displaydoc", |
| 1665 | "potential_utf", |
| 1666 | "utf8_iter", |
| 1667 | "yoke", |
| 1668 | "zerofrom", |
| 1669 | "zerovec", |
| 1670 | ] |
| 1671 | |
| 1672 | [[package]] |
| 1673 | name = "icu_locale_core" |
| 1674 | version = "2.2.0" |
| 1675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1676 | checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" |
| 1677 | dependencies = [ |
| 1678 | "displaydoc", |
| 1679 | "litemap", |
| 1680 | "tinystr", |
| 1681 | "writeable", |
| 1682 | "zerovec", |
| 1683 | ] |
| 1684 | |
| 1685 | [[package]] |
| 1686 | name = "icu_normalizer" |
| 1687 | version = "2.2.0" |
| 1688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1689 | checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" |
| 1690 | dependencies = [ |
| 1691 | "icu_collections", |
| 1692 | "icu_normalizer_data", |
| 1693 | "icu_properties", |
| 1694 | "icu_provider", |
| 1695 | "smallvec", |
| 1696 | "zerovec", |
| 1697 | ] |
| 1698 | |
| 1699 | [[package]] |
| 1700 | name = "icu_normalizer_data" |
| 1701 | version = "2.2.0" |
| 1702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1703 | checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" |
| 1704 | |
| 1705 | [[package]] |
| 1706 | name = "icu_properties" |
| 1707 | version = "2.2.0" |
| 1708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1709 | checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" |
| 1710 | dependencies = [ |
| 1711 | "icu_collections", |
| 1712 | "icu_locale_core", |
| 1713 | "icu_properties_data", |
| 1714 | "icu_provider", |
| 1715 | "zerotrie", |
| 1716 | "zerovec", |
| 1717 | ] |
| 1718 | |
| 1719 | [[package]] |
| 1720 | name = "icu_properties_data" |
| 1721 | version = "2.2.0" |
| 1722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1723 | checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" |
| 1724 | |
| 1725 | [[package]] |
| 1726 | name = "icu_provider" |
| 1727 | version = "2.2.0" |
| 1728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1729 | checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" |
| 1730 | dependencies = [ |
| 1731 | "displaydoc", |
| 1732 | "icu_locale_core", |
| 1733 | "writeable", |
| 1734 | "yoke", |
| 1735 | "zerofrom", |
| 1736 | "zerotrie", |
| 1737 | "zerovec", |
| 1738 | ] |
| 1739 | |
| 1740 | [[package]] |
| 1741 | name = "id-arena" |
| 1742 | version = "2.3.0" |
| 1743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1744 | checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| 1745 | |
| 1746 | [[package]] |
| 1747 | name = "ident_case" |
| 1748 | version = "1.0.1" |
| 1749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1750 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 1751 | |
| 1752 | [[package]] |
| 1753 | name = "idna" |
| 1754 | version = "1.1.0" |
| 1755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1756 | checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 1757 | dependencies = [ |
| 1758 | "idna_adapter", |
| 1759 | "smallvec", |
| 1760 | "utf8_iter", |
| 1761 | ] |
| 1762 | |
| 1763 | [[package]] |
| 1764 | name = "idna_adapter" |
| 1765 | version = "1.2.2" |
| 1766 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1767 | checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" |
| 1768 | dependencies = [ |
| 1769 | "icu_normalizer", |
| 1770 | "icu_properties", |
| 1771 | ] |
| 1772 | |
| 1773 | [[package]] |
| 1774 | name = "include_dir" |
| 1775 | version = "0.7.4" |
| 1776 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1777 | checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" |
| 1778 | dependencies = [ |
| 1779 | "include_dir_macros", |
| 1780 | ] |
| 1781 | |
| 1782 | [[package]] |
| 1783 | name = "include_dir_macros" |
| 1784 | version = "0.7.4" |
| 1785 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1786 | checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" |
| 1787 | dependencies = [ |
| 1788 | "proc-macro2", |
| 1789 | "quote", |
| 1790 | ] |
| 1791 | |
| 1792 | [[package]] |
| 1793 | name = "indexmap" |
| 1794 | version = "1.9.3" |
| 1795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1796 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
| 1797 | dependencies = [ |
| 1798 | "autocfg", |
| 1799 | "hashbrown 0.12.3", |
| 1800 | "serde", |
| 1801 | ] |
| 1802 | |
| 1803 | [[package]] |
| 1804 | name = "indexmap" |
| 1805 | version = "2.14.0" |
| 1806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1807 | checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 1808 | dependencies = [ |
| 1809 | "equivalent", |
| 1810 | "hashbrown 0.17.1", |
| 1811 | "serde", |
| 1812 | "serde_core", |
| 1813 | ] |
| 1814 | |
| 1815 | [[package]] |
| 1816 | name = "ipnet" |
| 1817 | version = "2.12.0" |
| 1818 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1819 | checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" |
| 1820 | |
| 1821 | [[package]] |
| 1822 | name = "is_terminal_polyfill" |
| 1823 | version = "1.70.2" |
| 1824 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1825 | checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 1826 | |
| 1827 | [[package]] |
| 1828 | name = "itoa" |
| 1829 | version = "1.0.18" |
| 1830 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1831 | checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 1832 | |
| 1833 | [[package]] |
| 1834 | name = "jni" |
| 1835 | version = "0.22.4" |
| 1836 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1837 | checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498" |
| 1838 | dependencies = [ |
| 1839 | "cfg-if", |
| 1840 | "combine", |
| 1841 | "jni-macros", |
| 1842 | "jni-sys", |
| 1843 | "log", |
| 1844 | "simd_cesu8", |
| 1845 | "thiserror 2.0.18", |
| 1846 | "walkdir", |
| 1847 | "windows-link", |
| 1848 | ] |
| 1849 | |
| 1850 | [[package]] |
| 1851 | name = "jni-macros" |
| 1852 | version = "0.22.4" |
| 1853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1854 | checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3" |
| 1855 | dependencies = [ |
| 1856 | "proc-macro2", |
| 1857 | "quote", |
| 1858 | "rustc_version", |
| 1859 | "simd_cesu8", |
| 1860 | "syn", |
| 1861 | ] |
| 1862 | |
| 1863 | [[package]] |
| 1864 | name = "jni-sys" |
| 1865 | version = "0.4.1" |
| 1866 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1867 | checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" |
| 1868 | dependencies = [ |
| 1869 | "jni-sys-macros", |
| 1870 | ] |
| 1871 | |
| 1872 | [[package]] |
| 1873 | name = "jni-sys-macros" |
| 1874 | version = "0.4.1" |
| 1875 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1876 | checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" |
| 1877 | dependencies = [ |
| 1878 | "quote", |
| 1879 | "syn", |
| 1880 | ] |
| 1881 | |
| 1882 | [[package]] |
| 1883 | name = "jobserver" |
| 1884 | version = "0.1.34" |
| 1885 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1886 | checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" |
| 1887 | dependencies = [ |
| 1888 | "getrandom 0.3.4", |
| 1889 | "libc", |
| 1890 | ] |
| 1891 | |
| 1892 | [[package]] |
| 1893 | name = "js-sys" |
| 1894 | version = "0.3.98" |
| 1895 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1896 | checksum = "67df7112613f8bfd9150013a0314e196f4800d3201ae742489d999db2f979f08" |
| 1897 | dependencies = [ |
| 1898 | "cfg-if", |
| 1899 | "futures-util", |
| 1900 | "once_cell", |
| 1901 | "wasm-bindgen", |
| 1902 | ] |
| 1903 | |
| 1904 | [[package]] |
| 1905 | name = "kinded" |
| 1906 | version = "0.3.0" |
| 1907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1908 | checksum = "ce4bdbb2f423660b19f0e9f7115182214732d8dd5f840cd0a3aee3e22562f34c" |
| 1909 | dependencies = [ |
| 1910 | "kinded_macros", |
| 1911 | ] |
| 1912 | |
| 1913 | [[package]] |
| 1914 | name = "kinded_macros" |
| 1915 | version = "0.3.0" |
| 1916 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1917 | checksum = "a13b4ddc5dcb32f45dac3d6f606da2a52fdb9964a18427e63cd5ef6c0d13288d" |
| 1918 | dependencies = [ |
| 1919 | "convert_case", |
| 1920 | "proc-macro2", |
| 1921 | "quote", |
| 1922 | "syn", |
| 1923 | ] |
| 1924 | |
| 1925 | [[package]] |
| 1926 | name = "konst" |
| 1927 | version = "0.2.20" |
| 1928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1929 | checksum = "128133ed7824fcd73d6e7b17957c5eb7bacb885649bd8c69708b2331a10bcefb" |
| 1930 | dependencies = [ |
| 1931 | "konst_macro_rules", |
| 1932 | ] |
| 1933 | |
| 1934 | [[package]] |
| 1935 | name = "konst_macro_rules" |
| 1936 | version = "0.2.19" |
| 1937 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1938 | checksum = "a4933f3f57a8e9d9da04db23fb153356ecaf00cbd14aee46279c33dc80925c37" |
| 1939 | |
| 1940 | [[package]] |
| 1941 | name = "layout-rs" |
| 1942 | version = "0.1.3" |
| 1943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1944 | checksum = "5b8b38bc67665e362eb770c6b6ae88b48d040d94a0a10c4904c37bc79d263b95" |
| 1945 | |
| 1946 | [[package]] |
| 1947 | name = "lazy_static" |
| 1948 | version = "1.5.0" |
| 1949 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1950 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 1951 | |
| 1952 | [[package]] |
| 1953 | name = "leb128fmt" |
| 1954 | version = "0.1.0" |
| 1955 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1956 | checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| 1957 | |
| 1958 | [[package]] |
| 1959 | name = "libc" |
| 1960 | version = "0.2.186" |
| 1961 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1962 | checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" |
| 1963 | |
| 1964 | [[package]] |
| 1965 | name = "libgit2-sys" |
| 1966 | version = "0.18.4+1.9.3" |
| 1967 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1968 | checksum = "9b26f66f35e1871b22efcf7191564123d2a446ca0538cde63c23adfefa9b15b7" |
| 1969 | dependencies = [ |
| 1970 | "cc", |
| 1971 | "libc", |
| 1972 | "libz-sys", |
| 1973 | "pkg-config", |
| 1974 | ] |
| 1975 | |
| 1976 | [[package]] |
| 1977 | name = "libloading" |
| 1978 | version = "0.8.9" |
| 1979 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1980 | checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" |
| 1981 | dependencies = [ |
| 1982 | "cfg-if", |
| 1983 | "windows-link", |
| 1984 | ] |
| 1985 | |
| 1986 | [[package]] |
| 1987 | name = "libsqlite3-sys" |
| 1988 | version = "0.35.0" |
| 1989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1990 | checksum = "133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f" |
| 1991 | dependencies = [ |
| 1992 | "cc", |
| 1993 | "pkg-config", |
| 1994 | "vcpkg", |
| 1995 | ] |
| 1996 | |
| 1997 | [[package]] |
| 1998 | name = "libz-sys" |
| 1999 | version = "1.1.28" |
| 2000 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2001 | checksum = "fc3a226e576f50782b3305c5ccf458698f92798987f551c6a02efe8276721e22" |
| 2002 | dependencies = [ |
| 2003 | "cc", |
| 2004 | "libc", |
| 2005 | "pkg-config", |
| 2006 | "vcpkg", |
| 2007 | ] |
| 2008 | |
| 2009 | [[package]] |
| 2010 | name = "linux-raw-sys" |
| 2011 | version = "0.12.1" |
| 2012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2013 | checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| 2014 | |
| 2015 | [[package]] |
| 2016 | name = "litemap" |
| 2017 | version = "0.8.2" |
| 2018 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2019 | checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" |
| 2020 | |
| 2021 | [[package]] |
| 2022 | name = "lock_api" |
| 2023 | version = "0.4.14" |
| 2024 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2025 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 2026 | dependencies = [ |
| 2027 | "scopeguard", |
| 2028 | ] |
| 2029 | |
| 2030 | [[package]] |
| 2031 | name = "log" |
| 2032 | version = "0.4.29" |
| 2033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2034 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 2035 | dependencies = [ |
| 2036 | "value-bag", |
| 2037 | ] |
| 2038 | |
| 2039 | [[package]] |
| 2040 | name = "lru-slab" |
| 2041 | version = "0.1.2" |
| 2042 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2043 | checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" |
| 2044 | |
| 2045 | [[package]] |
| 2046 | name = "matchers" |
| 2047 | version = "0.2.0" |
| 2048 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2049 | checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 2050 | dependencies = [ |
| 2051 | "regex-automata", |
| 2052 | ] |
| 2053 | |
| 2054 | [[package]] |
| 2055 | name = "matchit" |
| 2056 | version = "0.8.4" |
| 2057 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2058 | checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" |
| 2059 | |
| 2060 | [[package]] |
| 2061 | name = "md-5" |
| 2062 | version = "0.10.6" |
| 2063 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2064 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
| 2065 | dependencies = [ |
| 2066 | "cfg-if", |
| 2067 | "digest 0.10.7", |
| 2068 | ] |
| 2069 | |
| 2070 | [[package]] |
| 2071 | name = "memchr" |
| 2072 | version = "2.8.0" |
| 2073 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2074 | checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 2075 | |
| 2076 | [[package]] |
| 2077 | name = "migrations_internals" |
| 2078 | version = "2.3.0" |
| 2079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2080 | checksum = "36c791ecdf977c99f45f23280405d7723727470f6689a5e6dbf513ac547ae10d" |
| 2081 | dependencies = [ |
| 2082 | "serde", |
| 2083 | "toml 0.9.12+spec-1.1.0", |
| 2084 | ] |
| 2085 | |
| 2086 | [[package]] |
| 2087 | name = "migrations_macros" |
| 2088 | version = "2.3.0" |
| 2089 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2090 | checksum = "36fc5ac76be324cfd2d3f2cf0fdf5d5d3c4f14ed8aaebadb09e304ba42282703" |
| 2091 | dependencies = [ |
| 2092 | "migrations_internals", |
| 2093 | "proc-macro2", |
| 2094 | "quote", |
| 2095 | ] |
| 2096 | |
| 2097 | [[package]] |
| 2098 | name = "mime" |
| 2099 | version = "0.3.17" |
| 2100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2101 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 2102 | |
| 2103 | [[package]] |
| 2104 | name = "mime_guess" |
| 2105 | version = "2.0.5" |
| 2106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2107 | checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" |
| 2108 | dependencies = [ |
| 2109 | "mime", |
| 2110 | "unicase", |
| 2111 | ] |
| 2112 | |
| 2113 | [[package]] |
| 2114 | name = "mio" |
| 2115 | version = "1.2.0" |
| 2116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2117 | checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" |
| 2118 | dependencies = [ |
| 2119 | "libc", |
| 2120 | "wasi", |
| 2121 | "windows-sys 0.61.2", |
| 2122 | ] |
| 2123 | |
| 2124 | [[package]] |
| 2125 | name = "nix" |
| 2126 | version = "0.29.0" |
| 2127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2128 | checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
| 2129 | dependencies = [ |
| 2130 | "bitflags", |
| 2131 | "cfg-if", |
| 2132 | "cfg_aliases", |
| 2133 | "libc", |
| 2134 | ] |
| 2135 | |
| 2136 | [[package]] |
| 2137 | name = "nix" |
| 2138 | version = "0.31.3" |
| 2139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2140 | checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d" |
| 2141 | dependencies = [ |
| 2142 | "bitflags", |
| 2143 | "cfg-if", |
| 2144 | "cfg_aliases", |
| 2145 | "libc", |
| 2146 | ] |
| 2147 | |
| 2148 | [[package]] |
| 2149 | name = "nu-ansi-term" |
| 2150 | version = "0.50.3" |
| 2151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2152 | checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 2153 | dependencies = [ |
| 2154 | "windows-sys 0.61.2", |
| 2155 | ] |
| 2156 | |
| 2157 | [[package]] |
| 2158 | name = "num-conv" |
| 2159 | version = "0.2.2" |
| 2160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2161 | checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441" |
| 2162 | |
| 2163 | [[package]] |
| 2164 | name = "num-traits" |
| 2165 | version = "0.2.19" |
| 2166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2167 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 2168 | dependencies = [ |
| 2169 | "autocfg", |
| 2170 | ] |
| 2171 | |
| 2172 | [[package]] |
| 2173 | name = "nutype" |
| 2174 | version = "0.6.2" |
| 2175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2176 | checksum = "70587a780088c67dad31bf722b875c5616096b4d8c0ded8b7de03294ffb9bbb5" |
| 2177 | dependencies = [ |
| 2178 | "nutype_macros", |
| 2179 | ] |
| 2180 | |
| 2181 | [[package]] |
| 2182 | name = "nutype_macros" |
| 2183 | version = "0.6.2" |
| 2184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2185 | checksum = "148934b975faeddd8f0679d7cf11280b50c4c5495d6fe72bdaf07c932874b404" |
| 2186 | dependencies = [ |
| 2187 | "cfg-if", |
| 2188 | "kinded", |
| 2189 | "proc-macro2", |
| 2190 | "quote", |
| 2191 | "rustc_version", |
| 2192 | "syn", |
| 2193 | "urlencoding", |
| 2194 | ] |
| 2195 | |
| 2196 | [[package]] |
| 2197 | name = "oci-spec" |
| 2198 | version = "0.7.1" |
| 2199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2200 | checksum = "da406e58efe2eb5986a6139626d611ce426e5324a824133d76367c765cf0b882" |
| 2201 | dependencies = [ |
| 2202 | "derive_builder", |
| 2203 | "getset", |
| 2204 | "regex", |
| 2205 | "serde", |
| 2206 | "serde_json", |
| 2207 | "strum 0.26.3", |
| 2208 | "strum_macros 0.26.4", |
| 2209 | "thiserror 2.0.18", |
| 2210 | ] |
| 2211 | |
| 2212 | [[package]] |
| 2213 | name = "oci-spec" |
| 2214 | version = "0.9.0" |
| 2215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2216 | checksum = "e8445a2631507cec628a15fdd6154b54a3ab3f20ed4fe9d73a3b8b7a4e1ba03a" |
| 2217 | dependencies = [ |
| 2218 | "const_format", |
| 2219 | "derive_builder", |
| 2220 | "getset", |
| 2221 | "regex", |
| 2222 | "serde", |
| 2223 | "serde_json", |
| 2224 | "strum 0.27.2", |
| 2225 | "strum_macros 0.27.2", |
| 2226 | "thiserror 2.0.18", |
| 2227 | ] |
| 2228 | |
| 2229 | [[package]] |
| 2230 | name = "once_cell" |
| 2231 | version = "1.21.4" |
| 2232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2233 | checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 2234 | |
| 2235 | [[package]] |
| 2236 | name = "once_cell_polyfill" |
| 2237 | version = "1.70.2" |
| 2238 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2239 | checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 2240 | |
| 2241 | [[package]] |
| 2242 | name = "openssh-keys" |
| 2243 | version = "0.6.5" |
| 2244 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2245 | checksum = "351339c4d45e6bdf2defef3ef1ce0b153810bd59b171b92b6a42e7bb0f32a4ad" |
| 2246 | dependencies = [ |
| 2247 | "base64 0.21.7", |
| 2248 | "byteorder", |
| 2249 | "md-5", |
| 2250 | "sha2 0.10.9", |
| 2251 | "thiserror 1.0.69", |
| 2252 | ] |
| 2253 | |
| 2254 | [[package]] |
| 2255 | name = "openssl-probe" |
| 2256 | version = "0.2.1" |
| 2257 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2258 | checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" |
| 2259 | |
| 2260 | [[package]] |
| 2261 | name = "os_pipe" |
| 2262 | version = "1.2.3" |
| 2263 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2264 | checksum = "7d8fae84b431384b68627d0f9b3b1245fcf9f46f6c0e3dc902e9dce64edd1967" |
| 2265 | dependencies = [ |
| 2266 | "libc", |
| 2267 | "windows-sys 0.61.2", |
| 2268 | ] |
| 2269 | |
| 2270 | [[package]] |
| 2271 | name = "papergrid" |
| 2272 | version = "0.17.0" |
| 2273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2274 | checksum = "6978128c8b51d8f4080631ceb2302ab51e32cc6e8615f735ee2f83fd269ae3f1" |
| 2275 | dependencies = [ |
| 2276 | "bytecount", |
| 2277 | "fnv", |
| 2278 | "unicode-width", |
| 2279 | ] |
| 2280 | |
| 2281 | [[package]] |
| 2282 | name = "papergrid" |
| 2283 | version = "0.18.0" |
| 2284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2285 | checksum = "d0984e668274d34691bc2b262ef0d115de5fa9973bcdee7ae32213f93099153e" |
| 2286 | dependencies = [ |
| 2287 | "bytecount", |
| 2288 | "fnv", |
| 2289 | "unicode-width", |
| 2290 | ] |
| 2291 | |
| 2292 | [[package]] |
| 2293 | name = "parking_lot" |
| 2294 | version = "0.12.5" |
| 2295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2296 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 2297 | dependencies = [ |
| 2298 | "lock_api", |
| 2299 | "parking_lot_core", |
| 2300 | ] |
| 2301 | |
| 2302 | [[package]] |
| 2303 | name = "parking_lot_core" |
| 2304 | version = "0.9.12" |
| 2305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2306 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 2307 | dependencies = [ |
| 2308 | "cfg-if", |
| 2309 | "libc", |
| 2310 | "redox_syscall", |
| 2311 | "smallvec", |
| 2312 | "windows-link", |
| 2313 | ] |
| 2314 | |
| 2315 | [[package]] |
| 2316 | name = "path-absolutize" |
| 2317 | version = "3.1.1" |
| 2318 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2319 | checksum = "e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5" |
| 2320 | dependencies = [ |
| 2321 | "path-dedot", |
| 2322 | ] |
| 2323 | |
| 2324 | [[package]] |
| 2325 | name = "path-dedot" |
| 2326 | version = "3.1.1" |
| 2327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2328 | checksum = "07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397" |
| 2329 | dependencies = [ |
| 2330 | "once_cell", |
| 2331 | ] |
| 2332 | |
| 2333 | [[package]] |
| 2334 | name = "percent-encoding" |
| 2335 | version = "2.3.2" |
| 2336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2337 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 2338 | |
| 2339 | [[package]] |
| 2340 | name = "petgraph" |
| 2341 | version = "0.6.5" |
| 2342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2343 | checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" |
| 2344 | dependencies = [ |
| 2345 | "fixedbitset", |
| 2346 | "indexmap 2.14.0", |
| 2347 | "serde", |
| 2348 | "serde_derive", |
| 2349 | ] |
| 2350 | |
| 2351 | [[package]] |
| 2352 | name = "pin-project-lite" |
| 2353 | version = "0.2.17" |
| 2354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2355 | checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 2356 | |
| 2357 | [[package]] |
| 2358 | name = "pkg-config" |
| 2359 | version = "0.3.33" |
| 2360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2361 | checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" |
| 2362 | |
| 2363 | [[package]] |
| 2364 | name = "potential_utf" |
| 2365 | version = "0.1.5" |
| 2366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2367 | checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" |
| 2368 | dependencies = [ |
| 2369 | "zerovec", |
| 2370 | ] |
| 2371 | |
| 2372 | [[package]] |
| 2373 | name = "powerfmt" |
| 2374 | version = "0.2.0" |
| 2375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2376 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 2377 | |
| 2378 | [[package]] |
| 2379 | name = "ppv-lite86" |
| 2380 | version = "0.2.21" |
| 2381 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2382 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 2383 | dependencies = [ |
| 2384 | "zerocopy", |
| 2385 | ] |
| 2386 | |
| 2387 | [[package]] |
| 2388 | name = "prctl" |
| 2389 | version = "1.0.0" |
| 2390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2391 | checksum = "059a34f111a9dee2ce1ac2826a68b24601c4298cfeb1a587c3cb493d5ab46f52" |
| 2392 | dependencies = [ |
| 2393 | "libc", |
| 2394 | "nix 0.31.3", |
| 2395 | ] |
| 2396 | |
| 2397 | [[package]] |
| 2398 | name = "prettyplease" |
| 2399 | version = "0.2.37" |
| 2400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2401 | checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 2402 | dependencies = [ |
| 2403 | "proc-macro2", |
| 2404 | "syn", |
| 2405 | ] |
| 2406 | |
| 2407 | [[package]] |
| 2408 | name = "proc-macro-error-attr2" |
| 2409 | version = "2.0.0" |
| 2410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2411 | checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" |
| 2412 | dependencies = [ |
| 2413 | "proc-macro2", |
| 2414 | "quote", |
| 2415 | ] |
| 2416 | |
| 2417 | [[package]] |
| 2418 | name = "proc-macro-error2" |
| 2419 | version = "2.0.1" |
| 2420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2421 | checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" |
| 2422 | dependencies = [ |
| 2423 | "proc-macro-error-attr2", |
| 2424 | "proc-macro2", |
| 2425 | "quote", |
| 2426 | "syn", |
| 2427 | ] |
| 2428 | |
| 2429 | [[package]] |
| 2430 | name = "proc-macro2" |
| 2431 | version = "1.0.106" |
| 2432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2433 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 2434 | dependencies = [ |
| 2435 | "unicode-ident", |
| 2436 | ] |
| 2437 | |
| 2438 | [[package]] |
| 2439 | name = "quick-xml" |
| 2440 | version = "0.39.4" |
| 2441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2442 | checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e" |
| 2443 | dependencies = [ |
| 2444 | "encoding_rs", |
| 2445 | "memchr", |
| 2446 | ] |
| 2447 | |
| 2448 | [[package]] |
| 2449 | name = "quinn" |
| 2450 | version = "0.11.9" |
| 2451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2452 | checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" |
| 2453 | dependencies = [ |
| 2454 | "bytes", |
| 2455 | "cfg_aliases", |
| 2456 | "pin-project-lite", |
| 2457 | "quinn-proto", |
| 2458 | "quinn-udp", |
| 2459 | "rustc-hash", |
| 2460 | "rustls", |
| 2461 | "socket2", |
| 2462 | "thiserror 2.0.18", |
| 2463 | "tokio", |
| 2464 | "tracing", |
| 2465 | "web-time", |
| 2466 | ] |
| 2467 | |
| 2468 | [[package]] |
| 2469 | name = "quinn-proto" |
| 2470 | version = "0.11.14" |
| 2471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2472 | checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" |
| 2473 | dependencies = [ |
| 2474 | "aws-lc-rs", |
| 2475 | "bytes", |
| 2476 | "getrandom 0.3.4", |
| 2477 | "lru-slab", |
| 2478 | "rand", |
| 2479 | "ring", |
| 2480 | "rustc-hash", |
| 2481 | "rustls", |
| 2482 | "rustls-pki-types", |
| 2483 | "slab", |
| 2484 | "thiserror 2.0.18", |
| 2485 | "tinyvec", |
| 2486 | "tracing", |
| 2487 | "web-time", |
| 2488 | ] |
| 2489 | |
| 2490 | [[package]] |
| 2491 | name = "quinn-udp" |
| 2492 | version = "0.5.14" |
| 2493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2494 | checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" |
| 2495 | dependencies = [ |
| 2496 | "cfg_aliases", |
| 2497 | "libc", |
| 2498 | "once_cell", |
| 2499 | "socket2", |
| 2500 | "tracing", |
| 2501 | "windows-sys 0.60.2", |
| 2502 | ] |
| 2503 | |
| 2504 | [[package]] |
| 2505 | name = "quipu" |
| 2506 | version = "0.5.0" |
| 2507 | dependencies = [ |
| 2508 | "ayllu_api", |
| 2509 | "ayllu_cmd", |
| 2510 | "ayllu_config", |
| 2511 | "ayllu_database", |
| 2512 | "ayllu_git", |
| 2513 | "reqwest", |
| 2514 | "serde", |
| 2515 | "serde_json", |
| 2516 | "tabled 0.20.0", |
| 2517 | "tar", |
| 2518 | "thiserror 2.0.18", |
| 2519 | "timeutil", |
| 2520 | "tokio", |
| 2521 | "tracing", |
| 2522 | "tracing-subscriber", |
| 2523 | "url", |
| 2524 | "webfinger-rs", |
| 2525 | ] |
| 2526 | |
| 2527 | [[package]] |
| 2528 | name = "quote" |
| 2529 | version = "1.0.45" |
| 2530 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2531 | checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 2532 | dependencies = [ |
| 2533 | "proc-macro2", |
| 2534 | ] |
| 2535 | |
| 2536 | [[package]] |
| 2537 | name = "r-efi" |
| 2538 | version = "5.3.0" |
| 2539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2540 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 2541 | |
| 2542 | [[package]] |
| 2543 | name = "r-efi" |
| 2544 | version = "6.0.0" |
| 2545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2546 | checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 2547 | |
| 2548 | [[package]] |
| 2549 | name = "rand" |
| 2550 | version = "0.9.4" |
| 2551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2552 | checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" |
| 2553 | dependencies = [ |
| 2554 | "rand_chacha", |
| 2555 | "rand_core", |
| 2556 | ] |
| 2557 | |
| 2558 | [[package]] |
| 2559 | name = "rand_chacha" |
| 2560 | version = "0.9.0" |
| 2561 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2562 | checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| 2563 | dependencies = [ |
| 2564 | "ppv-lite86", |
| 2565 | "rand_core", |
| 2566 | ] |
| 2567 | |
| 2568 | [[package]] |
| 2569 | name = "rand_core" |
| 2570 | version = "0.9.5" |
| 2571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2572 | checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" |
| 2573 | dependencies = [ |
| 2574 | "getrandom 0.3.4", |
| 2575 | ] |
| 2576 | |
| 2577 | [[package]] |
| 2578 | name = "redox_syscall" |
| 2579 | version = "0.5.18" |
| 2580 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2581 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 2582 | dependencies = [ |
| 2583 | "bitflags", |
| 2584 | ] |
| 2585 | |
| 2586 | [[package]] |
| 2587 | name = "ref-cast" |
| 2588 | version = "1.0.25" |
| 2589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2590 | checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" |
| 2591 | dependencies = [ |
| 2592 | "ref-cast-impl", |
| 2593 | ] |
| 2594 | |
| 2595 | [[package]] |
| 2596 | name = "ref-cast-impl" |
| 2597 | version = "1.0.25" |
| 2598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2599 | checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" |
| 2600 | dependencies = [ |
| 2601 | "proc-macro2", |
| 2602 | "quote", |
| 2603 | "syn", |
| 2604 | ] |
| 2605 | |
| 2606 | [[package]] |
| 2607 | name = "regex" |
| 2608 | version = "1.12.3" |
| 2609 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2610 | checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" |
| 2611 | dependencies = [ |
| 2612 | "aho-corasick", |
| 2613 | "memchr", |
| 2614 | "regex-automata", |
| 2615 | "regex-syntax", |
| 2616 | ] |
| 2617 | |
| 2618 | [[package]] |
| 2619 | name = "regex-automata" |
| 2620 | version = "0.4.14" |
| 2621 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2622 | checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 2623 | dependencies = [ |
| 2624 | "aho-corasick", |
| 2625 | "memchr", |
| 2626 | "regex-syntax", |
| 2627 | ] |
| 2628 | |
| 2629 | [[package]] |
| 2630 | name = "regex-syntax" |
| 2631 | version = "0.8.10" |
| 2632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2633 | checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" |
| 2634 | |
| 2635 | [[package]] |
| 2636 | name = "reqwest" |
| 2637 | version = "0.13.3" |
| 2638 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2639 | checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" |
| 2640 | dependencies = [ |
| 2641 | "base64 0.22.1", |
| 2642 | "bytes", |
| 2643 | "futures-channel", |
| 2644 | "futures-core", |
| 2645 | "futures-util", |
| 2646 | "h2", |
| 2647 | "http", |
| 2648 | "http-body", |
| 2649 | "http-body-util", |
| 2650 | "hyper", |
| 2651 | "hyper-rustls", |
| 2652 | "hyper-util", |
| 2653 | "js-sys", |
| 2654 | "log", |
| 2655 | "percent-encoding", |
| 2656 | "pin-project-lite", |
| 2657 | "quinn", |
| 2658 | "rustls", |
| 2659 | "rustls-pki-types", |
| 2660 | "rustls-platform-verifier", |
| 2661 | "serde", |
| 2662 | "serde_json", |
| 2663 | "sync_wrapper", |
| 2664 | "tokio", |
| 2665 | "tokio-rustls", |
| 2666 | "tokio-util", |
| 2667 | "tower", |
| 2668 | "tower-http", |
| 2669 | "tower-service", |
| 2670 | "url", |
| 2671 | "wasm-bindgen", |
| 2672 | "wasm-bindgen-futures", |
| 2673 | "wasm-streams", |
| 2674 | "web-sys", |
| 2675 | ] |
| 2676 | |
| 2677 | [[package]] |
| 2678 | name = "ring" |
| 2679 | version = "0.17.14" |
| 2680 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2681 | checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 2682 | dependencies = [ |
| 2683 | "cc", |
| 2684 | "cfg-if", |
| 2685 | "getrandom 0.2.17", |
| 2686 | "libc", |
| 2687 | "untrusted", |
| 2688 | "windows-sys 0.52.0", |
| 2689 | ] |
| 2690 | |
| 2691 | [[package]] |
| 2692 | name = "roff" |
| 2693 | version = "1.1.1" |
| 2694 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2695 | checksum = "323c417e1d9665a65b263ec744ba09030cfb277e9daa0b018a4ab62e57bc8189" |
| 2696 | |
| 2697 | [[package]] |
| 2698 | name = "rsqlite-vfs" |
| 2699 | version = "0.1.0" |
| 2700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2701 | checksum = "a8a1f2315036ef6b1fbacd1972e8ee7688030b0a2121edfc2a6550febd41574d" |
| 2702 | dependencies = [ |
| 2703 | "hashbrown 0.16.1", |
| 2704 | "thiserror 2.0.18", |
| 2705 | ] |
| 2706 | |
| 2707 | [[package]] |
| 2708 | name = "rss" |
| 2709 | version = "2.0.13" |
| 2710 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2711 | checksum = "d0e38781082c53bdde56e6081698c06831f69a27eac2593ed6b6cb2511424ad5" |
| 2712 | dependencies = [ |
| 2713 | "atom_syndication", |
| 2714 | "derive_builder", |
| 2715 | "quick-xml", |
| 2716 | ] |
| 2717 | |
| 2718 | [[package]] |
| 2719 | name = "runc" |
| 2720 | version = "0.3.0" |
| 2721 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2722 | checksum = "a8f33c4fd20a8795b5d099547561a5ff45114a33bf764a72d9f98f5ee91436fa" |
| 2723 | dependencies = [ |
| 2724 | "libc", |
| 2725 | "log", |
| 2726 | "nix 0.29.0", |
| 2727 | "oci-spec 0.7.1", |
| 2728 | "os_pipe", |
| 2729 | "path-absolutize", |
| 2730 | "prctl", |
| 2731 | "serde", |
| 2732 | "serde_json", |
| 2733 | "tempfile", |
| 2734 | "thiserror 2.0.18", |
| 2735 | "time", |
| 2736 | "uuid", |
| 2737 | ] |
| 2738 | |
| 2739 | [[package]] |
| 2740 | name = "rusqlite" |
| 2741 | version = "0.37.0" |
| 2742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2743 | checksum = "165ca6e57b20e1351573e3729b958bc62f0e48025386970b6e4d29e7a7e71f3f" |
| 2744 | dependencies = [ |
| 2745 | "bitflags", |
| 2746 | "fallible-iterator", |
| 2747 | "fallible-streaming-iterator", |
| 2748 | "hashlink", |
| 2749 | "libsqlite3-sys", |
| 2750 | "smallvec", |
| 2751 | ] |
| 2752 | |
| 2753 | [[package]] |
| 2754 | name = "rustc-hash" |
| 2755 | version = "2.1.2" |
| 2756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2757 | checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" |
| 2758 | |
| 2759 | [[package]] |
| 2760 | name = "rustc_version" |
| 2761 | version = "0.4.1" |
| 2762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2763 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 2764 | dependencies = [ |
| 2765 | "semver", |
| 2766 | ] |
| 2767 | |
| 2768 | [[package]] |
| 2769 | name = "rustix" |
| 2770 | version = "1.1.4" |
| 2771 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2772 | checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| 2773 | dependencies = [ |
| 2774 | "bitflags", |
| 2775 | "errno", |
| 2776 | "libc", |
| 2777 | "linux-raw-sys", |
| 2778 | "windows-sys 0.61.2", |
| 2779 | ] |
| 2780 | |
| 2781 | [[package]] |
| 2782 | name = "rustls" |
| 2783 | version = "0.23.40" |
| 2784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2785 | checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" |
| 2786 | dependencies = [ |
| 2787 | "aws-lc-rs", |
| 2788 | "once_cell", |
| 2789 | "rustls-pki-types", |
| 2790 | "rustls-webpki", |
| 2791 | "subtle", |
| 2792 | "zeroize", |
| 2793 | ] |
| 2794 | |
| 2795 | [[package]] |
| 2796 | name = "rustls-native-certs" |
| 2797 | version = "0.8.3" |
| 2798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2799 | checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" |
| 2800 | dependencies = [ |
| 2801 | "openssl-probe", |
| 2802 | "rustls-pki-types", |
| 2803 | "schannel", |
| 2804 | "security-framework", |
| 2805 | ] |
| 2806 | |
| 2807 | [[package]] |
| 2808 | name = "rustls-pki-types" |
| 2809 | version = "1.14.1" |
| 2810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2811 | checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" |
| 2812 | dependencies = [ |
| 2813 | "web-time", |
| 2814 | "zeroize", |
| 2815 | ] |
| 2816 | |
| 2817 | [[package]] |
| 2818 | name = "rustls-platform-verifier" |
| 2819 | version = "0.7.0" |
| 2820 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2821 | checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0" |
| 2822 | dependencies = [ |
| 2823 | "core-foundation", |
| 2824 | "core-foundation-sys", |
| 2825 | "jni", |
| 2826 | "log", |
| 2827 | "once_cell", |
| 2828 | "rustls", |
| 2829 | "rustls-native-certs", |
| 2830 | "rustls-platform-verifier-android", |
| 2831 | "rustls-webpki", |
| 2832 | "security-framework", |
| 2833 | "security-framework-sys", |
| 2834 | "webpki-root-certs", |
| 2835 | "windows-sys 0.61.2", |
| 2836 | ] |
| 2837 | |
| 2838 | [[package]] |
| 2839 | name = "rustls-platform-verifier-android" |
| 2840 | version = "0.1.1" |
| 2841 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2842 | checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" |
| 2843 | |
| 2844 | [[package]] |
| 2845 | name = "rustls-webpki" |
| 2846 | version = "0.103.13" |
| 2847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2848 | checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" |
| 2849 | dependencies = [ |
| 2850 | "aws-lc-rs", |
| 2851 | "ring", |
| 2852 | "rustls-pki-types", |
| 2853 | "untrusted", |
| 2854 | ] |
| 2855 | |
| 2856 | [[package]] |
| 2857 | name = "rustversion" |
| 2858 | version = "1.0.22" |
| 2859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2860 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 2861 | |
| 2862 | [[package]] |
| 2863 | name = "ryu" |
| 2864 | version = "1.0.23" |
| 2865 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2866 | checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| 2867 | |
| 2868 | [[package]] |
| 2869 | name = "same-file" |
| 2870 | version = "1.0.6" |
| 2871 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2872 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 2873 | dependencies = [ |
| 2874 | "winapi-util", |
| 2875 | ] |
| 2876 | |
| 2877 | [[package]] |
| 2878 | name = "schannel" |
| 2879 | version = "0.1.29" |
| 2880 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2881 | checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" |
| 2882 | dependencies = [ |
| 2883 | "windows-sys 0.61.2", |
| 2884 | ] |
| 2885 | |
| 2886 | [[package]] |
| 2887 | name = "schemars" |
| 2888 | version = "0.9.0" |
| 2889 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2890 | checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" |
| 2891 | dependencies = [ |
| 2892 | "dyn-clone", |
| 2893 | "ref-cast", |
| 2894 | "serde", |
| 2895 | "serde_json", |
| 2896 | ] |
| 2897 | |
| 2898 | [[package]] |
| 2899 | name = "schemars" |
| 2900 | version = "1.2.1" |
| 2901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2902 | checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" |
| 2903 | dependencies = [ |
| 2904 | "dyn-clone", |
| 2905 | "ref-cast", |
| 2906 | "serde", |
| 2907 | "serde_json", |
| 2908 | ] |
| 2909 | |
| 2910 | [[package]] |
| 2911 | name = "scopeguard" |
| 2912 | version = "1.2.0" |
| 2913 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2914 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 2915 | |
| 2916 | [[package]] |
| 2917 | name = "security-framework" |
| 2918 | version = "3.7.0" |
| 2919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2920 | checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" |
| 2921 | dependencies = [ |
| 2922 | "bitflags", |
| 2923 | "core-foundation", |
| 2924 | "core-foundation-sys", |
| 2925 | "libc", |
| 2926 | "security-framework-sys", |
| 2927 | ] |
| 2928 | |
| 2929 | [[package]] |
| 2930 | name = "security-framework-sys" |
| 2931 | version = "2.17.0" |
| 2932 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2933 | checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" |
| 2934 | dependencies = [ |
| 2935 | "core-foundation-sys", |
| 2936 | "libc", |
| 2937 | ] |
| 2938 | |
| 2939 | [[package]] |
| 2940 | name = "semver" |
| 2941 | version = "1.0.28" |
| 2942 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2943 | checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| 2944 | |
| 2945 | [[package]] |
| 2946 | name = "serde" |
| 2947 | version = "1.0.228" |
| 2948 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2949 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 2950 | dependencies = [ |
| 2951 | "serde_core", |
| 2952 | "serde_derive", |
| 2953 | ] |
| 2954 | |
| 2955 | [[package]] |
| 2956 | name = "serde_core" |
| 2957 | version = "1.0.228" |
| 2958 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2959 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 2960 | dependencies = [ |
| 2961 | "serde_derive", |
| 2962 | ] |
| 2963 | |
| 2964 | [[package]] |
| 2965 | name = "serde_derive" |
| 2966 | version = "1.0.228" |
| 2967 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2968 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 2969 | dependencies = [ |
| 2970 | "proc-macro2", |
| 2971 | "quote", |
| 2972 | "syn", |
| 2973 | ] |
| 2974 | |
| 2975 | [[package]] |
| 2976 | name = "serde_html_form" |
| 2977 | version = "0.2.8" |
| 2978 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2979 | checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f" |
| 2980 | dependencies = [ |
| 2981 | "form_urlencoded", |
| 2982 | "indexmap 2.14.0", |
| 2983 | "itoa", |
| 2984 | "ryu", |
| 2985 | "serde_core", |
| 2986 | ] |
| 2987 | |
| 2988 | [[package]] |
| 2989 | name = "serde_json" |
| 2990 | version = "1.0.149" |
| 2991 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2992 | checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 2993 | dependencies = [ |
| 2994 | "indexmap 2.14.0", |
| 2995 | "itoa", |
| 2996 | "memchr", |
| 2997 | "serde", |
| 2998 | "serde_core", |
| 2999 | "zmij", |
| 3000 | ] |
| 3001 | |
| 3002 | [[package]] |
| 3003 | name = "serde_path_to_error" |
| 3004 | version = "0.1.20" |
| 3005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3006 | checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" |
| 3007 | dependencies = [ |
| 3008 | "itoa", |
| 3009 | "serde", |
| 3010 | "serde_core", |
| 3011 | ] |
| 3012 | |
| 3013 | [[package]] |
| 3014 | name = "serde_spanned" |
| 3015 | version = "0.6.9" |
| 3016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3017 | checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 3018 | dependencies = [ |
| 3019 | "serde", |
| 3020 | ] |
| 3021 | |
| 3022 | [[package]] |
| 3023 | name = "serde_spanned" |
| 3024 | version = "1.1.1" |
| 3025 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3026 | checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" |
| 3027 | dependencies = [ |
| 3028 | "serde_core", |
| 3029 | ] |
| 3030 | |
| 3031 | [[package]] |
| 3032 | name = "serde_urlencoded" |
| 3033 | version = "0.7.1" |
| 3034 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3035 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 3036 | dependencies = [ |
| 3037 | "form_urlencoded", |
| 3038 | "itoa", |
| 3039 | "ryu", |
| 3040 | "serde", |
| 3041 | ] |
| 3042 | |
| 3043 | [[package]] |
| 3044 | name = "serde_with" |
| 3045 | version = "3.20.0" |
| 3046 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3047 | checksum = "e72c1c2cb7b223fafb600a619537a871c2818583d619401b785e7c0b746ccde2" |
| 3048 | dependencies = [ |
| 3049 | "base64 0.22.1", |
| 3050 | "bs58", |
| 3051 | "chrono", |
| 3052 | "hex", |
| 3053 | "indexmap 1.9.3", |
| 3054 | "indexmap 2.14.0", |
| 3055 | "schemars 0.9.0", |
| 3056 | "schemars 1.2.1", |
| 3057 | "serde_core", |
| 3058 | "serde_json", |
| 3059 | "serde_with_macros", |
| 3060 | "time", |
| 3061 | ] |
| 3062 | |
| 3063 | [[package]] |
| 3064 | name = "serde_with_macros" |
| 3065 | version = "3.20.0" |
| 3066 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3067 | checksum = "b90c488738ecb4fb0262f41f43bc40efc5868d9fb744319ddf5f5317f417bfac" |
| 3068 | dependencies = [ |
| 3069 | "darling 0.23.0", |
| 3070 | "proc-macro2", |
| 3071 | "quote", |
| 3072 | "syn", |
| 3073 | ] |
| 3074 | |
| 3075 | [[package]] |
| 3076 | name = "sha1" |
| 3077 | version = "0.10.6" |
| 3078 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3079 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| 3080 | dependencies = [ |
| 3081 | "cfg-if", |
| 3082 | "cpufeatures 0.2.17", |
| 3083 | "digest 0.10.7", |
| 3084 | ] |
| 3085 | |
| 3086 | [[package]] |
| 3087 | name = "sha2" |
| 3088 | version = "0.10.9" |
| 3089 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3090 | checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| 3091 | dependencies = [ |
| 3092 | "cfg-if", |
| 3093 | "cpufeatures 0.2.17", |
| 3094 | "digest 0.10.7", |
| 3095 | ] |
| 3096 | |
| 3097 | [[package]] |
| 3098 | name = "sha2" |
| 3099 | version = "0.11.0" |
| 3100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3101 | checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" |
| 3102 | dependencies = [ |
| 3103 | "cfg-if", |
| 3104 | "cpufeatures 0.3.0", |
| 3105 | "digest 0.11.3", |
| 3106 | ] |
| 3107 | |
| 3108 | [[package]] |
| 3109 | name = "sharded-slab" |
| 3110 | version = "0.1.7" |
| 3111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3112 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 3113 | dependencies = [ |
| 3114 | "lazy_static", |
| 3115 | ] |
| 3116 | |
| 3117 | [[package]] |
| 3118 | name = "shell-words" |
| 3119 | version = "1.1.1" |
| 3120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3121 | checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77" |
| 3122 | |
| 3123 | [[package]] |
| 3124 | name = "shlex" |
| 3125 | version = "1.3.0" |
| 3126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3127 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 3128 | |
| 3129 | [[package]] |
| 3130 | name = "signal-hook-registry" |
| 3131 | version = "1.4.8" |
| 3132 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3133 | checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 3134 | dependencies = [ |
| 3135 | "errno", |
| 3136 | "libc", |
| 3137 | ] |
| 3138 | |
| 3139 | [[package]] |
| 3140 | name = "simd_cesu8" |
| 3141 | version = "1.1.1" |
| 3142 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3143 | checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33" |
| 3144 | dependencies = [ |
| 3145 | "rustc_version", |
| 3146 | "simdutf8", |
| 3147 | ] |
| 3148 | |
| 3149 | [[package]] |
| 3150 | name = "simdutf8" |
| 3151 | version = "0.1.5" |
| 3152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3153 | checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" |
| 3154 | |
| 3155 | [[package]] |
| 3156 | name = "slab" |
| 3157 | version = "0.4.12" |
| 3158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3159 | checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 3160 | |
| 3161 | [[package]] |
| 3162 | name = "slug" |
| 3163 | version = "0.1.6" |
| 3164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3165 | checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724" |
| 3166 | dependencies = [ |
| 3167 | "deunicode", |
| 3168 | "wasm-bindgen", |
| 3169 | ] |
| 3170 | |
| 3171 | [[package]] |
| 3172 | name = "smallvec" |
| 3173 | version = "1.15.1" |
| 3174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3175 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 3176 | |
| 3177 | [[package]] |
| 3178 | name = "socket2" |
| 3179 | version = "0.6.3" |
| 3180 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3181 | checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" |
| 3182 | dependencies = [ |
| 3183 | "libc", |
| 3184 | "windows-sys 0.61.2", |
| 3185 | ] |
| 3186 | |
| 3187 | [[package]] |
| 3188 | name = "sqlite-wasm-rs" |
| 3189 | version = "0.5.3" |
| 3190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3191 | checksum = "1b2c760607300407ddeaee518acf28c795661b7108c75421303dbefb237d3a36" |
| 3192 | dependencies = [ |
| 3193 | "cc", |
| 3194 | "js-sys", |
| 3195 | "rsqlite-vfs", |
| 3196 | "wasm-bindgen", |
| 3197 | ] |
| 3198 | |
| 3199 | [[package]] |
| 3200 | name = "stable_deref_trait" |
| 3201 | version = "1.2.1" |
| 3202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3203 | checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 3204 | |
| 3205 | [[package]] |
| 3206 | name = "streaming-iterator" |
| 3207 | version = "0.1.9" |
| 3208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3209 | checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520" |
| 3210 | |
| 3211 | [[package]] |
| 3212 | name = "strsim" |
| 3213 | version = "0.11.1" |
| 3214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3215 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 3216 | |
| 3217 | [[package]] |
| 3218 | name = "strum" |
| 3219 | version = "0.26.3" |
| 3220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3221 | checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" |
| 3222 | |
| 3223 | [[package]] |
| 3224 | name = "strum" |
| 3225 | version = "0.27.2" |
| 3226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3227 | checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" |
| 3228 | |
| 3229 | [[package]] |
| 3230 | name = "strum_macros" |
| 3231 | version = "0.26.4" |
| 3232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3233 | checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" |
| 3234 | dependencies = [ |
| 3235 | "heck", |
| 3236 | "proc-macro2", |
| 3237 | "quote", |
| 3238 | "rustversion", |
| 3239 | "syn", |
| 3240 | ] |
| 3241 | |
| 3242 | [[package]] |
| 3243 | name = "strum_macros" |
| 3244 | version = "0.27.2" |
| 3245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3246 | checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" |
| 3247 | dependencies = [ |
| 3248 | "heck", |
| 3249 | "proc-macro2", |
| 3250 | "quote", |
| 3251 | "syn", |
| 3252 | ] |
| 3253 | |
| 3254 | [[package]] |
| 3255 | name = "subtle" |
| 3256 | version = "2.6.1" |
| 3257 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3258 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 3259 | |
| 3260 | [[package]] |
| 3261 | name = "syn" |
| 3262 | version = "2.0.117" |
| 3263 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3264 | checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 3265 | dependencies = [ |
| 3266 | "proc-macro2", |
| 3267 | "quote", |
| 3268 | "unicode-ident", |
| 3269 | ] |
| 3270 | |
| 3271 | [[package]] |
| 3272 | name = "sync_wrapper" |
| 3273 | version = "1.0.2" |
| 3274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3275 | checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| 3276 | dependencies = [ |
| 3277 | "futures-core", |
| 3278 | ] |
| 3279 | |
| 3280 | [[package]] |
| 3281 | name = "synstructure" |
| 3282 | version = "0.13.2" |
| 3283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3284 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 3285 | dependencies = [ |
| 3286 | "proc-macro2", |
| 3287 | "quote", |
| 3288 | "syn", |
| 3289 | ] |
| 3290 | |
| 3291 | [[package]] |
| 3292 | name = "table_to_html" |
| 3293 | version = "0.10.0" |
| 3294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3295 | checksum = "9a1d69d5968c9faef9b7a770d79201b06db31691af67d9aed010394477d4e1c8" |
| 3296 | dependencies = [ |
| 3297 | "tabled 0.21.0", |
| 3298 | ] |
| 3299 | |
| 3300 | [[package]] |
| 3301 | name = "tabled" |
| 3302 | version = "0.20.0" |
| 3303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3304 | checksum = "e39a2ee1fbcd360805a771e1b300f78cc88fec7b8d3e2f71cd37bbf23e725c7d" |
| 3305 | dependencies = [ |
| 3306 | "papergrid 0.17.0", |
| 3307 | "tabled_derive", |
| 3308 | "testing_table", |
| 3309 | ] |
| 3310 | |
| 3311 | [[package]] |
| 3312 | name = "tabled" |
| 3313 | version = "0.21.0" |
| 3314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3315 | checksum = "b5dc662e6da844ad6e428ad16b57967c9d33c82e16bb1c258326c0c078605dff" |
| 3316 | dependencies = [ |
| 3317 | "papergrid 0.18.0", |
| 3318 | "testing_table", |
| 3319 | ] |
| 3320 | |
| 3321 | [[package]] |
| 3322 | name = "tabled_derive" |
| 3323 | version = "0.11.0" |
| 3324 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3325 | checksum = "0ea5d1b13ca6cff1f9231ffd62f15eefd72543dab5e468735f1a456728a02846" |
| 3326 | dependencies = [ |
| 3327 | "heck", |
| 3328 | "proc-macro-error2", |
| 3329 | "proc-macro2", |
| 3330 | "quote", |
| 3331 | "syn", |
| 3332 | ] |
| 3333 | |
| 3334 | [[package]] |
| 3335 | name = "tar" |
| 3336 | version = "0.4.46" |
| 3337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3338 | checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" |
| 3339 | dependencies = [ |
| 3340 | "filetime", |
| 3341 | "libc", |
| 3342 | "xattr", |
| 3343 | ] |
| 3344 | |
| 3345 | [[package]] |
| 3346 | name = "tempfile" |
| 3347 | version = "3.27.0" |
| 3348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3349 | checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" |
| 3350 | dependencies = [ |
| 3351 | "fastrand", |
| 3352 | "getrandom 0.4.2", |
| 3353 | "once_cell", |
| 3354 | "rustix", |
| 3355 | "windows-sys 0.61.2", |
| 3356 | ] |
| 3357 | |
| 3358 | [[package]] |
| 3359 | name = "testing_table" |
| 3360 | version = "0.3.0" |
| 3361 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3362 | checksum = "0f8daae29995a24f65619e19d8d31dea5b389f3d853d8bf297bbf607cd0014cc" |
| 3363 | dependencies = [ |
| 3364 | "unicode-width", |
| 3365 | ] |
| 3366 | |
| 3367 | [[package]] |
| 3368 | name = "thiserror" |
| 3369 | version = "1.0.69" |
| 3370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3371 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 3372 | dependencies = [ |
| 3373 | "thiserror-impl 1.0.69", |
| 3374 | ] |
| 3375 | |
| 3376 | [[package]] |
| 3377 | name = "thiserror" |
| 3378 | version = "2.0.18" |
| 3379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3380 | checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 3381 | dependencies = [ |
| 3382 | "thiserror-impl 2.0.18", |
| 3383 | ] |
| 3384 | |
| 3385 | [[package]] |
| 3386 | name = "thiserror-impl" |
| 3387 | version = "1.0.69" |
| 3388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3389 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 3390 | dependencies = [ |
| 3391 | "proc-macro2", |
| 3392 | "quote", |
| 3393 | "syn", |
| 3394 | ] |
| 3395 | |
| 3396 | [[package]] |
| 3397 | name = "thiserror-impl" |
| 3398 | version = "2.0.18" |
| 3399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3400 | checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 3401 | dependencies = [ |
| 3402 | "proc-macro2", |
| 3403 | "quote", |
| 3404 | "syn", |
| 3405 | ] |
| 3406 | |
| 3407 | [[package]] |
| 3408 | name = "thread_local" |
| 3409 | version = "1.1.9" |
| 3410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3411 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 3412 | dependencies = [ |
| 3413 | "cfg-if", |
| 3414 | ] |
| 3415 | |
| 3416 | [[package]] |
| 3417 | name = "time" |
| 3418 | version = "0.3.47" |
| 3419 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3420 | checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" |
| 3421 | dependencies = [ |
| 3422 | "deranged", |
| 3423 | "itoa", |
| 3424 | "num-conv", |
| 3425 | "powerfmt", |
| 3426 | "serde_core", |
| 3427 | "time-core", |
| 3428 | "time-macros", |
| 3429 | ] |
| 3430 | |
| 3431 | [[package]] |
| 3432 | name = "time-core" |
| 3433 | version = "0.1.8" |
| 3434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3435 | checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" |
| 3436 | |
| 3437 | [[package]] |
| 3438 | name = "time-macros" |
| 3439 | version = "0.2.27" |
| 3440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3441 | checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" |
| 3442 | dependencies = [ |
| 3443 | "num-conv", |
| 3444 | "time-core", |
| 3445 | ] |
| 3446 | |
| 3447 | [[package]] |
| 3448 | name = "timeutil" |
| 3449 | version = "0.5.0" |
| 3450 | dependencies = [ |
| 3451 | "time", |
| 3452 | ] |
| 3453 | |
| 3454 | [[package]] |
| 3455 | name = "tinystr" |
| 3456 | version = "0.8.3" |
| 3457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3458 | checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" |
| 3459 | dependencies = [ |
| 3460 | "displaydoc", |
| 3461 | "zerovec", |
| 3462 | ] |
| 3463 | |
| 3464 | [[package]] |
| 3465 | name = "tinyvec" |
| 3466 | version = "1.11.0" |
| 3467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3468 | checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" |
| 3469 | dependencies = [ |
| 3470 | "tinyvec_macros", |
| 3471 | ] |
| 3472 | |
| 3473 | [[package]] |
| 3474 | name = "tinyvec_macros" |
| 3475 | version = "0.1.1" |
| 3476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3477 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 3478 | |
| 3479 | [[package]] |
| 3480 | name = "tokio" |
| 3481 | version = "1.52.3" |
| 3482 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3483 | checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" |
| 3484 | dependencies = [ |
| 3485 | "bytes", |
| 3486 | "libc", |
| 3487 | "mio", |
| 3488 | "parking_lot", |
| 3489 | "pin-project-lite", |
| 3490 | "signal-hook-registry", |
| 3491 | "socket2", |
| 3492 | "tokio-macros", |
| 3493 | "windows-sys 0.61.2", |
| 3494 | ] |
| 3495 | |
| 3496 | [[package]] |
| 3497 | name = "tokio-macros" |
| 3498 | version = "2.7.0" |
| 3499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3500 | checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" |
| 3501 | dependencies = [ |
| 3502 | "proc-macro2", |
| 3503 | "quote", |
| 3504 | "syn", |
| 3505 | ] |
| 3506 | |
| 3507 | [[package]] |
| 3508 | name = "tokio-rustls" |
| 3509 | version = "0.26.4" |
| 3510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3511 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| 3512 | dependencies = [ |
| 3513 | "rustls", |
| 3514 | "tokio", |
| 3515 | ] |
| 3516 | |
| 3517 | [[package]] |
| 3518 | name = "tokio-stream" |
| 3519 | version = "0.1.18" |
| 3520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3521 | checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" |
| 3522 | dependencies = [ |
| 3523 | "futures-core", |
| 3524 | "pin-project-lite", |
| 3525 | "tokio", |
| 3526 | ] |
| 3527 | |
| 3528 | [[package]] |
| 3529 | name = "tokio-util" |
| 3530 | version = "0.7.18" |
| 3531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3532 | checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" |
| 3533 | dependencies = [ |
| 3534 | "bytes", |
| 3535 | "futures-core", |
| 3536 | "futures-io", |
| 3537 | "futures-sink", |
| 3538 | "pin-project-lite", |
| 3539 | "tokio", |
| 3540 | ] |
| 3541 | |
| 3542 | [[package]] |
| 3543 | name = "toml" |
| 3544 | version = "0.8.23" |
| 3545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3546 | checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| 3547 | dependencies = [ |
| 3548 | "serde", |
| 3549 | "serde_spanned 0.6.9", |
| 3550 | "toml_datetime 0.6.11", |
| 3551 | "toml_edit", |
| 3552 | ] |
| 3553 | |
| 3554 | [[package]] |
| 3555 | name = "toml" |
| 3556 | version = "0.9.12+spec-1.1.0" |
| 3557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3558 | checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" |
| 3559 | dependencies = [ |
| 3560 | "serde_core", |
| 3561 | "serde_spanned 1.1.1", |
| 3562 | "toml_datetime 0.7.5+spec-1.1.0", |
| 3563 | "toml_parser", |
| 3564 | "winnow 0.7.15", |
| 3565 | ] |
| 3566 | |
| 3567 | [[package]] |
| 3568 | name = "toml_datetime" |
| 3569 | version = "0.6.11" |
| 3570 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3571 | checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| 3572 | dependencies = [ |
| 3573 | "serde", |
| 3574 | ] |
| 3575 | |
| 3576 | [[package]] |
| 3577 | name = "toml_datetime" |
| 3578 | version = "0.7.5+spec-1.1.0" |
| 3579 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3580 | checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" |
| 3581 | dependencies = [ |
| 3582 | "serde_core", |
| 3583 | ] |
| 3584 | |
| 3585 | [[package]] |
| 3586 | name = "toml_edit" |
| 3587 | version = "0.22.27" |
| 3588 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3589 | checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| 3590 | dependencies = [ |
| 3591 | "indexmap 2.14.0", |
| 3592 | "serde", |
| 3593 | "serde_spanned 0.6.9", |
| 3594 | "toml_datetime 0.6.11", |
| 3595 | "toml_write", |
| 3596 | "winnow 0.7.15", |
| 3597 | ] |
| 3598 | |
| 3599 | [[package]] |
| 3600 | name = "toml_parser" |
| 3601 | version = "1.1.2+spec-1.1.0" |
| 3602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3603 | checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" |
| 3604 | dependencies = [ |
| 3605 | "winnow 1.0.3", |
| 3606 | ] |
| 3607 | |
| 3608 | [[package]] |
| 3609 | name = "toml_write" |
| 3610 | version = "0.1.2" |
| 3611 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3612 | checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| 3613 | |
| 3614 | [[package]] |
| 3615 | name = "tower" |
| 3616 | version = "0.5.3" |
| 3617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3618 | checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| 3619 | dependencies = [ |
| 3620 | "futures-core", |
| 3621 | "futures-util", |
| 3622 | "pin-project-lite", |
| 3623 | "sync_wrapper", |
| 3624 | "tokio", |
| 3625 | "tower-layer", |
| 3626 | "tower-service", |
| 3627 | "tracing", |
| 3628 | ] |
| 3629 | |
| 3630 | [[package]] |
| 3631 | name = "tower-http" |
| 3632 | version = "0.6.11" |
| 3633 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3634 | checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" |
| 3635 | dependencies = [ |
| 3636 | "bitflags", |
| 3637 | "bytes", |
| 3638 | "futures-util", |
| 3639 | "http", |
| 3640 | "http-body", |
| 3641 | "pin-project-lite", |
| 3642 | "tower", |
| 3643 | "tower-layer", |
| 3644 | "tower-service", |
| 3645 | "tracing", |
| 3646 | "url", |
| 3647 | ] |
| 3648 | |
| 3649 | [[package]] |
| 3650 | name = "tower-layer" |
| 3651 | version = "0.3.3" |
| 3652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3653 | checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 3654 | |
| 3655 | [[package]] |
| 3656 | name = "tower-service" |
| 3657 | version = "0.3.3" |
| 3658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3659 | checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 3660 | |
| 3661 | [[package]] |
| 3662 | name = "tracing" |
| 3663 | version = "0.1.44" |
| 3664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3665 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 3666 | dependencies = [ |
| 3667 | "log", |
| 3668 | "pin-project-lite", |
| 3669 | "tracing-attributes", |
| 3670 | "tracing-core", |
| 3671 | ] |
| 3672 | |
| 3673 | [[package]] |
| 3674 | name = "tracing-attributes" |
| 3675 | version = "0.1.31" |
| 3676 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3677 | checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 3678 | dependencies = [ |
| 3679 | "proc-macro2", |
| 3680 | "quote", |
| 3681 | "syn", |
| 3682 | ] |
| 3683 | |
| 3684 | [[package]] |
| 3685 | name = "tracing-core" |
| 3686 | version = "0.1.36" |
| 3687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3688 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 3689 | dependencies = [ |
| 3690 | "once_cell", |
| 3691 | "valuable", |
| 3692 | ] |
| 3693 | |
| 3694 | [[package]] |
| 3695 | name = "tracing-log" |
| 3696 | version = "0.2.0" |
| 3697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3698 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 3699 | dependencies = [ |
| 3700 | "log", |
| 3701 | "once_cell", |
| 3702 | "tracing-core", |
| 3703 | ] |
| 3704 | |
| 3705 | [[package]] |
| 3706 | name = "tracing-subscriber" |
| 3707 | version = "0.3.23" |
| 3708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3709 | checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" |
| 3710 | dependencies = [ |
| 3711 | "matchers", |
| 3712 | "nu-ansi-term", |
| 3713 | "once_cell", |
| 3714 | "regex-automata", |
| 3715 | "sharded-slab", |
| 3716 | "smallvec", |
| 3717 | "thread_local", |
| 3718 | "tracing", |
| 3719 | "tracing-core", |
| 3720 | "tracing-log", |
| 3721 | ] |
| 3722 | |
| 3723 | [[package]] |
| 3724 | name = "tree-sitter" |
| 3725 | version = "0.25.10" |
| 3726 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3727 | checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87" |
| 3728 | dependencies = [ |
| 3729 | "cc", |
| 3730 | "regex", |
| 3731 | "regex-syntax", |
| 3732 | "serde_json", |
| 3733 | "streaming-iterator", |
| 3734 | "tree-sitter-language", |
| 3735 | ] |
| 3736 | |
| 3737 | [[package]] |
| 3738 | name = "tree-sitter-highlight" |
| 3739 | version = "0.25.10" |
| 3740 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3741 | checksum = "adc5f880ad8d8f94e88cb81c3557024cf1a8b75e3b504c50481ed4f5a6006ff3" |
| 3742 | dependencies = [ |
| 3743 | "regex", |
| 3744 | "streaming-iterator", |
| 3745 | "thiserror 2.0.18", |
| 3746 | "tree-sitter", |
| 3747 | ] |
| 3748 | |
| 3749 | [[package]] |
| 3750 | name = "tree-sitter-language" |
| 3751 | version = "0.1.7" |
| 3752 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3753 | checksum = "009994f150cc0cd50ff54917d5bc8bffe8cad10ca10d81c34da2ec421ae61782" |
| 3754 | |
| 3755 | [[package]] |
| 3756 | name = "try-lock" |
| 3757 | version = "0.2.5" |
| 3758 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3759 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 3760 | |
| 3761 | [[package]] |
| 3762 | name = "typed-arena" |
| 3763 | version = "2.0.2" |
| 3764 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3765 | checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" |
| 3766 | |
| 3767 | [[package]] |
| 3768 | name = "typenum" |
| 3769 | version = "1.20.0" |
| 3770 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3771 | checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" |
| 3772 | |
| 3773 | [[package]] |
| 3774 | name = "unicase" |
| 3775 | version = "2.9.0" |
| 3776 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3777 | checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" |
| 3778 | |
| 3779 | [[package]] |
| 3780 | name = "unicode-ident" |
| 3781 | version = "1.0.24" |
| 3782 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3783 | checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 3784 | |
| 3785 | [[package]] |
| 3786 | name = "unicode-normalization" |
| 3787 | version = "0.1.25" |
| 3788 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3789 | checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" |
| 3790 | dependencies = [ |
| 3791 | "tinyvec", |
| 3792 | ] |
| 3793 | |
| 3794 | [[package]] |
| 3795 | name = "unicode-segmentation" |
| 3796 | version = "1.13.2" |
| 3797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3798 | checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" |
| 3799 | |
| 3800 | [[package]] |
| 3801 | name = "unicode-width" |
| 3802 | version = "0.2.2" |
| 3803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3804 | checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
| 3805 | |
| 3806 | [[package]] |
| 3807 | name = "unicode-xid" |
| 3808 | version = "0.2.6" |
| 3809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3810 | checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 3811 | |
| 3812 | [[package]] |
| 3813 | name = "unicode_categories" |
| 3814 | version = "0.1.1" |
| 3815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3816 | checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" |
| 3817 | |
| 3818 | [[package]] |
| 3819 | name = "untrusted" |
| 3820 | version = "0.9.0" |
| 3821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3822 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 3823 | |
| 3824 | [[package]] |
| 3825 | name = "url" |
| 3826 | version = "2.5.8" |
| 3827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3828 | checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 3829 | dependencies = [ |
| 3830 | "form_urlencoded", |
| 3831 | "idna", |
| 3832 | "percent-encoding", |
| 3833 | "serde", |
| 3834 | "serde_derive", |
| 3835 | ] |
| 3836 | |
| 3837 | [[package]] |
| 3838 | name = "urlencoding" |
| 3839 | version = "2.1.3" |
| 3840 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3841 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
| 3842 | |
| 3843 | [[package]] |
| 3844 | name = "utf8_iter" |
| 3845 | version = "1.0.4" |
| 3846 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3847 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 3848 | |
| 3849 | [[package]] |
| 3850 | name = "utf8parse" |
| 3851 | version = "0.2.2" |
| 3852 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3853 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 3854 | |
| 3855 | [[package]] |
| 3856 | name = "uuid" |
| 3857 | version = "1.23.1" |
| 3858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3859 | checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" |
| 3860 | dependencies = [ |
| 3861 | "getrandom 0.4.2", |
| 3862 | "js-sys", |
| 3863 | "wasm-bindgen", |
| 3864 | ] |
| 3865 | |
| 3866 | [[package]] |
| 3867 | name = "valuable" |
| 3868 | version = "0.1.1" |
| 3869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3870 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 3871 | |
| 3872 | [[package]] |
| 3873 | name = "value-bag" |
| 3874 | version = "1.12.0" |
| 3875 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3876 | checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0" |
| 3877 | |
| 3878 | [[package]] |
| 3879 | name = "vcpkg" |
| 3880 | version = "0.2.15" |
| 3881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3882 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 3883 | |
| 3884 | [[package]] |
| 3885 | name = "version_check" |
| 3886 | version = "0.9.5" |
| 3887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3888 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 3889 | |
| 3890 | [[package]] |
| 3891 | name = "walkdir" |
| 3892 | version = "2.5.0" |
| 3893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3894 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 3895 | dependencies = [ |
| 3896 | "same-file", |
| 3897 | "winapi-util", |
| 3898 | ] |
| 3899 | |
| 3900 | [[package]] |
| 3901 | name = "want" |
| 3902 | version = "0.3.1" |
| 3903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3904 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 3905 | dependencies = [ |
| 3906 | "try-lock", |
| 3907 | ] |
| 3908 | |
| 3909 | [[package]] |
| 3910 | name = "wasi" |
| 3911 | version = "0.11.1+wasi-snapshot-preview1" |
| 3912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3913 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 3914 | |
| 3915 | [[package]] |
| 3916 | name = "wasip2" |
| 3917 | version = "1.0.3+wasi-0.2.9" |
| 3918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3919 | checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" |
| 3920 | dependencies = [ |
| 3921 | "wit-bindgen 0.57.1", |
| 3922 | ] |
| 3923 | |
| 3924 | [[package]] |
| 3925 | name = "wasip3" |
| 3926 | version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| 3927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3928 | checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| 3929 | dependencies = [ |
| 3930 | "wit-bindgen 0.51.0", |
| 3931 | ] |
| 3932 | |
| 3933 | [[package]] |
| 3934 | name = "wasm-bindgen" |
| 3935 | version = "0.2.121" |
| 3936 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3937 | checksum = "49ace1d07c165b0864824eee619580c4689389afa9dc9ed3a4c75040d82e6790" |
| 3938 | dependencies = [ |
| 3939 | "cfg-if", |
| 3940 | "once_cell", |
| 3941 | "rustversion", |
| 3942 | "wasm-bindgen-macro", |
| 3943 | "wasm-bindgen-shared", |
| 3944 | ] |
| 3945 | |
| 3946 | [[package]] |
| 3947 | name = "wasm-bindgen-futures" |
| 3948 | version = "0.4.71" |
| 3949 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3950 | checksum = "96492d0d3ffba25305a7dc88720d250b1401d7edca02cc3bcd50633b424673b8" |
| 3951 | dependencies = [ |
| 3952 | "js-sys", |
| 3953 | "wasm-bindgen", |
| 3954 | ] |
| 3955 | |
| 3956 | [[package]] |
| 3957 | name = "wasm-bindgen-macro" |
| 3958 | version = "0.2.121" |
| 3959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3960 | checksum = "8e68e6f4afd367a562002c05637acb8578ff2dea1943df76afb9e83d177c8578" |
| 3961 | dependencies = [ |
| 3962 | "quote", |
| 3963 | "wasm-bindgen-macro-support", |
| 3964 | ] |
| 3965 | |
| 3966 | [[package]] |
| 3967 | name = "wasm-bindgen-macro-support" |
| 3968 | version = "0.2.121" |
| 3969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3970 | checksum = "d95a9ec35c64b2a7cb35d3fead40c4238d0940c86d107136999567a4703259f2" |
| 3971 | dependencies = [ |
| 3972 | "bumpalo", |
| 3973 | "proc-macro2", |
| 3974 | "quote", |
| 3975 | "syn", |
| 3976 | "wasm-bindgen-shared", |
| 3977 | ] |
| 3978 | |
| 3979 | [[package]] |
| 3980 | name = "wasm-bindgen-shared" |
| 3981 | version = "0.2.121" |
| 3982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3983 | checksum = "c4e0100b01e9f0d03189a92b96772a1fb998639d981193d7dbab487302513441" |
| 3984 | dependencies = [ |
| 3985 | "unicode-ident", |
| 3986 | ] |
| 3987 | |
| 3988 | [[package]] |
| 3989 | name = "wasm-encoder" |
| 3990 | version = "0.244.0" |
| 3991 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3992 | checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| 3993 | dependencies = [ |
| 3994 | "leb128fmt", |
| 3995 | "wasmparser", |
| 3996 | ] |
| 3997 | |
| 3998 | [[package]] |
| 3999 | name = "wasm-metadata" |
| 4000 | version = "0.244.0" |
| 4001 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4002 | checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| 4003 | dependencies = [ |
| 4004 | "anyhow", |
| 4005 | "indexmap 2.14.0", |
| 4006 | "wasm-encoder", |
| 4007 | "wasmparser", |
| 4008 | ] |
| 4009 | |
| 4010 | [[package]] |
| 4011 | name = "wasm-streams" |
| 4012 | version = "0.5.0" |
| 4013 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4014 | checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb" |
| 4015 | dependencies = [ |
| 4016 | "futures-util", |
| 4017 | "js-sys", |
| 4018 | "wasm-bindgen", |
| 4019 | "wasm-bindgen-futures", |
| 4020 | "web-sys", |
| 4021 | ] |
| 4022 | |
| 4023 | [[package]] |
| 4024 | name = "wasmparser" |
| 4025 | version = "0.244.0" |
| 4026 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4027 | checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| 4028 | dependencies = [ |
| 4029 | "bitflags", |
| 4030 | "hashbrown 0.15.5", |
| 4031 | "indexmap 2.14.0", |
| 4032 | "semver", |
| 4033 | ] |
| 4034 | |
| 4035 | [[package]] |
| 4036 | name = "web-sys" |
| 4037 | version = "0.3.98" |
| 4038 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4039 | checksum = "4b572dff8bcf38bad0fa19729c89bb5748b2b9b1d8be70cf90df697e3a8f32aa" |
| 4040 | dependencies = [ |
| 4041 | "js-sys", |
| 4042 | "wasm-bindgen", |
| 4043 | ] |
| 4044 | |
| 4045 | [[package]] |
| 4046 | name = "web-time" |
| 4047 | version = "1.1.0" |
| 4048 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4049 | checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| 4050 | dependencies = [ |
| 4051 | "js-sys", |
| 4052 | "wasm-bindgen", |
| 4053 | ] |
| 4054 | |
| 4055 | [[package]] |
| 4056 | name = "webfinger-rs" |
| 4057 | version = "0.0.24" |
| 4058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4059 | checksum = "cab3215afe1bf13b561d561a889e4ef1158957b942c216ccba1ee5b57f20c725" |
| 4060 | dependencies = [ |
| 4061 | "async-convert", |
| 4062 | "axum", |
| 4063 | "axum-extra 0.12.6", |
| 4064 | "http", |
| 4065 | "nutype", |
| 4066 | "percent-encoding", |
| 4067 | "reqwest", |
| 4068 | "serde", |
| 4069 | "serde_json", |
| 4070 | "serde_with", |
| 4071 | "thiserror 2.0.18", |
| 4072 | "tracing", |
| 4073 | ] |
| 4074 | |
| 4075 | [[package]] |
| 4076 | name = "webpki-root-certs" |
| 4077 | version = "1.0.7" |
| 4078 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4079 | checksum = "f31141ce3fc3e300ae89b78c0dd67f9708061d1d2eda54b8209346fd6be9a92c" |
| 4080 | dependencies = [ |
| 4081 | "rustls-pki-types", |
| 4082 | ] |
| 4083 | |
| 4084 | [[package]] |
| 4085 | name = "winapi-util" |
| 4086 | version = "0.1.11" |
| 4087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4088 | checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 4089 | dependencies = [ |
| 4090 | "windows-sys 0.61.2", |
| 4091 | ] |
| 4092 | |
| 4093 | [[package]] |
| 4094 | name = "windows-core" |
| 4095 | version = "0.62.2" |
| 4096 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4097 | checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 4098 | dependencies = [ |
| 4099 | "windows-implement", |
| 4100 | "windows-interface", |
| 4101 | "windows-link", |
| 4102 | "windows-result", |
| 4103 | "windows-strings", |
| 4104 | ] |
| 4105 | |
| 4106 | [[package]] |
| 4107 | name = "windows-implement" |
| 4108 | version = "0.60.2" |
| 4109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4110 | checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 4111 | dependencies = [ |
| 4112 | "proc-macro2", |
| 4113 | "quote", |
| 4114 | "syn", |
| 4115 | ] |
| 4116 | |
| 4117 | [[package]] |
| 4118 | name = "windows-interface" |
| 4119 | version = "0.59.3" |
| 4120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4121 | checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 4122 | dependencies = [ |
| 4123 | "proc-macro2", |
| 4124 | "quote", |
| 4125 | "syn", |
| 4126 | ] |
| 4127 | |
| 4128 | [[package]] |
| 4129 | name = "windows-link" |
| 4130 | version = "0.2.1" |
| 4131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4132 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 4133 | |
| 4134 | [[package]] |
| 4135 | name = "windows-result" |
| 4136 | version = "0.4.1" |
| 4137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4138 | checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 4139 | dependencies = [ |
| 4140 | "windows-link", |
| 4141 | ] |
| 4142 | |
| 4143 | [[package]] |
| 4144 | name = "windows-strings" |
| 4145 | version = "0.5.1" |
| 4146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4147 | checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 4148 | dependencies = [ |
| 4149 | "windows-link", |
| 4150 | ] |
| 4151 | |
| 4152 | [[package]] |
| 4153 | name = "windows-sys" |
| 4154 | version = "0.52.0" |
| 4155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4156 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 4157 | dependencies = [ |
| 4158 | "windows-targets 0.52.6", |
| 4159 | ] |
| 4160 | |
| 4161 | [[package]] |
| 4162 | name = "windows-sys" |
| 4163 | version = "0.60.2" |
| 4164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4165 | checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| 4166 | dependencies = [ |
| 4167 | "windows-targets 0.53.5", |
| 4168 | ] |
| 4169 | |
| 4170 | [[package]] |
| 4171 | name = "windows-sys" |
| 4172 | version = "0.61.2" |
| 4173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4174 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 4175 | dependencies = [ |
| 4176 | "windows-link", |
| 4177 | ] |
| 4178 | |
| 4179 | [[package]] |
| 4180 | name = "windows-targets" |
| 4181 | version = "0.52.6" |
| 4182 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4183 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 4184 | dependencies = [ |
| 4185 | "windows_aarch64_gnullvm 0.52.6", |
| 4186 | "windows_aarch64_msvc 0.52.6", |
| 4187 | "windows_i686_gnu 0.52.6", |
| 4188 | "windows_i686_gnullvm 0.52.6", |
| 4189 | "windows_i686_msvc 0.52.6", |
| 4190 | "windows_x86_64_gnu 0.52.6", |
| 4191 | "windows_x86_64_gnullvm 0.52.6", |
| 4192 | "windows_x86_64_msvc 0.52.6", |
| 4193 | ] |
| 4194 | |
| 4195 | [[package]] |
| 4196 | name = "windows-targets" |
| 4197 | version = "0.53.5" |
| 4198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4199 | checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| 4200 | dependencies = [ |
| 4201 | "windows-link", |
| 4202 | "windows_aarch64_gnullvm 0.53.1", |
| 4203 | "windows_aarch64_msvc 0.53.1", |
| 4204 | "windows_i686_gnu 0.53.1", |
| 4205 | "windows_i686_gnullvm 0.53.1", |
| 4206 | "windows_i686_msvc 0.53.1", |
| 4207 | "windows_x86_64_gnu 0.53.1", |
| 4208 | "windows_x86_64_gnullvm 0.53.1", |
| 4209 | "windows_x86_64_msvc 0.53.1", |
| 4210 | ] |
| 4211 | |
| 4212 | [[package]] |
| 4213 | name = "windows_aarch64_gnullvm" |
| 4214 | version = "0.52.6" |
| 4215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4216 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 4217 | |
| 4218 | [[package]] |
| 4219 | name = "windows_aarch64_gnullvm" |
| 4220 | version = "0.53.1" |
| 4221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4222 | checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| 4223 | |
| 4224 | [[package]] |
| 4225 | name = "windows_aarch64_msvc" |
| 4226 | version = "0.52.6" |
| 4227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4228 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 4229 | |
| 4230 | [[package]] |
| 4231 | name = "windows_aarch64_msvc" |
| 4232 | version = "0.53.1" |
| 4233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4234 | checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| 4235 | |
| 4236 | [[package]] |
| 4237 | name = "windows_i686_gnu" |
| 4238 | version = "0.52.6" |
| 4239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4240 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 4241 | |
| 4242 | [[package]] |
| 4243 | name = "windows_i686_gnu" |
| 4244 | version = "0.53.1" |
| 4245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4246 | checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| 4247 | |
| 4248 | [[package]] |
| 4249 | name = "windows_i686_gnullvm" |
| 4250 | version = "0.52.6" |
| 4251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4252 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 4253 | |
| 4254 | [[package]] |
| 4255 | name = "windows_i686_gnullvm" |
| 4256 | version = "0.53.1" |
| 4257 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4258 | checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| 4259 | |
| 4260 | [[package]] |
| 4261 | name = "windows_i686_msvc" |
| 4262 | version = "0.52.6" |
| 4263 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4264 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 4265 | |
| 4266 | [[package]] |
| 4267 | name = "windows_i686_msvc" |
| 4268 | version = "0.53.1" |
| 4269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4270 | checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| 4271 | |
| 4272 | [[package]] |
| 4273 | name = "windows_x86_64_gnu" |
| 4274 | version = "0.52.6" |
| 4275 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4276 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 4277 | |
| 4278 | [[package]] |
| 4279 | name = "windows_x86_64_gnu" |
| 4280 | version = "0.53.1" |
| 4281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4282 | checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| 4283 | |
| 4284 | [[package]] |
| 4285 | name = "windows_x86_64_gnullvm" |
| 4286 | version = "0.52.6" |
| 4287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4288 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 4289 | |
| 4290 | [[package]] |
| 4291 | name = "windows_x86_64_gnullvm" |
| 4292 | version = "0.53.1" |
| 4293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4294 | checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| 4295 | |
| 4296 | [[package]] |
| 4297 | name = "windows_x86_64_msvc" |
| 4298 | version = "0.52.6" |
| 4299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4300 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 4301 | |
| 4302 | [[package]] |
| 4303 | name = "windows_x86_64_msvc" |
| 4304 | version = "0.53.1" |
| 4305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4306 | checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| 4307 | |
| 4308 | [[package]] |
| 4309 | name = "winnow" |
| 4310 | version = "0.7.15" |
| 4311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4312 | checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" |
| 4313 | dependencies = [ |
| 4314 | "memchr", |
| 4315 | ] |
| 4316 | |
| 4317 | [[package]] |
| 4318 | name = "winnow" |
| 4319 | version = "1.0.3" |
| 4320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4321 | checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1" |
| 4322 | |
| 4323 | [[package]] |
| 4324 | name = "wit-bindgen" |
| 4325 | version = "0.51.0" |
| 4326 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4327 | checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| 4328 | dependencies = [ |
| 4329 | "wit-bindgen-rust-macro", |
| 4330 | ] |
| 4331 | |
| 4332 | [[package]] |
| 4333 | name = "wit-bindgen" |
| 4334 | version = "0.57.1" |
| 4335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4336 | checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" |
| 4337 | |
| 4338 | [[package]] |
| 4339 | name = "wit-bindgen-core" |
| 4340 | version = "0.51.0" |
| 4341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4342 | checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" |
| 4343 | dependencies = [ |
| 4344 | "anyhow", |
| 4345 | "heck", |
| 4346 | "wit-parser", |
| 4347 | ] |
| 4348 | |
| 4349 | [[package]] |
| 4350 | name = "wit-bindgen-rust" |
| 4351 | version = "0.51.0" |
| 4352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4353 | checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" |
| 4354 | dependencies = [ |
| 4355 | "anyhow", |
| 4356 | "heck", |
| 4357 | "indexmap 2.14.0", |
| 4358 | "prettyplease", |
| 4359 | "syn", |
| 4360 | "wasm-metadata", |
| 4361 | "wit-bindgen-core", |
| 4362 | "wit-component", |
| 4363 | ] |
| 4364 | |
| 4365 | [[package]] |
| 4366 | name = "wit-bindgen-rust-macro" |
| 4367 | version = "0.51.0" |
| 4368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4369 | checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" |
| 4370 | dependencies = [ |
| 4371 | "anyhow", |
| 4372 | "prettyplease", |
| 4373 | "proc-macro2", |
| 4374 | "quote", |
| 4375 | "syn", |
| 4376 | "wit-bindgen-core", |
| 4377 | "wit-bindgen-rust", |
| 4378 | ] |
| 4379 | |
| 4380 | [[package]] |
| 4381 | name = "wit-component" |
| 4382 | version = "0.244.0" |
| 4383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4384 | checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" |
| 4385 | dependencies = [ |
| 4386 | "anyhow", |
| 4387 | "bitflags", |
| 4388 | "indexmap 2.14.0", |
| 4389 | "log", |
| 4390 | "serde", |
| 4391 | "serde_derive", |
| 4392 | "serde_json", |
| 4393 | "wasm-encoder", |
| 4394 | "wasm-metadata", |
| 4395 | "wasmparser", |
| 4396 | "wit-parser", |
| 4397 | ] |
| 4398 | |
| 4399 | [[package]] |
| 4400 | name = "wit-parser" |
| 4401 | version = "0.244.0" |
| 4402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4403 | checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" |
| 4404 | dependencies = [ |
| 4405 | "anyhow", |
| 4406 | "id-arena", |
| 4407 | "indexmap 2.14.0", |
| 4408 | "log", |
| 4409 | "semver", |
| 4410 | "serde", |
| 4411 | "serde_derive", |
| 4412 | "serde_json", |
| 4413 | "unicode-xid", |
| 4414 | "wasmparser", |
| 4415 | ] |
| 4416 | |
| 4417 | [[package]] |
| 4418 | name = "writeable" |
| 4419 | version = "0.6.3" |
| 4420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4421 | checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" |
| 4422 | |
| 4423 | [[package]] |
| 4424 | name = "xattr" |
| 4425 | version = "1.6.1" |
| 4426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4427 | checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" |
| 4428 | dependencies = [ |
| 4429 | "libc", |
| 4430 | "rustix", |
| 4431 | ] |
| 4432 | |
| 4433 | [[package]] |
| 4434 | name = "xtask" |
| 4435 | version = "0.5.0" |
| 4436 | dependencies = [ |
| 4437 | "ayllu_cmd", |
| 4438 | "clap", |
| 4439 | "clap_complete", |
| 4440 | "clap_mangen", |
| 4441 | ] |
| 4442 | |
| 4443 | [[package]] |
| 4444 | name = "yoke" |
| 4445 | version = "0.8.2" |
| 4446 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4447 | checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca" |
| 4448 | dependencies = [ |
| 4449 | "stable_deref_trait", |
| 4450 | "yoke-derive", |
| 4451 | "zerofrom", |
| 4452 | ] |
| 4453 | |
| 4454 | [[package]] |
| 4455 | name = "yoke-derive" |
| 4456 | version = "0.8.2" |
| 4457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4458 | checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" |
| 4459 | dependencies = [ |
| 4460 | "proc-macro2", |
| 4461 | "quote", |
| 4462 | "syn", |
| 4463 | "synstructure", |
| 4464 | ] |
| 4465 | |
| 4466 | [[package]] |
| 4467 | name = "zerocopy" |
| 4468 | version = "0.8.48" |
| 4469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4470 | checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9" |
| 4471 | dependencies = [ |
| 4472 | "zerocopy-derive", |
| 4473 | ] |
| 4474 | |
| 4475 | [[package]] |
| 4476 | name = "zerocopy-derive" |
| 4477 | version = "0.8.48" |
| 4478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4479 | checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4" |
| 4480 | dependencies = [ |
| 4481 | "proc-macro2", |
| 4482 | "quote", |
| 4483 | "syn", |
| 4484 | ] |
| 4485 | |
| 4486 | [[package]] |
| 4487 | name = "zerofrom" |
| 4488 | version = "0.1.8" |
| 4489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4490 | checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" |
| 4491 | dependencies = [ |
| 4492 | "zerofrom-derive", |
| 4493 | ] |
| 4494 | |
| 4495 | [[package]] |
| 4496 | name = "zerofrom-derive" |
| 4497 | version = "0.1.7" |
| 4498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4499 | checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" |
| 4500 | dependencies = [ |
| 4501 | "proc-macro2", |
| 4502 | "quote", |
| 4503 | "syn", |
| 4504 | "synstructure", |
| 4505 | ] |
| 4506 | |
| 4507 | [[package]] |
| 4508 | name = "zeroize" |
| 4509 | version = "1.8.2" |
| 4510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4511 | checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" |
| 4512 | |
| 4513 | [[package]] |
| 4514 | name = "zerotrie" |
| 4515 | version = "0.2.4" |
| 4516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4517 | checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" |
| 4518 | dependencies = [ |
| 4519 | "displaydoc", |
| 4520 | "yoke", |
| 4521 | "zerofrom", |
| 4522 | ] |
| 4523 | |
| 4524 | [[package]] |
| 4525 | name = "zerovec" |
| 4526 | version = "0.11.6" |
| 4527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4528 | checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" |
| 4529 | dependencies = [ |
| 4530 | "yoke", |
| 4531 | "zerofrom", |
| 4532 | "zerovec-derive", |
| 4533 | ] |
| 4534 | |
| 4535 | [[package]] |
| 4536 | name = "zerovec-derive" |
| 4537 | version = "0.11.3" |
| 4538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4539 | checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" |
| 4540 | dependencies = [ |
| 4541 | "proc-macro2", |
| 4542 | "quote", |
| 4543 | "syn", |
| 4544 | ] |
| 4545 | |
| 4546 | [[package]] |
| 4547 | name = "zmij" |
| 4548 | version = "1.0.21" |
| 4549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4550 | checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |