| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "addr2line" |
| 7 | version = "0.24.2" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" |
| 10 | dependencies = [ |
| 11 | "gimli", |
| 12 | ] |
| 13 | |
| 14 | [[package]] |
| 15 | name = "adler2" |
| 16 | version = "2.0.1" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| 19 | |
| 20 | [[package]] |
| 21 | name = "aho-corasick" |
| 22 | version = "1.1.3" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
| 25 | dependencies = [ |
| 26 | "memchr", |
| 27 | ] |
| 28 | |
| 29 | [[package]] |
| 30 | name = "allocator-api2" |
| 31 | version = "0.2.21" |
| 32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 34 | |
| 35 | [[package]] |
| 36 | name = "android-tzdata" |
| 37 | version = "0.1.1" |
| 38 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 39 | checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
| 40 | |
| 41 | [[package]] |
| 42 | name = "android_system_properties" |
| 43 | version = "0.1.5" |
| 44 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 45 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 46 | dependencies = [ |
| 47 | "libc", |
| 48 | ] |
| 49 | |
| 50 | [[package]] |
| 51 | name = "anstream" |
| 52 | version = "0.6.19" |
| 53 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 54 | checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933" |
| 55 | dependencies = [ |
| 56 | "anstyle", |
| 57 | "anstyle-parse", |
| 58 | "anstyle-query", |
| 59 | "anstyle-wincon", |
| 60 | "colorchoice", |
| 61 | "is_terminal_polyfill", |
| 62 | "utf8parse", |
| 63 | ] |
| 64 | |
| 65 | [[package]] |
| 66 | name = "anstyle" |
| 67 | version = "1.0.11" |
| 68 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 69 | checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" |
| 70 | |
| 71 | [[package]] |
| 72 | name = "anstyle-parse" |
| 73 | version = "0.2.7" |
| 74 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 75 | checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" |
| 76 | dependencies = [ |
| 77 | "utf8parse", |
| 78 | ] |
| 79 | |
| 80 | [[package]] |
| 81 | name = "anstyle-query" |
| 82 | version = "1.1.3" |
| 83 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 84 | checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9" |
| 85 | dependencies = [ |
| 86 | "windows-sys 0.59.0", |
| 87 | ] |
| 88 | |
| 89 | [[package]] |
| 90 | name = "anstyle-wincon" |
| 91 | version = "3.0.9" |
| 92 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 93 | checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882" |
| 94 | dependencies = [ |
| 95 | "anstyle", |
| 96 | "once_cell_polyfill", |
| 97 | "windows-sys 0.59.0", |
| 98 | ] |
| 99 | |
| 100 | [[package]] |
| 101 | name = "askama" |
| 102 | version = "0.14.0" |
| 103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 104 | checksum = "f75363874b771be265f4ffe307ca705ef6f3baa19011c149da8674a87f1b75c4" |
| 105 | dependencies = [ |
| 106 | "askama_derive", |
| 107 | "itoa", |
| 108 | "percent-encoding", |
| 109 | "serde", |
| 110 | "serde_json", |
| 111 | ] |
| 112 | |
| 113 | [[package]] |
| 114 | name = "askama_derive" |
| 115 | version = "0.14.0" |
| 116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 117 | checksum = "129397200fe83088e8a68407a8e2b1f826cf0086b21ccdb866a722c8bcd3a94f" |
| 118 | dependencies = [ |
| 119 | "askama_parser", |
| 120 | "basic-toml", |
| 121 | "memchr", |
| 122 | "proc-macro2", |
| 123 | "quote", |
| 124 | "rustc-hash", |
| 125 | "serde", |
| 126 | "serde_derive", |
| 127 | "syn", |
| 128 | ] |
| 129 | |
| 130 | [[package]] |
| 131 | name = "askama_parser" |
| 132 | version = "0.14.0" |
| 133 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 134 | checksum = "d6ab5630b3d5eaf232620167977f95eb51f3432fc76852328774afbd242d4358" |
| 135 | dependencies = [ |
| 136 | "memchr", |
| 137 | "serde", |
| 138 | "serde_derive", |
| 139 | "winnow", |
| 140 | ] |
| 141 | |
| 142 | [[package]] |
| 143 | name = "async-convert" |
| 144 | version = "1.0.0" |
| 145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 146 | checksum = "6d416feee97712e43152cd42874de162b8f9b77295b1c85e5d92725cc8310bae" |
| 147 | dependencies = [ |
| 148 | "async-trait", |
| 149 | ] |
| 150 | |
| 151 | [[package]] |
| 152 | name = "async-trait" |
| 153 | version = "0.1.88" |
| 154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 155 | checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" |
| 156 | dependencies = [ |
| 157 | "proc-macro2", |
| 158 | "quote", |
| 159 | "syn", |
| 160 | ] |
| 161 | |
| 162 | [[package]] |
| 163 | name = "atoi" |
| 164 | version = "2.0.0" |
| 165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 166 | checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" |
| 167 | dependencies = [ |
| 168 | "num-traits", |
| 169 | ] |
| 170 | |
| 171 | [[package]] |
| 172 | name = "atom_syndication" |
| 173 | version = "0.12.7" |
| 174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 175 | checksum = "d2f68d23e2cb4fd958c705b91a6b4c80ceeaf27a9e11651272a8389d5ce1a4a3" |
| 176 | dependencies = [ |
| 177 | "chrono", |
| 178 | "derive_builder", |
| 179 | "diligent-date-parser", |
| 180 | "never", |
| 181 | "quick-xml", |
| 182 | ] |
| 183 | |
| 184 | [[package]] |
| 185 | name = "atomic-waker" |
| 186 | version = "1.1.2" |
| 187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 188 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 189 | |
| 190 | [[package]] |
| 191 | name = "autocfg" |
| 192 | version = "1.5.0" |
| 193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 194 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 195 | |
| 196 | [[package]] |
| 197 | name = "axum" |
| 198 | version = "0.8.4" |
| 199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 200 | checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" |
| 201 | dependencies = [ |
| 202 | "axum-core", |
| 203 | "axum-macros", |
| 204 | "bytes", |
| 205 | "form_urlencoded", |
| 206 | "futures-util", |
| 207 | "http", |
| 208 | "http-body", |
| 209 | "http-body-util", |
| 210 | "hyper", |
| 211 | "hyper-util", |
| 212 | "itoa", |
| 213 | "matchit", |
| 214 | "memchr", |
| 215 | "mime", |
| 216 | "percent-encoding", |
| 217 | "pin-project-lite", |
| 218 | "rustversion", |
| 219 | "serde", |
| 220 | "serde_json", |
| 221 | "serde_path_to_error", |
| 222 | "serde_urlencoded", |
| 223 | "sync_wrapper", |
| 224 | "tokio", |
| 225 | "tower", |
| 226 | "tower-layer", |
| 227 | "tower-service", |
| 228 | "tracing", |
| 229 | ] |
| 230 | |
| 231 | [[package]] |
| 232 | name = "axum-core" |
| 233 | version = "0.5.2" |
| 234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 235 | checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" |
| 236 | dependencies = [ |
| 237 | "bytes", |
| 238 | "futures-core", |
| 239 | "http", |
| 240 | "http-body", |
| 241 | "http-body-util", |
| 242 | "mime", |
| 243 | "pin-project-lite", |
| 244 | "rustversion", |
| 245 | "sync_wrapper", |
| 246 | "tower-layer", |
| 247 | "tower-service", |
| 248 | "tracing", |
| 249 | ] |
| 250 | |
| 251 | [[package]] |
| 252 | name = "axum-extra" |
| 253 | version = "0.10.1" |
| 254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 255 | checksum = "45bf463831f5131b7d3c756525b305d40f1185b688565648a92e1392ca35713d" |
| 256 | dependencies = [ |
| 257 | "axum", |
| 258 | "axum-core", |
| 259 | "bytes", |
| 260 | "cookie", |
| 261 | "form_urlencoded", |
| 262 | "futures-util", |
| 263 | "headers", |
| 264 | "http", |
| 265 | "http-body", |
| 266 | "http-body-util", |
| 267 | "mime", |
| 268 | "pin-project-lite", |
| 269 | "rustversion", |
| 270 | "serde", |
| 271 | "serde_html_form", |
| 272 | "serde_path_to_error", |
| 273 | "tower", |
| 274 | "tower-layer", |
| 275 | "tower-service", |
| 276 | ] |
| 277 | |
| 278 | [[package]] |
| 279 | name = "axum-macros" |
| 280 | version = "0.5.0" |
| 281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 282 | checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c" |
| 283 | dependencies = [ |
| 284 | "proc-macro2", |
| 285 | "quote", |
| 286 | "syn", |
| 287 | ] |
| 288 | |
| 289 | [[package]] |
| 290 | name = "ayllu" |
| 291 | version = "0.5.1" |
| 292 | dependencies = [ |
| 293 | "askama", |
| 294 | "axum", |
| 295 | "axum-extra", |
| 296 | "ayllu_api", |
| 297 | "ayllu_cmd", |
| 298 | "ayllu_config", |
| 299 | "ayllu_database", |
| 300 | "ayllu_git", |
| 301 | "ayllu_identity", |
| 302 | "bytes", |
| 303 | "comrak", |
| 304 | "const-css-minify", |
| 305 | "file-mode", |
| 306 | "futures", |
| 307 | "git2", |
| 308 | "headers", |
| 309 | "httparse", |
| 310 | "layout-rs", |
| 311 | "lazy_static", |
| 312 | "libloading", |
| 313 | "mime", |
| 314 | "mime_guess", |
| 315 | "petgraph", |
| 316 | "rss", |
| 317 | "rustc_version", |
| 318 | "serde", |
| 319 | "serde_json", |
| 320 | "tempfile", |
| 321 | "thiserror 2.0.12", |
| 322 | "time", |
| 323 | "timeutil", |
| 324 | "tokio", |
| 325 | "tokio-stream", |
| 326 | "tokio-util", |
| 327 | "tower", |
| 328 | "tower-http", |
| 329 | "tracing", |
| 330 | "tracing-subscriber", |
| 331 | "tree-sitter", |
| 332 | "tree-sitter-highlight", |
| 333 | "url", |
| 334 | "webfinger-rs 0.0.13", |
| 335 | ] |
| 336 | |
| 337 | [[package]] |
| 338 | name = "ayllu-build" |
| 339 | version = "0.2.1" |
| 340 | dependencies = [ |
| 341 | "async-trait", |
| 342 | "ayllu_api", |
| 343 | "ayllu_config", |
| 344 | "ayllu_database", |
| 345 | "ayllu_git", |
| 346 | "ayllu_logging", |
| 347 | "clap", |
| 348 | "clap_complete", |
| 349 | "petgraph", |
| 350 | "serde", |
| 351 | "serde_json", |
| 352 | "tokio", |
| 353 | "tracing", |
| 354 | ] |
| 355 | |
| 356 | [[package]] |
| 357 | name = "ayllu-keys" |
| 358 | version = "0.5.1" |
| 359 | dependencies = [ |
| 360 | "ayllu_cmd", |
| 361 | "ayllu_config", |
| 362 | "ayllu_identity", |
| 363 | "serde", |
| 364 | ] |
| 365 | |
| 366 | [[package]] |
| 367 | name = "ayllu-migrate" |
| 368 | version = "0.1.0" |
| 369 | dependencies = [ |
| 370 | "ayllu_cmd", |
| 371 | "ayllu_config", |
| 372 | "ayllu_database", |
| 373 | "ayllu_logging", |
| 374 | "serde", |
| 375 | "tokio", |
| 376 | "tracing", |
| 377 | ] |
| 378 | |
| 379 | [[package]] |
| 380 | name = "ayllu-shell" |
| 381 | version = "0.5.1" |
| 382 | dependencies = [ |
| 383 | "ayllu_cmd", |
| 384 | "ayllu_config", |
| 385 | "ayllu_git", |
| 386 | "ayllu_identity", |
| 387 | "dialoguer", |
| 388 | "serde", |
| 389 | "thiserror 2.0.12", |
| 390 | ] |
| 391 | |
| 392 | [[package]] |
| 393 | name = "ayllu_api" |
| 394 | version = "0.2.1" |
| 395 | dependencies = [ |
| 396 | "serde", |
| 397 | "thiserror 2.0.12", |
| 398 | ] |
| 399 | |
| 400 | [[package]] |
| 401 | name = "ayllu_cmd" |
| 402 | version = "0.1.0" |
| 403 | dependencies = [ |
| 404 | "ayllu_config", |
| 405 | "clap", |
| 406 | "tracing", |
| 407 | "url", |
| 408 | ] |
| 409 | |
| 410 | [[package]] |
| 411 | name = "ayllu_config" |
| 412 | version = "0.2.1" |
| 413 | dependencies = [ |
| 414 | "clap", |
| 415 | "serde", |
| 416 | "serde_json", |
| 417 | "tempfile", |
| 418 | "thiserror 2.0.12", |
| 419 | "toml", |
| 420 | "toml_edit", |
| 421 | ] |
| 422 | |
| 423 | [[package]] |
| 424 | name = "ayllu_database" |
| 425 | version = "0.2.1" |
| 426 | dependencies = [ |
| 427 | "async-trait", |
| 428 | "futures", |
| 429 | "serde", |
| 430 | "serde_json", |
| 431 | "sqlx", |
| 432 | "time", |
| 433 | "tracing", |
| 434 | ] |
| 435 | |
| 436 | [[package]] |
| 437 | name = "ayllu_git" |
| 438 | version = "0.2.1" |
| 439 | dependencies = [ |
| 440 | "git2", |
| 441 | "rand 0.9.2", |
| 442 | "serde", |
| 443 | "tempfile", |
| 444 | "tokio", |
| 445 | "tracing", |
| 446 | ] |
| 447 | |
| 448 | [[package]] |
| 449 | name = "ayllu_identity" |
| 450 | version = "0.1.0" |
| 451 | dependencies = [ |
| 452 | "openssh-keys", |
| 453 | "serde", |
| 454 | "url", |
| 455 | ] |
| 456 | |
| 457 | [[package]] |
| 458 | name = "ayllu_logging" |
| 459 | version = "0.1.0" |
| 460 | dependencies = [ |
| 461 | "tracing", |
| 462 | "tracing-subscriber", |
| 463 | ] |
| 464 | |
| 465 | [[package]] |
| 466 | name = "backtrace" |
| 467 | version = "0.3.75" |
| 468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 469 | checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" |
| 470 | dependencies = [ |
| 471 | "addr2line", |
| 472 | "cfg-if", |
| 473 | "libc", |
| 474 | "miniz_oxide", |
| 475 | "object", |
| 476 | "rustc-demangle", |
| 477 | "windows-targets 0.52.6", |
| 478 | ] |
| 479 | |
| 480 | [[package]] |
| 481 | name = "base64" |
| 482 | version = "0.21.7" |
| 483 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 484 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
| 485 | |
| 486 | [[package]] |
| 487 | name = "base64" |
| 488 | version = "0.22.1" |
| 489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 490 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 491 | |
| 492 | [[package]] |
| 493 | name = "base64ct" |
| 494 | version = "1.8.0" |
| 495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 496 | checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" |
| 497 | |
| 498 | [[package]] |
| 499 | name = "basic-toml" |
| 500 | version = "0.1.10" |
| 501 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 502 | checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a" |
| 503 | dependencies = [ |
| 504 | "serde", |
| 505 | ] |
| 506 | |
| 507 | [[package]] |
| 508 | name = "bitflags" |
| 509 | version = "2.9.1" |
| 510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 511 | checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" |
| 512 | dependencies = [ |
| 513 | "serde", |
| 514 | ] |
| 515 | |
| 516 | [[package]] |
| 517 | name = "block-buffer" |
| 518 | version = "0.10.4" |
| 519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 520 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 521 | dependencies = [ |
| 522 | "generic-array", |
| 523 | ] |
| 524 | |
| 525 | [[package]] |
| 526 | name = "bumpalo" |
| 527 | version = "3.19.0" |
| 528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 529 | checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" |
| 530 | |
| 531 | [[package]] |
| 532 | name = "byteorder" |
| 533 | version = "1.5.0" |
| 534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 535 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 536 | |
| 537 | [[package]] |
| 538 | name = "bytes" |
| 539 | version = "1.10.1" |
| 540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 541 | checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" |
| 542 | |
| 543 | [[package]] |
| 544 | name = "caseless" |
| 545 | version = "0.2.2" |
| 546 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 547 | checksum = "8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8" |
| 548 | dependencies = [ |
| 549 | "unicode-normalization", |
| 550 | ] |
| 551 | |
| 552 | [[package]] |
| 553 | name = "cc" |
| 554 | version = "1.2.30" |
| 555 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 556 | checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7" |
| 557 | dependencies = [ |
| 558 | "jobserver", |
| 559 | "libc", |
| 560 | "shlex", |
| 561 | ] |
| 562 | |
| 563 | [[package]] |
| 564 | name = "cfg-if" |
| 565 | version = "1.0.1" |
| 566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 567 | checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" |
| 568 | |
| 569 | [[package]] |
| 570 | name = "chrono" |
| 571 | version = "0.4.41" |
| 572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 573 | checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" |
| 574 | dependencies = [ |
| 575 | "android-tzdata", |
| 576 | "iana-time-zone", |
| 577 | "num-traits", |
| 578 | "serde", |
| 579 | "windows-link", |
| 580 | ] |
| 581 | |
| 582 | [[package]] |
| 583 | name = "clap" |
| 584 | version = "4.5.41" |
| 585 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 586 | checksum = "be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9" |
| 587 | dependencies = [ |
| 588 | "clap_builder", |
| 589 | "clap_derive", |
| 590 | ] |
| 591 | |
| 592 | [[package]] |
| 593 | name = "clap_builder" |
| 594 | version = "4.5.41" |
| 595 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 596 | checksum = "707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d" |
| 597 | dependencies = [ |
| 598 | "anstream", |
| 599 | "anstyle", |
| 600 | "clap_lex", |
| 601 | "strsim", |
| 602 | ] |
| 603 | |
| 604 | [[package]] |
| 605 | name = "clap_complete" |
| 606 | version = "4.5.55" |
| 607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 608 | checksum = "a5abde44486daf70c5be8b8f8f1b66c49f86236edf6fa2abadb4d961c4c6229a" |
| 609 | dependencies = [ |
| 610 | "clap", |
| 611 | ] |
| 612 | |
| 613 | [[package]] |
| 614 | name = "clap_derive" |
| 615 | version = "4.5.41" |
| 616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 617 | checksum = "ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491" |
| 618 | dependencies = [ |
| 619 | "heck", |
| 620 | "proc-macro2", |
| 621 | "quote", |
| 622 | "syn", |
| 623 | ] |
| 624 | |
| 625 | [[package]] |
| 626 | name = "clap_lex" |
| 627 | version = "0.7.5" |
| 628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 629 | checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" |
| 630 | |
| 631 | [[package]] |
| 632 | name = "clap_mangen" |
| 633 | version = "0.2.29" |
| 634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 635 | checksum = "27b4c3c54b30f0d9adcb47f25f61fcce35c4dd8916638c6b82fbd5f4fb4179e2" |
| 636 | dependencies = [ |
| 637 | "clap", |
| 638 | "roff", |
| 639 | ] |
| 640 | |
| 641 | [[package]] |
| 642 | name = "colorchoice" |
| 643 | version = "1.0.4" |
| 644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 645 | checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" |
| 646 | |
| 647 | [[package]] |
| 648 | name = "comrak" |
| 649 | version = "0.39.1" |
| 650 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 651 | checksum = "2fefab951771fc3beeed0773ce66a4f7b706273fc6c4c95b08dd1615744abcf5" |
| 652 | dependencies = [ |
| 653 | "caseless", |
| 654 | "entities", |
| 655 | "memchr", |
| 656 | "slug", |
| 657 | "typed-arena", |
| 658 | "unicode_categories", |
| 659 | ] |
| 660 | |
| 661 | [[package]] |
| 662 | name = "concurrent-queue" |
| 663 | version = "2.5.0" |
| 664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 665 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 666 | dependencies = [ |
| 667 | "crossbeam-utils", |
| 668 | ] |
| 669 | |
| 670 | [[package]] |
| 671 | name = "console" |
| 672 | version = "0.15.11" |
| 673 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 674 | checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" |
| 675 | dependencies = [ |
| 676 | "encode_unicode", |
| 677 | "libc", |
| 678 | "once_cell", |
| 679 | "unicode-width", |
| 680 | "windows-sys 0.59.0", |
| 681 | ] |
| 682 | |
| 683 | [[package]] |
| 684 | name = "const-css-minify" |
| 685 | version = "1.0.0" |
| 686 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 687 | checksum = "cb16320721f6441f979feff82c8b4fe789a5423f48e4e724d124211c44be43af" |
| 688 | |
| 689 | [[package]] |
| 690 | name = "const-oid" |
| 691 | version = "0.9.6" |
| 692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 693 | checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" |
| 694 | |
| 695 | [[package]] |
| 696 | name = "convert_case" |
| 697 | version = "0.6.0" |
| 698 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 699 | checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" |
| 700 | dependencies = [ |
| 701 | "unicode-segmentation", |
| 702 | ] |
| 703 | |
| 704 | [[package]] |
| 705 | name = "cookie" |
| 706 | version = "0.18.1" |
| 707 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 708 | checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" |
| 709 | dependencies = [ |
| 710 | "percent-encoding", |
| 711 | "time", |
| 712 | "version_check", |
| 713 | ] |
| 714 | |
| 715 | [[package]] |
| 716 | name = "core-foundation" |
| 717 | version = "0.9.4" |
| 718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 719 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| 720 | dependencies = [ |
| 721 | "core-foundation-sys", |
| 722 | "libc", |
| 723 | ] |
| 724 | |
| 725 | [[package]] |
| 726 | name = "core-foundation-sys" |
| 727 | version = "0.8.7" |
| 728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 729 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 730 | |
| 731 | [[package]] |
| 732 | name = "cpufeatures" |
| 733 | version = "0.2.17" |
| 734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 735 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 736 | dependencies = [ |
| 737 | "libc", |
| 738 | ] |
| 739 | |
| 740 | [[package]] |
| 741 | name = "crc" |
| 742 | version = "3.3.0" |
| 743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 744 | checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" |
| 745 | dependencies = [ |
| 746 | "crc-catalog", |
| 747 | ] |
| 748 | |
| 749 | [[package]] |
| 750 | name = "crc-catalog" |
| 751 | version = "2.4.0" |
| 752 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 753 | checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" |
| 754 | |
| 755 | [[package]] |
| 756 | name = "crossbeam-queue" |
| 757 | version = "0.3.12" |
| 758 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 759 | checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" |
| 760 | dependencies = [ |
| 761 | "crossbeam-utils", |
| 762 | ] |
| 763 | |
| 764 | [[package]] |
| 765 | name = "crossbeam-utils" |
| 766 | version = "0.8.21" |
| 767 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 768 | checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 769 | |
| 770 | [[package]] |
| 771 | name = "crypto-common" |
| 772 | version = "0.1.6" |
| 773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 774 | checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
| 775 | dependencies = [ |
| 776 | "generic-array", |
| 777 | "typenum", |
| 778 | ] |
| 779 | |
| 780 | [[package]] |
| 781 | name = "darling" |
| 782 | version = "0.20.11" |
| 783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 784 | checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" |
| 785 | dependencies = [ |
| 786 | "darling_core", |
| 787 | "darling_macro", |
| 788 | ] |
| 789 | |
| 790 | [[package]] |
| 791 | name = "darling_core" |
| 792 | version = "0.20.11" |
| 793 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 794 | checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" |
| 795 | dependencies = [ |
| 796 | "fnv", |
| 797 | "ident_case", |
| 798 | "proc-macro2", |
| 799 | "quote", |
| 800 | "strsim", |
| 801 | "syn", |
| 802 | ] |
| 803 | |
| 804 | [[package]] |
| 805 | name = "darling_macro" |
| 806 | version = "0.20.11" |
| 807 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 808 | checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" |
| 809 | dependencies = [ |
| 810 | "darling_core", |
| 811 | "quote", |
| 812 | "syn", |
| 813 | ] |
| 814 | |
| 815 | [[package]] |
| 816 | name = "der" |
| 817 | version = "0.7.10" |
| 818 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 819 | checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" |
| 820 | dependencies = [ |
| 821 | "const-oid", |
| 822 | "pem-rfc7468", |
| 823 | "zeroize", |
| 824 | ] |
| 825 | |
| 826 | [[package]] |
| 827 | name = "deranged" |
| 828 | version = "0.4.0" |
| 829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 830 | checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" |
| 831 | dependencies = [ |
| 832 | "powerfmt", |
| 833 | "serde", |
| 834 | ] |
| 835 | |
| 836 | [[package]] |
| 837 | name = "derive_builder" |
| 838 | version = "0.20.2" |
| 839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 840 | checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" |
| 841 | dependencies = [ |
| 842 | "derive_builder_macro", |
| 843 | ] |
| 844 | |
| 845 | [[package]] |
| 846 | name = "derive_builder_core" |
| 847 | version = "0.20.2" |
| 848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 849 | checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" |
| 850 | dependencies = [ |
| 851 | "darling", |
| 852 | "proc-macro2", |
| 853 | "quote", |
| 854 | "syn", |
| 855 | ] |
| 856 | |
| 857 | [[package]] |
| 858 | name = "derive_builder_macro" |
| 859 | version = "0.20.2" |
| 860 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 861 | checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" |
| 862 | dependencies = [ |
| 863 | "derive_builder_core", |
| 864 | "syn", |
| 865 | ] |
| 866 | |
| 867 | [[package]] |
| 868 | name = "deunicode" |
| 869 | version = "1.6.2" |
| 870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 871 | checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04" |
| 872 | |
| 873 | [[package]] |
| 874 | name = "dialoguer" |
| 875 | version = "0.11.0" |
| 876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 877 | checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" |
| 878 | dependencies = [ |
| 879 | "console", |
| 880 | "shell-words", |
| 881 | "thiserror 1.0.69", |
| 882 | ] |
| 883 | |
| 884 | [[package]] |
| 885 | name = "digest" |
| 886 | version = "0.10.7" |
| 887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 888 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 889 | dependencies = [ |
| 890 | "block-buffer", |
| 891 | "const-oid", |
| 892 | "crypto-common", |
| 893 | "subtle", |
| 894 | ] |
| 895 | |
| 896 | [[package]] |
| 897 | name = "diligent-date-parser" |
| 898 | version = "0.1.5" |
| 899 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 900 | checksum = "c8ede7d79366f419921e2e2f67889c12125726692a313bffb474bd5f37a581e9" |
| 901 | dependencies = [ |
| 902 | "chrono", |
| 903 | ] |
| 904 | |
| 905 | [[package]] |
| 906 | name = "displaydoc" |
| 907 | version = "0.2.5" |
| 908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 909 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| 910 | dependencies = [ |
| 911 | "proc-macro2", |
| 912 | "quote", |
| 913 | "syn", |
| 914 | ] |
| 915 | |
| 916 | [[package]] |
| 917 | name = "document-features" |
| 918 | version = "0.2.11" |
| 919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 920 | checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d" |
| 921 | dependencies = [ |
| 922 | "litrs", |
| 923 | ] |
| 924 | |
| 925 | [[package]] |
| 926 | name = "dotenvy" |
| 927 | version = "0.15.7" |
| 928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 929 | checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" |
| 930 | |
| 931 | [[package]] |
| 932 | name = "dyn-clone" |
| 933 | version = "1.0.19" |
| 934 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 935 | checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" |
| 936 | |
| 937 | [[package]] |
| 938 | name = "either" |
| 939 | version = "1.15.0" |
| 940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 941 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 942 | dependencies = [ |
| 943 | "serde", |
| 944 | ] |
| 945 | |
| 946 | [[package]] |
| 947 | name = "encode_unicode" |
| 948 | version = "1.0.0" |
| 949 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 950 | checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" |
| 951 | |
| 952 | [[package]] |
| 953 | name = "encoding_rs" |
| 954 | version = "0.8.35" |
| 955 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 956 | checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
| 957 | dependencies = [ |
| 958 | "cfg-if", |
| 959 | ] |
| 960 | |
| 961 | [[package]] |
| 962 | name = "entities" |
| 963 | version = "1.0.1" |
| 964 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 965 | checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca" |
| 966 | |
| 967 | [[package]] |
| 968 | name = "equivalent" |
| 969 | version = "1.0.2" |
| 970 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 971 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 972 | |
| 973 | [[package]] |
| 974 | name = "errno" |
| 975 | version = "0.3.13" |
| 976 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 977 | checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" |
| 978 | dependencies = [ |
| 979 | "libc", |
| 980 | "windows-sys 0.60.2", |
| 981 | ] |
| 982 | |
| 983 | [[package]] |
| 984 | name = "etcetera" |
| 985 | version = "0.8.0" |
| 986 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 987 | checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" |
| 988 | dependencies = [ |
| 989 | "cfg-if", |
| 990 | "home", |
| 991 | "windows-sys 0.48.0", |
| 992 | ] |
| 993 | |
| 994 | [[package]] |
| 995 | name = "event-listener" |
| 996 | version = "5.4.1" |
| 997 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 998 | checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" |
| 999 | dependencies = [ |
| 1000 | "concurrent-queue", |
| 1001 | "parking", |
| 1002 | "pin-project-lite", |
| 1003 | ] |
| 1004 | |
| 1005 | [[package]] |
| 1006 | name = "fastrand" |
| 1007 | version = "2.3.0" |
| 1008 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1009 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 1010 | |
| 1011 | [[package]] |
| 1012 | name = "file-mode" |
| 1013 | version = "0.1.2" |
| 1014 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1015 | checksum = "773ea145485772b8d354624b32adbe20e776353d3e48c7b03ef44e3455e9815c" |
| 1016 | dependencies = [ |
| 1017 | "libc", |
| 1018 | ] |
| 1019 | |
| 1020 | [[package]] |
| 1021 | name = "fixedbitset" |
| 1022 | version = "0.4.2" |
| 1023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1024 | checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" |
| 1025 | |
| 1026 | [[package]] |
| 1027 | name = "flume" |
| 1028 | version = "0.11.1" |
| 1029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1030 | checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" |
| 1031 | dependencies = [ |
| 1032 | "futures-core", |
| 1033 | "futures-sink", |
| 1034 | "spin", |
| 1035 | ] |
| 1036 | |
| 1037 | [[package]] |
| 1038 | name = "fnv" |
| 1039 | version = "1.0.7" |
| 1040 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1041 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 1042 | |
| 1043 | [[package]] |
| 1044 | name = "foldhash" |
| 1045 | version = "0.1.5" |
| 1046 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1047 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 1048 | |
| 1049 | [[package]] |
| 1050 | name = "foreign-types" |
| 1051 | version = "0.3.2" |
| 1052 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1053 | checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
| 1054 | dependencies = [ |
| 1055 | "foreign-types-shared", |
| 1056 | ] |
| 1057 | |
| 1058 | [[package]] |
| 1059 | name = "foreign-types-shared" |
| 1060 | version = "0.1.1" |
| 1061 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1062 | checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
| 1063 | |
| 1064 | [[package]] |
| 1065 | name = "form_urlencoded" |
| 1066 | version = "1.2.1" |
| 1067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1068 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
| 1069 | dependencies = [ |
| 1070 | "percent-encoding", |
| 1071 | ] |
| 1072 | |
| 1073 | [[package]] |
| 1074 | name = "futures" |
| 1075 | version = "0.3.31" |
| 1076 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1077 | checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" |
| 1078 | dependencies = [ |
| 1079 | "futures-channel", |
| 1080 | "futures-core", |
| 1081 | "futures-executor", |
| 1082 | "futures-io", |
| 1083 | "futures-sink", |
| 1084 | "futures-task", |
| 1085 | "futures-util", |
| 1086 | ] |
| 1087 | |
| 1088 | [[package]] |
| 1089 | name = "futures-channel" |
| 1090 | version = "0.3.31" |
| 1091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1092 | checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
| 1093 | dependencies = [ |
| 1094 | "futures-core", |
| 1095 | "futures-sink", |
| 1096 | ] |
| 1097 | |
| 1098 | [[package]] |
| 1099 | name = "futures-core" |
| 1100 | version = "0.3.31" |
| 1101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1102 | checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
| 1103 | |
| 1104 | [[package]] |
| 1105 | name = "futures-executor" |
| 1106 | version = "0.3.31" |
| 1107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1108 | checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" |
| 1109 | dependencies = [ |
| 1110 | "futures-core", |
| 1111 | "futures-task", |
| 1112 | "futures-util", |
| 1113 | ] |
| 1114 | |
| 1115 | [[package]] |
| 1116 | name = "futures-intrusive" |
| 1117 | version = "0.5.0" |
| 1118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1119 | checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" |
| 1120 | dependencies = [ |
| 1121 | "futures-core", |
| 1122 | "lock_api", |
| 1123 | "parking_lot", |
| 1124 | ] |
| 1125 | |
| 1126 | [[package]] |
| 1127 | name = "futures-io" |
| 1128 | version = "0.3.31" |
| 1129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1130 | checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
| 1131 | |
| 1132 | [[package]] |
| 1133 | name = "futures-macro" |
| 1134 | version = "0.3.31" |
| 1135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1136 | checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
| 1137 | dependencies = [ |
| 1138 | "proc-macro2", |
| 1139 | "quote", |
| 1140 | "syn", |
| 1141 | ] |
| 1142 | |
| 1143 | [[package]] |
| 1144 | name = "futures-sink" |
| 1145 | version = "0.3.31" |
| 1146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1147 | checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
| 1148 | |
| 1149 | [[package]] |
| 1150 | name = "futures-task" |
| 1151 | version = "0.3.31" |
| 1152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1153 | checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
| 1154 | |
| 1155 | [[package]] |
| 1156 | name = "futures-util" |
| 1157 | version = "0.3.31" |
| 1158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1159 | checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
| 1160 | dependencies = [ |
| 1161 | "futures-channel", |
| 1162 | "futures-core", |
| 1163 | "futures-io", |
| 1164 | "futures-macro", |
| 1165 | "futures-sink", |
| 1166 | "futures-task", |
| 1167 | "memchr", |
| 1168 | "pin-project-lite", |
| 1169 | "pin-utils", |
| 1170 | "slab", |
| 1171 | ] |
| 1172 | |
| 1173 | [[package]] |
| 1174 | name = "generic-array" |
| 1175 | version = "0.14.7" |
| 1176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1177 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 1178 | dependencies = [ |
| 1179 | "typenum", |
| 1180 | "version_check", |
| 1181 | ] |
| 1182 | |
| 1183 | [[package]] |
| 1184 | name = "getrandom" |
| 1185 | version = "0.2.16" |
| 1186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1187 | checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
| 1188 | dependencies = [ |
| 1189 | "cfg-if", |
| 1190 | "libc", |
| 1191 | "wasi 0.11.1+wasi-snapshot-preview1", |
| 1192 | ] |
| 1193 | |
| 1194 | [[package]] |
| 1195 | name = "getrandom" |
| 1196 | version = "0.3.3" |
| 1197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1198 | checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" |
| 1199 | dependencies = [ |
| 1200 | "cfg-if", |
| 1201 | "libc", |
| 1202 | "r-efi", |
| 1203 | "wasi 0.14.2+wasi-0.2.4", |
| 1204 | ] |
| 1205 | |
| 1206 | [[package]] |
| 1207 | name = "gimli" |
| 1208 | version = "0.31.1" |
| 1209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1210 | checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" |
| 1211 | |
| 1212 | [[package]] |
| 1213 | name = "git2" |
| 1214 | version = "0.20.2" |
| 1215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1216 | checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110" |
| 1217 | dependencies = [ |
| 1218 | "bitflags", |
| 1219 | "libc", |
| 1220 | "libgit2-sys", |
| 1221 | "log", |
| 1222 | "url", |
| 1223 | ] |
| 1224 | |
| 1225 | [[package]] |
| 1226 | name = "h2" |
| 1227 | version = "0.4.11" |
| 1228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1229 | checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785" |
| 1230 | dependencies = [ |
| 1231 | "atomic-waker", |
| 1232 | "bytes", |
| 1233 | "fnv", |
| 1234 | "futures-core", |
| 1235 | "futures-sink", |
| 1236 | "http", |
| 1237 | "indexmap 2.10.0", |
| 1238 | "slab", |
| 1239 | "tokio", |
| 1240 | "tokio-util", |
| 1241 | "tracing", |
| 1242 | ] |
| 1243 | |
| 1244 | [[package]] |
| 1245 | name = "hashbrown" |
| 1246 | version = "0.12.3" |
| 1247 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1248 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| 1249 | |
| 1250 | [[package]] |
| 1251 | name = "hashbrown" |
| 1252 | version = "0.15.4" |
| 1253 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1254 | checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" |
| 1255 | dependencies = [ |
| 1256 | "allocator-api2", |
| 1257 | "equivalent", |
| 1258 | "foldhash", |
| 1259 | ] |
| 1260 | |
| 1261 | [[package]] |
| 1262 | name = "hashlink" |
| 1263 | version = "0.10.0" |
| 1264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1265 | checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" |
| 1266 | dependencies = [ |
| 1267 | "hashbrown 0.15.4", |
| 1268 | ] |
| 1269 | |
| 1270 | [[package]] |
| 1271 | name = "headers" |
| 1272 | version = "0.4.1" |
| 1273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1274 | checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb" |
| 1275 | dependencies = [ |
| 1276 | "base64 0.22.1", |
| 1277 | "bytes", |
| 1278 | "headers-core", |
| 1279 | "http", |
| 1280 | "httpdate", |
| 1281 | "mime", |
| 1282 | "sha1", |
| 1283 | ] |
| 1284 | |
| 1285 | [[package]] |
| 1286 | name = "headers-core" |
| 1287 | version = "0.3.0" |
| 1288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1289 | checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" |
| 1290 | dependencies = [ |
| 1291 | "http", |
| 1292 | ] |
| 1293 | |
| 1294 | [[package]] |
| 1295 | name = "heck" |
| 1296 | version = "0.5.0" |
| 1297 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1298 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 1299 | |
| 1300 | [[package]] |
| 1301 | name = "hex" |
| 1302 | version = "0.4.3" |
| 1303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1304 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 1305 | |
| 1306 | [[package]] |
| 1307 | name = "hkdf" |
| 1308 | version = "0.12.4" |
| 1309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1310 | checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" |
| 1311 | dependencies = [ |
| 1312 | "hmac", |
| 1313 | ] |
| 1314 | |
| 1315 | [[package]] |
| 1316 | name = "hmac" |
| 1317 | version = "0.12.1" |
| 1318 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1319 | checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| 1320 | dependencies = [ |
| 1321 | "digest", |
| 1322 | ] |
| 1323 | |
| 1324 | [[package]] |
| 1325 | name = "home" |
| 1326 | version = "0.5.11" |
| 1327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1328 | checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" |
| 1329 | dependencies = [ |
| 1330 | "windows-sys 0.59.0", |
| 1331 | ] |
| 1332 | |
| 1333 | [[package]] |
| 1334 | name = "http" |
| 1335 | version = "1.3.1" |
| 1336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1337 | checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" |
| 1338 | dependencies = [ |
| 1339 | "bytes", |
| 1340 | "fnv", |
| 1341 | "itoa", |
| 1342 | ] |
| 1343 | |
| 1344 | [[package]] |
| 1345 | name = "http-body" |
| 1346 | version = "1.0.1" |
| 1347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1348 | checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 1349 | dependencies = [ |
| 1350 | "bytes", |
| 1351 | "http", |
| 1352 | ] |
| 1353 | |
| 1354 | [[package]] |
| 1355 | name = "http-body-util" |
| 1356 | version = "0.1.3" |
| 1357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1358 | checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| 1359 | dependencies = [ |
| 1360 | "bytes", |
| 1361 | "futures-core", |
| 1362 | "http", |
| 1363 | "http-body", |
| 1364 | "pin-project-lite", |
| 1365 | ] |
| 1366 | |
| 1367 | [[package]] |
| 1368 | name = "httparse" |
| 1369 | version = "1.10.1" |
| 1370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1371 | checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 1372 | |
| 1373 | [[package]] |
| 1374 | name = "httpdate" |
| 1375 | version = "1.0.3" |
| 1376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1377 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| 1378 | |
| 1379 | [[package]] |
| 1380 | name = "hyper" |
| 1381 | version = "1.6.0" |
| 1382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1383 | checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" |
| 1384 | dependencies = [ |
| 1385 | "bytes", |
| 1386 | "futures-channel", |
| 1387 | "futures-util", |
| 1388 | "h2", |
| 1389 | "http", |
| 1390 | "http-body", |
| 1391 | "httparse", |
| 1392 | "httpdate", |
| 1393 | "itoa", |
| 1394 | "pin-project-lite", |
| 1395 | "smallvec", |
| 1396 | "tokio", |
| 1397 | "want", |
| 1398 | ] |
| 1399 | |
| 1400 | [[package]] |
| 1401 | name = "hyper-rustls" |
| 1402 | version = "0.27.7" |
| 1403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1404 | checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" |
| 1405 | dependencies = [ |
| 1406 | "http", |
| 1407 | "hyper", |
| 1408 | "hyper-util", |
| 1409 | "rustls", |
| 1410 | "rustls-pki-types", |
| 1411 | "tokio", |
| 1412 | "tokio-rustls", |
| 1413 | "tower-service", |
| 1414 | ] |
| 1415 | |
| 1416 | [[package]] |
| 1417 | name = "hyper-tls" |
| 1418 | version = "0.6.0" |
| 1419 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1420 | checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" |
| 1421 | dependencies = [ |
| 1422 | "bytes", |
| 1423 | "http-body-util", |
| 1424 | "hyper", |
| 1425 | "hyper-util", |
| 1426 | "native-tls", |
| 1427 | "tokio", |
| 1428 | "tokio-native-tls", |
| 1429 | "tower-service", |
| 1430 | ] |
| 1431 | |
| 1432 | [[package]] |
| 1433 | name = "hyper-util" |
| 1434 | version = "0.1.16" |
| 1435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1436 | checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e" |
| 1437 | dependencies = [ |
| 1438 | "base64 0.22.1", |
| 1439 | "bytes", |
| 1440 | "futures-channel", |
| 1441 | "futures-core", |
| 1442 | "futures-util", |
| 1443 | "http", |
| 1444 | "http-body", |
| 1445 | "hyper", |
| 1446 | "ipnet", |
| 1447 | "libc", |
| 1448 | "percent-encoding", |
| 1449 | "pin-project-lite", |
| 1450 | "socket2", |
| 1451 | "system-configuration", |
| 1452 | "tokio", |
| 1453 | "tower-service", |
| 1454 | "tracing", |
| 1455 | "windows-registry", |
| 1456 | ] |
| 1457 | |
| 1458 | [[package]] |
| 1459 | name = "iana-time-zone" |
| 1460 | version = "0.1.63" |
| 1461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1462 | checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" |
| 1463 | dependencies = [ |
| 1464 | "android_system_properties", |
| 1465 | "core-foundation-sys", |
| 1466 | "iana-time-zone-haiku", |
| 1467 | "js-sys", |
| 1468 | "log", |
| 1469 | "wasm-bindgen", |
| 1470 | "windows-core", |
| 1471 | ] |
| 1472 | |
| 1473 | [[package]] |
| 1474 | name = "iana-time-zone-haiku" |
| 1475 | version = "0.1.2" |
| 1476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1477 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 1478 | dependencies = [ |
| 1479 | "cc", |
| 1480 | ] |
| 1481 | |
| 1482 | [[package]] |
| 1483 | name = "icu_collections" |
| 1484 | version = "2.0.0" |
| 1485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1486 | checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" |
| 1487 | dependencies = [ |
| 1488 | "displaydoc", |
| 1489 | "potential_utf", |
| 1490 | "yoke", |
| 1491 | "zerofrom", |
| 1492 | "zerovec", |
| 1493 | ] |
| 1494 | |
| 1495 | [[package]] |
| 1496 | name = "icu_locale_core" |
| 1497 | version = "2.0.0" |
| 1498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1499 | checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" |
| 1500 | dependencies = [ |
| 1501 | "displaydoc", |
| 1502 | "litemap", |
| 1503 | "tinystr", |
| 1504 | "writeable", |
| 1505 | "zerovec", |
| 1506 | ] |
| 1507 | |
| 1508 | [[package]] |
| 1509 | name = "icu_normalizer" |
| 1510 | version = "2.0.0" |
| 1511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1512 | checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" |
| 1513 | dependencies = [ |
| 1514 | "displaydoc", |
| 1515 | "icu_collections", |
| 1516 | "icu_normalizer_data", |
| 1517 | "icu_properties", |
| 1518 | "icu_provider", |
| 1519 | "smallvec", |
| 1520 | "zerovec", |
| 1521 | ] |
| 1522 | |
| 1523 | [[package]] |
| 1524 | name = "icu_normalizer_data" |
| 1525 | version = "2.0.0" |
| 1526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1527 | checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" |
| 1528 | |
| 1529 | [[package]] |
| 1530 | name = "icu_properties" |
| 1531 | version = "2.0.1" |
| 1532 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1533 | checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" |
| 1534 | dependencies = [ |
| 1535 | "displaydoc", |
| 1536 | "icu_collections", |
| 1537 | "icu_locale_core", |
| 1538 | "icu_properties_data", |
| 1539 | "icu_provider", |
| 1540 | "potential_utf", |
| 1541 | "zerotrie", |
| 1542 | "zerovec", |
| 1543 | ] |
| 1544 | |
| 1545 | [[package]] |
| 1546 | name = "icu_properties_data" |
| 1547 | version = "2.0.1" |
| 1548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1549 | checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" |
| 1550 | |
| 1551 | [[package]] |
| 1552 | name = "icu_provider" |
| 1553 | version = "2.0.0" |
| 1554 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1555 | checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" |
| 1556 | dependencies = [ |
| 1557 | "displaydoc", |
| 1558 | "icu_locale_core", |
| 1559 | "stable_deref_trait", |
| 1560 | "tinystr", |
| 1561 | "writeable", |
| 1562 | "yoke", |
| 1563 | "zerofrom", |
| 1564 | "zerotrie", |
| 1565 | "zerovec", |
| 1566 | ] |
| 1567 | |
| 1568 | [[package]] |
| 1569 | name = "ident_case" |
| 1570 | version = "1.0.1" |
| 1571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1572 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 1573 | |
| 1574 | [[package]] |
| 1575 | name = "idna" |
| 1576 | version = "1.0.3" |
| 1577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1578 | checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" |
| 1579 | dependencies = [ |
| 1580 | "idna_adapter", |
| 1581 | "smallvec", |
| 1582 | "utf8_iter", |
| 1583 | ] |
| 1584 | |
| 1585 | [[package]] |
| 1586 | name = "idna_adapter" |
| 1587 | version = "1.2.1" |
| 1588 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1589 | checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
| 1590 | dependencies = [ |
| 1591 | "icu_normalizer", |
| 1592 | "icu_properties", |
| 1593 | ] |
| 1594 | |
| 1595 | [[package]] |
| 1596 | name = "indexmap" |
| 1597 | version = "1.9.3" |
| 1598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1599 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
| 1600 | dependencies = [ |
| 1601 | "autocfg", |
| 1602 | "hashbrown 0.12.3", |
| 1603 | "serde", |
| 1604 | ] |
| 1605 | |
| 1606 | [[package]] |
| 1607 | name = "indexmap" |
| 1608 | version = "2.10.0" |
| 1609 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1610 | checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" |
| 1611 | dependencies = [ |
| 1612 | "equivalent", |
| 1613 | "hashbrown 0.15.4", |
| 1614 | "serde", |
| 1615 | ] |
| 1616 | |
| 1617 | [[package]] |
| 1618 | name = "io-uring" |
| 1619 | version = "0.7.9" |
| 1620 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1621 | checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4" |
| 1622 | dependencies = [ |
| 1623 | "bitflags", |
| 1624 | "cfg-if", |
| 1625 | "libc", |
| 1626 | ] |
| 1627 | |
| 1628 | [[package]] |
| 1629 | name = "ipnet" |
| 1630 | version = "2.11.0" |
| 1631 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1632 | checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" |
| 1633 | |
| 1634 | [[package]] |
| 1635 | name = "iri-string" |
| 1636 | version = "0.7.8" |
| 1637 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1638 | checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" |
| 1639 | dependencies = [ |
| 1640 | "memchr", |
| 1641 | "serde", |
| 1642 | ] |
| 1643 | |
| 1644 | [[package]] |
| 1645 | name = "is_terminal_polyfill" |
| 1646 | version = "1.70.1" |
| 1647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1648 | checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" |
| 1649 | |
| 1650 | [[package]] |
| 1651 | name = "itoa" |
| 1652 | version = "1.0.15" |
| 1653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1654 | checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" |
| 1655 | |
| 1656 | [[package]] |
| 1657 | name = "jobserver" |
| 1658 | version = "0.1.33" |
| 1659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1660 | checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" |
| 1661 | dependencies = [ |
| 1662 | "getrandom 0.3.3", |
| 1663 | "libc", |
| 1664 | ] |
| 1665 | |
| 1666 | [[package]] |
| 1667 | name = "js-sys" |
| 1668 | version = "0.3.77" |
| 1669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1670 | checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" |
| 1671 | dependencies = [ |
| 1672 | "once_cell", |
| 1673 | "wasm-bindgen", |
| 1674 | ] |
| 1675 | |
| 1676 | [[package]] |
| 1677 | name = "kinded" |
| 1678 | version = "0.3.0" |
| 1679 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1680 | checksum = "ce4bdbb2f423660b19f0e9f7115182214732d8dd5f840cd0a3aee3e22562f34c" |
| 1681 | dependencies = [ |
| 1682 | "kinded_macros", |
| 1683 | ] |
| 1684 | |
| 1685 | [[package]] |
| 1686 | name = "kinded_macros" |
| 1687 | version = "0.3.0" |
| 1688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1689 | checksum = "a13b4ddc5dcb32f45dac3d6f606da2a52fdb9964a18427e63cd5ef6c0d13288d" |
| 1690 | dependencies = [ |
| 1691 | "convert_case", |
| 1692 | "proc-macro2", |
| 1693 | "quote", |
| 1694 | "syn", |
| 1695 | ] |
| 1696 | |
| 1697 | [[package]] |
| 1698 | name = "layout-rs" |
| 1699 | version = "0.1.3" |
| 1700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1701 | checksum = "5b8b38bc67665e362eb770c6b6ae88b48d040d94a0a10c4904c37bc79d263b95" |
| 1702 | |
| 1703 | [[package]] |
| 1704 | name = "lazy_static" |
| 1705 | version = "1.5.0" |
| 1706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1707 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 1708 | dependencies = [ |
| 1709 | "spin", |
| 1710 | ] |
| 1711 | |
| 1712 | [[package]] |
| 1713 | name = "libc" |
| 1714 | version = "0.2.174" |
| 1715 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1716 | checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" |
| 1717 | |
| 1718 | [[package]] |
| 1719 | name = "libgit2-sys" |
| 1720 | version = "0.18.2+1.9.1" |
| 1721 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1722 | checksum = "1c42fe03df2bd3c53a3a9c7317ad91d80c81cd1fb0caec8d7cc4cd2bfa10c222" |
| 1723 | dependencies = [ |
| 1724 | "cc", |
| 1725 | "libc", |
| 1726 | "libz-sys", |
| 1727 | "pkg-config", |
| 1728 | ] |
| 1729 | |
| 1730 | [[package]] |
| 1731 | name = "libloading" |
| 1732 | version = "0.8.8" |
| 1733 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1734 | checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" |
| 1735 | dependencies = [ |
| 1736 | "cfg-if", |
| 1737 | "windows-targets 0.53.2", |
| 1738 | ] |
| 1739 | |
| 1740 | [[package]] |
| 1741 | name = "libm" |
| 1742 | version = "0.2.15" |
| 1743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1744 | checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" |
| 1745 | |
| 1746 | [[package]] |
| 1747 | name = "libredox" |
| 1748 | version = "0.1.10" |
| 1749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1750 | checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" |
| 1751 | dependencies = [ |
| 1752 | "bitflags", |
| 1753 | "libc", |
| 1754 | "redox_syscall", |
| 1755 | ] |
| 1756 | |
| 1757 | [[package]] |
| 1758 | name = "libsqlite3-sys" |
| 1759 | version = "0.30.1" |
| 1760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1761 | checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" |
| 1762 | dependencies = [ |
| 1763 | "cc", |
| 1764 | "pkg-config", |
| 1765 | "vcpkg", |
| 1766 | ] |
| 1767 | |
| 1768 | [[package]] |
| 1769 | name = "libz-sys" |
| 1770 | version = "1.1.22" |
| 1771 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1772 | checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d" |
| 1773 | dependencies = [ |
| 1774 | "cc", |
| 1775 | "libc", |
| 1776 | "pkg-config", |
| 1777 | "vcpkg", |
| 1778 | ] |
| 1779 | |
| 1780 | [[package]] |
| 1781 | name = "linux-raw-sys" |
| 1782 | version = "0.9.4" |
| 1783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1784 | checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" |
| 1785 | |
| 1786 | [[package]] |
| 1787 | name = "litemap" |
| 1788 | version = "0.8.0" |
| 1789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1790 | checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" |
| 1791 | |
| 1792 | [[package]] |
| 1793 | name = "litrs" |
| 1794 | version = "0.4.2" |
| 1795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1796 | checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed" |
| 1797 | |
| 1798 | [[package]] |
| 1799 | name = "lock_api" |
| 1800 | version = "0.4.13" |
| 1801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1802 | checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" |
| 1803 | dependencies = [ |
| 1804 | "autocfg", |
| 1805 | "scopeguard", |
| 1806 | ] |
| 1807 | |
| 1808 | [[package]] |
| 1809 | name = "log" |
| 1810 | version = "0.4.27" |
| 1811 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1812 | checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" |
| 1813 | |
| 1814 | [[package]] |
| 1815 | name = "matchers" |
| 1816 | version = "0.1.0" |
| 1817 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1818 | checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
| 1819 | dependencies = [ |
| 1820 | "regex-automata 0.1.10", |
| 1821 | ] |
| 1822 | |
| 1823 | [[package]] |
| 1824 | name = "matchit" |
| 1825 | version = "0.8.4" |
| 1826 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1827 | checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" |
| 1828 | |
| 1829 | [[package]] |
| 1830 | name = "md-5" |
| 1831 | version = "0.10.6" |
| 1832 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1833 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
| 1834 | dependencies = [ |
| 1835 | "cfg-if", |
| 1836 | "digest", |
| 1837 | ] |
| 1838 | |
| 1839 | [[package]] |
| 1840 | name = "memchr" |
| 1841 | version = "2.7.5" |
| 1842 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1843 | checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" |
| 1844 | |
| 1845 | [[package]] |
| 1846 | name = "mime" |
| 1847 | version = "0.3.17" |
| 1848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1849 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 1850 | |
| 1851 | [[package]] |
| 1852 | name = "mime_guess" |
| 1853 | version = "2.0.5" |
| 1854 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1855 | checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" |
| 1856 | dependencies = [ |
| 1857 | "mime", |
| 1858 | "unicase", |
| 1859 | ] |
| 1860 | |
| 1861 | [[package]] |
| 1862 | name = "miniz_oxide" |
| 1863 | version = "0.8.9" |
| 1864 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1865 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 1866 | dependencies = [ |
| 1867 | "adler2", |
| 1868 | ] |
| 1869 | |
| 1870 | [[package]] |
| 1871 | name = "mio" |
| 1872 | version = "1.0.4" |
| 1873 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1874 | checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" |
| 1875 | dependencies = [ |
| 1876 | "libc", |
| 1877 | "wasi 0.11.1+wasi-snapshot-preview1", |
| 1878 | "windows-sys 0.59.0", |
| 1879 | ] |
| 1880 | |
| 1881 | [[package]] |
| 1882 | name = "native-tls" |
| 1883 | version = "0.2.14" |
| 1884 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1885 | checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" |
| 1886 | dependencies = [ |
| 1887 | "libc", |
| 1888 | "log", |
| 1889 | "openssl", |
| 1890 | "openssl-probe", |
| 1891 | "openssl-sys", |
| 1892 | "schannel", |
| 1893 | "security-framework", |
| 1894 | "security-framework-sys", |
| 1895 | "tempfile", |
| 1896 | ] |
| 1897 | |
| 1898 | [[package]] |
| 1899 | name = "never" |
| 1900 | version = "0.1.0" |
| 1901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1902 | checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91" |
| 1903 | |
| 1904 | [[package]] |
| 1905 | name = "nu-ansi-term" |
| 1906 | version = "0.46.0" |
| 1907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1908 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
| 1909 | dependencies = [ |
| 1910 | "overload", |
| 1911 | "winapi", |
| 1912 | ] |
| 1913 | |
| 1914 | [[package]] |
| 1915 | name = "num-bigint-dig" |
| 1916 | version = "0.8.4" |
| 1917 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1918 | checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" |
| 1919 | dependencies = [ |
| 1920 | "byteorder", |
| 1921 | "lazy_static", |
| 1922 | "libm", |
| 1923 | "num-integer", |
| 1924 | "num-iter", |
| 1925 | "num-traits", |
| 1926 | "rand 0.8.5", |
| 1927 | "smallvec", |
| 1928 | "zeroize", |
| 1929 | ] |
| 1930 | |
| 1931 | [[package]] |
| 1932 | name = "num-conv" |
| 1933 | version = "0.1.0" |
| 1934 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1935 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
| 1936 | |
| 1937 | [[package]] |
| 1938 | name = "num-integer" |
| 1939 | version = "0.1.46" |
| 1940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1941 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 1942 | dependencies = [ |
| 1943 | "num-traits", |
| 1944 | ] |
| 1945 | |
| 1946 | [[package]] |
| 1947 | name = "num-iter" |
| 1948 | version = "0.1.45" |
| 1949 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1950 | checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| 1951 | dependencies = [ |
| 1952 | "autocfg", |
| 1953 | "num-integer", |
| 1954 | "num-traits", |
| 1955 | ] |
| 1956 | |
| 1957 | [[package]] |
| 1958 | name = "num-traits" |
| 1959 | version = "0.2.19" |
| 1960 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1961 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 1962 | dependencies = [ |
| 1963 | "autocfg", |
| 1964 | "libm", |
| 1965 | ] |
| 1966 | |
| 1967 | [[package]] |
| 1968 | name = "nutype" |
| 1969 | version = "0.6.1" |
| 1970 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1971 | checksum = "3340cb6773b0794ecb3f62ff66631d580f57151d9415c10ee8a27a357aeb998b" |
| 1972 | dependencies = [ |
| 1973 | "nutype_macros", |
| 1974 | ] |
| 1975 | |
| 1976 | [[package]] |
| 1977 | name = "nutype_macros" |
| 1978 | version = "0.6.1" |
| 1979 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1980 | checksum = "35c955e27d02868fe90b9c2dc901661fd7ed67ec382782bdc67c6aa8d2e957a9" |
| 1981 | dependencies = [ |
| 1982 | "cfg-if", |
| 1983 | "kinded", |
| 1984 | "proc-macro2", |
| 1985 | "quote", |
| 1986 | "rustc_version", |
| 1987 | "syn", |
| 1988 | "urlencoding", |
| 1989 | ] |
| 1990 | |
| 1991 | [[package]] |
| 1992 | name = "object" |
| 1993 | version = "0.36.7" |
| 1994 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1995 | checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" |
| 1996 | dependencies = [ |
| 1997 | "memchr", |
| 1998 | ] |
| 1999 | |
| 2000 | [[package]] |
| 2001 | name = "once_cell" |
| 2002 | version = "1.21.3" |
| 2003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2004 | checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
| 2005 | |
| 2006 | [[package]] |
| 2007 | name = "once_cell_polyfill" |
| 2008 | version = "1.70.1" |
| 2009 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2010 | checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" |
| 2011 | |
| 2012 | [[package]] |
| 2013 | name = "openssh-keys" |
| 2014 | version = "0.6.4" |
| 2015 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2016 | checksum = "abb830a82898b2ac17c9620ddce839ac3b34b9cb8a1a037cbdbfb9841c756c3e" |
| 2017 | dependencies = [ |
| 2018 | "base64 0.21.7", |
| 2019 | "byteorder", |
| 2020 | "md-5", |
| 2021 | "sha2", |
| 2022 | "thiserror 1.0.69", |
| 2023 | ] |
| 2024 | |
| 2025 | [[package]] |
| 2026 | name = "openssl" |
| 2027 | version = "0.10.73" |
| 2028 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2029 | checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" |
| 2030 | dependencies = [ |
| 2031 | "bitflags", |
| 2032 | "cfg-if", |
| 2033 | "foreign-types", |
| 2034 | "libc", |
| 2035 | "once_cell", |
| 2036 | "openssl-macros", |
| 2037 | "openssl-sys", |
| 2038 | ] |
| 2039 | |
| 2040 | [[package]] |
| 2041 | name = "openssl-macros" |
| 2042 | version = "0.1.1" |
| 2043 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2044 | checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
| 2045 | dependencies = [ |
| 2046 | "proc-macro2", |
| 2047 | "quote", |
| 2048 | "syn", |
| 2049 | ] |
| 2050 | |
| 2051 | [[package]] |
| 2052 | name = "openssl-probe" |
| 2053 | version = "0.1.6" |
| 2054 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2055 | checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" |
| 2056 | |
| 2057 | [[package]] |
| 2058 | name = "openssl-sys" |
| 2059 | version = "0.9.109" |
| 2060 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2061 | checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" |
| 2062 | dependencies = [ |
| 2063 | "cc", |
| 2064 | "libc", |
| 2065 | "pkg-config", |
| 2066 | "vcpkg", |
| 2067 | ] |
| 2068 | |
| 2069 | [[package]] |
| 2070 | name = "overload" |
| 2071 | version = "0.1.1" |
| 2072 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2073 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
| 2074 | |
| 2075 | [[package]] |
| 2076 | name = "parking" |
| 2077 | version = "2.2.1" |
| 2078 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2079 | checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| 2080 | |
| 2081 | [[package]] |
| 2082 | name = "parking_lot" |
| 2083 | version = "0.12.4" |
| 2084 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2085 | checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" |
| 2086 | dependencies = [ |
| 2087 | "lock_api", |
| 2088 | "parking_lot_core", |
| 2089 | ] |
| 2090 | |
| 2091 | [[package]] |
| 2092 | name = "parking_lot_core" |
| 2093 | version = "0.9.11" |
| 2094 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2095 | checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" |
| 2096 | dependencies = [ |
| 2097 | "cfg-if", |
| 2098 | "libc", |
| 2099 | "redox_syscall", |
| 2100 | "smallvec", |
| 2101 | "windows-targets 0.52.6", |
| 2102 | ] |
| 2103 | |
| 2104 | [[package]] |
| 2105 | name = "pem-rfc7468" |
| 2106 | version = "0.7.0" |
| 2107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2108 | checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" |
| 2109 | dependencies = [ |
| 2110 | "base64ct", |
| 2111 | ] |
| 2112 | |
| 2113 | [[package]] |
| 2114 | name = "percent-encoding" |
| 2115 | version = "2.3.1" |
| 2116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2117 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
| 2118 | |
| 2119 | [[package]] |
| 2120 | name = "petgraph" |
| 2121 | version = "0.6.5" |
| 2122 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2123 | checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" |
| 2124 | dependencies = [ |
| 2125 | "fixedbitset", |
| 2126 | "indexmap 2.10.0", |
| 2127 | "serde", |
| 2128 | "serde_derive", |
| 2129 | ] |
| 2130 | |
| 2131 | [[package]] |
| 2132 | name = "pin-project-lite" |
| 2133 | version = "0.2.16" |
| 2134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2135 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
| 2136 | |
| 2137 | [[package]] |
| 2138 | name = "pin-utils" |
| 2139 | version = "0.1.0" |
| 2140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2141 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 2142 | |
| 2143 | [[package]] |
| 2144 | name = "pkcs1" |
| 2145 | version = "0.7.5" |
| 2146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2147 | checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" |
| 2148 | dependencies = [ |
| 2149 | "der", |
| 2150 | "pkcs8", |
| 2151 | "spki", |
| 2152 | ] |
| 2153 | |
| 2154 | [[package]] |
| 2155 | name = "pkcs8" |
| 2156 | version = "0.10.2" |
| 2157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2158 | checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" |
| 2159 | dependencies = [ |
| 2160 | "der", |
| 2161 | "spki", |
| 2162 | ] |
| 2163 | |
| 2164 | [[package]] |
| 2165 | name = "pkg-config" |
| 2166 | version = "0.3.32" |
| 2167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2168 | checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 2169 | |
| 2170 | [[package]] |
| 2171 | name = "potential_utf" |
| 2172 | version = "0.1.2" |
| 2173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2174 | checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" |
| 2175 | dependencies = [ |
| 2176 | "zerovec", |
| 2177 | ] |
| 2178 | |
| 2179 | [[package]] |
| 2180 | name = "powerfmt" |
| 2181 | version = "0.2.0" |
| 2182 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2183 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 2184 | |
| 2185 | [[package]] |
| 2186 | name = "ppv-lite86" |
| 2187 | version = "0.2.21" |
| 2188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2189 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 2190 | dependencies = [ |
| 2191 | "zerocopy", |
| 2192 | ] |
| 2193 | |
| 2194 | [[package]] |
| 2195 | name = "proc-macro2" |
| 2196 | version = "1.0.95" |
| 2197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2198 | checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" |
| 2199 | dependencies = [ |
| 2200 | "unicode-ident", |
| 2201 | ] |
| 2202 | |
| 2203 | [[package]] |
| 2204 | name = "quick-xml" |
| 2205 | version = "0.37.5" |
| 2206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2207 | checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" |
| 2208 | dependencies = [ |
| 2209 | "encoding_rs", |
| 2210 | "memchr", |
| 2211 | ] |
| 2212 | |
| 2213 | [[package]] |
| 2214 | name = "quipu" |
| 2215 | version = "0.5.1" |
| 2216 | dependencies = [ |
| 2217 | "ayllu_api", |
| 2218 | "ayllu_cmd", |
| 2219 | "ayllu_config", |
| 2220 | "reqwest", |
| 2221 | "serde", |
| 2222 | "thiserror 2.0.12", |
| 2223 | "tokio", |
| 2224 | "tracing", |
| 2225 | "tracing-subscriber", |
| 2226 | "url", |
| 2227 | "webfinger-rs 0.0.18", |
| 2228 | ] |
| 2229 | |
| 2230 | [[package]] |
| 2231 | name = "quote" |
| 2232 | version = "1.0.40" |
| 2233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2234 | checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" |
| 2235 | dependencies = [ |
| 2236 | "proc-macro2", |
| 2237 | ] |
| 2238 | |
| 2239 | [[package]] |
| 2240 | name = "r-efi" |
| 2241 | version = "5.3.0" |
| 2242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2243 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 2244 | |
| 2245 | [[package]] |
| 2246 | name = "rand" |
| 2247 | version = "0.8.5" |
| 2248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2249 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 2250 | dependencies = [ |
| 2251 | "libc", |
| 2252 | "rand_chacha 0.3.1", |
| 2253 | "rand_core 0.6.4", |
| 2254 | ] |
| 2255 | |
| 2256 | [[package]] |
| 2257 | name = "rand" |
| 2258 | version = "0.9.2" |
| 2259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2260 | checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
| 2261 | dependencies = [ |
| 2262 | "rand_chacha 0.9.0", |
| 2263 | "rand_core 0.9.3", |
| 2264 | ] |
| 2265 | |
| 2266 | [[package]] |
| 2267 | name = "rand_chacha" |
| 2268 | version = "0.3.1" |
| 2269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2270 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 2271 | dependencies = [ |
| 2272 | "ppv-lite86", |
| 2273 | "rand_core 0.6.4", |
| 2274 | ] |
| 2275 | |
| 2276 | [[package]] |
| 2277 | name = "rand_chacha" |
| 2278 | version = "0.9.0" |
| 2279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2280 | checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| 2281 | dependencies = [ |
| 2282 | "ppv-lite86", |
| 2283 | "rand_core 0.9.3", |
| 2284 | ] |
| 2285 | |
| 2286 | [[package]] |
| 2287 | name = "rand_core" |
| 2288 | version = "0.6.4" |
| 2289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2290 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 2291 | dependencies = [ |
| 2292 | "getrandom 0.2.16", |
| 2293 | ] |
| 2294 | |
| 2295 | [[package]] |
| 2296 | name = "rand_core" |
| 2297 | version = "0.9.3" |
| 2298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2299 | checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" |
| 2300 | dependencies = [ |
| 2301 | "getrandom 0.3.3", |
| 2302 | ] |
| 2303 | |
| 2304 | [[package]] |
| 2305 | name = "redox_syscall" |
| 2306 | version = "0.5.16" |
| 2307 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2308 | checksum = "7251471db004e509f4e75a62cca9435365b5ec7bcdff530d612ac7c87c44a792" |
| 2309 | dependencies = [ |
| 2310 | "bitflags", |
| 2311 | ] |
| 2312 | |
| 2313 | [[package]] |
| 2314 | name = "ref-cast" |
| 2315 | version = "1.0.24" |
| 2316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2317 | checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" |
| 2318 | dependencies = [ |
| 2319 | "ref-cast-impl", |
| 2320 | ] |
| 2321 | |
| 2322 | [[package]] |
| 2323 | name = "ref-cast-impl" |
| 2324 | version = "1.0.24" |
| 2325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2326 | checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" |
| 2327 | dependencies = [ |
| 2328 | "proc-macro2", |
| 2329 | "quote", |
| 2330 | "syn", |
| 2331 | ] |
| 2332 | |
| 2333 | [[package]] |
| 2334 | name = "regex" |
| 2335 | version = "1.11.1" |
| 2336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2337 | checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
| 2338 | dependencies = [ |
| 2339 | "aho-corasick", |
| 2340 | "memchr", |
| 2341 | "regex-automata 0.4.9", |
| 2342 | "regex-syntax 0.8.5", |
| 2343 | ] |
| 2344 | |
| 2345 | [[package]] |
| 2346 | name = "regex-automata" |
| 2347 | version = "0.1.10" |
| 2348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2349 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
| 2350 | dependencies = [ |
| 2351 | "regex-syntax 0.6.29", |
| 2352 | ] |
| 2353 | |
| 2354 | [[package]] |
| 2355 | name = "regex-automata" |
| 2356 | version = "0.4.9" |
| 2357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2358 | checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" |
| 2359 | dependencies = [ |
| 2360 | "aho-corasick", |
| 2361 | "memchr", |
| 2362 | "regex-syntax 0.8.5", |
| 2363 | ] |
| 2364 | |
| 2365 | [[package]] |
| 2366 | name = "regex-syntax" |
| 2367 | version = "0.6.29" |
| 2368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2369 | checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
| 2370 | |
| 2371 | [[package]] |
| 2372 | name = "regex-syntax" |
| 2373 | version = "0.8.5" |
| 2374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2375 | checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
| 2376 | |
| 2377 | [[package]] |
| 2378 | name = "reqwest" |
| 2379 | version = "0.12.22" |
| 2380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2381 | checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" |
| 2382 | dependencies = [ |
| 2383 | "base64 0.22.1", |
| 2384 | "bytes", |
| 2385 | "encoding_rs", |
| 2386 | "futures-core", |
| 2387 | "h2", |
| 2388 | "http", |
| 2389 | "http-body", |
| 2390 | "http-body-util", |
| 2391 | "hyper", |
| 2392 | "hyper-rustls", |
| 2393 | "hyper-tls", |
| 2394 | "hyper-util", |
| 2395 | "js-sys", |
| 2396 | "log", |
| 2397 | "mime", |
| 2398 | "native-tls", |
| 2399 | "percent-encoding", |
| 2400 | "pin-project-lite", |
| 2401 | "rustls-pki-types", |
| 2402 | "serde", |
| 2403 | "serde_json", |
| 2404 | "serde_urlencoded", |
| 2405 | "sync_wrapper", |
| 2406 | "tokio", |
| 2407 | "tokio-native-tls", |
| 2408 | "tower", |
| 2409 | "tower-http", |
| 2410 | "tower-service", |
| 2411 | "url", |
| 2412 | "wasm-bindgen", |
| 2413 | "wasm-bindgen-futures", |
| 2414 | "web-sys", |
| 2415 | ] |
| 2416 | |
| 2417 | [[package]] |
| 2418 | name = "ring" |
| 2419 | version = "0.17.14" |
| 2420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2421 | checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 2422 | dependencies = [ |
| 2423 | "cc", |
| 2424 | "cfg-if", |
| 2425 | "getrandom 0.2.16", |
| 2426 | "libc", |
| 2427 | "untrusted", |
| 2428 | "windows-sys 0.52.0", |
| 2429 | ] |
| 2430 | |
| 2431 | [[package]] |
| 2432 | name = "roff" |
| 2433 | version = "0.2.2" |
| 2434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2435 | checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3" |
| 2436 | |
| 2437 | [[package]] |
| 2438 | name = "rsa" |
| 2439 | version = "0.9.8" |
| 2440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2441 | checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" |
| 2442 | dependencies = [ |
| 2443 | "const-oid", |
| 2444 | "digest", |
| 2445 | "num-bigint-dig", |
| 2446 | "num-integer", |
| 2447 | "num-traits", |
| 2448 | "pkcs1", |
| 2449 | "pkcs8", |
| 2450 | "rand_core 0.6.4", |
| 2451 | "signature", |
| 2452 | "spki", |
| 2453 | "subtle", |
| 2454 | "zeroize", |
| 2455 | ] |
| 2456 | |
| 2457 | [[package]] |
| 2458 | name = "rss" |
| 2459 | version = "2.0.12" |
| 2460 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2461 | checksum = "b2107738f003660f0a91f56fd3e3bd3ab5d918b2ddaf1e1ec2136fb1c46f71bf" |
| 2462 | dependencies = [ |
| 2463 | "atom_syndication", |
| 2464 | "derive_builder", |
| 2465 | "never", |
| 2466 | "quick-xml", |
| 2467 | ] |
| 2468 | |
| 2469 | [[package]] |
| 2470 | name = "rustc-demangle" |
| 2471 | version = "0.1.25" |
| 2472 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2473 | checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f" |
| 2474 | |
| 2475 | [[package]] |
| 2476 | name = "rustc-hash" |
| 2477 | version = "2.1.1" |
| 2478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2479 | checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
| 2480 | |
| 2481 | [[package]] |
| 2482 | name = "rustc_version" |
| 2483 | version = "0.4.1" |
| 2484 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2485 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 2486 | dependencies = [ |
| 2487 | "semver", |
| 2488 | ] |
| 2489 | |
| 2490 | [[package]] |
| 2491 | name = "rustix" |
| 2492 | version = "1.0.8" |
| 2493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2494 | checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8" |
| 2495 | dependencies = [ |
| 2496 | "bitflags", |
| 2497 | "errno", |
| 2498 | "libc", |
| 2499 | "linux-raw-sys", |
| 2500 | "windows-sys 0.60.2", |
| 2501 | ] |
| 2502 | |
| 2503 | [[package]] |
| 2504 | name = "rustls" |
| 2505 | version = "0.23.29" |
| 2506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2507 | checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1" |
| 2508 | dependencies = [ |
| 2509 | "once_cell", |
| 2510 | "rustls-pki-types", |
| 2511 | "rustls-webpki", |
| 2512 | "subtle", |
| 2513 | "zeroize", |
| 2514 | ] |
| 2515 | |
| 2516 | [[package]] |
| 2517 | name = "rustls-pki-types" |
| 2518 | version = "1.12.0" |
| 2519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2520 | checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" |
| 2521 | dependencies = [ |
| 2522 | "zeroize", |
| 2523 | ] |
| 2524 | |
| 2525 | [[package]] |
| 2526 | name = "rustls-webpki" |
| 2527 | version = "0.103.4" |
| 2528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2529 | checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc" |
| 2530 | dependencies = [ |
| 2531 | "ring", |
| 2532 | "rustls-pki-types", |
| 2533 | "untrusted", |
| 2534 | ] |
| 2535 | |
| 2536 | [[package]] |
| 2537 | name = "rustversion" |
| 2538 | version = "1.0.21" |
| 2539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2540 | checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" |
| 2541 | |
| 2542 | [[package]] |
| 2543 | name = "ryu" |
| 2544 | version = "1.0.20" |
| 2545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2546 | checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" |
| 2547 | |
| 2548 | [[package]] |
| 2549 | name = "schannel" |
| 2550 | version = "0.1.27" |
| 2551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2552 | checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" |
| 2553 | dependencies = [ |
| 2554 | "windows-sys 0.59.0", |
| 2555 | ] |
| 2556 | |
| 2557 | [[package]] |
| 2558 | name = "schemars" |
| 2559 | version = "0.9.0" |
| 2560 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2561 | checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" |
| 2562 | dependencies = [ |
| 2563 | "dyn-clone", |
| 2564 | "ref-cast", |
| 2565 | "serde", |
| 2566 | "serde_json", |
| 2567 | ] |
| 2568 | |
| 2569 | [[package]] |
| 2570 | name = "schemars" |
| 2571 | version = "1.0.4" |
| 2572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2573 | checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0" |
| 2574 | dependencies = [ |
| 2575 | "dyn-clone", |
| 2576 | "ref-cast", |
| 2577 | "serde", |
| 2578 | "serde_json", |
| 2579 | ] |
| 2580 | |
| 2581 | [[package]] |
| 2582 | name = "scopeguard" |
| 2583 | version = "1.2.0" |
| 2584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2585 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 2586 | |
| 2587 | [[package]] |
| 2588 | name = "security-framework" |
| 2589 | version = "2.11.1" |
| 2590 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2591 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" |
| 2592 | dependencies = [ |
| 2593 | "bitflags", |
| 2594 | "core-foundation", |
| 2595 | "core-foundation-sys", |
| 2596 | "libc", |
| 2597 | "security-framework-sys", |
| 2598 | ] |
| 2599 | |
| 2600 | [[package]] |
| 2601 | name = "security-framework-sys" |
| 2602 | version = "2.14.0" |
| 2603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2604 | checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" |
| 2605 | dependencies = [ |
| 2606 | "core-foundation-sys", |
| 2607 | "libc", |
| 2608 | ] |
| 2609 | |
| 2610 | [[package]] |
| 2611 | name = "semver" |
| 2612 | version = "1.0.26" |
| 2613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2614 | checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" |
| 2615 | |
| 2616 | [[package]] |
| 2617 | name = "serde" |
| 2618 | version = "1.0.219" |
| 2619 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2620 | checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" |
| 2621 | dependencies = [ |
| 2622 | "serde_derive", |
| 2623 | ] |
| 2624 | |
| 2625 | [[package]] |
| 2626 | name = "serde_derive" |
| 2627 | version = "1.0.219" |
| 2628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2629 | checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" |
| 2630 | dependencies = [ |
| 2631 | "proc-macro2", |
| 2632 | "quote", |
| 2633 | "syn", |
| 2634 | ] |
| 2635 | |
| 2636 | [[package]] |
| 2637 | name = "serde_html_form" |
| 2638 | version = "0.2.7" |
| 2639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2640 | checksum = "9d2de91cf02bbc07cde38891769ccd5d4f073d22a40683aa4bc7a95781aaa2c4" |
| 2641 | dependencies = [ |
| 2642 | "form_urlencoded", |
| 2643 | "indexmap 2.10.0", |
| 2644 | "itoa", |
| 2645 | "ryu", |
| 2646 | "serde", |
| 2647 | ] |
| 2648 | |
| 2649 | [[package]] |
| 2650 | name = "serde_json" |
| 2651 | version = "1.0.141" |
| 2652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2653 | checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3" |
| 2654 | dependencies = [ |
| 2655 | "indexmap 2.10.0", |
| 2656 | "itoa", |
| 2657 | "memchr", |
| 2658 | "ryu", |
| 2659 | "serde", |
| 2660 | ] |
| 2661 | |
| 2662 | [[package]] |
| 2663 | name = "serde_path_to_error" |
| 2664 | version = "0.1.17" |
| 2665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2666 | checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" |
| 2667 | dependencies = [ |
| 2668 | "itoa", |
| 2669 | "serde", |
| 2670 | ] |
| 2671 | |
| 2672 | [[package]] |
| 2673 | name = "serde_spanned" |
| 2674 | version = "0.6.9" |
| 2675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2676 | checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 2677 | dependencies = [ |
| 2678 | "serde", |
| 2679 | ] |
| 2680 | |
| 2681 | [[package]] |
| 2682 | name = "serde_urlencoded" |
| 2683 | version = "0.7.1" |
| 2684 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2685 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 2686 | dependencies = [ |
| 2687 | "form_urlencoded", |
| 2688 | "itoa", |
| 2689 | "ryu", |
| 2690 | "serde", |
| 2691 | ] |
| 2692 | |
| 2693 | [[package]] |
| 2694 | name = "serde_with" |
| 2695 | version = "3.14.0" |
| 2696 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2697 | checksum = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5" |
| 2698 | dependencies = [ |
| 2699 | "base64 0.22.1", |
| 2700 | "chrono", |
| 2701 | "hex", |
| 2702 | "indexmap 1.9.3", |
| 2703 | "indexmap 2.10.0", |
| 2704 | "schemars 0.9.0", |
| 2705 | "schemars 1.0.4", |
| 2706 | "serde", |
| 2707 | "serde_derive", |
| 2708 | "serde_json", |
| 2709 | "serde_with_macros", |
| 2710 | "time", |
| 2711 | ] |
| 2712 | |
| 2713 | [[package]] |
| 2714 | name = "serde_with_macros" |
| 2715 | version = "3.14.0" |
| 2716 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2717 | checksum = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f" |
| 2718 | dependencies = [ |
| 2719 | "darling", |
| 2720 | "proc-macro2", |
| 2721 | "quote", |
| 2722 | "syn", |
| 2723 | ] |
| 2724 | |
| 2725 | [[package]] |
| 2726 | name = "sha1" |
| 2727 | version = "0.10.6" |
| 2728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2729 | checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| 2730 | dependencies = [ |
| 2731 | "cfg-if", |
| 2732 | "cpufeatures", |
| 2733 | "digest", |
| 2734 | ] |
| 2735 | |
| 2736 | [[package]] |
| 2737 | name = "sha2" |
| 2738 | version = "0.10.9" |
| 2739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2740 | checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| 2741 | dependencies = [ |
| 2742 | "cfg-if", |
| 2743 | "cpufeatures", |
| 2744 | "digest", |
| 2745 | ] |
| 2746 | |
| 2747 | [[package]] |
| 2748 | name = "sharded-slab" |
| 2749 | version = "0.1.7" |
| 2750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2751 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 2752 | dependencies = [ |
| 2753 | "lazy_static", |
| 2754 | ] |
| 2755 | |
| 2756 | [[package]] |
| 2757 | name = "shell-words" |
| 2758 | version = "1.1.0" |
| 2759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2760 | checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" |
| 2761 | |
| 2762 | [[package]] |
| 2763 | name = "shlex" |
| 2764 | version = "1.3.0" |
| 2765 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2766 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 2767 | |
| 2768 | [[package]] |
| 2769 | name = "signal-hook-registry" |
| 2770 | version = "1.4.5" |
| 2771 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2772 | checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" |
| 2773 | dependencies = [ |
| 2774 | "libc", |
| 2775 | ] |
| 2776 | |
| 2777 | [[package]] |
| 2778 | name = "signature" |
| 2779 | version = "2.2.0" |
| 2780 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2781 | checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" |
| 2782 | dependencies = [ |
| 2783 | "digest", |
| 2784 | "rand_core 0.6.4", |
| 2785 | ] |
| 2786 | |
| 2787 | [[package]] |
| 2788 | name = "slab" |
| 2789 | version = "0.4.10" |
| 2790 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2791 | checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" |
| 2792 | |
| 2793 | [[package]] |
| 2794 | name = "slug" |
| 2795 | version = "0.1.6" |
| 2796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2797 | checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724" |
| 2798 | dependencies = [ |
| 2799 | "deunicode", |
| 2800 | "wasm-bindgen", |
| 2801 | ] |
| 2802 | |
| 2803 | [[package]] |
| 2804 | name = "smallvec" |
| 2805 | version = "1.15.1" |
| 2806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2807 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 2808 | dependencies = [ |
| 2809 | "serde", |
| 2810 | ] |
| 2811 | |
| 2812 | [[package]] |
| 2813 | name = "socket2" |
| 2814 | version = "0.6.0" |
| 2815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2816 | checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" |
| 2817 | dependencies = [ |
| 2818 | "libc", |
| 2819 | "windows-sys 0.59.0", |
| 2820 | ] |
| 2821 | |
| 2822 | [[package]] |
| 2823 | name = "spin" |
| 2824 | version = "0.9.8" |
| 2825 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2826 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
| 2827 | dependencies = [ |
| 2828 | "lock_api", |
| 2829 | ] |
| 2830 | |
| 2831 | [[package]] |
| 2832 | name = "spki" |
| 2833 | version = "0.7.3" |
| 2834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2835 | checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" |
| 2836 | dependencies = [ |
| 2837 | "base64ct", |
| 2838 | "der", |
| 2839 | ] |
| 2840 | |
| 2841 | [[package]] |
| 2842 | name = "sqlx" |
| 2843 | version = "0.8.6" |
| 2844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2845 | checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" |
| 2846 | dependencies = [ |
| 2847 | "sqlx-core", |
| 2848 | "sqlx-macros", |
| 2849 | "sqlx-mysql", |
| 2850 | "sqlx-postgres", |
| 2851 | "sqlx-sqlite", |
| 2852 | ] |
| 2853 | |
| 2854 | [[package]] |
| 2855 | name = "sqlx-core" |
| 2856 | version = "0.8.6" |
| 2857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2858 | checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" |
| 2859 | dependencies = [ |
| 2860 | "base64 0.22.1", |
| 2861 | "bytes", |
| 2862 | "crc", |
| 2863 | "crossbeam-queue", |
| 2864 | "either", |
| 2865 | "event-listener", |
| 2866 | "futures-core", |
| 2867 | "futures-intrusive", |
| 2868 | "futures-io", |
| 2869 | "futures-util", |
| 2870 | "hashbrown 0.15.4", |
| 2871 | "hashlink", |
| 2872 | "indexmap 2.10.0", |
| 2873 | "log", |
| 2874 | "memchr", |
| 2875 | "once_cell", |
| 2876 | "percent-encoding", |
| 2877 | "serde", |
| 2878 | "serde_json", |
| 2879 | "sha2", |
| 2880 | "smallvec", |
| 2881 | "thiserror 2.0.12", |
| 2882 | "tokio", |
| 2883 | "tokio-stream", |
| 2884 | "tracing", |
| 2885 | "url", |
| 2886 | ] |
| 2887 | |
| 2888 | [[package]] |
| 2889 | name = "sqlx-macros" |
| 2890 | version = "0.8.6" |
| 2891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2892 | checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" |
| 2893 | dependencies = [ |
| 2894 | "proc-macro2", |
| 2895 | "quote", |
| 2896 | "sqlx-core", |
| 2897 | "sqlx-macros-core", |
| 2898 | "syn", |
| 2899 | ] |
| 2900 | |
| 2901 | [[package]] |
| 2902 | name = "sqlx-macros-core" |
| 2903 | version = "0.8.6" |
| 2904 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2905 | checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" |
| 2906 | dependencies = [ |
| 2907 | "dotenvy", |
| 2908 | "either", |
| 2909 | "heck", |
| 2910 | "hex", |
| 2911 | "once_cell", |
| 2912 | "proc-macro2", |
| 2913 | "quote", |
| 2914 | "serde", |
| 2915 | "serde_json", |
| 2916 | "sha2", |
| 2917 | "sqlx-core", |
| 2918 | "sqlx-mysql", |
| 2919 | "sqlx-postgres", |
| 2920 | "sqlx-sqlite", |
| 2921 | "syn", |
| 2922 | "tokio", |
| 2923 | "url", |
| 2924 | ] |
| 2925 | |
| 2926 | [[package]] |
| 2927 | name = "sqlx-mysql" |
| 2928 | version = "0.8.6" |
| 2929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2930 | checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" |
| 2931 | dependencies = [ |
| 2932 | "atoi", |
| 2933 | "base64 0.22.1", |
| 2934 | "bitflags", |
| 2935 | "byteorder", |
| 2936 | "bytes", |
| 2937 | "crc", |
| 2938 | "digest", |
| 2939 | "dotenvy", |
| 2940 | "either", |
| 2941 | "futures-channel", |
| 2942 | "futures-core", |
| 2943 | "futures-io", |
| 2944 | "futures-util", |
| 2945 | "generic-array", |
| 2946 | "hex", |
| 2947 | "hkdf", |
| 2948 | "hmac", |
| 2949 | "itoa", |
| 2950 | "log", |
| 2951 | "md-5", |
| 2952 | "memchr", |
| 2953 | "once_cell", |
| 2954 | "percent-encoding", |
| 2955 | "rand 0.8.5", |
| 2956 | "rsa", |
| 2957 | "serde", |
| 2958 | "sha1", |
| 2959 | "sha2", |
| 2960 | "smallvec", |
| 2961 | "sqlx-core", |
| 2962 | "stringprep", |
| 2963 | "thiserror 2.0.12", |
| 2964 | "tracing", |
| 2965 | "whoami", |
| 2966 | ] |
| 2967 | |
| 2968 | [[package]] |
| 2969 | name = "sqlx-postgres" |
| 2970 | version = "0.8.6" |
| 2971 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2972 | checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" |
| 2973 | dependencies = [ |
| 2974 | "atoi", |
| 2975 | "base64 0.22.1", |
| 2976 | "bitflags", |
| 2977 | "byteorder", |
| 2978 | "crc", |
| 2979 | "dotenvy", |
| 2980 | "etcetera", |
| 2981 | "futures-channel", |
| 2982 | "futures-core", |
| 2983 | "futures-util", |
| 2984 | "hex", |
| 2985 | "hkdf", |
| 2986 | "hmac", |
| 2987 | "home", |
| 2988 | "itoa", |
| 2989 | "log", |
| 2990 | "md-5", |
| 2991 | "memchr", |
| 2992 | "once_cell", |
| 2993 | "rand 0.8.5", |
| 2994 | "serde", |
| 2995 | "serde_json", |
| 2996 | "sha2", |
| 2997 | "smallvec", |
| 2998 | "sqlx-core", |
| 2999 | "stringprep", |
| 3000 | "thiserror 2.0.12", |
| 3001 | "tracing", |
| 3002 | "whoami", |
| 3003 | ] |
| 3004 | |
| 3005 | [[package]] |
| 3006 | name = "sqlx-sqlite" |
| 3007 | version = "0.8.6" |
| 3008 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3009 | checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" |
| 3010 | dependencies = [ |
| 3011 | "atoi", |
| 3012 | "flume", |
| 3013 | "futures-channel", |
| 3014 | "futures-core", |
| 3015 | "futures-executor", |
| 3016 | "futures-intrusive", |
| 3017 | "futures-util", |
| 3018 | "libsqlite3-sys", |
| 3019 | "log", |
| 3020 | "percent-encoding", |
| 3021 | "serde", |
| 3022 | "serde_urlencoded", |
| 3023 | "sqlx-core", |
| 3024 | "thiserror 2.0.12", |
| 3025 | "tracing", |
| 3026 | "url", |
| 3027 | ] |
| 3028 | |
| 3029 | [[package]] |
| 3030 | name = "stable_deref_trait" |
| 3031 | version = "1.2.0" |
| 3032 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3033 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
| 3034 | |
| 3035 | [[package]] |
| 3036 | name = "streaming-iterator" |
| 3037 | version = "0.1.9" |
| 3038 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3039 | checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520" |
| 3040 | |
| 3041 | [[package]] |
| 3042 | name = "stringprep" |
| 3043 | version = "0.1.5" |
| 3044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3045 | checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" |
| 3046 | dependencies = [ |
| 3047 | "unicode-bidi", |
| 3048 | "unicode-normalization", |
| 3049 | "unicode-properties", |
| 3050 | ] |
| 3051 | |
| 3052 | [[package]] |
| 3053 | name = "strsim" |
| 3054 | version = "0.11.1" |
| 3055 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3056 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 3057 | |
| 3058 | [[package]] |
| 3059 | name = "subtle" |
| 3060 | version = "2.6.1" |
| 3061 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3062 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 3063 | |
| 3064 | [[package]] |
| 3065 | name = "syn" |
| 3066 | version = "2.0.104" |
| 3067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3068 | checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" |
| 3069 | dependencies = [ |
| 3070 | "proc-macro2", |
| 3071 | "quote", |
| 3072 | "unicode-ident", |
| 3073 | ] |
| 3074 | |
| 3075 | [[package]] |
| 3076 | name = "sync_wrapper" |
| 3077 | version = "1.0.2" |
| 3078 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3079 | checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| 3080 | dependencies = [ |
| 3081 | "futures-core", |
| 3082 | ] |
| 3083 | |
| 3084 | [[package]] |
| 3085 | name = "synstructure" |
| 3086 | version = "0.13.2" |
| 3087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3088 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 3089 | dependencies = [ |
| 3090 | "proc-macro2", |
| 3091 | "quote", |
| 3092 | "syn", |
| 3093 | ] |
| 3094 | |
| 3095 | [[package]] |
| 3096 | name = "system-configuration" |
| 3097 | version = "0.6.1" |
| 3098 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3099 | checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" |
| 3100 | dependencies = [ |
| 3101 | "bitflags", |
| 3102 | "core-foundation", |
| 3103 | "system-configuration-sys", |
| 3104 | ] |
| 3105 | |
| 3106 | [[package]] |
| 3107 | name = "system-configuration-sys" |
| 3108 | version = "0.6.0" |
| 3109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3110 | checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" |
| 3111 | dependencies = [ |
| 3112 | "core-foundation-sys", |
| 3113 | "libc", |
| 3114 | ] |
| 3115 | |
| 3116 | [[package]] |
| 3117 | name = "tempfile" |
| 3118 | version = "3.21.0" |
| 3119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3120 | checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e" |
| 3121 | dependencies = [ |
| 3122 | "fastrand", |
| 3123 | "getrandom 0.3.3", |
| 3124 | "once_cell", |
| 3125 | "rustix", |
| 3126 | "windows-sys 0.60.2", |
| 3127 | ] |
| 3128 | |
| 3129 | [[package]] |
| 3130 | name = "thiserror" |
| 3131 | version = "1.0.69" |
| 3132 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3133 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 3134 | dependencies = [ |
| 3135 | "thiserror-impl 1.0.69", |
| 3136 | ] |
| 3137 | |
| 3138 | [[package]] |
| 3139 | name = "thiserror" |
| 3140 | version = "2.0.12" |
| 3141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3142 | checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" |
| 3143 | dependencies = [ |
| 3144 | "thiserror-impl 2.0.12", |
| 3145 | ] |
| 3146 | |
| 3147 | [[package]] |
| 3148 | name = "thiserror-impl" |
| 3149 | version = "1.0.69" |
| 3150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3151 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 3152 | dependencies = [ |
| 3153 | "proc-macro2", |
| 3154 | "quote", |
| 3155 | "syn", |
| 3156 | ] |
| 3157 | |
| 3158 | [[package]] |
| 3159 | name = "thiserror-impl" |
| 3160 | version = "2.0.12" |
| 3161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3162 | checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" |
| 3163 | dependencies = [ |
| 3164 | "proc-macro2", |
| 3165 | "quote", |
| 3166 | "syn", |
| 3167 | ] |
| 3168 | |
| 3169 | [[package]] |
| 3170 | name = "thread_local" |
| 3171 | version = "1.1.9" |
| 3172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3173 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 3174 | dependencies = [ |
| 3175 | "cfg-if", |
| 3176 | ] |
| 3177 | |
| 3178 | [[package]] |
| 3179 | name = "time" |
| 3180 | version = "0.3.41" |
| 3181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3182 | checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" |
| 3183 | dependencies = [ |
| 3184 | "deranged", |
| 3185 | "itoa", |
| 3186 | "num-conv", |
| 3187 | "powerfmt", |
| 3188 | "serde", |
| 3189 | "time-core", |
| 3190 | "time-macros", |
| 3191 | ] |
| 3192 | |
| 3193 | [[package]] |
| 3194 | name = "time-core" |
| 3195 | version = "0.1.4" |
| 3196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3197 | checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" |
| 3198 | |
| 3199 | [[package]] |
| 3200 | name = "time-macros" |
| 3201 | version = "0.2.22" |
| 3202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3203 | checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" |
| 3204 | dependencies = [ |
| 3205 | "num-conv", |
| 3206 | "time-core", |
| 3207 | ] |
| 3208 | |
| 3209 | [[package]] |
| 3210 | name = "timeutil" |
| 3211 | version = "0.1.0" |
| 3212 | dependencies = [ |
| 3213 | "time", |
| 3214 | ] |
| 3215 | |
| 3216 | [[package]] |
| 3217 | name = "tinystr" |
| 3218 | version = "0.8.1" |
| 3219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3220 | checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" |
| 3221 | dependencies = [ |
| 3222 | "displaydoc", |
| 3223 | "zerovec", |
| 3224 | ] |
| 3225 | |
| 3226 | [[package]] |
| 3227 | name = "tinyvec" |
| 3228 | version = "1.9.0" |
| 3229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3230 | checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" |
| 3231 | dependencies = [ |
| 3232 | "tinyvec_macros", |
| 3233 | ] |
| 3234 | |
| 3235 | [[package]] |
| 3236 | name = "tinyvec_macros" |
| 3237 | version = "0.1.1" |
| 3238 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3239 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 3240 | |
| 3241 | [[package]] |
| 3242 | name = "tokio" |
| 3243 | version = "1.47.0" |
| 3244 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3245 | checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35" |
| 3246 | dependencies = [ |
| 3247 | "backtrace", |
| 3248 | "bytes", |
| 3249 | "io-uring", |
| 3250 | "libc", |
| 3251 | "mio", |
| 3252 | "parking_lot", |
| 3253 | "pin-project-lite", |
| 3254 | "signal-hook-registry", |
| 3255 | "slab", |
| 3256 | "socket2", |
| 3257 | "tokio-macros", |
| 3258 | "windows-sys 0.59.0", |
| 3259 | ] |
| 3260 | |
| 3261 | [[package]] |
| 3262 | name = "tokio-macros" |
| 3263 | version = "2.5.0" |
| 3264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3265 | checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" |
| 3266 | dependencies = [ |
| 3267 | "proc-macro2", |
| 3268 | "quote", |
| 3269 | "syn", |
| 3270 | ] |
| 3271 | |
| 3272 | [[package]] |
| 3273 | name = "tokio-native-tls" |
| 3274 | version = "0.3.1" |
| 3275 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3276 | checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
| 3277 | dependencies = [ |
| 3278 | "native-tls", |
| 3279 | "tokio", |
| 3280 | ] |
| 3281 | |
| 3282 | [[package]] |
| 3283 | name = "tokio-rustls" |
| 3284 | version = "0.26.2" |
| 3285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3286 | checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" |
| 3287 | dependencies = [ |
| 3288 | "rustls", |
| 3289 | "tokio", |
| 3290 | ] |
| 3291 | |
| 3292 | [[package]] |
| 3293 | name = "tokio-stream" |
| 3294 | version = "0.1.17" |
| 3295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3296 | checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" |
| 3297 | dependencies = [ |
| 3298 | "futures-core", |
| 3299 | "pin-project-lite", |
| 3300 | "tokio", |
| 3301 | ] |
| 3302 | |
| 3303 | [[package]] |
| 3304 | name = "tokio-util" |
| 3305 | version = "0.7.15" |
| 3306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3307 | checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" |
| 3308 | dependencies = [ |
| 3309 | "bytes", |
| 3310 | "futures-core", |
| 3311 | "futures-io", |
| 3312 | "futures-sink", |
| 3313 | "pin-project-lite", |
| 3314 | "tokio", |
| 3315 | ] |
| 3316 | |
| 3317 | [[package]] |
| 3318 | name = "toml" |
| 3319 | version = "0.8.23" |
| 3320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3321 | checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| 3322 | dependencies = [ |
| 3323 | "serde", |
| 3324 | "serde_spanned", |
| 3325 | "toml_datetime", |
| 3326 | "toml_edit", |
| 3327 | ] |
| 3328 | |
| 3329 | [[package]] |
| 3330 | name = "toml_datetime" |
| 3331 | version = "0.6.11" |
| 3332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3333 | checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| 3334 | dependencies = [ |
| 3335 | "serde", |
| 3336 | ] |
| 3337 | |
| 3338 | [[package]] |
| 3339 | name = "toml_edit" |
| 3340 | version = "0.22.27" |
| 3341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3342 | checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| 3343 | dependencies = [ |
| 3344 | "indexmap 2.10.0", |
| 3345 | "serde", |
| 3346 | "serde_spanned", |
| 3347 | "toml_datetime", |
| 3348 | "toml_write", |
| 3349 | "winnow", |
| 3350 | ] |
| 3351 | |
| 3352 | [[package]] |
| 3353 | name = "toml_write" |
| 3354 | version = "0.1.2" |
| 3355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3356 | checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| 3357 | |
| 3358 | [[package]] |
| 3359 | name = "tower" |
| 3360 | version = "0.5.2" |
| 3361 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3362 | checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" |
| 3363 | dependencies = [ |
| 3364 | "futures-core", |
| 3365 | "futures-util", |
| 3366 | "pin-project-lite", |
| 3367 | "sync_wrapper", |
| 3368 | "tokio", |
| 3369 | "tower-layer", |
| 3370 | "tower-service", |
| 3371 | "tracing", |
| 3372 | ] |
| 3373 | |
| 3374 | [[package]] |
| 3375 | name = "tower-http" |
| 3376 | version = "0.6.6" |
| 3377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3378 | checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" |
| 3379 | dependencies = [ |
| 3380 | "bitflags", |
| 3381 | "bytes", |
| 3382 | "futures-util", |
| 3383 | "http", |
| 3384 | "http-body", |
| 3385 | "iri-string", |
| 3386 | "pin-project-lite", |
| 3387 | "tower", |
| 3388 | "tower-layer", |
| 3389 | "tower-service", |
| 3390 | "tracing", |
| 3391 | ] |
| 3392 | |
| 3393 | [[package]] |
| 3394 | name = "tower-layer" |
| 3395 | version = "0.3.3" |
| 3396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3397 | checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 3398 | |
| 3399 | [[package]] |
| 3400 | name = "tower-service" |
| 3401 | version = "0.3.3" |
| 3402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3403 | checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 3404 | |
| 3405 | [[package]] |
| 3406 | name = "tracing" |
| 3407 | version = "0.1.41" |
| 3408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3409 | checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" |
| 3410 | dependencies = [ |
| 3411 | "log", |
| 3412 | "pin-project-lite", |
| 3413 | "tracing-attributes", |
| 3414 | "tracing-core", |
| 3415 | ] |
| 3416 | |
| 3417 | [[package]] |
| 3418 | name = "tracing-attributes" |
| 3419 | version = "0.1.30" |
| 3420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3421 | checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" |
| 3422 | dependencies = [ |
| 3423 | "proc-macro2", |
| 3424 | "quote", |
| 3425 | "syn", |
| 3426 | ] |
| 3427 | |
| 3428 | [[package]] |
| 3429 | name = "tracing-core" |
| 3430 | version = "0.1.34" |
| 3431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3432 | checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" |
| 3433 | dependencies = [ |
| 3434 | "once_cell", |
| 3435 | "valuable", |
| 3436 | ] |
| 3437 | |
| 3438 | [[package]] |
| 3439 | name = "tracing-log" |
| 3440 | version = "0.2.0" |
| 3441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3442 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 3443 | dependencies = [ |
| 3444 | "log", |
| 3445 | "once_cell", |
| 3446 | "tracing-core", |
| 3447 | ] |
| 3448 | |
| 3449 | [[package]] |
| 3450 | name = "tracing-subscriber" |
| 3451 | version = "0.3.19" |
| 3452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3453 | checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" |
| 3454 | dependencies = [ |
| 3455 | "matchers", |
| 3456 | "nu-ansi-term", |
| 3457 | "once_cell", |
| 3458 | "regex", |
| 3459 | "sharded-slab", |
| 3460 | "smallvec", |
| 3461 | "thread_local", |
| 3462 | "tracing", |
| 3463 | "tracing-core", |
| 3464 | "tracing-log", |
| 3465 | ] |
| 3466 | |
| 3467 | [[package]] |
| 3468 | name = "tree-sitter" |
| 3469 | version = "0.25.8" |
| 3470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3471 | checksum = "6d7b8994f367f16e6fa14b5aebbcb350de5d7cbea82dc5b00ae997dd71680dd2" |
| 3472 | dependencies = [ |
| 3473 | "cc", |
| 3474 | "regex", |
| 3475 | "regex-syntax 0.8.5", |
| 3476 | "serde_json", |
| 3477 | "streaming-iterator", |
| 3478 | "tree-sitter-language", |
| 3479 | ] |
| 3480 | |
| 3481 | [[package]] |
| 3482 | name = "tree-sitter-highlight" |
| 3483 | version = "0.25.8" |
| 3484 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3485 | checksum = "7bf7a0dfbd45d88e75c89da0d13fc46f477cc20ce15617b54ebf73978eb66aec" |
| 3486 | dependencies = [ |
| 3487 | "regex", |
| 3488 | "streaming-iterator", |
| 3489 | "thiserror 2.0.12", |
| 3490 | "tree-sitter", |
| 3491 | ] |
| 3492 | |
| 3493 | [[package]] |
| 3494 | name = "tree-sitter-language" |
| 3495 | version = "0.1.5" |
| 3496 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3497 | checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8" |
| 3498 | |
| 3499 | [[package]] |
| 3500 | name = "try-lock" |
| 3501 | version = "0.2.5" |
| 3502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3503 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 3504 | |
| 3505 | [[package]] |
| 3506 | name = "typed-arena" |
| 3507 | version = "2.0.2" |
| 3508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3509 | checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" |
| 3510 | |
| 3511 | [[package]] |
| 3512 | name = "typenum" |
| 3513 | version = "1.18.0" |
| 3514 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3515 | checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" |
| 3516 | |
| 3517 | [[package]] |
| 3518 | name = "unicase" |
| 3519 | version = "2.8.1" |
| 3520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3521 | checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" |
| 3522 | |
| 3523 | [[package]] |
| 3524 | name = "unicode-bidi" |
| 3525 | version = "0.3.18" |
| 3526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3527 | checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" |
| 3528 | |
| 3529 | [[package]] |
| 3530 | name = "unicode-ident" |
| 3531 | version = "1.0.18" |
| 3532 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3533 | checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" |
| 3534 | |
| 3535 | [[package]] |
| 3536 | name = "unicode-normalization" |
| 3537 | version = "0.1.24" |
| 3538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3539 | checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" |
| 3540 | dependencies = [ |
| 3541 | "tinyvec", |
| 3542 | ] |
| 3543 | |
| 3544 | [[package]] |
| 3545 | name = "unicode-properties" |
| 3546 | version = "0.1.3" |
| 3547 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3548 | checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" |
| 3549 | |
| 3550 | [[package]] |
| 3551 | name = "unicode-segmentation" |
| 3552 | version = "1.12.0" |
| 3553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3554 | checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
| 3555 | |
| 3556 | [[package]] |
| 3557 | name = "unicode-width" |
| 3558 | version = "0.2.1" |
| 3559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3560 | checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" |
| 3561 | |
| 3562 | [[package]] |
| 3563 | name = "unicode_categories" |
| 3564 | version = "0.1.1" |
| 3565 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3566 | checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" |
| 3567 | |
| 3568 | [[package]] |
| 3569 | name = "untrusted" |
| 3570 | version = "0.9.0" |
| 3571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3572 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 3573 | |
| 3574 | [[package]] |
| 3575 | name = "url" |
| 3576 | version = "2.5.4" |
| 3577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3578 | checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" |
| 3579 | dependencies = [ |
| 3580 | "form_urlencoded", |
| 3581 | "idna", |
| 3582 | "percent-encoding", |
| 3583 | "serde", |
| 3584 | ] |
| 3585 | |
| 3586 | [[package]] |
| 3587 | name = "urlencoding" |
| 3588 | version = "2.1.3" |
| 3589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3590 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
| 3591 | |
| 3592 | [[package]] |
| 3593 | name = "utf8_iter" |
| 3594 | version = "1.0.4" |
| 3595 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3596 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 3597 | |
| 3598 | [[package]] |
| 3599 | name = "utf8parse" |
| 3600 | version = "0.2.2" |
| 3601 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3602 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 3603 | |
| 3604 | [[package]] |
| 3605 | name = "valuable" |
| 3606 | version = "0.1.1" |
| 3607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3608 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 3609 | |
| 3610 | [[package]] |
| 3611 | name = "vcpkg" |
| 3612 | version = "0.2.15" |
| 3613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3614 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 3615 | |
| 3616 | [[package]] |
| 3617 | name = "version_check" |
| 3618 | version = "0.9.5" |
| 3619 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3620 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 3621 | |
| 3622 | [[package]] |
| 3623 | name = "want" |
| 3624 | version = "0.3.1" |
| 3625 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3626 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 3627 | dependencies = [ |
| 3628 | "try-lock", |
| 3629 | ] |
| 3630 | |
| 3631 | [[package]] |
| 3632 | name = "wasi" |
| 3633 | version = "0.11.1+wasi-snapshot-preview1" |
| 3634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3635 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 3636 | |
| 3637 | [[package]] |
| 3638 | name = "wasi" |
| 3639 | version = "0.14.2+wasi-0.2.4" |
| 3640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3641 | checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" |
| 3642 | dependencies = [ |
| 3643 | "wit-bindgen-rt", |
| 3644 | ] |
| 3645 | |
| 3646 | [[package]] |
| 3647 | name = "wasite" |
| 3648 | version = "0.1.0" |
| 3649 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3650 | checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" |
| 3651 | |
| 3652 | [[package]] |
| 3653 | name = "wasm-bindgen" |
| 3654 | version = "0.2.100" |
| 3655 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3656 | checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" |
| 3657 | dependencies = [ |
| 3658 | "cfg-if", |
| 3659 | "once_cell", |
| 3660 | "rustversion", |
| 3661 | "wasm-bindgen-macro", |
| 3662 | ] |
| 3663 | |
| 3664 | [[package]] |
| 3665 | name = "wasm-bindgen-backend" |
| 3666 | version = "0.2.100" |
| 3667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3668 | checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" |
| 3669 | dependencies = [ |
| 3670 | "bumpalo", |
| 3671 | "log", |
| 3672 | "proc-macro2", |
| 3673 | "quote", |
| 3674 | "syn", |
| 3675 | "wasm-bindgen-shared", |
| 3676 | ] |
| 3677 | |
| 3678 | [[package]] |
| 3679 | name = "wasm-bindgen-futures" |
| 3680 | version = "0.4.50" |
| 3681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3682 | checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" |
| 3683 | dependencies = [ |
| 3684 | "cfg-if", |
| 3685 | "js-sys", |
| 3686 | "once_cell", |
| 3687 | "wasm-bindgen", |
| 3688 | "web-sys", |
| 3689 | ] |
| 3690 | |
| 3691 | [[package]] |
| 3692 | name = "wasm-bindgen-macro" |
| 3693 | version = "0.2.100" |
| 3694 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3695 | checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" |
| 3696 | dependencies = [ |
| 3697 | "quote", |
| 3698 | "wasm-bindgen-macro-support", |
| 3699 | ] |
| 3700 | |
| 3701 | [[package]] |
| 3702 | name = "wasm-bindgen-macro-support" |
| 3703 | version = "0.2.100" |
| 3704 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3705 | checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" |
| 3706 | dependencies = [ |
| 3707 | "proc-macro2", |
| 3708 | "quote", |
| 3709 | "syn", |
| 3710 | "wasm-bindgen-backend", |
| 3711 | "wasm-bindgen-shared", |
| 3712 | ] |
| 3713 | |
| 3714 | [[package]] |
| 3715 | name = "wasm-bindgen-shared" |
| 3716 | version = "0.2.100" |
| 3717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3718 | checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" |
| 3719 | dependencies = [ |
| 3720 | "unicode-ident", |
| 3721 | ] |
| 3722 | |
| 3723 | [[package]] |
| 3724 | name = "web-sys" |
| 3725 | version = "0.3.77" |
| 3726 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3727 | checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" |
| 3728 | dependencies = [ |
| 3729 | "js-sys", |
| 3730 | "wasm-bindgen", |
| 3731 | ] |
| 3732 | |
| 3733 | [[package]] |
| 3734 | name = "webfinger-rs" |
| 3735 | version = "0.0.13" |
| 3736 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3737 | checksum = "a6f7d55f92d53d3a5211d7a0a594acf1acc763618b56b88ea01e7bc2fe791343" |
| 3738 | dependencies = [ |
| 3739 | "async-convert", |
| 3740 | "axum", |
| 3741 | "axum-extra", |
| 3742 | "document-features", |
| 3743 | "http", |
| 3744 | "nutype", |
| 3745 | "percent-encoding", |
| 3746 | "serde", |
| 3747 | "serde_json", |
| 3748 | "serde_with", |
| 3749 | "thiserror 2.0.12", |
| 3750 | "tracing", |
| 3751 | ] |
| 3752 | |
| 3753 | [[package]] |
| 3754 | name = "webfinger-rs" |
| 3755 | version = "0.0.18" |
| 3756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3757 | checksum = "8802378880f71fd8ead0d6ee84ea4df845f0b1dd76070ebe885ef590fab0320b" |
| 3758 | dependencies = [ |
| 3759 | "async-convert", |
| 3760 | "http", |
| 3761 | "nutype", |
| 3762 | "percent-encoding", |
| 3763 | "reqwest", |
| 3764 | "serde", |
| 3765 | "serde_json", |
| 3766 | "serde_with", |
| 3767 | "thiserror 2.0.12", |
| 3768 | "tracing", |
| 3769 | ] |
| 3770 | |
| 3771 | [[package]] |
| 3772 | name = "whoami" |
| 3773 | version = "1.6.1" |
| 3774 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3775 | checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" |
| 3776 | dependencies = [ |
| 3777 | "libredox", |
| 3778 | "wasite", |
| 3779 | ] |
| 3780 | |
| 3781 | [[package]] |
| 3782 | name = "winapi" |
| 3783 | version = "0.3.9" |
| 3784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3785 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 3786 | dependencies = [ |
| 3787 | "winapi-i686-pc-windows-gnu", |
| 3788 | "winapi-x86_64-pc-windows-gnu", |
| 3789 | ] |
| 3790 | |
| 3791 | [[package]] |
| 3792 | name = "winapi-i686-pc-windows-gnu" |
| 3793 | version = "0.4.0" |
| 3794 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3795 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 3796 | |
| 3797 | [[package]] |
| 3798 | name = "winapi-x86_64-pc-windows-gnu" |
| 3799 | version = "0.4.0" |
| 3800 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3801 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 3802 | |
| 3803 | [[package]] |
| 3804 | name = "windows-core" |
| 3805 | version = "0.61.2" |
| 3806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3807 | checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" |
| 3808 | dependencies = [ |
| 3809 | "windows-implement", |
| 3810 | "windows-interface", |
| 3811 | "windows-link", |
| 3812 | "windows-result", |
| 3813 | "windows-strings", |
| 3814 | ] |
| 3815 | |
| 3816 | [[package]] |
| 3817 | name = "windows-implement" |
| 3818 | version = "0.60.0" |
| 3819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3820 | checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" |
| 3821 | dependencies = [ |
| 3822 | "proc-macro2", |
| 3823 | "quote", |
| 3824 | "syn", |
| 3825 | ] |
| 3826 | |
| 3827 | [[package]] |
| 3828 | name = "windows-interface" |
| 3829 | version = "0.59.1" |
| 3830 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3831 | checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" |
| 3832 | dependencies = [ |
| 3833 | "proc-macro2", |
| 3834 | "quote", |
| 3835 | "syn", |
| 3836 | ] |
| 3837 | |
| 3838 | [[package]] |
| 3839 | name = "windows-link" |
| 3840 | version = "0.1.3" |
| 3841 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3842 | checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" |
| 3843 | |
| 3844 | [[package]] |
| 3845 | name = "windows-registry" |
| 3846 | version = "0.5.3" |
| 3847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3848 | checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" |
| 3849 | dependencies = [ |
| 3850 | "windows-link", |
| 3851 | "windows-result", |
| 3852 | "windows-strings", |
| 3853 | ] |
| 3854 | |
| 3855 | [[package]] |
| 3856 | name = "windows-result" |
| 3857 | version = "0.3.4" |
| 3858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3859 | checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" |
| 3860 | dependencies = [ |
| 3861 | "windows-link", |
| 3862 | ] |
| 3863 | |
| 3864 | [[package]] |
| 3865 | name = "windows-strings" |
| 3866 | version = "0.4.2" |
| 3867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3868 | checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" |
| 3869 | dependencies = [ |
| 3870 | "windows-link", |
| 3871 | ] |
| 3872 | |
| 3873 | [[package]] |
| 3874 | name = "windows-sys" |
| 3875 | version = "0.48.0" |
| 3876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3877 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 3878 | dependencies = [ |
| 3879 | "windows-targets 0.48.5", |
| 3880 | ] |
| 3881 | |
| 3882 | [[package]] |
| 3883 | name = "windows-sys" |
| 3884 | version = "0.52.0" |
| 3885 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3886 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 3887 | dependencies = [ |
| 3888 | "windows-targets 0.52.6", |
| 3889 | ] |
| 3890 | |
| 3891 | [[package]] |
| 3892 | name = "windows-sys" |
| 3893 | version = "0.59.0" |
| 3894 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3895 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
| 3896 | dependencies = [ |
| 3897 | "windows-targets 0.52.6", |
| 3898 | ] |
| 3899 | |
| 3900 | [[package]] |
| 3901 | name = "windows-sys" |
| 3902 | version = "0.60.2" |
| 3903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3904 | checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| 3905 | dependencies = [ |
| 3906 | "windows-targets 0.53.2", |
| 3907 | ] |
| 3908 | |
| 3909 | [[package]] |
| 3910 | name = "windows-targets" |
| 3911 | version = "0.48.5" |
| 3912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3913 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| 3914 | dependencies = [ |
| 3915 | "windows_aarch64_gnullvm 0.48.5", |
| 3916 | "windows_aarch64_msvc 0.48.5", |
| 3917 | "windows_i686_gnu 0.48.5", |
| 3918 | "windows_i686_msvc 0.48.5", |
| 3919 | "windows_x86_64_gnu 0.48.5", |
| 3920 | "windows_x86_64_gnullvm 0.48.5", |
| 3921 | "windows_x86_64_msvc 0.48.5", |
| 3922 | ] |
| 3923 | |
| 3924 | [[package]] |
| 3925 | name = "windows-targets" |
| 3926 | version = "0.52.6" |
| 3927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3928 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 3929 | dependencies = [ |
| 3930 | "windows_aarch64_gnullvm 0.52.6", |
| 3931 | "windows_aarch64_msvc 0.52.6", |
| 3932 | "windows_i686_gnu 0.52.6", |
| 3933 | "windows_i686_gnullvm 0.52.6", |
| 3934 | "windows_i686_msvc 0.52.6", |
| 3935 | "windows_x86_64_gnu 0.52.6", |
| 3936 | "windows_x86_64_gnullvm 0.52.6", |
| 3937 | "windows_x86_64_msvc 0.52.6", |
| 3938 | ] |
| 3939 | |
| 3940 | [[package]] |
| 3941 | name = "windows-targets" |
| 3942 | version = "0.53.2" |
| 3943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3944 | checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" |
| 3945 | dependencies = [ |
| 3946 | "windows_aarch64_gnullvm 0.53.0", |
| 3947 | "windows_aarch64_msvc 0.53.0", |
| 3948 | "windows_i686_gnu 0.53.0", |
| 3949 | "windows_i686_gnullvm 0.53.0", |
| 3950 | "windows_i686_msvc 0.53.0", |
| 3951 | "windows_x86_64_gnu 0.53.0", |
| 3952 | "windows_x86_64_gnullvm 0.53.0", |
| 3953 | "windows_x86_64_msvc 0.53.0", |
| 3954 | ] |
| 3955 | |
| 3956 | [[package]] |
| 3957 | name = "windows_aarch64_gnullvm" |
| 3958 | version = "0.48.5" |
| 3959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3960 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| 3961 | |
| 3962 | [[package]] |
| 3963 | name = "windows_aarch64_gnullvm" |
| 3964 | version = "0.52.6" |
| 3965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3966 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 3967 | |
| 3968 | [[package]] |
| 3969 | name = "windows_aarch64_gnullvm" |
| 3970 | version = "0.53.0" |
| 3971 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3972 | checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" |
| 3973 | |
| 3974 | [[package]] |
| 3975 | name = "windows_aarch64_msvc" |
| 3976 | version = "0.48.5" |
| 3977 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3978 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| 3979 | |
| 3980 | [[package]] |
| 3981 | name = "windows_aarch64_msvc" |
| 3982 | version = "0.52.6" |
| 3983 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3984 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 3985 | |
| 3986 | [[package]] |
| 3987 | name = "windows_aarch64_msvc" |
| 3988 | version = "0.53.0" |
| 3989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3990 | checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" |
| 3991 | |
| 3992 | [[package]] |
| 3993 | name = "windows_i686_gnu" |
| 3994 | version = "0.48.5" |
| 3995 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3996 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| 3997 | |
| 3998 | [[package]] |
| 3999 | name = "windows_i686_gnu" |
| 4000 | version = "0.52.6" |
| 4001 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4002 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 4003 | |
| 4004 | [[package]] |
| 4005 | name = "windows_i686_gnu" |
| 4006 | version = "0.53.0" |
| 4007 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4008 | checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" |
| 4009 | |
| 4010 | [[package]] |
| 4011 | name = "windows_i686_gnullvm" |
| 4012 | version = "0.52.6" |
| 4013 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4014 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 4015 | |
| 4016 | [[package]] |
| 4017 | name = "windows_i686_gnullvm" |
| 4018 | version = "0.53.0" |
| 4019 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4020 | checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" |
| 4021 | |
| 4022 | [[package]] |
| 4023 | name = "windows_i686_msvc" |
| 4024 | version = "0.48.5" |
| 4025 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4026 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| 4027 | |
| 4028 | [[package]] |
| 4029 | name = "windows_i686_msvc" |
| 4030 | version = "0.52.6" |
| 4031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4032 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 4033 | |
| 4034 | [[package]] |
| 4035 | name = "windows_i686_msvc" |
| 4036 | version = "0.53.0" |
| 4037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4038 | checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" |
| 4039 | |
| 4040 | [[package]] |
| 4041 | name = "windows_x86_64_gnu" |
| 4042 | version = "0.48.5" |
| 4043 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4044 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| 4045 | |
| 4046 | [[package]] |
| 4047 | name = "windows_x86_64_gnu" |
| 4048 | version = "0.52.6" |
| 4049 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4050 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 4051 | |
| 4052 | [[package]] |
| 4053 | name = "windows_x86_64_gnu" |
| 4054 | version = "0.53.0" |
| 4055 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4056 | checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" |
| 4057 | |
| 4058 | [[package]] |
| 4059 | name = "windows_x86_64_gnullvm" |
| 4060 | version = "0.48.5" |
| 4061 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4062 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| 4063 | |
| 4064 | [[package]] |
| 4065 | name = "windows_x86_64_gnullvm" |
| 4066 | version = "0.52.6" |
| 4067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4068 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 4069 | |
| 4070 | [[package]] |
| 4071 | name = "windows_x86_64_gnullvm" |
| 4072 | version = "0.53.0" |
| 4073 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4074 | checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" |
| 4075 | |
| 4076 | [[package]] |
| 4077 | name = "windows_x86_64_msvc" |
| 4078 | version = "0.48.5" |
| 4079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4080 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| 4081 | |
| 4082 | [[package]] |
| 4083 | name = "windows_x86_64_msvc" |
| 4084 | version = "0.52.6" |
| 4085 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4086 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 4087 | |
| 4088 | [[package]] |
| 4089 | name = "windows_x86_64_msvc" |
| 4090 | version = "0.53.0" |
| 4091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4092 | checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" |
| 4093 | |
| 4094 | [[package]] |
| 4095 | name = "winnow" |
| 4096 | version = "0.7.12" |
| 4097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4098 | checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95" |
| 4099 | dependencies = [ |
| 4100 | "memchr", |
| 4101 | ] |
| 4102 | |
| 4103 | [[package]] |
| 4104 | name = "wit-bindgen-rt" |
| 4105 | version = "0.39.0" |
| 4106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4107 | checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" |
| 4108 | dependencies = [ |
| 4109 | "bitflags", |
| 4110 | ] |
| 4111 | |
| 4112 | [[package]] |
| 4113 | name = "writeable" |
| 4114 | version = "0.6.1" |
| 4115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4116 | checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" |
| 4117 | |
| 4118 | [[package]] |
| 4119 | name = "xtask" |
| 4120 | version = "0.1.0" |
| 4121 | dependencies = [ |
| 4122 | "ayllu_cmd", |
| 4123 | "clap", |
| 4124 | "clap_mangen", |
| 4125 | ] |
| 4126 | |
| 4127 | [[package]] |
| 4128 | name = "yoke" |
| 4129 | version = "0.8.0" |
| 4130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4131 | checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" |
| 4132 | dependencies = [ |
| 4133 | "serde", |
| 4134 | "stable_deref_trait", |
| 4135 | "yoke-derive", |
| 4136 | "zerofrom", |
| 4137 | ] |
| 4138 | |
| 4139 | [[package]] |
| 4140 | name = "yoke-derive" |
| 4141 | version = "0.8.0" |
| 4142 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4143 | checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" |
| 4144 | dependencies = [ |
| 4145 | "proc-macro2", |
| 4146 | "quote", |
| 4147 | "syn", |
| 4148 | "synstructure", |
| 4149 | ] |
| 4150 | |
| 4151 | [[package]] |
| 4152 | name = "zerocopy" |
| 4153 | version = "0.8.26" |
| 4154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4155 | checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" |
| 4156 | dependencies = [ |
| 4157 | "zerocopy-derive", |
| 4158 | ] |
| 4159 | |
| 4160 | [[package]] |
| 4161 | name = "zerocopy-derive" |
| 4162 | version = "0.8.26" |
| 4163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4164 | checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" |
| 4165 | dependencies = [ |
| 4166 | "proc-macro2", |
| 4167 | "quote", |
| 4168 | "syn", |
| 4169 | ] |
| 4170 | |
| 4171 | [[package]] |
| 4172 | name = "zerofrom" |
| 4173 | version = "0.1.6" |
| 4174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4175 | checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
| 4176 | dependencies = [ |
| 4177 | "zerofrom-derive", |
| 4178 | ] |
| 4179 | |
| 4180 | [[package]] |
| 4181 | name = "zerofrom-derive" |
| 4182 | version = "0.1.6" |
| 4183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4184 | checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
| 4185 | dependencies = [ |
| 4186 | "proc-macro2", |
| 4187 | "quote", |
| 4188 | "syn", |
| 4189 | "synstructure", |
| 4190 | ] |
| 4191 | |
| 4192 | [[package]] |
| 4193 | name = "zeroize" |
| 4194 | version = "1.8.1" |
| 4195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4196 | checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" |
| 4197 | |
| 4198 | [[package]] |
| 4199 | name = "zerotrie" |
| 4200 | version = "0.2.2" |
| 4201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4202 | checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" |
| 4203 | dependencies = [ |
| 4204 | "displaydoc", |
| 4205 | "yoke", |
| 4206 | "zerofrom", |
| 4207 | ] |
| 4208 | |
| 4209 | [[package]] |
| 4210 | name = "zerovec" |
| 4211 | version = "0.11.2" |
| 4212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4213 | checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428" |
| 4214 | dependencies = [ |
| 4215 | "yoke", |
| 4216 | "zerofrom", |
| 4217 | "zerovec-derive", |
| 4218 | ] |
| 4219 | |
| 4220 | [[package]] |
| 4221 | name = "zerovec-derive" |
| 4222 | version = "0.11.1" |
| 4223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4224 | checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" |
| 4225 | dependencies = [ |
| 4226 | "proc-macro2", |
| 4227 | "quote", |
| 4228 | "syn", |
| 4229 | ] |