anki: use fetchCargoVendor

+4 -7309
-7299
pkgs/games/anki/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 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 = "adler" 16 - version = "1.0.2" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 - 20 - [[package]] 21 - name = "adler2" 22 - version = "2.0.0" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 25 - 26 - [[package]] 27 - name = "aes" 28 - version = "0.8.4" 29 - source = "registry+https://github.com/rust-lang/crates.io-index" 30 - checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" 31 - dependencies = [ 32 - "cfg-if", 33 - "cipher", 34 - "cpufeatures", 35 - ] 36 - 37 - [[package]] 38 - name = "ahash" 39 - version = "0.8.11" 40 - source = "registry+https://github.com/rust-lang/crates.io-index" 41 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 42 - dependencies = [ 43 - "cfg-if", 44 - "once_cell", 45 - "version_check", 46 - "zerocopy", 47 - ] 48 - 49 - [[package]] 50 - name = "aho-corasick" 51 - version = "1.1.3" 52 - source = "registry+https://github.com/rust-lang/crates.io-index" 53 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 54 - dependencies = [ 55 - "memchr", 56 - ] 57 - 58 - [[package]] 59 - name = "allocator-api2" 60 - version = "0.2.18" 61 - source = "registry+https://github.com/rust-lang/crates.io-index" 62 - checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 63 - 64 - [[package]] 65 - name = "ammonia" 66 - version = "4.0.0" 67 - source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459" 69 - dependencies = [ 70 - "html5ever 0.27.0", 71 - "maplit", 72 - "once_cell", 73 - "tendril", 74 - "url", 75 - ] 76 - 77 - [[package]] 78 - name = "android-tzdata" 79 - version = "0.1.1" 80 - source = "registry+https://github.com/rust-lang/crates.io-index" 81 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 82 - 83 - [[package]] 84 - name = "android_system_properties" 85 - version = "0.1.5" 86 - source = "registry+https://github.com/rust-lang/crates.io-index" 87 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 88 - dependencies = [ 89 - "libc", 90 - ] 91 - 92 - [[package]] 93 - name = "anes" 94 - version = "0.1.6" 95 - source = "registry+https://github.com/rust-lang/crates.io-index" 96 - checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 97 - 98 - [[package]] 99 - name = "anki" 100 - version = "0.0.0" 101 - dependencies = [ 102 - "ammonia", 103 - "anki_i18n", 104 - "anki_io", 105 - "anki_proto", 106 - "anki_proto_gen", 107 - "anyhow", 108 - "async-compression", 109 - "async-stream", 110 - "async-trait", 111 - "axum", 112 - "axum-client-ip", 113 - "axum-extra", 114 - "blake3", 115 - "bytes", 116 - "chrono", 117 - "coarsetime", 118 - "convert_case", 119 - "criterion", 120 - "csv", 121 - "data-encoding", 122 - "difflib", 123 - "dirs", 124 - "envy", 125 - "flate2", 126 - "fluent", 127 - "fluent-bundle", 128 - "fnv", 129 - "fsrs", 130 - "futures", 131 - "hex", 132 - "htmlescape", 133 - "hyper 1.5.0", 134 - "id_tree", 135 - "inflections", 136 - "itertools 0.13.0", 137 - "nom", 138 - "num_cpus", 139 - "num_enum", 140 - "once_cell", 141 - "pbkdf2 0.12.2", 142 - "percent-encoding-iri", 143 - "phf 0.11.2", 144 - "pin-project", 145 - "prettyplease", 146 - "prost", 147 - "prost-reflect", 148 - "pulldown-cmark 0.9.6", 149 - "rand", 150 - "regex", 151 - "reqwest 0.12.8", 152 - "rusqlite", 153 - "rustls-pemfile 2.2.0", 154 - "scopeguard", 155 - "serde", 156 - "serde-aux", 157 - "serde_json", 158 - "serde_repr", 159 - "serde_tuple", 160 - "sha1", 161 - "snafu", 162 - "strum 0.26.3", 163 - "syn 2.0.82", 164 - "tempfile", 165 - "tokio", 166 - "tokio-util", 167 - "tower-http", 168 - "tracing", 169 - "tracing-appender", 170 - "tracing-subscriber", 171 - "unic-ucd-category", 172 - "unicase", 173 - "unicode-normalization", 174 - "windows 0.56.0", 175 - "wiremock", 176 - "zip", 177 - "zstd 0.13.2", 178 - ] 179 - 180 - [[package]] 181 - name = "anki-sync-server" 182 - version = "0.0.0" 183 - dependencies = [ 184 - "anki", 185 - ] 186 - 187 - [[package]] 188 - name = "anki_i18n" 189 - version = "0.0.0" 190 - dependencies = [ 191 - "anki_io", 192 - "anyhow", 193 - "fluent", 194 - "fluent-bundle", 195 - "fluent-syntax", 196 - "inflections", 197 - "intl-memoizer", 198 - "itertools 0.13.0", 199 - "num-format", 200 - "phf 0.11.2", 201 - "serde", 202 - "serde_json", 203 - "unic-langid", 204 - ] 205 - 206 - [[package]] 207 - name = "anki_io" 208 - version = "0.0.0" 209 - dependencies = [ 210 - "camino", 211 - "snafu", 212 - "tempfile", 213 - ] 214 - 215 - [[package]] 216 - name = "anki_process" 217 - version = "0.0.0" 218 - dependencies = [ 219 - "itertools 0.13.0", 220 - "snafu", 221 - ] 222 - 223 - [[package]] 224 - name = "anki_proto" 225 - version = "0.0.0" 226 - dependencies = [ 227 - "anki_io", 228 - "anki_proto_gen", 229 - "anyhow", 230 - "inflections", 231 - "itertools 0.13.0", 232 - "prost", 233 - "prost-build", 234 - "prost-reflect", 235 - "prost-types", 236 - "serde", 237 - "snafu", 238 - "strum 0.26.3", 239 - ] 240 - 241 - [[package]] 242 - name = "anki_proto_gen" 243 - version = "0.0.0" 244 - dependencies = [ 245 - "anki_io", 246 - "anyhow", 247 - "camino", 248 - "inflections", 249 - "itertools 0.13.0", 250 - "prost-reflect", 251 - "prost-types", 252 - "regex", 253 - "walkdir", 254 - ] 255 - 256 - [[package]] 257 - name = "anstream" 258 - version = "0.6.15" 259 - source = "registry+https://github.com/rust-lang/crates.io-index" 260 - checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" 261 - dependencies = [ 262 - "anstyle", 263 - "anstyle-parse", 264 - "anstyle-query", 265 - "anstyle-wincon", 266 - "colorchoice", 267 - "is_terminal_polyfill", 268 - "utf8parse", 269 - ] 270 - 271 - [[package]] 272 - name = "anstyle" 273 - version = "1.0.8" 274 - source = "registry+https://github.com/rust-lang/crates.io-index" 275 - checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" 276 - 277 - [[package]] 278 - name = "anstyle-parse" 279 - version = "0.2.5" 280 - source = "registry+https://github.com/rust-lang/crates.io-index" 281 - checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" 282 - dependencies = [ 283 - "utf8parse", 284 - ] 285 - 286 - [[package]] 287 - name = "anstyle-query" 288 - version = "1.1.1" 289 - source = "registry+https://github.com/rust-lang/crates.io-index" 290 - checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" 291 - dependencies = [ 292 - "windows-sys 0.52.0", 293 - ] 294 - 295 - [[package]] 296 - name = "anstyle-wincon" 297 - version = "3.0.4" 298 - source = "registry+https://github.com/rust-lang/crates.io-index" 299 - checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" 300 - dependencies = [ 301 - "anstyle", 302 - "windows-sys 0.52.0", 303 - ] 304 - 305 - [[package]] 306 - name = "anyhow" 307 - version = "1.0.90" 308 - source = "registry+https://github.com/rust-lang/crates.io-index" 309 - checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" 310 - 311 - [[package]] 312 - name = "apple-bundles" 313 - version = "0.17.0" 314 - source = "registry+https://github.com/rust-lang/crates.io-index" 315 - checksum = "716b8a7bacf7325eb3e7a1a7f5ead4da91e1e16d9b56a25edea0e1e4ba21fd8e" 316 - dependencies = [ 317 - "anyhow", 318 - "plist", 319 - "simple-file-manifest", 320 - "walkdir", 321 - ] 322 - 323 - [[package]] 324 - name = "arrayref" 325 - version = "0.3.9" 326 - source = "registry+https://github.com/rust-lang/crates.io-index" 327 - checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 328 - 329 - [[package]] 330 - name = "arrayvec" 331 - version = "0.7.6" 332 - source = "registry+https://github.com/rust-lang/crates.io-index" 333 - checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 334 - 335 - [[package]] 336 - name = "ash" 337 - version = "0.37.3+1.3.251" 338 - source = "registry+https://github.com/rust-lang/crates.io-index" 339 - checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a" 340 - dependencies = [ 341 - "libloading 0.7.4", 342 - ] 343 - 344 - [[package]] 345 - name = "assert-json-diff" 346 - version = "2.0.2" 347 - source = "registry+https://github.com/rust-lang/crates.io-index" 348 - checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" 349 - dependencies = [ 350 - "serde", 351 - "serde_json", 352 - ] 353 - 354 - [[package]] 355 - name = "async-compression" 356 - version = "0.4.17" 357 - source = "registry+https://github.com/rust-lang/crates.io-index" 358 - checksum = "0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857" 359 - dependencies = [ 360 - "futures-core", 361 - "memchr", 362 - "pin-project-lite", 363 - "tokio", 364 - "zstd 0.13.2", 365 - "zstd-safe 7.2.1", 366 - ] 367 - 368 - [[package]] 369 - name = "async-stream" 370 - version = "0.3.6" 371 - source = "registry+https://github.com/rust-lang/crates.io-index" 372 - checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 373 - dependencies = [ 374 - "async-stream-impl", 375 - "futures-core", 376 - "pin-project-lite", 377 - ] 378 - 379 - [[package]] 380 - name = "async-stream-impl" 381 - version = "0.3.6" 382 - source = "registry+https://github.com/rust-lang/crates.io-index" 383 - checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 384 - dependencies = [ 385 - "proc-macro2", 386 - "quote", 387 - "syn 2.0.82", 388 - ] 389 - 390 - [[package]] 391 - name = "async-trait" 392 - version = "0.1.83" 393 - source = "registry+https://github.com/rust-lang/crates.io-index" 394 - checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" 395 - dependencies = [ 396 - "proc-macro2", 397 - "quote", 398 - "syn 2.0.82", 399 - ] 400 - 401 - [[package]] 402 - name = "atomic-waker" 403 - version = "1.1.2" 404 - source = "registry+https://github.com/rust-lang/crates.io-index" 405 - checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 406 - 407 - [[package]] 408 - name = "autocfg" 409 - version = "1.4.0" 410 - source = "registry+https://github.com/rust-lang/crates.io-index" 411 - checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 412 - 413 - [[package]] 414 - name = "axum" 415 - version = "0.7.7" 416 - source = "registry+https://github.com/rust-lang/crates.io-index" 417 - checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" 418 - dependencies = [ 419 - "async-trait", 420 - "axum-core", 421 - "axum-macros", 422 - "bytes", 423 - "futures-util", 424 - "http 1.1.0", 425 - "http-body 1.0.1", 426 - "http-body-util", 427 - "hyper 1.5.0", 428 - "hyper-util", 429 - "itoa", 430 - "matchit", 431 - "memchr", 432 - "mime", 433 - "multer", 434 - "percent-encoding", 435 - "pin-project-lite", 436 - "rustversion", 437 - "serde", 438 - "serde_json", 439 - "serde_path_to_error", 440 - "serde_urlencoded", 441 - "sync_wrapper 1.0.1", 442 - "tokio", 443 - "tower", 444 - "tower-layer", 445 - "tower-service", 446 - "tracing", 447 - ] 448 - 449 - [[package]] 450 - name = "axum-client-ip" 451 - version = "0.6.1" 452 - source = "registry+https://github.com/rust-lang/crates.io-index" 453 - checksum = "9eefda7e2b27e1bda4d6fa8a06b50803b8793769045918bc37ad062d48a6efac" 454 - dependencies = [ 455 - "axum", 456 - "forwarded-header-value", 457 - "serde", 458 - ] 459 - 460 - [[package]] 461 - name = "axum-core" 462 - version = "0.4.5" 463 - source = "registry+https://github.com/rust-lang/crates.io-index" 464 - checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199" 465 - dependencies = [ 466 - "async-trait", 467 - "bytes", 468 - "futures-util", 469 - "http 1.1.0", 470 - "http-body 1.0.1", 471 - "http-body-util", 472 - "mime", 473 - "pin-project-lite", 474 - "rustversion", 475 - "sync_wrapper 1.0.1", 476 - "tower-layer", 477 - "tower-service", 478 - "tracing", 479 - ] 480 - 481 - [[package]] 482 - name = "axum-extra" 483 - version = "0.9.4" 484 - source = "registry+https://github.com/rust-lang/crates.io-index" 485 - checksum = "73c3220b188aea709cf1b6c5f9b01c3bd936bb08bd2b5184a12b35ac8131b1f9" 486 - dependencies = [ 487 - "axum", 488 - "axum-core", 489 - "bytes", 490 - "futures-util", 491 - "headers 0.4.0", 492 - "http 1.1.0", 493 - "http-body 1.0.1", 494 - "http-body-util", 495 - "mime", 496 - "pin-project-lite", 497 - "serde", 498 - "tower", 499 - "tower-layer", 500 - "tower-service", 501 - "tracing", 502 - ] 503 - 504 - [[package]] 505 - name = "axum-macros" 506 - version = "0.4.2" 507 - source = "registry+https://github.com/rust-lang/crates.io-index" 508 - checksum = "57d123550fa8d071b7255cb0cc04dc302baa6c8c4a79f55701552684d8399bce" 509 - dependencies = [ 510 - "proc-macro2", 511 - "quote", 512 - "syn 2.0.82", 513 - ] 514 - 515 - [[package]] 516 - name = "backtrace" 517 - version = "0.3.74" 518 - source = "registry+https://github.com/rust-lang/crates.io-index" 519 - checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 520 - dependencies = [ 521 - "addr2line", 522 - "cfg-if", 523 - "libc", 524 - "miniz_oxide 0.8.0", 525 - "object", 526 - "rustc-demangle", 527 - "windows-targets 0.52.6", 528 - ] 529 - 530 - [[package]] 531 - name = "base64" 532 - version = "0.13.1" 533 - source = "registry+https://github.com/rust-lang/crates.io-index" 534 - checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 535 - 536 - [[package]] 537 - name = "base64" 538 - version = "0.21.7" 539 - source = "registry+https://github.com/rust-lang/crates.io-index" 540 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 541 - 542 - [[package]] 543 - name = "base64" 544 - version = "0.22.1" 545 - source = "registry+https://github.com/rust-lang/crates.io-index" 546 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 547 - 548 - [[package]] 549 - name = "base64ct" 550 - version = "1.6.0" 551 - source = "registry+https://github.com/rust-lang/crates.io-index" 552 - checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 553 - 554 - [[package]] 555 - name = "bincode" 556 - version = "2.0.0-rc.3" 557 - source = "registry+https://github.com/rust-lang/crates.io-index" 558 - checksum = "f11ea1a0346b94ef188834a65c068a03aec181c94896d481d7a0a40d85b0ce95" 559 - dependencies = [ 560 - "serde", 561 - ] 562 - 563 - [[package]] 564 - name = "bit-set" 565 - version = "0.5.3" 566 - source = "registry+https://github.com/rust-lang/crates.io-index" 567 - checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 568 - dependencies = [ 569 - "bit-vec", 570 - ] 571 - 572 - [[package]] 573 - name = "bit-vec" 574 - version = "0.6.3" 575 - source = "registry+https://github.com/rust-lang/crates.io-index" 576 - checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 577 - 578 - [[package]] 579 - name = "bit_field" 580 - version = "0.10.2" 581 - source = "registry+https://github.com/rust-lang/crates.io-index" 582 - checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" 583 - 584 - [[package]] 585 - name = "bitflags" 586 - version = "1.3.2" 587 - source = "registry+https://github.com/rust-lang/crates.io-index" 588 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 589 - 590 - [[package]] 591 - name = "bitflags" 592 - version = "2.6.0" 593 - source = "registry+https://github.com/rust-lang/crates.io-index" 594 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 595 - 596 - [[package]] 597 - name = "blake3" 598 - version = "1.5.4" 599 - source = "registry+https://github.com/rust-lang/crates.io-index" 600 - checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7" 601 - dependencies = [ 602 - "arrayref", 603 - "arrayvec", 604 - "cc", 605 - "cfg-if", 606 - "constant_time_eq 0.3.1", 607 - ] 608 - 609 - [[package]] 610 - name = "block" 611 - version = "0.1.6" 612 - source = "registry+https://github.com/rust-lang/crates.io-index" 613 - checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 614 - 615 - [[package]] 616 - name = "block-buffer" 617 - version = "0.10.4" 618 - source = "registry+https://github.com/rust-lang/crates.io-index" 619 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 620 - dependencies = [ 621 - "generic-array", 622 - ] 623 - 624 - [[package]] 625 - name = "block-padding" 626 - version = "0.3.3" 627 - source = "registry+https://github.com/rust-lang/crates.io-index" 628 - checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" 629 - dependencies = [ 630 - "generic-array", 631 - ] 632 - 633 - [[package]] 634 - name = "bstr" 635 - version = "1.10.0" 636 - source = "registry+https://github.com/rust-lang/crates.io-index" 637 - checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" 638 - dependencies = [ 639 - "memchr", 640 - "regex-automata 0.4.8", 641 - "serde", 642 - ] 643 - 644 - [[package]] 645 - name = "bumpalo" 646 - version = "3.16.0" 647 - source = "registry+https://github.com/rust-lang/crates.io-index" 648 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 649 - 650 - [[package]] 651 - name = "burn" 652 - version = "0.13.2" 653 - source = "registry+https://github.com/rust-lang/crates.io-index" 654 - checksum = "3960b57a6ad4baf54d1dba766965e4559c4b9a8f391107fee5de29db57265840" 655 - dependencies = [ 656 - "burn-core", 657 - "burn-train", 658 - ] 659 - 660 - [[package]] 661 - name = "burn-autodiff" 662 - version = "0.13.2" 663 - source = "registry+https://github.com/rust-lang/crates.io-index" 664 - checksum = "cf9479c28bdce3f2b1541f0a9215628f6256b5f3d66871192a3c56d55171d28e" 665 - dependencies = [ 666 - "burn-common", 667 - "burn-tensor", 668 - "derive-new", 669 - "log", 670 - "spin 0.9.8", 671 - ] 672 - 673 - [[package]] 674 - name = "burn-candle" 675 - version = "0.13.2" 676 - source = "registry+https://github.com/rust-lang/crates.io-index" 677 - checksum = "d811c54fa6d9beb38808a1aabd9515c39090720cae572d54f25c041b1702e8fd" 678 - dependencies = [ 679 - "burn-tensor", 680 - "candle-core", 681 - "derive-new", 682 - "half", 683 - ] 684 - 685 - [[package]] 686 - name = "burn-common" 687 - version = "0.13.2" 688 - source = "registry+https://github.com/rust-lang/crates.io-index" 689 - checksum = "8d9540b2f45a2d337220e702d7a87572c8e1c78db91a200b22924a8c4a6e9be4" 690 - dependencies = [ 691 - "async-trait", 692 - "derive-new", 693 - "getrandom", 694 - "rand", 695 - "serde", 696 - "spin 0.9.8", 697 - "uuid", 698 - "web-time", 699 - ] 700 - 701 - [[package]] 702 - name = "burn-compute" 703 - version = "0.13.2" 704 - source = "registry+https://github.com/rust-lang/crates.io-index" 705 - checksum = "3e890d8999b25a1a090c2afe198243fc79f0a299efb531a4871c084b0ab9fa11" 706 - dependencies = [ 707 - "burn-common", 708 - "derive-new", 709 - "dirs", 710 - "hashbrown 0.14.5", 711 - "log", 712 - "md5", 713 - "serde", 714 - "serde_json", 715 - "spin 0.9.8", 716 - "web-time", 717 - ] 718 - 719 - [[package]] 720 - name = "burn-core" 721 - version = "0.13.2" 722 - source = "registry+https://github.com/rust-lang/crates.io-index" 723 - checksum = "8af6bc0afe55a57ff0b08f52302df4e3d09f96805a4f1e15c521f1082cb02b4f" 724 - dependencies = [ 725 - "bincode", 726 - "burn-autodiff", 727 - "burn-candle", 728 - "burn-common", 729 - "burn-dataset", 730 - "burn-derive", 731 - "burn-ndarray", 732 - "burn-tch", 733 - "burn-tensor", 734 - "burn-wgpu", 735 - "derive-new", 736 - "flate2", 737 - "half", 738 - "hashbrown 0.14.5", 739 - "log", 740 - "num-traits", 741 - "rand", 742 - "rmp-serde", 743 - "serde", 744 - "serde_json", 745 - "spin 0.9.8", 746 - ] 747 - 748 - [[package]] 749 - name = "burn-dataset" 750 - version = "0.13.2" 751 - source = "registry+https://github.com/rust-lang/crates.io-index" 752 - checksum = "3feae7766b56e947d38ac4d6903388270d848609339a147a513145703426f6db" 753 - dependencies = [ 754 - "csv", 755 - "derive-new", 756 - "dirs", 757 - "gix-tempfile", 758 - "image", 759 - "r2d2", 760 - "r2d2_sqlite", 761 - "rand", 762 - "rmp-serde", 763 - "rusqlite", 764 - "sanitize-filename", 765 - "serde", 766 - "serde_json", 767 - "serde_rusqlite", 768 - "strum 0.25.0", 769 - "strum_macros 0.25.3", 770 - "tempfile", 771 - "thiserror", 772 - ] 773 - 774 - [[package]] 775 - name = "burn-derive" 776 - version = "0.13.2" 777 - source = "registry+https://github.com/rust-lang/crates.io-index" 778 - checksum = "8618ac2c171c7054ffd3ce8da15c3d4b11dc805eb393065c74c05882ef79d931" 779 - dependencies = [ 780 - "derive-new", 781 - "proc-macro2", 782 - "quote", 783 - "syn 2.0.82", 784 - ] 785 - 786 - [[package]] 787 - name = "burn-fusion" 788 - version = "0.13.2" 789 - source = "registry+https://github.com/rust-lang/crates.io-index" 790 - checksum = "8d77b882d131a67d15f91b915fb3e0a5add73547e7352310d33c877fbe77c79e" 791 - dependencies = [ 792 - "burn-common", 793 - "burn-tensor", 794 - "derive-new", 795 - "hashbrown 0.14.5", 796 - "log", 797 - "serde", 798 - "spin 0.9.8", 799 - ] 800 - 801 - [[package]] 802 - name = "burn-jit" 803 - version = "0.13.2" 804 - source = "registry+https://github.com/rust-lang/crates.io-index" 805 - checksum = "0cb62a93030a690c329b95c01b43e3064a4bd36031e9111d537641d36e42f3ac" 806 - dependencies = [ 807 - "burn-common", 808 - "burn-compute", 809 - "burn-fusion", 810 - "burn-tensor", 811 - "bytemuck", 812 - "derive-new", 813 - "hashbrown 0.14.5", 814 - "log", 815 - "num-traits", 816 - "rand", 817 - "serde", 818 - "spin 0.9.8", 819 - "text_placeholder", 820 - ] 821 - 822 - [[package]] 823 - name = "burn-ndarray" 824 - version = "0.13.2" 825 - source = "registry+https://github.com/rust-lang/crates.io-index" 826 - checksum = "05f40bb0b5938937a721045752f1ec1baee8a873429fd17e6e6f2155c6cdf33a" 827 - dependencies = [ 828 - "burn-autodiff", 829 - "burn-common", 830 - "burn-tensor", 831 - "derive-new", 832 - "libm", 833 - "matrixmultiply", 834 - "ndarray", 835 - "num-traits", 836 - "rand", 837 - "rayon", 838 - "spin 0.9.8", 839 - ] 840 - 841 - [[package]] 842 - name = "burn-tch" 843 - version = "0.13.2" 844 - source = "registry+https://github.com/rust-lang/crates.io-index" 845 - checksum = "8cb9c2b547499a3d990e93b950965b9a478edfec4a7bf98d5d4412ff8c897129" 846 - dependencies = [ 847 - "burn-tensor", 848 - "half", 849 - "libc", 850 - "rand", 851 - "tch", 852 - ] 853 - 854 - [[package]] 855 - name = "burn-tensor" 856 - version = "0.13.2" 857 - source = "registry+https://github.com/rust-lang/crates.io-index" 858 - checksum = "bfa19c21f54e1a189be3bbaec45efafdf1c89b2763710b381c9f32ae25e7dbe8" 859 - dependencies = [ 860 - "burn-common", 861 - "derive-new", 862 - "half", 863 - "hashbrown 0.14.5", 864 - "num-traits", 865 - "rand", 866 - "rand_distr", 867 - "serde", 868 - ] 869 - 870 - [[package]] 871 - name = "burn-train" 872 - version = "0.13.2" 873 - source = "registry+https://github.com/rust-lang/crates.io-index" 874 - checksum = "0a0014ee82ef967bd82dda378cfaf340f255c39c729e29ac3bc65d3107e4c7ee" 875 - dependencies = [ 876 - "burn-core", 877 - "derive-new", 878 - "log", 879 - "serde", 880 - "tracing-appender", 881 - "tracing-core", 882 - "tracing-subscriber", 883 - ] 884 - 885 - [[package]] 886 - name = "burn-wgpu" 887 - version = "0.13.2" 888 - source = "registry+https://github.com/rust-lang/crates.io-index" 889 - checksum = "1575890471123109c6aeb725c52ac649fa9e0013e2303f57dc534d5e0cb857e5" 890 - dependencies = [ 891 - "burn-common", 892 - "burn-compute", 893 - "burn-fusion", 894 - "burn-jit", 895 - "burn-tensor", 896 - "bytemuck", 897 - "derive-new", 898 - "futures-intrusive", 899 - "hashbrown 0.14.5", 900 - "log", 901 - "pollster", 902 - "wgpu", 903 - ] 904 - 905 - [[package]] 906 - name = "bytemuck" 907 - version = "1.19.0" 908 - source = "registry+https://github.com/rust-lang/crates.io-index" 909 - checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" 910 - dependencies = [ 911 - "bytemuck_derive", 912 - ] 913 - 914 - [[package]] 915 - name = "bytemuck_derive" 916 - version = "1.8.0" 917 - source = "registry+https://github.com/rust-lang/crates.io-index" 918 - checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec" 919 - dependencies = [ 920 - "proc-macro2", 921 - "quote", 922 - "syn 2.0.82", 923 - ] 924 - 925 - [[package]] 926 - name = "byteorder" 927 - version = "1.5.0" 928 - source = "registry+https://github.com/rust-lang/crates.io-index" 929 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 930 - 931 - [[package]] 932 - name = "bytes" 933 - version = "1.7.2" 934 - source = "registry+https://github.com/rust-lang/crates.io-index" 935 - checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" 936 - 937 - [[package]] 938 - name = "bzip2" 939 - version = "0.4.4" 940 - source = "registry+https://github.com/rust-lang/crates.io-index" 941 - checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" 942 - dependencies = [ 943 - "bzip2-sys", 944 - "libc", 945 - ] 946 - 947 - [[package]] 948 - name = "bzip2-sys" 949 - version = "0.1.11+1.0.8" 950 - source = "registry+https://github.com/rust-lang/crates.io-index" 951 - checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 952 - dependencies = [ 953 - "cc", 954 - "libc", 955 - "pkg-config", 956 - ] 957 - 958 - [[package]] 959 - name = "camino" 960 - version = "1.1.9" 961 - source = "registry+https://github.com/rust-lang/crates.io-index" 962 - checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" 963 - 964 - [[package]] 965 - name = "candle-core" 966 - version = "0.4.1" 967 - source = "registry+https://github.com/rust-lang/crates.io-index" 968 - checksum = "6f1b20174c1707e20f4cb364a355b449803c03e9b0c9193324623cf9787a4e00" 969 - dependencies = [ 970 - "byteorder", 971 - "gemm", 972 - "half", 973 - "memmap2", 974 - "num-traits", 975 - "num_cpus", 976 - "rand", 977 - "rand_distr", 978 - "rayon", 979 - "safetensors 0.4.5", 980 - "thiserror", 981 - "yoke", 982 - "zip", 983 - ] 984 - 985 - [[package]] 986 - name = "cast" 987 - version = "0.3.0" 988 - source = "registry+https://github.com/rust-lang/crates.io-index" 989 - checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 990 - 991 - [[package]] 992 - name = "cbc" 993 - version = "0.1.2" 994 - source = "registry+https://github.com/rust-lang/crates.io-index" 995 - checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" 996 - dependencies = [ 997 - "cipher", 998 - ] 999 - 1000 - [[package]] 1001 - name = "cc" 1002 - version = "1.1.31" 1003 - source = "registry+https://github.com/rust-lang/crates.io-index" 1004 - checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f" 1005 - dependencies = [ 1006 - "jobserver", 1007 - "libc", 1008 - "shlex", 1009 - ] 1010 - 1011 - [[package]] 1012 - name = "cfg-if" 1013 - version = "1.0.0" 1014 - source = "registry+https://github.com/rust-lang/crates.io-index" 1015 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 1016 - 1017 - [[package]] 1018 - name = "cfg_aliases" 1019 - version = "0.1.1" 1020 - source = "registry+https://github.com/rust-lang/crates.io-index" 1021 - checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 1022 - 1023 - [[package]] 1024 - name = "chrono" 1025 - version = "0.4.38" 1026 - source = "registry+https://github.com/rust-lang/crates.io-index" 1027 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 1028 - dependencies = [ 1029 - "android-tzdata", 1030 - "iana-time-zone", 1031 - "num-traits", 1032 - "windows-targets 0.52.6", 1033 - ] 1034 - 1035 - [[package]] 1036 - name = "ciborium" 1037 - version = "0.2.2" 1038 - source = "registry+https://github.com/rust-lang/crates.io-index" 1039 - checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 1040 - dependencies = [ 1041 - "ciborium-io", 1042 - "ciborium-ll", 1043 - "serde", 1044 - ] 1045 - 1046 - [[package]] 1047 - name = "ciborium-io" 1048 - version = "0.2.2" 1049 - source = "registry+https://github.com/rust-lang/crates.io-index" 1050 - checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 1051 - 1052 - [[package]] 1053 - name = "ciborium-ll" 1054 - version = "0.2.2" 1055 - source = "registry+https://github.com/rust-lang/crates.io-index" 1056 - checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 1057 - dependencies = [ 1058 - "ciborium-io", 1059 - "half", 1060 - ] 1061 - 1062 - [[package]] 1063 - name = "cipher" 1064 - version = "0.4.4" 1065 - source = "registry+https://github.com/rust-lang/crates.io-index" 1066 - checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 1067 - dependencies = [ 1068 - "crypto-common", 1069 - "inout", 1070 - ] 1071 - 1072 - [[package]] 1073 - name = "clap" 1074 - version = "4.5.20" 1075 - source = "registry+https://github.com/rust-lang/crates.io-index" 1076 - checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8" 1077 - dependencies = [ 1078 - "clap_builder", 1079 - "clap_derive", 1080 - ] 1081 - 1082 - [[package]] 1083 - name = "clap_builder" 1084 - version = "4.5.20" 1085 - source = "registry+https://github.com/rust-lang/crates.io-index" 1086 - checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54" 1087 - dependencies = [ 1088 - "anstream", 1089 - "anstyle", 1090 - "clap_lex", 1091 - "strsim", 1092 - "terminal_size", 1093 - ] 1094 - 1095 - [[package]] 1096 - name = "clap_complete" 1097 - version = "4.5.33" 1098 - source = "registry+https://github.com/rust-lang/crates.io-index" 1099 - checksum = "9646e2e245bf62f45d39a0f3f36f1171ad1ea0d6967fd114bca72cb02a8fcdfb" 1100 - dependencies = [ 1101 - "clap", 1102 - ] 1103 - 1104 - [[package]] 1105 - name = "clap_derive" 1106 - version = "4.5.18" 1107 - source = "registry+https://github.com/rust-lang/crates.io-index" 1108 - checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" 1109 - dependencies = [ 1110 - "heck 0.5.0", 1111 - "proc-macro2", 1112 - "quote", 1113 - "syn 2.0.82", 1114 - ] 1115 - 1116 - [[package]] 1117 - name = "clap_lex" 1118 - version = "0.7.2" 1119 - source = "registry+https://github.com/rust-lang/crates.io-index" 1120 - checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" 1121 - 1122 - [[package]] 1123 - name = "coarsetime" 1124 - version = "0.1.34" 1125 - source = "registry+https://github.com/rust-lang/crates.io-index" 1126 - checksum = "13b3839cf01bb7960114be3ccf2340f541b6d0c81f8690b007b2b39f750f7e5d" 1127 - dependencies = [ 1128 - "libc", 1129 - "wasix", 1130 - "wasm-bindgen", 1131 - ] 1132 - 1133 - [[package]] 1134 - name = "codespan" 1135 - version = "0.11.1" 1136 - source = "registry+https://github.com/rust-lang/crates.io-index" 1137 - checksum = "3362992a0d9f1dd7c3d0e89e0ab2bb540b7a95fea8cd798090e758fda2899b5e" 1138 - dependencies = [ 1139 - "codespan-reporting", 1140 - "serde", 1141 - ] 1142 - 1143 - [[package]] 1144 - name = "codespan-reporting" 1145 - version = "0.11.1" 1146 - source = "registry+https://github.com/rust-lang/crates.io-index" 1147 - checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 1148 - dependencies = [ 1149 - "serde", 1150 - "termcolor", 1151 - "unicode-width", 1152 - ] 1153 - 1154 - [[package]] 1155 - name = "color_quant" 1156 - version = "1.1.0" 1157 - source = "registry+https://github.com/rust-lang/crates.io-index" 1158 - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 1159 - 1160 - [[package]] 1161 - name = "colorchoice" 1162 - version = "1.0.2" 1163 - source = "registry+https://github.com/rust-lang/crates.io-index" 1164 - checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" 1165 - 1166 - [[package]] 1167 - name = "com" 1168 - version = "0.6.0" 1169 - source = "registry+https://github.com/rust-lang/crates.io-index" 1170 - checksum = "7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6" 1171 - dependencies = [ 1172 - "com_macros", 1173 - ] 1174 - 1175 - [[package]] 1176 - name = "com_macros" 1177 - version = "0.6.0" 1178 - source = "registry+https://github.com/rust-lang/crates.io-index" 1179 - checksum = "d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5" 1180 - dependencies = [ 1181 - "com_macros_support", 1182 - "proc-macro2", 1183 - "syn 1.0.109", 1184 - ] 1185 - 1186 - [[package]] 1187 - name = "com_macros_support" 1188 - version = "0.6.0" 1189 - source = "registry+https://github.com/rust-lang/crates.io-index" 1190 - checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c" 1191 - dependencies = [ 1192 - "proc-macro2", 1193 - "quote", 1194 - "syn 1.0.109", 1195 - ] 1196 - 1197 - [[package]] 1198 - name = "configure" 1199 - version = "0.0.0" 1200 - dependencies = [ 1201 - "anyhow", 1202 - "itertools 0.13.0", 1203 - "ninja_gen", 1204 - ] 1205 - 1206 - [[package]] 1207 - name = "constant_time_eq" 1208 - version = "0.1.5" 1209 - source = "registry+https://github.com/rust-lang/crates.io-index" 1210 - checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" 1211 - 1212 - [[package]] 1213 - name = "constant_time_eq" 1214 - version = "0.3.1" 1215 - source = "registry+https://github.com/rust-lang/crates.io-index" 1216 - checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" 1217 - 1218 - [[package]] 1219 - name = "convert_case" 1220 - version = "0.6.0" 1221 - source = "registry+https://github.com/rust-lang/crates.io-index" 1222 - checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" 1223 - dependencies = [ 1224 - "unicode-segmentation", 1225 - ] 1226 - 1227 - [[package]] 1228 - name = "core-foundation" 1229 - version = "0.9.4" 1230 - source = "registry+https://github.com/rust-lang/crates.io-index" 1231 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 1232 - dependencies = [ 1233 - "core-foundation-sys", 1234 - "libc", 1235 - ] 1236 - 1237 - [[package]] 1238 - name = "core-foundation-sys" 1239 - version = "0.8.7" 1240 - source = "registry+https://github.com/rust-lang/crates.io-index" 1241 - checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 1242 - 1243 - [[package]] 1244 - name = "core-graphics-types" 1245 - version = "0.1.3" 1246 - source = "registry+https://github.com/rust-lang/crates.io-index" 1247 - checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 1248 - dependencies = [ 1249 - "bitflags 1.3.2", 1250 - "core-foundation", 1251 - "libc", 1252 - ] 1253 - 1254 - [[package]] 1255 - name = "cpufeatures" 1256 - version = "0.2.14" 1257 - source = "registry+https://github.com/rust-lang/crates.io-index" 1258 - checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" 1259 - dependencies = [ 1260 - "libc", 1261 - ] 1262 - 1263 - [[package]] 1264 - name = "crc32fast" 1265 - version = "1.4.2" 1266 - source = "registry+https://github.com/rust-lang/crates.io-index" 1267 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 1268 - dependencies = [ 1269 - "cfg-if", 1270 - ] 1271 - 1272 - [[package]] 1273 - name = "criterion" 1274 - version = "0.5.1" 1275 - source = "registry+https://github.com/rust-lang/crates.io-index" 1276 - checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" 1277 - dependencies = [ 1278 - "anes", 1279 - "cast", 1280 - "ciborium", 1281 - "clap", 1282 - "criterion-plot", 1283 - "is-terminal", 1284 - "itertools 0.10.5", 1285 - "num-traits", 1286 - "once_cell", 1287 - "oorandom", 1288 - "plotters", 1289 - "rayon", 1290 - "regex", 1291 - "serde", 1292 - "serde_derive", 1293 - "serde_json", 1294 - "tinytemplate", 1295 - "walkdir", 1296 - ] 1297 - 1298 - [[package]] 1299 - name = "criterion-plot" 1300 - version = "0.5.0" 1301 - source = "registry+https://github.com/rust-lang/crates.io-index" 1302 - checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 1303 - dependencies = [ 1304 - "cast", 1305 - "itertools 0.10.5", 1306 - ] 1307 - 1308 - [[package]] 1309 - name = "crossbeam-channel" 1310 - version = "0.5.13" 1311 - source = "registry+https://github.com/rust-lang/crates.io-index" 1312 - checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 1313 - dependencies = [ 1314 - "crossbeam-utils", 1315 - ] 1316 - 1317 - [[package]] 1318 - name = "crossbeam-deque" 1319 - version = "0.8.5" 1320 - source = "registry+https://github.com/rust-lang/crates.io-index" 1321 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 1322 - dependencies = [ 1323 - "crossbeam-epoch", 1324 - "crossbeam-utils", 1325 - ] 1326 - 1327 - [[package]] 1328 - name = "crossbeam-epoch" 1329 - version = "0.9.18" 1330 - source = "registry+https://github.com/rust-lang/crates.io-index" 1331 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 1332 - dependencies = [ 1333 - "crossbeam-utils", 1334 - ] 1335 - 1336 - [[package]] 1337 - name = "crossbeam-utils" 1338 - version = "0.8.20" 1339 - source = "registry+https://github.com/rust-lang/crates.io-index" 1340 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 1341 - 1342 - [[package]] 1343 - name = "crunchy" 1344 - version = "0.2.2" 1345 - source = "registry+https://github.com/rust-lang/crates.io-index" 1346 - checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 1347 - 1348 - [[package]] 1349 - name = "crypto-common" 1350 - version = "0.1.6" 1351 - source = "registry+https://github.com/rust-lang/crates.io-index" 1352 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1353 - dependencies = [ 1354 - "generic-array", 1355 - "typenum", 1356 - ] 1357 - 1358 - [[package]] 1359 - name = "csv" 1360 - version = "1.3.0" 1361 - source = "registry+https://github.com/rust-lang/crates.io-index" 1362 - checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe" 1363 - dependencies = [ 1364 - "csv-core", 1365 - "itoa", 1366 - "ryu", 1367 - "serde", 1368 - ] 1369 - 1370 - [[package]] 1371 - name = "csv-core" 1372 - version = "0.1.11" 1373 - source = "registry+https://github.com/rust-lang/crates.io-index" 1374 - checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" 1375 - dependencies = [ 1376 - "memchr", 1377 - ] 1378 - 1379 - [[package]] 1380 - name = "d3d12" 1381 - version = "0.19.0" 1382 - source = "registry+https://github.com/rust-lang/crates.io-index" 1383 - checksum = "3e3d747f100290a1ca24b752186f61f6637e1deffe3bf6320de6fcb29510a307" 1384 - dependencies = [ 1385 - "bitflags 2.6.0", 1386 - "libloading 0.8.5", 1387 - "winapi", 1388 - ] 1389 - 1390 - [[package]] 1391 - name = "dashmap" 1392 - version = "5.5.3" 1393 - source = "registry+https://github.com/rust-lang/crates.io-index" 1394 - checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 1395 - dependencies = [ 1396 - "cfg-if", 1397 - "hashbrown 0.14.5", 1398 - "lock_api", 1399 - "once_cell", 1400 - "parking_lot_core", 1401 - ] 1402 - 1403 - [[package]] 1404 - name = "data-encoding" 1405 - version = "2.6.0" 1406 - source = "registry+https://github.com/rust-lang/crates.io-index" 1407 - checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" 1408 - 1409 - [[package]] 1410 - name = "dbus" 1411 - version = "0.9.7" 1412 - source = "registry+https://github.com/rust-lang/crates.io-index" 1413 - checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" 1414 - dependencies = [ 1415 - "libc", 1416 - "libdbus-sys", 1417 - "winapi", 1418 - ] 1419 - 1420 - [[package]] 1421 - name = "deadpool" 1422 - version = "0.10.0" 1423 - source = "registry+https://github.com/rust-lang/crates.io-index" 1424 - checksum = "fb84100978c1c7b37f09ed3ce3e5f843af02c2a2c431bae5b19230dad2c1b490" 1425 - dependencies = [ 1426 - "async-trait", 1427 - "deadpool-runtime", 1428 - "num_cpus", 1429 - "tokio", 1430 - ] 1431 - 1432 - [[package]] 1433 - name = "deadpool-runtime" 1434 - version = "0.1.4" 1435 - source = "registry+https://github.com/rust-lang/crates.io-index" 1436 - checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b" 1437 - 1438 - [[package]] 1439 - name = "deranged" 1440 - version = "0.3.11" 1441 - source = "registry+https://github.com/rust-lang/crates.io-index" 1442 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 1443 - dependencies = [ 1444 - "powerfmt", 1445 - ] 1446 - 1447 - [[package]] 1448 - name = "derive-new" 1449 - version = "0.6.0" 1450 - source = "registry+https://github.com/rust-lang/crates.io-index" 1451 - checksum = "d150dea618e920167e5973d70ae6ece4385b7164e0d799fe7c122dd0a5d912ad" 1452 - dependencies = [ 1453 - "proc-macro2", 1454 - "quote", 1455 - "syn 2.0.82", 1456 - ] 1457 - 1458 - [[package]] 1459 - name = "des" 1460 - version = "0.8.1" 1461 - source = "registry+https://github.com/rust-lang/crates.io-index" 1462 - checksum = "ffdd80ce8ce993de27e9f063a444a4d53ce8e8db4c1f00cc03af5ad5a9867a1e" 1463 - dependencies = [ 1464 - "cipher", 1465 - ] 1466 - 1467 - [[package]] 1468 - name = "difflib" 1469 - version = "0.4.0" 1470 - source = "registry+https://github.com/rust-lang/crates.io-index" 1471 - checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 1472 - 1473 - [[package]] 1474 - name = "digest" 1475 - version = "0.10.7" 1476 - source = "registry+https://github.com/rust-lang/crates.io-index" 1477 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1478 - dependencies = [ 1479 - "block-buffer", 1480 - "crypto-common", 1481 - "subtle", 1482 - ] 1483 - 1484 - [[package]] 1485 - name = "dirs" 1486 - version = "5.0.1" 1487 - source = "registry+https://github.com/rust-lang/crates.io-index" 1488 - checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 1489 - dependencies = [ 1490 - "dirs-sys", 1491 - ] 1492 - 1493 - [[package]] 1494 - name = "dirs-sys" 1495 - version = "0.4.1" 1496 - source = "registry+https://github.com/rust-lang/crates.io-index" 1497 - checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 1498 - dependencies = [ 1499 - "libc", 1500 - "option-ext", 1501 - "redox_users", 1502 - "windows-sys 0.48.0", 1503 - ] 1504 - 1505 - [[package]] 1506 - name = "displaydoc" 1507 - version = "0.2.5" 1508 - source = "registry+https://github.com/rust-lang/crates.io-index" 1509 - checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1510 - dependencies = [ 1511 - "proc-macro2", 1512 - "quote", 1513 - "syn 2.0.82", 1514 - ] 1515 - 1516 - [[package]] 1517 - name = "duct" 1518 - version = "0.13.7" 1519 - source = "registry+https://github.com/rust-lang/crates.io-index" 1520 - checksum = "e4ab5718d1224b63252cd0c6f74f6480f9ffeb117438a2e0f5cf6d9a4798929c" 1521 - dependencies = [ 1522 - "libc", 1523 - "once_cell", 1524 - "os_pipe", 1525 - "shared_child", 1526 - ] 1527 - 1528 - [[package]] 1529 - name = "dunce" 1530 - version = "1.0.5" 1531 - source = "registry+https://github.com/rust-lang/crates.io-index" 1532 - checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 1533 - 1534 - [[package]] 1535 - name = "dyn-stack" 1536 - version = "0.10.0" 1537 - source = "registry+https://github.com/rust-lang/crates.io-index" 1538 - checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b" 1539 - dependencies = [ 1540 - "bytemuck", 1541 - "reborrow", 1542 - ] 1543 - 1544 - [[package]] 1545 - name = "either" 1546 - version = "1.13.0" 1547 - source = "registry+https://github.com/rust-lang/crates.io-index" 1548 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 1549 - 1550 - [[package]] 1551 - name = "elasticlunr-rs" 1552 - version = "3.0.2" 1553 - source = "registry+https://github.com/rust-lang/crates.io-index" 1554 - checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571" 1555 - dependencies = [ 1556 - "regex", 1557 - "serde", 1558 - "serde_derive", 1559 - "serde_json", 1560 - ] 1561 - 1562 - [[package]] 1563 - name = "encoding_rs" 1564 - version = "0.8.34" 1565 - source = "registry+https://github.com/rust-lang/crates.io-index" 1566 - checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" 1567 - dependencies = [ 1568 - "cfg-if", 1569 - ] 1570 - 1571 - [[package]] 1572 - name = "enum-as-inner" 1573 - version = "0.6.1" 1574 - source = "registry+https://github.com/rust-lang/crates.io-index" 1575 - checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 1576 - dependencies = [ 1577 - "heck 0.5.0", 1578 - "proc-macro2", 1579 - "quote", 1580 - "syn 2.0.82", 1581 - ] 1582 - 1583 - [[package]] 1584 - name = "env_filter" 1585 - version = "0.1.2" 1586 - source = "registry+https://github.com/rust-lang/crates.io-index" 1587 - checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" 1588 - dependencies = [ 1589 - "log", 1590 - "regex", 1591 - ] 1592 - 1593 - [[package]] 1594 - name = "env_logger" 1595 - version = "0.11.5" 1596 - source = "registry+https://github.com/rust-lang/crates.io-index" 1597 - checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" 1598 - dependencies = [ 1599 - "anstream", 1600 - "anstyle", 1601 - "env_filter", 1602 - "humantime", 1603 - "log", 1604 - ] 1605 - 1606 - [[package]] 1607 - name = "envy" 1608 - version = "0.4.2" 1609 - source = "registry+https://github.com/rust-lang/crates.io-index" 1610 - checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965" 1611 - dependencies = [ 1612 - "serde", 1613 - ] 1614 - 1615 - [[package]] 1616 - name = "equivalent" 1617 - version = "1.0.1" 1618 - source = "registry+https://github.com/rust-lang/crates.io-index" 1619 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1620 - 1621 - [[package]] 1622 - name = "errno" 1623 - version = "0.3.9" 1624 - source = "registry+https://github.com/rust-lang/crates.io-index" 1625 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 1626 - dependencies = [ 1627 - "libc", 1628 - "windows-sys 0.52.0", 1629 - ] 1630 - 1631 - [[package]] 1632 - name = "exr" 1633 - version = "1.72.0" 1634 - source = "registry+https://github.com/rust-lang/crates.io-index" 1635 - checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4" 1636 - dependencies = [ 1637 - "bit_field", 1638 - "flume", 1639 - "half", 1640 - "lebe", 1641 - "miniz_oxide 0.7.4", 1642 - "rayon-core", 1643 - "smallvec", 1644 - "zune-inflate", 1645 - ] 1646 - 1647 - [[package]] 1648 - name = "fallible-iterator" 1649 - version = "0.3.0" 1650 - source = "registry+https://github.com/rust-lang/crates.io-index" 1651 - checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" 1652 - 1653 - [[package]] 1654 - name = "fallible-streaming-iterator" 1655 - version = "0.1.9" 1656 - source = "registry+https://github.com/rust-lang/crates.io-index" 1657 - checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 1658 - 1659 - [[package]] 1660 - name = "faster-hex" 1661 - version = "0.9.0" 1662 - source = "registry+https://github.com/rust-lang/crates.io-index" 1663 - checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183" 1664 - dependencies = [ 1665 - "serde", 1666 - ] 1667 - 1668 - [[package]] 1669 - name = "fastrand" 1670 - version = "2.1.1" 1671 - source = "registry+https://github.com/rust-lang/crates.io-index" 1672 - checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" 1673 - 1674 - [[package]] 1675 - name = "fdeflate" 1676 - version = "0.3.5" 1677 - source = "registry+https://github.com/rust-lang/crates.io-index" 1678 - checksum = "d8090f921a24b04994d9929e204f50b498a33ea6ba559ffaa05e04f7ee7fb5ab" 1679 - dependencies = [ 1680 - "simd-adler32", 1681 - ] 1682 - 1683 - [[package]] 1684 - name = "filetime" 1685 - version = "0.2.25" 1686 - source = "registry+https://github.com/rust-lang/crates.io-index" 1687 - checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" 1688 - dependencies = [ 1689 - "cfg-if", 1690 - "libc", 1691 - "libredox", 1692 - "windows-sys 0.59.0", 1693 - ] 1694 - 1695 - [[package]] 1696 - name = "find-winsdk" 1697 - version = "0.2.0" 1698 - source = "registry+https://github.com/rust-lang/crates.io-index" 1699 - checksum = "a8cbf17b871570c1f8612b763bac3e86290602bcf5dc3c5ce657e0e1e9071d9e" 1700 - dependencies = [ 1701 - "serde", 1702 - "serde_derive", 1703 - "winreg 0.5.1", 1704 - ] 1705 - 1706 - [[package]] 1707 - name = "fixedbitset" 1708 - version = "0.4.2" 1709 - source = "registry+https://github.com/rust-lang/crates.io-index" 1710 - checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 1711 - 1712 - [[package]] 1713 - name = "flate2" 1714 - version = "1.0.34" 1715 - source = "registry+https://github.com/rust-lang/crates.io-index" 1716 - checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" 1717 - dependencies = [ 1718 - "crc32fast", 1719 - "miniz_oxide 0.8.0", 1720 - ] 1721 - 1722 - [[package]] 1723 - name = "fluent" 1724 - version = "0.16.1" 1725 - source = "registry+https://github.com/rust-lang/crates.io-index" 1726 - checksum = "bb74634707bebd0ce645a981148e8fb8c7bccd4c33c652aeffd28bf2f96d555a" 1727 - dependencies = [ 1728 - "fluent-bundle", 1729 - "unic-langid", 1730 - ] 1731 - 1732 - [[package]] 1733 - name = "fluent-bundle" 1734 - version = "0.15.3" 1735 - source = "registry+https://github.com/rust-lang/crates.io-index" 1736 - checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493" 1737 - dependencies = [ 1738 - "fluent-langneg", 1739 - "fluent-syntax", 1740 - "intl-memoizer", 1741 - "intl_pluralrules", 1742 - "rustc-hash 1.1.0", 1743 - "self_cell 0.10.3", 1744 - "smallvec", 1745 - "unic-langid", 1746 - ] 1747 - 1748 - [[package]] 1749 - name = "fluent-langneg" 1750 - version = "0.13.0" 1751 - source = "registry+https://github.com/rust-lang/crates.io-index" 1752 - checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" 1753 - dependencies = [ 1754 - "unic-langid", 1755 - ] 1756 - 1757 - [[package]] 1758 - name = "fluent-syntax" 1759 - version = "0.11.1" 1760 - source = "registry+https://github.com/rust-lang/crates.io-index" 1761 - checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d" 1762 - dependencies = [ 1763 - "thiserror", 1764 - ] 1765 - 1766 - [[package]] 1767 - name = "flume" 1768 - version = "0.11.1" 1769 - source = "registry+https://github.com/rust-lang/crates.io-index" 1770 - checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 1771 - dependencies = [ 1772 - "spin 0.9.8", 1773 - ] 1774 - 1775 - [[package]] 1776 - name = "fnv" 1777 - version = "1.0.7" 1778 - source = "registry+https://github.com/rust-lang/crates.io-index" 1779 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1780 - 1781 - [[package]] 1782 - name = "foreign-types" 1783 - version = "0.3.2" 1784 - source = "registry+https://github.com/rust-lang/crates.io-index" 1785 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1786 - dependencies = [ 1787 - "foreign-types-shared 0.1.1", 1788 - ] 1789 - 1790 - [[package]] 1791 - name = "foreign-types" 1792 - version = "0.5.0" 1793 - source = "registry+https://github.com/rust-lang/crates.io-index" 1794 - checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1795 - dependencies = [ 1796 - "foreign-types-macros", 1797 - "foreign-types-shared 0.3.1", 1798 - ] 1799 - 1800 - [[package]] 1801 - name = "foreign-types-macros" 1802 - version = "0.2.3" 1803 - source = "registry+https://github.com/rust-lang/crates.io-index" 1804 - checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 1805 - dependencies = [ 1806 - "proc-macro2", 1807 - "quote", 1808 - "syn 2.0.82", 1809 - ] 1810 - 1811 - [[package]] 1812 - name = "foreign-types-shared" 1813 - version = "0.1.1" 1814 - source = "registry+https://github.com/rust-lang/crates.io-index" 1815 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1816 - 1817 - [[package]] 1818 - name = "foreign-types-shared" 1819 - version = "0.3.1" 1820 - source = "registry+https://github.com/rust-lang/crates.io-index" 1821 - checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 1822 - 1823 - [[package]] 1824 - name = "form_urlencoded" 1825 - version = "1.2.1" 1826 - source = "registry+https://github.com/rust-lang/crates.io-index" 1827 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1828 - dependencies = [ 1829 - "percent-encoding", 1830 - ] 1831 - 1832 - [[package]] 1833 - name = "forwarded-header-value" 1834 - version = "0.1.1" 1835 - source = "registry+https://github.com/rust-lang/crates.io-index" 1836 - checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9" 1837 - dependencies = [ 1838 - "nonempty", 1839 - "thiserror", 1840 - ] 1841 - 1842 - [[package]] 1843 - name = "fs2" 1844 - version = "0.4.3" 1845 - source = "registry+https://github.com/rust-lang/crates.io-index" 1846 - checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" 1847 - dependencies = [ 1848 - "libc", 1849 - "winapi", 1850 - ] 1851 - 1852 - [[package]] 1853 - name = "fsevent-sys" 1854 - version = "4.1.0" 1855 - source = "registry+https://github.com/rust-lang/crates.io-index" 1856 - checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 1857 - dependencies = [ 1858 - "libc", 1859 - ] 1860 - 1861 - [[package]] 1862 - name = "fsrs" 1863 - version = "1.4.3" 1864 - source = "registry+https://github.com/rust-lang/crates.io-index" 1865 - checksum = "de570dbbc7b95c5cf5f77c905b3b54b16352c1b48694e6761d716fb92b8db67c" 1866 - dependencies = [ 1867 - "burn", 1868 - "itertools 0.12.1", 1869 - "log", 1870 - "ndarray", 1871 - "ndarray-rand", 1872 - "priority-queue", 1873 - "rand", 1874 - "rayon", 1875 - "serde", 1876 - "snafu", 1877 - "strum 0.26.3", 1878 - ] 1879 - 1880 - [[package]] 1881 - name = "ftl" 1882 - version = "0.0.0" 1883 - dependencies = [ 1884 - "anki_io", 1885 - "anki_process", 1886 - "anyhow", 1887 - "camino", 1888 - "clap", 1889 - "fluent-syntax", 1890 - "itertools 0.13.0", 1891 - "regex", 1892 - "serde_json", 1893 - "snafu", 1894 - "walkdir", 1895 - ] 1896 - 1897 - [[package]] 1898 - name = "futf" 1899 - version = "0.1.5" 1900 - source = "registry+https://github.com/rust-lang/crates.io-index" 1901 - checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 1902 - dependencies = [ 1903 - "mac", 1904 - "new_debug_unreachable", 1905 - ] 1906 - 1907 - [[package]] 1908 - name = "futures" 1909 - version = "0.3.31" 1910 - source = "registry+https://github.com/rust-lang/crates.io-index" 1911 - checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 1912 - dependencies = [ 1913 - "futures-channel", 1914 - "futures-core", 1915 - "futures-executor", 1916 - "futures-io", 1917 - "futures-sink", 1918 - "futures-task", 1919 - "futures-util", 1920 - ] 1921 - 1922 - [[package]] 1923 - name = "futures-channel" 1924 - version = "0.3.31" 1925 - source = "registry+https://github.com/rust-lang/crates.io-index" 1926 - checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1927 - dependencies = [ 1928 - "futures-core", 1929 - "futures-sink", 1930 - ] 1931 - 1932 - [[package]] 1933 - name = "futures-core" 1934 - version = "0.3.31" 1935 - source = "registry+https://github.com/rust-lang/crates.io-index" 1936 - checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1937 - 1938 - [[package]] 1939 - name = "futures-executor" 1940 - version = "0.3.31" 1941 - source = "registry+https://github.com/rust-lang/crates.io-index" 1942 - checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 1943 - dependencies = [ 1944 - "futures-core", 1945 - "futures-task", 1946 - "futures-util", 1947 - ] 1948 - 1949 - [[package]] 1950 - name = "futures-intrusive" 1951 - version = "0.5.0" 1952 - source = "registry+https://github.com/rust-lang/crates.io-index" 1953 - checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 1954 - dependencies = [ 1955 - "futures-core", 1956 - "lock_api", 1957 - "parking_lot", 1958 - ] 1959 - 1960 - [[package]] 1961 - name = "futures-io" 1962 - version = "0.3.31" 1963 - source = "registry+https://github.com/rust-lang/crates.io-index" 1964 - checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1965 - 1966 - [[package]] 1967 - name = "futures-macro" 1968 - version = "0.3.31" 1969 - source = "registry+https://github.com/rust-lang/crates.io-index" 1970 - checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1971 - dependencies = [ 1972 - "proc-macro2", 1973 - "quote", 1974 - "syn 2.0.82", 1975 - ] 1976 - 1977 - [[package]] 1978 - name = "futures-sink" 1979 - version = "0.3.31" 1980 - source = "registry+https://github.com/rust-lang/crates.io-index" 1981 - checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1982 - 1983 - [[package]] 1984 - name = "futures-task" 1985 - version = "0.3.31" 1986 - source = "registry+https://github.com/rust-lang/crates.io-index" 1987 - checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1988 - 1989 - [[package]] 1990 - name = "futures-util" 1991 - version = "0.3.31" 1992 - source = "registry+https://github.com/rust-lang/crates.io-index" 1993 - checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1994 - dependencies = [ 1995 - "futures-channel", 1996 - "futures-core", 1997 - "futures-io", 1998 - "futures-macro", 1999 - "futures-sink", 2000 - "futures-task", 2001 - "memchr", 2002 - "pin-project-lite", 2003 - "pin-utils", 2004 - "slab", 2005 - ] 2006 - 2007 - [[package]] 2008 - name = "gemm" 2009 - version = "0.17.1" 2010 - source = "registry+https://github.com/rust-lang/crates.io-index" 2011 - checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32" 2012 - dependencies = [ 2013 - "dyn-stack", 2014 - "gemm-c32", 2015 - "gemm-c64", 2016 - "gemm-common", 2017 - "gemm-f16", 2018 - "gemm-f32", 2019 - "gemm-f64", 2020 - "num-complex", 2021 - "num-traits", 2022 - "paste", 2023 - "raw-cpuid", 2024 - "seq-macro", 2025 - ] 2026 - 2027 - [[package]] 2028 - name = "gemm-c32" 2029 - version = "0.17.1" 2030 - source = "registry+https://github.com/rust-lang/crates.io-index" 2031 - checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0" 2032 - dependencies = [ 2033 - "dyn-stack", 2034 - "gemm-common", 2035 - "num-complex", 2036 - "num-traits", 2037 - "paste", 2038 - "raw-cpuid", 2039 - "seq-macro", 2040 - ] 2041 - 2042 - [[package]] 2043 - name = "gemm-c64" 2044 - version = "0.17.1" 2045 - source = "registry+https://github.com/rust-lang/crates.io-index" 2046 - checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a" 2047 - dependencies = [ 2048 - "dyn-stack", 2049 - "gemm-common", 2050 - "num-complex", 2051 - "num-traits", 2052 - "paste", 2053 - "raw-cpuid", 2054 - "seq-macro", 2055 - ] 2056 - 2057 - [[package]] 2058 - name = "gemm-common" 2059 - version = "0.17.1" 2060 - source = "registry+https://github.com/rust-lang/crates.io-index" 2061 - checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8" 2062 - dependencies = [ 2063 - "bytemuck", 2064 - "dyn-stack", 2065 - "half", 2066 - "num-complex", 2067 - "num-traits", 2068 - "once_cell", 2069 - "paste", 2070 - "pulp", 2071 - "raw-cpuid", 2072 - "rayon", 2073 - "seq-macro", 2074 - "sysctl", 2075 - ] 2076 - 2077 - [[package]] 2078 - name = "gemm-f16" 2079 - version = "0.17.1" 2080 - source = "registry+https://github.com/rust-lang/crates.io-index" 2081 - checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4" 2082 - dependencies = [ 2083 - "dyn-stack", 2084 - "gemm-common", 2085 - "gemm-f32", 2086 - "half", 2087 - "num-complex", 2088 - "num-traits", 2089 - "paste", 2090 - "raw-cpuid", 2091 - "rayon", 2092 - "seq-macro", 2093 - ] 2094 - 2095 - [[package]] 2096 - name = "gemm-f32" 2097 - version = "0.17.1" 2098 - source = "registry+https://github.com/rust-lang/crates.io-index" 2099 - checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113" 2100 - dependencies = [ 2101 - "dyn-stack", 2102 - "gemm-common", 2103 - "num-complex", 2104 - "num-traits", 2105 - "paste", 2106 - "raw-cpuid", 2107 - "seq-macro", 2108 - ] 2109 - 2110 - [[package]] 2111 - name = "gemm-f64" 2112 - version = "0.17.1" 2113 - source = "registry+https://github.com/rust-lang/crates.io-index" 2114 - checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0" 2115 - dependencies = [ 2116 - "dyn-stack", 2117 - "gemm-common", 2118 - "num-complex", 2119 - "num-traits", 2120 - "paste", 2121 - "raw-cpuid", 2122 - "seq-macro", 2123 - ] 2124 - 2125 - [[package]] 2126 - name = "generic-array" 2127 - version = "0.14.7" 2128 - source = "registry+https://github.com/rust-lang/crates.io-index" 2129 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 2130 - dependencies = [ 2131 - "typenum", 2132 - "version_check", 2133 - ] 2134 - 2135 - [[package]] 2136 - name = "getopts" 2137 - version = "0.2.21" 2138 - source = "registry+https://github.com/rust-lang/crates.io-index" 2139 - checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" 2140 - dependencies = [ 2141 - "unicode-width", 2142 - ] 2143 - 2144 - [[package]] 2145 - name = "getrandom" 2146 - version = "0.2.15" 2147 - source = "registry+https://github.com/rust-lang/crates.io-index" 2148 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 2149 - dependencies = [ 2150 - "cfg-if", 2151 - "js-sys", 2152 - "libc", 2153 - "wasi", 2154 - "wasm-bindgen", 2155 - ] 2156 - 2157 - [[package]] 2158 - name = "gif" 2159 - version = "0.13.1" 2160 - source = "registry+https://github.com/rust-lang/crates.io-index" 2161 - checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2" 2162 - dependencies = [ 2163 - "color_quant", 2164 - "weezl", 2165 - ] 2166 - 2167 - [[package]] 2168 - name = "gimli" 2169 - version = "0.31.1" 2170 - source = "registry+https://github.com/rust-lang/crates.io-index" 2171 - checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 2172 - 2173 - [[package]] 2174 - name = "gix-features" 2175 - version = "0.36.1" 2176 - source = "registry+https://github.com/rust-lang/crates.io-index" 2177 - checksum = "4d46a4a5c6bb5bebec9c0d18b65ada20e6517dbd7cf855b87dd4bbdce3a771b2" 2178 - dependencies = [ 2179 - "gix-hash", 2180 - "gix-trace", 2181 - "libc", 2182 - ] 2183 - 2184 - [[package]] 2185 - name = "gix-fs" 2186 - version = "0.8.1" 2187 - source = "registry+https://github.com/rust-lang/crates.io-index" 2188 - checksum = "20e86eb040f5776a5ade092282e51cdcad398adb77d948b88d17583c2ae4e107" 2189 - dependencies = [ 2190 - "gix-features", 2191 - ] 2192 - 2193 - [[package]] 2194 - name = "gix-hash" 2195 - version = "0.13.3" 2196 - source = "registry+https://github.com/rust-lang/crates.io-index" 2197 - checksum = "1f8cf8c2266f63e582b7eb206799b63aa5fa68ee510ad349f637dfe2d0653de0" 2198 - dependencies = [ 2199 - "faster-hex", 2200 - "thiserror", 2201 - ] 2202 - 2203 - [[package]] 2204 - name = "gix-tempfile" 2205 - version = "11.0.1" 2206 - source = "registry+https://github.com/rust-lang/crates.io-index" 2207 - checksum = "388dd29114a86ec69b28d1e26d6d63a662300ecf61ab3f4cc578f7d7dc9e7e23" 2208 - dependencies = [ 2209 - "dashmap", 2210 - "gix-fs", 2211 - "libc", 2212 - "once_cell", 2213 - "parking_lot", 2214 - "signal-hook", 2215 - "signal-hook-registry", 2216 - "tempfile", 2217 - ] 2218 - 2219 - [[package]] 2220 - name = "gix-trace" 2221 - version = "0.1.10" 2222 - source = "registry+https://github.com/rust-lang/crates.io-index" 2223 - checksum = "6cae0e8661c3ff92688ce1c8b8058b3efb312aba9492bbe93661a21705ab431b" 2224 - 2225 - [[package]] 2226 - name = "gl_generator" 2227 - version = "0.14.0" 2228 - source = "registry+https://github.com/rust-lang/crates.io-index" 2229 - checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 2230 - dependencies = [ 2231 - "khronos_api", 2232 - "log", 2233 - "xml-rs", 2234 - ] 2235 - 2236 - [[package]] 2237 - name = "glob" 2238 - version = "0.3.1" 2239 - source = "registry+https://github.com/rust-lang/crates.io-index" 2240 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 2241 - 2242 - [[package]] 2243 - name = "globset" 2244 - version = "0.4.15" 2245 - source = "registry+https://github.com/rust-lang/crates.io-index" 2246 - checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19" 2247 - dependencies = [ 2248 - "aho-corasick", 2249 - "bstr", 2250 - "log", 2251 - "regex-automata 0.4.8", 2252 - "regex-syntax 0.8.5", 2253 - ] 2254 - 2255 - [[package]] 2256 - name = "glow" 2257 - version = "0.13.1" 2258 - source = "registry+https://github.com/rust-lang/crates.io-index" 2259 - checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1" 2260 - dependencies = [ 2261 - "js-sys", 2262 - "slotmap", 2263 - "wasm-bindgen", 2264 - "web-sys", 2265 - ] 2266 - 2267 - [[package]] 2268 - name = "glutin_wgl_sys" 2269 - version = "0.5.0" 2270 - source = "registry+https://github.com/rust-lang/crates.io-index" 2271 - checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead" 2272 - dependencies = [ 2273 - "gl_generator", 2274 - ] 2275 - 2276 - [[package]] 2277 - name = "gpu-alloc" 2278 - version = "0.6.0" 2279 - source = "registry+https://github.com/rust-lang/crates.io-index" 2280 - checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 2281 - dependencies = [ 2282 - "bitflags 2.6.0", 2283 - "gpu-alloc-types", 2284 - ] 2285 - 2286 - [[package]] 2287 - name = "gpu-alloc-types" 2288 - version = "0.3.0" 2289 - source = "registry+https://github.com/rust-lang/crates.io-index" 2290 - checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 2291 - dependencies = [ 2292 - "bitflags 2.6.0", 2293 - ] 2294 - 2295 - [[package]] 2296 - name = "gpu-allocator" 2297 - version = "0.25.0" 2298 - source = "registry+https://github.com/rust-lang/crates.io-index" 2299 - checksum = "6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884" 2300 - dependencies = [ 2301 - "log", 2302 - "presser", 2303 - "thiserror", 2304 - "winapi", 2305 - "windows 0.52.0", 2306 - ] 2307 - 2308 - [[package]] 2309 - name = "gpu-descriptor" 2310 - version = "0.2.4" 2311 - source = "registry+https://github.com/rust-lang/crates.io-index" 2312 - checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c" 2313 - dependencies = [ 2314 - "bitflags 2.6.0", 2315 - "gpu-descriptor-types", 2316 - "hashbrown 0.14.5", 2317 - ] 2318 - 2319 - [[package]] 2320 - name = "gpu-descriptor-types" 2321 - version = "0.1.2" 2322 - source = "registry+https://github.com/rust-lang/crates.io-index" 2323 - checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c" 2324 - dependencies = [ 2325 - "bitflags 2.6.0", 2326 - ] 2327 - 2328 - [[package]] 2329 - name = "h2" 2330 - version = "0.3.26" 2331 - source = "registry+https://github.com/rust-lang/crates.io-index" 2332 - checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 2333 - dependencies = [ 2334 - "bytes", 2335 - "fnv", 2336 - "futures-core", 2337 - "futures-sink", 2338 - "futures-util", 2339 - "http 0.2.12", 2340 - "indexmap", 2341 - "slab", 2342 - "tokio", 2343 - "tokio-util", 2344 - "tracing", 2345 - ] 2346 - 2347 - [[package]] 2348 - name = "h2" 2349 - version = "0.4.6" 2350 - source = "registry+https://github.com/rust-lang/crates.io-index" 2351 - checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" 2352 - dependencies = [ 2353 - "atomic-waker", 2354 - "bytes", 2355 - "fnv", 2356 - "futures-core", 2357 - "futures-sink", 2358 - "http 1.1.0", 2359 - "indexmap", 2360 - "slab", 2361 - "tokio", 2362 - "tokio-util", 2363 - "tracing", 2364 - ] 2365 - 2366 - [[package]] 2367 - name = "half" 2368 - version = "2.4.1" 2369 - source = "registry+https://github.com/rust-lang/crates.io-index" 2370 - checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" 2371 - dependencies = [ 2372 - "bytemuck", 2373 - "cfg-if", 2374 - "crunchy", 2375 - "num-traits", 2376 - "rand", 2377 - "rand_distr", 2378 - "serde", 2379 - ] 2380 - 2381 - [[package]] 2382 - name = "handlebars" 2383 - version = "5.1.2" 2384 - source = "registry+https://github.com/rust-lang/crates.io-index" 2385 - checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" 2386 - dependencies = [ 2387 - "log", 2388 - "pest", 2389 - "pest_derive", 2390 - "serde", 2391 - "serde_json", 2392 - "thiserror", 2393 - ] 2394 - 2395 - [[package]] 2396 - name = "hashbrown" 2397 - version = "0.13.2" 2398 - source = "registry+https://github.com/rust-lang/crates.io-index" 2399 - checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" 2400 - dependencies = [ 2401 - "ahash", 2402 - ] 2403 - 2404 - [[package]] 2405 - name = "hashbrown" 2406 - version = "0.14.5" 2407 - source = "registry+https://github.com/rust-lang/crates.io-index" 2408 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 2409 - dependencies = [ 2410 - "ahash", 2411 - "allocator-api2", 2412 - "serde", 2413 - ] 2414 - 2415 - [[package]] 2416 - name = "hashbrown" 2417 - version = "0.15.2" 2418 - source = "registry+https://github.com/rust-lang/crates.io-index" 2419 - checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 2420 - 2421 - [[package]] 2422 - name = "hashlink" 2423 - version = "0.8.4" 2424 - source = "registry+https://github.com/rust-lang/crates.io-index" 2425 - checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" 2426 - dependencies = [ 2427 - "hashbrown 0.14.5", 2428 - ] 2429 - 2430 - [[package]] 2431 - name = "hassle-rs" 2432 - version = "0.11.0" 2433 - source = "registry+https://github.com/rust-lang/crates.io-index" 2434 - checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890" 2435 - dependencies = [ 2436 - "bitflags 2.6.0", 2437 - "com", 2438 - "libc", 2439 - "libloading 0.8.5", 2440 - "thiserror", 2441 - "widestring", 2442 - "winapi", 2443 - ] 2444 - 2445 - [[package]] 2446 - name = "headers" 2447 - version = "0.3.9" 2448 - source = "registry+https://github.com/rust-lang/crates.io-index" 2449 - checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" 2450 - dependencies = [ 2451 - "base64 0.21.7", 2452 - "bytes", 2453 - "headers-core 0.2.0", 2454 - "http 0.2.12", 2455 - "httpdate", 2456 - "mime", 2457 - "sha1", 2458 - ] 2459 - 2460 - [[package]] 2461 - name = "headers" 2462 - version = "0.4.0" 2463 - source = "registry+https://github.com/rust-lang/crates.io-index" 2464 - checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9" 2465 - dependencies = [ 2466 - "base64 0.21.7", 2467 - "bytes", 2468 - "headers-core 0.3.0", 2469 - "http 1.1.0", 2470 - "httpdate", 2471 - "mime", 2472 - "sha1", 2473 - ] 2474 - 2475 - [[package]] 2476 - name = "headers-core" 2477 - version = "0.2.0" 2478 - source = "registry+https://github.com/rust-lang/crates.io-index" 2479 - checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" 2480 - dependencies = [ 2481 - "http 0.2.12", 2482 - ] 2483 - 2484 - [[package]] 2485 - name = "headers-core" 2486 - version = "0.3.0" 2487 - source = "registry+https://github.com/rust-lang/crates.io-index" 2488 - checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" 2489 - dependencies = [ 2490 - "http 1.1.0", 2491 - ] 2492 - 2493 - [[package]] 2494 - name = "heck" 2495 - version = "0.4.1" 2496 - source = "registry+https://github.com/rust-lang/crates.io-index" 2497 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 2498 - 2499 - [[package]] 2500 - name = "heck" 2501 - version = "0.5.0" 2502 - source = "registry+https://github.com/rust-lang/crates.io-index" 2503 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 2504 - 2505 - [[package]] 2506 - name = "hermit-abi" 2507 - version = "0.3.9" 2508 - source = "registry+https://github.com/rust-lang/crates.io-index" 2509 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 2510 - 2511 - [[package]] 2512 - name = "hermit-abi" 2513 - version = "0.4.0" 2514 - source = "registry+https://github.com/rust-lang/crates.io-index" 2515 - checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 2516 - 2517 - [[package]] 2518 - name = "hex" 2519 - version = "0.4.3" 2520 - source = "registry+https://github.com/rust-lang/crates.io-index" 2521 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 2522 - 2523 - [[package]] 2524 - name = "hexf-parse" 2525 - version = "0.2.1" 2526 - source = "registry+https://github.com/rust-lang/crates.io-index" 2527 - checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 2528 - 2529 - [[package]] 2530 - name = "hmac" 2531 - version = "0.12.1" 2532 - source = "registry+https://github.com/rust-lang/crates.io-index" 2533 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 2534 - dependencies = [ 2535 - "digest", 2536 - ] 2537 - 2538 - [[package]] 2539 - name = "home" 2540 - version = "0.5.9" 2541 - source = "registry+https://github.com/rust-lang/crates.io-index" 2542 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 2543 - dependencies = [ 2544 - "windows-sys 0.52.0", 2545 - ] 2546 - 2547 - [[package]] 2548 - name = "html5ever" 2549 - version = "0.26.0" 2550 - source = "registry+https://github.com/rust-lang/crates.io-index" 2551 - checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" 2552 - dependencies = [ 2553 - "log", 2554 - "mac", 2555 - "markup5ever 0.11.0", 2556 - "proc-macro2", 2557 - "quote", 2558 - "syn 1.0.109", 2559 - ] 2560 - 2561 - [[package]] 2562 - name = "html5ever" 2563 - version = "0.27.0" 2564 - source = "registry+https://github.com/rust-lang/crates.io-index" 2565 - checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4" 2566 - dependencies = [ 2567 - "log", 2568 - "mac", 2569 - "markup5ever 0.12.1", 2570 - "proc-macro2", 2571 - "quote", 2572 - "syn 2.0.82", 2573 - ] 2574 - 2575 - [[package]] 2576 - name = "htmlescape" 2577 - version = "0.3.1" 2578 - source = "registry+https://github.com/rust-lang/crates.io-index" 2579 - checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163" 2580 - 2581 - [[package]] 2582 - name = "http" 2583 - version = "0.2.12" 2584 - source = "registry+https://github.com/rust-lang/crates.io-index" 2585 - checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 2586 - dependencies = [ 2587 - "bytes", 2588 - "fnv", 2589 - "itoa", 2590 - ] 2591 - 2592 - [[package]] 2593 - name = "http" 2594 - version = "1.1.0" 2595 - source = "registry+https://github.com/rust-lang/crates.io-index" 2596 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 2597 - dependencies = [ 2598 - "bytes", 2599 - "fnv", 2600 - "itoa", 2601 - ] 2602 - 2603 - [[package]] 2604 - name = "http-body" 2605 - version = "0.4.6" 2606 - source = "registry+https://github.com/rust-lang/crates.io-index" 2607 - checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 2608 - dependencies = [ 2609 - "bytes", 2610 - "http 0.2.12", 2611 - "pin-project-lite", 2612 - ] 2613 - 2614 - [[package]] 2615 - name = "http-body" 2616 - version = "1.0.1" 2617 - source = "registry+https://github.com/rust-lang/crates.io-index" 2618 - checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 2619 - dependencies = [ 2620 - "bytes", 2621 - "http 1.1.0", 2622 - ] 2623 - 2624 - [[package]] 2625 - name = "http-body-util" 2626 - version = "0.1.2" 2627 - source = "registry+https://github.com/rust-lang/crates.io-index" 2628 - checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 2629 - dependencies = [ 2630 - "bytes", 2631 - "futures-util", 2632 - "http 1.1.0", 2633 - "http-body 1.0.1", 2634 - "pin-project-lite", 2635 - ] 2636 - 2637 - [[package]] 2638 - name = "httparse" 2639 - version = "1.9.5" 2640 - source = "registry+https://github.com/rust-lang/crates.io-index" 2641 - checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" 2642 - 2643 - [[package]] 2644 - name = "httpdate" 2645 - version = "1.0.3" 2646 - source = "registry+https://github.com/rust-lang/crates.io-index" 2647 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 2648 - 2649 - [[package]] 2650 - name = "humantime" 2651 - version = "2.1.0" 2652 - source = "registry+https://github.com/rust-lang/crates.io-index" 2653 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 2654 - 2655 - [[package]] 2656 - name = "hyper" 2657 - version = "0.14.31" 2658 - source = "registry+https://github.com/rust-lang/crates.io-index" 2659 - checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" 2660 - dependencies = [ 2661 - "bytes", 2662 - "futures-channel", 2663 - "futures-core", 2664 - "futures-util", 2665 - "h2 0.3.26", 2666 - "http 0.2.12", 2667 - "http-body 0.4.6", 2668 - "httparse", 2669 - "httpdate", 2670 - "itoa", 2671 - "pin-project-lite", 2672 - "socket2", 2673 - "tokio", 2674 - "tower-service", 2675 - "tracing", 2676 - "want", 2677 - ] 2678 - 2679 - [[package]] 2680 - name = "hyper" 2681 - version = "1.5.0" 2682 - source = "registry+https://github.com/rust-lang/crates.io-index" 2683 - checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" 2684 - dependencies = [ 2685 - "bytes", 2686 - "futures-channel", 2687 - "futures-util", 2688 - "h2 0.4.6", 2689 - "http 1.1.0", 2690 - "http-body 1.0.1", 2691 - "httparse", 2692 - "httpdate", 2693 - "itoa", 2694 - "pin-project-lite", 2695 - "smallvec", 2696 - "tokio", 2697 - "want", 2698 - ] 2699 - 2700 - [[package]] 2701 - name = "hyper-rustls" 2702 - version = "0.24.2" 2703 - source = "registry+https://github.com/rust-lang/crates.io-index" 2704 - checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 2705 - dependencies = [ 2706 - "futures-util", 2707 - "http 0.2.12", 2708 - "hyper 0.14.31", 2709 - "rustls 0.21.12", 2710 - "tokio", 2711 - "tokio-rustls 0.24.1", 2712 - ] 2713 - 2714 - [[package]] 2715 - name = "hyper-rustls" 2716 - version = "0.27.3" 2717 - source = "registry+https://github.com/rust-lang/crates.io-index" 2718 - checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" 2719 - dependencies = [ 2720 - "futures-util", 2721 - "http 1.1.0", 2722 - "hyper 1.5.0", 2723 - "hyper-util", 2724 - "rustls 0.23.18", 2725 - "rustls-native-certs", 2726 - "rustls-pki-types", 2727 - "tokio", 2728 - "tokio-rustls 0.26.0", 2729 - "tower-service", 2730 - "webpki-roots 0.26.6", 2731 - ] 2732 - 2733 - [[package]] 2734 - name = "hyper-tls" 2735 - version = "0.5.0" 2736 - source = "registry+https://github.com/rust-lang/crates.io-index" 2737 - checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 2738 - dependencies = [ 2739 - "bytes", 2740 - "hyper 0.14.31", 2741 - "native-tls", 2742 - "tokio", 2743 - "tokio-native-tls", 2744 - ] 2745 - 2746 - [[package]] 2747 - name = "hyper-tls" 2748 - version = "0.6.0" 2749 - source = "registry+https://github.com/rust-lang/crates.io-index" 2750 - checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 2751 - dependencies = [ 2752 - "bytes", 2753 - "http-body-util", 2754 - "hyper 1.5.0", 2755 - "hyper-util", 2756 - "native-tls", 2757 - "tokio", 2758 - "tokio-native-tls", 2759 - "tower-service", 2760 - ] 2761 - 2762 - [[package]] 2763 - name = "hyper-util" 2764 - version = "0.1.9" 2765 - source = "registry+https://github.com/rust-lang/crates.io-index" 2766 - checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b" 2767 - dependencies = [ 2768 - "bytes", 2769 - "futures-channel", 2770 - "futures-util", 2771 - "http 1.1.0", 2772 - "http-body 1.0.1", 2773 - "hyper 1.5.0", 2774 - "pin-project-lite", 2775 - "socket2", 2776 - "tokio", 2777 - "tower-service", 2778 - "tracing", 2779 - ] 2780 - 2781 - [[package]] 2782 - name = "iana-time-zone" 2783 - version = "0.1.61" 2784 - source = "registry+https://github.com/rust-lang/crates.io-index" 2785 - checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" 2786 - dependencies = [ 2787 - "android_system_properties", 2788 - "core-foundation-sys", 2789 - "iana-time-zone-haiku", 2790 - "js-sys", 2791 - "wasm-bindgen", 2792 - "windows-core 0.52.0", 2793 - ] 2794 - 2795 - [[package]] 2796 - name = "iana-time-zone-haiku" 2797 - version = "0.1.2" 2798 - source = "registry+https://github.com/rust-lang/crates.io-index" 2799 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2800 - dependencies = [ 2801 - "cc", 2802 - ] 2803 - 2804 - [[package]] 2805 - name = "id_tree" 2806 - version = "1.8.0" 2807 - source = "registry+https://github.com/rust-lang/crates.io-index" 2808 - checksum = "bcd9db8dd5be8bde5a2624ed4b2dfb74368fe7999eb9c4940fd3ca344b61071a" 2809 - dependencies = [ 2810 - "snowflake", 2811 - ] 2812 - 2813 - [[package]] 2814 - name = "idna" 2815 - version = "0.5.0" 2816 - source = "registry+https://github.com/rust-lang/crates.io-index" 2817 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 2818 - dependencies = [ 2819 - "unicode-bidi", 2820 - "unicode-normalization", 2821 - ] 2822 - 2823 - [[package]] 2824 - name = "ignore" 2825 - version = "0.4.23" 2826 - source = "registry+https://github.com/rust-lang/crates.io-index" 2827 - checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b" 2828 - dependencies = [ 2829 - "crossbeam-deque", 2830 - "globset", 2831 - "log", 2832 - "memchr", 2833 - "regex-automata 0.4.8", 2834 - "same-file", 2835 - "walkdir", 2836 - "winapi-util", 2837 - ] 2838 - 2839 - [[package]] 2840 - name = "image" 2841 - version = "0.24.9" 2842 - source = "registry+https://github.com/rust-lang/crates.io-index" 2843 - checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" 2844 - dependencies = [ 2845 - "bytemuck", 2846 - "byteorder", 2847 - "color_quant", 2848 - "exr", 2849 - "gif", 2850 - "jpeg-decoder", 2851 - "num-traits", 2852 - "png", 2853 - "qoi", 2854 - "tiff", 2855 - ] 2856 - 2857 - [[package]] 2858 - name = "indexmap" 2859 - version = "2.6.0" 2860 - source = "registry+https://github.com/rust-lang/crates.io-index" 2861 - checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" 2862 - dependencies = [ 2863 - "equivalent", 2864 - "hashbrown 0.15.2", 2865 - ] 2866 - 2867 - [[package]] 2868 - name = "indoc" 2869 - version = "2.0.5" 2870 - source = "registry+https://github.com/rust-lang/crates.io-index" 2871 - checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" 2872 - 2873 - [[package]] 2874 - name = "inflections" 2875 - version = "1.1.1" 2876 - source = "registry+https://github.com/rust-lang/crates.io-index" 2877 - checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a" 2878 - 2879 - [[package]] 2880 - name = "inotify" 2881 - version = "0.9.6" 2882 - source = "registry+https://github.com/rust-lang/crates.io-index" 2883 - checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 2884 - dependencies = [ 2885 - "bitflags 1.3.2", 2886 - "inotify-sys", 2887 - "libc", 2888 - ] 2889 - 2890 - [[package]] 2891 - name = "inotify-sys" 2892 - version = "0.1.5" 2893 - source = "registry+https://github.com/rust-lang/crates.io-index" 2894 - checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 2895 - dependencies = [ 2896 - "libc", 2897 - ] 2898 - 2899 - [[package]] 2900 - name = "inout" 2901 - version = "0.1.3" 2902 - source = "registry+https://github.com/rust-lang/crates.io-index" 2903 - checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 2904 - dependencies = [ 2905 - "block-padding", 2906 - "generic-array", 2907 - ] 2908 - 2909 - [[package]] 2910 - name = "intl-memoizer" 2911 - version = "0.5.2" 2912 - source = "registry+https://github.com/rust-lang/crates.io-index" 2913 - checksum = "fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda" 2914 - dependencies = [ 2915 - "type-map", 2916 - "unic-langid", 2917 - ] 2918 - 2919 - [[package]] 2920 - name = "intl_pluralrules" 2921 - version = "7.0.2" 2922 - source = "registry+https://github.com/rust-lang/crates.io-index" 2923 - checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" 2924 - dependencies = [ 2925 - "unic-langid", 2926 - ] 2927 - 2928 - [[package]] 2929 - name = "ipnet" 2930 - version = "2.10.1" 2931 - source = "registry+https://github.com/rust-lang/crates.io-index" 2932 - checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" 2933 - 2934 - [[package]] 2935 - name = "is-terminal" 2936 - version = "0.4.13" 2937 - source = "registry+https://github.com/rust-lang/crates.io-index" 2938 - checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" 2939 - dependencies = [ 2940 - "hermit-abi 0.4.0", 2941 - "libc", 2942 - "windows-sys 0.52.0", 2943 - ] 2944 - 2945 - [[package]] 2946 - name = "is_terminal_polyfill" 2947 - version = "1.70.1" 2948 - source = "registry+https://github.com/rust-lang/crates.io-index" 2949 - checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 2950 - 2951 - [[package]] 2952 - name = "itertools" 2953 - version = "0.10.5" 2954 - source = "registry+https://github.com/rust-lang/crates.io-index" 2955 - checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 2956 - dependencies = [ 2957 - "either", 2958 - ] 2959 - 2960 - [[package]] 2961 - name = "itertools" 2962 - version = "0.12.1" 2963 - source = "registry+https://github.com/rust-lang/crates.io-index" 2964 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 2965 - dependencies = [ 2966 - "either", 2967 - ] 2968 - 2969 - [[package]] 2970 - name = "itertools" 2971 - version = "0.13.0" 2972 - source = "registry+https://github.com/rust-lang/crates.io-index" 2973 - checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 2974 - dependencies = [ 2975 - "either", 2976 - ] 2977 - 2978 - [[package]] 2979 - name = "itoa" 2980 - version = "1.0.11" 2981 - source = "registry+https://github.com/rust-lang/crates.io-index" 2982 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 2983 - 2984 - [[package]] 2985 - name = "jni-sys" 2986 - version = "0.3.0" 2987 - source = "registry+https://github.com/rust-lang/crates.io-index" 2988 - checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2989 - 2990 - [[package]] 2991 - name = "jobserver" 2992 - version = "0.1.32" 2993 - source = "registry+https://github.com/rust-lang/crates.io-index" 2994 - checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" 2995 - dependencies = [ 2996 - "libc", 2997 - ] 2998 - 2999 - [[package]] 3000 - name = "jpeg-decoder" 3001 - version = "0.3.1" 3002 - source = "registry+https://github.com/rust-lang/crates.io-index" 3003 - checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0" 3004 - dependencies = [ 3005 - "rayon", 3006 - ] 3007 - 3008 - [[package]] 3009 - name = "js-sys" 3010 - version = "0.3.72" 3011 - source = "registry+https://github.com/rust-lang/crates.io-index" 3012 - checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" 3013 - dependencies = [ 3014 - "wasm-bindgen", 3015 - ] 3016 - 3017 - [[package]] 3018 - name = "junction" 3019 - version = "1.2.0" 3020 - source = "registry+https://github.com/rust-lang/crates.io-index" 3021 - checksum = "72bbdfd737a243da3dfc1f99ee8d6e166480f17ab4ac84d7c34aacd73fc7bd16" 3022 - dependencies = [ 3023 - "scopeguard", 3024 - "windows-sys 0.52.0", 3025 - ] 3026 - 3027 - [[package]] 3028 - name = "khronos-egl" 3029 - version = "6.0.0" 3030 - source = "registry+https://github.com/rust-lang/crates.io-index" 3031 - checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 3032 - dependencies = [ 3033 - "libc", 3034 - "libloading 0.8.5", 3035 - "pkg-config", 3036 - ] 3037 - 3038 - [[package]] 3039 - name = "khronos_api" 3040 - version = "3.1.0" 3041 - source = "registry+https://github.com/rust-lang/crates.io-index" 3042 - checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 3043 - 3044 - [[package]] 3045 - name = "kqueue" 3046 - version = "1.0.8" 3047 - source = "registry+https://github.com/rust-lang/crates.io-index" 3048 - checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c" 3049 - dependencies = [ 3050 - "kqueue-sys", 3051 - "libc", 3052 - ] 3053 - 3054 - [[package]] 3055 - name = "kqueue-sys" 3056 - version = "1.0.4" 3057 - source = "registry+https://github.com/rust-lang/crates.io-index" 3058 - checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" 3059 - dependencies = [ 3060 - "bitflags 1.3.2", 3061 - "libc", 3062 - ] 3063 - 3064 - [[package]] 3065 - name = "lazy_static" 3066 - version = "1.5.0" 3067 - source = "registry+https://github.com/rust-lang/crates.io-index" 3068 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 3069 - 3070 - [[package]] 3071 - name = "lebe" 3072 - version = "0.5.2" 3073 - source = "registry+https://github.com/rust-lang/crates.io-index" 3074 - checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" 3075 - 3076 - [[package]] 3077 - name = "libc" 3078 - version = "0.2.161" 3079 - source = "registry+https://github.com/rust-lang/crates.io-index" 3080 - checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" 3081 - 3082 - [[package]] 3083 - name = "libdbus-sys" 3084 - version = "0.2.5" 3085 - source = "registry+https://github.com/rust-lang/crates.io-index" 3086 - checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" 3087 - dependencies = [ 3088 - "cc", 3089 - "pkg-config", 3090 - ] 3091 - 3092 - [[package]] 3093 - name = "libloading" 3094 - version = "0.7.4" 3095 - source = "registry+https://github.com/rust-lang/crates.io-index" 3096 - checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 3097 - dependencies = [ 3098 - "cfg-if", 3099 - "winapi", 3100 - ] 3101 - 3102 - [[package]] 3103 - name = "libloading" 3104 - version = "0.8.5" 3105 - source = "registry+https://github.com/rust-lang/crates.io-index" 3106 - checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" 3107 - dependencies = [ 3108 - "cfg-if", 3109 - "windows-targets 0.48.5", 3110 - ] 3111 - 3112 - [[package]] 3113 - name = "libm" 3114 - version = "0.2.8" 3115 - source = "registry+https://github.com/rust-lang/crates.io-index" 3116 - checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 3117 - 3118 - [[package]] 3119 - name = "libredox" 3120 - version = "0.1.3" 3121 - source = "registry+https://github.com/rust-lang/crates.io-index" 3122 - checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 3123 - dependencies = [ 3124 - "bitflags 2.6.0", 3125 - "libc", 3126 - "redox_syscall", 3127 - ] 3128 - 3129 - [[package]] 3130 - name = "libsqlite3-sys" 3131 - version = "0.27.0" 3132 - source = "registry+https://github.com/rust-lang/crates.io-index" 3133 - checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716" 3134 - dependencies = [ 3135 - "cc", 3136 - "pkg-config", 3137 - "vcpkg", 3138 - ] 3139 - 3140 - [[package]] 3141 - name = "linkcheck" 3142 - version = "0.4.1" 3143 - source = "git+https://github.com/ankitects/linkcheck.git?rev=184b2ca50ed39ca43da13f0b830a463861adb9ca#184b2ca50ed39ca43da13f0b830a463861adb9ca" 3144 - dependencies = [ 3145 - "bytes", 3146 - "codespan", 3147 - "dunce", 3148 - "futures", 3149 - "html5ever 0.26.0", 3150 - "http 0.2.12", 3151 - "lazy_static", 3152 - "linkify", 3153 - "log", 3154 - "markup5ever_rcdom", 3155 - "mdbook", 3156 - "pulldown-cmark 0.8.0", 3157 - "regex", 3158 - "reqwest 0.11.27", 3159 - "serde", 3160 - "thiserror", 3161 - "url", 3162 - ] 3163 - 3164 - [[package]] 3165 - name = "linkchecker" 3166 - version = "0.0.0" 3167 - dependencies = [ 3168 - "anki", 3169 - "futures", 3170 - "itertools 0.13.0", 3171 - "linkcheck", 3172 - "regex", 3173 - "reqwest 0.12.8", 3174 - "strum 0.26.3", 3175 - "tokio", 3176 - ] 3177 - 3178 - [[package]] 3179 - name = "linkify" 3180 - version = "0.7.0" 3181 - source = "registry+https://github.com/rust-lang/crates.io-index" 3182 - checksum = "04d828fdc1ffceb369a5a9183bd4df2dbb3678f40c8b3fbaa9231de32beb29f9" 3183 - dependencies = [ 3184 - "memchr", 3185 - ] 3186 - 3187 - [[package]] 3188 - name = "linux-raw-sys" 3189 - version = "0.4.14" 3190 - source = "registry+https://github.com/rust-lang/crates.io-index" 3191 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 3192 - 3193 - [[package]] 3194 - name = "lock_api" 3195 - version = "0.4.12" 3196 - source = "registry+https://github.com/rust-lang/crates.io-index" 3197 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 3198 - dependencies = [ 3199 - "autocfg", 3200 - "scopeguard", 3201 - ] 3202 - 3203 - [[package]] 3204 - name = "log" 3205 - version = "0.4.22" 3206 - source = "registry+https://github.com/rust-lang/crates.io-index" 3207 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 3208 - 3209 - [[package]] 3210 - name = "lzma-sys" 3211 - version = "0.1.20" 3212 - source = "registry+https://github.com/rust-lang/crates.io-index" 3213 - checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" 3214 - dependencies = [ 3215 - "cc", 3216 - "libc", 3217 - "pkg-config", 3218 - ] 3219 - 3220 - [[package]] 3221 - name = "mac" 3222 - version = "0.1.1" 3223 - source = "registry+https://github.com/rust-lang/crates.io-index" 3224 - checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 3225 - 3226 - [[package]] 3227 - name = "makeapp" 3228 - version = "0.0.0" 3229 - dependencies = [ 3230 - "anyhow", 3231 - "apple-bundles", 3232 - "camino", 3233 - "clap", 3234 - "glob", 3235 - "plist", 3236 - "serde", 3237 - "serde_json", 3238 - "simple-file-manifest", 3239 - "walkdir", 3240 - ] 3241 - 3242 - [[package]] 3243 - name = "makeexe" 3244 - version = "0.0.0" 3245 - dependencies = [ 3246 - "anyhow", 3247 - "camino", 3248 - "clap", 3249 - "tugger-windows-codesign", 3250 - "walkdir", 3251 - ] 3252 - 3253 - [[package]] 3254 - name = "malloc_buf" 3255 - version = "0.0.6" 3256 - source = "registry+https://github.com/rust-lang/crates.io-index" 3257 - checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 3258 - dependencies = [ 3259 - "libc", 3260 - ] 3261 - 3262 - [[package]] 3263 - name = "maplit" 3264 - version = "1.0.2" 3265 - source = "registry+https://github.com/rust-lang/crates.io-index" 3266 - checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" 3267 - 3268 - [[package]] 3269 - name = "markup5ever" 3270 - version = "0.11.0" 3271 - source = "registry+https://github.com/rust-lang/crates.io-index" 3272 - checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" 3273 - dependencies = [ 3274 - "log", 3275 - "phf 0.10.1", 3276 - "phf_codegen 0.10.0", 3277 - "string_cache", 3278 - "string_cache_codegen", 3279 - "tendril", 3280 - ] 3281 - 3282 - [[package]] 3283 - name = "markup5ever" 3284 - version = "0.12.1" 3285 - source = "registry+https://github.com/rust-lang/crates.io-index" 3286 - checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45" 3287 - dependencies = [ 3288 - "log", 3289 - "phf 0.11.2", 3290 - "phf_codegen 0.11.2", 3291 - "string_cache", 3292 - "string_cache_codegen", 3293 - "tendril", 3294 - ] 3295 - 3296 - [[package]] 3297 - name = "markup5ever_rcdom" 3298 - version = "0.2.0" 3299 - source = "registry+https://github.com/rust-lang/crates.io-index" 3300 - checksum = "b9521dd6750f8e80ee6c53d65e2e4656d7de37064f3a7a5d2d11d05df93839c2" 3301 - dependencies = [ 3302 - "html5ever 0.26.0", 3303 - "markup5ever 0.11.0", 3304 - "tendril", 3305 - "xml5ever", 3306 - ] 3307 - 3308 - [[package]] 3309 - name = "matchers" 3310 - version = "0.1.0" 3311 - source = "registry+https://github.com/rust-lang/crates.io-index" 3312 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 3313 - dependencies = [ 3314 - "regex-automata 0.1.10", 3315 - ] 3316 - 3317 - [[package]] 3318 - name = "matches" 3319 - version = "0.1.10" 3320 - source = "registry+https://github.com/rust-lang/crates.io-index" 3321 - checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 3322 - 3323 - [[package]] 3324 - name = "matchit" 3325 - version = "0.7.3" 3326 - source = "registry+https://github.com/rust-lang/crates.io-index" 3327 - checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" 3328 - 3329 - [[package]] 3330 - name = "matrixmultiply" 3331 - version = "0.3.9" 3332 - source = "registry+https://github.com/rust-lang/crates.io-index" 3333 - checksum = "9380b911e3e96d10c1f415da0876389aaf1b56759054eeb0de7df940c456ba1a" 3334 - dependencies = [ 3335 - "autocfg", 3336 - "num_cpus", 3337 - "once_cell", 3338 - "rawpointer", 3339 - "thread-tree", 3340 - ] 3341 - 3342 - [[package]] 3343 - name = "md5" 3344 - version = "0.7.0" 3345 - source = "registry+https://github.com/rust-lang/crates.io-index" 3346 - checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" 3347 - 3348 - [[package]] 3349 - name = "mdbook" 3350 - version = "0.4.40" 3351 - source = "registry+https://github.com/rust-lang/crates.io-index" 3352 - checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5" 3353 - dependencies = [ 3354 - "ammonia", 3355 - "anyhow", 3356 - "chrono", 3357 - "clap", 3358 - "clap_complete", 3359 - "elasticlunr-rs", 3360 - "env_logger", 3361 - "futures-util", 3362 - "handlebars", 3363 - "ignore", 3364 - "log", 3365 - "memchr", 3366 - "notify", 3367 - "notify-debouncer-mini", 3368 - "once_cell", 3369 - "opener", 3370 - "pathdiff", 3371 - "pulldown-cmark 0.10.3", 3372 - "regex", 3373 - "serde", 3374 - "serde_json", 3375 - "shlex", 3376 - "tempfile", 3377 - "tokio", 3378 - "toml", 3379 - "topological-sort", 3380 - "walkdir", 3381 - "warp", 3382 - ] 3383 - 3384 - [[package]] 3385 - name = "memchr" 3386 - version = "2.7.4" 3387 - source = "registry+https://github.com/rust-lang/crates.io-index" 3388 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 3389 - 3390 - [[package]] 3391 - name = "memmap2" 3392 - version = "0.9.5" 3393 - source = "registry+https://github.com/rust-lang/crates.io-index" 3394 - checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" 3395 - dependencies = [ 3396 - "libc", 3397 - "stable_deref_trait", 3398 - ] 3399 - 3400 - [[package]] 3401 - name = "memoffset" 3402 - version = "0.9.1" 3403 - source = "registry+https://github.com/rust-lang/crates.io-index" 3404 - checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 3405 - dependencies = [ 3406 - "autocfg", 3407 - ] 3408 - 3409 - [[package]] 3410 - name = "metal" 3411 - version = "0.27.0" 3412 - source = "registry+https://github.com/rust-lang/crates.io-index" 3413 - checksum = "c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25" 3414 - dependencies = [ 3415 - "bitflags 2.6.0", 3416 - "block", 3417 - "core-graphics-types", 3418 - "foreign-types 0.5.0", 3419 - "log", 3420 - "objc", 3421 - "paste", 3422 - ] 3423 - 3424 - [[package]] 3425 - name = "mime" 3426 - version = "0.3.17" 3427 - source = "registry+https://github.com/rust-lang/crates.io-index" 3428 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 3429 - 3430 - [[package]] 3431 - name = "mime_guess" 3432 - version = "2.0.5" 3433 - source = "registry+https://github.com/rust-lang/crates.io-index" 3434 - checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 3435 - dependencies = [ 3436 - "mime", 3437 - "unicase", 3438 - ] 3439 - 3440 - [[package]] 3441 - name = "minilints" 3442 - version = "0.0.0" 3443 - dependencies = [ 3444 - "anki_io", 3445 - "anki_process", 3446 - "anyhow", 3447 - "camino", 3448 - "walkdir", 3449 - "which", 3450 - ] 3451 - 3452 - [[package]] 3453 - name = "minimal-lexical" 3454 - version = "0.2.1" 3455 - source = "registry+https://github.com/rust-lang/crates.io-index" 3456 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 3457 - 3458 - [[package]] 3459 - name = "miniz_oxide" 3460 - version = "0.7.4" 3461 - source = "registry+https://github.com/rust-lang/crates.io-index" 3462 - checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 3463 - dependencies = [ 3464 - "adler", 3465 - ] 3466 - 3467 - [[package]] 3468 - name = "miniz_oxide" 3469 - version = "0.8.0" 3470 - source = "registry+https://github.com/rust-lang/crates.io-index" 3471 - checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 3472 - dependencies = [ 3473 - "adler2", 3474 - "simd-adler32", 3475 - ] 3476 - 3477 - [[package]] 3478 - name = "mio" 3479 - version = "0.8.11" 3480 - source = "registry+https://github.com/rust-lang/crates.io-index" 3481 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 3482 - dependencies = [ 3483 - "libc", 3484 - "log", 3485 - "wasi", 3486 - "windows-sys 0.48.0", 3487 - ] 3488 - 3489 - [[package]] 3490 - name = "mio" 3491 - version = "1.0.2" 3492 - source = "registry+https://github.com/rust-lang/crates.io-index" 3493 - checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" 3494 - dependencies = [ 3495 - "hermit-abi 0.3.9", 3496 - "libc", 3497 - "wasi", 3498 - "windows-sys 0.52.0", 3499 - ] 3500 - 3501 - [[package]] 3502 - name = "multer" 3503 - version = "3.1.0" 3504 - source = "registry+https://github.com/rust-lang/crates.io-index" 3505 - checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" 3506 - dependencies = [ 3507 - "bytes", 3508 - "encoding_rs", 3509 - "futures-util", 3510 - "http 1.1.0", 3511 - "httparse", 3512 - "memchr", 3513 - "mime", 3514 - "spin 0.9.8", 3515 - "version_check", 3516 - ] 3517 - 3518 - [[package]] 3519 - name = "multimap" 3520 - version = "0.10.0" 3521 - source = "registry+https://github.com/rust-lang/crates.io-index" 3522 - checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" 3523 - 3524 - [[package]] 3525 - name = "naga" 3526 - version = "0.19.2" 3527 - source = "registry+https://github.com/rust-lang/crates.io-index" 3528 - checksum = "50e3524642f53d9af419ab5e8dd29d3ba155708267667c2f3f06c88c9e130843" 3529 - dependencies = [ 3530 - "bit-set", 3531 - "bitflags 2.6.0", 3532 - "codespan-reporting", 3533 - "hexf-parse", 3534 - "indexmap", 3535 - "log", 3536 - "num-traits", 3537 - "rustc-hash 1.1.0", 3538 - "spirv", 3539 - "termcolor", 3540 - "thiserror", 3541 - "unicode-xid", 3542 - ] 3543 - 3544 - [[package]] 3545 - name = "native-tls" 3546 - version = "0.2.12" 3547 - source = "registry+https://github.com/rust-lang/crates.io-index" 3548 - checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" 3549 - dependencies = [ 3550 - "libc", 3551 - "log", 3552 - "openssl", 3553 - "openssl-probe", 3554 - "openssl-sys", 3555 - "schannel", 3556 - "security-framework", 3557 - "security-framework-sys", 3558 - "tempfile", 3559 - ] 3560 - 3561 - [[package]] 3562 - name = "ndarray" 3563 - version = "0.15.6" 3564 - source = "registry+https://github.com/rust-lang/crates.io-index" 3565 - checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32" 3566 - dependencies = [ 3567 - "matrixmultiply", 3568 - "num-complex", 3569 - "num-integer", 3570 - "num-traits", 3571 - "rawpointer", 3572 - "rayon", 3573 - ] 3574 - 3575 - [[package]] 3576 - name = "ndarray-rand" 3577 - version = "0.14.0" 3578 - source = "registry+https://github.com/rust-lang/crates.io-index" 3579 - checksum = "65608f937acc725f5b164dcf40f4f0bc5d67dc268ab8a649d3002606718c4588" 3580 - dependencies = [ 3581 - "ndarray", 3582 - "rand", 3583 - "rand_distr", 3584 - ] 3585 - 3586 - [[package]] 3587 - name = "ndk-sys" 3588 - version = "0.5.0+25.2.9519653" 3589 - source = "registry+https://github.com/rust-lang/crates.io-index" 3590 - checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" 3591 - dependencies = [ 3592 - "jni-sys", 3593 - ] 3594 - 3595 - [[package]] 3596 - name = "new_debug_unreachable" 3597 - version = "1.0.6" 3598 - source = "registry+https://github.com/rust-lang/crates.io-index" 3599 - checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 3600 - 3601 - [[package]] 3602 - name = "ninja_gen" 3603 - version = "0.0.0" 3604 - dependencies = [ 3605 - "anki_io", 3606 - "anyhow", 3607 - "camino", 3608 - "dunce", 3609 - "globset", 3610 - "itertools 0.13.0", 3611 - "maplit", 3612 - "num_cpus", 3613 - "walkdir", 3614 - "which", 3615 - ] 3616 - 3617 - [[package]] 3618 - name = "nom" 3619 - version = "7.1.3" 3620 - source = "registry+https://github.com/rust-lang/crates.io-index" 3621 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3622 - dependencies = [ 3623 - "memchr", 3624 - "minimal-lexical", 3625 - ] 3626 - 3627 - [[package]] 3628 - name = "nonempty" 3629 - version = "0.7.0" 3630 - source = "registry+https://github.com/rust-lang/crates.io-index" 3631 - checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" 3632 - 3633 - [[package]] 3634 - name = "normpath" 3635 - version = "1.3.0" 3636 - source = "registry+https://github.com/rust-lang/crates.io-index" 3637 - checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed" 3638 - dependencies = [ 3639 - "windows-sys 0.59.0", 3640 - ] 3641 - 3642 - [[package]] 3643 - name = "notify" 3644 - version = "6.1.1" 3645 - source = "registry+https://github.com/rust-lang/crates.io-index" 3646 - checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" 3647 - dependencies = [ 3648 - "bitflags 2.6.0", 3649 - "crossbeam-channel", 3650 - "filetime", 3651 - "fsevent-sys", 3652 - "inotify", 3653 - "kqueue", 3654 - "libc", 3655 - "log", 3656 - "mio 0.8.11", 3657 - "walkdir", 3658 - "windows-sys 0.48.0", 3659 - ] 3660 - 3661 - [[package]] 3662 - name = "notify-debouncer-mini" 3663 - version = "0.4.1" 3664 - source = "registry+https://github.com/rust-lang/crates.io-index" 3665 - checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43" 3666 - dependencies = [ 3667 - "crossbeam-channel", 3668 - "log", 3669 - "notify", 3670 - ] 3671 - 3672 - [[package]] 3673 - name = "nu-ansi-term" 3674 - version = "0.46.0" 3675 - source = "registry+https://github.com/rust-lang/crates.io-index" 3676 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 3677 - dependencies = [ 3678 - "overload", 3679 - "winapi", 3680 - ] 3681 - 3682 - [[package]] 3683 - name = "num-complex" 3684 - version = "0.4.6" 3685 - source = "registry+https://github.com/rust-lang/crates.io-index" 3686 - checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 3687 - dependencies = [ 3688 - "bytemuck", 3689 - "num-traits", 3690 - ] 3691 - 3692 - [[package]] 3693 - name = "num-conv" 3694 - version = "0.1.0" 3695 - source = "registry+https://github.com/rust-lang/crates.io-index" 3696 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 3697 - 3698 - [[package]] 3699 - name = "num-format" 3700 - version = "0.4.4" 3701 - source = "registry+https://github.com/rust-lang/crates.io-index" 3702 - checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" 3703 - dependencies = [ 3704 - "arrayvec", 3705 - "itoa", 3706 - ] 3707 - 3708 - [[package]] 3709 - name = "num-integer" 3710 - version = "0.1.46" 3711 - source = "registry+https://github.com/rust-lang/crates.io-index" 3712 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 3713 - dependencies = [ 3714 - "num-traits", 3715 - ] 3716 - 3717 - [[package]] 3718 - name = "num-traits" 3719 - version = "0.2.19" 3720 - source = "registry+https://github.com/rust-lang/crates.io-index" 3721 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 3722 - dependencies = [ 3723 - "autocfg", 3724 - "libm", 3725 - ] 3726 - 3727 - [[package]] 3728 - name = "num_cpus" 3729 - version = "1.16.0" 3730 - source = "registry+https://github.com/rust-lang/crates.io-index" 3731 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 3732 - dependencies = [ 3733 - "hermit-abi 0.3.9", 3734 - "libc", 3735 - ] 3736 - 3737 - [[package]] 3738 - name = "num_enum" 3739 - version = "0.7.3" 3740 - source = "registry+https://github.com/rust-lang/crates.io-index" 3741 - checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" 3742 - dependencies = [ 3743 - "num_enum_derive", 3744 - ] 3745 - 3746 - [[package]] 3747 - name = "num_enum_derive" 3748 - version = "0.7.3" 3749 - source = "registry+https://github.com/rust-lang/crates.io-index" 3750 - checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" 3751 - dependencies = [ 3752 - "proc-macro-crate", 3753 - "proc-macro2", 3754 - "quote", 3755 - "syn 2.0.82", 3756 - ] 3757 - 3758 - [[package]] 3759 - name = "objc" 3760 - version = "0.2.7" 3761 - source = "registry+https://github.com/rust-lang/crates.io-index" 3762 - checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 3763 - dependencies = [ 3764 - "malloc_buf", 3765 - "objc_exception", 3766 - ] 3767 - 3768 - [[package]] 3769 - name = "objc_exception" 3770 - version = "0.1.2" 3771 - source = "registry+https://github.com/rust-lang/crates.io-index" 3772 - checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" 3773 - dependencies = [ 3774 - "cc", 3775 - ] 3776 - 3777 - [[package]] 3778 - name = "object" 3779 - version = "0.36.5" 3780 - source = "registry+https://github.com/rust-lang/crates.io-index" 3781 - checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" 3782 - dependencies = [ 3783 - "memchr", 3784 - ] 3785 - 3786 - [[package]] 3787 - name = "once_cell" 3788 - version = "1.20.2" 3789 - source = "registry+https://github.com/rust-lang/crates.io-index" 3790 - checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 3791 - 3792 - [[package]] 3793 - name = "oorandom" 3794 - version = "11.1.4" 3795 - source = "registry+https://github.com/rust-lang/crates.io-index" 3796 - checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" 3797 - 3798 - [[package]] 3799 - name = "opener" 3800 - version = "0.7.2" 3801 - source = "registry+https://github.com/rust-lang/crates.io-index" 3802 - checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681" 3803 - dependencies = [ 3804 - "bstr", 3805 - "dbus", 3806 - "normpath", 3807 - "windows-sys 0.59.0", 3808 - ] 3809 - 3810 - [[package]] 3811 - name = "openssl" 3812 - version = "0.10.68" 3813 - source = "registry+https://github.com/rust-lang/crates.io-index" 3814 - checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" 3815 - dependencies = [ 3816 - "bitflags 2.6.0", 3817 - "cfg-if", 3818 - "foreign-types 0.3.2", 3819 - "libc", 3820 - "once_cell", 3821 - "openssl-macros", 3822 - "openssl-sys", 3823 - ] 3824 - 3825 - [[package]] 3826 - name = "openssl-macros" 3827 - version = "0.1.1" 3828 - source = "registry+https://github.com/rust-lang/crates.io-index" 3829 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 3830 - dependencies = [ 3831 - "proc-macro2", 3832 - "quote", 3833 - "syn 2.0.82", 3834 - ] 3835 - 3836 - [[package]] 3837 - name = "openssl-probe" 3838 - version = "0.1.5" 3839 - source = "registry+https://github.com/rust-lang/crates.io-index" 3840 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 3841 - 3842 - [[package]] 3843 - name = "openssl-sys" 3844 - version = "0.9.104" 3845 - source = "registry+https://github.com/rust-lang/crates.io-index" 3846 - checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" 3847 - dependencies = [ 3848 - "cc", 3849 - "libc", 3850 - "pkg-config", 3851 - "vcpkg", 3852 - ] 3853 - 3854 - [[package]] 3855 - name = "option-ext" 3856 - version = "0.2.0" 3857 - source = "registry+https://github.com/rust-lang/crates.io-index" 3858 - checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 3859 - 3860 - [[package]] 3861 - name = "os_pipe" 3862 - version = "1.2.1" 3863 - source = "registry+https://github.com/rust-lang/crates.io-index" 3864 - checksum = "5ffd2b0a5634335b135d5728d84c5e0fd726954b87111f7506a61c502280d982" 3865 - dependencies = [ 3866 - "libc", 3867 - "windows-sys 0.59.0", 3868 - ] 3869 - 3870 - [[package]] 3871 - name = "overload" 3872 - version = "0.1.1" 3873 - source = "registry+https://github.com/rust-lang/crates.io-index" 3874 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 3875 - 3876 - [[package]] 3877 - name = "p12" 3878 - version = "0.6.3" 3879 - source = "registry+https://github.com/rust-lang/crates.io-index" 3880 - checksum = "d4873306de53fe82e7e484df31e1e947d61514b6ea2ed6cd7b45d63006fd9224" 3881 - dependencies = [ 3882 - "cbc", 3883 - "cipher", 3884 - "des", 3885 - "getrandom", 3886 - "hmac", 3887 - "lazy_static", 3888 - "rc2", 3889 - "sha1", 3890 - "yasna", 3891 - ] 3892 - 3893 - [[package]] 3894 - name = "parking_lot" 3895 - version = "0.12.3" 3896 - source = "registry+https://github.com/rust-lang/crates.io-index" 3897 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 3898 - dependencies = [ 3899 - "lock_api", 3900 - "parking_lot_core", 3901 - ] 3902 - 3903 - [[package]] 3904 - name = "parking_lot_core" 3905 - version = "0.9.10" 3906 - source = "registry+https://github.com/rust-lang/crates.io-index" 3907 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 3908 - dependencies = [ 3909 - "cfg-if", 3910 - "libc", 3911 - "redox_syscall", 3912 - "smallvec", 3913 - "windows-targets 0.52.6", 3914 - ] 3915 - 3916 - [[package]] 3917 - name = "password-hash" 3918 - version = "0.4.2" 3919 - source = "registry+https://github.com/rust-lang/crates.io-index" 3920 - checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" 3921 - dependencies = [ 3922 - "base64ct", 3923 - "rand_core", 3924 - "subtle", 3925 - ] 3926 - 3927 - [[package]] 3928 - name = "password-hash" 3929 - version = "0.5.0" 3930 - source = "registry+https://github.com/rust-lang/crates.io-index" 3931 - checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" 3932 - dependencies = [ 3933 - "base64ct", 3934 - "rand_core", 3935 - "subtle", 3936 - ] 3937 - 3938 - [[package]] 3939 - name = "paste" 3940 - version = "1.0.15" 3941 - source = "registry+https://github.com/rust-lang/crates.io-index" 3942 - checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 3943 - 3944 - [[package]] 3945 - name = "pathdiff" 3946 - version = "0.2.2" 3947 - source = "registry+https://github.com/rust-lang/crates.io-index" 3948 - checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361" 3949 - 3950 - [[package]] 3951 - name = "pbkdf2" 3952 - version = "0.11.0" 3953 - source = "registry+https://github.com/rust-lang/crates.io-index" 3954 - checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" 3955 - dependencies = [ 3956 - "digest", 3957 - "hmac", 3958 - "password-hash 0.4.2", 3959 - "sha2", 3960 - ] 3961 - 3962 - [[package]] 3963 - name = "pbkdf2" 3964 - version = "0.12.2" 3965 - source = "registry+https://github.com/rust-lang/crates.io-index" 3966 - checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" 3967 - dependencies = [ 3968 - "digest", 3969 - "hmac", 3970 - "password-hash 0.5.0", 3971 - "sha2", 3972 - ] 3973 - 3974 - [[package]] 3975 - name = "pem" 3976 - version = "1.1.1" 3977 - source = "registry+https://github.com/rust-lang/crates.io-index" 3978 - checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" 3979 - dependencies = [ 3980 - "base64 0.13.1", 3981 - ] 3982 - 3983 - [[package]] 3984 - name = "percent-encoding" 3985 - version = "2.3.1" 3986 - source = "registry+https://github.com/rust-lang/crates.io-index" 3987 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 3988 - 3989 - [[package]] 3990 - name = "percent-encoding-iri" 3991 - version = "2.2.0" 3992 - source = "git+https://github.com/ankitects/rust-url.git?rev=bb930b8d089f4d30d7d19c12e54e66191de47b88#bb930b8d089f4d30d7d19c12e54e66191de47b88" 3993 - 3994 - [[package]] 3995 - name = "pest" 3996 - version = "2.7.14" 3997 - source = "registry+https://github.com/rust-lang/crates.io-index" 3998 - checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" 3999 - dependencies = [ 4000 - "memchr", 4001 - "thiserror", 4002 - "ucd-trie", 4003 - ] 4004 - 4005 - [[package]] 4006 - name = "pest_derive" 4007 - version = "2.7.14" 4008 - source = "registry+https://github.com/rust-lang/crates.io-index" 4009 - checksum = "d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd" 4010 - dependencies = [ 4011 - "pest", 4012 - "pest_generator", 4013 - ] 4014 - 4015 - [[package]] 4016 - name = "pest_generator" 4017 - version = "2.7.14" 4018 - source = "registry+https://github.com/rust-lang/crates.io-index" 4019 - checksum = "eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e" 4020 - dependencies = [ 4021 - "pest", 4022 - "pest_meta", 4023 - "proc-macro2", 4024 - "quote", 4025 - "syn 2.0.82", 4026 - ] 4027 - 4028 - [[package]] 4029 - name = "pest_meta" 4030 - version = "2.7.14" 4031 - source = "registry+https://github.com/rust-lang/crates.io-index" 4032 - checksum = "b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d" 4033 - dependencies = [ 4034 - "once_cell", 4035 - "pest", 4036 - "sha2", 4037 - ] 4038 - 4039 - [[package]] 4040 - name = "petgraph" 4041 - version = "0.6.5" 4042 - source = "registry+https://github.com/rust-lang/crates.io-index" 4043 - checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" 4044 - dependencies = [ 4045 - "fixedbitset", 4046 - "indexmap", 4047 - ] 4048 - 4049 - [[package]] 4050 - name = "phf" 4051 - version = "0.10.1" 4052 - source = "registry+https://github.com/rust-lang/crates.io-index" 4053 - checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 4054 - dependencies = [ 4055 - "phf_shared 0.10.0", 4056 - ] 4057 - 4058 - [[package]] 4059 - name = "phf" 4060 - version = "0.11.2" 4061 - source = "registry+https://github.com/rust-lang/crates.io-index" 4062 - checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 4063 - dependencies = [ 4064 - "phf_macros", 4065 - "phf_shared 0.11.2", 4066 - ] 4067 - 4068 - [[package]] 4069 - name = "phf_codegen" 4070 - version = "0.10.0" 4071 - source = "registry+https://github.com/rust-lang/crates.io-index" 4072 - checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" 4073 - dependencies = [ 4074 - "phf_generator 0.10.0", 4075 - "phf_shared 0.10.0", 4076 - ] 4077 - 4078 - [[package]] 4079 - name = "phf_codegen" 4080 - version = "0.11.2" 4081 - source = "registry+https://github.com/rust-lang/crates.io-index" 4082 - checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" 4083 - dependencies = [ 4084 - "phf_generator 0.11.2", 4085 - "phf_shared 0.11.2", 4086 - ] 4087 - 4088 - [[package]] 4089 - name = "phf_generator" 4090 - version = "0.10.0" 4091 - source = "registry+https://github.com/rust-lang/crates.io-index" 4092 - checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 4093 - dependencies = [ 4094 - "phf_shared 0.10.0", 4095 - "rand", 4096 - ] 4097 - 4098 - [[package]] 4099 - name = "phf_generator" 4100 - version = "0.11.2" 4101 - source = "registry+https://github.com/rust-lang/crates.io-index" 4102 - checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 4103 - dependencies = [ 4104 - "phf_shared 0.11.2", 4105 - "rand", 4106 - ] 4107 - 4108 - [[package]] 4109 - name = "phf_macros" 4110 - version = "0.11.2" 4111 - source = "registry+https://github.com/rust-lang/crates.io-index" 4112 - checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" 4113 - dependencies = [ 4114 - "phf_generator 0.11.2", 4115 - "phf_shared 0.11.2", 4116 - "proc-macro2", 4117 - "quote", 4118 - "syn 2.0.82", 4119 - ] 4120 - 4121 - [[package]] 4122 - name = "phf_shared" 4123 - version = "0.10.0" 4124 - source = "registry+https://github.com/rust-lang/crates.io-index" 4125 - checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 4126 - dependencies = [ 4127 - "siphasher", 4128 - ] 4129 - 4130 - [[package]] 4131 - name = "phf_shared" 4132 - version = "0.11.2" 4133 - source = "registry+https://github.com/rust-lang/crates.io-index" 4134 - checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 4135 - dependencies = [ 4136 - "siphasher", 4137 - ] 4138 - 4139 - [[package]] 4140 - name = "pin-project" 4141 - version = "1.1.6" 4142 - source = "registry+https://github.com/rust-lang/crates.io-index" 4143 - checksum = "baf123a161dde1e524adf36f90bc5d8d3462824a9c43553ad07a8183161189ec" 4144 - dependencies = [ 4145 - "pin-project-internal", 4146 - ] 4147 - 4148 - [[package]] 4149 - name = "pin-project-internal" 4150 - version = "1.1.6" 4151 - source = "registry+https://github.com/rust-lang/crates.io-index" 4152 - checksum = "a4502d8515ca9f32f1fb543d987f63d95a14934883db45bdb48060b6b69257f8" 4153 - dependencies = [ 4154 - "proc-macro2", 4155 - "quote", 4156 - "syn 2.0.82", 4157 - ] 4158 - 4159 - [[package]] 4160 - name = "pin-project-lite" 4161 - version = "0.2.14" 4162 - source = "registry+https://github.com/rust-lang/crates.io-index" 4163 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 4164 - 4165 - [[package]] 4166 - name = "pin-utils" 4167 - version = "0.1.0" 4168 - source = "registry+https://github.com/rust-lang/crates.io-index" 4169 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 4170 - 4171 - [[package]] 4172 - name = "pkg-config" 4173 - version = "0.3.31" 4174 - source = "registry+https://github.com/rust-lang/crates.io-index" 4175 - checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 4176 - 4177 - [[package]] 4178 - name = "plist" 4179 - version = "1.7.0" 4180 - source = "registry+https://github.com/rust-lang/crates.io-index" 4181 - checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016" 4182 - dependencies = [ 4183 - "base64 0.22.1", 4184 - "indexmap", 4185 - "quick-xml", 4186 - "serde", 4187 - "time", 4188 - ] 4189 - 4190 - [[package]] 4191 - name = "plotters" 4192 - version = "0.3.7" 4193 - source = "registry+https://github.com/rust-lang/crates.io-index" 4194 - checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" 4195 - dependencies = [ 4196 - "num-traits", 4197 - "plotters-backend", 4198 - "plotters-svg", 4199 - "wasm-bindgen", 4200 - "web-sys", 4201 - ] 4202 - 4203 - [[package]] 4204 - name = "plotters-backend" 4205 - version = "0.3.7" 4206 - source = "registry+https://github.com/rust-lang/crates.io-index" 4207 - checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" 4208 - 4209 - [[package]] 4210 - name = "plotters-svg" 4211 - version = "0.3.7" 4212 - source = "registry+https://github.com/rust-lang/crates.io-index" 4213 - checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" 4214 - dependencies = [ 4215 - "plotters-backend", 4216 - ] 4217 - 4218 - [[package]] 4219 - name = "png" 4220 - version = "0.17.14" 4221 - source = "registry+https://github.com/rust-lang/crates.io-index" 4222 - checksum = "52f9d46a34a05a6a57566bc2bfae066ef07585a6e3fa30fbbdff5936380623f0" 4223 - dependencies = [ 4224 - "bitflags 1.3.2", 4225 - "crc32fast", 4226 - "fdeflate", 4227 - "flate2", 4228 - "miniz_oxide 0.8.0", 4229 - ] 4230 - 4231 - [[package]] 4232 - name = "pollster" 4233 - version = "0.3.0" 4234 - source = "registry+https://github.com/rust-lang/crates.io-index" 4235 - checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" 4236 - 4237 - [[package]] 4238 - name = "portable-atomic" 4239 - version = "1.9.0" 4240 - source = "registry+https://github.com/rust-lang/crates.io-index" 4241 - checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" 4242 - 4243 - [[package]] 4244 - name = "powerfmt" 4245 - version = "0.2.0" 4246 - source = "registry+https://github.com/rust-lang/crates.io-index" 4247 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 4248 - 4249 - [[package]] 4250 - name = "ppv-lite86" 4251 - version = "0.2.20" 4252 - source = "registry+https://github.com/rust-lang/crates.io-index" 4253 - checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 4254 - dependencies = [ 4255 - "zerocopy", 4256 - ] 4257 - 4258 - [[package]] 4259 - name = "precomputed-hash" 4260 - version = "0.1.1" 4261 - source = "registry+https://github.com/rust-lang/crates.io-index" 4262 - checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 4263 - 4264 - [[package]] 4265 - name = "presser" 4266 - version = "0.3.1" 4267 - source = "registry+https://github.com/rust-lang/crates.io-index" 4268 - checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" 4269 - 4270 - [[package]] 4271 - name = "prettyplease" 4272 - version = "0.2.24" 4273 - source = "registry+https://github.com/rust-lang/crates.io-index" 4274 - checksum = "910d41a655dac3b764f1ade94821093d3610248694320cd072303a8eedcf221d" 4275 - dependencies = [ 4276 - "proc-macro2", 4277 - "syn 2.0.82", 4278 - ] 4279 - 4280 - [[package]] 4281 - name = "priority-queue" 4282 - version = "2.1.1" 4283 - source = "registry+https://github.com/rust-lang/crates.io-index" 4284 - checksum = "714c75db297bc88a63783ffc6ab9f830698a6705aa0201416931759ef4c8183d" 4285 - dependencies = [ 4286 - "autocfg", 4287 - "equivalent", 4288 - "indexmap", 4289 - ] 4290 - 4291 - [[package]] 4292 - name = "proc-macro-crate" 4293 - version = "3.2.0" 4294 - source = "registry+https://github.com/rust-lang/crates.io-index" 4295 - checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" 4296 - dependencies = [ 4297 - "toml_edit", 4298 - ] 4299 - 4300 - [[package]] 4301 - name = "proc-macro-hack" 4302 - version = "0.5.20+deprecated" 4303 - source = "registry+https://github.com/rust-lang/crates.io-index" 4304 - checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 4305 - 4306 - [[package]] 4307 - name = "proc-macro2" 4308 - version = "1.0.88" 4309 - source = "registry+https://github.com/rust-lang/crates.io-index" 4310 - checksum = "7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9" 4311 - dependencies = [ 4312 - "unicode-ident", 4313 - ] 4314 - 4315 - [[package]] 4316 - name = "profiling" 4317 - version = "1.0.16" 4318 - source = "registry+https://github.com/rust-lang/crates.io-index" 4319 - checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d" 4320 - 4321 - [[package]] 4322 - name = "prost" 4323 - version = "0.13.3" 4324 - source = "registry+https://github.com/rust-lang/crates.io-index" 4325 - checksum = "7b0487d90e047de87f984913713b85c601c05609aad5b0df4b4573fbf69aa13f" 4326 - dependencies = [ 4327 - "bytes", 4328 - "prost-derive", 4329 - ] 4330 - 4331 - [[package]] 4332 - name = "prost-build" 4333 - version = "0.13.3" 4334 - source = "registry+https://github.com/rust-lang/crates.io-index" 4335 - checksum = "0c1318b19085f08681016926435853bbf7858f9c082d0999b80550ff5d9abe15" 4336 - dependencies = [ 4337 - "bytes", 4338 - "heck 0.5.0", 4339 - "itertools 0.13.0", 4340 - "log", 4341 - "multimap", 4342 - "once_cell", 4343 - "petgraph", 4344 - "prettyplease", 4345 - "prost", 4346 - "prost-types", 4347 - "regex", 4348 - "syn 2.0.82", 4349 - "tempfile", 4350 - ] 4351 - 4352 - [[package]] 4353 - name = "prost-derive" 4354 - version = "0.13.3" 4355 - source = "registry+https://github.com/rust-lang/crates.io-index" 4356 - checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5" 4357 - dependencies = [ 4358 - "anyhow", 4359 - "itertools 0.13.0", 4360 - "proc-macro2", 4361 - "quote", 4362 - "syn 2.0.82", 4363 - ] 4364 - 4365 - [[package]] 4366 - name = "prost-reflect" 4367 - version = "0.14.2" 4368 - source = "registry+https://github.com/rust-lang/crates.io-index" 4369 - checksum = "4b7535b02f0e5efe3e1dbfcb428be152226ed0c66cad9541f2274c8ba8d4cd40" 4370 - dependencies = [ 4371 - "once_cell", 4372 - "prost", 4373 - "prost-types", 4374 - ] 4375 - 4376 - [[package]] 4377 - name = "prost-types" 4378 - version = "0.13.3" 4379 - source = "registry+https://github.com/rust-lang/crates.io-index" 4380 - checksum = "4759aa0d3a6232fb8dbdb97b61de2c20047c68aca932c7ed76da9d788508d670" 4381 - dependencies = [ 4382 - "prost", 4383 - ] 4384 - 4385 - [[package]] 4386 - name = "pulldown-cmark" 4387 - version = "0.8.0" 4388 - source = "registry+https://github.com/rust-lang/crates.io-index" 4389 - checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8" 4390 - dependencies = [ 4391 - "bitflags 1.3.2", 4392 - "getopts", 4393 - "memchr", 4394 - "unicase", 4395 - ] 4396 - 4397 - [[package]] 4398 - name = "pulldown-cmark" 4399 - version = "0.9.6" 4400 - source = "registry+https://github.com/rust-lang/crates.io-index" 4401 - checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" 4402 - dependencies = [ 4403 - "bitflags 2.6.0", 4404 - "getopts", 4405 - "memchr", 4406 - "unicase", 4407 - ] 4408 - 4409 - [[package]] 4410 - name = "pulldown-cmark" 4411 - version = "0.10.3" 4412 - source = "registry+https://github.com/rust-lang/crates.io-index" 4413 - checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993" 4414 - dependencies = [ 4415 - "bitflags 2.6.0", 4416 - "memchr", 4417 - "pulldown-cmark-escape", 4418 - "unicase", 4419 - ] 4420 - 4421 - [[package]] 4422 - name = "pulldown-cmark-escape" 4423 - version = "0.10.1" 4424 - source = "registry+https://github.com/rust-lang/crates.io-index" 4425 - checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3" 4426 - 4427 - [[package]] 4428 - name = "pulp" 4429 - version = "0.18.22" 4430 - source = "registry+https://github.com/rust-lang/crates.io-index" 4431 - checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6" 4432 - dependencies = [ 4433 - "bytemuck", 4434 - "libm", 4435 - "num-complex", 4436 - "reborrow", 4437 - ] 4438 - 4439 - [[package]] 4440 - name = "pyo3" 4441 - version = "0.22.5" 4442 - source = "registry+https://github.com/rust-lang/crates.io-index" 4443 - checksum = "3d922163ba1f79c04bc49073ba7b32fd5a8d3b76a87c955921234b8e77333c51" 4444 - dependencies = [ 4445 - "cfg-if", 4446 - "indoc", 4447 - "libc", 4448 - "memoffset", 4449 - "once_cell", 4450 - "portable-atomic", 4451 - "pyo3-build-config", 4452 - "pyo3-ffi", 4453 - "pyo3-macros", 4454 - "unindent", 4455 - ] 4456 - 4457 - [[package]] 4458 - name = "pyo3-build-config" 4459 - version = "0.22.5" 4460 - source = "registry+https://github.com/rust-lang/crates.io-index" 4461 - checksum = "bc38c5feeb496c8321091edf3d63e9a6829eab4b863b4a6a65f26f3e9cc6b179" 4462 - dependencies = [ 4463 - "once_cell", 4464 - "target-lexicon", 4465 - ] 4466 - 4467 - [[package]] 4468 - name = "pyo3-ffi" 4469 - version = "0.22.5" 4470 - source = "registry+https://github.com/rust-lang/crates.io-index" 4471 - checksum = "94845622d88ae274d2729fcefc850e63d7a3ddff5e3ce11bd88486db9f1d357d" 4472 - dependencies = [ 4473 - "libc", 4474 - "pyo3-build-config", 4475 - ] 4476 - 4477 - [[package]] 4478 - name = "pyo3-macros" 4479 - version = "0.22.5" 4480 - source = "registry+https://github.com/rust-lang/crates.io-index" 4481 - checksum = "e655aad15e09b94ffdb3ce3d217acf652e26bbc37697ef012f5e5e348c716e5e" 4482 - dependencies = [ 4483 - "proc-macro2", 4484 - "pyo3-macros-backend", 4485 - "quote", 4486 - "syn 2.0.82", 4487 - ] 4488 - 4489 - [[package]] 4490 - name = "pyo3-macros-backend" 4491 - version = "0.22.5" 4492 - source = "registry+https://github.com/rust-lang/crates.io-index" 4493 - checksum = "ae1e3f09eecd94618f60a455a23def79f79eba4dc561a97324bf9ac8c6df30ce" 4494 - dependencies = [ 4495 - "heck 0.5.0", 4496 - "proc-macro2", 4497 - "pyo3-build-config", 4498 - "quote", 4499 - "syn 2.0.82", 4500 - ] 4501 - 4502 - [[package]] 4503 - name = "qoi" 4504 - version = "0.4.1" 4505 - source = "registry+https://github.com/rust-lang/crates.io-index" 4506 - checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" 4507 - dependencies = [ 4508 - "bytemuck", 4509 - ] 4510 - 4511 - [[package]] 4512 - name = "quick-xml" 4513 - version = "0.32.0" 4514 - source = "registry+https://github.com/rust-lang/crates.io-index" 4515 - checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2" 4516 - dependencies = [ 4517 - "memchr", 4518 - ] 4519 - 4520 - [[package]] 4521 - name = "quinn" 4522 - version = "0.11.5" 4523 - source = "registry+https://github.com/rust-lang/crates.io-index" 4524 - checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684" 4525 - dependencies = [ 4526 - "bytes", 4527 - "pin-project-lite", 4528 - "quinn-proto", 4529 - "quinn-udp", 4530 - "rustc-hash 2.0.0", 4531 - "rustls 0.23.18", 4532 - "socket2", 4533 - "thiserror", 4534 - "tokio", 4535 - "tracing", 4536 - ] 4537 - 4538 - [[package]] 4539 - name = "quinn-proto" 4540 - version = "0.11.8" 4541 - source = "registry+https://github.com/rust-lang/crates.io-index" 4542 - checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6" 4543 - dependencies = [ 4544 - "bytes", 4545 - "rand", 4546 - "ring 0.17.8", 4547 - "rustc-hash 2.0.0", 4548 - "rustls 0.23.18", 4549 - "slab", 4550 - "thiserror", 4551 - "tinyvec", 4552 - "tracing", 4553 - ] 4554 - 4555 - [[package]] 4556 - name = "quinn-udp" 4557 - version = "0.5.5" 4558 - source = "registry+https://github.com/rust-lang/crates.io-index" 4559 - checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b" 4560 - dependencies = [ 4561 - "libc", 4562 - "once_cell", 4563 - "socket2", 4564 - "tracing", 4565 - "windows-sys 0.59.0", 4566 - ] 4567 - 4568 - [[package]] 4569 - name = "quote" 4570 - version = "1.0.37" 4571 - source = "registry+https://github.com/rust-lang/crates.io-index" 4572 - checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 4573 - dependencies = [ 4574 - "proc-macro2", 4575 - ] 4576 - 4577 - [[package]] 4578 - name = "r2d2" 4579 - version = "0.8.10" 4580 - source = "registry+https://github.com/rust-lang/crates.io-index" 4581 - checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93" 4582 - dependencies = [ 4583 - "log", 4584 - "parking_lot", 4585 - "scheduled-thread-pool", 4586 - ] 4587 - 4588 - [[package]] 4589 - name = "r2d2_sqlite" 4590 - version = "0.23.0" 4591 - source = "registry+https://github.com/rust-lang/crates.io-index" 4592 - checksum = "4dc290b669d30e20751e813517bbe13662d020419c5c8818ff10b6e8bb7777f6" 4593 - dependencies = [ 4594 - "r2d2", 4595 - "rusqlite", 4596 - "uuid", 4597 - ] 4598 - 4599 - [[package]] 4600 - name = "rand" 4601 - version = "0.8.5" 4602 - source = "registry+https://github.com/rust-lang/crates.io-index" 4603 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 4604 - dependencies = [ 4605 - "libc", 4606 - "rand_chacha", 4607 - "rand_core", 4608 - ] 4609 - 4610 - [[package]] 4611 - name = "rand_chacha" 4612 - version = "0.3.1" 4613 - source = "registry+https://github.com/rust-lang/crates.io-index" 4614 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 4615 - dependencies = [ 4616 - "ppv-lite86", 4617 - "rand_core", 4618 - ] 4619 - 4620 - [[package]] 4621 - name = "rand_core" 4622 - version = "0.6.4" 4623 - source = "registry+https://github.com/rust-lang/crates.io-index" 4624 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 4625 - dependencies = [ 4626 - "getrandom", 4627 - ] 4628 - 4629 - [[package]] 4630 - name = "rand_distr" 4631 - version = "0.4.3" 4632 - source = "registry+https://github.com/rust-lang/crates.io-index" 4633 - checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" 4634 - dependencies = [ 4635 - "num-traits", 4636 - "rand", 4637 - ] 4638 - 4639 - [[package]] 4640 - name = "range-alloc" 4641 - version = "0.1.3" 4642 - source = "registry+https://github.com/rust-lang/crates.io-index" 4643 - checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab" 4644 - 4645 - [[package]] 4646 - name = "raw-cpuid" 4647 - version = "10.7.0" 4648 - source = "registry+https://github.com/rust-lang/crates.io-index" 4649 - checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332" 4650 - dependencies = [ 4651 - "bitflags 1.3.2", 4652 - ] 4653 - 4654 - [[package]] 4655 - name = "raw-window-handle" 4656 - version = "0.6.2" 4657 - source = "registry+https://github.com/rust-lang/crates.io-index" 4658 - checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 4659 - 4660 - [[package]] 4661 - name = "rawpointer" 4662 - version = "0.2.1" 4663 - source = "registry+https://github.com/rust-lang/crates.io-index" 4664 - checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" 4665 - 4666 - [[package]] 4667 - name = "rayon" 4668 - version = "1.10.0" 4669 - source = "registry+https://github.com/rust-lang/crates.io-index" 4670 - checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 4671 - dependencies = [ 4672 - "either", 4673 - "rayon-core", 4674 - ] 4675 - 4676 - [[package]] 4677 - name = "rayon-core" 4678 - version = "1.12.1" 4679 - source = "registry+https://github.com/rust-lang/crates.io-index" 4680 - checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 4681 - dependencies = [ 4682 - "crossbeam-deque", 4683 - "crossbeam-utils", 4684 - ] 4685 - 4686 - [[package]] 4687 - name = "rc2" 4688 - version = "0.8.1" 4689 - source = "registry+https://github.com/rust-lang/crates.io-index" 4690 - checksum = "62c64daa8e9438b84aaae55010a93f396f8e60e3911590fcba770d04643fc1dd" 4691 - dependencies = [ 4692 - "cipher", 4693 - ] 4694 - 4695 - [[package]] 4696 - name = "rcgen" 4697 - version = "0.10.0" 4698 - source = "registry+https://github.com/rust-lang/crates.io-index" 4699 - checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b" 4700 - dependencies = [ 4701 - "pem", 4702 - "ring 0.16.20", 4703 - "time", 4704 - "yasna", 4705 - ] 4706 - 4707 - [[package]] 4708 - name = "reborrow" 4709 - version = "0.5.5" 4710 - source = "registry+https://github.com/rust-lang/crates.io-index" 4711 - checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430" 4712 - 4713 - [[package]] 4714 - name = "redox_syscall" 4715 - version = "0.5.7" 4716 - source = "registry+https://github.com/rust-lang/crates.io-index" 4717 - checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" 4718 - dependencies = [ 4719 - "bitflags 2.6.0", 4720 - ] 4721 - 4722 - [[package]] 4723 - name = "redox_users" 4724 - version = "0.4.6" 4725 - source = "registry+https://github.com/rust-lang/crates.io-index" 4726 - checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 4727 - dependencies = [ 4728 - "getrandom", 4729 - "libredox", 4730 - "thiserror", 4731 - ] 4732 - 4733 - [[package]] 4734 - name = "regex" 4735 - version = "1.11.0" 4736 - source = "registry+https://github.com/rust-lang/crates.io-index" 4737 - checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8" 4738 - dependencies = [ 4739 - "aho-corasick", 4740 - "memchr", 4741 - "regex-automata 0.4.8", 4742 - "regex-syntax 0.8.5", 4743 - ] 4744 - 4745 - [[package]] 4746 - name = "regex-automata" 4747 - version = "0.1.10" 4748 - source = "registry+https://github.com/rust-lang/crates.io-index" 4749 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 4750 - dependencies = [ 4751 - "regex-syntax 0.6.29", 4752 - ] 4753 - 4754 - [[package]] 4755 - name = "regex-automata" 4756 - version = "0.4.8" 4757 - source = "registry+https://github.com/rust-lang/crates.io-index" 4758 - checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" 4759 - dependencies = [ 4760 - "aho-corasick", 4761 - "memchr", 4762 - "regex-syntax 0.8.5", 4763 - ] 4764 - 4765 - [[package]] 4766 - name = "regex-syntax" 4767 - version = "0.6.29" 4768 - source = "registry+https://github.com/rust-lang/crates.io-index" 4769 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 4770 - 4771 - [[package]] 4772 - name = "regex-syntax" 4773 - version = "0.8.5" 4774 - source = "registry+https://github.com/rust-lang/crates.io-index" 4775 - checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 4776 - 4777 - [[package]] 4778 - name = "renderdoc-sys" 4779 - version = "1.1.0" 4780 - source = "registry+https://github.com/rust-lang/crates.io-index" 4781 - checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" 4782 - 4783 - [[package]] 4784 - name = "reqwest" 4785 - version = "0.11.27" 4786 - source = "registry+https://github.com/rust-lang/crates.io-index" 4787 - checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" 4788 - dependencies = [ 4789 - "base64 0.21.7", 4790 - "bytes", 4791 - "encoding_rs", 4792 - "futures-core", 4793 - "futures-util", 4794 - "h2 0.3.26", 4795 - "http 0.2.12", 4796 - "http-body 0.4.6", 4797 - "hyper 0.14.31", 4798 - "hyper-rustls 0.24.2", 4799 - "hyper-tls 0.5.0", 4800 - "ipnet", 4801 - "js-sys", 4802 - "log", 4803 - "mime", 4804 - "native-tls", 4805 - "once_cell", 4806 - "percent-encoding", 4807 - "pin-project-lite", 4808 - "rustls 0.21.12", 4809 - "rustls-pemfile 1.0.4", 4810 - "serde", 4811 - "serde_json", 4812 - "serde_urlencoded", 4813 - "sync_wrapper 0.1.2", 4814 - "system-configuration", 4815 - "tokio", 4816 - "tokio-native-tls", 4817 - "tokio-rustls 0.24.1", 4818 - "tower-service", 4819 - "url", 4820 - "wasm-bindgen", 4821 - "wasm-bindgen-futures", 4822 - "web-sys", 4823 - "webpki-roots 0.25.4", 4824 - "winreg 0.50.0", 4825 - ] 4826 - 4827 - [[package]] 4828 - name = "reqwest" 4829 - version = "0.12.8" 4830 - source = "registry+https://github.com/rust-lang/crates.io-index" 4831 - checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" 4832 - dependencies = [ 4833 - "base64 0.22.1", 4834 - "bytes", 4835 - "futures-core", 4836 - "futures-util", 4837 - "http 1.1.0", 4838 - "http-body 1.0.1", 4839 - "http-body-util", 4840 - "hyper 1.5.0", 4841 - "hyper-rustls 0.27.3", 4842 - "hyper-tls 0.6.0", 4843 - "hyper-util", 4844 - "ipnet", 4845 - "js-sys", 4846 - "log", 4847 - "mime", 4848 - "mime_guess", 4849 - "native-tls", 4850 - "once_cell", 4851 - "percent-encoding", 4852 - "pin-project-lite", 4853 - "quinn", 4854 - "rustls 0.23.18", 4855 - "rustls-native-certs", 4856 - "rustls-pemfile 2.2.0", 4857 - "rustls-pki-types", 4858 - "serde", 4859 - "serde_json", 4860 - "serde_urlencoded", 4861 - "sync_wrapper 1.0.1", 4862 - "tokio", 4863 - "tokio-native-tls", 4864 - "tokio-rustls 0.26.0", 4865 - "tokio-socks", 4866 - "tokio-util", 4867 - "tower-service", 4868 - "url", 4869 - "wasm-bindgen", 4870 - "wasm-bindgen-futures", 4871 - "wasm-streams", 4872 - "web-sys", 4873 - "webpki-roots 0.26.6", 4874 - "windows-registry", 4875 - ] 4876 - 4877 - [[package]] 4878 - name = "ring" 4879 - version = "0.16.20" 4880 - source = "registry+https://github.com/rust-lang/crates.io-index" 4881 - checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 4882 - dependencies = [ 4883 - "cc", 4884 - "libc", 4885 - "once_cell", 4886 - "spin 0.5.2", 4887 - "untrusted 0.7.1", 4888 - "web-sys", 4889 - "winapi", 4890 - ] 4891 - 4892 - [[package]] 4893 - name = "ring" 4894 - version = "0.17.8" 4895 - source = "registry+https://github.com/rust-lang/crates.io-index" 4896 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 4897 - dependencies = [ 4898 - "cc", 4899 - "cfg-if", 4900 - "getrandom", 4901 - "libc", 4902 - "spin 0.9.8", 4903 - "untrusted 0.9.0", 4904 - "windows-sys 0.52.0", 4905 - ] 4906 - 4907 - [[package]] 4908 - name = "rmp" 4909 - version = "0.8.14" 4910 - source = "registry+https://github.com/rust-lang/crates.io-index" 4911 - checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4" 4912 - dependencies = [ 4913 - "byteorder", 4914 - "num-traits", 4915 - "paste", 4916 - ] 4917 - 4918 - [[package]] 4919 - name = "rmp-serde" 4920 - version = "1.3.0" 4921 - source = "registry+https://github.com/rust-lang/crates.io-index" 4922 - checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db" 4923 - dependencies = [ 4924 - "byteorder", 4925 - "rmp", 4926 - "serde", 4927 - ] 4928 - 4929 - [[package]] 4930 - name = "rsbridge" 4931 - version = "0.0.0" 4932 - dependencies = [ 4933 - "anki", 4934 - "pyo3", 4935 - ] 4936 - 4937 - [[package]] 4938 - name = "runner" 4939 - version = "0.0.0" 4940 - dependencies = [ 4941 - "anki_io", 4942 - "anki_process", 4943 - "anyhow", 4944 - "camino", 4945 - "clap", 4946 - "flate2", 4947 - "junction", 4948 - "reqwest 0.12.8", 4949 - "sha2", 4950 - "tar", 4951 - "termcolor", 4952 - "tokio", 4953 - "which", 4954 - "xz2", 4955 - "zip", 4956 - "zstd 0.13.2", 4957 - ] 4958 - 4959 - [[package]] 4960 - name = "rusqlite" 4961 - version = "0.30.0" 4962 - source = "registry+https://github.com/rust-lang/crates.io-index" 4963 - checksum = "a78046161564f5e7cd9008aff3b2990b3850dc8e0349119b98e8f251e099f24d" 4964 - dependencies = [ 4965 - "bitflags 2.6.0", 4966 - "fallible-iterator", 4967 - "fallible-streaming-iterator", 4968 - "hashlink", 4969 - "libsqlite3-sys", 4970 - "smallvec", 4971 - ] 4972 - 4973 - [[package]] 4974 - name = "rustc-demangle" 4975 - version = "0.1.24" 4976 - source = "registry+https://github.com/rust-lang/crates.io-index" 4977 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 4978 - 4979 - [[package]] 4980 - name = "rustc-hash" 4981 - version = "1.1.0" 4982 - source = "registry+https://github.com/rust-lang/crates.io-index" 4983 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 4984 - 4985 - [[package]] 4986 - name = "rustc-hash" 4987 - version = "2.0.0" 4988 - source = "registry+https://github.com/rust-lang/crates.io-index" 4989 - checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" 4990 - 4991 - [[package]] 4992 - name = "rustix" 4993 - version = "0.38.37" 4994 - source = "registry+https://github.com/rust-lang/crates.io-index" 4995 - checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" 4996 - dependencies = [ 4997 - "bitflags 2.6.0", 4998 - "errno", 4999 - "libc", 5000 - "linux-raw-sys", 5001 - "windows-sys 0.52.0", 5002 - ] 5003 - 5004 - [[package]] 5005 - name = "rustls" 5006 - version = "0.21.12" 5007 - source = "registry+https://github.com/rust-lang/crates.io-index" 5008 - checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 5009 - dependencies = [ 5010 - "log", 5011 - "ring 0.17.8", 5012 - "rustls-webpki 0.101.7", 5013 - "sct", 5014 - ] 5015 - 5016 - [[package]] 5017 - name = "rustls" 5018 - version = "0.23.18" 5019 - source = "registry+https://github.com/rust-lang/crates.io-index" 5020 - checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" 5021 - dependencies = [ 5022 - "log", 5023 - "once_cell", 5024 - "ring 0.17.8", 5025 - "rustls-pki-types", 5026 - "rustls-webpki 0.102.8", 5027 - "subtle", 5028 - "zeroize", 5029 - ] 5030 - 5031 - [[package]] 5032 - name = "rustls-native-certs" 5033 - version = "0.8.0" 5034 - source = "registry+https://github.com/rust-lang/crates.io-index" 5035 - checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a" 5036 - dependencies = [ 5037 - "openssl-probe", 5038 - "rustls-pemfile 2.2.0", 5039 - "rustls-pki-types", 5040 - "schannel", 5041 - "security-framework", 5042 - ] 5043 - 5044 - [[package]] 5045 - name = "rustls-pemfile" 5046 - version = "1.0.4" 5047 - source = "registry+https://github.com/rust-lang/crates.io-index" 5048 - checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 5049 - dependencies = [ 5050 - "base64 0.21.7", 5051 - ] 5052 - 5053 - [[package]] 5054 - name = "rustls-pemfile" 5055 - version = "2.2.0" 5056 - source = "registry+https://github.com/rust-lang/crates.io-index" 5057 - checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 5058 - dependencies = [ 5059 - "rustls-pki-types", 5060 - ] 5061 - 5062 - [[package]] 5063 - name = "rustls-pki-types" 5064 - version = "1.10.0" 5065 - source = "registry+https://github.com/rust-lang/crates.io-index" 5066 - checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" 5067 - 5068 - [[package]] 5069 - name = "rustls-webpki" 5070 - version = "0.101.7" 5071 - source = "registry+https://github.com/rust-lang/crates.io-index" 5072 - checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 5073 - dependencies = [ 5074 - "ring 0.17.8", 5075 - "untrusted 0.9.0", 5076 - ] 5077 - 5078 - [[package]] 5079 - name = "rustls-webpki" 5080 - version = "0.102.8" 5081 - source = "registry+https://github.com/rust-lang/crates.io-index" 5082 - checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 5083 - dependencies = [ 5084 - "ring 0.17.8", 5085 - "rustls-pki-types", 5086 - "untrusted 0.9.0", 5087 - ] 5088 - 5089 - [[package]] 5090 - name = "rustversion" 5091 - version = "1.0.18" 5092 - source = "registry+https://github.com/rust-lang/crates.io-index" 5093 - checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" 5094 - 5095 - [[package]] 5096 - name = "ryu" 5097 - version = "1.0.18" 5098 - source = "registry+https://github.com/rust-lang/crates.io-index" 5099 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 5100 - 5101 - [[package]] 5102 - name = "safetensors" 5103 - version = "0.3.3" 5104 - source = "registry+https://github.com/rust-lang/crates.io-index" 5105 - checksum = "d93279b86b3de76f820a8854dd06cbc33cfa57a417b19c47f6a25280112fb1df" 5106 - dependencies = [ 5107 - "serde", 5108 - "serde_json", 5109 - ] 5110 - 5111 - [[package]] 5112 - name = "safetensors" 5113 - version = "0.4.5" 5114 - source = "registry+https://github.com/rust-lang/crates.io-index" 5115 - checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6" 5116 - dependencies = [ 5117 - "serde", 5118 - "serde_json", 5119 - ] 5120 - 5121 - [[package]] 5122 - name = "same-file" 5123 - version = "1.0.6" 5124 - source = "registry+https://github.com/rust-lang/crates.io-index" 5125 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 5126 - dependencies = [ 5127 - "winapi-util", 5128 - ] 5129 - 5130 - [[package]] 5131 - name = "sanitize-filename" 5132 - version = "0.5.0" 5133 - source = "registry+https://github.com/rust-lang/crates.io-index" 5134 - checksum = "2ed72fbaf78e6f2d41744923916966c4fbe3d7c74e3037a8ee482f1115572603" 5135 - dependencies = [ 5136 - "lazy_static", 5137 - "regex", 5138 - ] 5139 - 5140 - [[package]] 5141 - name = "schannel" 5142 - version = "0.1.26" 5143 - source = "registry+https://github.com/rust-lang/crates.io-index" 5144 - checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1" 5145 - dependencies = [ 5146 - "windows-sys 0.59.0", 5147 - ] 5148 - 5149 - [[package]] 5150 - name = "scheduled-thread-pool" 5151 - version = "0.2.7" 5152 - source = "registry+https://github.com/rust-lang/crates.io-index" 5153 - checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19" 5154 - dependencies = [ 5155 - "parking_lot", 5156 - ] 5157 - 5158 - [[package]] 5159 - name = "scoped-tls" 5160 - version = "1.0.1" 5161 - source = "registry+https://github.com/rust-lang/crates.io-index" 5162 - checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 5163 - 5164 - [[package]] 5165 - name = "scopeguard" 5166 - version = "1.2.0" 5167 - source = "registry+https://github.com/rust-lang/crates.io-index" 5168 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 5169 - 5170 - [[package]] 5171 - name = "sct" 5172 - version = "0.7.1" 5173 - source = "registry+https://github.com/rust-lang/crates.io-index" 5174 - checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 5175 - dependencies = [ 5176 - "ring 0.17.8", 5177 - "untrusted 0.9.0", 5178 - ] 5179 - 5180 - [[package]] 5181 - name = "security-framework" 5182 - version = "2.11.1" 5183 - source = "registry+https://github.com/rust-lang/crates.io-index" 5184 - checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 5185 - dependencies = [ 5186 - "bitflags 2.6.0", 5187 - "core-foundation", 5188 - "core-foundation-sys", 5189 - "libc", 5190 - "security-framework-sys", 5191 - ] 5192 - 5193 - [[package]] 5194 - name = "security-framework-sys" 5195 - version = "2.12.0" 5196 - source = "registry+https://github.com/rust-lang/crates.io-index" 5197 - checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6" 5198 - dependencies = [ 5199 - "core-foundation-sys", 5200 - "libc", 5201 - ] 5202 - 5203 - [[package]] 5204 - name = "self_cell" 5205 - version = "0.10.3" 5206 - source = "registry+https://github.com/rust-lang/crates.io-index" 5207 - checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d" 5208 - dependencies = [ 5209 - "self_cell 1.0.4", 5210 - ] 5211 - 5212 - [[package]] 5213 - name = "self_cell" 5214 - version = "1.0.4" 5215 - source = "registry+https://github.com/rust-lang/crates.io-index" 5216 - checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a" 5217 - 5218 - [[package]] 5219 - name = "semver" 5220 - version = "1.0.23" 5221 - source = "registry+https://github.com/rust-lang/crates.io-index" 5222 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 5223 - 5224 - [[package]] 5225 - name = "seq-macro" 5226 - version = "0.3.5" 5227 - source = "registry+https://github.com/rust-lang/crates.io-index" 5228 - checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" 5229 - 5230 - [[package]] 5231 - name = "serde" 5232 - version = "1.0.210" 5233 - source = "registry+https://github.com/rust-lang/crates.io-index" 5234 - checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" 5235 - dependencies = [ 5236 - "serde_derive", 5237 - ] 5238 - 5239 - [[package]] 5240 - name = "serde-aux" 5241 - version = "4.5.0" 5242 - source = "registry+https://github.com/rust-lang/crates.io-index" 5243 - checksum = "0d2e8bfba469d06512e11e3311d4d051a4a387a5b42d010404fecf3200321c95" 5244 - dependencies = [ 5245 - "chrono", 5246 - "serde", 5247 - "serde_json", 5248 - ] 5249 - 5250 - [[package]] 5251 - name = "serde_derive" 5252 - version = "1.0.210" 5253 - source = "registry+https://github.com/rust-lang/crates.io-index" 5254 - checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" 5255 - dependencies = [ 5256 - "proc-macro2", 5257 - "quote", 5258 - "syn 2.0.82", 5259 - ] 5260 - 5261 - [[package]] 5262 - name = "serde_json" 5263 - version = "1.0.132" 5264 - source = "registry+https://github.com/rust-lang/crates.io-index" 5265 - checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" 5266 - dependencies = [ 5267 - "itoa", 5268 - "memchr", 5269 - "ryu", 5270 - "serde", 5271 - ] 5272 - 5273 - [[package]] 5274 - name = "serde_path_to_error" 5275 - version = "0.1.16" 5276 - source = "registry+https://github.com/rust-lang/crates.io-index" 5277 - checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6" 5278 - dependencies = [ 5279 - "itoa", 5280 - "serde", 5281 - ] 5282 - 5283 - [[package]] 5284 - name = "serde_repr" 5285 - version = "0.1.19" 5286 - source = "registry+https://github.com/rust-lang/crates.io-index" 5287 - checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" 5288 - dependencies = [ 5289 - "proc-macro2", 5290 - "quote", 5291 - "syn 2.0.82", 5292 - ] 5293 - 5294 - [[package]] 5295 - name = "serde_rusqlite" 5296 - version = "0.34.0" 5297 - source = "registry+https://github.com/rust-lang/crates.io-index" 5298 - checksum = "4600dac14aada464c5584d327baa164e372153309bc4c0fb1498bbfbaa5a028b" 5299 - dependencies = [ 5300 - "rusqlite", 5301 - "serde", 5302 - ] 5303 - 5304 - [[package]] 5305 - name = "serde_tuple" 5306 - version = "0.5.0" 5307 - source = "registry+https://github.com/rust-lang/crates.io-index" 5308 - checksum = "f4f025b91216f15a2a32aa39669329a475733590a015835d1783549a56d09427" 5309 - dependencies = [ 5310 - "serde", 5311 - "serde_tuple_macros", 5312 - ] 5313 - 5314 - [[package]] 5315 - name = "serde_tuple_macros" 5316 - version = "0.5.0" 5317 - source = "registry+https://github.com/rust-lang/crates.io-index" 5318 - checksum = "4076151d1a2b688e25aaf236997933c66e18b870d0369f8b248b8ab2be630d7e" 5319 - dependencies = [ 5320 - "proc-macro2", 5321 - "quote", 5322 - "syn 1.0.109", 5323 - ] 5324 - 5325 - [[package]] 5326 - name = "serde_urlencoded" 5327 - version = "0.7.1" 5328 - source = "registry+https://github.com/rust-lang/crates.io-index" 5329 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 5330 - dependencies = [ 5331 - "form_urlencoded", 5332 - "itoa", 5333 - "ryu", 5334 - "serde", 5335 - ] 5336 - 5337 - [[package]] 5338 - name = "sha1" 5339 - version = "0.10.6" 5340 - source = "registry+https://github.com/rust-lang/crates.io-index" 5341 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 5342 - dependencies = [ 5343 - "cfg-if", 5344 - "cpufeatures", 5345 - "digest", 5346 - ] 5347 - 5348 - [[package]] 5349 - name = "sha2" 5350 - version = "0.10.8" 5351 - source = "registry+https://github.com/rust-lang/crates.io-index" 5352 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 5353 - dependencies = [ 5354 - "cfg-if", 5355 - "cpufeatures", 5356 - "digest", 5357 - ] 5358 - 5359 - [[package]] 5360 - name = "sharded-slab" 5361 - version = "0.1.7" 5362 - source = "registry+https://github.com/rust-lang/crates.io-index" 5363 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 5364 - dependencies = [ 5365 - "lazy_static", 5366 - ] 5367 - 5368 - [[package]] 5369 - name = "shared_child" 5370 - version = "1.0.1" 5371 - source = "registry+https://github.com/rust-lang/crates.io-index" 5372 - checksum = "09fa9338aed9a1df411814a5b2252f7cd206c55ae9bf2fa763f8de84603aa60c" 5373 - dependencies = [ 5374 - "libc", 5375 - "windows-sys 0.59.0", 5376 - ] 5377 - 5378 - [[package]] 5379 - name = "shlex" 5380 - version = "1.3.0" 5381 - source = "registry+https://github.com/rust-lang/crates.io-index" 5382 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 5383 - 5384 - [[package]] 5385 - name = "signal-hook" 5386 - version = "0.3.17" 5387 - source = "registry+https://github.com/rust-lang/crates.io-index" 5388 - checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 5389 - dependencies = [ 5390 - "libc", 5391 - "signal-hook-registry", 5392 - ] 5393 - 5394 - [[package]] 5395 - name = "signal-hook-registry" 5396 - version = "1.4.2" 5397 - source = "registry+https://github.com/rust-lang/crates.io-index" 5398 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 5399 - dependencies = [ 5400 - "libc", 5401 - ] 5402 - 5403 - [[package]] 5404 - name = "simd-adler32" 5405 - version = "0.3.7" 5406 - source = "registry+https://github.com/rust-lang/crates.io-index" 5407 - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 5408 - 5409 - [[package]] 5410 - name = "simple-file-manifest" 5411 - version = "0.11.0" 5412 - source = "registry+https://github.com/rust-lang/crates.io-index" 5413 - checksum = "5dd19be0257552dd56d1bb6946f89f193c6e5b9f13cc9327c4bc84a357507c74" 5414 - 5415 - [[package]] 5416 - name = "siphasher" 5417 - version = "0.3.11" 5418 - source = "registry+https://github.com/rust-lang/crates.io-index" 5419 - checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 5420 - 5421 - [[package]] 5422 - name = "slab" 5423 - version = "0.4.9" 5424 - source = "registry+https://github.com/rust-lang/crates.io-index" 5425 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 5426 - dependencies = [ 5427 - "autocfg", 5428 - ] 5429 - 5430 - [[package]] 5431 - name = "slotmap" 5432 - version = "1.0.7" 5433 - source = "registry+https://github.com/rust-lang/crates.io-index" 5434 - checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" 5435 - dependencies = [ 5436 - "version_check", 5437 - ] 5438 - 5439 - [[package]] 5440 - name = "smallvec" 5441 - version = "1.13.2" 5442 - source = "registry+https://github.com/rust-lang/crates.io-index" 5443 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 5444 - 5445 - [[package]] 5446 - name = "snafu" 5447 - version = "0.8.5" 5448 - source = "registry+https://github.com/rust-lang/crates.io-index" 5449 - checksum = "223891c85e2a29c3fe8fb900c1fae5e69c2e42415e3177752e8718475efa5019" 5450 - dependencies = [ 5451 - "snafu-derive", 5452 - ] 5453 - 5454 - [[package]] 5455 - name = "snafu-derive" 5456 - version = "0.8.5" 5457 - source = "registry+https://github.com/rust-lang/crates.io-index" 5458 - checksum = "03c3c6b7927ffe7ecaa769ee0e3994da3b8cafc8f444578982c83ecb161af917" 5459 - dependencies = [ 5460 - "heck 0.5.0", 5461 - "proc-macro2", 5462 - "quote", 5463 - "syn 2.0.82", 5464 - ] 5465 - 5466 - [[package]] 5467 - name = "snowflake" 5468 - version = "1.3.0" 5469 - source = "registry+https://github.com/rust-lang/crates.io-index" 5470 - checksum = "27207bb65232eda1f588cf46db2fee75c0808d557f6b3cf19a75f5d6d7c94df1" 5471 - 5472 - [[package]] 5473 - name = "socket2" 5474 - version = "0.5.7" 5475 - source = "registry+https://github.com/rust-lang/crates.io-index" 5476 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 5477 - dependencies = [ 5478 - "libc", 5479 - "windows-sys 0.52.0", 5480 - ] 5481 - 5482 - [[package]] 5483 - name = "spin" 5484 - version = "0.5.2" 5485 - source = "registry+https://github.com/rust-lang/crates.io-index" 5486 - checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 5487 - 5488 - [[package]] 5489 - name = "spin" 5490 - version = "0.9.8" 5491 - source = "registry+https://github.com/rust-lang/crates.io-index" 5492 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 5493 - dependencies = [ 5494 - "lock_api", 5495 - ] 5496 - 5497 - [[package]] 5498 - name = "spirv" 5499 - version = "0.3.0+sdk-1.3.268.0" 5500 - source = "registry+https://github.com/rust-lang/crates.io-index" 5501 - checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 5502 - dependencies = [ 5503 - "bitflags 2.6.0", 5504 - ] 5505 - 5506 - [[package]] 5507 - name = "stable_deref_trait" 5508 - version = "1.2.0" 5509 - source = "registry+https://github.com/rust-lang/crates.io-index" 5510 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 5511 - 5512 - [[package]] 5513 - name = "static_assertions" 5514 - version = "1.1.0" 5515 - source = "registry+https://github.com/rust-lang/crates.io-index" 5516 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 5517 - 5518 - [[package]] 5519 - name = "string_cache" 5520 - version = "0.8.7" 5521 - source = "registry+https://github.com/rust-lang/crates.io-index" 5522 - checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 5523 - dependencies = [ 5524 - "new_debug_unreachable", 5525 - "once_cell", 5526 - "parking_lot", 5527 - "phf_shared 0.10.0", 5528 - "precomputed-hash", 5529 - "serde", 5530 - ] 5531 - 5532 - [[package]] 5533 - name = "string_cache_codegen" 5534 - version = "0.5.2" 5535 - source = "registry+https://github.com/rust-lang/crates.io-index" 5536 - checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" 5537 - dependencies = [ 5538 - "phf_generator 0.10.0", 5539 - "phf_shared 0.10.0", 5540 - "proc-macro2", 5541 - "quote", 5542 - ] 5543 - 5544 - [[package]] 5545 - name = "strsim" 5546 - version = "0.11.1" 5547 - source = "registry+https://github.com/rust-lang/crates.io-index" 5548 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 5549 - 5550 - [[package]] 5551 - name = "strum" 5552 - version = "0.25.0" 5553 - source = "registry+https://github.com/rust-lang/crates.io-index" 5554 - checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" 5555 - 5556 - [[package]] 5557 - name = "strum" 5558 - version = "0.26.3" 5559 - source = "registry+https://github.com/rust-lang/crates.io-index" 5560 - checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 5561 - dependencies = [ 5562 - "strum_macros 0.26.4", 5563 - ] 5564 - 5565 - [[package]] 5566 - name = "strum_macros" 5567 - version = "0.25.3" 5568 - source = "registry+https://github.com/rust-lang/crates.io-index" 5569 - checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" 5570 - dependencies = [ 5571 - "heck 0.4.1", 5572 - "proc-macro2", 5573 - "quote", 5574 - "rustversion", 5575 - "syn 2.0.82", 5576 - ] 5577 - 5578 - [[package]] 5579 - name = "strum_macros" 5580 - version = "0.26.4" 5581 - source = "registry+https://github.com/rust-lang/crates.io-index" 5582 - checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" 5583 - dependencies = [ 5584 - "heck 0.5.0", 5585 - "proc-macro2", 5586 - "quote", 5587 - "rustversion", 5588 - "syn 2.0.82", 5589 - ] 5590 - 5591 - [[package]] 5592 - name = "subtle" 5593 - version = "2.6.1" 5594 - source = "registry+https://github.com/rust-lang/crates.io-index" 5595 - checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 5596 - 5597 - [[package]] 5598 - name = "syn" 5599 - version = "1.0.109" 5600 - source = "registry+https://github.com/rust-lang/crates.io-index" 5601 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 5602 - dependencies = [ 5603 - "proc-macro2", 5604 - "quote", 5605 - "unicode-ident", 5606 - ] 5607 - 5608 - [[package]] 5609 - name = "syn" 5610 - version = "2.0.82" 5611 - source = "registry+https://github.com/rust-lang/crates.io-index" 5612 - checksum = "83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021" 5613 - dependencies = [ 5614 - "proc-macro2", 5615 - "quote", 5616 - "unicode-ident", 5617 - ] 5618 - 5619 - [[package]] 5620 - name = "sync_wrapper" 5621 - version = "0.1.2" 5622 - source = "registry+https://github.com/rust-lang/crates.io-index" 5623 - checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 5624 - 5625 - [[package]] 5626 - name = "sync_wrapper" 5627 - version = "1.0.1" 5628 - source = "registry+https://github.com/rust-lang/crates.io-index" 5629 - checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 5630 - dependencies = [ 5631 - "futures-core", 5632 - ] 5633 - 5634 - [[package]] 5635 - name = "synstructure" 5636 - version = "0.13.1" 5637 - source = "registry+https://github.com/rust-lang/crates.io-index" 5638 - checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 5639 - dependencies = [ 5640 - "proc-macro2", 5641 - "quote", 5642 - "syn 2.0.82", 5643 - ] 5644 - 5645 - [[package]] 5646 - name = "sysctl" 5647 - version = "0.5.5" 5648 - source = "registry+https://github.com/rust-lang/crates.io-index" 5649 - checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea" 5650 - dependencies = [ 5651 - "bitflags 2.6.0", 5652 - "byteorder", 5653 - "enum-as-inner", 5654 - "libc", 5655 - "thiserror", 5656 - "walkdir", 5657 - ] 5658 - 5659 - [[package]] 5660 - name = "system-configuration" 5661 - version = "0.5.1" 5662 - source = "registry+https://github.com/rust-lang/crates.io-index" 5663 - checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 5664 - dependencies = [ 5665 - "bitflags 1.3.2", 5666 - "core-foundation", 5667 - "system-configuration-sys", 5668 - ] 5669 - 5670 - [[package]] 5671 - name = "system-configuration-sys" 5672 - version = "0.5.0" 5673 - source = "registry+https://github.com/rust-lang/crates.io-index" 5674 - checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 5675 - dependencies = [ 5676 - "core-foundation-sys", 5677 - "libc", 5678 - ] 5679 - 5680 - [[package]] 5681 - name = "tar" 5682 - version = "0.4.42" 5683 - source = "registry+https://github.com/rust-lang/crates.io-index" 5684 - checksum = "4ff6c40d3aedb5e06b57c6f669ad17ab063dd1e63d977c6a88e7f4dfa4f04020" 5685 - dependencies = [ 5686 - "filetime", 5687 - "libc", 5688 - "xattr", 5689 - ] 5690 - 5691 - [[package]] 5692 - name = "target-lexicon" 5693 - version = "0.12.16" 5694 - source = "registry+https://github.com/rust-lang/crates.io-index" 5695 - checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 5696 - 5697 - [[package]] 5698 - name = "tch" 5699 - version = "0.15.0" 5700 - source = "registry+https://github.com/rust-lang/crates.io-index" 5701 - checksum = "7c7cb00bc2770454b515388d45be7097a3ded2eca172f3dcdb7ca4cc06c40bf1" 5702 - dependencies = [ 5703 - "half", 5704 - "lazy_static", 5705 - "libc", 5706 - "ndarray", 5707 - "rand", 5708 - "safetensors 0.3.3", 5709 - "thiserror", 5710 - "torch-sys", 5711 - "zip", 5712 - ] 5713 - 5714 - [[package]] 5715 - name = "tempfile" 5716 - version = "3.13.0" 5717 - source = "registry+https://github.com/rust-lang/crates.io-index" 5718 - checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" 5719 - dependencies = [ 5720 - "cfg-if", 5721 - "fastrand", 5722 - "once_cell", 5723 - "rustix", 5724 - "windows-sys 0.59.0", 5725 - ] 5726 - 5727 - [[package]] 5728 - name = "tendril" 5729 - version = "0.4.3" 5730 - source = "registry+https://github.com/rust-lang/crates.io-index" 5731 - checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 5732 - dependencies = [ 5733 - "futf", 5734 - "mac", 5735 - "utf-8", 5736 - ] 5737 - 5738 - [[package]] 5739 - name = "termcolor" 5740 - version = "1.4.1" 5741 - source = "registry+https://github.com/rust-lang/crates.io-index" 5742 - checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 5743 - dependencies = [ 5744 - "winapi-util", 5745 - ] 5746 - 5747 - [[package]] 5748 - name = "terminal_size" 5749 - version = "0.4.0" 5750 - source = "registry+https://github.com/rust-lang/crates.io-index" 5751 - checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef" 5752 - dependencies = [ 5753 - "rustix", 5754 - "windows-sys 0.59.0", 5755 - ] 5756 - 5757 - [[package]] 5758 - name = "text_placeholder" 5759 - version = "0.5.1" 5760 - source = "registry+https://github.com/rust-lang/crates.io-index" 5761 - checksum = "dd5008f74a09742486ef0047596cf35df2b914e2a8dca5727fcb6ba6842a766b" 5762 - dependencies = [ 5763 - "hashbrown 0.13.2", 5764 - "serde", 5765 - "serde_json", 5766 - ] 5767 - 5768 - [[package]] 5769 - name = "thiserror" 5770 - version = "1.0.64" 5771 - source = "registry+https://github.com/rust-lang/crates.io-index" 5772 - checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" 5773 - dependencies = [ 5774 - "thiserror-impl", 5775 - ] 5776 - 5777 - [[package]] 5778 - name = "thiserror-impl" 5779 - version = "1.0.64" 5780 - source = "registry+https://github.com/rust-lang/crates.io-index" 5781 - checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" 5782 - dependencies = [ 5783 - "proc-macro2", 5784 - "quote", 5785 - "syn 2.0.82", 5786 - ] 5787 - 5788 - [[package]] 5789 - name = "thread-tree" 5790 - version = "0.3.3" 5791 - source = "registry+https://github.com/rust-lang/crates.io-index" 5792 - checksum = "ffbd370cb847953a25954d9f63e14824a36113f8c72eecf6eccef5dc4b45d630" 5793 - dependencies = [ 5794 - "crossbeam-channel", 5795 - ] 5796 - 5797 - [[package]] 5798 - name = "thread_local" 5799 - version = "1.1.8" 5800 - source = "registry+https://github.com/rust-lang/crates.io-index" 5801 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 5802 - dependencies = [ 5803 - "cfg-if", 5804 - "once_cell", 5805 - ] 5806 - 5807 - [[package]] 5808 - name = "tiff" 5809 - version = "0.9.1" 5810 - source = "registry+https://github.com/rust-lang/crates.io-index" 5811 - checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" 5812 - dependencies = [ 5813 - "flate2", 5814 - "jpeg-decoder", 5815 - "weezl", 5816 - ] 5817 - 5818 - [[package]] 5819 - name = "time" 5820 - version = "0.3.36" 5821 - source = "registry+https://github.com/rust-lang/crates.io-index" 5822 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 5823 - dependencies = [ 5824 - "deranged", 5825 - "itoa", 5826 - "num-conv", 5827 - "powerfmt", 5828 - "serde", 5829 - "time-core", 5830 - "time-macros", 5831 - ] 5832 - 5833 - [[package]] 5834 - name = "time-core" 5835 - version = "0.1.2" 5836 - source = "registry+https://github.com/rust-lang/crates.io-index" 5837 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 5838 - 5839 - [[package]] 5840 - name = "time-macros" 5841 - version = "0.2.18" 5842 - source = "registry+https://github.com/rust-lang/crates.io-index" 5843 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 5844 - dependencies = [ 5845 - "num-conv", 5846 - "time-core", 5847 - ] 5848 - 5849 - [[package]] 5850 - name = "tinystr" 5851 - version = "0.7.6" 5852 - source = "registry+https://github.com/rust-lang/crates.io-index" 5853 - checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 5854 - dependencies = [ 5855 - "displaydoc", 5856 - ] 5857 - 5858 - [[package]] 5859 - name = "tinytemplate" 5860 - version = "1.2.1" 5861 - source = "registry+https://github.com/rust-lang/crates.io-index" 5862 - checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 5863 - dependencies = [ 5864 - "serde", 5865 - "serde_json", 5866 - ] 5867 - 5868 - [[package]] 5869 - name = "tinyvec" 5870 - version = "1.8.0" 5871 - source = "registry+https://github.com/rust-lang/crates.io-index" 5872 - checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 5873 - dependencies = [ 5874 - "tinyvec_macros", 5875 - ] 5876 - 5877 - [[package]] 5878 - name = "tinyvec_macros" 5879 - version = "0.1.1" 5880 - source = "registry+https://github.com/rust-lang/crates.io-index" 5881 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 5882 - 5883 - [[package]] 5884 - name = "tokio" 5885 - version = "1.40.0" 5886 - source = "registry+https://github.com/rust-lang/crates.io-index" 5887 - checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" 5888 - dependencies = [ 5889 - "backtrace", 5890 - "bytes", 5891 - "libc", 5892 - "mio 1.0.2", 5893 - "pin-project-lite", 5894 - "signal-hook-registry", 5895 - "socket2", 5896 - "tokio-macros", 5897 - "windows-sys 0.52.0", 5898 - ] 5899 - 5900 - [[package]] 5901 - name = "tokio-macros" 5902 - version = "2.4.0" 5903 - source = "registry+https://github.com/rust-lang/crates.io-index" 5904 - checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 5905 - dependencies = [ 5906 - "proc-macro2", 5907 - "quote", 5908 - "syn 2.0.82", 5909 - ] 5910 - 5911 - [[package]] 5912 - name = "tokio-native-tls" 5913 - version = "0.3.1" 5914 - source = "registry+https://github.com/rust-lang/crates.io-index" 5915 - checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 5916 - dependencies = [ 5917 - "native-tls", 5918 - "tokio", 5919 - ] 5920 - 5921 - [[package]] 5922 - name = "tokio-rustls" 5923 - version = "0.24.1" 5924 - source = "registry+https://github.com/rust-lang/crates.io-index" 5925 - checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 5926 - dependencies = [ 5927 - "rustls 0.21.12", 5928 - "tokio", 5929 - ] 5930 - 5931 - [[package]] 5932 - name = "tokio-rustls" 5933 - version = "0.26.0" 5934 - source = "registry+https://github.com/rust-lang/crates.io-index" 5935 - checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 5936 - dependencies = [ 5937 - "rustls 0.23.18", 5938 - "rustls-pki-types", 5939 - "tokio", 5940 - ] 5941 - 5942 - [[package]] 5943 - name = "tokio-socks" 5944 - version = "0.5.2" 5945 - source = "registry+https://github.com/rust-lang/crates.io-index" 5946 - checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f" 5947 - dependencies = [ 5948 - "either", 5949 - "futures-util", 5950 - "thiserror", 5951 - "tokio", 5952 - ] 5953 - 5954 - [[package]] 5955 - name = "tokio-tungstenite" 5956 - version = "0.21.0" 5957 - source = "registry+https://github.com/rust-lang/crates.io-index" 5958 - checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38" 5959 - dependencies = [ 5960 - "futures-util", 5961 - "log", 5962 - "tokio", 5963 - "tungstenite", 5964 - ] 5965 - 5966 - [[package]] 5967 - name = "tokio-util" 5968 - version = "0.7.12" 5969 - source = "registry+https://github.com/rust-lang/crates.io-index" 5970 - checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" 5971 - dependencies = [ 5972 - "bytes", 5973 - "futures-core", 5974 - "futures-sink", 5975 - "pin-project-lite", 5976 - "tokio", 5977 - ] 5978 - 5979 - [[package]] 5980 - name = "toml" 5981 - version = "0.5.11" 5982 - source = "registry+https://github.com/rust-lang/crates.io-index" 5983 - checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 5984 - dependencies = [ 5985 - "serde", 5986 - ] 5987 - 5988 - [[package]] 5989 - name = "toml_datetime" 5990 - version = "0.6.8" 5991 - source = "registry+https://github.com/rust-lang/crates.io-index" 5992 - checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 5993 - 5994 - [[package]] 5995 - name = "toml_edit" 5996 - version = "0.22.22" 5997 - source = "registry+https://github.com/rust-lang/crates.io-index" 5998 - checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" 5999 - dependencies = [ 6000 - "indexmap", 6001 - "toml_datetime", 6002 - "winnow", 6003 - ] 6004 - 6005 - [[package]] 6006 - name = "topological-sort" 6007 - version = "0.2.2" 6008 - source = "registry+https://github.com/rust-lang/crates.io-index" 6009 - checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" 6010 - 6011 - [[package]] 6012 - name = "torch-sys" 6013 - version = "0.15.0" 6014 - source = "registry+https://github.com/rust-lang/crates.io-index" 6015 - checksum = "29e0244e5b148a31dd7fe961165037d1927754d024095c1013937532d7e73a22" 6016 - dependencies = [ 6017 - "anyhow", 6018 - "cc", 6019 - "libc", 6020 - "serde", 6021 - "serde_json", 6022 - "ureq", 6023 - "zip", 6024 - ] 6025 - 6026 - [[package]] 6027 - name = "tower" 6028 - version = "0.5.1" 6029 - source = "registry+https://github.com/rust-lang/crates.io-index" 6030 - checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f" 6031 - dependencies = [ 6032 - "futures-core", 6033 - "futures-util", 6034 - "pin-project-lite", 6035 - "sync_wrapper 0.1.2", 6036 - "tokio", 6037 - "tower-layer", 6038 - "tower-service", 6039 - "tracing", 6040 - ] 6041 - 6042 - [[package]] 6043 - name = "tower-http" 6044 - version = "0.5.2" 6045 - source = "registry+https://github.com/rust-lang/crates.io-index" 6046 - checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" 6047 - dependencies = [ 6048 - "bitflags 2.6.0", 6049 - "bytes", 6050 - "http 1.1.0", 6051 - "http-body 1.0.1", 6052 - "http-body-util", 6053 - "pin-project-lite", 6054 - "tower-layer", 6055 - "tower-service", 6056 - "tracing", 6057 - ] 6058 - 6059 - [[package]] 6060 - name = "tower-layer" 6061 - version = "0.3.3" 6062 - source = "registry+https://github.com/rust-lang/crates.io-index" 6063 - checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 6064 - 6065 - [[package]] 6066 - name = "tower-service" 6067 - version = "0.3.3" 6068 - source = "registry+https://github.com/rust-lang/crates.io-index" 6069 - checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 6070 - 6071 - [[package]] 6072 - name = "tracing" 6073 - version = "0.1.40" 6074 - source = "registry+https://github.com/rust-lang/crates.io-index" 6075 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 6076 - dependencies = [ 6077 - "log", 6078 - "pin-project-lite", 6079 - "tracing-attributes", 6080 - "tracing-core", 6081 - ] 6082 - 6083 - [[package]] 6084 - name = "tracing-appender" 6085 - version = "0.2.3" 6086 - source = "registry+https://github.com/rust-lang/crates.io-index" 6087 - checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" 6088 - dependencies = [ 6089 - "crossbeam-channel", 6090 - "thiserror", 6091 - "time", 6092 - "tracing-subscriber", 6093 - ] 6094 - 6095 - [[package]] 6096 - name = "tracing-attributes" 6097 - version = "0.1.27" 6098 - source = "registry+https://github.com/rust-lang/crates.io-index" 6099 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 6100 - dependencies = [ 6101 - "proc-macro2", 6102 - "quote", 6103 - "syn 2.0.82", 6104 - ] 6105 - 6106 - [[package]] 6107 - name = "tracing-core" 6108 - version = "0.1.32" 6109 - source = "registry+https://github.com/rust-lang/crates.io-index" 6110 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 6111 - dependencies = [ 6112 - "once_cell", 6113 - "valuable", 6114 - ] 6115 - 6116 - [[package]] 6117 - name = "tracing-log" 6118 - version = "0.2.0" 6119 - source = "registry+https://github.com/rust-lang/crates.io-index" 6120 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 6121 - dependencies = [ 6122 - "log", 6123 - "once_cell", 6124 - "tracing-core", 6125 - ] 6126 - 6127 - [[package]] 6128 - name = "tracing-subscriber" 6129 - version = "0.3.18" 6130 - source = "registry+https://github.com/rust-lang/crates.io-index" 6131 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 6132 - dependencies = [ 6133 - "matchers", 6134 - "nu-ansi-term", 6135 - "once_cell", 6136 - "regex", 6137 - "sharded-slab", 6138 - "smallvec", 6139 - "thread_local", 6140 - "tracing", 6141 - "tracing-core", 6142 - "tracing-log", 6143 - ] 6144 - 6145 - [[package]] 6146 - name = "try-lock" 6147 - version = "0.2.5" 6148 - source = "registry+https://github.com/rust-lang/crates.io-index" 6149 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 6150 - 6151 - [[package]] 6152 - name = "tugger-common" 6153 - version = "0.10.0" 6154 - source = "registry+https://github.com/rust-lang/crates.io-index" 6155 - checksum = "f90d950380afdb1a6bbe74f29485a04e821869dfad11f5929ff1c5b1dac09d02" 6156 - dependencies = [ 6157 - "anyhow", 6158 - "fs2", 6159 - "glob", 6160 - "hex", 6161 - "log", 6162 - "once_cell", 6163 - "reqwest 0.11.27", 6164 - "sha2", 6165 - "tempfile", 6166 - "url", 6167 - "zip", 6168 - ] 6169 - 6170 - [[package]] 6171 - name = "tugger-windows" 6172 - version = "0.10.0" 6173 - source = "registry+https://github.com/rust-lang/crates.io-index" 6174 - checksum = "e9f181ac4fc7f8facfd418824d13045cd068ee73de44319a6116868c22789782" 6175 - dependencies = [ 6176 - "anyhow", 6177 - "duct", 6178 - "find-winsdk", 6179 - "glob", 6180 - "once_cell", 6181 - "semver", 6182 - "tugger-common", 6183 - "winapi", 6184 - ] 6185 - 6186 - [[package]] 6187 - name = "tugger-windows-codesign" 6188 - version = "0.10.0" 6189 - source = "registry+https://github.com/rust-lang/crates.io-index" 6190 - checksum = "ed3f09f8bdace495373cec3fc607bc39f00720a984ba82e310cc9382462fd364" 6191 - dependencies = [ 6192 - "anyhow", 6193 - "duct", 6194 - "log", 6195 - "p12", 6196 - "rcgen", 6197 - "time", 6198 - "tugger-common", 6199 - "tugger-windows", 6200 - "yasna", 6201 - ] 6202 - 6203 - [[package]] 6204 - name = "tungstenite" 6205 - version = "0.21.0" 6206 - source = "registry+https://github.com/rust-lang/crates.io-index" 6207 - checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1" 6208 - dependencies = [ 6209 - "byteorder", 6210 - "bytes", 6211 - "data-encoding", 6212 - "http 1.1.0", 6213 - "httparse", 6214 - "log", 6215 - "rand", 6216 - "sha1", 6217 - "thiserror", 6218 - "url", 6219 - "utf-8", 6220 - ] 6221 - 6222 - [[package]] 6223 - name = "type-map" 6224 - version = "0.5.0" 6225 - source = "registry+https://github.com/rust-lang/crates.io-index" 6226 - checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f" 6227 - dependencies = [ 6228 - "rustc-hash 1.1.0", 6229 - ] 6230 - 6231 - [[package]] 6232 - name = "typenum" 6233 - version = "1.17.0" 6234 - source = "registry+https://github.com/rust-lang/crates.io-index" 6235 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 6236 - 6237 - [[package]] 6238 - name = "ucd-trie" 6239 - version = "0.1.7" 6240 - source = "registry+https://github.com/rust-lang/crates.io-index" 6241 - checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" 6242 - 6243 - [[package]] 6244 - name = "unic-char-property" 6245 - version = "0.9.0" 6246 - source = "registry+https://github.com/rust-lang/crates.io-index" 6247 - checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" 6248 - dependencies = [ 6249 - "unic-char-range", 6250 - ] 6251 - 6252 - [[package]] 6253 - name = "unic-char-range" 6254 - version = "0.9.0" 6255 - source = "registry+https://github.com/rust-lang/crates.io-index" 6256 - checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" 6257 - 6258 - [[package]] 6259 - name = "unic-common" 6260 - version = "0.9.0" 6261 - source = "registry+https://github.com/rust-lang/crates.io-index" 6262 - checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" 6263 - 6264 - [[package]] 6265 - name = "unic-langid" 6266 - version = "0.9.5" 6267 - source = "registry+https://github.com/rust-lang/crates.io-index" 6268 - checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44" 6269 - dependencies = [ 6270 - "unic-langid-impl", 6271 - "unic-langid-macros", 6272 - ] 6273 - 6274 - [[package]] 6275 - name = "unic-langid-impl" 6276 - version = "0.9.5" 6277 - source = "registry+https://github.com/rust-lang/crates.io-index" 6278 - checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5" 6279 - dependencies = [ 6280 - "tinystr", 6281 - ] 6282 - 6283 - [[package]] 6284 - name = "unic-langid-macros" 6285 - version = "0.9.5" 6286 - source = "registry+https://github.com/rust-lang/crates.io-index" 6287 - checksum = "0da1cd2c042d3c7569a1008806b02039e7a4a2bdf8f8e96bd3c792434a0e275e" 6288 - dependencies = [ 6289 - "proc-macro-hack", 6290 - "tinystr", 6291 - "unic-langid-impl", 6292 - "unic-langid-macros-impl", 6293 - ] 6294 - 6295 - [[package]] 6296 - name = "unic-langid-macros-impl" 6297 - version = "0.9.5" 6298 - source = "registry+https://github.com/rust-lang/crates.io-index" 6299 - checksum = "1ed7f4237ba393424195053097c1516bd4590dc82b84f2f97c5c69e12704555b" 6300 - dependencies = [ 6301 - "proc-macro-hack", 6302 - "quote", 6303 - "syn 2.0.82", 6304 - "unic-langid-impl", 6305 - ] 6306 - 6307 - [[package]] 6308 - name = "unic-ucd-category" 6309 - version = "0.9.0" 6310 - source = "registry+https://github.com/rust-lang/crates.io-index" 6311 - checksum = "1b8d4591f5fcfe1bd4453baaf803c40e1b1e69ff8455c47620440b46efef91c0" 6312 - dependencies = [ 6313 - "matches", 6314 - "unic-char-property", 6315 - "unic-char-range", 6316 - "unic-ucd-version", 6317 - ] 6318 - 6319 - [[package]] 6320 - name = "unic-ucd-version" 6321 - version = "0.9.0" 6322 - source = "registry+https://github.com/rust-lang/crates.io-index" 6323 - checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" 6324 - dependencies = [ 6325 - "unic-common", 6326 - ] 6327 - 6328 - [[package]] 6329 - name = "unicase" 6330 - version = "2.6.0" 6331 - source = "registry+https://github.com/rust-lang/crates.io-index" 6332 - checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 6333 - dependencies = [ 6334 - "version_check", 6335 - ] 6336 - 6337 - [[package]] 6338 - name = "unicode-bidi" 6339 - version = "0.3.17" 6340 - source = "registry+https://github.com/rust-lang/crates.io-index" 6341 - checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" 6342 - 6343 - [[package]] 6344 - name = "unicode-ident" 6345 - version = "1.0.13" 6346 - source = "registry+https://github.com/rust-lang/crates.io-index" 6347 - checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" 6348 - 6349 - [[package]] 6350 - name = "unicode-normalization" 6351 - version = "0.1.24" 6352 - source = "registry+https://github.com/rust-lang/crates.io-index" 6353 - checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 6354 - dependencies = [ 6355 - "tinyvec", 6356 - ] 6357 - 6358 - [[package]] 6359 - name = "unicode-segmentation" 6360 - version = "1.12.0" 6361 - source = "registry+https://github.com/rust-lang/crates.io-index" 6362 - checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 6363 - 6364 - [[package]] 6365 - name = "unicode-width" 6366 - version = "0.1.14" 6367 - source = "registry+https://github.com/rust-lang/crates.io-index" 6368 - checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 6369 - 6370 - [[package]] 6371 - name = "unicode-xid" 6372 - version = "0.2.6" 6373 - source = "registry+https://github.com/rust-lang/crates.io-index" 6374 - checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 6375 - 6376 - [[package]] 6377 - name = "unindent" 6378 - version = "0.2.3" 6379 - source = "registry+https://github.com/rust-lang/crates.io-index" 6380 - checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" 6381 - 6382 - [[package]] 6383 - name = "untrusted" 6384 - version = "0.7.1" 6385 - source = "registry+https://github.com/rust-lang/crates.io-index" 6386 - checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 6387 - 6388 - [[package]] 6389 - name = "untrusted" 6390 - version = "0.9.0" 6391 - source = "registry+https://github.com/rust-lang/crates.io-index" 6392 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 6393 - 6394 - [[package]] 6395 - name = "ureq" 6396 - version = "2.10.1" 6397 - source = "registry+https://github.com/rust-lang/crates.io-index" 6398 - checksum = "b74fc6b57825be3373f7054754755f03ac3a8f5d70015ccad699ba2029956f4a" 6399 - dependencies = [ 6400 - "base64 0.22.1", 6401 - "flate2", 6402 - "log", 6403 - "once_cell", 6404 - "rustls 0.23.18", 6405 - "rustls-pki-types", 6406 - "serde", 6407 - "serde_json", 6408 - "url", 6409 - "webpki-roots 0.26.6", 6410 - ] 6411 - 6412 - [[package]] 6413 - name = "url" 6414 - version = "2.5.2" 6415 - source = "registry+https://github.com/rust-lang/crates.io-index" 6416 - checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 6417 - dependencies = [ 6418 - "form_urlencoded", 6419 - "idna", 6420 - "percent-encoding", 6421 - "serde", 6422 - ] 6423 - 6424 - [[package]] 6425 - name = "utf-8" 6426 - version = "0.7.6" 6427 - source = "registry+https://github.com/rust-lang/crates.io-index" 6428 - checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 6429 - 6430 - [[package]] 6431 - name = "utf8parse" 6432 - version = "0.2.2" 6433 - source = "registry+https://github.com/rust-lang/crates.io-index" 6434 - checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 6435 - 6436 - [[package]] 6437 - name = "uuid" 6438 - version = "1.11.0" 6439 - source = "registry+https://github.com/rust-lang/crates.io-index" 6440 - checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" 6441 - dependencies = [ 6442 - "getrandom", 6443 - "rand", 6444 - ] 6445 - 6446 - [[package]] 6447 - name = "valuable" 6448 - version = "0.1.0" 6449 - source = "registry+https://github.com/rust-lang/crates.io-index" 6450 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 6451 - 6452 - [[package]] 6453 - name = "vcpkg" 6454 - version = "0.2.15" 6455 - source = "registry+https://github.com/rust-lang/crates.io-index" 6456 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 6457 - 6458 - [[package]] 6459 - name = "version_check" 6460 - version = "0.9.5" 6461 - source = "registry+https://github.com/rust-lang/crates.io-index" 6462 - checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 6463 - 6464 - [[package]] 6465 - name = "walkdir" 6466 - version = "2.5.0" 6467 - source = "registry+https://github.com/rust-lang/crates.io-index" 6468 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 6469 - dependencies = [ 6470 - "same-file", 6471 - "winapi-util", 6472 - ] 6473 - 6474 - [[package]] 6475 - name = "want" 6476 - version = "0.3.1" 6477 - source = "registry+https://github.com/rust-lang/crates.io-index" 6478 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 6479 - dependencies = [ 6480 - "try-lock", 6481 - ] 6482 - 6483 - [[package]] 6484 - name = "warp" 6485 - version = "0.3.7" 6486 - source = "registry+https://github.com/rust-lang/crates.io-index" 6487 - checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c" 6488 - dependencies = [ 6489 - "bytes", 6490 - "futures-channel", 6491 - "futures-util", 6492 - "headers 0.3.9", 6493 - "http 0.2.12", 6494 - "hyper 0.14.31", 6495 - "log", 6496 - "mime", 6497 - "mime_guess", 6498 - "percent-encoding", 6499 - "pin-project", 6500 - "scoped-tls", 6501 - "serde", 6502 - "serde_json", 6503 - "serde_urlencoded", 6504 - "tokio", 6505 - "tokio-tungstenite", 6506 - "tokio-util", 6507 - "tower-service", 6508 - "tracing", 6509 - ] 6510 - 6511 - [[package]] 6512 - name = "wasi" 6513 - version = "0.11.0+wasi-snapshot-preview1" 6514 - source = "registry+https://github.com/rust-lang/crates.io-index" 6515 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 6516 - 6517 - [[package]] 6518 - name = "wasix" 6519 - version = "0.12.21" 6520 - source = "registry+https://github.com/rust-lang/crates.io-index" 6521 - checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d" 6522 - dependencies = [ 6523 - "wasi", 6524 - ] 6525 - 6526 - [[package]] 6527 - name = "wasm-bindgen" 6528 - version = "0.2.95" 6529 - source = "registry+https://github.com/rust-lang/crates.io-index" 6530 - checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" 6531 - dependencies = [ 6532 - "cfg-if", 6533 - "once_cell", 6534 - "wasm-bindgen-macro", 6535 - ] 6536 - 6537 - [[package]] 6538 - name = "wasm-bindgen-backend" 6539 - version = "0.2.95" 6540 - source = "registry+https://github.com/rust-lang/crates.io-index" 6541 - checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" 6542 - dependencies = [ 6543 - "bumpalo", 6544 - "log", 6545 - "once_cell", 6546 - "proc-macro2", 6547 - "quote", 6548 - "syn 2.0.82", 6549 - "wasm-bindgen-shared", 6550 - ] 6551 - 6552 - [[package]] 6553 - name = "wasm-bindgen-futures" 6554 - version = "0.4.45" 6555 - source = "registry+https://github.com/rust-lang/crates.io-index" 6556 - checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b" 6557 - dependencies = [ 6558 - "cfg-if", 6559 - "js-sys", 6560 - "wasm-bindgen", 6561 - "web-sys", 6562 - ] 6563 - 6564 - [[package]] 6565 - name = "wasm-bindgen-macro" 6566 - version = "0.2.95" 6567 - source = "registry+https://github.com/rust-lang/crates.io-index" 6568 - checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" 6569 - dependencies = [ 6570 - "quote", 6571 - "wasm-bindgen-macro-support", 6572 - ] 6573 - 6574 - [[package]] 6575 - name = "wasm-bindgen-macro-support" 6576 - version = "0.2.95" 6577 - source = "registry+https://github.com/rust-lang/crates.io-index" 6578 - checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" 6579 - dependencies = [ 6580 - "proc-macro2", 6581 - "quote", 6582 - "syn 2.0.82", 6583 - "wasm-bindgen-backend", 6584 - "wasm-bindgen-shared", 6585 - ] 6586 - 6587 - [[package]] 6588 - name = "wasm-bindgen-shared" 6589 - version = "0.2.95" 6590 - source = "registry+https://github.com/rust-lang/crates.io-index" 6591 - checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" 6592 - 6593 - [[package]] 6594 - name = "wasm-streams" 6595 - version = "0.4.1" 6596 - source = "registry+https://github.com/rust-lang/crates.io-index" 6597 - checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd" 6598 - dependencies = [ 6599 - "futures-util", 6600 - "js-sys", 6601 - "wasm-bindgen", 6602 - "wasm-bindgen-futures", 6603 - "web-sys", 6604 - ] 6605 - 6606 - [[package]] 6607 - name = "web-sys" 6608 - version = "0.3.72" 6609 - source = "registry+https://github.com/rust-lang/crates.io-index" 6610 - checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" 6611 - dependencies = [ 6612 - "js-sys", 6613 - "wasm-bindgen", 6614 - ] 6615 - 6616 - [[package]] 6617 - name = "web-time" 6618 - version = "1.1.0" 6619 - source = "registry+https://github.com/rust-lang/crates.io-index" 6620 - checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 6621 - dependencies = [ 6622 - "js-sys", 6623 - "wasm-bindgen", 6624 - ] 6625 - 6626 - [[package]] 6627 - name = "webpki-roots" 6628 - version = "0.25.4" 6629 - source = "registry+https://github.com/rust-lang/crates.io-index" 6630 - checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" 6631 - 6632 - [[package]] 6633 - name = "webpki-roots" 6634 - version = "0.26.6" 6635 - source = "registry+https://github.com/rust-lang/crates.io-index" 6636 - checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" 6637 - dependencies = [ 6638 - "rustls-pki-types", 6639 - ] 6640 - 6641 - [[package]] 6642 - name = "weezl" 6643 - version = "0.1.8" 6644 - source = "registry+https://github.com/rust-lang/crates.io-index" 6645 - checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" 6646 - 6647 - [[package]] 6648 - name = "wgpu" 6649 - version = "0.19.4" 6650 - source = "registry+https://github.com/rust-lang/crates.io-index" 6651 - checksum = "cbd7311dbd2abcfebaabf1841a2824ed7c8be443a0f29166e5d3c6a53a762c01" 6652 - dependencies = [ 6653 - "arrayvec", 6654 - "cfg-if", 6655 - "cfg_aliases", 6656 - "js-sys", 6657 - "log", 6658 - "naga", 6659 - "parking_lot", 6660 - "profiling", 6661 - "raw-window-handle", 6662 - "smallvec", 6663 - "static_assertions", 6664 - "wasm-bindgen", 6665 - "wasm-bindgen-futures", 6666 - "web-sys", 6667 - "wgpu-core", 6668 - "wgpu-hal", 6669 - "wgpu-types", 6670 - ] 6671 - 6672 - [[package]] 6673 - name = "wgpu-core" 6674 - version = "0.19.4" 6675 - source = "registry+https://github.com/rust-lang/crates.io-index" 6676 - checksum = "28b94525fc99ba9e5c9a9e24764f2bc29bad0911a7446c12f446a8277369bf3a" 6677 - dependencies = [ 6678 - "arrayvec", 6679 - "bit-vec", 6680 - "bitflags 2.6.0", 6681 - "cfg_aliases", 6682 - "codespan-reporting", 6683 - "indexmap", 6684 - "log", 6685 - "naga", 6686 - "once_cell", 6687 - "parking_lot", 6688 - "profiling", 6689 - "raw-window-handle", 6690 - "rustc-hash 1.1.0", 6691 - "smallvec", 6692 - "thiserror", 6693 - "web-sys", 6694 - "wgpu-hal", 6695 - "wgpu-types", 6696 - ] 6697 - 6698 - [[package]] 6699 - name = "wgpu-hal" 6700 - version = "0.19.5" 6701 - source = "registry+https://github.com/rust-lang/crates.io-index" 6702 - checksum = "bfabcfc55fd86611a855816326b2d54c3b2fd7972c27ce414291562650552703" 6703 - dependencies = [ 6704 - "android_system_properties", 6705 - "arrayvec", 6706 - "ash", 6707 - "bit-set", 6708 - "bitflags 2.6.0", 6709 - "block", 6710 - "cfg_aliases", 6711 - "core-graphics-types", 6712 - "d3d12", 6713 - "glow", 6714 - "glutin_wgl_sys", 6715 - "gpu-alloc", 6716 - "gpu-allocator", 6717 - "gpu-descriptor", 6718 - "hassle-rs", 6719 - "js-sys", 6720 - "khronos-egl", 6721 - "libc", 6722 - "libloading 0.8.5", 6723 - "log", 6724 - "metal", 6725 - "naga", 6726 - "ndk-sys", 6727 - "objc", 6728 - "once_cell", 6729 - "parking_lot", 6730 - "profiling", 6731 - "range-alloc", 6732 - "raw-window-handle", 6733 - "renderdoc-sys", 6734 - "rustc-hash 1.1.0", 6735 - "smallvec", 6736 - "thiserror", 6737 - "wasm-bindgen", 6738 - "web-sys", 6739 - "wgpu-types", 6740 - "winapi", 6741 - ] 6742 - 6743 - [[package]] 6744 - name = "wgpu-types" 6745 - version = "0.19.2" 6746 - source = "registry+https://github.com/rust-lang/crates.io-index" 6747 - checksum = "b671ff9fb03f78b46ff176494ee1ebe7d603393f42664be55b64dc8d53969805" 6748 - dependencies = [ 6749 - "bitflags 2.6.0", 6750 - "js-sys", 6751 - "web-sys", 6752 - ] 6753 - 6754 - [[package]] 6755 - name = "which" 6756 - version = "5.0.0" 6757 - source = "registry+https://github.com/rust-lang/crates.io-index" 6758 - checksum = "9bf3ea8596f3a0dd5980b46430f2058dfe2c36a27ccfbb1845d6fbfcd9ba6e14" 6759 - dependencies = [ 6760 - "either", 6761 - "home", 6762 - "once_cell", 6763 - "rustix", 6764 - "windows-sys 0.48.0", 6765 - ] 6766 - 6767 - [[package]] 6768 - name = "widestring" 6769 - version = "1.1.0" 6770 - source = "registry+https://github.com/rust-lang/crates.io-index" 6771 - checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" 6772 - 6773 - [[package]] 6774 - name = "winapi" 6775 - version = "0.3.9" 6776 - source = "registry+https://github.com/rust-lang/crates.io-index" 6777 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 6778 - dependencies = [ 6779 - "winapi-i686-pc-windows-gnu", 6780 - "winapi-x86_64-pc-windows-gnu", 6781 - ] 6782 - 6783 - [[package]] 6784 - name = "winapi-i686-pc-windows-gnu" 6785 - version = "0.4.0" 6786 - source = "registry+https://github.com/rust-lang/crates.io-index" 6787 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 6788 - 6789 - [[package]] 6790 - name = "winapi-util" 6791 - version = "0.1.9" 6792 - source = "registry+https://github.com/rust-lang/crates.io-index" 6793 - checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 6794 - dependencies = [ 6795 - "windows-sys 0.59.0", 6796 - ] 6797 - 6798 - [[package]] 6799 - name = "winapi-x86_64-pc-windows-gnu" 6800 - version = "0.4.0" 6801 - source = "registry+https://github.com/rust-lang/crates.io-index" 6802 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 6803 - 6804 - [[package]] 6805 - name = "windows" 6806 - version = "0.52.0" 6807 - source = "registry+https://github.com/rust-lang/crates.io-index" 6808 - checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" 6809 - dependencies = [ 6810 - "windows-core 0.52.0", 6811 - "windows-targets 0.52.6", 6812 - ] 6813 - 6814 - [[package]] 6815 - name = "windows" 6816 - version = "0.56.0" 6817 - source = "registry+https://github.com/rust-lang/crates.io-index" 6818 - checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132" 6819 - dependencies = [ 6820 - "windows-core 0.56.0", 6821 - "windows-targets 0.52.6", 6822 - ] 6823 - 6824 - [[package]] 6825 - name = "windows-core" 6826 - version = "0.52.0" 6827 - source = "registry+https://github.com/rust-lang/crates.io-index" 6828 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 6829 - dependencies = [ 6830 - "windows-targets 0.52.6", 6831 - ] 6832 - 6833 - [[package]] 6834 - name = "windows-core" 6835 - version = "0.56.0" 6836 - source = "registry+https://github.com/rust-lang/crates.io-index" 6837 - checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6" 6838 - dependencies = [ 6839 - "windows-implement", 6840 - "windows-interface", 6841 - "windows-result 0.1.2", 6842 - "windows-targets 0.52.6", 6843 - ] 6844 - 6845 - [[package]] 6846 - name = "windows-implement" 6847 - version = "0.56.0" 6848 - source = "registry+https://github.com/rust-lang/crates.io-index" 6849 - checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b" 6850 - dependencies = [ 6851 - "proc-macro2", 6852 - "quote", 6853 - "syn 2.0.82", 6854 - ] 6855 - 6856 - [[package]] 6857 - name = "windows-interface" 6858 - version = "0.56.0" 6859 - source = "registry+https://github.com/rust-lang/crates.io-index" 6860 - checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc" 6861 - dependencies = [ 6862 - "proc-macro2", 6863 - "quote", 6864 - "syn 2.0.82", 6865 - ] 6866 - 6867 - [[package]] 6868 - name = "windows-registry" 6869 - version = "0.2.0" 6870 - source = "registry+https://github.com/rust-lang/crates.io-index" 6871 - checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" 6872 - dependencies = [ 6873 - "windows-result 0.2.0", 6874 - "windows-strings", 6875 - "windows-targets 0.52.6", 6876 - ] 6877 - 6878 - [[package]] 6879 - name = "windows-result" 6880 - version = "0.1.2" 6881 - source = "registry+https://github.com/rust-lang/crates.io-index" 6882 - checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" 6883 - dependencies = [ 6884 - "windows-targets 0.52.6", 6885 - ] 6886 - 6887 - [[package]] 6888 - name = "windows-result" 6889 - version = "0.2.0" 6890 - source = "registry+https://github.com/rust-lang/crates.io-index" 6891 - checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 6892 - dependencies = [ 6893 - "windows-targets 0.52.6", 6894 - ] 6895 - 6896 - [[package]] 6897 - name = "windows-strings" 6898 - version = "0.1.0" 6899 - source = "registry+https://github.com/rust-lang/crates.io-index" 6900 - checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 6901 - dependencies = [ 6902 - "windows-result 0.2.0", 6903 - "windows-targets 0.52.6", 6904 - ] 6905 - 6906 - [[package]] 6907 - name = "windows-sys" 6908 - version = "0.48.0" 6909 - source = "registry+https://github.com/rust-lang/crates.io-index" 6910 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 6911 - dependencies = [ 6912 - "windows-targets 0.48.5", 6913 - ] 6914 - 6915 - [[package]] 6916 - name = "windows-sys" 6917 - version = "0.52.0" 6918 - source = "registry+https://github.com/rust-lang/crates.io-index" 6919 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 6920 - dependencies = [ 6921 - "windows-targets 0.52.6", 6922 - ] 6923 - 6924 - [[package]] 6925 - name = "windows-sys" 6926 - version = "0.59.0" 6927 - source = "registry+https://github.com/rust-lang/crates.io-index" 6928 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 6929 - dependencies = [ 6930 - "windows-targets 0.52.6", 6931 - ] 6932 - 6933 - [[package]] 6934 - name = "windows-targets" 6935 - version = "0.48.5" 6936 - source = "registry+https://github.com/rust-lang/crates.io-index" 6937 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 6938 - dependencies = [ 6939 - "windows_aarch64_gnullvm 0.48.5", 6940 - "windows_aarch64_msvc 0.48.5", 6941 - "windows_i686_gnu 0.48.5", 6942 - "windows_i686_msvc 0.48.5", 6943 - "windows_x86_64_gnu 0.48.5", 6944 - "windows_x86_64_gnullvm 0.48.5", 6945 - "windows_x86_64_msvc 0.48.5", 6946 - ] 6947 - 6948 - [[package]] 6949 - name = "windows-targets" 6950 - version = "0.52.6" 6951 - source = "registry+https://github.com/rust-lang/crates.io-index" 6952 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 6953 - dependencies = [ 6954 - "windows_aarch64_gnullvm 0.52.6", 6955 - "windows_aarch64_msvc 0.52.6", 6956 - "windows_i686_gnu 0.52.6", 6957 - "windows_i686_gnullvm", 6958 - "windows_i686_msvc 0.52.6", 6959 - "windows_x86_64_gnu 0.52.6", 6960 - "windows_x86_64_gnullvm 0.52.6", 6961 - "windows_x86_64_msvc 0.52.6", 6962 - ] 6963 - 6964 - [[package]] 6965 - name = "windows_aarch64_gnullvm" 6966 - version = "0.48.5" 6967 - source = "registry+https://github.com/rust-lang/crates.io-index" 6968 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 6969 - 6970 - [[package]] 6971 - name = "windows_aarch64_gnullvm" 6972 - version = "0.52.6" 6973 - source = "registry+https://github.com/rust-lang/crates.io-index" 6974 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 6975 - 6976 - [[package]] 6977 - name = "windows_aarch64_msvc" 6978 - version = "0.48.5" 6979 - source = "registry+https://github.com/rust-lang/crates.io-index" 6980 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 6981 - 6982 - [[package]] 6983 - name = "windows_aarch64_msvc" 6984 - version = "0.52.6" 6985 - source = "registry+https://github.com/rust-lang/crates.io-index" 6986 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 6987 - 6988 - [[package]] 6989 - name = "windows_i686_gnu" 6990 - version = "0.48.5" 6991 - source = "registry+https://github.com/rust-lang/crates.io-index" 6992 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 6993 - 6994 - [[package]] 6995 - name = "windows_i686_gnu" 6996 - version = "0.52.6" 6997 - source = "registry+https://github.com/rust-lang/crates.io-index" 6998 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 6999 - 7000 - [[package]] 7001 - name = "windows_i686_gnullvm" 7002 - version = "0.52.6" 7003 - source = "registry+https://github.com/rust-lang/crates.io-index" 7004 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 7005 - 7006 - [[package]] 7007 - name = "windows_i686_msvc" 7008 - version = "0.48.5" 7009 - source = "registry+https://github.com/rust-lang/crates.io-index" 7010 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 7011 - 7012 - [[package]] 7013 - name = "windows_i686_msvc" 7014 - version = "0.52.6" 7015 - source = "registry+https://github.com/rust-lang/crates.io-index" 7016 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 7017 - 7018 - [[package]] 7019 - name = "windows_x86_64_gnu" 7020 - version = "0.48.5" 7021 - source = "registry+https://github.com/rust-lang/crates.io-index" 7022 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 7023 - 7024 - [[package]] 7025 - name = "windows_x86_64_gnu" 7026 - version = "0.52.6" 7027 - source = "registry+https://github.com/rust-lang/crates.io-index" 7028 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 7029 - 7030 - [[package]] 7031 - name = "windows_x86_64_gnullvm" 7032 - version = "0.48.5" 7033 - source = "registry+https://github.com/rust-lang/crates.io-index" 7034 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 7035 - 7036 - [[package]] 7037 - name = "windows_x86_64_gnullvm" 7038 - version = "0.52.6" 7039 - source = "registry+https://github.com/rust-lang/crates.io-index" 7040 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 7041 - 7042 - [[package]] 7043 - name = "windows_x86_64_msvc" 7044 - version = "0.48.5" 7045 - source = "registry+https://github.com/rust-lang/crates.io-index" 7046 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 7047 - 7048 - [[package]] 7049 - name = "windows_x86_64_msvc" 7050 - version = "0.52.6" 7051 - source = "registry+https://github.com/rust-lang/crates.io-index" 7052 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 7053 - 7054 - [[package]] 7055 - name = "winnow" 7056 - version = "0.6.20" 7057 - source = "registry+https://github.com/rust-lang/crates.io-index" 7058 - checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" 7059 - dependencies = [ 7060 - "memchr", 7061 - ] 7062 - 7063 - [[package]] 7064 - name = "winreg" 7065 - version = "0.5.1" 7066 - source = "registry+https://github.com/rust-lang/crates.io-index" 7067 - checksum = "a27a759395c1195c4cc5cda607ef6f8f6498f64e78f7900f5de0a127a424704a" 7068 - dependencies = [ 7069 - "serde", 7070 - "winapi", 7071 - ] 7072 - 7073 - [[package]] 7074 - name = "winreg" 7075 - version = "0.50.0" 7076 - source = "registry+https://github.com/rust-lang/crates.io-index" 7077 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 7078 - dependencies = [ 7079 - "cfg-if", 7080 - "windows-sys 0.48.0", 7081 - ] 7082 - 7083 - [[package]] 7084 - name = "wiremock" 7085 - version = "0.6.2" 7086 - source = "registry+https://github.com/rust-lang/crates.io-index" 7087 - checksum = "7fff469918e7ca034884c7fd8f93fe27bacb7fcb599fd879df6c7b429a29b646" 7088 - dependencies = [ 7089 - "assert-json-diff", 7090 - "async-trait", 7091 - "base64 0.22.1", 7092 - "deadpool", 7093 - "futures", 7094 - "http 1.1.0", 7095 - "http-body-util", 7096 - "hyper 1.5.0", 7097 - "hyper-util", 7098 - "log", 7099 - "once_cell", 7100 - "regex", 7101 - "serde", 7102 - "serde_json", 7103 - "tokio", 7104 - "url", 7105 - ] 7106 - 7107 - [[package]] 7108 - name = "xattr" 7109 - version = "1.3.1" 7110 - source = "registry+https://github.com/rust-lang/crates.io-index" 7111 - checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" 7112 - dependencies = [ 7113 - "libc", 7114 - "linux-raw-sys", 7115 - "rustix", 7116 - ] 7117 - 7118 - [[package]] 7119 - name = "xml-rs" 7120 - version = "0.8.22" 7121 - source = "registry+https://github.com/rust-lang/crates.io-index" 7122 - checksum = "af4e2e2f7cba5a093896c1e150fbfe177d1883e7448200efb81d40b9d339ef26" 7123 - 7124 - [[package]] 7125 - name = "xml5ever" 7126 - version = "0.17.0" 7127 - source = "registry+https://github.com/rust-lang/crates.io-index" 7128 - checksum = "4034e1d05af98b51ad7214527730626f019682d797ba38b51689212118d8e650" 7129 - dependencies = [ 7130 - "log", 7131 - "mac", 7132 - "markup5ever 0.11.0", 7133 - ] 7134 - 7135 - [[package]] 7136 - name = "xz2" 7137 - version = "0.1.7" 7138 - source = "registry+https://github.com/rust-lang/crates.io-index" 7139 - checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" 7140 - dependencies = [ 7141 - "lzma-sys", 7142 - ] 7143 - 7144 - [[package]] 7145 - name = "yasna" 7146 - version = "0.5.2" 7147 - source = "registry+https://github.com/rust-lang/crates.io-index" 7148 - checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" 7149 - dependencies = [ 7150 - "time", 7151 - ] 7152 - 7153 - [[package]] 7154 - name = "yoke" 7155 - version = "0.7.4" 7156 - source = "registry+https://github.com/rust-lang/crates.io-index" 7157 - checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" 7158 - dependencies = [ 7159 - "serde", 7160 - "stable_deref_trait", 7161 - "yoke-derive", 7162 - "zerofrom", 7163 - ] 7164 - 7165 - [[package]] 7166 - name = "yoke-derive" 7167 - version = "0.7.4" 7168 - source = "registry+https://github.com/rust-lang/crates.io-index" 7169 - checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" 7170 - dependencies = [ 7171 - "proc-macro2", 7172 - "quote", 7173 - "syn 2.0.82", 7174 - "synstructure", 7175 - ] 7176 - 7177 - [[package]] 7178 - name = "zerocopy" 7179 - version = "0.7.35" 7180 - source = "registry+https://github.com/rust-lang/crates.io-index" 7181 - checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 7182 - dependencies = [ 7183 - "byteorder", 7184 - "zerocopy-derive", 7185 - ] 7186 - 7187 - [[package]] 7188 - name = "zerocopy-derive" 7189 - version = "0.7.35" 7190 - source = "registry+https://github.com/rust-lang/crates.io-index" 7191 - checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 7192 - dependencies = [ 7193 - "proc-macro2", 7194 - "quote", 7195 - "syn 2.0.82", 7196 - ] 7197 - 7198 - [[package]] 7199 - name = "zerofrom" 7200 - version = "0.1.4" 7201 - source = "registry+https://github.com/rust-lang/crates.io-index" 7202 - checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" 7203 - dependencies = [ 7204 - "zerofrom-derive", 7205 - ] 7206 - 7207 - [[package]] 7208 - name = "zerofrom-derive" 7209 - version = "0.1.4" 7210 - source = "registry+https://github.com/rust-lang/crates.io-index" 7211 - checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" 7212 - dependencies = [ 7213 - "proc-macro2", 7214 - "quote", 7215 - "syn 2.0.82", 7216 - "synstructure", 7217 - ] 7218 - 7219 - [[package]] 7220 - name = "zeroize" 7221 - version = "1.8.1" 7222 - source = "registry+https://github.com/rust-lang/crates.io-index" 7223 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 7224 - 7225 - [[package]] 7226 - name = "zip" 7227 - version = "0.6.6" 7228 - source = "registry+https://github.com/rust-lang/crates.io-index" 7229 - checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" 7230 - dependencies = [ 7231 - "aes", 7232 - "byteorder", 7233 - "bzip2", 7234 - "constant_time_eq 0.1.5", 7235 - "crc32fast", 7236 - "crossbeam-utils", 7237 - "flate2", 7238 - "hmac", 7239 - "pbkdf2 0.11.0", 7240 - "sha1", 7241 - "time", 7242 - "zstd 0.11.2+zstd.1.5.2", 7243 - ] 7244 - 7245 - [[package]] 7246 - name = "zstd" 7247 - version = "0.11.2+zstd.1.5.2" 7248 - source = "registry+https://github.com/rust-lang/crates.io-index" 7249 - checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" 7250 - dependencies = [ 7251 - "zstd-safe 5.0.2+zstd.1.5.2", 7252 - ] 7253 - 7254 - [[package]] 7255 - name = "zstd" 7256 - version = "0.13.2" 7257 - source = "registry+https://github.com/rust-lang/crates.io-index" 7258 - checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" 7259 - dependencies = [ 7260 - "zstd-safe 7.2.1", 7261 - ] 7262 - 7263 - [[package]] 7264 - name = "zstd-safe" 7265 - version = "5.0.2+zstd.1.5.2" 7266 - source = "registry+https://github.com/rust-lang/crates.io-index" 7267 - checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" 7268 - dependencies = [ 7269 - "libc", 7270 - "zstd-sys", 7271 - ] 7272 - 7273 - [[package]] 7274 - name = "zstd-safe" 7275 - version = "7.2.1" 7276 - source = "registry+https://github.com/rust-lang/crates.io-index" 7277 - checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059" 7278 - dependencies = [ 7279 - "zstd-sys", 7280 - ] 7281 - 7282 - [[package]] 7283 - name = "zstd-sys" 7284 - version = "2.0.13+zstd.1.5.6" 7285 - source = "registry+https://github.com/rust-lang/crates.io-index" 7286 - checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" 7287 - dependencies = [ 7288 - "cc", 7289 - "pkg-config", 7290 - ] 7291 - 7292 - [[package]] 7293 - name = "zune-inflate" 7294 - version = "0.2.54" 7295 - source = "registry+https://github.com/rust-lang/crates.io-index" 7296 - checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" 7297 - dependencies = [ 7298 - "simd-adler32", 7299 - ]
···
+3 -9
pkgs/games/anki/default.nix
··· 42 fetchSubmodules = true; 43 }; 44 45 - cargoLock = { 46 - lockFile = ./Cargo.lock; 47 - outputHashes = { 48 - "linkcheck-0.4.1" = "sha256-S93J1cDzMlzDjcvz/WABmv8CEC6x78E+f7nzhsN7NkE="; 49 - "percent-encoding-iri-2.2.0" = "sha256-kCBeS1PNExyJd4jWfDfctxq6iTdAq69jtxFQgCCQ8kQ="; 50 - }; 51 }; 52 - cargoDeps = rustPlatform.importCargoLock cargoLock; 53 54 yarnOfflineCache = fetchYarnDeps { 55 yarnLock = "${src}/yarn.lock"; ··· 313 ''; 314 315 passthru = { 316 - # cargoLock is reused in anki-sync-server 317 - inherit cargoLock; 318 tests.anki-sync-server = nixosTests.anki-sync-server; 319 }; 320
··· 42 fetchSubmodules = true; 43 }; 44 45 + cargoDeps = rustPlatform.fetchCargoVendor { 46 + inherit pname version src; 47 + hash = "sha256-4V75+jS250XfUH6B4VBxtL2t308nyKzhDoq86kq6rp4="; 48 }; 49 50 yarnOfflineCache = fetchYarnDeps { 51 yarnLock = "${src}/yarn.lock"; ··· 309 ''; 310 311 passthru = { 312 tests.anki-sync-server = nixosTests.anki-sync-server; 313 }; 314
+1 -1
pkgs/games/anki/sync-server.nix
··· 10 11 rustPlatform.buildRustPackage { 12 pname = "anki-sync-server"; 13 - inherit (anki) version src cargoLock; 14 15 # only build sync server 16 cargoBuildFlags = [
··· 10 11 rustPlatform.buildRustPackage { 12 pname = "anki-sync-server"; 13 + inherit (anki) version src cargoDeps; 14 15 # only build sync server 16 cargoBuildFlags = [