lol

zed-editor: use fetchCargoVendor (#357701)

authored by

Gaétan Lepage and committed by
GitHub
d0b528f2 aa56482c

+2 -15853
-15831
pkgs/by-name/ze/zed-editor/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "activity_indicator" 7 - version = "0.1.0" 8 - dependencies = [ 9 - "anyhow", 10 - "auto_update", 11 - "editor", 12 - "extension_host", 13 - "futures 0.3.30", 14 - "gpui", 15 - "language", 16 - "lsp", 17 - "project", 18 - "smallvec", 19 - "ui", 20 - "util", 21 - "workspace", 22 - ] 23 - 24 - [[package]] 25 - name = "addr2line" 26 - version = "0.24.1" 27 - source = "registry+https://github.com/rust-lang/crates.io-index" 28 - checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375" 29 - dependencies = [ 30 - "gimli 0.31.0", 31 - ] 32 - 33 - [[package]] 34 - name = "adler" 35 - version = "1.0.2" 36 - source = "registry+https://github.com/rust-lang/crates.io-index" 37 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 38 - 39 - [[package]] 40 - name = "adler2" 41 - version = "2.0.0" 42 - source = "registry+https://github.com/rust-lang/crates.io-index" 43 - checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 44 - 45 - [[package]] 46 - name = "aes" 47 - version = "0.8.4" 48 - source = "registry+https://github.com/rust-lang/crates.io-index" 49 - checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" 50 - dependencies = [ 51 - "cfg-if", 52 - "cipher", 53 - "cpufeatures", 54 - "zeroize", 55 - ] 56 - 57 - [[package]] 58 - name = "ahash" 59 - version = "0.7.8" 60 - source = "registry+https://github.com/rust-lang/crates.io-index" 61 - checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" 62 - dependencies = [ 63 - "getrandom 0.2.15", 64 - "once_cell", 65 - "version_check", 66 - ] 67 - 68 - [[package]] 69 - name = "ahash" 70 - version = "0.8.11" 71 - source = "registry+https://github.com/rust-lang/crates.io-index" 72 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 73 - dependencies = [ 74 - "cfg-if", 75 - "const-random", 76 - "once_cell", 77 - "version_check", 78 - "zerocopy", 79 - ] 80 - 81 - [[package]] 82 - name = "aho-corasick" 83 - version = "1.1.3" 84 - source = "registry+https://github.com/rust-lang/crates.io-index" 85 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 86 - dependencies = [ 87 - "memchr", 88 - ] 89 - 90 - [[package]] 91 - name = "alacritty_terminal" 92 - version = "0.24.1-dev" 93 - source = "git+https://github.com/alacritty/alacritty?rev=91d034ff8b53867143c005acfaa14609147c9a2c#91d034ff8b53867143c005acfaa14609147c9a2c" 94 - dependencies = [ 95 - "base64 0.22.1", 96 - "bitflags 2.6.0", 97 - "home", 98 - "libc", 99 - "log", 100 - "miow", 101 - "parking_lot", 102 - "piper", 103 - "polling 3.7.3", 104 - "regex-automata 0.4.7", 105 - "rustix-openpty", 106 - "serde", 107 - "signal-hook", 108 - "unicode-width", 109 - "vte", 110 - "windows-sys 0.52.0", 111 - ] 112 - 113 - [[package]] 114 - name = "aliasable" 115 - version = "0.1.3" 116 - source = "registry+https://github.com/rust-lang/crates.io-index" 117 - checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" 118 - 119 - [[package]] 120 - name = "aligned-vec" 121 - version = "0.5.0" 122 - source = "registry+https://github.com/rust-lang/crates.io-index" 123 - checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1" 124 - 125 - [[package]] 126 - name = "allocator-api2" 127 - version = "0.2.18" 128 - source = "registry+https://github.com/rust-lang/crates.io-index" 129 - checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 130 - 131 - [[package]] 132 - name = "alsa" 133 - version = "0.9.1" 134 - source = "registry+https://github.com/rust-lang/crates.io-index" 135 - checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43" 136 - dependencies = [ 137 - "alsa-sys", 138 - "bitflags 2.6.0", 139 - "cfg-if", 140 - "libc", 141 - ] 142 - 143 - [[package]] 144 - name = "alsa-sys" 145 - version = "0.3.1" 146 - source = "registry+https://github.com/rust-lang/crates.io-index" 147 - checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527" 148 - dependencies = [ 149 - "libc", 150 - "pkg-config", 151 - ] 152 - 153 - [[package]] 154 - name = "ambient-authority" 155 - version = "0.0.2" 156 - source = "registry+https://github.com/rust-lang/crates.io-index" 157 - checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b" 158 - 159 - [[package]] 160 - name = "ammonia" 161 - version = "4.0.0" 162 - source = "registry+https://github.com/rust-lang/crates.io-index" 163 - checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459" 164 - dependencies = [ 165 - "html5ever", 166 - "maplit", 167 - "once_cell", 168 - "tendril", 169 - "url", 170 - ] 171 - 172 - [[package]] 173 - name = "android-tzdata" 174 - version = "0.1.1" 175 - source = "registry+https://github.com/rust-lang/crates.io-index" 176 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 177 - 178 - [[package]] 179 - name = "android_system_properties" 180 - version = "0.1.5" 181 - source = "registry+https://github.com/rust-lang/crates.io-index" 182 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 183 - dependencies = [ 184 - "libc", 185 - ] 186 - 187 - [[package]] 188 - name = "anes" 189 - version = "0.1.6" 190 - source = "registry+https://github.com/rust-lang/crates.io-index" 191 - checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 192 - 193 - [[package]] 194 - name = "anstream" 195 - version = "0.6.15" 196 - source = "registry+https://github.com/rust-lang/crates.io-index" 197 - checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" 198 - dependencies = [ 199 - "anstyle", 200 - "anstyle-parse", 201 - "anstyle-query", 202 - "anstyle-wincon", 203 - "colorchoice", 204 - "is_terminal_polyfill", 205 - "utf8parse", 206 - ] 207 - 208 - [[package]] 209 - name = "anstyle" 210 - version = "1.0.8" 211 - source = "registry+https://github.com/rust-lang/crates.io-index" 212 - checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" 213 - 214 - [[package]] 215 - name = "anstyle-parse" 216 - version = "0.2.5" 217 - source = "registry+https://github.com/rust-lang/crates.io-index" 218 - checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" 219 - dependencies = [ 220 - "utf8parse", 221 - ] 222 - 223 - [[package]] 224 - name = "anstyle-query" 225 - version = "1.1.1" 226 - source = "registry+https://github.com/rust-lang/crates.io-index" 227 - checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" 228 - dependencies = [ 229 - "windows-sys 0.52.0", 230 - ] 231 - 232 - [[package]] 233 - name = "anstyle-wincon" 234 - version = "3.0.4" 235 - source = "registry+https://github.com/rust-lang/crates.io-index" 236 - checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" 237 - dependencies = [ 238 - "anstyle", 239 - "windows-sys 0.52.0", 240 - ] 241 - 242 - [[package]] 243 - name = "anthropic" 244 - version = "0.1.0" 245 - dependencies = [ 246 - "anyhow", 247 - "chrono", 248 - "futures 0.3.30", 249 - "http_client", 250 - "schemars", 251 - "serde", 252 - "serde_json", 253 - "strum 0.25.0", 254 - "thiserror", 255 - "util", 256 - ] 257 - 258 - [[package]] 259 - name = "any_vec" 260 - version = "0.14.0" 261 - source = "registry+https://github.com/rust-lang/crates.io-index" 262 - checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4" 263 - 264 - [[package]] 265 - name = "anyhow" 266 - version = "1.0.93" 267 - source = "registry+https://github.com/rust-lang/crates.io-index" 268 - checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" 269 - 270 - [[package]] 271 - name = "approx" 272 - version = "0.5.1" 273 - source = "registry+https://github.com/rust-lang/crates.io-index" 274 - checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" 275 - dependencies = [ 276 - "num-traits", 277 - ] 278 - 279 - [[package]] 280 - name = "arbitrary" 281 - version = "1.3.2" 282 - source = "registry+https://github.com/rust-lang/crates.io-index" 283 - checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" 284 - 285 - [[package]] 286 - name = "arg_enum_proc_macro" 287 - version = "0.3.4" 288 - source = "registry+https://github.com/rust-lang/crates.io-index" 289 - checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea" 290 - dependencies = [ 291 - "proc-macro2", 292 - "quote", 293 - "syn 2.0.87", 294 - ] 295 - 296 - [[package]] 297 - name = "arraydeque" 298 - version = "0.5.1" 299 - source = "registry+https://github.com/rust-lang/crates.io-index" 300 - checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236" 301 - 302 - [[package]] 303 - name = "arrayref" 304 - version = "0.3.8" 305 - source = "registry+https://github.com/rust-lang/crates.io-index" 306 - checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a" 307 - 308 - [[package]] 309 - name = "arrayvec" 310 - version = "0.7.6" 311 - source = "registry+https://github.com/rust-lang/crates.io-index" 312 - checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 313 - dependencies = [ 314 - "serde", 315 - ] 316 - 317 - [[package]] 318 - name = "as-raw-xcb-connection" 319 - version = "1.0.1" 320 - source = "registry+https://github.com/rust-lang/crates.io-index" 321 - checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" 322 - 323 - [[package]] 324 - name = "ascii" 325 - version = "1.1.0" 326 - source = "registry+https://github.com/rust-lang/crates.io-index" 327 - checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" 328 - 329 - [[package]] 330 - name = "ash" 331 - version = "0.38.0+1.3.281" 332 - source = "registry+https://github.com/rust-lang/crates.io-index" 333 - checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" 334 - dependencies = [ 335 - "libloading", 336 - ] 337 - 338 - [[package]] 339 - name = "ash-window" 340 - version = "0.13.0" 341 - source = "registry+https://github.com/rust-lang/crates.io-index" 342 - checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82" 343 - dependencies = [ 344 - "ash", 345 - "raw-window-handle", 346 - "raw-window-metal", 347 - ] 348 - 349 - [[package]] 350 - name = "ashpd" 351 - version = "0.9.2" 352 - source = "registry+https://github.com/rust-lang/crates.io-index" 353 - checksum = "4d43c03d9e36dd40cab48435be0b09646da362c278223ca535493877b2c1dee9" 354 - dependencies = [ 355 - "async-fs 2.1.2", 356 - "async-net 2.0.0", 357 - "enumflags2", 358 - "futures-channel", 359 - "futures-util", 360 - "rand 0.8.5", 361 - "serde", 362 - "serde_repr", 363 - "url", 364 - "zbus", 365 - ] 366 - 367 - [[package]] 368 - name = "assets" 369 - version = "0.1.0" 370 - dependencies = [ 371 - "anyhow", 372 - "gpui", 373 - "rust-embed", 374 - ] 375 - 376 - [[package]] 377 - name = "assistant" 378 - version = "0.1.0" 379 - dependencies = [ 380 - "anthropic", 381 - "anyhow", 382 - "assets", 383 - "assistant_slash_command", 384 - "assistant_tool", 385 - "async-watch", 386 - "cargo_toml", 387 - "chrono", 388 - "client", 389 - "clock", 390 - "collections", 391 - "command_palette_hooks", 392 - "context_servers", 393 - "ctor", 394 - "db", 395 - "editor", 396 - "env_logger 0.11.5", 397 - "feature_flags", 398 - "fs", 399 - "futures 0.3.30", 400 - "fuzzy", 401 - "globset", 402 - "gpui", 403 - "handlebars 4.5.0", 404 - "heed", 405 - "html_to_markdown", 406 - "http_client", 407 - "indexed_docs", 408 - "indoc", 409 - "language", 410 - "language_model", 411 - "languages", 412 - "log", 413 - "lsp", 414 - "markdown", 415 - "menu", 416 - "multi_buffer", 417 - "ollama", 418 - "open_ai", 419 - "ordered-float 2.10.1", 420 - "parking_lot", 421 - "paths", 422 - "picker", 423 - "pretty_assertions", 424 - "project", 425 - "proto", 426 - "rand 0.8.5", 427 - "regex", 428 - "release_channel", 429 - "rope", 430 - "rpc", 431 - "schemars", 432 - "search", 433 - "semantic_index", 434 - "serde", 435 - "serde_json", 436 - "serde_json_lenient", 437 - "settings", 438 - "similar", 439 - "smallvec", 440 - "smol", 441 - "strum 0.25.0", 442 - "telemetry_events", 443 - "terminal", 444 - "terminal_view", 445 - "text", 446 - "theme", 447 - "toml 0.8.19", 448 - "tree-sitter-md", 449 - "ui", 450 - "unindent", 451 - "util", 452 - "uuid", 453 - "workspace", 454 - "zed_actions", 455 - ] 456 - 457 - [[package]] 458 - name = "assistant_slash_command" 459 - version = "0.1.0" 460 - dependencies = [ 461 - "anyhow", 462 - "async-trait", 463 - "collections", 464 - "derive_more", 465 - "extension", 466 - "futures 0.3.30", 467 - "gpui", 468 - "language", 469 - "language_model", 470 - "parking_lot", 471 - "pretty_assertions", 472 - "serde", 473 - "serde_json", 474 - "ui", 475 - "workspace", 476 - ] 477 - 478 - [[package]] 479 - name = "assistant_tool" 480 - version = "0.1.0" 481 - dependencies = [ 482 - "anyhow", 483 - "collections", 484 - "derive_more", 485 - "gpui", 486 - "parking_lot", 487 - "serde", 488 - "serde_json", 489 - "workspace", 490 - ] 491 - 492 - [[package]] 493 - name = "async-attributes" 494 - version = "1.1.2" 495 - source = "registry+https://github.com/rust-lang/crates.io-index" 496 - checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5" 497 - dependencies = [ 498 - "quote", 499 - "syn 1.0.109", 500 - ] 501 - 502 - [[package]] 503 - name = "async-broadcast" 504 - version = "0.7.1" 505 - source = "registry+https://github.com/rust-lang/crates.io-index" 506 - checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e" 507 - dependencies = [ 508 - "event-listener 5.3.1", 509 - "event-listener-strategy", 510 - "futures-core", 511 - "pin-project-lite", 512 - ] 513 - 514 - [[package]] 515 - name = "async-channel" 516 - version = "1.9.0" 517 - source = "registry+https://github.com/rust-lang/crates.io-index" 518 - checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 519 - dependencies = [ 520 - "concurrent-queue", 521 - "event-listener 2.5.3", 522 - "futures-core", 523 - ] 524 - 525 - [[package]] 526 - name = "async-channel" 527 - version = "2.3.1" 528 - source = "registry+https://github.com/rust-lang/crates.io-index" 529 - checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" 530 - dependencies = [ 531 - "concurrent-queue", 532 - "event-listener-strategy", 533 - "futures-core", 534 - "pin-project-lite", 535 - ] 536 - 537 - [[package]] 538 - name = "async-compat" 539 - version = "0.2.4" 540 - source = "registry+https://github.com/rust-lang/crates.io-index" 541 - checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0" 542 - dependencies = [ 543 - "futures-core", 544 - "futures-io", 545 - "once_cell", 546 - "pin-project-lite", 547 - "tokio", 548 - ] 549 - 550 - [[package]] 551 - name = "async-compression" 552 - version = "0.4.17" 553 - source = "registry+https://github.com/rust-lang/crates.io-index" 554 - checksum = "0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857" 555 - dependencies = [ 556 - "deflate64", 557 - "flate2", 558 - "futures-core", 559 - "futures-io", 560 - "memchr", 561 - "pin-project-lite", 562 - ] 563 - 564 - [[package]] 565 - name = "async-dispatcher" 566 - version = "0.1.2" 567 - source = "registry+https://github.com/rust-lang/crates.io-index" 568 - checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca" 569 - dependencies = [ 570 - "async-task", 571 - "futures-lite 1.13.0", 572 - ] 573 - 574 - [[package]] 575 - name = "async-executor" 576 - version = "1.13.0" 577 - source = "registry+https://github.com/rust-lang/crates.io-index" 578 - checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7" 579 - dependencies = [ 580 - "async-task", 581 - "concurrent-queue", 582 - "fastrand 2.1.1", 583 - "futures-lite 2.3.0", 584 - "slab", 585 - ] 586 - 587 - [[package]] 588 - name = "async-fs" 589 - version = "1.6.0" 590 - source = "registry+https://github.com/rust-lang/crates.io-index" 591 - checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" 592 - dependencies = [ 593 - "async-lock 2.8.0", 594 - "autocfg", 595 - "blocking", 596 - "futures-lite 1.13.0", 597 - ] 598 - 599 - [[package]] 600 - name = "async-fs" 601 - version = "2.1.2" 602 - source = "registry+https://github.com/rust-lang/crates.io-index" 603 - checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a" 604 - dependencies = [ 605 - "async-lock 3.4.0", 606 - "blocking", 607 - "futures-lite 2.3.0", 608 - ] 609 - 610 - [[package]] 611 - name = "async-global-executor" 612 - version = "2.4.1" 613 - source = "registry+https://github.com/rust-lang/crates.io-index" 614 - checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" 615 - dependencies = [ 616 - "async-channel 2.3.1", 617 - "async-executor", 618 - "async-io 2.3.4", 619 - "async-lock 3.4.0", 620 - "blocking", 621 - "futures-lite 2.3.0", 622 - "once_cell", 623 - ] 624 - 625 - [[package]] 626 - name = "async-io" 627 - version = "1.13.0" 628 - source = "registry+https://github.com/rust-lang/crates.io-index" 629 - checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 630 - dependencies = [ 631 - "async-lock 2.8.0", 632 - "autocfg", 633 - "cfg-if", 634 - "concurrent-queue", 635 - "futures-lite 1.13.0", 636 - "log", 637 - "parking", 638 - "polling 2.8.0", 639 - "rustix 0.37.27", 640 - "slab", 641 - "socket2 0.4.10", 642 - "waker-fn", 643 - ] 644 - 645 - [[package]] 646 - name = "async-io" 647 - version = "2.3.4" 648 - source = "registry+https://github.com/rust-lang/crates.io-index" 649 - checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8" 650 - dependencies = [ 651 - "async-lock 3.4.0", 652 - "cfg-if", 653 - "concurrent-queue", 654 - "futures-io", 655 - "futures-lite 2.3.0", 656 - "parking", 657 - "polling 3.7.3", 658 - "rustix 0.38.39", 659 - "slab", 660 - "tracing", 661 - "windows-sys 0.59.0", 662 - ] 663 - 664 - [[package]] 665 - name = "async-lock" 666 - version = "2.8.0" 667 - source = "registry+https://github.com/rust-lang/crates.io-index" 668 - checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" 669 - dependencies = [ 670 - "event-listener 2.5.3", 671 - ] 672 - 673 - [[package]] 674 - name = "async-lock" 675 - version = "3.4.0" 676 - source = "registry+https://github.com/rust-lang/crates.io-index" 677 - checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 678 - dependencies = [ 679 - "event-listener 5.3.1", 680 - "event-listener-strategy", 681 - "pin-project-lite", 682 - ] 683 - 684 - [[package]] 685 - name = "async-native-tls" 686 - version = "0.5.0" 687 - source = "registry+https://github.com/rust-lang/crates.io-index" 688 - checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec" 689 - dependencies = [ 690 - "futures-util", 691 - "native-tls", 692 - "thiserror", 693 - "url", 694 - ] 695 - 696 - [[package]] 697 - name = "async-net" 698 - version = "1.8.0" 699 - source = "registry+https://github.com/rust-lang/crates.io-index" 700 - checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f" 701 - dependencies = [ 702 - "async-io 1.13.0", 703 - "blocking", 704 - "futures-lite 1.13.0", 705 - ] 706 - 707 - [[package]] 708 - name = "async-net" 709 - version = "2.0.0" 710 - source = "registry+https://github.com/rust-lang/crates.io-index" 711 - checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" 712 - dependencies = [ 713 - "async-io 2.3.4", 714 - "blocking", 715 - "futures-lite 2.3.0", 716 - ] 717 - 718 - [[package]] 719 - name = "async-pipe" 720 - version = "0.1.3" 721 - source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553" 722 - dependencies = [ 723 - "futures 0.3.30", 724 - "log", 725 - ] 726 - 727 - [[package]] 728 - name = "async-process" 729 - version = "1.8.1" 730 - source = "registry+https://github.com/rust-lang/crates.io-index" 731 - checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88" 732 - dependencies = [ 733 - "async-io 1.13.0", 734 - "async-lock 2.8.0", 735 - "async-signal", 736 - "blocking", 737 - "cfg-if", 738 - "event-listener 3.1.0", 739 - "futures-lite 1.13.0", 740 - "rustix 0.38.39", 741 - "windows-sys 0.48.0", 742 - ] 743 - 744 - [[package]] 745 - name = "async-process" 746 - version = "2.2.4" 747 - source = "registry+https://github.com/rust-lang/crates.io-index" 748 - checksum = "a8a07789659a4d385b79b18b9127fc27e1a59e1e89117c78c5ea3b806f016374" 749 - dependencies = [ 750 - "async-channel 2.3.1", 751 - "async-io 2.3.4", 752 - "async-lock 3.4.0", 753 - "async-signal", 754 - "async-task", 755 - "blocking", 756 - "cfg-if", 757 - "event-listener 5.3.1", 758 - "futures-lite 2.3.0", 759 - "rustix 0.38.39", 760 - "tracing", 761 - "windows-sys 0.59.0", 762 - ] 763 - 764 - [[package]] 765 - name = "async-recursion" 766 - version = "0.3.2" 767 - source = "registry+https://github.com/rust-lang/crates.io-index" 768 - checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2" 769 - dependencies = [ 770 - "proc-macro2", 771 - "quote", 772 - "syn 1.0.109", 773 - ] 774 - 775 - [[package]] 776 - name = "async-recursion" 777 - version = "1.1.1" 778 - source = "registry+https://github.com/rust-lang/crates.io-index" 779 - checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 780 - dependencies = [ 781 - "proc-macro2", 782 - "quote", 783 - "syn 2.0.87", 784 - ] 785 - 786 - [[package]] 787 - name = "async-signal" 788 - version = "0.2.10" 789 - source = "registry+https://github.com/rust-lang/crates.io-index" 790 - checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3" 791 - dependencies = [ 792 - "async-io 2.3.4", 793 - "async-lock 3.4.0", 794 - "atomic-waker", 795 - "cfg-if", 796 - "futures-core", 797 - "futures-io", 798 - "rustix 0.38.39", 799 - "signal-hook-registry", 800 - "slab", 801 - "windows-sys 0.59.0", 802 - ] 803 - 804 - [[package]] 805 - name = "async-std" 806 - version = "1.12.0" 807 - source = "registry+https://github.com/rust-lang/crates.io-index" 808 - checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" 809 - dependencies = [ 810 - "async-attributes", 811 - "async-channel 1.9.0", 812 - "async-global-executor", 813 - "async-io 1.13.0", 814 - "async-lock 2.8.0", 815 - "async-process 1.8.1", 816 - "crossbeam-utils", 817 - "futures-channel", 818 - "futures-core", 819 - "futures-io", 820 - "futures-lite 1.13.0", 821 - "gloo-timers", 822 - "kv-log-macro", 823 - "log", 824 - "memchr", 825 - "once_cell", 826 - "pin-project-lite", 827 - "pin-utils", 828 - "slab", 829 - "wasm-bindgen-futures", 830 - ] 831 - 832 - [[package]] 833 - name = "async-stream" 834 - version = "0.3.5" 835 - source = "registry+https://github.com/rust-lang/crates.io-index" 836 - checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51" 837 - dependencies = [ 838 - "async-stream-impl", 839 - "futures-core", 840 - "pin-project-lite", 841 - ] 842 - 843 - [[package]] 844 - name = "async-stream-impl" 845 - version = "0.3.5" 846 - source = "registry+https://github.com/rust-lang/crates.io-index" 847 - checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" 848 - dependencies = [ 849 - "proc-macro2", 850 - "quote", 851 - "syn 2.0.87", 852 - ] 853 - 854 - [[package]] 855 - name = "async-stripe" 856 - version = "0.40.0" 857 - source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735" 858 - dependencies = [ 859 - "chrono", 860 - "futures-util", 861 - "http-types", 862 - "hyper 0.14.31", 863 - "hyper-rustls 0.24.2", 864 - "serde", 865 - "serde_json", 866 - "serde_path_to_error", 867 - "serde_qs 0.10.1", 868 - "smart-default", 869 - "smol_str", 870 - "thiserror", 871 - "tokio", 872 - ] 873 - 874 - [[package]] 875 - name = "async-tar" 876 - version = "0.5.0" 877 - source = "registry+https://github.com/rust-lang/crates.io-index" 878 - checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8" 879 - dependencies = [ 880 - "async-std", 881 - "filetime", 882 - "libc", 883 - "pin-project", 884 - "redox_syscall 0.2.16", 885 - "xattr", 886 - ] 887 - 888 - [[package]] 889 - name = "async-task" 890 - version = "4.7.1" 891 - source = "registry+https://github.com/rust-lang/crates.io-index" 892 - checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 893 - 894 - [[package]] 895 - name = "async-tls" 896 - version = "0.13.0" 897 - source = "registry+https://github.com/rust-lang/crates.io-index" 898 - checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e" 899 - dependencies = [ 900 - "futures-core", 901 - "futures-io", 902 - "rustls 0.21.12", 903 - "rustls-pemfile 1.0.4", 904 - "webpki-roots 0.22.6", 905 - ] 906 - 907 - [[package]] 908 - name = "async-trait" 909 - version = "0.1.83" 910 - source = "registry+https://github.com/rust-lang/crates.io-index" 911 - checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" 912 - dependencies = [ 913 - "proc-macro2", 914 - "quote", 915 - "syn 2.0.87", 916 - ] 917 - 918 - [[package]] 919 - name = "async-tungstenite" 920 - version = "0.28.0" 921 - source = "registry+https://github.com/rust-lang/crates.io-index" 922 - checksum = "90e661b6cb0a6eb34d02c520b052daa3aa9ac0cc02495c9d066bbce13ead132b" 923 - dependencies = [ 924 - "async-std", 925 - "async-tls", 926 - "futures-io", 927 - "futures-util", 928 - "log", 929 - "pin-project-lite", 930 - "tungstenite 0.24.0", 931 - ] 932 - 933 - [[package]] 934 - name = "async-watch" 935 - version = "0.3.1" 936 - source = "registry+https://github.com/rust-lang/crates.io-index" 937 - checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2" 938 - dependencies = [ 939 - "event-listener 2.5.3", 940 - ] 941 - 942 - [[package]] 943 - name = "async_zip" 944 - version = "0.0.17" 945 - source = "registry+https://github.com/rust-lang/crates.io-index" 946 - checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52" 947 - dependencies = [ 948 - "async-compression", 949 - "crc32fast", 950 - "futures-lite 2.3.0", 951 - "pin-project", 952 - "thiserror", 953 - ] 954 - 955 - [[package]] 956 - name = "asynchronous-codec" 957 - version = "0.7.0" 958 - source = "registry+https://github.com/rust-lang/crates.io-index" 959 - checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233" 960 - dependencies = [ 961 - "bytes 1.7.2", 962 - "futures-sink", 963 - "futures-util", 964 - "memchr", 965 - "pin-project-lite", 966 - ] 967 - 968 - [[package]] 969 - name = "atoi" 970 - version = "2.0.0" 971 - source = "registry+https://github.com/rust-lang/crates.io-index" 972 - checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 973 - dependencies = [ 974 - "num-traits", 975 - ] 976 - 977 - [[package]] 978 - name = "atomic" 979 - version = "0.5.3" 980 - source = "registry+https://github.com/rust-lang/crates.io-index" 981 - checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba" 982 - 983 - [[package]] 984 - name = "atomic-waker" 985 - version = "1.1.2" 986 - source = "registry+https://github.com/rust-lang/crates.io-index" 987 - checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 988 - 989 - [[package]] 990 - name = "audio" 991 - version = "0.1.0" 992 - dependencies = [ 993 - "anyhow", 994 - "collections", 995 - "derive_more", 996 - "gpui", 997 - "parking_lot", 998 - "rodio", 999 - "util", 1000 - ] 1001 - 1002 - [[package]] 1003 - name = "auto_update" 1004 - version = "0.1.0" 1005 - dependencies = [ 1006 - "anyhow", 1007 - "client", 1008 - "db", 1009 - "editor", 1010 - "gpui", 1011 - "http_client", 1012 - "log", 1013 - "markdown_preview", 1014 - "menu", 1015 - "paths", 1016 - "release_channel", 1017 - "schemars", 1018 - "serde", 1019 - "serde_derive", 1020 - "serde_json", 1021 - "settings", 1022 - "smol", 1023 - "tempfile", 1024 - "util", 1025 - "which 6.0.3", 1026 - "workspace", 1027 - ] 1028 - 1029 - [[package]] 1030 - name = "autocfg" 1031 - version = "1.3.0" 1032 - source = "registry+https://github.com/rust-lang/crates.io-index" 1033 - checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 1034 - 1035 - [[package]] 1036 - name = "av1-grain" 1037 - version = "0.2.3" 1038 - source = "registry+https://github.com/rust-lang/crates.io-index" 1039 - checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf" 1040 - dependencies = [ 1041 - "anyhow", 1042 - "arrayvec", 1043 - "log", 1044 - "nom", 1045 - "num-rational", 1046 - "v_frame", 1047 - ] 1048 - 1049 - [[package]] 1050 - name = "avif-serialize" 1051 - version = "0.8.1" 1052 - source = "registry+https://github.com/rust-lang/crates.io-index" 1053 - checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2" 1054 - dependencies = [ 1055 - "arrayvec", 1056 - ] 1057 - 1058 - [[package]] 1059 - name = "aws-config" 1060 - version = "1.5.5" 1061 - source = "registry+https://github.com/rust-lang/crates.io-index" 1062 - checksum = "4e95816a168520d72c0e7680c405a5a8c1fb6a035b4bc4b9d7b0de8e1a941697" 1063 - dependencies = [ 1064 - "aws-credential-types", 1065 - "aws-runtime", 1066 - "aws-sdk-sso", 1067 - "aws-sdk-ssooidc", 1068 - "aws-sdk-sts", 1069 - "aws-smithy-async", 1070 - "aws-smithy-http", 1071 - "aws-smithy-json", 1072 - "aws-smithy-runtime", 1073 - "aws-smithy-runtime-api", 1074 - "aws-smithy-types", 1075 - "aws-types", 1076 - "bytes 1.7.2", 1077 - "fastrand 2.1.1", 1078 - "hex", 1079 - "http 0.2.12", 1080 - "ring", 1081 - "time", 1082 - "tokio", 1083 - "tracing", 1084 - "url", 1085 - "zeroize", 1086 - ] 1087 - 1088 - [[package]] 1089 - name = "aws-credential-types" 1090 - version = "1.2.1" 1091 - source = "registry+https://github.com/rust-lang/crates.io-index" 1092 - checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da" 1093 - dependencies = [ 1094 - "aws-smithy-async", 1095 - "aws-smithy-runtime-api", 1096 - "aws-smithy-types", 1097 - "zeroize", 1098 - ] 1099 - 1100 - [[package]] 1101 - name = "aws-runtime" 1102 - version = "1.4.2" 1103 - source = "registry+https://github.com/rust-lang/crates.io-index" 1104 - checksum = "2424565416eef55906f9f8cece2072b6b6a76075e3ff81483ebe938a89a4c05f" 1105 - dependencies = [ 1106 - "aws-credential-types", 1107 - "aws-sigv4", 1108 - "aws-smithy-async", 1109 - "aws-smithy-eventstream", 1110 - "aws-smithy-http", 1111 - "aws-smithy-runtime", 1112 - "aws-smithy-runtime-api", 1113 - "aws-smithy-types", 1114 - "aws-types", 1115 - "bytes 1.7.2", 1116 - "fastrand 2.1.1", 1117 - "http 0.2.12", 1118 - "http-body 0.4.6", 1119 - "once_cell", 1120 - "percent-encoding", 1121 - "pin-project-lite", 1122 - "tracing", 1123 - "uuid", 1124 - ] 1125 - 1126 - [[package]] 1127 - name = "aws-sdk-s3" 1128 - version = "1.47.0" 1129 - source = "registry+https://github.com/rust-lang/crates.io-index" 1130 - checksum = "cca49303c05d2a740b8a4552fac63a4db6ead84f7e7eeed04761fd3014c26f25" 1131 - dependencies = [ 1132 - "ahash 0.8.11", 1133 - "aws-credential-types", 1134 - "aws-runtime", 1135 - "aws-sigv4", 1136 - "aws-smithy-async", 1137 - "aws-smithy-checksums", 1138 - "aws-smithy-eventstream", 1139 - "aws-smithy-http", 1140 - "aws-smithy-json", 1141 - "aws-smithy-runtime", 1142 - "aws-smithy-runtime-api", 1143 - "aws-smithy-types", 1144 - "aws-smithy-xml", 1145 - "aws-types", 1146 - "bytes 1.7.2", 1147 - "fastrand 2.1.1", 1148 - "hex", 1149 - "hmac", 1150 - "http 0.2.12", 1151 - "http-body 0.4.6", 1152 - "lru", 1153 - "once_cell", 1154 - "percent-encoding", 1155 - "regex-lite", 1156 - "sha2", 1157 - "tracing", 1158 - "url", 1159 - ] 1160 - 1161 - [[package]] 1162 - name = "aws-sdk-sso" 1163 - version = "1.40.0" 1164 - source = "registry+https://github.com/rust-lang/crates.io-index" 1165 - checksum = "e5879bec6e74b648ce12f6085e7245417bc5f6d672781028384d2e494be3eb6d" 1166 - dependencies = [ 1167 - "aws-credential-types", 1168 - "aws-runtime", 1169 - "aws-smithy-async", 1170 - "aws-smithy-http", 1171 - "aws-smithy-json", 1172 - "aws-smithy-runtime", 1173 - "aws-smithy-runtime-api", 1174 - "aws-smithy-types", 1175 - "aws-types", 1176 - "bytes 1.7.2", 1177 - "http 0.2.12", 1178 - "once_cell", 1179 - "regex-lite", 1180 - "tracing", 1181 - ] 1182 - 1183 - [[package]] 1184 - name = "aws-sdk-ssooidc" 1185 - version = "1.41.0" 1186 - source = "registry+https://github.com/rust-lang/crates.io-index" 1187 - checksum = "4ef4cd9362f638c22a3b959fd8df292e7e47fdf170270f86246b97109b5f2f7d" 1188 - dependencies = [ 1189 - "aws-credential-types", 1190 - "aws-runtime", 1191 - "aws-smithy-async", 1192 - "aws-smithy-http", 1193 - "aws-smithy-json", 1194 - "aws-smithy-runtime", 1195 - "aws-smithy-runtime-api", 1196 - "aws-smithy-types", 1197 - "aws-types", 1198 - "bytes 1.7.2", 1199 - "http 0.2.12", 1200 - "once_cell", 1201 - "regex-lite", 1202 - "tracing", 1203 - ] 1204 - 1205 - [[package]] 1206 - name = "aws-sdk-sts" 1207 - version = "1.40.0" 1208 - source = "registry+https://github.com/rust-lang/crates.io-index" 1209 - checksum = "0b1e2735d2ab28b35ecbb5496c9d41857f52a0d6a0075bbf6a8af306045ea6f6" 1210 - dependencies = [ 1211 - "aws-credential-types", 1212 - "aws-runtime", 1213 - "aws-smithy-async", 1214 - "aws-smithy-http", 1215 - "aws-smithy-json", 1216 - "aws-smithy-query", 1217 - "aws-smithy-runtime", 1218 - "aws-smithy-runtime-api", 1219 - "aws-smithy-types", 1220 - "aws-smithy-xml", 1221 - "aws-types", 1222 - "http 0.2.12", 1223 - "once_cell", 1224 - "regex-lite", 1225 - "tracing", 1226 - ] 1227 - 1228 - [[package]] 1229 - name = "aws-sigv4" 1230 - version = "1.2.3" 1231 - source = "registry+https://github.com/rust-lang/crates.io-index" 1232 - checksum = "5df1b0fa6be58efe9d4ccc257df0a53b89cd8909e86591a13ca54817c87517be" 1233 - dependencies = [ 1234 - "aws-credential-types", 1235 - "aws-smithy-eventstream", 1236 - "aws-smithy-http", 1237 - "aws-smithy-runtime-api", 1238 - "aws-smithy-types", 1239 - "bytes 1.7.2", 1240 - "crypto-bigint 0.5.5", 1241 - "form_urlencoded", 1242 - "hex", 1243 - "hmac", 1244 - "http 0.2.12", 1245 - "http 1.1.0", 1246 - "once_cell", 1247 - "p256", 1248 - "percent-encoding", 1249 - "ring", 1250 - "sha2", 1251 - "subtle", 1252 - "time", 1253 - "tracing", 1254 - "zeroize", 1255 - ] 1256 - 1257 - [[package]] 1258 - name = "aws-smithy-async" 1259 - version = "1.2.1" 1260 - source = "registry+https://github.com/rust-lang/crates.io-index" 1261 - checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c" 1262 - dependencies = [ 1263 - "futures-util", 1264 - "pin-project-lite", 1265 - "tokio", 1266 - ] 1267 - 1268 - [[package]] 1269 - name = "aws-smithy-checksums" 1270 - version = "0.60.12" 1271 - source = "registry+https://github.com/rust-lang/crates.io-index" 1272 - checksum = "598b1689d001c4d4dc3cb386adb07d37786783aee3ac4b324bcadac116bf3d23" 1273 - dependencies = [ 1274 - "aws-smithy-http", 1275 - "aws-smithy-types", 1276 - "bytes 1.7.2", 1277 - "crc32c", 1278 - "crc32fast", 1279 - "hex", 1280 - "http 0.2.12", 1281 - "http-body 0.4.6", 1282 - "md-5", 1283 - "pin-project-lite", 1284 - "sha1", 1285 - "sha2", 1286 - "tracing", 1287 - ] 1288 - 1289 - [[package]] 1290 - name = "aws-smithy-eventstream" 1291 - version = "0.60.4" 1292 - source = "registry+https://github.com/rust-lang/crates.io-index" 1293 - checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858" 1294 - dependencies = [ 1295 - "aws-smithy-types", 1296 - "bytes 1.7.2", 1297 - "crc32fast", 1298 - ] 1299 - 1300 - [[package]] 1301 - name = "aws-smithy-http" 1302 - version = "0.60.10" 1303 - source = "registry+https://github.com/rust-lang/crates.io-index" 1304 - checksum = "01dbcb6e2588fd64cfb6d7529661b06466419e4c54ed1c62d6510d2d0350a728" 1305 - dependencies = [ 1306 - "aws-smithy-eventstream", 1307 - "aws-smithy-runtime-api", 1308 - "aws-smithy-types", 1309 - "bytes 1.7.2", 1310 - "bytes-utils", 1311 - "futures-core", 1312 - "http 0.2.12", 1313 - "http-body 0.4.6", 1314 - "once_cell", 1315 - "percent-encoding", 1316 - "pin-project-lite", 1317 - "pin-utils", 1318 - "tracing", 1319 - ] 1320 - 1321 - [[package]] 1322 - name = "aws-smithy-json" 1323 - version = "0.60.7" 1324 - source = "registry+https://github.com/rust-lang/crates.io-index" 1325 - checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6" 1326 - dependencies = [ 1327 - "aws-smithy-types", 1328 - ] 1329 - 1330 - [[package]] 1331 - name = "aws-smithy-query" 1332 - version = "0.60.7" 1333 - source = "registry+https://github.com/rust-lang/crates.io-index" 1334 - checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb" 1335 - dependencies = [ 1336 - "aws-smithy-types", 1337 - "urlencoding", 1338 - ] 1339 - 1340 - [[package]] 1341 - name = "aws-smithy-runtime" 1342 - version = "1.7.1" 1343 - source = "registry+https://github.com/rust-lang/crates.io-index" 1344 - checksum = "d1ce695746394772e7000b39fe073095db6d45a862d0767dd5ad0ac0d7f8eb87" 1345 - dependencies = [ 1346 - "aws-smithy-async", 1347 - "aws-smithy-http", 1348 - "aws-smithy-runtime-api", 1349 - "aws-smithy-types", 1350 - "bytes 1.7.2", 1351 - "fastrand 2.1.1", 1352 - "h2 0.3.26", 1353 - "http 0.2.12", 1354 - "http-body 0.4.6", 1355 - "http-body 1.0.1", 1356 - "httparse", 1357 - "hyper 0.14.31", 1358 - "hyper-rustls 0.24.2", 1359 - "once_cell", 1360 - "pin-project-lite", 1361 - "pin-utils", 1362 - "rustls 0.21.12", 1363 - "tokio", 1364 - "tracing", 1365 - ] 1366 - 1367 - [[package]] 1368 - name = "aws-smithy-runtime-api" 1369 - version = "1.7.2" 1370 - source = "registry+https://github.com/rust-lang/crates.io-index" 1371 - checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96" 1372 - dependencies = [ 1373 - "aws-smithy-async", 1374 - "aws-smithy-types", 1375 - "bytes 1.7.2", 1376 - "http 0.2.12", 1377 - "http 1.1.0", 1378 - "pin-project-lite", 1379 - "tokio", 1380 - "tracing", 1381 - "zeroize", 1382 - ] 1383 - 1384 - [[package]] 1385 - name = "aws-smithy-types" 1386 - version = "1.2.4" 1387 - source = "registry+https://github.com/rust-lang/crates.io-index" 1388 - checksum = "273dcdfd762fae3e1650b8024624e7cd50e484e37abdab73a7a706188ad34543" 1389 - dependencies = [ 1390 - "base64-simd", 1391 - "bytes 1.7.2", 1392 - "bytes-utils", 1393 - "futures-core", 1394 - "http 0.2.12", 1395 - "http 1.1.0", 1396 - "http-body 0.4.6", 1397 - "http-body 1.0.1", 1398 - "http-body-util", 1399 - "itoa", 1400 - "num-integer", 1401 - "pin-project-lite", 1402 - "pin-utils", 1403 - "ryu", 1404 - "serde", 1405 - "time", 1406 - "tokio", 1407 - "tokio-util", 1408 - ] 1409 - 1410 - [[package]] 1411 - name = "aws-smithy-xml" 1412 - version = "0.60.8" 1413 - source = "registry+https://github.com/rust-lang/crates.io-index" 1414 - checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55" 1415 - dependencies = [ 1416 - "xmlparser", 1417 - ] 1418 - 1419 - [[package]] 1420 - name = "aws-types" 1421 - version = "1.3.3" 1422 - source = "registry+https://github.com/rust-lang/crates.io-index" 1423 - checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef" 1424 - dependencies = [ 1425 - "aws-credential-types", 1426 - "aws-smithy-async", 1427 - "aws-smithy-runtime-api", 1428 - "aws-smithy-types", 1429 - "rustc_version", 1430 - "tracing", 1431 - ] 1432 - 1433 - [[package]] 1434 - name = "axum" 1435 - version = "0.6.20" 1436 - source = "registry+https://github.com/rust-lang/crates.io-index" 1437 - checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" 1438 - dependencies = [ 1439 - "async-trait", 1440 - "axum-core", 1441 - "base64 0.21.7", 1442 - "bitflags 1.3.2", 1443 - "bytes 1.7.2", 1444 - "futures-util", 1445 - "headers", 1446 - "http 0.2.12", 1447 - "http-body 0.4.6", 1448 - "hyper 0.14.31", 1449 - "itoa", 1450 - "matchit", 1451 - "memchr", 1452 - "mime", 1453 - "percent-encoding", 1454 - "pin-project-lite", 1455 - "rustversion", 1456 - "serde", 1457 - "serde_json", 1458 - "serde_path_to_error", 1459 - "serde_urlencoded", 1460 - "sha1", 1461 - "sync_wrapper 0.1.2", 1462 - "tokio", 1463 - "tokio-tungstenite 0.20.1", 1464 - "tower", 1465 - "tower-layer", 1466 - "tower-service", 1467 - ] 1468 - 1469 - [[package]] 1470 - name = "axum-core" 1471 - version = "0.3.4" 1472 - source = "registry+https://github.com/rust-lang/crates.io-index" 1473 - checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" 1474 - dependencies = [ 1475 - "async-trait", 1476 - "bytes 1.7.2", 1477 - "futures-util", 1478 - "http 0.2.12", 1479 - "http-body 0.4.6", 1480 - "mime", 1481 - "rustversion", 1482 - "tower-layer", 1483 - "tower-service", 1484 - ] 1485 - 1486 - [[package]] 1487 - name = "axum-extra" 1488 - version = "0.4.2" 1489 - source = "registry+https://github.com/rust-lang/crates.io-index" 1490 - checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d" 1491 - dependencies = [ 1492 - "axum", 1493 - "bytes 1.7.2", 1494 - "futures-util", 1495 - "http 0.2.12", 1496 - "mime", 1497 - "pin-project-lite", 1498 - "serde", 1499 - "serde_json", 1500 - "tokio", 1501 - "tower", 1502 - "tower-http 0.3.5", 1503 - "tower-layer", 1504 - "tower-service", 1505 - ] 1506 - 1507 - [[package]] 1508 - name = "backtrace" 1509 - version = "0.3.74" 1510 - source = "registry+https://github.com/rust-lang/crates.io-index" 1511 - checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 1512 - dependencies = [ 1513 - "addr2line", 1514 - "cfg-if", 1515 - "libc", 1516 - "miniz_oxide 0.8.0", 1517 - "object", 1518 - "rustc-demangle", 1519 - "windows-targets 0.52.6", 1520 - ] 1521 - 1522 - [[package]] 1523 - name = "base16ct" 1524 - version = "0.1.1" 1525 - source = "registry+https://github.com/rust-lang/crates.io-index" 1526 - checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" 1527 - 1528 - [[package]] 1529 - name = "base64" 1530 - version = "0.13.1" 1531 - source = "registry+https://github.com/rust-lang/crates.io-index" 1532 - checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 1533 - 1534 - [[package]] 1535 - name = "base64" 1536 - version = "0.21.7" 1537 - source = "registry+https://github.com/rust-lang/crates.io-index" 1538 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 1539 - 1540 - [[package]] 1541 - name = "base64" 1542 - version = "0.22.1" 1543 - source = "registry+https://github.com/rust-lang/crates.io-index" 1544 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 1545 - 1546 - [[package]] 1547 - name = "base64-simd" 1548 - version = "0.8.0" 1549 - source = "registry+https://github.com/rust-lang/crates.io-index" 1550 - checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 1551 - dependencies = [ 1552 - "outref", 1553 - "vsimd", 1554 - ] 1555 - 1556 - [[package]] 1557 - name = "base64ct" 1558 - version = "1.6.0" 1559 - source = "registry+https://github.com/rust-lang/crates.io-index" 1560 - checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 1561 - 1562 - [[package]] 1563 - name = "bigdecimal" 1564 - version = "0.4.5" 1565 - source = "registry+https://github.com/rust-lang/crates.io-index" 1566 - checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee" 1567 - dependencies = [ 1568 - "autocfg", 1569 - "libm", 1570 - "num-bigint", 1571 - "num-integer", 1572 - "num-traits", 1573 - "serde", 1574 - ] 1575 - 1576 - [[package]] 1577 - name = "bincode" 1578 - version = "1.3.3" 1579 - source = "registry+https://github.com/rust-lang/crates.io-index" 1580 - checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 1581 - dependencies = [ 1582 - "serde", 1583 - ] 1584 - 1585 - [[package]] 1586 - name = "bindgen" 1587 - version = "0.69.4" 1588 - source = "registry+https://github.com/rust-lang/crates.io-index" 1589 - checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" 1590 - dependencies = [ 1591 - "bitflags 2.6.0", 1592 - "cexpr", 1593 - "clang-sys", 1594 - "itertools 0.12.1", 1595 - "lazy_static", 1596 - "lazycell", 1597 - "proc-macro2", 1598 - "quote", 1599 - "regex", 1600 - "rustc-hash 1.1.0", 1601 - "shlex", 1602 - "syn 2.0.87", 1603 - ] 1604 - 1605 - [[package]] 1606 - name = "bindgen" 1607 - version = "0.70.1" 1608 - source = "registry+https://github.com/rust-lang/crates.io-index" 1609 - checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f" 1610 - dependencies = [ 1611 - "bitflags 2.6.0", 1612 - "cexpr", 1613 - "clang-sys", 1614 - "itertools 0.13.0", 1615 - "log", 1616 - "prettyplease", 1617 - "proc-macro2", 1618 - "quote", 1619 - "regex", 1620 - "rustc-hash 1.1.0", 1621 - "shlex", 1622 - "syn 2.0.87", 1623 - ] 1624 - 1625 - [[package]] 1626 - name = "bit-set" 1627 - version = "0.5.3" 1628 - source = "registry+https://github.com/rust-lang/crates.io-index" 1629 - checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 1630 - dependencies = [ 1631 - "bit-vec 0.6.3", 1632 - ] 1633 - 1634 - [[package]] 1635 - name = "bit-set" 1636 - version = "0.6.0" 1637 - source = "registry+https://github.com/rust-lang/crates.io-index" 1638 - checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f" 1639 - dependencies = [ 1640 - "bit-vec 0.7.0", 1641 - ] 1642 - 1643 - [[package]] 1644 - name = "bit-set" 1645 - version = "0.8.0" 1646 - source = "registry+https://github.com/rust-lang/crates.io-index" 1647 - checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 1648 - dependencies = [ 1649 - "bit-vec 0.8.0", 1650 - ] 1651 - 1652 - [[package]] 1653 - name = "bit-vec" 1654 - version = "0.6.3" 1655 - source = "registry+https://github.com/rust-lang/crates.io-index" 1656 - checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 1657 - 1658 - [[package]] 1659 - name = "bit-vec" 1660 - version = "0.7.0" 1661 - source = "registry+https://github.com/rust-lang/crates.io-index" 1662 - checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22" 1663 - 1664 - [[package]] 1665 - name = "bit-vec" 1666 - version = "0.8.0" 1667 - source = "registry+https://github.com/rust-lang/crates.io-index" 1668 - checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 1669 - 1670 - [[package]] 1671 - name = "bit_field" 1672 - version = "0.10.2" 1673 - source = "registry+https://github.com/rust-lang/crates.io-index" 1674 - checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" 1675 - 1676 - [[package]] 1677 - name = "bitflags" 1678 - version = "1.3.2" 1679 - source = "registry+https://github.com/rust-lang/crates.io-index" 1680 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 1681 - 1682 - [[package]] 1683 - name = "bitflags" 1684 - version = "2.6.0" 1685 - source = "registry+https://github.com/rust-lang/crates.io-index" 1686 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 1687 - dependencies = [ 1688 - "serde", 1689 - ] 1690 - 1691 - [[package]] 1692 - name = "bitstream-io" 1693 - version = "2.5.3" 1694 - source = "registry+https://github.com/rust-lang/crates.io-index" 1695 - checksum = "b81e1519b0d82120d2fd469d5bfb2919a9361c48b02d82d04befc1cdd2002452" 1696 - 1697 - [[package]] 1698 - name = "bitvec" 1699 - version = "1.0.1" 1700 - source = "registry+https://github.com/rust-lang/crates.io-index" 1701 - checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 1702 - dependencies = [ 1703 - "funty", 1704 - "radium", 1705 - "tap", 1706 - "wyz", 1707 - ] 1708 - 1709 - [[package]] 1710 - name = "blade-graphics" 1711 - version = "0.5.0" 1712 - source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969" 1713 - dependencies = [ 1714 - "ash", 1715 - "ash-window", 1716 - "bitflags 2.6.0", 1717 - "block", 1718 - "bytemuck", 1719 - "codespan-reporting", 1720 - "core-graphics-types 0.1.3", 1721 - "glow", 1722 - "gpu-alloc", 1723 - "gpu-alloc-ash", 1724 - "hidden-trait", 1725 - "js-sys", 1726 - "khronos-egl", 1727 - "libloading", 1728 - "log", 1729 - "metal", 1730 - "mint", 1731 - "naga", 1732 - "objc", 1733 - "raw-window-handle", 1734 - "slab", 1735 - "wasm-bindgen", 1736 - "web-sys", 1737 - ] 1738 - 1739 - [[package]] 1740 - name = "blade-macros" 1741 - version = "0.3.0" 1742 - source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969" 1743 - dependencies = [ 1744 - "proc-macro2", 1745 - "quote", 1746 - "syn 2.0.87", 1747 - ] 1748 - 1749 - [[package]] 1750 - name = "blade-util" 1751 - version = "0.1.0" 1752 - source = "git+https://github.com/kvark/blade?rev=e142a3a5e678eb6a13e642ad8401b1f3aa38e969#e142a3a5e678eb6a13e642ad8401b1f3aa38e969" 1753 - dependencies = [ 1754 - "blade-graphics", 1755 - "bytemuck", 1756 - "log", 1757 - "profiling", 1758 - ] 1759 - 1760 - [[package]] 1761 - name = "blake3" 1762 - version = "1.5.4" 1763 - source = "registry+https://github.com/rust-lang/crates.io-index" 1764 - checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7" 1765 - dependencies = [ 1766 - "arrayref", 1767 - "arrayvec", 1768 - "cc", 1769 - "cfg-if", 1770 - "constant_time_eq", 1771 - ] 1772 - 1773 - [[package]] 1774 - name = "block" 1775 - version = "0.1.6" 1776 - source = "registry+https://github.com/rust-lang/crates.io-index" 1777 - checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 1778 - 1779 - [[package]] 1780 - name = "block-buffer" 1781 - version = "0.10.4" 1782 - source = "registry+https://github.com/rust-lang/crates.io-index" 1783 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 1784 - dependencies = [ 1785 - "generic-array", 1786 - ] 1787 - 1788 - [[package]] 1789 - name = "block-padding" 1790 - version = "0.3.3" 1791 - source = "registry+https://github.com/rust-lang/crates.io-index" 1792 - checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" 1793 - dependencies = [ 1794 - "generic-array", 1795 - ] 1796 - 1797 - [[package]] 1798 - name = "blocking" 1799 - version = "1.6.1" 1800 - source = "registry+https://github.com/rust-lang/crates.io-index" 1801 - checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" 1802 - dependencies = [ 1803 - "async-channel 2.3.1", 1804 - "async-task", 1805 - "futures-io", 1806 - "futures-lite 2.3.0", 1807 - "piper", 1808 - ] 1809 - 1810 - [[package]] 1811 - name = "borsh" 1812 - version = "1.5.1" 1813 - source = "registry+https://github.com/rust-lang/crates.io-index" 1814 - checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed" 1815 - dependencies = [ 1816 - "borsh-derive", 1817 - "cfg_aliases 0.2.1", 1818 - ] 1819 - 1820 - [[package]] 1821 - name = "borsh-derive" 1822 - version = "1.5.1" 1823 - source = "registry+https://github.com/rust-lang/crates.io-index" 1824 - checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b" 1825 - dependencies = [ 1826 - "once_cell", 1827 - "proc-macro-crate", 1828 - "proc-macro2", 1829 - "quote", 1830 - "syn 2.0.87", 1831 - "syn_derive", 1832 - ] 1833 - 1834 - [[package]] 1835 - name = "breadcrumbs" 1836 - version = "0.1.0" 1837 - dependencies = [ 1838 - "editor", 1839 - "gpui", 1840 - "itertools 0.13.0", 1841 - "outline", 1842 - "theme", 1843 - "ui", 1844 - "workspace", 1845 - ] 1846 - 1847 - [[package]] 1848 - name = "bstr" 1849 - version = "1.10.0" 1850 - source = "registry+https://github.com/rust-lang/crates.io-index" 1851 - checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" 1852 - dependencies = [ 1853 - "memchr", 1854 - "regex-automata 0.4.7", 1855 - "serde", 1856 - ] 1857 - 1858 - [[package]] 1859 - name = "built" 1860 - version = "0.7.4" 1861 - source = "registry+https://github.com/rust-lang/crates.io-index" 1862 - checksum = "236e6289eda5a812bc6b53c3b024039382a2895fbbeef2d748b2931546d392c4" 1863 - 1864 - [[package]] 1865 - name = "bumpalo" 1866 - version = "3.16.0" 1867 - source = "registry+https://github.com/rust-lang/crates.io-index" 1868 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 1869 - 1870 - [[package]] 1871 - name = "by_address" 1872 - version = "1.2.1" 1873 - source = "registry+https://github.com/rust-lang/crates.io-index" 1874 - checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06" 1875 - 1876 - [[package]] 1877 - name = "bytecheck" 1878 - version = "0.6.12" 1879 - source = "registry+https://github.com/rust-lang/crates.io-index" 1880 - checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" 1881 - dependencies = [ 1882 - "bytecheck_derive", 1883 - "ptr_meta", 1884 - "simdutf8", 1885 - ] 1886 - 1887 - [[package]] 1888 - name = "bytecheck_derive" 1889 - version = "0.6.12" 1890 - source = "registry+https://github.com/rust-lang/crates.io-index" 1891 - checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" 1892 - dependencies = [ 1893 - "proc-macro2", 1894 - "quote", 1895 - "syn 1.0.109", 1896 - ] 1897 - 1898 - [[package]] 1899 - name = "bytemuck" 1900 - version = "1.17.1" 1901 - source = "registry+https://github.com/rust-lang/crates.io-index" 1902 - checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2" 1903 - dependencies = [ 1904 - "bytemuck_derive", 1905 - ] 1906 - 1907 - [[package]] 1908 - name = "bytemuck_derive" 1909 - version = "1.7.1" 1910 - source = "registry+https://github.com/rust-lang/crates.io-index" 1911 - checksum = "0cc8b54b395f2fcfbb3d90c47b01c7f444d94d05bdeb775811dec868ac3bbc26" 1912 - dependencies = [ 1913 - "proc-macro2", 1914 - "quote", 1915 - "syn 2.0.87", 1916 - ] 1917 - 1918 - [[package]] 1919 - name = "byteorder" 1920 - version = "1.5.0" 1921 - source = "registry+https://github.com/rust-lang/crates.io-index" 1922 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 1923 - 1924 - [[package]] 1925 - name = "byteorder-lite" 1926 - version = "0.1.0" 1927 - source = "registry+https://github.com/rust-lang/crates.io-index" 1928 - checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 1929 - 1930 - [[package]] 1931 - name = "bytes" 1932 - version = "0.4.12" 1933 - source = "registry+https://github.com/rust-lang/crates.io-index" 1934 - checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" 1935 - dependencies = [ 1936 - "byteorder", 1937 - "iovec", 1938 - ] 1939 - 1940 - [[package]] 1941 - name = "bytes" 1942 - version = "1.7.2" 1943 - source = "registry+https://github.com/rust-lang/crates.io-index" 1944 - checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" 1945 - 1946 - [[package]] 1947 - name = "bytes-utils" 1948 - version = "0.1.4" 1949 - source = "registry+https://github.com/rust-lang/crates.io-index" 1950 - checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35" 1951 - dependencies = [ 1952 - "bytes 1.7.2", 1953 - "either", 1954 - ] 1955 - 1956 - [[package]] 1957 - name = "call" 1958 - version = "0.1.0" 1959 - dependencies = [ 1960 - "anyhow", 1961 - "audio", 1962 - "client", 1963 - "collections", 1964 - "fs", 1965 - "futures 0.3.30", 1966 - "gpui", 1967 - "http_client", 1968 - "language", 1969 - "live_kit_client", 1970 - "log", 1971 - "postage", 1972 - "project", 1973 - "schemars", 1974 - "serde", 1975 - "serde_derive", 1976 - "settings", 1977 - "util", 1978 - ] 1979 - 1980 - [[package]] 1981 - name = "calloop" 1982 - version = "0.13.0" 1983 - source = "registry+https://github.com/rust-lang/crates.io-index" 1984 - checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" 1985 - dependencies = [ 1986 - "bitflags 2.6.0", 1987 - "log", 1988 - "polling 3.7.3", 1989 - "rustix 0.38.39", 1990 - "slab", 1991 - "thiserror", 1992 - ] 1993 - 1994 - [[package]] 1995 - name = "calloop-wayland-source" 1996 - version = "0.3.0" 1997 - source = "registry+https://github.com/rust-lang/crates.io-index" 1998 - checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" 1999 - dependencies = [ 2000 - "calloop", 2001 - "rustix 0.38.39", 2002 - "wayland-backend", 2003 - "wayland-client", 2004 - ] 2005 - 2006 - [[package]] 2007 - name = "camino" 2008 - version = "1.1.9" 2009 - source = "registry+https://github.com/rust-lang/crates.io-index" 2010 - checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" 2011 - dependencies = [ 2012 - "serde", 2013 - ] 2014 - 2015 - [[package]] 2016 - name = "cap-fs-ext" 2017 - version = "3.4.1" 2018 - source = "registry+https://github.com/rust-lang/crates.io-index" 2019 - checksum = "e16619ada836f12897a72011fe99b03f0025b87a8dbbea4f3c9f89b458a23bf3" 2020 - dependencies = [ 2021 - "cap-primitives", 2022 - "cap-std", 2023 - "io-lifetimes 2.0.3", 2024 - "windows-sys 0.52.0", 2025 - ] 2026 - 2027 - [[package]] 2028 - name = "cap-net-ext" 2029 - version = "3.4.1" 2030 - source = "registry+https://github.com/rust-lang/crates.io-index" 2031 - checksum = "710b0eb776410a22c89a98f2f80b2187c2ac3a8206b99f3412332e63c9b09de0" 2032 - dependencies = [ 2033 - "cap-primitives", 2034 - "cap-std", 2035 - "rustix 0.38.39", 2036 - "smallvec", 2037 - ] 2038 - 2039 - [[package]] 2040 - name = "cap-primitives" 2041 - version = "3.4.1" 2042 - source = "registry+https://github.com/rust-lang/crates.io-index" 2043 - checksum = "82fa6c3f9773feab88d844aa50035a33fb6e7e7426105d2f4bb7aadc42a5f89a" 2044 - dependencies = [ 2045 - "ambient-authority", 2046 - "fs-set-times", 2047 - "io-extras", 2048 - "io-lifetimes 2.0.3", 2049 - "ipnet", 2050 - "maybe-owned", 2051 - "rustix 0.38.39", 2052 - "windows-sys 0.52.0", 2053 - "winx", 2054 - ] 2055 - 2056 - [[package]] 2057 - name = "cap-rand" 2058 - version = "3.4.1" 2059 - source = "registry+https://github.com/rust-lang/crates.io-index" 2060 - checksum = "53774d49369892b70184f8312e50c1b87edccb376691de4485b0ff554b27c36c" 2061 - dependencies = [ 2062 - "ambient-authority", 2063 - "rand 0.8.5", 2064 - ] 2065 - 2066 - [[package]] 2067 - name = "cap-std" 2068 - version = "3.4.1" 2069 - source = "registry+https://github.com/rust-lang/crates.io-index" 2070 - checksum = "7f71b70818556b4fe2a10c7c30baac3f5f45e973f49fc2673d7c75c39d0baf5b" 2071 - dependencies = [ 2072 - "cap-primitives", 2073 - "io-extras", 2074 - "io-lifetimes 2.0.3", 2075 - "rustix 0.38.39", 2076 - ] 2077 - 2078 - [[package]] 2079 - name = "cap-time-ext" 2080 - version = "3.4.1" 2081 - source = "registry+https://github.com/rust-lang/crates.io-index" 2082 - checksum = "69dd48afa2363f746c93f961c211f6f099fb594a3446b8097bc5f79db51b6816" 2083 - dependencies = [ 2084 - "ambient-authority", 2085 - "cap-primitives", 2086 - "iana-time-zone", 2087 - "once_cell", 2088 - "rustix 0.38.39", 2089 - "winx", 2090 - ] 2091 - 2092 - [[package]] 2093 - name = "cargo-platform" 2094 - version = "0.1.8" 2095 - source = "registry+https://github.com/rust-lang/crates.io-index" 2096 - checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" 2097 - dependencies = [ 2098 - "serde", 2099 - ] 2100 - 2101 - [[package]] 2102 - name = "cargo_metadata" 2103 - version = "0.18.1" 2104 - source = "registry+https://github.com/rust-lang/crates.io-index" 2105 - checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" 2106 - dependencies = [ 2107 - "camino", 2108 - "cargo-platform", 2109 - "semver", 2110 - "serde", 2111 - "serde_json", 2112 - "thiserror", 2113 - ] 2114 - 2115 - [[package]] 2116 - name = "cargo_toml" 2117 - version = "0.20.5" 2118 - source = "registry+https://github.com/rust-lang/crates.io-index" 2119 - checksum = "88da5a13c620b4ca0078845707ea9c3faf11edbc3ffd8497d11d686211cd1ac0" 2120 - dependencies = [ 2121 - "serde", 2122 - "toml 0.8.19", 2123 - ] 2124 - 2125 - [[package]] 2126 - name = "cast" 2127 - version = "0.3.0" 2128 - source = "registry+https://github.com/rust-lang/crates.io-index" 2129 - checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 2130 - 2131 - [[package]] 2132 - name = "cbc" 2133 - version = "0.1.2" 2134 - source = "registry+https://github.com/rust-lang/crates.io-index" 2135 - checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" 2136 - dependencies = [ 2137 - "cipher", 2138 - ] 2139 - 2140 - [[package]] 2141 - name = "cbindgen" 2142 - version = "0.27.0" 2143 - source = "registry+https://github.com/rust-lang/crates.io-index" 2144 - checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb" 2145 - dependencies = [ 2146 - "heck 0.4.1", 2147 - "indexmap 2.4.0", 2148 - "log", 2149 - "proc-macro2", 2150 - "quote", 2151 - "serde", 2152 - "serde_json", 2153 - "syn 2.0.87", 2154 - "tempfile", 2155 - "toml 0.8.19", 2156 - ] 2157 - 2158 - [[package]] 2159 - name = "cc" 2160 - version = "1.1.15" 2161 - source = "registry+https://github.com/rust-lang/crates.io-index" 2162 - checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6" 2163 - dependencies = [ 2164 - "jobserver", 2165 - "libc", 2166 - "shlex", 2167 - ] 2168 - 2169 - [[package]] 2170 - name = "cesu8" 2171 - version = "1.1.0" 2172 - source = "registry+https://github.com/rust-lang/crates.io-index" 2173 - checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 2174 - 2175 - [[package]] 2176 - name = "cexpr" 2177 - version = "0.6.0" 2178 - source = "registry+https://github.com/rust-lang/crates.io-index" 2179 - checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 2180 - dependencies = [ 2181 - "nom", 2182 - ] 2183 - 2184 - [[package]] 2185 - name = "cfg-expr" 2186 - version = "0.15.8" 2187 - source = "registry+https://github.com/rust-lang/crates.io-index" 2188 - checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" 2189 - dependencies = [ 2190 - "smallvec", 2191 - "target-lexicon", 2192 - ] 2193 - 2194 - [[package]] 2195 - name = "cfg-if" 2196 - version = "1.0.0" 2197 - source = "registry+https://github.com/rust-lang/crates.io-index" 2198 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 2199 - 2200 - [[package]] 2201 - name = "cfg_aliases" 2202 - version = "0.1.1" 2203 - source = "registry+https://github.com/rust-lang/crates.io-index" 2204 - checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 2205 - 2206 - [[package]] 2207 - name = "cfg_aliases" 2208 - version = "0.2.1" 2209 - source = "registry+https://github.com/rust-lang/crates.io-index" 2210 - checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 2211 - 2212 - [[package]] 2213 - name = "channel" 2214 - version = "0.1.0" 2215 - dependencies = [ 2216 - "anyhow", 2217 - "client", 2218 - "clock", 2219 - "collections", 2220 - "futures 0.3.30", 2221 - "gpui", 2222 - "http_client", 2223 - "language", 2224 - "log", 2225 - "rand 0.8.5", 2226 - "release_channel", 2227 - "rpc", 2228 - "settings", 2229 - "sum_tree", 2230 - "text", 2231 - "time", 2232 - "util", 2233 - ] 2234 - 2235 - [[package]] 2236 - name = "chrono" 2237 - version = "0.4.38" 2238 - source = "registry+https://github.com/rust-lang/crates.io-index" 2239 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 2240 - dependencies = [ 2241 - "android-tzdata", 2242 - "iana-time-zone", 2243 - "js-sys", 2244 - "num-traits", 2245 - "serde", 2246 - "wasm-bindgen", 2247 - "windows-targets 0.52.6", 2248 - ] 2249 - 2250 - [[package]] 2251 - name = "chunked_transfer" 2252 - version = "1.5.0" 2253 - source = "registry+https://github.com/rust-lang/crates.io-index" 2254 - checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901" 2255 - 2256 - [[package]] 2257 - name = "ciborium" 2258 - version = "0.2.2" 2259 - source = "registry+https://github.com/rust-lang/crates.io-index" 2260 - checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 2261 - dependencies = [ 2262 - "ciborium-io", 2263 - "ciborium-ll", 2264 - "serde", 2265 - ] 2266 - 2267 - [[package]] 2268 - name = "ciborium-io" 2269 - version = "0.2.2" 2270 - source = "registry+https://github.com/rust-lang/crates.io-index" 2271 - checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 2272 - 2273 - [[package]] 2274 - name = "ciborium-ll" 2275 - version = "0.2.2" 2276 - source = "registry+https://github.com/rust-lang/crates.io-index" 2277 - checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 2278 - dependencies = [ 2279 - "ciborium-io", 2280 - "half", 2281 - ] 2282 - 2283 - [[package]] 2284 - name = "cipher" 2285 - version = "0.4.4" 2286 - source = "registry+https://github.com/rust-lang/crates.io-index" 2287 - checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 2288 - dependencies = [ 2289 - "crypto-common", 2290 - "inout", 2291 - "zeroize", 2292 - ] 2293 - 2294 - [[package]] 2295 - name = "clang-sys" 2296 - version = "1.8.1" 2297 - source = "registry+https://github.com/rust-lang/crates.io-index" 2298 - checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 2299 - dependencies = [ 2300 - "glob", 2301 - "libc", 2302 - "libloading", 2303 - ] 2304 - 2305 - [[package]] 2306 - name = "clap" 2307 - version = "4.5.20" 2308 - source = "registry+https://github.com/rust-lang/crates.io-index" 2309 - checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8" 2310 - dependencies = [ 2311 - "clap_builder", 2312 - "clap_derive", 2313 - ] 2314 - 2315 - [[package]] 2316 - name = "clap_builder" 2317 - version = "4.5.20" 2318 - source = "registry+https://github.com/rust-lang/crates.io-index" 2319 - checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54" 2320 - dependencies = [ 2321 - "anstream", 2322 - "anstyle", 2323 - "clap_lex", 2324 - "strsim", 2325 - "terminal_size", 2326 - ] 2327 - 2328 - [[package]] 2329 - name = "clap_complete" 2330 - version = "4.5.24" 2331 - source = "registry+https://github.com/rust-lang/crates.io-index" 2332 - checksum = "6d7db6eca8c205649e8d3ccd05aa5042b1800a784e56bc7c43524fde8abbfa9b" 2333 - dependencies = [ 2334 - "clap", 2335 - ] 2336 - 2337 - [[package]] 2338 - name = "clap_derive" 2339 - version = "4.5.18" 2340 - source = "registry+https://github.com/rust-lang/crates.io-index" 2341 - checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" 2342 - dependencies = [ 2343 - "heck 0.5.0", 2344 - "proc-macro2", 2345 - "quote", 2346 - "syn 2.0.87", 2347 - ] 2348 - 2349 - [[package]] 2350 - name = "clap_lex" 2351 - version = "0.7.2" 2352 - source = "registry+https://github.com/rust-lang/crates.io-index" 2353 - checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" 2354 - 2355 - [[package]] 2356 - name = "cli" 2357 - version = "0.1.0" 2358 - dependencies = [ 2359 - "anyhow", 2360 - "clap", 2361 - "collections", 2362 - "core-foundation 0.9.4", 2363 - "core-services", 2364 - "exec", 2365 - "fork", 2366 - "ipc-channel", 2367 - "once_cell", 2368 - "parking_lot", 2369 - "paths", 2370 - "plist", 2371 - "release_channel", 2372 - "serde", 2373 - "tempfile", 2374 - "util", 2375 - ] 2376 - 2377 - [[package]] 2378 - name = "clickhouse" 2379 - version = "0.11.6" 2380 - source = "registry+https://github.com/rust-lang/crates.io-index" 2381 - checksum = "a0875e527e299fc5f4faba42870bf199a39ab0bb2dbba1b8aef0a2151451130f" 2382 - dependencies = [ 2383 - "bstr", 2384 - "bytes 1.7.2", 2385 - "clickhouse-derive", 2386 - "clickhouse-rs-cityhash-sys", 2387 - "futures 0.3.30", 2388 - "hyper 0.14.31", 2389 - "hyper-tls", 2390 - "lz4", 2391 - "sealed", 2392 - "serde", 2393 - "static_assertions", 2394 - "thiserror", 2395 - "tokio", 2396 - "url", 2397 - ] 2398 - 2399 - [[package]] 2400 - name = "clickhouse-derive" 2401 - version = "0.1.1" 2402 - source = "registry+https://github.com/rust-lang/crates.io-index" 2403 - checksum = "18af5425854858c507eec70f7deb4d5d8cec4216fcb086283a78872387281ea5" 2404 - dependencies = [ 2405 - "proc-macro2", 2406 - "quote", 2407 - "serde_derive_internals 0.26.0", 2408 - "syn 1.0.109", 2409 - ] 2410 - 2411 - [[package]] 2412 - name = "clickhouse-rs-cityhash-sys" 2413 - version = "0.1.2" 2414 - source = "registry+https://github.com/rust-lang/crates.io-index" 2415 - checksum = "4baf9d4700a28d6cb600e17ed6ae2b43298a5245f1f76b4eab63027ebfd592b9" 2416 - dependencies = [ 2417 - "cc", 2418 - ] 2419 - 2420 - [[package]] 2421 - name = "client" 2422 - version = "0.1.0" 2423 - dependencies = [ 2424 - "anyhow", 2425 - "async-native-tls", 2426 - "async-recursion 0.3.2", 2427 - "async-tungstenite", 2428 - "chrono", 2429 - "clock", 2430 - "cocoa 0.26.0", 2431 - "collections", 2432 - "feature_flags", 2433 - "futures 0.3.30", 2434 - "gpui", 2435 - "http_client", 2436 - "log", 2437 - "once_cell", 2438 - "parking_lot", 2439 - "paths", 2440 - "postage", 2441 - "rand 0.8.5", 2442 - "release_channel", 2443 - "rpc", 2444 - "rustls 0.21.12", 2445 - "rustls-native-certs 0.8.0", 2446 - "schemars", 2447 - "serde", 2448 - "serde_json", 2449 - "settings", 2450 - "sha2", 2451 - "smol", 2452 - "sysinfo", 2453 - "telemetry_events", 2454 - "text", 2455 - "thiserror", 2456 - "time", 2457 - "tiny_http", 2458 - "tokio-socks", 2459 - "url", 2460 - "util", 2461 - "windows 0.58.0", 2462 - "worktree", 2463 - ] 2464 - 2465 - [[package]] 2466 - name = "clock" 2467 - version = "0.1.0" 2468 - dependencies = [ 2469 - "chrono", 2470 - "parking_lot", 2471 - "serde", 2472 - "smallvec", 2473 - ] 2474 - 2475 - [[package]] 2476 - name = "cobs" 2477 - version = "0.2.3" 2478 - source = "registry+https://github.com/rust-lang/crates.io-index" 2479 - checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15" 2480 - 2481 - [[package]] 2482 - name = "cocoa" 2483 - version = "0.25.0" 2484 - source = "registry+https://github.com/rust-lang/crates.io-index" 2485 - checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c" 2486 - dependencies = [ 2487 - "bitflags 1.3.2", 2488 - "block", 2489 - "cocoa-foundation 0.1.2", 2490 - "core-foundation 0.9.4", 2491 - "core-graphics 0.23.2", 2492 - "foreign-types 0.5.0", 2493 - "libc", 2494 - "objc", 2495 - ] 2496 - 2497 - [[package]] 2498 - name = "cocoa" 2499 - version = "0.26.0" 2500 - source = "registry+https://github.com/rust-lang/crates.io-index" 2501 - checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2" 2502 - dependencies = [ 2503 - "bitflags 2.6.0", 2504 - "block", 2505 - "cocoa-foundation 0.2.0", 2506 - "core-foundation 0.10.0", 2507 - "core-graphics 0.24.0", 2508 - "foreign-types 0.5.0", 2509 - "libc", 2510 - "objc", 2511 - ] 2512 - 2513 - [[package]] 2514 - name = "cocoa-foundation" 2515 - version = "0.1.2" 2516 - source = "registry+https://github.com/rust-lang/crates.io-index" 2517 - checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7" 2518 - dependencies = [ 2519 - "bitflags 1.3.2", 2520 - "block", 2521 - "core-foundation 0.9.4", 2522 - "core-graphics-types 0.1.3", 2523 - "libc", 2524 - "objc", 2525 - ] 2526 - 2527 - [[package]] 2528 - name = "cocoa-foundation" 2529 - version = "0.2.0" 2530 - source = "registry+https://github.com/rust-lang/crates.io-index" 2531 - checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d" 2532 - dependencies = [ 2533 - "bitflags 2.6.0", 2534 - "block", 2535 - "core-foundation 0.10.0", 2536 - "core-graphics-types 0.2.0", 2537 - "libc", 2538 - "objc", 2539 - ] 2540 - 2541 - [[package]] 2542 - name = "codespan-reporting" 2543 - version = "0.11.1" 2544 - source = "registry+https://github.com/rust-lang/crates.io-index" 2545 - checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 2546 - dependencies = [ 2547 - "termcolor", 2548 - "unicode-width", 2549 - ] 2550 - 2551 - [[package]] 2552 - name = "collab" 2553 - version = "0.44.0" 2554 - dependencies = [ 2555 - "anthropic", 2556 - "anyhow", 2557 - "assistant", 2558 - "async-stripe", 2559 - "async-trait", 2560 - "async-tungstenite", 2561 - "audio", 2562 - "aws-config", 2563 - "aws-sdk-s3", 2564 - "axum", 2565 - "axum-extra", 2566 - "base64 0.22.1", 2567 - "call", 2568 - "channel", 2569 - "chrono", 2570 - "clickhouse", 2571 - "client", 2572 - "clock", 2573 - "collab_ui", 2574 - "collections", 2575 - "context_servers", 2576 - "ctor", 2577 - "dashmap 6.0.1", 2578 - "derive_more", 2579 - "editor", 2580 - "env_logger 0.11.5", 2581 - "envy", 2582 - "file_finder", 2583 - "fs", 2584 - "futures 0.3.30", 2585 - "git", 2586 - "git_hosting_providers", 2587 - "google_ai", 2588 - "gpui", 2589 - "hex", 2590 - "http_client", 2591 - "hyper 0.14.31", 2592 - "indoc", 2593 - "jsonwebtoken", 2594 - "language", 2595 - "language_model", 2596 - "live_kit_client", 2597 - "live_kit_server", 2598 - "log", 2599 - "lsp", 2600 - "menu", 2601 - "multi_buffer", 2602 - "nanoid", 2603 - "node_runtime", 2604 - "notifications", 2605 - "open_ai", 2606 - "parking_lot", 2607 - "pretty_assertions", 2608 - "project", 2609 - "prometheus", 2610 - "prost", 2611 - "rand 0.8.5", 2612 - "recent_projects", 2613 - "release_channel", 2614 - "remote", 2615 - "remote_server", 2616 - "reqwest 0.11.27", 2617 - "reqwest_client", 2618 - "rpc", 2619 - "rustc-demangle", 2620 - "scrypt", 2621 - "sea-orm", 2622 - "semantic_version", 2623 - "semver", 2624 - "serde", 2625 - "serde_derive", 2626 - "serde_json", 2627 - "session", 2628 - "settings", 2629 - "sha2", 2630 - "sqlx", 2631 - "strum 0.25.0", 2632 - "subtle", 2633 - "supermaven_api", 2634 - "telemetry_events", 2635 - "text", 2636 - "theme", 2637 - "thiserror", 2638 - "time", 2639 - "tokio", 2640 - "toml 0.8.19", 2641 - "tower", 2642 - "tower-http 0.4.4", 2643 - "tracing", 2644 - "tracing-subscriber", 2645 - "unindent", 2646 - "util", 2647 - "uuid", 2648 - "workspace", 2649 - "worktree", 2650 - ] 2651 - 2652 - [[package]] 2653 - name = "collab_ui" 2654 - version = "0.1.0" 2655 - dependencies = [ 2656 - "anyhow", 2657 - "call", 2658 - "channel", 2659 - "chrono", 2660 - "client", 2661 - "collections", 2662 - "db", 2663 - "editor", 2664 - "emojis", 2665 - "futures 0.3.30", 2666 - "fuzzy", 2667 - "gpui", 2668 - "http_client", 2669 - "language", 2670 - "menu", 2671 - "notifications", 2672 - "parking_lot", 2673 - "picker", 2674 - "pretty_assertions", 2675 - "project", 2676 - "release_channel", 2677 - "rich_text", 2678 - "rpc", 2679 - "schemars", 2680 - "serde", 2681 - "serde_derive", 2682 - "serde_json", 2683 - "settings", 2684 - "smallvec", 2685 - "story", 2686 - "theme", 2687 - "time", 2688 - "time_format", 2689 - "title_bar", 2690 - "tree-sitter-md", 2691 - "ui", 2692 - "util", 2693 - "vcs_menu", 2694 - "workspace", 2695 - ] 2696 - 2697 - [[package]] 2698 - name = "collections" 2699 - version = "0.1.0" 2700 - dependencies = [ 2701 - "rustc-hash 1.1.0", 2702 - ] 2703 - 2704 - [[package]] 2705 - name = "color_quant" 2706 - version = "1.1.0" 2707 - source = "registry+https://github.com/rust-lang/crates.io-index" 2708 - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 2709 - 2710 - [[package]] 2711 - name = "colorchoice" 2712 - version = "1.0.2" 2713 - source = "registry+https://github.com/rust-lang/crates.io-index" 2714 - checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" 2715 - 2716 - [[package]] 2717 - name = "combine" 2718 - version = "4.6.7" 2719 - source = "registry+https://github.com/rust-lang/crates.io-index" 2720 - checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 2721 - dependencies = [ 2722 - "bytes 1.7.2", 2723 - "memchr", 2724 - ] 2725 - 2726 - [[package]] 2727 - name = "command_palette" 2728 - version = "0.1.0" 2729 - dependencies = [ 2730 - "client", 2731 - "collections", 2732 - "command_palette_hooks", 2733 - "ctor", 2734 - "editor", 2735 - "env_logger 0.11.5", 2736 - "fuzzy", 2737 - "go_to_line", 2738 - "gpui", 2739 - "language", 2740 - "menu", 2741 - "picker", 2742 - "postage", 2743 - "project", 2744 - "serde", 2745 - "serde_json", 2746 - "settings", 2747 - "theme", 2748 - "ui", 2749 - "util", 2750 - "workspace", 2751 - "zed_actions", 2752 - ] 2753 - 2754 - [[package]] 2755 - name = "command_palette_hooks" 2756 - version = "0.1.0" 2757 - dependencies = [ 2758 - "collections", 2759 - "derive_more", 2760 - "gpui", 2761 - ] 2762 - 2763 - [[package]] 2764 - name = "concurrent-queue" 2765 - version = "2.5.0" 2766 - source = "registry+https://github.com/rust-lang/crates.io-index" 2767 - checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 2768 - dependencies = [ 2769 - "crossbeam-utils", 2770 - ] 2771 - 2772 - [[package]] 2773 - name = "console" 2774 - version = "0.15.8" 2775 - source = "registry+https://github.com/rust-lang/crates.io-index" 2776 - checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 2777 - dependencies = [ 2778 - "encode_unicode", 2779 - "lazy_static", 2780 - "libc", 2781 - "unicode-width", 2782 - "windows-sys 0.52.0", 2783 - ] 2784 - 2785 - [[package]] 2786 - name = "const-oid" 2787 - version = "0.9.6" 2788 - source = "registry+https://github.com/rust-lang/crates.io-index" 2789 - checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 2790 - 2791 - [[package]] 2792 - name = "const-random" 2793 - version = "0.1.18" 2794 - source = "registry+https://github.com/rust-lang/crates.io-index" 2795 - checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" 2796 - dependencies = [ 2797 - "const-random-macro", 2798 - ] 2799 - 2800 - [[package]] 2801 - name = "const-random-macro" 2802 - version = "0.1.16" 2803 - source = "registry+https://github.com/rust-lang/crates.io-index" 2804 - checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" 2805 - dependencies = [ 2806 - "getrandom 0.2.15", 2807 - "once_cell", 2808 - "tiny-keccak", 2809 - ] 2810 - 2811 - [[package]] 2812 - name = "constant_time_eq" 2813 - version = "0.3.1" 2814 - source = "registry+https://github.com/rust-lang/crates.io-index" 2815 - checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" 2816 - 2817 - [[package]] 2818 - name = "context_servers" 2819 - version = "0.1.0" 2820 - dependencies = [ 2821 - "anyhow", 2822 - "collections", 2823 - "command_palette_hooks", 2824 - "futures 0.3.30", 2825 - "gpui", 2826 - "log", 2827 - "parking_lot", 2828 - "postage", 2829 - "project", 2830 - "schemars", 2831 - "serde", 2832 - "serde_json", 2833 - "settings", 2834 - "smol", 2835 - "url", 2836 - "util", 2837 - ] 2838 - 2839 - [[package]] 2840 - name = "convert_case" 2841 - version = "0.4.0" 2842 - source = "registry+https://github.com/rust-lang/crates.io-index" 2843 - checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 2844 - 2845 - [[package]] 2846 - name = "convert_case" 2847 - version = "0.6.0" 2848 - source = "registry+https://github.com/rust-lang/crates.io-index" 2849 - checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" 2850 - dependencies = [ 2851 - "unicode-segmentation", 2852 - ] 2853 - 2854 - [[package]] 2855 - name = "copilot" 2856 - version = "0.1.0" 2857 - dependencies = [ 2858 - "anyhow", 2859 - "async-compression", 2860 - "async-std", 2861 - "async-tar", 2862 - "chrono", 2863 - "client", 2864 - "clock", 2865 - "collections", 2866 - "command_palette_hooks", 2867 - "editor", 2868 - "fs", 2869 - "futures 0.3.30", 2870 - "gpui", 2871 - "http_client", 2872 - "indoc", 2873 - "language", 2874 - "lsp", 2875 - "menu", 2876 - "node_runtime", 2877 - "parking_lot", 2878 - "paths", 2879 - "project", 2880 - "rpc", 2881 - "schemars", 2882 - "serde", 2883 - "serde_json", 2884 - "settings", 2885 - "smol", 2886 - "strum 0.25.0", 2887 - "task", 2888 - "theme", 2889 - "ui", 2890 - "util", 2891 - "workspace", 2892 - ] 2893 - 2894 - [[package]] 2895 - name = "core-foundation" 2896 - version = "0.9.4" 2897 - source = "registry+https://github.com/rust-lang/crates.io-index" 2898 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 2899 - dependencies = [ 2900 - "core-foundation-sys", 2901 - "libc", 2902 - ] 2903 - 2904 - [[package]] 2905 - name = "core-foundation" 2906 - version = "0.10.0" 2907 - source = "registry+https://github.com/rust-lang/crates.io-index" 2908 - checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" 2909 - dependencies = [ 2910 - "core-foundation-sys", 2911 - "libc", 2912 - ] 2913 - 2914 - [[package]] 2915 - name = "core-foundation-sys" 2916 - version = "0.8.7" 2917 - source = "registry+https://github.com/rust-lang/crates.io-index" 2918 - checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 2919 - 2920 - [[package]] 2921 - name = "core-graphics" 2922 - version = "0.23.2" 2923 - source = "registry+https://github.com/rust-lang/crates.io-index" 2924 - checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 2925 - dependencies = [ 2926 - "bitflags 1.3.2", 2927 - "core-foundation 0.9.4", 2928 - "core-graphics-types 0.1.3", 2929 - "foreign-types 0.5.0", 2930 - "libc", 2931 - ] 2932 - 2933 - [[package]] 2934 - name = "core-graphics" 2935 - version = "0.24.0" 2936 - source = "registry+https://github.com/rust-lang/crates.io-index" 2937 - checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1" 2938 - dependencies = [ 2939 - "bitflags 2.6.0", 2940 - "core-foundation 0.10.0", 2941 - "core-graphics-types 0.2.0", 2942 - "foreign-types 0.5.0", 2943 - "libc", 2944 - ] 2945 - 2946 - [[package]] 2947 - name = "core-graphics-types" 2948 - version = "0.1.3" 2949 - source = "registry+https://github.com/rust-lang/crates.io-index" 2950 - checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 2951 - dependencies = [ 2952 - "bitflags 1.3.2", 2953 - "core-foundation 0.9.4", 2954 - "libc", 2955 - ] 2956 - 2957 - [[package]] 2958 - name = "core-graphics-types" 2959 - version = "0.2.0" 2960 - source = "registry+https://github.com/rust-lang/crates.io-index" 2961 - checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" 2962 - dependencies = [ 2963 - "bitflags 2.6.0", 2964 - "core-foundation 0.10.0", 2965 - "libc", 2966 - ] 2967 - 2968 - [[package]] 2969 - name = "core-services" 2970 - version = "0.2.1" 2971 - source = "registry+https://github.com/rust-lang/crates.io-index" 2972 - checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd" 2973 - dependencies = [ 2974 - "core-foundation 0.9.4", 2975 - ] 2976 - 2977 - [[package]] 2978 - name = "core-text" 2979 - version = "20.1.0" 2980 - source = "registry+https://github.com/rust-lang/crates.io-index" 2981 - checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5" 2982 - dependencies = [ 2983 - "core-foundation 0.9.4", 2984 - "core-graphics 0.23.2", 2985 - "foreign-types 0.5.0", 2986 - "libc", 2987 - ] 2988 - 2989 - [[package]] 2990 - name = "coreaudio-rs" 2991 - version = "0.11.3" 2992 - source = "registry+https://github.com/rust-lang/crates.io-index" 2993 - checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace" 2994 - dependencies = [ 2995 - "bitflags 1.3.2", 2996 - "core-foundation-sys", 2997 - "coreaudio-sys", 2998 - ] 2999 - 3000 - [[package]] 3001 - name = "coreaudio-sys" 3002 - version = "0.2.15" 3003 - source = "registry+https://github.com/rust-lang/crates.io-index" 3004 - checksum = "7f01585027057ff5f0a5bf276174ae4c1594a2c5bde93d5f46a016d76270f5a9" 3005 - dependencies = [ 3006 - "bindgen 0.69.4", 3007 - ] 3008 - 3009 - [[package]] 3010 - name = "cosmic-text" 3011 - version = "0.11.2" 3012 - source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c" 3013 - dependencies = [ 3014 - "bitflags 2.6.0", 3015 - "fontdb", 3016 - "log", 3017 - "rangemap", 3018 - "rayon", 3019 - "rustc-hash 1.1.0", 3020 - "rustybuzz", 3021 - "self_cell", 3022 - "swash", 3023 - "sys-locale", 3024 - "ttf-parser", 3025 - "unicode-bidi", 3026 - "unicode-linebreak", 3027 - "unicode-script", 3028 - "unicode-segmentation", 3029 - ] 3030 - 3031 - [[package]] 3032 - name = "cpal" 3033 - version = "0.15.3" 3034 - source = "registry+https://github.com/rust-lang/crates.io-index" 3035 - checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779" 3036 - dependencies = [ 3037 - "alsa", 3038 - "core-foundation-sys", 3039 - "coreaudio-rs", 3040 - "dasp_sample", 3041 - "jni", 3042 - "js-sys", 3043 - "libc", 3044 - "mach2", 3045 - "ndk", 3046 - "ndk-context", 3047 - "oboe", 3048 - "wasm-bindgen", 3049 - "wasm-bindgen-futures", 3050 - "web-sys", 3051 - "windows 0.54.0", 3052 - ] 3053 - 3054 - [[package]] 3055 - name = "cpp_demangle" 3056 - version = "0.4.4" 3057 - source = "registry+https://github.com/rust-lang/crates.io-index" 3058 - checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d" 3059 - dependencies = [ 3060 - "cfg-if", 3061 - ] 3062 - 3063 - [[package]] 3064 - name = "cpufeatures" 3065 - version = "0.2.13" 3066 - source = "registry+https://github.com/rust-lang/crates.io-index" 3067 - checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad" 3068 - dependencies = [ 3069 - "libc", 3070 - ] 3071 - 3072 - [[package]] 3073 - name = "cranelift-bforest" 3074 - version = "0.111.2" 3075 - source = "registry+https://github.com/rust-lang/crates.io-index" 3076 - checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4" 3077 - dependencies = [ 3078 - "cranelift-entity", 3079 - ] 3080 - 3081 - [[package]] 3082 - name = "cranelift-bitset" 3083 - version = "0.111.2" 3084 - source = "registry+https://github.com/rust-lang/crates.io-index" 3085 - checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25" 3086 - dependencies = [ 3087 - "serde", 3088 - "serde_derive", 3089 - ] 3090 - 3091 - [[package]] 3092 - name = "cranelift-codegen" 3093 - version = "0.111.2" 3094 - source = "registry+https://github.com/rust-lang/crates.io-index" 3095 - checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f" 3096 - dependencies = [ 3097 - "bumpalo", 3098 - "cranelift-bforest", 3099 - "cranelift-bitset", 3100 - "cranelift-codegen-meta", 3101 - "cranelift-codegen-shared", 3102 - "cranelift-control", 3103 - "cranelift-entity", 3104 - "cranelift-isle", 3105 - "gimli 0.29.0", 3106 - "hashbrown 0.14.5", 3107 - "log", 3108 - "regalloc2", 3109 - "rustc-hash 1.1.0", 3110 - "smallvec", 3111 - "target-lexicon", 3112 - ] 3113 - 3114 - [[package]] 3115 - name = "cranelift-codegen-meta" 3116 - version = "0.111.2" 3117 - source = "registry+https://github.com/rust-lang/crates.io-index" 3118 - checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af" 3119 - dependencies = [ 3120 - "cranelift-codegen-shared", 3121 - ] 3122 - 3123 - [[package]] 3124 - name = "cranelift-codegen-shared" 3125 - version = "0.111.2" 3126 - source = "registry+https://github.com/rust-lang/crates.io-index" 3127 - checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab" 3128 - 3129 - [[package]] 3130 - name = "cranelift-control" 3131 - version = "0.111.2" 3132 - source = "registry+https://github.com/rust-lang/crates.io-index" 3133 - checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88" 3134 - dependencies = [ 3135 - "arbitrary", 3136 - ] 3137 - 3138 - [[package]] 3139 - name = "cranelift-entity" 3140 - version = "0.111.2" 3141 - source = "registry+https://github.com/rust-lang/crates.io-index" 3142 - checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81" 3143 - dependencies = [ 3144 - "cranelift-bitset", 3145 - "serde", 3146 - "serde_derive", 3147 - ] 3148 - 3149 - [[package]] 3150 - name = "cranelift-frontend" 3151 - version = "0.111.2" 3152 - source = "registry+https://github.com/rust-lang/crates.io-index" 3153 - checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f" 3154 - dependencies = [ 3155 - "cranelift-codegen", 3156 - "log", 3157 - "smallvec", 3158 - "target-lexicon", 3159 - ] 3160 - 3161 - [[package]] 3162 - name = "cranelift-isle" 3163 - version = "0.111.2" 3164 - source = "registry+https://github.com/rust-lang/crates.io-index" 3165 - checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f" 3166 - 3167 - [[package]] 3168 - name = "cranelift-native" 3169 - version = "0.111.2" 3170 - source = "registry+https://github.com/rust-lang/crates.io-index" 3171 - checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97" 3172 - dependencies = [ 3173 - "cranelift-codegen", 3174 - "libc", 3175 - "target-lexicon", 3176 - ] 3177 - 3178 - [[package]] 3179 - name = "cranelift-wasm" 3180 - version = "0.111.2" 3181 - source = "registry+https://github.com/rust-lang/crates.io-index" 3182 - checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579" 3183 - dependencies = [ 3184 - "cranelift-codegen", 3185 - "cranelift-entity", 3186 - "cranelift-frontend", 3187 - "itertools 0.12.1", 3188 - "log", 3189 - "smallvec", 3190 - "wasmparser 0.215.0", 3191 - "wasmtime-types", 3192 - ] 3193 - 3194 - [[package]] 3195 - name = "crc" 3196 - version = "3.2.1" 3197 - source = "registry+https://github.com/rust-lang/crates.io-index" 3198 - checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" 3199 - dependencies = [ 3200 - "crc-catalog", 3201 - ] 3202 - 3203 - [[package]] 3204 - name = "crc-catalog" 3205 - version = "2.4.0" 3206 - source = "registry+https://github.com/rust-lang/crates.io-index" 3207 - checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 3208 - 3209 - [[package]] 3210 - name = "crc32c" 3211 - version = "0.6.8" 3212 - source = "registry+https://github.com/rust-lang/crates.io-index" 3213 - checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47" 3214 - dependencies = [ 3215 - "rustc_version", 3216 - ] 3217 - 3218 - [[package]] 3219 - name = "crc32fast" 3220 - version = "1.4.2" 3221 - source = "registry+https://github.com/rust-lang/crates.io-index" 3222 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 3223 - dependencies = [ 3224 - "cfg-if", 3225 - ] 3226 - 3227 - [[package]] 3228 - name = "criterion" 3229 - version = "0.5.1" 3230 - source = "registry+https://github.com/rust-lang/crates.io-index" 3231 - checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" 3232 - dependencies = [ 3233 - "anes", 3234 - "cast", 3235 - "ciborium", 3236 - "clap", 3237 - "criterion-plot", 3238 - "is-terminal", 3239 - "itertools 0.10.5", 3240 - "num-traits", 3241 - "once_cell", 3242 - "oorandom", 3243 - "plotters", 3244 - "rayon", 3245 - "regex", 3246 - "serde", 3247 - "serde_derive", 3248 - "serde_json", 3249 - "tinytemplate", 3250 - "walkdir", 3251 - ] 3252 - 3253 - [[package]] 3254 - name = "criterion-plot" 3255 - version = "0.5.0" 3256 - source = "registry+https://github.com/rust-lang/crates.io-index" 3257 - checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 3258 - dependencies = [ 3259 - "cast", 3260 - "itertools 0.10.5", 3261 - ] 3262 - 3263 - [[package]] 3264 - name = "crossbeam-channel" 3265 - version = "0.5.13" 3266 - source = "registry+https://github.com/rust-lang/crates.io-index" 3267 - checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 3268 - dependencies = [ 3269 - "crossbeam-utils", 3270 - ] 3271 - 3272 - [[package]] 3273 - name = "crossbeam-deque" 3274 - version = "0.8.5" 3275 - source = "registry+https://github.com/rust-lang/crates.io-index" 3276 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 3277 - dependencies = [ 3278 - "crossbeam-epoch", 3279 - "crossbeam-utils", 3280 - ] 3281 - 3282 - [[package]] 3283 - name = "crossbeam-epoch" 3284 - version = "0.9.18" 3285 - source = "registry+https://github.com/rust-lang/crates.io-index" 3286 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 3287 - dependencies = [ 3288 - "crossbeam-utils", 3289 - ] 3290 - 3291 - [[package]] 3292 - name = "crossbeam-queue" 3293 - version = "0.3.11" 3294 - source = "registry+https://github.com/rust-lang/crates.io-index" 3295 - checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 3296 - dependencies = [ 3297 - "crossbeam-utils", 3298 - ] 3299 - 3300 - [[package]] 3301 - name = "crossbeam-utils" 3302 - version = "0.8.20" 3303 - source = "registry+https://github.com/rust-lang/crates.io-index" 3304 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 3305 - 3306 - [[package]] 3307 - name = "crunchy" 3308 - version = "0.2.2" 3309 - source = "registry+https://github.com/rust-lang/crates.io-index" 3310 - checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 3311 - 3312 - [[package]] 3313 - name = "crypto-bigint" 3314 - version = "0.4.9" 3315 - source = "registry+https://github.com/rust-lang/crates.io-index" 3316 - checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" 3317 - dependencies = [ 3318 - "generic-array", 3319 - "rand_core 0.6.4", 3320 - "subtle", 3321 - "zeroize", 3322 - ] 3323 - 3324 - [[package]] 3325 - name = "crypto-bigint" 3326 - version = "0.5.5" 3327 - source = "registry+https://github.com/rust-lang/crates.io-index" 3328 - checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 3329 - dependencies = [ 3330 - "rand_core 0.6.4", 3331 - "subtle", 3332 - ] 3333 - 3334 - [[package]] 3335 - name = "crypto-common" 3336 - version = "0.1.6" 3337 - source = "registry+https://github.com/rust-lang/crates.io-index" 3338 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 3339 - dependencies = [ 3340 - "generic-array", 3341 - "rand_core 0.6.4", 3342 - "typenum", 3343 - ] 3344 - 3345 - [[package]] 3346 - name = "ctor" 3347 - version = "0.2.8" 3348 - source = "registry+https://github.com/rust-lang/crates.io-index" 3349 - checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f" 3350 - dependencies = [ 3351 - "quote", 3352 - "syn 2.0.87", 3353 - ] 3354 - 3355 - [[package]] 3356 - name = "ctrlc" 3357 - version = "3.4.5" 3358 - source = "registry+https://github.com/rust-lang/crates.io-index" 3359 - checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" 3360 - dependencies = [ 3361 - "nix", 3362 - "windows-sys 0.59.0", 3363 - ] 3364 - 3365 - [[package]] 3366 - name = "cursor-icon" 3367 - version = "1.1.0" 3368 - source = "registry+https://github.com/rust-lang/crates.io-index" 3369 - checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991" 3370 - 3371 - [[package]] 3372 - name = "dashmap" 3373 - version = "5.5.3" 3374 - source = "registry+https://github.com/rust-lang/crates.io-index" 3375 - checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 3376 - dependencies = [ 3377 - "cfg-if", 3378 - "hashbrown 0.14.5", 3379 - "lock_api", 3380 - "once_cell", 3381 - "parking_lot_core", 3382 - ] 3383 - 3384 - [[package]] 3385 - name = "dashmap" 3386 - version = "6.0.1" 3387 - source = "registry+https://github.com/rust-lang/crates.io-index" 3388 - checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28" 3389 - dependencies = [ 3390 - "cfg-if", 3391 - "crossbeam-utils", 3392 - "hashbrown 0.14.5", 3393 - "lock_api", 3394 - "once_cell", 3395 - "parking_lot_core", 3396 - ] 3397 - 3398 - [[package]] 3399 - name = "dasp_sample" 3400 - version = "0.11.0" 3401 - source = "registry+https://github.com/rust-lang/crates.io-index" 3402 - checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f" 3403 - 3404 - [[package]] 3405 - name = "data-encoding" 3406 - version = "2.6.0" 3407 - source = "registry+https://github.com/rust-lang/crates.io-index" 3408 - checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" 3409 - 3410 - [[package]] 3411 - name = "data-url" 3412 - version = "0.3.1" 3413 - source = "registry+https://github.com/rust-lang/crates.io-index" 3414 - checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a" 3415 - 3416 - [[package]] 3417 - name = "db" 3418 - version = "0.1.0" 3419 - dependencies = [ 3420 - "anyhow", 3421 - "gpui", 3422 - "indoc", 3423 - "log", 3424 - "paths", 3425 - "release_channel", 3426 - "smol", 3427 - "sqlez", 3428 - "sqlez_macros", 3429 - "tempfile", 3430 - "util", 3431 - ] 3432 - 3433 - [[package]] 3434 - name = "dbus" 3435 - version = "0.9.7" 3436 - source = "registry+https://github.com/rust-lang/crates.io-index" 3437 - checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" 3438 - dependencies = [ 3439 - "libc", 3440 - "libdbus-sys", 3441 - "winapi", 3442 - ] 3443 - 3444 - [[package]] 3445 - name = "deflate64" 3446 - version = "0.1.9" 3447 - source = "registry+https://github.com/rust-lang/crates.io-index" 3448 - checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b" 3449 - 3450 - [[package]] 3451 - name = "der" 3452 - version = "0.6.1" 3453 - source = "registry+https://github.com/rust-lang/crates.io-index" 3454 - checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" 3455 - dependencies = [ 3456 - "const-oid", 3457 - "zeroize", 3458 - ] 3459 - 3460 - [[package]] 3461 - name = "der" 3462 - version = "0.7.9" 3463 - source = "registry+https://github.com/rust-lang/crates.io-index" 3464 - checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" 3465 - dependencies = [ 3466 - "const-oid", 3467 - "pem-rfc7468", 3468 - "zeroize", 3469 - ] 3470 - 3471 - [[package]] 3472 - name = "deranged" 3473 - version = "0.3.11" 3474 - source = "registry+https://github.com/rust-lang/crates.io-index" 3475 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 3476 - dependencies = [ 3477 - "powerfmt", 3478 - "serde", 3479 - ] 3480 - 3481 - [[package]] 3482 - name = "derive_more" 3483 - version = "0.99.18" 3484 - source = "registry+https://github.com/rust-lang/crates.io-index" 3485 - checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" 3486 - dependencies = [ 3487 - "convert_case 0.4.0", 3488 - "proc-macro2", 3489 - "quote", 3490 - "rustc_version", 3491 - "syn 2.0.87", 3492 - ] 3493 - 3494 - [[package]] 3495 - name = "derive_refineable" 3496 - version = "0.1.0" 3497 - dependencies = [ 3498 - "proc-macro2", 3499 - "quote", 3500 - "syn 1.0.109", 3501 - ] 3502 - 3503 - [[package]] 3504 - name = "diagnostics" 3505 - version = "0.1.0" 3506 - dependencies = [ 3507 - "anyhow", 3508 - "client", 3509 - "collections", 3510 - "ctor", 3511 - "editor", 3512 - "env_logger 0.11.5", 3513 - "gpui", 3514 - "language", 3515 - "log", 3516 - "lsp", 3517 - "pretty_assertions", 3518 - "project", 3519 - "rand 0.8.5", 3520 - "schemars", 3521 - "serde", 3522 - "serde_json", 3523 - "settings", 3524 - "theme", 3525 - "ui", 3526 - "unindent", 3527 - "util", 3528 - "workspace", 3529 - ] 3530 - 3531 - [[package]] 3532 - name = "dialoguer" 3533 - version = "0.11.0" 3534 - source = "registry+https://github.com/rust-lang/crates.io-index" 3535 - checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" 3536 - dependencies = [ 3537 - "console", 3538 - "fuzzy-matcher", 3539 - "shell-words", 3540 - "tempfile", 3541 - "thiserror", 3542 - "zeroize", 3543 - ] 3544 - 3545 - [[package]] 3546 - name = "diff" 3547 - version = "0.1.13" 3548 - source = "registry+https://github.com/rust-lang/crates.io-index" 3549 - checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 3550 - 3551 - [[package]] 3552 - name = "digest" 3553 - version = "0.10.7" 3554 - source = "registry+https://github.com/rust-lang/crates.io-index" 3555 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 3556 - dependencies = [ 3557 - "block-buffer", 3558 - "const-oid", 3559 - "crypto-common", 3560 - "subtle", 3561 - ] 3562 - 3563 - [[package]] 3564 - name = "dirs" 3565 - version = "4.0.0" 3566 - source = "registry+https://github.com/rust-lang/crates.io-index" 3567 - checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 3568 - dependencies = [ 3569 - "dirs-sys 0.3.7", 3570 - ] 3571 - 3572 - [[package]] 3573 - name = "dirs" 3574 - version = "5.0.1" 3575 - source = "registry+https://github.com/rust-lang/crates.io-index" 3576 - checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 3577 - dependencies = [ 3578 - "dirs-sys 0.4.1", 3579 - ] 3580 - 3581 - [[package]] 3582 - name = "dirs-sys" 3583 - version = "0.3.7" 3584 - source = "registry+https://github.com/rust-lang/crates.io-index" 3585 - checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 3586 - dependencies = [ 3587 - "libc", 3588 - "redox_users", 3589 - "winapi", 3590 - ] 3591 - 3592 - [[package]] 3593 - name = "dirs-sys" 3594 - version = "0.4.1" 3595 - source = "registry+https://github.com/rust-lang/crates.io-index" 3596 - checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 3597 - dependencies = [ 3598 - "libc", 3599 - "option-ext", 3600 - "redox_users", 3601 - "windows-sys 0.48.0", 3602 - ] 3603 - 3604 - [[package]] 3605 - name = "displaydoc" 3606 - version = "0.2.5" 3607 - source = "registry+https://github.com/rust-lang/crates.io-index" 3608 - checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 3609 - dependencies = [ 3610 - "proc-macro2", 3611 - "quote", 3612 - "syn 2.0.87", 3613 - ] 3614 - 3615 - [[package]] 3616 - name = "dlib" 3617 - version = "0.5.2" 3618 - source = "registry+https://github.com/rust-lang/crates.io-index" 3619 - checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 3620 - dependencies = [ 3621 - "libloading", 3622 - ] 3623 - 3624 - [[package]] 3625 - name = "docs_preprocessor" 3626 - version = "0.1.0" 3627 - dependencies = [ 3628 - "anyhow", 3629 - "clap", 3630 - "mdbook", 3631 - "regex", 3632 - "serde", 3633 - "serde_json", 3634 - "settings", 3635 - "util", 3636 - ] 3637 - 3638 - [[package]] 3639 - name = "dotenvy" 3640 - version = "0.15.7" 3641 - source = "registry+https://github.com/rust-lang/crates.io-index" 3642 - checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 3643 - 3644 - [[package]] 3645 - name = "downcast-rs" 3646 - version = "1.2.1" 3647 - source = "registry+https://github.com/rust-lang/crates.io-index" 3648 - checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 3649 - 3650 - [[package]] 3651 - name = "doxygen-rs" 3652 - version = "0.4.2" 3653 - source = "registry+https://github.com/rust-lang/crates.io-index" 3654 - checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9" 3655 - dependencies = [ 3656 - "phf", 3657 - ] 3658 - 3659 - [[package]] 3660 - name = "dwrote" 3661 - version = "0.11.1" 3662 - source = "registry+https://github.com/rust-lang/crates.io-index" 3663 - checksum = "2da3498378ed373237bdef1eddcc64e7be2d3ba4841f4c22a998e81cadeea83c" 3664 - dependencies = [ 3665 - "lazy_static", 3666 - "libc", 3667 - "winapi", 3668 - "wio", 3669 - ] 3670 - 3671 - [[package]] 3672 - name = "dyn-clone" 3673 - version = "1.0.17" 3674 - source = "registry+https://github.com/rust-lang/crates.io-index" 3675 - checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" 3676 - 3677 - [[package]] 3678 - name = "ec4rs" 3679 - version = "1.1.1" 3680 - source = "registry+https://github.com/rust-lang/crates.io-index" 3681 - checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c" 3682 - 3683 - [[package]] 3684 - name = "ecdsa" 3685 - version = "0.14.8" 3686 - source = "registry+https://github.com/rust-lang/crates.io-index" 3687 - checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" 3688 - dependencies = [ 3689 - "der 0.6.1", 3690 - "elliptic-curve", 3691 - "rfc6979", 3692 - "signature 1.6.4", 3693 - ] 3694 - 3695 - [[package]] 3696 - name = "editor" 3697 - version = "0.1.0" 3698 - dependencies = [ 3699 - "aho-corasick", 3700 - "anyhow", 3701 - "assets", 3702 - "chrono", 3703 - "client", 3704 - "clock", 3705 - "collections", 3706 - "convert_case 0.6.0", 3707 - "ctor", 3708 - "db", 3709 - "emojis", 3710 - "env_logger 0.11.5", 3711 - "file_icons", 3712 - "futures 0.3.30", 3713 - "fuzzy", 3714 - "git", 3715 - "gpui", 3716 - "http_client", 3717 - "indoc", 3718 - "itertools 0.13.0", 3719 - "language", 3720 - "linkify", 3721 - "log", 3722 - "lsp", 3723 - "markdown", 3724 - "multi_buffer", 3725 - "ordered-float 2.10.1", 3726 - "parking_lot", 3727 - "pretty_assertions", 3728 - "project", 3729 - "rand 0.8.5", 3730 - "release_channel", 3731 - "rpc", 3732 - "schemars", 3733 - "serde", 3734 - "serde_json", 3735 - "settings", 3736 - "similar", 3737 - "smallvec", 3738 - "smol", 3739 - "snippet", 3740 - "sum_tree", 3741 - "task", 3742 - "text", 3743 - "theme", 3744 - "time", 3745 - "time_format", 3746 - "tree-sitter-html", 3747 - "tree-sitter-rust", 3748 - "tree-sitter-typescript", 3749 - "ui", 3750 - "unicode-script", 3751 - "unicode-segmentation", 3752 - "unindent", 3753 - "url", 3754 - "util", 3755 - "workspace", 3756 - ] 3757 - 3758 - [[package]] 3759 - name = "educe" 3760 - version = "0.5.11" 3761 - source = "registry+https://github.com/rust-lang/crates.io-index" 3762 - checksum = "e4bd92664bf78c4d3dba9b7cdafce6fa15b13ed3ed16175218196942e99168a8" 3763 - dependencies = [ 3764 - "enum-ordinalize", 3765 - "proc-macro2", 3766 - "quote", 3767 - "syn 2.0.87", 3768 - ] 3769 - 3770 - [[package]] 3771 - name = "either" 3772 - version = "1.13.0" 3773 - source = "registry+https://github.com/rust-lang/crates.io-index" 3774 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 3775 - dependencies = [ 3776 - "serde", 3777 - ] 3778 - 3779 - [[package]] 3780 - name = "elasticlunr-rs" 3781 - version = "3.0.2" 3782 - source = "registry+https://github.com/rust-lang/crates.io-index" 3783 - checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571" 3784 - dependencies = [ 3785 - "regex", 3786 - "serde", 3787 - "serde_derive", 3788 - "serde_json", 3789 - ] 3790 - 3791 - [[package]] 3792 - name = "elliptic-curve" 3793 - version = "0.12.3" 3794 - source = "registry+https://github.com/rust-lang/crates.io-index" 3795 - checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" 3796 - dependencies = [ 3797 - "base16ct", 3798 - "crypto-bigint 0.4.9", 3799 - "der 0.6.1", 3800 - "digest", 3801 - "ff", 3802 - "generic-array", 3803 - "group", 3804 - "pkcs8 0.9.0", 3805 - "rand_core 0.6.4", 3806 - "sec1", 3807 - "subtle", 3808 - "zeroize", 3809 - ] 3810 - 3811 - [[package]] 3812 - name = "embed-resource" 3813 - version = "2.4.3" 3814 - source = "registry+https://github.com/rust-lang/crates.io-index" 3815 - checksum = "4edcacde9351c33139a41e3c97eb2334351a81a2791bebb0b243df837128f602" 3816 - dependencies = [ 3817 - "cc", 3818 - "memchr", 3819 - "rustc_version", 3820 - "toml 0.8.19", 3821 - "vswhom", 3822 - "winreg 0.52.0", 3823 - ] 3824 - 3825 - [[package]] 3826 - name = "embedded-io" 3827 - version = "0.4.0" 3828 - source = "registry+https://github.com/rust-lang/crates.io-index" 3829 - checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" 3830 - 3831 - [[package]] 3832 - name = "embedded-io" 3833 - version = "0.6.1" 3834 - source = "registry+https://github.com/rust-lang/crates.io-index" 3835 - checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" 3836 - 3837 - [[package]] 3838 - name = "emojis" 3839 - version = "0.6.4" 3840 - source = "registry+https://github.com/rust-lang/crates.io-index" 3841 - checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4" 3842 - dependencies = [ 3843 - "phf", 3844 - ] 3845 - 3846 - [[package]] 3847 - name = "encode_unicode" 3848 - version = "0.3.6" 3849 - source = "registry+https://github.com/rust-lang/crates.io-index" 3850 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 3851 - 3852 - [[package]] 3853 - name = "encoding_rs" 3854 - version = "0.8.34" 3855 - source = "registry+https://github.com/rust-lang/crates.io-index" 3856 - checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" 3857 - dependencies = [ 3858 - "cfg-if", 3859 - ] 3860 - 3861 - [[package]] 3862 - name = "endi" 3863 - version = "1.1.0" 3864 - source = "registry+https://github.com/rust-lang/crates.io-index" 3865 - checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf" 3866 - 3867 - [[package]] 3868 - name = "enum-ordinalize" 3869 - version = "4.3.0" 3870 - source = "registry+https://github.com/rust-lang/crates.io-index" 3871 - checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5" 3872 - dependencies = [ 3873 - "enum-ordinalize-derive", 3874 - ] 3875 - 3876 - [[package]] 3877 - name = "enum-ordinalize-derive" 3878 - version = "4.3.1" 3879 - source = "registry+https://github.com/rust-lang/crates.io-index" 3880 - checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff" 3881 - dependencies = [ 3882 - "proc-macro2", 3883 - "quote", 3884 - "syn 2.0.87", 3885 - ] 3886 - 3887 - [[package]] 3888 - name = "enumflags2" 3889 - version = "0.7.10" 3890 - source = "registry+https://github.com/rust-lang/crates.io-index" 3891 - checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d" 3892 - dependencies = [ 3893 - "enumflags2_derive", 3894 - "serde", 3895 - ] 3896 - 3897 - [[package]] 3898 - name = "enumflags2_derive" 3899 - version = "0.7.10" 3900 - source = "registry+https://github.com/rust-lang/crates.io-index" 3901 - checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" 3902 - dependencies = [ 3903 - "proc-macro2", 3904 - "quote", 3905 - "syn 2.0.87", 3906 - ] 3907 - 3908 - [[package]] 3909 - name = "env_filter" 3910 - version = "0.1.2" 3911 - source = "registry+https://github.com/rust-lang/crates.io-index" 3912 - checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" 3913 - dependencies = [ 3914 - "log", 3915 - "regex", 3916 - ] 3917 - 3918 - [[package]] 3919 - name = "env_logger" 3920 - version = "0.10.2" 3921 - source = "registry+https://github.com/rust-lang/crates.io-index" 3922 - checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" 3923 - dependencies = [ 3924 - "humantime", 3925 - "is-terminal", 3926 - "log", 3927 - "regex", 3928 - "termcolor", 3929 - ] 3930 - 3931 - [[package]] 3932 - name = "env_logger" 3933 - version = "0.11.5" 3934 - source = "registry+https://github.com/rust-lang/crates.io-index" 3935 - checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" 3936 - dependencies = [ 3937 - "anstream", 3938 - "anstyle", 3939 - "env_filter", 3940 - "humantime", 3941 - "log", 3942 - ] 3943 - 3944 - [[package]] 3945 - name = "envy" 3946 - version = "0.4.2" 3947 - source = "registry+https://github.com/rust-lang/crates.io-index" 3948 - checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965" 3949 - dependencies = [ 3950 - "serde", 3951 - ] 3952 - 3953 - [[package]] 3954 - name = "equivalent" 3955 - version = "1.0.1" 3956 - source = "registry+https://github.com/rust-lang/crates.io-index" 3957 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 3958 - 3959 - [[package]] 3960 - name = "erased-serde" 3961 - version = "0.4.5" 3962 - source = "registry+https://github.com/rust-lang/crates.io-index" 3963 - checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d" 3964 - dependencies = [ 3965 - "serde", 3966 - "typeid", 3967 - ] 3968 - 3969 - [[package]] 3970 - name = "errno" 3971 - version = "0.2.8" 3972 - source = "registry+https://github.com/rust-lang/crates.io-index" 3973 - checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 3974 - dependencies = [ 3975 - "errno-dragonfly", 3976 - "libc", 3977 - "winapi", 3978 - ] 3979 - 3980 - [[package]] 3981 - name = "errno" 3982 - version = "0.3.9" 3983 - source = "registry+https://github.com/rust-lang/crates.io-index" 3984 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 3985 - dependencies = [ 3986 - "libc", 3987 - "windows-sys 0.52.0", 3988 - ] 3989 - 3990 - [[package]] 3991 - name = "errno-dragonfly" 3992 - version = "0.1.2" 3993 - source = "registry+https://github.com/rust-lang/crates.io-index" 3994 - checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 3995 - dependencies = [ 3996 - "cc", 3997 - "libc", 3998 - ] 3999 - 4000 - [[package]] 4001 - name = "etagere" 4002 - version = "0.2.13" 4003 - source = "registry+https://github.com/rust-lang/crates.io-index" 4004 - checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495" 4005 - dependencies = [ 4006 - "euclid", 4007 - "svg_fmt", 4008 - ] 4009 - 4010 - [[package]] 4011 - name = "etcetera" 4012 - version = "0.8.0" 4013 - source = "registry+https://github.com/rust-lang/crates.io-index" 4014 - checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 4015 - dependencies = [ 4016 - "cfg-if", 4017 - "home", 4018 - "windows-sys 0.48.0", 4019 - ] 4020 - 4021 - [[package]] 4022 - name = "euclid" 4023 - version = "0.22.11" 4024 - source = "registry+https://github.com/rust-lang/crates.io-index" 4025 - checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48" 4026 - dependencies = [ 4027 - "num-traits", 4028 - ] 4029 - 4030 - [[package]] 4031 - name = "evals" 4032 - version = "0.1.0" 4033 - dependencies = [ 4034 - "anyhow", 4035 - "clap", 4036 - "client", 4037 - "clock", 4038 - "collections", 4039 - "env_logger 0.11.5", 4040 - "feature_flags", 4041 - "fs", 4042 - "git", 4043 - "gpui", 4044 - "http_client", 4045 - "language", 4046 - "languages", 4047 - "node_runtime", 4048 - "open_ai", 4049 - "project", 4050 - "reqwest_client", 4051 - "semantic_index", 4052 - "serde", 4053 - "serde_json", 4054 - "settings", 4055 - "smol", 4056 - ] 4057 - 4058 - [[package]] 4059 - name = "event-listener" 4060 - version = "2.5.3" 4061 - source = "registry+https://github.com/rust-lang/crates.io-index" 4062 - checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 4063 - 4064 - [[package]] 4065 - name = "event-listener" 4066 - version = "3.1.0" 4067 - source = "registry+https://github.com/rust-lang/crates.io-index" 4068 - checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" 4069 - dependencies = [ 4070 - "concurrent-queue", 4071 - "parking", 4072 - "pin-project-lite", 4073 - ] 4074 - 4075 - [[package]] 4076 - name = "event-listener" 4077 - version = "5.3.1" 4078 - source = "registry+https://github.com/rust-lang/crates.io-index" 4079 - checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" 4080 - dependencies = [ 4081 - "concurrent-queue", 4082 - "parking", 4083 - "pin-project-lite", 4084 - ] 4085 - 4086 - [[package]] 4087 - name = "event-listener-strategy" 4088 - version = "0.5.2" 4089 - source = "registry+https://github.com/rust-lang/crates.io-index" 4090 - checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" 4091 - dependencies = [ 4092 - "event-listener 5.3.1", 4093 - "pin-project-lite", 4094 - ] 4095 - 4096 - [[package]] 4097 - name = "exec" 4098 - version = "0.3.1" 4099 - source = "registry+https://github.com/rust-lang/crates.io-index" 4100 - checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615" 4101 - dependencies = [ 4102 - "errno 0.2.8", 4103 - "libc", 4104 - ] 4105 - 4106 - [[package]] 4107 - name = "exr" 4108 - version = "1.72.0" 4109 - source = "registry+https://github.com/rust-lang/crates.io-index" 4110 - checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4" 4111 - dependencies = [ 4112 - "bit_field", 4113 - "flume", 4114 - "half", 4115 - "lebe", 4116 - "miniz_oxide 0.7.4", 4117 - "rayon-core", 4118 - "smallvec", 4119 - "zune-inflate", 4120 - ] 4121 - 4122 - [[package]] 4123 - name = "extension" 4124 - version = "0.1.0" 4125 - dependencies = [ 4126 - "anyhow", 4127 - "async-compression", 4128 - "async-tar", 4129 - "async-trait", 4130 - "collections", 4131 - "fs", 4132 - "futures 0.3.30", 4133 - "gpui", 4134 - "http_client", 4135 - "language", 4136 - "log", 4137 - "lsp", 4138 - "semantic_version", 4139 - "serde", 4140 - "serde_json", 4141 - "toml 0.8.19", 4142 - "wasm-encoder 0.215.0", 4143 - "wasmparser 0.215.0", 4144 - "wit-component", 4145 - ] 4146 - 4147 - [[package]] 4148 - name = "extension_cli" 4149 - version = "0.1.0" 4150 - dependencies = [ 4151 - "anyhow", 4152 - "clap", 4153 - "env_logger 0.11.5", 4154 - "extension", 4155 - "fs", 4156 - "language", 4157 - "log", 4158 - "reqwest_client", 4159 - "rpc", 4160 - "serde", 4161 - "serde_json", 4162 - "theme", 4163 - "tokio", 4164 - "toml 0.8.19", 4165 - "tree-sitter", 4166 - "wasmtime", 4167 - ] 4168 - 4169 - [[package]] 4170 - name = "extension_host" 4171 - version = "0.1.0" 4172 - dependencies = [ 4173 - "anyhow", 4174 - "async-compression", 4175 - "async-tar", 4176 - "async-trait", 4177 - "client", 4178 - "collections", 4179 - "context_servers", 4180 - "ctor", 4181 - "env_logger 0.11.5", 4182 - "extension", 4183 - "fs", 4184 - "futures 0.3.30", 4185 - "gpui", 4186 - "http_client", 4187 - "language", 4188 - "log", 4189 - "lsp", 4190 - "node_runtime", 4191 - "parking_lot", 4192 - "paths", 4193 - "project", 4194 - "release_channel", 4195 - "reqwest_client", 4196 - "schemars", 4197 - "semantic_version", 4198 - "serde", 4199 - "serde_json", 4200 - "serde_json_lenient", 4201 - "settings", 4202 - "task", 4203 - "theme", 4204 - "toml 0.8.19", 4205 - "url", 4206 - "util", 4207 - "wasmparser 0.215.0", 4208 - "wasmtime", 4209 - "wasmtime-wasi", 4210 - ] 4211 - 4212 - [[package]] 4213 - name = "extensions_ui" 4214 - version = "0.1.0" 4215 - dependencies = [ 4216 - "anyhow", 4217 - "assistant_slash_command", 4218 - "client", 4219 - "collections", 4220 - "context_servers", 4221 - "db", 4222 - "editor", 4223 - "extension", 4224 - "extension_host", 4225 - "fs", 4226 - "fuzzy", 4227 - "gpui", 4228 - "indexed_docs", 4229 - "language", 4230 - "log", 4231 - "lsp", 4232 - "num-format", 4233 - "picker", 4234 - "project", 4235 - "release_channel", 4236 - "semantic_version", 4237 - "serde", 4238 - "settings", 4239 - "smallvec", 4240 - "snippet_provider", 4241 - "theme", 4242 - "theme_selector", 4243 - "ui", 4244 - "util", 4245 - "vim", 4246 - "wasmtime-wasi", 4247 - "workspace", 4248 - ] 4249 - 4250 - [[package]] 4251 - name = "fallible-iterator" 4252 - version = "0.3.0" 4253 - source = "registry+https://github.com/rust-lang/crates.io-index" 4254 - checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" 4255 - 4256 - [[package]] 4257 - name = "fancy-regex" 4258 - version = "0.12.0" 4259 - source = "registry+https://github.com/rust-lang/crates.io-index" 4260 - checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05" 4261 - dependencies = [ 4262 - "bit-set 0.5.3", 4263 - "regex", 4264 - ] 4265 - 4266 - [[package]] 4267 - name = "fancy-regex" 4268 - version = "0.14.0" 4269 - source = "registry+https://github.com/rust-lang/crates.io-index" 4270 - checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298" 4271 - dependencies = [ 4272 - "bit-set 0.8.0", 4273 - "regex-automata 0.4.7", 4274 - "regex-syntax 0.8.4", 4275 - ] 4276 - 4277 - [[package]] 4278 - name = "fast-srgb8" 4279 - version = "1.0.0" 4280 - source = "registry+https://github.com/rust-lang/crates.io-index" 4281 - checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1" 4282 - 4283 - [[package]] 4284 - name = "fastrand" 4285 - version = "1.9.0" 4286 - source = "registry+https://github.com/rust-lang/crates.io-index" 4287 - checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 4288 - dependencies = [ 4289 - "instant", 4290 - ] 4291 - 4292 - [[package]] 4293 - name = "fastrand" 4294 - version = "2.1.1" 4295 - source = "registry+https://github.com/rust-lang/crates.io-index" 4296 - checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" 4297 - 4298 - [[package]] 4299 - name = "fd-lock" 4300 - version = "4.0.2" 4301 - source = "registry+https://github.com/rust-lang/crates.io-index" 4302 - checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947" 4303 - dependencies = [ 4304 - "cfg-if", 4305 - "rustix 0.38.39", 4306 - "windows-sys 0.52.0", 4307 - ] 4308 - 4309 - [[package]] 4310 - name = "fdeflate" 4311 - version = "0.3.4" 4312 - source = "registry+https://github.com/rust-lang/crates.io-index" 4313 - checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645" 4314 - dependencies = [ 4315 - "simd-adler32", 4316 - ] 4317 - 4318 - [[package]] 4319 - name = "feature_flags" 4320 - version = "0.1.0" 4321 - dependencies = [ 4322 - "futures 0.3.30", 4323 - "gpui", 4324 - ] 4325 - 4326 - [[package]] 4327 - name = "feedback" 4328 - version = "0.1.0" 4329 - dependencies = [ 4330 - "anyhow", 4331 - "bitflags 2.6.0", 4332 - "client", 4333 - "db", 4334 - "editor", 4335 - "futures 0.3.30", 4336 - "gpui", 4337 - "http_client", 4338 - "human_bytes", 4339 - "language", 4340 - "log", 4341 - "menu", 4342 - "project", 4343 - "regex", 4344 - "release_channel", 4345 - "serde", 4346 - "serde_derive", 4347 - "serde_json", 4348 - "smol", 4349 - "sysinfo", 4350 - "ui", 4351 - "urlencoding", 4352 - "util", 4353 - "workspace", 4354 - ] 4355 - 4356 - [[package]] 4357 - name = "ff" 4358 - version = "0.12.1" 4359 - source = "registry+https://github.com/rust-lang/crates.io-index" 4360 - checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" 4361 - dependencies = [ 4362 - "rand_core 0.6.4", 4363 - "subtle", 4364 - ] 4365 - 4366 - [[package]] 4367 - name = "file_finder" 4368 - version = "0.1.0" 4369 - dependencies = [ 4370 - "anyhow", 4371 - "collections", 4372 - "ctor", 4373 - "editor", 4374 - "env_logger 0.11.5", 4375 - "file_icons", 4376 - "futures 0.3.30", 4377 - "fuzzy", 4378 - "gpui", 4379 - "language", 4380 - "menu", 4381 - "picker", 4382 - "project", 4383 - "schemars", 4384 - "serde", 4385 - "serde_derive", 4386 - "serde_json", 4387 - "settings", 4388 - "text", 4389 - "theme", 4390 - "ui", 4391 - "util", 4392 - "workspace", 4393 - ] 4394 - 4395 - [[package]] 4396 - name = "file_icons" 4397 - version = "0.1.0" 4398 - dependencies = [ 4399 - "collections", 4400 - "gpui", 4401 - "serde", 4402 - "serde_derive", 4403 - "serde_json", 4404 - "util", 4405 - ] 4406 - 4407 - [[package]] 4408 - name = "filedescriptor" 4409 - version = "0.8.2" 4410 - source = "registry+https://github.com/rust-lang/crates.io-index" 4411 - checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e" 4412 - dependencies = [ 4413 - "libc", 4414 - "thiserror", 4415 - "winapi", 4416 - ] 4417 - 4418 - [[package]] 4419 - name = "filetime" 4420 - version = "0.2.25" 4421 - source = "registry+https://github.com/rust-lang/crates.io-index" 4422 - checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" 4423 - dependencies = [ 4424 - "cfg-if", 4425 - "libc", 4426 - "libredox", 4427 - "windows-sys 0.59.0", 4428 - ] 4429 - 4430 - [[package]] 4431 - name = "fixedbitset" 4432 - version = "0.4.2" 4433 - source = "registry+https://github.com/rust-lang/crates.io-index" 4434 - checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 4435 - 4436 - [[package]] 4437 - name = "flate2" 4438 - version = "1.0.33" 4439 - source = "registry+https://github.com/rust-lang/crates.io-index" 4440 - checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253" 4441 - dependencies = [ 4442 - "crc32fast", 4443 - "miniz_oxide 0.8.0", 4444 - ] 4445 - 4446 - [[package]] 4447 - name = "float-cmp" 4448 - version = "0.9.0" 4449 - source = "registry+https://github.com/rust-lang/crates.io-index" 4450 - checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 4451 - 4452 - [[package]] 4453 - name = "float-ord" 4454 - version = "0.3.2" 4455 - source = "registry+https://github.com/rust-lang/crates.io-index" 4456 - checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d" 4457 - 4458 - [[package]] 4459 - name = "flume" 4460 - version = "0.11.1" 4461 - source = "registry+https://github.com/rust-lang/crates.io-index" 4462 - checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 4463 - dependencies = [ 4464 - "futures-core", 4465 - "futures-sink", 4466 - "nanorand", 4467 - "spin", 4468 - ] 4469 - 4470 - [[package]] 4471 - name = "fnv" 4472 - version = "1.0.7" 4473 - source = "registry+https://github.com/rust-lang/crates.io-index" 4474 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 4475 - 4476 - [[package]] 4477 - name = "font-kit" 4478 - version = "0.14.1" 4479 - source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120" 4480 - dependencies = [ 4481 - "bitflags 2.6.0", 4482 - "byteorder", 4483 - "core-foundation 0.9.4", 4484 - "core-graphics 0.23.2", 4485 - "core-text", 4486 - "dirs 5.0.1", 4487 - "dwrote", 4488 - "float-ord", 4489 - "freetype-sys", 4490 - "lazy_static", 4491 - "libc", 4492 - "log", 4493 - "pathfinder_geometry", 4494 - "pathfinder_simd", 4495 - "walkdir", 4496 - "winapi", 4497 - "yeslogic-fontconfig-sys", 4498 - ] 4499 - 4500 - [[package]] 4501 - name = "font-types" 4502 - version = "0.6.0" 4503 - source = "registry+https://github.com/rust-lang/crates.io-index" 4504 - checksum = "8f0189ccb084f77c5523e08288d418cbaa09c451a08515678a0aa265df9a8b60" 4505 - dependencies = [ 4506 - "bytemuck", 4507 - ] 4508 - 4509 - [[package]] 4510 - name = "fontconfig-parser" 4511 - version = "0.5.7" 4512 - source = "registry+https://github.com/rust-lang/crates.io-index" 4513 - checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7" 4514 - dependencies = [ 4515 - "roxmltree", 4516 - ] 4517 - 4518 - [[package]] 4519 - name = "fontdb" 4520 - version = "0.18.0" 4521 - source = "registry+https://github.com/rust-lang/crates.io-index" 4522 - checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770" 4523 - dependencies = [ 4524 - "fontconfig-parser", 4525 - "log", 4526 - "memmap2", 4527 - "slotmap", 4528 - "tinyvec", 4529 - "ttf-parser", 4530 - ] 4531 - 4532 - [[package]] 4533 - name = "foreign-types" 4534 - version = "0.3.2" 4535 - source = "registry+https://github.com/rust-lang/crates.io-index" 4536 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 4537 - dependencies = [ 4538 - "foreign-types-shared 0.1.1", 4539 - ] 4540 - 4541 - [[package]] 4542 - name = "foreign-types" 4543 - version = "0.5.0" 4544 - source = "registry+https://github.com/rust-lang/crates.io-index" 4545 - checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 4546 - dependencies = [ 4547 - "foreign-types-macros", 4548 - "foreign-types-shared 0.3.1", 4549 - ] 4550 - 4551 - [[package]] 4552 - name = "foreign-types-macros" 4553 - version = "0.2.3" 4554 - source = "registry+https://github.com/rust-lang/crates.io-index" 4555 - checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 4556 - dependencies = [ 4557 - "proc-macro2", 4558 - "quote", 4559 - "syn 2.0.87", 4560 - ] 4561 - 4562 - [[package]] 4563 - name = "foreign-types-shared" 4564 - version = "0.1.1" 4565 - source = "registry+https://github.com/rust-lang/crates.io-index" 4566 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 4567 - 4568 - [[package]] 4569 - name = "foreign-types-shared" 4570 - version = "0.3.1" 4571 - source = "registry+https://github.com/rust-lang/crates.io-index" 4572 - checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 4573 - 4574 - [[package]] 4575 - name = "fork" 4576 - version = "0.2.0" 4577 - source = "registry+https://github.com/rust-lang/crates.io-index" 4578 - checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d" 4579 - dependencies = [ 4580 - "libc", 4581 - ] 4582 - 4583 - [[package]] 4584 - name = "form_urlencoded" 4585 - version = "1.2.1" 4586 - source = "registry+https://github.com/rust-lang/crates.io-index" 4587 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 4588 - dependencies = [ 4589 - "percent-encoding", 4590 - ] 4591 - 4592 - [[package]] 4593 - name = "freetype-sys" 4594 - version = "0.20.1" 4595 - source = "registry+https://github.com/rust-lang/crates.io-index" 4596 - checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134" 4597 - dependencies = [ 4598 - "cc", 4599 - "libc", 4600 - "pkg-config", 4601 - ] 4602 - 4603 - [[package]] 4604 - name = "fs" 4605 - version = "0.1.0" 4606 - dependencies = [ 4607 - "anyhow", 4608 - "ashpd", 4609 - "async-tar", 4610 - "async-trait", 4611 - "cocoa 0.26.0", 4612 - "collections", 4613 - "fsevent", 4614 - "futures 0.3.30", 4615 - "git", 4616 - "git2", 4617 - "gpui", 4618 - "libc", 4619 - "notify", 4620 - "objc", 4621 - "parking_lot", 4622 - "paths", 4623 - "rope", 4624 - "serde", 4625 - "serde_json", 4626 - "smol", 4627 - "tempfile", 4628 - "text", 4629 - "time", 4630 - "util", 4631 - "windows 0.58.0", 4632 - ] 4633 - 4634 - [[package]] 4635 - name = "fs-set-times" 4636 - version = "0.20.1" 4637 - source = "registry+https://github.com/rust-lang/crates.io-index" 4638 - checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb" 4639 - dependencies = [ 4640 - "io-lifetimes 2.0.3", 4641 - "rustix 0.38.39", 4642 - "windows-sys 0.52.0", 4643 - ] 4644 - 4645 - [[package]] 4646 - name = "fsevent" 4647 - version = "0.1.0" 4648 - dependencies = [ 4649 - "bitflags 2.6.0", 4650 - "core-foundation 0.9.4", 4651 - "fsevent-sys 3.1.0", 4652 - "parking_lot", 4653 - "tempfile", 4654 - ] 4655 - 4656 - [[package]] 4657 - name = "fsevent-sys" 4658 - version = "3.1.0" 4659 - source = "registry+https://github.com/rust-lang/crates.io-index" 4660 - checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5" 4661 - dependencies = [ 4662 - "libc", 4663 - ] 4664 - 4665 - [[package]] 4666 - name = "fsevent-sys" 4667 - version = "4.1.0" 4668 - source = "registry+https://github.com/rust-lang/crates.io-index" 4669 - checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 4670 - dependencies = [ 4671 - "libc", 4672 - ] 4673 - 4674 - [[package]] 4675 - name = "funty" 4676 - version = "2.0.0" 4677 - source = "registry+https://github.com/rust-lang/crates.io-index" 4678 - checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 4679 - 4680 - [[package]] 4681 - name = "futf" 4682 - version = "0.1.5" 4683 - source = "registry+https://github.com/rust-lang/crates.io-index" 4684 - checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 4685 - dependencies = [ 4686 - "mac", 4687 - "new_debug_unreachable", 4688 - ] 4689 - 4690 - [[package]] 4691 - name = "futures" 4692 - version = "0.1.31" 4693 - source = "registry+https://github.com/rust-lang/crates.io-index" 4694 - checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" 4695 - 4696 - [[package]] 4697 - name = "futures" 4698 - version = "0.3.30" 4699 - source = "registry+https://github.com/rust-lang/crates.io-index" 4700 - checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 4701 - dependencies = [ 4702 - "futures-channel", 4703 - "futures-core", 4704 - "futures-executor", 4705 - "futures-io", 4706 - "futures-sink", 4707 - "futures-task", 4708 - "futures-util", 4709 - ] 4710 - 4711 - [[package]] 4712 - name = "futures-batch" 4713 - version = "0.6.1" 4714 - source = "registry+https://github.com/rust-lang/crates.io-index" 4715 - checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a" 4716 - dependencies = [ 4717 - "futures 0.3.30", 4718 - "futures-timer", 4719 - "pin-utils", 4720 - ] 4721 - 4722 - [[package]] 4723 - name = "futures-channel" 4724 - version = "0.3.30" 4725 - source = "registry+https://github.com/rust-lang/crates.io-index" 4726 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 4727 - dependencies = [ 4728 - "futures-core", 4729 - "futures-sink", 4730 - ] 4731 - 4732 - [[package]] 4733 - name = "futures-core" 4734 - version = "0.3.30" 4735 - source = "registry+https://github.com/rust-lang/crates.io-index" 4736 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 4737 - 4738 - [[package]] 4739 - name = "futures-executor" 4740 - version = "0.3.30" 4741 - source = "registry+https://github.com/rust-lang/crates.io-index" 4742 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 4743 - dependencies = [ 4744 - "futures-core", 4745 - "futures-task", 4746 - "futures-util", 4747 - ] 4748 - 4749 - [[package]] 4750 - name = "futures-intrusive" 4751 - version = "0.5.0" 4752 - source = "registry+https://github.com/rust-lang/crates.io-index" 4753 - checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 4754 - dependencies = [ 4755 - "futures-core", 4756 - "lock_api", 4757 - "parking_lot", 4758 - ] 4759 - 4760 - [[package]] 4761 - name = "futures-io" 4762 - version = "0.3.30" 4763 - source = "registry+https://github.com/rust-lang/crates.io-index" 4764 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 4765 - 4766 - [[package]] 4767 - name = "futures-lite" 4768 - version = "1.13.0" 4769 - source = "registry+https://github.com/rust-lang/crates.io-index" 4770 - checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 4771 - dependencies = [ 4772 - "fastrand 1.9.0", 4773 - "futures-core", 4774 - "futures-io", 4775 - "memchr", 4776 - "parking", 4777 - "pin-project-lite", 4778 - "waker-fn", 4779 - ] 4780 - 4781 - [[package]] 4782 - name = "futures-lite" 4783 - version = "2.3.0" 4784 - source = "registry+https://github.com/rust-lang/crates.io-index" 4785 - checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" 4786 - dependencies = [ 4787 - "fastrand 2.1.1", 4788 - "futures-core", 4789 - "futures-io", 4790 - "parking", 4791 - "pin-project-lite", 4792 - ] 4793 - 4794 - [[package]] 4795 - name = "futures-macro" 4796 - version = "0.3.30" 4797 - source = "registry+https://github.com/rust-lang/crates.io-index" 4798 - checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 4799 - dependencies = [ 4800 - "proc-macro2", 4801 - "quote", 4802 - "syn 2.0.87", 4803 - ] 4804 - 4805 - [[package]] 4806 - name = "futures-sink" 4807 - version = "0.3.30" 4808 - source = "registry+https://github.com/rust-lang/crates.io-index" 4809 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 4810 - 4811 - [[package]] 4812 - name = "futures-task" 4813 - version = "0.3.30" 4814 - source = "registry+https://github.com/rust-lang/crates.io-index" 4815 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 4816 - 4817 - [[package]] 4818 - name = "futures-timer" 4819 - version = "3.0.3" 4820 - source = "registry+https://github.com/rust-lang/crates.io-index" 4821 - checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" 4822 - 4823 - [[package]] 4824 - name = "futures-util" 4825 - version = "0.3.30" 4826 - source = "registry+https://github.com/rust-lang/crates.io-index" 4827 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 4828 - dependencies = [ 4829 - "futures 0.1.31", 4830 - "futures-channel", 4831 - "futures-core", 4832 - "futures-io", 4833 - "futures-macro", 4834 - "futures-sink", 4835 - "futures-task", 4836 - "memchr", 4837 - "pin-project-lite", 4838 - "pin-utils", 4839 - "slab", 4840 - "tokio-io", 4841 - ] 4842 - 4843 - [[package]] 4844 - name = "fuzzy" 4845 - version = "0.1.0" 4846 - dependencies = [ 4847 - "gpui", 4848 - "util", 4849 - ] 4850 - 4851 - [[package]] 4852 - name = "fuzzy-matcher" 4853 - version = "0.3.7" 4854 - source = "registry+https://github.com/rust-lang/crates.io-index" 4855 - checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94" 4856 - dependencies = [ 4857 - "thread_local", 4858 - ] 4859 - 4860 - [[package]] 4861 - name = "generic-array" 4862 - version = "0.14.7" 4863 - source = "registry+https://github.com/rust-lang/crates.io-index" 4864 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 4865 - dependencies = [ 4866 - "typenum", 4867 - "version_check", 4868 - ] 4869 - 4870 - [[package]] 4871 - name = "gethostname" 4872 - version = "0.4.3" 4873 - source = "registry+https://github.com/rust-lang/crates.io-index" 4874 - checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" 4875 - dependencies = [ 4876 - "libc", 4877 - "windows-targets 0.48.5", 4878 - ] 4879 - 4880 - [[package]] 4881 - name = "getrandom" 4882 - version = "0.1.16" 4883 - source = "registry+https://github.com/rust-lang/crates.io-index" 4884 - checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 4885 - dependencies = [ 4886 - "cfg-if", 4887 - "libc", 4888 - "wasi 0.9.0+wasi-snapshot-preview1", 4889 - ] 4890 - 4891 - [[package]] 4892 - name = "getrandom" 4893 - version = "0.2.15" 4894 - source = "registry+https://github.com/rust-lang/crates.io-index" 4895 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 4896 - dependencies = [ 4897 - "cfg-if", 4898 - "js-sys", 4899 - "libc", 4900 - "wasi 0.11.0+wasi-snapshot-preview1", 4901 - "wasm-bindgen", 4902 - ] 4903 - 4904 - [[package]] 4905 - name = "gif" 4906 - version = "0.13.1" 4907 - source = "registry+https://github.com/rust-lang/crates.io-index" 4908 - checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2" 4909 - dependencies = [ 4910 - "color_quant", 4911 - "weezl", 4912 - ] 4913 - 4914 - [[package]] 4915 - name = "gimli" 4916 - version = "0.29.0" 4917 - source = "registry+https://github.com/rust-lang/crates.io-index" 4918 - checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" 4919 - dependencies = [ 4920 - "fallible-iterator", 4921 - "indexmap 2.4.0", 4922 - "stable_deref_trait", 4923 - ] 4924 - 4925 - [[package]] 4926 - name = "gimli" 4927 - version = "0.31.0" 4928 - source = "registry+https://github.com/rust-lang/crates.io-index" 4929 - checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64" 4930 - 4931 - [[package]] 4932 - name = "git" 4933 - version = "0.1.0" 4934 - dependencies = [ 4935 - "anyhow", 4936 - "async-trait", 4937 - "clock", 4938 - "collections", 4939 - "derive_more", 4940 - "git2", 4941 - "gpui", 4942 - "http_client", 4943 - "log", 4944 - "parking_lot", 4945 - "pretty_assertions", 4946 - "rope", 4947 - "serde", 4948 - "serde_json", 4949 - "smol", 4950 - "sum_tree", 4951 - "text", 4952 - "time", 4953 - "unindent", 4954 - "url", 4955 - "util", 4956 - "windows 0.58.0", 4957 - ] 4958 - 4959 - [[package]] 4960 - name = "git2" 4961 - version = "0.19.0" 4962 - source = "registry+https://github.com/rust-lang/crates.io-index" 4963 - checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" 4964 - dependencies = [ 4965 - "bitflags 2.6.0", 4966 - "libc", 4967 - "libgit2-sys", 4968 - "log", 4969 - "url", 4970 - ] 4971 - 4972 - [[package]] 4973 - name = "git_hosting_providers" 4974 - version = "0.1.0" 4975 - dependencies = [ 4976 - "anyhow", 4977 - "async-trait", 4978 - "futures 0.3.30", 4979 - "git", 4980 - "gpui", 4981 - "http_client", 4982 - "indoc", 4983 - "pretty_assertions", 4984 - "regex", 4985 - "serde", 4986 - "serde_json", 4987 - "url", 4988 - "util", 4989 - ] 4990 - 4991 - [[package]] 4992 - name = "glob" 4993 - version = "0.3.1" 4994 - source = "registry+https://github.com/rust-lang/crates.io-index" 4995 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 4996 - 4997 - [[package]] 4998 - name = "globset" 4999 - version = "0.4.15" 5000 - source = "registry+https://github.com/rust-lang/crates.io-index" 5001 - checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19" 5002 - dependencies = [ 5003 - "aho-corasick", 5004 - "bstr", 5005 - "log", 5006 - "regex-automata 0.4.7", 5007 - "regex-syntax 0.8.4", 5008 - ] 5009 - 5010 - [[package]] 5011 - name = "gloo-timers" 5012 - version = "0.2.6" 5013 - source = "registry+https://github.com/rust-lang/crates.io-index" 5014 - checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" 5015 - dependencies = [ 5016 - "futures-channel", 5017 - "futures-core", 5018 - "js-sys", 5019 - "wasm-bindgen", 5020 - ] 5021 - 5022 - [[package]] 5023 - name = "glow" 5024 - version = "0.14.0" 5025 - source = "registry+https://github.com/rust-lang/crates.io-index" 5026 - checksum = "f865cbd94bd355b89611211e49508da98a1fce0ad755c1e8448fb96711b24528" 5027 - dependencies = [ 5028 - "js-sys", 5029 - "slotmap", 5030 - "wasm-bindgen", 5031 - "web-sys", 5032 - ] 5033 - 5034 - [[package]] 5035 - name = "go_to_line" 5036 - version = "0.1.0" 5037 - dependencies = [ 5038 - "anyhow", 5039 - "editor", 5040 - "gpui", 5041 - "indoc", 5042 - "language", 5043 - "menu", 5044 - "project", 5045 - "rope", 5046 - "schemars", 5047 - "serde", 5048 - "serde_json", 5049 - "settings", 5050 - "text", 5051 - "theme", 5052 - "tree-sitter-rust", 5053 - "tree-sitter-typescript", 5054 - "ui", 5055 - "util", 5056 - "workspace", 5057 - ] 5058 - 5059 - [[package]] 5060 - name = "google_ai" 5061 - version = "0.1.0" 5062 - dependencies = [ 5063 - "anyhow", 5064 - "futures 0.3.30", 5065 - "http_client", 5066 - "schemars", 5067 - "serde", 5068 - "serde_json", 5069 - "strum 0.25.0", 5070 - ] 5071 - 5072 - [[package]] 5073 - name = "gpu-alloc" 5074 - version = "0.6.0" 5075 - source = "registry+https://github.com/rust-lang/crates.io-index" 5076 - checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 5077 - dependencies = [ 5078 - "bitflags 2.6.0", 5079 - "gpu-alloc-types", 5080 - ] 5081 - 5082 - [[package]] 5083 - name = "gpu-alloc-ash" 5084 - version = "0.7.0" 5085 - source = "registry+https://github.com/rust-lang/crates.io-index" 5086 - checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a" 5087 - dependencies = [ 5088 - "ash", 5089 - "gpu-alloc-types", 5090 - "tinyvec", 5091 - ] 5092 - 5093 - [[package]] 5094 - name = "gpu-alloc-types" 5095 - version = "0.3.0" 5096 - source = "registry+https://github.com/rust-lang/crates.io-index" 5097 - checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 5098 - dependencies = [ 5099 - "bitflags 2.6.0", 5100 - ] 5101 - 5102 - [[package]] 5103 - name = "gpui" 5104 - version = "0.1.0" 5105 - dependencies = [ 5106 - "anyhow", 5107 - "as-raw-xcb-connection", 5108 - "ashpd", 5109 - "async-task", 5110 - "backtrace", 5111 - "bindgen 0.70.1", 5112 - "blade-graphics", 5113 - "blade-macros", 5114 - "blade-util", 5115 - "block", 5116 - "bytemuck", 5117 - "calloop", 5118 - "calloop-wayland-source", 5119 - "cbindgen", 5120 - "cocoa 0.26.0", 5121 - "collections", 5122 - "core-foundation 0.9.4", 5123 - "core-foundation-sys", 5124 - "core-graphics 0.23.2", 5125 - "core-text", 5126 - "cosmic-text", 5127 - "ctor", 5128 - "derive_more", 5129 - "embed-resource", 5130 - "env_logger 0.11.5", 5131 - "etagere", 5132 - "filedescriptor", 5133 - "flume", 5134 - "font-kit", 5135 - "foreign-types 0.5.0", 5136 - "futures 0.3.30", 5137 - "gpui_macros", 5138 - "http_client", 5139 - "image", 5140 - "itertools 0.13.0", 5141 - "linkme", 5142 - "log", 5143 - "media", 5144 - "metal", 5145 - "num_cpus", 5146 - "objc", 5147 - "oo7", 5148 - "open", 5149 - "parking", 5150 - "parking_lot", 5151 - "pathfinder_geometry", 5152 - "postage", 5153 - "profiling", 5154 - "rand 0.8.5", 5155 - "raw-window-handle", 5156 - "refineable", 5157 - "resvg", 5158 - "schemars", 5159 - "seahash", 5160 - "semantic_version", 5161 - "serde", 5162 - "serde_derive", 5163 - "serde_json", 5164 - "slotmap", 5165 - "smallvec", 5166 - "smol", 5167 - "strum 0.25.0", 5168 - "sum_tree", 5169 - "taffy", 5170 - "thiserror", 5171 - "unicode-segmentation", 5172 - "usvg", 5173 - "util", 5174 - "uuid", 5175 - "waker-fn", 5176 - "wayland-backend", 5177 - "wayland-client", 5178 - "wayland-cursor", 5179 - "wayland-protocols", 5180 - "wayland-protocols-plasma", 5181 - "windows 0.58.0", 5182 - "windows-core 0.58.0", 5183 - "x11-clipboard", 5184 - "x11rb", 5185 - "xim", 5186 - "xkbcommon", 5187 - ] 5188 - 5189 - [[package]] 5190 - name = "gpui_macros" 5191 - version = "0.1.0" 5192 - dependencies = [ 5193 - "proc-macro2", 5194 - "quote", 5195 - "syn 1.0.109", 5196 - ] 5197 - 5198 - [[package]] 5199 - name = "grid" 5200 - version = "0.13.0" 5201 - source = "registry+https://github.com/rust-lang/crates.io-index" 5202 - checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c" 5203 - 5204 - [[package]] 5205 - name = "group" 5206 - version = "0.12.1" 5207 - source = "registry+https://github.com/rust-lang/crates.io-index" 5208 - checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" 5209 - dependencies = [ 5210 - "ff", 5211 - "rand_core 0.6.4", 5212 - "subtle", 5213 - ] 5214 - 5215 - [[package]] 5216 - name = "h2" 5217 - version = "0.3.26" 5218 - source = "registry+https://github.com/rust-lang/crates.io-index" 5219 - checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 5220 - dependencies = [ 5221 - "bytes 1.7.2", 5222 - "fnv", 5223 - "futures-core", 5224 - "futures-sink", 5225 - "futures-util", 5226 - "http 0.2.12", 5227 - "indexmap 2.4.0", 5228 - "slab", 5229 - "tokio", 5230 - "tokio-util", 5231 - "tracing", 5232 - ] 5233 - 5234 - [[package]] 5235 - name = "h2" 5236 - version = "0.4.6" 5237 - source = "registry+https://github.com/rust-lang/crates.io-index" 5238 - checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" 5239 - dependencies = [ 5240 - "atomic-waker", 5241 - "bytes 1.7.2", 5242 - "fnv", 5243 - "futures-core", 5244 - "futures-sink", 5245 - "http 1.1.0", 5246 - "indexmap 2.4.0", 5247 - "slab", 5248 - "tokio", 5249 - "tokio-util", 5250 - "tracing", 5251 - ] 5252 - 5253 - [[package]] 5254 - name = "half" 5255 - version = "2.4.1" 5256 - source = "registry+https://github.com/rust-lang/crates.io-index" 5257 - checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" 5258 - dependencies = [ 5259 - "cfg-if", 5260 - "crunchy", 5261 - ] 5262 - 5263 - [[package]] 5264 - name = "handlebars" 5265 - version = "4.5.0" 5266 - source = "registry+https://github.com/rust-lang/crates.io-index" 5267 - checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225" 5268 - dependencies = [ 5269 - "log", 5270 - "pest", 5271 - "pest_derive", 5272 - "serde", 5273 - "serde_json", 5274 - "thiserror", 5275 - ] 5276 - 5277 - [[package]] 5278 - name = "handlebars" 5279 - version = "6.2.0" 5280 - source = "registry+https://github.com/rust-lang/crates.io-index" 5281 - checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315" 5282 - dependencies = [ 5283 - "log", 5284 - "num-order", 5285 - "pest", 5286 - "pest_derive", 5287 - "serde", 5288 - "serde_json", 5289 - "thiserror", 5290 - ] 5291 - 5292 - [[package]] 5293 - name = "hashbrown" 5294 - version = "0.12.3" 5295 - source = "registry+https://github.com/rust-lang/crates.io-index" 5296 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 5297 - dependencies = [ 5298 - "ahash 0.7.8", 5299 - ] 5300 - 5301 - [[package]] 5302 - name = "hashbrown" 5303 - version = "0.13.2" 5304 - source = "registry+https://github.com/rust-lang/crates.io-index" 5305 - checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" 5306 - dependencies = [ 5307 - "ahash 0.8.11", 5308 - ] 5309 - 5310 - [[package]] 5311 - name = "hashbrown" 5312 - version = "0.14.5" 5313 - source = "registry+https://github.com/rust-lang/crates.io-index" 5314 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 5315 - dependencies = [ 5316 - "ahash 0.8.11", 5317 - "allocator-api2", 5318 - "serde", 5319 - ] 5320 - 5321 - [[package]] 5322 - name = "hashlink" 5323 - version = "0.8.4" 5324 - source = "registry+https://github.com/rust-lang/crates.io-index" 5325 - checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" 5326 - dependencies = [ 5327 - "hashbrown 0.14.5", 5328 - ] 5329 - 5330 - [[package]] 5331 - name = "hashlink" 5332 - version = "0.9.1" 5333 - source = "registry+https://github.com/rust-lang/crates.io-index" 5334 - checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af" 5335 - dependencies = [ 5336 - "hashbrown 0.14.5", 5337 - ] 5338 - 5339 - [[package]] 5340 - name = "headers" 5341 - version = "0.3.9" 5342 - source = "registry+https://github.com/rust-lang/crates.io-index" 5343 - checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" 5344 - dependencies = [ 5345 - "base64 0.21.7", 5346 - "bytes 1.7.2", 5347 - "headers-core", 5348 - "http 0.2.12", 5349 - "httpdate", 5350 - "mime", 5351 - "sha1", 5352 - ] 5353 - 5354 - [[package]] 5355 - name = "headers-core" 5356 - version = "0.2.0" 5357 - source = "registry+https://github.com/rust-lang/crates.io-index" 5358 - checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" 5359 - dependencies = [ 5360 - "http 0.2.12", 5361 - ] 5362 - 5363 - [[package]] 5364 - name = "heck" 5365 - version = "0.3.3" 5366 - source = "registry+https://github.com/rust-lang/crates.io-index" 5367 - checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 5368 - dependencies = [ 5369 - "unicode-segmentation", 5370 - ] 5371 - 5372 - [[package]] 5373 - name = "heck" 5374 - version = "0.4.1" 5375 - source = "registry+https://github.com/rust-lang/crates.io-index" 5376 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 5377 - dependencies = [ 5378 - "unicode-segmentation", 5379 - ] 5380 - 5381 - [[package]] 5382 - name = "heck" 5383 - version = "0.5.0" 5384 - source = "registry+https://github.com/rust-lang/crates.io-index" 5385 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 5386 - 5387 - [[package]] 5388 - name = "heed" 5389 - version = "0.20.5" 5390 - source = "registry+https://github.com/rust-lang/crates.io-index" 5391 - checksum = "7d4f449bab7320c56003d37732a917e18798e2f1709d80263face2b4f9436ddb" 5392 - dependencies = [ 5393 - "bitflags 2.6.0", 5394 - "byteorder", 5395 - "heed-traits", 5396 - "heed-types", 5397 - "libc", 5398 - "lmdb-master-sys", 5399 - "once_cell", 5400 - "page_size", 5401 - "serde", 5402 - "synchronoise", 5403 - "url", 5404 - ] 5405 - 5406 - [[package]] 5407 - name = "heed-traits" 5408 - version = "0.20.0" 5409 - source = "registry+https://github.com/rust-lang/crates.io-index" 5410 - checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff" 5411 - 5412 - [[package]] 5413 - name = "heed-types" 5414 - version = "0.20.1" 5415 - source = "registry+https://github.com/rust-lang/crates.io-index" 5416 - checksum = "9d3f528b053a6d700b2734eabcd0fd49cb8230647aa72958467527b0b7917114" 5417 - dependencies = [ 5418 - "bincode", 5419 - "byteorder", 5420 - "heed-traits", 5421 - "serde", 5422 - "serde_json", 5423 - ] 5424 - 5425 - [[package]] 5426 - name = "hermit-abi" 5427 - version = "0.3.9" 5428 - source = "registry+https://github.com/rust-lang/crates.io-index" 5429 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 5430 - 5431 - [[package]] 5432 - name = "hermit-abi" 5433 - version = "0.4.0" 5434 - source = "registry+https://github.com/rust-lang/crates.io-index" 5435 - checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 5436 - 5437 - [[package]] 5438 - name = "hex" 5439 - version = "0.4.3" 5440 - source = "registry+https://github.com/rust-lang/crates.io-index" 5441 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 5442 - 5443 - [[package]] 5444 - name = "hexf-parse" 5445 - version = "0.2.1" 5446 - source = "registry+https://github.com/rust-lang/crates.io-index" 5447 - checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 5448 - 5449 - [[package]] 5450 - name = "hidden-trait" 5451 - version = "0.1.2" 5452 - source = "registry+https://github.com/rust-lang/crates.io-index" 5453 - checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df" 5454 - dependencies = [ 5455 - "proc-macro2", 5456 - "quote", 5457 - "syn 1.0.109", 5458 - ] 5459 - 5460 - [[package]] 5461 - name = "hkdf" 5462 - version = "0.12.4" 5463 - source = "registry+https://github.com/rust-lang/crates.io-index" 5464 - checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 5465 - dependencies = [ 5466 - "hmac", 5467 - ] 5468 - 5469 - [[package]] 5470 - name = "hmac" 5471 - version = "0.12.1" 5472 - source = "registry+https://github.com/rust-lang/crates.io-index" 5473 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 5474 - dependencies = [ 5475 - "digest", 5476 - ] 5477 - 5478 - [[package]] 5479 - name = "home" 5480 - version = "0.5.9" 5481 - source = "registry+https://github.com/rust-lang/crates.io-index" 5482 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 5483 - dependencies = [ 5484 - "windows-sys 0.52.0", 5485 - ] 5486 - 5487 - [[package]] 5488 - name = "hound" 5489 - version = "3.5.1" 5490 - source = "registry+https://github.com/rust-lang/crates.io-index" 5491 - checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f" 5492 - 5493 - [[package]] 5494 - name = "html5ever" 5495 - version = "0.27.0" 5496 - source = "registry+https://github.com/rust-lang/crates.io-index" 5497 - checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4" 5498 - dependencies = [ 5499 - "log", 5500 - "mac", 5501 - "markup5ever", 5502 - "proc-macro2", 5503 - "quote", 5504 - "syn 2.0.87", 5505 - ] 5506 - 5507 - [[package]] 5508 - name = "html_to_markdown" 5509 - version = "0.1.0" 5510 - dependencies = [ 5511 - "anyhow", 5512 - "html5ever", 5513 - "indoc", 5514 - "markup5ever_rcdom", 5515 - "pretty_assertions", 5516 - "regex", 5517 - ] 5518 - 5519 - [[package]] 5520 - name = "http" 5521 - version = "0.2.12" 5522 - source = "registry+https://github.com/rust-lang/crates.io-index" 5523 - checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 5524 - dependencies = [ 5525 - "bytes 1.7.2", 5526 - "fnv", 5527 - "itoa", 5528 - ] 5529 - 5530 - [[package]] 5531 - name = "http" 5532 - version = "1.1.0" 5533 - source = "registry+https://github.com/rust-lang/crates.io-index" 5534 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 5535 - dependencies = [ 5536 - "bytes 1.7.2", 5537 - "fnv", 5538 - "itoa", 5539 - ] 5540 - 5541 - [[package]] 5542 - name = "http-body" 5543 - version = "0.4.6" 5544 - source = "registry+https://github.com/rust-lang/crates.io-index" 5545 - checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 5546 - dependencies = [ 5547 - "bytes 1.7.2", 5548 - "http 0.2.12", 5549 - "pin-project-lite", 5550 - ] 5551 - 5552 - [[package]] 5553 - name = "http-body" 5554 - version = "1.0.1" 5555 - source = "registry+https://github.com/rust-lang/crates.io-index" 5556 - checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 5557 - dependencies = [ 5558 - "bytes 1.7.2", 5559 - "http 1.1.0", 5560 - ] 5561 - 5562 - [[package]] 5563 - name = "http-body-util" 5564 - version = "0.1.2" 5565 - source = "registry+https://github.com/rust-lang/crates.io-index" 5566 - checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 5567 - dependencies = [ 5568 - "bytes 1.7.2", 5569 - "futures-util", 5570 - "http 1.1.0", 5571 - "http-body 1.0.1", 5572 - "pin-project-lite", 5573 - ] 5574 - 5575 - [[package]] 5576 - name = "http-range-header" 5577 - version = "0.3.1" 5578 - source = "registry+https://github.com/rust-lang/crates.io-index" 5579 - checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f" 5580 - 5581 - [[package]] 5582 - name = "http-types" 5583 - version = "2.12.0" 5584 - source = "registry+https://github.com/rust-lang/crates.io-index" 5585 - checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad" 5586 - dependencies = [ 5587 - "anyhow", 5588 - "async-channel 1.9.0", 5589 - "base64 0.13.1", 5590 - "futures-lite 1.13.0", 5591 - "http 0.2.12", 5592 - "infer", 5593 - "pin-project-lite", 5594 - "rand 0.7.3", 5595 - "serde", 5596 - "serde_json", 5597 - "serde_qs 0.8.5", 5598 - "serde_urlencoded", 5599 - "url", 5600 - ] 5601 - 5602 - [[package]] 5603 - name = "http_client" 5604 - version = "0.1.0" 5605 - dependencies = [ 5606 - "anyhow", 5607 - "bytes 1.7.2", 5608 - "derive_more", 5609 - "futures 0.3.30", 5610 - "http 1.1.0", 5611 - "log", 5612 - "serde", 5613 - "serde_json", 5614 - "url", 5615 - ] 5616 - 5617 - [[package]] 5618 - name = "httparse" 5619 - version = "1.9.4" 5620 - source = "registry+https://github.com/rust-lang/crates.io-index" 5621 - checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" 5622 - 5623 - [[package]] 5624 - name = "httpdate" 5625 - version = "1.0.3" 5626 - source = "registry+https://github.com/rust-lang/crates.io-index" 5627 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 5628 - 5629 - [[package]] 5630 - name = "human_bytes" 5631 - version = "0.4.3" 5632 - source = "registry+https://github.com/rust-lang/crates.io-index" 5633 - checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e" 5634 - 5635 - [[package]] 5636 - name = "humantime" 5637 - version = "2.1.0" 5638 - source = "registry+https://github.com/rust-lang/crates.io-index" 5639 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 5640 - 5641 - [[package]] 5642 - name = "hyper" 5643 - version = "0.14.31" 5644 - source = "registry+https://github.com/rust-lang/crates.io-index" 5645 - checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" 5646 - dependencies = [ 5647 - "bytes 1.7.2", 5648 - "futures-channel", 5649 - "futures-core", 5650 - "futures-util", 5651 - "h2 0.3.26", 5652 - "http 0.2.12", 5653 - "http-body 0.4.6", 5654 - "httparse", 5655 - "httpdate", 5656 - "itoa", 5657 - "pin-project-lite", 5658 - "socket2 0.5.7", 5659 - "tokio", 5660 - "tower-service", 5661 - "tracing", 5662 - "want", 5663 - ] 5664 - 5665 - [[package]] 5666 - name = "hyper" 5667 - version = "1.4.1" 5668 - source = "registry+https://github.com/rust-lang/crates.io-index" 5669 - checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" 5670 - dependencies = [ 5671 - "bytes 1.7.2", 5672 - "futures-channel", 5673 - "futures-util", 5674 - "h2 0.4.6", 5675 - "http 1.1.0", 5676 - "http-body 1.0.1", 5677 - "httparse", 5678 - "itoa", 5679 - "pin-project-lite", 5680 - "smallvec", 5681 - "tokio", 5682 - "want", 5683 - ] 5684 - 5685 - [[package]] 5686 - name = "hyper-rustls" 5687 - version = "0.24.2" 5688 - source = "registry+https://github.com/rust-lang/crates.io-index" 5689 - checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 5690 - dependencies = [ 5691 - "futures-util", 5692 - "http 0.2.12", 5693 - "hyper 0.14.31", 5694 - "log", 5695 - "rustls 0.21.12", 5696 - "rustls-native-certs 0.6.3", 5697 - "tokio", 5698 - "tokio-rustls 0.24.1", 5699 - ] 5700 - 5701 - [[package]] 5702 - name = "hyper-rustls" 5703 - version = "0.27.3" 5704 - source = "registry+https://github.com/rust-lang/crates.io-index" 5705 - checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" 5706 - dependencies = [ 5707 - "futures-util", 5708 - "http 1.1.0", 5709 - "hyper 1.4.1", 5710 - "hyper-util", 5711 - "rustls 0.23.13", 5712 - "rustls-native-certs 0.8.0", 5713 - "rustls-pki-types", 5714 - "tokio", 5715 - "tokio-rustls 0.26.0", 5716 - "tower-service", 5717 - ] 5718 - 5719 - [[package]] 5720 - name = "hyper-tls" 5721 - version = "0.5.0" 5722 - source = "registry+https://github.com/rust-lang/crates.io-index" 5723 - checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 5724 - dependencies = [ 5725 - "bytes 1.7.2", 5726 - "hyper 0.14.31", 5727 - "native-tls", 5728 - "tokio", 5729 - "tokio-native-tls", 5730 - ] 5731 - 5732 - [[package]] 5733 - name = "hyper-util" 5734 - version = "0.1.9" 5735 - source = "registry+https://github.com/rust-lang/crates.io-index" 5736 - checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b" 5737 - dependencies = [ 5738 - "bytes 1.7.2", 5739 - "futures-channel", 5740 - "futures-util", 5741 - "http 1.1.0", 5742 - "http-body 1.0.1", 5743 - "hyper 1.4.1", 5744 - "pin-project-lite", 5745 - "socket2 0.5.7", 5746 - "tokio", 5747 - "tower-service", 5748 - "tracing", 5749 - ] 5750 - 5751 - [[package]] 5752 - name = "iana-time-zone" 5753 - version = "0.1.60" 5754 - source = "registry+https://github.com/rust-lang/crates.io-index" 5755 - checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 5756 - dependencies = [ 5757 - "android_system_properties", 5758 - "core-foundation-sys", 5759 - "iana-time-zone-haiku", 5760 - "js-sys", 5761 - "wasm-bindgen", 5762 - "windows-core 0.52.0", 5763 - ] 5764 - 5765 - [[package]] 5766 - name = "iana-time-zone-haiku" 5767 - version = "0.1.2" 5768 - source = "registry+https://github.com/rust-lang/crates.io-index" 5769 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 5770 - dependencies = [ 5771 - "cc", 5772 - ] 5773 - 5774 - [[package]] 5775 - name = "icu_collections" 5776 - version = "1.5.0" 5777 - source = "registry+https://github.com/rust-lang/crates.io-index" 5778 - checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 5779 - dependencies = [ 5780 - "displaydoc", 5781 - "yoke", 5782 - "zerofrom", 5783 - "zerovec", 5784 - ] 5785 - 5786 - [[package]] 5787 - name = "icu_locid" 5788 - version = "1.5.0" 5789 - source = "registry+https://github.com/rust-lang/crates.io-index" 5790 - checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 5791 - dependencies = [ 5792 - "displaydoc", 5793 - "litemap", 5794 - "tinystr", 5795 - "writeable", 5796 - "zerovec", 5797 - ] 5798 - 5799 - [[package]] 5800 - name = "icu_locid_transform" 5801 - version = "1.5.0" 5802 - source = "registry+https://github.com/rust-lang/crates.io-index" 5803 - checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 5804 - dependencies = [ 5805 - "displaydoc", 5806 - "icu_locid", 5807 - "icu_locid_transform_data", 5808 - "icu_provider", 5809 - "tinystr", 5810 - "zerovec", 5811 - ] 5812 - 5813 - [[package]] 5814 - name = "icu_locid_transform_data" 5815 - version = "1.5.0" 5816 - source = "registry+https://github.com/rust-lang/crates.io-index" 5817 - checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 5818 - 5819 - [[package]] 5820 - name = "icu_normalizer" 5821 - version = "1.5.0" 5822 - source = "registry+https://github.com/rust-lang/crates.io-index" 5823 - checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 5824 - dependencies = [ 5825 - "displaydoc", 5826 - "icu_collections", 5827 - "icu_normalizer_data", 5828 - "icu_properties", 5829 - "icu_provider", 5830 - "smallvec", 5831 - "utf16_iter", 5832 - "utf8_iter", 5833 - "write16", 5834 - "zerovec", 5835 - ] 5836 - 5837 - [[package]] 5838 - name = "icu_normalizer_data" 5839 - version = "1.5.0" 5840 - source = "registry+https://github.com/rust-lang/crates.io-index" 5841 - checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 5842 - 5843 - [[package]] 5844 - name = "icu_properties" 5845 - version = "1.5.1" 5846 - source = "registry+https://github.com/rust-lang/crates.io-index" 5847 - checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 5848 - dependencies = [ 5849 - "displaydoc", 5850 - "icu_collections", 5851 - "icu_locid_transform", 5852 - "icu_properties_data", 5853 - "icu_provider", 5854 - "tinystr", 5855 - "zerovec", 5856 - ] 5857 - 5858 - [[package]] 5859 - name = "icu_properties_data" 5860 - version = "1.5.0" 5861 - source = "registry+https://github.com/rust-lang/crates.io-index" 5862 - checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 5863 - 5864 - [[package]] 5865 - name = "icu_provider" 5866 - version = "1.5.0" 5867 - source = "registry+https://github.com/rust-lang/crates.io-index" 5868 - checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 5869 - dependencies = [ 5870 - "displaydoc", 5871 - "icu_locid", 5872 - "icu_provider_macros", 5873 - "stable_deref_trait", 5874 - "tinystr", 5875 - "writeable", 5876 - "yoke", 5877 - "zerofrom", 5878 - "zerovec", 5879 - ] 5880 - 5881 - [[package]] 5882 - name = "icu_provider_macros" 5883 - version = "1.5.0" 5884 - source = "registry+https://github.com/rust-lang/crates.io-index" 5885 - checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 5886 - dependencies = [ 5887 - "proc-macro2", 5888 - "quote", 5889 - "syn 2.0.87", 5890 - ] 5891 - 5892 - [[package]] 5893 - name = "id-arena" 5894 - version = "2.2.1" 5895 - source = "registry+https://github.com/rust-lang/crates.io-index" 5896 - checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005" 5897 - 5898 - [[package]] 5899 - name = "idna" 5900 - version = "1.0.3" 5901 - source = "registry+https://github.com/rust-lang/crates.io-index" 5902 - checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 5903 - dependencies = [ 5904 - "idna_adapter", 5905 - "smallvec", 5906 - "utf8_iter", 5907 - ] 5908 - 5909 - [[package]] 5910 - name = "idna_adapter" 5911 - version = "1.2.0" 5912 - source = "registry+https://github.com/rust-lang/crates.io-index" 5913 - checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 5914 - dependencies = [ 5915 - "icu_normalizer", 5916 - "icu_properties", 5917 - ] 5918 - 5919 - [[package]] 5920 - name = "ignore" 5921 - version = "0.4.23" 5922 - source = "registry+https://github.com/rust-lang/crates.io-index" 5923 - checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b" 5924 - dependencies = [ 5925 - "crossbeam-deque", 5926 - "globset", 5927 - "log", 5928 - "memchr", 5929 - "regex-automata 0.4.7", 5930 - "same-file", 5931 - "walkdir", 5932 - "winapi-util", 5933 - ] 5934 - 5935 - [[package]] 5936 - name = "image" 5937 - version = "0.25.2" 5938 - source = "registry+https://github.com/rust-lang/crates.io-index" 5939 - checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10" 5940 - dependencies = [ 5941 - "bytemuck", 5942 - "byteorder-lite", 5943 - "color_quant", 5944 - "exr", 5945 - "gif", 5946 - "image-webp", 5947 - "num-traits", 5948 - "png", 5949 - "qoi", 5950 - "ravif", 5951 - "rayon", 5952 - "rgb", 5953 - "tiff", 5954 - "zune-core", 5955 - "zune-jpeg", 5956 - ] 5957 - 5958 - [[package]] 5959 - name = "image-webp" 5960 - version = "0.1.3" 5961 - source = "registry+https://github.com/rust-lang/crates.io-index" 5962 - checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904" 5963 - dependencies = [ 5964 - "byteorder-lite", 5965 - "quick-error", 5966 - ] 5967 - 5968 - [[package]] 5969 - name = "image_viewer" 5970 - version = "0.1.0" 5971 - dependencies = [ 5972 - "anyhow", 5973 - "db", 5974 - "file_icons", 5975 - "gpui", 5976 - "project", 5977 - "settings", 5978 - "theme", 5979 - "ui", 5980 - "util", 5981 - "workspace", 5982 - ] 5983 - 5984 - [[package]] 5985 - name = "imagesize" 5986 - version = "0.13.0" 5987 - source = "registry+https://github.com/rust-lang/crates.io-index" 5988 - checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285" 5989 - 5990 - [[package]] 5991 - name = "imgref" 5992 - version = "1.10.1" 5993 - source = "registry+https://github.com/rust-lang/crates.io-index" 5994 - checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126" 5995 - 5996 - [[package]] 5997 - name = "indexed_docs" 5998 - version = "0.1.0" 5999 - dependencies = [ 6000 - "anyhow", 6001 - "async-trait", 6002 - "cargo_metadata", 6003 - "collections", 6004 - "derive_more", 6005 - "extension", 6006 - "fs", 6007 - "futures 0.3.30", 6008 - "fuzzy", 6009 - "gpui", 6010 - "heed", 6011 - "html_to_markdown", 6012 - "http_client", 6013 - "indexmap 1.9.3", 6014 - "indoc", 6015 - "parking_lot", 6016 - "paths", 6017 - "pretty_assertions", 6018 - "serde", 6019 - "strum 0.25.0", 6020 - "util", 6021 - ] 6022 - 6023 - [[package]] 6024 - name = "indexmap" 6025 - version = "1.9.3" 6026 - source = "registry+https://github.com/rust-lang/crates.io-index" 6027 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 6028 - dependencies = [ 6029 - "autocfg", 6030 - "hashbrown 0.12.3", 6031 - "serde", 6032 - ] 6033 - 6034 - [[package]] 6035 - name = "indexmap" 6036 - version = "2.4.0" 6037 - source = "registry+https://github.com/rust-lang/crates.io-index" 6038 - checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" 6039 - dependencies = [ 6040 - "equivalent", 6041 - "hashbrown 0.14.5", 6042 - "serde", 6043 - ] 6044 - 6045 - [[package]] 6046 - name = "indoc" 6047 - version = "2.0.5" 6048 - source = "registry+https://github.com/rust-lang/crates.io-index" 6049 - checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" 6050 - 6051 - [[package]] 6052 - name = "infer" 6053 - version = "0.2.3" 6054 - source = "registry+https://github.com/rust-lang/crates.io-index" 6055 - checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac" 6056 - 6057 - [[package]] 6058 - name = "inherent" 6059 - version = "1.0.11" 6060 - source = "registry+https://github.com/rust-lang/crates.io-index" 6061 - checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947" 6062 - dependencies = [ 6063 - "proc-macro2", 6064 - "quote", 6065 - "syn 2.0.87", 6066 - ] 6067 - 6068 - [[package]] 6069 - name = "inline_completion_button" 6070 - version = "0.1.0" 6071 - dependencies = [ 6072 - "anyhow", 6073 - "copilot", 6074 - "editor", 6075 - "fs", 6076 - "futures 0.3.30", 6077 - "gpui", 6078 - "indoc", 6079 - "language", 6080 - "lsp", 6081 - "paths", 6082 - "project", 6083 - "serde_json", 6084 - "settings", 6085 - "supermaven", 6086 - "theme", 6087 - "ui", 6088 - "util", 6089 - "workspace", 6090 - "zed_actions", 6091 - ] 6092 - 6093 - [[package]] 6094 - name = "inotify" 6095 - version = "0.9.6" 6096 - source = "registry+https://github.com/rust-lang/crates.io-index" 6097 - checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 6098 - dependencies = [ 6099 - "bitflags 1.3.2", 6100 - "inotify-sys", 6101 - "libc", 6102 - ] 6103 - 6104 - [[package]] 6105 - name = "inotify-sys" 6106 - version = "0.1.5" 6107 - source = "registry+https://github.com/rust-lang/crates.io-index" 6108 - checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 6109 - dependencies = [ 6110 - "libc", 6111 - ] 6112 - 6113 - [[package]] 6114 - name = "inout" 6115 - version = "0.1.3" 6116 - source = "registry+https://github.com/rust-lang/crates.io-index" 6117 - checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 6118 - dependencies = [ 6119 - "block-padding", 6120 - "generic-array", 6121 - ] 6122 - 6123 - [[package]] 6124 - name = "install_cli" 6125 - version = "0.1.0" 6126 - dependencies = [ 6127 - "anyhow", 6128 - "gpui", 6129 - "smol", 6130 - "util", 6131 - ] 6132 - 6133 - [[package]] 6134 - name = "instant" 6135 - version = "0.1.13" 6136 - source = "registry+https://github.com/rust-lang/crates.io-index" 6137 - checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 6138 - dependencies = [ 6139 - "cfg-if", 6140 - ] 6141 - 6142 - [[package]] 6143 - name = "interpolate_name" 6144 - version = "0.2.4" 6145 - source = "registry+https://github.com/rust-lang/crates.io-index" 6146 - checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60" 6147 - dependencies = [ 6148 - "proc-macro2", 6149 - "quote", 6150 - "syn 2.0.87", 6151 - ] 6152 - 6153 - [[package]] 6154 - name = "io-extras" 6155 - version = "0.18.3" 6156 - source = "registry+https://github.com/rust-lang/crates.io-index" 6157 - checksum = "7d45fd7584f9b67ac37bc041212d06bfac0700b36456b05890d36a3b626260eb" 6158 - dependencies = [ 6159 - "io-lifetimes 2.0.3", 6160 - "windows-sys 0.52.0", 6161 - ] 6162 - 6163 - [[package]] 6164 - name = "io-lifetimes" 6165 - version = "1.0.11" 6166 - source = "registry+https://github.com/rust-lang/crates.io-index" 6167 - checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 6168 - dependencies = [ 6169 - "hermit-abi 0.3.9", 6170 - "libc", 6171 - "windows-sys 0.48.0", 6172 - ] 6173 - 6174 - [[package]] 6175 - name = "io-lifetimes" 6176 - version = "2.0.3" 6177 - source = "registry+https://github.com/rust-lang/crates.io-index" 6178 - checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c" 6179 - 6180 - [[package]] 6181 - name = "iovec" 6182 - version = "0.1.4" 6183 - source = "registry+https://github.com/rust-lang/crates.io-index" 6184 - checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 6185 - dependencies = [ 6186 - "libc", 6187 - ] 6188 - 6189 - [[package]] 6190 - name = "ipc-channel" 6191 - version = "0.18.3" 6192 - source = "registry+https://github.com/rust-lang/crates.io-index" 6193 - checksum = "c7f4c80f2df4fc64fb7fc2cff69fc034af26e6e6617ea9f1313131af464b9ca0" 6194 - dependencies = [ 6195 - "bincode", 6196 - "crossbeam-channel", 6197 - "fnv", 6198 - "lazy_static", 6199 - "libc", 6200 - "mio 1.0.2", 6201 - "rand 0.8.5", 6202 - "serde", 6203 - "tempfile", 6204 - "uuid", 6205 - "windows 0.58.0", 6206 - ] 6207 - 6208 - [[package]] 6209 - name = "ipnet" 6210 - version = "2.9.0" 6211 - source = "registry+https://github.com/rust-lang/crates.io-index" 6212 - checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 6213 - 6214 - [[package]] 6215 - name = "is-docker" 6216 - version = "0.2.0" 6217 - source = "registry+https://github.com/rust-lang/crates.io-index" 6218 - checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3" 6219 - dependencies = [ 6220 - "once_cell", 6221 - ] 6222 - 6223 - [[package]] 6224 - name = "is-terminal" 6225 - version = "0.4.13" 6226 - source = "registry+https://github.com/rust-lang/crates.io-index" 6227 - checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" 6228 - dependencies = [ 6229 - "hermit-abi 0.4.0", 6230 - "libc", 6231 - "windows-sys 0.52.0", 6232 - ] 6233 - 6234 - [[package]] 6235 - name = "is-wsl" 6236 - version = "0.4.0" 6237 - source = "registry+https://github.com/rust-lang/crates.io-index" 6238 - checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5" 6239 - dependencies = [ 6240 - "is-docker", 6241 - "once_cell", 6242 - ] 6243 - 6244 - [[package]] 6245 - name = "is_terminal_polyfill" 6246 - version = "1.70.1" 6247 - source = "registry+https://github.com/rust-lang/crates.io-index" 6248 - checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 6249 - 6250 - [[package]] 6251 - name = "itertools" 6252 - version = "0.10.5" 6253 - source = "registry+https://github.com/rust-lang/crates.io-index" 6254 - checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 6255 - dependencies = [ 6256 - "either", 6257 - ] 6258 - 6259 - [[package]] 6260 - name = "itertools" 6261 - version = "0.12.1" 6262 - source = "registry+https://github.com/rust-lang/crates.io-index" 6263 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 6264 - dependencies = [ 6265 - "either", 6266 - ] 6267 - 6268 - [[package]] 6269 - name = "itertools" 6270 - version = "0.13.0" 6271 - source = "registry+https://github.com/rust-lang/crates.io-index" 6272 - checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 6273 - dependencies = [ 6274 - "either", 6275 - ] 6276 - 6277 - [[package]] 6278 - name = "itoa" 6279 - version = "1.0.11" 6280 - source = "registry+https://github.com/rust-lang/crates.io-index" 6281 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 6282 - 6283 - [[package]] 6284 - name = "jni" 6285 - version = "0.21.1" 6286 - source = "registry+https://github.com/rust-lang/crates.io-index" 6287 - checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 6288 - dependencies = [ 6289 - "cesu8", 6290 - "cfg-if", 6291 - "combine", 6292 - "jni-sys", 6293 - "log", 6294 - "thiserror", 6295 - "walkdir", 6296 - "windows-sys 0.45.0", 6297 - ] 6298 - 6299 - [[package]] 6300 - name = "jni-sys" 6301 - version = "0.3.0" 6302 - source = "registry+https://github.com/rust-lang/crates.io-index" 6303 - checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 6304 - 6305 - [[package]] 6306 - name = "jobserver" 6307 - version = "0.1.32" 6308 - source = "registry+https://github.com/rust-lang/crates.io-index" 6309 - checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" 6310 - dependencies = [ 6311 - "libc", 6312 - ] 6313 - 6314 - [[package]] 6315 - name = "journal" 6316 - version = "0.1.0" 6317 - dependencies = [ 6318 - "anyhow", 6319 - "chrono", 6320 - "editor", 6321 - "gpui", 6322 - "log", 6323 - "schemars", 6324 - "serde", 6325 - "settings", 6326 - "shellexpand 2.1.2", 6327 - "workspace", 6328 - ] 6329 - 6330 - [[package]] 6331 - name = "jpeg-decoder" 6332 - version = "0.3.1" 6333 - source = "registry+https://github.com/rust-lang/crates.io-index" 6334 - checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0" 6335 - 6336 - [[package]] 6337 - name = "js-sys" 6338 - version = "0.3.70" 6339 - source = "registry+https://github.com/rust-lang/crates.io-index" 6340 - checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" 6341 - dependencies = [ 6342 - "wasm-bindgen", 6343 - ] 6344 - 6345 - [[package]] 6346 - name = "jsonwebtoken" 6347 - version = "9.3.0" 6348 - source = "registry+https://github.com/rust-lang/crates.io-index" 6349 - checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f" 6350 - dependencies = [ 6351 - "base64 0.21.7", 6352 - "js-sys", 6353 - "pem", 6354 - "ring", 6355 - "serde", 6356 - "serde_json", 6357 - "simple_asn1", 6358 - ] 6359 - 6360 - [[package]] 6361 - name = "jupyter-serde" 6362 - version = "0.4.0" 6363 - source = "registry+https://github.com/rust-lang/crates.io-index" 6364 - checksum = "dd71aa17c4fa65e6d7536ab2728881a41f8feb2ee5841c2240516c3c3d65d8b3" 6365 - dependencies = [ 6366 - "anyhow", 6367 - "serde", 6368 - "serde_json", 6369 - "thiserror", 6370 - "uuid", 6371 - ] 6372 - 6373 - [[package]] 6374 - name = "khronos-egl" 6375 - version = "6.0.0" 6376 - source = "registry+https://github.com/rust-lang/crates.io-index" 6377 - checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 6378 - dependencies = [ 6379 - "libc", 6380 - "libloading", 6381 - ] 6382 - 6383 - [[package]] 6384 - name = "kqueue" 6385 - version = "1.0.8" 6386 - source = "registry+https://github.com/rust-lang/crates.io-index" 6387 - checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c" 6388 - dependencies = [ 6389 - "kqueue-sys", 6390 - "libc", 6391 - ] 6392 - 6393 - [[package]] 6394 - name = "kqueue-sys" 6395 - version = "1.0.4" 6396 - source = "registry+https://github.com/rust-lang/crates.io-index" 6397 - checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" 6398 - dependencies = [ 6399 - "bitflags 1.3.2", 6400 - "libc", 6401 - ] 6402 - 6403 - [[package]] 6404 - name = "kurbo" 6405 - version = "0.11.0" 6406 - source = "registry+https://github.com/rust-lang/crates.io-index" 6407 - checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c" 6408 - dependencies = [ 6409 - "arrayvec", 6410 - "smallvec", 6411 - ] 6412 - 6413 - [[package]] 6414 - name = "kv-log-macro" 6415 - version = "1.0.7" 6416 - source = "registry+https://github.com/rust-lang/crates.io-index" 6417 - checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 6418 - dependencies = [ 6419 - "log", 6420 - ] 6421 - 6422 - [[package]] 6423 - name = "language" 6424 - version = "0.1.0" 6425 - dependencies = [ 6426 - "anyhow", 6427 - "async-trait", 6428 - "async-watch", 6429 - "clock", 6430 - "collections", 6431 - "ctor", 6432 - "ec4rs", 6433 - "env_logger 0.11.5", 6434 - "futures 0.3.30", 6435 - "fuzzy", 6436 - "git", 6437 - "globset", 6438 - "gpui", 6439 - "http_client", 6440 - "indoc", 6441 - "itertools 0.13.0", 6442 - "log", 6443 - "lsp", 6444 - "parking_lot", 6445 - "postage", 6446 - "pretty_assertions", 6447 - "pulldown-cmark 0.12.2", 6448 - "rand 0.8.5", 6449 - "regex", 6450 - "rpc", 6451 - "schemars", 6452 - "serde", 6453 - "serde_json", 6454 - "settings", 6455 - "similar", 6456 - "smallvec", 6457 - "smol", 6458 - "strsim", 6459 - "sum_tree", 6460 - "task", 6461 - "text", 6462 - "theme", 6463 - "tree-sitter", 6464 - "tree-sitter-elixir", 6465 - "tree-sitter-embedded-template", 6466 - "tree-sitter-heex", 6467 - "tree-sitter-html", 6468 - "tree-sitter-json", 6469 - "tree-sitter-md", 6470 - "tree-sitter-ruby", 6471 - "tree-sitter-rust", 6472 - "tree-sitter-typescript", 6473 - "unicase", 6474 - "unindent", 6475 - "util", 6476 - ] 6477 - 6478 - [[package]] 6479 - name = "language_model" 6480 - version = "0.1.0" 6481 - dependencies = [ 6482 - "anthropic", 6483 - "anyhow", 6484 - "base64 0.22.1", 6485 - "client", 6486 - "collections", 6487 - "copilot", 6488 - "ctor", 6489 - "editor", 6490 - "env_logger 0.11.5", 6491 - "feature_flags", 6492 - "futures 0.3.30", 6493 - "google_ai", 6494 - "gpui", 6495 - "http_client", 6496 - "image", 6497 - "inline_completion_button", 6498 - "language", 6499 - "log", 6500 - "menu", 6501 - "ollama", 6502 - "open_ai", 6503 - "parking_lot", 6504 - "project", 6505 - "proto", 6506 - "rand 0.8.5", 6507 - "schemars", 6508 - "serde", 6509 - "serde_json", 6510 - "settings", 6511 - "smol", 6512 - "strum 0.25.0", 6513 - "telemetry_events", 6514 - "text", 6515 - "theme", 6516 - "thiserror", 6517 - "tiktoken-rs", 6518 - "ui", 6519 - "unindent", 6520 - "util", 6521 - ] 6522 - 6523 - [[package]] 6524 - name = "language_selector" 6525 - version = "0.1.0" 6526 - dependencies = [ 6527 - "anyhow", 6528 - "editor", 6529 - "fuzzy", 6530 - "gpui", 6531 - "language", 6532 - "picker", 6533 - "project", 6534 - "ui", 6535 - "util", 6536 - "workspace", 6537 - ] 6538 - 6539 - [[package]] 6540 - name = "language_tools" 6541 - version = "0.1.0" 6542 - dependencies = [ 6543 - "anyhow", 6544 - "client", 6545 - "collections", 6546 - "copilot", 6547 - "editor", 6548 - "env_logger 0.11.5", 6549 - "futures 0.3.30", 6550 - "gpui", 6551 - "itertools 0.13.0", 6552 - "language", 6553 - "lsp", 6554 - "project", 6555 - "release_channel", 6556 - "serde_json", 6557 - "settings", 6558 - "theme", 6559 - "tree-sitter", 6560 - "ui", 6561 - "util", 6562 - "workspace", 6563 - "zed_actions", 6564 - ] 6565 - 6566 - [[package]] 6567 - name = "languages" 6568 - version = "0.1.0" 6569 - dependencies = [ 6570 - "anyhow", 6571 - "async-compression", 6572 - "async-tar", 6573 - "async-trait", 6574 - "collections", 6575 - "futures 0.3.30", 6576 - "gpui", 6577 - "http_client", 6578 - "language", 6579 - "log", 6580 - "lsp", 6581 - "node_runtime", 6582 - "paths", 6583 - "pet", 6584 - "pet-conda", 6585 - "pet-core", 6586 - "pet-fs", 6587 - "pet-poetry", 6588 - "pet-reporter", 6589 - "project", 6590 - "regex", 6591 - "rope", 6592 - "rust-embed", 6593 - "serde", 6594 - "serde_json", 6595 - "settings", 6596 - "smol", 6597 - "task", 6598 - "text", 6599 - "theme", 6600 - "toml 0.8.19", 6601 - "tree-sitter", 6602 - "tree-sitter-bash", 6603 - "tree-sitter-c", 6604 - "tree-sitter-cpp", 6605 - "tree-sitter-css", 6606 - "tree-sitter-diff", 6607 - "tree-sitter-go", 6608 - "tree-sitter-gomod", 6609 - "tree-sitter-gowork", 6610 - "tree-sitter-jsdoc", 6611 - "tree-sitter-json", 6612 - "tree-sitter-md", 6613 - "tree-sitter-python", 6614 - "tree-sitter-regex", 6615 - "tree-sitter-rust", 6616 - "tree-sitter-typescript", 6617 - "tree-sitter-yaml", 6618 - "unindent", 6619 - "util", 6620 - "workspace", 6621 - ] 6622 - 6623 - [[package]] 6624 - name = "lazy_static" 6625 - version = "1.5.0" 6626 - source = "registry+https://github.com/rust-lang/crates.io-index" 6627 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 6628 - dependencies = [ 6629 - "spin", 6630 - ] 6631 - 6632 - [[package]] 6633 - name = "lazycell" 6634 - version = "1.3.0" 6635 - source = "registry+https://github.com/rust-lang/crates.io-index" 6636 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 6637 - 6638 - [[package]] 6639 - name = "leb128" 6640 - version = "0.2.5" 6641 - source = "registry+https://github.com/rust-lang/crates.io-index" 6642 - checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" 6643 - 6644 - [[package]] 6645 - name = "lebe" 6646 - version = "0.5.2" 6647 - source = "registry+https://github.com/rust-lang/crates.io-index" 6648 - checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" 6649 - 6650 - [[package]] 6651 - name = "libc" 6652 - version = "0.2.161" 6653 - source = "registry+https://github.com/rust-lang/crates.io-index" 6654 - checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" 6655 - 6656 - [[package]] 6657 - name = "libdbus-sys" 6658 - version = "0.2.5" 6659 - source = "registry+https://github.com/rust-lang/crates.io-index" 6660 - checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" 6661 - dependencies = [ 6662 - "cc", 6663 - "pkg-config", 6664 - ] 6665 - 6666 - [[package]] 6667 - name = "libfuzzer-sys" 6668 - version = "0.4.7" 6669 - source = "registry+https://github.com/rust-lang/crates.io-index" 6670 - checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7" 6671 - dependencies = [ 6672 - "arbitrary", 6673 - "cc", 6674 - "once_cell", 6675 - ] 6676 - 6677 - [[package]] 6678 - name = "libgit2-sys" 6679 - version = "0.17.0+1.8.1" 6680 - source = "registry+https://github.com/rust-lang/crates.io-index" 6681 - checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224" 6682 - dependencies = [ 6683 - "cc", 6684 - "libc", 6685 - "libz-sys", 6686 - "pkg-config", 6687 - ] 6688 - 6689 - [[package]] 6690 - name = "libloading" 6691 - version = "0.8.5" 6692 - source = "registry+https://github.com/rust-lang/crates.io-index" 6693 - checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" 6694 - dependencies = [ 6695 - "cfg-if", 6696 - "windows-targets 0.52.6", 6697 - ] 6698 - 6699 - [[package]] 6700 - name = "libm" 6701 - version = "0.2.8" 6702 - source = "registry+https://github.com/rust-lang/crates.io-index" 6703 - checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 6704 - 6705 - [[package]] 6706 - name = "libmimalloc-sys" 6707 - version = "0.1.39" 6708 - source = "registry+https://github.com/rust-lang/crates.io-index" 6709 - checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44" 6710 - dependencies = [ 6711 - "cc", 6712 - "libc", 6713 - ] 6714 - 6715 - [[package]] 6716 - name = "libredox" 6717 - version = "0.1.3" 6718 - source = "registry+https://github.com/rust-lang/crates.io-index" 6719 - checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 6720 - dependencies = [ 6721 - "bitflags 2.6.0", 6722 - "libc", 6723 - "redox_syscall 0.5.3", 6724 - ] 6725 - 6726 - [[package]] 6727 - name = "libsqlite3-sys" 6728 - version = "0.28.0" 6729 - source = "registry+https://github.com/rust-lang/crates.io-index" 6730 - checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f" 6731 - dependencies = [ 6732 - "cc", 6733 - "pkg-config", 6734 - "vcpkg", 6735 - ] 6736 - 6737 - [[package]] 6738 - name = "libz-sys" 6739 - version = "1.1.20" 6740 - source = "registry+https://github.com/rust-lang/crates.io-index" 6741 - checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" 6742 - dependencies = [ 6743 - "cc", 6744 - "libc", 6745 - "pkg-config", 6746 - "vcpkg", 6747 - ] 6748 - 6749 - [[package]] 6750 - name = "linkify" 6751 - version = "0.10.0" 6752 - source = "registry+https://github.com/rust-lang/crates.io-index" 6753 - checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780" 6754 - dependencies = [ 6755 - "memchr", 6756 - ] 6757 - 6758 - [[package]] 6759 - name = "linkme" 6760 - version = "0.3.29" 6761 - source = "registry+https://github.com/rust-lang/crates.io-index" 6762 - checksum = "70fe496a7af8c406f877635cbf3cd6a9fac9d6f443f58691cd8afe6ce0971af4" 6763 - dependencies = [ 6764 - "linkme-impl", 6765 - ] 6766 - 6767 - [[package]] 6768 - name = "linkme-impl" 6769 - version = "0.3.29" 6770 - source = "registry+https://github.com/rust-lang/crates.io-index" 6771 - checksum = "b01f197a15988fb5b2ec0a5a9800c97e70771499c456ad757d63b3c5e9b96e75" 6772 - dependencies = [ 6773 - "proc-macro2", 6774 - "quote", 6775 - "syn 2.0.87", 6776 - ] 6777 - 6778 - [[package]] 6779 - name = "linux-raw-sys" 6780 - version = "0.3.8" 6781 - source = "registry+https://github.com/rust-lang/crates.io-index" 6782 - checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 6783 - 6784 - [[package]] 6785 - name = "linux-raw-sys" 6786 - version = "0.4.14" 6787 - source = "registry+https://github.com/rust-lang/crates.io-index" 6788 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 6789 - 6790 - [[package]] 6791 - name = "litemap" 6792 - version = "0.7.3" 6793 - source = "registry+https://github.com/rust-lang/crates.io-index" 6794 - checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" 6795 - 6796 - [[package]] 6797 - name = "live_kit_client" 6798 - version = "0.1.0" 6799 - dependencies = [ 6800 - "anyhow", 6801 - "async-broadcast", 6802 - "async-trait", 6803 - "collections", 6804 - "core-foundation 0.9.4", 6805 - "futures 0.3.30", 6806 - "gpui", 6807 - "live_kit_server", 6808 - "log", 6809 - "media", 6810 - "nanoid", 6811 - "parking_lot", 6812 - "postage", 6813 - "serde", 6814 - "serde_json", 6815 - "sha2", 6816 - "simplelog", 6817 - ] 6818 - 6819 - [[package]] 6820 - name = "live_kit_server" 6821 - version = "0.1.0" 6822 - dependencies = [ 6823 - "anyhow", 6824 - "async-trait", 6825 - "jsonwebtoken", 6826 - "log", 6827 - "prost", 6828 - "prost-build", 6829 - "prost-types", 6830 - "reqwest 0.12.8", 6831 - "serde", 6832 - ] 6833 - 6834 - [[package]] 6835 - name = "lmdb-master-sys" 6836 - version = "0.2.4" 6837 - source = "registry+https://github.com/rust-lang/crates.io-index" 6838 - checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9" 6839 - dependencies = [ 6840 - "cc", 6841 - "doxygen-rs", 6842 - "libc", 6843 - ] 6844 - 6845 - [[package]] 6846 - name = "lock_api" 6847 - version = "0.4.12" 6848 - source = "registry+https://github.com/rust-lang/crates.io-index" 6849 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 6850 - dependencies = [ 6851 - "autocfg", 6852 - "scopeguard", 6853 - ] 6854 - 6855 - [[package]] 6856 - name = "log" 6857 - version = "0.4.22" 6858 - source = "registry+https://github.com/rust-lang/crates.io-index" 6859 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 6860 - dependencies = [ 6861 - "serde", 6862 - "value-bag", 6863 - ] 6864 - 6865 - [[package]] 6866 - name = "loop9" 6867 - version = "0.1.5" 6868 - source = "registry+https://github.com/rust-lang/crates.io-index" 6869 - checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062" 6870 - dependencies = [ 6871 - "imgref", 6872 - ] 6873 - 6874 - [[package]] 6875 - name = "lru" 6876 - version = "0.12.4" 6877 - source = "registry+https://github.com/rust-lang/crates.io-index" 6878 - checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904" 6879 - dependencies = [ 6880 - "hashbrown 0.14.5", 6881 - ] 6882 - 6883 - [[package]] 6884 - name = "lsp" 6885 - version = "0.1.0" 6886 - dependencies = [ 6887 - "anyhow", 6888 - "async-pipe", 6889 - "collections", 6890 - "ctor", 6891 - "env_logger 0.11.5", 6892 - "futures 0.3.30", 6893 - "gpui", 6894 - "log", 6895 - "lsp-types", 6896 - "parking_lot", 6897 - "postage", 6898 - "release_channel", 6899 - "schemars", 6900 - "serde", 6901 - "serde_json", 6902 - "smol", 6903 - "util", 6904 - "windows 0.58.0", 6905 - ] 6906 - 6907 - [[package]] 6908 - name = "lsp-types" 6909 - version = "0.95.1" 6910 - source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7" 6911 - dependencies = [ 6912 - "bitflags 1.3.2", 6913 - "serde", 6914 - "serde_json", 6915 - "serde_repr", 6916 - "url", 6917 - ] 6918 - 6919 - [[package]] 6920 - name = "lz4" 6921 - version = "1.26.0" 6922 - source = "registry+https://github.com/rust-lang/crates.io-index" 6923 - checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68" 6924 - dependencies = [ 6925 - "libc", 6926 - "lz4-sys", 6927 - ] 6928 - 6929 - [[package]] 6930 - name = "lz4-sys" 6931 - version = "1.10.0" 6932 - source = "registry+https://github.com/rust-lang/crates.io-index" 6933 - checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868" 6934 - dependencies = [ 6935 - "cc", 6936 - "libc", 6937 - ] 6938 - 6939 - [[package]] 6940 - name = "mac" 6941 - version = "0.1.1" 6942 - source = "registry+https://github.com/rust-lang/crates.io-index" 6943 - checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 6944 - 6945 - [[package]] 6946 - name = "mach2" 6947 - version = "0.4.2" 6948 - source = "registry+https://github.com/rust-lang/crates.io-index" 6949 - checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709" 6950 - dependencies = [ 6951 - "libc", 6952 - ] 6953 - 6954 - [[package]] 6955 - name = "malloc_buf" 6956 - version = "0.0.6" 6957 - source = "registry+https://github.com/rust-lang/crates.io-index" 6958 - checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 6959 - dependencies = [ 6960 - "libc", 6961 - ] 6962 - 6963 - [[package]] 6964 - name = "maplit" 6965 - version = "1.0.2" 6966 - source = "registry+https://github.com/rust-lang/crates.io-index" 6967 - checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" 6968 - 6969 - [[package]] 6970 - name = "markdown" 6971 - version = "0.1.0" 6972 - dependencies = [ 6973 - "anyhow", 6974 - "assets", 6975 - "env_logger 0.11.5", 6976 - "futures 0.3.30", 6977 - "gpui", 6978 - "language", 6979 - "languages", 6980 - "linkify", 6981 - "log", 6982 - "node_runtime", 6983 - "pulldown-cmark 0.12.2", 6984 - "settings", 6985 - "theme", 6986 - "ui", 6987 - "util", 6988 - ] 6989 - 6990 - [[package]] 6991 - name = "markdown_preview" 6992 - version = "0.1.0" 6993 - dependencies = [ 6994 - "anyhow", 6995 - "async-recursion 1.1.1", 6996 - "collections", 6997 - "editor", 6998 - "gpui", 6999 - "language", 7000 - "linkify", 7001 - "log", 7002 - "pretty_assertions", 7003 - "pulldown-cmark 0.12.2", 7004 - "settings", 7005 - "theme", 7006 - "ui", 7007 - "workspace", 7008 - ] 7009 - 7010 - [[package]] 7011 - name = "markup5ever" 7012 - version = "0.12.1" 7013 - source = "registry+https://github.com/rust-lang/crates.io-index" 7014 - checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45" 7015 - dependencies = [ 7016 - "log", 7017 - "phf", 7018 - "phf_codegen", 7019 - "string_cache", 7020 - "string_cache_codegen", 7021 - "tendril", 7022 - ] 7023 - 7024 - [[package]] 7025 - name = "markup5ever_rcdom" 7026 - version = "0.3.0" 7027 - source = "registry+https://github.com/rust-lang/crates.io-index" 7028 - checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18" 7029 - dependencies = [ 7030 - "html5ever", 7031 - "markup5ever", 7032 - "tendril", 7033 - "xml5ever", 7034 - ] 7035 - 7036 - [[package]] 7037 - name = "matchers" 7038 - version = "0.1.0" 7039 - source = "registry+https://github.com/rust-lang/crates.io-index" 7040 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 7041 - dependencies = [ 7042 - "regex-automata 0.1.10", 7043 - ] 7044 - 7045 - [[package]] 7046 - name = "matchit" 7047 - version = "0.7.3" 7048 - source = "registry+https://github.com/rust-lang/crates.io-index" 7049 - checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" 7050 - 7051 - [[package]] 7052 - name = "maybe-owned" 7053 - version = "0.3.4" 7054 - source = "registry+https://github.com/rust-lang/crates.io-index" 7055 - checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4" 7056 - 7057 - [[package]] 7058 - name = "maybe-rayon" 7059 - version = "0.1.1" 7060 - source = "registry+https://github.com/rust-lang/crates.io-index" 7061 - checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519" 7062 - dependencies = [ 7063 - "cfg-if", 7064 - ] 7065 - 7066 - [[package]] 7067 - name = "md-5" 7068 - version = "0.10.6" 7069 - source = "registry+https://github.com/rust-lang/crates.io-index" 7070 - checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 7071 - dependencies = [ 7072 - "cfg-if", 7073 - "digest", 7074 - ] 7075 - 7076 - [[package]] 7077 - name = "mdbook" 7078 - version = "0.4.41" 7079 - source = "registry+https://github.com/rust-lang/crates.io-index" 7080 - checksum = "5c57953fbe900c241a7879c8fd81c5a6bebc583dc8a4338582c63b58b49014d7" 7081 - dependencies = [ 7082 - "ammonia", 7083 - "anyhow", 7084 - "chrono", 7085 - "clap", 7086 - "clap_complete", 7087 - "elasticlunr-rs", 7088 - "env_logger 0.11.5", 7089 - "futures-util", 7090 - "handlebars 6.2.0", 7091 - "ignore", 7092 - "log", 7093 - "memchr", 7094 - "notify", 7095 - "notify-debouncer-mini", 7096 - "once_cell", 7097 - "opener", 7098 - "pathdiff", 7099 - "pulldown-cmark 0.10.3", 7100 - "regex", 7101 - "serde", 7102 - "serde_json", 7103 - "shlex", 7104 - "tempfile", 7105 - "tokio", 7106 - "toml 0.5.11", 7107 - "topological-sort", 7108 - "walkdir", 7109 - "warp", 7110 - ] 7111 - 7112 - [[package]] 7113 - name = "media" 7114 - version = "0.1.0" 7115 - dependencies = [ 7116 - "anyhow", 7117 - "bindgen 0.70.1", 7118 - "core-foundation 0.9.4", 7119 - "foreign-types 0.5.0", 7120 - "metal", 7121 - "objc", 7122 - ] 7123 - 7124 - [[package]] 7125 - name = "memchr" 7126 - version = "2.7.4" 7127 - source = "registry+https://github.com/rust-lang/crates.io-index" 7128 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 7129 - 7130 - [[package]] 7131 - name = "memfd" 7132 - version = "0.6.4" 7133 - source = "registry+https://github.com/rust-lang/crates.io-index" 7134 - checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" 7135 - dependencies = [ 7136 - "rustix 0.38.39", 7137 - ] 7138 - 7139 - [[package]] 7140 - name = "memmap2" 7141 - version = "0.9.4" 7142 - source = "registry+https://github.com/rust-lang/crates.io-index" 7143 - checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" 7144 - dependencies = [ 7145 - "libc", 7146 - ] 7147 - 7148 - [[package]] 7149 - name = "memoffset" 7150 - version = "0.9.1" 7151 - source = "registry+https://github.com/rust-lang/crates.io-index" 7152 - checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 7153 - dependencies = [ 7154 - "autocfg", 7155 - ] 7156 - 7157 - [[package]] 7158 - name = "menu" 7159 - version = "0.1.0" 7160 - dependencies = [ 7161 - "gpui", 7162 - "serde", 7163 - ] 7164 - 7165 - [[package]] 7166 - name = "metal" 7167 - version = "0.29.0" 7168 - source = "registry+https://github.com/rust-lang/crates.io-index" 7169 - checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21" 7170 - dependencies = [ 7171 - "bitflags 2.6.0", 7172 - "block", 7173 - "core-graphics-types 0.1.3", 7174 - "foreign-types 0.5.0", 7175 - "log", 7176 - "objc", 7177 - "paste", 7178 - ] 7179 - 7180 - [[package]] 7181 - name = "mimalloc" 7182 - version = "0.1.43" 7183 - source = "registry+https://github.com/rust-lang/crates.io-index" 7184 - checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633" 7185 - dependencies = [ 7186 - "libmimalloc-sys", 7187 - ] 7188 - 7189 - [[package]] 7190 - name = "mime" 7191 - version = "0.3.17" 7192 - source = "registry+https://github.com/rust-lang/crates.io-index" 7193 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 7194 - 7195 - [[package]] 7196 - name = "mime_guess" 7197 - version = "2.0.5" 7198 - source = "registry+https://github.com/rust-lang/crates.io-index" 7199 - checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 7200 - dependencies = [ 7201 - "mime", 7202 - "unicase", 7203 - ] 7204 - 7205 - [[package]] 7206 - name = "minimal-lexical" 7207 - version = "0.2.1" 7208 - source = "registry+https://github.com/rust-lang/crates.io-index" 7209 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 7210 - 7211 - [[package]] 7212 - name = "miniz_oxide" 7213 - version = "0.7.4" 7214 - source = "registry+https://github.com/rust-lang/crates.io-index" 7215 - checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 7216 - dependencies = [ 7217 - "adler", 7218 - "simd-adler32", 7219 - ] 7220 - 7221 - [[package]] 7222 - name = "miniz_oxide" 7223 - version = "0.8.0" 7224 - source = "registry+https://github.com/rust-lang/crates.io-index" 7225 - checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 7226 - dependencies = [ 7227 - "adler2", 7228 - ] 7229 - 7230 - [[package]] 7231 - name = "mint" 7232 - version = "0.5.9" 7233 - source = "registry+https://github.com/rust-lang/crates.io-index" 7234 - checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff" 7235 - 7236 - [[package]] 7237 - name = "mio" 7238 - version = "0.8.11" 7239 - source = "registry+https://github.com/rust-lang/crates.io-index" 7240 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 7241 - dependencies = [ 7242 - "libc", 7243 - "log", 7244 - "wasi 0.11.0+wasi-snapshot-preview1", 7245 - "windows-sys 0.48.0", 7246 - ] 7247 - 7248 - [[package]] 7249 - name = "mio" 7250 - version = "1.0.2" 7251 - source = "registry+https://github.com/rust-lang/crates.io-index" 7252 - checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" 7253 - dependencies = [ 7254 - "hermit-abi 0.3.9", 7255 - "libc", 7256 - "log", 7257 - "wasi 0.11.0+wasi-snapshot-preview1", 7258 - "windows-sys 0.52.0", 7259 - ] 7260 - 7261 - [[package]] 7262 - name = "miow" 7263 - version = "0.6.0" 7264 - source = "registry+https://github.com/rust-lang/crates.io-index" 7265 - checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044" 7266 - dependencies = [ 7267 - "windows-sys 0.48.0", 7268 - ] 7269 - 7270 - [[package]] 7271 - name = "msvc_spectre_libs" 7272 - version = "0.1.2" 7273 - source = "registry+https://github.com/rust-lang/crates.io-index" 7274 - checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305" 7275 - dependencies = [ 7276 - "cc", 7277 - ] 7278 - 7279 - [[package]] 7280 - name = "multi_buffer" 7281 - version = "0.1.0" 7282 - dependencies = [ 7283 - "anyhow", 7284 - "clock", 7285 - "collections", 7286 - "ctor", 7287 - "env_logger 0.11.5", 7288 - "futures 0.3.30", 7289 - "gpui", 7290 - "itertools 0.13.0", 7291 - "language", 7292 - "log", 7293 - "parking_lot", 7294 - "rand 0.8.5", 7295 - "serde", 7296 - "settings", 7297 - "smallvec", 7298 - "sum_tree", 7299 - "text", 7300 - "theme", 7301 - "util", 7302 - ] 7303 - 7304 - [[package]] 7305 - name = "multimap" 7306 - version = "0.8.3" 7307 - source = "registry+https://github.com/rust-lang/crates.io-index" 7308 - checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" 7309 - 7310 - [[package]] 7311 - name = "naga" 7312 - version = "22.1.0" 7313 - source = "registry+https://github.com/rust-lang/crates.io-index" 7314 - checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad" 7315 - dependencies = [ 7316 - "arrayvec", 7317 - "bit-set 0.6.0", 7318 - "bitflags 2.6.0", 7319 - "cfg_aliases 0.1.1", 7320 - "codespan-reporting", 7321 - "hexf-parse", 7322 - "indexmap 2.4.0", 7323 - "log", 7324 - "rustc-hash 1.1.0", 7325 - "spirv", 7326 - "termcolor", 7327 - "thiserror", 7328 - "unicode-xid", 7329 - ] 7330 - 7331 - [[package]] 7332 - name = "nanoid" 7333 - version = "0.4.0" 7334 - source = "registry+https://github.com/rust-lang/crates.io-index" 7335 - checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8" 7336 - dependencies = [ 7337 - "rand 0.8.5", 7338 - ] 7339 - 7340 - [[package]] 7341 - name = "nanorand" 7342 - version = "0.7.0" 7343 - source = "registry+https://github.com/rust-lang/crates.io-index" 7344 - checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 7345 - dependencies = [ 7346 - "getrandom 0.2.15", 7347 - ] 7348 - 7349 - [[package]] 7350 - name = "native-tls" 7351 - version = "0.2.12" 7352 - source = "registry+https://github.com/rust-lang/crates.io-index" 7353 - checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" 7354 - dependencies = [ 7355 - "libc", 7356 - "log", 7357 - "openssl", 7358 - "openssl-probe", 7359 - "openssl-sys", 7360 - "schannel", 7361 - "security-framework", 7362 - "security-framework-sys", 7363 - "tempfile", 7364 - ] 7365 - 7366 - [[package]] 7367 - name = "nbformat" 7368 - version = "0.5.0" 7369 - source = "registry+https://github.com/rust-lang/crates.io-index" 7370 - checksum = "c9ffb2ca556072f114bcaf2ca01dde7f1bc8a4946097dd804cb5a22d8af7d6df" 7371 - dependencies = [ 7372 - "anyhow", 7373 - "chrono", 7374 - "jupyter-serde", 7375 - "serde", 7376 - "serde_json", 7377 - "thiserror", 7378 - "uuid", 7379 - ] 7380 - 7381 - [[package]] 7382 - name = "ndk" 7383 - version = "0.8.0" 7384 - source = "registry+https://github.com/rust-lang/crates.io-index" 7385 - checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7" 7386 - dependencies = [ 7387 - "bitflags 2.6.0", 7388 - "jni-sys", 7389 - "log", 7390 - "ndk-sys", 7391 - "num_enum", 7392 - "thiserror", 7393 - ] 7394 - 7395 - [[package]] 7396 - name = "ndk-context" 7397 - version = "0.1.1" 7398 - source = "registry+https://github.com/rust-lang/crates.io-index" 7399 - checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 7400 - 7401 - [[package]] 7402 - name = "ndk-sys" 7403 - version = "0.5.0+25.2.9519653" 7404 - source = "registry+https://github.com/rust-lang/crates.io-index" 7405 - checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" 7406 - dependencies = [ 7407 - "jni-sys", 7408 - ] 7409 - 7410 - [[package]] 7411 - name = "new_debug_unreachable" 7412 - version = "1.0.6" 7413 - source = "registry+https://github.com/rust-lang/crates.io-index" 7414 - checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 7415 - 7416 - [[package]] 7417 - name = "nix" 7418 - version = "0.29.0" 7419 - source = "registry+https://github.com/rust-lang/crates.io-index" 7420 - checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 7421 - dependencies = [ 7422 - "bitflags 2.6.0", 7423 - "cfg-if", 7424 - "cfg_aliases 0.2.1", 7425 - "libc", 7426 - "memoffset", 7427 - ] 7428 - 7429 - [[package]] 7430 - name = "node_runtime" 7431 - version = "0.1.0" 7432 - dependencies = [ 7433 - "anyhow", 7434 - "async-compression", 7435 - "async-std", 7436 - "async-tar", 7437 - "async-trait", 7438 - "async-watch", 7439 - "async_zip", 7440 - "futures 0.3.30", 7441 - "http_client", 7442 - "log", 7443 - "paths", 7444 - "semver", 7445 - "serde", 7446 - "serde_json", 7447 - "smol", 7448 - "tempfile", 7449 - "util", 7450 - "walkdir", 7451 - "which 6.0.3", 7452 - "windows 0.58.0", 7453 - ] 7454 - 7455 - [[package]] 7456 - name = "nom" 7457 - version = "7.1.3" 7458 - source = "registry+https://github.com/rust-lang/crates.io-index" 7459 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 7460 - dependencies = [ 7461 - "memchr", 7462 - "minimal-lexical", 7463 - ] 7464 - 7465 - [[package]] 7466 - name = "noop_proc_macro" 7467 - version = "0.3.0" 7468 - source = "registry+https://github.com/rust-lang/crates.io-index" 7469 - checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" 7470 - 7471 - [[package]] 7472 - name = "normpath" 7473 - version = "1.3.0" 7474 - source = "registry+https://github.com/rust-lang/crates.io-index" 7475 - checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed" 7476 - dependencies = [ 7477 - "windows-sys 0.59.0", 7478 - ] 7479 - 7480 - [[package]] 7481 - name = "notifications" 7482 - version = "0.1.0" 7483 - dependencies = [ 7484 - "anyhow", 7485 - "channel", 7486 - "client", 7487 - "collections", 7488 - "db", 7489 - "gpui", 7490 - "rpc", 7491 - "settings", 7492 - "sum_tree", 7493 - "time", 7494 - "util", 7495 - ] 7496 - 7497 - [[package]] 7498 - name = "notify" 7499 - version = "6.1.1" 7500 - source = "registry+https://github.com/rust-lang/crates.io-index" 7501 - checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" 7502 - dependencies = [ 7503 - "bitflags 2.6.0", 7504 - "crossbeam-channel", 7505 - "filetime", 7506 - "fsevent-sys 4.1.0", 7507 - "inotify", 7508 - "kqueue", 7509 - "libc", 7510 - "log", 7511 - "mio 0.8.11", 7512 - "walkdir", 7513 - "windows-sys 0.48.0", 7514 - ] 7515 - 7516 - [[package]] 7517 - name = "notify-debouncer-mini" 7518 - version = "0.4.1" 7519 - source = "registry+https://github.com/rust-lang/crates.io-index" 7520 - checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43" 7521 - dependencies = [ 7522 - "crossbeam-channel", 7523 - "log", 7524 - "notify", 7525 - ] 7526 - 7527 - [[package]] 7528 - name = "ntapi" 7529 - version = "0.4.1" 7530 - source = "registry+https://github.com/rust-lang/crates.io-index" 7531 - checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" 7532 - dependencies = [ 7533 - "winapi", 7534 - ] 7535 - 7536 - [[package]] 7537 - name = "nu-ansi-term" 7538 - version = "0.46.0" 7539 - source = "registry+https://github.com/rust-lang/crates.io-index" 7540 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 7541 - dependencies = [ 7542 - "overload", 7543 - "winapi", 7544 - ] 7545 - 7546 - [[package]] 7547 - name = "num" 7548 - version = "0.4.3" 7549 - source = "registry+https://github.com/rust-lang/crates.io-index" 7550 - checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" 7551 - dependencies = [ 7552 - "num-bigint", 7553 - "num-complex", 7554 - "num-integer", 7555 - "num-iter", 7556 - "num-rational", 7557 - "num-traits", 7558 - ] 7559 - 7560 - [[package]] 7561 - name = "num-bigint" 7562 - version = "0.4.6" 7563 - source = "registry+https://github.com/rust-lang/crates.io-index" 7564 - checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 7565 - dependencies = [ 7566 - "num-integer", 7567 - "num-traits", 7568 - ] 7569 - 7570 - [[package]] 7571 - name = "num-bigint-dig" 7572 - version = "0.8.4" 7573 - source = "registry+https://github.com/rust-lang/crates.io-index" 7574 - checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 7575 - dependencies = [ 7576 - "byteorder", 7577 - "lazy_static", 7578 - "libm", 7579 - "num-integer", 7580 - "num-iter", 7581 - "num-traits", 7582 - "rand 0.8.5", 7583 - "serde", 7584 - "smallvec", 7585 - "zeroize", 7586 - ] 7587 - 7588 - [[package]] 7589 - name = "num-complex" 7590 - version = "0.4.6" 7591 - source = "registry+https://github.com/rust-lang/crates.io-index" 7592 - checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 7593 - dependencies = [ 7594 - "num-traits", 7595 - ] 7596 - 7597 - [[package]] 7598 - name = "num-conv" 7599 - version = "0.1.0" 7600 - source = "registry+https://github.com/rust-lang/crates.io-index" 7601 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 7602 - 7603 - [[package]] 7604 - name = "num-derive" 7605 - version = "0.4.2" 7606 - source = "registry+https://github.com/rust-lang/crates.io-index" 7607 - checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 7608 - dependencies = [ 7609 - "proc-macro2", 7610 - "quote", 7611 - "syn 2.0.87", 7612 - ] 7613 - 7614 - [[package]] 7615 - name = "num-format" 7616 - version = "0.4.4" 7617 - source = "registry+https://github.com/rust-lang/crates.io-index" 7618 - checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" 7619 - dependencies = [ 7620 - "arrayvec", 7621 - "itoa", 7622 - ] 7623 - 7624 - [[package]] 7625 - name = "num-integer" 7626 - version = "0.1.46" 7627 - source = "registry+https://github.com/rust-lang/crates.io-index" 7628 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 7629 - dependencies = [ 7630 - "num-traits", 7631 - ] 7632 - 7633 - [[package]] 7634 - name = "num-iter" 7635 - version = "0.1.45" 7636 - source = "registry+https://github.com/rust-lang/crates.io-index" 7637 - checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 7638 - dependencies = [ 7639 - "autocfg", 7640 - "num-integer", 7641 - "num-traits", 7642 - ] 7643 - 7644 - [[package]] 7645 - name = "num-modular" 7646 - version = "0.6.1" 7647 - source = "registry+https://github.com/rust-lang/crates.io-index" 7648 - checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f" 7649 - 7650 - [[package]] 7651 - name = "num-order" 7652 - version = "1.2.0" 7653 - source = "registry+https://github.com/rust-lang/crates.io-index" 7654 - checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6" 7655 - dependencies = [ 7656 - "num-modular", 7657 - ] 7658 - 7659 - [[package]] 7660 - name = "num-rational" 7661 - version = "0.4.2" 7662 - source = "registry+https://github.com/rust-lang/crates.io-index" 7663 - checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 7664 - dependencies = [ 7665 - "num-bigint", 7666 - "num-integer", 7667 - "num-traits", 7668 - ] 7669 - 7670 - [[package]] 7671 - name = "num-traits" 7672 - version = "0.2.19" 7673 - source = "registry+https://github.com/rust-lang/crates.io-index" 7674 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 7675 - dependencies = [ 7676 - "autocfg", 7677 - "libm", 7678 - ] 7679 - 7680 - [[package]] 7681 - name = "num_cpus" 7682 - version = "1.16.0" 7683 - source = "registry+https://github.com/rust-lang/crates.io-index" 7684 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 7685 - dependencies = [ 7686 - "hermit-abi 0.3.9", 7687 - "libc", 7688 - ] 7689 - 7690 - [[package]] 7691 - name = "num_enum" 7692 - version = "0.7.3" 7693 - source = "registry+https://github.com/rust-lang/crates.io-index" 7694 - checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" 7695 - dependencies = [ 7696 - "num_enum_derive", 7697 - ] 7698 - 7699 - [[package]] 7700 - name = "num_enum_derive" 7701 - version = "0.7.3" 7702 - source = "registry+https://github.com/rust-lang/crates.io-index" 7703 - checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" 7704 - dependencies = [ 7705 - "proc-macro-crate", 7706 - "proc-macro2", 7707 - "quote", 7708 - "syn 2.0.87", 7709 - ] 7710 - 7711 - [[package]] 7712 - name = "num_threads" 7713 - version = "0.1.7" 7714 - source = "registry+https://github.com/rust-lang/crates.io-index" 7715 - checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 7716 - dependencies = [ 7717 - "libc", 7718 - ] 7719 - 7720 - [[package]] 7721 - name = "nvim-rs" 7722 - version = "0.8.0-pre" 7723 - source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c" 7724 - dependencies = [ 7725 - "async-trait", 7726 - "futures 0.3.30", 7727 - "log", 7728 - "parity-tokio-ipc", 7729 - "rmp", 7730 - "rmpv", 7731 - "tokio", 7732 - "tokio-util", 7733 - "winapi", 7734 - ] 7735 - 7736 - [[package]] 7737 - name = "objc" 7738 - version = "0.2.7" 7739 - source = "registry+https://github.com/rust-lang/crates.io-index" 7740 - checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 7741 - dependencies = [ 7742 - "malloc_buf", 7743 - ] 7744 - 7745 - [[package]] 7746 - name = "object" 7747 - version = "0.36.4" 7748 - source = "registry+https://github.com/rust-lang/crates.io-index" 7749 - checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a" 7750 - dependencies = [ 7751 - "crc32fast", 7752 - "hashbrown 0.14.5", 7753 - "indexmap 2.4.0", 7754 - "memchr", 7755 - ] 7756 - 7757 - [[package]] 7758 - name = "oboe" 7759 - version = "0.6.1" 7760 - source = "registry+https://github.com/rust-lang/crates.io-index" 7761 - checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb" 7762 - dependencies = [ 7763 - "jni", 7764 - "ndk", 7765 - "ndk-context", 7766 - "num-derive", 7767 - "num-traits", 7768 - "oboe-sys", 7769 - ] 7770 - 7771 - [[package]] 7772 - name = "oboe-sys" 7773 - version = "0.6.1" 7774 - source = "registry+https://github.com/rust-lang/crates.io-index" 7775 - checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d" 7776 - dependencies = [ 7777 - "cc", 7778 - ] 7779 - 7780 - [[package]] 7781 - name = "ollama" 7782 - version = "0.1.0" 7783 - dependencies = [ 7784 - "anyhow", 7785 - "futures 0.3.30", 7786 - "http_client", 7787 - "schemars", 7788 - "serde", 7789 - "serde_json", 7790 - ] 7791 - 7792 - [[package]] 7793 - name = "once_cell" 7794 - version = "1.19.0" 7795 - source = "registry+https://github.com/rust-lang/crates.io-index" 7796 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 7797 - 7798 - [[package]] 7799 - name = "oo7" 7800 - version = "0.3.3" 7801 - source = "registry+https://github.com/rust-lang/crates.io-index" 7802 - checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24" 7803 - dependencies = [ 7804 - "aes", 7805 - "async-fs 2.1.2", 7806 - "async-io 2.3.4", 7807 - "async-lock 3.4.0", 7808 - "async-net 2.0.0", 7809 - "blocking", 7810 - "cbc", 7811 - "cipher", 7812 - "digest", 7813 - "endi", 7814 - "futures-lite 2.3.0", 7815 - "futures-util", 7816 - "hkdf", 7817 - "hmac", 7818 - "md-5", 7819 - "num", 7820 - "num-bigint-dig", 7821 - "pbkdf2", 7822 - "rand 0.8.5", 7823 - "serde", 7824 - "sha2", 7825 - "subtle", 7826 - "zbus", 7827 - "zeroize", 7828 - "zvariant", 7829 - ] 7830 - 7831 - [[package]] 7832 - name = "oorandom" 7833 - version = "11.1.4" 7834 - source = "registry+https://github.com/rust-lang/crates.io-index" 7835 - checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" 7836 - 7837 - [[package]] 7838 - name = "open" 7839 - version = "5.3.0" 7840 - source = "registry+https://github.com/rust-lang/crates.io-index" 7841 - checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3" 7842 - dependencies = [ 7843 - "is-wsl", 7844 - "libc", 7845 - "pathdiff", 7846 - ] 7847 - 7848 - [[package]] 7849 - name = "open_ai" 7850 - version = "0.1.0" 7851 - dependencies = [ 7852 - "anyhow", 7853 - "futures 0.3.30", 7854 - "http_client", 7855 - "schemars", 7856 - "serde", 7857 - "serde_json", 7858 - "strum 0.25.0", 7859 - ] 7860 - 7861 - [[package]] 7862 - name = "opener" 7863 - version = "0.7.2" 7864 - source = "registry+https://github.com/rust-lang/crates.io-index" 7865 - checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681" 7866 - dependencies = [ 7867 - "bstr", 7868 - "dbus", 7869 - "normpath", 7870 - "windows-sys 0.59.0", 7871 - ] 7872 - 7873 - [[package]] 7874 - name = "openssl" 7875 - version = "0.10.66" 7876 - source = "registry+https://github.com/rust-lang/crates.io-index" 7877 - checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" 7878 - dependencies = [ 7879 - "bitflags 2.6.0", 7880 - "cfg-if", 7881 - "foreign-types 0.3.2", 7882 - "libc", 7883 - "once_cell", 7884 - "openssl-macros", 7885 - "openssl-sys", 7886 - ] 7887 - 7888 - [[package]] 7889 - name = "openssl-macros" 7890 - version = "0.1.1" 7891 - source = "registry+https://github.com/rust-lang/crates.io-index" 7892 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 7893 - dependencies = [ 7894 - "proc-macro2", 7895 - "quote", 7896 - "syn 2.0.87", 7897 - ] 7898 - 7899 - [[package]] 7900 - name = "openssl-probe" 7901 - version = "0.1.5" 7902 - source = "registry+https://github.com/rust-lang/crates.io-index" 7903 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 7904 - 7905 - [[package]] 7906 - name = "openssl-src" 7907 - version = "300.3.1+3.3.1" 7908 - source = "registry+https://github.com/rust-lang/crates.io-index" 7909 - checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91" 7910 - dependencies = [ 7911 - "cc", 7912 - ] 7913 - 7914 - [[package]] 7915 - name = "openssl-sys" 7916 - version = "0.9.103" 7917 - source = "registry+https://github.com/rust-lang/crates.io-index" 7918 - checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" 7919 - dependencies = [ 7920 - "cc", 7921 - "libc", 7922 - "openssl-src", 7923 - "pkg-config", 7924 - "vcpkg", 7925 - ] 7926 - 7927 - [[package]] 7928 - name = "option-ext" 7929 - version = "0.2.0" 7930 - source = "registry+https://github.com/rust-lang/crates.io-index" 7931 - checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 7932 - 7933 - [[package]] 7934 - name = "ordered-float" 7935 - version = "2.10.1" 7936 - source = "registry+https://github.com/rust-lang/crates.io-index" 7937 - checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" 7938 - dependencies = [ 7939 - "num-traits", 7940 - ] 7941 - 7942 - [[package]] 7943 - name = "ordered-float" 7944 - version = "3.9.2" 7945 - source = "registry+https://github.com/rust-lang/crates.io-index" 7946 - checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc" 7947 - dependencies = [ 7948 - "num-traits", 7949 - ] 7950 - 7951 - [[package]] 7952 - name = "ordered-stream" 7953 - version = "0.2.0" 7954 - source = "registry+https://github.com/rust-lang/crates.io-index" 7955 - checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 7956 - dependencies = [ 7957 - "futures-core", 7958 - "pin-project-lite", 7959 - ] 7960 - 7961 - [[package]] 7962 - name = "ouroboros" 7963 - version = "0.17.2" 7964 - source = "registry+https://github.com/rust-lang/crates.io-index" 7965 - checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954" 7966 - dependencies = [ 7967 - "aliasable", 7968 - "ouroboros_macro", 7969 - "static_assertions", 7970 - ] 7971 - 7972 - [[package]] 7973 - name = "ouroboros_macro" 7974 - version = "0.17.2" 7975 - source = "registry+https://github.com/rust-lang/crates.io-index" 7976 - checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8" 7977 - dependencies = [ 7978 - "heck 0.4.1", 7979 - "proc-macro-error", 7980 - "proc-macro2", 7981 - "quote", 7982 - "syn 2.0.87", 7983 - ] 7984 - 7985 - [[package]] 7986 - name = "outline" 7987 - version = "0.1.0" 7988 - dependencies = [ 7989 - "editor", 7990 - "fuzzy", 7991 - "gpui", 7992 - "indoc", 7993 - "language", 7994 - "menu", 7995 - "ordered-float 2.10.1", 7996 - "picker", 7997 - "project", 7998 - "rope", 7999 - "serde_json", 8000 - "settings", 8001 - "smol", 8002 - "theme", 8003 - "tree-sitter-rust", 8004 - "tree-sitter-typescript", 8005 - "ui", 8006 - "util", 8007 - "workspace", 8008 - ] 8009 - 8010 - [[package]] 8011 - name = "outline_panel" 8012 - version = "0.1.0" 8013 - dependencies = [ 8014 - "anyhow", 8015 - "collections", 8016 - "db", 8017 - "editor", 8018 - "file_icons", 8019 - "fuzzy", 8020 - "gpui", 8021 - "itertools 0.13.0", 8022 - "language", 8023 - "log", 8024 - "menu", 8025 - "outline", 8026 - "pretty_assertions", 8027 - "project", 8028 - "schemars", 8029 - "search", 8030 - "serde", 8031 - "serde_json", 8032 - "settings", 8033 - "smallvec", 8034 - "smol", 8035 - "theme", 8036 - "ui", 8037 - "util", 8038 - "workspace", 8039 - "worktree", 8040 - ] 8041 - 8042 - [[package]] 8043 - name = "outref" 8044 - version = "0.5.1" 8045 - source = "registry+https://github.com/rust-lang/crates.io-index" 8046 - checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" 8047 - 8048 - [[package]] 8049 - name = "overload" 8050 - version = "0.1.1" 8051 - source = "registry+https://github.com/rust-lang/crates.io-index" 8052 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 8053 - 8054 - [[package]] 8055 - name = "p256" 8056 - version = "0.11.1" 8057 - source = "registry+https://github.com/rust-lang/crates.io-index" 8058 - checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594" 8059 - dependencies = [ 8060 - "ecdsa", 8061 - "elliptic-curve", 8062 - "sha2", 8063 - ] 8064 - 8065 - [[package]] 8066 - name = "page_size" 8067 - version = "0.6.0" 8068 - source = "registry+https://github.com/rust-lang/crates.io-index" 8069 - checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da" 8070 - dependencies = [ 8071 - "libc", 8072 - "winapi", 8073 - ] 8074 - 8075 - [[package]] 8076 - name = "palette" 8077 - version = "0.7.6" 8078 - source = "registry+https://github.com/rust-lang/crates.io-index" 8079 - checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6" 8080 - dependencies = [ 8081 - "approx", 8082 - "fast-srgb8", 8083 - "palette_derive", 8084 - ] 8085 - 8086 - [[package]] 8087 - name = "palette_derive" 8088 - version = "0.7.6" 8089 - source = "registry+https://github.com/rust-lang/crates.io-index" 8090 - checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30" 8091 - dependencies = [ 8092 - "by_address", 8093 - "proc-macro2", 8094 - "quote", 8095 - "syn 2.0.87", 8096 - ] 8097 - 8098 - [[package]] 8099 - name = "parity-tokio-ipc" 8100 - version = "0.9.0" 8101 - source = "registry+https://github.com/rust-lang/crates.io-index" 8102 - checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6" 8103 - dependencies = [ 8104 - "futures 0.3.30", 8105 - "libc", 8106 - "log", 8107 - "rand 0.7.3", 8108 - "tokio", 8109 - "winapi", 8110 - ] 8111 - 8112 - [[package]] 8113 - name = "parking" 8114 - version = "2.2.1" 8115 - source = "registry+https://github.com/rust-lang/crates.io-index" 8116 - checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 8117 - 8118 - [[package]] 8119 - name = "parking_lot" 8120 - version = "0.12.3" 8121 - source = "registry+https://github.com/rust-lang/crates.io-index" 8122 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 8123 - dependencies = [ 8124 - "lock_api", 8125 - "parking_lot_core", 8126 - ] 8127 - 8128 - [[package]] 8129 - name = "parking_lot_core" 8130 - version = "0.9.10" 8131 - source = "registry+https://github.com/rust-lang/crates.io-index" 8132 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 8133 - dependencies = [ 8134 - "cfg-if", 8135 - "libc", 8136 - "redox_syscall 0.5.3", 8137 - "smallvec", 8138 - "windows-targets 0.52.6", 8139 - ] 8140 - 8141 - [[package]] 8142 - name = "password-hash" 8143 - version = "0.5.0" 8144 - source = "registry+https://github.com/rust-lang/crates.io-index" 8145 - checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" 8146 - dependencies = [ 8147 - "base64ct", 8148 - "rand_core 0.6.4", 8149 - "subtle", 8150 - ] 8151 - 8152 - [[package]] 8153 - name = "paste" 8154 - version = "1.0.15" 8155 - source = "registry+https://github.com/rust-lang/crates.io-index" 8156 - checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 8157 - 8158 - [[package]] 8159 - name = "pathdiff" 8160 - version = "0.2.2" 8161 - source = "registry+https://github.com/rust-lang/crates.io-index" 8162 - checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361" 8163 - 8164 - [[package]] 8165 - name = "pathfinder_geometry" 8166 - version = "0.5.1" 8167 - source = "registry+https://github.com/rust-lang/crates.io-index" 8168 - checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3" 8169 - dependencies = [ 8170 - "log", 8171 - "pathfinder_simd", 8172 - ] 8173 - 8174 - [[package]] 8175 - name = "pathfinder_simd" 8176 - version = "0.5.4" 8177 - source = "registry+https://github.com/rust-lang/crates.io-index" 8178 - checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2" 8179 - dependencies = [ 8180 - "rustc_version", 8181 - ] 8182 - 8183 - [[package]] 8184 - name = "paths" 8185 - version = "0.1.0" 8186 - dependencies = [ 8187 - "dirs 4.0.0", 8188 - "util", 8189 - ] 8190 - 8191 - [[package]] 8192 - name = "pbkdf2" 8193 - version = "0.12.2" 8194 - source = "registry+https://github.com/rust-lang/crates.io-index" 8195 - checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" 8196 - dependencies = [ 8197 - "digest", 8198 - "hmac", 8199 - ] 8200 - 8201 - [[package]] 8202 - name = "pem" 8203 - version = "3.0.4" 8204 - source = "registry+https://github.com/rust-lang/crates.io-index" 8205 - checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" 8206 - dependencies = [ 8207 - "base64 0.22.1", 8208 - "serde", 8209 - ] 8210 - 8211 - [[package]] 8212 - name = "pem-rfc7468" 8213 - version = "0.7.0" 8214 - source = "registry+https://github.com/rust-lang/crates.io-index" 8215 - checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 8216 - dependencies = [ 8217 - "base64ct", 8218 - ] 8219 - 8220 - [[package]] 8221 - name = "percent-encoding" 8222 - version = "2.3.1" 8223 - source = "registry+https://github.com/rust-lang/crates.io-index" 8224 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 8225 - 8226 - [[package]] 8227 - name = "perplexity" 8228 - version = "0.1.0" 8229 - dependencies = [ 8230 - "serde", 8231 - "zed_extension_api 0.2.0", 8232 - ] 8233 - 8234 - [[package]] 8235 - name = "pest" 8236 - version = "2.7.11" 8237 - source = "registry+https://github.com/rust-lang/crates.io-index" 8238 - checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95" 8239 - dependencies = [ 8240 - "memchr", 8241 - "thiserror", 8242 - "ucd-trie", 8243 - ] 8244 - 8245 - [[package]] 8246 - name = "pest_derive" 8247 - version = "2.7.11" 8248 - source = "registry+https://github.com/rust-lang/crates.io-index" 8249 - checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a" 8250 - dependencies = [ 8251 - "pest", 8252 - "pest_generator", 8253 - ] 8254 - 8255 - [[package]] 8256 - name = "pest_generator" 8257 - version = "2.7.11" 8258 - source = "registry+https://github.com/rust-lang/crates.io-index" 8259 - checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183" 8260 - dependencies = [ 8261 - "pest", 8262 - "pest_meta", 8263 - "proc-macro2", 8264 - "quote", 8265 - "syn 2.0.87", 8266 - ] 8267 - 8268 - [[package]] 8269 - name = "pest_meta" 8270 - version = "2.7.11" 8271 - source = "registry+https://github.com/rust-lang/crates.io-index" 8272 - checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f" 8273 - dependencies = [ 8274 - "once_cell", 8275 - "pest", 8276 - "sha2", 8277 - ] 8278 - 8279 - [[package]] 8280 - name = "pet" 8281 - version = "0.1.0" 8282 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8283 - dependencies = [ 8284 - "clap", 8285 - "env_logger 0.10.2", 8286 - "lazy_static", 8287 - "log", 8288 - "msvc_spectre_libs", 8289 - "pet-conda", 8290 - "pet-core", 8291 - "pet-env-var-path", 8292 - "pet-fs", 8293 - "pet-global-virtualenvs", 8294 - "pet-homebrew", 8295 - "pet-jsonrpc", 8296 - "pet-linux-global-python", 8297 - "pet-mac-commandlinetools", 8298 - "pet-mac-python-org", 8299 - "pet-mac-xcode", 8300 - "pet-pipenv", 8301 - "pet-poetry", 8302 - "pet-pyenv", 8303 - "pet-python-utils", 8304 - "pet-reporter", 8305 - "pet-telemetry", 8306 - "pet-venv", 8307 - "pet-virtualenv", 8308 - "pet-virtualenvwrapper", 8309 - "pet-windows-registry", 8310 - "pet-windows-store", 8311 - "serde", 8312 - "serde_json", 8313 - ] 8314 - 8315 - [[package]] 8316 - name = "pet-conda" 8317 - version = "0.1.0" 8318 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8319 - dependencies = [ 8320 - "env_logger 0.10.2", 8321 - "lazy_static", 8322 - "log", 8323 - "msvc_spectre_libs", 8324 - "pet-core", 8325 - "pet-fs", 8326 - "pet-python-utils", 8327 - "pet-reporter", 8328 - "regex", 8329 - "serde", 8330 - "serde_json", 8331 - "yaml-rust2", 8332 - ] 8333 - 8334 - [[package]] 8335 - name = "pet-core" 8336 - version = "0.1.0" 8337 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8338 - dependencies = [ 8339 - "clap", 8340 - "lazy_static", 8341 - "log", 8342 - "msvc_spectre_libs", 8343 - "pet-fs", 8344 - "regex", 8345 - "serde", 8346 - "serde_json", 8347 - ] 8348 - 8349 - [[package]] 8350 - name = "pet-env-var-path" 8351 - version = "0.1.0" 8352 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8353 - dependencies = [ 8354 - "lazy_static", 8355 - "log", 8356 - "msvc_spectre_libs", 8357 - "pet-conda", 8358 - "pet-core", 8359 - "pet-fs", 8360 - "pet-python-utils", 8361 - "pet-virtualenv", 8362 - "regex", 8363 - ] 8364 - 8365 - [[package]] 8366 - name = "pet-fs" 8367 - version = "0.1.0" 8368 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8369 - dependencies = [ 8370 - "log", 8371 - "msvc_spectre_libs", 8372 - ] 8373 - 8374 - [[package]] 8375 - name = "pet-global-virtualenvs" 8376 - version = "0.1.0" 8377 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8378 - dependencies = [ 8379 - "log", 8380 - "msvc_spectre_libs", 8381 - "pet-conda", 8382 - "pet-core", 8383 - "pet-fs", 8384 - "pet-virtualenv", 8385 - ] 8386 - 8387 - [[package]] 8388 - name = "pet-homebrew" 8389 - version = "0.1.0" 8390 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8391 - dependencies = [ 8392 - "lazy_static", 8393 - "log", 8394 - "msvc_spectre_libs", 8395 - "pet-conda", 8396 - "pet-core", 8397 - "pet-fs", 8398 - "pet-python-utils", 8399 - "pet-virtualenv", 8400 - "regex", 8401 - "serde", 8402 - "serde_json", 8403 - ] 8404 - 8405 - [[package]] 8406 - name = "pet-jsonrpc" 8407 - version = "0.1.0" 8408 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8409 - dependencies = [ 8410 - "env_logger 0.10.2", 8411 - "log", 8412 - "msvc_spectre_libs", 8413 - "pet-core", 8414 - "serde", 8415 - "serde_json", 8416 - ] 8417 - 8418 - [[package]] 8419 - name = "pet-linux-global-python" 8420 - version = "0.1.0" 8421 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8422 - dependencies = [ 8423 - "log", 8424 - "msvc_spectre_libs", 8425 - "pet-core", 8426 - "pet-fs", 8427 - "pet-python-utils", 8428 - "pet-virtualenv", 8429 - ] 8430 - 8431 - [[package]] 8432 - name = "pet-mac-commandlinetools" 8433 - version = "0.1.0" 8434 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8435 - dependencies = [ 8436 - "log", 8437 - "msvc_spectre_libs", 8438 - "pet-core", 8439 - "pet-fs", 8440 - "pet-python-utils", 8441 - "pet-virtualenv", 8442 - ] 8443 - 8444 - [[package]] 8445 - name = "pet-mac-python-org" 8446 - version = "0.1.0" 8447 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8448 - dependencies = [ 8449 - "log", 8450 - "msvc_spectre_libs", 8451 - "pet-core", 8452 - "pet-fs", 8453 - "pet-python-utils", 8454 - "pet-virtualenv", 8455 - ] 8456 - 8457 - [[package]] 8458 - name = "pet-mac-xcode" 8459 - version = "0.1.0" 8460 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8461 - dependencies = [ 8462 - "log", 8463 - "msvc_spectre_libs", 8464 - "pet-core", 8465 - "pet-fs", 8466 - "pet-python-utils", 8467 - "pet-virtualenv", 8468 - ] 8469 - 8470 - [[package]] 8471 - name = "pet-pipenv" 8472 - version = "0.1.0" 8473 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8474 - dependencies = [ 8475 - "log", 8476 - "msvc_spectre_libs", 8477 - "pet-core", 8478 - "pet-fs", 8479 - "pet-python-utils", 8480 - "pet-virtualenv", 8481 - ] 8482 - 8483 - [[package]] 8484 - name = "pet-poetry" 8485 - version = "0.1.0" 8486 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8487 - dependencies = [ 8488 - "base64 0.22.1", 8489 - "lazy_static", 8490 - "log", 8491 - "msvc_spectre_libs", 8492 - "pet-core", 8493 - "pet-fs", 8494 - "pet-python-utils", 8495 - "pet-reporter", 8496 - "pet-virtualenv", 8497 - "regex", 8498 - "serde", 8499 - "serde_json", 8500 - "sha2", 8501 - "toml 0.8.19", 8502 - ] 8503 - 8504 - [[package]] 8505 - name = "pet-pyenv" 8506 - version = "0.1.0" 8507 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8508 - dependencies = [ 8509 - "lazy_static", 8510 - "log", 8511 - "msvc_spectre_libs", 8512 - "pet-conda", 8513 - "pet-core", 8514 - "pet-fs", 8515 - "pet-python-utils", 8516 - "pet-reporter", 8517 - "regex", 8518 - "serde", 8519 - "serde_json", 8520 - ] 8521 - 8522 - [[package]] 8523 - name = "pet-python-utils" 8524 - version = "0.1.0" 8525 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8526 - dependencies = [ 8527 - "env_logger 0.10.2", 8528 - "lazy_static", 8529 - "log", 8530 - "msvc_spectre_libs", 8531 - "pet-core", 8532 - "pet-fs", 8533 - "regex", 8534 - "serde", 8535 - "serde_json", 8536 - "sha2", 8537 - ] 8538 - 8539 - [[package]] 8540 - name = "pet-reporter" 8541 - version = "0.1.0" 8542 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8543 - dependencies = [ 8544 - "env_logger 0.10.2", 8545 - "log", 8546 - "msvc_spectre_libs", 8547 - "pet-core", 8548 - "pet-jsonrpc", 8549 - "serde", 8550 - "serde_json", 8551 - ] 8552 - 8553 - [[package]] 8554 - name = "pet-telemetry" 8555 - version = "0.1.0" 8556 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8557 - dependencies = [ 8558 - "env_logger 0.10.2", 8559 - "lazy_static", 8560 - "log", 8561 - "msvc_spectre_libs", 8562 - "pet-core", 8563 - "pet-fs", 8564 - "pet-python-utils", 8565 - "regex", 8566 - ] 8567 - 8568 - [[package]] 8569 - name = "pet-venv" 8570 - version = "0.1.0" 8571 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8572 - dependencies = [ 8573 - "log", 8574 - "msvc_spectre_libs", 8575 - "pet-core", 8576 - "pet-python-utils", 8577 - "pet-virtualenv", 8578 - ] 8579 - 8580 - [[package]] 8581 - name = "pet-virtualenv" 8582 - version = "0.1.0" 8583 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8584 - dependencies = [ 8585 - "log", 8586 - "msvc_spectre_libs", 8587 - "pet-core", 8588 - "pet-fs", 8589 - "pet-python-utils", 8590 - ] 8591 - 8592 - [[package]] 8593 - name = "pet-virtualenvwrapper" 8594 - version = "0.1.0" 8595 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8596 - dependencies = [ 8597 - "log", 8598 - "msvc_spectre_libs", 8599 - "pet-core", 8600 - "pet-fs", 8601 - "pet-python-utils", 8602 - "pet-virtualenv", 8603 - ] 8604 - 8605 - [[package]] 8606 - name = "pet-windows-registry" 8607 - version = "0.1.0" 8608 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8609 - dependencies = [ 8610 - "lazy_static", 8611 - "log", 8612 - "msvc_spectre_libs", 8613 - "pet-conda", 8614 - "pet-core", 8615 - "pet-fs", 8616 - "pet-python-utils", 8617 - "pet-virtualenv", 8618 - "pet-windows-store", 8619 - "regex", 8620 - "winreg 0.52.0", 8621 - ] 8622 - 8623 - [[package]] 8624 - name = "pet-windows-store" 8625 - version = "0.1.0" 8626 - source = "git+https://github.com/microsoft/python-environment-tools.git?rev=ffcbf3f28c46633abd5448a52b1f396c322e0d6c#ffcbf3f28c46633abd5448a52b1f396c322e0d6c" 8627 - dependencies = [ 8628 - "lazy_static", 8629 - "log", 8630 - "msvc_spectre_libs", 8631 - "pet-core", 8632 - "pet-fs", 8633 - "pet-python-utils", 8634 - "pet-virtualenv", 8635 - "regex", 8636 - "winreg 0.52.0", 8637 - ] 8638 - 8639 - [[package]] 8640 - name = "petgraph" 8641 - version = "0.6.5" 8642 - source = "registry+https://github.com/rust-lang/crates.io-index" 8643 - checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" 8644 - dependencies = [ 8645 - "fixedbitset", 8646 - "indexmap 2.4.0", 8647 - ] 8648 - 8649 - [[package]] 8650 - name = "phf" 8651 - version = "0.11.2" 8652 - source = "registry+https://github.com/rust-lang/crates.io-index" 8653 - checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 8654 - dependencies = [ 8655 - "phf_macros", 8656 - "phf_shared 0.11.2", 8657 - ] 8658 - 8659 - [[package]] 8660 - name = "phf_codegen" 8661 - version = "0.11.2" 8662 - source = "registry+https://github.com/rust-lang/crates.io-index" 8663 - checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" 8664 - dependencies = [ 8665 - "phf_generator 0.11.2", 8666 - "phf_shared 0.11.2", 8667 - ] 8668 - 8669 - [[package]] 8670 - name = "phf_generator" 8671 - version = "0.10.0" 8672 - source = "registry+https://github.com/rust-lang/crates.io-index" 8673 - checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 8674 - dependencies = [ 8675 - "phf_shared 0.10.0", 8676 - "rand 0.8.5", 8677 - ] 8678 - 8679 - [[package]] 8680 - name = "phf_generator" 8681 - version = "0.11.2" 8682 - source = "registry+https://github.com/rust-lang/crates.io-index" 8683 - checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 8684 - dependencies = [ 8685 - "phf_shared 0.11.2", 8686 - "rand 0.8.5", 8687 - ] 8688 - 8689 - [[package]] 8690 - name = "phf_macros" 8691 - version = "0.11.2" 8692 - source = "registry+https://github.com/rust-lang/crates.io-index" 8693 - checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" 8694 - dependencies = [ 8695 - "phf_generator 0.11.2", 8696 - "phf_shared 0.11.2", 8697 - "proc-macro2", 8698 - "quote", 8699 - "syn 2.0.87", 8700 - ] 8701 - 8702 - [[package]] 8703 - name = "phf_shared" 8704 - version = "0.10.0" 8705 - source = "registry+https://github.com/rust-lang/crates.io-index" 8706 - checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 8707 - dependencies = [ 8708 - "siphasher 0.3.11", 8709 - ] 8710 - 8711 - [[package]] 8712 - name = "phf_shared" 8713 - version = "0.11.2" 8714 - source = "registry+https://github.com/rust-lang/crates.io-index" 8715 - checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 8716 - dependencies = [ 8717 - "siphasher 0.3.11", 8718 - ] 8719 - 8720 - [[package]] 8721 - name = "picker" 8722 - version = "0.1.0" 8723 - dependencies = [ 8724 - "anyhow", 8725 - "ctor", 8726 - "editor", 8727 - "env_logger 0.11.5", 8728 - "gpui", 8729 - "menu", 8730 - "serde", 8731 - "serde_json", 8732 - "ui", 8733 - "workspace", 8734 - ] 8735 - 8736 - [[package]] 8737 - name = "pico-args" 8738 - version = "0.5.0" 8739 - source = "registry+https://github.com/rust-lang/crates.io-index" 8740 - checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 8741 - 8742 - [[package]] 8743 - name = "pin-project" 8744 - version = "1.1.5" 8745 - source = "registry+https://github.com/rust-lang/crates.io-index" 8746 - checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 8747 - dependencies = [ 8748 - "pin-project-internal", 8749 - ] 8750 - 8751 - [[package]] 8752 - name = "pin-project-internal" 8753 - version = "1.1.5" 8754 - source = "registry+https://github.com/rust-lang/crates.io-index" 8755 - checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 8756 - dependencies = [ 8757 - "proc-macro2", 8758 - "quote", 8759 - "syn 2.0.87", 8760 - ] 8761 - 8762 - [[package]] 8763 - name = "pin-project-lite" 8764 - version = "0.2.14" 8765 - source = "registry+https://github.com/rust-lang/crates.io-index" 8766 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 8767 - 8768 - [[package]] 8769 - name = "pin-utils" 8770 - version = "0.1.0" 8771 - source = "registry+https://github.com/rust-lang/crates.io-index" 8772 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 8773 - 8774 - [[package]] 8775 - name = "piper" 8776 - version = "0.2.4" 8777 - source = "registry+https://github.com/rust-lang/crates.io-index" 8778 - checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 8779 - dependencies = [ 8780 - "atomic-waker", 8781 - "fastrand 2.1.1", 8782 - "futures-io", 8783 - ] 8784 - 8785 - [[package]] 8786 - name = "pkcs1" 8787 - version = "0.7.5" 8788 - source = "registry+https://github.com/rust-lang/crates.io-index" 8789 - checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 8790 - dependencies = [ 8791 - "der 0.7.9", 8792 - "pkcs8 0.10.2", 8793 - "spki 0.7.3", 8794 - ] 8795 - 8796 - [[package]] 8797 - name = "pkcs8" 8798 - version = "0.9.0" 8799 - source = "registry+https://github.com/rust-lang/crates.io-index" 8800 - checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" 8801 - dependencies = [ 8802 - "der 0.6.1", 8803 - "spki 0.6.0", 8804 - ] 8805 - 8806 - [[package]] 8807 - name = "pkcs8" 8808 - version = "0.10.2" 8809 - source = "registry+https://github.com/rust-lang/crates.io-index" 8810 - checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 8811 - dependencies = [ 8812 - "der 0.7.9", 8813 - "spki 0.7.3", 8814 - ] 8815 - 8816 - [[package]] 8817 - name = "pkg-config" 8818 - version = "0.3.30" 8819 - source = "registry+https://github.com/rust-lang/crates.io-index" 8820 - checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 8821 - 8822 - [[package]] 8823 - name = "plist" 8824 - version = "1.7.0" 8825 - source = "registry+https://github.com/rust-lang/crates.io-index" 8826 - checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016" 8827 - dependencies = [ 8828 - "base64 0.22.1", 8829 - "indexmap 2.4.0", 8830 - "quick-xml 0.32.0", 8831 - "serde", 8832 - "time", 8833 - ] 8834 - 8835 - [[package]] 8836 - name = "plotters" 8837 - version = "0.3.6" 8838 - source = "registry+https://github.com/rust-lang/crates.io-index" 8839 - checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3" 8840 - dependencies = [ 8841 - "num-traits", 8842 - "plotters-backend", 8843 - "plotters-svg", 8844 - "wasm-bindgen", 8845 - "web-sys", 8846 - ] 8847 - 8848 - [[package]] 8849 - name = "plotters-backend" 8850 - version = "0.3.6" 8851 - source = "registry+https://github.com/rust-lang/crates.io-index" 8852 - checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7" 8853 - 8854 - [[package]] 8855 - name = "plotters-svg" 8856 - version = "0.3.6" 8857 - source = "registry+https://github.com/rust-lang/crates.io-index" 8858 - checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705" 8859 - dependencies = [ 8860 - "plotters-backend", 8861 - ] 8862 - 8863 - [[package]] 8864 - name = "png" 8865 - version = "0.17.13" 8866 - source = "registry+https://github.com/rust-lang/crates.io-index" 8867 - checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1" 8868 - dependencies = [ 8869 - "bitflags 1.3.2", 8870 - "crc32fast", 8871 - "fdeflate", 8872 - "flate2", 8873 - "miniz_oxide 0.7.4", 8874 - ] 8875 - 8876 - [[package]] 8877 - name = "polling" 8878 - version = "2.8.0" 8879 - source = "registry+https://github.com/rust-lang/crates.io-index" 8880 - checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 8881 - dependencies = [ 8882 - "autocfg", 8883 - "bitflags 1.3.2", 8884 - "cfg-if", 8885 - "concurrent-queue", 8886 - "libc", 8887 - "log", 8888 - "pin-project-lite", 8889 - "windows-sys 0.48.0", 8890 - ] 8891 - 8892 - [[package]] 8893 - name = "polling" 8894 - version = "3.7.3" 8895 - source = "registry+https://github.com/rust-lang/crates.io-index" 8896 - checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511" 8897 - dependencies = [ 8898 - "cfg-if", 8899 - "concurrent-queue", 8900 - "hermit-abi 0.4.0", 8901 - "pin-project-lite", 8902 - "rustix 0.38.39", 8903 - "tracing", 8904 - "windows-sys 0.59.0", 8905 - ] 8906 - 8907 - [[package]] 8908 - name = "pollster" 8909 - version = "0.2.5" 8910 - source = "registry+https://github.com/rust-lang/crates.io-index" 8911 - checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7" 8912 - 8913 - [[package]] 8914 - name = "postage" 8915 - version = "0.5.0" 8916 - source = "registry+https://github.com/rust-lang/crates.io-index" 8917 - checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1" 8918 - dependencies = [ 8919 - "atomic", 8920 - "crossbeam-queue", 8921 - "futures 0.3.30", 8922 - "log", 8923 - "parking_lot", 8924 - "pin-project", 8925 - "pollster", 8926 - "static_assertions", 8927 - "thiserror", 8928 - ] 8929 - 8930 - [[package]] 8931 - name = "postcard" 8932 - version = "1.0.10" 8933 - source = "registry+https://github.com/rust-lang/crates.io-index" 8934 - checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e" 8935 - dependencies = [ 8936 - "cobs", 8937 - "embedded-io 0.4.0", 8938 - "embedded-io 0.6.1", 8939 - "serde", 8940 - ] 8941 - 8942 - [[package]] 8943 - name = "powerfmt" 8944 - version = "0.2.0" 8945 - source = "registry+https://github.com/rust-lang/crates.io-index" 8946 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 8947 - 8948 - [[package]] 8949 - name = "ppv-lite86" 8950 - version = "0.2.20" 8951 - source = "registry+https://github.com/rust-lang/crates.io-index" 8952 - checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 8953 - dependencies = [ 8954 - "zerocopy", 8955 - ] 8956 - 8957 - [[package]] 8958 - name = "precomputed-hash" 8959 - version = "0.1.1" 8960 - source = "registry+https://github.com/rust-lang/crates.io-index" 8961 - checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 8962 - 8963 - [[package]] 8964 - name = "prettier" 8965 - version = "0.1.0" 8966 - dependencies = [ 8967 - "anyhow", 8968 - "collections", 8969 - "fs", 8970 - "gpui", 8971 - "language", 8972 - "log", 8973 - "lsp", 8974 - "node_runtime", 8975 - "parking_lot", 8976 - "paths", 8977 - "serde", 8978 - "serde_json", 8979 - "util", 8980 - ] 8981 - 8982 - [[package]] 8983 - name = "pretty_assertions" 8984 - version = "1.4.1" 8985 - source = "registry+https://github.com/rust-lang/crates.io-index" 8986 - checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" 8987 - dependencies = [ 8988 - "diff", 8989 - "yansi", 8990 - ] 8991 - 8992 - [[package]] 8993 - name = "prettyplease" 8994 - version = "0.2.22" 8995 - source = "registry+https://github.com/rust-lang/crates.io-index" 8996 - checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba" 8997 - dependencies = [ 8998 - "proc-macro2", 8999 - "syn 2.0.87", 9000 - ] 9001 - 9002 - [[package]] 9003 - name = "proc-macro-crate" 9004 - version = "3.2.0" 9005 - source = "registry+https://github.com/rust-lang/crates.io-index" 9006 - checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" 9007 - dependencies = [ 9008 - "toml_edit 0.22.20", 9009 - ] 9010 - 9011 - [[package]] 9012 - name = "proc-macro-error" 9013 - version = "1.0.4" 9014 - source = "registry+https://github.com/rust-lang/crates.io-index" 9015 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 9016 - dependencies = [ 9017 - "proc-macro-error-attr", 9018 - "proc-macro2", 9019 - "quote", 9020 - "syn 1.0.109", 9021 - "version_check", 9022 - ] 9023 - 9024 - [[package]] 9025 - name = "proc-macro-error-attr" 9026 - version = "1.0.4" 9027 - source = "registry+https://github.com/rust-lang/crates.io-index" 9028 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 9029 - dependencies = [ 9030 - "proc-macro2", 9031 - "quote", 9032 - "version_check", 9033 - ] 9034 - 9035 - [[package]] 9036 - name = "proc-macro2" 9037 - version = "1.0.89" 9038 - source = "registry+https://github.com/rust-lang/crates.io-index" 9039 - checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" 9040 - dependencies = [ 9041 - "unicode-ident", 9042 - ] 9043 - 9044 - [[package]] 9045 - name = "profiling" 9046 - version = "1.0.16" 9047 - source = "registry+https://github.com/rust-lang/crates.io-index" 9048 - checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d" 9049 - dependencies = [ 9050 - "profiling-procmacros", 9051 - ] 9052 - 9053 - [[package]] 9054 - name = "profiling-procmacros" 9055 - version = "1.0.16" 9056 - source = "registry+https://github.com/rust-lang/crates.io-index" 9057 - checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30" 9058 - dependencies = [ 9059 - "quote", 9060 - "syn 2.0.87", 9061 - ] 9062 - 9063 - [[package]] 9064 - name = "project" 9065 - version = "0.1.0" 9066 - dependencies = [ 9067 - "aho-corasick", 9068 - "anyhow", 9069 - "async-trait", 9070 - "client", 9071 - "clock", 9072 - "collections", 9073 - "env_logger 0.11.5", 9074 - "fancy-regex 0.14.0", 9075 - "fs", 9076 - "futures 0.3.30", 9077 - "fuzzy", 9078 - "git", 9079 - "git2", 9080 - "globset", 9081 - "gpui", 9082 - "http_client", 9083 - "image", 9084 - "itertools 0.13.0", 9085 - "language", 9086 - "log", 9087 - "lsp", 9088 - "node_runtime", 9089 - "parking_lot", 9090 - "pathdiff", 9091 - "paths", 9092 - "postage", 9093 - "prettier", 9094 - "pretty_assertions", 9095 - "rand 0.8.5", 9096 - "regex", 9097 - "release_channel", 9098 - "remote", 9099 - "rpc", 9100 - "schemars", 9101 - "serde", 9102 - "serde_json", 9103 - "settings", 9104 - "sha2", 9105 - "shellexpand 2.1.2", 9106 - "shlex", 9107 - "similar", 9108 - "smol", 9109 - "snippet", 9110 - "snippet_provider", 9111 - "task", 9112 - "tempfile", 9113 - "terminal", 9114 - "text", 9115 - "unindent", 9116 - "url", 9117 - "util", 9118 - "which 6.0.3", 9119 - "windows 0.58.0", 9120 - "worktree", 9121 - ] 9122 - 9123 - [[package]] 9124 - name = "project_panel" 9125 - version = "0.1.0" 9126 - dependencies = [ 9127 - "anyhow", 9128 - "client", 9129 - "collections", 9130 - "db", 9131 - "editor", 9132 - "file_icons", 9133 - "git", 9134 - "gpui", 9135 - "indexmap 1.9.3", 9136 - "language", 9137 - "menu", 9138 - "pretty_assertions", 9139 - "project", 9140 - "schemars", 9141 - "search", 9142 - "serde", 9143 - "serde_derive", 9144 - "serde_json", 9145 - "settings", 9146 - "smallvec", 9147 - "theme", 9148 - "ui", 9149 - "util", 9150 - "workspace", 9151 - "worktree", 9152 - ] 9153 - 9154 - [[package]] 9155 - name = "project_symbols" 9156 - version = "0.1.0" 9157 - dependencies = [ 9158 - "anyhow", 9159 - "editor", 9160 - "futures 0.3.30", 9161 - "fuzzy", 9162 - "gpui", 9163 - "language", 9164 - "lsp", 9165 - "ordered-float 2.10.1", 9166 - "picker", 9167 - "project", 9168 - "release_channel", 9169 - "serde_json", 9170 - "settings", 9171 - "theme", 9172 - "util", 9173 - "workspace", 9174 - ] 9175 - 9176 - [[package]] 9177 - name = "prometheus" 9178 - version = "0.13.4" 9179 - source = "registry+https://github.com/rust-lang/crates.io-index" 9180 - checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1" 9181 - dependencies = [ 9182 - "cfg-if", 9183 - "fnv", 9184 - "lazy_static", 9185 - "memchr", 9186 - "parking_lot", 9187 - "protobuf", 9188 - "thiserror", 9189 - ] 9190 - 9191 - [[package]] 9192 - name = "prost" 9193 - version = "0.9.0" 9194 - source = "registry+https://github.com/rust-lang/crates.io-index" 9195 - checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001" 9196 - dependencies = [ 9197 - "bytes 1.7.2", 9198 - "prost-derive", 9199 - ] 9200 - 9201 - [[package]] 9202 - name = "prost-build" 9203 - version = "0.9.0" 9204 - source = "registry+https://github.com/rust-lang/crates.io-index" 9205 - checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5" 9206 - dependencies = [ 9207 - "bytes 1.7.2", 9208 - "heck 0.3.3", 9209 - "itertools 0.10.5", 9210 - "lazy_static", 9211 - "log", 9212 - "multimap", 9213 - "petgraph", 9214 - "prost", 9215 - "prost-types", 9216 - "regex", 9217 - "tempfile", 9218 - "which 4.4.2", 9219 - ] 9220 - 9221 - [[package]] 9222 - name = "prost-derive" 9223 - version = "0.9.0" 9224 - source = "registry+https://github.com/rust-lang/crates.io-index" 9225 - checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe" 9226 - dependencies = [ 9227 - "anyhow", 9228 - "itertools 0.10.5", 9229 - "proc-macro2", 9230 - "quote", 9231 - "syn 1.0.109", 9232 - ] 9233 - 9234 - [[package]] 9235 - name = "prost-types" 9236 - version = "0.9.0" 9237 - source = "registry+https://github.com/rust-lang/crates.io-index" 9238 - checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a" 9239 - dependencies = [ 9240 - "bytes 1.7.2", 9241 - "prost", 9242 - ] 9243 - 9244 - [[package]] 9245 - name = "proto" 9246 - version = "0.1.0" 9247 - dependencies = [ 9248 - "anyhow", 9249 - "collections", 9250 - "prost", 9251 - "prost-build", 9252 - "serde", 9253 - ] 9254 - 9255 - [[package]] 9256 - name = "protobuf" 9257 - version = "2.28.0" 9258 - source = "registry+https://github.com/rust-lang/crates.io-index" 9259 - checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" 9260 - 9261 - [[package]] 9262 - name = "psm" 9263 - version = "0.1.21" 9264 - source = "registry+https://github.com/rust-lang/crates.io-index" 9265 - checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" 9266 - dependencies = [ 9267 - "cc", 9268 - ] 9269 - 9270 - [[package]] 9271 - name = "ptr_meta" 9272 - version = "0.1.4" 9273 - source = "registry+https://github.com/rust-lang/crates.io-index" 9274 - checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" 9275 - dependencies = [ 9276 - "ptr_meta_derive", 9277 - ] 9278 - 9279 - [[package]] 9280 - name = "ptr_meta_derive" 9281 - version = "0.1.4" 9282 - source = "registry+https://github.com/rust-lang/crates.io-index" 9283 - checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" 9284 - dependencies = [ 9285 - "proc-macro2", 9286 - "quote", 9287 - "syn 1.0.109", 9288 - ] 9289 - 9290 - [[package]] 9291 - name = "pulldown-cmark" 9292 - version = "0.10.3" 9293 - source = "registry+https://github.com/rust-lang/crates.io-index" 9294 - checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993" 9295 - dependencies = [ 9296 - "bitflags 2.6.0", 9297 - "memchr", 9298 - "pulldown-cmark-escape", 9299 - "unicase", 9300 - ] 9301 - 9302 - [[package]] 9303 - name = "pulldown-cmark" 9304 - version = "0.12.2" 9305 - source = "registry+https://github.com/rust-lang/crates.io-index" 9306 - checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14" 9307 - dependencies = [ 9308 - "bitflags 2.6.0", 9309 - "memchr", 9310 - "unicase", 9311 - ] 9312 - 9313 - [[package]] 9314 - name = "pulldown-cmark-escape" 9315 - version = "0.10.1" 9316 - source = "registry+https://github.com/rust-lang/crates.io-index" 9317 - checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3" 9318 - 9319 - [[package]] 9320 - name = "qoi" 9321 - version = "0.4.1" 9322 - source = "registry+https://github.com/rust-lang/crates.io-index" 9323 - checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" 9324 - dependencies = [ 9325 - "bytemuck", 9326 - ] 9327 - 9328 - [[package]] 9329 - name = "quick-error" 9330 - version = "2.0.1" 9331 - source = "registry+https://github.com/rust-lang/crates.io-index" 9332 - checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 9333 - 9334 - [[package]] 9335 - name = "quick-xml" 9336 - version = "0.32.0" 9337 - source = "registry+https://github.com/rust-lang/crates.io-index" 9338 - checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2" 9339 - dependencies = [ 9340 - "memchr", 9341 - ] 9342 - 9343 - [[package]] 9344 - name = "quick-xml" 9345 - version = "0.34.0" 9346 - source = "registry+https://github.com/rust-lang/crates.io-index" 9347 - checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4" 9348 - dependencies = [ 9349 - "memchr", 9350 - ] 9351 - 9352 - [[package]] 9353 - name = "quick_action_bar" 9354 - version = "0.1.0" 9355 - dependencies = [ 9356 - "assistant", 9357 - "editor", 9358 - "gpui", 9359 - "markdown_preview", 9360 - "picker", 9361 - "repl", 9362 - "search", 9363 - "settings", 9364 - "ui", 9365 - "util", 9366 - "workspace", 9367 - "zed_actions", 9368 - ] 9369 - 9370 - [[package]] 9371 - name = "quinn" 9372 - version = "0.11.5" 9373 - source = "registry+https://github.com/rust-lang/crates.io-index" 9374 - checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684" 9375 - dependencies = [ 9376 - "bytes 1.7.2", 9377 - "pin-project-lite", 9378 - "quinn-proto", 9379 - "quinn-udp", 9380 - "rustc-hash 2.0.0", 9381 - "rustls 0.23.13", 9382 - "socket2 0.5.7", 9383 - "thiserror", 9384 - "tokio", 9385 - "tracing", 9386 - ] 9387 - 9388 - [[package]] 9389 - name = "quinn-proto" 9390 - version = "0.11.8" 9391 - source = "registry+https://github.com/rust-lang/crates.io-index" 9392 - checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6" 9393 - dependencies = [ 9394 - "bytes 1.7.2", 9395 - "rand 0.8.5", 9396 - "ring", 9397 - "rustc-hash 2.0.0", 9398 - "rustls 0.23.13", 9399 - "slab", 9400 - "thiserror", 9401 - "tinyvec", 9402 - "tracing", 9403 - ] 9404 - 9405 - [[package]] 9406 - name = "quinn-udp" 9407 - version = "0.5.5" 9408 - source = "registry+https://github.com/rust-lang/crates.io-index" 9409 - checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b" 9410 - dependencies = [ 9411 - "libc", 9412 - "once_cell", 9413 - "socket2 0.5.7", 9414 - "tracing", 9415 - "windows-sys 0.59.0", 9416 - ] 9417 - 9418 - [[package]] 9419 - name = "quote" 9420 - version = "1.0.37" 9421 - source = "registry+https://github.com/rust-lang/crates.io-index" 9422 - checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 9423 - dependencies = [ 9424 - "proc-macro2", 9425 - ] 9426 - 9427 - [[package]] 9428 - name = "radium" 9429 - version = "0.7.0" 9430 - source = "registry+https://github.com/rust-lang/crates.io-index" 9431 - checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 9432 - 9433 - [[package]] 9434 - name = "rand" 9435 - version = "0.7.3" 9436 - source = "registry+https://github.com/rust-lang/crates.io-index" 9437 - checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 9438 - dependencies = [ 9439 - "getrandom 0.1.16", 9440 - "libc", 9441 - "rand_chacha 0.2.2", 9442 - "rand_core 0.5.1", 9443 - "rand_hc", 9444 - ] 9445 - 9446 - [[package]] 9447 - name = "rand" 9448 - version = "0.8.5" 9449 - source = "registry+https://github.com/rust-lang/crates.io-index" 9450 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 9451 - dependencies = [ 9452 - "libc", 9453 - "rand_chacha 0.3.1", 9454 - "rand_core 0.6.4", 9455 - ] 9456 - 9457 - [[package]] 9458 - name = "rand_chacha" 9459 - version = "0.2.2" 9460 - source = "registry+https://github.com/rust-lang/crates.io-index" 9461 - checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 9462 - dependencies = [ 9463 - "ppv-lite86", 9464 - "rand_core 0.5.1", 9465 - ] 9466 - 9467 - [[package]] 9468 - name = "rand_chacha" 9469 - version = "0.3.1" 9470 - source = "registry+https://github.com/rust-lang/crates.io-index" 9471 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 9472 - dependencies = [ 9473 - "ppv-lite86", 9474 - "rand_core 0.6.4", 9475 - ] 9476 - 9477 - [[package]] 9478 - name = "rand_core" 9479 - version = "0.5.1" 9480 - source = "registry+https://github.com/rust-lang/crates.io-index" 9481 - checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 9482 - dependencies = [ 9483 - "getrandom 0.1.16", 9484 - ] 9485 - 9486 - [[package]] 9487 - name = "rand_core" 9488 - version = "0.6.4" 9489 - source = "registry+https://github.com/rust-lang/crates.io-index" 9490 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 9491 - dependencies = [ 9492 - "getrandom 0.2.15", 9493 - ] 9494 - 9495 - [[package]] 9496 - name = "rand_hc" 9497 - version = "0.2.0" 9498 - source = "registry+https://github.com/rust-lang/crates.io-index" 9499 - checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 9500 - dependencies = [ 9501 - "rand_core 0.5.1", 9502 - ] 9503 - 9504 - [[package]] 9505 - name = "rangemap" 9506 - version = "1.5.1" 9507 - source = "registry+https://github.com/rust-lang/crates.io-index" 9508 - checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684" 9509 - 9510 - [[package]] 9511 - name = "rav1e" 9512 - version = "0.7.1" 9513 - source = "registry+https://github.com/rust-lang/crates.io-index" 9514 - checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9" 9515 - dependencies = [ 9516 - "arbitrary", 9517 - "arg_enum_proc_macro", 9518 - "arrayvec", 9519 - "av1-grain", 9520 - "bitstream-io", 9521 - "built", 9522 - "cfg-if", 9523 - "interpolate_name", 9524 - "itertools 0.12.1", 9525 - "libc", 9526 - "libfuzzer-sys", 9527 - "log", 9528 - "maybe-rayon", 9529 - "new_debug_unreachable", 9530 - "noop_proc_macro", 9531 - "num-derive", 9532 - "num-traits", 9533 - "once_cell", 9534 - "paste", 9535 - "profiling", 9536 - "rand 0.8.5", 9537 - "rand_chacha 0.3.1", 9538 - "simd_helpers", 9539 - "system-deps", 9540 - "thiserror", 9541 - "v_frame", 9542 - "wasm-bindgen", 9543 - ] 9544 - 9545 - [[package]] 9546 - name = "ravif" 9547 - version = "0.11.10" 9548 - source = "registry+https://github.com/rust-lang/crates.io-index" 9549 - checksum = "a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd" 9550 - dependencies = [ 9551 - "avif-serialize", 9552 - "imgref", 9553 - "loop9", 9554 - "quick-error", 9555 - "rav1e", 9556 - "rgb", 9557 - ] 9558 - 9559 - [[package]] 9560 - name = "raw-window-handle" 9561 - version = "0.6.2" 9562 - source = "registry+https://github.com/rust-lang/crates.io-index" 9563 - checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 9564 - 9565 - [[package]] 9566 - name = "raw-window-metal" 9567 - version = "0.4.0" 9568 - source = "registry+https://github.com/rust-lang/crates.io-index" 9569 - checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1" 9570 - dependencies = [ 9571 - "cocoa 0.25.0", 9572 - "core-graphics 0.23.2", 9573 - "objc", 9574 - "raw-window-handle", 9575 - ] 9576 - 9577 - [[package]] 9578 - name = "rayon" 9579 - version = "1.10.0" 9580 - source = "registry+https://github.com/rust-lang/crates.io-index" 9581 - checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 9582 - dependencies = [ 9583 - "either", 9584 - "rayon-core", 9585 - ] 9586 - 9587 - [[package]] 9588 - name = "rayon-core" 9589 - version = "1.12.1" 9590 - source = "registry+https://github.com/rust-lang/crates.io-index" 9591 - checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 9592 - dependencies = [ 9593 - "crossbeam-deque", 9594 - "crossbeam-utils", 9595 - ] 9596 - 9597 - [[package]] 9598 - name = "read-fonts" 9599 - version = "0.20.0" 9600 - source = "registry+https://github.com/rust-lang/crates.io-index" 9601 - checksum = "8c141b9980e1150201b2a3a32879001c8f975fe313ec3df5471a9b5c79a880cd" 9602 - dependencies = [ 9603 - "bytemuck", 9604 - "font-types", 9605 - ] 9606 - 9607 - [[package]] 9608 - name = "recent_projects" 9609 - version = "0.1.0" 9610 - dependencies = [ 9611 - "anyhow", 9612 - "auto_update", 9613 - "editor", 9614 - "file_finder", 9615 - "futures 0.3.30", 9616 - "fuzzy", 9617 - "gpui", 9618 - "itertools 0.13.0", 9619 - "language", 9620 - "log", 9621 - "markdown", 9622 - "menu", 9623 - "ordered-float 2.10.1", 9624 - "paths", 9625 - "picker", 9626 - "project", 9627 - "release_channel", 9628 - "remote", 9629 - "schemars", 9630 - "serde", 9631 - "serde_json", 9632 - "settings", 9633 - "smol", 9634 - "task", 9635 - "theme", 9636 - "ui", 9637 - "util", 9638 - "workspace", 9639 - ] 9640 - 9641 - [[package]] 9642 - name = "redox_syscall" 9643 - version = "0.2.16" 9644 - source = "registry+https://github.com/rust-lang/crates.io-index" 9645 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 9646 - dependencies = [ 9647 - "bitflags 1.3.2", 9648 - ] 9649 - 9650 - [[package]] 9651 - name = "redox_syscall" 9652 - version = "0.4.1" 9653 - source = "registry+https://github.com/rust-lang/crates.io-index" 9654 - checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 9655 - dependencies = [ 9656 - "bitflags 1.3.2", 9657 - ] 9658 - 9659 - [[package]] 9660 - name = "redox_syscall" 9661 - version = "0.5.3" 9662 - source = "registry+https://github.com/rust-lang/crates.io-index" 9663 - checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" 9664 - dependencies = [ 9665 - "bitflags 2.6.0", 9666 - ] 9667 - 9668 - [[package]] 9669 - name = "redox_users" 9670 - version = "0.4.6" 9671 - source = "registry+https://github.com/rust-lang/crates.io-index" 9672 - checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 9673 - dependencies = [ 9674 - "getrandom 0.2.15", 9675 - "libredox", 9676 - "thiserror", 9677 - ] 9678 - 9679 - [[package]] 9680 - name = "refineable" 9681 - version = "0.1.0" 9682 - dependencies = [ 9683 - "derive_refineable", 9684 - ] 9685 - 9686 - [[package]] 9687 - name = "regalloc2" 9688 - version = "0.9.3" 9689 - source = "registry+https://github.com/rust-lang/crates.io-index" 9690 - checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6" 9691 - dependencies = [ 9692 - "hashbrown 0.13.2", 9693 - "log", 9694 - "rustc-hash 1.1.0", 9695 - "slice-group-by", 9696 - "smallvec", 9697 - ] 9698 - 9699 - [[package]] 9700 - name = "regex" 9701 - version = "1.10.6" 9702 - source = "registry+https://github.com/rust-lang/crates.io-index" 9703 - checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" 9704 - dependencies = [ 9705 - "aho-corasick", 9706 - "memchr", 9707 - "regex-automata 0.4.7", 9708 - "regex-syntax 0.8.4", 9709 - ] 9710 - 9711 - [[package]] 9712 - name = "regex-automata" 9713 - version = "0.1.10" 9714 - source = "registry+https://github.com/rust-lang/crates.io-index" 9715 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 9716 - dependencies = [ 9717 - "regex-syntax 0.6.29", 9718 - ] 9719 - 9720 - [[package]] 9721 - name = "regex-automata" 9722 - version = "0.4.7" 9723 - source = "registry+https://github.com/rust-lang/crates.io-index" 9724 - checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" 9725 - dependencies = [ 9726 - "aho-corasick", 9727 - "memchr", 9728 - "regex-syntax 0.8.4", 9729 - ] 9730 - 9731 - [[package]] 9732 - name = "regex-lite" 9733 - version = "0.1.6" 9734 - source = "registry+https://github.com/rust-lang/crates.io-index" 9735 - checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" 9736 - 9737 - [[package]] 9738 - name = "regex-syntax" 9739 - version = "0.6.29" 9740 - source = "registry+https://github.com/rust-lang/crates.io-index" 9741 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 9742 - 9743 - [[package]] 9744 - name = "regex-syntax" 9745 - version = "0.8.4" 9746 - source = "registry+https://github.com/rust-lang/crates.io-index" 9747 - checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" 9748 - 9749 - [[package]] 9750 - name = "release_channel" 9751 - version = "0.1.0" 9752 - dependencies = [ 9753 - "gpui", 9754 - "once_cell", 9755 - ] 9756 - 9757 - [[package]] 9758 - name = "remote" 9759 - version = "0.1.0" 9760 - dependencies = [ 9761 - "anyhow", 9762 - "async-trait", 9763 - "collections", 9764 - "fs", 9765 - "futures 0.3.30", 9766 - "gpui", 9767 - "itertools 0.13.0", 9768 - "log", 9769 - "parking_lot", 9770 - "paths", 9771 - "prost", 9772 - "release_channel", 9773 - "rpc", 9774 - "serde", 9775 - "serde_json", 9776 - "shlex", 9777 - "smol", 9778 - "tempfile", 9779 - "thiserror", 9780 - "util", 9781 - ] 9782 - 9783 - [[package]] 9784 - name = "remote_server" 9785 - version = "0.1.0" 9786 - dependencies = [ 9787 - "anyhow", 9788 - "async-watch", 9789 - "backtrace", 9790 - "cargo_toml", 9791 - "chrono", 9792 - "clap", 9793 - "client", 9794 - "clock", 9795 - "env_logger 0.11.5", 9796 - "fork", 9797 - "fs", 9798 - "futures 0.3.30", 9799 - "git", 9800 - "git_hosting_providers", 9801 - "gpui", 9802 - "http_client", 9803 - "language", 9804 - "languages", 9805 - "libc", 9806 - "log", 9807 - "lsp", 9808 - "node_runtime", 9809 - "paths", 9810 - "project", 9811 - "proto", 9812 - "release_channel", 9813 - "remote", 9814 - "reqwest_client", 9815 - "rpc", 9816 - "rust-embed", 9817 - "serde", 9818 - "serde_json", 9819 - "settings", 9820 - "shellexpand 2.1.2", 9821 - "smol", 9822 - "sysinfo", 9823 - "telemetry_events", 9824 - "toml 0.8.19", 9825 - "util", 9826 - "worktree", 9827 - ] 9828 - 9829 - [[package]] 9830 - name = "rend" 9831 - version = "0.4.2" 9832 - source = "registry+https://github.com/rust-lang/crates.io-index" 9833 - checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" 9834 - dependencies = [ 9835 - "bytecheck", 9836 - ] 9837 - 9838 - [[package]] 9839 - name = "repl" 9840 - version = "0.1.0" 9841 - dependencies = [ 9842 - "alacritty_terminal", 9843 - "anyhow", 9844 - "async-dispatcher", 9845 - "base64 0.22.1", 9846 - "client", 9847 - "collections", 9848 - "command_palette_hooks", 9849 - "editor", 9850 - "env_logger 0.11.5", 9851 - "feature_flags", 9852 - "futures 0.3.30", 9853 - "gpui", 9854 - "http_client", 9855 - "image", 9856 - "indoc", 9857 - "language", 9858 - "languages", 9859 - "log", 9860 - "markdown_preview", 9861 - "menu", 9862 - "multi_buffer", 9863 - "nbformat", 9864 - "picker", 9865 - "project", 9866 - "runtimelib", 9867 - "schemars", 9868 - "serde", 9869 - "serde_json", 9870 - "settings", 9871 - "smol", 9872 - "terminal", 9873 - "terminal_view", 9874 - "theme", 9875 - "tree-sitter-md", 9876 - "tree-sitter-python", 9877 - "tree-sitter-typescript", 9878 - "ui", 9879 - "util", 9880 - "uuid", 9881 - "windows 0.58.0", 9882 - "workspace", 9883 - ] 9884 - 9885 - [[package]] 9886 - name = "reqwest" 9887 - version = "0.11.27" 9888 - source = "registry+https://github.com/rust-lang/crates.io-index" 9889 - checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" 9890 - dependencies = [ 9891 - "base64 0.21.7", 9892 - "bytes 1.7.2", 9893 - "encoding_rs", 9894 - "futures-core", 9895 - "futures-util", 9896 - "h2 0.3.26", 9897 - "http 0.2.12", 9898 - "http-body 0.4.6", 9899 - "hyper 0.14.31", 9900 - "hyper-tls", 9901 - "ipnet", 9902 - "js-sys", 9903 - "log", 9904 - "mime", 9905 - "native-tls", 9906 - "once_cell", 9907 - "percent-encoding", 9908 - "pin-project-lite", 9909 - "rustls-pemfile 1.0.4", 9910 - "serde", 9911 - "serde_json", 9912 - "serde_urlencoded", 9913 - "sync_wrapper 0.1.2", 9914 - "system-configuration 0.5.1", 9915 - "tokio", 9916 - "tokio-native-tls", 9917 - "tower-service", 9918 - "url", 9919 - "wasm-bindgen", 9920 - "wasm-bindgen-futures", 9921 - "web-sys", 9922 - "winreg 0.50.0", 9923 - ] 9924 - 9925 - [[package]] 9926 - name = "reqwest" 9927 - version = "0.12.8" 9928 - source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29" 9929 - dependencies = [ 9930 - "base64 0.22.1", 9931 - "bytes 1.7.2", 9932 - "encoding_rs", 9933 - "futures-core", 9934 - "futures-util", 9935 - "h2 0.4.6", 9936 - "http 1.1.0", 9937 - "http-body 1.0.1", 9938 - "http-body-util", 9939 - "hyper 1.4.1", 9940 - "hyper-rustls 0.27.3", 9941 - "hyper-util", 9942 - "ipnet", 9943 - "js-sys", 9944 - "log", 9945 - "mime", 9946 - "once_cell", 9947 - "percent-encoding", 9948 - "pin-project-lite", 9949 - "quinn", 9950 - "rustls 0.23.13", 9951 - "rustls-native-certs 0.8.0", 9952 - "rustls-pemfile 2.1.3", 9953 - "rustls-pki-types", 9954 - "serde", 9955 - "serde_json", 9956 - "serde_urlencoded", 9957 - "sync_wrapper 1.0.1", 9958 - "system-configuration 0.6.1", 9959 - "tokio", 9960 - "tokio-rustls 0.26.0", 9961 - "tokio-socks", 9962 - "tokio-util", 9963 - "tower-service", 9964 - "url", 9965 - "wasm-bindgen", 9966 - "wasm-bindgen-futures", 9967 - "wasm-streams", 9968 - "web-sys", 9969 - "windows-registry", 9970 - ] 9971 - 9972 - [[package]] 9973 - name = "reqwest_client" 9974 - version = "0.1.0" 9975 - dependencies = [ 9976 - "anyhow", 9977 - "bytes 1.7.2", 9978 - "futures 0.3.30", 9979 - "gpui", 9980 - "http_client", 9981 - "log", 9982 - "reqwest 0.12.8", 9983 - "serde", 9984 - "smol", 9985 - "tokio", 9986 - ] 9987 - 9988 - [[package]] 9989 - name = "resvg" 9990 - version = "0.44.0" 9991 - source = "registry+https://github.com/rust-lang/crates.io-index" 9992 - checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958" 9993 - dependencies = [ 9994 - "log", 9995 - "pico-args", 9996 - "rgb", 9997 - "svgtypes", 9998 - "tiny-skia", 9999 - "usvg", 10000 - ] 10001 - 10002 - [[package]] 10003 - name = "rfc6979" 10004 - version = "0.3.1" 10005 - source = "registry+https://github.com/rust-lang/crates.io-index" 10006 - checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" 10007 - dependencies = [ 10008 - "crypto-bigint 0.4.9", 10009 - "hmac", 10010 - "zeroize", 10011 - ] 10012 - 10013 - [[package]] 10014 - name = "rgb" 10015 - version = "0.8.49" 10016 - source = "registry+https://github.com/rust-lang/crates.io-index" 10017 - checksum = "09cd5a1e95672f201913966f39baf355b53b5d92833431847295ae0346a5b939" 10018 - dependencies = [ 10019 - "bytemuck", 10020 - ] 10021 - 10022 - [[package]] 10023 - name = "rich_text" 10024 - version = "0.1.0" 10025 - dependencies = [ 10026 - "futures 0.3.30", 10027 - "gpui", 10028 - "language", 10029 - "linkify", 10030 - "pulldown-cmark 0.12.2", 10031 - "theme", 10032 - "ui", 10033 - "util", 10034 - ] 10035 - 10036 - [[package]] 10037 - name = "ring" 10038 - version = "0.17.8" 10039 - source = "registry+https://github.com/rust-lang/crates.io-index" 10040 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 10041 - dependencies = [ 10042 - "cc", 10043 - "cfg-if", 10044 - "getrandom 0.2.15", 10045 - "libc", 10046 - "spin", 10047 - "untrusted", 10048 - "windows-sys 0.52.0", 10049 - ] 10050 - 10051 - [[package]] 10052 - name = "rkyv" 10053 - version = "0.7.45" 10054 - source = "registry+https://github.com/rust-lang/crates.io-index" 10055 - checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b" 10056 - dependencies = [ 10057 - "bitvec", 10058 - "bytecheck", 10059 - "bytes 1.7.2", 10060 - "hashbrown 0.12.3", 10061 - "ptr_meta", 10062 - "rend", 10063 - "rkyv_derive", 10064 - "seahash", 10065 - "tinyvec", 10066 - "uuid", 10067 - ] 10068 - 10069 - [[package]] 10070 - name = "rkyv_derive" 10071 - version = "0.7.45" 10072 - source = "registry+https://github.com/rust-lang/crates.io-index" 10073 - checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0" 10074 - dependencies = [ 10075 - "proc-macro2", 10076 - "quote", 10077 - "syn 1.0.109", 10078 - ] 10079 - 10080 - [[package]] 10081 - name = "rmp" 10082 - version = "0.8.14" 10083 - source = "registry+https://github.com/rust-lang/crates.io-index" 10084 - checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4" 10085 - dependencies = [ 10086 - "byteorder", 10087 - "num-traits", 10088 - "paste", 10089 - ] 10090 - 10091 - [[package]] 10092 - name = "rmpv" 10093 - version = "1.3.0" 10094 - source = "registry+https://github.com/rust-lang/crates.io-index" 10095 - checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9" 10096 - dependencies = [ 10097 - "num-traits", 10098 - "rmp", 10099 - ] 10100 - 10101 - [[package]] 10102 - name = "rodio" 10103 - version = "0.19.0" 10104 - source = "registry+https://github.com/rust-lang/crates.io-index" 10105 - checksum = "6006a627c1a38d37f3d3a85c6575418cfe34a5392d60a686d0071e1c8d427acb" 10106 - dependencies = [ 10107 - "cpal", 10108 - "hound", 10109 - "thiserror", 10110 - ] 10111 - 10112 - [[package]] 10113 - name = "rope" 10114 - version = "0.1.0" 10115 - dependencies = [ 10116 - "arrayvec", 10117 - "criterion", 10118 - "ctor", 10119 - "env_logger 0.11.5", 10120 - "gpui", 10121 - "log", 10122 - "rand 0.8.5", 10123 - "rayon", 10124 - "smallvec", 10125 - "sum_tree", 10126 - "unicode-segmentation", 10127 - "util", 10128 - ] 10129 - 10130 - [[package]] 10131 - name = "roxmltree" 10132 - version = "0.20.0" 10133 - source = "registry+https://github.com/rust-lang/crates.io-index" 10134 - checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" 10135 - 10136 - [[package]] 10137 - name = "rpc" 10138 - version = "0.1.0" 10139 - dependencies = [ 10140 - "anyhow", 10141 - "async-tungstenite", 10142 - "base64 0.22.1", 10143 - "chrono", 10144 - "collections", 10145 - "env_logger 0.11.5", 10146 - "futures 0.3.30", 10147 - "gpui", 10148 - "parking_lot", 10149 - "proto", 10150 - "rand 0.8.5", 10151 - "rsa", 10152 - "serde", 10153 - "serde_json", 10154 - "sha2", 10155 - "strum 0.25.0", 10156 - "tracing", 10157 - "util", 10158 - "zstd", 10159 - ] 10160 - 10161 - [[package]] 10162 - name = "rsa" 10163 - version = "0.9.6" 10164 - source = "registry+https://github.com/rust-lang/crates.io-index" 10165 - checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" 10166 - dependencies = [ 10167 - "const-oid", 10168 - "digest", 10169 - "num-bigint-dig", 10170 - "num-integer", 10171 - "num-traits", 10172 - "pkcs1", 10173 - "pkcs8 0.10.2", 10174 - "rand_core 0.6.4", 10175 - "signature 2.2.0", 10176 - "spki 0.7.3", 10177 - "subtle", 10178 - "zeroize", 10179 - ] 10180 - 10181 - [[package]] 10182 - name = "runtimelib" 10183 - version = "0.19.0" 10184 - source = "registry+https://github.com/rust-lang/crates.io-index" 10185 - checksum = "fe23ba9967355bbb1be2fb9a8e51bd239ffdf9c791fad5a9b765122ee2bde2e4" 10186 - dependencies = [ 10187 - "anyhow", 10188 - "async-dispatcher", 10189 - "async-std", 10190 - "base64 0.22.1", 10191 - "bytes 1.7.2", 10192 - "chrono", 10193 - "data-encoding", 10194 - "dirs 5.0.1", 10195 - "futures 0.3.30", 10196 - "glob", 10197 - "jupyter-serde", 10198 - "rand 0.8.5", 10199 - "ring", 10200 - "serde", 10201 - "serde_json", 10202 - "shellexpand 3.1.0", 10203 - "smol", 10204 - "uuid", 10205 - "zeromq", 10206 - ] 10207 - 10208 - [[package]] 10209 - name = "rust-embed" 10210 - version = "8.5.0" 10211 - source = "registry+https://github.com/rust-lang/crates.io-index" 10212 - checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0" 10213 - dependencies = [ 10214 - "rust-embed-impl", 10215 - "rust-embed-utils", 10216 - "walkdir", 10217 - ] 10218 - 10219 - [[package]] 10220 - name = "rust-embed-impl" 10221 - version = "8.5.0" 10222 - source = "registry+https://github.com/rust-lang/crates.io-index" 10223 - checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478" 10224 - dependencies = [ 10225 - "proc-macro2", 10226 - "quote", 10227 - "rust-embed-utils", 10228 - "syn 2.0.87", 10229 - "walkdir", 10230 - ] 10231 - 10232 - [[package]] 10233 - name = "rust-embed-utils" 10234 - version = "8.5.0" 10235 - source = "registry+https://github.com/rust-lang/crates.io-index" 10236 - checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d" 10237 - dependencies = [ 10238 - "globset", 10239 - "sha2", 10240 - "walkdir", 10241 - ] 10242 - 10243 - [[package]] 10244 - name = "rust_decimal" 10245 - version = "1.36.0" 10246 - source = "registry+https://github.com/rust-lang/crates.io-index" 10247 - checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555" 10248 - dependencies = [ 10249 - "arrayvec", 10250 - "borsh", 10251 - "bytes 1.7.2", 10252 - "num-traits", 10253 - "rand 0.8.5", 10254 - "rkyv", 10255 - "serde", 10256 - "serde_json", 10257 - ] 10258 - 10259 - [[package]] 10260 - name = "rustc-demangle" 10261 - version = "0.1.24" 10262 - source = "registry+https://github.com/rust-lang/crates.io-index" 10263 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 10264 - 10265 - [[package]] 10266 - name = "rustc-hash" 10267 - version = "1.1.0" 10268 - source = "registry+https://github.com/rust-lang/crates.io-index" 10269 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 10270 - 10271 - [[package]] 10272 - name = "rustc-hash" 10273 - version = "2.0.0" 10274 - source = "registry+https://github.com/rust-lang/crates.io-index" 10275 - checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" 10276 - 10277 - [[package]] 10278 - name = "rustc_version" 10279 - version = "0.4.1" 10280 - source = "registry+https://github.com/rust-lang/crates.io-index" 10281 - checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 10282 - dependencies = [ 10283 - "semver", 10284 - ] 10285 - 10286 - [[package]] 10287 - name = "rustix" 10288 - version = "0.37.27" 10289 - source = "registry+https://github.com/rust-lang/crates.io-index" 10290 - checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" 10291 - dependencies = [ 10292 - "bitflags 1.3.2", 10293 - "errno 0.3.9", 10294 - "io-lifetimes 1.0.11", 10295 - "libc", 10296 - "linux-raw-sys 0.3.8", 10297 - "windows-sys 0.48.0", 10298 - ] 10299 - 10300 - [[package]] 10301 - name = "rustix" 10302 - version = "0.38.39" 10303 - source = "registry+https://github.com/rust-lang/crates.io-index" 10304 - checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee" 10305 - dependencies = [ 10306 - "bitflags 2.6.0", 10307 - "errno 0.3.9", 10308 - "itoa", 10309 - "libc", 10310 - "linux-raw-sys 0.4.14", 10311 - "once_cell", 10312 - "windows-sys 0.52.0", 10313 - ] 10314 - 10315 - [[package]] 10316 - name = "rustix-openpty" 10317 - version = "0.1.1" 10318 - source = "registry+https://github.com/rust-lang/crates.io-index" 10319 - checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12" 10320 - dependencies = [ 10321 - "errno 0.3.9", 10322 - "libc", 10323 - "rustix 0.38.39", 10324 - ] 10325 - 10326 - [[package]] 10327 - name = "rustls" 10328 - version = "0.21.12" 10329 - source = "registry+https://github.com/rust-lang/crates.io-index" 10330 - checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 10331 - dependencies = [ 10332 - "log", 10333 - "ring", 10334 - "rustls-webpki 0.101.7", 10335 - "sct", 10336 - ] 10337 - 10338 - [[package]] 10339 - name = "rustls" 10340 - version = "0.23.13" 10341 - source = "registry+https://github.com/rust-lang/crates.io-index" 10342 - checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8" 10343 - dependencies = [ 10344 - "once_cell", 10345 - "ring", 10346 - "rustls-pki-types", 10347 - "rustls-webpki 0.102.8", 10348 - "subtle", 10349 - "zeroize", 10350 - ] 10351 - 10352 - [[package]] 10353 - name = "rustls-native-certs" 10354 - version = "0.6.3" 10355 - source = "registry+https://github.com/rust-lang/crates.io-index" 10356 - checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" 10357 - dependencies = [ 10358 - "openssl-probe", 10359 - "rustls-pemfile 1.0.4", 10360 - "schannel", 10361 - "security-framework", 10362 - ] 10363 - 10364 - [[package]] 10365 - name = "rustls-native-certs" 10366 - version = "0.8.0" 10367 - source = "registry+https://github.com/rust-lang/crates.io-index" 10368 - checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a" 10369 - dependencies = [ 10370 - "openssl-probe", 10371 - "rustls-pemfile 2.1.3", 10372 - "rustls-pki-types", 10373 - "schannel", 10374 - "security-framework", 10375 - ] 10376 - 10377 - [[package]] 10378 - name = "rustls-pemfile" 10379 - version = "1.0.4" 10380 - source = "registry+https://github.com/rust-lang/crates.io-index" 10381 - checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 10382 - dependencies = [ 10383 - "base64 0.21.7", 10384 - ] 10385 - 10386 - [[package]] 10387 - name = "rustls-pemfile" 10388 - version = "2.1.3" 10389 - source = "registry+https://github.com/rust-lang/crates.io-index" 10390 - checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425" 10391 - dependencies = [ 10392 - "base64 0.22.1", 10393 - "rustls-pki-types", 10394 - ] 10395 - 10396 - [[package]] 10397 - name = "rustls-pki-types" 10398 - version = "1.8.0" 10399 - source = "registry+https://github.com/rust-lang/crates.io-index" 10400 - checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" 10401 - 10402 - [[package]] 10403 - name = "rustls-webpki" 10404 - version = "0.101.7" 10405 - source = "registry+https://github.com/rust-lang/crates.io-index" 10406 - checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 10407 - dependencies = [ 10408 - "ring", 10409 - "untrusted", 10410 - ] 10411 - 10412 - [[package]] 10413 - name = "rustls-webpki" 10414 - version = "0.102.8" 10415 - source = "registry+https://github.com/rust-lang/crates.io-index" 10416 - checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 10417 - dependencies = [ 10418 - "ring", 10419 - "rustls-pki-types", 10420 - "untrusted", 10421 - ] 10422 - 10423 - [[package]] 10424 - name = "rustversion" 10425 - version = "1.0.17" 10426 - source = "registry+https://github.com/rust-lang/crates.io-index" 10427 - checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 10428 - 10429 - [[package]] 10430 - name = "rustybuzz" 10431 - version = "0.14.1" 10432 - source = "registry+https://github.com/rust-lang/crates.io-index" 10433 - checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c" 10434 - dependencies = [ 10435 - "bitflags 2.6.0", 10436 - "bytemuck", 10437 - "libm", 10438 - "smallvec", 10439 - "ttf-parser", 10440 - "unicode-bidi-mirroring", 10441 - "unicode-ccc", 10442 - "unicode-properties", 10443 - "unicode-script", 10444 - ] 10445 - 10446 - [[package]] 10447 - name = "ryu" 10448 - version = "1.0.18" 10449 - source = "registry+https://github.com/rust-lang/crates.io-index" 10450 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 10451 - 10452 - [[package]] 10453 - name = "salsa20" 10454 - version = "0.10.2" 10455 - source = "registry+https://github.com/rust-lang/crates.io-index" 10456 - checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" 10457 - dependencies = [ 10458 - "cipher", 10459 - ] 10460 - 10461 - [[package]] 10462 - name = "same-file" 10463 - version = "1.0.6" 10464 - source = "registry+https://github.com/rust-lang/crates.io-index" 10465 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 10466 - dependencies = [ 10467 - "winapi-util", 10468 - ] 10469 - 10470 - [[package]] 10471 - name = "schannel" 10472 - version = "0.1.23" 10473 - source = "registry+https://github.com/rust-lang/crates.io-index" 10474 - checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 10475 - dependencies = [ 10476 - "windows-sys 0.52.0", 10477 - ] 10478 - 10479 - [[package]] 10480 - name = "schemars" 10481 - version = "0.8.21" 10482 - source = "registry+https://github.com/rust-lang/crates.io-index" 10483 - checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" 10484 - dependencies = [ 10485 - "dyn-clone", 10486 - "indexmap 1.9.3", 10487 - "schemars_derive", 10488 - "serde", 10489 - "serde_json", 10490 - ] 10491 - 10492 - [[package]] 10493 - name = "schemars_derive" 10494 - version = "0.8.21" 10495 - source = "registry+https://github.com/rust-lang/crates.io-index" 10496 - checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" 10497 - dependencies = [ 10498 - "proc-macro2", 10499 - "quote", 10500 - "serde_derive_internals 0.29.1", 10501 - "syn 2.0.87", 10502 - ] 10503 - 10504 - [[package]] 10505 - name = "scoped-tls" 10506 - version = "1.0.1" 10507 - source = "registry+https://github.com/rust-lang/crates.io-index" 10508 - checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 10509 - 10510 - [[package]] 10511 - name = "scopeguard" 10512 - version = "1.2.0" 10513 - source = "registry+https://github.com/rust-lang/crates.io-index" 10514 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 10515 - 10516 - [[package]] 10517 - name = "scrypt" 10518 - version = "0.11.0" 10519 - source = "registry+https://github.com/rust-lang/crates.io-index" 10520 - checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f" 10521 - dependencies = [ 10522 - "password-hash", 10523 - "pbkdf2", 10524 - "salsa20", 10525 - "sha2", 10526 - ] 10527 - 10528 - [[package]] 10529 - name = "sct" 10530 - version = "0.7.1" 10531 - source = "registry+https://github.com/rust-lang/crates.io-index" 10532 - checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 10533 - dependencies = [ 10534 - "ring", 10535 - "untrusted", 10536 - ] 10537 - 10538 - [[package]] 10539 - name = "sea-bae" 10540 - version = "0.2.0" 10541 - source = "registry+https://github.com/rust-lang/crates.io-index" 10542 - checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114" 10543 - dependencies = [ 10544 - "heck 0.4.1", 10545 - "proc-macro-error", 10546 - "proc-macro2", 10547 - "quote", 10548 - "syn 2.0.87", 10549 - ] 10550 - 10551 - [[package]] 10552 - name = "sea-orm" 10553 - version = "1.1.0-rc.1" 10554 - source = "registry+https://github.com/rust-lang/crates.io-index" 10555 - checksum = "1ef282b794f7d3426f61f530854705963b1941e7584ea84fb98528e504fac7c7" 10556 - dependencies = [ 10557 - "async-stream", 10558 - "async-trait", 10559 - "bigdecimal", 10560 - "chrono", 10561 - "futures 0.3.30", 10562 - "log", 10563 - "ouroboros", 10564 - "rust_decimal", 10565 - "sea-orm-macros", 10566 - "sea-query", 10567 - "sea-query-binder", 10568 - "serde", 10569 - "serde_json", 10570 - "sqlx", 10571 - "strum 0.26.3", 10572 - "thiserror", 10573 - "time", 10574 - "tracing", 10575 - "url", 10576 - "uuid", 10577 - ] 10578 - 10579 - [[package]] 10580 - name = "sea-orm-macros" 10581 - version = "1.1.0-rc.1" 10582 - source = "registry+https://github.com/rust-lang/crates.io-index" 10583 - checksum = "07aadcb2ee9fad78a3bf74f6430ba94865ab4d8ad237f978e99dafa97ee0df57" 10584 - dependencies = [ 10585 - "heck 0.4.1", 10586 - "proc-macro2", 10587 - "quote", 10588 - "sea-bae", 10589 - "syn 2.0.87", 10590 - "unicode-ident", 10591 - ] 10592 - 10593 - [[package]] 10594 - name = "sea-query" 10595 - version = "0.32.0-rc.1" 10596 - source = "registry+https://github.com/rust-lang/crates.io-index" 10597 - checksum = "6fba498acd58ce434669f273505cd07737065472eb541c3f813c7f4ce33993f5" 10598 - dependencies = [ 10599 - "bigdecimal", 10600 - "chrono", 10601 - "educe", 10602 - "inherent", 10603 - "ordered-float 3.9.2", 10604 - "rust_decimal", 10605 - "serde_json", 10606 - "time", 10607 - "uuid", 10608 - ] 10609 - 10610 - [[package]] 10611 - name = "sea-query-binder" 10612 - version = "0.7.0-rc.1" 10613 - source = "registry+https://github.com/rust-lang/crates.io-index" 10614 - checksum = "edc3296903e60ddc7c9f4601cd6ef31a4b1584bf22480587e00b9ef743071b57" 10615 - dependencies = [ 10616 - "bigdecimal", 10617 - "chrono", 10618 - "rust_decimal", 10619 - "sea-query", 10620 - "serde_json", 10621 - "sqlx", 10622 - "time", 10623 - "uuid", 10624 - ] 10625 - 10626 - [[package]] 10627 - name = "seahash" 10628 - version = "4.1.0" 10629 - source = "registry+https://github.com/rust-lang/crates.io-index" 10630 - checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 10631 - 10632 - [[package]] 10633 - name = "sealed" 10634 - version = "0.4.0" 10635 - source = "registry+https://github.com/rust-lang/crates.io-index" 10636 - checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c" 10637 - dependencies = [ 10638 - "heck 0.3.3", 10639 - "proc-macro2", 10640 - "quote", 10641 - "syn 1.0.109", 10642 - ] 10643 - 10644 - [[package]] 10645 - name = "search" 10646 - version = "0.1.0" 10647 - dependencies = [ 10648 - "any_vec", 10649 - "anyhow", 10650 - "bitflags 2.6.0", 10651 - "client", 10652 - "collections", 10653 - "editor", 10654 - "futures 0.3.30", 10655 - "gpui", 10656 - "language", 10657 - "menu", 10658 - "project", 10659 - "serde", 10660 - "serde_json", 10661 - "settings", 10662 - "smol", 10663 - "theme", 10664 - "ui", 10665 - "unindent", 10666 - "util", 10667 - "workspace", 10668 - ] 10669 - 10670 - [[package]] 10671 - name = "sec1" 10672 - version = "0.3.0" 10673 - source = "registry+https://github.com/rust-lang/crates.io-index" 10674 - checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" 10675 - dependencies = [ 10676 - "base16ct", 10677 - "der 0.6.1", 10678 - "generic-array", 10679 - "pkcs8 0.9.0", 10680 - "subtle", 10681 - "zeroize", 10682 - ] 10683 - 10684 - [[package]] 10685 - name = "security-framework" 10686 - version = "2.11.1" 10687 - source = "registry+https://github.com/rust-lang/crates.io-index" 10688 - checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 10689 - dependencies = [ 10690 - "bitflags 2.6.0", 10691 - "core-foundation 0.9.4", 10692 - "core-foundation-sys", 10693 - "libc", 10694 - "security-framework-sys", 10695 - ] 10696 - 10697 - [[package]] 10698 - name = "security-framework-sys" 10699 - version = "2.11.1" 10700 - source = "registry+https://github.com/rust-lang/crates.io-index" 10701 - checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf" 10702 - dependencies = [ 10703 - "core-foundation-sys", 10704 - "libc", 10705 - ] 10706 - 10707 - [[package]] 10708 - name = "self_cell" 10709 - version = "1.0.4" 10710 - source = "registry+https://github.com/rust-lang/crates.io-index" 10711 - checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a" 10712 - 10713 - [[package]] 10714 - name = "semantic_index" 10715 - version = "0.1.0" 10716 - dependencies = [ 10717 - "anyhow", 10718 - "arrayvec", 10719 - "blake3", 10720 - "client", 10721 - "clock", 10722 - "collections", 10723 - "env_logger 0.11.5", 10724 - "feature_flags", 10725 - "fs", 10726 - "futures 0.3.30", 10727 - "futures-batch", 10728 - "gpui", 10729 - "heed", 10730 - "http_client", 10731 - "language", 10732 - "language_model", 10733 - "languages", 10734 - "log", 10735 - "open_ai", 10736 - "parking_lot", 10737 - "project", 10738 - "reqwest_client", 10739 - "serde", 10740 - "serde_json", 10741 - "settings", 10742 - "sha2", 10743 - "smol", 10744 - "tempfile", 10745 - "theme", 10746 - "tree-sitter", 10747 - "ui", 10748 - "unindent", 10749 - "util", 10750 - "workspace", 10751 - "worktree", 10752 - ] 10753 - 10754 - [[package]] 10755 - name = "semantic_version" 10756 - version = "0.1.0" 10757 - dependencies = [ 10758 - "anyhow", 10759 - "serde", 10760 - ] 10761 - 10762 - [[package]] 10763 - name = "semver" 10764 - version = "1.0.23" 10765 - source = "registry+https://github.com/rust-lang/crates.io-index" 10766 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 10767 - dependencies = [ 10768 - "serde", 10769 - ] 10770 - 10771 - [[package]] 10772 - name = "serde" 10773 - version = "1.0.209" 10774 - source = "registry+https://github.com/rust-lang/crates.io-index" 10775 - checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09" 10776 - dependencies = [ 10777 - "serde_derive", 10778 - ] 10779 - 10780 - [[package]] 10781 - name = "serde_derive" 10782 - version = "1.0.209" 10783 - source = "registry+https://github.com/rust-lang/crates.io-index" 10784 - checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170" 10785 - dependencies = [ 10786 - "proc-macro2", 10787 - "quote", 10788 - "syn 2.0.87", 10789 - ] 10790 - 10791 - [[package]] 10792 - name = "serde_derive_internals" 10793 - version = "0.26.0" 10794 - source = "registry+https://github.com/rust-lang/crates.io-index" 10795 - checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c" 10796 - dependencies = [ 10797 - "proc-macro2", 10798 - "quote", 10799 - "syn 1.0.109", 10800 - ] 10801 - 10802 - [[package]] 10803 - name = "serde_derive_internals" 10804 - version = "0.29.1" 10805 - source = "registry+https://github.com/rust-lang/crates.io-index" 10806 - checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" 10807 - dependencies = [ 10808 - "proc-macro2", 10809 - "quote", 10810 - "syn 2.0.87", 10811 - ] 10812 - 10813 - [[package]] 10814 - name = "serde_fmt" 10815 - version = "1.0.3" 10816 - source = "registry+https://github.com/rust-lang/crates.io-index" 10817 - checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4" 10818 - dependencies = [ 10819 - "serde", 10820 - ] 10821 - 10822 - [[package]] 10823 - name = "serde_json" 10824 - version = "1.0.132" 10825 - source = "registry+https://github.com/rust-lang/crates.io-index" 10826 - checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" 10827 - dependencies = [ 10828 - "indexmap 2.4.0", 10829 - "itoa", 10830 - "memchr", 10831 - "ryu", 10832 - "serde", 10833 - ] 10834 - 10835 - [[package]] 10836 - name = "serde_json_lenient" 10837 - version = "0.2.1" 10838 - source = "registry+https://github.com/rust-lang/crates.io-index" 10839 - checksum = "a5d0bae483150302560d7cb52e7932f39b69a6fbdd099e48d33ef060a8c9c078" 10840 - dependencies = [ 10841 - "indexmap 2.4.0", 10842 - "itoa", 10843 - "ryu", 10844 - "serde", 10845 - ] 10846 - 10847 - [[package]] 10848 - name = "serde_path_to_error" 10849 - version = "0.1.16" 10850 - source = "registry+https://github.com/rust-lang/crates.io-index" 10851 - checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6" 10852 - dependencies = [ 10853 - "itoa", 10854 - "serde", 10855 - ] 10856 - 10857 - [[package]] 10858 - name = "serde_qs" 10859 - version = "0.8.5" 10860 - source = "registry+https://github.com/rust-lang/crates.io-index" 10861 - checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6" 10862 - dependencies = [ 10863 - "percent-encoding", 10864 - "serde", 10865 - "thiserror", 10866 - ] 10867 - 10868 - [[package]] 10869 - name = "serde_qs" 10870 - version = "0.10.1" 10871 - source = "registry+https://github.com/rust-lang/crates.io-index" 10872 - checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa" 10873 - dependencies = [ 10874 - "percent-encoding", 10875 - "serde", 10876 - "thiserror", 10877 - ] 10878 - 10879 - [[package]] 10880 - name = "serde_repr" 10881 - version = "0.1.19" 10882 - source = "registry+https://github.com/rust-lang/crates.io-index" 10883 - checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" 10884 - dependencies = [ 10885 - "proc-macro2", 10886 - "quote", 10887 - "syn 2.0.87", 10888 - ] 10889 - 10890 - [[package]] 10891 - name = "serde_spanned" 10892 - version = "0.6.7" 10893 - source = "registry+https://github.com/rust-lang/crates.io-index" 10894 - checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" 10895 - dependencies = [ 10896 - "serde", 10897 - ] 10898 - 10899 - [[package]] 10900 - name = "serde_urlencoded" 10901 - version = "0.7.1" 10902 - source = "registry+https://github.com/rust-lang/crates.io-index" 10903 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 10904 - dependencies = [ 10905 - "form_urlencoded", 10906 - "itoa", 10907 - "ryu", 10908 - "serde", 10909 - ] 10910 - 10911 - [[package]] 10912 - name = "session" 10913 - version = "0.1.0" 10914 - dependencies = [ 10915 - "db", 10916 - "gpui", 10917 - "serde_json", 10918 - "util", 10919 - "uuid", 10920 - ] 10921 - 10922 - [[package]] 10923 - name = "settings" 10924 - version = "0.1.0" 10925 - dependencies = [ 10926 - "anyhow", 10927 - "collections", 10928 - "ec4rs", 10929 - "fs", 10930 - "futures 0.3.30", 10931 - "gpui", 10932 - "indoc", 10933 - "log", 10934 - "paths", 10935 - "pretty_assertions", 10936 - "release_channel", 10937 - "rust-embed", 10938 - "schemars", 10939 - "serde", 10940 - "serde_derive", 10941 - "serde_json", 10942 - "serde_json_lenient", 10943 - "smallvec", 10944 - "tree-sitter", 10945 - "tree-sitter-json", 10946 - "unindent", 10947 - "util", 10948 - ] 10949 - 10950 - [[package]] 10951 - name = "settings_ui" 10952 - version = "0.1.0" 10953 - dependencies = [ 10954 - "command_palette_hooks", 10955 - "editor", 10956 - "feature_flags", 10957 - "gpui", 10958 - "settings", 10959 - "theme", 10960 - "ui", 10961 - "workspace", 10962 - ] 10963 - 10964 - [[package]] 10965 - name = "sha1" 10966 - version = "0.10.6" 10967 - source = "registry+https://github.com/rust-lang/crates.io-index" 10968 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 10969 - dependencies = [ 10970 - "cfg-if", 10971 - "cpufeatures", 10972 - "digest", 10973 - ] 10974 - 10975 - [[package]] 10976 - name = "sha1_smol" 10977 - version = "1.0.1" 10978 - source = "registry+https://github.com/rust-lang/crates.io-index" 10979 - checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 10980 - 10981 - [[package]] 10982 - name = "sha2" 10983 - version = "0.10.8" 10984 - source = "registry+https://github.com/rust-lang/crates.io-index" 10985 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 10986 - dependencies = [ 10987 - "cfg-if", 10988 - "cpufeatures", 10989 - "digest", 10990 - ] 10991 - 10992 - [[package]] 10993 - name = "sharded-slab" 10994 - version = "0.1.7" 10995 - source = "registry+https://github.com/rust-lang/crates.io-index" 10996 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 10997 - dependencies = [ 10998 - "lazy_static", 10999 - ] 11000 - 11001 - [[package]] 11002 - name = "shell-words" 11003 - version = "1.1.0" 11004 - source = "registry+https://github.com/rust-lang/crates.io-index" 11005 - checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" 11006 - 11007 - [[package]] 11008 - name = "shellexpand" 11009 - version = "2.1.2" 11010 - source = "registry+https://github.com/rust-lang/crates.io-index" 11011 - checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4" 11012 - dependencies = [ 11013 - "dirs 4.0.0", 11014 - ] 11015 - 11016 - [[package]] 11017 - name = "shellexpand" 11018 - version = "3.1.0" 11019 - source = "registry+https://github.com/rust-lang/crates.io-index" 11020 - checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" 11021 - dependencies = [ 11022 - "dirs 5.0.1", 11023 - ] 11024 - 11025 - [[package]] 11026 - name = "shlex" 11027 - version = "1.3.0" 11028 - source = "registry+https://github.com/rust-lang/crates.io-index" 11029 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 11030 - 11031 - [[package]] 11032 - name = "signal-hook" 11033 - version = "0.3.17" 11034 - source = "registry+https://github.com/rust-lang/crates.io-index" 11035 - checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 11036 - dependencies = [ 11037 - "libc", 11038 - "signal-hook-registry", 11039 - ] 11040 - 11041 - [[package]] 11042 - name = "signal-hook-registry" 11043 - version = "1.4.2" 11044 - source = "registry+https://github.com/rust-lang/crates.io-index" 11045 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 11046 - dependencies = [ 11047 - "libc", 11048 - ] 11049 - 11050 - [[package]] 11051 - name = "signature" 11052 - version = "1.6.4" 11053 - source = "registry+https://github.com/rust-lang/crates.io-index" 11054 - checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" 11055 - dependencies = [ 11056 - "digest", 11057 - "rand_core 0.6.4", 11058 - ] 11059 - 11060 - [[package]] 11061 - name = "signature" 11062 - version = "2.2.0" 11063 - source = "registry+https://github.com/rust-lang/crates.io-index" 11064 - checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 11065 - dependencies = [ 11066 - "digest", 11067 - "rand_core 0.6.4", 11068 - ] 11069 - 11070 - [[package]] 11071 - name = "simd-adler32" 11072 - version = "0.3.7" 11073 - source = "registry+https://github.com/rust-lang/crates.io-index" 11074 - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 11075 - 11076 - [[package]] 11077 - name = "simd_helpers" 11078 - version = "0.1.0" 11079 - source = "registry+https://github.com/rust-lang/crates.io-index" 11080 - checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6" 11081 - dependencies = [ 11082 - "quote", 11083 - ] 11084 - 11085 - [[package]] 11086 - name = "simdutf8" 11087 - version = "0.1.4" 11088 - source = "registry+https://github.com/rust-lang/crates.io-index" 11089 - checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" 11090 - 11091 - [[package]] 11092 - name = "similar" 11093 - version = "1.3.0" 11094 - source = "registry+https://github.com/rust-lang/crates.io-index" 11095 - checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec" 11096 - 11097 - [[package]] 11098 - name = "simple_asn1" 11099 - version = "0.6.2" 11100 - source = "registry+https://github.com/rust-lang/crates.io-index" 11101 - checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" 11102 - dependencies = [ 11103 - "num-bigint", 11104 - "num-traits", 11105 - "thiserror", 11106 - "time", 11107 - ] 11108 - 11109 - [[package]] 11110 - name = "simplecss" 11111 - version = "0.2.1" 11112 - source = "registry+https://github.com/rust-lang/crates.io-index" 11113 - checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d" 11114 - dependencies = [ 11115 - "log", 11116 - ] 11117 - 11118 - [[package]] 11119 - name = "simplelog" 11120 - version = "0.12.2" 11121 - source = "registry+https://github.com/rust-lang/crates.io-index" 11122 - checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0" 11123 - dependencies = [ 11124 - "log", 11125 - "termcolor", 11126 - "time", 11127 - ] 11128 - 11129 - [[package]] 11130 - name = "siphasher" 11131 - version = "0.3.11" 11132 - source = "registry+https://github.com/rust-lang/crates.io-index" 11133 - checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 11134 - 11135 - [[package]] 11136 - name = "siphasher" 11137 - version = "1.0.1" 11138 - source = "registry+https://github.com/rust-lang/crates.io-index" 11139 - checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 11140 - 11141 - [[package]] 11142 - name = "skrifa" 11143 - version = "0.20.0" 11144 - source = "registry+https://github.com/rust-lang/crates.io-index" 11145 - checksum = "abea4738067b1e628c6ce28b2c216c19e9ea95715cdb332680e821c3bec2ef23" 11146 - dependencies = [ 11147 - "bytemuck", 11148 - "read-fonts", 11149 - ] 11150 - 11151 - [[package]] 11152 - name = "slab" 11153 - version = "0.4.9" 11154 - source = "registry+https://github.com/rust-lang/crates.io-index" 11155 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 11156 - dependencies = [ 11157 - "autocfg", 11158 - ] 11159 - 11160 - [[package]] 11161 - name = "slash_commands_example" 11162 - version = "0.1.0" 11163 - dependencies = [ 11164 - "zed_extension_api 0.1.0", 11165 - ] 11166 - 11167 - [[package]] 11168 - name = "slice-group-by" 11169 - version = "0.3.1" 11170 - source = "registry+https://github.com/rust-lang/crates.io-index" 11171 - checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" 11172 - 11173 - [[package]] 11174 - name = "slotmap" 11175 - version = "1.0.7" 11176 - source = "registry+https://github.com/rust-lang/crates.io-index" 11177 - checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" 11178 - dependencies = [ 11179 - "version_check", 11180 - ] 11181 - 11182 - [[package]] 11183 - name = "smallvec" 11184 - version = "1.13.2" 11185 - source = "registry+https://github.com/rust-lang/crates.io-index" 11186 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 11187 - dependencies = [ 11188 - "serde", 11189 - ] 11190 - 11191 - [[package]] 11192 - name = "smart-default" 11193 - version = "0.6.0" 11194 - source = "registry+https://github.com/rust-lang/crates.io-index" 11195 - checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6" 11196 - dependencies = [ 11197 - "proc-macro2", 11198 - "quote", 11199 - "syn 1.0.109", 11200 - ] 11201 - 11202 - [[package]] 11203 - name = "smol" 11204 - version = "1.3.0" 11205 - source = "registry+https://github.com/rust-lang/crates.io-index" 11206 - checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1" 11207 - dependencies = [ 11208 - "async-channel 1.9.0", 11209 - "async-executor", 11210 - "async-fs 1.6.0", 11211 - "async-io 1.13.0", 11212 - "async-lock 2.8.0", 11213 - "async-net 1.8.0", 11214 - "async-process 1.8.1", 11215 - "blocking", 11216 - "futures-lite 1.13.0", 11217 - ] 11218 - 11219 - [[package]] 11220 - name = "smol_str" 11221 - version = "0.1.24" 11222 - source = "registry+https://github.com/rust-lang/crates.io-index" 11223 - checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9" 11224 - dependencies = [ 11225 - "serde", 11226 - ] 11227 - 11228 - [[package]] 11229 - name = "snippet" 11230 - version = "0.1.0" 11231 - dependencies = [ 11232 - "anyhow", 11233 - "smallvec", 11234 - ] 11235 - 11236 - [[package]] 11237 - name = "snippet_provider" 11238 - version = "0.1.0" 11239 - dependencies = [ 11240 - "anyhow", 11241 - "collections", 11242 - "fs", 11243 - "futures 0.3.30", 11244 - "gpui", 11245 - "parking_lot", 11246 - "paths", 11247 - "serde", 11248 - "serde_json", 11249 - "snippet", 11250 - "util", 11251 - ] 11252 - 11253 - [[package]] 11254 - name = "snippets_ui" 11255 - version = "0.1.0" 11256 - dependencies = [ 11257 - "fuzzy", 11258 - "gpui", 11259 - "language", 11260 - "paths", 11261 - "picker", 11262 - "ui", 11263 - "util", 11264 - "workspace", 11265 - ] 11266 - 11267 - [[package]] 11268 - name = "socket2" 11269 - version = "0.4.10" 11270 - source = "registry+https://github.com/rust-lang/crates.io-index" 11271 - checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" 11272 - dependencies = [ 11273 - "libc", 11274 - "winapi", 11275 - ] 11276 - 11277 - [[package]] 11278 - name = "socket2" 11279 - version = "0.5.7" 11280 - source = "registry+https://github.com/rust-lang/crates.io-index" 11281 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 11282 - dependencies = [ 11283 - "libc", 11284 - "windows-sys 0.52.0", 11285 - ] 11286 - 11287 - [[package]] 11288 - name = "spdx" 11289 - version = "0.10.6" 11290 - source = "registry+https://github.com/rust-lang/crates.io-index" 11291 - checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc" 11292 - dependencies = [ 11293 - "smallvec", 11294 - ] 11295 - 11296 - [[package]] 11297 - name = "spin" 11298 - version = "0.9.8" 11299 - source = "registry+https://github.com/rust-lang/crates.io-index" 11300 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 11301 - dependencies = [ 11302 - "lock_api", 11303 - ] 11304 - 11305 - [[package]] 11306 - name = "spirv" 11307 - version = "0.3.0+sdk-1.3.268.0" 11308 - source = "registry+https://github.com/rust-lang/crates.io-index" 11309 - checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 11310 - dependencies = [ 11311 - "bitflags 2.6.0", 11312 - ] 11313 - 11314 - [[package]] 11315 - name = "spki" 11316 - version = "0.6.0" 11317 - source = "registry+https://github.com/rust-lang/crates.io-index" 11318 - checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" 11319 - dependencies = [ 11320 - "base64ct", 11321 - "der 0.6.1", 11322 - ] 11323 - 11324 - [[package]] 11325 - name = "spki" 11326 - version = "0.7.3" 11327 - source = "registry+https://github.com/rust-lang/crates.io-index" 11328 - checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 11329 - dependencies = [ 11330 - "base64ct", 11331 - "der 0.7.9", 11332 - ] 11333 - 11334 - [[package]] 11335 - name = "sptr" 11336 - version = "0.3.2" 11337 - source = "registry+https://github.com/rust-lang/crates.io-index" 11338 - checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a" 11339 - 11340 - [[package]] 11341 - name = "sqlez" 11342 - version = "0.1.0" 11343 - dependencies = [ 11344 - "anyhow", 11345 - "collections", 11346 - "futures 0.3.30", 11347 - "indoc", 11348 - "libsqlite3-sys", 11349 - "parking_lot", 11350 - "smol", 11351 - "sqlformat", 11352 - "thread_local", 11353 - "util", 11354 - "uuid", 11355 - ] 11356 - 11357 - [[package]] 11358 - name = "sqlez_macros" 11359 - version = "0.1.0" 11360 - dependencies = [ 11361 - "sqlez", 11362 - "sqlformat", 11363 - "syn 1.0.109", 11364 - ] 11365 - 11366 - [[package]] 11367 - name = "sqlformat" 11368 - version = "0.2.6" 11369 - source = "registry+https://github.com/rust-lang/crates.io-index" 11370 - checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790" 11371 - dependencies = [ 11372 - "nom", 11373 - "unicode_categories", 11374 - ] 11375 - 11376 - [[package]] 11377 - name = "sqlx" 11378 - version = "0.8.0" 11379 - source = "registry+https://github.com/rust-lang/crates.io-index" 11380 - checksum = "27144619c6e5802f1380337a209d2ac1c431002dd74c6e60aebff3c506dc4f0c" 11381 - dependencies = [ 11382 - "sqlx-core", 11383 - "sqlx-macros", 11384 - "sqlx-mysql", 11385 - "sqlx-postgres", 11386 - "sqlx-sqlite", 11387 - ] 11388 - 11389 - [[package]] 11390 - name = "sqlx-core" 11391 - version = "0.8.0" 11392 - source = "registry+https://github.com/rust-lang/crates.io-index" 11393 - checksum = "a999083c1af5b5d6c071d34a708a19ba3e02106ad82ef7bbd69f5e48266b613b" 11394 - dependencies = [ 11395 - "atoi", 11396 - "bigdecimal", 11397 - "byteorder", 11398 - "bytes 1.7.2", 11399 - "chrono", 11400 - "crc", 11401 - "crossbeam-queue", 11402 - "either", 11403 - "event-listener 5.3.1", 11404 - "futures-channel", 11405 - "futures-core", 11406 - "futures-intrusive", 11407 - "futures-io", 11408 - "futures-util", 11409 - "hashbrown 0.14.5", 11410 - "hashlink 0.9.1", 11411 - "hex", 11412 - "indexmap 2.4.0", 11413 - "log", 11414 - "memchr", 11415 - "once_cell", 11416 - "paste", 11417 - "percent-encoding", 11418 - "rust_decimal", 11419 - "rustls 0.21.12", 11420 - "rustls-pemfile 1.0.4", 11421 - "serde", 11422 - "serde_json", 11423 - "sha2", 11424 - "smallvec", 11425 - "sqlformat", 11426 - "thiserror", 11427 - "time", 11428 - "tokio", 11429 - "tokio-stream", 11430 - "tracing", 11431 - "url", 11432 - "uuid", 11433 - "webpki-roots 0.25.4", 11434 - ] 11435 - 11436 - [[package]] 11437 - name = "sqlx-macros" 11438 - version = "0.8.0" 11439 - source = "registry+https://github.com/rust-lang/crates.io-index" 11440 - checksum = "a23217eb7d86c584b8cbe0337b9eacf12ab76fe7673c513141ec42565698bb88" 11441 - dependencies = [ 11442 - "proc-macro2", 11443 - "quote", 11444 - "sqlx-core", 11445 - "sqlx-macros-core", 11446 - "syn 2.0.87", 11447 - ] 11448 - 11449 - [[package]] 11450 - name = "sqlx-macros-core" 11451 - version = "0.8.0" 11452 - source = "registry+https://github.com/rust-lang/crates.io-index" 11453 - checksum = "1a099220ae541c5db479c6424bdf1b200987934033c2584f79a0e1693601e776" 11454 - dependencies = [ 11455 - "dotenvy", 11456 - "either", 11457 - "heck 0.5.0", 11458 - "hex", 11459 - "once_cell", 11460 - "proc-macro2", 11461 - "quote", 11462 - "serde", 11463 - "serde_json", 11464 - "sha2", 11465 - "sqlx-core", 11466 - "sqlx-mysql", 11467 - "sqlx-postgres", 11468 - "sqlx-sqlite", 11469 - "syn 2.0.87", 11470 - "tempfile", 11471 - "tokio", 11472 - "url", 11473 - ] 11474 - 11475 - [[package]] 11476 - name = "sqlx-mysql" 11477 - version = "0.8.0" 11478 - source = "registry+https://github.com/rust-lang/crates.io-index" 11479 - checksum = "5afe4c38a9b417b6a9a5eeffe7235d0a106716495536e7727d1c7f4b1ff3eba6" 11480 - dependencies = [ 11481 - "atoi", 11482 - "base64 0.22.1", 11483 - "bigdecimal", 11484 - "bitflags 2.6.0", 11485 - "byteorder", 11486 - "bytes 1.7.2", 11487 - "chrono", 11488 - "crc", 11489 - "digest", 11490 - "dotenvy", 11491 - "either", 11492 - "futures-channel", 11493 - "futures-core", 11494 - "futures-io", 11495 - "futures-util", 11496 - "generic-array", 11497 - "hex", 11498 - "hkdf", 11499 - "hmac", 11500 - "itoa", 11501 - "log", 11502 - "md-5", 11503 - "memchr", 11504 - "once_cell", 11505 - "percent-encoding", 11506 - "rand 0.8.5", 11507 - "rsa", 11508 - "rust_decimal", 11509 - "serde", 11510 - "sha1", 11511 - "sha2", 11512 - "smallvec", 11513 - "sqlx-core", 11514 - "stringprep", 11515 - "thiserror", 11516 - "time", 11517 - "tracing", 11518 - "uuid", 11519 - "whoami", 11520 - ] 11521 - 11522 - [[package]] 11523 - name = "sqlx-postgres" 11524 - version = "0.8.0" 11525 - source = "registry+https://github.com/rust-lang/crates.io-index" 11526 - checksum = "b1dbb157e65f10dbe01f729339c06d239120221c9ad9fa0ba8408c4cc18ecf21" 11527 - dependencies = [ 11528 - "atoi", 11529 - "base64 0.22.1", 11530 - "bigdecimal", 11531 - "bitflags 2.6.0", 11532 - "byteorder", 11533 - "chrono", 11534 - "crc", 11535 - "dotenvy", 11536 - "etcetera", 11537 - "futures-channel", 11538 - "futures-core", 11539 - "futures-io", 11540 - "futures-util", 11541 - "hex", 11542 - "hkdf", 11543 - "hmac", 11544 - "home", 11545 - "itoa", 11546 - "log", 11547 - "md-5", 11548 - "memchr", 11549 - "num-bigint", 11550 - "once_cell", 11551 - "rand 0.8.5", 11552 - "rust_decimal", 11553 - "serde", 11554 - "serde_json", 11555 - "sha2", 11556 - "smallvec", 11557 - "sqlx-core", 11558 - "stringprep", 11559 - "thiserror", 11560 - "time", 11561 - "tracing", 11562 - "uuid", 11563 - "whoami", 11564 - ] 11565 - 11566 - [[package]] 11567 - name = "sqlx-sqlite" 11568 - version = "0.8.0" 11569 - source = "registry+https://github.com/rust-lang/crates.io-index" 11570 - checksum = "9b2cdd83c008a622d94499c0006d8ee5f821f36c89b7d625c900e5dc30b5c5ee" 11571 - dependencies = [ 11572 - "atoi", 11573 - "chrono", 11574 - "flume", 11575 - "futures-channel", 11576 - "futures-core", 11577 - "futures-executor", 11578 - "futures-intrusive", 11579 - "futures-util", 11580 - "libsqlite3-sys", 11581 - "log", 11582 - "percent-encoding", 11583 - "serde", 11584 - "serde_urlencoded", 11585 - "sqlx-core", 11586 - "time", 11587 - "tracing", 11588 - "url", 11589 - "uuid", 11590 - ] 11591 - 11592 - [[package]] 11593 - name = "stable_deref_trait" 11594 - version = "1.2.0" 11595 - source = "registry+https://github.com/rust-lang/crates.io-index" 11596 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 11597 - 11598 - [[package]] 11599 - name = "static_assertions" 11600 - version = "1.1.0" 11601 - source = "registry+https://github.com/rust-lang/crates.io-index" 11602 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 11603 - 11604 - [[package]] 11605 - name = "story" 11606 - version = "0.1.0" 11607 - dependencies = [ 11608 - "gpui", 11609 - "itertools 0.13.0", 11610 - "smallvec", 11611 - ] 11612 - 11613 - [[package]] 11614 - name = "storybook" 11615 - version = "0.1.0" 11616 - dependencies = [ 11617 - "anyhow", 11618 - "clap", 11619 - "collab_ui", 11620 - "ctrlc", 11621 - "dialoguer", 11622 - "editor", 11623 - "fuzzy", 11624 - "gpui", 11625 - "indoc", 11626 - "language", 11627 - "log", 11628 - "menu", 11629 - "picker", 11630 - "project", 11631 - "reqwest_client", 11632 - "rust-embed", 11633 - "settings", 11634 - "simplelog", 11635 - "story", 11636 - "strum 0.25.0", 11637 - "theme", 11638 - "title_bar", 11639 - "ui", 11640 - ] 11641 - 11642 - [[package]] 11643 - name = "strict-num" 11644 - version = "0.1.1" 11645 - source = "registry+https://github.com/rust-lang/crates.io-index" 11646 - checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 11647 - dependencies = [ 11648 - "float-cmp", 11649 - ] 11650 - 11651 - [[package]] 11652 - name = "string_cache" 11653 - version = "0.8.7" 11654 - source = "registry+https://github.com/rust-lang/crates.io-index" 11655 - checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 11656 - dependencies = [ 11657 - "new_debug_unreachable", 11658 - "once_cell", 11659 - "parking_lot", 11660 - "phf_shared 0.10.0", 11661 - "precomputed-hash", 11662 - "serde", 11663 - ] 11664 - 11665 - [[package]] 11666 - name = "string_cache_codegen" 11667 - version = "0.5.2" 11668 - source = "registry+https://github.com/rust-lang/crates.io-index" 11669 - checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" 11670 - dependencies = [ 11671 - "phf_generator 0.10.0", 11672 - "phf_shared 0.10.0", 11673 - "proc-macro2", 11674 - "quote", 11675 - ] 11676 - 11677 - [[package]] 11678 - name = "stringprep" 11679 - version = "0.1.5" 11680 - source = "registry+https://github.com/rust-lang/crates.io-index" 11681 - checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 11682 - dependencies = [ 11683 - "unicode-bidi", 11684 - "unicode-normalization", 11685 - "unicode-properties", 11686 - ] 11687 - 11688 - [[package]] 11689 - name = "strsim" 11690 - version = "0.11.1" 11691 - source = "registry+https://github.com/rust-lang/crates.io-index" 11692 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 11693 - 11694 - [[package]] 11695 - name = "strum" 11696 - version = "0.25.0" 11697 - source = "registry+https://github.com/rust-lang/crates.io-index" 11698 - checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" 11699 - dependencies = [ 11700 - "strum_macros", 11701 - ] 11702 - 11703 - [[package]] 11704 - name = "strum" 11705 - version = "0.26.3" 11706 - source = "registry+https://github.com/rust-lang/crates.io-index" 11707 - checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 11708 - 11709 - [[package]] 11710 - name = "strum_macros" 11711 - version = "0.25.3" 11712 - source = "registry+https://github.com/rust-lang/crates.io-index" 11713 - checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" 11714 - dependencies = [ 11715 - "heck 0.4.1", 11716 - "proc-macro2", 11717 - "quote", 11718 - "rustversion", 11719 - "syn 2.0.87", 11720 - ] 11721 - 11722 - [[package]] 11723 - name = "subtle" 11724 - version = "2.6.1" 11725 - source = "registry+https://github.com/rust-lang/crates.io-index" 11726 - checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 11727 - 11728 - [[package]] 11729 - name = "sum_tree" 11730 - version = "0.1.0" 11731 - dependencies = [ 11732 - "arrayvec", 11733 - "ctor", 11734 - "env_logger 0.11.5", 11735 - "log", 11736 - "rand 0.8.5", 11737 - "rayon", 11738 - ] 11739 - 11740 - [[package]] 11741 - name = "supermaven" 11742 - version = "0.1.0" 11743 - dependencies = [ 11744 - "anyhow", 11745 - "client", 11746 - "collections", 11747 - "editor", 11748 - "env_logger 0.11.5", 11749 - "futures 0.3.30", 11750 - "gpui", 11751 - "http_client", 11752 - "language", 11753 - "log", 11754 - "postage", 11755 - "project", 11756 - "serde", 11757 - "serde_json", 11758 - "settings", 11759 - "smol", 11760 - "supermaven_api", 11761 - "text", 11762 - "theme", 11763 - "ui", 11764 - "unicode-segmentation", 11765 - "util", 11766 - "windows 0.58.0", 11767 - ] 11768 - 11769 - [[package]] 11770 - name = "supermaven_api" 11771 - version = "0.1.0" 11772 - dependencies = [ 11773 - "anyhow", 11774 - "futures 0.3.30", 11775 - "http_client", 11776 - "paths", 11777 - "serde", 11778 - "serde_json", 11779 - "smol", 11780 - ] 11781 - 11782 - [[package]] 11783 - name = "sval" 11784 - version = "2.13.0" 11785 - source = "registry+https://github.com/rust-lang/crates.io-index" 11786 - checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe" 11787 - 11788 - [[package]] 11789 - name = "sval_buffer" 11790 - version = "2.13.0" 11791 - source = "registry+https://github.com/rust-lang/crates.io-index" 11792 - checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d" 11793 - dependencies = [ 11794 - "sval", 11795 - "sval_ref", 11796 - ] 11797 - 11798 - [[package]] 11799 - name = "sval_dynamic" 11800 - version = "2.13.0" 11801 - source = "registry+https://github.com/rust-lang/crates.io-index" 11802 - checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f" 11803 - dependencies = [ 11804 - "sval", 11805 - ] 11806 - 11807 - [[package]] 11808 - name = "sval_fmt" 11809 - version = "2.13.0" 11810 - source = "registry+https://github.com/rust-lang/crates.io-index" 11811 - checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d" 11812 - dependencies = [ 11813 - "itoa", 11814 - "ryu", 11815 - "sval", 11816 - ] 11817 - 11818 - [[package]] 11819 - name = "sval_json" 11820 - version = "2.13.0" 11821 - source = "registry+https://github.com/rust-lang/crates.io-index" 11822 - checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282" 11823 - dependencies = [ 11824 - "itoa", 11825 - "ryu", 11826 - "sval", 11827 - ] 11828 - 11829 - [[package]] 11830 - name = "sval_nested" 11831 - version = "2.13.0" 11832 - source = "registry+https://github.com/rust-lang/crates.io-index" 11833 - checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb" 11834 - dependencies = [ 11835 - "sval", 11836 - "sval_buffer", 11837 - "sval_ref", 11838 - ] 11839 - 11840 - [[package]] 11841 - name = "sval_ref" 11842 - version = "2.13.0" 11843 - source = "registry+https://github.com/rust-lang/crates.io-index" 11844 - checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce" 11845 - dependencies = [ 11846 - "sval", 11847 - ] 11848 - 11849 - [[package]] 11850 - name = "sval_serde" 11851 - version = "2.13.0" 11852 - source = "registry+https://github.com/rust-lang/crates.io-index" 11853 - checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46" 11854 - dependencies = [ 11855 - "serde", 11856 - "sval", 11857 - "sval_nested", 11858 - ] 11859 - 11860 - [[package]] 11861 - name = "svg_fmt" 11862 - version = "0.4.3" 11863 - source = "registry+https://github.com/rust-lang/crates.io-index" 11864 - checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca" 11865 - 11866 - [[package]] 11867 - name = "svgtypes" 11868 - version = "0.15.2" 11869 - source = "registry+https://github.com/rust-lang/crates.io-index" 11870 - checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e" 11871 - dependencies = [ 11872 - "kurbo", 11873 - "siphasher 1.0.1", 11874 - ] 11875 - 11876 - [[package]] 11877 - name = "swash" 11878 - version = "0.1.18" 11879 - source = "registry+https://github.com/rust-lang/crates.io-index" 11880 - checksum = "93cdc334a50fcc2aa3f04761af3b28196280a6aaadb1ef11215c478ae32615ac" 11881 - dependencies = [ 11882 - "skrifa", 11883 - "yazi", 11884 - "zeno", 11885 - ] 11886 - 11887 - [[package]] 11888 - name = "syn" 11889 - version = "1.0.109" 11890 - source = "registry+https://github.com/rust-lang/crates.io-index" 11891 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 11892 - dependencies = [ 11893 - "proc-macro2", 11894 - "quote", 11895 - "unicode-ident", 11896 - ] 11897 - 11898 - [[package]] 11899 - name = "syn" 11900 - version = "2.0.87" 11901 - source = "registry+https://github.com/rust-lang/crates.io-index" 11902 - checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d" 11903 - dependencies = [ 11904 - "proc-macro2", 11905 - "quote", 11906 - "unicode-ident", 11907 - ] 11908 - 11909 - [[package]] 11910 - name = "syn_derive" 11911 - version = "0.1.8" 11912 - source = "registry+https://github.com/rust-lang/crates.io-index" 11913 - checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b" 11914 - dependencies = [ 11915 - "proc-macro-error", 11916 - "proc-macro2", 11917 - "quote", 11918 - "syn 2.0.87", 11919 - ] 11920 - 11921 - [[package]] 11922 - name = "sync_wrapper" 11923 - version = "0.1.2" 11924 - source = "registry+https://github.com/rust-lang/crates.io-index" 11925 - checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 11926 - 11927 - [[package]] 11928 - name = "sync_wrapper" 11929 - version = "1.0.1" 11930 - source = "registry+https://github.com/rust-lang/crates.io-index" 11931 - checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 11932 - dependencies = [ 11933 - "futures-core", 11934 - ] 11935 - 11936 - [[package]] 11937 - name = "synchronoise" 11938 - version = "1.0.1" 11939 - source = "registry+https://github.com/rust-lang/crates.io-index" 11940 - checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2" 11941 - dependencies = [ 11942 - "crossbeam-queue", 11943 - ] 11944 - 11945 - [[package]] 11946 - name = "synstructure" 11947 - version = "0.13.1" 11948 - source = "registry+https://github.com/rust-lang/crates.io-index" 11949 - checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 11950 - dependencies = [ 11951 - "proc-macro2", 11952 - "quote", 11953 - "syn 2.0.87", 11954 - ] 11955 - 11956 - [[package]] 11957 - name = "sys-locale" 11958 - version = "0.3.2" 11959 - source = "registry+https://github.com/rust-lang/crates.io-index" 11960 - checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4" 11961 - dependencies = [ 11962 - "libc", 11963 - ] 11964 - 11965 - [[package]] 11966 - name = "sysinfo" 11967 - version = "0.31.4" 11968 - source = "registry+https://github.com/rust-lang/crates.io-index" 11969 - checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" 11970 - dependencies = [ 11971 - "core-foundation-sys", 11972 - "libc", 11973 - "memchr", 11974 - "ntapi", 11975 - "rayon", 11976 - "windows 0.54.0", 11977 - ] 11978 - 11979 - [[package]] 11980 - name = "system-configuration" 11981 - version = "0.5.1" 11982 - source = "registry+https://github.com/rust-lang/crates.io-index" 11983 - checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 11984 - dependencies = [ 11985 - "bitflags 1.3.2", 11986 - "core-foundation 0.9.4", 11987 - "system-configuration-sys 0.5.0", 11988 - ] 11989 - 11990 - [[package]] 11991 - name = "system-configuration" 11992 - version = "0.6.1" 11993 - source = "registry+https://github.com/rust-lang/crates.io-index" 11994 - checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 11995 - dependencies = [ 11996 - "bitflags 2.6.0", 11997 - "core-foundation 0.9.4", 11998 - "system-configuration-sys 0.6.0", 11999 - ] 12000 - 12001 - [[package]] 12002 - name = "system-configuration-sys" 12003 - version = "0.5.0" 12004 - source = "registry+https://github.com/rust-lang/crates.io-index" 12005 - checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 12006 - dependencies = [ 12007 - "core-foundation-sys", 12008 - "libc", 12009 - ] 12010 - 12011 - [[package]] 12012 - name = "system-configuration-sys" 12013 - version = "0.6.0" 12014 - source = "registry+https://github.com/rust-lang/crates.io-index" 12015 - checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 12016 - dependencies = [ 12017 - "core-foundation-sys", 12018 - "libc", 12019 - ] 12020 - 12021 - [[package]] 12022 - name = "system-deps" 12023 - version = "6.2.2" 12024 - source = "registry+https://github.com/rust-lang/crates.io-index" 12025 - checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349" 12026 - dependencies = [ 12027 - "cfg-expr", 12028 - "heck 0.5.0", 12029 - "pkg-config", 12030 - "toml 0.8.19", 12031 - "version-compare", 12032 - ] 12033 - 12034 - [[package]] 12035 - name = "system-interface" 12036 - version = "0.27.2" 12037 - source = "registry+https://github.com/rust-lang/crates.io-index" 12038 - checksum = "b858526d22750088a9b3cf2e3c2aacebd5377f13adeec02860c30d09113010a6" 12039 - dependencies = [ 12040 - "bitflags 2.6.0", 12041 - "cap-fs-ext", 12042 - "cap-std", 12043 - "fd-lock", 12044 - "io-lifetimes 2.0.3", 12045 - "rustix 0.38.39", 12046 - "windows-sys 0.52.0", 12047 - "winx", 12048 - ] 12049 - 12050 - [[package]] 12051 - name = "tab_switcher" 12052 - version = "0.1.0" 12053 - dependencies = [ 12054 - "anyhow", 12055 - "collections", 12056 - "ctor", 12057 - "editor", 12058 - "env_logger 0.11.5", 12059 - "gpui", 12060 - "language", 12061 - "menu", 12062 - "picker", 12063 - "project", 12064 - "serde", 12065 - "serde_json", 12066 - "settings", 12067 - "theme", 12068 - "ui", 12069 - "util", 12070 - "workspace", 12071 - ] 12072 - 12073 - [[package]] 12074 - name = "taffy" 12075 - version = "0.4.4" 12076 - source = "registry+https://github.com/rust-lang/crates.io-index" 12077 - checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1" 12078 - dependencies = [ 12079 - "arrayvec", 12080 - "grid", 12081 - "num-traits", 12082 - "serde", 12083 - "slotmap", 12084 - ] 12085 - 12086 - [[package]] 12087 - name = "take-until" 12088 - version = "0.2.0" 12089 - source = "registry+https://github.com/rust-lang/crates.io-index" 12090 - checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb" 12091 - 12092 - [[package]] 12093 - name = "tap" 12094 - version = "1.0.1" 12095 - source = "registry+https://github.com/rust-lang/crates.io-index" 12096 - checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 12097 - 12098 - [[package]] 12099 - name = "target-lexicon" 12100 - version = "0.12.16" 12101 - source = "registry+https://github.com/rust-lang/crates.io-index" 12102 - checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 12103 - 12104 - [[package]] 12105 - name = "task" 12106 - version = "0.1.0" 12107 - dependencies = [ 12108 - "anyhow", 12109 - "collections", 12110 - "futures 0.3.30", 12111 - "gpui", 12112 - "hex", 12113 - "parking_lot", 12114 - "schemars", 12115 - "serde", 12116 - "serde_json_lenient", 12117 - "sha2", 12118 - "shellexpand 2.1.2", 12119 - "util", 12120 - ] 12121 - 12122 - [[package]] 12123 - name = "tasks_ui" 12124 - version = "0.1.0" 12125 - dependencies = [ 12126 - "anyhow", 12127 - "editor", 12128 - "file_icons", 12129 - "fuzzy", 12130 - "gpui", 12131 - "language", 12132 - "menu", 12133 - "picker", 12134 - "project", 12135 - "schemars", 12136 - "serde", 12137 - "serde_json", 12138 - "settings", 12139 - "task", 12140 - "tree-sitter-rust", 12141 - "tree-sitter-typescript", 12142 - "ui", 12143 - "util", 12144 - "workspace", 12145 - ] 12146 - 12147 - [[package]] 12148 - name = "telemetry_events" 12149 - version = "0.1.0" 12150 - dependencies = [ 12151 - "semantic_version", 12152 - "serde", 12153 - ] 12154 - 12155 - [[package]] 12156 - name = "tempfile" 12157 - version = "3.12.0" 12158 - source = "registry+https://github.com/rust-lang/crates.io-index" 12159 - checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" 12160 - dependencies = [ 12161 - "cfg-if", 12162 - "fastrand 2.1.1", 12163 - "once_cell", 12164 - "rustix 0.38.39", 12165 - "windows-sys 0.59.0", 12166 - ] 12167 - 12168 - [[package]] 12169 - name = "tendril" 12170 - version = "0.4.3" 12171 - source = "registry+https://github.com/rust-lang/crates.io-index" 12172 - checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 12173 - dependencies = [ 12174 - "futf", 12175 - "mac", 12176 - "utf-8", 12177 - ] 12178 - 12179 - [[package]] 12180 - name = "termcolor" 12181 - version = "1.4.1" 12182 - source = "registry+https://github.com/rust-lang/crates.io-index" 12183 - checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 12184 - dependencies = [ 12185 - "winapi-util", 12186 - ] 12187 - 12188 - [[package]] 12189 - name = "terminal" 12190 - version = "0.1.0" 12191 - dependencies = [ 12192 - "alacritty_terminal", 12193 - "anyhow", 12194 - "collections", 12195 - "dirs 4.0.0", 12196 - "futures 0.3.30", 12197 - "gpui", 12198 - "libc", 12199 - "rand 0.8.5", 12200 - "regex", 12201 - "release_channel", 12202 - "schemars", 12203 - "serde", 12204 - "serde_derive", 12205 - "settings", 12206 - "smol", 12207 - "sysinfo", 12208 - "task", 12209 - "theme", 12210 - "thiserror", 12211 - "util", 12212 - "windows 0.58.0", 12213 - ] 12214 - 12215 - [[package]] 12216 - name = "terminal_size" 12217 - version = "0.4.0" 12218 - source = "registry+https://github.com/rust-lang/crates.io-index" 12219 - checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef" 12220 - dependencies = [ 12221 - "rustix 0.38.39", 12222 - "windows-sys 0.59.0", 12223 - ] 12224 - 12225 - [[package]] 12226 - name = "terminal_view" 12227 - version = "0.1.0" 12228 - dependencies = [ 12229 - "anyhow", 12230 - "client", 12231 - "collections", 12232 - "db", 12233 - "dirs 4.0.0", 12234 - "editor", 12235 - "futures 0.3.30", 12236 - "gpui", 12237 - "itertools 0.13.0", 12238 - "language", 12239 - "project", 12240 - "rand 0.8.5", 12241 - "search", 12242 - "serde", 12243 - "serde_json", 12244 - "settings", 12245 - "shellexpand 2.1.2", 12246 - "smol", 12247 - "task", 12248 - "tasks_ui", 12249 - "terminal", 12250 - "theme", 12251 - "ui", 12252 - "util", 12253 - "workspace", 12254 - "zed_actions", 12255 - ] 12256 - 12257 - [[package]] 12258 - name = "text" 12259 - version = "0.1.0" 12260 - dependencies = [ 12261 - "anyhow", 12262 - "clock", 12263 - "collections", 12264 - "ctor", 12265 - "env_logger 0.11.5", 12266 - "gpui", 12267 - "http_client", 12268 - "log", 12269 - "parking_lot", 12270 - "postage", 12271 - "rand 0.8.5", 12272 - "regex", 12273 - "rope", 12274 - "smallvec", 12275 - "sum_tree", 12276 - "util", 12277 - ] 12278 - 12279 - [[package]] 12280 - name = "theme" 12281 - version = "0.1.0" 12282 - dependencies = [ 12283 - "anyhow", 12284 - "collections", 12285 - "derive_more", 12286 - "fs", 12287 - "futures 0.3.30", 12288 - "gpui", 12289 - "indexmap 1.9.3", 12290 - "log", 12291 - "palette", 12292 - "parking_lot", 12293 - "refineable", 12294 - "schemars", 12295 - "serde", 12296 - "serde_derive", 12297 - "serde_json", 12298 - "serde_json_lenient", 12299 - "serde_repr", 12300 - "settings", 12301 - "strum 0.25.0", 12302 - "util", 12303 - "uuid", 12304 - ] 12305 - 12306 - [[package]] 12307 - name = "theme_importer" 12308 - version = "0.1.0" 12309 - dependencies = [ 12310 - "anyhow", 12311 - "clap", 12312 - "gpui", 12313 - "indexmap 1.9.3", 12314 - "log", 12315 - "palette", 12316 - "rust-embed", 12317 - "schemars", 12318 - "serde", 12319 - "serde_json", 12320 - "serde_json_lenient", 12321 - "simplelog", 12322 - "strum 0.25.0", 12323 - "theme", 12324 - "vscode_theme", 12325 - ] 12326 - 12327 - [[package]] 12328 - name = "theme_selector" 12329 - version = "0.1.0" 12330 - dependencies = [ 12331 - "client", 12332 - "fs", 12333 - "fuzzy", 12334 - "gpui", 12335 - "log", 12336 - "picker", 12337 - "serde", 12338 - "settings", 12339 - "theme", 12340 - "ui", 12341 - "util", 12342 - "workspace", 12343 - ] 12344 - 12345 - [[package]] 12346 - name = "thiserror" 12347 - version = "1.0.68" 12348 - source = "registry+https://github.com/rust-lang/crates.io-index" 12349 - checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" 12350 - dependencies = [ 12351 - "thiserror-impl", 12352 - ] 12353 - 12354 - [[package]] 12355 - name = "thiserror-impl" 12356 - version = "1.0.68" 12357 - source = "registry+https://github.com/rust-lang/crates.io-index" 12358 - checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e" 12359 - dependencies = [ 12360 - "proc-macro2", 12361 - "quote", 12362 - "syn 2.0.87", 12363 - ] 12364 - 12365 - [[package]] 12366 - name = "thread_local" 12367 - version = "1.1.8" 12368 - source = "registry+https://github.com/rust-lang/crates.io-index" 12369 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 12370 - dependencies = [ 12371 - "cfg-if", 12372 - "once_cell", 12373 - ] 12374 - 12375 - [[package]] 12376 - name = "tiff" 12377 - version = "0.9.1" 12378 - source = "registry+https://github.com/rust-lang/crates.io-index" 12379 - checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" 12380 - dependencies = [ 12381 - "flate2", 12382 - "jpeg-decoder", 12383 - "weezl", 12384 - ] 12385 - 12386 - [[package]] 12387 - name = "tiktoken-rs" 12388 - version = "0.5.9" 12389 - source = "registry+https://github.com/rust-lang/crates.io-index" 12390 - checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234" 12391 - dependencies = [ 12392 - "anyhow", 12393 - "base64 0.21.7", 12394 - "bstr", 12395 - "fancy-regex 0.12.0", 12396 - "lazy_static", 12397 - "parking_lot", 12398 - "rustc-hash 1.1.0", 12399 - ] 12400 - 12401 - [[package]] 12402 - name = "time" 12403 - version = "0.3.36" 12404 - source = "registry+https://github.com/rust-lang/crates.io-index" 12405 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 12406 - dependencies = [ 12407 - "deranged", 12408 - "itoa", 12409 - "libc", 12410 - "num-conv", 12411 - "num_threads", 12412 - "powerfmt", 12413 - "serde", 12414 - "time-core", 12415 - "time-macros", 12416 - ] 12417 - 12418 - [[package]] 12419 - name = "time-core" 12420 - version = "0.1.2" 12421 - source = "registry+https://github.com/rust-lang/crates.io-index" 12422 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 12423 - 12424 - [[package]] 12425 - name = "time-macros" 12426 - version = "0.2.18" 12427 - source = "registry+https://github.com/rust-lang/crates.io-index" 12428 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 12429 - dependencies = [ 12430 - "num-conv", 12431 - "time-core", 12432 - ] 12433 - 12434 - [[package]] 12435 - name = "time_format" 12436 - version = "0.1.0" 12437 - dependencies = [ 12438 - "core-foundation 0.9.4", 12439 - "core-foundation-sys", 12440 - "sys-locale", 12441 - "time", 12442 - ] 12443 - 12444 - [[package]] 12445 - name = "tiny-keccak" 12446 - version = "2.0.2" 12447 - source = "registry+https://github.com/rust-lang/crates.io-index" 12448 - checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 12449 - dependencies = [ 12450 - "crunchy", 12451 - ] 12452 - 12453 - [[package]] 12454 - name = "tiny-skia" 12455 - version = "0.11.4" 12456 - source = "registry+https://github.com/rust-lang/crates.io-index" 12457 - checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" 12458 - dependencies = [ 12459 - "arrayref", 12460 - "arrayvec", 12461 - "bytemuck", 12462 - "cfg-if", 12463 - "log", 12464 - "png", 12465 - "tiny-skia-path", 12466 - ] 12467 - 12468 - [[package]] 12469 - name = "tiny-skia-path" 12470 - version = "0.11.4" 12471 - source = "registry+https://github.com/rust-lang/crates.io-index" 12472 - checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" 12473 - dependencies = [ 12474 - "arrayref", 12475 - "bytemuck", 12476 - "strict-num", 12477 - ] 12478 - 12479 - [[package]] 12480 - name = "tiny_http" 12481 - version = "0.8.2" 12482 - source = "registry+https://github.com/rust-lang/crates.io-index" 12483 - checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39" 12484 - dependencies = [ 12485 - "ascii", 12486 - "chrono", 12487 - "chunked_transfer", 12488 - "log", 12489 - "url", 12490 - ] 12491 - 12492 - [[package]] 12493 - name = "tinystr" 12494 - version = "0.7.6" 12495 - source = "registry+https://github.com/rust-lang/crates.io-index" 12496 - checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 12497 - dependencies = [ 12498 - "displaydoc", 12499 - "zerovec", 12500 - ] 12501 - 12502 - [[package]] 12503 - name = "tinytemplate" 12504 - version = "1.2.1" 12505 - source = "registry+https://github.com/rust-lang/crates.io-index" 12506 - checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 12507 - dependencies = [ 12508 - "serde", 12509 - "serde_json", 12510 - ] 12511 - 12512 - [[package]] 12513 - name = "tinyvec" 12514 - version = "1.8.0" 12515 - source = "registry+https://github.com/rust-lang/crates.io-index" 12516 - checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 12517 - dependencies = [ 12518 - "tinyvec_macros", 12519 - ] 12520 - 12521 - [[package]] 12522 - name = "tinyvec_macros" 12523 - version = "0.1.1" 12524 - source = "registry+https://github.com/rust-lang/crates.io-index" 12525 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 12526 - 12527 - [[package]] 12528 - name = "title_bar" 12529 - version = "0.1.0" 12530 - dependencies = [ 12531 - "auto_update", 12532 - "call", 12533 - "client", 12534 - "collections", 12535 - "command_palette", 12536 - "editor", 12537 - "extensions_ui", 12538 - "feature_flags", 12539 - "feedback", 12540 - "gpui", 12541 - "http_client", 12542 - "notifications", 12543 - "pretty_assertions", 12544 - "project", 12545 - "recent_projects", 12546 - "remote", 12547 - "rpc", 12548 - "serde", 12549 - "settings", 12550 - "smallvec", 12551 - "story", 12552 - "theme", 12553 - "theme_selector", 12554 - "tree-sitter-md", 12555 - "ui", 12556 - "util", 12557 - "vcs_menu", 12558 - "windows 0.58.0", 12559 - "workspace", 12560 - "zed_actions", 12561 - ] 12562 - 12563 - [[package]] 12564 - name = "tokio" 12565 - version = "1.40.0" 12566 - source = "registry+https://github.com/rust-lang/crates.io-index" 12567 - checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" 12568 - dependencies = [ 12569 - "backtrace", 12570 - "bytes 1.7.2", 12571 - "libc", 12572 - "mio 1.0.2", 12573 - "parking_lot", 12574 - "pin-project-lite", 12575 - "signal-hook-registry", 12576 - "socket2 0.5.7", 12577 - "tokio-macros", 12578 - "windows-sys 0.52.0", 12579 - ] 12580 - 12581 - [[package]] 12582 - name = "tokio-io" 12583 - version = "0.1.13" 12584 - source = "registry+https://github.com/rust-lang/crates.io-index" 12585 - checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674" 12586 - dependencies = [ 12587 - "bytes 0.4.12", 12588 - "futures 0.1.31", 12589 - "log", 12590 - ] 12591 - 12592 - [[package]] 12593 - name = "tokio-macros" 12594 - version = "2.4.0" 12595 - source = "registry+https://github.com/rust-lang/crates.io-index" 12596 - checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 12597 - dependencies = [ 12598 - "proc-macro2", 12599 - "quote", 12600 - "syn 2.0.87", 12601 - ] 12602 - 12603 - [[package]] 12604 - name = "tokio-native-tls" 12605 - version = "0.3.1" 12606 - source = "registry+https://github.com/rust-lang/crates.io-index" 12607 - checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 12608 - dependencies = [ 12609 - "native-tls", 12610 - "tokio", 12611 - ] 12612 - 12613 - [[package]] 12614 - name = "tokio-rustls" 12615 - version = "0.24.1" 12616 - source = "registry+https://github.com/rust-lang/crates.io-index" 12617 - checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 12618 - dependencies = [ 12619 - "rustls 0.21.12", 12620 - "tokio", 12621 - ] 12622 - 12623 - [[package]] 12624 - name = "tokio-rustls" 12625 - version = "0.26.0" 12626 - source = "registry+https://github.com/rust-lang/crates.io-index" 12627 - checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 12628 - dependencies = [ 12629 - "rustls 0.23.13", 12630 - "rustls-pki-types", 12631 - "tokio", 12632 - ] 12633 - 12634 - [[package]] 12635 - name = "tokio-socks" 12636 - version = "0.5.2" 12637 - source = "registry+https://github.com/rust-lang/crates.io-index" 12638 - checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f" 12639 - dependencies = [ 12640 - "either", 12641 - "futures-io", 12642 - "futures-util", 12643 - "thiserror", 12644 - "tokio", 12645 - ] 12646 - 12647 - [[package]] 12648 - name = "tokio-stream" 12649 - version = "0.1.15" 12650 - source = "registry+https://github.com/rust-lang/crates.io-index" 12651 - checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" 12652 - dependencies = [ 12653 - "futures-core", 12654 - "pin-project-lite", 12655 - "tokio", 12656 - ] 12657 - 12658 - [[package]] 12659 - name = "tokio-tungstenite" 12660 - version = "0.20.1" 12661 - source = "registry+https://github.com/rust-lang/crates.io-index" 12662 - checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" 12663 - dependencies = [ 12664 - "futures-util", 12665 - "log", 12666 - "tokio", 12667 - "tungstenite 0.20.1", 12668 - ] 12669 - 12670 - [[package]] 12671 - name = "tokio-tungstenite" 12672 - version = "0.21.0" 12673 - source = "registry+https://github.com/rust-lang/crates.io-index" 12674 - checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38" 12675 - dependencies = [ 12676 - "futures-util", 12677 - "log", 12678 - "tokio", 12679 - "tungstenite 0.21.0", 12680 - ] 12681 - 12682 - [[package]] 12683 - name = "tokio-util" 12684 - version = "0.7.12" 12685 - source = "registry+https://github.com/rust-lang/crates.io-index" 12686 - checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" 12687 - dependencies = [ 12688 - "bytes 1.7.2", 12689 - "futures-core", 12690 - "futures-io", 12691 - "futures-sink", 12692 - "pin-project-lite", 12693 - "tokio", 12694 - ] 12695 - 12696 - [[package]] 12697 - name = "toml" 12698 - version = "0.5.11" 12699 - source = "registry+https://github.com/rust-lang/crates.io-index" 12700 - checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 12701 - dependencies = [ 12702 - "serde", 12703 - ] 12704 - 12705 - [[package]] 12706 - name = "toml" 12707 - version = "0.7.8" 12708 - source = "registry+https://github.com/rust-lang/crates.io-index" 12709 - checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" 12710 - dependencies = [ 12711 - "serde", 12712 - "serde_spanned", 12713 - "toml_datetime", 12714 - "toml_edit 0.19.15", 12715 - ] 12716 - 12717 - [[package]] 12718 - name = "toml" 12719 - version = "0.8.19" 12720 - source = "registry+https://github.com/rust-lang/crates.io-index" 12721 - checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" 12722 - dependencies = [ 12723 - "serde", 12724 - "serde_spanned", 12725 - "toml_datetime", 12726 - "toml_edit 0.22.20", 12727 - ] 12728 - 12729 - [[package]] 12730 - name = "toml_datetime" 12731 - version = "0.6.8" 12732 - source = "registry+https://github.com/rust-lang/crates.io-index" 12733 - checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 12734 - dependencies = [ 12735 - "serde", 12736 - ] 12737 - 12738 - [[package]] 12739 - name = "toml_edit" 12740 - version = "0.19.15" 12741 - source = "registry+https://github.com/rust-lang/crates.io-index" 12742 - checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 12743 - dependencies = [ 12744 - "indexmap 2.4.0", 12745 - "serde", 12746 - "serde_spanned", 12747 - "toml_datetime", 12748 - "winnow 0.5.40", 12749 - ] 12750 - 12751 - [[package]] 12752 - name = "toml_edit" 12753 - version = "0.22.20" 12754 - source = "registry+https://github.com/rust-lang/crates.io-index" 12755 - checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" 12756 - dependencies = [ 12757 - "indexmap 2.4.0", 12758 - "serde", 12759 - "serde_spanned", 12760 - "toml_datetime", 12761 - "winnow 0.6.18", 12762 - ] 12763 - 12764 - [[package]] 12765 - name = "toolchain_selector" 12766 - version = "0.1.0" 12767 - dependencies = [ 12768 - "editor", 12769 - "fuzzy", 12770 - "gpui", 12771 - "language", 12772 - "picker", 12773 - "project", 12774 - "ui", 12775 - "util", 12776 - "workspace", 12777 - ] 12778 - 12779 - [[package]] 12780 - name = "topological-sort" 12781 - version = "0.2.2" 12782 - source = "registry+https://github.com/rust-lang/crates.io-index" 12783 - checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" 12784 - 12785 - [[package]] 12786 - name = "tower" 12787 - version = "0.4.13" 12788 - source = "registry+https://github.com/rust-lang/crates.io-index" 12789 - checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 12790 - dependencies = [ 12791 - "futures-core", 12792 - "futures-util", 12793 - "pin-project", 12794 - "pin-project-lite", 12795 - "tokio", 12796 - "tower-layer", 12797 - "tower-service", 12798 - "tracing", 12799 - ] 12800 - 12801 - [[package]] 12802 - name = "tower-http" 12803 - version = "0.3.5" 12804 - source = "registry+https://github.com/rust-lang/crates.io-index" 12805 - checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858" 12806 - dependencies = [ 12807 - "bitflags 1.3.2", 12808 - "bytes 1.7.2", 12809 - "futures-core", 12810 - "futures-util", 12811 - "http 0.2.12", 12812 - "http-body 0.4.6", 12813 - "http-range-header", 12814 - "pin-project-lite", 12815 - "tower-layer", 12816 - "tower-service", 12817 - ] 12818 - 12819 - [[package]] 12820 - name = "tower-http" 12821 - version = "0.4.4" 12822 - source = "registry+https://github.com/rust-lang/crates.io-index" 12823 - checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" 12824 - dependencies = [ 12825 - "bitflags 2.6.0", 12826 - "bytes 1.7.2", 12827 - "futures-core", 12828 - "futures-util", 12829 - "http 0.2.12", 12830 - "http-body 0.4.6", 12831 - "http-range-header", 12832 - "pin-project-lite", 12833 - "tower-layer", 12834 - "tower-service", 12835 - "tracing", 12836 - ] 12837 - 12838 - [[package]] 12839 - name = "tower-layer" 12840 - version = "0.3.3" 12841 - source = "registry+https://github.com/rust-lang/crates.io-index" 12842 - checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 12843 - 12844 - [[package]] 12845 - name = "tower-service" 12846 - version = "0.3.3" 12847 - source = "registry+https://github.com/rust-lang/crates.io-index" 12848 - checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 12849 - 12850 - [[package]] 12851 - name = "tracing" 12852 - version = "0.1.40" 12853 - source = "registry+https://github.com/rust-lang/crates.io-index" 12854 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 12855 - dependencies = [ 12856 - "log", 12857 - "pin-project-lite", 12858 - "tracing-attributes", 12859 - "tracing-core", 12860 - ] 12861 - 12862 - [[package]] 12863 - name = "tracing-attributes" 12864 - version = "0.1.27" 12865 - source = "registry+https://github.com/rust-lang/crates.io-index" 12866 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 12867 - dependencies = [ 12868 - "proc-macro2", 12869 - "quote", 12870 - "syn 2.0.87", 12871 - ] 12872 - 12873 - [[package]] 12874 - name = "tracing-core" 12875 - version = "0.1.32" 12876 - source = "registry+https://github.com/rust-lang/crates.io-index" 12877 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 12878 - dependencies = [ 12879 - "once_cell", 12880 - "valuable", 12881 - ] 12882 - 12883 - [[package]] 12884 - name = "tracing-log" 12885 - version = "0.2.0" 12886 - source = "registry+https://github.com/rust-lang/crates.io-index" 12887 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 12888 - dependencies = [ 12889 - "log", 12890 - "once_cell", 12891 - "tracing-core", 12892 - ] 12893 - 12894 - [[package]] 12895 - name = "tracing-serde" 12896 - version = "0.1.3" 12897 - source = "registry+https://github.com/rust-lang/crates.io-index" 12898 - checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" 12899 - dependencies = [ 12900 - "serde", 12901 - "tracing-core", 12902 - ] 12903 - 12904 - [[package]] 12905 - name = "tracing-subscriber" 12906 - version = "0.3.18" 12907 - source = "registry+https://github.com/rust-lang/crates.io-index" 12908 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 12909 - dependencies = [ 12910 - "matchers", 12911 - "nu-ansi-term", 12912 - "once_cell", 12913 - "regex", 12914 - "serde", 12915 - "serde_json", 12916 - "sharded-slab", 12917 - "smallvec", 12918 - "thread_local", 12919 - "tracing", 12920 - "tracing-core", 12921 - "tracing-log", 12922 - "tracing-serde", 12923 - ] 12924 - 12925 - [[package]] 12926 - name = "tree-sitter" 12927 - version = "0.23.0" 12928 - source = "registry+https://github.com/rust-lang/crates.io-index" 12929 - checksum = "20f4cd3642c47a85052a887d86704f4eac272969f61b686bdd3f772122aabaff" 12930 - dependencies = [ 12931 - "cc", 12932 - "regex", 12933 - "regex-syntax 0.8.4", 12934 - "tree-sitter-language", 12935 - "wasmtime-c-api-impl", 12936 - ] 12937 - 12938 - [[package]] 12939 - name = "tree-sitter-bash" 12940 - version = "0.23.1" 12941 - source = "registry+https://github.com/rust-lang/crates.io-index" 12942 - checksum = "3aa5e1c6bd02c0053f3f68edcf5d8866b38a8640584279e30fca88149ce14dda" 12943 - dependencies = [ 12944 - "cc", 12945 - "tree-sitter-language", 12946 - ] 12947 - 12948 - [[package]] 12949 - name = "tree-sitter-c" 12950 - version = "0.23.1" 12951 - source = "registry+https://github.com/rust-lang/crates.io-index" 12952 - checksum = "c8b3fb515e498e258799a31d78e6603767cd6892770d9e2290ec00af5c3ad80b" 12953 - dependencies = [ 12954 - "cc", 12955 - "tree-sitter-language", 12956 - ] 12957 - 12958 - [[package]] 12959 - name = "tree-sitter-cpp" 12960 - version = "0.23.1" 12961 - source = "registry+https://github.com/rust-lang/crates.io-index" 12962 - checksum = "1d67e862242878d6ee50e1e5814f267ee3eea0168aea2cdbd700ccfb4c74b6d3" 12963 - dependencies = [ 12964 - "cc", 12965 - "tree-sitter-language", 12966 - ] 12967 - 12968 - [[package]] 12969 - name = "tree-sitter-css" 12970 - version = "0.23.0" 12971 - source = "registry+https://github.com/rust-lang/crates.io-index" 12972 - checksum = "8d0018d6b1692a806f9cddaa1e5616951fd58840c39a0b21401b55ab3df12292" 12973 - dependencies = [ 12974 - "cc", 12975 - "tree-sitter-language", 12976 - ] 12977 - 12978 - [[package]] 12979 - name = "tree-sitter-diff" 12980 - version = "0.1.0" 12981 - source = "registry+https://github.com/rust-lang/crates.io-index" 12982 - checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889" 12983 - dependencies = [ 12984 - "cc", 12985 - "tree-sitter-language", 12986 - ] 12987 - 12988 - [[package]] 12989 - name = "tree-sitter-elixir" 12990 - version = "0.3.1" 12991 - source = "registry+https://github.com/rust-lang/crates.io-index" 12992 - checksum = "97bf0efa4be41120018f23305b105ad4dfd3be1b7f302dc4071d0e6c2dec3a32" 12993 - dependencies = [ 12994 - "cc", 12995 - "tree-sitter-language", 12996 - ] 12997 - 12998 - [[package]] 12999 - name = "tree-sitter-embedded-template" 13000 - version = "0.23.0" 13001 - source = "registry+https://github.com/rust-lang/crates.io-index" 13002 - checksum = "9644d7586ebe850c84037ee2f4804dda4a9348eef053be6b1e0d7712342a2495" 13003 - dependencies = [ 13004 - "cc", 13005 - "tree-sitter-language", 13006 - ] 13007 - 13008 - [[package]] 13009 - name = "tree-sitter-go" 13010 - version = "0.23.1" 13011 - source = "registry+https://github.com/rust-lang/crates.io-index" 13012 - checksum = "caf57626e4c9b6d6efaf8a8d5ee1241c5f178ae7bfdf693713ae6a774f01424e" 13013 - dependencies = [ 13014 - "cc", 13015 - "tree-sitter-language", 13016 - ] 13017 - 13018 - [[package]] 13019 - name = "tree-sitter-gomod" 13020 - version = "1.0.2" 13021 - source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca" 13022 - dependencies = [ 13023 - "cc", 13024 - "tree-sitter-language", 13025 - ] 13026 - 13027 - [[package]] 13028 - name = "tree-sitter-gowork" 13029 - version = "0.0.1" 13030 - source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7" 13031 - dependencies = [ 13032 - "cc", 13033 - "tree-sitter-language", 13034 - ] 13035 - 13036 - [[package]] 13037 - name = "tree-sitter-heex" 13038 - version = "0.0.1" 13039 - source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592" 13040 - dependencies = [ 13041 - "cc", 13042 - "tree-sitter-language", 13043 - ] 13044 - 13045 - [[package]] 13046 - name = "tree-sitter-html" 13047 - version = "0.20.4" 13048 - source = "registry+https://github.com/rust-lang/crates.io-index" 13049 - checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5" 13050 - dependencies = [ 13051 - "cc", 13052 - "tree-sitter", 13053 - ] 13054 - 13055 - [[package]] 13056 - name = "tree-sitter-jsdoc" 13057 - version = "0.23.0" 13058 - source = "registry+https://github.com/rust-lang/crates.io-index" 13059 - checksum = "f8c4049eb0ad690e34e5f63640f75ce12a2ff8ba18344d0a13926805b139c0c8" 13060 - dependencies = [ 13061 - "cc", 13062 - "tree-sitter-language", 13063 - ] 13064 - 13065 - [[package]] 13066 - name = "tree-sitter-json" 13067 - version = "0.23.0" 13068 - source = "registry+https://github.com/rust-lang/crates.io-index" 13069 - checksum = "86a5d6b3ea17e06e7a34aabeadd68f5866c0d0f9359155d432095f8b751865e4" 13070 - dependencies = [ 13071 - "cc", 13072 - "tree-sitter-language", 13073 - ] 13074 - 13075 - [[package]] 13076 - name = "tree-sitter-language" 13077 - version = "0.1.0" 13078 - source = "registry+https://github.com/rust-lang/crates.io-index" 13079 - checksum = "2545046bd1473dac6c626659cc2567c6c0ff302fc8b84a56c4243378276f7f57" 13080 - 13081 - [[package]] 13082 - name = "tree-sitter-md" 13083 - version = "0.3.2" 13084 - source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539" 13085 - dependencies = [ 13086 - "cc", 13087 - "tree-sitter-language", 13088 - ] 13089 - 13090 - [[package]] 13091 - name = "tree-sitter-python" 13092 - version = "0.23.2" 13093 - source = "registry+https://github.com/rust-lang/crates.io-index" 13094 - checksum = "65661b1a3e24139e2e54207e47d910ab07e28790d78efc7d5dc3a11ce2a110eb" 13095 - dependencies = [ 13096 - "cc", 13097 - "tree-sitter-language", 13098 - ] 13099 - 13100 - [[package]] 13101 - name = "tree-sitter-regex" 13102 - version = "0.23.0" 13103 - source = "registry+https://github.com/rust-lang/crates.io-index" 13104 - checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e" 13105 - dependencies = [ 13106 - "cc", 13107 - "tree-sitter-language", 13108 - ] 13109 - 13110 - [[package]] 13111 - name = "tree-sitter-ruby" 13112 - version = "0.23.0" 13113 - source = "registry+https://github.com/rust-lang/crates.io-index" 13114 - checksum = "6ec5ee842e27791e0adffa0b2a177614de51d2a26e5c7e84d014ed7f097e5ed0" 13115 - dependencies = [ 13116 - "cc", 13117 - "tree-sitter-language", 13118 - ] 13119 - 13120 - [[package]] 13121 - name = "tree-sitter-rust" 13122 - version = "0.23.0" 13123 - source = "registry+https://github.com/rust-lang/crates.io-index" 13124 - checksum = "cffbbcb780348fbae8395742ae5b34c1fd794e4085d43aac9f259387f9a84dc8" 13125 - dependencies = [ 13126 - "cc", 13127 - "tree-sitter-language", 13128 - ] 13129 - 13130 - [[package]] 13131 - name = "tree-sitter-typescript" 13132 - version = "0.23.0" 13133 - source = "registry+https://github.com/rust-lang/crates.io-index" 13134 - checksum = "aecf1585ae2a9dddc2b1d4c0e2140b2ec9876e2a25fd79de47fcf7dae0384685" 13135 - dependencies = [ 13136 - "cc", 13137 - "tree-sitter-language", 13138 - ] 13139 - 13140 - [[package]] 13141 - name = "tree-sitter-yaml" 13142 - version = "0.6.1" 13143 - source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a" 13144 - dependencies = [ 13145 - "cc", 13146 - "tree-sitter-language", 13147 - ] 13148 - 13149 - [[package]] 13150 - name = "try-lock" 13151 - version = "0.2.5" 13152 - source = "registry+https://github.com/rust-lang/crates.io-index" 13153 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 13154 - 13155 - [[package]] 13156 - name = "ttf-parser" 13157 - version = "0.21.1" 13158 - source = "registry+https://github.com/rust-lang/crates.io-index" 13159 - checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8" 13160 - 13161 - [[package]] 13162 - name = "tungstenite" 13163 - version = "0.20.1" 13164 - source = "registry+https://github.com/rust-lang/crates.io-index" 13165 - checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" 13166 - dependencies = [ 13167 - "byteorder", 13168 - "bytes 1.7.2", 13169 - "data-encoding", 13170 - "http 0.2.12", 13171 - "httparse", 13172 - "log", 13173 - "rand 0.8.5", 13174 - "sha1", 13175 - "thiserror", 13176 - "url", 13177 - "utf-8", 13178 - ] 13179 - 13180 - [[package]] 13181 - name = "tungstenite" 13182 - version = "0.21.0" 13183 - source = "registry+https://github.com/rust-lang/crates.io-index" 13184 - checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1" 13185 - dependencies = [ 13186 - "byteorder", 13187 - "bytes 1.7.2", 13188 - "data-encoding", 13189 - "http 1.1.0", 13190 - "httparse", 13191 - "log", 13192 - "rand 0.8.5", 13193 - "sha1", 13194 - "thiserror", 13195 - "url", 13196 - "utf-8", 13197 - ] 13198 - 13199 - [[package]] 13200 - name = "tungstenite" 13201 - version = "0.24.0" 13202 - source = "registry+https://github.com/rust-lang/crates.io-index" 13203 - checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" 13204 - dependencies = [ 13205 - "byteorder", 13206 - "bytes 1.7.2", 13207 - "data-encoding", 13208 - "http 1.1.0", 13209 - "httparse", 13210 - "log", 13211 - "rand 0.8.5", 13212 - "sha1", 13213 - "thiserror", 13214 - "utf-8", 13215 - ] 13216 - 13217 - [[package]] 13218 - name = "typeid" 13219 - version = "1.0.2" 13220 - source = "registry+https://github.com/rust-lang/crates.io-index" 13221 - checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e" 13222 - 13223 - [[package]] 13224 - name = "typenum" 13225 - version = "1.17.0" 13226 - source = "registry+https://github.com/rust-lang/crates.io-index" 13227 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 13228 - 13229 - [[package]] 13230 - name = "ucd-trie" 13231 - version = "0.1.6" 13232 - source = "registry+https://github.com/rust-lang/crates.io-index" 13233 - checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" 13234 - 13235 - [[package]] 13236 - name = "uds_windows" 13237 - version = "1.1.0" 13238 - source = "registry+https://github.com/rust-lang/crates.io-index" 13239 - checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" 13240 - dependencies = [ 13241 - "memoffset", 13242 - "tempfile", 13243 - "winapi", 13244 - ] 13245 - 13246 - [[package]] 13247 - name = "ui" 13248 - version = "0.1.0" 13249 - dependencies = [ 13250 - "chrono", 13251 - "gpui", 13252 - "itertools 0.13.0", 13253 - "menu", 13254 - "serde", 13255 - "settings", 13256 - "smallvec", 13257 - "story", 13258 - "strum 0.25.0", 13259 - "theme", 13260 - "ui_macros", 13261 - "windows 0.58.0", 13262 - ] 13263 - 13264 - [[package]] 13265 - name = "ui_input" 13266 - version = "0.1.0" 13267 - dependencies = [ 13268 - "editor", 13269 - "gpui", 13270 - "settings", 13271 - "theme", 13272 - "ui", 13273 - ] 13274 - 13275 - [[package]] 13276 - name = "ui_macros" 13277 - version = "0.1.0" 13278 - dependencies = [ 13279 - "convert_case 0.6.0", 13280 - "proc-macro2", 13281 - "quote", 13282 - "syn 1.0.109", 13283 - ] 13284 - 13285 - [[package]] 13286 - name = "unicase" 13287 - version = "2.7.0" 13288 - source = "registry+https://github.com/rust-lang/crates.io-index" 13289 - checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 13290 - dependencies = [ 13291 - "version_check", 13292 - ] 13293 - 13294 - [[package]] 13295 - name = "unicode-bidi" 13296 - version = "0.3.15" 13297 - source = "registry+https://github.com/rust-lang/crates.io-index" 13298 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 13299 - 13300 - [[package]] 13301 - name = "unicode-bidi-mirroring" 13302 - version = "0.2.0" 13303 - source = "registry+https://github.com/rust-lang/crates.io-index" 13304 - checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86" 13305 - 13306 - [[package]] 13307 - name = "unicode-ccc" 13308 - version = "0.2.0" 13309 - source = "registry+https://github.com/rust-lang/crates.io-index" 13310 - checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656" 13311 - 13312 - [[package]] 13313 - name = "unicode-ident" 13314 - version = "1.0.12" 13315 - source = "registry+https://github.com/rust-lang/crates.io-index" 13316 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 13317 - 13318 - [[package]] 13319 - name = "unicode-linebreak" 13320 - version = "0.1.5" 13321 - source = "registry+https://github.com/rust-lang/crates.io-index" 13322 - checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 13323 - 13324 - [[package]] 13325 - name = "unicode-normalization" 13326 - version = "0.1.23" 13327 - source = "registry+https://github.com/rust-lang/crates.io-index" 13328 - checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 13329 - dependencies = [ 13330 - "tinyvec", 13331 - ] 13332 - 13333 - [[package]] 13334 - name = "unicode-properties" 13335 - version = "0.1.2" 13336 - source = "registry+https://github.com/rust-lang/crates.io-index" 13337 - checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524" 13338 - 13339 - [[package]] 13340 - name = "unicode-script" 13341 - version = "0.5.7" 13342 - source = "registry+https://github.com/rust-lang/crates.io-index" 13343 - checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f" 13344 - 13345 - [[package]] 13346 - name = "unicode-segmentation" 13347 - version = "1.11.0" 13348 - source = "registry+https://github.com/rust-lang/crates.io-index" 13349 - checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 13350 - 13351 - [[package]] 13352 - name = "unicode-width" 13353 - version = "0.1.13" 13354 - source = "registry+https://github.com/rust-lang/crates.io-index" 13355 - checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" 13356 - 13357 - [[package]] 13358 - name = "unicode-xid" 13359 - version = "0.2.5" 13360 - source = "registry+https://github.com/rust-lang/crates.io-index" 13361 - checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a" 13362 - 13363 - [[package]] 13364 - name = "unicode_categories" 13365 - version = "0.1.1" 13366 - source = "registry+https://github.com/rust-lang/crates.io-index" 13367 - checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" 13368 - 13369 - [[package]] 13370 - name = "unindent" 13371 - version = "0.1.11" 13372 - source = "registry+https://github.com/rust-lang/crates.io-index" 13373 - checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" 13374 - 13375 - [[package]] 13376 - name = "untrusted" 13377 - version = "0.9.0" 13378 - source = "registry+https://github.com/rust-lang/crates.io-index" 13379 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 13380 - 13381 - [[package]] 13382 - name = "url" 13383 - version = "2.5.3" 13384 - source = "registry+https://github.com/rust-lang/crates.io-index" 13385 - checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada" 13386 - dependencies = [ 13387 - "form_urlencoded", 13388 - "idna", 13389 - "percent-encoding", 13390 - "serde", 13391 - ] 13392 - 13393 - [[package]] 13394 - name = "urlencoding" 13395 - version = "2.1.3" 13396 - source = "registry+https://github.com/rust-lang/crates.io-index" 13397 - checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 13398 - 13399 - [[package]] 13400 - name = "usvg" 13401 - version = "0.44.0" 13402 - source = "registry+https://github.com/rust-lang/crates.io-index" 13403 - checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6" 13404 - dependencies = [ 13405 - "base64 0.22.1", 13406 - "data-url", 13407 - "flate2", 13408 - "imagesize", 13409 - "kurbo", 13410 - "log", 13411 - "pico-args", 13412 - "roxmltree", 13413 - "simplecss", 13414 - "siphasher 1.0.1", 13415 - "strict-num", 13416 - "svgtypes", 13417 - "tiny-skia-path", 13418 - "xmlwriter", 13419 - ] 13420 - 13421 - [[package]] 13422 - name = "utf-8" 13423 - version = "0.7.6" 13424 - source = "registry+https://github.com/rust-lang/crates.io-index" 13425 - checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 13426 - 13427 - [[package]] 13428 - name = "utf16_iter" 13429 - version = "1.0.5" 13430 - source = "registry+https://github.com/rust-lang/crates.io-index" 13431 - checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 13432 - 13433 - [[package]] 13434 - name = "utf8_iter" 13435 - version = "1.0.4" 13436 - source = "registry+https://github.com/rust-lang/crates.io-index" 13437 - checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 13438 - 13439 - [[package]] 13440 - name = "utf8parse" 13441 - version = "0.2.2" 13442 - source = "registry+https://github.com/rust-lang/crates.io-index" 13443 - checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 13444 - 13445 - [[package]] 13446 - name = "util" 13447 - version = "0.1.0" 13448 - dependencies = [ 13449 - "anyhow", 13450 - "async-fs 1.6.0", 13451 - "collections", 13452 - "dirs 4.0.0", 13453 - "futures 0.3.30", 13454 - "futures-lite 1.13.0", 13455 - "git2", 13456 - "globset", 13457 - "log", 13458 - "rand 0.8.5", 13459 - "regex", 13460 - "rust-embed", 13461 - "serde", 13462 - "serde_json", 13463 - "take-until", 13464 - "tempfile", 13465 - "tendril", 13466 - "unicase", 13467 - ] 13468 - 13469 - [[package]] 13470 - name = "uuid" 13471 - version = "1.10.0" 13472 - source = "registry+https://github.com/rust-lang/crates.io-index" 13473 - checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" 13474 - dependencies = [ 13475 - "getrandom 0.2.15", 13476 - "serde", 13477 - "sha1_smol", 13478 - ] 13479 - 13480 - [[package]] 13481 - name = "v_frame" 13482 - version = "0.3.8" 13483 - source = "registry+https://github.com/rust-lang/crates.io-index" 13484 - checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b" 13485 - dependencies = [ 13486 - "aligned-vec", 13487 - "num-traits", 13488 - "wasm-bindgen", 13489 - ] 13490 - 13491 - [[package]] 13492 - name = "valuable" 13493 - version = "0.1.0" 13494 - source = "registry+https://github.com/rust-lang/crates.io-index" 13495 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 13496 - 13497 - [[package]] 13498 - name = "value-bag" 13499 - version = "1.9.0" 13500 - source = "registry+https://github.com/rust-lang/crates.io-index" 13501 - checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101" 13502 - dependencies = [ 13503 - "value-bag-serde1", 13504 - "value-bag-sval2", 13505 - ] 13506 - 13507 - [[package]] 13508 - name = "value-bag-serde1" 13509 - version = "1.9.0" 13510 - source = "registry+https://github.com/rust-lang/crates.io-index" 13511 - checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b" 13512 - dependencies = [ 13513 - "erased-serde", 13514 - "serde", 13515 - "serde_fmt", 13516 - ] 13517 - 13518 - [[package]] 13519 - name = "value-bag-sval2" 13520 - version = "1.9.0" 13521 - source = "registry+https://github.com/rust-lang/crates.io-index" 13522 - checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b" 13523 - dependencies = [ 13524 - "sval", 13525 - "sval_buffer", 13526 - "sval_dynamic", 13527 - "sval_fmt", 13528 - "sval_json", 13529 - "sval_ref", 13530 - "sval_serde", 13531 - ] 13532 - 13533 - [[package]] 13534 - name = "vcpkg" 13535 - version = "0.2.15" 13536 - source = "registry+https://github.com/rust-lang/crates.io-index" 13537 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 13538 - 13539 - [[package]] 13540 - name = "vcs_menu" 13541 - version = "0.1.0" 13542 - dependencies = [ 13543 - "anyhow", 13544 - "fuzzy", 13545 - "git", 13546 - "gpui", 13547 - "picker", 13548 - "project", 13549 - "ui", 13550 - "util", 13551 - "workspace", 13552 - ] 13553 - 13554 - [[package]] 13555 - name = "version-compare" 13556 - version = "0.2.0" 13557 - source = "registry+https://github.com/rust-lang/crates.io-index" 13558 - checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b" 13559 - 13560 - [[package]] 13561 - name = "version_check" 13562 - version = "0.9.5" 13563 - source = "registry+https://github.com/rust-lang/crates.io-index" 13564 - checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 13565 - 13566 - [[package]] 13567 - name = "vim" 13568 - version = "0.1.0" 13569 - dependencies = [ 13570 - "anyhow", 13571 - "async-compat", 13572 - "async-trait", 13573 - "collections", 13574 - "command_palette", 13575 - "command_palette_hooks", 13576 - "editor", 13577 - "futures 0.3.30", 13578 - "gpui", 13579 - "indoc", 13580 - "itertools 0.13.0", 13581 - "language", 13582 - "log", 13583 - "lsp", 13584 - "multi_buffer", 13585 - "nvim-rs", 13586 - "parking_lot", 13587 - "regex", 13588 - "release_channel", 13589 - "schemars", 13590 - "search", 13591 - "serde", 13592 - "serde_derive", 13593 - "serde_json", 13594 - "settings", 13595 - "tokio", 13596 - "ui", 13597 - "util", 13598 - "workspace", 13599 - "zed_actions", 13600 - ] 13601 - 13602 - [[package]] 13603 - name = "vscode_theme" 13604 - version = "0.2.0" 13605 - source = "registry+https://github.com/rust-lang/crates.io-index" 13606 - checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2" 13607 - dependencies = [ 13608 - "serde", 13609 - ] 13610 - 13611 - [[package]] 13612 - name = "vsimd" 13613 - version = "0.8.0" 13614 - source = "registry+https://github.com/rust-lang/crates.io-index" 13615 - checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" 13616 - 13617 - [[package]] 13618 - name = "vswhom" 13619 - version = "0.1.0" 13620 - source = "registry+https://github.com/rust-lang/crates.io-index" 13621 - checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" 13622 - dependencies = [ 13623 - "libc", 13624 - "vswhom-sys", 13625 - ] 13626 - 13627 - [[package]] 13628 - name = "vswhom-sys" 13629 - version = "0.1.2" 13630 - source = "registry+https://github.com/rust-lang/crates.io-index" 13631 - checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18" 13632 - dependencies = [ 13633 - "cc", 13634 - "libc", 13635 - ] 13636 - 13637 - [[package]] 13638 - name = "vte" 13639 - version = "0.13.0" 13640 - source = "registry+https://github.com/rust-lang/crates.io-index" 13641 - checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b" 13642 - dependencies = [ 13643 - "bitflags 2.6.0", 13644 - "cursor-icon", 13645 - "log", 13646 - "serde", 13647 - "utf8parse", 13648 - "vte_generate_state_changes", 13649 - ] 13650 - 13651 - [[package]] 13652 - name = "vte_generate_state_changes" 13653 - version = "0.1.2" 13654 - source = "registry+https://github.com/rust-lang/crates.io-index" 13655 - checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e" 13656 - dependencies = [ 13657 - "proc-macro2", 13658 - "quote", 13659 - ] 13660 - 13661 - [[package]] 13662 - name = "waker-fn" 13663 - version = "1.2.0" 13664 - source = "registry+https://github.com/rust-lang/crates.io-index" 13665 - checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" 13666 - 13667 - [[package]] 13668 - name = "walkdir" 13669 - version = "2.5.0" 13670 - source = "registry+https://github.com/rust-lang/crates.io-index" 13671 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 13672 - dependencies = [ 13673 - "same-file", 13674 - "winapi-util", 13675 - ] 13676 - 13677 - [[package]] 13678 - name = "want" 13679 - version = "0.3.1" 13680 - source = "registry+https://github.com/rust-lang/crates.io-index" 13681 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 13682 - dependencies = [ 13683 - "try-lock", 13684 - ] 13685 - 13686 - [[package]] 13687 - name = "warp" 13688 - version = "0.3.7" 13689 - source = "registry+https://github.com/rust-lang/crates.io-index" 13690 - checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c" 13691 - dependencies = [ 13692 - "bytes 1.7.2", 13693 - "futures-channel", 13694 - "futures-util", 13695 - "headers", 13696 - "http 0.2.12", 13697 - "hyper 0.14.31", 13698 - "log", 13699 - "mime", 13700 - "mime_guess", 13701 - "percent-encoding", 13702 - "pin-project", 13703 - "scoped-tls", 13704 - "serde", 13705 - "serde_json", 13706 - "serde_urlencoded", 13707 - "tokio", 13708 - "tokio-tungstenite 0.21.0", 13709 - "tokio-util", 13710 - "tower-service", 13711 - "tracing", 13712 - ] 13713 - 13714 - [[package]] 13715 - name = "wasi" 13716 - version = "0.9.0+wasi-snapshot-preview1" 13717 - source = "registry+https://github.com/rust-lang/crates.io-index" 13718 - checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 13719 - 13720 - [[package]] 13721 - name = "wasi" 13722 - version = "0.11.0+wasi-snapshot-preview1" 13723 - source = "registry+https://github.com/rust-lang/crates.io-index" 13724 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 13725 - 13726 - [[package]] 13727 - name = "wasite" 13728 - version = "0.1.0" 13729 - source = "registry+https://github.com/rust-lang/crates.io-index" 13730 - checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 13731 - 13732 - [[package]] 13733 - name = "wasm-bindgen" 13734 - version = "0.2.93" 13735 - source = "registry+https://github.com/rust-lang/crates.io-index" 13736 - checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" 13737 - dependencies = [ 13738 - "cfg-if", 13739 - "once_cell", 13740 - "wasm-bindgen-macro", 13741 - ] 13742 - 13743 - [[package]] 13744 - name = "wasm-bindgen-backend" 13745 - version = "0.2.93" 13746 - source = "registry+https://github.com/rust-lang/crates.io-index" 13747 - checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" 13748 - dependencies = [ 13749 - "bumpalo", 13750 - "log", 13751 - "once_cell", 13752 - "proc-macro2", 13753 - "quote", 13754 - "syn 2.0.87", 13755 - "wasm-bindgen-shared", 13756 - ] 13757 - 13758 - [[package]] 13759 - name = "wasm-bindgen-futures" 13760 - version = "0.4.43" 13761 - source = "registry+https://github.com/rust-lang/crates.io-index" 13762 - checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" 13763 - dependencies = [ 13764 - "cfg-if", 13765 - "js-sys", 13766 - "wasm-bindgen", 13767 - "web-sys", 13768 - ] 13769 - 13770 - [[package]] 13771 - name = "wasm-bindgen-macro" 13772 - version = "0.2.93" 13773 - source = "registry+https://github.com/rust-lang/crates.io-index" 13774 - checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" 13775 - dependencies = [ 13776 - "quote", 13777 - "wasm-bindgen-macro-support", 13778 - ] 13779 - 13780 - [[package]] 13781 - name = "wasm-bindgen-macro-support" 13782 - version = "0.2.93" 13783 - source = "registry+https://github.com/rust-lang/crates.io-index" 13784 - checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" 13785 - dependencies = [ 13786 - "proc-macro2", 13787 - "quote", 13788 - "syn 2.0.87", 13789 - "wasm-bindgen-backend", 13790 - "wasm-bindgen-shared", 13791 - ] 13792 - 13793 - [[package]] 13794 - name = "wasm-bindgen-shared" 13795 - version = "0.2.93" 13796 - source = "registry+https://github.com/rust-lang/crates.io-index" 13797 - checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" 13798 - 13799 - [[package]] 13800 - name = "wasm-encoder" 13801 - version = "0.201.0" 13802 - source = "registry+https://github.com/rust-lang/crates.io-index" 13803 - checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a" 13804 - dependencies = [ 13805 - "leb128", 13806 - ] 13807 - 13808 - [[package]] 13809 - name = "wasm-encoder" 13810 - version = "0.215.0" 13811 - source = "registry+https://github.com/rust-lang/crates.io-index" 13812 - checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847" 13813 - dependencies = [ 13814 - "leb128", 13815 - ] 13816 - 13817 - [[package]] 13818 - name = "wasm-metadata" 13819 - version = "0.201.0" 13820 - source = "registry+https://github.com/rust-lang/crates.io-index" 13821 - checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2" 13822 - dependencies = [ 13823 - "anyhow", 13824 - "indexmap 2.4.0", 13825 - "serde", 13826 - "serde_derive", 13827 - "serde_json", 13828 - "spdx", 13829 - "wasm-encoder 0.201.0", 13830 - "wasmparser 0.201.0", 13831 - ] 13832 - 13833 - [[package]] 13834 - name = "wasm-streams" 13835 - version = "0.4.1" 13836 - source = "registry+https://github.com/rust-lang/crates.io-index" 13837 - checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd" 13838 - dependencies = [ 13839 - "futures-util", 13840 - "js-sys", 13841 - "wasm-bindgen", 13842 - "wasm-bindgen-futures", 13843 - "web-sys", 13844 - ] 13845 - 13846 - [[package]] 13847 - name = "wasmparser" 13848 - version = "0.201.0" 13849 - source = "registry+https://github.com/rust-lang/crates.io-index" 13850 - checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708" 13851 - dependencies = [ 13852 - "bitflags 2.6.0", 13853 - "indexmap 2.4.0", 13854 - "semver", 13855 - ] 13856 - 13857 - [[package]] 13858 - name = "wasmparser" 13859 - version = "0.215.0" 13860 - source = "registry+https://github.com/rust-lang/crates.io-index" 13861 - checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e" 13862 - dependencies = [ 13863 - "ahash 0.8.11", 13864 - "bitflags 2.6.0", 13865 - "hashbrown 0.14.5", 13866 - "indexmap 2.4.0", 13867 - "semver", 13868 - "serde", 13869 - ] 13870 - 13871 - [[package]] 13872 - name = "wasmprinter" 13873 - version = "0.215.0" 13874 - source = "registry+https://github.com/rust-lang/crates.io-index" 13875 - checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc" 13876 - dependencies = [ 13877 - "anyhow", 13878 - "termcolor", 13879 - "wasmparser 0.215.0", 13880 - ] 13881 - 13882 - [[package]] 13883 - name = "wasmtime" 13884 - version = "24.0.2" 13885 - source = "registry+https://github.com/rust-lang/crates.io-index" 13886 - checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b" 13887 - dependencies = [ 13888 - "anyhow", 13889 - "async-trait", 13890 - "bitflags 2.6.0", 13891 - "bumpalo", 13892 - "cc", 13893 - "cfg-if", 13894 - "encoding_rs", 13895 - "hashbrown 0.14.5", 13896 - "indexmap 2.4.0", 13897 - "libc", 13898 - "libm", 13899 - "log", 13900 - "mach2", 13901 - "memfd", 13902 - "object", 13903 - "once_cell", 13904 - "paste", 13905 - "postcard", 13906 - "psm", 13907 - "rustix 0.38.39", 13908 - "semver", 13909 - "serde", 13910 - "serde_derive", 13911 - "smallvec", 13912 - "sptr", 13913 - "target-lexicon", 13914 - "wasmparser 0.215.0", 13915 - "wasmtime-asm-macros", 13916 - "wasmtime-component-macro", 13917 - "wasmtime-component-util", 13918 - "wasmtime-cranelift", 13919 - "wasmtime-environ", 13920 - "wasmtime-fiber", 13921 - "wasmtime-jit-icache-coherence", 13922 - "wasmtime-slab", 13923 - "wasmtime-versioned-export-macros", 13924 - "wasmtime-winch", 13925 - "windows-sys 0.52.0", 13926 - ] 13927 - 13928 - [[package]] 13929 - name = "wasmtime-asm-macros" 13930 - version = "24.0.2" 13931 - source = "registry+https://github.com/rust-lang/crates.io-index" 13932 - checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283" 13933 - dependencies = [ 13934 - "cfg-if", 13935 - ] 13936 - 13937 - [[package]] 13938 - name = "wasmtime-c-api-impl" 13939 - version = "24.0.0" 13940 - source = "registry+https://github.com/rust-lang/crates.io-index" 13941 - checksum = "765e302e7d9125e614aaeec3ad6b6083605393004eca00214106a4ff6b47fc58" 13942 - dependencies = [ 13943 - "anyhow", 13944 - "log", 13945 - "once_cell", 13946 - "tracing", 13947 - "wasmtime", 13948 - "wasmtime-c-api-macros", 13949 - ] 13950 - 13951 - [[package]] 13952 - name = "wasmtime-c-api-macros" 13953 - version = "24.0.0" 13954 - source = "registry+https://github.com/rust-lang/crates.io-index" 13955 - checksum = "2d09d02eaa84aa2de5babee7b0296557ad6e4903bb10aa8d135e393e753a43d6" 13956 - dependencies = [ 13957 - "proc-macro2", 13958 - "quote", 13959 - ] 13960 - 13961 - [[package]] 13962 - name = "wasmtime-component-macro" 13963 - version = "24.0.2" 13964 - source = "registry+https://github.com/rust-lang/crates.io-index" 13965 - checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2" 13966 - dependencies = [ 13967 - "anyhow", 13968 - "proc-macro2", 13969 - "quote", 13970 - "syn 2.0.87", 13971 - "wasmtime-component-util", 13972 - "wasmtime-wit-bindgen", 13973 - "wit-parser 0.215.0", 13974 - ] 13975 - 13976 - [[package]] 13977 - name = "wasmtime-component-util" 13978 - version = "24.0.2" 13979 - source = "registry+https://github.com/rust-lang/crates.io-index" 13980 - checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db" 13981 - 13982 - [[package]] 13983 - name = "wasmtime-cranelift" 13984 - version = "24.0.2" 13985 - source = "registry+https://github.com/rust-lang/crates.io-index" 13986 - checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a" 13987 - dependencies = [ 13988 - "anyhow", 13989 - "cfg-if", 13990 - "cranelift-codegen", 13991 - "cranelift-control", 13992 - "cranelift-entity", 13993 - "cranelift-frontend", 13994 - "cranelift-native", 13995 - "cranelift-wasm", 13996 - "gimli 0.29.0", 13997 - "log", 13998 - "object", 13999 - "target-lexicon", 14000 - "thiserror", 14001 - "wasmparser 0.215.0", 14002 - "wasmtime-environ", 14003 - "wasmtime-versioned-export-macros", 14004 - ] 14005 - 14006 - [[package]] 14007 - name = "wasmtime-environ" 14008 - version = "24.0.2" 14009 - source = "registry+https://github.com/rust-lang/crates.io-index" 14010 - checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131" 14011 - dependencies = [ 14012 - "anyhow", 14013 - "cpp_demangle", 14014 - "cranelift-bitset", 14015 - "cranelift-entity", 14016 - "gimli 0.29.0", 14017 - "indexmap 2.4.0", 14018 - "log", 14019 - "object", 14020 - "postcard", 14021 - "rustc-demangle", 14022 - "semver", 14023 - "serde", 14024 - "serde_derive", 14025 - "target-lexicon", 14026 - "wasm-encoder 0.215.0", 14027 - "wasmparser 0.215.0", 14028 - "wasmprinter", 14029 - "wasmtime-component-util", 14030 - "wasmtime-types", 14031 - ] 14032 - 14033 - [[package]] 14034 - name = "wasmtime-fiber" 14035 - version = "24.0.2" 14036 - source = "registry+https://github.com/rust-lang/crates.io-index" 14037 - checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663" 14038 - dependencies = [ 14039 - "anyhow", 14040 - "cc", 14041 - "cfg-if", 14042 - "rustix 0.38.39", 14043 - "wasmtime-asm-macros", 14044 - "wasmtime-versioned-export-macros", 14045 - "windows-sys 0.52.0", 14046 - ] 14047 - 14048 - [[package]] 14049 - name = "wasmtime-jit-icache-coherence" 14050 - version = "24.0.2" 14051 - source = "registry+https://github.com/rust-lang/crates.io-index" 14052 - checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021" 14053 - dependencies = [ 14054 - "anyhow", 14055 - "cfg-if", 14056 - "libc", 14057 - "windows-sys 0.52.0", 14058 - ] 14059 - 14060 - [[package]] 14061 - name = "wasmtime-slab" 14062 - version = "24.0.2" 14063 - source = "registry+https://github.com/rust-lang/crates.io-index" 14064 - checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a" 14065 - 14066 - [[package]] 14067 - name = "wasmtime-types" 14068 - version = "24.0.2" 14069 - source = "registry+https://github.com/rust-lang/crates.io-index" 14070 - checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81" 14071 - dependencies = [ 14072 - "anyhow", 14073 - "cranelift-entity", 14074 - "serde", 14075 - "serde_derive", 14076 - "smallvec", 14077 - "wasmparser 0.215.0", 14078 - ] 14079 - 14080 - [[package]] 14081 - name = "wasmtime-versioned-export-macros" 14082 - version = "24.0.2" 14083 - source = "registry+https://github.com/rust-lang/crates.io-index" 14084 - checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a" 14085 - dependencies = [ 14086 - "proc-macro2", 14087 - "quote", 14088 - "syn 2.0.87", 14089 - ] 14090 - 14091 - [[package]] 14092 - name = "wasmtime-wasi" 14093 - version = "24.0.2" 14094 - source = "registry+https://github.com/rust-lang/crates.io-index" 14095 - checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3" 14096 - dependencies = [ 14097 - "anyhow", 14098 - "async-trait", 14099 - "bitflags 2.6.0", 14100 - "bytes 1.7.2", 14101 - "cap-fs-ext", 14102 - "cap-net-ext", 14103 - "cap-rand", 14104 - "cap-std", 14105 - "cap-time-ext", 14106 - "fs-set-times", 14107 - "futures 0.3.30", 14108 - "io-extras", 14109 - "io-lifetimes 2.0.3", 14110 - "once_cell", 14111 - "rustix 0.38.39", 14112 - "system-interface", 14113 - "thiserror", 14114 - "tokio", 14115 - "tracing", 14116 - "url", 14117 - "wasmtime", 14118 - "wiggle", 14119 - "windows-sys 0.52.0", 14120 - ] 14121 - 14122 - [[package]] 14123 - name = "wasmtime-winch" 14124 - version = "24.0.2" 14125 - source = "registry+https://github.com/rust-lang/crates.io-index" 14126 - checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908" 14127 - dependencies = [ 14128 - "anyhow", 14129 - "cranelift-codegen", 14130 - "gimli 0.29.0", 14131 - "object", 14132 - "target-lexicon", 14133 - "wasmparser 0.215.0", 14134 - "wasmtime-cranelift", 14135 - "wasmtime-environ", 14136 - "winch-codegen", 14137 - ] 14138 - 14139 - [[package]] 14140 - name = "wasmtime-wit-bindgen" 14141 - version = "24.0.2" 14142 - source = "registry+https://github.com/rust-lang/crates.io-index" 14143 - checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190" 14144 - dependencies = [ 14145 - "anyhow", 14146 - "heck 0.4.1", 14147 - "indexmap 2.4.0", 14148 - "wit-parser 0.215.0", 14149 - ] 14150 - 14151 - [[package]] 14152 - name = "wast" 14153 - version = "35.0.2" 14154 - source = "registry+https://github.com/rust-lang/crates.io-index" 14155 - checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68" 14156 - dependencies = [ 14157 - "leb128", 14158 - ] 14159 - 14160 - [[package]] 14161 - name = "wayland-backend" 14162 - version = "0.3.6" 14163 - source = "registry+https://github.com/rust-lang/crates.io-index" 14164 - checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993" 14165 - dependencies = [ 14166 - "cc", 14167 - "downcast-rs", 14168 - "rustix 0.38.39", 14169 - "scoped-tls", 14170 - "smallvec", 14171 - "wayland-sys", 14172 - ] 14173 - 14174 - [[package]] 14175 - name = "wayland-client" 14176 - version = "0.31.5" 14177 - source = "registry+https://github.com/rust-lang/crates.io-index" 14178 - checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943" 14179 - dependencies = [ 14180 - "bitflags 2.6.0", 14181 - "rustix 0.38.39", 14182 - "wayland-backend", 14183 - "wayland-scanner", 14184 - ] 14185 - 14186 - [[package]] 14187 - name = "wayland-cursor" 14188 - version = "0.31.5" 14189 - source = "registry+https://github.com/rust-lang/crates.io-index" 14190 - checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95" 14191 - dependencies = [ 14192 - "rustix 0.38.39", 14193 - "wayland-client", 14194 - "xcursor", 14195 - ] 14196 - 14197 - [[package]] 14198 - name = "wayland-protocols" 14199 - version = "0.31.2" 14200 - source = "registry+https://github.com/rust-lang/crates.io-index" 14201 - checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4" 14202 - dependencies = [ 14203 - "bitflags 2.6.0", 14204 - "wayland-backend", 14205 - "wayland-client", 14206 - "wayland-scanner", 14207 - ] 14208 - 14209 - [[package]] 14210 - name = "wayland-protocols-plasma" 14211 - version = "0.2.0" 14212 - source = "registry+https://github.com/rust-lang/crates.io-index" 14213 - checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479" 14214 - dependencies = [ 14215 - "bitflags 2.6.0", 14216 - "wayland-backend", 14217 - "wayland-client", 14218 - "wayland-protocols", 14219 - "wayland-scanner", 14220 - ] 14221 - 14222 - [[package]] 14223 - name = "wayland-scanner" 14224 - version = "0.31.4" 14225 - source = "registry+https://github.com/rust-lang/crates.io-index" 14226 - checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6" 14227 - dependencies = [ 14228 - "proc-macro2", 14229 - "quick-xml 0.34.0", 14230 - "quote", 14231 - ] 14232 - 14233 - [[package]] 14234 - name = "wayland-sys" 14235 - version = "0.31.4" 14236 - source = "registry+https://github.com/rust-lang/crates.io-index" 14237 - checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148" 14238 - dependencies = [ 14239 - "dlib", 14240 - "log", 14241 - "once_cell", 14242 - "pkg-config", 14243 - ] 14244 - 14245 - [[package]] 14246 - name = "web-sys" 14247 - version = "0.3.70" 14248 - source = "registry+https://github.com/rust-lang/crates.io-index" 14249 - checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" 14250 - dependencies = [ 14251 - "js-sys", 14252 - "wasm-bindgen", 14253 - ] 14254 - 14255 - [[package]] 14256 - name = "webpki" 14257 - version = "0.22.4" 14258 - source = "registry+https://github.com/rust-lang/crates.io-index" 14259 - checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" 14260 - dependencies = [ 14261 - "ring", 14262 - "untrusted", 14263 - ] 14264 - 14265 - [[package]] 14266 - name = "webpki-roots" 14267 - version = "0.22.6" 14268 - source = "registry+https://github.com/rust-lang/crates.io-index" 14269 - checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" 14270 - dependencies = [ 14271 - "webpki", 14272 - ] 14273 - 14274 - [[package]] 14275 - name = "webpki-roots" 14276 - version = "0.25.4" 14277 - source = "registry+https://github.com/rust-lang/crates.io-index" 14278 - checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" 14279 - 14280 - [[package]] 14281 - name = "weezl" 14282 - version = "0.1.8" 14283 - source = "registry+https://github.com/rust-lang/crates.io-index" 14284 - checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" 14285 - 14286 - [[package]] 14287 - name = "welcome" 14288 - version = "0.1.0" 14289 - dependencies = [ 14290 - "anyhow", 14291 - "client", 14292 - "db", 14293 - "editor", 14294 - "extensions_ui", 14295 - "fuzzy", 14296 - "gpui", 14297 - "inline_completion_button", 14298 - "install_cli", 14299 - "picker", 14300 - "project", 14301 - "schemars", 14302 - "serde", 14303 - "settings", 14304 - "theme_selector", 14305 - "ui", 14306 - "util", 14307 - "vim", 14308 - "workspace", 14309 - "zed_actions", 14310 - ] 14311 - 14312 - [[package]] 14313 - name = "which" 14314 - version = "4.4.2" 14315 - source = "registry+https://github.com/rust-lang/crates.io-index" 14316 - checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 14317 - dependencies = [ 14318 - "either", 14319 - "home", 14320 - "once_cell", 14321 - "rustix 0.38.39", 14322 - ] 14323 - 14324 - [[package]] 14325 - name = "which" 14326 - version = "6.0.3" 14327 - source = "registry+https://github.com/rust-lang/crates.io-index" 14328 - checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f" 14329 - dependencies = [ 14330 - "either", 14331 - "home", 14332 - "rustix 0.38.39", 14333 - "winsafe", 14334 - ] 14335 - 14336 - [[package]] 14337 - name = "whoami" 14338 - version = "1.5.1" 14339 - source = "registry+https://github.com/rust-lang/crates.io-index" 14340 - checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9" 14341 - dependencies = [ 14342 - "redox_syscall 0.4.1", 14343 - "wasite", 14344 - ] 14345 - 14346 - [[package]] 14347 - name = "wiggle" 14348 - version = "24.0.2" 14349 - source = "registry+https://github.com/rust-lang/crates.io-index" 14350 - checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78" 14351 - dependencies = [ 14352 - "anyhow", 14353 - "async-trait", 14354 - "bitflags 2.6.0", 14355 - "thiserror", 14356 - "tracing", 14357 - "wasmtime", 14358 - "wiggle-macro", 14359 - ] 14360 - 14361 - [[package]] 14362 - name = "wiggle-generate" 14363 - version = "24.0.2" 14364 - source = "registry+https://github.com/rust-lang/crates.io-index" 14365 - checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83" 14366 - dependencies = [ 14367 - "anyhow", 14368 - "heck 0.4.1", 14369 - "proc-macro2", 14370 - "quote", 14371 - "shellexpand 2.1.2", 14372 - "syn 2.0.87", 14373 - "witx", 14374 - ] 14375 - 14376 - [[package]] 14377 - name = "wiggle-macro" 14378 - version = "24.0.2" 14379 - source = "registry+https://github.com/rust-lang/crates.io-index" 14380 - checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2" 14381 - dependencies = [ 14382 - "proc-macro2", 14383 - "quote", 14384 - "syn 2.0.87", 14385 - "wiggle-generate", 14386 - ] 14387 - 14388 - [[package]] 14389 - name = "winapi" 14390 - version = "0.3.9" 14391 - source = "registry+https://github.com/rust-lang/crates.io-index" 14392 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 14393 - dependencies = [ 14394 - "winapi-i686-pc-windows-gnu", 14395 - "winapi-x86_64-pc-windows-gnu", 14396 - ] 14397 - 14398 - [[package]] 14399 - name = "winapi-i686-pc-windows-gnu" 14400 - version = "0.4.0" 14401 - source = "registry+https://github.com/rust-lang/crates.io-index" 14402 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 14403 - 14404 - [[package]] 14405 - name = "winapi-util" 14406 - version = "0.1.9" 14407 - source = "registry+https://github.com/rust-lang/crates.io-index" 14408 - checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 14409 - dependencies = [ 14410 - "windows-sys 0.59.0", 14411 - ] 14412 - 14413 - [[package]] 14414 - name = "winapi-x86_64-pc-windows-gnu" 14415 - version = "0.4.0" 14416 - source = "registry+https://github.com/rust-lang/crates.io-index" 14417 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 14418 - 14419 - [[package]] 14420 - name = "winch-codegen" 14421 - version = "0.22.2" 14422 - source = "registry+https://github.com/rust-lang/crates.io-index" 14423 - checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24" 14424 - dependencies = [ 14425 - "anyhow", 14426 - "cranelift-codegen", 14427 - "gimli 0.29.0", 14428 - "regalloc2", 14429 - "smallvec", 14430 - "target-lexicon", 14431 - "wasmparser 0.215.0", 14432 - "wasmtime-cranelift", 14433 - "wasmtime-environ", 14434 - ] 14435 - 14436 - [[package]] 14437 - name = "windows" 14438 - version = "0.54.0" 14439 - source = "registry+https://github.com/rust-lang/crates.io-index" 14440 - checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49" 14441 - dependencies = [ 14442 - "windows-core 0.54.0", 14443 - "windows-targets 0.52.6", 14444 - ] 14445 - 14446 - [[package]] 14447 - name = "windows" 14448 - version = "0.58.0" 14449 - source = "registry+https://github.com/rust-lang/crates.io-index" 14450 - checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" 14451 - dependencies = [ 14452 - "windows-core 0.58.0", 14453 - "windows-targets 0.52.6", 14454 - ] 14455 - 14456 - [[package]] 14457 - name = "windows-core" 14458 - version = "0.52.0" 14459 - source = "registry+https://github.com/rust-lang/crates.io-index" 14460 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 14461 - dependencies = [ 14462 - "windows-targets 0.52.6", 14463 - ] 14464 - 14465 - [[package]] 14466 - name = "windows-core" 14467 - version = "0.54.0" 14468 - source = "registry+https://github.com/rust-lang/crates.io-index" 14469 - checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65" 14470 - dependencies = [ 14471 - "windows-result 0.1.2", 14472 - "windows-targets 0.52.6", 14473 - ] 14474 - 14475 - [[package]] 14476 - name = "windows-core" 14477 - version = "0.58.0" 14478 - source = "registry+https://github.com/rust-lang/crates.io-index" 14479 - checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" 14480 - dependencies = [ 14481 - "windows-implement", 14482 - "windows-interface", 14483 - "windows-result 0.2.0", 14484 - "windows-strings", 14485 - "windows-targets 0.52.6", 14486 - ] 14487 - 14488 - [[package]] 14489 - name = "windows-implement" 14490 - version = "0.58.0" 14491 - source = "registry+https://github.com/rust-lang/crates.io-index" 14492 - checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" 14493 - dependencies = [ 14494 - "proc-macro2", 14495 - "quote", 14496 - "syn 2.0.87", 14497 - ] 14498 - 14499 - [[package]] 14500 - name = "windows-interface" 14501 - version = "0.58.0" 14502 - source = "registry+https://github.com/rust-lang/crates.io-index" 14503 - checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" 14504 - dependencies = [ 14505 - "proc-macro2", 14506 - "quote", 14507 - "syn 2.0.87", 14508 - ] 14509 - 14510 - [[package]] 14511 - name = "windows-registry" 14512 - version = "0.2.0" 14513 - source = "registry+https://github.com/rust-lang/crates.io-index" 14514 - checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" 14515 - dependencies = [ 14516 - "windows-result 0.2.0", 14517 - "windows-strings", 14518 - "windows-targets 0.52.6", 14519 - ] 14520 - 14521 - [[package]] 14522 - name = "windows-result" 14523 - version = "0.1.2" 14524 - source = "registry+https://github.com/rust-lang/crates.io-index" 14525 - checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" 14526 - dependencies = [ 14527 - "windows-targets 0.52.6", 14528 - ] 14529 - 14530 - [[package]] 14531 - name = "windows-result" 14532 - version = "0.2.0" 14533 - source = "registry+https://github.com/rust-lang/crates.io-index" 14534 - checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 14535 - dependencies = [ 14536 - "windows-targets 0.52.6", 14537 - ] 14538 - 14539 - [[package]] 14540 - name = "windows-strings" 14541 - version = "0.1.0" 14542 - source = "registry+https://github.com/rust-lang/crates.io-index" 14543 - checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 14544 - dependencies = [ 14545 - "windows-result 0.2.0", 14546 - "windows-targets 0.52.6", 14547 - ] 14548 - 14549 - [[package]] 14550 - name = "windows-sys" 14551 - version = "0.45.0" 14552 - source = "registry+https://github.com/rust-lang/crates.io-index" 14553 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 14554 - dependencies = [ 14555 - "windows-targets 0.42.2", 14556 - ] 14557 - 14558 - [[package]] 14559 - name = "windows-sys" 14560 - version = "0.48.0" 14561 - source = "registry+https://github.com/rust-lang/crates.io-index" 14562 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 14563 - dependencies = [ 14564 - "windows-targets 0.48.5", 14565 - ] 14566 - 14567 - [[package]] 14568 - name = "windows-sys" 14569 - version = "0.52.0" 14570 - source = "registry+https://github.com/rust-lang/crates.io-index" 14571 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 14572 - dependencies = [ 14573 - "windows-targets 0.52.6", 14574 - ] 14575 - 14576 - [[package]] 14577 - name = "windows-sys" 14578 - version = "0.59.0" 14579 - source = "registry+https://github.com/rust-lang/crates.io-index" 14580 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 14581 - dependencies = [ 14582 - "windows-targets 0.52.6", 14583 - ] 14584 - 14585 - [[package]] 14586 - name = "windows-targets" 14587 - version = "0.42.2" 14588 - source = "registry+https://github.com/rust-lang/crates.io-index" 14589 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 14590 - dependencies = [ 14591 - "windows_aarch64_gnullvm 0.42.2", 14592 - "windows_aarch64_msvc 0.42.2", 14593 - "windows_i686_gnu 0.42.2", 14594 - "windows_i686_msvc 0.42.2", 14595 - "windows_x86_64_gnu 0.42.2", 14596 - "windows_x86_64_gnullvm 0.42.2", 14597 - "windows_x86_64_msvc 0.42.2", 14598 - ] 14599 - 14600 - [[package]] 14601 - name = "windows-targets" 14602 - version = "0.48.5" 14603 - source = "registry+https://github.com/rust-lang/crates.io-index" 14604 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 14605 - dependencies = [ 14606 - "windows_aarch64_gnullvm 0.48.5", 14607 - "windows_aarch64_msvc 0.48.5", 14608 - "windows_i686_gnu 0.48.5", 14609 - "windows_i686_msvc 0.48.5", 14610 - "windows_x86_64_gnu 0.48.5", 14611 - "windows_x86_64_gnullvm 0.48.5", 14612 - "windows_x86_64_msvc 0.48.5", 14613 - ] 14614 - 14615 - [[package]] 14616 - name = "windows-targets" 14617 - version = "0.52.6" 14618 - source = "registry+https://github.com/rust-lang/crates.io-index" 14619 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 14620 - dependencies = [ 14621 - "windows_aarch64_gnullvm 0.52.6", 14622 - "windows_aarch64_msvc 0.52.6", 14623 - "windows_i686_gnu 0.52.6", 14624 - "windows_i686_gnullvm", 14625 - "windows_i686_msvc 0.52.6", 14626 - "windows_x86_64_gnu 0.52.6", 14627 - "windows_x86_64_gnullvm 0.52.6", 14628 - "windows_x86_64_msvc 0.52.6", 14629 - ] 14630 - 14631 - [[package]] 14632 - name = "windows_aarch64_gnullvm" 14633 - version = "0.42.2" 14634 - source = "registry+https://github.com/rust-lang/crates.io-index" 14635 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 14636 - 14637 - [[package]] 14638 - name = "windows_aarch64_gnullvm" 14639 - version = "0.48.5" 14640 - source = "registry+https://github.com/rust-lang/crates.io-index" 14641 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 14642 - 14643 - [[package]] 14644 - name = "windows_aarch64_gnullvm" 14645 - version = "0.52.6" 14646 - source = "registry+https://github.com/rust-lang/crates.io-index" 14647 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 14648 - 14649 - [[package]] 14650 - name = "windows_aarch64_msvc" 14651 - version = "0.42.2" 14652 - source = "registry+https://github.com/rust-lang/crates.io-index" 14653 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 14654 - 14655 - [[package]] 14656 - name = "windows_aarch64_msvc" 14657 - version = "0.48.5" 14658 - source = "registry+https://github.com/rust-lang/crates.io-index" 14659 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 14660 - 14661 - [[package]] 14662 - name = "windows_aarch64_msvc" 14663 - version = "0.52.6" 14664 - source = "registry+https://github.com/rust-lang/crates.io-index" 14665 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 14666 - 14667 - [[package]] 14668 - name = "windows_i686_gnu" 14669 - version = "0.42.2" 14670 - source = "registry+https://github.com/rust-lang/crates.io-index" 14671 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 14672 - 14673 - [[package]] 14674 - name = "windows_i686_gnu" 14675 - version = "0.48.5" 14676 - source = "registry+https://github.com/rust-lang/crates.io-index" 14677 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 14678 - 14679 - [[package]] 14680 - name = "windows_i686_gnu" 14681 - version = "0.52.6" 14682 - source = "registry+https://github.com/rust-lang/crates.io-index" 14683 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 14684 - 14685 - [[package]] 14686 - name = "windows_i686_gnullvm" 14687 - version = "0.52.6" 14688 - source = "registry+https://github.com/rust-lang/crates.io-index" 14689 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 14690 - 14691 - [[package]] 14692 - name = "windows_i686_msvc" 14693 - version = "0.42.2" 14694 - source = "registry+https://github.com/rust-lang/crates.io-index" 14695 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 14696 - 14697 - [[package]] 14698 - name = "windows_i686_msvc" 14699 - version = "0.48.5" 14700 - source = "registry+https://github.com/rust-lang/crates.io-index" 14701 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 14702 - 14703 - [[package]] 14704 - name = "windows_i686_msvc" 14705 - version = "0.52.6" 14706 - source = "registry+https://github.com/rust-lang/crates.io-index" 14707 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 14708 - 14709 - [[package]] 14710 - name = "windows_x86_64_gnu" 14711 - version = "0.42.2" 14712 - source = "registry+https://github.com/rust-lang/crates.io-index" 14713 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 14714 - 14715 - [[package]] 14716 - name = "windows_x86_64_gnu" 14717 - version = "0.48.5" 14718 - source = "registry+https://github.com/rust-lang/crates.io-index" 14719 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 14720 - 14721 - [[package]] 14722 - name = "windows_x86_64_gnu" 14723 - version = "0.52.6" 14724 - source = "registry+https://github.com/rust-lang/crates.io-index" 14725 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 14726 - 14727 - [[package]] 14728 - name = "windows_x86_64_gnullvm" 14729 - version = "0.42.2" 14730 - source = "registry+https://github.com/rust-lang/crates.io-index" 14731 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 14732 - 14733 - [[package]] 14734 - name = "windows_x86_64_gnullvm" 14735 - version = "0.48.5" 14736 - source = "registry+https://github.com/rust-lang/crates.io-index" 14737 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 14738 - 14739 - [[package]] 14740 - name = "windows_x86_64_gnullvm" 14741 - version = "0.52.6" 14742 - source = "registry+https://github.com/rust-lang/crates.io-index" 14743 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 14744 - 14745 - [[package]] 14746 - name = "windows_x86_64_msvc" 14747 - version = "0.42.2" 14748 - source = "registry+https://github.com/rust-lang/crates.io-index" 14749 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 14750 - 14751 - [[package]] 14752 - name = "windows_x86_64_msvc" 14753 - version = "0.48.5" 14754 - source = "registry+https://github.com/rust-lang/crates.io-index" 14755 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 14756 - 14757 - [[package]] 14758 - name = "windows_x86_64_msvc" 14759 - version = "0.52.6" 14760 - source = "registry+https://github.com/rust-lang/crates.io-index" 14761 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 14762 - 14763 - [[package]] 14764 - name = "winnow" 14765 - version = "0.5.40" 14766 - source = "registry+https://github.com/rust-lang/crates.io-index" 14767 - checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 14768 - dependencies = [ 14769 - "memchr", 14770 - ] 14771 - 14772 - [[package]] 14773 - name = "winnow" 14774 - version = "0.6.18" 14775 - source = "registry+https://github.com/rust-lang/crates.io-index" 14776 - checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" 14777 - dependencies = [ 14778 - "memchr", 14779 - ] 14780 - 14781 - [[package]] 14782 - name = "winreg" 14783 - version = "0.50.0" 14784 - source = "registry+https://github.com/rust-lang/crates.io-index" 14785 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 14786 - dependencies = [ 14787 - "cfg-if", 14788 - "windows-sys 0.48.0", 14789 - ] 14790 - 14791 - [[package]] 14792 - name = "winreg" 14793 - version = "0.52.0" 14794 - source = "registry+https://github.com/rust-lang/crates.io-index" 14795 - checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 14796 - dependencies = [ 14797 - "cfg-if", 14798 - "windows-sys 0.48.0", 14799 - ] 14800 - 14801 - [[package]] 14802 - name = "winresource" 14803 - version = "0.1.17" 14804 - source = "registry+https://github.com/rust-lang/crates.io-index" 14805 - checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329" 14806 - dependencies = [ 14807 - "toml 0.7.8", 14808 - "version_check", 14809 - ] 14810 - 14811 - [[package]] 14812 - name = "winsafe" 14813 - version = "0.0.19" 14814 - source = "registry+https://github.com/rust-lang/crates.io-index" 14815 - checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" 14816 - 14817 - [[package]] 14818 - name = "winx" 14819 - version = "0.36.3" 14820 - source = "registry+https://github.com/rust-lang/crates.io-index" 14821 - checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346" 14822 - dependencies = [ 14823 - "bitflags 2.6.0", 14824 - "windows-sys 0.52.0", 14825 - ] 14826 - 14827 - [[package]] 14828 - name = "wio" 14829 - version = "0.2.2" 14830 - source = "registry+https://github.com/rust-lang/crates.io-index" 14831 - checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5" 14832 - dependencies = [ 14833 - "winapi", 14834 - ] 14835 - 14836 - [[package]] 14837 - name = "wit-bindgen" 14838 - version = "0.22.0" 14839 - source = "registry+https://github.com/rust-lang/crates.io-index" 14840 - checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27" 14841 - dependencies = [ 14842 - "bitflags 2.6.0", 14843 - "wit-bindgen-rt", 14844 - "wit-bindgen-rust-macro", 14845 - ] 14846 - 14847 - [[package]] 14848 - name = "wit-bindgen-core" 14849 - version = "0.22.0" 14850 - source = "registry+https://github.com/rust-lang/crates.io-index" 14851 - checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4" 14852 - dependencies = [ 14853 - "anyhow", 14854 - "wit-parser 0.201.0", 14855 - ] 14856 - 14857 - [[package]] 14858 - name = "wit-bindgen-rt" 14859 - version = "0.22.0" 14860 - source = "registry+https://github.com/rust-lang/crates.io-index" 14861 - checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64" 14862 - 14863 - [[package]] 14864 - name = "wit-bindgen-rust" 14865 - version = "0.22.0" 14866 - source = "registry+https://github.com/rust-lang/crates.io-index" 14867 - checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3" 14868 - dependencies = [ 14869 - "anyhow", 14870 - "heck 0.4.1", 14871 - "indexmap 2.4.0", 14872 - "wasm-metadata", 14873 - "wit-bindgen-core", 14874 - "wit-component", 14875 - ] 14876 - 14877 - [[package]] 14878 - name = "wit-bindgen-rust-macro" 14879 - version = "0.22.0" 14880 - source = "registry+https://github.com/rust-lang/crates.io-index" 14881 - checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b" 14882 - dependencies = [ 14883 - "anyhow", 14884 - "proc-macro2", 14885 - "quote", 14886 - "syn 2.0.87", 14887 - "wit-bindgen-core", 14888 - "wit-bindgen-rust", 14889 - ] 14890 - 14891 - [[package]] 14892 - name = "wit-component" 14893 - version = "0.201.0" 14894 - source = "registry+https://github.com/rust-lang/crates.io-index" 14895 - checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825" 14896 - dependencies = [ 14897 - "anyhow", 14898 - "bitflags 2.6.0", 14899 - "indexmap 2.4.0", 14900 - "log", 14901 - "serde", 14902 - "serde_derive", 14903 - "serde_json", 14904 - "wasm-encoder 0.201.0", 14905 - "wasm-metadata", 14906 - "wasmparser 0.201.0", 14907 - "wit-parser 0.201.0", 14908 - ] 14909 - 14910 - [[package]] 14911 - name = "wit-parser" 14912 - version = "0.201.0" 14913 - source = "registry+https://github.com/rust-lang/crates.io-index" 14914 - checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6" 14915 - dependencies = [ 14916 - "anyhow", 14917 - "id-arena", 14918 - "indexmap 2.4.0", 14919 - "log", 14920 - "semver", 14921 - "serde", 14922 - "serde_derive", 14923 - "serde_json", 14924 - "unicode-xid", 14925 - "wasmparser 0.201.0", 14926 - ] 14927 - 14928 - [[package]] 14929 - name = "wit-parser" 14930 - version = "0.215.0" 14931 - source = "registry+https://github.com/rust-lang/crates.io-index" 14932 - checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f" 14933 - dependencies = [ 14934 - "anyhow", 14935 - "id-arena", 14936 - "indexmap 2.4.0", 14937 - "log", 14938 - "semver", 14939 - "serde", 14940 - "serde_derive", 14941 - "serde_json", 14942 - "unicode-xid", 14943 - "wasmparser 0.215.0", 14944 - ] 14945 - 14946 - [[package]] 14947 - name = "witx" 14948 - version = "0.9.1" 14949 - source = "registry+https://github.com/rust-lang/crates.io-index" 14950 - checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b" 14951 - dependencies = [ 14952 - "anyhow", 14953 - "log", 14954 - "thiserror", 14955 - "wast", 14956 - ] 14957 - 14958 - [[package]] 14959 - name = "workspace" 14960 - version = "0.1.0" 14961 - dependencies = [ 14962 - "any_vec", 14963 - "anyhow", 14964 - "async-recursion 1.1.1", 14965 - "bincode", 14966 - "call", 14967 - "client", 14968 - "clock", 14969 - "collections", 14970 - "db", 14971 - "derive_more", 14972 - "env_logger 0.11.5", 14973 - "fs", 14974 - "futures 0.3.30", 14975 - "git", 14976 - "gpui", 14977 - "http_client", 14978 - "itertools 0.13.0", 14979 - "language", 14980 - "log", 14981 - "node_runtime", 14982 - "parking_lot", 14983 - "postage", 14984 - "project", 14985 - "remote", 14986 - "schemars", 14987 - "serde", 14988 - "serde_json", 14989 - "session", 14990 - "settings", 14991 - "smallvec", 14992 - "sqlez", 14993 - "strum 0.25.0", 14994 - "task", 14995 - "tempfile", 14996 - "theme", 14997 - "ui", 14998 - "util", 14999 - "uuid", 15000 - ] 15001 - 15002 - [[package]] 15003 - name = "worktree" 15004 - version = "0.1.0" 15005 - dependencies = [ 15006 - "anyhow", 15007 - "clock", 15008 - "collections", 15009 - "env_logger 0.11.5", 15010 - "fs", 15011 - "futures 0.3.30", 15012 - "fuzzy", 15013 - "git", 15014 - "git2", 15015 - "git_hosting_providers", 15016 - "gpui", 15017 - "http_client", 15018 - "ignore", 15019 - "language", 15020 - "log", 15021 - "parking_lot", 15022 - "paths", 15023 - "postage", 15024 - "pretty_assertions", 15025 - "rand 0.8.5", 15026 - "rpc", 15027 - "schemars", 15028 - "serde", 15029 - "serde_json", 15030 - "settings", 15031 - "smallvec", 15032 - "smol", 15033 - "sum_tree", 15034 - "text", 15035 - "util", 15036 - ] 15037 - 15038 - [[package]] 15039 - name = "write16" 15040 - version = "1.0.0" 15041 - source = "registry+https://github.com/rust-lang/crates.io-index" 15042 - checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 15043 - 15044 - [[package]] 15045 - name = "writeable" 15046 - version = "0.5.5" 15047 - source = "registry+https://github.com/rust-lang/crates.io-index" 15048 - checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 15049 - 15050 - [[package]] 15051 - name = "wyz" 15052 - version = "0.5.1" 15053 - source = "registry+https://github.com/rust-lang/crates.io-index" 15054 - checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 15055 - dependencies = [ 15056 - "tap", 15057 - ] 15058 - 15059 - [[package]] 15060 - name = "x11-clipboard" 15061 - version = "0.9.2" 15062 - source = "registry+https://github.com/rust-lang/crates.io-index" 15063 - checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286" 15064 - dependencies = [ 15065 - "libc", 15066 - "x11rb", 15067 - ] 15068 - 15069 - [[package]] 15070 - name = "x11rb" 15071 - version = "0.13.1" 15072 - source = "registry+https://github.com/rust-lang/crates.io-index" 15073 - checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12" 15074 - dependencies = [ 15075 - "as-raw-xcb-connection", 15076 - "gethostname", 15077 - "libc", 15078 - "rustix 0.38.39", 15079 - "x11rb-protocol", 15080 - ] 15081 - 15082 - [[package]] 15083 - name = "x11rb-protocol" 15084 - version = "0.13.1" 15085 - source = "registry+https://github.com/rust-lang/crates.io-index" 15086 - checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d" 15087 - 15088 - [[package]] 15089 - name = "xattr" 15090 - version = "0.2.3" 15091 - source = "registry+https://github.com/rust-lang/crates.io-index" 15092 - checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" 15093 - dependencies = [ 15094 - "libc", 15095 - ] 15096 - 15097 - [[package]] 15098 - name = "xcursor" 15099 - version = "0.3.8" 15100 - source = "registry+https://github.com/rust-lang/crates.io-index" 15101 - checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61" 15102 - 15103 - [[package]] 15104 - name = "xdg-home" 15105 - version = "1.3.0" 15106 - source = "registry+https://github.com/rust-lang/crates.io-index" 15107 - checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6" 15108 - dependencies = [ 15109 - "libc", 15110 - "windows-sys 0.59.0", 15111 - ] 15112 - 15113 - [[package]] 15114 - name = "xim" 15115 - version = "0.4.0" 15116 - source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd" 15117 - dependencies = [ 15118 - "ahash 0.8.11", 15119 - "hashbrown 0.14.5", 15120 - "log", 15121 - "x11rb", 15122 - "xim-ctext", 15123 - "xim-parser", 15124 - ] 15125 - 15126 - [[package]] 15127 - name = "xim-ctext" 15128 - version = "0.3.0" 15129 - source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd" 15130 - dependencies = [ 15131 - "encoding_rs", 15132 - ] 15133 - 15134 - [[package]] 15135 - name = "xim-parser" 15136 - version = "0.2.1" 15137 - source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd" 15138 - dependencies = [ 15139 - "bitflags 2.6.0", 15140 - ] 15141 - 15142 - [[package]] 15143 - name = "xkbcommon" 15144 - version = "0.7.0" 15145 - source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2" 15146 - dependencies = [ 15147 - "as-raw-xcb-connection", 15148 - "libc", 15149 - "memmap2", 15150 - "xkeysym", 15151 - ] 15152 - 15153 - [[package]] 15154 - name = "xkeysym" 15155 - version = "0.2.1" 15156 - source = "registry+https://github.com/rust-lang/crates.io-index" 15157 - checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" 15158 - 15159 - [[package]] 15160 - name = "xml5ever" 15161 - version = "0.18.1" 15162 - source = "registry+https://github.com/rust-lang/crates.io-index" 15163 - checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69" 15164 - dependencies = [ 15165 - "log", 15166 - "mac", 15167 - "markup5ever", 15168 - ] 15169 - 15170 - [[package]] 15171 - name = "xmlparser" 15172 - version = "0.13.6" 15173 - source = "registry+https://github.com/rust-lang/crates.io-index" 15174 - checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" 15175 - 15176 - [[package]] 15177 - name = "xmlwriter" 15178 - version = "0.1.0" 15179 - source = "registry+https://github.com/rust-lang/crates.io-index" 15180 - checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9" 15181 - 15182 - [[package]] 15183 - name = "xtask" 15184 - version = "0.1.0" 15185 - dependencies = [ 15186 - "anyhow", 15187 - "cargo_metadata", 15188 - "cargo_toml", 15189 - "clap", 15190 - ] 15191 - 15192 - [[package]] 15193 - name = "yaml-rust2" 15194 - version = "0.8.1" 15195 - source = "registry+https://github.com/rust-lang/crates.io-index" 15196 - checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8" 15197 - dependencies = [ 15198 - "arraydeque", 15199 - "encoding_rs", 15200 - "hashlink 0.8.4", 15201 - ] 15202 - 15203 - [[package]] 15204 - name = "yansi" 15205 - version = "1.0.1" 15206 - source = "registry+https://github.com/rust-lang/crates.io-index" 15207 - checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 15208 - 15209 - [[package]] 15210 - name = "yazi" 15211 - version = "0.1.6" 15212 - source = "registry+https://github.com/rust-lang/crates.io-index" 15213 - checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1" 15214 - 15215 - [[package]] 15216 - name = "yeslogic-fontconfig-sys" 15217 - version = "6.0.0" 15218 - source = "registry+https://github.com/rust-lang/crates.io-index" 15219 - checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd" 15220 - dependencies = [ 15221 - "dlib", 15222 - "once_cell", 15223 - "pkg-config", 15224 - ] 15225 - 15226 - [[package]] 15227 - name = "yoke" 15228 - version = "0.7.4" 15229 - source = "registry+https://github.com/rust-lang/crates.io-index" 15230 - checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" 15231 - dependencies = [ 15232 - "serde", 15233 - "stable_deref_trait", 15234 - "yoke-derive", 15235 - "zerofrom", 15236 - ] 15237 - 15238 - [[package]] 15239 - name = "yoke-derive" 15240 - version = "0.7.4" 15241 - source = "registry+https://github.com/rust-lang/crates.io-index" 15242 - checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" 15243 - dependencies = [ 15244 - "proc-macro2", 15245 - "quote", 15246 - "syn 2.0.87", 15247 - "synstructure", 15248 - ] 15249 - 15250 - [[package]] 15251 - name = "zbus" 15252 - version = "4.4.0" 15253 - source = "registry+https://github.com/rust-lang/crates.io-index" 15254 - checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725" 15255 - dependencies = [ 15256 - "async-broadcast", 15257 - "async-executor", 15258 - "async-fs 2.1.2", 15259 - "async-io 2.3.4", 15260 - "async-lock 3.4.0", 15261 - "async-process 2.2.4", 15262 - "async-recursion 1.1.1", 15263 - "async-task", 15264 - "async-trait", 15265 - "blocking", 15266 - "enumflags2", 15267 - "event-listener 5.3.1", 15268 - "futures-core", 15269 - "futures-sink", 15270 - "futures-util", 15271 - "hex", 15272 - "nix", 15273 - "ordered-stream", 15274 - "rand 0.8.5", 15275 - "serde", 15276 - "serde_repr", 15277 - "sha1", 15278 - "static_assertions", 15279 - "tracing", 15280 - "uds_windows", 15281 - "windows-sys 0.52.0", 15282 - "xdg-home", 15283 - "zbus_macros", 15284 - "zbus_names", 15285 - "zvariant", 15286 - ] 15287 - 15288 - [[package]] 15289 - name = "zbus_macros" 15290 - version = "4.4.0" 15291 - source = "registry+https://github.com/rust-lang/crates.io-index" 15292 - checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e" 15293 - dependencies = [ 15294 - "proc-macro-crate", 15295 - "proc-macro2", 15296 - "quote", 15297 - "syn 2.0.87", 15298 - "zvariant_utils", 15299 - ] 15300 - 15301 - [[package]] 15302 - name = "zbus_names" 15303 - version = "3.0.0" 15304 - source = "registry+https://github.com/rust-lang/crates.io-index" 15305 - checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c" 15306 - dependencies = [ 15307 - "serde", 15308 - "static_assertions", 15309 - "zvariant", 15310 - ] 15311 - 15312 - [[package]] 15313 - name = "zed" 15314 - version = "0.162.3" 15315 - dependencies = [ 15316 - "activity_indicator", 15317 - "anyhow", 15318 - "ashpd", 15319 - "assets", 15320 - "assistant", 15321 - "assistant_slash_command", 15322 - "async-watch", 15323 - "audio", 15324 - "auto_update", 15325 - "backtrace", 15326 - "breadcrumbs", 15327 - "call", 15328 - "channel", 15329 - "chrono", 15330 - "clap", 15331 - "cli", 15332 - "client", 15333 - "collab_ui", 15334 - "collections", 15335 - "command_palette", 15336 - "command_palette_hooks", 15337 - "context_servers", 15338 - "copilot", 15339 - "db", 15340 - "diagnostics", 15341 - "editor", 15342 - "env_logger 0.11.5", 15343 - "extension_host", 15344 - "extensions_ui", 15345 - "feature_flags", 15346 - "feedback", 15347 - "file_finder", 15348 - "file_icons", 15349 - "fs", 15350 - "futures 0.3.30", 15351 - "git", 15352 - "git_hosting_providers", 15353 - "go_to_line", 15354 - "gpui", 15355 - "http_client", 15356 - "image_viewer", 15357 - "indexed_docs", 15358 - "inline_completion_button", 15359 - "install_cli", 15360 - "journal", 15361 - "language", 15362 - "language_model", 15363 - "language_selector", 15364 - "language_tools", 15365 - "languages", 15366 - "libc", 15367 - "log", 15368 - "markdown_preview", 15369 - "menu", 15370 - "mimalloc", 15371 - "nix", 15372 - "node_runtime", 15373 - "notifications", 15374 - "outline", 15375 - "outline_panel", 15376 - "parking_lot", 15377 - "paths", 15378 - "profiling", 15379 - "project", 15380 - "project_panel", 15381 - "project_symbols", 15382 - "proto", 15383 - "quick_action_bar", 15384 - "recent_projects", 15385 - "release_channel", 15386 - "remote", 15387 - "repl", 15388 - "reqwest_client", 15389 - "rope", 15390 - "search", 15391 - "serde", 15392 - "serde_json", 15393 - "session", 15394 - "settings", 15395 - "settings_ui", 15396 - "shellexpand 2.1.2", 15397 - "simplelog", 15398 - "smol", 15399 - "snippet_provider", 15400 - "snippets_ui", 15401 - "supermaven", 15402 - "sysinfo", 15403 - "tab_switcher", 15404 - "task", 15405 - "tasks_ui", 15406 - "telemetry_events", 15407 - "terminal_view", 15408 - "theme", 15409 - "theme_selector", 15410 - "time", 15411 - "toolchain_selector", 15412 - "tree-sitter-md", 15413 - "tree-sitter-rust", 15414 - "ui", 15415 - "url", 15416 - "urlencoding", 15417 - "util", 15418 - "uuid", 15419 - "vim", 15420 - "welcome", 15421 - "windows 0.58.0", 15422 - "winresource", 15423 - "workspace", 15424 - "zed_actions", 15425 - ] 15426 - 15427 - [[package]] 15428 - name = "zed_actions" 15429 - version = "0.1.0" 15430 - dependencies = [ 15431 - "gpui", 15432 - "serde", 15433 - ] 15434 - 15435 - [[package]] 15436 - name = "zed_astro" 15437 - version = "0.1.1" 15438 - dependencies = [ 15439 - "serde", 15440 - "zed_extension_api 0.1.0", 15441 - ] 15442 - 15443 - [[package]] 15444 - name = "zed_clojure" 15445 - version = "0.0.3" 15446 - dependencies = [ 15447 - "zed_extension_api 0.1.0", 15448 - ] 15449 - 15450 - [[package]] 15451 - name = "zed_csharp" 15452 - version = "0.0.2" 15453 - dependencies = [ 15454 - "zed_extension_api 0.1.0", 15455 - ] 15456 - 15457 - [[package]] 15458 - name = "zed_deno" 15459 - version = "0.0.2" 15460 - dependencies = [ 15461 - "zed_extension_api 0.1.0", 15462 - ] 15463 - 15464 - [[package]] 15465 - name = "zed_elixir" 15466 - version = "0.1.1" 15467 - dependencies = [ 15468 - "zed_extension_api 0.1.0", 15469 - ] 15470 - 15471 - [[package]] 15472 - name = "zed_elm" 15473 - version = "0.0.1" 15474 - dependencies = [ 15475 - "zed_extension_api 0.1.0", 15476 - ] 15477 - 15478 - [[package]] 15479 - name = "zed_emmet" 15480 - version = "0.0.3" 15481 - dependencies = [ 15482 - "zed_extension_api 0.1.0", 15483 - ] 15484 - 15485 - [[package]] 15486 - name = "zed_erlang" 15487 - version = "0.1.0" 15488 - dependencies = [ 15489 - "zed_extension_api 0.1.0", 15490 - ] 15491 - 15492 - [[package]] 15493 - name = "zed_extension_api" 15494 - version = "0.1.0" 15495 - source = "registry+https://github.com/rust-lang/crates.io-index" 15496 - checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9" 15497 - dependencies = [ 15498 - "serde", 15499 - "serde_json", 15500 - "wit-bindgen", 15501 - ] 15502 - 15503 - [[package]] 15504 - name = "zed_extension_api" 15505 - version = "0.2.0" 15506 - dependencies = [ 15507 - "serde", 15508 - "serde_json", 15509 - "wit-bindgen", 15510 - ] 15511 - 15512 - [[package]] 15513 - name = "zed_glsl" 15514 - version = "0.1.0" 15515 - dependencies = [ 15516 - "zed_extension_api 0.1.0", 15517 - ] 15518 - 15519 - [[package]] 15520 - name = "zed_haskell" 15521 - version = "0.1.1" 15522 - dependencies = [ 15523 - "zed_extension_api 0.1.0", 15524 - ] 15525 - 15526 - [[package]] 15527 - name = "zed_html" 15528 - version = "0.1.3" 15529 - dependencies = [ 15530 - "zed_extension_api 0.1.0", 15531 - ] 15532 - 15533 - [[package]] 15534 - name = "zed_lua" 15535 - version = "0.1.0" 15536 - dependencies = [ 15537 - "zed_extension_api 0.1.0", 15538 - ] 15539 - 15540 - [[package]] 15541 - name = "zed_ocaml" 15542 - version = "0.1.0" 15543 - dependencies = [ 15544 - "zed_extension_api 0.1.0", 15545 - ] 15546 - 15547 - [[package]] 15548 - name = "zed_php" 15549 - version = "0.2.2" 15550 - dependencies = [ 15551 - "zed_extension_api 0.1.0", 15552 - ] 15553 - 15554 - [[package]] 15555 - name = "zed_prisma" 15556 - version = "0.0.3" 15557 - dependencies = [ 15558 - "zed_extension_api 0.1.0", 15559 - ] 15560 - 15561 - [[package]] 15562 - name = "zed_proto" 15563 - version = "0.2.0" 15564 - dependencies = [ 15565 - "zed_extension_api 0.1.0", 15566 - ] 15567 - 15568 - [[package]] 15569 - name = "zed_purescript" 15570 - version = "0.0.1" 15571 - dependencies = [ 15572 - "zed_extension_api 0.1.0", 15573 - ] 15574 - 15575 - [[package]] 15576 - name = "zed_ruff" 15577 - version = "0.1.0" 15578 - dependencies = [ 15579 - "zed_extension_api 0.1.0", 15580 - ] 15581 - 15582 - [[package]] 15583 - name = "zed_snippets" 15584 - version = "0.0.5" 15585 - dependencies = [ 15586 - "serde_json", 15587 - "zed_extension_api 0.1.0", 15588 - ] 15589 - 15590 - [[package]] 15591 - name = "zed_terraform" 15592 - version = "0.1.1" 15593 - dependencies = [ 15594 - "zed_extension_api 0.1.0", 15595 - ] 15596 - 15597 - [[package]] 15598 - name = "zed_test_extension" 15599 - version = "0.1.0" 15600 - dependencies = [ 15601 - "zed_extension_api 0.2.0", 15602 - ] 15603 - 15604 - [[package]] 15605 - name = "zed_toml" 15606 - version = "0.1.1" 15607 - dependencies = [ 15608 - "zed_extension_api 0.1.0", 15609 - ] 15610 - 15611 - [[package]] 15612 - name = "zed_uiua" 15613 - version = "0.0.1" 15614 - dependencies = [ 15615 - "zed_extension_api 0.1.0", 15616 - ] 15617 - 15618 - [[package]] 15619 - name = "zed_zig" 15620 - version = "0.3.1" 15621 - dependencies = [ 15622 - "zed_extension_api 0.1.0", 15623 - ] 15624 - 15625 - [[package]] 15626 - name = "zeno" 15627 - version = "0.2.3" 15628 - source = "registry+https://github.com/rust-lang/crates.io-index" 15629 - checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697" 15630 - 15631 - [[package]] 15632 - name = "zerocopy" 15633 - version = "0.7.35" 15634 - source = "registry+https://github.com/rust-lang/crates.io-index" 15635 - checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 15636 - dependencies = [ 15637 - "byteorder", 15638 - "zerocopy-derive", 15639 - ] 15640 - 15641 - [[package]] 15642 - name = "zerocopy-derive" 15643 - version = "0.7.35" 15644 - source = "registry+https://github.com/rust-lang/crates.io-index" 15645 - checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 15646 - dependencies = [ 15647 - "proc-macro2", 15648 - "quote", 15649 - "syn 2.0.87", 15650 - ] 15651 - 15652 - [[package]] 15653 - name = "zerofrom" 15654 - version = "0.1.4" 15655 - source = "registry+https://github.com/rust-lang/crates.io-index" 15656 - checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" 15657 - dependencies = [ 15658 - "zerofrom-derive", 15659 - ] 15660 - 15661 - [[package]] 15662 - name = "zerofrom-derive" 15663 - version = "0.1.4" 15664 - source = "registry+https://github.com/rust-lang/crates.io-index" 15665 - checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" 15666 - dependencies = [ 15667 - "proc-macro2", 15668 - "quote", 15669 - "syn 2.0.87", 15670 - "synstructure", 15671 - ] 15672 - 15673 - [[package]] 15674 - name = "zeroize" 15675 - version = "1.8.1" 15676 - source = "registry+https://github.com/rust-lang/crates.io-index" 15677 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 15678 - dependencies = [ 15679 - "zeroize_derive", 15680 - ] 15681 - 15682 - [[package]] 15683 - name = "zeroize_derive" 15684 - version = "1.4.2" 15685 - source = "registry+https://github.com/rust-lang/crates.io-index" 15686 - checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" 15687 - dependencies = [ 15688 - "proc-macro2", 15689 - "quote", 15690 - "syn 2.0.87", 15691 - ] 15692 - 15693 - [[package]] 15694 - name = "zeromq" 15695 - version = "0.4.0" 15696 - source = "registry+https://github.com/rust-lang/crates.io-index" 15697 - checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0" 15698 - dependencies = [ 15699 - "async-dispatcher", 15700 - "async-std", 15701 - "async-trait", 15702 - "asynchronous-codec", 15703 - "bytes 1.7.2", 15704 - "crossbeam-queue", 15705 - "dashmap 5.5.3", 15706 - "futures-channel", 15707 - "futures-io", 15708 - "futures-task", 15709 - "futures-util", 15710 - "log", 15711 - "num-traits", 15712 - "once_cell", 15713 - "parking_lot", 15714 - "rand 0.8.5", 15715 - "regex", 15716 - "thiserror", 15717 - "uuid", 15718 - ] 15719 - 15720 - [[package]] 15721 - name = "zerovec" 15722 - version = "0.10.4" 15723 - source = "registry+https://github.com/rust-lang/crates.io-index" 15724 - checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 15725 - dependencies = [ 15726 - "yoke", 15727 - "zerofrom", 15728 - "zerovec-derive", 15729 - ] 15730 - 15731 - [[package]] 15732 - name = "zerovec-derive" 15733 - version = "0.10.3" 15734 - source = "registry+https://github.com/rust-lang/crates.io-index" 15735 - checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 15736 - dependencies = [ 15737 - "proc-macro2", 15738 - "quote", 15739 - "syn 2.0.87", 15740 - ] 15741 - 15742 - [[package]] 15743 - name = "zstd" 15744 - version = "0.11.2+zstd.1.5.2" 15745 - source = "registry+https://github.com/rust-lang/crates.io-index" 15746 - checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" 15747 - dependencies = [ 15748 - "zstd-safe", 15749 - ] 15750 - 15751 - [[package]] 15752 - name = "zstd-safe" 15753 - version = "5.0.2+zstd.1.5.2" 15754 - source = "registry+https://github.com/rust-lang/crates.io-index" 15755 - checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" 15756 - dependencies = [ 15757 - "libc", 15758 - "zstd-sys", 15759 - ] 15760 - 15761 - [[package]] 15762 - name = "zstd-sys" 15763 - version = "2.0.13+zstd.1.5.6" 15764 - source = "registry+https://github.com/rust-lang/crates.io-index" 15765 - checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" 15766 - dependencies = [ 15767 - "cc", 15768 - "pkg-config", 15769 - ] 15770 - 15771 - [[package]] 15772 - name = "zune-core" 15773 - version = "0.4.12" 15774 - source = "registry+https://github.com/rust-lang/crates.io-index" 15775 - checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" 15776 - 15777 - [[package]] 15778 - name = "zune-inflate" 15779 - version = "0.2.54" 15780 - source = "registry+https://github.com/rust-lang/crates.io-index" 15781 - checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" 15782 - dependencies = [ 15783 - "simd-adler32", 15784 - ] 15785 - 15786 - [[package]] 15787 - name = "zune-jpeg" 15788 - version = "0.4.13" 15789 - source = "registry+https://github.com/rust-lang/crates.io-index" 15790 - checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768" 15791 - dependencies = [ 15792 - "zune-core", 15793 - ] 15794 - 15795 - [[package]] 15796 - name = "zvariant" 15797 - version = "4.2.0" 15798 - source = "registry+https://github.com/rust-lang/crates.io-index" 15799 - checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe" 15800 - dependencies = [ 15801 - "endi", 15802 - "enumflags2", 15803 - "serde", 15804 - "static_assertions", 15805 - "url", 15806 - "zvariant_derive", 15807 - ] 15808 - 15809 - [[package]] 15810 - name = "zvariant_derive" 15811 - version = "4.2.0" 15812 - source = "registry+https://github.com/rust-lang/crates.io-index" 15813 - checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449" 15814 - dependencies = [ 15815 - "proc-macro-crate", 15816 - "proc-macro2", 15817 - "quote", 15818 - "syn 2.0.87", 15819 - "zvariant_utils", 15820 - ] 15821 - 15822 - [[package]] 15823 - name = "zvariant_utils" 15824 - version = "2.1.0" 15825 - source = "registry+https://github.com/rust-lang/crates.io-index" 15826 - checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340" 15827 - dependencies = [ 15828 - "proc-macro2", 15829 - "quote", 15830 - "syn 2.0.87", 15831 - ]
+2 -22
pkgs/by-name/ze/zed-editor/package.nix
··· 117 117 ./0002-disable-livekit-darwin.patch 118 118 ]; 119 119 120 - cargoLock = { 121 - lockFile = ./Cargo.lock; 122 - outputHashes = { 123 - "alacritty_terminal-0.24.1-dev" = "sha256-b4oSDhsAAYjpYGfFgA1Q1642JoJQ9k5RTsPgFUpAFmc="; 124 - "async-pipe-0.1.3" = "sha256-g120X88HGT8P6GNCrzpS5SutALx5H+45Sf4iSSxzctE="; 125 - "async-stripe-0.40.0" = "sha256-kVdYCmlM8DilSrcOGxI1tvSiUjSrXdnmKqBA9WUJgMw="; 126 - "blade-graphics-0.5.0" = "sha256-j/JI34ZPD7RAHNHu3krgDLnIq4QmmZaZaU1FwD7f2FM="; 127 - "cosmic-text-0.11.2" = "sha256-TLPDnqixuW+aPAhiBhSvuZIa69vgV3xLcw32OlkdCcM="; 128 - "font-kit-0.14.1" = "sha256-qUKvmi+RDoyhMrZ7T6SoVAyMc/aasQ9Y/okzre4SzXo="; 129 - "lsp-types-0.95.1" = "sha256-N4MKoU9j1p/Xeowki/+XiNQPwIcTm9DgmfM/Eieq4js="; 130 - "nvim-rs-0.8.0-pre" = "sha256-VA8zIynflul1YKBlSxGCXCwa2Hz0pT3mH6OPsfS7Izo="; 131 - "pet-0.1.0" = "sha256-RxwisvRC5I3TCMAOT+kPasijuf66F+VFok1O9Ep8tGE="; 132 - "reqwest-0.12.8" = "sha256-mjO6SPYOMiw1H0ZEbd4BlPivPtaLVNftpsCu+M2i3Qw="; 133 - "tree-sitter-gomod-1.0.2" = "sha256-FCb8ndKSFiLY7/nTX7tWF8c4KcSvoBU1QB5R4rdOgT0="; 134 - "tree-sitter-gowork-0.0.1" = "sha256-WRMgGjOlJ+bT/YnSBeSLRTLlltA5WwTvV0Ow/949+BE="; 135 - "tree-sitter-heex-0.0.1" = "sha256-SnjhL0WVsHOKuUp3dkTETnCgC/Z7WN0XmpQdJPBeBhw="; 136 - "tree-sitter-md-0.3.2" = "sha256-q2/aJx+385B8HiU0soZ1vtRvjkE21ABGzIyR1qwKFOU="; 137 - "tree-sitter-yaml-0.6.1" = "sha256-95u/bq74SiUHW8lVp3RpanmYS/lyVPW0Inn8gR7N3IQ="; 138 - "xim-0.4.0" = "sha256-BXyaIBoqMNbzaSJqMadmofdjtlEVSoU6iogF66YP6a4="; 139 - "xkbcommon-0.7.0" = "sha256-2RjZWiAaz8apYTrZ82qqH4Gv20WyCtPT+ldOzm0GWMo="; 140 - }; 141 - }; 120 + useFetchCargoVendor = true; 121 + cargoHash = "sha256-88x9x+EoH1Vi34CdFdYRD8EQzGHU+8DTHd0tT+tyW8k="; 142 122 143 123 nativeBuildInputs = 144 124 [