main
claude/code-feature-parity-q003hm
claude/elegant-carson-l1menh
claude/sigit-acp-local-chat-cx6380
claude/sigit-cloud-agent-expansion-reox0a
claude/tool-permission-system
claude/zen-feynman-0u78dk
development
feature/agent-tools-multiedit-glob-todos-remember
feature/background-commands
feature/commit-coauthor-attribution
feature/headless-mode
feature/init-command
feature/load-local-model-explicitly
feature/session-persistence-compaction
feature/sigit-code-cloud
feature/subagent-tool
feature/tool-permission-system
feature/tui-repo-tabs
feature/tui-tabs
main
release/v1.3.1
| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "Inflector" |
| 7 | version = "0.11.4" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" |
| 10 | dependencies = [ |
| 11 | "lazy_static", |
| 12 | "regex", |
| 13 | ] |
| 14 | |
| 15 | [[package]] |
| 16 | name = "adler2" |
| 17 | version = "2.0.1" |
| 18 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 19 | checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| 20 | |
| 21 | [[package]] |
| 22 | name = "agent-client-protocol" |
| 23 | version = "1.0.1" |
| 24 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 25 | checksum = "16302d16c7531355db16593d99c38c8297db0c4653aa7dd80c3556bb17f4cd8c" |
| 26 | dependencies = [ |
| 27 | "agent-client-protocol-derive", |
| 28 | "agent-client-protocol-schema", |
| 29 | "async-process", |
| 30 | "blocking", |
| 31 | "futures", |
| 32 | "futures-concurrency", |
| 33 | "rustc-hash 2.1.2", |
| 34 | "schemars 1.2.1", |
| 35 | "serde", |
| 36 | "serde_json", |
| 37 | "shell-words", |
| 38 | "tracing", |
| 39 | "uuid 1.23.3", |
| 40 | "windows-sys 0.61.2", |
| 41 | ] |
| 42 | |
| 43 | [[package]] |
| 44 | name = "agent-client-protocol-derive" |
| 45 | version = "1.0.1" |
| 46 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 47 | checksum = "88b37d552feb6981a0109febda6b71fc723678cd065974c2d76279c19c407095" |
| 48 | dependencies = [ |
| 49 | "quote", |
| 50 | "syn 2.0.117", |
| 51 | ] |
| 52 | |
| 53 | [[package]] |
| 54 | name = "agent-client-protocol-schema" |
| 55 | version = "1.1.0" |
| 56 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 57 | checksum = "ac542aba230234b1591ace7286a47c0514fe3efc3037d43296bde31ba7ee5728" |
| 58 | dependencies = [ |
| 59 | "anyhow", |
| 60 | "derive_more", |
| 61 | "schemars 1.2.1", |
| 62 | "serde", |
| 63 | "serde_json", |
| 64 | "serde_with", |
| 65 | "strum 0.28.0", |
| 66 | "tracing", |
| 67 | ] |
| 68 | |
| 69 | [[package]] |
| 70 | name = "ahash" |
| 71 | version = "0.8.12" |
| 72 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 73 | checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
| 74 | dependencies = [ |
| 75 | "cfg-if", |
| 76 | "getrandom 0.3.4", |
| 77 | "once_cell", |
| 78 | "serde", |
| 79 | "version_check", |
| 80 | "zerocopy", |
| 81 | ] |
| 82 | |
| 83 | [[package]] |
| 84 | name = "aho-corasick" |
| 85 | version = "1.1.4" |
| 86 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 87 | checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 88 | dependencies = [ |
| 89 | "memchr", |
| 90 | ] |
| 91 | |
| 92 | [[package]] |
| 93 | name = "akin" |
| 94 | version = "0.4.0" |
| 95 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 96 | checksum = "1763692fc1416554cf051efc56a3de5595eca47299d731cc5c2b583adf8b4d2f" |
| 97 | |
| 98 | [[package]] |
| 99 | name = "allocator-api2" |
| 100 | version = "0.2.21" |
| 101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 102 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 103 | |
| 104 | [[package]] |
| 105 | name = "android_system_properties" |
| 106 | version = "0.1.5" |
| 107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 108 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 109 | dependencies = [ |
| 110 | "libc", |
| 111 | ] |
| 112 | |
| 113 | [[package]] |
| 114 | name = "annotate-snippets" |
| 115 | version = "0.12.5" |
| 116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 117 | checksum = "96401ca08501972288ecbcde33902fce858bf73fbcbdf91dab8c3a9544e106bb" |
| 118 | dependencies = [ |
| 119 | "anstyle", |
| 120 | "unicode-width 0.2.0", |
| 121 | ] |
| 122 | |
| 123 | [[package]] |
| 124 | name = "ansi_term" |
| 125 | version = "0.12.1" |
| 126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 127 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
| 128 | dependencies = [ |
| 129 | "winapi", |
| 130 | ] |
| 131 | |
| 132 | [[package]] |
| 133 | name = "anstream" |
| 134 | version = "1.0.0" |
| 135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 136 | checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" |
| 137 | dependencies = [ |
| 138 | "anstyle", |
| 139 | "anstyle-parse", |
| 140 | "anstyle-query", |
| 141 | "anstyle-wincon", |
| 142 | "colorchoice", |
| 143 | "is_terminal_polyfill", |
| 144 | "utf8parse", |
| 145 | ] |
| 146 | |
| 147 | [[package]] |
| 148 | name = "anstyle" |
| 149 | version = "1.0.14" |
| 150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 151 | checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" |
| 152 | |
| 153 | [[package]] |
| 154 | name = "anstyle-parse" |
| 155 | version = "1.0.0" |
| 156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 157 | checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" |
| 158 | dependencies = [ |
| 159 | "utf8parse", |
| 160 | ] |
| 161 | |
| 162 | [[package]] |
| 163 | name = "anstyle-query" |
| 164 | version = "1.1.5" |
| 165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 166 | checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| 167 | dependencies = [ |
| 168 | "windows-sys 0.61.2", |
| 169 | ] |
| 170 | |
| 171 | [[package]] |
| 172 | name = "anstyle-wincon" |
| 173 | version = "3.0.11" |
| 174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 175 | checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| 176 | dependencies = [ |
| 177 | "anstyle", |
| 178 | "once_cell_polyfill", |
| 179 | "windows-sys 0.61.2", |
| 180 | ] |
| 181 | |
| 182 | [[package]] |
| 183 | name = "anyhow" |
| 184 | version = "1.0.102" |
| 185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 186 | checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| 187 | |
| 188 | [[package]] |
| 189 | name = "apodize" |
| 190 | version = "1.0.0" |
| 191 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 192 | checksum = "fca387cdc0a1f9c7a7c26556d584aa2d07fc529843082e4861003cde4ab914ed" |
| 193 | |
| 194 | [[package]] |
| 195 | name = "approx" |
| 196 | version = "0.5.1" |
| 197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 198 | checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" |
| 199 | dependencies = [ |
| 200 | "num-traits", |
| 201 | ] |
| 202 | |
| 203 | [[package]] |
| 204 | name = "arraydeque" |
| 205 | version = "0.5.1" |
| 206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 207 | checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236" |
| 208 | |
| 209 | [[package]] |
| 210 | name = "arrayvec" |
| 211 | version = "0.7.6" |
| 212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 213 | checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
| 214 | |
| 215 | [[package]] |
| 216 | name = "as-any" |
| 217 | version = "0.3.2" |
| 218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 219 | checksum = "b0f477b951e452a0b6b4a10b53ccd569042d1d01729b519e02074a9c0958a063" |
| 220 | |
| 221 | [[package]] |
| 222 | name = "askama" |
| 223 | version = "0.14.0" |
| 224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 225 | checksum = "f75363874b771be265f4ffe307ca705ef6f3baa19011c149da8674a87f1b75c4" |
| 226 | dependencies = [ |
| 227 | "askama_derive", |
| 228 | "itoa", |
| 229 | "percent-encoding", |
| 230 | "serde", |
| 231 | "serde_json", |
| 232 | ] |
| 233 | |
| 234 | [[package]] |
| 235 | name = "askama_derive" |
| 236 | version = "0.14.0" |
| 237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 238 | checksum = "129397200fe83088e8a68407a8e2b1f826cf0086b21ccdb866a722c8bcd3a94f" |
| 239 | dependencies = [ |
| 240 | "askama_parser", |
| 241 | "basic-toml", |
| 242 | "memchr", |
| 243 | "proc-macro2", |
| 244 | "quote", |
| 245 | "rustc-hash 2.1.2", |
| 246 | "serde", |
| 247 | "serde_derive", |
| 248 | "syn 2.0.117", |
| 249 | ] |
| 250 | |
| 251 | [[package]] |
| 252 | name = "askama_parser" |
| 253 | version = "0.14.0" |
| 254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 255 | checksum = "d6ab5630b3d5eaf232620167977f95eb51f3432fc76852328774afbd242d4358" |
| 256 | dependencies = [ |
| 257 | "memchr", |
| 258 | "serde", |
| 259 | "serde_derive", |
| 260 | "winnow 0.7.15", |
| 261 | ] |
| 262 | |
| 263 | [[package]] |
| 264 | name = "async-channel" |
| 265 | version = "2.5.0" |
| 266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 267 | checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" |
| 268 | dependencies = [ |
| 269 | "concurrent-queue", |
| 270 | "event-listener-strategy", |
| 271 | "futures-core", |
| 272 | "pin-project-lite", |
| 273 | ] |
| 274 | |
| 275 | [[package]] |
| 276 | name = "async-compat" |
| 277 | version = "0.2.5" |
| 278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 279 | checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590" |
| 280 | dependencies = [ |
| 281 | "futures-core", |
| 282 | "futures-io", |
| 283 | "once_cell", |
| 284 | "pin-project-lite", |
| 285 | "tokio", |
| 286 | ] |
| 287 | |
| 288 | [[package]] |
| 289 | name = "async-io" |
| 290 | version = "2.6.0" |
| 291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 292 | checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" |
| 293 | dependencies = [ |
| 294 | "autocfg", |
| 295 | "cfg-if", |
| 296 | "concurrent-queue", |
| 297 | "futures-io", |
| 298 | "futures-lite", |
| 299 | "parking", |
| 300 | "polling", |
| 301 | "rustix 1.1.4", |
| 302 | "slab", |
| 303 | "windows-sys 0.61.2", |
| 304 | ] |
| 305 | |
| 306 | [[package]] |
| 307 | name = "async-lock" |
| 308 | version = "3.4.2" |
| 309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 310 | checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" |
| 311 | dependencies = [ |
| 312 | "event-listener", |
| 313 | "event-listener-strategy", |
| 314 | "pin-project-lite", |
| 315 | ] |
| 316 | |
| 317 | [[package]] |
| 318 | name = "async-process" |
| 319 | version = "2.5.0" |
| 320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 321 | checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" |
| 322 | dependencies = [ |
| 323 | "async-channel", |
| 324 | "async-io", |
| 325 | "async-lock", |
| 326 | "async-signal", |
| 327 | "async-task", |
| 328 | "blocking", |
| 329 | "cfg-if", |
| 330 | "event-listener", |
| 331 | "futures-lite", |
| 332 | "rustix 1.1.4", |
| 333 | ] |
| 334 | |
| 335 | [[package]] |
| 336 | name = "async-signal" |
| 337 | version = "0.2.14" |
| 338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 339 | checksum = "52b5aaafa020cf5053a01f2a60e8ff5dccf550f0f77ec54a4e47285ac2bab485" |
| 340 | dependencies = [ |
| 341 | "async-io", |
| 342 | "async-lock", |
| 343 | "atomic-waker", |
| 344 | "cfg-if", |
| 345 | "futures-core", |
| 346 | "futures-io", |
| 347 | "rustix 1.1.4", |
| 348 | "signal-hook-registry", |
| 349 | "slab", |
| 350 | "windows-sys 0.61.2", |
| 351 | ] |
| 352 | |
| 353 | [[package]] |
| 354 | name = "async-task" |
| 355 | version = "4.7.1" |
| 356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 357 | checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" |
| 358 | |
| 359 | [[package]] |
| 360 | name = "async-trait" |
| 361 | version = "0.1.89" |
| 362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 363 | checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| 364 | dependencies = [ |
| 365 | "proc-macro2", |
| 366 | "quote", |
| 367 | "syn 2.0.117", |
| 368 | ] |
| 369 | |
| 370 | [[package]] |
| 371 | name = "atomic-waker" |
| 372 | version = "1.1.2" |
| 373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 374 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 375 | |
| 376 | [[package]] |
| 377 | name = "atty" |
| 378 | version = "0.2.14" |
| 379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 380 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
| 381 | dependencies = [ |
| 382 | "hermit-abi 0.1.19", |
| 383 | "libc", |
| 384 | "winapi", |
| 385 | ] |
| 386 | |
| 387 | [[package]] |
| 388 | name = "autocfg" |
| 389 | version = "1.5.1" |
| 390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 391 | checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" |
| 392 | |
| 393 | [[package]] |
| 394 | name = "aws-lc-rs" |
| 395 | version = "1.17.0" |
| 396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 397 | checksum = "5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00" |
| 398 | dependencies = [ |
| 399 | "aws-lc-sys", |
| 400 | "zeroize", |
| 401 | ] |
| 402 | |
| 403 | [[package]] |
| 404 | name = "aws-lc-sys" |
| 405 | version = "0.41.0" |
| 406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 407 | checksum = "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4" |
| 408 | dependencies = [ |
| 409 | "cc", |
| 410 | "cmake", |
| 411 | "dunce", |
| 412 | "fs_extra", |
| 413 | ] |
| 414 | |
| 415 | [[package]] |
| 416 | name = "base64" |
| 417 | version = "0.13.1" |
| 418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 419 | checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" |
| 420 | |
| 421 | [[package]] |
| 422 | name = "base64" |
| 423 | version = "0.22.1" |
| 424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 425 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 426 | |
| 427 | [[package]] |
| 428 | name = "basic-toml" |
| 429 | version = "0.1.10" |
| 430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 431 | checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a" |
| 432 | dependencies = [ |
| 433 | "serde", |
| 434 | ] |
| 435 | |
| 436 | [[package]] |
| 437 | name = "bit-set" |
| 438 | version = "0.5.3" |
| 439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 440 | checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" |
| 441 | dependencies = [ |
| 442 | "bit-vec 0.6.3", |
| 443 | ] |
| 444 | |
| 445 | [[package]] |
| 446 | name = "bit-set" |
| 447 | version = "0.8.0" |
| 448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 449 | checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" |
| 450 | dependencies = [ |
| 451 | "bit-vec 0.8.0", |
| 452 | ] |
| 453 | |
| 454 | [[package]] |
| 455 | name = "bit-vec" |
| 456 | version = "0.6.3" |
| 457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 458 | checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" |
| 459 | |
| 460 | [[package]] |
| 461 | name = "bit-vec" |
| 462 | version = "0.8.0" |
| 463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 464 | checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" |
| 465 | |
| 466 | [[package]] |
| 467 | name = "bit_field" |
| 468 | version = "0.10.3" |
| 469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 470 | checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6" |
| 471 | |
| 472 | [[package]] |
| 473 | name = "bitflags" |
| 474 | version = "1.3.2" |
| 475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 476 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 477 | |
| 478 | [[package]] |
| 479 | name = "bitflags" |
| 480 | version = "2.13.0" |
| 481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 482 | checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" |
| 483 | |
| 484 | [[package]] |
| 485 | name = "block" |
| 486 | version = "0.1.6" |
| 487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 488 | checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" |
| 489 | |
| 490 | [[package]] |
| 491 | name = "block-buffer" |
| 492 | version = "0.10.4" |
| 493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 494 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 495 | dependencies = [ |
| 496 | "generic-array", |
| 497 | ] |
| 498 | |
| 499 | [[package]] |
| 500 | name = "block2" |
| 501 | version = "0.6.2" |
| 502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 503 | checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" |
| 504 | dependencies = [ |
| 505 | "objc2", |
| 506 | ] |
| 507 | |
| 508 | [[package]] |
| 509 | name = "blocking" |
| 510 | version = "1.6.2" |
| 511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 512 | checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" |
| 513 | dependencies = [ |
| 514 | "async-channel", |
| 515 | "async-task", |
| 516 | "futures-io", |
| 517 | "futures-lite", |
| 518 | "piper", |
| 519 | ] |
| 520 | |
| 521 | [[package]] |
| 522 | name = "bm25" |
| 523 | version = "2.3.2" |
| 524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 525 | checksum = "1cbd8ffdfb7b4c2ff038726178a780a94f90525ed0ad264c0afaa75dd8c18a64" |
| 526 | dependencies = [ |
| 527 | "cached", |
| 528 | "deunicode", |
| 529 | "fxhash", |
| 530 | "rust-stemmers", |
| 531 | "stop-words", |
| 532 | "unicode-segmentation", |
| 533 | ] |
| 534 | |
| 535 | [[package]] |
| 536 | name = "bs58" |
| 537 | version = "0.5.1" |
| 538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 539 | checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" |
| 540 | dependencies = [ |
| 541 | "tinyvec", |
| 542 | ] |
| 543 | |
| 544 | [[package]] |
| 545 | name = "bstr" |
| 546 | version = "1.12.1" |
| 547 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 548 | checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" |
| 549 | dependencies = [ |
| 550 | "memchr", |
| 551 | "regex-automata", |
| 552 | "serde", |
| 553 | ] |
| 554 | |
| 555 | [[package]] |
| 556 | name = "bumpalo" |
| 557 | version = "3.20.3" |
| 558 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 559 | checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" |
| 560 | |
| 561 | [[package]] |
| 562 | name = "bytemuck" |
| 563 | version = "1.25.0" |
| 564 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 565 | checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" |
| 566 | dependencies = [ |
| 567 | "bytemuck_derive", |
| 568 | ] |
| 569 | |
| 570 | [[package]] |
| 571 | name = "bytemuck_derive" |
| 572 | version = "1.10.2" |
| 573 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 574 | checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" |
| 575 | dependencies = [ |
| 576 | "proc-macro2", |
| 577 | "quote", |
| 578 | "syn 2.0.117", |
| 579 | ] |
| 580 | |
| 581 | [[package]] |
| 582 | name = "byteorder" |
| 583 | version = "1.5.0" |
| 584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 585 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 586 | |
| 587 | [[package]] |
| 588 | name = "byteorder-lite" |
| 589 | version = "0.1.0" |
| 590 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 591 | checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" |
| 592 | |
| 593 | [[package]] |
| 594 | name = "bytes" |
| 595 | version = "1.11.1" |
| 596 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 597 | checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 598 | |
| 599 | [[package]] |
| 600 | name = "cached" |
| 601 | version = "0.56.0" |
| 602 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 603 | checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c" |
| 604 | dependencies = [ |
| 605 | "ahash", |
| 606 | "cached_proc_macro", |
| 607 | "cached_proc_macro_types", |
| 608 | "hashbrown 0.15.5", |
| 609 | "once_cell", |
| 610 | "thiserror 2.0.18", |
| 611 | "web-time", |
| 612 | ] |
| 613 | |
| 614 | [[package]] |
| 615 | name = "cached_proc_macro" |
| 616 | version = "0.25.0" |
| 617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 618 | checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201" |
| 619 | dependencies = [ |
| 620 | "darling 0.20.11", |
| 621 | "proc-macro2", |
| 622 | "quote", |
| 623 | "syn 2.0.117", |
| 624 | ] |
| 625 | |
| 626 | [[package]] |
| 627 | name = "cached_proc_macro_types" |
| 628 | version = "0.1.1" |
| 629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 630 | checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0" |
| 631 | |
| 632 | [[package]] |
| 633 | name = "camino" |
| 634 | version = "1.2.2" |
| 635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 636 | checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48" |
| 637 | dependencies = [ |
| 638 | "serde_core", |
| 639 | ] |
| 640 | |
| 641 | [[package]] |
| 642 | name = "candle-core" |
| 643 | version = "0.10.2" |
| 644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 645 | checksum = "6bd9895436c1ba5dc1037a19935d084b838db066ff4e15ef7dded020b7c12a4a" |
| 646 | dependencies = [ |
| 647 | "byteorder", |
| 648 | "candle-metal-kernels", |
| 649 | "candle-ug", |
| 650 | "float8", |
| 651 | "gemm 0.19.0", |
| 652 | "half", |
| 653 | "libm", |
| 654 | "memmap2", |
| 655 | "num-traits", |
| 656 | "num_cpus", |
| 657 | "objc2-foundation", |
| 658 | "objc2-metal", |
| 659 | "rand 0.9.4", |
| 660 | "rand_distr 0.5.1", |
| 661 | "rayon", |
| 662 | "safetensors 0.7.0", |
| 663 | "thiserror 2.0.18", |
| 664 | "tokenizers 0.22.2", |
| 665 | "yoke 0.8.3", |
| 666 | "zip", |
| 667 | ] |
| 668 | |
| 669 | [[package]] |
| 670 | name = "candle-metal-kernels" |
| 671 | version = "0.10.2" |
| 672 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 673 | checksum = "4b6b5a4cae6b4e1ab0efcee4dc05272d11b374a3d1ba121b3a961e36be54ab60" |
| 674 | dependencies = [ |
| 675 | "half", |
| 676 | "objc2", |
| 677 | "objc2-foundation", |
| 678 | "objc2-metal", |
| 679 | "once_cell", |
| 680 | "thiserror 2.0.18", |
| 681 | "tracing", |
| 682 | ] |
| 683 | |
| 684 | [[package]] |
| 685 | name = "candle-nn" |
| 686 | version = "0.10.2" |
| 687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 688 | checksum = "a9317a09d6530b758990ed7f625ac69ff43653bc9ee28b0464644ad1169ada87" |
| 689 | dependencies = [ |
| 690 | "candle-core", |
| 691 | "candle-metal-kernels", |
| 692 | "half", |
| 693 | "libc", |
| 694 | "num-traits", |
| 695 | "objc2-metal", |
| 696 | "rayon", |
| 697 | "safetensors 0.7.0", |
| 698 | "serde", |
| 699 | "thiserror 2.0.18", |
| 700 | ] |
| 701 | |
| 702 | [[package]] |
| 703 | name = "candle-ug" |
| 704 | version = "0.10.2" |
| 705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 706 | checksum = "ca0fc3167cbc99c8ec1be618cb620aa21dca95038f118c3579a79370e3dc5f77" |
| 707 | dependencies = [ |
| 708 | "ug", |
| 709 | "ug-metal", |
| 710 | ] |
| 711 | |
| 712 | [[package]] |
| 713 | name = "cargo-platform" |
| 714 | version = "0.1.9" |
| 715 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 716 | checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" |
| 717 | dependencies = [ |
| 718 | "serde", |
| 719 | ] |
| 720 | |
| 721 | [[package]] |
| 722 | name = "cargo_metadata" |
| 723 | version = "0.19.2" |
| 724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 725 | checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba" |
| 726 | dependencies = [ |
| 727 | "camino", |
| 728 | "cargo-platform", |
| 729 | "semver", |
| 730 | "serde", |
| 731 | "serde_json", |
| 732 | "thiserror 2.0.18", |
| 733 | ] |
| 734 | |
| 735 | [[package]] |
| 736 | name = "cassowary" |
| 737 | version = "0.3.0" |
| 738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 739 | checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" |
| 740 | |
| 741 | [[package]] |
| 742 | name = "castaway" |
| 743 | version = "0.2.4" |
| 744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 745 | checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" |
| 746 | dependencies = [ |
| 747 | "rustversion", |
| 748 | ] |
| 749 | |
| 750 | [[package]] |
| 751 | name = "cc" |
| 752 | version = "1.2.63" |
| 753 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 754 | checksum = "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f" |
| 755 | dependencies = [ |
| 756 | "find-msvc-tools", |
| 757 | "jobserver", |
| 758 | "libc", |
| 759 | "shlex", |
| 760 | ] |
| 761 | |
| 762 | [[package]] |
| 763 | name = "cfg-if" |
| 764 | version = "1.0.4" |
| 765 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 766 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 767 | |
| 768 | [[package]] |
| 769 | name = "cfg_aliases" |
| 770 | version = "0.2.1" |
| 771 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 772 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| 773 | |
| 774 | [[package]] |
| 775 | name = "cfgrammar" |
| 776 | version = "0.14.2" |
| 777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 778 | checksum = "b5ef80386dea3cda50570f22e1c6a474f0cc688ae220fc584fef354acaf41f2b" |
| 779 | dependencies = [ |
| 780 | "indexmap 2.14.0", |
| 781 | "num-traits", |
| 782 | "proc-macro2", |
| 783 | "quote", |
| 784 | "regex", |
| 785 | "vob", |
| 786 | ] |
| 787 | |
| 788 | [[package]] |
| 789 | name = "chrono" |
| 790 | version = "0.4.45" |
| 791 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 792 | checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" |
| 793 | dependencies = [ |
| 794 | "iana-time-zone", |
| 795 | "js-sys", |
| 796 | "num-traits", |
| 797 | "serde", |
| 798 | "wasm-bindgen", |
| 799 | "windows-link 0.2.1", |
| 800 | ] |
| 801 | |
| 802 | [[package]] |
| 803 | name = "clap" |
| 804 | version = "2.34.0" |
| 805 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 806 | checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" |
| 807 | dependencies = [ |
| 808 | "ansi_term", |
| 809 | "atty", |
| 810 | "bitflags 1.3.2", |
| 811 | "strsim 0.8.0", |
| 812 | "textwrap 0.11.0", |
| 813 | "unicode-width 0.1.14", |
| 814 | "vec_map", |
| 815 | ] |
| 816 | |
| 817 | [[package]] |
| 818 | name = "clap" |
| 819 | version = "4.6.1" |
| 820 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 821 | checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" |
| 822 | dependencies = [ |
| 823 | "clap_builder", |
| 824 | "clap_derive", |
| 825 | ] |
| 826 | |
| 827 | [[package]] |
| 828 | name = "clap_builder" |
| 829 | version = "4.6.0" |
| 830 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 831 | checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" |
| 832 | dependencies = [ |
| 833 | "anstream", |
| 834 | "anstyle", |
| 835 | "clap_lex", |
| 836 | "strsim 0.11.1", |
| 837 | "terminal_size", |
| 838 | ] |
| 839 | |
| 840 | [[package]] |
| 841 | name = "clap_derive" |
| 842 | version = "4.6.1" |
| 843 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 844 | checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9" |
| 845 | dependencies = [ |
| 846 | "heck 0.5.0", |
| 847 | "proc-macro2", |
| 848 | "quote", |
| 849 | "syn 2.0.117", |
| 850 | ] |
| 851 | |
| 852 | [[package]] |
| 853 | name = "clap_lex" |
| 854 | version = "1.1.0" |
| 855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 856 | checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" |
| 857 | |
| 858 | [[package]] |
| 859 | name = "cmake" |
| 860 | version = "0.1.58" |
| 861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 862 | checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" |
| 863 | dependencies = [ |
| 864 | "cc", |
| 865 | ] |
| 866 | |
| 867 | [[package]] |
| 868 | name = "color_quant" |
| 869 | version = "1.1.0" |
| 870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 871 | checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" |
| 872 | |
| 873 | [[package]] |
| 874 | name = "colorchoice" |
| 875 | version = "1.0.5" |
| 876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 877 | checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" |
| 878 | |
| 879 | [[package]] |
| 880 | name = "combine" |
| 881 | version = "4.6.7" |
| 882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 883 | checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" |
| 884 | dependencies = [ |
| 885 | "bytes", |
| 886 | "memchr", |
| 887 | ] |
| 888 | |
| 889 | [[package]] |
| 890 | name = "compact_str" |
| 891 | version = "0.8.2" |
| 892 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 893 | checksum = "7fd622ebbb56a5b2ccb651b32b911cdeb2a9b4b11776b2473bf26a26a286244e" |
| 894 | dependencies = [ |
| 895 | "castaway", |
| 896 | "cfg-if", |
| 897 | "itoa", |
| 898 | "rustversion", |
| 899 | "ryu", |
| 900 | "static_assertions", |
| 901 | ] |
| 902 | |
| 903 | [[package]] |
| 904 | name = "compact_str" |
| 905 | version = "0.9.1" |
| 906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 907 | checksum = "9dfdd1c2274d9aa354115b09dc9a901d6c5576818cdf70d14cae2bdb47df00ab" |
| 908 | dependencies = [ |
| 909 | "castaway", |
| 910 | "cfg-if", |
| 911 | "itoa", |
| 912 | "rustversion", |
| 913 | "ryu", |
| 914 | "serde", |
| 915 | "static_assertions", |
| 916 | ] |
| 917 | |
| 918 | [[package]] |
| 919 | name = "concurrent-queue" |
| 920 | version = "2.5.0" |
| 921 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 922 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 923 | dependencies = [ |
| 924 | "crossbeam-utils", |
| 925 | ] |
| 926 | |
| 927 | [[package]] |
| 928 | name = "console" |
| 929 | version = "0.15.11" |
| 930 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 931 | checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" |
| 932 | dependencies = [ |
| 933 | "encode_unicode", |
| 934 | "libc", |
| 935 | "once_cell", |
| 936 | "unicode-width 0.2.0", |
| 937 | "windows-sys 0.59.0", |
| 938 | ] |
| 939 | |
| 940 | [[package]] |
| 941 | name = "console" |
| 942 | version = "0.16.3" |
| 943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 944 | checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87" |
| 945 | dependencies = [ |
| 946 | "encode_unicode", |
| 947 | "libc", |
| 948 | "unicode-width 0.2.0", |
| 949 | "windows-sys 0.61.2", |
| 950 | ] |
| 951 | |
| 952 | [[package]] |
| 953 | name = "convert_case" |
| 954 | version = "0.6.0" |
| 955 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 956 | checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" |
| 957 | dependencies = [ |
| 958 | "unicode-segmentation", |
| 959 | ] |
| 960 | |
| 961 | [[package]] |
| 962 | name = "convert_case" |
| 963 | version = "0.10.0" |
| 964 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 965 | checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" |
| 966 | dependencies = [ |
| 967 | "unicode-segmentation", |
| 968 | ] |
| 969 | |
| 970 | [[package]] |
| 971 | name = "core-foundation" |
| 972 | version = "0.9.4" |
| 973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 974 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| 975 | dependencies = [ |
| 976 | "core-foundation-sys", |
| 977 | "libc", |
| 978 | ] |
| 979 | |
| 980 | [[package]] |
| 981 | name = "core-foundation" |
| 982 | version = "0.10.1" |
| 983 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 984 | checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| 985 | dependencies = [ |
| 986 | "core-foundation-sys", |
| 987 | "libc", |
| 988 | ] |
| 989 | |
| 990 | [[package]] |
| 991 | name = "core-foundation-sys" |
| 992 | version = "0.8.7" |
| 993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 994 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 995 | |
| 996 | [[package]] |
| 997 | name = "core-graphics-types" |
| 998 | version = "0.1.3" |
| 999 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1000 | checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" |
| 1001 | dependencies = [ |
| 1002 | "bitflags 1.3.2", |
| 1003 | "core-foundation 0.9.4", |
| 1004 | "libc", |
| 1005 | ] |
| 1006 | |
| 1007 | [[package]] |
| 1008 | name = "cpufeatures" |
| 1009 | version = "0.2.17" |
| 1010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1011 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 1012 | dependencies = [ |
| 1013 | "libc", |
| 1014 | ] |
| 1015 | |
| 1016 | [[package]] |
| 1017 | name = "crc32fast" |
| 1018 | version = "1.5.0" |
| 1019 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1020 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 1021 | dependencies = [ |
| 1022 | "cfg-if", |
| 1023 | ] |
| 1024 | |
| 1025 | [[package]] |
| 1026 | name = "crossbeam-deque" |
| 1027 | version = "0.8.6" |
| 1028 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1029 | checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
| 1030 | dependencies = [ |
| 1031 | "crossbeam-epoch", |
| 1032 | "crossbeam-utils", |
| 1033 | ] |
| 1034 | |
| 1035 | [[package]] |
| 1036 | name = "crossbeam-epoch" |
| 1037 | version = "0.9.18" |
| 1038 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1039 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| 1040 | dependencies = [ |
| 1041 | "crossbeam-utils", |
| 1042 | ] |
| 1043 | |
| 1044 | [[package]] |
| 1045 | name = "crossbeam-utils" |
| 1046 | version = "0.8.21" |
| 1047 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1048 | checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 1049 | |
| 1050 | [[package]] |
| 1051 | name = "crossterm" |
| 1052 | version = "0.28.1" |
| 1053 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1054 | checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" |
| 1055 | dependencies = [ |
| 1056 | "bitflags 2.13.0", |
| 1057 | "crossterm_winapi", |
| 1058 | "mio", |
| 1059 | "parking_lot", |
| 1060 | "rustix 0.38.44", |
| 1061 | "signal-hook", |
| 1062 | "signal-hook-mio", |
| 1063 | "winapi", |
| 1064 | ] |
| 1065 | |
| 1066 | [[package]] |
| 1067 | name = "crossterm" |
| 1068 | version = "0.29.0" |
| 1069 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1070 | checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" |
| 1071 | dependencies = [ |
| 1072 | "bitflags 2.13.0", |
| 1073 | "crossterm_winapi", |
| 1074 | "derive_more", |
| 1075 | "document-features", |
| 1076 | "futures-core", |
| 1077 | "mio", |
| 1078 | "parking_lot", |
| 1079 | "rustix 1.1.4", |
| 1080 | "signal-hook", |
| 1081 | "signal-hook-mio", |
| 1082 | "winapi", |
| 1083 | ] |
| 1084 | |
| 1085 | [[package]] |
| 1086 | name = "crossterm_winapi" |
| 1087 | version = "0.9.1" |
| 1088 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1089 | checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" |
| 1090 | dependencies = [ |
| 1091 | "winapi", |
| 1092 | ] |
| 1093 | |
| 1094 | [[package]] |
| 1095 | name = "crunchy" |
| 1096 | version = "0.2.4" |
| 1097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1098 | checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| 1099 | |
| 1100 | [[package]] |
| 1101 | name = "crypto-common" |
| 1102 | version = "0.1.7" |
| 1103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1104 | checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 1105 | dependencies = [ |
| 1106 | "generic-array", |
| 1107 | "typenum", |
| 1108 | ] |
| 1109 | |
| 1110 | [[package]] |
| 1111 | name = "cssparser" |
| 1112 | version = "0.36.0" |
| 1113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1114 | checksum = "dae61cf9c0abb83bd659dab65b7e4e38d8236824c85f0f804f173567bda257d2" |
| 1115 | dependencies = [ |
| 1116 | "cssparser-macros", |
| 1117 | "dtoa-short", |
| 1118 | "itoa", |
| 1119 | "phf", |
| 1120 | "smallvec 1.15.1", |
| 1121 | ] |
| 1122 | |
| 1123 | [[package]] |
| 1124 | name = "cssparser-macros" |
| 1125 | version = "0.6.1" |
| 1126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1127 | checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" |
| 1128 | dependencies = [ |
| 1129 | "quote", |
| 1130 | "syn 2.0.117", |
| 1131 | ] |
| 1132 | |
| 1133 | [[package]] |
| 1134 | name = "csv" |
| 1135 | version = "1.4.0" |
| 1136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1137 | checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938" |
| 1138 | dependencies = [ |
| 1139 | "csv-core", |
| 1140 | "itoa", |
| 1141 | "ryu", |
| 1142 | "serde_core", |
| 1143 | ] |
| 1144 | |
| 1145 | [[package]] |
| 1146 | name = "csv-core" |
| 1147 | version = "0.1.13" |
| 1148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1149 | checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782" |
| 1150 | dependencies = [ |
| 1151 | "memchr", |
| 1152 | ] |
| 1153 | |
| 1154 | [[package]] |
| 1155 | name = "darling" |
| 1156 | version = "0.11.0" |
| 1157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1158 | checksum = "dbffa8f8e38810422f320ca457a93cf1cd0056dc9c06c556b867558e0d471463" |
| 1159 | dependencies = [ |
| 1160 | "darling_core 0.11.0", |
| 1161 | "darling_macro 0.11.0", |
| 1162 | ] |
| 1163 | |
| 1164 | [[package]] |
| 1165 | name = "darling" |
| 1166 | version = "0.20.11" |
| 1167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1168 | checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" |
| 1169 | dependencies = [ |
| 1170 | "darling_core 0.20.11", |
| 1171 | "darling_macro 0.20.11", |
| 1172 | ] |
| 1173 | |
| 1174 | [[package]] |
| 1175 | name = "darling" |
| 1176 | version = "0.23.0" |
| 1177 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1178 | checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" |
| 1179 | dependencies = [ |
| 1180 | "darling_core 0.23.0", |
| 1181 | "darling_macro 0.23.0", |
| 1182 | ] |
| 1183 | |
| 1184 | [[package]] |
| 1185 | name = "darling_core" |
| 1186 | version = "0.11.0" |
| 1187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1188 | checksum = "06e172685d94b7b83800e3256a63261537b9d6129e10f21c8e13ddf9dba8c64d" |
| 1189 | dependencies = [ |
| 1190 | "fnv", |
| 1191 | "ident_case", |
| 1192 | "proc-macro2", |
| 1193 | "quote", |
| 1194 | "strsim 0.10.0", |
| 1195 | "syn 1.0.109", |
| 1196 | ] |
| 1197 | |
| 1198 | [[package]] |
| 1199 | name = "darling_core" |
| 1200 | version = "0.20.11" |
| 1201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1202 | checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" |
| 1203 | dependencies = [ |
| 1204 | "fnv", |
| 1205 | "ident_case", |
| 1206 | "proc-macro2", |
| 1207 | "quote", |
| 1208 | "strsim 0.11.1", |
| 1209 | "syn 2.0.117", |
| 1210 | ] |
| 1211 | |
| 1212 | [[package]] |
| 1213 | name = "darling_core" |
| 1214 | version = "0.23.0" |
| 1215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1216 | checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" |
| 1217 | dependencies = [ |
| 1218 | "ident_case", |
| 1219 | "proc-macro2", |
| 1220 | "quote", |
| 1221 | "strsim 0.11.1", |
| 1222 | "syn 2.0.117", |
| 1223 | ] |
| 1224 | |
| 1225 | [[package]] |
| 1226 | name = "darling_macro" |
| 1227 | version = "0.11.0" |
| 1228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1229 | checksum = "f0618ac802792cebd1918ac6042a6ea1eeab92db34b35656afaa577929820788" |
| 1230 | dependencies = [ |
| 1231 | "darling_core 0.11.0", |
| 1232 | "quote", |
| 1233 | "syn 1.0.109", |
| 1234 | ] |
| 1235 | |
| 1236 | [[package]] |
| 1237 | name = "darling_macro" |
| 1238 | version = "0.20.11" |
| 1239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1240 | checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" |
| 1241 | dependencies = [ |
| 1242 | "darling_core 0.20.11", |
| 1243 | "quote", |
| 1244 | "syn 2.0.117", |
| 1245 | ] |
| 1246 | |
| 1247 | [[package]] |
| 1248 | name = "darling_macro" |
| 1249 | version = "0.23.0" |
| 1250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1251 | checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" |
| 1252 | dependencies = [ |
| 1253 | "darling_core 0.23.0", |
| 1254 | "quote", |
| 1255 | "syn 2.0.117", |
| 1256 | ] |
| 1257 | |
| 1258 | [[package]] |
| 1259 | name = "dary_heap" |
| 1260 | version = "0.3.9" |
| 1261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1262 | checksum = "8b1e3a325bc115f096c8b77bbf027a7c2592230e70be2d985be950d3d5e60ebe" |
| 1263 | dependencies = [ |
| 1264 | "serde", |
| 1265 | ] |
| 1266 | |
| 1267 | [[package]] |
| 1268 | name = "data-encoding" |
| 1269 | version = "2.11.0" |
| 1270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1271 | checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" |
| 1272 | |
| 1273 | [[package]] |
| 1274 | name = "defmac" |
| 1275 | version = "0.1.3" |
| 1276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1277 | checksum = "aafbece59594ed57696a1a69e8bb3ca1683fbc9cdb41d5c02726070b2cd8f19d" |
| 1278 | |
| 1279 | [[package]] |
| 1280 | name = "deranged" |
| 1281 | version = "0.5.8" |
| 1282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1283 | checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" |
| 1284 | dependencies = [ |
| 1285 | "powerfmt", |
| 1286 | "serde_core", |
| 1287 | ] |
| 1288 | |
| 1289 | [[package]] |
| 1290 | name = "derive-new" |
| 1291 | version = "0.7.0" |
| 1292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1293 | checksum = "2cdc8d50f426189eef89dac62fabfa0abb27d5cc008f25bf4156a0203325becc" |
| 1294 | dependencies = [ |
| 1295 | "proc-macro2", |
| 1296 | "quote", |
| 1297 | "syn 2.0.117", |
| 1298 | ] |
| 1299 | |
| 1300 | [[package]] |
| 1301 | name = "derive_builder" |
| 1302 | version = "0.20.2" |
| 1303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1304 | checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" |
| 1305 | dependencies = [ |
| 1306 | "derive_builder_macro", |
| 1307 | ] |
| 1308 | |
| 1309 | [[package]] |
| 1310 | name = "derive_builder_core" |
| 1311 | version = "0.20.2" |
| 1312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1313 | checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" |
| 1314 | dependencies = [ |
| 1315 | "darling 0.20.11", |
| 1316 | "proc-macro2", |
| 1317 | "quote", |
| 1318 | "syn 2.0.117", |
| 1319 | ] |
| 1320 | |
| 1321 | [[package]] |
| 1322 | name = "derive_builder_macro" |
| 1323 | version = "0.20.2" |
| 1324 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1325 | checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" |
| 1326 | dependencies = [ |
| 1327 | "derive_builder_core", |
| 1328 | "syn 2.0.117", |
| 1329 | ] |
| 1330 | |
| 1331 | [[package]] |
| 1332 | name = "derive_more" |
| 1333 | version = "2.1.1" |
| 1334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1335 | checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" |
| 1336 | dependencies = [ |
| 1337 | "derive_more-impl", |
| 1338 | ] |
| 1339 | |
| 1340 | [[package]] |
| 1341 | name = "derive_more-impl" |
| 1342 | version = "2.1.1" |
| 1343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1344 | checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" |
| 1345 | dependencies = [ |
| 1346 | "convert_case 0.10.0", |
| 1347 | "proc-macro2", |
| 1348 | "quote", |
| 1349 | "rustc_version", |
| 1350 | "syn 2.0.117", |
| 1351 | "unicode-xid", |
| 1352 | ] |
| 1353 | |
| 1354 | [[package]] |
| 1355 | name = "derivre" |
| 1356 | version = "0.3.12" |
| 1357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1358 | checksum = "a892ec3953f4ca893e8d2086ed03d4b58e19c77ffb864a574b332d7d40c175f3" |
| 1359 | dependencies = [ |
| 1360 | "anyhow", |
| 1361 | "bytemuck", |
| 1362 | "bytemuck_derive", |
| 1363 | "hashbrown 0.17.1", |
| 1364 | "regex-syntax", |
| 1365 | "strum 0.28.0", |
| 1366 | ] |
| 1367 | |
| 1368 | [[package]] |
| 1369 | name = "deunicode" |
| 1370 | version = "1.6.2" |
| 1371 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1372 | checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04" |
| 1373 | |
| 1374 | [[package]] |
| 1375 | name = "digest" |
| 1376 | version = "0.10.7" |
| 1377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1378 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 1379 | dependencies = [ |
| 1380 | "block-buffer", |
| 1381 | "crypto-common", |
| 1382 | ] |
| 1383 | |
| 1384 | [[package]] |
| 1385 | name = "dirs" |
| 1386 | version = "6.0.0" |
| 1387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1388 | checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| 1389 | dependencies = [ |
| 1390 | "dirs-sys", |
| 1391 | ] |
| 1392 | |
| 1393 | [[package]] |
| 1394 | name = "dirs-sys" |
| 1395 | version = "0.5.0" |
| 1396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1397 | checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" |
| 1398 | dependencies = [ |
| 1399 | "libc", |
| 1400 | "option-ext", |
| 1401 | "redox_users", |
| 1402 | "windows-sys 0.61.2", |
| 1403 | ] |
| 1404 | |
| 1405 | [[package]] |
| 1406 | name = "dispatch2" |
| 1407 | version = "0.3.1" |
| 1408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1409 | checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" |
| 1410 | dependencies = [ |
| 1411 | "bitflags 2.13.0", |
| 1412 | "block2", |
| 1413 | "objc2", |
| 1414 | ] |
| 1415 | |
| 1416 | [[package]] |
| 1417 | name = "displaydoc" |
| 1418 | version = "0.2.6" |
| 1419 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1420 | checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" |
| 1421 | dependencies = [ |
| 1422 | "proc-macro2", |
| 1423 | "quote", |
| 1424 | "syn 2.0.117", |
| 1425 | ] |
| 1426 | |
| 1427 | [[package]] |
| 1428 | name = "doctest-file" |
| 1429 | version = "1.1.1" |
| 1430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1431 | checksum = "c2db04e74f0a9a93103b50e90b96024c9b2bdca8bce6a632ec71b88736d3d359" |
| 1432 | |
| 1433 | [[package]] |
| 1434 | name = "document-features" |
| 1435 | version = "0.2.12" |
| 1436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1437 | checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" |
| 1438 | dependencies = [ |
| 1439 | "litrs", |
| 1440 | ] |
| 1441 | |
| 1442 | [[package]] |
| 1443 | name = "dotenvy" |
| 1444 | version = "0.15.7" |
| 1445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1446 | checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" |
| 1447 | |
| 1448 | [[package]] |
| 1449 | name = "dtoa" |
| 1450 | version = "1.0.11" |
| 1451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1452 | checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" |
| 1453 | |
| 1454 | [[package]] |
| 1455 | name = "dtoa-short" |
| 1456 | version = "0.3.5" |
| 1457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1458 | checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" |
| 1459 | dependencies = [ |
| 1460 | "dtoa", |
| 1461 | ] |
| 1462 | |
| 1463 | [[package]] |
| 1464 | name = "dunce" |
| 1465 | version = "1.0.5" |
| 1466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1467 | checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
| 1468 | |
| 1469 | [[package]] |
| 1470 | name = "dyn-clone" |
| 1471 | version = "1.0.20" |
| 1472 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1473 | checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" |
| 1474 | |
| 1475 | [[package]] |
| 1476 | name = "dyn-stack" |
| 1477 | version = "0.13.2" |
| 1478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1479 | checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8" |
| 1480 | dependencies = [ |
| 1481 | "bytemuck", |
| 1482 | "dyn-stack-macros", |
| 1483 | ] |
| 1484 | |
| 1485 | [[package]] |
| 1486 | name = "dyn-stack-macros" |
| 1487 | version = "0.1.3" |
| 1488 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1489 | checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9" |
| 1490 | |
| 1491 | [[package]] |
| 1492 | name = "ego-tree" |
| 1493 | version = "0.10.0" |
| 1494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1495 | checksum = "b2972feb8dffe7bc8c5463b1dacda1b0dfbed3710e50f977d965429692d74cd8" |
| 1496 | |
| 1497 | [[package]] |
| 1498 | name = "either" |
| 1499 | version = "1.16.0" |
| 1500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1501 | checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e" |
| 1502 | dependencies = [ |
| 1503 | "serde", |
| 1504 | ] |
| 1505 | |
| 1506 | [[package]] |
| 1507 | name = "encode_unicode" |
| 1508 | version = "1.0.0" |
| 1509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1510 | checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" |
| 1511 | |
| 1512 | [[package]] |
| 1513 | name = "encoding_rs" |
| 1514 | version = "0.8.35" |
| 1515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1516 | checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
| 1517 | dependencies = [ |
| 1518 | "cfg-if", |
| 1519 | ] |
| 1520 | |
| 1521 | [[package]] |
| 1522 | name = "encoding_rs_io" |
| 1523 | version = "0.1.7" |
| 1524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1525 | checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83" |
| 1526 | dependencies = [ |
| 1527 | "encoding_rs", |
| 1528 | ] |
| 1529 | |
| 1530 | [[package]] |
| 1531 | name = "endian-type" |
| 1532 | version = "0.2.0" |
| 1533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1534 | checksum = "869b0adbda23651a9c5c0c3d270aac9fcb52e8622a8f2b17e57802d7791962f2" |
| 1535 | |
| 1536 | [[package]] |
| 1537 | name = "enum-as-inner" |
| 1538 | version = "0.6.1" |
| 1539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1540 | checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" |
| 1541 | dependencies = [ |
| 1542 | "heck 0.5.0", |
| 1543 | "proc-macro2", |
| 1544 | "quote", |
| 1545 | "syn 2.0.117", |
| 1546 | ] |
| 1547 | |
| 1548 | [[package]] |
| 1549 | name = "equivalent" |
| 1550 | version = "1.0.2" |
| 1551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1552 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 1553 | |
| 1554 | [[package]] |
| 1555 | name = "errno" |
| 1556 | version = "0.3.14" |
| 1557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1558 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 1559 | dependencies = [ |
| 1560 | "libc", |
| 1561 | "windows-sys 0.61.2", |
| 1562 | ] |
| 1563 | |
| 1564 | [[package]] |
| 1565 | name = "esaxx-rs" |
| 1566 | version = "0.1.10" |
| 1567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1568 | checksum = "d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6" |
| 1569 | |
| 1570 | [[package]] |
| 1571 | name = "event-listener" |
| 1572 | version = "5.4.1" |
| 1573 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1574 | checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" |
| 1575 | dependencies = [ |
| 1576 | "concurrent-queue", |
| 1577 | "parking", |
| 1578 | "pin-project-lite", |
| 1579 | ] |
| 1580 | |
| 1581 | [[package]] |
| 1582 | name = "event-listener-strategy" |
| 1583 | version = "0.5.4" |
| 1584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1585 | checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" |
| 1586 | dependencies = [ |
| 1587 | "event-listener", |
| 1588 | "pin-project-lite", |
| 1589 | ] |
| 1590 | |
| 1591 | [[package]] |
| 1592 | name = "exr" |
| 1593 | version = "1.74.0" |
| 1594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1595 | checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be" |
| 1596 | dependencies = [ |
| 1597 | "bit_field", |
| 1598 | "half", |
| 1599 | "lebe", |
| 1600 | "miniz_oxide", |
| 1601 | "smallvec 1.15.1", |
| 1602 | "zune-inflate", |
| 1603 | ] |
| 1604 | |
| 1605 | [[package]] |
| 1606 | name = "extended" |
| 1607 | version = "0.1.0" |
| 1608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1609 | checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365" |
| 1610 | |
| 1611 | [[package]] |
| 1612 | name = "fancy-regex" |
| 1613 | version = "0.13.0" |
| 1614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1615 | checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2" |
| 1616 | dependencies = [ |
| 1617 | "bit-set 0.5.3", |
| 1618 | "regex-automata", |
| 1619 | "regex-syntax", |
| 1620 | ] |
| 1621 | |
| 1622 | [[package]] |
| 1623 | name = "fancy-regex" |
| 1624 | version = "0.14.0" |
| 1625 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1626 | checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298" |
| 1627 | dependencies = [ |
| 1628 | "bit-set 0.8.0", |
| 1629 | "regex-automata", |
| 1630 | "regex-syntax", |
| 1631 | ] |
| 1632 | |
| 1633 | [[package]] |
| 1634 | name = "fastrand" |
| 1635 | version = "2.4.1" |
| 1636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1637 | checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" |
| 1638 | |
| 1639 | [[package]] |
| 1640 | name = "fax" |
| 1641 | version = "0.2.7" |
| 1642 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1643 | checksum = "caf1079563223d5d59d83c85886a56e586cfd5c1a26292e971a0fa266531ac5a" |
| 1644 | |
| 1645 | [[package]] |
| 1646 | name = "fdeflate" |
| 1647 | version = "0.3.7" |
| 1648 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1649 | checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" |
| 1650 | dependencies = [ |
| 1651 | "simd-adler32", |
| 1652 | ] |
| 1653 | |
| 1654 | [[package]] |
| 1655 | name = "find-msvc-tools" |
| 1656 | version = "0.1.9" |
| 1657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1658 | checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 1659 | |
| 1660 | [[package]] |
| 1661 | name = "fixedbitset" |
| 1662 | version = "0.5.7" |
| 1663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1664 | checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" |
| 1665 | |
| 1666 | [[package]] |
| 1667 | name = "flate2" |
| 1668 | version = "1.1.9" |
| 1669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1670 | checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" |
| 1671 | dependencies = [ |
| 1672 | "crc32fast", |
| 1673 | "miniz_oxide", |
| 1674 | ] |
| 1675 | |
| 1676 | [[package]] |
| 1677 | name = "float8" |
| 1678 | version = "0.7.0" |
| 1679 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1680 | checksum = "c2d1f04709a8ac06e8e8042875a3c466cc4832d3c1a18dbcb9dba3c6e83046bc" |
| 1681 | dependencies = [ |
| 1682 | "half", |
| 1683 | "num-traits", |
| 1684 | "rand 0.9.4", |
| 1685 | "rand_distr 0.5.1", |
| 1686 | ] |
| 1687 | |
| 1688 | [[package]] |
| 1689 | name = "fnv" |
| 1690 | version = "1.0.7" |
| 1691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1692 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 1693 | |
| 1694 | [[package]] |
| 1695 | name = "foldhash" |
| 1696 | version = "0.1.5" |
| 1697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1698 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 1699 | |
| 1700 | [[package]] |
| 1701 | name = "foldhash" |
| 1702 | version = "0.2.0" |
| 1703 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1704 | checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| 1705 | |
| 1706 | [[package]] |
| 1707 | name = "foreign-types" |
| 1708 | version = "0.5.0" |
| 1709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1710 | checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" |
| 1711 | dependencies = [ |
| 1712 | "foreign-types-macros", |
| 1713 | "foreign-types-shared", |
| 1714 | ] |
| 1715 | |
| 1716 | [[package]] |
| 1717 | name = "foreign-types-macros" |
| 1718 | version = "0.2.3" |
| 1719 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1720 | checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" |
| 1721 | dependencies = [ |
| 1722 | "proc-macro2", |
| 1723 | "quote", |
| 1724 | "syn 2.0.117", |
| 1725 | ] |
| 1726 | |
| 1727 | [[package]] |
| 1728 | name = "foreign-types-shared" |
| 1729 | version = "0.3.1" |
| 1730 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1731 | checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" |
| 1732 | |
| 1733 | [[package]] |
| 1734 | name = "form_urlencoded" |
| 1735 | version = "1.2.2" |
| 1736 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1737 | checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 1738 | dependencies = [ |
| 1739 | "percent-encoding", |
| 1740 | ] |
| 1741 | |
| 1742 | [[package]] |
| 1743 | name = "fs-err" |
| 1744 | version = "2.11.0" |
| 1745 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1746 | checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" |
| 1747 | dependencies = [ |
| 1748 | "autocfg", |
| 1749 | ] |
| 1750 | |
| 1751 | [[package]] |
| 1752 | name = "fs_extra" |
| 1753 | version = "1.3.0" |
| 1754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1755 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 1756 | |
| 1757 | [[package]] |
| 1758 | name = "futf" |
| 1759 | version = "0.1.5" |
| 1760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1761 | checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
| 1762 | dependencies = [ |
| 1763 | "mac", |
| 1764 | "new_debug_unreachable", |
| 1765 | ] |
| 1766 | |
| 1767 | [[package]] |
| 1768 | name = "futures" |
| 1769 | version = "0.3.32" |
| 1770 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1771 | checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" |
| 1772 | dependencies = [ |
| 1773 | "futures-channel", |
| 1774 | "futures-core", |
| 1775 | "futures-executor", |
| 1776 | "futures-io", |
| 1777 | "futures-sink", |
| 1778 | "futures-task", |
| 1779 | "futures-util", |
| 1780 | ] |
| 1781 | |
| 1782 | [[package]] |
| 1783 | name = "futures-channel" |
| 1784 | version = "0.3.32" |
| 1785 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1786 | checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| 1787 | dependencies = [ |
| 1788 | "futures-core", |
| 1789 | "futures-sink", |
| 1790 | ] |
| 1791 | |
| 1792 | [[package]] |
| 1793 | name = "futures-concurrency" |
| 1794 | version = "7.7.1" |
| 1795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1796 | checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6" |
| 1797 | dependencies = [ |
| 1798 | "fixedbitset", |
| 1799 | "futures-core", |
| 1800 | "futures-lite", |
| 1801 | "pin-project", |
| 1802 | "smallvec 1.15.1", |
| 1803 | ] |
| 1804 | |
| 1805 | [[package]] |
| 1806 | name = "futures-core" |
| 1807 | version = "0.3.32" |
| 1808 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1809 | checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 1810 | |
| 1811 | [[package]] |
| 1812 | name = "futures-executor" |
| 1813 | version = "0.3.32" |
| 1814 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1815 | checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" |
| 1816 | dependencies = [ |
| 1817 | "futures-core", |
| 1818 | "futures-task", |
| 1819 | "futures-util", |
| 1820 | ] |
| 1821 | |
| 1822 | [[package]] |
| 1823 | name = "futures-io" |
| 1824 | version = "0.3.32" |
| 1825 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1826 | checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" |
| 1827 | |
| 1828 | [[package]] |
| 1829 | name = "futures-lite" |
| 1830 | version = "2.6.1" |
| 1831 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1832 | checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" |
| 1833 | dependencies = [ |
| 1834 | "fastrand", |
| 1835 | "futures-core", |
| 1836 | "futures-io", |
| 1837 | "parking", |
| 1838 | "pin-project-lite", |
| 1839 | ] |
| 1840 | |
| 1841 | [[package]] |
| 1842 | name = "futures-macro" |
| 1843 | version = "0.3.32" |
| 1844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1845 | checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" |
| 1846 | dependencies = [ |
| 1847 | "proc-macro2", |
| 1848 | "quote", |
| 1849 | "syn 2.0.117", |
| 1850 | ] |
| 1851 | |
| 1852 | [[package]] |
| 1853 | name = "futures-sink" |
| 1854 | version = "0.3.32" |
| 1855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1856 | checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" |
| 1857 | |
| 1858 | [[package]] |
| 1859 | name = "futures-task" |
| 1860 | version = "0.3.32" |
| 1861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1862 | checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 1863 | |
| 1864 | [[package]] |
| 1865 | name = "futures-util" |
| 1866 | version = "0.3.32" |
| 1867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1868 | checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 1869 | dependencies = [ |
| 1870 | "futures-channel", |
| 1871 | "futures-core", |
| 1872 | "futures-io", |
| 1873 | "futures-macro", |
| 1874 | "futures-sink", |
| 1875 | "futures-task", |
| 1876 | "memchr", |
| 1877 | "pin-project-lite", |
| 1878 | "slab", |
| 1879 | ] |
| 1880 | |
| 1881 | [[package]] |
| 1882 | name = "fxhash" |
| 1883 | version = "0.2.1" |
| 1884 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1885 | checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" |
| 1886 | dependencies = [ |
| 1887 | "byteorder", |
| 1888 | ] |
| 1889 | |
| 1890 | [[package]] |
| 1891 | name = "galil-seiferas" |
| 1892 | version = "0.1.5" |
| 1893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1894 | checksum = "794ac25cfda3fa11d2b07ff8c65889c6c03411646df54e59e606878d899e1d5a" |
| 1895 | dependencies = [ |
| 1896 | "defmac", |
| 1897 | "unchecked-index", |
| 1898 | ] |
| 1899 | |
| 1900 | [[package]] |
| 1901 | name = "gemm" |
| 1902 | version = "0.18.2" |
| 1903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1904 | checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451" |
| 1905 | dependencies = [ |
| 1906 | "dyn-stack", |
| 1907 | "gemm-c32 0.18.2", |
| 1908 | "gemm-c64 0.18.2", |
| 1909 | "gemm-common 0.18.2", |
| 1910 | "gemm-f16 0.18.2", |
| 1911 | "gemm-f32 0.18.2", |
| 1912 | "gemm-f64 0.18.2", |
| 1913 | "num-complex", |
| 1914 | "num-traits", |
| 1915 | "paste", |
| 1916 | "raw-cpuid", |
| 1917 | "seq-macro", |
| 1918 | ] |
| 1919 | |
| 1920 | [[package]] |
| 1921 | name = "gemm" |
| 1922 | version = "0.19.0" |
| 1923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1924 | checksum = "aa0673db364b12263d103b68337a68fbecc541d6f6b61ba72fe438654709eacb" |
| 1925 | dependencies = [ |
| 1926 | "dyn-stack", |
| 1927 | "gemm-c32 0.19.0", |
| 1928 | "gemm-c64 0.19.0", |
| 1929 | "gemm-common 0.19.0", |
| 1930 | "gemm-f16 0.19.0", |
| 1931 | "gemm-f32 0.19.0", |
| 1932 | "gemm-f64 0.19.0", |
| 1933 | "num-complex", |
| 1934 | "num-traits", |
| 1935 | "paste", |
| 1936 | "raw-cpuid", |
| 1937 | "seq-macro", |
| 1938 | ] |
| 1939 | |
| 1940 | [[package]] |
| 1941 | name = "gemm-c32" |
| 1942 | version = "0.18.2" |
| 1943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1944 | checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847" |
| 1945 | dependencies = [ |
| 1946 | "dyn-stack", |
| 1947 | "gemm-common 0.18.2", |
| 1948 | "num-complex", |
| 1949 | "num-traits", |
| 1950 | "paste", |
| 1951 | "raw-cpuid", |
| 1952 | "seq-macro", |
| 1953 | ] |
| 1954 | |
| 1955 | [[package]] |
| 1956 | name = "gemm-c32" |
| 1957 | version = "0.19.0" |
| 1958 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1959 | checksum = "086936dbdcb99e37aad81d320f98f670e53c1e55a98bee70573e83f95beb128c" |
| 1960 | dependencies = [ |
| 1961 | "dyn-stack", |
| 1962 | "gemm-common 0.19.0", |
| 1963 | "num-complex", |
| 1964 | "num-traits", |
| 1965 | "paste", |
| 1966 | "raw-cpuid", |
| 1967 | "seq-macro", |
| 1968 | ] |
| 1969 | |
| 1970 | [[package]] |
| 1971 | name = "gemm-c64" |
| 1972 | version = "0.18.2" |
| 1973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1974 | checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf" |
| 1975 | dependencies = [ |
| 1976 | "dyn-stack", |
| 1977 | "gemm-common 0.18.2", |
| 1978 | "num-complex", |
| 1979 | "num-traits", |
| 1980 | "paste", |
| 1981 | "raw-cpuid", |
| 1982 | "seq-macro", |
| 1983 | ] |
| 1984 | |
| 1985 | [[package]] |
| 1986 | name = "gemm-c64" |
| 1987 | version = "0.19.0" |
| 1988 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1989 | checksum = "20c8aeeeec425959bda4d9827664029ba1501a90a0d1e6228e48bef741db3a3f" |
| 1990 | dependencies = [ |
| 1991 | "dyn-stack", |
| 1992 | "gemm-common 0.19.0", |
| 1993 | "num-complex", |
| 1994 | "num-traits", |
| 1995 | "paste", |
| 1996 | "raw-cpuid", |
| 1997 | "seq-macro", |
| 1998 | ] |
| 1999 | |
| 2000 | [[package]] |
| 2001 | name = "gemm-common" |
| 2002 | version = "0.18.2" |
| 2003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2004 | checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3" |
| 2005 | dependencies = [ |
| 2006 | "bytemuck", |
| 2007 | "dyn-stack", |
| 2008 | "half", |
| 2009 | "libm", |
| 2010 | "num-complex", |
| 2011 | "num-traits", |
| 2012 | "once_cell", |
| 2013 | "paste", |
| 2014 | "pulp 0.21.5", |
| 2015 | "raw-cpuid", |
| 2016 | "rayon", |
| 2017 | "seq-macro", |
| 2018 | "sysctl", |
| 2019 | ] |
| 2020 | |
| 2021 | [[package]] |
| 2022 | name = "gemm-common" |
| 2023 | version = "0.19.0" |
| 2024 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2025 | checksum = "88027625910cc9b1085aaaa1c4bc46bb3a36aad323452b33c25b5e4e7c8e2a3e" |
| 2026 | dependencies = [ |
| 2027 | "bytemuck", |
| 2028 | "dyn-stack", |
| 2029 | "half", |
| 2030 | "libm", |
| 2031 | "num-complex", |
| 2032 | "num-traits", |
| 2033 | "once_cell", |
| 2034 | "paste", |
| 2035 | "pulp 0.22.2", |
| 2036 | "raw-cpuid", |
| 2037 | "rayon", |
| 2038 | "seq-macro", |
| 2039 | "sysctl", |
| 2040 | ] |
| 2041 | |
| 2042 | [[package]] |
| 2043 | name = "gemm-f16" |
| 2044 | version = "0.18.2" |
| 2045 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2046 | checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109" |
| 2047 | dependencies = [ |
| 2048 | "dyn-stack", |
| 2049 | "gemm-common 0.18.2", |
| 2050 | "gemm-f32 0.18.2", |
| 2051 | "half", |
| 2052 | "num-complex", |
| 2053 | "num-traits", |
| 2054 | "paste", |
| 2055 | "raw-cpuid", |
| 2056 | "rayon", |
| 2057 | "seq-macro", |
| 2058 | ] |
| 2059 | |
| 2060 | [[package]] |
| 2061 | name = "gemm-f16" |
| 2062 | version = "0.19.0" |
| 2063 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2064 | checksum = "e3df7a55202e6cd6739d82ae3399c8e0c7e1402859b30e4cb780e61525d9486e" |
| 2065 | dependencies = [ |
| 2066 | "dyn-stack", |
| 2067 | "gemm-common 0.19.0", |
| 2068 | "gemm-f32 0.19.0", |
| 2069 | "half", |
| 2070 | "num-complex", |
| 2071 | "num-traits", |
| 2072 | "paste", |
| 2073 | "raw-cpuid", |
| 2074 | "rayon", |
| 2075 | "seq-macro", |
| 2076 | ] |
| 2077 | |
| 2078 | [[package]] |
| 2079 | name = "gemm-f32" |
| 2080 | version = "0.18.2" |
| 2081 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2082 | checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864" |
| 2083 | dependencies = [ |
| 2084 | "dyn-stack", |
| 2085 | "gemm-common 0.18.2", |
| 2086 | "num-complex", |
| 2087 | "num-traits", |
| 2088 | "paste", |
| 2089 | "raw-cpuid", |
| 2090 | "seq-macro", |
| 2091 | ] |
| 2092 | |
| 2093 | [[package]] |
| 2094 | name = "gemm-f32" |
| 2095 | version = "0.19.0" |
| 2096 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2097 | checksum = "02e0b8c9da1fbec6e3e3ab2ce6bc259ef18eb5f6f0d3e4edf54b75f9fd41a81c" |
| 2098 | dependencies = [ |
| 2099 | "dyn-stack", |
| 2100 | "gemm-common 0.19.0", |
| 2101 | "num-complex", |
| 2102 | "num-traits", |
| 2103 | "paste", |
| 2104 | "raw-cpuid", |
| 2105 | "seq-macro", |
| 2106 | ] |
| 2107 | |
| 2108 | [[package]] |
| 2109 | name = "gemm-f64" |
| 2110 | version = "0.18.2" |
| 2111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2112 | checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd" |
| 2113 | dependencies = [ |
| 2114 | "dyn-stack", |
| 2115 | "gemm-common 0.18.2", |
| 2116 | "num-complex", |
| 2117 | "num-traits", |
| 2118 | "paste", |
| 2119 | "raw-cpuid", |
| 2120 | "seq-macro", |
| 2121 | ] |
| 2122 | |
| 2123 | [[package]] |
| 2124 | name = "gemm-f64" |
| 2125 | version = "0.19.0" |
| 2126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2127 | checksum = "056131e8f2a521bfab322f804ccd652520c79700d81209e9d9275bbdecaadc6a" |
| 2128 | dependencies = [ |
| 2129 | "dyn-stack", |
| 2130 | "gemm-common 0.19.0", |
| 2131 | "num-complex", |
| 2132 | "num-traits", |
| 2133 | "paste", |
| 2134 | "raw-cpuid", |
| 2135 | "seq-macro", |
| 2136 | ] |
| 2137 | |
| 2138 | [[package]] |
| 2139 | name = "generator" |
| 2140 | version = "0.7.5" |
| 2141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2142 | checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e" |
| 2143 | dependencies = [ |
| 2144 | "cc", |
| 2145 | "libc", |
| 2146 | "log", |
| 2147 | "rustversion", |
| 2148 | "windows 0.48.0", |
| 2149 | ] |
| 2150 | |
| 2151 | [[package]] |
| 2152 | name = "generic-array" |
| 2153 | version = "0.14.7" |
| 2154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2155 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 2156 | dependencies = [ |
| 2157 | "typenum", |
| 2158 | "version_check", |
| 2159 | ] |
| 2160 | |
| 2161 | [[package]] |
| 2162 | name = "getopts" |
| 2163 | version = "0.2.24" |
| 2164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2165 | checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" |
| 2166 | dependencies = [ |
| 2167 | "unicode-width 0.2.0", |
| 2168 | ] |
| 2169 | |
| 2170 | [[package]] |
| 2171 | name = "getrandom" |
| 2172 | version = "0.2.17" |
| 2173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2174 | checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 2175 | dependencies = [ |
| 2176 | "cfg-if", |
| 2177 | "js-sys", |
| 2178 | "libc", |
| 2179 | "wasi", |
| 2180 | "wasm-bindgen", |
| 2181 | ] |
| 2182 | |
| 2183 | [[package]] |
| 2184 | name = "getrandom" |
| 2185 | version = "0.3.4" |
| 2186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2187 | checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 2188 | dependencies = [ |
| 2189 | "cfg-if", |
| 2190 | "js-sys", |
| 2191 | "libc", |
| 2192 | "r-efi 5.3.0", |
| 2193 | "wasip2", |
| 2194 | "wasm-bindgen", |
| 2195 | ] |
| 2196 | |
| 2197 | [[package]] |
| 2198 | name = "getrandom" |
| 2199 | version = "0.4.2" |
| 2200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2201 | checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" |
| 2202 | dependencies = [ |
| 2203 | "cfg-if", |
| 2204 | "libc", |
| 2205 | "r-efi 6.0.0", |
| 2206 | "wasip2", |
| 2207 | "wasip3", |
| 2208 | ] |
| 2209 | |
| 2210 | [[package]] |
| 2211 | name = "gif" |
| 2212 | version = "0.14.2" |
| 2213 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2214 | checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159" |
| 2215 | dependencies = [ |
| 2216 | "color_quant", |
| 2217 | "weezl", |
| 2218 | ] |
| 2219 | |
| 2220 | [[package]] |
| 2221 | name = "glob" |
| 2222 | version = "0.3.3" |
| 2223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2224 | checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" |
| 2225 | |
| 2226 | [[package]] |
| 2227 | name = "goblin" |
| 2228 | version = "0.8.2" |
| 2229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2230 | checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47" |
| 2231 | dependencies = [ |
| 2232 | "log", |
| 2233 | "plain", |
| 2234 | "scroll", |
| 2235 | ] |
| 2236 | |
| 2237 | [[package]] |
| 2238 | name = "h2" |
| 2239 | version = "0.4.14" |
| 2240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2241 | checksum = "171fefbc92fe4a4de27e0698d6a5b392d6a0e333506bc49133760b3bcf948733" |
| 2242 | dependencies = [ |
| 2243 | "atomic-waker", |
| 2244 | "bytes", |
| 2245 | "fnv", |
| 2246 | "futures-core", |
| 2247 | "futures-sink", |
| 2248 | "http", |
| 2249 | "indexmap 2.14.0", |
| 2250 | "slab", |
| 2251 | "tokio", |
| 2252 | "tokio-util", |
| 2253 | "tracing", |
| 2254 | ] |
| 2255 | |
| 2256 | [[package]] |
| 2257 | name = "half" |
| 2258 | version = "2.7.1" |
| 2259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2260 | checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" |
| 2261 | dependencies = [ |
| 2262 | "bytemuck", |
| 2263 | "cfg-if", |
| 2264 | "crunchy", |
| 2265 | "num-traits", |
| 2266 | "rand 0.9.4", |
| 2267 | "rand_distr 0.5.1", |
| 2268 | "zerocopy", |
| 2269 | ] |
| 2270 | |
| 2271 | [[package]] |
| 2272 | name = "hashbrown" |
| 2273 | version = "0.12.3" |
| 2274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2275 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| 2276 | |
| 2277 | [[package]] |
| 2278 | name = "hashbrown" |
| 2279 | version = "0.15.5" |
| 2280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2281 | checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 2282 | dependencies = [ |
| 2283 | "allocator-api2", |
| 2284 | "equivalent", |
| 2285 | "foldhash 0.1.5", |
| 2286 | ] |
| 2287 | |
| 2288 | [[package]] |
| 2289 | name = "hashbrown" |
| 2290 | version = "0.16.1" |
| 2291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2292 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 2293 | dependencies = [ |
| 2294 | "allocator-api2", |
| 2295 | "equivalent", |
| 2296 | "foldhash 0.2.0", |
| 2297 | "serde", |
| 2298 | "serde_core", |
| 2299 | ] |
| 2300 | |
| 2301 | [[package]] |
| 2302 | name = "hashbrown" |
| 2303 | version = "0.17.1" |
| 2304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2305 | checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" |
| 2306 | |
| 2307 | [[package]] |
| 2308 | name = "heck" |
| 2309 | version = "0.3.3" |
| 2310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2311 | checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" |
| 2312 | dependencies = [ |
| 2313 | "unicode-segmentation", |
| 2314 | ] |
| 2315 | |
| 2316 | [[package]] |
| 2317 | name = "heck" |
| 2318 | version = "0.4.1" |
| 2319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2320 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| 2321 | |
| 2322 | [[package]] |
| 2323 | name = "heck" |
| 2324 | version = "0.5.0" |
| 2325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2326 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 2327 | |
| 2328 | [[package]] |
| 2329 | name = "hermit-abi" |
| 2330 | version = "0.1.19" |
| 2331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2332 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
| 2333 | dependencies = [ |
| 2334 | "libc", |
| 2335 | ] |
| 2336 | |
| 2337 | [[package]] |
| 2338 | name = "hermit-abi" |
| 2339 | version = "0.5.2" |
| 2340 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2341 | checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 2342 | |
| 2343 | [[package]] |
| 2344 | name = "hex" |
| 2345 | version = "0.4.3" |
| 2346 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2347 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 2348 | |
| 2349 | [[package]] |
| 2350 | name = "hf-hub" |
| 2351 | version = "0.4.3" |
| 2352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2353 | checksum = "629d8f3bbeda9d148036d6b0de0a3ab947abd08ce90626327fc3547a49d59d97" |
| 2354 | dependencies = [ |
| 2355 | "dirs", |
| 2356 | "futures", |
| 2357 | "http", |
| 2358 | "indicatif 0.17.11", |
| 2359 | "libc", |
| 2360 | "log", |
| 2361 | "num_cpus", |
| 2362 | "rand 0.9.4", |
| 2363 | "reqwest 0.12.28", |
| 2364 | "serde", |
| 2365 | "serde_json", |
| 2366 | "thiserror 2.0.18", |
| 2367 | "tokio", |
| 2368 | "ureq", |
| 2369 | "windows-sys 0.60.2", |
| 2370 | ] |
| 2371 | |
| 2372 | [[package]] |
| 2373 | name = "home" |
| 2374 | version = "0.5.12" |
| 2375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2376 | checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" |
| 2377 | dependencies = [ |
| 2378 | "windows-sys 0.61.2", |
| 2379 | ] |
| 2380 | |
| 2381 | [[package]] |
| 2382 | name = "hound" |
| 2383 | version = "3.5.1" |
| 2384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2385 | checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f" |
| 2386 | |
| 2387 | [[package]] |
| 2388 | name = "html2text" |
| 2389 | version = "0.16.7" |
| 2390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2391 | checksum = "12d23156ea4dbe6b37ad48fab2da56ff27b0f6192fb5db210c44eb07bfe6e787" |
| 2392 | dependencies = [ |
| 2393 | "html5ever 0.38.0", |
| 2394 | "tendril 0.5.0", |
| 2395 | "thiserror 2.0.18", |
| 2396 | "unicode-width 0.2.0", |
| 2397 | ] |
| 2398 | |
| 2399 | [[package]] |
| 2400 | name = "html5ever" |
| 2401 | version = "0.36.1" |
| 2402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2403 | checksum = "6452c4751a24e1b99c3260d505eaeee76a050573e61f30ac2c924ddc7236f01e" |
| 2404 | dependencies = [ |
| 2405 | "log", |
| 2406 | "markup5ever 0.36.1", |
| 2407 | ] |
| 2408 | |
| 2409 | [[package]] |
| 2410 | name = "html5ever" |
| 2411 | version = "0.38.0" |
| 2412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2413 | checksum = "1054432bae2f14e0061e33d23402fbaa67a921d319d56adc6bcf887ddad1cbc2" |
| 2414 | dependencies = [ |
| 2415 | "log", |
| 2416 | "markup5ever 0.38.0", |
| 2417 | ] |
| 2418 | |
| 2419 | [[package]] |
| 2420 | name = "http" |
| 2421 | version = "1.4.2" |
| 2422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2423 | checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" |
| 2424 | dependencies = [ |
| 2425 | "bytes", |
| 2426 | "itoa", |
| 2427 | ] |
| 2428 | |
| 2429 | [[package]] |
| 2430 | name = "http-body" |
| 2431 | version = "1.0.1" |
| 2432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2433 | checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 2434 | dependencies = [ |
| 2435 | "bytes", |
| 2436 | "http", |
| 2437 | ] |
| 2438 | |
| 2439 | [[package]] |
| 2440 | name = "http-body-util" |
| 2441 | version = "0.1.3" |
| 2442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2443 | checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| 2444 | dependencies = [ |
| 2445 | "bytes", |
| 2446 | "futures-core", |
| 2447 | "http", |
| 2448 | "http-body", |
| 2449 | "pin-project-lite", |
| 2450 | ] |
| 2451 | |
| 2452 | [[package]] |
| 2453 | name = "httparse" |
| 2454 | version = "1.10.1" |
| 2455 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2456 | checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 2457 | |
| 2458 | [[package]] |
| 2459 | name = "hyper" |
| 2460 | version = "1.10.1" |
| 2461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2462 | checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498" |
| 2463 | dependencies = [ |
| 2464 | "atomic-waker", |
| 2465 | "bytes", |
| 2466 | "futures-channel", |
| 2467 | "futures-core", |
| 2468 | "h2", |
| 2469 | "http", |
| 2470 | "http-body", |
| 2471 | "httparse", |
| 2472 | "itoa", |
| 2473 | "pin-project-lite", |
| 2474 | "smallvec 1.15.1", |
| 2475 | "tokio", |
| 2476 | "want", |
| 2477 | ] |
| 2478 | |
| 2479 | [[package]] |
| 2480 | name = "hyper-rustls" |
| 2481 | version = "0.27.9" |
| 2482 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2483 | checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" |
| 2484 | dependencies = [ |
| 2485 | "http", |
| 2486 | "hyper", |
| 2487 | "hyper-util", |
| 2488 | "rustls", |
| 2489 | "rustls-native-certs", |
| 2490 | "tokio", |
| 2491 | "tokio-rustls", |
| 2492 | "tower-service", |
| 2493 | "webpki-roots 1.0.7", |
| 2494 | ] |
| 2495 | |
| 2496 | [[package]] |
| 2497 | name = "hyper-util" |
| 2498 | version = "0.1.20" |
| 2499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2500 | checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| 2501 | dependencies = [ |
| 2502 | "base64 0.22.1", |
| 2503 | "bytes", |
| 2504 | "futures-channel", |
| 2505 | "futures-util", |
| 2506 | "http", |
| 2507 | "http-body", |
| 2508 | "hyper", |
| 2509 | "ipnet", |
| 2510 | "libc", |
| 2511 | "percent-encoding", |
| 2512 | "pin-project-lite", |
| 2513 | "socket2", |
| 2514 | "system-configuration", |
| 2515 | "tokio", |
| 2516 | "tower-service", |
| 2517 | "tracing", |
| 2518 | "windows-registry", |
| 2519 | ] |
| 2520 | |
| 2521 | [[package]] |
| 2522 | name = "iana-time-zone" |
| 2523 | version = "0.1.65" |
| 2524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2525 | checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| 2526 | dependencies = [ |
| 2527 | "android_system_properties", |
| 2528 | "core-foundation-sys", |
| 2529 | "iana-time-zone-haiku", |
| 2530 | "js-sys", |
| 2531 | "log", |
| 2532 | "wasm-bindgen", |
| 2533 | "windows-core 0.62.2", |
| 2534 | ] |
| 2535 | |
| 2536 | [[package]] |
| 2537 | name = "iana-time-zone-haiku" |
| 2538 | version = "0.1.2" |
| 2539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2540 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 2541 | dependencies = [ |
| 2542 | "cc", |
| 2543 | ] |
| 2544 | |
| 2545 | [[package]] |
| 2546 | name = "icu_collections" |
| 2547 | version = "2.2.0" |
| 2548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2549 | checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" |
| 2550 | dependencies = [ |
| 2551 | "displaydoc", |
| 2552 | "potential_utf", |
| 2553 | "utf8_iter", |
| 2554 | "yoke 0.8.3", |
| 2555 | "zerofrom", |
| 2556 | "zerovec", |
| 2557 | ] |
| 2558 | |
| 2559 | [[package]] |
| 2560 | name = "icu_locale_core" |
| 2561 | version = "2.2.0" |
| 2562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2563 | checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" |
| 2564 | dependencies = [ |
| 2565 | "displaydoc", |
| 2566 | "litemap", |
| 2567 | "tinystr", |
| 2568 | "writeable", |
| 2569 | "zerovec", |
| 2570 | ] |
| 2571 | |
| 2572 | [[package]] |
| 2573 | name = "icu_normalizer" |
| 2574 | version = "2.2.0" |
| 2575 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2576 | checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" |
| 2577 | dependencies = [ |
| 2578 | "icu_collections", |
| 2579 | "icu_normalizer_data", |
| 2580 | "icu_properties", |
| 2581 | "icu_provider", |
| 2582 | "smallvec 1.15.1", |
| 2583 | "zerovec", |
| 2584 | ] |
| 2585 | |
| 2586 | [[package]] |
| 2587 | name = "icu_normalizer_data" |
| 2588 | version = "2.2.0" |
| 2589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2590 | checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" |
| 2591 | |
| 2592 | [[package]] |
| 2593 | name = "icu_properties" |
| 2594 | version = "2.2.0" |
| 2595 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2596 | checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" |
| 2597 | dependencies = [ |
| 2598 | "icu_collections", |
| 2599 | "icu_locale_core", |
| 2600 | "icu_properties_data", |
| 2601 | "icu_provider", |
| 2602 | "zerotrie", |
| 2603 | "zerovec", |
| 2604 | ] |
| 2605 | |
| 2606 | [[package]] |
| 2607 | name = "icu_properties_data" |
| 2608 | version = "2.2.0" |
| 2609 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2610 | checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" |
| 2611 | |
| 2612 | [[package]] |
| 2613 | name = "icu_provider" |
| 2614 | version = "2.2.0" |
| 2615 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2616 | checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" |
| 2617 | dependencies = [ |
| 2618 | "displaydoc", |
| 2619 | "icu_locale_core", |
| 2620 | "writeable", |
| 2621 | "yoke 0.8.3", |
| 2622 | "zerofrom", |
| 2623 | "zerotrie", |
| 2624 | "zerovec", |
| 2625 | ] |
| 2626 | |
| 2627 | [[package]] |
| 2628 | name = "id-arena" |
| 2629 | version = "2.3.0" |
| 2630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2631 | checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| 2632 | |
| 2633 | [[package]] |
| 2634 | name = "ident_case" |
| 2635 | version = "1.0.1" |
| 2636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2637 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 2638 | |
| 2639 | [[package]] |
| 2640 | name = "idna" |
| 2641 | version = "1.1.0" |
| 2642 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2643 | checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 2644 | dependencies = [ |
| 2645 | "idna_adapter", |
| 2646 | "smallvec 1.15.1", |
| 2647 | "utf8_iter", |
| 2648 | ] |
| 2649 | |
| 2650 | [[package]] |
| 2651 | name = "idna_adapter" |
| 2652 | version = "1.2.2" |
| 2653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2654 | checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" |
| 2655 | dependencies = [ |
| 2656 | "icu_normalizer", |
| 2657 | "icu_properties", |
| 2658 | ] |
| 2659 | |
| 2660 | [[package]] |
| 2661 | name = "image" |
| 2662 | version = "0.25.10" |
| 2663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2664 | checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104" |
| 2665 | dependencies = [ |
| 2666 | "bytemuck", |
| 2667 | "byteorder-lite", |
| 2668 | "color_quant", |
| 2669 | "exr", |
| 2670 | "gif", |
| 2671 | "image-webp", |
| 2672 | "moxcms", |
| 2673 | "num-traits", |
| 2674 | "png", |
| 2675 | "qoi", |
| 2676 | "tiff", |
| 2677 | "zune-core", |
| 2678 | "zune-jpeg", |
| 2679 | ] |
| 2680 | |
| 2681 | [[package]] |
| 2682 | name = "image-webp" |
| 2683 | version = "0.2.4" |
| 2684 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2685 | checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" |
| 2686 | dependencies = [ |
| 2687 | "byteorder-lite", |
| 2688 | "quick-error", |
| 2689 | ] |
| 2690 | |
| 2691 | [[package]] |
| 2692 | name = "indexmap" |
| 2693 | version = "1.9.3" |
| 2694 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2695 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
| 2696 | dependencies = [ |
| 2697 | "autocfg", |
| 2698 | "hashbrown 0.12.3", |
| 2699 | "serde", |
| 2700 | ] |
| 2701 | |
| 2702 | [[package]] |
| 2703 | name = "indexmap" |
| 2704 | version = "2.14.0" |
| 2705 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2706 | checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 2707 | dependencies = [ |
| 2708 | "equivalent", |
| 2709 | "hashbrown 0.17.1", |
| 2710 | "serde", |
| 2711 | "serde_core", |
| 2712 | ] |
| 2713 | |
| 2714 | [[package]] |
| 2715 | name = "indicatif" |
| 2716 | version = "0.17.11" |
| 2717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2718 | checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" |
| 2719 | dependencies = [ |
| 2720 | "console 0.15.11", |
| 2721 | "number_prefix", |
| 2722 | "portable-atomic", |
| 2723 | "unicode-width 0.2.0", |
| 2724 | "web-time", |
| 2725 | ] |
| 2726 | |
| 2727 | [[package]] |
| 2728 | name = "indicatif" |
| 2729 | version = "0.18.4" |
| 2730 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2731 | checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb" |
| 2732 | dependencies = [ |
| 2733 | "console 0.16.3", |
| 2734 | "portable-atomic", |
| 2735 | "rayon", |
| 2736 | "unicode-width 0.2.0", |
| 2737 | "unit-prefix", |
| 2738 | "web-time", |
| 2739 | ] |
| 2740 | |
| 2741 | [[package]] |
| 2742 | name = "indoc" |
| 2743 | version = "2.0.7" |
| 2744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2745 | checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" |
| 2746 | dependencies = [ |
| 2747 | "rustversion", |
| 2748 | ] |
| 2749 | |
| 2750 | [[package]] |
| 2751 | name = "instability" |
| 2752 | version = "0.3.12" |
| 2753 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2754 | checksum = "5eb2d60ef19920a3a9193c3e371f726ec1dafc045dac788d0fb3704272458971" |
| 2755 | dependencies = [ |
| 2756 | "darling 0.23.0", |
| 2757 | "indoc", |
| 2758 | "proc-macro2", |
| 2759 | "quote", |
| 2760 | "syn 2.0.117", |
| 2761 | ] |
| 2762 | |
| 2763 | [[package]] |
| 2764 | name = "interprocess" |
| 2765 | version = "2.4.2" |
| 2766 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2767 | checksum = "069323743400cb7ab06a8fe5c1ed911d36b6919ec531661d034c89083629595b" |
| 2768 | dependencies = [ |
| 2769 | "doctest-file", |
| 2770 | "libc", |
| 2771 | "recvmsg", |
| 2772 | "widestring", |
| 2773 | "windows-sys 0.61.2", |
| 2774 | ] |
| 2775 | |
| 2776 | [[package]] |
| 2777 | name = "ipnet" |
| 2778 | version = "2.12.0" |
| 2779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2780 | checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" |
| 2781 | |
| 2782 | [[package]] |
| 2783 | name = "is_terminal_polyfill" |
| 2784 | version = "1.70.2" |
| 2785 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2786 | checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 2787 | |
| 2788 | [[package]] |
| 2789 | name = "itertools" |
| 2790 | version = "0.13.0" |
| 2791 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2792 | checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
| 2793 | dependencies = [ |
| 2794 | "either", |
| 2795 | ] |
| 2796 | |
| 2797 | [[package]] |
| 2798 | name = "itertools" |
| 2799 | version = "0.14.0" |
| 2800 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2801 | checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" |
| 2802 | dependencies = [ |
| 2803 | "either", |
| 2804 | ] |
| 2805 | |
| 2806 | [[package]] |
| 2807 | name = "itoa" |
| 2808 | version = "1.0.18" |
| 2809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2810 | checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 2811 | |
| 2812 | [[package]] |
| 2813 | name = "jni" |
| 2814 | version = "0.22.4" |
| 2815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2816 | checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498" |
| 2817 | dependencies = [ |
| 2818 | "cfg-if", |
| 2819 | "combine", |
| 2820 | "jni-macros", |
| 2821 | "jni-sys", |
| 2822 | "log", |
| 2823 | "simd_cesu8", |
| 2824 | "thiserror 2.0.18", |
| 2825 | "walkdir", |
| 2826 | "windows-link 0.2.1", |
| 2827 | ] |
| 2828 | |
| 2829 | [[package]] |
| 2830 | name = "jni-macros" |
| 2831 | version = "0.22.4" |
| 2832 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2833 | checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3" |
| 2834 | dependencies = [ |
| 2835 | "proc-macro2", |
| 2836 | "quote", |
| 2837 | "rustc_version", |
| 2838 | "simd_cesu8", |
| 2839 | "syn 2.0.117", |
| 2840 | ] |
| 2841 | |
| 2842 | [[package]] |
| 2843 | name = "jni-sys" |
| 2844 | version = "0.4.1" |
| 2845 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2846 | checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" |
| 2847 | dependencies = [ |
| 2848 | "jni-sys-macros", |
| 2849 | ] |
| 2850 | |
| 2851 | [[package]] |
| 2852 | name = "jni-sys-macros" |
| 2853 | version = "0.4.1" |
| 2854 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2855 | checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" |
| 2856 | dependencies = [ |
| 2857 | "quote", |
| 2858 | "syn 2.0.117", |
| 2859 | ] |
| 2860 | |
| 2861 | [[package]] |
| 2862 | name = "jobserver" |
| 2863 | version = "0.1.34" |
| 2864 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2865 | checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" |
| 2866 | dependencies = [ |
| 2867 | "getrandom 0.3.4", |
| 2868 | "libc", |
| 2869 | ] |
| 2870 | |
| 2871 | [[package]] |
| 2872 | name = "js-sys" |
| 2873 | version = "0.3.100" |
| 2874 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2875 | checksum = "f2025f20d7a4fa7785846e7b63d10a76d3f1cee98ee5cb79ea59703f95e42162" |
| 2876 | dependencies = [ |
| 2877 | "cfg-if", |
| 2878 | "futures-util", |
| 2879 | "wasm-bindgen", |
| 2880 | ] |
| 2881 | |
| 2882 | [[package]] |
| 2883 | name = "lazy_static" |
| 2884 | version = "1.5.0" |
| 2885 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2886 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 2887 | |
| 2888 | [[package]] |
| 2889 | name = "leb128fmt" |
| 2890 | version = "0.1.0" |
| 2891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2892 | checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| 2893 | |
| 2894 | [[package]] |
| 2895 | name = "lebe" |
| 2896 | version = "0.5.3" |
| 2897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2898 | checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8" |
| 2899 | |
| 2900 | [[package]] |
| 2901 | name = "libc" |
| 2902 | version = "0.2.186" |
| 2903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2904 | checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" |
| 2905 | |
| 2906 | [[package]] |
| 2907 | name = "libloading" |
| 2908 | version = "0.8.9" |
| 2909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2910 | checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" |
| 2911 | dependencies = [ |
| 2912 | "cfg-if", |
| 2913 | "windows-link 0.2.1", |
| 2914 | ] |
| 2915 | |
| 2916 | [[package]] |
| 2917 | name = "libm" |
| 2918 | version = "0.2.16" |
| 2919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2920 | checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" |
| 2921 | |
| 2922 | [[package]] |
| 2923 | name = "libredox" |
| 2924 | version = "0.1.17" |
| 2925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2926 | checksum = "f02ab6bace2054fb888a3c16f990117b579d14a3088e472d63c6011fa185c9d3" |
| 2927 | dependencies = [ |
| 2928 | "libc", |
| 2929 | ] |
| 2930 | |
| 2931 | [[package]] |
| 2932 | name = "linux-raw-sys" |
| 2933 | version = "0.4.15" |
| 2934 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2935 | checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" |
| 2936 | |
| 2937 | [[package]] |
| 2938 | name = "linux-raw-sys" |
| 2939 | version = "0.12.1" |
| 2940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2941 | checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| 2942 | |
| 2943 | [[package]] |
| 2944 | name = "litemap" |
| 2945 | version = "0.8.2" |
| 2946 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2947 | checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" |
| 2948 | |
| 2949 | [[package]] |
| 2950 | name = "litrs" |
| 2951 | version = "1.0.0" |
| 2952 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2953 | checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" |
| 2954 | |
| 2955 | [[package]] |
| 2956 | name = "llguidance" |
| 2957 | version = "1.7.6" |
| 2958 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2959 | checksum = "a519d0a437a6cc433edf3db7df98db11fc860a1f57657b84913d51fc670570ff" |
| 2960 | dependencies = [ |
| 2961 | "anyhow", |
| 2962 | "derivre", |
| 2963 | "indexmap 2.14.0", |
| 2964 | "regex-syntax", |
| 2965 | "serde", |
| 2966 | "serde_json", |
| 2967 | "toktrie", |
| 2968 | ] |
| 2969 | |
| 2970 | [[package]] |
| 2971 | name = "lock_api" |
| 2972 | version = "0.4.14" |
| 2973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2974 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 2975 | dependencies = [ |
| 2976 | "scopeguard", |
| 2977 | ] |
| 2978 | |
| 2979 | [[package]] |
| 2980 | name = "log" |
| 2981 | version = "0.4.32" |
| 2982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2983 | checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a" |
| 2984 | |
| 2985 | [[package]] |
| 2986 | name = "loom" |
| 2987 | version = "0.5.6" |
| 2988 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2989 | checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5" |
| 2990 | dependencies = [ |
| 2991 | "cfg-if", |
| 2992 | "generator", |
| 2993 | "scoped-tls", |
| 2994 | "serde", |
| 2995 | "serde_json", |
| 2996 | "tracing", |
| 2997 | "tracing-subscriber", |
| 2998 | ] |
| 2999 | |
| 3000 | [[package]] |
| 3001 | name = "lrtable" |
| 3002 | version = "0.14.2" |
| 3003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3004 | checksum = "bcbe6a005a604615ab7aab7d1f74be563e508f5c6e42f85fbf65c38fe1f5f268" |
| 3005 | dependencies = [ |
| 3006 | "cfgrammar", |
| 3007 | "fnv", |
| 3008 | "num-traits", |
| 3009 | "sparsevec", |
| 3010 | "vob", |
| 3011 | ] |
| 3012 | |
| 3013 | [[package]] |
| 3014 | name = "lru" |
| 3015 | version = "0.12.5" |
| 3016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3017 | checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" |
| 3018 | dependencies = [ |
| 3019 | "hashbrown 0.15.5", |
| 3020 | ] |
| 3021 | |
| 3022 | [[package]] |
| 3023 | name = "lru-slab" |
| 3024 | version = "0.1.2" |
| 3025 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3026 | checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" |
| 3027 | |
| 3028 | [[package]] |
| 3029 | name = "mac" |
| 3030 | version = "0.1.1" |
| 3031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3032 | checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
| 3033 | |
| 3034 | [[package]] |
| 3035 | name = "macro_rules_attribute" |
| 3036 | version = "0.2.2" |
| 3037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3038 | checksum = "65049d7923698040cd0b1ddcced9b0eb14dd22c5f86ae59c3740eab64a676520" |
| 3039 | dependencies = [ |
| 3040 | "macro_rules_attribute-proc_macro", |
| 3041 | "paste", |
| 3042 | ] |
| 3043 | |
| 3044 | [[package]] |
| 3045 | name = "macro_rules_attribute-proc_macro" |
| 3046 | version = "0.2.2" |
| 3047 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3048 | checksum = "670fdfda89751bc4a84ac13eaa63e205cf0fd22b4c9a5fbfa085b63c1f1d3a30" |
| 3049 | |
| 3050 | [[package]] |
| 3051 | name = "malloc_buf" |
| 3052 | version = "0.0.6" |
| 3053 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3054 | checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" |
| 3055 | dependencies = [ |
| 3056 | "libc", |
| 3057 | ] |
| 3058 | |
| 3059 | [[package]] |
| 3060 | name = "maplit" |
| 3061 | version = "1.0.2" |
| 3062 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3063 | checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
| 3064 | |
| 3065 | [[package]] |
| 3066 | name = "markup5ever" |
| 3067 | version = "0.36.1" |
| 3068 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3069 | checksum = "6c3294c4d74d0742910f8c7b466f44dda9eb2d5742c1e430138df290a1e8451c" |
| 3070 | dependencies = [ |
| 3071 | "log", |
| 3072 | "tendril 0.4.3", |
| 3073 | "web_atoms", |
| 3074 | ] |
| 3075 | |
| 3076 | [[package]] |
| 3077 | name = "markup5ever" |
| 3078 | version = "0.38.0" |
| 3079 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3080 | checksum = "8983d30f2915feeaaab2d6babdd6bc7e9ed1a00b66b5e6d74df19aa9c0e91862" |
| 3081 | dependencies = [ |
| 3082 | "log", |
| 3083 | "tendril 0.5.0", |
| 3084 | "web_atoms", |
| 3085 | ] |
| 3086 | |
| 3087 | [[package]] |
| 3088 | name = "matchers" |
| 3089 | version = "0.2.0" |
| 3090 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3091 | checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 3092 | dependencies = [ |
| 3093 | "regex-automata", |
| 3094 | ] |
| 3095 | |
| 3096 | [[package]] |
| 3097 | name = "matrixmultiply" |
| 3098 | version = "0.3.10" |
| 3099 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3100 | checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08" |
| 3101 | dependencies = [ |
| 3102 | "autocfg", |
| 3103 | "rawpointer", |
| 3104 | ] |
| 3105 | |
| 3106 | [[package]] |
| 3107 | name = "memchr" |
| 3108 | version = "2.8.1" |
| 3109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3110 | checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8" |
| 3111 | |
| 3112 | [[package]] |
| 3113 | name = "memmap2" |
| 3114 | version = "0.9.10" |
| 3115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3116 | checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" |
| 3117 | dependencies = [ |
| 3118 | "libc", |
| 3119 | "stable_deref_trait", |
| 3120 | ] |
| 3121 | |
| 3122 | [[package]] |
| 3123 | name = "memo-map" |
| 3124 | version = "0.3.3" |
| 3125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3126 | checksum = "38d1115007560874e373613744c6fba374c17688327a71c1476d1a5954cc857b" |
| 3127 | |
| 3128 | [[package]] |
| 3129 | name = "metal" |
| 3130 | version = "0.29.0" |
| 3131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3132 | checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21" |
| 3133 | dependencies = [ |
| 3134 | "bitflags 2.13.0", |
| 3135 | "block", |
| 3136 | "core-graphics-types", |
| 3137 | "foreign-types", |
| 3138 | "log", |
| 3139 | "objc", |
| 3140 | "paste", |
| 3141 | ] |
| 3142 | |
| 3143 | [[package]] |
| 3144 | name = "mime" |
| 3145 | version = "0.3.17" |
| 3146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3147 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 3148 | |
| 3149 | [[package]] |
| 3150 | name = "mime_guess" |
| 3151 | version = "2.0.5" |
| 3152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3153 | checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" |
| 3154 | dependencies = [ |
| 3155 | "mime", |
| 3156 | "unicase", |
| 3157 | ] |
| 3158 | |
| 3159 | [[package]] |
| 3160 | name = "minijinja" |
| 3161 | version = "2.20.0" |
| 3162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3163 | checksum = "2929e494b2280e1e18959bb2e121da03347ae896896fdfaceaab43c88a02803f" |
| 3164 | dependencies = [ |
| 3165 | "memo-map", |
| 3166 | "serde", |
| 3167 | "serde_json", |
| 3168 | ] |
| 3169 | |
| 3170 | [[package]] |
| 3171 | name = "minijinja-contrib" |
| 3172 | version = "2.20.0" |
| 3173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3174 | checksum = "99df5123c54391e2a228014c1dbbd85a3dab08a25e776c810526f2f47542b3de" |
| 3175 | dependencies = [ |
| 3176 | "minijinja", |
| 3177 | "serde", |
| 3178 | ] |
| 3179 | |
| 3180 | [[package]] |
| 3181 | name = "minimal-lexical" |
| 3182 | version = "0.2.1" |
| 3183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3184 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 3185 | |
| 3186 | [[package]] |
| 3187 | name = "miniz_oxide" |
| 3188 | version = "0.8.9" |
| 3189 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3190 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 3191 | dependencies = [ |
| 3192 | "adler2", |
| 3193 | "simd-adler32", |
| 3194 | ] |
| 3195 | |
| 3196 | [[package]] |
| 3197 | name = "mio" |
| 3198 | version = "1.2.1" |
| 3199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3200 | checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda" |
| 3201 | dependencies = [ |
| 3202 | "libc", |
| 3203 | "log", |
| 3204 | "wasi", |
| 3205 | "windows-sys 0.61.2", |
| 3206 | ] |
| 3207 | |
| 3208 | [[package]] |
| 3209 | name = "monostate" |
| 3210 | version = "0.1.18" |
| 3211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3212 | checksum = "3341a273f6c9d5bef1908f17b7267bbab0e95c9bf69a0d4dcf8e9e1b2c76ef67" |
| 3213 | dependencies = [ |
| 3214 | "monostate-impl", |
| 3215 | "serde", |
| 3216 | "serde_core", |
| 3217 | ] |
| 3218 | |
| 3219 | [[package]] |
| 3220 | name = "monostate-impl" |
| 3221 | version = "0.1.18" |
| 3222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3223 | checksum = "e4db6d5580af57bf992f59068d4ea26fd518574ff48d7639b255a36f9de6e7e9" |
| 3224 | dependencies = [ |
| 3225 | "proc-macro2", |
| 3226 | "quote", |
| 3227 | "syn 2.0.117", |
| 3228 | ] |
| 3229 | |
| 3230 | [[package]] |
| 3231 | name = "moxcms" |
| 3232 | version = "0.8.1" |
| 3233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3234 | checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b" |
| 3235 | dependencies = [ |
| 3236 | "num-traits", |
| 3237 | "pxfm", |
| 3238 | ] |
| 3239 | |
| 3240 | [[package]] |
| 3241 | name = "nalgebra" |
| 3242 | version = "0.33.3" |
| 3243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3244 | checksum = "9d43ddcacf343185dfd6de2ee786d9e8b1c2301622afab66b6c73baf9882abfd" |
| 3245 | dependencies = [ |
| 3246 | "approx", |
| 3247 | "matrixmultiply", |
| 3248 | "num-complex", |
| 3249 | "num-rational", |
| 3250 | "num-traits", |
| 3251 | "rand 0.8.6", |
| 3252 | "rand_distr 0.4.3", |
| 3253 | "simba", |
| 3254 | "typenum", |
| 3255 | ] |
| 3256 | |
| 3257 | [[package]] |
| 3258 | name = "new_debug_unreachable" |
| 3259 | version = "1.0.6" |
| 3260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3261 | checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
| 3262 | |
| 3263 | [[package]] |
| 3264 | name = "nibble_vec" |
| 3265 | version = "0.1.0" |
| 3266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3267 | checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" |
| 3268 | dependencies = [ |
| 3269 | "smallvec 1.15.1", |
| 3270 | ] |
| 3271 | |
| 3272 | [[package]] |
| 3273 | name = "nohash-hasher" |
| 3274 | version = "0.2.0" |
| 3275 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3276 | checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" |
| 3277 | |
| 3278 | [[package]] |
| 3279 | name = "nom" |
| 3280 | version = "7.1.3" |
| 3281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3282 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| 3283 | dependencies = [ |
| 3284 | "memchr", |
| 3285 | "minimal-lexical", |
| 3286 | ] |
| 3287 | |
| 3288 | [[package]] |
| 3289 | name = "ntapi" |
| 3290 | version = "0.4.3" |
| 3291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3292 | checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae" |
| 3293 | dependencies = [ |
| 3294 | "winapi", |
| 3295 | ] |
| 3296 | |
| 3297 | [[package]] |
| 3298 | name = "nu-ansi-term" |
| 3299 | version = "0.50.3" |
| 3300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3301 | checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 3302 | dependencies = [ |
| 3303 | "windows-sys 0.61.2", |
| 3304 | ] |
| 3305 | |
| 3306 | [[package]] |
| 3307 | name = "num" |
| 3308 | version = "0.4.3" |
| 3309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3310 | checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" |
| 3311 | dependencies = [ |
| 3312 | "num-bigint", |
| 3313 | "num-complex", |
| 3314 | "num-integer", |
| 3315 | "num-iter", |
| 3316 | "num-rational", |
| 3317 | "num-traits", |
| 3318 | ] |
| 3319 | |
| 3320 | [[package]] |
| 3321 | name = "num-bigint" |
| 3322 | version = "0.4.6" |
| 3323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3324 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| 3325 | dependencies = [ |
| 3326 | "num-integer", |
| 3327 | "num-traits", |
| 3328 | ] |
| 3329 | |
| 3330 | [[package]] |
| 3331 | name = "num-complex" |
| 3332 | version = "0.4.6" |
| 3333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3334 | checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| 3335 | dependencies = [ |
| 3336 | "bytemuck", |
| 3337 | "num-traits", |
| 3338 | ] |
| 3339 | |
| 3340 | [[package]] |
| 3341 | name = "num-conv" |
| 3342 | version = "0.2.2" |
| 3343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3344 | checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441" |
| 3345 | |
| 3346 | [[package]] |
| 3347 | name = "num-integer" |
| 3348 | version = "0.1.46" |
| 3349 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3350 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 3351 | dependencies = [ |
| 3352 | "num-traits", |
| 3353 | ] |
| 3354 | |
| 3355 | [[package]] |
| 3356 | name = "num-iter" |
| 3357 | version = "0.1.45" |
| 3358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3359 | checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| 3360 | dependencies = [ |
| 3361 | "autocfg", |
| 3362 | "num-integer", |
| 3363 | "num-traits", |
| 3364 | ] |
| 3365 | |
| 3366 | [[package]] |
| 3367 | name = "num-rational" |
| 3368 | version = "0.4.2" |
| 3369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3370 | checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
| 3371 | dependencies = [ |
| 3372 | "num-bigint", |
| 3373 | "num-integer", |
| 3374 | "num-traits", |
| 3375 | ] |
| 3376 | |
| 3377 | [[package]] |
| 3378 | name = "num-traits" |
| 3379 | version = "0.2.19" |
| 3380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3381 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 3382 | dependencies = [ |
| 3383 | "autocfg", |
| 3384 | "libm", |
| 3385 | ] |
| 3386 | |
| 3387 | [[package]] |
| 3388 | name = "num_cpus" |
| 3389 | version = "1.17.0" |
| 3390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3391 | checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" |
| 3392 | dependencies = [ |
| 3393 | "hermit-abi 0.5.2", |
| 3394 | "libc", |
| 3395 | ] |
| 3396 | |
| 3397 | [[package]] |
| 3398 | name = "number_prefix" |
| 3399 | version = "0.4.0" |
| 3400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3401 | checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" |
| 3402 | |
| 3403 | [[package]] |
| 3404 | name = "objc" |
| 3405 | version = "0.2.7" |
| 3406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3407 | checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" |
| 3408 | dependencies = [ |
| 3409 | "malloc_buf", |
| 3410 | ] |
| 3411 | |
| 3412 | [[package]] |
| 3413 | name = "objc2" |
| 3414 | version = "0.6.4" |
| 3415 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3416 | checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" |
| 3417 | dependencies = [ |
| 3418 | "objc2-encode", |
| 3419 | ] |
| 3420 | |
| 3421 | [[package]] |
| 3422 | name = "objc2-core-foundation" |
| 3423 | version = "0.3.2" |
| 3424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3425 | checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" |
| 3426 | dependencies = [ |
| 3427 | "bitflags 2.13.0", |
| 3428 | "dispatch2", |
| 3429 | "objc2", |
| 3430 | ] |
| 3431 | |
| 3432 | [[package]] |
| 3433 | name = "objc2-encode" |
| 3434 | version = "4.1.0" |
| 3435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3436 | checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" |
| 3437 | |
| 3438 | [[package]] |
| 3439 | name = "objc2-foundation" |
| 3440 | version = "0.3.2" |
| 3441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3442 | checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" |
| 3443 | dependencies = [ |
| 3444 | "bitflags 2.13.0", |
| 3445 | "block2", |
| 3446 | "libc", |
| 3447 | "objc2", |
| 3448 | "objc2-core-foundation", |
| 3449 | ] |
| 3450 | |
| 3451 | [[package]] |
| 3452 | name = "objc2-io-kit" |
| 3453 | version = "0.3.2" |
| 3454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3455 | checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15" |
| 3456 | dependencies = [ |
| 3457 | "libc", |
| 3458 | "objc2-core-foundation", |
| 3459 | ] |
| 3460 | |
| 3461 | [[package]] |
| 3462 | name = "objc2-metal" |
| 3463 | version = "0.3.2" |
| 3464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3465 | checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794" |
| 3466 | dependencies = [ |
| 3467 | "bitflags 2.13.0", |
| 3468 | "block2", |
| 3469 | "dispatch2", |
| 3470 | "objc2", |
| 3471 | "objc2-core-foundation", |
| 3472 | "objc2-foundation", |
| 3473 | ] |
| 3474 | |
| 3475 | [[package]] |
| 3476 | name = "once_cell" |
| 3477 | version = "1.21.4" |
| 3478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3479 | checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 3480 | |
| 3481 | [[package]] |
| 3482 | name = "once_cell_polyfill" |
| 3483 | version = "1.70.2" |
| 3484 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3485 | checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 3486 | |
| 3487 | [[package]] |
| 3488 | name = "onde" |
| 3489 | version = "1.1.2" |
| 3490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3491 | checksum = "2e5ce5aeea1758999c60671c2d568e0b2164c938a6f929956541c31cc8af920e" |
| 3492 | dependencies = [ |
| 3493 | "anyhow", |
| 3494 | "cc", |
| 3495 | "dotenvy", |
| 3496 | "hf-hub", |
| 3497 | "home", |
| 3498 | "log", |
| 3499 | "onde-mistralrs", |
| 3500 | "onde-mistralrs-core", |
| 3501 | "reqwest 0.12.28", |
| 3502 | "serde", |
| 3503 | "serde_json", |
| 3504 | "smbcloud-gresiq-sdk", |
| 3505 | "thiserror 2.0.18", |
| 3506 | "tokio", |
| 3507 | "tsync", |
| 3508 | "uniffi", |
| 3509 | ] |
| 3510 | |
| 3511 | [[package]] |
| 3512 | name = "onde-mistralrs" |
| 3513 | version = "0.8.2" |
| 3514 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3515 | checksum = "f4b5589da2ed82d3962ab4d8278cc8a93fea7c758eb1230894ffadb926c3c16c" |
| 3516 | dependencies = [ |
| 3517 | "anyhow", |
| 3518 | "candle-core", |
| 3519 | "candle-nn", |
| 3520 | "clap 4.6.1", |
| 3521 | "either", |
| 3522 | "futures", |
| 3523 | "image", |
| 3524 | "indexmap 2.14.0", |
| 3525 | "onde-mistralrs-core", |
| 3526 | "onde-mistralrs-macros", |
| 3527 | "rand 0.9.4", |
| 3528 | "reqwest 0.13.4", |
| 3529 | "schemars 1.2.1", |
| 3530 | "serde", |
| 3531 | "serde_json", |
| 3532 | "thiserror 2.0.18", |
| 3533 | "tokio", |
| 3534 | "tracing", |
| 3535 | "tracing-subscriber", |
| 3536 | "walkdir", |
| 3537 | ] |
| 3538 | |
| 3539 | [[package]] |
| 3540 | name = "onde-mistralrs-audio" |
| 3541 | version = "0.8.2" |
| 3542 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3543 | checksum = "ed88aa277c613327f393ff5816fed55609a7a93b87ace505d70a6b3438b12dd2" |
| 3544 | dependencies = [ |
| 3545 | "anyhow", |
| 3546 | "apodize", |
| 3547 | "hound", |
| 3548 | "symphonia", |
| 3549 | ] |
| 3550 | |
| 3551 | [[package]] |
| 3552 | name = "onde-mistralrs-core" |
| 3553 | version = "0.8.2" |
| 3554 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3555 | checksum = "7872456b7db2d8aaf39da83269dbf77e2503d6d398010f3b9a17eebec3da8dee" |
| 3556 | dependencies = [ |
| 3557 | "ahash", |
| 3558 | "akin", |
| 3559 | "anyhow", |
| 3560 | "apodize", |
| 3561 | "as-any", |
| 3562 | "async-trait", |
| 3563 | "base64 0.22.1", |
| 3564 | "bm25", |
| 3565 | "bytemuck", |
| 3566 | "bytemuck_derive", |
| 3567 | "candle-core", |
| 3568 | "candle-metal-kernels", |
| 3569 | "candle-nn", |
| 3570 | "cfgrammar", |
| 3571 | "chrono", |
| 3572 | "clap 4.6.1", |
| 3573 | "csv", |
| 3574 | "derive-new", |
| 3575 | "derive_more", |
| 3576 | "dirs", |
| 3577 | "either", |
| 3578 | "float8", |
| 3579 | "futures", |
| 3580 | "galil-seiferas", |
| 3581 | "half", |
| 3582 | "hashbrown 0.16.1", |
| 3583 | "hf-hub", |
| 3584 | "hound", |
| 3585 | "html2text", |
| 3586 | "http", |
| 3587 | "image", |
| 3588 | "indexmap 2.14.0", |
| 3589 | "indicatif 0.18.4", |
| 3590 | "interprocess", |
| 3591 | "itertools 0.14.0", |
| 3592 | "libc", |
| 3593 | "llguidance", |
| 3594 | "lrtable", |
| 3595 | "minijinja", |
| 3596 | "minijinja-contrib", |
| 3597 | "num-traits", |
| 3598 | "objc", |
| 3599 | "objc2-metal", |
| 3600 | "onde-mistralrs-audio", |
| 3601 | "onde-mistralrs-mcp", |
| 3602 | "onde-mistralrs-paged-attn", |
| 3603 | "onde-mistralrs-quant", |
| 3604 | "onde-mistralrs-vision", |
| 3605 | "onde-openai-harmony", |
| 3606 | "onde-tqdm", |
| 3607 | "ordered-float", |
| 3608 | "parking_lot", |
| 3609 | "radix_trie", |
| 3610 | "rand 0.9.4", |
| 3611 | "rand_distr 0.5.1", |
| 3612 | "rand_isaac", |
| 3613 | "rayon", |
| 3614 | "regex", |
| 3615 | "regex-automata", |
| 3616 | "reqwest 0.13.4", |
| 3617 | "rubato", |
| 3618 | "rust-mcp-schema", |
| 3619 | "rustc-hash 2.1.2", |
| 3620 | "rustfft", |
| 3621 | "safetensors 0.7.0", |
| 3622 | "schemars 1.2.1", |
| 3623 | "scraper", |
| 3624 | "serde", |
| 3625 | "serde-big-array", |
| 3626 | "serde-saphyr", |
| 3627 | "serde_json", |
| 3628 | "serde_plain", |
| 3629 | "statrs", |
| 3630 | "strum 0.27.2", |
| 3631 | "symphonia", |
| 3632 | "sysinfo", |
| 3633 | "thiserror 2.0.18", |
| 3634 | "tokenizers 0.21.4", |
| 3635 | "tokio", |
| 3636 | "tokio-rayon", |
| 3637 | "tokio-tungstenite", |
| 3638 | "toktrie", |
| 3639 | "toktrie_hf_tokenizers", |
| 3640 | "toml 0.9.12+spec-1.1.0", |
| 3641 | "tracing", |
| 3642 | "tracing-subscriber", |
| 3643 | "urlencoding", |
| 3644 | "uuid 1.23.3", |
| 3645 | "variantly", |
| 3646 | "vob", |
| 3647 | ] |
| 3648 | |
| 3649 | [[package]] |
| 3650 | name = "onde-mistralrs-macros" |
| 3651 | version = "0.8.2" |
| 3652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3653 | checksum = "ed7a88fcf59377469c00a355065f3ad9723e00c1870c8b3717b0649f86c77bde" |
| 3654 | dependencies = [ |
| 3655 | "darling 0.23.0", |
| 3656 | "proc-macro2", |
| 3657 | "quote", |
| 3658 | "syn 2.0.117", |
| 3659 | ] |
| 3660 | |
| 3661 | [[package]] |
| 3662 | name = "onde-mistralrs-mcp" |
| 3663 | version = "0.8.2" |
| 3664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3665 | checksum = "f708829672943371b2a14cceaa8c09182d11c9049ec6d3a9c303a74ae65dfc1f" |
| 3666 | dependencies = [ |
| 3667 | "anyhow", |
| 3668 | "async-trait", |
| 3669 | "futures-util", |
| 3670 | "http", |
| 3671 | "reqwest 0.13.4", |
| 3672 | "rust-mcp-schema", |
| 3673 | "serde", |
| 3674 | "serde_json", |
| 3675 | "tokio", |
| 3676 | "tokio-tungstenite", |
| 3677 | "tracing", |
| 3678 | "utoipa", |
| 3679 | "uuid 1.23.3", |
| 3680 | ] |
| 3681 | |
| 3682 | [[package]] |
| 3683 | name = "onde-mistralrs-paged-attn" |
| 3684 | version = "0.8.2" |
| 3685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3686 | checksum = "bdd14bcbee553325d640609504117a2a49db166417bd7883329c6d39971b28c2" |
| 3687 | dependencies = [ |
| 3688 | "anyhow", |
| 3689 | "candle-core", |
| 3690 | "candle-metal-kernels", |
| 3691 | "dispatch2", |
| 3692 | "float8", |
| 3693 | "half", |
| 3694 | "objc2-foundation", |
| 3695 | "objc2-metal", |
| 3696 | "thiserror 2.0.18", |
| 3697 | ] |
| 3698 | |
| 3699 | [[package]] |
| 3700 | name = "onde-mistralrs-quant" |
| 3701 | version = "0.8.2" |
| 3702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3703 | checksum = "36928bb1eec1138ca7b36ee1f4d370e4e374f0874f378915ff0ff34f927c4daf" |
| 3704 | dependencies = [ |
| 3705 | "byteorder", |
| 3706 | "candle-core", |
| 3707 | "candle-metal-kernels", |
| 3708 | "candle-nn", |
| 3709 | "dispatch2", |
| 3710 | "float8", |
| 3711 | "half", |
| 3712 | "hf-hub", |
| 3713 | "lazy_static", |
| 3714 | "memmap2", |
| 3715 | "objc2-foundation", |
| 3716 | "objc2-metal", |
| 3717 | "paste", |
| 3718 | "rayon", |
| 3719 | "regex", |
| 3720 | "safetensors 0.7.0", |
| 3721 | "serde", |
| 3722 | "serde_json", |
| 3723 | "thiserror 2.0.18", |
| 3724 | "tokio", |
| 3725 | "tracing", |
| 3726 | "yoke 0.8.3", |
| 3727 | ] |
| 3728 | |
| 3729 | [[package]] |
| 3730 | name = "onde-mistralrs-vision" |
| 3731 | version = "0.8.2" |
| 3732 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3733 | checksum = "2670a611890bfddc7964902f253626cd2b3fd0b7df13f84a779180f35e2a79e9" |
| 3734 | dependencies = [ |
| 3735 | "candle-core", |
| 3736 | "image", |
| 3737 | "rayon", |
| 3738 | ] |
| 3739 | |
| 3740 | [[package]] |
| 3741 | name = "onde-openai-harmony" |
| 3742 | version = "0.0.9" |
| 3743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3744 | checksum = "f0f73e12b7378937cb8aaf832bed02b2afa1687581f73c3298c5af0cca9df5e6" |
| 3745 | dependencies = [ |
| 3746 | "anyhow", |
| 3747 | "base64 0.22.1", |
| 3748 | "bstr", |
| 3749 | "clap 4.6.1", |
| 3750 | "fancy-regex 0.13.0", |
| 3751 | "futures", |
| 3752 | "regex", |
| 3753 | "reqwest 0.12.28", |
| 3754 | "rustc-hash 1.1.0", |
| 3755 | "serde", |
| 3756 | "serde_json", |
| 3757 | "serde_with", |
| 3758 | "sha1", |
| 3759 | "sha2", |
| 3760 | "thiserror 2.0.18", |
| 3761 | ] |
| 3762 | |
| 3763 | [[package]] |
| 3764 | name = "onde-tqdm" |
| 3765 | version = "0.8.2" |
| 3766 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3767 | checksum = "2d96f4fcb4af06959bf9c9b81ace0502e2be2d11d7e037c94f3f7851bde720ea" |
| 3768 | dependencies = [ |
| 3769 | "anyhow", |
| 3770 | "crossterm 0.29.0", |
| 3771 | "once_cell", |
| 3772 | ] |
| 3773 | |
| 3774 | [[package]] |
| 3775 | name = "onig" |
| 3776 | version = "6.5.3" |
| 3777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3778 | checksum = "0cc3cbf698f9438986c11a880c90a6d04b9de27575afd28bbf45b154b6c709e2" |
| 3779 | dependencies = [ |
| 3780 | "bitflags 2.13.0", |
| 3781 | "libc", |
| 3782 | "once_cell", |
| 3783 | "onig_sys", |
| 3784 | ] |
| 3785 | |
| 3786 | [[package]] |
| 3787 | name = "onig_sys" |
| 3788 | version = "69.9.3" |
| 3789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3790 | checksum = "1e68317604e77e53b85896388e1a803c1d21b74c899ec9e5e1112db90735edd7" |
| 3791 | dependencies = [ |
| 3792 | "cc", |
| 3793 | "pkg-config", |
| 3794 | ] |
| 3795 | |
| 3796 | [[package]] |
| 3797 | name = "openssl-probe" |
| 3798 | version = "0.2.1" |
| 3799 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3800 | checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" |
| 3801 | |
| 3802 | [[package]] |
| 3803 | name = "option-ext" |
| 3804 | version = "0.2.0" |
| 3805 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3806 | checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
| 3807 | |
| 3808 | [[package]] |
| 3809 | name = "ordered-float" |
| 3810 | version = "5.3.0" |
| 3811 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3812 | checksum = "b7d950ca161dc355eaf28f82b11345ed76c6e1f6eb1f4f4479e0323b9e2fbd0e" |
| 3813 | dependencies = [ |
| 3814 | "num-traits", |
| 3815 | ] |
| 3816 | |
| 3817 | [[package]] |
| 3818 | name = "packedvec" |
| 3819 | version = "1.2.5" |
| 3820 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3821 | checksum = "a69e0a534dd2e6aefce319af62a0aa0066a76bdfcec0201dfe02df226bc9ec70" |
| 3822 | dependencies = [ |
| 3823 | "num-traits", |
| 3824 | ] |
| 3825 | |
| 3826 | [[package]] |
| 3827 | name = "parking" |
| 3828 | version = "2.2.1" |
| 3829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3830 | checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| 3831 | |
| 3832 | [[package]] |
| 3833 | name = "parking_lot" |
| 3834 | version = "0.12.5" |
| 3835 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3836 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 3837 | dependencies = [ |
| 3838 | "lock_api", |
| 3839 | "parking_lot_core", |
| 3840 | ] |
| 3841 | |
| 3842 | [[package]] |
| 3843 | name = "parking_lot_core" |
| 3844 | version = "0.9.12" |
| 3845 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3846 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 3847 | dependencies = [ |
| 3848 | "cfg-if", |
| 3849 | "libc", |
| 3850 | "redox_syscall", |
| 3851 | "smallvec 1.15.1", |
| 3852 | "windows-link 0.2.1", |
| 3853 | ] |
| 3854 | |
| 3855 | [[package]] |
| 3856 | name = "paste" |
| 3857 | version = "1.0.15" |
| 3858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3859 | checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| 3860 | |
| 3861 | [[package]] |
| 3862 | name = "percent-encoding" |
| 3863 | version = "2.3.2" |
| 3864 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3865 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 3866 | |
| 3867 | [[package]] |
| 3868 | name = "phf" |
| 3869 | version = "0.13.1" |
| 3870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3871 | checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" |
| 3872 | dependencies = [ |
| 3873 | "phf_macros", |
| 3874 | "phf_shared", |
| 3875 | "serde", |
| 3876 | ] |
| 3877 | |
| 3878 | [[package]] |
| 3879 | name = "phf_codegen" |
| 3880 | version = "0.13.1" |
| 3881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3882 | checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1" |
| 3883 | dependencies = [ |
| 3884 | "phf_generator", |
| 3885 | "phf_shared", |
| 3886 | ] |
| 3887 | |
| 3888 | [[package]] |
| 3889 | name = "phf_generator" |
| 3890 | version = "0.13.1" |
| 3891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3892 | checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737" |
| 3893 | dependencies = [ |
| 3894 | "fastrand", |
| 3895 | "phf_shared", |
| 3896 | ] |
| 3897 | |
| 3898 | [[package]] |
| 3899 | name = "phf_macros" |
| 3900 | version = "0.13.1" |
| 3901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3902 | checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef" |
| 3903 | dependencies = [ |
| 3904 | "phf_generator", |
| 3905 | "phf_shared", |
| 3906 | "proc-macro2", |
| 3907 | "quote", |
| 3908 | "syn 2.0.117", |
| 3909 | ] |
| 3910 | |
| 3911 | [[package]] |
| 3912 | name = "phf_shared" |
| 3913 | version = "0.13.1" |
| 3914 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3915 | checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" |
| 3916 | dependencies = [ |
| 3917 | "siphasher", |
| 3918 | ] |
| 3919 | |
| 3920 | [[package]] |
| 3921 | name = "pin-project" |
| 3922 | version = "1.1.13" |
| 3923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3924 | checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924" |
| 3925 | dependencies = [ |
| 3926 | "pin-project-internal", |
| 3927 | ] |
| 3928 | |
| 3929 | [[package]] |
| 3930 | name = "pin-project-internal" |
| 3931 | version = "1.1.13" |
| 3932 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3933 | checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b" |
| 3934 | dependencies = [ |
| 3935 | "proc-macro2", |
| 3936 | "quote", |
| 3937 | "syn 2.0.117", |
| 3938 | ] |
| 3939 | |
| 3940 | [[package]] |
| 3941 | name = "pin-project-lite" |
| 3942 | version = "0.2.17" |
| 3943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3944 | checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 3945 | |
| 3946 | [[package]] |
| 3947 | name = "piper" |
| 3948 | version = "0.2.5" |
| 3949 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3950 | checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" |
| 3951 | dependencies = [ |
| 3952 | "atomic-waker", |
| 3953 | "fastrand", |
| 3954 | "futures-io", |
| 3955 | ] |
| 3956 | |
| 3957 | [[package]] |
| 3958 | name = "pkg-config" |
| 3959 | version = "0.3.33" |
| 3960 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3961 | checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" |
| 3962 | |
| 3963 | [[package]] |
| 3964 | name = "plain" |
| 3965 | version = "0.2.3" |
| 3966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3967 | checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" |
| 3968 | |
| 3969 | [[package]] |
| 3970 | name = "png" |
| 3971 | version = "0.18.1" |
| 3972 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3973 | checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" |
| 3974 | dependencies = [ |
| 3975 | "bitflags 2.13.0", |
| 3976 | "crc32fast", |
| 3977 | "fdeflate", |
| 3978 | "flate2", |
| 3979 | "miniz_oxide", |
| 3980 | ] |
| 3981 | |
| 3982 | [[package]] |
| 3983 | name = "polling" |
| 3984 | version = "3.11.0" |
| 3985 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3986 | checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" |
| 3987 | dependencies = [ |
| 3988 | "cfg-if", |
| 3989 | "concurrent-queue", |
| 3990 | "hermit-abi 0.5.2", |
| 3991 | "pin-project-lite", |
| 3992 | "rustix 1.1.4", |
| 3993 | "windows-sys 0.61.2", |
| 3994 | ] |
| 3995 | |
| 3996 | [[package]] |
| 3997 | name = "portable-atomic" |
| 3998 | version = "1.13.1" |
| 3999 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4000 | checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" |
| 4001 | |
| 4002 | [[package]] |
| 4003 | name = "potential_utf" |
| 4004 | version = "0.1.5" |
| 4005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4006 | checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" |
| 4007 | dependencies = [ |
| 4008 | "zerovec", |
| 4009 | ] |
| 4010 | |
| 4011 | [[package]] |
| 4012 | name = "powerfmt" |
| 4013 | version = "0.2.0" |
| 4014 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4015 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 4016 | |
| 4017 | [[package]] |
| 4018 | name = "ppv-lite86" |
| 4019 | version = "0.2.21" |
| 4020 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4021 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 4022 | dependencies = [ |
| 4023 | "zerocopy", |
| 4024 | ] |
| 4025 | |
| 4026 | [[package]] |
| 4027 | name = "precomputed-hash" |
| 4028 | version = "0.1.1" |
| 4029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4030 | checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
| 4031 | |
| 4032 | [[package]] |
| 4033 | name = "prettyplease" |
| 4034 | version = "0.2.37" |
| 4035 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4036 | checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 4037 | dependencies = [ |
| 4038 | "proc-macro2", |
| 4039 | "syn 2.0.117", |
| 4040 | ] |
| 4041 | |
| 4042 | [[package]] |
| 4043 | name = "primal-check" |
| 4044 | version = "0.3.4" |
| 4045 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4046 | checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08" |
| 4047 | dependencies = [ |
| 4048 | "num-integer", |
| 4049 | ] |
| 4050 | |
| 4051 | [[package]] |
| 4052 | name = "proc-macro-error" |
| 4053 | version = "1.0.4" |
| 4054 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4055 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
| 4056 | dependencies = [ |
| 4057 | "proc-macro-error-attr", |
| 4058 | "proc-macro2", |
| 4059 | "quote", |
| 4060 | "syn 1.0.109", |
| 4061 | "version_check", |
| 4062 | ] |
| 4063 | |
| 4064 | [[package]] |
| 4065 | name = "proc-macro-error-attr" |
| 4066 | version = "1.0.4" |
| 4067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4068 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
| 4069 | dependencies = [ |
| 4070 | "proc-macro2", |
| 4071 | "quote", |
| 4072 | "version_check", |
| 4073 | ] |
| 4074 | |
| 4075 | [[package]] |
| 4076 | name = "proc-macro2" |
| 4077 | version = "1.0.106" |
| 4078 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4079 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 4080 | dependencies = [ |
| 4081 | "unicode-ident", |
| 4082 | ] |
| 4083 | |
| 4084 | [[package]] |
| 4085 | name = "pulp" |
| 4086 | version = "0.21.5" |
| 4087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4088 | checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907" |
| 4089 | dependencies = [ |
| 4090 | "bytemuck", |
| 4091 | "cfg-if", |
| 4092 | "libm", |
| 4093 | "num-complex", |
| 4094 | "reborrow", |
| 4095 | "version_check", |
| 4096 | ] |
| 4097 | |
| 4098 | [[package]] |
| 4099 | name = "pulp" |
| 4100 | version = "0.22.2" |
| 4101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4102 | checksum = "2e205bb30d5b916c55e584c22201771bcf2bad9aabd5d4127f38387140c38632" |
| 4103 | dependencies = [ |
| 4104 | "bytemuck", |
| 4105 | "cfg-if", |
| 4106 | "libm", |
| 4107 | "num-complex", |
| 4108 | "paste", |
| 4109 | "pulp-wasm-simd-flag", |
| 4110 | "raw-cpuid", |
| 4111 | "reborrow", |
| 4112 | "version_check", |
| 4113 | ] |
| 4114 | |
| 4115 | [[package]] |
| 4116 | name = "pulp-wasm-simd-flag" |
| 4117 | version = "0.1.0" |
| 4118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4119 | checksum = "40e24eee682d89fb193496edf918a7f407d30175b2e785fe057e4392dfd182e0" |
| 4120 | |
| 4121 | [[package]] |
| 4122 | name = "pxfm" |
| 4123 | version = "0.1.29" |
| 4124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4125 | checksum = "e0c5ccf5294c6ccd63a74f1565028353830a9c2f5eb0c682c355c471726a6e3f" |
| 4126 | |
| 4127 | [[package]] |
| 4128 | name = "qoi" |
| 4129 | version = "0.4.1" |
| 4130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4131 | checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" |
| 4132 | dependencies = [ |
| 4133 | "bytemuck", |
| 4134 | ] |
| 4135 | |
| 4136 | [[package]] |
| 4137 | name = "quick-error" |
| 4138 | version = "2.0.1" |
| 4139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4140 | checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" |
| 4141 | |
| 4142 | [[package]] |
| 4143 | name = "quinn" |
| 4144 | version = "0.11.9" |
| 4145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4146 | checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" |
| 4147 | dependencies = [ |
| 4148 | "bytes", |
| 4149 | "cfg_aliases", |
| 4150 | "pin-project-lite", |
| 4151 | "quinn-proto", |
| 4152 | "quinn-udp", |
| 4153 | "rustc-hash 2.1.2", |
| 4154 | "rustls", |
| 4155 | "socket2", |
| 4156 | "thiserror 2.0.18", |
| 4157 | "tokio", |
| 4158 | "tracing", |
| 4159 | "web-time", |
| 4160 | ] |
| 4161 | |
| 4162 | [[package]] |
| 4163 | name = "quinn-proto" |
| 4164 | version = "0.11.14" |
| 4165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4166 | checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" |
| 4167 | dependencies = [ |
| 4168 | "aws-lc-rs", |
| 4169 | "bytes", |
| 4170 | "getrandom 0.3.4", |
| 4171 | "lru-slab", |
| 4172 | "rand 0.9.4", |
| 4173 | "ring", |
| 4174 | "rustc-hash 2.1.2", |
| 4175 | "rustls", |
| 4176 | "rustls-pki-types", |
| 4177 | "slab", |
| 4178 | "thiserror 2.0.18", |
| 4179 | "tinyvec", |
| 4180 | "tracing", |
| 4181 | "web-time", |
| 4182 | ] |
| 4183 | |
| 4184 | [[package]] |
| 4185 | name = "quinn-udp" |
| 4186 | version = "0.5.14" |
| 4187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4188 | checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" |
| 4189 | dependencies = [ |
| 4190 | "cfg_aliases", |
| 4191 | "libc", |
| 4192 | "once_cell", |
| 4193 | "socket2", |
| 4194 | "tracing", |
| 4195 | "windows-sys 0.60.2", |
| 4196 | ] |
| 4197 | |
| 4198 | [[package]] |
| 4199 | name = "quote" |
| 4200 | version = "1.0.45" |
| 4201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4202 | checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 4203 | dependencies = [ |
| 4204 | "proc-macro2", |
| 4205 | ] |
| 4206 | |
| 4207 | [[package]] |
| 4208 | name = "r-efi" |
| 4209 | version = "5.3.0" |
| 4210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4211 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 4212 | |
| 4213 | [[package]] |
| 4214 | name = "r-efi" |
| 4215 | version = "6.0.0" |
| 4216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4217 | checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 4218 | |
| 4219 | [[package]] |
| 4220 | name = "radix_trie" |
| 4221 | version = "0.3.0" |
| 4222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4223 | checksum = "3b4431027dcd37fc2a73ef740b5f233aa805897935b8bce0195e41bbf9a3289a" |
| 4224 | dependencies = [ |
| 4225 | "endian-type", |
| 4226 | "nibble_vec", |
| 4227 | ] |
| 4228 | |
| 4229 | [[package]] |
| 4230 | name = "rand" |
| 4231 | version = "0.8.6" |
| 4232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4233 | checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" |
| 4234 | dependencies = [ |
| 4235 | "libc", |
| 4236 | "rand_chacha 0.3.1", |
| 4237 | "rand_core 0.6.4", |
| 4238 | ] |
| 4239 | |
| 4240 | [[package]] |
| 4241 | name = "rand" |
| 4242 | version = "0.9.4" |
| 4243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4244 | checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" |
| 4245 | dependencies = [ |
| 4246 | "rand_chacha 0.9.0", |
| 4247 | "rand_core 0.9.5", |
| 4248 | ] |
| 4249 | |
| 4250 | [[package]] |
| 4251 | name = "rand_chacha" |
| 4252 | version = "0.3.1" |
| 4253 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4254 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 4255 | dependencies = [ |
| 4256 | "ppv-lite86", |
| 4257 | "rand_core 0.6.4", |
| 4258 | ] |
| 4259 | |
| 4260 | [[package]] |
| 4261 | name = "rand_chacha" |
| 4262 | version = "0.9.0" |
| 4263 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4264 | checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| 4265 | dependencies = [ |
| 4266 | "ppv-lite86", |
| 4267 | "rand_core 0.9.5", |
| 4268 | ] |
| 4269 | |
| 4270 | [[package]] |
| 4271 | name = "rand_core" |
| 4272 | version = "0.6.4" |
| 4273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4274 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 4275 | dependencies = [ |
| 4276 | "getrandom 0.2.17", |
| 4277 | ] |
| 4278 | |
| 4279 | [[package]] |
| 4280 | name = "rand_core" |
| 4281 | version = "0.9.5" |
| 4282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4283 | checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" |
| 4284 | dependencies = [ |
| 4285 | "getrandom 0.3.4", |
| 4286 | ] |
| 4287 | |
| 4288 | [[package]] |
| 4289 | name = "rand_distr" |
| 4290 | version = "0.4.3" |
| 4291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4292 | checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" |
| 4293 | dependencies = [ |
| 4294 | "num-traits", |
| 4295 | "rand 0.8.6", |
| 4296 | ] |
| 4297 | |
| 4298 | [[package]] |
| 4299 | name = "rand_distr" |
| 4300 | version = "0.5.1" |
| 4301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4302 | checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463" |
| 4303 | dependencies = [ |
| 4304 | "num-traits", |
| 4305 | "rand 0.9.4", |
| 4306 | ] |
| 4307 | |
| 4308 | [[package]] |
| 4309 | name = "rand_isaac" |
| 4310 | version = "0.4.0" |
| 4311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4312 | checksum = "3382fc9f0aad4f2e2a56b53d9133c8c810b4dbf21e7e370e24346161a5b2c7bd" |
| 4313 | dependencies = [ |
| 4314 | "rand_core 0.9.5", |
| 4315 | ] |
| 4316 | |
| 4317 | [[package]] |
| 4318 | name = "ratatui" |
| 4319 | version = "0.29.0" |
| 4320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4321 | checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" |
| 4322 | dependencies = [ |
| 4323 | "bitflags 2.13.0", |
| 4324 | "cassowary", |
| 4325 | "compact_str 0.8.2", |
| 4326 | "crossterm 0.28.1", |
| 4327 | "indoc", |
| 4328 | "instability", |
| 4329 | "itertools 0.13.0", |
| 4330 | "lru", |
| 4331 | "paste", |
| 4332 | "strum 0.26.3", |
| 4333 | "unicode-segmentation", |
| 4334 | "unicode-truncate", |
| 4335 | "unicode-width 0.2.0", |
| 4336 | ] |
| 4337 | |
| 4338 | [[package]] |
| 4339 | name = "raw-cpuid" |
| 4340 | version = "11.6.0" |
| 4341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4342 | checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" |
| 4343 | dependencies = [ |
| 4344 | "bitflags 2.13.0", |
| 4345 | ] |
| 4346 | |
| 4347 | [[package]] |
| 4348 | name = "rawpointer" |
| 4349 | version = "0.2.1" |
| 4350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4351 | checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" |
| 4352 | |
| 4353 | [[package]] |
| 4354 | name = "rayon" |
| 4355 | version = "1.12.0" |
| 4356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4357 | checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" |
| 4358 | dependencies = [ |
| 4359 | "either", |
| 4360 | "rayon-core", |
| 4361 | ] |
| 4362 | |
| 4363 | [[package]] |
| 4364 | name = "rayon-cond" |
| 4365 | version = "0.4.0" |
| 4366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4367 | checksum = "2964d0cf57a3e7a06e8183d14a8b527195c706b7983549cd5462d5aa3747438f" |
| 4368 | dependencies = [ |
| 4369 | "either", |
| 4370 | "itertools 0.14.0", |
| 4371 | "rayon", |
| 4372 | ] |
| 4373 | |
| 4374 | [[package]] |
| 4375 | name = "rayon-core" |
| 4376 | version = "1.13.0" |
| 4377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4378 | checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" |
| 4379 | dependencies = [ |
| 4380 | "crossbeam-deque", |
| 4381 | "crossbeam-utils", |
| 4382 | ] |
| 4383 | |
| 4384 | [[package]] |
| 4385 | name = "realfft" |
| 4386 | version = "3.5.0" |
| 4387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4388 | checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677" |
| 4389 | dependencies = [ |
| 4390 | "rustfft", |
| 4391 | ] |
| 4392 | |
| 4393 | [[package]] |
| 4394 | name = "reborrow" |
| 4395 | version = "0.5.5" |
| 4396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4397 | checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430" |
| 4398 | |
| 4399 | [[package]] |
| 4400 | name = "recvmsg" |
| 4401 | version = "1.0.0" |
| 4402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4403 | checksum = "d3edd4d5d42c92f0a659926464d4cce56b562761267ecf0f469d85b7de384175" |
| 4404 | |
| 4405 | [[package]] |
| 4406 | name = "redox_syscall" |
| 4407 | version = "0.5.18" |
| 4408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4409 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 4410 | dependencies = [ |
| 4411 | "bitflags 2.13.0", |
| 4412 | ] |
| 4413 | |
| 4414 | [[package]] |
| 4415 | name = "redox_users" |
| 4416 | version = "0.5.2" |
| 4417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4418 | checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" |
| 4419 | dependencies = [ |
| 4420 | "getrandom 0.2.17", |
| 4421 | "libredox", |
| 4422 | "thiserror 2.0.18", |
| 4423 | ] |
| 4424 | |
| 4425 | [[package]] |
| 4426 | name = "ref-cast" |
| 4427 | version = "1.0.25" |
| 4428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4429 | checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" |
| 4430 | dependencies = [ |
| 4431 | "ref-cast-impl", |
| 4432 | ] |
| 4433 | |
| 4434 | [[package]] |
| 4435 | name = "ref-cast-impl" |
| 4436 | version = "1.0.25" |
| 4437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4438 | checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" |
| 4439 | dependencies = [ |
| 4440 | "proc-macro2", |
| 4441 | "quote", |
| 4442 | "syn 2.0.117", |
| 4443 | ] |
| 4444 | |
| 4445 | [[package]] |
| 4446 | name = "regex" |
| 4447 | version = "1.12.4" |
| 4448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4449 | checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba" |
| 4450 | dependencies = [ |
| 4451 | "aho-corasick", |
| 4452 | "memchr", |
| 4453 | "regex-automata", |
| 4454 | "regex-syntax", |
| 4455 | ] |
| 4456 | |
| 4457 | [[package]] |
| 4458 | name = "regex-automata" |
| 4459 | version = "0.4.14" |
| 4460 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4461 | checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 4462 | dependencies = [ |
| 4463 | "aho-corasick", |
| 4464 | "memchr", |
| 4465 | "regex-syntax", |
| 4466 | ] |
| 4467 | |
| 4468 | [[package]] |
| 4469 | name = "regex-syntax" |
| 4470 | version = "0.8.11" |
| 4471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4472 | checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" |
| 4473 | |
| 4474 | [[package]] |
| 4475 | name = "reqwest" |
| 4476 | version = "0.12.28" |
| 4477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4478 | checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" |
| 4479 | dependencies = [ |
| 4480 | "base64 0.22.1", |
| 4481 | "bytes", |
| 4482 | "encoding_rs", |
| 4483 | "futures-channel", |
| 4484 | "futures-core", |
| 4485 | "futures-util", |
| 4486 | "h2", |
| 4487 | "http", |
| 4488 | "http-body", |
| 4489 | "http-body-util", |
| 4490 | "hyper", |
| 4491 | "hyper-rustls", |
| 4492 | "hyper-util", |
| 4493 | "js-sys", |
| 4494 | "log", |
| 4495 | "mime", |
| 4496 | "mime_guess", |
| 4497 | "percent-encoding", |
| 4498 | "pin-project-lite", |
| 4499 | "quinn", |
| 4500 | "rustls", |
| 4501 | "rustls-native-certs", |
| 4502 | "rustls-pki-types", |
| 4503 | "serde", |
| 4504 | "serde_json", |
| 4505 | "serde_urlencoded", |
| 4506 | "sync_wrapper", |
| 4507 | "tokio", |
| 4508 | "tokio-rustls", |
| 4509 | "tokio-util", |
| 4510 | "tower", |
| 4511 | "tower-http", |
| 4512 | "tower-service", |
| 4513 | "url", |
| 4514 | "wasm-bindgen", |
| 4515 | "wasm-bindgen-futures", |
| 4516 | "wasm-streams 0.4.2", |
| 4517 | "web-sys", |
| 4518 | "webpki-roots 1.0.7", |
| 4519 | ] |
| 4520 | |
| 4521 | [[package]] |
| 4522 | name = "reqwest" |
| 4523 | version = "0.13.4" |
| 4524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4525 | checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" |
| 4526 | dependencies = [ |
| 4527 | "base64 0.22.1", |
| 4528 | "bytes", |
| 4529 | "encoding_rs", |
| 4530 | "futures-channel", |
| 4531 | "futures-core", |
| 4532 | "futures-util", |
| 4533 | "h2", |
| 4534 | "http", |
| 4535 | "http-body", |
| 4536 | "http-body-util", |
| 4537 | "hyper", |
| 4538 | "hyper-rustls", |
| 4539 | "hyper-util", |
| 4540 | "js-sys", |
| 4541 | "log", |
| 4542 | "mime", |
| 4543 | "percent-encoding", |
| 4544 | "pin-project-lite", |
| 4545 | "quinn", |
| 4546 | "rustls", |
| 4547 | "rustls-pki-types", |
| 4548 | "rustls-platform-verifier", |
| 4549 | "serde", |
| 4550 | "serde_json", |
| 4551 | "sync_wrapper", |
| 4552 | "tokio", |
| 4553 | "tokio-rustls", |
| 4554 | "tokio-util", |
| 4555 | "tower", |
| 4556 | "tower-http", |
| 4557 | "tower-service", |
| 4558 | "url", |
| 4559 | "wasm-bindgen", |
| 4560 | "wasm-bindgen-futures", |
| 4561 | "wasm-streams 0.5.0", |
| 4562 | "web-sys", |
| 4563 | ] |
| 4564 | |
| 4565 | [[package]] |
| 4566 | name = "ring" |
| 4567 | version = "0.17.14" |
| 4568 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4569 | checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 4570 | dependencies = [ |
| 4571 | "cc", |
| 4572 | "cfg-if", |
| 4573 | "getrandom 0.2.17", |
| 4574 | "libc", |
| 4575 | "untrusted", |
| 4576 | "windows-sys 0.52.0", |
| 4577 | ] |
| 4578 | |
| 4579 | [[package]] |
| 4580 | name = "rpassword" |
| 4581 | version = "7.5.4" |
| 4582 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4583 | checksum = "2da316a15f47e3d053de9cb2c439650bd8fa4aaeb9365f2e5f27f492ff73c196" |
| 4584 | dependencies = [ |
| 4585 | "libc", |
| 4586 | "rtoolbox", |
| 4587 | "windows-sys 0.61.2", |
| 4588 | ] |
| 4589 | |
| 4590 | [[package]] |
| 4591 | name = "rtoolbox" |
| 4592 | version = "0.0.5" |
| 4593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4594 | checksum = "50a0e551c1e27e1731aba276dbeaeac73f53c7cd34d1bda485d02bd1e0f36844" |
| 4595 | dependencies = [ |
| 4596 | "libc", |
| 4597 | "windows-sys 0.59.0", |
| 4598 | ] |
| 4599 | |
| 4600 | [[package]] |
| 4601 | name = "rubato" |
| 4602 | version = "0.16.2" |
| 4603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4604 | checksum = "5258099699851cfd0082aeb645feb9c084d9a5e1f1b8d5372086b989fc5e56a1" |
| 4605 | dependencies = [ |
| 4606 | "num-complex", |
| 4607 | "num-integer", |
| 4608 | "num-traits", |
| 4609 | "realfft", |
| 4610 | ] |
| 4611 | |
| 4612 | [[package]] |
| 4613 | name = "rust-mcp-schema" |
| 4614 | version = "0.9.6" |
| 4615 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4616 | checksum = "b1209aa7fb74fccafe6b2a649b15581fb328343427d85def865b0ad233fe1f74" |
| 4617 | dependencies = [ |
| 4618 | "serde", |
| 4619 | "serde_json", |
| 4620 | ] |
| 4621 | |
| 4622 | [[package]] |
| 4623 | name = "rust-stemmers" |
| 4624 | version = "1.2.0" |
| 4625 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4626 | checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54" |
| 4627 | dependencies = [ |
| 4628 | "serde", |
| 4629 | "serde_derive", |
| 4630 | ] |
| 4631 | |
| 4632 | [[package]] |
| 4633 | name = "rustc-hash" |
| 4634 | version = "1.1.0" |
| 4635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4636 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| 4637 | |
| 4638 | [[package]] |
| 4639 | name = "rustc-hash" |
| 4640 | version = "2.1.2" |
| 4641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4642 | checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" |
| 4643 | |
| 4644 | [[package]] |
| 4645 | name = "rustc_version" |
| 4646 | version = "0.4.1" |
| 4647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4648 | checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 4649 | dependencies = [ |
| 4650 | "semver", |
| 4651 | ] |
| 4652 | |
| 4653 | [[package]] |
| 4654 | name = "rustfft" |
| 4655 | version = "6.4.1" |
| 4656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4657 | checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89" |
| 4658 | dependencies = [ |
| 4659 | "num-complex", |
| 4660 | "num-integer", |
| 4661 | "num-traits", |
| 4662 | "primal-check", |
| 4663 | "strength_reduce", |
| 4664 | "transpose", |
| 4665 | ] |
| 4666 | |
| 4667 | [[package]] |
| 4668 | name = "rustix" |
| 4669 | version = "0.38.44" |
| 4670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4671 | checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" |
| 4672 | dependencies = [ |
| 4673 | "bitflags 2.13.0", |
| 4674 | "errno", |
| 4675 | "libc", |
| 4676 | "linux-raw-sys 0.4.15", |
| 4677 | "windows-sys 0.59.0", |
| 4678 | ] |
| 4679 | |
| 4680 | [[package]] |
| 4681 | name = "rustix" |
| 4682 | version = "1.1.4" |
| 4683 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4684 | checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| 4685 | dependencies = [ |
| 4686 | "bitflags 2.13.0", |
| 4687 | "errno", |
| 4688 | "libc", |
| 4689 | "linux-raw-sys 0.12.1", |
| 4690 | "windows-sys 0.61.2", |
| 4691 | ] |
| 4692 | |
| 4693 | [[package]] |
| 4694 | name = "rustls" |
| 4695 | version = "0.23.40" |
| 4696 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4697 | checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" |
| 4698 | dependencies = [ |
| 4699 | "aws-lc-rs", |
| 4700 | "log", |
| 4701 | "once_cell", |
| 4702 | "ring", |
| 4703 | "rustls-pki-types", |
| 4704 | "rustls-webpki", |
| 4705 | "subtle", |
| 4706 | "zeroize", |
| 4707 | ] |
| 4708 | |
| 4709 | [[package]] |
| 4710 | name = "rustls-native-certs" |
| 4711 | version = "0.8.4" |
| 4712 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4713 | checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d" |
| 4714 | dependencies = [ |
| 4715 | "openssl-probe", |
| 4716 | "rustls-pki-types", |
| 4717 | "schannel", |
| 4718 | "security-framework", |
| 4719 | ] |
| 4720 | |
| 4721 | [[package]] |
| 4722 | name = "rustls-pki-types" |
| 4723 | version = "1.14.1" |
| 4724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4725 | checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" |
| 4726 | dependencies = [ |
| 4727 | "web-time", |
| 4728 | "zeroize", |
| 4729 | ] |
| 4730 | |
| 4731 | [[package]] |
| 4732 | name = "rustls-platform-verifier" |
| 4733 | version = "0.7.0" |
| 4734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4735 | checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0" |
| 4736 | dependencies = [ |
| 4737 | "core-foundation 0.10.1", |
| 4738 | "core-foundation-sys", |
| 4739 | "jni", |
| 4740 | "log", |
| 4741 | "once_cell", |
| 4742 | "rustls", |
| 4743 | "rustls-native-certs", |
| 4744 | "rustls-platform-verifier-android", |
| 4745 | "rustls-webpki", |
| 4746 | "security-framework", |
| 4747 | "security-framework-sys", |
| 4748 | "webpki-root-certs", |
| 4749 | "windows-sys 0.61.2", |
| 4750 | ] |
| 4751 | |
| 4752 | [[package]] |
| 4753 | name = "rustls-platform-verifier-android" |
| 4754 | version = "0.1.1" |
| 4755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4756 | checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" |
| 4757 | |
| 4758 | [[package]] |
| 4759 | name = "rustls-webpki" |
| 4760 | version = "0.103.13" |
| 4761 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4762 | checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" |
| 4763 | dependencies = [ |
| 4764 | "aws-lc-rs", |
| 4765 | "ring", |
| 4766 | "rustls-pki-types", |
| 4767 | "untrusted", |
| 4768 | ] |
| 4769 | |
| 4770 | [[package]] |
| 4771 | name = "rustversion" |
| 4772 | version = "1.0.22" |
| 4773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4774 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 4775 | |
| 4776 | [[package]] |
| 4777 | name = "ryu" |
| 4778 | version = "1.0.23" |
| 4779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4780 | checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| 4781 | |
| 4782 | [[package]] |
| 4783 | name = "safe_arch" |
| 4784 | version = "0.7.4" |
| 4785 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4786 | checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323" |
| 4787 | dependencies = [ |
| 4788 | "bytemuck", |
| 4789 | ] |
| 4790 | |
| 4791 | [[package]] |
| 4792 | name = "safetensors" |
| 4793 | version = "0.4.5" |
| 4794 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4795 | checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6" |
| 4796 | dependencies = [ |
| 4797 | "serde", |
| 4798 | "serde_json", |
| 4799 | ] |
| 4800 | |
| 4801 | [[package]] |
| 4802 | name = "safetensors" |
| 4803 | version = "0.7.0" |
| 4804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4805 | checksum = "675656c1eabb620b921efea4f9199f97fc86e36dd6ffd1fbbe48d0f59a4987f5" |
| 4806 | dependencies = [ |
| 4807 | "hashbrown 0.16.1", |
| 4808 | "serde", |
| 4809 | "serde_json", |
| 4810 | ] |
| 4811 | |
| 4812 | [[package]] |
| 4813 | name = "same-file" |
| 4814 | version = "1.0.6" |
| 4815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4816 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 4817 | dependencies = [ |
| 4818 | "winapi-util", |
| 4819 | ] |
| 4820 | |
| 4821 | [[package]] |
| 4822 | name = "saphyr-parser-bw" |
| 4823 | version = "0.0.605" |
| 4824 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4825 | checksum = "5e1aee7486406df3541b5a657204a11be97175a467d77bc98e6d94a66289fb80" |
| 4826 | dependencies = [ |
| 4827 | "arraydeque", |
| 4828 | "smallvec 2.0.0-alpha.12", |
| 4829 | "thiserror 2.0.18", |
| 4830 | ] |
| 4831 | |
| 4832 | [[package]] |
| 4833 | name = "schannel" |
| 4834 | version = "0.1.29" |
| 4835 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4836 | checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" |
| 4837 | dependencies = [ |
| 4838 | "windows-sys 0.61.2", |
| 4839 | ] |
| 4840 | |
| 4841 | [[package]] |
| 4842 | name = "schemars" |
| 4843 | version = "0.9.0" |
| 4844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4845 | checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" |
| 4846 | dependencies = [ |
| 4847 | "dyn-clone", |
| 4848 | "ref-cast", |
| 4849 | "serde", |
| 4850 | "serde_json", |
| 4851 | ] |
| 4852 | |
| 4853 | [[package]] |
| 4854 | name = "schemars" |
| 4855 | version = "1.2.1" |
| 4856 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4857 | checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" |
| 4858 | dependencies = [ |
| 4859 | "dyn-clone", |
| 4860 | "ref-cast", |
| 4861 | "schemars_derive", |
| 4862 | "serde", |
| 4863 | "serde_json", |
| 4864 | ] |
| 4865 | |
| 4866 | [[package]] |
| 4867 | name = "schemars_derive" |
| 4868 | version = "1.2.1" |
| 4869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4870 | checksum = "7d115b50f4aaeea07e79c1912f645c7513d81715d0420f8bc77a18c6260b307f" |
| 4871 | dependencies = [ |
| 4872 | "proc-macro2", |
| 4873 | "quote", |
| 4874 | "serde_derive_internals", |
| 4875 | "syn 2.0.117", |
| 4876 | ] |
| 4877 | |
| 4878 | [[package]] |
| 4879 | name = "scoped-tls" |
| 4880 | version = "1.0.1" |
| 4881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4882 | checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
| 4883 | |
| 4884 | [[package]] |
| 4885 | name = "scopeguard" |
| 4886 | version = "1.2.0" |
| 4887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4888 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 4889 | |
| 4890 | [[package]] |
| 4891 | name = "scraper" |
| 4892 | version = "0.25.0" |
| 4893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4894 | checksum = "93cecd86d6259499c844440546d02f55f3e17bd286e529e48d1f9f67e92315cb" |
| 4895 | dependencies = [ |
| 4896 | "cssparser", |
| 4897 | "ego-tree", |
| 4898 | "getopts", |
| 4899 | "html5ever 0.36.1", |
| 4900 | "precomputed-hash", |
| 4901 | "selectors", |
| 4902 | "tendril 0.4.3", |
| 4903 | ] |
| 4904 | |
| 4905 | [[package]] |
| 4906 | name = "scroll" |
| 4907 | version = "0.12.0" |
| 4908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4909 | checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6" |
| 4910 | dependencies = [ |
| 4911 | "scroll_derive", |
| 4912 | ] |
| 4913 | |
| 4914 | [[package]] |
| 4915 | name = "scroll_derive" |
| 4916 | version = "0.12.1" |
| 4917 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4918 | checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d" |
| 4919 | dependencies = [ |
| 4920 | "proc-macro2", |
| 4921 | "quote", |
| 4922 | "syn 2.0.117", |
| 4923 | ] |
| 4924 | |
| 4925 | [[package]] |
| 4926 | name = "security-framework" |
| 4927 | version = "3.7.0" |
| 4928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4929 | checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" |
| 4930 | dependencies = [ |
| 4931 | "bitflags 2.13.0", |
| 4932 | "core-foundation 0.10.1", |
| 4933 | "core-foundation-sys", |
| 4934 | "libc", |
| 4935 | "security-framework-sys", |
| 4936 | ] |
| 4937 | |
| 4938 | [[package]] |
| 4939 | name = "security-framework-sys" |
| 4940 | version = "2.17.0" |
| 4941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4942 | checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" |
| 4943 | dependencies = [ |
| 4944 | "core-foundation-sys", |
| 4945 | "libc", |
| 4946 | ] |
| 4947 | |
| 4948 | [[package]] |
| 4949 | name = "selectors" |
| 4950 | version = "0.33.0" |
| 4951 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4952 | checksum = "feef350c36147532e1b79ea5c1f3791373e61cbd9a6a2615413b3807bb164fb7" |
| 4953 | dependencies = [ |
| 4954 | "bitflags 2.13.0", |
| 4955 | "cssparser", |
| 4956 | "derive_more", |
| 4957 | "log", |
| 4958 | "new_debug_unreachable", |
| 4959 | "phf", |
| 4960 | "phf_codegen", |
| 4961 | "precomputed-hash", |
| 4962 | "rustc-hash 2.1.2", |
| 4963 | "servo_arc", |
| 4964 | "smallvec 1.15.1", |
| 4965 | ] |
| 4966 | |
| 4967 | [[package]] |
| 4968 | name = "semver" |
| 4969 | version = "1.0.28" |
| 4970 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4971 | checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| 4972 | dependencies = [ |
| 4973 | "serde", |
| 4974 | "serde_core", |
| 4975 | ] |
| 4976 | |
| 4977 | [[package]] |
| 4978 | name = "seq-macro" |
| 4979 | version = "0.3.6" |
| 4980 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4981 | checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc" |
| 4982 | |
| 4983 | [[package]] |
| 4984 | name = "serde" |
| 4985 | version = "1.0.228" |
| 4986 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4987 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 4988 | dependencies = [ |
| 4989 | "serde_core", |
| 4990 | "serde_derive", |
| 4991 | ] |
| 4992 | |
| 4993 | [[package]] |
| 4994 | name = "serde-big-array" |
| 4995 | version = "0.5.1" |
| 4996 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4997 | checksum = "11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f" |
| 4998 | dependencies = [ |
| 4999 | "serde", |
| 5000 | ] |
Showing first 5,000 of 7,797 lines.
View raw