1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension_host",
13 "futures 0.3.31",
14 "gpui",
15 "language",
16 "lsp",
17 "project",
18 "smallvec",
19 "ui",
20 "util",
21 "workspace",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.24.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
29dependencies = [
30 "gimli",
31]
32
33[[package]]
34name = "adler2"
35version = "2.0.0"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
38
39[[package]]
40name = "aes"
41version = "0.8.4"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
44dependencies = [
45 "cfg-if",
46 "cipher",
47 "cpufeatures",
48 "zeroize",
49]
50
51[[package]]
52name = "ahash"
53version = "0.7.8"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
56dependencies = [
57 "getrandom 0.2.15",
58 "once_cell",
59 "version_check",
60]
61
62[[package]]
63name = "ahash"
64version = "0.8.11"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
67dependencies = [
68 "cfg-if",
69 "const-random",
70 "once_cell",
71 "version_check",
72 "zerocopy 0.7.35",
73]
74
75[[package]]
76name = "aho-corasick"
77version = "1.1.3"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
80dependencies = [
81 "memchr",
82]
83
84[[package]]
85name = "alacritty_terminal"
86version = "0.25.1-dev"
87source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
88dependencies = [
89 "base64 0.22.1",
90 "bitflags 2.8.0",
91 "home",
92 "libc",
93 "log",
94 "miow",
95 "parking_lot",
96 "piper",
97 "polling",
98 "regex-automata 0.4.9",
99 "rustix-openpty",
100 "serde",
101 "signal-hook",
102 "unicode-width",
103 "vte",
104 "windows-sys 0.59.0",
105]
106
107[[package]]
108name = "aliasable"
109version = "0.1.3"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
112
113[[package]]
114name = "aligned-vec"
115version = "0.5.0"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
118
119[[package]]
120name = "allocator-api2"
121version = "0.2.21"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
124
125[[package]]
126name = "alsa"
127version = "0.9.1"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
130dependencies = [
131 "alsa-sys",
132 "bitflags 2.8.0",
133 "cfg-if",
134 "libc",
135]
136
137[[package]]
138name = "alsa-sys"
139version = "0.3.1"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
142dependencies = [
143 "libc",
144 "pkg-config",
145]
146
147[[package]]
148name = "ambient-authority"
149version = "0.0.2"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
152
153[[package]]
154name = "ammonia"
155version = "4.0.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
158dependencies = [
159 "html5ever",
160 "maplit",
161 "once_cell",
162 "tendril",
163 "url",
164]
165
166[[package]]
167name = "android-tzdata"
168version = "0.1.1"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
171
172[[package]]
173name = "android_system_properties"
174version = "0.1.5"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
177dependencies = [
178 "libc",
179]
180
181[[package]]
182name = "anes"
183version = "0.1.6"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
186
187[[package]]
188name = "anstream"
189version = "0.6.18"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
192dependencies = [
193 "anstyle",
194 "anstyle-parse",
195 "anstyle-query",
196 "anstyle-wincon",
197 "colorchoice",
198 "is_terminal_polyfill",
199 "utf8parse",
200]
201
202[[package]]
203name = "anstyle"
204version = "1.0.10"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
207
208[[package]]
209name = "anstyle-parse"
210version = "0.2.6"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
213dependencies = [
214 "utf8parse",
215]
216
217[[package]]
218name = "anstyle-query"
219version = "1.1.2"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
222dependencies = [
223 "windows-sys 0.59.0",
224]
225
226[[package]]
227name = "anstyle-wincon"
228version = "3.0.6"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
231dependencies = [
232 "anstyle",
233 "windows-sys 0.59.0",
234]
235
236[[package]]
237name = "anthropic"
238version = "0.1.0"
239dependencies = [
240 "anyhow",
241 "chrono",
242 "futures 0.3.31",
243 "http_client",
244 "schemars",
245 "serde",
246 "serde_json",
247 "strum",
248 "thiserror 1.0.69",
249 "util",
250]
251
252[[package]]
253name = "any_vec"
254version = "0.14.0"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
257
258[[package]]
259name = "anyhow"
260version = "1.0.97"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
263
264[[package]]
265name = "approx"
266version = "0.5.1"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
269dependencies = [
270 "num-traits",
271]
272
273[[package]]
274name = "arbitrary"
275version = "1.4.1"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
278
279[[package]]
280name = "arg_enum_proc_macro"
281version = "0.3.4"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
284dependencies = [
285 "proc-macro2",
286 "quote",
287 "syn 2.0.100",
288]
289
290[[package]]
291name = "arraydeque"
292version = "0.5.1"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
295
296[[package]]
297name = "arrayref"
298version = "0.3.9"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
301
302[[package]]
303name = "arrayvec"
304version = "0.7.6"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
307dependencies = [
308 "serde",
309]
310
311[[package]]
312name = "as-raw-xcb-connection"
313version = "1.0.1"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
316
317[[package]]
318name = "ascii"
319version = "1.1.0"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
322
323[[package]]
324name = "ash"
325version = "0.38.0+1.3.281"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
328dependencies = [
329 "libloading",
330]
331
332[[package]]
333name = "ash-window"
334version = "0.13.0"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
337dependencies = [
338 "ash",
339 "raw-window-handle",
340 "raw-window-metal",
341]
342
343[[package]]
344name = "ashpd"
345version = "0.11.0"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
348dependencies = [
349 "async-fs",
350 "async-net",
351 "enumflags2",
352 "futures-channel",
353 "futures-util",
354 "rand 0.9.0",
355 "serde",
356 "serde_repr",
357 "url",
358 "zbus",
359]
360
361[[package]]
362name = "askpass"
363version = "0.1.0"
364dependencies = [
365 "anyhow",
366 "futures 0.3.31",
367 "gpui",
368 "smol",
369 "tempfile",
370 "util",
371 "which 6.0.3",
372]
373
374[[package]]
375name = "assets"
376version = "0.1.0"
377dependencies = [
378 "anyhow",
379 "gpui",
380 "rust-embed",
381]
382
383[[package]]
384name = "assistant"
385version = "0.1.0"
386dependencies = [
387 "anyhow",
388 "assistant_context_editor",
389 "assistant_settings",
390 "assistant_slash_command",
391 "assistant_slash_commands",
392 "assistant_tool",
393 "async-watch",
394 "client",
395 "collections",
396 "command_palette_hooks",
397 "context_server",
398 "ctor",
399 "db",
400 "editor",
401 "env_logger 0.11.7",
402 "feature_flags",
403 "fs",
404 "futures 0.3.31",
405 "gpui",
406 "indexed_docs",
407 "indoc",
408 "language",
409 "language_model",
410 "language_model_selector",
411 "languages",
412 "log",
413 "lsp",
414 "menu",
415 "multi_buffer",
416 "parking_lot",
417 "paths",
418 "pretty_assertions",
419 "project",
420 "prompt_library",
421 "prompt_store",
422 "proto",
423 "rand 0.8.5",
424 "rope",
425 "schemars",
426 "search",
427 "semantic_index",
428 "serde",
429 "serde_json_lenient",
430 "settings",
431 "smol",
432 "streaming_diff",
433 "telemetry",
434 "telemetry_events",
435 "terminal",
436 "terminal_view",
437 "text",
438 "theme",
439 "tree-sitter-md",
440 "ui",
441 "unindent",
442 "util",
443 "workspace",
444 "zed_actions",
445]
446
447[[package]]
448name = "assistant2"
449version = "0.1.0"
450dependencies = [
451 "anyhow",
452 "assistant_context_editor",
453 "assistant_settings",
454 "assistant_slash_command",
455 "assistant_tool",
456 "async-watch",
457 "chrono",
458 "client",
459 "clock",
460 "collections",
461 "command_palette_hooks",
462 "context_server",
463 "db",
464 "editor",
465 "feature_flags",
466 "file_icons",
467 "fs",
468 "futures 0.3.31",
469 "fuzzy",
470 "git",
471 "gpui",
472 "heed",
473 "html_to_markdown",
474 "http_client",
475 "indoc",
476 "itertools 0.14.0",
477 "language",
478 "language_model",
479 "language_model_selector",
480 "log",
481 "lsp",
482 "markdown",
483 "menu",
484 "multi_buffer",
485 "parking_lot",
486 "paths",
487 "picker",
488 "project",
489 "prompt_library",
490 "prompt_store",
491 "proto",
492 "rand 0.8.5",
493 "rope",
494 "scripting_tool",
495 "serde",
496 "serde_json",
497 "settings",
498 "smol",
499 "streaming_diff",
500 "telemetry",
501 "telemetry_events",
502 "terminal",
503 "terminal_view",
504 "text",
505 "theme",
506 "time",
507 "time_format",
508 "ui",
509 "util",
510 "uuid",
511 "vim_mode_setting",
512 "workspace",
513 "zed_actions",
514]
515
516[[package]]
517name = "assistant_context_editor"
518version = "0.1.0"
519dependencies = [
520 "anyhow",
521 "assistant_settings",
522 "assistant_slash_command",
523 "assistant_slash_commands",
524 "chrono",
525 "client",
526 "clock",
527 "collections",
528 "context_server",
529 "editor",
530 "fs",
531 "futures 0.3.31",
532 "fuzzy",
533 "gpui",
534 "indexed_docs",
535 "language",
536 "language_model",
537 "language_model_selector",
538 "languages",
539 "log",
540 "multi_buffer",
541 "open_ai",
542 "parking_lot",
543 "paths",
544 "picker",
545 "pretty_assertions",
546 "project",
547 "prompt_store",
548 "rand 0.8.5",
549 "regex",
550 "rope",
551 "rpc",
552 "serde",
553 "serde_json",
554 "settings",
555 "smallvec",
556 "smol",
557 "strum",
558 "telemetry_events",
559 "text",
560 "theme",
561 "tree-sitter-md",
562 "ui",
563 "unindent",
564 "util",
565 "uuid",
566 "workspace",
567]
568
569[[package]]
570name = "assistant_settings"
571version = "0.1.0"
572dependencies = [
573 "anthropic",
574 "anyhow",
575 "deepseek",
576 "feature_flags",
577 "fs",
578 "gpui",
579 "language_model",
580 "lmstudio",
581 "log",
582 "ollama",
583 "open_ai",
584 "paths",
585 "schemars",
586 "serde",
587 "serde_json_lenient",
588 "settings",
589]
590
591[[package]]
592name = "assistant_slash_command"
593version = "0.1.0"
594dependencies = [
595 "anyhow",
596 "async-trait",
597 "collections",
598 "derive_more",
599 "extension",
600 "futures 0.3.31",
601 "gpui",
602 "language",
603 "language_model",
604 "parking_lot",
605 "pretty_assertions",
606 "serde",
607 "serde_json",
608 "ui",
609 "workspace",
610]
611
612[[package]]
613name = "assistant_slash_commands"
614version = "0.1.0"
615dependencies = [
616 "anyhow",
617 "assistant_slash_command",
618 "cargo_toml",
619 "chrono",
620 "collections",
621 "context_server",
622 "editor",
623 "env_logger 0.11.7",
624 "feature_flags",
625 "fs",
626 "futures 0.3.31",
627 "fuzzy",
628 "globset",
629 "gpui",
630 "html_to_markdown",
631 "http_client",
632 "indexed_docs",
633 "language",
634 "language_model",
635 "log",
636 "pretty_assertions",
637 "project",
638 "prompt_store",
639 "rope",
640 "schemars",
641 "semantic_index",
642 "serde",
643 "serde_json",
644 "settings",
645 "smol",
646 "terminal_view",
647 "text",
648 "toml 0.8.20",
649 "ui",
650 "util",
651 "workspace",
652 "worktree",
653]
654
655[[package]]
656name = "assistant_tool"
657version = "0.1.0"
658dependencies = [
659 "anyhow",
660 "collections",
661 "derive_more",
662 "gpui",
663 "language_model",
664 "parking_lot",
665 "project",
666 "serde",
667 "serde_json",
668]
669
670[[package]]
671name = "assistant_tools"
672version = "0.1.0"
673dependencies = [
674 "anyhow",
675 "assistant_tool",
676 "chrono",
677 "collections",
678 "feature_flags",
679 "futures 0.3.31",
680 "gpui",
681 "language",
682 "language_model",
683 "project",
684 "rand 0.8.5",
685 "release_channel",
686 "schemars",
687 "serde",
688 "serde_json",
689 "settings",
690 "theme",
691 "ui",
692 "util",
693 "workspace",
694]
695
696[[package]]
697name = "async-attributes"
698version = "1.1.2"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
701dependencies = [
702 "quote",
703 "syn 1.0.109",
704]
705
706[[package]]
707name = "async-broadcast"
708version = "0.7.2"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
711dependencies = [
712 "event-listener 5.3.1",
713 "event-listener-strategy",
714 "futures-core",
715 "pin-project-lite",
716]
717
718[[package]]
719name = "async-channel"
720version = "1.9.0"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
723dependencies = [
724 "concurrent-queue",
725 "event-listener 2.5.3",
726 "futures-core",
727]
728
729[[package]]
730name = "async-channel"
731version = "2.3.1"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
734dependencies = [
735 "concurrent-queue",
736 "event-listener-strategy",
737 "futures-core",
738 "pin-project-lite",
739]
740
741[[package]]
742name = "async-compat"
743version = "0.2.4"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
746dependencies = [
747 "futures-core",
748 "futures-io",
749 "once_cell",
750 "pin-project-lite",
751 "tokio",
752]
753
754[[package]]
755name = "async-compression"
756version = "0.4.20"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861"
759dependencies = [
760 "deflate64",
761 "flate2",
762 "futures-core",
763 "futures-io",
764 "memchr",
765 "pin-project-lite",
766]
767
768[[package]]
769name = "async-dispatcher"
770version = "0.1.2"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
773dependencies = [
774 "async-task",
775 "futures-lite 1.13.0",
776]
777
778[[package]]
779name = "async-executor"
780version = "1.13.1"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
783dependencies = [
784 "async-task",
785 "concurrent-queue",
786 "fastrand 2.3.0",
787 "futures-lite 2.6.0",
788 "slab",
789]
790
791[[package]]
792name = "async-fs"
793version = "2.1.2"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
796dependencies = [
797 "async-lock",
798 "blocking",
799 "futures-lite 2.6.0",
800]
801
802[[package]]
803name = "async-global-executor"
804version = "2.4.1"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
807dependencies = [
808 "async-channel 2.3.1",
809 "async-executor",
810 "async-io",
811 "async-lock",
812 "blocking",
813 "futures-lite 2.6.0",
814 "once_cell",
815]
816
817[[package]]
818name = "async-io"
819version = "2.4.0"
820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
822dependencies = [
823 "async-lock",
824 "cfg-if",
825 "concurrent-queue",
826 "futures-io",
827 "futures-lite 2.6.0",
828 "parking",
829 "polling",
830 "rustix",
831 "slab",
832 "tracing",
833 "windows-sys 0.59.0",
834]
835
836[[package]]
837name = "async-lock"
838version = "3.4.0"
839source = "registry+https://github.com/rust-lang/crates.io-index"
840checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
841dependencies = [
842 "event-listener 5.3.1",
843 "event-listener-strategy",
844 "pin-project-lite",
845]
846
847[[package]]
848name = "async-native-tls"
849version = "0.5.0"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
852dependencies = [
853 "futures-util",
854 "native-tls",
855 "thiserror 1.0.69",
856 "url",
857]
858
859[[package]]
860name = "async-net"
861version = "2.0.0"
862source = "registry+https://github.com/rust-lang/crates.io-index"
863checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
864dependencies = [
865 "async-io",
866 "blocking",
867 "futures-lite 2.6.0",
868]
869
870[[package]]
871name = "async-pipe"
872version = "0.1.3"
873source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
874dependencies = [
875 "futures 0.3.31",
876 "log",
877]
878
879[[package]]
880name = "async-process"
881version = "2.3.0"
882source = "registry+https://github.com/rust-lang/crates.io-index"
883checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
884dependencies = [
885 "async-channel 2.3.1",
886 "async-io",
887 "async-lock",
888 "async-signal",
889 "async-task",
890 "blocking",
891 "cfg-if",
892 "event-listener 5.3.1",
893 "futures-lite 2.6.0",
894 "rustix",
895 "tracing",
896]
897
898[[package]]
899name = "async-recursion"
900version = "0.3.2"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
903dependencies = [
904 "proc-macro2",
905 "quote",
906 "syn 1.0.109",
907]
908
909[[package]]
910name = "async-recursion"
911version = "1.1.1"
912source = "registry+https://github.com/rust-lang/crates.io-index"
913checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
914dependencies = [
915 "proc-macro2",
916 "quote",
917 "syn 2.0.100",
918]
919
920[[package]]
921name = "async-signal"
922version = "0.2.10"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
925dependencies = [
926 "async-io",
927 "async-lock",
928 "atomic-waker",
929 "cfg-if",
930 "futures-core",
931 "futures-io",
932 "rustix",
933 "signal-hook-registry",
934 "slab",
935 "windows-sys 0.59.0",
936]
937
938[[package]]
939name = "async-std"
940version = "1.13.0"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
943dependencies = [
944 "async-attributes",
945 "async-channel 1.9.0",
946 "async-global-executor",
947 "async-io",
948 "async-lock",
949 "async-process",
950 "crossbeam-utils",
951 "futures-channel",
952 "futures-core",
953 "futures-io",
954 "futures-lite 2.6.0",
955 "gloo-timers",
956 "kv-log-macro",
957 "log",
958 "memchr",
959 "once_cell",
960 "pin-project-lite",
961 "pin-utils",
962 "slab",
963 "wasm-bindgen-futures",
964]
965
966[[package]]
967name = "async-stream"
968version = "0.3.6"
969source = "registry+https://github.com/rust-lang/crates.io-index"
970checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
971dependencies = [
972 "async-stream-impl",
973 "futures-core",
974 "pin-project-lite",
975]
976
977[[package]]
978name = "async-stream-impl"
979version = "0.3.6"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
982dependencies = [
983 "proc-macro2",
984 "quote",
985 "syn 2.0.100",
986]
987
988[[package]]
989name = "async-stripe"
990version = "0.40.0"
991source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
992dependencies = [
993 "chrono",
994 "futures-util",
995 "http-types",
996 "hyper 0.14.32",
997 "hyper-rustls 0.24.2",
998 "serde",
999 "serde_json",
1000 "serde_path_to_error",
1001 "serde_qs 0.10.1",
1002 "smart-default",
1003 "smol_str",
1004 "thiserror 1.0.69",
1005 "tokio",
1006]
1007
1008[[package]]
1009name = "async-tar"
1010version = "0.5.0"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1013dependencies = [
1014 "async-std",
1015 "filetime",
1016 "libc",
1017 "pin-project",
1018 "redox_syscall 0.2.16",
1019 "xattr",
1020]
1021
1022[[package]]
1023name = "async-task"
1024version = "4.7.1"
1025source = "registry+https://github.com/rust-lang/crates.io-index"
1026checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1027
1028[[package]]
1029name = "async-tls"
1030version = "0.13.0"
1031source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
1032dependencies = [
1033 "futures-core",
1034 "futures-io",
1035 "rustls 0.23.23",
1036 "rustls-pemfile 2.2.0",
1037 "webpki-roots",
1038]
1039
1040[[package]]
1041name = "async-trait"
1042version = "0.1.87"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97"
1045dependencies = [
1046 "proc-macro2",
1047 "quote",
1048 "syn 2.0.100",
1049]
1050
1051[[package]]
1052name = "async-tungstenite"
1053version = "0.28.2"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1056dependencies = [
1057 "async-std",
1058 "async-tls",
1059 "atomic-waker",
1060 "futures-core",
1061 "futures-io",
1062 "futures-task",
1063 "futures-util",
1064 "log",
1065 "pin-project-lite",
1066 "tungstenite 0.24.0",
1067]
1068
1069[[package]]
1070name = "async-watch"
1071version = "0.3.1"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1074dependencies = [
1075 "event-listener 2.5.3",
1076]
1077
1078[[package]]
1079name = "async_zip"
1080version = "0.0.17"
1081source = "registry+https://github.com/rust-lang/crates.io-index"
1082checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1083dependencies = [
1084 "async-compression",
1085 "crc32fast",
1086 "futures-lite 2.6.0",
1087 "pin-project",
1088 "thiserror 1.0.69",
1089]
1090
1091[[package]]
1092name = "asynchronous-codec"
1093version = "0.7.0"
1094source = "registry+https://github.com/rust-lang/crates.io-index"
1095checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1096dependencies = [
1097 "bytes 1.10.1",
1098 "futures-sink",
1099 "futures-util",
1100 "memchr",
1101 "pin-project-lite",
1102]
1103
1104[[package]]
1105name = "atoi"
1106version = "2.0.0"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1109dependencies = [
1110 "num-traits",
1111]
1112
1113[[package]]
1114name = "atomic"
1115version = "0.5.3"
1116source = "registry+https://github.com/rust-lang/crates.io-index"
1117checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1118
1119[[package]]
1120name = "atomic-waker"
1121version = "1.1.2"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1124
1125[[package]]
1126name = "audio"
1127version = "0.1.0"
1128dependencies = [
1129 "anyhow",
1130 "collections",
1131 "derive_more",
1132 "gpui",
1133 "parking_lot",
1134 "rodio",
1135 "util",
1136]
1137
1138[[package]]
1139name = "auto_update"
1140version = "0.1.0"
1141dependencies = [
1142 "anyhow",
1143 "client",
1144 "db",
1145 "gpui",
1146 "http_client",
1147 "log",
1148 "paths",
1149 "release_channel",
1150 "schemars",
1151 "serde",
1152 "serde_json",
1153 "settings",
1154 "smol",
1155 "tempfile",
1156 "which 6.0.3",
1157 "workspace",
1158]
1159
1160[[package]]
1161name = "auto_update_ui"
1162version = "0.1.0"
1163dependencies = [
1164 "anyhow",
1165 "auto_update",
1166 "client",
1167 "editor",
1168 "gpui",
1169 "http_client",
1170 "markdown_preview",
1171 "release_channel",
1172 "serde",
1173 "serde_json",
1174 "smol",
1175 "util",
1176 "workspace",
1177]
1178
1179[[package]]
1180name = "autocfg"
1181version = "1.4.0"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1184
1185[[package]]
1186name = "av1-grain"
1187version = "0.2.3"
1188source = "registry+https://github.com/rust-lang/crates.io-index"
1189checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1190dependencies = [
1191 "anyhow",
1192 "arrayvec",
1193 "log",
1194 "nom",
1195 "num-rational",
1196 "v_frame",
1197]
1198
1199[[package]]
1200name = "avif-serialize"
1201version = "0.8.2"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1204dependencies = [
1205 "arrayvec",
1206]
1207
1208[[package]]
1209name = "aws-config"
1210version = "1.5.16"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
1213dependencies = [
1214 "aws-credential-types",
1215 "aws-runtime",
1216 "aws-sdk-sso",
1217 "aws-sdk-ssooidc",
1218 "aws-sdk-sts",
1219 "aws-smithy-async",
1220 "aws-smithy-http",
1221 "aws-smithy-json",
1222 "aws-smithy-runtime",
1223 "aws-smithy-runtime-api",
1224 "aws-smithy-types",
1225 "aws-types",
1226 "bytes 1.10.1",
1227 "fastrand 2.3.0",
1228 "hex",
1229 "http 0.2.12",
1230 "ring",
1231 "time",
1232 "tokio",
1233 "tracing",
1234 "url",
1235 "zeroize",
1236]
1237
1238[[package]]
1239name = "aws-credential-types"
1240version = "1.2.1"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1243dependencies = [
1244 "aws-smithy-async",
1245 "aws-smithy-runtime-api",
1246 "aws-smithy-types",
1247 "zeroize",
1248]
1249
1250[[package]]
1251name = "aws-lc-rs"
1252version = "1.12.6"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
1255dependencies = [
1256 "aws-lc-sys",
1257 "zeroize",
1258]
1259
1260[[package]]
1261name = "aws-lc-sys"
1262version = "0.27.0"
1263source = "registry+https://github.com/rust-lang/crates.io-index"
1264checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
1265dependencies = [
1266 "bindgen 0.69.5",
1267 "cc",
1268 "cmake",
1269 "dunce",
1270 "fs_extra",
1271]
1272
1273[[package]]
1274name = "aws-runtime"
1275version = "1.5.5"
1276source = "registry+https://github.com/rust-lang/crates.io-index"
1277checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
1278dependencies = [
1279 "aws-credential-types",
1280 "aws-sigv4",
1281 "aws-smithy-async",
1282 "aws-smithy-eventstream",
1283 "aws-smithy-http",
1284 "aws-smithy-runtime",
1285 "aws-smithy-runtime-api",
1286 "aws-smithy-types",
1287 "aws-types",
1288 "bytes 1.10.1",
1289 "fastrand 2.3.0",
1290 "http 0.2.12",
1291 "http-body 0.4.6",
1292 "once_cell",
1293 "percent-encoding",
1294 "pin-project-lite",
1295 "tracing",
1296 "uuid",
1297]
1298
1299[[package]]
1300name = "aws-sdk-bedrockruntime"
1301version = "1.74.0"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
1304dependencies = [
1305 "aws-credential-types",
1306 "aws-runtime",
1307 "aws-smithy-async",
1308 "aws-smithy-eventstream",
1309 "aws-smithy-http",
1310 "aws-smithy-json",
1311 "aws-smithy-runtime",
1312 "aws-smithy-runtime-api",
1313 "aws-smithy-types",
1314 "aws-types",
1315 "bytes 1.10.1",
1316 "fastrand 2.3.0",
1317 "http 0.2.12",
1318 "once_cell",
1319 "regex-lite",
1320 "tracing",
1321]
1322
1323[[package]]
1324name = "aws-sdk-kinesis"
1325version = "1.61.0"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
1328dependencies = [
1329 "aws-credential-types",
1330 "aws-runtime",
1331 "aws-smithy-async",
1332 "aws-smithy-http",
1333 "aws-smithy-json",
1334 "aws-smithy-runtime",
1335 "aws-smithy-runtime-api",
1336 "aws-smithy-types",
1337 "aws-types",
1338 "bytes 1.10.1",
1339 "http 0.2.12",
1340 "once_cell",
1341 "regex-lite",
1342 "tracing",
1343]
1344
1345[[package]]
1346name = "aws-sdk-s3"
1347version = "1.76.0"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
1350dependencies = [
1351 "aws-credential-types",
1352 "aws-runtime",
1353 "aws-sigv4",
1354 "aws-smithy-async",
1355 "aws-smithy-checksums",
1356 "aws-smithy-eventstream",
1357 "aws-smithy-http",
1358 "aws-smithy-json",
1359 "aws-smithy-runtime",
1360 "aws-smithy-runtime-api",
1361 "aws-smithy-types",
1362 "aws-smithy-xml",
1363 "aws-types",
1364 "bytes 1.10.1",
1365 "fastrand 2.3.0",
1366 "hex",
1367 "hmac",
1368 "http 0.2.12",
1369 "http-body 0.4.6",
1370 "lru",
1371 "once_cell",
1372 "percent-encoding",
1373 "regex-lite",
1374 "sha2",
1375 "tracing",
1376 "url",
1377]
1378
1379[[package]]
1380name = "aws-sdk-sso"
1381version = "1.58.0"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
1384dependencies = [
1385 "aws-credential-types",
1386 "aws-runtime",
1387 "aws-smithy-async",
1388 "aws-smithy-http",
1389 "aws-smithy-json",
1390 "aws-smithy-runtime",
1391 "aws-smithy-runtime-api",
1392 "aws-smithy-types",
1393 "aws-types",
1394 "bytes 1.10.1",
1395 "http 0.2.12",
1396 "once_cell",
1397 "regex-lite",
1398 "tracing",
1399]
1400
1401[[package]]
1402name = "aws-sdk-ssooidc"
1403version = "1.59.0"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
1406dependencies = [
1407 "aws-credential-types",
1408 "aws-runtime",
1409 "aws-smithy-async",
1410 "aws-smithy-http",
1411 "aws-smithy-json",
1412 "aws-smithy-runtime",
1413 "aws-smithy-runtime-api",
1414 "aws-smithy-types",
1415 "aws-types",
1416 "bytes 1.10.1",
1417 "http 0.2.12",
1418 "once_cell",
1419 "regex-lite",
1420 "tracing",
1421]
1422
1423[[package]]
1424name = "aws-sdk-sts"
1425version = "1.59.0"
1426source = "registry+https://github.com/rust-lang/crates.io-index"
1427checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
1428dependencies = [
1429 "aws-credential-types",
1430 "aws-runtime",
1431 "aws-smithy-async",
1432 "aws-smithy-http",
1433 "aws-smithy-json",
1434 "aws-smithy-query",
1435 "aws-smithy-runtime",
1436 "aws-smithy-runtime-api",
1437 "aws-smithy-types",
1438 "aws-smithy-xml",
1439 "aws-types",
1440 "http 0.2.12",
1441 "once_cell",
1442 "regex-lite",
1443 "tracing",
1444]
1445
1446[[package]]
1447name = "aws-sigv4"
1448version = "1.2.9"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
1451dependencies = [
1452 "aws-credential-types",
1453 "aws-smithy-eventstream",
1454 "aws-smithy-http",
1455 "aws-smithy-runtime-api",
1456 "aws-smithy-types",
1457 "bytes 1.10.1",
1458 "crypto-bigint 0.5.5",
1459 "form_urlencoded",
1460 "hex",
1461 "hmac",
1462 "http 0.2.12",
1463 "http 1.2.0",
1464 "once_cell",
1465 "p256",
1466 "percent-encoding",
1467 "ring",
1468 "sha2",
1469 "subtle",
1470 "time",
1471 "tracing",
1472 "zeroize",
1473]
1474
1475[[package]]
1476name = "aws-smithy-async"
1477version = "1.2.4"
1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1480dependencies = [
1481 "futures-util",
1482 "pin-project-lite",
1483 "tokio",
1484]
1485
1486[[package]]
1487name = "aws-smithy-checksums"
1488version = "0.62.0"
1489source = "registry+https://github.com/rust-lang/crates.io-index"
1490checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1491dependencies = [
1492 "aws-smithy-http",
1493 "aws-smithy-types",
1494 "bytes 1.10.1",
1495 "crc32c",
1496 "crc32fast",
1497 "crc64fast-nvme",
1498 "hex",
1499 "http 0.2.12",
1500 "http-body 0.4.6",
1501 "md-5",
1502 "pin-project-lite",
1503 "sha1",
1504 "sha2",
1505 "tracing",
1506]
1507
1508[[package]]
1509name = "aws-smithy-eventstream"
1510version = "0.60.6"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1513dependencies = [
1514 "aws-smithy-types",
1515 "bytes 1.10.1",
1516 "crc32fast",
1517]
1518
1519[[package]]
1520name = "aws-smithy-http"
1521version = "0.60.12"
1522source = "registry+https://github.com/rust-lang/crates.io-index"
1523checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1524dependencies = [
1525 "aws-smithy-eventstream",
1526 "aws-smithy-runtime-api",
1527 "aws-smithy-types",
1528 "bytes 1.10.1",
1529 "bytes-utils",
1530 "futures-core",
1531 "http 0.2.12",
1532 "http-body 0.4.6",
1533 "once_cell",
1534 "percent-encoding",
1535 "pin-project-lite",
1536 "pin-utils",
1537 "tracing",
1538]
1539
1540[[package]]
1541name = "aws-smithy-json"
1542version = "0.61.2"
1543source = "registry+https://github.com/rust-lang/crates.io-index"
1544checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1545dependencies = [
1546 "aws-smithy-types",
1547]
1548
1549[[package]]
1550name = "aws-smithy-query"
1551version = "0.60.7"
1552source = "registry+https://github.com/rust-lang/crates.io-index"
1553checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1554dependencies = [
1555 "aws-smithy-types",
1556 "urlencoding",
1557]
1558
1559[[package]]
1560name = "aws-smithy-runtime"
1561version = "1.7.8"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
1564dependencies = [
1565 "aws-smithy-async",
1566 "aws-smithy-http",
1567 "aws-smithy-runtime-api",
1568 "aws-smithy-types",
1569 "bytes 1.10.1",
1570 "fastrand 2.3.0",
1571 "h2 0.3.26",
1572 "http 0.2.12",
1573 "http-body 0.4.6",
1574 "http-body 1.0.1",
1575 "httparse",
1576 "hyper 0.14.32",
1577 "hyper-rustls 0.24.2",
1578 "once_cell",
1579 "pin-project-lite",
1580 "pin-utils",
1581 "rustls 0.21.12",
1582 "tokio",
1583 "tracing",
1584]
1585
1586[[package]]
1587name = "aws-smithy-runtime-api"
1588version = "1.7.3"
1589source = "registry+https://github.com/rust-lang/crates.io-index"
1590checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1591dependencies = [
1592 "aws-smithy-async",
1593 "aws-smithy-types",
1594 "bytes 1.10.1",
1595 "http 0.2.12",
1596 "http 1.2.0",
1597 "pin-project-lite",
1598 "tokio",
1599 "tracing",
1600 "zeroize",
1601]
1602
1603[[package]]
1604name = "aws-smithy-types"
1605version = "1.2.13"
1606source = "registry+https://github.com/rust-lang/crates.io-index"
1607checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
1608dependencies = [
1609 "base64-simd",
1610 "bytes 1.10.1",
1611 "bytes-utils",
1612 "futures-core",
1613 "http 0.2.12",
1614 "http 1.2.0",
1615 "http-body 0.4.6",
1616 "http-body 1.0.1",
1617 "http-body-util",
1618 "itoa",
1619 "num-integer",
1620 "pin-project-lite",
1621 "pin-utils",
1622 "ryu",
1623 "serde",
1624 "time",
1625 "tokio",
1626 "tokio-util",
1627]
1628
1629[[package]]
1630name = "aws-smithy-xml"
1631version = "0.60.9"
1632source = "registry+https://github.com/rust-lang/crates.io-index"
1633checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1634dependencies = [
1635 "xmlparser",
1636]
1637
1638[[package]]
1639name = "aws-types"
1640version = "1.3.5"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
1643dependencies = [
1644 "aws-credential-types",
1645 "aws-smithy-async",
1646 "aws-smithy-runtime-api",
1647 "aws-smithy-types",
1648 "rustc_version",
1649 "tracing",
1650]
1651
1652[[package]]
1653name = "aws_http_client"
1654version = "0.1.0"
1655dependencies = [
1656 "aws-smithy-runtime-api",
1657 "aws-smithy-types",
1658 "futures 0.3.31",
1659 "http_client",
1660 "tokio",
1661]
1662
1663[[package]]
1664name = "axum"
1665version = "0.6.20"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1668dependencies = [
1669 "async-trait",
1670 "axum-core",
1671 "base64 0.21.7",
1672 "bitflags 1.3.2",
1673 "bytes 1.10.1",
1674 "futures-util",
1675 "headers",
1676 "http 0.2.12",
1677 "http-body 0.4.6",
1678 "hyper 0.14.32",
1679 "itoa",
1680 "matchit",
1681 "memchr",
1682 "mime",
1683 "percent-encoding",
1684 "pin-project-lite",
1685 "rustversion",
1686 "serde",
1687 "serde_json",
1688 "serde_path_to_error",
1689 "serde_urlencoded",
1690 "sha1",
1691 "sync_wrapper 0.1.2",
1692 "tokio",
1693 "tokio-tungstenite 0.20.1",
1694 "tower",
1695 "tower-layer",
1696 "tower-service",
1697]
1698
1699[[package]]
1700name = "axum-core"
1701version = "0.3.4"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1704dependencies = [
1705 "async-trait",
1706 "bytes 1.10.1",
1707 "futures-util",
1708 "http 0.2.12",
1709 "http-body 0.4.6",
1710 "mime",
1711 "rustversion",
1712 "tower-layer",
1713 "tower-service",
1714]
1715
1716[[package]]
1717name = "axum-extra"
1718version = "0.4.2"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1721dependencies = [
1722 "axum",
1723 "bytes 1.10.1",
1724 "futures-util",
1725 "http 0.2.12",
1726 "mime",
1727 "pin-project-lite",
1728 "serde",
1729 "serde_json",
1730 "tokio",
1731 "tower",
1732 "tower-http 0.3.5",
1733 "tower-layer",
1734 "tower-service",
1735]
1736
1737[[package]]
1738name = "backtrace"
1739version = "0.3.74"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1742dependencies = [
1743 "addr2line",
1744 "cfg-if",
1745 "libc",
1746 "miniz_oxide",
1747 "object",
1748 "rustc-demangle",
1749 "windows-targets 0.52.6",
1750]
1751
1752[[package]]
1753name = "base16ct"
1754version = "0.1.1"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1757
1758[[package]]
1759name = "base64"
1760version = "0.13.1"
1761source = "registry+https://github.com/rust-lang/crates.io-index"
1762checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1763
1764[[package]]
1765name = "base64"
1766version = "0.21.7"
1767source = "registry+https://github.com/rust-lang/crates.io-index"
1768checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1769
1770[[package]]
1771name = "base64"
1772version = "0.22.1"
1773source = "registry+https://github.com/rust-lang/crates.io-index"
1774checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1775
1776[[package]]
1777name = "base64-simd"
1778version = "0.8.0"
1779source = "registry+https://github.com/rust-lang/crates.io-index"
1780checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1781dependencies = [
1782 "outref",
1783 "vsimd",
1784]
1785
1786[[package]]
1787name = "base64ct"
1788version = "1.6.0"
1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1791
1792[[package]]
1793name = "bedrock"
1794version = "0.1.0"
1795dependencies = [
1796 "anyhow",
1797 "aws-sdk-bedrockruntime",
1798 "aws-smithy-types",
1799 "futures 0.3.31",
1800 "schemars",
1801 "serde",
1802 "serde_json",
1803 "strum",
1804 "thiserror 1.0.69",
1805 "tokio",
1806]
1807
1808[[package]]
1809name = "bigdecimal"
1810version = "0.4.7"
1811source = "registry+https://github.com/rust-lang/crates.io-index"
1812checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1813dependencies = [
1814 "autocfg",
1815 "libm",
1816 "num-bigint",
1817 "num-integer",
1818 "num-traits",
1819 "serde",
1820]
1821
1822[[package]]
1823name = "bincode"
1824version = "1.3.3"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1827dependencies = [
1828 "serde",
1829]
1830
1831[[package]]
1832name = "bindgen"
1833version = "0.69.5"
1834source = "registry+https://github.com/rust-lang/crates.io-index"
1835checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1836dependencies = [
1837 "bitflags 2.8.0",
1838 "cexpr",
1839 "clang-sys",
1840 "itertools 0.12.1",
1841 "lazy_static",
1842 "lazycell",
1843 "log",
1844 "prettyplease",
1845 "proc-macro2",
1846 "quote",
1847 "regex",
1848 "rustc-hash 1.1.0",
1849 "shlex",
1850 "syn 2.0.100",
1851 "which 4.4.2",
1852]
1853
1854[[package]]
1855name = "bindgen"
1856version = "0.70.1"
1857source = "registry+https://github.com/rust-lang/crates.io-index"
1858checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1859dependencies = [
1860 "bitflags 2.8.0",
1861 "cexpr",
1862 "clang-sys",
1863 "itertools 0.12.1",
1864 "log",
1865 "prettyplease",
1866 "proc-macro2",
1867 "quote",
1868 "regex",
1869 "rustc-hash 1.1.0",
1870 "shlex",
1871 "syn 2.0.100",
1872]
1873
1874[[package]]
1875name = "bit-set"
1876version = "0.5.3"
1877source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1879dependencies = [
1880 "bit-vec 0.6.3",
1881]
1882
1883[[package]]
1884name = "bit-set"
1885version = "0.8.0"
1886source = "registry+https://github.com/rust-lang/crates.io-index"
1887checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1888dependencies = [
1889 "bit-vec 0.8.0",
1890]
1891
1892[[package]]
1893name = "bit-vec"
1894version = "0.6.3"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1897
1898[[package]]
1899name = "bit-vec"
1900version = "0.8.0"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1903
1904[[package]]
1905name = "bit_field"
1906version = "0.10.2"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1909
1910[[package]]
1911name = "bitflags"
1912version = "1.3.2"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1915
1916[[package]]
1917name = "bitflags"
1918version = "2.8.0"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1921dependencies = [
1922 "serde",
1923]
1924
1925[[package]]
1926name = "bitstream-io"
1927version = "2.6.0"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1930
1931[[package]]
1932name = "bitvec"
1933version = "1.0.1"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1936dependencies = [
1937 "funty",
1938 "radium",
1939 "tap",
1940 "wyz",
1941]
1942
1943[[package]]
1944name = "blade-graphics"
1945version = "0.6.0"
1946source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1947dependencies = [
1948 "ash",
1949 "ash-window",
1950 "bitflags 2.8.0",
1951 "bytemuck",
1952 "codespan-reporting",
1953 "glow",
1954 "gpu-alloc",
1955 "gpu-alloc-ash",
1956 "hidden-trait",
1957 "js-sys",
1958 "khronos-egl",
1959 "libloading",
1960 "log",
1961 "mint",
1962 "naga",
1963 "objc2",
1964 "objc2-app-kit",
1965 "objc2-foundation",
1966 "objc2-metal",
1967 "objc2-quartz-core",
1968 "objc2-ui-kit",
1969 "raw-window-handle",
1970 "slab",
1971 "wasm-bindgen",
1972 "web-sys",
1973]
1974
1975[[package]]
1976name = "blade-macros"
1977version = "0.3.0"
1978source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1979dependencies = [
1980 "proc-macro2",
1981 "quote",
1982 "syn 2.0.100",
1983]
1984
1985[[package]]
1986name = "blade-util"
1987version = "0.2.0"
1988source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1989dependencies = [
1990 "blade-graphics",
1991 "bytemuck",
1992 "log",
1993 "profiling",
1994]
1995
1996[[package]]
1997name = "blake3"
1998version = "1.6.1"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
2001dependencies = [
2002 "arrayref",
2003 "arrayvec",
2004 "cc",
2005 "cfg-if",
2006 "constant_time_eq 0.3.1",
2007]
2008
2009[[package]]
2010name = "block"
2011version = "0.1.6"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2014
2015[[package]]
2016name = "block-buffer"
2017version = "0.10.4"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2020dependencies = [
2021 "generic-array",
2022]
2023
2024[[package]]
2025name = "block-padding"
2026version = "0.3.3"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2029dependencies = [
2030 "generic-array",
2031]
2032
2033[[package]]
2034name = "block2"
2035version = "0.5.1"
2036source = "registry+https://github.com/rust-lang/crates.io-index"
2037checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
2038dependencies = [
2039 "objc2",
2040]
2041
2042[[package]]
2043name = "blocking"
2044version = "1.6.1"
2045source = "registry+https://github.com/rust-lang/crates.io-index"
2046checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2047dependencies = [
2048 "async-channel 2.3.1",
2049 "async-task",
2050 "futures-io",
2051 "futures-lite 2.6.0",
2052 "piper",
2053]
2054
2055[[package]]
2056name = "borsh"
2057version = "1.5.3"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
2060dependencies = [
2061 "borsh-derive",
2062 "cfg_aliases 0.2.1",
2063]
2064
2065[[package]]
2066name = "borsh-derive"
2067version = "1.5.3"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
2070dependencies = [
2071 "once_cell",
2072 "proc-macro-crate",
2073 "proc-macro2",
2074 "quote",
2075 "syn 2.0.100",
2076]
2077
2078[[package]]
2079name = "breadcrumbs"
2080version = "0.1.0"
2081dependencies = [
2082 "editor",
2083 "gpui",
2084 "itertools 0.14.0",
2085 "theme",
2086 "ui",
2087 "workspace",
2088 "zed_actions",
2089]
2090
2091[[package]]
2092name = "bstr"
2093version = "1.11.1"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
2096dependencies = [
2097 "memchr",
2098 "regex-automata 0.4.9",
2099 "serde",
2100]
2101
2102[[package]]
2103name = "buffer_diff"
2104version = "0.1.0"
2105dependencies = [
2106 "anyhow",
2107 "clock",
2108 "ctor",
2109 "env_logger 0.11.7",
2110 "futures 0.3.31",
2111 "git2",
2112 "gpui",
2113 "language",
2114 "log",
2115 "pretty_assertions",
2116 "rand 0.8.5",
2117 "rope",
2118 "serde_json",
2119 "sum_tree",
2120 "text",
2121 "unindent",
2122 "util",
2123]
2124
2125[[package]]
2126name = "built"
2127version = "0.7.5"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
2130
2131[[package]]
2132name = "bumpalo"
2133version = "3.16.0"
2134source = "registry+https://github.com/rust-lang/crates.io-index"
2135checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2136dependencies = [
2137 "allocator-api2",
2138]
2139
2140[[package]]
2141name = "by_address"
2142version = "1.2.1"
2143source = "registry+https://github.com/rust-lang/crates.io-index"
2144checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2145
2146[[package]]
2147name = "bytecheck"
2148version = "0.6.12"
2149source = "registry+https://github.com/rust-lang/crates.io-index"
2150checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2151dependencies = [
2152 "bytecheck_derive",
2153 "ptr_meta",
2154 "simdutf8",
2155]
2156
2157[[package]]
2158name = "bytecheck_derive"
2159version = "0.6.12"
2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2162dependencies = [
2163 "proc-macro2",
2164 "quote",
2165 "syn 1.0.109",
2166]
2167
2168[[package]]
2169name = "bytemuck"
2170version = "1.21.0"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2173dependencies = [
2174 "bytemuck_derive",
2175]
2176
2177[[package]]
2178name = "bytemuck_derive"
2179version = "1.8.0"
2180source = "registry+https://github.com/rust-lang/crates.io-index"
2181checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2182dependencies = [
2183 "proc-macro2",
2184 "quote",
2185 "syn 2.0.100",
2186]
2187
2188[[package]]
2189name = "byteorder"
2190version = "1.5.0"
2191source = "registry+https://github.com/rust-lang/crates.io-index"
2192checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2193
2194[[package]]
2195name = "byteorder-lite"
2196version = "0.1.0"
2197source = "registry+https://github.com/rust-lang/crates.io-index"
2198checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2199
2200[[package]]
2201name = "bytes"
2202version = "0.4.12"
2203source = "registry+https://github.com/rust-lang/crates.io-index"
2204checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2205dependencies = [
2206 "byteorder",
2207 "iovec",
2208]
2209
2210[[package]]
2211name = "bytes"
2212version = "1.10.1"
2213source = "registry+https://github.com/rust-lang/crates.io-index"
2214checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2215
2216[[package]]
2217name = "bytes-utils"
2218version = "0.1.4"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2221dependencies = [
2222 "bytes 1.10.1",
2223 "either",
2224]
2225
2226[[package]]
2227name = "bzip2"
2228version = "0.4.4"
2229source = "registry+https://github.com/rust-lang/crates.io-index"
2230checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2231dependencies = [
2232 "bzip2-sys",
2233 "libc",
2234]
2235
2236[[package]]
2237name = "bzip2-sys"
2238version = "0.1.11+1.0.8"
2239source = "registry+https://github.com/rust-lang/crates.io-index"
2240checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2241dependencies = [
2242 "cc",
2243 "libc",
2244 "pkg-config",
2245]
2246
2247[[package]]
2248name = "call"
2249version = "0.1.0"
2250dependencies = [
2251 "anyhow",
2252 "audio",
2253 "client",
2254 "collections",
2255 "fs",
2256 "futures 0.3.31",
2257 "gpui",
2258 "http_client",
2259 "language",
2260 "livekit_client",
2261 "livekit_client_macos",
2262 "log",
2263 "postage",
2264 "project",
2265 "schemars",
2266 "serde",
2267 "serde_derive",
2268 "settings",
2269 "telemetry",
2270 "util",
2271]
2272
2273[[package]]
2274name = "calloop"
2275version = "0.13.0"
2276source = "registry+https://github.com/rust-lang/crates.io-index"
2277checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2278dependencies = [
2279 "bitflags 2.8.0",
2280 "log",
2281 "polling",
2282 "rustix",
2283 "slab",
2284 "thiserror 1.0.69",
2285]
2286
2287[[package]]
2288name = "calloop-wayland-source"
2289version = "0.3.0"
2290source = "registry+https://github.com/rust-lang/crates.io-index"
2291checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2292dependencies = [
2293 "calloop",
2294 "rustix",
2295 "wayland-backend",
2296 "wayland-client",
2297]
2298
2299[[package]]
2300name = "camino"
2301version = "1.1.9"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2304dependencies = [
2305 "serde",
2306]
2307
2308[[package]]
2309name = "cap-fs-ext"
2310version = "3.4.2"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2313dependencies = [
2314 "cap-primitives",
2315 "cap-std",
2316 "io-lifetimes",
2317 "windows-sys 0.59.0",
2318]
2319
2320[[package]]
2321name = "cap-net-ext"
2322version = "3.4.2"
2323source = "registry+https://github.com/rust-lang/crates.io-index"
2324checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2325dependencies = [
2326 "cap-primitives",
2327 "cap-std",
2328 "rustix",
2329 "smallvec",
2330]
2331
2332[[package]]
2333name = "cap-primitives"
2334version = "3.4.2"
2335source = "registry+https://github.com/rust-lang/crates.io-index"
2336checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2337dependencies = [
2338 "ambient-authority",
2339 "fs-set-times",
2340 "io-extras",
2341 "io-lifetimes",
2342 "ipnet",
2343 "maybe-owned",
2344 "rustix",
2345 "windows-sys 0.59.0",
2346 "winx",
2347]
2348
2349[[package]]
2350name = "cap-rand"
2351version = "3.4.2"
2352source = "registry+https://github.com/rust-lang/crates.io-index"
2353checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2354dependencies = [
2355 "ambient-authority",
2356 "rand 0.8.5",
2357]
2358
2359[[package]]
2360name = "cap-std"
2361version = "3.4.2"
2362source = "registry+https://github.com/rust-lang/crates.io-index"
2363checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2364dependencies = [
2365 "cap-primitives",
2366 "io-extras",
2367 "io-lifetimes",
2368 "rustix",
2369]
2370
2371[[package]]
2372name = "cap-time-ext"
2373version = "3.4.2"
2374source = "registry+https://github.com/rust-lang/crates.io-index"
2375checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2376dependencies = [
2377 "ambient-authority",
2378 "cap-primitives",
2379 "iana-time-zone",
2380 "once_cell",
2381 "rustix",
2382 "winx",
2383]
2384
2385[[package]]
2386name = "cargo-platform"
2387version = "0.1.9"
2388source = "registry+https://github.com/rust-lang/crates.io-index"
2389checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2390dependencies = [
2391 "serde",
2392]
2393
2394[[package]]
2395name = "cargo_metadata"
2396version = "0.19.2"
2397source = "registry+https://github.com/rust-lang/crates.io-index"
2398checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2399dependencies = [
2400 "camino",
2401 "cargo-platform",
2402 "semver",
2403 "serde",
2404 "serde_json",
2405 "thiserror 2.0.6",
2406]
2407
2408[[package]]
2409name = "cargo_toml"
2410version = "0.21.0"
2411source = "registry+https://github.com/rust-lang/crates.io-index"
2412checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2413dependencies = [
2414 "serde",
2415 "toml 0.8.20",
2416]
2417
2418[[package]]
2419name = "cast"
2420version = "0.3.0"
2421source = "registry+https://github.com/rust-lang/crates.io-index"
2422checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2423
2424[[package]]
2425name = "cbc"
2426version = "0.1.2"
2427source = "registry+https://github.com/rust-lang/crates.io-index"
2428checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2429dependencies = [
2430 "cipher",
2431]
2432
2433[[package]]
2434name = "cbindgen"
2435version = "0.27.0"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2438dependencies = [
2439 "clap",
2440 "heck 0.4.1",
2441 "indexmap",
2442 "log",
2443 "proc-macro2",
2444 "quote",
2445 "serde",
2446 "serde_json",
2447 "syn 2.0.100",
2448 "tempfile",
2449 "toml 0.8.20",
2450]
2451
2452[[package]]
2453name = "cbindgen"
2454version = "0.28.0"
2455source = "registry+https://github.com/rust-lang/crates.io-index"
2456checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2457dependencies = [
2458 "heck 0.4.1",
2459 "indexmap",
2460 "log",
2461 "proc-macro2",
2462 "quote",
2463 "serde",
2464 "serde_json",
2465 "syn 2.0.100",
2466 "tempfile",
2467 "toml 0.8.20",
2468]
2469
2470[[package]]
2471name = "cc"
2472version = "1.2.12"
2473source = "registry+https://github.com/rust-lang/crates.io-index"
2474checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
2475dependencies = [
2476 "jobserver",
2477 "libc",
2478 "shlex",
2479]
2480
2481[[package]]
2482name = "cesu8"
2483version = "1.1.0"
2484source = "registry+https://github.com/rust-lang/crates.io-index"
2485checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2486
2487[[package]]
2488name = "cexpr"
2489version = "0.6.0"
2490source = "registry+https://github.com/rust-lang/crates.io-index"
2491checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2492dependencies = [
2493 "nom",
2494]
2495
2496[[package]]
2497name = "cfg-expr"
2498version = "0.15.8"
2499source = "registry+https://github.com/rust-lang/crates.io-index"
2500checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2501dependencies = [
2502 "smallvec",
2503 "target-lexicon 0.12.16",
2504]
2505
2506[[package]]
2507name = "cfg-if"
2508version = "1.0.0"
2509source = "registry+https://github.com/rust-lang/crates.io-index"
2510checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2511
2512[[package]]
2513name = "cfg_aliases"
2514version = "0.1.1"
2515source = "registry+https://github.com/rust-lang/crates.io-index"
2516checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2517
2518[[package]]
2519name = "cfg_aliases"
2520version = "0.2.1"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2523
2524[[package]]
2525name = "channel"
2526version = "0.1.0"
2527dependencies = [
2528 "anyhow",
2529 "client",
2530 "clock",
2531 "collections",
2532 "futures 0.3.31",
2533 "gpui",
2534 "http_client",
2535 "language",
2536 "log",
2537 "rand 0.8.5",
2538 "release_channel",
2539 "rpc",
2540 "settings",
2541 "sum_tree",
2542 "text",
2543 "time",
2544 "util",
2545]
2546
2547[[package]]
2548name = "chrono"
2549version = "0.4.40"
2550source = "registry+https://github.com/rust-lang/crates.io-index"
2551checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
2552dependencies = [
2553 "android-tzdata",
2554 "iana-time-zone",
2555 "js-sys",
2556 "num-traits",
2557 "serde",
2558 "wasm-bindgen",
2559 "windows-link",
2560]
2561
2562[[package]]
2563name = "chunked_transfer"
2564version = "1.5.0"
2565source = "registry+https://github.com/rust-lang/crates.io-index"
2566checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2567
2568[[package]]
2569name = "ciborium"
2570version = "0.2.2"
2571source = "registry+https://github.com/rust-lang/crates.io-index"
2572checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2573dependencies = [
2574 "ciborium-io",
2575 "ciborium-ll",
2576 "serde",
2577]
2578
2579[[package]]
2580name = "ciborium-io"
2581version = "0.2.2"
2582source = "registry+https://github.com/rust-lang/crates.io-index"
2583checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2584
2585[[package]]
2586name = "ciborium-ll"
2587version = "0.2.2"
2588source = "registry+https://github.com/rust-lang/crates.io-index"
2589checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2590dependencies = [
2591 "ciborium-io",
2592 "half",
2593]
2594
2595[[package]]
2596name = "cipher"
2597version = "0.4.4"
2598source = "registry+https://github.com/rust-lang/crates.io-index"
2599checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2600dependencies = [
2601 "crypto-common",
2602 "inout",
2603 "zeroize",
2604]
2605
2606[[package]]
2607name = "clang-sys"
2608version = "1.8.1"
2609source = "registry+https://github.com/rust-lang/crates.io-index"
2610checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2611dependencies = [
2612 "glob",
2613 "libc",
2614 "libloading",
2615]
2616
2617[[package]]
2618name = "clap"
2619version = "4.5.32"
2620source = "registry+https://github.com/rust-lang/crates.io-index"
2621checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
2622dependencies = [
2623 "clap_builder",
2624 "clap_derive",
2625]
2626
2627[[package]]
2628name = "clap_builder"
2629version = "4.5.32"
2630source = "registry+https://github.com/rust-lang/crates.io-index"
2631checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
2632dependencies = [
2633 "anstream",
2634 "anstyle",
2635 "clap_lex",
2636 "strsim",
2637 "terminal_size",
2638]
2639
2640[[package]]
2641name = "clap_complete"
2642version = "4.5.38"
2643source = "registry+https://github.com/rust-lang/crates.io-index"
2644checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2645dependencies = [
2646 "clap",
2647]
2648
2649[[package]]
2650name = "clap_derive"
2651version = "4.5.32"
2652source = "registry+https://github.com/rust-lang/crates.io-index"
2653checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
2654dependencies = [
2655 "heck 0.5.0",
2656 "proc-macro2",
2657 "quote",
2658 "syn 2.0.100",
2659]
2660
2661[[package]]
2662name = "clap_lex"
2663version = "0.7.4"
2664source = "registry+https://github.com/rust-lang/crates.io-index"
2665checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2666
2667[[package]]
2668name = "cli"
2669version = "0.1.0"
2670dependencies = [
2671 "anyhow",
2672 "clap",
2673 "collections",
2674 "core-foundation 0.9.4",
2675 "core-services",
2676 "exec",
2677 "fork",
2678 "ipc-channel",
2679 "parking_lot",
2680 "paths",
2681 "plist",
2682 "release_channel",
2683 "serde",
2684 "tempfile",
2685 "util",
2686 "windows 0.60.0",
2687]
2688
2689[[package]]
2690name = "client"
2691version = "0.1.0"
2692dependencies = [
2693 "anyhow",
2694 "async-native-tls",
2695 "async-recursion 0.3.2",
2696 "async-tungstenite",
2697 "chrono",
2698 "clock",
2699 "cocoa 0.26.0",
2700 "collections",
2701 "credentials_provider",
2702 "feature_flags",
2703 "futures 0.3.31",
2704 "gpui",
2705 "http_client",
2706 "log",
2707 "parking_lot",
2708 "paths",
2709 "postage",
2710 "rand 0.8.5",
2711 "release_channel",
2712 "rpc",
2713 "schemars",
2714 "serde",
2715 "serde_json",
2716 "settings",
2717 "sha2",
2718 "smol",
2719 "telemetry",
2720 "telemetry_events",
2721 "text",
2722 "thiserror 1.0.69",
2723 "time",
2724 "tiny_http",
2725 "tokio-socks",
2726 "url",
2727 "util",
2728 "windows 0.60.0",
2729 "worktree",
2730]
2731
2732[[package]]
2733name = "clock"
2734version = "0.1.0"
2735dependencies = [
2736 "parking_lot",
2737 "serde",
2738 "smallvec",
2739]
2740
2741[[package]]
2742name = "cmake"
2743version = "0.1.53"
2744source = "registry+https://github.com/rust-lang/crates.io-index"
2745checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
2746dependencies = [
2747 "cc",
2748]
2749
2750[[package]]
2751name = "cobs"
2752version = "0.2.3"
2753source = "registry+https://github.com/rust-lang/crates.io-index"
2754checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2755
2756[[package]]
2757name = "cocoa"
2758version = "0.25.0"
2759source = "registry+https://github.com/rust-lang/crates.io-index"
2760checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2761dependencies = [
2762 "bitflags 1.3.2",
2763 "block",
2764 "cocoa-foundation 0.1.2",
2765 "core-foundation 0.9.4",
2766 "core-graphics 0.23.2",
2767 "foreign-types 0.5.0",
2768 "libc",
2769 "objc",
2770]
2771
2772[[package]]
2773name = "cocoa"
2774version = "0.26.0"
2775source = "registry+https://github.com/rust-lang/crates.io-index"
2776checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2777dependencies = [
2778 "bitflags 2.8.0",
2779 "block",
2780 "cocoa-foundation 0.2.0",
2781 "core-foundation 0.10.0",
2782 "core-graphics 0.24.0",
2783 "foreign-types 0.5.0",
2784 "libc",
2785 "objc",
2786]
2787
2788[[package]]
2789name = "cocoa-foundation"
2790version = "0.1.2"
2791source = "registry+https://github.com/rust-lang/crates.io-index"
2792checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2793dependencies = [
2794 "bitflags 1.3.2",
2795 "block",
2796 "core-foundation 0.9.4",
2797 "core-graphics-types 0.1.3",
2798 "libc",
2799 "objc",
2800]
2801
2802[[package]]
2803name = "cocoa-foundation"
2804version = "0.2.0"
2805source = "registry+https://github.com/rust-lang/crates.io-index"
2806checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2807dependencies = [
2808 "bitflags 2.8.0",
2809 "block",
2810 "core-foundation 0.10.0",
2811 "core-graphics-types 0.2.0",
2812 "libc",
2813 "objc",
2814]
2815
2816[[package]]
2817name = "codespan-reporting"
2818version = "0.11.1"
2819source = "registry+https://github.com/rust-lang/crates.io-index"
2820checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2821dependencies = [
2822 "termcolor",
2823 "unicode-width",
2824]
2825
2826[[package]]
2827name = "collab"
2828version = "0.44.0"
2829dependencies = [
2830 "anthropic",
2831 "anyhow",
2832 "assistant",
2833 "assistant_context_editor",
2834 "assistant_slash_command",
2835 "assistant_tool",
2836 "async-stripe",
2837 "async-trait",
2838 "async-tungstenite",
2839 "audio",
2840 "aws-config",
2841 "aws-sdk-kinesis",
2842 "aws-sdk-s3",
2843 "axum",
2844 "axum-extra",
2845 "base64 0.22.1",
2846 "buffer_diff",
2847 "call",
2848 "channel",
2849 "chrono",
2850 "client",
2851 "clock",
2852 "collab_ui",
2853 "collections",
2854 "context_server",
2855 "ctor",
2856 "dashmap 6.1.0",
2857 "derive_more",
2858 "editor",
2859 "env_logger 0.11.7",
2860 "envy",
2861 "extension",
2862 "file_finder",
2863 "fs",
2864 "futures 0.3.31",
2865 "git",
2866 "git_hosting_providers",
2867 "git_ui",
2868 "google_ai",
2869 "gpui",
2870 "hex",
2871 "http_client",
2872 "hyper 0.14.32",
2873 "indoc",
2874 "jsonwebtoken",
2875 "language",
2876 "language_model",
2877 "livekit_api",
2878 "livekit_client",
2879 "livekit_client_macos",
2880 "log",
2881 "lsp",
2882 "menu",
2883 "multi_buffer",
2884 "nanoid",
2885 "node_runtime",
2886 "notifications",
2887 "open_ai",
2888 "parking_lot",
2889 "pretty_assertions",
2890 "project",
2891 "prometheus",
2892 "prompt_store",
2893 "prost 0.9.0",
2894 "rand 0.8.5",
2895 "recent_projects",
2896 "release_channel",
2897 "remote",
2898 "remote_server",
2899 "reqwest 0.11.27",
2900 "reqwest_client",
2901 "rpc",
2902 "rustc-demangle",
2903 "scrypt",
2904 "sea-orm",
2905 "semantic_version",
2906 "semver",
2907 "serde",
2908 "serde_derive",
2909 "serde_json",
2910 "session",
2911 "settings",
2912 "sha2",
2913 "sqlx",
2914 "strum",
2915 "subtle",
2916 "supermaven_api",
2917 "telemetry_events",
2918 "text",
2919 "theme",
2920 "thiserror 1.0.69",
2921 "time",
2922 "tokio",
2923 "toml 0.8.20",
2924 "tower",
2925 "tower-http 0.4.4",
2926 "tracing",
2927 "tracing-subscriber",
2928 "unindent",
2929 "util",
2930 "uuid",
2931 "workspace",
2932 "worktree",
2933]
2934
2935[[package]]
2936name = "collab_ui"
2937version = "0.1.0"
2938dependencies = [
2939 "anyhow",
2940 "call",
2941 "channel",
2942 "chrono",
2943 "client",
2944 "collections",
2945 "db",
2946 "editor",
2947 "emojis",
2948 "futures 0.3.31",
2949 "fuzzy",
2950 "gpui",
2951 "http_client",
2952 "language",
2953 "menu",
2954 "notifications",
2955 "picker",
2956 "pretty_assertions",
2957 "project",
2958 "release_channel",
2959 "rich_text",
2960 "rpc",
2961 "schemars",
2962 "serde",
2963 "serde_derive",
2964 "serde_json",
2965 "settings",
2966 "smallvec",
2967 "story",
2968 "telemetry",
2969 "theme",
2970 "time",
2971 "time_format",
2972 "title_bar",
2973 "tree-sitter-md",
2974 "ui",
2975 "util",
2976 "workspace",
2977]
2978
2979[[package]]
2980name = "collections"
2981version = "0.1.0"
2982dependencies = [
2983 "indexmap",
2984 "rustc-hash 2.1.1",
2985]
2986
2987[[package]]
2988name = "color_quant"
2989version = "1.1.0"
2990source = "registry+https://github.com/rust-lang/crates.io-index"
2991checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2992
2993[[package]]
2994name = "colorchoice"
2995version = "1.0.3"
2996source = "registry+https://github.com/rust-lang/crates.io-index"
2997checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2998
2999[[package]]
3000name = "combine"
3001version = "4.6.7"
3002source = "registry+https://github.com/rust-lang/crates.io-index"
3003checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3004dependencies = [
3005 "bytes 1.10.1",
3006 "memchr",
3007]
3008
3009[[package]]
3010name = "command_palette"
3011version = "0.1.0"
3012dependencies = [
3013 "client",
3014 "collections",
3015 "command_palette_hooks",
3016 "ctor",
3017 "editor",
3018 "env_logger 0.11.7",
3019 "fuzzy",
3020 "go_to_line",
3021 "gpui",
3022 "language",
3023 "menu",
3024 "picker",
3025 "postage",
3026 "project",
3027 "serde",
3028 "serde_json",
3029 "settings",
3030 "telemetry",
3031 "theme",
3032 "ui",
3033 "util",
3034 "workspace",
3035 "zed_actions",
3036]
3037
3038[[package]]
3039name = "command_palette_hooks"
3040version = "0.1.0"
3041dependencies = [
3042 "collections",
3043 "derive_more",
3044 "gpui",
3045]
3046
3047[[package]]
3048name = "component"
3049version = "0.1.0"
3050dependencies = [
3051 "collections",
3052 "gpui",
3053 "linkme",
3054 "parking_lot",
3055 "theme",
3056]
3057
3058[[package]]
3059name = "component_preview"
3060version = "0.1.0"
3061dependencies = [
3062 "client",
3063 "collections",
3064 "component",
3065 "gpui",
3066 "languages",
3067 "notifications",
3068 "project",
3069 "ui",
3070 "workspace",
3071]
3072
3073[[package]]
3074name = "concurrent-queue"
3075version = "2.5.0"
3076source = "registry+https://github.com/rust-lang/crates.io-index"
3077checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3078dependencies = [
3079 "crossbeam-utils",
3080]
3081
3082[[package]]
3083name = "console"
3084version = "0.15.8"
3085source = "registry+https://github.com/rust-lang/crates.io-index"
3086checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
3087dependencies = [
3088 "encode_unicode",
3089 "lazy_static",
3090 "libc",
3091 "unicode-width",
3092 "windows-sys 0.52.0",
3093]
3094
3095[[package]]
3096name = "const-oid"
3097version = "0.9.6"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3100
3101[[package]]
3102name = "const-random"
3103version = "0.1.18"
3104source = "registry+https://github.com/rust-lang/crates.io-index"
3105checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3106dependencies = [
3107 "const-random-macro",
3108]
3109
3110[[package]]
3111name = "const-random-macro"
3112version = "0.1.16"
3113source = "registry+https://github.com/rust-lang/crates.io-index"
3114checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3115dependencies = [
3116 "getrandom 0.2.15",
3117 "once_cell",
3118 "tiny-keccak",
3119]
3120
3121[[package]]
3122name = "constant_time_eq"
3123version = "0.1.5"
3124source = "registry+https://github.com/rust-lang/crates.io-index"
3125checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3126
3127[[package]]
3128name = "constant_time_eq"
3129version = "0.3.1"
3130source = "registry+https://github.com/rust-lang/crates.io-index"
3131checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3132
3133[[package]]
3134name = "context_server"
3135version = "0.1.0"
3136dependencies = [
3137 "anyhow",
3138 "assistant_tool",
3139 "async-trait",
3140 "collections",
3141 "command_palette_hooks",
3142 "context_server_settings",
3143 "extension",
3144 "futures 0.3.31",
3145 "gpui",
3146 "language_model",
3147 "log",
3148 "parking_lot",
3149 "postage",
3150 "project",
3151 "serde",
3152 "serde_json",
3153 "settings",
3154 "smol",
3155 "url",
3156 "util",
3157]
3158
3159[[package]]
3160name = "context_server_settings"
3161version = "0.1.0"
3162dependencies = [
3163 "anyhow",
3164 "collections",
3165 "gpui",
3166 "schemars",
3167 "serde",
3168 "serde_json",
3169 "settings",
3170]
3171
3172[[package]]
3173name = "convert_case"
3174version = "0.4.0"
3175source = "registry+https://github.com/rust-lang/crates.io-index"
3176checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3177
3178[[package]]
3179name = "convert_case"
3180version = "0.8.0"
3181source = "registry+https://github.com/rust-lang/crates.io-index"
3182checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3183dependencies = [
3184 "unicode-segmentation",
3185]
3186
3187[[package]]
3188name = "copilot"
3189version = "0.1.0"
3190dependencies = [
3191 "anyhow",
3192 "async-compression",
3193 "async-std",
3194 "async-tar",
3195 "chrono",
3196 "client",
3197 "clock",
3198 "collections",
3199 "command_palette_hooks",
3200 "ctor",
3201 "editor",
3202 "env_logger 0.11.7",
3203 "fs",
3204 "futures 0.3.31",
3205 "gpui",
3206 "http_client",
3207 "indoc",
3208 "inline_completion",
3209 "language",
3210 "log",
3211 "lsp",
3212 "menu",
3213 "node_runtime",
3214 "parking_lot",
3215 "paths",
3216 "project",
3217 "rpc",
3218 "schemars",
3219 "serde",
3220 "serde_json",
3221 "settings",
3222 "smol",
3223 "strum",
3224 "task",
3225 "theme",
3226 "ui",
3227 "util",
3228 "workspace",
3229]
3230
3231[[package]]
3232name = "core-foundation"
3233version = "0.9.4"
3234source = "registry+https://github.com/rust-lang/crates.io-index"
3235checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3236dependencies = [
3237 "core-foundation-sys",
3238 "libc",
3239]
3240
3241[[package]]
3242name = "core-foundation"
3243version = "0.10.0"
3244source = "registry+https://github.com/rust-lang/crates.io-index"
3245checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3246dependencies = [
3247 "core-foundation-sys",
3248 "libc",
3249]
3250
3251[[package]]
3252name = "core-foundation-sys"
3253version = "0.8.7"
3254source = "registry+https://github.com/rust-lang/crates.io-index"
3255checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3256
3257[[package]]
3258name = "core-graphics"
3259version = "0.23.2"
3260source = "registry+https://github.com/rust-lang/crates.io-index"
3261checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3262dependencies = [
3263 "bitflags 1.3.2",
3264 "core-foundation 0.9.4",
3265 "core-graphics-types 0.1.3",
3266 "foreign-types 0.5.0",
3267 "libc",
3268]
3269
3270[[package]]
3271name = "core-graphics"
3272version = "0.24.0"
3273source = "registry+https://github.com/rust-lang/crates.io-index"
3274checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3275dependencies = [
3276 "bitflags 2.8.0",
3277 "core-foundation 0.10.0",
3278 "core-graphics-types 0.2.0",
3279 "foreign-types 0.5.0",
3280 "libc",
3281]
3282
3283[[package]]
3284name = "core-graphics-types"
3285version = "0.1.3"
3286source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3288dependencies = [
3289 "bitflags 1.3.2",
3290 "core-foundation 0.9.4",
3291 "libc",
3292]
3293
3294[[package]]
3295name = "core-graphics-types"
3296version = "0.2.0"
3297source = "registry+https://github.com/rust-lang/crates.io-index"
3298checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3299dependencies = [
3300 "bitflags 2.8.0",
3301 "core-foundation 0.10.0",
3302 "libc",
3303]
3304
3305[[package]]
3306name = "core-services"
3307version = "0.2.1"
3308source = "registry+https://github.com/rust-lang/crates.io-index"
3309checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3310dependencies = [
3311 "core-foundation 0.9.4",
3312]
3313
3314[[package]]
3315name = "core-text"
3316version = "20.1.0"
3317source = "registry+https://github.com/rust-lang/crates.io-index"
3318checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3319dependencies = [
3320 "core-foundation 0.9.4",
3321 "core-graphics 0.23.2",
3322 "foreign-types 0.5.0",
3323 "libc",
3324]
3325
3326[[package]]
3327name = "core_maths"
3328version = "0.1.1"
3329source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3331dependencies = [
3332 "libm",
3333]
3334
3335[[package]]
3336name = "coreaudio-rs"
3337version = "0.11.3"
3338source = "registry+https://github.com/rust-lang/crates.io-index"
3339checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3340dependencies = [
3341 "bitflags 1.3.2",
3342 "core-foundation-sys",
3343 "coreaudio-sys",
3344]
3345
3346[[package]]
3347name = "coreaudio-rs"
3348version = "0.12.1"
3349source = "registry+https://github.com/rust-lang/crates.io-index"
3350checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3351dependencies = [
3352 "bitflags 1.3.2",
3353 "core-foundation-sys",
3354 "coreaudio-sys",
3355]
3356
3357[[package]]
3358name = "coreaudio-sys"
3359version = "0.2.16"
3360source = "registry+https://github.com/rust-lang/crates.io-index"
3361checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3362dependencies = [
3363 "bindgen 0.70.1",
3364]
3365
3366[[package]]
3367name = "cosmic-text"
3368version = "0.11.2"
3369source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3370dependencies = [
3371 "bitflags 2.8.0",
3372 "fontdb 0.18.0",
3373 "log",
3374 "rangemap",
3375 "rayon",
3376 "rustc-hash 1.1.0",
3377 "rustybuzz 0.14.1",
3378 "self_cell",
3379 "swash",
3380 "sys-locale",
3381 "ttf-parser 0.21.1",
3382 "unicode-bidi",
3383 "unicode-linebreak",
3384 "unicode-script",
3385 "unicode-segmentation",
3386]
3387
3388[[package]]
3389name = "cpal"
3390version = "0.15.3"
3391source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3392dependencies = [
3393 "alsa",
3394 "core-foundation-sys",
3395 "coreaudio-rs 0.11.3",
3396 "dasp_sample",
3397 "jni",
3398 "js-sys",
3399 "libc",
3400 "mach2",
3401 "ndk",
3402 "ndk-context",
3403 "oboe",
3404 "wasm-bindgen",
3405 "wasm-bindgen-futures",
3406 "web-sys",
3407 "windows 0.54.0",
3408]
3409
3410[[package]]
3411name = "cpp_demangle"
3412version = "0.4.4"
3413source = "registry+https://github.com/rust-lang/crates.io-index"
3414checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3415dependencies = [
3416 "cfg-if",
3417]
3418
3419[[package]]
3420name = "cpufeatures"
3421version = "0.2.16"
3422source = "registry+https://github.com/rust-lang/crates.io-index"
3423checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3424dependencies = [
3425 "libc",
3426]
3427
3428[[package]]
3429name = "cranelift-bforest"
3430version = "0.116.1"
3431source = "registry+https://github.com/rust-lang/crates.io-index"
3432checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3433dependencies = [
3434 "cranelift-entity",
3435]
3436
3437[[package]]
3438name = "cranelift-bitset"
3439version = "0.116.1"
3440source = "registry+https://github.com/rust-lang/crates.io-index"
3441checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3442dependencies = [
3443 "serde",
3444 "serde_derive",
3445]
3446
3447[[package]]
3448name = "cranelift-codegen"
3449version = "0.116.1"
3450source = "registry+https://github.com/rust-lang/crates.io-index"
3451checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3452dependencies = [
3453 "bumpalo",
3454 "cranelift-bforest",
3455 "cranelift-bitset",
3456 "cranelift-codegen-meta",
3457 "cranelift-codegen-shared",
3458 "cranelift-control",
3459 "cranelift-entity",
3460 "cranelift-isle",
3461 "gimli",
3462 "hashbrown 0.14.5",
3463 "log",
3464 "regalloc2",
3465 "rustc-hash 2.1.1",
3466 "serde",
3467 "smallvec",
3468 "target-lexicon 0.13.2",
3469]
3470
3471[[package]]
3472name = "cranelift-codegen-meta"
3473version = "0.116.1"
3474source = "registry+https://github.com/rust-lang/crates.io-index"
3475checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3476dependencies = [
3477 "cranelift-codegen-shared",
3478]
3479
3480[[package]]
3481name = "cranelift-codegen-shared"
3482version = "0.116.1"
3483source = "registry+https://github.com/rust-lang/crates.io-index"
3484checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3485
3486[[package]]
3487name = "cranelift-control"
3488version = "0.116.1"
3489source = "registry+https://github.com/rust-lang/crates.io-index"
3490checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3491dependencies = [
3492 "arbitrary",
3493]
3494
3495[[package]]
3496name = "cranelift-entity"
3497version = "0.116.1"
3498source = "registry+https://github.com/rust-lang/crates.io-index"
3499checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3500dependencies = [
3501 "cranelift-bitset",
3502 "serde",
3503 "serde_derive",
3504]
3505
3506[[package]]
3507name = "cranelift-frontend"
3508version = "0.116.1"
3509source = "registry+https://github.com/rust-lang/crates.io-index"
3510checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3511dependencies = [
3512 "cranelift-codegen",
3513 "log",
3514 "smallvec",
3515 "target-lexicon 0.13.2",
3516]
3517
3518[[package]]
3519name = "cranelift-isle"
3520version = "0.116.1"
3521source = "registry+https://github.com/rust-lang/crates.io-index"
3522checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3523
3524[[package]]
3525name = "cranelift-native"
3526version = "0.116.1"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3529dependencies = [
3530 "cranelift-codegen",
3531 "libc",
3532 "target-lexicon 0.13.2",
3533]
3534
3535[[package]]
3536name = "crc"
3537version = "3.2.1"
3538source = "registry+https://github.com/rust-lang/crates.io-index"
3539checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3540dependencies = [
3541 "crc-catalog",
3542]
3543
3544[[package]]
3545name = "crc-catalog"
3546version = "2.4.0"
3547source = "registry+https://github.com/rust-lang/crates.io-index"
3548checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3549
3550[[package]]
3551name = "crc32c"
3552version = "0.6.8"
3553source = "registry+https://github.com/rust-lang/crates.io-index"
3554checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3555dependencies = [
3556 "rustc_version",
3557]
3558
3559[[package]]
3560name = "crc32fast"
3561version = "1.4.2"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3564dependencies = [
3565 "cfg-if",
3566]
3567
3568[[package]]
3569name = "crc64fast-nvme"
3570version = "1.1.1"
3571source = "registry+https://github.com/rust-lang/crates.io-index"
3572checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3573dependencies = [
3574 "cbindgen 0.27.0",
3575 "crc",
3576]
3577
3578[[package]]
3579name = "credentials_provider"
3580version = "0.1.0"
3581dependencies = [
3582 "anyhow",
3583 "futures 0.3.31",
3584 "gpui",
3585 "paths",
3586 "release_channel",
3587 "serde",
3588 "serde_json",
3589]
3590
3591[[package]]
3592name = "criterion"
3593version = "0.5.1"
3594source = "registry+https://github.com/rust-lang/crates.io-index"
3595checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3596dependencies = [
3597 "anes",
3598 "cast",
3599 "ciborium",
3600 "clap",
3601 "criterion-plot",
3602 "is-terminal",
3603 "itertools 0.10.5",
3604 "num-traits",
3605 "once_cell",
3606 "oorandom",
3607 "plotters",
3608 "rayon",
3609 "regex",
3610 "serde",
3611 "serde_derive",
3612 "serde_json",
3613 "tinytemplate",
3614 "walkdir",
3615]
3616
3617[[package]]
3618name = "criterion-plot"
3619version = "0.5.0"
3620source = "registry+https://github.com/rust-lang/crates.io-index"
3621checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3622dependencies = [
3623 "cast",
3624 "itertools 0.10.5",
3625]
3626
3627[[package]]
3628name = "crossbeam-channel"
3629version = "0.5.13"
3630source = "registry+https://github.com/rust-lang/crates.io-index"
3631checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3632dependencies = [
3633 "crossbeam-utils",
3634]
3635
3636[[package]]
3637name = "crossbeam-deque"
3638version = "0.8.5"
3639source = "registry+https://github.com/rust-lang/crates.io-index"
3640checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3641dependencies = [
3642 "crossbeam-epoch",
3643 "crossbeam-utils",
3644]
3645
3646[[package]]
3647name = "crossbeam-epoch"
3648version = "0.9.18"
3649source = "registry+https://github.com/rust-lang/crates.io-index"
3650checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3651dependencies = [
3652 "crossbeam-utils",
3653]
3654
3655[[package]]
3656name = "crossbeam-queue"
3657version = "0.3.11"
3658source = "registry+https://github.com/rust-lang/crates.io-index"
3659checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3660dependencies = [
3661 "crossbeam-utils",
3662]
3663
3664[[package]]
3665name = "crossbeam-utils"
3666version = "0.8.20"
3667source = "registry+https://github.com/rust-lang/crates.io-index"
3668checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3669
3670[[package]]
3671name = "crunchy"
3672version = "0.2.2"
3673source = "registry+https://github.com/rust-lang/crates.io-index"
3674checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3675
3676[[package]]
3677name = "crypto-bigint"
3678version = "0.4.9"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3681dependencies = [
3682 "generic-array",
3683 "rand_core 0.6.4",
3684 "subtle",
3685 "zeroize",
3686]
3687
3688[[package]]
3689name = "crypto-bigint"
3690version = "0.5.5"
3691source = "registry+https://github.com/rust-lang/crates.io-index"
3692checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3693dependencies = [
3694 "rand_core 0.6.4",
3695 "subtle",
3696]
3697
3698[[package]]
3699name = "crypto-common"
3700version = "0.1.6"
3701source = "registry+https://github.com/rust-lang/crates.io-index"
3702checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3703dependencies = [
3704 "generic-array",
3705 "rand_core 0.6.4",
3706 "typenum",
3707]
3708
3709[[package]]
3710name = "ctor"
3711version = "0.4.1"
3712source = "registry+https://github.com/rust-lang/crates.io-index"
3713checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
3714dependencies = [
3715 "ctor-proc-macro",
3716 "dtor",
3717]
3718
3719[[package]]
3720name = "ctor-proc-macro"
3721version = "0.0.5"
3722source = "registry+https://github.com/rust-lang/crates.io-index"
3723checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3724
3725[[package]]
3726name = "ctrlc"
3727version = "3.4.5"
3728source = "registry+https://github.com/rust-lang/crates.io-index"
3729checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3730dependencies = [
3731 "nix",
3732 "windows-sys 0.59.0",
3733]
3734
3735[[package]]
3736name = "cursor-icon"
3737version = "1.1.0"
3738source = "registry+https://github.com/rust-lang/crates.io-index"
3739checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3740
3741[[package]]
3742name = "cxx"
3743version = "1.0.134"
3744source = "registry+https://github.com/rust-lang/crates.io-index"
3745checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3746dependencies = [
3747 "cc",
3748 "cxxbridge-cmd",
3749 "cxxbridge-flags",
3750 "cxxbridge-macro",
3751 "foldhash",
3752 "link-cplusplus",
3753]
3754
3755[[package]]
3756name = "cxx-build"
3757version = "1.0.134"
3758source = "registry+https://github.com/rust-lang/crates.io-index"
3759checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3760dependencies = [
3761 "cc",
3762 "codespan-reporting",
3763 "proc-macro2",
3764 "quote",
3765 "scratch",
3766 "syn 2.0.100",
3767]
3768
3769[[package]]
3770name = "cxxbridge-cmd"
3771version = "1.0.134"
3772source = "registry+https://github.com/rust-lang/crates.io-index"
3773checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3774dependencies = [
3775 "clap",
3776 "codespan-reporting",
3777 "proc-macro2",
3778 "quote",
3779 "syn 2.0.100",
3780]
3781
3782[[package]]
3783name = "cxxbridge-flags"
3784version = "1.0.134"
3785source = "registry+https://github.com/rust-lang/crates.io-index"
3786checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3787
3788[[package]]
3789name = "cxxbridge-macro"
3790version = "1.0.134"
3791source = "registry+https://github.com/rust-lang/crates.io-index"
3792checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3793dependencies = [
3794 "proc-macro2",
3795 "quote",
3796 "rustversion",
3797 "syn 2.0.100",
3798]
3799
3800[[package]]
3801name = "dashmap"
3802version = "5.5.3"
3803source = "registry+https://github.com/rust-lang/crates.io-index"
3804checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3805dependencies = [
3806 "cfg-if",
3807 "hashbrown 0.14.5",
3808 "lock_api",
3809 "once_cell",
3810 "parking_lot_core",
3811]
3812
3813[[package]]
3814name = "dashmap"
3815version = "6.1.0"
3816source = "registry+https://github.com/rust-lang/crates.io-index"
3817checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3818dependencies = [
3819 "cfg-if",
3820 "crossbeam-utils",
3821 "hashbrown 0.14.5",
3822 "lock_api",
3823 "once_cell",
3824 "parking_lot_core",
3825]
3826
3827[[package]]
3828name = "dasp_sample"
3829version = "0.11.0"
3830source = "registry+https://github.com/rust-lang/crates.io-index"
3831checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3832
3833[[package]]
3834name = "data-encoding"
3835version = "2.6.0"
3836source = "registry+https://github.com/rust-lang/crates.io-index"
3837checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3838
3839[[package]]
3840name = "data-url"
3841version = "0.3.1"
3842source = "registry+https://github.com/rust-lang/crates.io-index"
3843checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3844
3845[[package]]
3846name = "db"
3847version = "0.1.0"
3848dependencies = [
3849 "anyhow",
3850 "gpui",
3851 "indoc",
3852 "log",
3853 "paths",
3854 "release_channel",
3855 "smol",
3856 "sqlez",
3857 "sqlez_macros",
3858 "tempfile",
3859 "util",
3860]
3861
3862[[package]]
3863name = "dbus"
3864version = "0.9.7"
3865source = "registry+https://github.com/rust-lang/crates.io-index"
3866checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3867dependencies = [
3868 "libc",
3869 "libdbus-sys",
3870 "winapi",
3871]
3872
3873[[package]]
3874name = "deepseek"
3875version = "0.1.0"
3876dependencies = [
3877 "anyhow",
3878 "futures 0.3.31",
3879 "http_client",
3880 "schemars",
3881 "serde",
3882 "serde_json",
3883]
3884
3885[[package]]
3886name = "deflate64"
3887version = "0.1.9"
3888source = "registry+https://github.com/rust-lang/crates.io-index"
3889checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3890
3891[[package]]
3892name = "der"
3893version = "0.6.1"
3894source = "registry+https://github.com/rust-lang/crates.io-index"
3895checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3896dependencies = [
3897 "const-oid",
3898 "zeroize",
3899]
3900
3901[[package]]
3902name = "der"
3903version = "0.7.9"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3906dependencies = [
3907 "const-oid",
3908 "pem-rfc7468",
3909 "zeroize",
3910]
3911
3912[[package]]
3913name = "deranged"
3914version = "0.3.11"
3915source = "registry+https://github.com/rust-lang/crates.io-index"
3916checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3917dependencies = [
3918 "powerfmt",
3919 "serde",
3920]
3921
3922[[package]]
3923name = "derive_more"
3924version = "0.99.19"
3925source = "registry+https://github.com/rust-lang/crates.io-index"
3926checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
3927dependencies = [
3928 "convert_case 0.4.0",
3929 "proc-macro2",
3930 "quote",
3931 "rustc_version",
3932 "syn 2.0.100",
3933]
3934
3935[[package]]
3936name = "derive_refineable"
3937version = "0.1.0"
3938dependencies = [
3939 "proc-macro2",
3940 "quote",
3941 "syn 1.0.109",
3942]
3943
3944[[package]]
3945name = "diagnostics"
3946version = "0.1.0"
3947dependencies = [
3948 "anyhow",
3949 "client",
3950 "collections",
3951 "ctor",
3952 "editor",
3953 "env_logger 0.11.7",
3954 "gpui",
3955 "language",
3956 "log",
3957 "lsp",
3958 "pretty_assertions",
3959 "project",
3960 "rand 0.8.5",
3961 "serde",
3962 "serde_json",
3963 "settings",
3964 "theme",
3965 "ui",
3966 "unindent",
3967 "util",
3968 "workspace",
3969]
3970
3971[[package]]
3972name = "dialoguer"
3973version = "0.11.0"
3974source = "registry+https://github.com/rust-lang/crates.io-index"
3975checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3976dependencies = [
3977 "console",
3978 "fuzzy-matcher",
3979 "shell-words",
3980 "tempfile",
3981 "thiserror 1.0.69",
3982 "zeroize",
3983]
3984
3985[[package]]
3986name = "diff"
3987version = "0.1.13"
3988source = "registry+https://github.com/rust-lang/crates.io-index"
3989checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3990
3991[[package]]
3992name = "digest"
3993version = "0.10.7"
3994source = "registry+https://github.com/rust-lang/crates.io-index"
3995checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3996dependencies = [
3997 "block-buffer",
3998 "const-oid",
3999 "crypto-common",
4000 "subtle",
4001]
4002
4003[[package]]
4004name = "dirs"
4005version = "4.0.0"
4006source = "registry+https://github.com/rust-lang/crates.io-index"
4007checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4008dependencies = [
4009 "dirs-sys 0.3.7",
4010]
4011
4012[[package]]
4013name = "dirs"
4014version = "5.0.1"
4015source = "registry+https://github.com/rust-lang/crates.io-index"
4016checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4017dependencies = [
4018 "dirs-sys 0.4.1",
4019]
4020
4021[[package]]
4022name = "dirs-sys"
4023version = "0.3.7"
4024source = "registry+https://github.com/rust-lang/crates.io-index"
4025checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4026dependencies = [
4027 "libc",
4028 "redox_users",
4029 "winapi",
4030]
4031
4032[[package]]
4033name = "dirs-sys"
4034version = "0.4.1"
4035source = "registry+https://github.com/rust-lang/crates.io-index"
4036checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4037dependencies = [
4038 "libc",
4039 "option-ext",
4040 "redox_users",
4041 "windows-sys 0.48.0",
4042]
4043
4044[[package]]
4045name = "displaydoc"
4046version = "0.2.5"
4047source = "registry+https://github.com/rust-lang/crates.io-index"
4048checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4049dependencies = [
4050 "proc-macro2",
4051 "quote",
4052 "syn 2.0.100",
4053]
4054
4055[[package]]
4056name = "dlib"
4057version = "0.5.2"
4058source = "registry+https://github.com/rust-lang/crates.io-index"
4059checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4060dependencies = [
4061 "libloading",
4062]
4063
4064[[package]]
4065name = "docs_preprocessor"
4066version = "0.1.0"
4067dependencies = [
4068 "anyhow",
4069 "clap",
4070 "mdbook",
4071 "regex",
4072 "serde",
4073 "serde_json",
4074 "settings",
4075 "util",
4076]
4077
4078[[package]]
4079name = "dotenvy"
4080version = "0.15.7"
4081source = "registry+https://github.com/rust-lang/crates.io-index"
4082checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4083
4084[[package]]
4085name = "downcast-rs"
4086version = "1.2.1"
4087source = "registry+https://github.com/rust-lang/crates.io-index"
4088checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4089
4090[[package]]
4091name = "doxygen-rs"
4092version = "0.4.2"
4093source = "registry+https://github.com/rust-lang/crates.io-index"
4094checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4095dependencies = [
4096 "phf",
4097]
4098
4099[[package]]
4100name = "dtor"
4101version = "0.0.5"
4102source = "registry+https://github.com/rust-lang/crates.io-index"
4103checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
4104dependencies = [
4105 "dtor-proc-macro",
4106]
4107
4108[[package]]
4109name = "dtor-proc-macro"
4110version = "0.0.5"
4111source = "registry+https://github.com/rust-lang/crates.io-index"
4112checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4113
4114[[package]]
4115name = "dunce"
4116version = "1.0.5"
4117source = "registry+https://github.com/rust-lang/crates.io-index"
4118checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4119
4120[[package]]
4121name = "dwrote"
4122version = "0.11.2"
4123source = "registry+https://github.com/rust-lang/crates.io-index"
4124checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
4125dependencies = [
4126 "lazy_static",
4127 "libc",
4128 "winapi",
4129 "wio",
4130]
4131
4132[[package]]
4133name = "dyn-clone"
4134version = "1.0.17"
4135source = "registry+https://github.com/rust-lang/crates.io-index"
4136checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
4137
4138[[package]]
4139name = "ec4rs"
4140version = "1.1.1"
4141source = "registry+https://github.com/rust-lang/crates.io-index"
4142checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
4143
4144[[package]]
4145name = "ecdsa"
4146version = "0.14.8"
4147source = "registry+https://github.com/rust-lang/crates.io-index"
4148checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4149dependencies = [
4150 "der 0.6.1",
4151 "elliptic-curve",
4152 "rfc6979",
4153 "signature 1.6.4",
4154]
4155
4156[[package]]
4157name = "editor"
4158version = "0.1.0"
4159dependencies = [
4160 "aho-corasick",
4161 "anyhow",
4162 "assets",
4163 "buffer_diff",
4164 "chrono",
4165 "client",
4166 "clock",
4167 "collections",
4168 "convert_case 0.8.0",
4169 "ctor",
4170 "db",
4171 "emojis",
4172 "env_logger 0.11.7",
4173 "file_icons",
4174 "fs",
4175 "futures 0.3.31",
4176 "fuzzy",
4177 "git",
4178 "gpui",
4179 "http_client",
4180 "indoc",
4181 "inline_completion",
4182 "itertools 0.14.0",
4183 "language",
4184 "languages",
4185 "linkify",
4186 "log",
4187 "lsp",
4188 "markdown",
4189 "multi_buffer",
4190 "ordered-float 2.10.1",
4191 "parking_lot",
4192 "pretty_assertions",
4193 "project",
4194 "rand 0.8.5",
4195 "release_channel",
4196 "rpc",
4197 "schemars",
4198 "serde",
4199 "serde_json",
4200 "settings",
4201 "smallvec",
4202 "smol",
4203 "snippet",
4204 "sum_tree",
4205 "task",
4206 "telemetry",
4207 "tempfile",
4208 "text",
4209 "theme",
4210 "time",
4211 "time_format",
4212 "tree-sitter-html",
4213 "tree-sitter-rust",
4214 "tree-sitter-typescript",
4215 "ui",
4216 "unicode-script",
4217 "unicode-segmentation",
4218 "unindent",
4219 "url",
4220 "util",
4221 "uuid",
4222 "workspace",
4223 "zed_actions",
4224]
4225
4226[[package]]
4227name = "either"
4228version = "1.13.0"
4229source = "registry+https://github.com/rust-lang/crates.io-index"
4230checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4231dependencies = [
4232 "serde",
4233]
4234
4235[[package]]
4236name = "elasticlunr-rs"
4237version = "3.0.2"
4238source = "registry+https://github.com/rust-lang/crates.io-index"
4239checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4240dependencies = [
4241 "regex",
4242 "serde",
4243 "serde_derive",
4244 "serde_json",
4245]
4246
4247[[package]]
4248name = "elliptic-curve"
4249version = "0.12.3"
4250source = "registry+https://github.com/rust-lang/crates.io-index"
4251checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4252dependencies = [
4253 "base16ct",
4254 "crypto-bigint 0.4.9",
4255 "der 0.6.1",
4256 "digest",
4257 "ff",
4258 "generic-array",
4259 "group",
4260 "pkcs8 0.9.0",
4261 "rand_core 0.6.4",
4262 "sec1",
4263 "subtle",
4264 "zeroize",
4265]
4266
4267[[package]]
4268name = "embed-resource"
4269version = "3.0.2"
4270source = "registry+https://github.com/rust-lang/crates.io-index"
4271checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4272dependencies = [
4273 "cc",
4274 "memchr",
4275 "rustc_version",
4276 "toml 0.8.20",
4277 "vswhom",
4278 "winreg 0.52.0",
4279]
4280
4281[[package]]
4282name = "embedded-io"
4283version = "0.4.0"
4284source = "registry+https://github.com/rust-lang/crates.io-index"
4285checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4286
4287[[package]]
4288name = "embedded-io"
4289version = "0.6.1"
4290source = "registry+https://github.com/rust-lang/crates.io-index"
4291checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4292
4293[[package]]
4294name = "emojis"
4295version = "0.6.4"
4296source = "registry+https://github.com/rust-lang/crates.io-index"
4297checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4298dependencies = [
4299 "phf",
4300]
4301
4302[[package]]
4303name = "encode_unicode"
4304version = "0.3.6"
4305source = "registry+https://github.com/rust-lang/crates.io-index"
4306checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4307
4308[[package]]
4309name = "encoding_rs"
4310version = "0.8.35"
4311source = "registry+https://github.com/rust-lang/crates.io-index"
4312checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4313dependencies = [
4314 "cfg-if",
4315]
4316
4317[[package]]
4318name = "endi"
4319version = "1.1.0"
4320source = "registry+https://github.com/rust-lang/crates.io-index"
4321checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4322
4323[[package]]
4324name = "enumflags2"
4325version = "0.7.10"
4326source = "registry+https://github.com/rust-lang/crates.io-index"
4327checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4328dependencies = [
4329 "enumflags2_derive",
4330 "serde",
4331]
4332
4333[[package]]
4334name = "enumflags2_derive"
4335version = "0.7.10"
4336source = "registry+https://github.com/rust-lang/crates.io-index"
4337checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4338dependencies = [
4339 "proc-macro2",
4340 "quote",
4341 "syn 2.0.100",
4342]
4343
4344[[package]]
4345name = "env_filter"
4346version = "0.1.2"
4347source = "registry+https://github.com/rust-lang/crates.io-index"
4348checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4349dependencies = [
4350 "log",
4351 "regex",
4352]
4353
4354[[package]]
4355name = "env_home"
4356version = "0.1.0"
4357source = "registry+https://github.com/rust-lang/crates.io-index"
4358checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
4359
4360[[package]]
4361name = "env_logger"
4362version = "0.10.2"
4363source = "registry+https://github.com/rust-lang/crates.io-index"
4364checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4365dependencies = [
4366 "humantime",
4367 "is-terminal",
4368 "log",
4369 "regex",
4370 "termcolor",
4371]
4372
4373[[package]]
4374name = "env_logger"
4375version = "0.11.7"
4376source = "registry+https://github.com/rust-lang/crates.io-index"
4377checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
4378dependencies = [
4379 "anstream",
4380 "anstyle",
4381 "env_filter",
4382 "jiff",
4383 "log",
4384]
4385
4386[[package]]
4387name = "envy"
4388version = "0.4.2"
4389source = "registry+https://github.com/rust-lang/crates.io-index"
4390checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4391dependencies = [
4392 "serde",
4393]
4394
4395[[package]]
4396name = "equivalent"
4397version = "1.0.1"
4398source = "registry+https://github.com/rust-lang/crates.io-index"
4399checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4400
4401[[package]]
4402name = "erased-serde"
4403version = "0.4.5"
4404source = "registry+https://github.com/rust-lang/crates.io-index"
4405checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4406dependencies = [
4407 "serde",
4408 "typeid",
4409]
4410
4411[[package]]
4412name = "errno"
4413version = "0.2.8"
4414source = "registry+https://github.com/rust-lang/crates.io-index"
4415checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4416dependencies = [
4417 "errno-dragonfly",
4418 "libc",
4419 "winapi",
4420]
4421
4422[[package]]
4423name = "errno"
4424version = "0.3.10"
4425source = "registry+https://github.com/rust-lang/crates.io-index"
4426checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4427dependencies = [
4428 "libc",
4429 "windows-sys 0.59.0",
4430]
4431
4432[[package]]
4433name = "errno-dragonfly"
4434version = "0.1.2"
4435source = "registry+https://github.com/rust-lang/crates.io-index"
4436checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4437dependencies = [
4438 "cc",
4439 "libc",
4440]
4441
4442[[package]]
4443name = "etagere"
4444version = "0.2.15"
4445source = "registry+https://github.com/rust-lang/crates.io-index"
4446checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4447dependencies = [
4448 "euclid",
4449 "svg_fmt",
4450]
4451
4452[[package]]
4453name = "etcetera"
4454version = "0.8.0"
4455source = "registry+https://github.com/rust-lang/crates.io-index"
4456checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4457dependencies = [
4458 "cfg-if",
4459 "home",
4460 "windows-sys 0.48.0",
4461]
4462
4463[[package]]
4464name = "euclid"
4465version = "0.22.11"
4466source = "registry+https://github.com/rust-lang/crates.io-index"
4467checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4468dependencies = [
4469 "num-traits",
4470]
4471
4472[[package]]
4473name = "evals"
4474version = "0.1.0"
4475dependencies = [
4476 "anyhow",
4477 "clap",
4478 "client",
4479 "clock",
4480 "collections",
4481 "env_logger 0.11.7",
4482 "feature_flags",
4483 "fs",
4484 "gpui",
4485 "http_client",
4486 "language",
4487 "languages",
4488 "node_runtime",
4489 "open_ai",
4490 "project",
4491 "reqwest_client",
4492 "semantic_index",
4493 "serde",
4494 "serde_json",
4495 "settings",
4496 "smol",
4497 "util",
4498]
4499
4500[[package]]
4501name = "event-listener"
4502version = "2.5.3"
4503source = "registry+https://github.com/rust-lang/crates.io-index"
4504checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4505
4506[[package]]
4507name = "event-listener"
4508version = "5.3.1"
4509source = "registry+https://github.com/rust-lang/crates.io-index"
4510checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4511dependencies = [
4512 "concurrent-queue",
4513 "parking",
4514 "pin-project-lite",
4515]
4516
4517[[package]]
4518name = "event-listener-strategy"
4519version = "0.5.3"
4520source = "registry+https://github.com/rust-lang/crates.io-index"
4521checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4522dependencies = [
4523 "event-listener 5.3.1",
4524 "pin-project-lite",
4525]
4526
4527[[package]]
4528name = "exec"
4529version = "0.3.1"
4530source = "registry+https://github.com/rust-lang/crates.io-index"
4531checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4532dependencies = [
4533 "errno 0.2.8",
4534 "libc",
4535]
4536
4537[[package]]
4538name = "exr"
4539version = "1.73.0"
4540source = "registry+https://github.com/rust-lang/crates.io-index"
4541checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4542dependencies = [
4543 "bit_field",
4544 "half",
4545 "lebe",
4546 "miniz_oxide",
4547 "rayon-core",
4548 "smallvec",
4549 "zune-inflate",
4550]
4551
4552[[package]]
4553name = "extension"
4554version = "0.1.0"
4555dependencies = [
4556 "anyhow",
4557 "async-compression",
4558 "async-tar",
4559 "async-trait",
4560 "collections",
4561 "convert_case 0.8.0",
4562 "fs",
4563 "futures 0.3.31",
4564 "gpui",
4565 "http_client",
4566 "language",
4567 "log",
4568 "lsp",
4569 "parking_lot",
4570 "semantic_version",
4571 "serde",
4572 "serde_json",
4573 "toml 0.8.20",
4574 "util",
4575 "wasm-encoder 0.221.3",
4576 "wasmparser 0.221.3",
4577 "wit-component 0.221.3",
4578]
4579
4580[[package]]
4581name = "extension_cli"
4582version = "0.1.0"
4583dependencies = [
4584 "anyhow",
4585 "clap",
4586 "env_logger 0.11.7",
4587 "extension",
4588 "fs",
4589 "language",
4590 "log",
4591 "reqwest_client",
4592 "rpc",
4593 "serde",
4594 "serde_json",
4595 "theme",
4596 "tokio",
4597 "toml 0.8.20",
4598 "tree-sitter",
4599 "wasmtime",
4600]
4601
4602[[package]]
4603name = "extension_host"
4604version = "0.1.0"
4605dependencies = [
4606 "anyhow",
4607 "async-compression",
4608 "async-tar",
4609 "async-trait",
4610 "client",
4611 "collections",
4612 "context_server_settings",
4613 "ctor",
4614 "env_logger 0.11.7",
4615 "extension",
4616 "fs",
4617 "futures 0.3.31",
4618 "gpui",
4619 "http_client",
4620 "language",
4621 "language_extension",
4622 "log",
4623 "lsp",
4624 "node_runtime",
4625 "parking_lot",
4626 "paths",
4627 "project",
4628 "release_channel",
4629 "remote",
4630 "reqwest_client",
4631 "schemars",
4632 "semantic_version",
4633 "serde",
4634 "serde_json",
4635 "serde_json_lenient",
4636 "settings",
4637 "task",
4638 "telemetry",
4639 "tempfile",
4640 "theme",
4641 "theme_extension",
4642 "toml 0.8.20",
4643 "url",
4644 "util",
4645 "wasmparser 0.221.3",
4646 "wasmtime",
4647 "wasmtime-wasi",
4648]
4649
4650[[package]]
4651name = "extensions_ui"
4652version = "0.1.0"
4653dependencies = [
4654 "anyhow",
4655 "client",
4656 "collections",
4657 "db",
4658 "editor",
4659 "extension_host",
4660 "feature_flags",
4661 "fs",
4662 "fuzzy",
4663 "gpui",
4664 "language",
4665 "num-format",
4666 "picker",
4667 "project",
4668 "release_channel",
4669 "semantic_version",
4670 "serde",
4671 "settings",
4672 "smallvec",
4673 "telemetry",
4674 "theme",
4675 "ui",
4676 "util",
4677 "vim_mode_setting",
4678 "workspace",
4679 "zed_actions",
4680]
4681
4682[[package]]
4683name = "fallible-iterator"
4684version = "0.3.0"
4685source = "registry+https://github.com/rust-lang/crates.io-index"
4686checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4687
4688[[package]]
4689name = "fancy-regex"
4690version = "0.13.0"
4691source = "registry+https://github.com/rust-lang/crates.io-index"
4692checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4693dependencies = [
4694 "bit-set 0.5.3",
4695 "regex-automata 0.4.9",
4696 "regex-syntax 0.8.5",
4697]
4698
4699[[package]]
4700name = "fancy-regex"
4701version = "0.14.0"
4702source = "registry+https://github.com/rust-lang/crates.io-index"
4703checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4704dependencies = [
4705 "bit-set 0.8.0",
4706 "regex-automata 0.4.9",
4707 "regex-syntax 0.8.5",
4708]
4709
4710[[package]]
4711name = "fast-srgb8"
4712version = "1.0.0"
4713source = "registry+https://github.com/rust-lang/crates.io-index"
4714checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4715
4716[[package]]
4717name = "fastrand"
4718version = "1.9.0"
4719source = "registry+https://github.com/rust-lang/crates.io-index"
4720checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4721dependencies = [
4722 "instant",
4723]
4724
4725[[package]]
4726name = "fastrand"
4727version = "2.3.0"
4728source = "registry+https://github.com/rust-lang/crates.io-index"
4729checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4730
4731[[package]]
4732name = "fd-lock"
4733version = "4.0.2"
4734source = "registry+https://github.com/rust-lang/crates.io-index"
4735checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4736dependencies = [
4737 "cfg-if",
4738 "rustix",
4739 "windows-sys 0.52.0",
4740]
4741
4742[[package]]
4743name = "fdeflate"
4744version = "0.3.7"
4745source = "registry+https://github.com/rust-lang/crates.io-index"
4746checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4747dependencies = [
4748 "simd-adler32",
4749]
4750
4751[[package]]
4752name = "feature_flags"
4753version = "0.1.0"
4754dependencies = [
4755 "futures 0.3.31",
4756 "gpui",
4757 "smol",
4758]
4759
4760[[package]]
4761name = "feedback"
4762version = "0.1.0"
4763dependencies = [
4764 "anyhow",
4765 "bitflags 2.8.0",
4766 "client",
4767 "db",
4768 "editor",
4769 "futures 0.3.31",
4770 "gpui",
4771 "http_client",
4772 "human_bytes",
4773 "language",
4774 "log",
4775 "menu",
4776 "project",
4777 "regex",
4778 "release_channel",
4779 "serde",
4780 "serde_derive",
4781 "serde_json",
4782 "smol",
4783 "sysinfo",
4784 "ui",
4785 "urlencoding",
4786 "util",
4787 "workspace",
4788 "zed_actions",
4789]
4790
4791[[package]]
4792name = "ff"
4793version = "0.12.1"
4794source = "registry+https://github.com/rust-lang/crates.io-index"
4795checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4796dependencies = [
4797 "rand_core 0.6.4",
4798 "subtle",
4799]
4800
4801[[package]]
4802name = "file_finder"
4803version = "0.1.0"
4804dependencies = [
4805 "anyhow",
4806 "collections",
4807 "ctor",
4808 "editor",
4809 "env_logger 0.11.7",
4810 "file_icons",
4811 "futures 0.3.31",
4812 "fuzzy",
4813 "gpui",
4814 "language",
4815 "menu",
4816 "picker",
4817 "project",
4818 "schemars",
4819 "serde",
4820 "serde_derive",
4821 "serde_json",
4822 "settings",
4823 "text",
4824 "theme",
4825 "ui",
4826 "util",
4827 "workspace",
4828]
4829
4830[[package]]
4831name = "file_icons"
4832version = "0.1.0"
4833dependencies = [
4834 "gpui",
4835 "serde",
4836 "settings",
4837 "theme",
4838 "util",
4839]
4840
4841[[package]]
4842name = "filedescriptor"
4843version = "0.8.3"
4844source = "registry+https://github.com/rust-lang/crates.io-index"
4845checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
4846dependencies = [
4847 "libc",
4848 "thiserror 1.0.69",
4849 "winapi",
4850]
4851
4852[[package]]
4853name = "filetime"
4854version = "0.2.25"
4855source = "registry+https://github.com/rust-lang/crates.io-index"
4856checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4857dependencies = [
4858 "cfg-if",
4859 "libc",
4860 "libredox",
4861 "windows-sys 0.59.0",
4862]
4863
4864[[package]]
4865name = "fixedbitset"
4866version = "0.4.2"
4867source = "registry+https://github.com/rust-lang/crates.io-index"
4868checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4869
4870[[package]]
4871name = "flate2"
4872version = "1.0.35"
4873source = "registry+https://github.com/rust-lang/crates.io-index"
4874checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4875dependencies = [
4876 "crc32fast",
4877 "miniz_oxide",
4878]
4879
4880[[package]]
4881name = "float-cmp"
4882version = "0.9.0"
4883source = "registry+https://github.com/rust-lang/crates.io-index"
4884checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4885
4886[[package]]
4887name = "float-ord"
4888version = "0.3.2"
4889source = "registry+https://github.com/rust-lang/crates.io-index"
4890checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4891
4892[[package]]
4893name = "float_next_after"
4894version = "1.0.0"
4895source = "registry+https://github.com/rust-lang/crates.io-index"
4896checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
4897
4898[[package]]
4899name = "flume"
4900version = "0.11.1"
4901source = "registry+https://github.com/rust-lang/crates.io-index"
4902checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4903dependencies = [
4904 "futures-core",
4905 "futures-sink",
4906 "nanorand",
4907 "spin",
4908]
4909
4910[[package]]
4911name = "fnv"
4912version = "1.0.7"
4913source = "registry+https://github.com/rust-lang/crates.io-index"
4914checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4915
4916[[package]]
4917name = "foldhash"
4918version = "0.1.3"
4919source = "registry+https://github.com/rust-lang/crates.io-index"
4920checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4921
4922[[package]]
4923name = "font-kit"
4924version = "0.14.1"
4925source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4926dependencies = [
4927 "bitflags 2.8.0",
4928 "byteorder",
4929 "core-foundation 0.9.4",
4930 "core-graphics 0.23.2",
4931 "core-text",
4932 "dirs 5.0.1",
4933 "dwrote",
4934 "float-ord",
4935 "freetype-sys",
4936 "lazy_static",
4937 "libc",
4938 "log",
4939 "pathfinder_geometry",
4940 "pathfinder_simd",
4941 "walkdir",
4942 "winapi",
4943 "yeslogic-fontconfig-sys",
4944]
4945
4946[[package]]
4947name = "font-types"
4948version = "0.7.3"
4949source = "registry+https://github.com/rust-lang/crates.io-index"
4950checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4951dependencies = [
4952 "bytemuck",
4953]
4954
4955[[package]]
4956name = "fontconfig-parser"
4957version = "0.5.7"
4958source = "registry+https://github.com/rust-lang/crates.io-index"
4959checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4960dependencies = [
4961 "roxmltree",
4962]
4963
4964[[package]]
4965name = "fontdb"
4966version = "0.18.0"
4967source = "registry+https://github.com/rust-lang/crates.io-index"
4968checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4969dependencies = [
4970 "fontconfig-parser",
4971 "log",
4972 "memmap2",
4973 "slotmap",
4974 "tinyvec",
4975 "ttf-parser 0.21.1",
4976]
4977
4978[[package]]
4979name = "fontdb"
4980version = "0.23.0"
4981source = "registry+https://github.com/rust-lang/crates.io-index"
4982checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
4983dependencies = [
4984 "fontconfig-parser",
4985 "log",
4986 "memmap2",
4987 "slotmap",
4988 "tinyvec",
4989 "ttf-parser 0.25.1",
4990]
4991
4992[[package]]
4993name = "foreign-types"
4994version = "0.3.2"
4995source = "registry+https://github.com/rust-lang/crates.io-index"
4996checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4997dependencies = [
4998 "foreign-types-shared 0.1.1",
4999]
5000
5001[[package]]
5002name = "foreign-types"
5003version = "0.5.0"
5004source = "registry+https://github.com/rust-lang/crates.io-index"
5005checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5006dependencies = [
5007 "foreign-types-macros",
5008 "foreign-types-shared 0.3.1",
5009]
5010
5011[[package]]
5012name = "foreign-types-macros"
5013version = "0.2.3"
5014source = "registry+https://github.com/rust-lang/crates.io-index"
5015checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5016dependencies = [
5017 "proc-macro2",
5018 "quote",
5019 "syn 2.0.100",
5020]
5021
5022[[package]]
5023name = "foreign-types-shared"
5024version = "0.1.1"
5025source = "registry+https://github.com/rust-lang/crates.io-index"
5026checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5027
5028[[package]]
5029name = "foreign-types-shared"
5030version = "0.3.1"
5031source = "registry+https://github.com/rust-lang/crates.io-index"
5032checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5033
5034[[package]]
5035name = "fork"
5036version = "0.2.0"
5037source = "registry+https://github.com/rust-lang/crates.io-index"
5038checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5039dependencies = [
5040 "libc",
5041]
5042
5043[[package]]
5044name = "form_urlencoded"
5045version = "1.2.1"
5046source = "registry+https://github.com/rust-lang/crates.io-index"
5047checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5048dependencies = [
5049 "percent-encoding",
5050]
5051
5052[[package]]
5053name = "freetype-sys"
5054version = "0.20.1"
5055source = "registry+https://github.com/rust-lang/crates.io-index"
5056checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5057dependencies = [
5058 "cc",
5059 "libc",
5060 "pkg-config",
5061]
5062
5063[[package]]
5064name = "fs"
5065version = "0.1.0"
5066dependencies = [
5067 "anyhow",
5068 "ashpd",
5069 "async-tar",
5070 "async-trait",
5071 "cocoa 0.26.0",
5072 "collections",
5073 "fsevent",
5074 "futures 0.3.31",
5075 "git",
5076 "git2",
5077 "gpui",
5078 "libc",
5079 "log",
5080 "notify 6.1.1",
5081 "objc",
5082 "parking_lot",
5083 "paths",
5084 "proto",
5085 "rope",
5086 "serde",
5087 "serde_json",
5088 "smol",
5089 "tempfile",
5090 "text",
5091 "time",
5092 "util",
5093 "windows 0.60.0",
5094]
5095
5096[[package]]
5097name = "fs-set-times"
5098version = "0.20.2"
5099source = "registry+https://github.com/rust-lang/crates.io-index"
5100checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
5101dependencies = [
5102 "io-lifetimes",
5103 "rustix",
5104 "windows-sys 0.59.0",
5105]
5106
5107[[package]]
5108name = "fs2"
5109version = "0.4.3"
5110source = "registry+https://github.com/rust-lang/crates.io-index"
5111checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5112dependencies = [
5113 "libc",
5114 "winapi",
5115]
5116
5117[[package]]
5118name = "fs_extra"
5119version = "1.3.0"
5120source = "registry+https://github.com/rust-lang/crates.io-index"
5121checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5122
5123[[package]]
5124name = "fsevent"
5125version = "0.1.0"
5126dependencies = [
5127 "bitflags 2.8.0",
5128 "core-foundation 0.9.4",
5129 "fsevent-sys 3.1.0",
5130 "parking_lot",
5131 "tempfile",
5132]
5133
5134[[package]]
5135name = "fsevent-sys"
5136version = "3.1.0"
5137source = "registry+https://github.com/rust-lang/crates.io-index"
5138checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5139dependencies = [
5140 "libc",
5141]
5142
5143[[package]]
5144name = "fsevent-sys"
5145version = "4.1.0"
5146source = "registry+https://github.com/rust-lang/crates.io-index"
5147checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5148dependencies = [
5149 "libc",
5150]
5151
5152[[package]]
5153name = "funty"
5154version = "2.0.0"
5155source = "registry+https://github.com/rust-lang/crates.io-index"
5156checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5157
5158[[package]]
5159name = "futf"
5160version = "0.1.5"
5161source = "registry+https://github.com/rust-lang/crates.io-index"
5162checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5163dependencies = [
5164 "mac",
5165 "new_debug_unreachable",
5166]
5167
5168[[package]]
5169name = "futures"
5170version = "0.1.31"
5171source = "registry+https://github.com/rust-lang/crates.io-index"
5172checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5173
5174[[package]]
5175name = "futures"
5176version = "0.3.31"
5177source = "registry+https://github.com/rust-lang/crates.io-index"
5178checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5179dependencies = [
5180 "futures-channel",
5181 "futures-core",
5182 "futures-executor",
5183 "futures-io",
5184 "futures-sink",
5185 "futures-task",
5186 "futures-util",
5187]
5188
5189[[package]]
5190name = "futures-batch"
5191version = "0.6.1"
5192source = "registry+https://github.com/rust-lang/crates.io-index"
5193checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5194dependencies = [
5195 "futures 0.3.31",
5196 "futures-timer",
5197 "pin-utils",
5198]
5199
5200[[package]]
5201name = "futures-channel"
5202version = "0.3.31"
5203source = "registry+https://github.com/rust-lang/crates.io-index"
5204checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5205dependencies = [
5206 "futures-core",
5207 "futures-sink",
5208]
5209
5210[[package]]
5211name = "futures-core"
5212version = "0.3.31"
5213source = "registry+https://github.com/rust-lang/crates.io-index"
5214checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5215
5216[[package]]
5217name = "futures-executor"
5218version = "0.3.31"
5219source = "registry+https://github.com/rust-lang/crates.io-index"
5220checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5221dependencies = [
5222 "futures-core",
5223 "futures-task",
5224 "futures-util",
5225]
5226
5227[[package]]
5228name = "futures-intrusive"
5229version = "0.5.0"
5230source = "registry+https://github.com/rust-lang/crates.io-index"
5231checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5232dependencies = [
5233 "futures-core",
5234 "lock_api",
5235 "parking_lot",
5236]
5237
5238[[package]]
5239name = "futures-io"
5240version = "0.3.31"
5241source = "registry+https://github.com/rust-lang/crates.io-index"
5242checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5243
5244[[package]]
5245name = "futures-lite"
5246version = "1.13.0"
5247source = "registry+https://github.com/rust-lang/crates.io-index"
5248checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5249dependencies = [
5250 "fastrand 1.9.0",
5251 "futures-core",
5252 "futures-io",
5253 "memchr",
5254 "parking",
5255 "pin-project-lite",
5256 "waker-fn",
5257]
5258
5259[[package]]
5260name = "futures-lite"
5261version = "2.6.0"
5262source = "registry+https://github.com/rust-lang/crates.io-index"
5263checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5264dependencies = [
5265 "fastrand 2.3.0",
5266 "futures-core",
5267 "futures-io",
5268 "parking",
5269 "pin-project-lite",
5270]
5271
5272[[package]]
5273name = "futures-macro"
5274version = "0.3.31"
5275source = "registry+https://github.com/rust-lang/crates.io-index"
5276checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5277dependencies = [
5278 "proc-macro2",
5279 "quote",
5280 "syn 2.0.100",
5281]
5282
5283[[package]]
5284name = "futures-sink"
5285version = "0.3.31"
5286source = "registry+https://github.com/rust-lang/crates.io-index"
5287checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5288
5289[[package]]
5290name = "futures-task"
5291version = "0.3.31"
5292source = "registry+https://github.com/rust-lang/crates.io-index"
5293checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5294
5295[[package]]
5296name = "futures-timer"
5297version = "3.0.3"
5298source = "registry+https://github.com/rust-lang/crates.io-index"
5299checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5300
5301[[package]]
5302name = "futures-util"
5303version = "0.3.31"
5304source = "registry+https://github.com/rust-lang/crates.io-index"
5305checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5306dependencies = [
5307 "futures 0.1.31",
5308 "futures-channel",
5309 "futures-core",
5310 "futures-io",
5311 "futures-macro",
5312 "futures-sink",
5313 "futures-task",
5314 "memchr",
5315 "pin-project-lite",
5316 "pin-utils",
5317 "slab",
5318 "tokio-io",
5319]
5320
5321[[package]]
5322name = "fuzzy"
5323version = "0.1.0"
5324dependencies = [
5325 "gpui",
5326 "log",
5327 "util",
5328]
5329
5330[[package]]
5331name = "fuzzy-matcher"
5332version = "0.3.7"
5333source = "registry+https://github.com/rust-lang/crates.io-index"
5334checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5335dependencies = [
5336 "thread_local",
5337]
5338
5339[[package]]
5340name = "generic-array"
5341version = "0.14.7"
5342source = "registry+https://github.com/rust-lang/crates.io-index"
5343checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5344dependencies = [
5345 "typenum",
5346 "version_check",
5347]
5348
5349[[package]]
5350name = "gethostname"
5351version = "0.4.3"
5352source = "registry+https://github.com/rust-lang/crates.io-index"
5353checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5354dependencies = [
5355 "libc",
5356 "windows-targets 0.48.5",
5357]
5358
5359[[package]]
5360name = "getrandom"
5361version = "0.1.16"
5362source = "registry+https://github.com/rust-lang/crates.io-index"
5363checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5364dependencies = [
5365 "cfg-if",
5366 "libc",
5367 "wasi 0.9.0+wasi-snapshot-preview1",
5368]
5369
5370[[package]]
5371name = "getrandom"
5372version = "0.2.15"
5373source = "registry+https://github.com/rust-lang/crates.io-index"
5374checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5375dependencies = [
5376 "cfg-if",
5377 "js-sys",
5378 "libc",
5379 "wasi 0.11.0+wasi-snapshot-preview1",
5380 "wasm-bindgen",
5381]
5382
5383[[package]]
5384name = "getrandom"
5385version = "0.3.1"
5386source = "registry+https://github.com/rust-lang/crates.io-index"
5387checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
5388dependencies = [
5389 "cfg-if",
5390 "libc",
5391 "wasi 0.13.3+wasi-0.2.2",
5392 "windows-targets 0.52.6",
5393]
5394
5395[[package]]
5396name = "gif"
5397version = "0.13.1"
5398source = "registry+https://github.com/rust-lang/crates.io-index"
5399checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5400dependencies = [
5401 "color_quant",
5402 "weezl",
5403]
5404
5405[[package]]
5406name = "gimli"
5407version = "0.31.1"
5408source = "registry+https://github.com/rust-lang/crates.io-index"
5409checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5410dependencies = [
5411 "fallible-iterator",
5412 "indexmap",
5413 "stable_deref_trait",
5414]
5415
5416[[package]]
5417name = "git"
5418version = "0.1.0"
5419dependencies = [
5420 "anyhow",
5421 "askpass",
5422 "async-trait",
5423 "collections",
5424 "derive_more",
5425 "futures 0.3.31",
5426 "git2",
5427 "gpui",
5428 "http_client",
5429 "log",
5430 "parking_lot",
5431 "pretty_assertions",
5432 "regex",
5433 "rope",
5434 "schemars",
5435 "serde",
5436 "serde_json",
5437 "smol",
5438 "sum_tree",
5439 "text",
5440 "time",
5441 "unindent",
5442 "url",
5443 "util",
5444]
5445
5446[[package]]
5447name = "git2"
5448version = "0.20.0"
5449source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
5450dependencies = [
5451 "bitflags 2.8.0",
5452 "libc",
5453 "libgit2-sys",
5454 "log",
5455 "url",
5456]
5457
5458[[package]]
5459name = "git_hosting_providers"
5460version = "0.1.0"
5461dependencies = [
5462 "anyhow",
5463 "async-trait",
5464 "futures 0.3.31",
5465 "git",
5466 "gpui",
5467 "http_client",
5468 "indoc",
5469 "pretty_assertions",
5470 "regex",
5471 "serde",
5472 "serde_json",
5473 "url",
5474 "util",
5475]
5476
5477[[package]]
5478name = "git_ui"
5479version = "0.1.0"
5480dependencies = [
5481 "anyhow",
5482 "askpass",
5483 "assistant_settings",
5484 "buffer_diff",
5485 "chrono",
5486 "collections",
5487 "command_palette_hooks",
5488 "component",
5489 "ctor",
5490 "db",
5491 "editor",
5492 "env_logger 0.11.7",
5493 "futures 0.3.31",
5494 "fuzzy",
5495 "git",
5496 "gpui",
5497 "itertools 0.14.0",
5498 "language",
5499 "language_model",
5500 "linkify",
5501 "linkme",
5502 "log",
5503 "menu",
5504 "multi_buffer",
5505 "notifications",
5506 "panel",
5507 "picker",
5508 "postage",
5509 "pretty_assertions",
5510 "project",
5511 "schemars",
5512 "serde",
5513 "serde_derive",
5514 "serde_json",
5515 "settings",
5516 "smallvec",
5517 "strum",
5518 "telemetry",
5519 "theme",
5520 "time",
5521 "time_format",
5522 "ui",
5523 "unindent",
5524 "util",
5525 "windows 0.60.0",
5526 "workspace",
5527 "zed_actions",
5528]
5529
5530[[package]]
5531name = "glob"
5532version = "0.3.1"
5533source = "registry+https://github.com/rust-lang/crates.io-index"
5534checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5535
5536[[package]]
5537name = "globset"
5538version = "0.4.16"
5539source = "registry+https://github.com/rust-lang/crates.io-index"
5540checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
5541dependencies = [
5542 "aho-corasick",
5543 "bstr",
5544 "log",
5545 "regex-automata 0.4.9",
5546 "regex-syntax 0.8.5",
5547]
5548
5549[[package]]
5550name = "gloo-timers"
5551version = "0.3.0"
5552source = "registry+https://github.com/rust-lang/crates.io-index"
5553checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5554dependencies = [
5555 "futures-channel",
5556 "futures-core",
5557 "js-sys",
5558 "wasm-bindgen",
5559]
5560
5561[[package]]
5562name = "glow"
5563version = "0.14.2"
5564source = "registry+https://github.com/rust-lang/crates.io-index"
5565checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5566dependencies = [
5567 "js-sys",
5568 "slotmap",
5569 "wasm-bindgen",
5570 "web-sys",
5571]
5572
5573[[package]]
5574name = "go_to_line"
5575version = "0.1.0"
5576dependencies = [
5577 "anyhow",
5578 "editor",
5579 "gpui",
5580 "indoc",
5581 "language",
5582 "menu",
5583 "project",
5584 "rope",
5585 "schemars",
5586 "serde",
5587 "serde_json",
5588 "settings",
5589 "text",
5590 "theme",
5591 "tree-sitter-rust",
5592 "tree-sitter-typescript",
5593 "ui",
5594 "util",
5595 "workspace",
5596]
5597
5598[[package]]
5599name = "google_ai"
5600version = "0.1.0"
5601dependencies = [
5602 "anyhow",
5603 "futures 0.3.31",
5604 "http_client",
5605 "schemars",
5606 "serde",
5607 "serde_json",
5608 "strum",
5609]
5610
5611[[package]]
5612name = "gpu-alloc"
5613version = "0.6.0"
5614source = "registry+https://github.com/rust-lang/crates.io-index"
5615checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5616dependencies = [
5617 "bitflags 2.8.0",
5618 "gpu-alloc-types",
5619]
5620
5621[[package]]
5622name = "gpu-alloc-ash"
5623version = "0.7.0"
5624source = "registry+https://github.com/rust-lang/crates.io-index"
5625checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5626dependencies = [
5627 "ash",
5628 "gpu-alloc-types",
5629 "tinyvec",
5630]
5631
5632[[package]]
5633name = "gpu-alloc-types"
5634version = "0.3.0"
5635source = "registry+https://github.com/rust-lang/crates.io-index"
5636checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5637dependencies = [
5638 "bitflags 2.8.0",
5639]
5640
5641[[package]]
5642name = "gpui"
5643version = "0.1.0"
5644dependencies = [
5645 "anyhow",
5646 "as-raw-xcb-connection",
5647 "ashpd",
5648 "async-task",
5649 "backtrace",
5650 "bindgen 0.70.1",
5651 "blade-graphics",
5652 "blade-macros",
5653 "blade-util",
5654 "block",
5655 "bytemuck",
5656 "calloop",
5657 "calloop-wayland-source",
5658 "cbindgen 0.28.0",
5659 "cocoa 0.26.0",
5660 "collections",
5661 "core-foundation 0.9.4",
5662 "core-foundation-sys",
5663 "core-graphics 0.23.2",
5664 "core-text",
5665 "cosmic-text",
5666 "ctor",
5667 "derive_more",
5668 "embed-resource",
5669 "env_logger 0.11.7",
5670 "etagere",
5671 "filedescriptor",
5672 "flume",
5673 "font-kit",
5674 "foreign-types 0.5.0",
5675 "futures 0.3.31",
5676 "gpui_macros",
5677 "http_client",
5678 "image",
5679 "inventory",
5680 "itertools 0.14.0",
5681 "log",
5682 "lyon",
5683 "media",
5684 "metal",
5685 "naga",
5686 "num_cpus",
5687 "objc",
5688 "objc2",
5689 "objc2-metal",
5690 "oo7",
5691 "open",
5692 "parking",
5693 "parking_lot",
5694 "pathfinder_geometry",
5695 "postage",
5696 "profiling",
5697 "rand 0.8.5",
5698 "raw-window-handle",
5699 "refineable",
5700 "reqwest_client",
5701 "resvg",
5702 "schemars",
5703 "seahash",
5704 "semantic_version",
5705 "serde",
5706 "serde_derive",
5707 "serde_json",
5708 "slotmap",
5709 "smallvec",
5710 "smol",
5711 "strum",
5712 "sum_tree",
5713 "taffy",
5714 "thiserror 1.0.69",
5715 "unicode-segmentation",
5716 "usvg",
5717 "util",
5718 "uuid",
5719 "waker-fn",
5720 "wayland-backend",
5721 "wayland-client",
5722 "wayland-cursor",
5723 "wayland-protocols",
5724 "wayland-protocols-plasma",
5725 "windows 0.60.0",
5726 "windows-core 0.60.1",
5727 "x11-clipboard",
5728 "x11rb",
5729 "xim",
5730 "xkbcommon",
5731]
5732
5733[[package]]
5734name = "gpui_macros"
5735version = "0.1.0"
5736dependencies = [
5737 "gpui",
5738 "proc-macro2",
5739 "quote",
5740 "syn 1.0.109",
5741]
5742
5743[[package]]
5744name = "gpui_tokio"
5745version = "0.1.0"
5746dependencies = [
5747 "gpui",
5748 "tokio",
5749 "util",
5750]
5751
5752[[package]]
5753name = "grid"
5754version = "0.13.0"
5755source = "registry+https://github.com/rust-lang/crates.io-index"
5756checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5757
5758[[package]]
5759name = "group"
5760version = "0.12.1"
5761source = "registry+https://github.com/rust-lang/crates.io-index"
5762checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5763dependencies = [
5764 "ff",
5765 "rand_core 0.6.4",
5766 "subtle",
5767]
5768
5769[[package]]
5770name = "h2"
5771version = "0.3.26"
5772source = "registry+https://github.com/rust-lang/crates.io-index"
5773checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5774dependencies = [
5775 "bytes 1.10.1",
5776 "fnv",
5777 "futures-core",
5778 "futures-sink",
5779 "futures-util",
5780 "http 0.2.12",
5781 "indexmap",
5782 "slab",
5783 "tokio",
5784 "tokio-util",
5785 "tracing",
5786]
5787
5788[[package]]
5789name = "h2"
5790version = "0.4.7"
5791source = "registry+https://github.com/rust-lang/crates.io-index"
5792checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5793dependencies = [
5794 "atomic-waker",
5795 "bytes 1.10.1",
5796 "fnv",
5797 "futures-core",
5798 "futures-sink",
5799 "http 1.2.0",
5800 "indexmap",
5801 "slab",
5802 "tokio",
5803 "tokio-util",
5804 "tracing",
5805]
5806
5807[[package]]
5808name = "half"
5809version = "2.4.1"
5810source = "registry+https://github.com/rust-lang/crates.io-index"
5811checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5812dependencies = [
5813 "cfg-if",
5814 "crunchy",
5815]
5816
5817[[package]]
5818name = "handlebars"
5819version = "4.5.0"
5820source = "registry+https://github.com/rust-lang/crates.io-index"
5821checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5822dependencies = [
5823 "log",
5824 "pest",
5825 "pest_derive",
5826 "serde",
5827 "serde_json",
5828 "thiserror 1.0.69",
5829]
5830
5831[[package]]
5832name = "handlebars"
5833version = "6.2.0"
5834source = "registry+https://github.com/rust-lang/crates.io-index"
5835checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5836dependencies = [
5837 "log",
5838 "num-order",
5839 "pest",
5840 "pest_derive",
5841 "serde",
5842 "serde_json",
5843 "thiserror 1.0.69",
5844]
5845
5846[[package]]
5847name = "hashbrown"
5848version = "0.12.3"
5849source = "registry+https://github.com/rust-lang/crates.io-index"
5850checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5851dependencies = [
5852 "ahash 0.7.8",
5853]
5854
5855[[package]]
5856name = "hashbrown"
5857version = "0.14.5"
5858source = "registry+https://github.com/rust-lang/crates.io-index"
5859checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5860dependencies = [
5861 "ahash 0.8.11",
5862 "allocator-api2",
5863]
5864
5865[[package]]
5866name = "hashbrown"
5867version = "0.15.2"
5868source = "registry+https://github.com/rust-lang/crates.io-index"
5869checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5870dependencies = [
5871 "allocator-api2",
5872 "equivalent",
5873 "foldhash",
5874 "serde",
5875]
5876
5877[[package]]
5878name = "hashlink"
5879version = "0.8.4"
5880source = "registry+https://github.com/rust-lang/crates.io-index"
5881checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5882dependencies = [
5883 "hashbrown 0.14.5",
5884]
5885
5886[[package]]
5887name = "hashlink"
5888version = "0.10.0"
5889source = "registry+https://github.com/rust-lang/crates.io-index"
5890checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
5891dependencies = [
5892 "hashbrown 0.15.2",
5893]
5894
5895[[package]]
5896name = "headers"
5897version = "0.3.9"
5898source = "registry+https://github.com/rust-lang/crates.io-index"
5899checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5900dependencies = [
5901 "base64 0.21.7",
5902 "bytes 1.10.1",
5903 "headers-core",
5904 "http 0.2.12",
5905 "httpdate",
5906 "mime",
5907 "sha1",
5908]
5909
5910[[package]]
5911name = "headers-core"
5912version = "0.2.0"
5913source = "registry+https://github.com/rust-lang/crates.io-index"
5914checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5915dependencies = [
5916 "http 0.2.12",
5917]
5918
5919[[package]]
5920name = "heck"
5921version = "0.3.3"
5922source = "registry+https://github.com/rust-lang/crates.io-index"
5923checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5924dependencies = [
5925 "unicode-segmentation",
5926]
5927
5928[[package]]
5929name = "heck"
5930version = "0.4.1"
5931source = "registry+https://github.com/rust-lang/crates.io-index"
5932checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5933dependencies = [
5934 "unicode-segmentation",
5935]
5936
5937[[package]]
5938name = "heck"
5939version = "0.5.0"
5940source = "registry+https://github.com/rust-lang/crates.io-index"
5941checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5942
5943[[package]]
5944name = "heed"
5945version = "0.21.0"
5946source = "registry+https://github.com/rust-lang/crates.io-index"
5947checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5948dependencies = [
5949 "bitflags 2.8.0",
5950 "byteorder",
5951 "heed-traits",
5952 "heed-types",
5953 "libc",
5954 "lmdb-master-sys",
5955 "once_cell",
5956 "page_size",
5957 "serde",
5958 "synchronoise",
5959 "url",
5960]
5961
5962[[package]]
5963name = "heed-traits"
5964version = "0.20.0"
5965source = "registry+https://github.com/rust-lang/crates.io-index"
5966checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5967
5968[[package]]
5969name = "heed-types"
5970version = "0.21.0"
5971source = "registry+https://github.com/rust-lang/crates.io-index"
5972checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5973dependencies = [
5974 "bincode",
5975 "byteorder",
5976 "heed-traits",
5977 "serde",
5978 "serde_json",
5979]
5980
5981[[package]]
5982name = "hermit-abi"
5983version = "0.3.9"
5984source = "registry+https://github.com/rust-lang/crates.io-index"
5985checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5986
5987[[package]]
5988name = "hermit-abi"
5989version = "0.4.0"
5990source = "registry+https://github.com/rust-lang/crates.io-index"
5991checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5992
5993[[package]]
5994name = "hex"
5995version = "0.4.3"
5996source = "registry+https://github.com/rust-lang/crates.io-index"
5997checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5998
5999[[package]]
6000name = "hexf-parse"
6001version = "0.2.1"
6002source = "registry+https://github.com/rust-lang/crates.io-index"
6003checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
6004
6005[[package]]
6006name = "hidden-trait"
6007version = "0.1.2"
6008source = "registry+https://github.com/rust-lang/crates.io-index"
6009checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
6010dependencies = [
6011 "proc-macro2",
6012 "quote",
6013 "syn 1.0.109",
6014]
6015
6016[[package]]
6017name = "hkdf"
6018version = "0.12.4"
6019source = "registry+https://github.com/rust-lang/crates.io-index"
6020checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
6021dependencies = [
6022 "hmac",
6023]
6024
6025[[package]]
6026name = "hmac"
6027version = "0.12.1"
6028source = "registry+https://github.com/rust-lang/crates.io-index"
6029checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
6030dependencies = [
6031 "digest",
6032]
6033
6034[[package]]
6035name = "home"
6036version = "0.5.9"
6037source = "registry+https://github.com/rust-lang/crates.io-index"
6038checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
6039dependencies = [
6040 "windows-sys 0.52.0",
6041]
6042
6043[[package]]
6044name = "hound"
6045version = "3.5.1"
6046source = "registry+https://github.com/rust-lang/crates.io-index"
6047checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
6048
6049[[package]]
6050name = "html5ever"
6051version = "0.27.0"
6052source = "registry+https://github.com/rust-lang/crates.io-index"
6053checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
6054dependencies = [
6055 "log",
6056 "mac",
6057 "markup5ever",
6058 "proc-macro2",
6059 "quote",
6060 "syn 2.0.100",
6061]
6062
6063[[package]]
6064name = "html_to_markdown"
6065version = "0.1.0"
6066dependencies = [
6067 "anyhow",
6068 "html5ever",
6069 "indoc",
6070 "markup5ever_rcdom",
6071 "pretty_assertions",
6072 "regex",
6073]
6074
6075[[package]]
6076name = "http"
6077version = "0.2.12"
6078source = "registry+https://github.com/rust-lang/crates.io-index"
6079checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
6080dependencies = [
6081 "bytes 1.10.1",
6082 "fnv",
6083 "itoa",
6084]
6085
6086[[package]]
6087name = "http"
6088version = "1.2.0"
6089source = "registry+https://github.com/rust-lang/crates.io-index"
6090checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
6091dependencies = [
6092 "bytes 1.10.1",
6093 "fnv",
6094 "itoa",
6095]
6096
6097[[package]]
6098name = "http-body"
6099version = "0.4.6"
6100source = "registry+https://github.com/rust-lang/crates.io-index"
6101checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
6102dependencies = [
6103 "bytes 1.10.1",
6104 "http 0.2.12",
6105 "pin-project-lite",
6106]
6107
6108[[package]]
6109name = "http-body"
6110version = "1.0.1"
6111source = "registry+https://github.com/rust-lang/crates.io-index"
6112checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
6113dependencies = [
6114 "bytes 1.10.1",
6115 "http 1.2.0",
6116]
6117
6118[[package]]
6119name = "http-body-util"
6120version = "0.1.2"
6121source = "registry+https://github.com/rust-lang/crates.io-index"
6122checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
6123dependencies = [
6124 "bytes 1.10.1",
6125 "futures-util",
6126 "http 1.2.0",
6127 "http-body 1.0.1",
6128 "pin-project-lite",
6129]
6130
6131[[package]]
6132name = "http-range-header"
6133version = "0.3.1"
6134source = "registry+https://github.com/rust-lang/crates.io-index"
6135checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
6136
6137[[package]]
6138name = "http-types"
6139version = "2.12.0"
6140source = "registry+https://github.com/rust-lang/crates.io-index"
6141checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
6142dependencies = [
6143 "anyhow",
6144 "async-channel 1.9.0",
6145 "base64 0.13.1",
6146 "futures-lite 1.13.0",
6147 "http 0.2.12",
6148 "infer",
6149 "pin-project-lite",
6150 "rand 0.7.3",
6151 "serde",
6152 "serde_json",
6153 "serde_qs 0.8.5",
6154 "serde_urlencoded",
6155 "url",
6156]
6157
6158[[package]]
6159name = "http_client"
6160version = "0.1.0"
6161dependencies = [
6162 "anyhow",
6163 "bytes 1.10.1",
6164 "derive_more",
6165 "futures 0.3.31",
6166 "http 1.2.0",
6167 "log",
6168 "rustls 0.23.23",
6169 "rustls-platform-verifier",
6170 "serde",
6171 "serde_json",
6172 "url",
6173]
6174
6175[[package]]
6176name = "httparse"
6177version = "1.9.5"
6178source = "registry+https://github.com/rust-lang/crates.io-index"
6179checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
6180
6181[[package]]
6182name = "httpdate"
6183version = "1.0.3"
6184source = "registry+https://github.com/rust-lang/crates.io-index"
6185checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
6186
6187[[package]]
6188name = "human_bytes"
6189version = "0.4.3"
6190source = "registry+https://github.com/rust-lang/crates.io-index"
6191checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
6192
6193[[package]]
6194name = "humantime"
6195version = "2.1.0"
6196source = "registry+https://github.com/rust-lang/crates.io-index"
6197checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
6198
6199[[package]]
6200name = "hyper"
6201version = "0.14.32"
6202source = "registry+https://github.com/rust-lang/crates.io-index"
6203checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
6204dependencies = [
6205 "bytes 1.10.1",
6206 "futures-channel",
6207 "futures-core",
6208 "futures-util",
6209 "h2 0.3.26",
6210 "http 0.2.12",
6211 "http-body 0.4.6",
6212 "httparse",
6213 "httpdate",
6214 "itoa",
6215 "pin-project-lite",
6216 "socket2",
6217 "tokio",
6218 "tower-service",
6219 "tracing",
6220 "want",
6221]
6222
6223[[package]]
6224name = "hyper"
6225version = "1.5.1"
6226source = "registry+https://github.com/rust-lang/crates.io-index"
6227checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
6228dependencies = [
6229 "bytes 1.10.1",
6230 "futures-channel",
6231 "futures-util",
6232 "h2 0.4.7",
6233 "http 1.2.0",
6234 "http-body 1.0.1",
6235 "httparse",
6236 "itoa",
6237 "pin-project-lite",
6238 "smallvec",
6239 "tokio",
6240 "want",
6241]
6242
6243[[package]]
6244name = "hyper-rustls"
6245version = "0.24.2"
6246source = "registry+https://github.com/rust-lang/crates.io-index"
6247checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
6248dependencies = [
6249 "futures-util",
6250 "http 0.2.12",
6251 "hyper 0.14.32",
6252 "log",
6253 "rustls 0.21.12",
6254 "rustls-native-certs 0.6.3",
6255 "tokio",
6256 "tokio-rustls 0.24.1",
6257]
6258
6259[[package]]
6260name = "hyper-rustls"
6261version = "0.27.3"
6262source = "registry+https://github.com/rust-lang/crates.io-index"
6263checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6264dependencies = [
6265 "futures-util",
6266 "http 1.2.0",
6267 "hyper 1.5.1",
6268 "hyper-util",
6269 "rustls 0.23.23",
6270 "rustls-native-certs 0.8.1",
6271 "rustls-pki-types",
6272 "tokio",
6273 "tokio-rustls 0.26.1",
6274 "tower-service",
6275]
6276
6277[[package]]
6278name = "hyper-tls"
6279version = "0.5.0"
6280source = "registry+https://github.com/rust-lang/crates.io-index"
6281checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6282dependencies = [
6283 "bytes 1.10.1",
6284 "hyper 0.14.32",
6285 "native-tls",
6286 "tokio",
6287 "tokio-native-tls",
6288]
6289
6290[[package]]
6291name = "hyper-util"
6292version = "0.1.10"
6293source = "registry+https://github.com/rust-lang/crates.io-index"
6294checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6295dependencies = [
6296 "bytes 1.10.1",
6297 "futures-channel",
6298 "futures-util",
6299 "http 1.2.0",
6300 "http-body 1.0.1",
6301 "hyper 1.5.1",
6302 "pin-project-lite",
6303 "socket2",
6304 "tokio",
6305 "tower-service",
6306 "tracing",
6307]
6308
6309[[package]]
6310name = "iana-time-zone"
6311version = "0.1.61"
6312source = "registry+https://github.com/rust-lang/crates.io-index"
6313checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6314dependencies = [
6315 "android_system_properties",
6316 "core-foundation-sys",
6317 "iana-time-zone-haiku",
6318 "js-sys",
6319 "wasm-bindgen",
6320 "windows-core 0.52.0",
6321]
6322
6323[[package]]
6324name = "iana-time-zone-haiku"
6325version = "0.1.2"
6326source = "registry+https://github.com/rust-lang/crates.io-index"
6327checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6328dependencies = [
6329 "cc",
6330]
6331
6332[[package]]
6333name = "icu_collections"
6334version = "1.5.0"
6335source = "registry+https://github.com/rust-lang/crates.io-index"
6336checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6337dependencies = [
6338 "displaydoc",
6339 "yoke",
6340 "zerofrom",
6341 "zerovec",
6342]
6343
6344[[package]]
6345name = "icu_locid"
6346version = "1.5.0"
6347source = "registry+https://github.com/rust-lang/crates.io-index"
6348checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6349dependencies = [
6350 "displaydoc",
6351 "litemap",
6352 "tinystr",
6353 "writeable",
6354 "zerovec",
6355]
6356
6357[[package]]
6358name = "icu_locid_transform"
6359version = "1.5.0"
6360source = "registry+https://github.com/rust-lang/crates.io-index"
6361checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6362dependencies = [
6363 "displaydoc",
6364 "icu_locid",
6365 "icu_locid_transform_data",
6366 "icu_provider",
6367 "tinystr",
6368 "zerovec",
6369]
6370
6371[[package]]
6372name = "icu_locid_transform_data"
6373version = "1.5.0"
6374source = "registry+https://github.com/rust-lang/crates.io-index"
6375checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6376
6377[[package]]
6378name = "icu_normalizer"
6379version = "1.5.0"
6380source = "registry+https://github.com/rust-lang/crates.io-index"
6381checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6382dependencies = [
6383 "displaydoc",
6384 "icu_collections",
6385 "icu_normalizer_data",
6386 "icu_properties",
6387 "icu_provider",
6388 "smallvec",
6389 "utf16_iter",
6390 "utf8_iter",
6391 "write16",
6392 "zerovec",
6393]
6394
6395[[package]]
6396name = "icu_normalizer_data"
6397version = "1.5.0"
6398source = "registry+https://github.com/rust-lang/crates.io-index"
6399checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6400
6401[[package]]
6402name = "icu_properties"
6403version = "1.5.1"
6404source = "registry+https://github.com/rust-lang/crates.io-index"
6405checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6406dependencies = [
6407 "displaydoc",
6408 "icu_collections",
6409 "icu_locid_transform",
6410 "icu_properties_data",
6411 "icu_provider",
6412 "tinystr",
6413 "zerovec",
6414]
6415
6416[[package]]
6417name = "icu_properties_data"
6418version = "1.5.0"
6419source = "registry+https://github.com/rust-lang/crates.io-index"
6420checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6421
6422[[package]]
6423name = "icu_provider"
6424version = "1.5.0"
6425source = "registry+https://github.com/rust-lang/crates.io-index"
6426checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6427dependencies = [
6428 "displaydoc",
6429 "icu_locid",
6430 "icu_provider_macros",
6431 "stable_deref_trait",
6432 "tinystr",
6433 "writeable",
6434 "yoke",
6435 "zerofrom",
6436 "zerovec",
6437]
6438
6439[[package]]
6440name = "icu_provider_macros"
6441version = "1.5.0"
6442source = "registry+https://github.com/rust-lang/crates.io-index"
6443checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6444dependencies = [
6445 "proc-macro2",
6446 "quote",
6447 "syn 2.0.100",
6448]
6449
6450[[package]]
6451name = "id-arena"
6452version = "2.2.1"
6453source = "registry+https://github.com/rust-lang/crates.io-index"
6454checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6455
6456[[package]]
6457name = "idna"
6458version = "1.0.3"
6459source = "registry+https://github.com/rust-lang/crates.io-index"
6460checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6461dependencies = [
6462 "idna_adapter",
6463 "smallvec",
6464 "utf8_iter",
6465]
6466
6467[[package]]
6468name = "idna_adapter"
6469version = "1.2.0"
6470source = "registry+https://github.com/rust-lang/crates.io-index"
6471checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6472dependencies = [
6473 "icu_normalizer",
6474 "icu_properties",
6475]
6476
6477[[package]]
6478name = "ignore"
6479version = "0.4.23"
6480source = "registry+https://github.com/rust-lang/crates.io-index"
6481checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6482dependencies = [
6483 "crossbeam-deque",
6484 "globset",
6485 "log",
6486 "memchr",
6487 "regex-automata 0.4.9",
6488 "same-file",
6489 "walkdir",
6490 "winapi-util",
6491]
6492
6493[[package]]
6494name = "image"
6495version = "0.25.5"
6496source = "registry+https://github.com/rust-lang/crates.io-index"
6497checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6498dependencies = [
6499 "bytemuck",
6500 "byteorder-lite",
6501 "color_quant",
6502 "exr",
6503 "gif",
6504 "image-webp",
6505 "num-traits",
6506 "png",
6507 "qoi",
6508 "ravif",
6509 "rayon",
6510 "rgb",
6511 "tiff",
6512 "zune-core",
6513 "zune-jpeg",
6514]
6515
6516[[package]]
6517name = "image-webp"
6518version = "0.2.0"
6519source = "registry+https://github.com/rust-lang/crates.io-index"
6520checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6521dependencies = [
6522 "byteorder-lite",
6523 "quick-error",
6524]
6525
6526[[package]]
6527name = "image_viewer"
6528version = "0.1.0"
6529dependencies = [
6530 "anyhow",
6531 "db",
6532 "editor",
6533 "file_icons",
6534 "gpui",
6535 "project",
6536 "schemars",
6537 "serde",
6538 "settings",
6539 "theme",
6540 "ui",
6541 "util",
6542 "workspace",
6543]
6544
6545[[package]]
6546name = "imagesize"
6547version = "0.13.0"
6548source = "registry+https://github.com/rust-lang/crates.io-index"
6549checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6550
6551[[package]]
6552name = "imara-diff"
6553version = "0.1.8"
6554source = "registry+https://github.com/rust-lang/crates.io-index"
6555checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
6556dependencies = [
6557 "hashbrown 0.15.2",
6558]
6559
6560[[package]]
6561name = "imgref"
6562version = "1.11.0"
6563source = "registry+https://github.com/rust-lang/crates.io-index"
6564checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6565
6566[[package]]
6567name = "indexed_docs"
6568version = "0.1.0"
6569dependencies = [
6570 "anyhow",
6571 "async-trait",
6572 "cargo_metadata",
6573 "collections",
6574 "derive_more",
6575 "extension",
6576 "fs",
6577 "futures 0.3.31",
6578 "fuzzy",
6579 "gpui",
6580 "heed",
6581 "html_to_markdown",
6582 "http_client",
6583 "indexmap",
6584 "indoc",
6585 "parking_lot",
6586 "paths",
6587 "pretty_assertions",
6588 "serde",
6589 "strum",
6590 "util",
6591]
6592
6593[[package]]
6594name = "indexmap"
6595version = "2.7.1"
6596source = "registry+https://github.com/rust-lang/crates.io-index"
6597checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6598dependencies = [
6599 "equivalent",
6600 "hashbrown 0.15.2",
6601 "serde",
6602]
6603
6604[[package]]
6605name = "indoc"
6606version = "2.0.6"
6607source = "registry+https://github.com/rust-lang/crates.io-index"
6608checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
6609
6610[[package]]
6611name = "infer"
6612version = "0.2.3"
6613source = "registry+https://github.com/rust-lang/crates.io-index"
6614checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6615
6616[[package]]
6617name = "inherent"
6618version = "1.0.11"
6619source = "registry+https://github.com/rust-lang/crates.io-index"
6620checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6621dependencies = [
6622 "proc-macro2",
6623 "quote",
6624 "syn 2.0.100",
6625]
6626
6627[[package]]
6628name = "inline_completion"
6629version = "0.1.0"
6630dependencies = [
6631 "gpui",
6632 "language",
6633 "project",
6634]
6635
6636[[package]]
6637name = "inline_completion_button"
6638version = "0.1.0"
6639dependencies = [
6640 "anyhow",
6641 "client",
6642 "copilot",
6643 "editor",
6644 "feature_flags",
6645 "fs",
6646 "futures 0.3.31",
6647 "gpui",
6648 "indoc",
6649 "inline_completion",
6650 "language",
6651 "lsp",
6652 "paths",
6653 "project",
6654 "regex",
6655 "serde_json",
6656 "settings",
6657 "supermaven",
6658 "telemetry",
6659 "theme",
6660 "ui",
6661 "workspace",
6662 "zed_actions",
6663 "zeta",
6664]
6665
6666[[package]]
6667name = "inotify"
6668version = "0.9.6"
6669source = "registry+https://github.com/rust-lang/crates.io-index"
6670checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6671dependencies = [
6672 "bitflags 1.3.2",
6673 "inotify-sys",
6674 "libc",
6675]
6676
6677[[package]]
6678name = "inotify"
6679version = "0.11.0"
6680source = "registry+https://github.com/rust-lang/crates.io-index"
6681checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
6682dependencies = [
6683 "bitflags 2.8.0",
6684 "inotify-sys",
6685 "libc",
6686]
6687
6688[[package]]
6689name = "inotify-sys"
6690version = "0.1.5"
6691source = "registry+https://github.com/rust-lang/crates.io-index"
6692checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6693dependencies = [
6694 "libc",
6695]
6696
6697[[package]]
6698name = "inout"
6699version = "0.1.3"
6700source = "registry+https://github.com/rust-lang/crates.io-index"
6701checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6702dependencies = [
6703 "block-padding",
6704 "generic-array",
6705]
6706
6707[[package]]
6708name = "install_cli"
6709version = "0.1.0"
6710dependencies = [
6711 "anyhow",
6712 "gpui",
6713 "smol",
6714 "util",
6715]
6716
6717[[package]]
6718name = "instant"
6719version = "0.1.13"
6720source = "registry+https://github.com/rust-lang/crates.io-index"
6721checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6722dependencies = [
6723 "cfg-if",
6724]
6725
6726[[package]]
6727name = "interpolate_name"
6728version = "0.2.4"
6729source = "registry+https://github.com/rust-lang/crates.io-index"
6730checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6731dependencies = [
6732 "proc-macro2",
6733 "quote",
6734 "syn 2.0.100",
6735]
6736
6737[[package]]
6738name = "inventory"
6739version = "0.3.20"
6740source = "registry+https://github.com/rust-lang/crates.io-index"
6741checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
6742dependencies = [
6743 "rustversion",
6744]
6745
6746[[package]]
6747name = "io-extras"
6748version = "0.18.4"
6749source = "registry+https://github.com/rust-lang/crates.io-index"
6750checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6751dependencies = [
6752 "io-lifetimes",
6753 "windows-sys 0.59.0",
6754]
6755
6756[[package]]
6757name = "io-lifetimes"
6758version = "2.0.4"
6759source = "registry+https://github.com/rust-lang/crates.io-index"
6760checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6761
6762[[package]]
6763name = "iovec"
6764version = "0.1.4"
6765source = "registry+https://github.com/rust-lang/crates.io-index"
6766checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6767dependencies = [
6768 "libc",
6769]
6770
6771[[package]]
6772name = "ipc-channel"
6773version = "0.19.0"
6774source = "registry+https://github.com/rust-lang/crates.io-index"
6775checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6776dependencies = [
6777 "bincode",
6778 "crossbeam-channel",
6779 "fnv",
6780 "lazy_static",
6781 "libc",
6782 "mio 1.0.3",
6783 "rand 0.8.5",
6784 "serde",
6785 "tempfile",
6786 "uuid",
6787 "windows 0.58.0",
6788]
6789
6790[[package]]
6791name = "ipnet"
6792version = "2.10.1"
6793source = "registry+https://github.com/rust-lang/crates.io-index"
6794checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6795
6796[[package]]
6797name = "is-docker"
6798version = "0.2.0"
6799source = "registry+https://github.com/rust-lang/crates.io-index"
6800checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6801dependencies = [
6802 "once_cell",
6803]
6804
6805[[package]]
6806name = "is-terminal"
6807version = "0.4.13"
6808source = "registry+https://github.com/rust-lang/crates.io-index"
6809checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6810dependencies = [
6811 "hermit-abi 0.4.0",
6812 "libc",
6813 "windows-sys 0.52.0",
6814]
6815
6816[[package]]
6817name = "is-wsl"
6818version = "0.4.0"
6819source = "registry+https://github.com/rust-lang/crates.io-index"
6820checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6821dependencies = [
6822 "is-docker",
6823 "once_cell",
6824]
6825
6826[[package]]
6827name = "is_terminal_polyfill"
6828version = "1.70.1"
6829source = "registry+https://github.com/rust-lang/crates.io-index"
6830checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6831
6832[[package]]
6833name = "itertools"
6834version = "0.10.5"
6835source = "registry+https://github.com/rust-lang/crates.io-index"
6836checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6837dependencies = [
6838 "either",
6839]
6840
6841[[package]]
6842name = "itertools"
6843version = "0.11.0"
6844source = "registry+https://github.com/rust-lang/crates.io-index"
6845checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6846dependencies = [
6847 "either",
6848]
6849
6850[[package]]
6851name = "itertools"
6852version = "0.12.1"
6853source = "registry+https://github.com/rust-lang/crates.io-index"
6854checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6855dependencies = [
6856 "either",
6857]
6858
6859[[package]]
6860name = "itertools"
6861version = "0.14.0"
6862source = "registry+https://github.com/rust-lang/crates.io-index"
6863checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6864dependencies = [
6865 "either",
6866]
6867
6868[[package]]
6869name = "itoa"
6870version = "1.0.14"
6871source = "registry+https://github.com/rust-lang/crates.io-index"
6872checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6873
6874[[package]]
6875name = "jiff"
6876version = "0.2.4"
6877source = "registry+https://github.com/rust-lang/crates.io-index"
6878checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
6879dependencies = [
6880 "jiff-static",
6881 "log",
6882 "portable-atomic",
6883 "portable-atomic-util",
6884 "serde",
6885]
6886
6887[[package]]
6888name = "jiff-static"
6889version = "0.2.4"
6890source = "registry+https://github.com/rust-lang/crates.io-index"
6891checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
6892dependencies = [
6893 "proc-macro2",
6894 "quote",
6895 "syn 2.0.100",
6896]
6897
6898[[package]]
6899name = "jni"
6900version = "0.21.1"
6901source = "registry+https://github.com/rust-lang/crates.io-index"
6902checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6903dependencies = [
6904 "cesu8",
6905 "cfg-if",
6906 "combine",
6907 "jni-sys",
6908 "log",
6909 "thiserror 1.0.69",
6910 "walkdir",
6911 "windows-sys 0.45.0",
6912]
6913
6914[[package]]
6915name = "jni-sys"
6916version = "0.3.0"
6917source = "registry+https://github.com/rust-lang/crates.io-index"
6918checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6919
6920[[package]]
6921name = "jobserver"
6922version = "0.1.32"
6923source = "registry+https://github.com/rust-lang/crates.io-index"
6924checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6925dependencies = [
6926 "libc",
6927]
6928
6929[[package]]
6930name = "journal"
6931version = "0.1.0"
6932dependencies = [
6933 "anyhow",
6934 "chrono",
6935 "editor",
6936 "gpui",
6937 "log",
6938 "schemars",
6939 "serde",
6940 "settings",
6941 "shellexpand 2.1.2",
6942 "workspace",
6943]
6944
6945[[package]]
6946name = "jpeg-decoder"
6947version = "0.3.1"
6948source = "registry+https://github.com/rust-lang/crates.io-index"
6949checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6950
6951[[package]]
6952name = "js-sys"
6953version = "0.3.76"
6954source = "registry+https://github.com/rust-lang/crates.io-index"
6955checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6956dependencies = [
6957 "once_cell",
6958 "wasm-bindgen",
6959]
6960
6961[[package]]
6962name = "jsonwebtoken"
6963version = "9.3.1"
6964source = "registry+https://github.com/rust-lang/crates.io-index"
6965checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
6966dependencies = [
6967 "base64 0.22.1",
6968 "js-sys",
6969 "pem",
6970 "ring",
6971 "serde",
6972 "serde_json",
6973 "simple_asn1",
6974]
6975
6976[[package]]
6977name = "jupyter-protocol"
6978version = "0.6.0"
6979source = "registry+https://github.com/rust-lang/crates.io-index"
6980checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6981dependencies = [
6982 "anyhow",
6983 "async-trait",
6984 "bytes 1.10.1",
6985 "chrono",
6986 "futures 0.3.31",
6987 "serde",
6988 "serde_json",
6989 "uuid",
6990]
6991
6992[[package]]
6993name = "jupyter-websocket-client"
6994version = "0.9.0"
6995source = "registry+https://github.com/rust-lang/crates.io-index"
6996checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6997dependencies = [
6998 "anyhow",
6999 "async-trait",
7000 "async-tungstenite",
7001 "futures 0.3.31",
7002 "jupyter-protocol",
7003 "serde",
7004 "serde_json",
7005 "url",
7006 "uuid",
7007]
7008
7009[[package]]
7010name = "khronos-egl"
7011version = "6.0.0"
7012source = "registry+https://github.com/rust-lang/crates.io-index"
7013checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
7014dependencies = [
7015 "libc",
7016 "libloading",
7017]
7018
7019[[package]]
7020name = "kqueue"
7021version = "1.0.8"
7022source = "registry+https://github.com/rust-lang/crates.io-index"
7023checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
7024dependencies = [
7025 "kqueue-sys",
7026 "libc",
7027]
7028
7029[[package]]
7030name = "kqueue-sys"
7031version = "1.0.4"
7032source = "registry+https://github.com/rust-lang/crates.io-index"
7033checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
7034dependencies = [
7035 "bitflags 1.3.2",
7036 "libc",
7037]
7038
7039[[package]]
7040name = "kurbo"
7041version = "0.11.1"
7042source = "registry+https://github.com/rust-lang/crates.io-index"
7043checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
7044dependencies = [
7045 "arrayvec",
7046 "smallvec",
7047]
7048
7049[[package]]
7050name = "kv-log-macro"
7051version = "1.0.7"
7052source = "registry+https://github.com/rust-lang/crates.io-index"
7053checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
7054dependencies = [
7055 "log",
7056]
7057
7058[[package]]
7059name = "language"
7060version = "0.1.0"
7061dependencies = [
7062 "anyhow",
7063 "async-trait",
7064 "async-watch",
7065 "clock",
7066 "collections",
7067 "ctor",
7068 "ec4rs",
7069 "env_logger 0.11.7",
7070 "fs",
7071 "futures 0.3.31",
7072 "fuzzy",
7073 "globset",
7074 "gpui",
7075 "http_client",
7076 "imara-diff",
7077 "indoc",
7078 "itertools 0.14.0",
7079 "log",
7080 "lsp",
7081 "parking_lot",
7082 "postage",
7083 "pretty_assertions",
7084 "rand 0.8.5",
7085 "regex",
7086 "rpc",
7087 "schemars",
7088 "serde",
7089 "serde_json",
7090 "settings",
7091 "smallvec",
7092 "smol",
7093 "streaming-iterator",
7094 "strsim",
7095 "sum_tree",
7096 "task",
7097 "text",
7098 "theme",
7099 "tree-sitter",
7100 "tree-sitter-elixir",
7101 "tree-sitter-embedded-template",
7102 "tree-sitter-heex",
7103 "tree-sitter-html",
7104 "tree-sitter-json",
7105 "tree-sitter-md",
7106 "tree-sitter-ruby",
7107 "tree-sitter-rust",
7108 "tree-sitter-typescript",
7109 "unicase",
7110 "unindent",
7111 "util",
7112]
7113
7114[[package]]
7115name = "language_extension"
7116version = "0.1.0"
7117dependencies = [
7118 "anyhow",
7119 "async-trait",
7120 "collections",
7121 "extension",
7122 "fs",
7123 "futures 0.3.31",
7124 "gpui",
7125 "language",
7126 "lsp",
7127 "serde",
7128 "serde_json",
7129 "util",
7130]
7131
7132[[package]]
7133name = "language_model"
7134version = "0.1.0"
7135dependencies = [
7136 "anthropic",
7137 "anyhow",
7138 "base64 0.22.1",
7139 "client",
7140 "collections",
7141 "futures 0.3.31",
7142 "google_ai",
7143 "gpui",
7144 "http_client",
7145 "image",
7146 "log",
7147 "open_ai",
7148 "parking_lot",
7149 "proto",
7150 "schemars",
7151 "serde",
7152 "serde_json",
7153 "smol",
7154 "strum",
7155 "telemetry_events",
7156 "thiserror 1.0.69",
7157 "ui",
7158 "util",
7159]
7160
7161[[package]]
7162name = "language_model_selector"
7163version = "0.1.0"
7164dependencies = [
7165 "feature_flags",
7166 "gpui",
7167 "language_model",
7168 "log",
7169 "picker",
7170 "proto",
7171 "ui",
7172 "workspace",
7173 "zed_actions",
7174]
7175
7176[[package]]
7177name = "language_models"
7178version = "0.1.0"
7179dependencies = [
7180 "anthropic",
7181 "anyhow",
7182 "aws-config",
7183 "aws-credential-types",
7184 "aws_http_client",
7185 "bedrock",
7186 "client",
7187 "collections",
7188 "copilot",
7189 "credentials_provider",
7190 "deepseek",
7191 "editor",
7192 "feature_flags",
7193 "fs",
7194 "futures 0.3.31",
7195 "google_ai",
7196 "gpui",
7197 "gpui_tokio",
7198 "http_client",
7199 "language_model",
7200 "lmstudio",
7201 "log",
7202 "menu",
7203 "mistral",
7204 "ollama",
7205 "open_ai",
7206 "project",
7207 "proto",
7208 "schemars",
7209 "serde",
7210 "serde_json",
7211 "settings",
7212 "smol",
7213 "strum",
7214 "theme",
7215 "tiktoken-rs",
7216 "tokio",
7217 "ui",
7218 "util",
7219]
7220
7221[[package]]
7222name = "language_selector"
7223version = "0.1.0"
7224dependencies = [
7225 "anyhow",
7226 "editor",
7227 "file_finder",
7228 "file_icons",
7229 "fuzzy",
7230 "gpui",
7231 "language",
7232 "picker",
7233 "project",
7234 "settings",
7235 "ui",
7236 "util",
7237 "workspace",
7238]
7239
7240[[package]]
7241name = "language_tools"
7242version = "0.1.0"
7243dependencies = [
7244 "anyhow",
7245 "client",
7246 "collections",
7247 "copilot",
7248 "editor",
7249 "env_logger 0.11.7",
7250 "futures 0.3.31",
7251 "gpui",
7252 "itertools 0.14.0",
7253 "language",
7254 "lsp",
7255 "project",
7256 "release_channel",
7257 "serde_json",
7258 "settings",
7259 "theme",
7260 "tree-sitter",
7261 "ui",
7262 "util",
7263 "workspace",
7264 "zed_actions",
7265]
7266
7267[[package]]
7268name = "languages"
7269version = "0.1.0"
7270dependencies = [
7271 "anyhow",
7272 "async-compression",
7273 "async-tar",
7274 "async-trait",
7275 "collections",
7276 "futures 0.3.31",
7277 "gpui",
7278 "http_client",
7279 "language",
7280 "log",
7281 "lsp",
7282 "node_runtime",
7283 "paths",
7284 "pet",
7285 "pet-conda",
7286 "pet-core",
7287 "pet-fs",
7288 "pet-poetry",
7289 "pet-reporter",
7290 "pretty_assertions",
7291 "project",
7292 "regex",
7293 "rope",
7294 "rust-embed",
7295 "serde",
7296 "serde_json",
7297 "settings",
7298 "smol",
7299 "snippet_provider",
7300 "task",
7301 "text",
7302 "theme",
7303 "toml 0.8.20",
7304 "tree-sitter",
7305 "tree-sitter-bash",
7306 "tree-sitter-c",
7307 "tree-sitter-cpp",
7308 "tree-sitter-css",
7309 "tree-sitter-diff",
7310 "tree-sitter-gitcommit",
7311 "tree-sitter-go",
7312 "tree-sitter-gomod",
7313 "tree-sitter-gowork",
7314 "tree-sitter-jsdoc",
7315 "tree-sitter-json",
7316 "tree-sitter-md",
7317 "tree-sitter-python",
7318 "tree-sitter-regex",
7319 "tree-sitter-rust",
7320 "tree-sitter-typescript",
7321 "tree-sitter-yaml",
7322 "unindent",
7323 "util",
7324 "workspace",
7325]
7326
7327[[package]]
7328name = "lazy_static"
7329version = "1.5.0"
7330source = "registry+https://github.com/rust-lang/crates.io-index"
7331checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7332dependencies = [
7333 "spin",
7334]
7335
7336[[package]]
7337name = "lazycell"
7338version = "1.3.0"
7339source = "registry+https://github.com/rust-lang/crates.io-index"
7340checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
7341
7342[[package]]
7343name = "leb128"
7344version = "0.2.5"
7345source = "registry+https://github.com/rust-lang/crates.io-index"
7346checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7347
7348[[package]]
7349name = "lebe"
7350version = "0.5.2"
7351source = "registry+https://github.com/rust-lang/crates.io-index"
7352checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7353
7354[[package]]
7355name = "libc"
7356version = "0.2.171"
7357source = "registry+https://github.com/rust-lang/crates.io-index"
7358checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
7359
7360[[package]]
7361name = "libdbus-sys"
7362version = "0.2.5"
7363source = "registry+https://github.com/rust-lang/crates.io-index"
7364checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7365dependencies = [
7366 "cc",
7367 "pkg-config",
7368]
7369
7370[[package]]
7371name = "libfuzzer-sys"
7372version = "0.4.8"
7373source = "registry+https://github.com/rust-lang/crates.io-index"
7374checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7375dependencies = [
7376 "arbitrary",
7377 "cc",
7378]
7379
7380[[package]]
7381name = "libgit2-sys"
7382version = "0.18.0+1.9.0"
7383source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
7384dependencies = [
7385 "cc",
7386 "libc",
7387 "libz-sys",
7388 "pkg-config",
7389]
7390
7391[[package]]
7392name = "libloading"
7393version = "0.8.6"
7394source = "registry+https://github.com/rust-lang/crates.io-index"
7395checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7396dependencies = [
7397 "cfg-if",
7398 "windows-targets 0.52.6",
7399]
7400
7401[[package]]
7402name = "libm"
7403version = "0.2.11"
7404source = "registry+https://github.com/rust-lang/crates.io-index"
7405checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7406
7407[[package]]
7408name = "libmimalloc-sys"
7409version = "0.1.39"
7410source = "registry+https://github.com/rust-lang/crates.io-index"
7411checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7412dependencies = [
7413 "cc",
7414 "libc",
7415]
7416
7417[[package]]
7418name = "libredox"
7419version = "0.1.3"
7420source = "registry+https://github.com/rust-lang/crates.io-index"
7421checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7422dependencies = [
7423 "bitflags 2.8.0",
7424 "libc",
7425 "redox_syscall 0.5.8",
7426]
7427
7428[[package]]
7429name = "libsqlite3-sys"
7430version = "0.30.1"
7431source = "registry+https://github.com/rust-lang/crates.io-index"
7432checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7433dependencies = [
7434 "cc",
7435 "pkg-config",
7436 "vcpkg",
7437]
7438
7439[[package]]
7440name = "libwebrtc"
7441version = "0.3.7"
7442source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7443dependencies = [
7444 "cxx",
7445 "jni",
7446 "js-sys",
7447 "lazy_static",
7448 "livekit-protocol",
7449 "livekit-runtime",
7450 "log",
7451 "parking_lot",
7452 "serde",
7453 "serde_json",
7454 "thiserror 1.0.69",
7455 "tokio",
7456 "wasm-bindgen",
7457 "wasm-bindgen-futures",
7458 "web-sys",
7459 "webrtc-sys",
7460]
7461
7462[[package]]
7463name = "libz-sys"
7464version = "1.1.20"
7465source = "registry+https://github.com/rust-lang/crates.io-index"
7466checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7467dependencies = [
7468 "cc",
7469 "libc",
7470 "pkg-config",
7471 "vcpkg",
7472]
7473
7474[[package]]
7475name = "link-cplusplus"
7476version = "1.0.9"
7477source = "registry+https://github.com/rust-lang/crates.io-index"
7478checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7479dependencies = [
7480 "cc",
7481]
7482
7483[[package]]
7484name = "linkify"
7485version = "0.10.0"
7486source = "registry+https://github.com/rust-lang/crates.io-index"
7487checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7488dependencies = [
7489 "memchr",
7490]
7491
7492[[package]]
7493name = "linkme"
7494version = "0.3.32"
7495source = "registry+https://github.com/rust-lang/crates.io-index"
7496checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
7497dependencies = [
7498 "linkme-impl",
7499]
7500
7501[[package]]
7502name = "linkme-impl"
7503version = "0.3.32"
7504source = "registry+https://github.com/rust-lang/crates.io-index"
7505checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
7506dependencies = [
7507 "proc-macro2",
7508 "quote",
7509 "syn 2.0.100",
7510]
7511
7512[[package]]
7513name = "linux-raw-sys"
7514version = "0.4.14"
7515source = "registry+https://github.com/rust-lang/crates.io-index"
7516checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7517
7518[[package]]
7519name = "litemap"
7520version = "0.7.4"
7521source = "registry+https://github.com/rust-lang/crates.io-index"
7522checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7523
7524[[package]]
7525name = "livekit"
7526version = "0.7.0"
7527source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7528dependencies = [
7529 "chrono",
7530 "futures-util",
7531 "lazy_static",
7532 "libwebrtc",
7533 "livekit-api",
7534 "livekit-protocol",
7535 "livekit-runtime",
7536 "log",
7537 "parking_lot",
7538 "prost 0.12.6",
7539 "semver",
7540 "serde",
7541 "serde_json",
7542 "thiserror 1.0.69",
7543 "tokio",
7544]
7545
7546[[package]]
7547name = "livekit-api"
7548version = "0.4.1"
7549source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7550dependencies = [
7551 "async-tungstenite",
7552 "futures-util",
7553 "http 0.2.12",
7554 "jsonwebtoken",
7555 "livekit-protocol",
7556 "livekit-runtime",
7557 "log",
7558 "parking_lot",
7559 "prost 0.12.6",
7560 "reqwest 0.11.27",
7561 "scopeguard",
7562 "serde",
7563 "serde_json",
7564 "sha2",
7565 "thiserror 1.0.69",
7566 "tokio",
7567 "tokio-tungstenite 0.20.1",
7568 "url",
7569]
7570
7571[[package]]
7572name = "livekit-protocol"
7573version = "0.3.6"
7574source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7575dependencies = [
7576 "futures-util",
7577 "livekit-runtime",
7578 "parking_lot",
7579 "pbjson",
7580 "pbjson-types",
7581 "prost 0.12.6",
7582 "prost-types 0.12.6",
7583 "serde",
7584 "thiserror 1.0.69",
7585 "tokio",
7586]
7587
7588[[package]]
7589name = "livekit-runtime"
7590version = "0.3.1"
7591source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7592dependencies = [
7593 "async-io",
7594 "async-std",
7595 "async-task",
7596 "futures 0.3.31",
7597]
7598
7599[[package]]
7600name = "livekit_api"
7601version = "0.1.0"
7602dependencies = [
7603 "anyhow",
7604 "async-trait",
7605 "jsonwebtoken",
7606 "log",
7607 "prost 0.9.0",
7608 "prost-build 0.9.0",
7609 "prost-types 0.9.0",
7610 "reqwest 0.12.8",
7611 "serde",
7612]
7613
7614[[package]]
7615name = "livekit_client"
7616version = "0.1.0"
7617dependencies = [
7618 "anyhow",
7619 "async-trait",
7620 "collections",
7621 "core-foundation 0.9.4",
7622 "coreaudio-rs 0.12.1",
7623 "cpal",
7624 "futures 0.3.31",
7625 "gpui",
7626 "http 0.2.12",
7627 "http_client",
7628 "image",
7629 "livekit",
7630 "livekit_api",
7631 "log",
7632 "media",
7633 "nanoid",
7634 "parking_lot",
7635 "postage",
7636 "serde",
7637 "serde_json",
7638 "sha2",
7639 "simplelog",
7640 "smallvec",
7641 "util",
7642]
7643
7644[[package]]
7645name = "livekit_client_macos"
7646version = "0.1.0"
7647dependencies = [
7648 "anyhow",
7649 "async-broadcast",
7650 "async-trait",
7651 "collections",
7652 "core-foundation 0.9.4",
7653 "futures 0.3.31",
7654 "gpui",
7655 "livekit_api",
7656 "log",
7657 "media",
7658 "nanoid",
7659 "parking_lot",
7660 "postage",
7661 "serde",
7662 "serde_json",
7663 "sha2",
7664 "simplelog",
7665]
7666
7667[[package]]
7668name = "lmdb-master-sys"
7669version = "0.2.4"
7670source = "registry+https://github.com/rust-lang/crates.io-index"
7671checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7672dependencies = [
7673 "cc",
7674 "doxygen-rs",
7675 "libc",
7676]
7677
7678[[package]]
7679name = "lmstudio"
7680version = "0.1.0"
7681dependencies = [
7682 "anyhow",
7683 "futures 0.3.31",
7684 "http_client",
7685 "schemars",
7686 "serde",
7687 "serde_json",
7688]
7689
7690[[package]]
7691name = "lock_api"
7692version = "0.4.12"
7693source = "registry+https://github.com/rust-lang/crates.io-index"
7694checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7695dependencies = [
7696 "autocfg",
7697 "scopeguard",
7698]
7699
7700[[package]]
7701name = "log"
7702version = "0.4.26"
7703source = "registry+https://github.com/rust-lang/crates.io-index"
7704checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
7705dependencies = [
7706 "serde",
7707 "value-bag",
7708]
7709
7710[[package]]
7711name = "loop9"
7712version = "0.1.5"
7713source = "registry+https://github.com/rust-lang/crates.io-index"
7714checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7715dependencies = [
7716 "imgref",
7717]
7718
7719[[package]]
7720name = "lru"
7721version = "0.12.5"
7722source = "registry+https://github.com/rust-lang/crates.io-index"
7723checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7724dependencies = [
7725 "hashbrown 0.15.2",
7726]
7727
7728[[package]]
7729name = "lsp"
7730version = "0.1.0"
7731dependencies = [
7732 "anyhow",
7733 "async-pipe",
7734 "collections",
7735 "ctor",
7736 "env_logger 0.11.7",
7737 "futures 0.3.31",
7738 "gpui",
7739 "log",
7740 "lsp-types",
7741 "parking_lot",
7742 "postage",
7743 "release_channel",
7744 "schemars",
7745 "serde",
7746 "serde_json",
7747 "smol",
7748 "util",
7749]
7750
7751[[package]]
7752name = "lsp-types"
7753version = "0.95.1"
7754source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
7755dependencies = [
7756 "bitflags 1.3.2",
7757 "serde",
7758 "serde_json",
7759 "serde_repr",
7760 "url",
7761]
7762
7763[[package]]
7764name = "lua-src"
7765version = "547.0.0"
7766source = "registry+https://github.com/rust-lang/crates.io-index"
7767checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
7768dependencies = [
7769 "cc",
7770]
7771
7772[[package]]
7773name = "luajit-src"
7774version = "210.5.12+a4f56a4"
7775source = "registry+https://github.com/rust-lang/crates.io-index"
7776checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
7777dependencies = [
7778 "cc",
7779 "which 7.0.2",
7780]
7781
7782[[package]]
7783name = "lyon"
7784version = "1.0.1"
7785source = "registry+https://github.com/rust-lang/crates.io-index"
7786checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
7787dependencies = [
7788 "lyon_algorithms",
7789 "lyon_extra",
7790 "lyon_tessellation",
7791]
7792
7793[[package]]
7794name = "lyon_algorithms"
7795version = "1.0.5"
7796source = "registry+https://github.com/rust-lang/crates.io-index"
7797checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
7798dependencies = [
7799 "lyon_path",
7800 "num-traits",
7801]
7802
7803[[package]]
7804name = "lyon_extra"
7805version = "1.0.3"
7806source = "registry+https://github.com/rust-lang/crates.io-index"
7807checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
7808dependencies = [
7809 "lyon_path",
7810 "thiserror 1.0.69",
7811]
7812
7813[[package]]
7814name = "lyon_geom"
7815version = "1.0.6"
7816source = "registry+https://github.com/rust-lang/crates.io-index"
7817checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
7818dependencies = [
7819 "arrayvec",
7820 "euclid",
7821 "num-traits",
7822]
7823
7824[[package]]
7825name = "lyon_path"
7826version = "1.0.6"
7827source = "registry+https://github.com/rust-lang/crates.io-index"
7828checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
7829dependencies = [
7830 "lyon_geom",
7831 "num-traits",
7832]
7833
7834[[package]]
7835name = "lyon_tessellation"
7836version = "1.0.15"
7837source = "registry+https://github.com/rust-lang/crates.io-index"
7838checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
7839dependencies = [
7840 "float_next_after",
7841 "lyon_path",
7842 "num-traits",
7843]
7844
7845[[package]]
7846name = "mac"
7847version = "0.1.1"
7848source = "registry+https://github.com/rust-lang/crates.io-index"
7849checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7850
7851[[package]]
7852name = "mach2"
7853version = "0.4.2"
7854source = "registry+https://github.com/rust-lang/crates.io-index"
7855checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7856dependencies = [
7857 "libc",
7858]
7859
7860[[package]]
7861name = "malloc_buf"
7862version = "0.0.6"
7863source = "registry+https://github.com/rust-lang/crates.io-index"
7864checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7865dependencies = [
7866 "libc",
7867]
7868
7869[[package]]
7870name = "maplit"
7871version = "1.0.2"
7872source = "registry+https://github.com/rust-lang/crates.io-index"
7873checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7874
7875[[package]]
7876name = "markdown"
7877version = "0.1.0"
7878dependencies = [
7879 "anyhow",
7880 "assets",
7881 "env_logger 0.11.7",
7882 "gpui",
7883 "language",
7884 "languages",
7885 "linkify",
7886 "log",
7887 "node_runtime",
7888 "pulldown-cmark 0.12.2",
7889 "settings",
7890 "theme",
7891 "ui",
7892 "util",
7893]
7894
7895[[package]]
7896name = "markdown_preview"
7897version = "0.1.0"
7898dependencies = [
7899 "anyhow",
7900 "async-recursion 1.1.1",
7901 "collections",
7902 "editor",
7903 "gpui",
7904 "language",
7905 "linkify",
7906 "log",
7907 "pretty_assertions",
7908 "pulldown-cmark 0.12.2",
7909 "settings",
7910 "theme",
7911 "ui",
7912 "util",
7913 "workspace",
7914]
7915
7916[[package]]
7917name = "markup5ever"
7918version = "0.12.1"
7919source = "registry+https://github.com/rust-lang/crates.io-index"
7920checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7921dependencies = [
7922 "log",
7923 "phf",
7924 "phf_codegen",
7925 "string_cache",
7926 "string_cache_codegen",
7927 "tendril",
7928]
7929
7930[[package]]
7931name = "markup5ever_rcdom"
7932version = "0.3.0"
7933source = "registry+https://github.com/rust-lang/crates.io-index"
7934checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7935dependencies = [
7936 "html5ever",
7937 "markup5ever",
7938 "tendril",
7939 "xml5ever",
7940]
7941
7942[[package]]
7943name = "matchers"
7944version = "0.1.0"
7945source = "registry+https://github.com/rust-lang/crates.io-index"
7946checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7947dependencies = [
7948 "regex-automata 0.1.10",
7949]
7950
7951[[package]]
7952name = "matchit"
7953version = "0.7.3"
7954source = "registry+https://github.com/rust-lang/crates.io-index"
7955checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7956
7957[[package]]
7958name = "maybe-owned"
7959version = "0.3.4"
7960source = "registry+https://github.com/rust-lang/crates.io-index"
7961checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7962
7963[[package]]
7964name = "maybe-rayon"
7965version = "0.1.1"
7966source = "registry+https://github.com/rust-lang/crates.io-index"
7967checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7968dependencies = [
7969 "cfg-if",
7970 "rayon",
7971]
7972
7973[[package]]
7974name = "md-5"
7975version = "0.10.6"
7976source = "registry+https://github.com/rust-lang/crates.io-index"
7977checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7978dependencies = [
7979 "cfg-if",
7980 "digest",
7981]
7982
7983[[package]]
7984name = "mdbook"
7985version = "0.4.47"
7986source = "registry+https://github.com/rust-lang/crates.io-index"
7987checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
7988dependencies = [
7989 "ammonia",
7990 "anyhow",
7991 "chrono",
7992 "clap",
7993 "clap_complete",
7994 "elasticlunr-rs",
7995 "env_logger 0.11.7",
7996 "futures-util",
7997 "handlebars 6.2.0",
7998 "hex",
7999 "ignore",
8000 "log",
8001 "memchr",
8002 "notify 8.0.0",
8003 "notify-debouncer-mini",
8004 "once_cell",
8005 "opener",
8006 "pathdiff",
8007 "pulldown-cmark 0.10.3",
8008 "regex",
8009 "serde",
8010 "serde_json",
8011 "sha2",
8012 "shlex",
8013 "tempfile",
8014 "tokio",
8015 "toml 0.5.11",
8016 "topological-sort",
8017 "walkdir",
8018 "warp",
8019]
8020
8021[[package]]
8022name = "media"
8023version = "0.1.0"
8024dependencies = [
8025 "anyhow",
8026 "bindgen 0.70.1",
8027 "core-foundation 0.9.4",
8028 "ctor",
8029 "foreign-types 0.5.0",
8030 "metal",
8031 "objc",
8032]
8033
8034[[package]]
8035name = "memchr"
8036version = "2.7.4"
8037source = "registry+https://github.com/rust-lang/crates.io-index"
8038checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
8039
8040[[package]]
8041name = "memfd"
8042version = "0.6.4"
8043source = "registry+https://github.com/rust-lang/crates.io-index"
8044checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
8045dependencies = [
8046 "rustix",
8047]
8048
8049[[package]]
8050name = "memmap2"
8051version = "0.9.5"
8052source = "registry+https://github.com/rust-lang/crates.io-index"
8053checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
8054dependencies = [
8055 "libc",
8056]
8057
8058[[package]]
8059name = "memoffset"
8060version = "0.9.1"
8061source = "registry+https://github.com/rust-lang/crates.io-index"
8062checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
8063dependencies = [
8064 "autocfg",
8065]
8066
8067[[package]]
8068name = "menu"
8069version = "0.1.0"
8070dependencies = [
8071 "gpui",
8072 "serde",
8073]
8074
8075[[package]]
8076name = "metal"
8077version = "0.31.0"
8078source = "registry+https://github.com/rust-lang/crates.io-index"
8079checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
8080dependencies = [
8081 "bitflags 2.8.0",
8082 "block",
8083 "core-graphics-types 0.1.3",
8084 "foreign-types 0.5.0",
8085 "log",
8086 "objc",
8087 "paste",
8088]
8089
8090[[package]]
8091name = "migrator"
8092version = "0.1.0"
8093dependencies = [
8094 "anyhow",
8095 "collections",
8096 "convert_case 0.8.0",
8097 "log",
8098 "pretty_assertions",
8099 "streaming-iterator",
8100 "tree-sitter",
8101 "tree-sitter-json",
8102]
8103
8104[[package]]
8105name = "mimalloc"
8106version = "0.1.43"
8107source = "registry+https://github.com/rust-lang/crates.io-index"
8108checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
8109dependencies = [
8110 "libmimalloc-sys",
8111]
8112
8113[[package]]
8114name = "mime"
8115version = "0.3.17"
8116source = "registry+https://github.com/rust-lang/crates.io-index"
8117checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
8118
8119[[package]]
8120name = "mime_guess"
8121version = "2.0.5"
8122source = "registry+https://github.com/rust-lang/crates.io-index"
8123checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
8124dependencies = [
8125 "mime",
8126 "unicase",
8127]
8128
8129[[package]]
8130name = "minimal-lexical"
8131version = "0.2.1"
8132source = "registry+https://github.com/rust-lang/crates.io-index"
8133checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
8134
8135[[package]]
8136name = "miniz_oxide"
8137version = "0.8.0"
8138source = "registry+https://github.com/rust-lang/crates.io-index"
8139checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
8140dependencies = [
8141 "adler2",
8142 "simd-adler32",
8143]
8144
8145[[package]]
8146name = "mint"
8147version = "0.5.9"
8148source = "registry+https://github.com/rust-lang/crates.io-index"
8149checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
8150
8151[[package]]
8152name = "mio"
8153version = "0.8.11"
8154source = "registry+https://github.com/rust-lang/crates.io-index"
8155checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
8156dependencies = [
8157 "libc",
8158 "log",
8159 "wasi 0.11.0+wasi-snapshot-preview1",
8160 "windows-sys 0.48.0",
8161]
8162
8163[[package]]
8164name = "mio"
8165version = "1.0.3"
8166source = "registry+https://github.com/rust-lang/crates.io-index"
8167checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
8168dependencies = [
8169 "libc",
8170 "log",
8171 "wasi 0.11.0+wasi-snapshot-preview1",
8172 "windows-sys 0.52.0",
8173]
8174
8175[[package]]
8176name = "miow"
8177version = "0.6.0"
8178source = "registry+https://github.com/rust-lang/crates.io-index"
8179checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
8180dependencies = [
8181 "windows-sys 0.48.0",
8182]
8183
8184[[package]]
8185name = "mistral"
8186version = "0.1.0"
8187dependencies = [
8188 "anyhow",
8189 "futures 0.3.31",
8190 "http_client",
8191 "schemars",
8192 "serde",
8193 "serde_json",
8194 "strum",
8195]
8196
8197[[package]]
8198name = "mlua"
8199version = "0.10.3"
8200source = "registry+https://github.com/rust-lang/crates.io-index"
8201checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
8202dependencies = [
8203 "bstr",
8204 "either",
8205 "futures-util",
8206 "mlua-sys",
8207 "num-traits",
8208 "parking_lot",
8209 "rustc-hash 2.1.1",
8210]
8211
8212[[package]]
8213name = "mlua-sys"
8214version = "0.6.7"
8215source = "registry+https://github.com/rust-lang/crates.io-index"
8216checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
8217dependencies = [
8218 "cc",
8219 "cfg-if",
8220 "lua-src",
8221 "luajit-src",
8222 "pkg-config",
8223]
8224
8225[[package]]
8226name = "msvc_spectre_libs"
8227version = "0.1.2"
8228source = "registry+https://github.com/rust-lang/crates.io-index"
8229checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
8230dependencies = [
8231 "cc",
8232]
8233
8234[[package]]
8235name = "multi_buffer"
8236version = "0.1.0"
8237dependencies = [
8238 "anyhow",
8239 "buffer_diff",
8240 "clock",
8241 "collections",
8242 "ctor",
8243 "env_logger 0.11.7",
8244 "futures 0.3.31",
8245 "gpui",
8246 "indoc",
8247 "itertools 0.14.0",
8248 "language",
8249 "log",
8250 "parking_lot",
8251 "pretty_assertions",
8252 "project",
8253 "rand 0.8.5",
8254 "rope",
8255 "serde",
8256 "settings",
8257 "smallvec",
8258 "smol",
8259 "sum_tree",
8260 "text",
8261 "theme",
8262 "tree-sitter",
8263 "util",
8264]
8265
8266[[package]]
8267name = "multimap"
8268version = "0.8.3"
8269source = "registry+https://github.com/rust-lang/crates.io-index"
8270checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
8271
8272[[package]]
8273name = "multimap"
8274version = "0.10.0"
8275source = "registry+https://github.com/rust-lang/crates.io-index"
8276checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
8277
8278[[package]]
8279name = "naga"
8280version = "23.1.0"
8281source = "registry+https://github.com/rust-lang/crates.io-index"
8282checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
8283dependencies = [
8284 "arrayvec",
8285 "bit-set 0.8.0",
8286 "bitflags 2.8.0",
8287 "cfg_aliases 0.1.1",
8288 "codespan-reporting",
8289 "hexf-parse",
8290 "indexmap",
8291 "log",
8292 "rustc-hash 1.1.0",
8293 "spirv",
8294 "termcolor",
8295 "thiserror 1.0.69",
8296 "unicode-xid",
8297]
8298
8299[[package]]
8300name = "nanoid"
8301version = "0.4.0"
8302source = "registry+https://github.com/rust-lang/crates.io-index"
8303checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
8304dependencies = [
8305 "rand 0.8.5",
8306]
8307
8308[[package]]
8309name = "nanorand"
8310version = "0.7.0"
8311source = "registry+https://github.com/rust-lang/crates.io-index"
8312checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
8313dependencies = [
8314 "getrandom 0.2.15",
8315]
8316
8317[[package]]
8318name = "native-tls"
8319version = "0.2.12"
8320source = "registry+https://github.com/rust-lang/crates.io-index"
8321checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
8322dependencies = [
8323 "libc",
8324 "log",
8325 "openssl",
8326 "openssl-probe",
8327 "openssl-sys",
8328 "schannel",
8329 "security-framework 2.11.1",
8330 "security-framework-sys",
8331 "tempfile",
8332]
8333
8334[[package]]
8335name = "nbformat"
8336version = "0.10.0"
8337source = "registry+https://github.com/rust-lang/crates.io-index"
8338checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
8339dependencies = [
8340 "anyhow",
8341 "chrono",
8342 "jupyter-protocol",
8343 "serde",
8344 "serde_json",
8345 "thiserror 1.0.69",
8346 "uuid",
8347]
8348
8349[[package]]
8350name = "ndk"
8351version = "0.8.0"
8352source = "registry+https://github.com/rust-lang/crates.io-index"
8353checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
8354dependencies = [
8355 "bitflags 2.8.0",
8356 "jni-sys",
8357 "log",
8358 "ndk-sys",
8359 "num_enum",
8360 "thiserror 1.0.69",
8361]
8362
8363[[package]]
8364name = "ndk-context"
8365version = "0.1.1"
8366source = "registry+https://github.com/rust-lang/crates.io-index"
8367checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
8368
8369[[package]]
8370name = "ndk-sys"
8371version = "0.5.0+25.2.9519653"
8372source = "registry+https://github.com/rust-lang/crates.io-index"
8373checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
8374dependencies = [
8375 "jni-sys",
8376]
8377
8378[[package]]
8379name = "new_debug_unreachable"
8380version = "1.0.6"
8381source = "registry+https://github.com/rust-lang/crates.io-index"
8382checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
8383
8384[[package]]
8385name = "nix"
8386version = "0.29.0"
8387source = "registry+https://github.com/rust-lang/crates.io-index"
8388checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
8389dependencies = [
8390 "bitflags 2.8.0",
8391 "cfg-if",
8392 "cfg_aliases 0.2.1",
8393 "libc",
8394 "memoffset",
8395]
8396
8397[[package]]
8398name = "node_runtime"
8399version = "0.1.0"
8400dependencies = [
8401 "anyhow",
8402 "async-compression",
8403 "async-std",
8404 "async-tar",
8405 "async-trait",
8406 "async-watch",
8407 "async_zip",
8408 "futures 0.3.31",
8409 "http_client",
8410 "log",
8411 "paths",
8412 "semver",
8413 "serde",
8414 "serde_json",
8415 "smol",
8416 "tempfile",
8417 "util",
8418 "walkdir",
8419 "which 6.0.3",
8420]
8421
8422[[package]]
8423name = "nom"
8424version = "7.1.3"
8425source = "registry+https://github.com/rust-lang/crates.io-index"
8426checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
8427dependencies = [
8428 "memchr",
8429 "minimal-lexical",
8430]
8431
8432[[package]]
8433name = "noop_proc_macro"
8434version = "0.3.0"
8435source = "registry+https://github.com/rust-lang/crates.io-index"
8436checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
8437
8438[[package]]
8439name = "normpath"
8440version = "1.3.0"
8441source = "registry+https://github.com/rust-lang/crates.io-index"
8442checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
8443dependencies = [
8444 "windows-sys 0.59.0",
8445]
8446
8447[[package]]
8448name = "notifications"
8449version = "0.1.0"
8450dependencies = [
8451 "anyhow",
8452 "channel",
8453 "client",
8454 "collections",
8455 "component",
8456 "db",
8457 "gpui",
8458 "linkme",
8459 "rpc",
8460 "settings",
8461 "sum_tree",
8462 "time",
8463 "ui",
8464 "util",
8465 "workspace",
8466]
8467
8468[[package]]
8469name = "notify"
8470version = "6.1.1"
8471source = "registry+https://github.com/rust-lang/crates.io-index"
8472checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
8473dependencies = [
8474 "bitflags 2.8.0",
8475 "crossbeam-channel",
8476 "filetime",
8477 "fsevent-sys 4.1.0",
8478 "inotify 0.9.6",
8479 "kqueue",
8480 "libc",
8481 "log",
8482 "mio 0.8.11",
8483 "walkdir",
8484 "windows-sys 0.48.0",
8485]
8486
8487[[package]]
8488name = "notify"
8489version = "8.0.0"
8490source = "registry+https://github.com/rust-lang/crates.io-index"
8491checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
8492dependencies = [
8493 "bitflags 2.8.0",
8494 "filetime",
8495 "fsevent-sys 4.1.0",
8496 "inotify 0.11.0",
8497 "kqueue",
8498 "libc",
8499 "log",
8500 "mio 1.0.3",
8501 "notify-types",
8502 "walkdir",
8503 "windows-sys 0.59.0",
8504]
8505
8506[[package]]
8507name = "notify-debouncer-mini"
8508version = "0.6.0"
8509source = "registry+https://github.com/rust-lang/crates.io-index"
8510checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
8511dependencies = [
8512 "log",
8513 "notify 8.0.0",
8514 "notify-types",
8515 "tempfile",
8516]
8517
8518[[package]]
8519name = "notify-types"
8520version = "2.0.0"
8521source = "registry+https://github.com/rust-lang/crates.io-index"
8522checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
8523
8524[[package]]
8525name = "ntapi"
8526version = "0.4.1"
8527source = "registry+https://github.com/rust-lang/crates.io-index"
8528checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8529dependencies = [
8530 "winapi",
8531]
8532
8533[[package]]
8534name = "nu-ansi-term"
8535version = "0.46.0"
8536source = "registry+https://github.com/rust-lang/crates.io-index"
8537checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8538dependencies = [
8539 "overload",
8540 "winapi",
8541]
8542
8543[[package]]
8544name = "num"
8545version = "0.4.3"
8546source = "registry+https://github.com/rust-lang/crates.io-index"
8547checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8548dependencies = [
8549 "num-bigint",
8550 "num-complex",
8551 "num-integer",
8552 "num-iter",
8553 "num-rational",
8554 "num-traits",
8555]
8556
8557[[package]]
8558name = "num-bigint"
8559version = "0.4.6"
8560source = "registry+https://github.com/rust-lang/crates.io-index"
8561checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8562dependencies = [
8563 "num-integer",
8564 "num-traits",
8565]
8566
8567[[package]]
8568name = "num-bigint-dig"
8569version = "0.8.4"
8570source = "registry+https://github.com/rust-lang/crates.io-index"
8571checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8572dependencies = [
8573 "byteorder",
8574 "lazy_static",
8575 "libm",
8576 "num-integer",
8577 "num-iter",
8578 "num-traits",
8579 "rand 0.8.5",
8580 "serde",
8581 "smallvec",
8582 "zeroize",
8583]
8584
8585[[package]]
8586name = "num-complex"
8587version = "0.4.6"
8588source = "registry+https://github.com/rust-lang/crates.io-index"
8589checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8590dependencies = [
8591 "num-traits",
8592]
8593
8594[[package]]
8595name = "num-conv"
8596version = "0.1.0"
8597source = "registry+https://github.com/rust-lang/crates.io-index"
8598checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8599
8600[[package]]
8601name = "num-derive"
8602version = "0.4.2"
8603source = "registry+https://github.com/rust-lang/crates.io-index"
8604checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8605dependencies = [
8606 "proc-macro2",
8607 "quote",
8608 "syn 2.0.100",
8609]
8610
8611[[package]]
8612name = "num-format"
8613version = "0.4.4"
8614source = "registry+https://github.com/rust-lang/crates.io-index"
8615checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8616dependencies = [
8617 "arrayvec",
8618 "itoa",
8619]
8620
8621[[package]]
8622name = "num-integer"
8623version = "0.1.46"
8624source = "registry+https://github.com/rust-lang/crates.io-index"
8625checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8626dependencies = [
8627 "num-traits",
8628]
8629
8630[[package]]
8631name = "num-iter"
8632version = "0.1.45"
8633source = "registry+https://github.com/rust-lang/crates.io-index"
8634checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8635dependencies = [
8636 "autocfg",
8637 "num-integer",
8638 "num-traits",
8639]
8640
8641[[package]]
8642name = "num-modular"
8643version = "0.6.1"
8644source = "registry+https://github.com/rust-lang/crates.io-index"
8645checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8646
8647[[package]]
8648name = "num-order"
8649version = "1.2.0"
8650source = "registry+https://github.com/rust-lang/crates.io-index"
8651checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8652dependencies = [
8653 "num-modular",
8654]
8655
8656[[package]]
8657name = "num-rational"
8658version = "0.4.2"
8659source = "registry+https://github.com/rust-lang/crates.io-index"
8660checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8661dependencies = [
8662 "num-bigint",
8663 "num-integer",
8664 "num-traits",
8665]
8666
8667[[package]]
8668name = "num-traits"
8669version = "0.2.19"
8670source = "registry+https://github.com/rust-lang/crates.io-index"
8671checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8672dependencies = [
8673 "autocfg",
8674 "libm",
8675]
8676
8677[[package]]
8678name = "num_cpus"
8679version = "1.16.0"
8680source = "registry+https://github.com/rust-lang/crates.io-index"
8681checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8682dependencies = [
8683 "hermit-abi 0.3.9",
8684 "libc",
8685]
8686
8687[[package]]
8688name = "num_enum"
8689version = "0.7.3"
8690source = "registry+https://github.com/rust-lang/crates.io-index"
8691checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8692dependencies = [
8693 "num_enum_derive",
8694]
8695
8696[[package]]
8697name = "num_enum_derive"
8698version = "0.7.3"
8699source = "registry+https://github.com/rust-lang/crates.io-index"
8700checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8701dependencies = [
8702 "proc-macro-crate",
8703 "proc-macro2",
8704 "quote",
8705 "syn 2.0.100",
8706]
8707
8708[[package]]
8709name = "num_threads"
8710version = "0.1.7"
8711source = "registry+https://github.com/rust-lang/crates.io-index"
8712checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8713dependencies = [
8714 "libc",
8715]
8716
8717[[package]]
8718name = "nvim-rs"
8719version = "0.8.0-pre"
8720source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8721dependencies = [
8722 "async-trait",
8723 "futures 0.3.31",
8724 "log",
8725 "parity-tokio-ipc",
8726 "rmp",
8727 "rmpv",
8728 "tokio",
8729 "tokio-util",
8730 "winapi",
8731]
8732
8733[[package]]
8734name = "objc"
8735version = "0.2.7"
8736source = "registry+https://github.com/rust-lang/crates.io-index"
8737checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8738dependencies = [
8739 "malloc_buf",
8740]
8741
8742[[package]]
8743name = "objc-sys"
8744version = "0.3.5"
8745source = "registry+https://github.com/rust-lang/crates.io-index"
8746checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8747
8748[[package]]
8749name = "objc2"
8750version = "0.5.2"
8751source = "registry+https://github.com/rust-lang/crates.io-index"
8752checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8753dependencies = [
8754 "objc-sys",
8755 "objc2-encode",
8756]
8757
8758[[package]]
8759name = "objc2-app-kit"
8760version = "0.2.2"
8761source = "registry+https://github.com/rust-lang/crates.io-index"
8762checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8763dependencies = [
8764 "bitflags 2.8.0",
8765 "block2",
8766 "libc",
8767 "objc2",
8768 "objc2-core-data",
8769 "objc2-core-image",
8770 "objc2-foundation",
8771 "objc2-quartz-core",
8772]
8773
8774[[package]]
8775name = "objc2-cloud-kit"
8776version = "0.2.2"
8777source = "registry+https://github.com/rust-lang/crates.io-index"
8778checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8779dependencies = [
8780 "bitflags 2.8.0",
8781 "block2",
8782 "objc2",
8783 "objc2-core-location",
8784 "objc2-foundation",
8785]
8786
8787[[package]]
8788name = "objc2-contacts"
8789version = "0.2.2"
8790source = "registry+https://github.com/rust-lang/crates.io-index"
8791checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8792dependencies = [
8793 "block2",
8794 "objc2",
8795 "objc2-foundation",
8796]
8797
8798[[package]]
8799name = "objc2-core-data"
8800version = "0.2.2"
8801source = "registry+https://github.com/rust-lang/crates.io-index"
8802checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8803dependencies = [
8804 "bitflags 2.8.0",
8805 "block2",
8806 "objc2",
8807 "objc2-foundation",
8808]
8809
8810[[package]]
8811name = "objc2-core-image"
8812version = "0.2.2"
8813source = "registry+https://github.com/rust-lang/crates.io-index"
8814checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8815dependencies = [
8816 "block2",
8817 "objc2",
8818 "objc2-foundation",
8819 "objc2-metal",
8820]
8821
8822[[package]]
8823name = "objc2-core-location"
8824version = "0.2.2"
8825source = "registry+https://github.com/rust-lang/crates.io-index"
8826checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8827dependencies = [
8828 "block2",
8829 "objc2",
8830 "objc2-contacts",
8831 "objc2-foundation",
8832]
8833
8834[[package]]
8835name = "objc2-encode"
8836version = "4.0.3"
8837source = "registry+https://github.com/rust-lang/crates.io-index"
8838checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8839
8840[[package]]
8841name = "objc2-foundation"
8842version = "0.2.2"
8843source = "registry+https://github.com/rust-lang/crates.io-index"
8844checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8845dependencies = [
8846 "bitflags 2.8.0",
8847 "block2",
8848 "libc",
8849 "objc2",
8850]
8851
8852[[package]]
8853name = "objc2-link-presentation"
8854version = "0.2.2"
8855source = "registry+https://github.com/rust-lang/crates.io-index"
8856checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8857dependencies = [
8858 "block2",
8859 "objc2",
8860 "objc2-app-kit",
8861 "objc2-foundation",
8862]
8863
8864[[package]]
8865name = "objc2-metal"
8866version = "0.2.2"
8867source = "registry+https://github.com/rust-lang/crates.io-index"
8868checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8869dependencies = [
8870 "bitflags 2.8.0",
8871 "block2",
8872 "objc2",
8873 "objc2-foundation",
8874]
8875
8876[[package]]
8877name = "objc2-quartz-core"
8878version = "0.2.2"
8879source = "registry+https://github.com/rust-lang/crates.io-index"
8880checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8881dependencies = [
8882 "bitflags 2.8.0",
8883 "block2",
8884 "objc2",
8885 "objc2-foundation",
8886 "objc2-metal",
8887]
8888
8889[[package]]
8890name = "objc2-symbols"
8891version = "0.2.2"
8892source = "registry+https://github.com/rust-lang/crates.io-index"
8893checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8894dependencies = [
8895 "objc2",
8896 "objc2-foundation",
8897]
8898
8899[[package]]
8900name = "objc2-ui-kit"
8901version = "0.2.2"
8902source = "registry+https://github.com/rust-lang/crates.io-index"
8903checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8904dependencies = [
8905 "bitflags 2.8.0",
8906 "block2",
8907 "objc2",
8908 "objc2-cloud-kit",
8909 "objc2-core-data",
8910 "objc2-core-image",
8911 "objc2-core-location",
8912 "objc2-foundation",
8913 "objc2-link-presentation",
8914 "objc2-quartz-core",
8915 "objc2-symbols",
8916 "objc2-uniform-type-identifiers",
8917 "objc2-user-notifications",
8918]
8919
8920[[package]]
8921name = "objc2-uniform-type-identifiers"
8922version = "0.2.2"
8923source = "registry+https://github.com/rust-lang/crates.io-index"
8924checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8925dependencies = [
8926 "block2",
8927 "objc2",
8928 "objc2-foundation",
8929]
8930
8931[[package]]
8932name = "objc2-user-notifications"
8933version = "0.2.2"
8934source = "registry+https://github.com/rust-lang/crates.io-index"
8935checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8936dependencies = [
8937 "bitflags 2.8.0",
8938 "block2",
8939 "objc2",
8940 "objc2-core-location",
8941 "objc2-foundation",
8942]
8943
8944[[package]]
8945name = "object"
8946version = "0.36.5"
8947source = "registry+https://github.com/rust-lang/crates.io-index"
8948checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8949dependencies = [
8950 "crc32fast",
8951 "hashbrown 0.15.2",
8952 "indexmap",
8953 "memchr",
8954]
8955
8956[[package]]
8957name = "oboe"
8958version = "0.6.1"
8959source = "registry+https://github.com/rust-lang/crates.io-index"
8960checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8961dependencies = [
8962 "jni",
8963 "ndk",
8964 "ndk-context",
8965 "num-derive",
8966 "num-traits",
8967 "oboe-sys",
8968]
8969
8970[[package]]
8971name = "oboe-sys"
8972version = "0.6.1"
8973source = "registry+https://github.com/rust-lang/crates.io-index"
8974checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8975dependencies = [
8976 "cc",
8977]
8978
8979[[package]]
8980name = "ollama"
8981version = "0.1.0"
8982dependencies = [
8983 "anyhow",
8984 "futures 0.3.31",
8985 "http_client",
8986 "schemars",
8987 "serde",
8988 "serde_json",
8989]
8990
8991[[package]]
8992name = "once_cell"
8993version = "1.20.3"
8994source = "registry+https://github.com/rust-lang/crates.io-index"
8995checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
8996
8997[[package]]
8998name = "oo7"
8999version = "0.4.1"
9000source = "registry+https://github.com/rust-lang/crates.io-index"
9001checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
9002dependencies = [
9003 "aes",
9004 "ashpd",
9005 "async-fs",
9006 "async-io",
9007 "async-lock",
9008 "blocking",
9009 "cbc",
9010 "cipher",
9011 "digest",
9012 "endi",
9013 "futures-lite 2.6.0",
9014 "futures-util",
9015 "getrandom 0.3.1",
9016 "hkdf",
9017 "hmac",
9018 "md-5",
9019 "num",
9020 "num-bigint-dig",
9021 "pbkdf2 0.12.2",
9022 "rand 0.9.0",
9023 "serde",
9024 "sha2",
9025 "subtle",
9026 "zbus",
9027 "zbus_macros",
9028 "zeroize",
9029 "zvariant",
9030]
9031
9032[[package]]
9033name = "oorandom"
9034version = "11.1.4"
9035source = "registry+https://github.com/rust-lang/crates.io-index"
9036checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
9037
9038[[package]]
9039name = "open"
9040version = "5.3.2"
9041source = "registry+https://github.com/rust-lang/crates.io-index"
9042checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
9043dependencies = [
9044 "is-wsl",
9045 "libc",
9046 "pathdiff",
9047]
9048
9049[[package]]
9050name = "open_ai"
9051version = "0.1.0"
9052dependencies = [
9053 "anyhow",
9054 "futures 0.3.31",
9055 "http_client",
9056 "schemars",
9057 "serde",
9058 "serde_json",
9059 "strum",
9060]
9061
9062[[package]]
9063name = "opener"
9064version = "0.7.2"
9065source = "registry+https://github.com/rust-lang/crates.io-index"
9066checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
9067dependencies = [
9068 "bstr",
9069 "dbus",
9070 "normpath",
9071 "windows-sys 0.59.0",
9072]
9073
9074[[package]]
9075name = "openssl"
9076version = "0.10.70"
9077source = "registry+https://github.com/rust-lang/crates.io-index"
9078checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
9079dependencies = [
9080 "bitflags 2.8.0",
9081 "cfg-if",
9082 "foreign-types 0.3.2",
9083 "libc",
9084 "once_cell",
9085 "openssl-macros",
9086 "openssl-sys",
9087]
9088
9089[[package]]
9090name = "openssl-macros"
9091version = "0.1.1"
9092source = "registry+https://github.com/rust-lang/crates.io-index"
9093checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
9094dependencies = [
9095 "proc-macro2",
9096 "quote",
9097 "syn 2.0.100",
9098]
9099
9100[[package]]
9101name = "openssl-probe"
9102version = "0.1.5"
9103source = "registry+https://github.com/rust-lang/crates.io-index"
9104checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
9105
9106[[package]]
9107name = "openssl-src"
9108version = "300.4.1+3.4.0"
9109source = "registry+https://github.com/rust-lang/crates.io-index"
9110checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
9111dependencies = [
9112 "cc",
9113]
9114
9115[[package]]
9116name = "openssl-sys"
9117version = "0.9.105"
9118source = "registry+https://github.com/rust-lang/crates.io-index"
9119checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
9120dependencies = [
9121 "cc",
9122 "libc",
9123 "openssl-src",
9124 "pkg-config",
9125 "vcpkg",
9126]
9127
9128[[package]]
9129name = "option-ext"
9130version = "0.2.0"
9131source = "registry+https://github.com/rust-lang/crates.io-index"
9132checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
9133
9134[[package]]
9135name = "ordered-float"
9136version = "2.10.1"
9137source = "registry+https://github.com/rust-lang/crates.io-index"
9138checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
9139dependencies = [
9140 "num-traits",
9141]
9142
9143[[package]]
9144name = "ordered-float"
9145version = "3.9.2"
9146source = "registry+https://github.com/rust-lang/crates.io-index"
9147checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
9148dependencies = [
9149 "num-traits",
9150]
9151
9152[[package]]
9153name = "ordered-stream"
9154version = "0.2.0"
9155source = "registry+https://github.com/rust-lang/crates.io-index"
9156checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
9157dependencies = [
9158 "futures-core",
9159 "pin-project-lite",
9160]
9161
9162[[package]]
9163name = "ouroboros"
9164version = "0.18.4"
9165source = "registry+https://github.com/rust-lang/crates.io-index"
9166checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
9167dependencies = [
9168 "aliasable",
9169 "ouroboros_macro",
9170 "static_assertions",
9171]
9172
9173[[package]]
9174name = "ouroboros_macro"
9175version = "0.18.4"
9176source = "registry+https://github.com/rust-lang/crates.io-index"
9177checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
9178dependencies = [
9179 "heck 0.4.1",
9180 "itertools 0.12.1",
9181 "proc-macro2",
9182 "proc-macro2-diagnostics",
9183 "quote",
9184 "syn 2.0.100",
9185]
9186
9187[[package]]
9188name = "outline"
9189version = "0.1.0"
9190dependencies = [
9191 "editor",
9192 "fuzzy",
9193 "gpui",
9194 "indoc",
9195 "language",
9196 "menu",
9197 "ordered-float 2.10.1",
9198 "picker",
9199 "project",
9200 "rope",
9201 "serde_json",
9202 "settings",
9203 "smol",
9204 "theme",
9205 "tree-sitter-rust",
9206 "tree-sitter-typescript",
9207 "ui",
9208 "util",
9209 "workspace",
9210 "zed_actions",
9211]
9212
9213[[package]]
9214name = "outline_panel"
9215version = "0.1.0"
9216dependencies = [
9217 "anyhow",
9218 "collections",
9219 "db",
9220 "editor",
9221 "file_icons",
9222 "fuzzy",
9223 "gpui",
9224 "itertools 0.14.0",
9225 "language",
9226 "log",
9227 "menu",
9228 "outline",
9229 "pretty_assertions",
9230 "project",
9231 "schemars",
9232 "search",
9233 "serde",
9234 "serde_json",
9235 "settings",
9236 "smallvec",
9237 "smol",
9238 "theme",
9239 "ui",
9240 "util",
9241 "workspace",
9242 "worktree",
9243 "zed_actions",
9244]
9245
9246[[package]]
9247name = "outref"
9248version = "0.5.1"
9249source = "registry+https://github.com/rust-lang/crates.io-index"
9250checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
9251
9252[[package]]
9253name = "overload"
9254version = "0.1.1"
9255source = "registry+https://github.com/rust-lang/crates.io-index"
9256checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
9257
9258[[package]]
9259name = "p256"
9260version = "0.11.1"
9261source = "registry+https://github.com/rust-lang/crates.io-index"
9262checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
9263dependencies = [
9264 "ecdsa",
9265 "elliptic-curve",
9266 "sha2",
9267]
9268
9269[[package]]
9270name = "page_size"
9271version = "0.6.0"
9272source = "registry+https://github.com/rust-lang/crates.io-index"
9273checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
9274dependencies = [
9275 "libc",
9276 "winapi",
9277]
9278
9279[[package]]
9280name = "palette"
9281version = "0.7.6"
9282source = "registry+https://github.com/rust-lang/crates.io-index"
9283checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
9284dependencies = [
9285 "approx",
9286 "fast-srgb8",
9287 "palette_derive",
9288]
9289
9290[[package]]
9291name = "palette_derive"
9292version = "0.7.6"
9293source = "registry+https://github.com/rust-lang/crates.io-index"
9294checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
9295dependencies = [
9296 "by_address",
9297 "proc-macro2",
9298 "quote",
9299 "syn 2.0.100",
9300]
9301
9302[[package]]
9303name = "panel"
9304version = "0.1.0"
9305dependencies = [
9306 "editor",
9307 "gpui",
9308 "settings",
9309 "theme",
9310 "ui",
9311 "workspace",
9312]
9313
9314[[package]]
9315name = "parity-tokio-ipc"
9316version = "0.9.0"
9317source = "registry+https://github.com/rust-lang/crates.io-index"
9318checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
9319dependencies = [
9320 "futures 0.3.31",
9321 "libc",
9322 "log",
9323 "rand 0.7.3",
9324 "tokio",
9325 "winapi",
9326]
9327
9328[[package]]
9329name = "parking"
9330version = "2.2.1"
9331source = "registry+https://github.com/rust-lang/crates.io-index"
9332checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
9333
9334[[package]]
9335name = "parking_lot"
9336version = "0.12.3"
9337source = "registry+https://github.com/rust-lang/crates.io-index"
9338checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
9339dependencies = [
9340 "lock_api",
9341 "parking_lot_core",
9342]
9343
9344[[package]]
9345name = "parking_lot_core"
9346version = "0.9.10"
9347source = "registry+https://github.com/rust-lang/crates.io-index"
9348checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
9349dependencies = [
9350 "cfg-if",
9351 "libc",
9352 "redox_syscall 0.5.8",
9353 "smallvec",
9354 "windows-targets 0.52.6",
9355]
9356
9357[[package]]
9358name = "password-hash"
9359version = "0.4.2"
9360source = "registry+https://github.com/rust-lang/crates.io-index"
9361checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
9362dependencies = [
9363 "base64ct",
9364 "rand_core 0.6.4",
9365 "subtle",
9366]
9367
9368[[package]]
9369name = "password-hash"
9370version = "0.5.0"
9371source = "registry+https://github.com/rust-lang/crates.io-index"
9372checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
9373dependencies = [
9374 "base64ct",
9375 "rand_core 0.6.4",
9376 "subtle",
9377]
9378
9379[[package]]
9380name = "paste"
9381version = "1.0.15"
9382source = "registry+https://github.com/rust-lang/crates.io-index"
9383checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
9384
9385[[package]]
9386name = "pathdiff"
9387version = "0.2.3"
9388source = "registry+https://github.com/rust-lang/crates.io-index"
9389checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
9390
9391[[package]]
9392name = "pathfinder_geometry"
9393version = "0.5.1"
9394source = "registry+https://github.com/rust-lang/crates.io-index"
9395checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
9396dependencies = [
9397 "log",
9398 "pathfinder_simd",
9399]
9400
9401[[package]]
9402name = "pathfinder_simd"
9403version = "0.5.4"
9404source = "registry+https://github.com/rust-lang/crates.io-index"
9405checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
9406dependencies = [
9407 "rustc_version",
9408]
9409
9410[[package]]
9411name = "paths"
9412version = "0.1.0"
9413dependencies = [
9414 "dirs 4.0.0",
9415 "util",
9416]
9417
9418[[package]]
9419name = "pbjson"
9420version = "0.6.0"
9421source = "registry+https://github.com/rust-lang/crates.io-index"
9422checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
9423dependencies = [
9424 "base64 0.21.7",
9425 "serde",
9426]
9427
9428[[package]]
9429name = "pbjson-build"
9430version = "0.6.2"
9431source = "registry+https://github.com/rust-lang/crates.io-index"
9432checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
9433dependencies = [
9434 "heck 0.4.1",
9435 "itertools 0.11.0",
9436 "prost 0.12.6",
9437 "prost-types 0.12.6",
9438]
9439
9440[[package]]
9441name = "pbjson-types"
9442version = "0.6.0"
9443source = "registry+https://github.com/rust-lang/crates.io-index"
9444checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
9445dependencies = [
9446 "bytes 1.10.1",
9447 "chrono",
9448 "pbjson",
9449 "pbjson-build",
9450 "prost 0.12.6",
9451 "prost-build 0.12.6",
9452 "serde",
9453]
9454
9455[[package]]
9456name = "pbkdf2"
9457version = "0.11.0"
9458source = "registry+https://github.com/rust-lang/crates.io-index"
9459checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
9460dependencies = [
9461 "digest",
9462 "hmac",
9463 "password-hash 0.4.2",
9464 "sha2",
9465]
9466
9467[[package]]
9468name = "pbkdf2"
9469version = "0.12.2"
9470source = "registry+https://github.com/rust-lang/crates.io-index"
9471checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
9472dependencies = [
9473 "digest",
9474 "hmac",
9475]
9476
9477[[package]]
9478name = "pem"
9479version = "3.0.4"
9480source = "registry+https://github.com/rust-lang/crates.io-index"
9481checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
9482dependencies = [
9483 "base64 0.22.1",
9484 "serde",
9485]
9486
9487[[package]]
9488name = "pem-rfc7468"
9489version = "0.7.0"
9490source = "registry+https://github.com/rust-lang/crates.io-index"
9491checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
9492dependencies = [
9493 "base64ct",
9494]
9495
9496[[package]]
9497name = "percent-encoding"
9498version = "2.3.1"
9499source = "registry+https://github.com/rust-lang/crates.io-index"
9500checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
9501
9502[[package]]
9503name = "perplexity"
9504version = "0.1.0"
9505dependencies = [
9506 "serde",
9507 "zed_extension_api 0.3.0",
9508]
9509
9510[[package]]
9511name = "pest"
9512version = "2.7.15"
9513source = "registry+https://github.com/rust-lang/crates.io-index"
9514checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
9515dependencies = [
9516 "memchr",
9517 "thiserror 2.0.6",
9518 "ucd-trie",
9519]
9520
9521[[package]]
9522name = "pest_derive"
9523version = "2.7.15"
9524source = "registry+https://github.com/rust-lang/crates.io-index"
9525checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9526dependencies = [
9527 "pest",
9528 "pest_generator",
9529]
9530
9531[[package]]
9532name = "pest_generator"
9533version = "2.7.15"
9534source = "registry+https://github.com/rust-lang/crates.io-index"
9535checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9536dependencies = [
9537 "pest",
9538 "pest_meta",
9539 "proc-macro2",
9540 "quote",
9541 "syn 2.0.100",
9542]
9543
9544[[package]]
9545name = "pest_meta"
9546version = "2.7.15"
9547source = "registry+https://github.com/rust-lang/crates.io-index"
9548checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9549dependencies = [
9550 "once_cell",
9551 "pest",
9552 "sha2",
9553]
9554
9555[[package]]
9556name = "pet"
9557version = "0.1.0"
9558source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9559dependencies = [
9560 "clap",
9561 "env_logger 0.10.2",
9562 "lazy_static",
9563 "log",
9564 "msvc_spectre_libs",
9565 "pet-conda",
9566 "pet-core",
9567 "pet-env-var-path",
9568 "pet-fs",
9569 "pet-global-virtualenvs",
9570 "pet-homebrew",
9571 "pet-jsonrpc",
9572 "pet-linux-global-python",
9573 "pet-mac-commandlinetools",
9574 "pet-mac-python-org",
9575 "pet-mac-xcode",
9576 "pet-pipenv",
9577 "pet-pixi",
9578 "pet-poetry",
9579 "pet-pyenv",
9580 "pet-python-utils",
9581 "pet-reporter",
9582 "pet-telemetry",
9583 "pet-venv",
9584 "pet-virtualenv",
9585 "pet-virtualenvwrapper",
9586 "pet-windows-registry",
9587 "pet-windows-store",
9588 "serde",
9589 "serde_json",
9590]
9591
9592[[package]]
9593name = "pet-conda"
9594version = "0.1.0"
9595source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9596dependencies = [
9597 "env_logger 0.10.2",
9598 "lazy_static",
9599 "log",
9600 "msvc_spectre_libs",
9601 "pet-core",
9602 "pet-fs",
9603 "pet-python-utils",
9604 "pet-reporter",
9605 "regex",
9606 "serde",
9607 "serde_json",
9608 "yaml-rust2",
9609]
9610
9611[[package]]
9612name = "pet-core"
9613version = "0.1.0"
9614source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9615dependencies = [
9616 "clap",
9617 "lazy_static",
9618 "log",
9619 "msvc_spectre_libs",
9620 "pet-fs",
9621 "regex",
9622 "serde",
9623 "serde_json",
9624]
9625
9626[[package]]
9627name = "pet-env-var-path"
9628version = "0.1.0"
9629source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9630dependencies = [
9631 "lazy_static",
9632 "log",
9633 "msvc_spectre_libs",
9634 "pet-conda",
9635 "pet-core",
9636 "pet-fs",
9637 "pet-python-utils",
9638 "pet-virtualenv",
9639 "regex",
9640]
9641
9642[[package]]
9643name = "pet-fs"
9644version = "0.1.0"
9645source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9646dependencies = [
9647 "log",
9648 "msvc_spectre_libs",
9649]
9650
9651[[package]]
9652name = "pet-global-virtualenvs"
9653version = "0.1.0"
9654source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9655dependencies = [
9656 "log",
9657 "msvc_spectre_libs",
9658 "pet-conda",
9659 "pet-core",
9660 "pet-fs",
9661 "pet-virtualenv",
9662]
9663
9664[[package]]
9665name = "pet-homebrew"
9666version = "0.1.0"
9667source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9668dependencies = [
9669 "lazy_static",
9670 "log",
9671 "msvc_spectre_libs",
9672 "pet-conda",
9673 "pet-core",
9674 "pet-fs",
9675 "pet-python-utils",
9676 "pet-virtualenv",
9677 "regex",
9678 "serde",
9679 "serde_json",
9680]
9681
9682[[package]]
9683name = "pet-jsonrpc"
9684version = "0.1.0"
9685source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9686dependencies = [
9687 "env_logger 0.10.2",
9688 "log",
9689 "msvc_spectre_libs",
9690 "pet-core",
9691 "serde",
9692 "serde_json",
9693]
9694
9695[[package]]
9696name = "pet-linux-global-python"
9697version = "0.1.0"
9698source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9699dependencies = [
9700 "log",
9701 "msvc_spectre_libs",
9702 "pet-core",
9703 "pet-fs",
9704 "pet-python-utils",
9705 "pet-virtualenv",
9706]
9707
9708[[package]]
9709name = "pet-mac-commandlinetools"
9710version = "0.1.0"
9711source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9712dependencies = [
9713 "log",
9714 "msvc_spectre_libs",
9715 "pet-core",
9716 "pet-fs",
9717 "pet-python-utils",
9718 "pet-virtualenv",
9719]
9720
9721[[package]]
9722name = "pet-mac-python-org"
9723version = "0.1.0"
9724source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9725dependencies = [
9726 "log",
9727 "msvc_spectre_libs",
9728 "pet-core",
9729 "pet-fs",
9730 "pet-python-utils",
9731 "pet-virtualenv",
9732]
9733
9734[[package]]
9735name = "pet-mac-xcode"
9736version = "0.1.0"
9737source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9738dependencies = [
9739 "log",
9740 "msvc_spectre_libs",
9741 "pet-core",
9742 "pet-fs",
9743 "pet-python-utils",
9744 "pet-virtualenv",
9745]
9746
9747[[package]]
9748name = "pet-pipenv"
9749version = "0.1.0"
9750source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9751dependencies = [
9752 "log",
9753 "msvc_spectre_libs",
9754 "pet-core",
9755 "pet-fs",
9756 "pet-python-utils",
9757 "pet-virtualenv",
9758]
9759
9760[[package]]
9761name = "pet-pixi"
9762version = "0.1.0"
9763source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9764dependencies = [
9765 "log",
9766 "msvc_spectre_libs",
9767 "pet-conda",
9768 "pet-core",
9769 "pet-python-utils",
9770]
9771
9772[[package]]
9773name = "pet-poetry"
9774version = "0.1.0"
9775source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9776dependencies = [
9777 "base64 0.22.1",
9778 "lazy_static",
9779 "log",
9780 "msvc_spectre_libs",
9781 "pet-core",
9782 "pet-fs",
9783 "pet-python-utils",
9784 "pet-reporter",
9785 "pet-virtualenv",
9786 "regex",
9787 "serde",
9788 "serde_json",
9789 "sha2",
9790 "toml 0.8.20",
9791]
9792
9793[[package]]
9794name = "pet-pyenv"
9795version = "0.1.0"
9796source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9797dependencies = [
9798 "lazy_static",
9799 "log",
9800 "msvc_spectre_libs",
9801 "pet-conda",
9802 "pet-core",
9803 "pet-fs",
9804 "pet-python-utils",
9805 "pet-reporter",
9806 "regex",
9807 "serde",
9808 "serde_json",
9809]
9810
9811[[package]]
9812name = "pet-python-utils"
9813version = "0.1.0"
9814source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9815dependencies = [
9816 "env_logger 0.10.2",
9817 "lazy_static",
9818 "log",
9819 "msvc_spectre_libs",
9820 "pet-core",
9821 "pet-fs",
9822 "regex",
9823 "serde",
9824 "serde_json",
9825 "sha2",
9826]
9827
9828[[package]]
9829name = "pet-reporter"
9830version = "0.1.0"
9831source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9832dependencies = [
9833 "env_logger 0.10.2",
9834 "log",
9835 "msvc_spectre_libs",
9836 "pet-core",
9837 "pet-jsonrpc",
9838 "serde",
9839 "serde_json",
9840]
9841
9842[[package]]
9843name = "pet-telemetry"
9844version = "0.1.0"
9845source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9846dependencies = [
9847 "env_logger 0.10.2",
9848 "lazy_static",
9849 "log",
9850 "msvc_spectre_libs",
9851 "pet-core",
9852 "pet-fs",
9853 "pet-python-utils",
9854 "regex",
9855]
9856
9857[[package]]
9858name = "pet-venv"
9859version = "0.1.0"
9860source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9861dependencies = [
9862 "log",
9863 "msvc_spectre_libs",
9864 "pet-core",
9865 "pet-python-utils",
9866 "pet-virtualenv",
9867]
9868
9869[[package]]
9870name = "pet-virtualenv"
9871version = "0.1.0"
9872source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9873dependencies = [
9874 "log",
9875 "msvc_spectre_libs",
9876 "pet-core",
9877 "pet-fs",
9878 "pet-python-utils",
9879]
9880
9881[[package]]
9882name = "pet-virtualenvwrapper"
9883version = "0.1.0"
9884source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9885dependencies = [
9886 "log",
9887 "msvc_spectre_libs",
9888 "pet-core",
9889 "pet-fs",
9890 "pet-python-utils",
9891 "pet-virtualenv",
9892]
9893
9894[[package]]
9895name = "pet-windows-registry"
9896version = "0.1.0"
9897source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9898dependencies = [
9899 "lazy_static",
9900 "log",
9901 "msvc_spectre_libs",
9902 "pet-conda",
9903 "pet-core",
9904 "pet-fs",
9905 "pet-python-utils",
9906 "pet-virtualenv",
9907 "pet-windows-store",
9908 "regex",
9909 "winreg 0.52.0",
9910]
9911
9912[[package]]
9913name = "pet-windows-store"
9914version = "0.1.0"
9915source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9916dependencies = [
9917 "lazy_static",
9918 "log",
9919 "msvc_spectre_libs",
9920 "pet-core",
9921 "pet-fs",
9922 "pet-python-utils",
9923 "pet-virtualenv",
9924 "regex",
9925 "winreg 0.52.0",
9926]
9927
9928[[package]]
9929name = "petgraph"
9930version = "0.6.5"
9931source = "registry+https://github.com/rust-lang/crates.io-index"
9932checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9933dependencies = [
9934 "fixedbitset",
9935 "indexmap",
9936]
9937
9938[[package]]
9939name = "phf"
9940version = "0.11.2"
9941source = "registry+https://github.com/rust-lang/crates.io-index"
9942checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9943dependencies = [
9944 "phf_macros",
9945 "phf_shared 0.11.2",
9946]
9947
9948[[package]]
9949name = "phf_codegen"
9950version = "0.11.2"
9951source = "registry+https://github.com/rust-lang/crates.io-index"
9952checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9953dependencies = [
9954 "phf_generator 0.11.2",
9955 "phf_shared 0.11.2",
9956]
9957
9958[[package]]
9959name = "phf_generator"
9960version = "0.10.0"
9961source = "registry+https://github.com/rust-lang/crates.io-index"
9962checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9963dependencies = [
9964 "phf_shared 0.10.0",
9965 "rand 0.8.5",
9966]
9967
9968[[package]]
9969name = "phf_generator"
9970version = "0.11.2"
9971source = "registry+https://github.com/rust-lang/crates.io-index"
9972checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9973dependencies = [
9974 "phf_shared 0.11.2",
9975 "rand 0.8.5",
9976]
9977
9978[[package]]
9979name = "phf_macros"
9980version = "0.11.2"
9981source = "registry+https://github.com/rust-lang/crates.io-index"
9982checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9983dependencies = [
9984 "phf_generator 0.11.2",
9985 "phf_shared 0.11.2",
9986 "proc-macro2",
9987 "quote",
9988 "syn 2.0.100",
9989]
9990
9991[[package]]
9992name = "phf_shared"
9993version = "0.10.0"
9994source = "registry+https://github.com/rust-lang/crates.io-index"
9995checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9996dependencies = [
9997 "siphasher 0.3.11",
9998]
9999
10000[[package]]
10001name = "phf_shared"
10002version = "0.11.2"
10003source = "registry+https://github.com/rust-lang/crates.io-index"
10004checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10005dependencies = [
10006 "siphasher 0.3.11",
10007]
10008
10009[[package]]
10010name = "picker"
10011version = "0.1.0"
10012dependencies = [
10013 "anyhow",
10014 "ctor",
10015 "editor",
10016 "env_logger 0.11.7",
10017 "gpui",
10018 "menu",
10019 "schemars",
10020 "serde",
10021 "serde_json",
10022 "ui",
10023 "util",
10024 "workspace",
10025]
10026
10027[[package]]
10028name = "pico-args"
10029version = "0.5.0"
10030source = "registry+https://github.com/rust-lang/crates.io-index"
10031checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10032
10033[[package]]
10034name = "pin-project"
10035version = "1.1.7"
10036source = "registry+https://github.com/rust-lang/crates.io-index"
10037checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10038dependencies = [
10039 "pin-project-internal",
10040]
10041
10042[[package]]
10043name = "pin-project-internal"
10044version = "1.1.7"
10045source = "registry+https://github.com/rust-lang/crates.io-index"
10046checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10047dependencies = [
10048 "proc-macro2",
10049 "quote",
10050 "syn 2.0.100",
10051]
10052
10053[[package]]
10054name = "pin-project-lite"
10055version = "0.2.16"
10056source = "registry+https://github.com/rust-lang/crates.io-index"
10057checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10058
10059[[package]]
10060name = "pin-utils"
10061version = "0.1.0"
10062source = "registry+https://github.com/rust-lang/crates.io-index"
10063checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10064
10065[[package]]
10066name = "piper"
10067version = "0.2.4"
10068source = "registry+https://github.com/rust-lang/crates.io-index"
10069checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10070dependencies = [
10071 "atomic-waker",
10072 "fastrand 2.3.0",
10073 "futures-io",
10074]
10075
10076[[package]]
10077name = "pkcs1"
10078version = "0.7.5"
10079source = "registry+https://github.com/rust-lang/crates.io-index"
10080checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10081dependencies = [
10082 "der 0.7.9",
10083 "pkcs8 0.10.2",
10084 "spki 0.7.3",
10085]
10086
10087[[package]]
10088name = "pkcs8"
10089version = "0.9.0"
10090source = "registry+https://github.com/rust-lang/crates.io-index"
10091checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10092dependencies = [
10093 "der 0.6.1",
10094 "spki 0.6.0",
10095]
10096
10097[[package]]
10098name = "pkcs8"
10099version = "0.10.2"
10100source = "registry+https://github.com/rust-lang/crates.io-index"
10101checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10102dependencies = [
10103 "der 0.7.9",
10104 "spki 0.7.3",
10105]
10106
10107[[package]]
10108name = "pkg-config"
10109version = "0.3.31"
10110source = "registry+https://github.com/rust-lang/crates.io-index"
10111checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10112
10113[[package]]
10114name = "plist"
10115version = "1.7.0"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10118dependencies = [
10119 "base64 0.22.1",
10120 "indexmap",
10121 "quick-xml 0.32.0",
10122 "serde",
10123 "time",
10124]
10125
10126[[package]]
10127name = "plotters"
10128version = "0.3.7"
10129source = "registry+https://github.com/rust-lang/crates.io-index"
10130checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10131dependencies = [
10132 "num-traits",
10133 "plotters-backend",
10134 "plotters-svg",
10135 "wasm-bindgen",
10136 "web-sys",
10137]
10138
10139[[package]]
10140name = "plotters-backend"
10141version = "0.3.7"
10142source = "registry+https://github.com/rust-lang/crates.io-index"
10143checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10144
10145[[package]]
10146name = "plotters-svg"
10147version = "0.3.7"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10150dependencies = [
10151 "plotters-backend",
10152]
10153
10154[[package]]
10155name = "png"
10156version = "0.17.15"
10157source = "registry+https://github.com/rust-lang/crates.io-index"
10158checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10159dependencies = [
10160 "bitflags 1.3.2",
10161 "crc32fast",
10162 "fdeflate",
10163 "flate2",
10164 "miniz_oxide",
10165]
10166
10167[[package]]
10168name = "polling"
10169version = "3.7.4"
10170source = "registry+https://github.com/rust-lang/crates.io-index"
10171checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10172dependencies = [
10173 "cfg-if",
10174 "concurrent-queue",
10175 "hermit-abi 0.4.0",
10176 "pin-project-lite",
10177 "rustix",
10178 "tracing",
10179 "windows-sys 0.59.0",
10180]
10181
10182[[package]]
10183name = "pollster"
10184version = "0.2.5"
10185source = "registry+https://github.com/rust-lang/crates.io-index"
10186checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10187
10188[[package]]
10189name = "portable-atomic"
10190version = "1.11.0"
10191source = "registry+https://github.com/rust-lang/crates.io-index"
10192checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10193
10194[[package]]
10195name = "portable-atomic-util"
10196version = "0.2.4"
10197source = "registry+https://github.com/rust-lang/crates.io-index"
10198checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10199dependencies = [
10200 "portable-atomic",
10201]
10202
10203[[package]]
10204name = "postage"
10205version = "0.5.0"
10206source = "registry+https://github.com/rust-lang/crates.io-index"
10207checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10208dependencies = [
10209 "atomic",
10210 "crossbeam-queue",
10211 "futures 0.3.31",
10212 "log",
10213 "parking_lot",
10214 "pin-project",
10215 "pollster",
10216 "static_assertions",
10217 "thiserror 1.0.69",
10218]
10219
10220[[package]]
10221name = "postcard"
10222version = "1.1.1"
10223source = "registry+https://github.com/rust-lang/crates.io-index"
10224checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10225dependencies = [
10226 "cobs",
10227 "embedded-io 0.4.0",
10228 "embedded-io 0.6.1",
10229 "serde",
10230]
10231
10232[[package]]
10233name = "powerfmt"
10234version = "0.2.0"
10235source = "registry+https://github.com/rust-lang/crates.io-index"
10236checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10237
10238[[package]]
10239name = "ppv-lite86"
10240version = "0.2.20"
10241source = "registry+https://github.com/rust-lang/crates.io-index"
10242checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10243dependencies = [
10244 "zerocopy 0.7.35",
10245]
10246
10247[[package]]
10248name = "precomputed-hash"
10249version = "0.1.1"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10252
10253[[package]]
10254name = "prettier"
10255version = "0.1.0"
10256dependencies = [
10257 "anyhow",
10258 "collections",
10259 "fs",
10260 "gpui",
10261 "language",
10262 "log",
10263 "lsp",
10264 "node_runtime",
10265 "parking_lot",
10266 "paths",
10267 "serde",
10268 "serde_json",
10269 "util",
10270]
10271
10272[[package]]
10273name = "pretty_assertions"
10274version = "1.4.1"
10275source = "registry+https://github.com/rust-lang/crates.io-index"
10276checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10277dependencies = [
10278 "diff",
10279 "yansi",
10280]
10281
10282[[package]]
10283name = "prettyplease"
10284version = "0.2.25"
10285source = "registry+https://github.com/rust-lang/crates.io-index"
10286checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10287dependencies = [
10288 "proc-macro2",
10289 "syn 2.0.100",
10290]
10291
10292[[package]]
10293name = "proc-macro-crate"
10294version = "3.2.0"
10295source = "registry+https://github.com/rust-lang/crates.io-index"
10296checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10297dependencies = [
10298 "toml_edit",
10299]
10300
10301[[package]]
10302name = "proc-macro-error-attr2"
10303version = "2.0.0"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10306dependencies = [
10307 "proc-macro2",
10308 "quote",
10309]
10310
10311[[package]]
10312name = "proc-macro-error2"
10313version = "2.0.1"
10314source = "registry+https://github.com/rust-lang/crates.io-index"
10315checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10316dependencies = [
10317 "proc-macro-error-attr2",
10318 "proc-macro2",
10319 "quote",
10320 "syn 2.0.100",
10321]
10322
10323[[package]]
10324name = "proc-macro2"
10325version = "1.0.94"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10328dependencies = [
10329 "unicode-ident",
10330]
10331
10332[[package]]
10333name = "proc-macro2-diagnostics"
10334version = "0.10.1"
10335source = "registry+https://github.com/rust-lang/crates.io-index"
10336checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10337dependencies = [
10338 "proc-macro2",
10339 "quote",
10340 "syn 2.0.100",
10341 "version_check",
10342 "yansi",
10343]
10344
10345[[package]]
10346name = "profiling"
10347version = "1.0.16"
10348source = "registry+https://github.com/rust-lang/crates.io-index"
10349checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10350dependencies = [
10351 "profiling-procmacros",
10352]
10353
10354[[package]]
10355name = "profiling-procmacros"
10356version = "1.0.16"
10357source = "registry+https://github.com/rust-lang/crates.io-index"
10358checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10359dependencies = [
10360 "quote",
10361 "syn 2.0.100",
10362]
10363
10364[[package]]
10365name = "project"
10366version = "0.1.0"
10367dependencies = [
10368 "aho-corasick",
10369 "anyhow",
10370 "askpass",
10371 "async-trait",
10372 "buffer_diff",
10373 "client",
10374 "clock",
10375 "collections",
10376 "env_logger 0.11.7",
10377 "extension",
10378 "fancy-regex 0.14.0",
10379 "fs",
10380 "futures 0.3.31",
10381 "fuzzy",
10382 "git",
10383 "git2",
10384 "globset",
10385 "gpui",
10386 "http_client",
10387 "image",
10388 "itertools 0.14.0",
10389 "language",
10390 "log",
10391 "lsp",
10392 "node_runtime",
10393 "parking_lot",
10394 "pathdiff",
10395 "paths",
10396 "postage",
10397 "prettier",
10398 "pretty_assertions",
10399 "rand 0.8.5",
10400 "regex",
10401 "release_channel",
10402 "remote",
10403 "rpc",
10404 "schemars",
10405 "serde",
10406 "serde_json",
10407 "settings",
10408 "sha2",
10409 "shellexpand 2.1.2",
10410 "shlex",
10411 "smol",
10412 "snippet",
10413 "snippet_provider",
10414 "task",
10415 "tempfile",
10416 "terminal",
10417 "text",
10418 "toml 0.8.20",
10419 "unindent",
10420 "url",
10421 "util",
10422 "which 6.0.3",
10423 "worktree",
10424]
10425
10426[[package]]
10427name = "project_panel"
10428version = "0.1.0"
10429dependencies = [
10430 "anyhow",
10431 "client",
10432 "collections",
10433 "command_palette_hooks",
10434 "db",
10435 "editor",
10436 "file_icons",
10437 "git",
10438 "gpui",
10439 "indexmap",
10440 "language",
10441 "menu",
10442 "pretty_assertions",
10443 "project",
10444 "schemars",
10445 "search",
10446 "serde",
10447 "serde_derive",
10448 "serde_json",
10449 "settings",
10450 "smallvec",
10451 "theme",
10452 "ui",
10453 "util",
10454 "workspace",
10455 "worktree",
10456 "zed_actions",
10457]
10458
10459[[package]]
10460name = "project_symbols"
10461version = "0.1.0"
10462dependencies = [
10463 "anyhow",
10464 "editor",
10465 "futures 0.3.31",
10466 "fuzzy",
10467 "gpui",
10468 "language",
10469 "lsp",
10470 "ordered-float 2.10.1",
10471 "picker",
10472 "project",
10473 "release_channel",
10474 "serde_json",
10475 "settings",
10476 "theme",
10477 "util",
10478 "workspace",
10479]
10480
10481[[package]]
10482name = "prometheus"
10483version = "0.13.4"
10484source = "registry+https://github.com/rust-lang/crates.io-index"
10485checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10486dependencies = [
10487 "cfg-if",
10488 "fnv",
10489 "lazy_static",
10490 "memchr",
10491 "parking_lot",
10492 "protobuf",
10493 "thiserror 1.0.69",
10494]
10495
10496[[package]]
10497name = "prompt_library"
10498version = "0.1.0"
10499dependencies = [
10500 "anyhow",
10501 "collections",
10502 "editor",
10503 "gpui",
10504 "language",
10505 "language_model",
10506 "log",
10507 "menu",
10508 "picker",
10509 "prompt_store",
10510 "release_channel",
10511 "rope",
10512 "serde",
10513 "settings",
10514 "theme",
10515 "ui",
10516 "util",
10517 "workspace",
10518 "zed_actions",
10519]
10520
10521[[package]]
10522name = "prompt_store"
10523version = "0.1.0"
10524dependencies = [
10525 "anyhow",
10526 "assets",
10527 "chrono",
10528 "collections",
10529 "fs",
10530 "futures 0.3.31",
10531 "fuzzy",
10532 "gpui",
10533 "handlebars 4.5.0",
10534 "heed",
10535 "language",
10536 "log",
10537 "parking_lot",
10538 "paths",
10539 "rope",
10540 "serde",
10541 "text",
10542 "util",
10543 "uuid",
10544]
10545
10546[[package]]
10547name = "prost"
10548version = "0.9.0"
10549source = "registry+https://github.com/rust-lang/crates.io-index"
10550checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10551dependencies = [
10552 "bytes 1.10.1",
10553 "prost-derive 0.9.0",
10554]
10555
10556[[package]]
10557name = "prost"
10558version = "0.12.6"
10559source = "registry+https://github.com/rust-lang/crates.io-index"
10560checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10561dependencies = [
10562 "bytes 1.10.1",
10563 "prost-derive 0.12.6",
10564]
10565
10566[[package]]
10567name = "prost-build"
10568version = "0.9.0"
10569source = "registry+https://github.com/rust-lang/crates.io-index"
10570checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10571dependencies = [
10572 "bytes 1.10.1",
10573 "heck 0.3.3",
10574 "itertools 0.10.5",
10575 "lazy_static",
10576 "log",
10577 "multimap 0.8.3",
10578 "petgraph",
10579 "prost 0.9.0",
10580 "prost-types 0.9.0",
10581 "regex",
10582 "tempfile",
10583 "which 4.4.2",
10584]
10585
10586[[package]]
10587name = "prost-build"
10588version = "0.12.6"
10589source = "registry+https://github.com/rust-lang/crates.io-index"
10590checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10591dependencies = [
10592 "bytes 1.10.1",
10593 "heck 0.5.0",
10594 "itertools 0.12.1",
10595 "log",
10596 "multimap 0.10.0",
10597 "once_cell",
10598 "petgraph",
10599 "prettyplease",
10600 "prost 0.12.6",
10601 "prost-types 0.12.6",
10602 "regex",
10603 "syn 2.0.100",
10604 "tempfile",
10605]
10606
10607[[package]]
10608name = "prost-derive"
10609version = "0.9.0"
10610source = "registry+https://github.com/rust-lang/crates.io-index"
10611checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10612dependencies = [
10613 "anyhow",
10614 "itertools 0.10.5",
10615 "proc-macro2",
10616 "quote",
10617 "syn 1.0.109",
10618]
10619
10620[[package]]
10621name = "prost-derive"
10622version = "0.12.6"
10623source = "registry+https://github.com/rust-lang/crates.io-index"
10624checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10625dependencies = [
10626 "anyhow",
10627 "itertools 0.12.1",
10628 "proc-macro2",
10629 "quote",
10630 "syn 2.0.100",
10631]
10632
10633[[package]]
10634name = "prost-types"
10635version = "0.9.0"
10636source = "registry+https://github.com/rust-lang/crates.io-index"
10637checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10638dependencies = [
10639 "bytes 1.10.1",
10640 "prost 0.9.0",
10641]
10642
10643[[package]]
10644name = "prost-types"
10645version = "0.12.6"
10646source = "registry+https://github.com/rust-lang/crates.io-index"
10647checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10648dependencies = [
10649 "prost 0.12.6",
10650]
10651
10652[[package]]
10653name = "proto"
10654version = "0.1.0"
10655dependencies = [
10656 "anyhow",
10657 "collections",
10658 "prost 0.9.0",
10659 "prost-build 0.9.0",
10660 "serde",
10661]
10662
10663[[package]]
10664name = "protobuf"
10665version = "2.28.0"
10666source = "registry+https://github.com/rust-lang/crates.io-index"
10667checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10668
10669[[package]]
10670name = "psm"
10671version = "0.1.24"
10672source = "registry+https://github.com/rust-lang/crates.io-index"
10673checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10674dependencies = [
10675 "cc",
10676]
10677
10678[[package]]
10679name = "ptr_meta"
10680version = "0.1.4"
10681source = "registry+https://github.com/rust-lang/crates.io-index"
10682checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10683dependencies = [
10684 "ptr_meta_derive",
10685]
10686
10687[[package]]
10688name = "ptr_meta_derive"
10689version = "0.1.4"
10690source = "registry+https://github.com/rust-lang/crates.io-index"
10691checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10692dependencies = [
10693 "proc-macro2",
10694 "quote",
10695 "syn 1.0.109",
10696]
10697
10698[[package]]
10699name = "pulldown-cmark"
10700version = "0.10.3"
10701source = "registry+https://github.com/rust-lang/crates.io-index"
10702checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10703dependencies = [
10704 "bitflags 2.8.0",
10705 "memchr",
10706 "pulldown-cmark-escape",
10707 "unicase",
10708]
10709
10710[[package]]
10711name = "pulldown-cmark"
10712version = "0.12.2"
10713source = "registry+https://github.com/rust-lang/crates.io-index"
10714checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10715dependencies = [
10716 "bitflags 2.8.0",
10717 "memchr",
10718 "unicase",
10719]
10720
10721[[package]]
10722name = "pulldown-cmark-escape"
10723version = "0.10.1"
10724source = "registry+https://github.com/rust-lang/crates.io-index"
10725checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10726
10727[[package]]
10728name = "pulley-interpreter"
10729version = "29.0.1"
10730source = "registry+https://github.com/rust-lang/crates.io-index"
10731checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10732dependencies = [
10733 "cranelift-bitset",
10734 "log",
10735 "sptr",
10736 "wasmtime-math",
10737]
10738
10739[[package]]
10740name = "qoi"
10741version = "0.4.1"
10742source = "registry+https://github.com/rust-lang/crates.io-index"
10743checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10744dependencies = [
10745 "bytemuck",
10746]
10747
10748[[package]]
10749name = "quick-error"
10750version = "2.0.1"
10751source = "registry+https://github.com/rust-lang/crates.io-index"
10752checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10753
10754[[package]]
10755name = "quick-xml"
10756version = "0.32.0"
10757source = "registry+https://github.com/rust-lang/crates.io-index"
10758checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10759dependencies = [
10760 "memchr",
10761]
10762
10763[[package]]
10764name = "quick-xml"
10765version = "0.37.2"
10766source = "registry+https://github.com/rust-lang/crates.io-index"
10767checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10768dependencies = [
10769 "memchr",
10770]
10771
10772[[package]]
10773name = "quinn"
10774version = "0.11.6"
10775source = "registry+https://github.com/rust-lang/crates.io-index"
10776checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10777dependencies = [
10778 "bytes 1.10.1",
10779 "pin-project-lite",
10780 "quinn-proto",
10781 "quinn-udp",
10782 "rustc-hash 2.1.1",
10783 "rustls 0.23.23",
10784 "socket2",
10785 "thiserror 2.0.6",
10786 "tokio",
10787 "tracing",
10788]
10789
10790[[package]]
10791name = "quinn-proto"
10792version = "0.11.9"
10793source = "registry+https://github.com/rust-lang/crates.io-index"
10794checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10795dependencies = [
10796 "bytes 1.10.1",
10797 "getrandom 0.2.15",
10798 "rand 0.8.5",
10799 "ring",
10800 "rustc-hash 2.1.1",
10801 "rustls 0.23.23",
10802 "rustls-pki-types",
10803 "slab",
10804 "thiserror 2.0.6",
10805 "tinyvec",
10806 "tracing",
10807 "web-time",
10808]
10809
10810[[package]]
10811name = "quinn-udp"
10812version = "0.5.9"
10813source = "registry+https://github.com/rust-lang/crates.io-index"
10814checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10815dependencies = [
10816 "cfg_aliases 0.2.1",
10817 "libc",
10818 "once_cell",
10819 "socket2",
10820 "tracing",
10821 "windows-sys 0.59.0",
10822]
10823
10824[[package]]
10825name = "quote"
10826version = "1.0.40"
10827source = "registry+https://github.com/rust-lang/crates.io-index"
10828checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10829dependencies = [
10830 "proc-macro2",
10831]
10832
10833[[package]]
10834name = "radium"
10835version = "0.7.0"
10836source = "registry+https://github.com/rust-lang/crates.io-index"
10837checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10838
10839[[package]]
10840name = "rand"
10841version = "0.7.3"
10842source = "registry+https://github.com/rust-lang/crates.io-index"
10843checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10844dependencies = [
10845 "getrandom 0.1.16",
10846 "libc",
10847 "rand_chacha 0.2.2",
10848 "rand_core 0.5.1",
10849 "rand_hc",
10850]
10851
10852[[package]]
10853name = "rand"
10854version = "0.8.5"
10855source = "registry+https://github.com/rust-lang/crates.io-index"
10856checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10857dependencies = [
10858 "libc",
10859 "rand_chacha 0.3.1",
10860 "rand_core 0.6.4",
10861]
10862
10863[[package]]
10864name = "rand"
10865version = "0.9.0"
10866source = "registry+https://github.com/rust-lang/crates.io-index"
10867checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10868dependencies = [
10869 "rand_chacha 0.9.0",
10870 "rand_core 0.9.0",
10871 "zerocopy 0.8.18",
10872]
10873
10874[[package]]
10875name = "rand_chacha"
10876version = "0.2.2"
10877source = "registry+https://github.com/rust-lang/crates.io-index"
10878checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10879dependencies = [
10880 "ppv-lite86",
10881 "rand_core 0.5.1",
10882]
10883
10884[[package]]
10885name = "rand_chacha"
10886version = "0.3.1"
10887source = "registry+https://github.com/rust-lang/crates.io-index"
10888checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10889dependencies = [
10890 "ppv-lite86",
10891 "rand_core 0.6.4",
10892]
10893
10894[[package]]
10895name = "rand_chacha"
10896version = "0.9.0"
10897source = "registry+https://github.com/rust-lang/crates.io-index"
10898checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
10899dependencies = [
10900 "ppv-lite86",
10901 "rand_core 0.9.0",
10902]
10903
10904[[package]]
10905name = "rand_core"
10906version = "0.5.1"
10907source = "registry+https://github.com/rust-lang/crates.io-index"
10908checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10909dependencies = [
10910 "getrandom 0.1.16",
10911]
10912
10913[[package]]
10914name = "rand_core"
10915version = "0.6.4"
10916source = "registry+https://github.com/rust-lang/crates.io-index"
10917checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10918dependencies = [
10919 "getrandom 0.2.15",
10920]
10921
10922[[package]]
10923name = "rand_core"
10924version = "0.9.0"
10925source = "registry+https://github.com/rust-lang/crates.io-index"
10926checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
10927dependencies = [
10928 "getrandom 0.3.1",
10929 "zerocopy 0.8.18",
10930]
10931
10932[[package]]
10933name = "rand_hc"
10934version = "0.2.0"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10937dependencies = [
10938 "rand_core 0.5.1",
10939]
10940
10941[[package]]
10942name = "rangemap"
10943version = "1.5.1"
10944source = "registry+https://github.com/rust-lang/crates.io-index"
10945checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10946
10947[[package]]
10948name = "rav1e"
10949version = "0.7.1"
10950source = "registry+https://github.com/rust-lang/crates.io-index"
10951checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10952dependencies = [
10953 "arbitrary",
10954 "arg_enum_proc_macro",
10955 "arrayvec",
10956 "av1-grain",
10957 "bitstream-io",
10958 "built",
10959 "cfg-if",
10960 "interpolate_name",
10961 "itertools 0.12.1",
10962 "libc",
10963 "libfuzzer-sys",
10964 "log",
10965 "maybe-rayon",
10966 "new_debug_unreachable",
10967 "noop_proc_macro",
10968 "num-derive",
10969 "num-traits",
10970 "once_cell",
10971 "paste",
10972 "profiling",
10973 "rand 0.8.5",
10974 "rand_chacha 0.3.1",
10975 "simd_helpers",
10976 "system-deps",
10977 "thiserror 1.0.69",
10978 "v_frame",
10979 "wasm-bindgen",
10980]
10981
10982[[package]]
10983name = "ravif"
10984version = "0.11.11"
10985source = "registry+https://github.com/rust-lang/crates.io-index"
10986checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10987dependencies = [
10988 "avif-serialize",
10989 "imgref",
10990 "loop9",
10991 "quick-error",
10992 "rav1e",
10993 "rayon",
10994 "rgb",
10995]
10996
10997[[package]]
10998name = "raw-window-handle"
10999version = "0.6.2"
11000source = "registry+https://github.com/rust-lang/crates.io-index"
11001checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11002
11003[[package]]
11004name = "raw-window-metal"
11005version = "0.4.0"
11006source = "registry+https://github.com/rust-lang/crates.io-index"
11007checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11008dependencies = [
11009 "cocoa 0.25.0",
11010 "core-graphics 0.23.2",
11011 "objc",
11012 "raw-window-handle",
11013]
11014
11015[[package]]
11016name = "rayon"
11017version = "1.10.0"
11018source = "registry+https://github.com/rust-lang/crates.io-index"
11019checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11020dependencies = [
11021 "either",
11022 "rayon-core",
11023]
11024
11025[[package]]
11026name = "rayon-core"
11027version = "1.12.1"
11028source = "registry+https://github.com/rust-lang/crates.io-index"
11029checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11030dependencies = [
11031 "crossbeam-deque",
11032 "crossbeam-utils",
11033]
11034
11035[[package]]
11036name = "read-fonts"
11037version = "0.22.5"
11038source = "registry+https://github.com/rust-lang/crates.io-index"
11039checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11040dependencies = [
11041 "bytemuck",
11042 "font-types",
11043]
11044
11045[[package]]
11046name = "recent_projects"
11047version = "0.1.0"
11048dependencies = [
11049 "anyhow",
11050 "auto_update",
11051 "editor",
11052 "extension_host",
11053 "file_finder",
11054 "futures 0.3.31",
11055 "fuzzy",
11056 "gpui",
11057 "language",
11058 "log",
11059 "markdown",
11060 "menu",
11061 "ordered-float 2.10.1",
11062 "paths",
11063 "picker",
11064 "project",
11065 "release_channel",
11066 "remote",
11067 "schemars",
11068 "serde",
11069 "serde_json",
11070 "settings",
11071 "smol",
11072 "task",
11073 "telemetry",
11074 "theme",
11075 "ui",
11076 "util",
11077 "workspace",
11078 "zed_actions",
11079]
11080
11081[[package]]
11082name = "redox_syscall"
11083version = "0.2.16"
11084source = "registry+https://github.com/rust-lang/crates.io-index"
11085checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11086dependencies = [
11087 "bitflags 1.3.2",
11088]
11089
11090[[package]]
11091name = "redox_syscall"
11092version = "0.5.8"
11093source = "registry+https://github.com/rust-lang/crates.io-index"
11094checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11095dependencies = [
11096 "bitflags 2.8.0",
11097]
11098
11099[[package]]
11100name = "redox_users"
11101version = "0.4.6"
11102source = "registry+https://github.com/rust-lang/crates.io-index"
11103checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11104dependencies = [
11105 "getrandom 0.2.15",
11106 "libredox",
11107 "thiserror 1.0.69",
11108]
11109
11110[[package]]
11111name = "refineable"
11112version = "0.1.0"
11113dependencies = [
11114 "derive_refineable",
11115]
11116
11117[[package]]
11118name = "regalloc2"
11119version = "0.11.1"
11120source = "registry+https://github.com/rust-lang/crates.io-index"
11121checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11122dependencies = [
11123 "allocator-api2",
11124 "bumpalo",
11125 "hashbrown 0.15.2",
11126 "log",
11127 "rustc-hash 2.1.1",
11128 "smallvec",
11129]
11130
11131[[package]]
11132name = "regex"
11133version = "1.11.1"
11134source = "registry+https://github.com/rust-lang/crates.io-index"
11135checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11136dependencies = [
11137 "aho-corasick",
11138 "memchr",
11139 "regex-automata 0.4.9",
11140 "regex-syntax 0.8.5",
11141]
11142
11143[[package]]
11144name = "regex-automata"
11145version = "0.1.10"
11146source = "registry+https://github.com/rust-lang/crates.io-index"
11147checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11148dependencies = [
11149 "regex-syntax 0.6.29",
11150]
11151
11152[[package]]
11153name = "regex-automata"
11154version = "0.4.9"
11155source = "registry+https://github.com/rust-lang/crates.io-index"
11156checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11157dependencies = [
11158 "aho-corasick",
11159 "memchr",
11160 "regex-syntax 0.8.5",
11161]
11162
11163[[package]]
11164name = "regex-lite"
11165version = "0.1.6"
11166source = "registry+https://github.com/rust-lang/crates.io-index"
11167checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11168
11169[[package]]
11170name = "regex-syntax"
11171version = "0.6.29"
11172source = "registry+https://github.com/rust-lang/crates.io-index"
11173checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11174
11175[[package]]
11176name = "regex-syntax"
11177version = "0.8.5"
11178source = "registry+https://github.com/rust-lang/crates.io-index"
11179checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11180
11181[[package]]
11182name = "release_channel"
11183version = "0.1.0"
11184dependencies = [
11185 "gpui",
11186]
11187
11188[[package]]
11189name = "remote"
11190version = "0.1.0"
11191dependencies = [
11192 "anyhow",
11193 "askpass",
11194 "async-trait",
11195 "collections",
11196 "fs",
11197 "futures 0.3.31",
11198 "gpui",
11199 "itertools 0.14.0",
11200 "log",
11201 "parking_lot",
11202 "paths",
11203 "prost 0.9.0",
11204 "release_channel",
11205 "rpc",
11206 "schemars",
11207 "serde",
11208 "serde_json",
11209 "shlex",
11210 "smol",
11211 "tempfile",
11212 "thiserror 1.0.69",
11213 "util",
11214]
11215
11216[[package]]
11217name = "remote_server"
11218version = "0.1.0"
11219dependencies = [
11220 "anyhow",
11221 "async-watch",
11222 "backtrace",
11223 "cargo_toml",
11224 "chrono",
11225 "clap",
11226 "client",
11227 "clock",
11228 "env_logger 0.11.7",
11229 "extension",
11230 "extension_host",
11231 "fork",
11232 "fs",
11233 "futures 0.3.31",
11234 "git",
11235 "git_hosting_providers",
11236 "gpui",
11237 "gpui_tokio",
11238 "http_client",
11239 "language",
11240 "language_extension",
11241 "languages",
11242 "libc",
11243 "log",
11244 "lsp",
11245 "node_runtime",
11246 "paths",
11247 "project",
11248 "proto",
11249 "release_channel",
11250 "remote",
11251 "reqwest_client",
11252 "rpc",
11253 "rust-embed",
11254 "serde",
11255 "serde_json",
11256 "settings",
11257 "shellexpand 2.1.2",
11258 "smol",
11259 "sysinfo",
11260 "telemetry_events",
11261 "toml 0.8.20",
11262 "unindent",
11263 "util",
11264 "worktree",
11265]
11266
11267[[package]]
11268name = "rend"
11269version = "0.4.2"
11270source = "registry+https://github.com/rust-lang/crates.io-index"
11271checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11272dependencies = [
11273 "bytecheck",
11274]
11275
11276[[package]]
11277name = "repl"
11278version = "0.1.0"
11279dependencies = [
11280 "alacritty_terminal",
11281 "anyhow",
11282 "async-dispatcher",
11283 "async-tungstenite",
11284 "base64 0.22.1",
11285 "client",
11286 "collections",
11287 "command_palette_hooks",
11288 "editor",
11289 "env_logger 0.11.7",
11290 "feature_flags",
11291 "file_icons",
11292 "futures 0.3.31",
11293 "gpui",
11294 "http_client",
11295 "image",
11296 "indoc",
11297 "jupyter-protocol",
11298 "jupyter-websocket-client",
11299 "language",
11300 "languages",
11301 "log",
11302 "markdown_preview",
11303 "menu",
11304 "multi_buffer",
11305 "nbformat",
11306 "picker",
11307 "project",
11308 "runtimelib",
11309 "schemars",
11310 "serde",
11311 "serde_json",
11312 "settings",
11313 "smol",
11314 "telemetry",
11315 "terminal",
11316 "terminal_view",
11317 "theme",
11318 "tree-sitter-md",
11319 "tree-sitter-python",
11320 "tree-sitter-typescript",
11321 "ui",
11322 "util",
11323 "uuid",
11324 "workspace",
11325]
11326
11327[[package]]
11328name = "reqwest"
11329version = "0.11.27"
11330source = "registry+https://github.com/rust-lang/crates.io-index"
11331checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11332dependencies = [
11333 "base64 0.21.7",
11334 "bytes 1.10.1",
11335 "encoding_rs",
11336 "futures-core",
11337 "futures-util",
11338 "h2 0.3.26",
11339 "http 0.2.12",
11340 "http-body 0.4.6",
11341 "hyper 0.14.32",
11342 "hyper-rustls 0.24.2",
11343 "hyper-tls",
11344 "ipnet",
11345 "js-sys",
11346 "log",
11347 "mime",
11348 "native-tls",
11349 "once_cell",
11350 "percent-encoding",
11351 "pin-project-lite",
11352 "rustls 0.21.12",
11353 "rustls-native-certs 0.6.3",
11354 "rustls-pemfile 1.0.4",
11355 "serde",
11356 "serde_json",
11357 "serde_urlencoded",
11358 "sync_wrapper 0.1.2",
11359 "system-configuration 0.5.1",
11360 "tokio",
11361 "tokio-native-tls",
11362 "tokio-rustls 0.24.1",
11363 "tower-service",
11364 "url",
11365 "wasm-bindgen",
11366 "wasm-bindgen-futures",
11367 "web-sys",
11368 "winreg 0.50.0",
11369]
11370
11371[[package]]
11372name = "reqwest"
11373version = "0.12.8"
11374source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11375dependencies = [
11376 "base64 0.22.1",
11377 "bytes 1.10.1",
11378 "encoding_rs",
11379 "futures-core",
11380 "futures-util",
11381 "h2 0.4.7",
11382 "http 1.2.0",
11383 "http-body 1.0.1",
11384 "http-body-util",
11385 "hyper 1.5.1",
11386 "hyper-rustls 0.27.3",
11387 "hyper-util",
11388 "ipnet",
11389 "js-sys",
11390 "log",
11391 "mime",
11392 "once_cell",
11393 "percent-encoding",
11394 "pin-project-lite",
11395 "quinn",
11396 "rustls 0.23.23",
11397 "rustls-native-certs 0.8.1",
11398 "rustls-pemfile 2.2.0",
11399 "rustls-pki-types",
11400 "serde",
11401 "serde_json",
11402 "serde_urlencoded",
11403 "sync_wrapper 1.0.2",
11404 "system-configuration 0.6.1",
11405 "tokio",
11406 "tokio-rustls 0.26.1",
11407 "tokio-socks",
11408 "tokio-util",
11409 "tower-service",
11410 "url",
11411 "wasm-bindgen",
11412 "wasm-bindgen-futures",
11413 "wasm-streams",
11414 "web-sys",
11415 "windows-registry",
11416]
11417
11418[[package]]
11419name = "reqwest_client"
11420version = "0.1.0"
11421dependencies = [
11422 "anyhow",
11423 "bytes 1.10.1",
11424 "futures 0.3.31",
11425 "gpui",
11426 "http_client",
11427 "log",
11428 "regex",
11429 "reqwest 0.12.8",
11430 "serde",
11431 "smol",
11432 "tokio",
11433]
11434
11435[[package]]
11436name = "resvg"
11437version = "0.45.0"
11438source = "registry+https://github.com/rust-lang/crates.io-index"
11439checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11440dependencies = [
11441 "log",
11442 "pico-args",
11443 "rgb",
11444 "svgtypes",
11445 "tiny-skia",
11446 "usvg",
11447]
11448
11449[[package]]
11450name = "rfc6979"
11451version = "0.3.1"
11452source = "registry+https://github.com/rust-lang/crates.io-index"
11453checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11454dependencies = [
11455 "crypto-bigint 0.4.9",
11456 "hmac",
11457 "zeroize",
11458]
11459
11460[[package]]
11461name = "rgb"
11462version = "0.8.50"
11463source = "registry+https://github.com/rust-lang/crates.io-index"
11464checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11465dependencies = [
11466 "bytemuck",
11467]
11468
11469[[package]]
11470name = "rich_text"
11471version = "0.1.0"
11472dependencies = [
11473 "futures 0.3.31",
11474 "gpui",
11475 "language",
11476 "linkify",
11477 "pulldown-cmark 0.12.2",
11478 "theme",
11479 "ui",
11480 "util",
11481]
11482
11483[[package]]
11484name = "ring"
11485version = "0.17.8"
11486source = "registry+https://github.com/rust-lang/crates.io-index"
11487checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11488dependencies = [
11489 "cc",
11490 "cfg-if",
11491 "getrandom 0.2.15",
11492 "libc",
11493 "spin",
11494 "untrusted",
11495 "windows-sys 0.52.0",
11496]
11497
11498[[package]]
11499name = "rkyv"
11500version = "0.7.45"
11501source = "registry+https://github.com/rust-lang/crates.io-index"
11502checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11503dependencies = [
11504 "bitvec",
11505 "bytecheck",
11506 "bytes 1.10.1",
11507 "hashbrown 0.12.3",
11508 "ptr_meta",
11509 "rend",
11510 "rkyv_derive",
11511 "seahash",
11512 "tinyvec",
11513 "uuid",
11514]
11515
11516[[package]]
11517name = "rkyv_derive"
11518version = "0.7.45"
11519source = "registry+https://github.com/rust-lang/crates.io-index"
11520checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11521dependencies = [
11522 "proc-macro2",
11523 "quote",
11524 "syn 1.0.109",
11525]
11526
11527[[package]]
11528name = "rmp"
11529version = "0.8.14"
11530source = "registry+https://github.com/rust-lang/crates.io-index"
11531checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11532dependencies = [
11533 "byteorder",
11534 "num-traits",
11535 "paste",
11536]
11537
11538[[package]]
11539name = "rmpv"
11540version = "1.3.0"
11541source = "registry+https://github.com/rust-lang/crates.io-index"
11542checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11543dependencies = [
11544 "num-traits",
11545 "rmp",
11546]
11547
11548[[package]]
11549name = "rodio"
11550version = "0.20.1"
11551source = "registry+https://github.com/rust-lang/crates.io-index"
11552checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11553dependencies = [
11554 "cpal",
11555 "hound",
11556]
11557
11558[[package]]
11559name = "rope"
11560version = "0.1.0"
11561dependencies = [
11562 "arrayvec",
11563 "criterion",
11564 "ctor",
11565 "env_logger 0.11.7",
11566 "gpui",
11567 "log",
11568 "rand 0.8.5",
11569 "rayon",
11570 "smallvec",
11571 "sum_tree",
11572 "unicode-segmentation",
11573 "util",
11574]
11575
11576[[package]]
11577name = "roxmltree"
11578version = "0.20.0"
11579source = "registry+https://github.com/rust-lang/crates.io-index"
11580checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11581
11582[[package]]
11583name = "rpc"
11584version = "0.1.0"
11585dependencies = [
11586 "anyhow",
11587 "async-tungstenite",
11588 "base64 0.22.1",
11589 "chrono",
11590 "collections",
11591 "env_logger 0.11.7",
11592 "futures 0.3.31",
11593 "gpui",
11594 "parking_lot",
11595 "proto",
11596 "rand 0.8.5",
11597 "rsa",
11598 "serde",
11599 "serde_json",
11600 "sha2",
11601 "strum",
11602 "tracing",
11603 "util",
11604 "zstd",
11605]
11606
11607[[package]]
11608name = "rsa"
11609version = "0.9.8"
11610source = "registry+https://github.com/rust-lang/crates.io-index"
11611checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11612dependencies = [
11613 "const-oid",
11614 "digest",
11615 "num-bigint-dig",
11616 "num-integer",
11617 "num-traits",
11618 "pkcs1",
11619 "pkcs8 0.10.2",
11620 "rand_core 0.6.4",
11621 "signature 2.2.0",
11622 "spki 0.7.3",
11623 "subtle",
11624 "zeroize",
11625]
11626
11627[[package]]
11628name = "runtimelib"
11629version = "0.25.0"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11632dependencies = [
11633 "anyhow",
11634 "async-dispatcher",
11635 "async-std",
11636 "base64 0.22.1",
11637 "bytes 1.10.1",
11638 "chrono",
11639 "data-encoding",
11640 "dirs 5.0.1",
11641 "futures 0.3.31",
11642 "glob",
11643 "jupyter-protocol",
11644 "ring",
11645 "serde",
11646 "serde_json",
11647 "shellexpand 3.1.0",
11648 "smol",
11649 "uuid",
11650 "zeromq",
11651]
11652
11653[[package]]
11654name = "rust-embed"
11655version = "8.5.0"
11656source = "registry+https://github.com/rust-lang/crates.io-index"
11657checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11658dependencies = [
11659 "rust-embed-impl",
11660 "rust-embed-utils",
11661 "walkdir",
11662]
11663
11664[[package]]
11665name = "rust-embed-impl"
11666version = "8.5.0"
11667source = "registry+https://github.com/rust-lang/crates.io-index"
11668checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11669dependencies = [
11670 "proc-macro2",
11671 "quote",
11672 "rust-embed-utils",
11673 "syn 2.0.100",
11674 "walkdir",
11675]
11676
11677[[package]]
11678name = "rust-embed-utils"
11679version = "8.5.0"
11680source = "registry+https://github.com/rust-lang/crates.io-index"
11681checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11682dependencies = [
11683 "globset",
11684 "sha2",
11685 "walkdir",
11686]
11687
11688[[package]]
11689name = "rust_decimal"
11690version = "1.36.0"
11691source = "registry+https://github.com/rust-lang/crates.io-index"
11692checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11693dependencies = [
11694 "arrayvec",
11695 "borsh",
11696 "bytes 1.10.1",
11697 "num-traits",
11698 "rand 0.8.5",
11699 "rkyv",
11700 "serde",
11701 "serde_json",
11702]
11703
11704[[package]]
11705name = "rustc-demangle"
11706version = "0.1.24"
11707source = "registry+https://github.com/rust-lang/crates.io-index"
11708checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11709
11710[[package]]
11711name = "rustc-hash"
11712version = "1.1.0"
11713source = "registry+https://github.com/rust-lang/crates.io-index"
11714checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11715
11716[[package]]
11717name = "rustc-hash"
11718version = "2.1.1"
11719source = "registry+https://github.com/rust-lang/crates.io-index"
11720checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11721
11722[[package]]
11723name = "rustc_version"
11724version = "0.4.1"
11725source = "registry+https://github.com/rust-lang/crates.io-index"
11726checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11727dependencies = [
11728 "semver",
11729]
11730
11731[[package]]
11732name = "rustix"
11733version = "0.38.42"
11734source = "registry+https://github.com/rust-lang/crates.io-index"
11735checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11736dependencies = [
11737 "bitflags 2.8.0",
11738 "errno 0.3.10",
11739 "itoa",
11740 "libc",
11741 "linux-raw-sys",
11742 "once_cell",
11743 "windows-sys 0.59.0",
11744]
11745
11746[[package]]
11747name = "rustix-openpty"
11748version = "0.1.1"
11749source = "registry+https://github.com/rust-lang/crates.io-index"
11750checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11751dependencies = [
11752 "errno 0.3.10",
11753 "libc",
11754 "rustix",
11755]
11756
11757[[package]]
11758name = "rustls"
11759version = "0.21.12"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11762dependencies = [
11763 "log",
11764 "ring",
11765 "rustls-webpki 0.101.7",
11766 "sct",
11767]
11768
11769[[package]]
11770name = "rustls"
11771version = "0.23.23"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11774dependencies = [
11775 "aws-lc-rs",
11776 "log",
11777 "once_cell",
11778 "ring",
11779 "rustls-pki-types",
11780 "rustls-webpki 0.102.8",
11781 "subtle",
11782 "zeroize",
11783]
11784
11785[[package]]
11786name = "rustls-native-certs"
11787version = "0.6.3"
11788source = "registry+https://github.com/rust-lang/crates.io-index"
11789checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11790dependencies = [
11791 "openssl-probe",
11792 "rustls-pemfile 1.0.4",
11793 "schannel",
11794 "security-framework 2.11.1",
11795]
11796
11797[[package]]
11798name = "rustls-native-certs"
11799version = "0.8.1"
11800source = "registry+https://github.com/rust-lang/crates.io-index"
11801checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11802dependencies = [
11803 "openssl-probe",
11804 "rustls-pki-types",
11805 "schannel",
11806 "security-framework 3.0.1",
11807]
11808
11809[[package]]
11810name = "rustls-pemfile"
11811version = "1.0.4"
11812source = "registry+https://github.com/rust-lang/crates.io-index"
11813checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11814dependencies = [
11815 "base64 0.21.7",
11816]
11817
11818[[package]]
11819name = "rustls-pemfile"
11820version = "2.2.0"
11821source = "registry+https://github.com/rust-lang/crates.io-index"
11822checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11823dependencies = [
11824 "rustls-pki-types",
11825]
11826
11827[[package]]
11828name = "rustls-pki-types"
11829version = "1.10.0"
11830source = "registry+https://github.com/rust-lang/crates.io-index"
11831checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11832dependencies = [
11833 "web-time",
11834]
11835
11836[[package]]
11837name = "rustls-platform-verifier"
11838version = "0.5.0"
11839source = "registry+https://github.com/rust-lang/crates.io-index"
11840checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
11841dependencies = [
11842 "core-foundation 0.10.0",
11843 "core-foundation-sys",
11844 "jni",
11845 "log",
11846 "once_cell",
11847 "rustls 0.23.23",
11848 "rustls-native-certs 0.8.1",
11849 "rustls-platform-verifier-android",
11850 "rustls-webpki 0.102.8",
11851 "security-framework 3.0.1",
11852 "security-framework-sys",
11853 "webpki-root-certs",
11854 "windows-sys 0.52.0",
11855]
11856
11857[[package]]
11858name = "rustls-platform-verifier-android"
11859version = "0.1.1"
11860source = "registry+https://github.com/rust-lang/crates.io-index"
11861checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11862
11863[[package]]
11864name = "rustls-webpki"
11865version = "0.101.7"
11866source = "registry+https://github.com/rust-lang/crates.io-index"
11867checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11868dependencies = [
11869 "ring",
11870 "untrusted",
11871]
11872
11873[[package]]
11874name = "rustls-webpki"
11875version = "0.102.8"
11876source = "registry+https://github.com/rust-lang/crates.io-index"
11877checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11878dependencies = [
11879 "aws-lc-rs",
11880 "ring",
11881 "rustls-pki-types",
11882 "untrusted",
11883]
11884
11885[[package]]
11886name = "rustversion"
11887version = "1.0.18"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11890
11891[[package]]
11892name = "rustybuzz"
11893version = "0.14.1"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11896dependencies = [
11897 "bitflags 2.8.0",
11898 "bytemuck",
11899 "libm",
11900 "smallvec",
11901 "ttf-parser 0.21.1",
11902 "unicode-bidi-mirroring 0.2.0",
11903 "unicode-ccc 0.2.0",
11904 "unicode-properties",
11905 "unicode-script",
11906]
11907
11908[[package]]
11909name = "rustybuzz"
11910version = "0.20.1"
11911source = "registry+https://github.com/rust-lang/crates.io-index"
11912checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
11913dependencies = [
11914 "bitflags 2.8.0",
11915 "bytemuck",
11916 "core_maths",
11917 "log",
11918 "smallvec",
11919 "ttf-parser 0.25.1",
11920 "unicode-bidi-mirroring 0.4.0",
11921 "unicode-ccc 0.4.0",
11922 "unicode-properties",
11923 "unicode-script",
11924]
11925
11926[[package]]
11927name = "ryu"
11928version = "1.0.18"
11929source = "registry+https://github.com/rust-lang/crates.io-index"
11930checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11931
11932[[package]]
11933name = "salsa20"
11934version = "0.10.2"
11935source = "registry+https://github.com/rust-lang/crates.io-index"
11936checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11937dependencies = [
11938 "cipher",
11939]
11940
11941[[package]]
11942name = "same-file"
11943version = "1.0.6"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11946dependencies = [
11947 "winapi-util",
11948]
11949
11950[[package]]
11951name = "schannel"
11952version = "0.1.27"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11955dependencies = [
11956 "windows-sys 0.59.0",
11957]
11958
11959[[package]]
11960name = "schema_generator"
11961version = "0.1.0"
11962dependencies = [
11963 "anyhow",
11964 "clap",
11965 "env_logger 0.11.7",
11966 "schemars",
11967 "serde",
11968 "serde_json",
11969 "theme",
11970]
11971
11972[[package]]
11973name = "schemars"
11974version = "0.8.22"
11975source = "registry+https://github.com/rust-lang/crates.io-index"
11976checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
11977dependencies = [
11978 "dyn-clone",
11979 "indexmap",
11980 "schemars_derive",
11981 "serde",
11982 "serde_json",
11983]
11984
11985[[package]]
11986name = "schemars_derive"
11987version = "0.8.22"
11988source = "registry+https://github.com/rust-lang/crates.io-index"
11989checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
11990dependencies = [
11991 "proc-macro2",
11992 "quote",
11993 "serde_derive_internals",
11994 "syn 2.0.100",
11995]
11996
11997[[package]]
11998name = "scoped-tls"
11999version = "1.0.1"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12002
12003[[package]]
12004name = "scopeguard"
12005version = "1.2.0"
12006source = "registry+https://github.com/rust-lang/crates.io-index"
12007checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12008
12009[[package]]
12010name = "scratch"
12011version = "1.0.7"
12012source = "registry+https://github.com/rust-lang/crates.io-index"
12013checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12014
12015[[package]]
12016name = "scripting_tool"
12017version = "0.1.0"
12018dependencies = [
12019 "anyhow",
12020 "buffer_diff",
12021 "clock",
12022 "collections",
12023 "futures 0.3.31",
12024 "gpui",
12025 "language",
12026 "log",
12027 "mlua",
12028 "parking_lot",
12029 "project",
12030 "rand 0.8.5",
12031 "regex",
12032 "schemars",
12033 "serde",
12034 "serde_json",
12035 "settings",
12036 "util",
12037]
12038
12039[[package]]
12040name = "scrypt"
12041version = "0.11.0"
12042source = "registry+https://github.com/rust-lang/crates.io-index"
12043checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12044dependencies = [
12045 "password-hash 0.5.0",
12046 "pbkdf2 0.12.2",
12047 "salsa20",
12048 "sha2",
12049]
12050
12051[[package]]
12052name = "sct"
12053version = "0.7.1"
12054source = "registry+https://github.com/rust-lang/crates.io-index"
12055checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12056dependencies = [
12057 "ring",
12058 "untrusted",
12059]
12060
12061[[package]]
12062name = "sea-bae"
12063version = "0.2.1"
12064source = "registry+https://github.com/rust-lang/crates.io-index"
12065checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12066dependencies = [
12067 "heck 0.4.1",
12068 "proc-macro-error2",
12069 "proc-macro2",
12070 "quote",
12071 "syn 2.0.100",
12072]
12073
12074[[package]]
12075name = "sea-orm"
12076version = "1.1.5"
12077source = "registry+https://github.com/rust-lang/crates.io-index"
12078checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
12079dependencies = [
12080 "async-stream",
12081 "async-trait",
12082 "bigdecimal",
12083 "chrono",
12084 "futures 0.3.31",
12085 "log",
12086 "ouroboros",
12087 "rust_decimal",
12088 "sea-orm-macros",
12089 "sea-query",
12090 "sea-query-binder",
12091 "serde",
12092 "serde_json",
12093 "sqlx",
12094 "strum",
12095 "thiserror 1.0.69",
12096 "time",
12097 "tracing",
12098 "url",
12099 "uuid",
12100]
12101
12102[[package]]
12103name = "sea-orm-macros"
12104version = "1.1.5"
12105source = "registry+https://github.com/rust-lang/crates.io-index"
12106checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12107dependencies = [
12108 "heck 0.4.1",
12109 "proc-macro2",
12110 "quote",
12111 "sea-bae",
12112 "syn 2.0.100",
12113 "unicode-ident",
12114]
12115
12116[[package]]
12117name = "sea-query"
12118version = "0.32.1"
12119source = "registry+https://github.com/rust-lang/crates.io-index"
12120checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12121dependencies = [
12122 "bigdecimal",
12123 "chrono",
12124 "inherent",
12125 "ordered-float 3.9.2",
12126 "rust_decimal",
12127 "serde_json",
12128 "time",
12129 "uuid",
12130]
12131
12132[[package]]
12133name = "sea-query-binder"
12134version = "0.7.0"
12135source = "registry+https://github.com/rust-lang/crates.io-index"
12136checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12137dependencies = [
12138 "bigdecimal",
12139 "chrono",
12140 "rust_decimal",
12141 "sea-query",
12142 "serde_json",
12143 "sqlx",
12144 "time",
12145 "uuid",
12146]
12147
12148[[package]]
12149name = "seahash"
12150version = "4.1.0"
12151source = "registry+https://github.com/rust-lang/crates.io-index"
12152checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12153
12154[[package]]
12155name = "search"
12156version = "0.1.0"
12157dependencies = [
12158 "any_vec",
12159 "anyhow",
12160 "bitflags 2.8.0",
12161 "client",
12162 "collections",
12163 "editor",
12164 "futures 0.3.31",
12165 "gpui",
12166 "language",
12167 "menu",
12168 "project",
12169 "schemars",
12170 "serde",
12171 "serde_json",
12172 "settings",
12173 "smol",
12174 "theme",
12175 "ui",
12176 "unindent",
12177 "util",
12178 "workspace",
12179 "zed_actions",
12180]
12181
12182[[package]]
12183name = "sec1"
12184version = "0.3.0"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12187dependencies = [
12188 "base16ct",
12189 "der 0.6.1",
12190 "generic-array",
12191 "pkcs8 0.9.0",
12192 "subtle",
12193 "zeroize",
12194]
12195
12196[[package]]
12197name = "security-framework"
12198version = "2.11.1"
12199source = "registry+https://github.com/rust-lang/crates.io-index"
12200checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12201dependencies = [
12202 "bitflags 2.8.0",
12203 "core-foundation 0.9.4",
12204 "core-foundation-sys",
12205 "libc",
12206 "security-framework-sys",
12207]
12208
12209[[package]]
12210name = "security-framework"
12211version = "3.0.1"
12212source = "registry+https://github.com/rust-lang/crates.io-index"
12213checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12214dependencies = [
12215 "bitflags 2.8.0",
12216 "core-foundation 0.10.0",
12217 "core-foundation-sys",
12218 "libc",
12219 "security-framework-sys",
12220]
12221
12222[[package]]
12223name = "security-framework-sys"
12224version = "2.12.1"
12225source = "registry+https://github.com/rust-lang/crates.io-index"
12226checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12227dependencies = [
12228 "core-foundation-sys",
12229 "libc",
12230]
12231
12232[[package]]
12233name = "self_cell"
12234version = "1.1.0"
12235source = "registry+https://github.com/rust-lang/crates.io-index"
12236checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12237
12238[[package]]
12239name = "semantic_index"
12240version = "0.1.0"
12241dependencies = [
12242 "anyhow",
12243 "arrayvec",
12244 "blake3",
12245 "client",
12246 "clock",
12247 "collections",
12248 "env_logger 0.11.7",
12249 "feature_flags",
12250 "fs",
12251 "futures 0.3.31",
12252 "futures-batch",
12253 "gpui",
12254 "heed",
12255 "http_client",
12256 "language",
12257 "language_model",
12258 "languages",
12259 "log",
12260 "open_ai",
12261 "parking_lot",
12262 "project",
12263 "reqwest_client",
12264 "serde",
12265 "serde_json",
12266 "settings",
12267 "sha2",
12268 "smol",
12269 "streaming-iterator",
12270 "tempfile",
12271 "theme",
12272 "tree-sitter",
12273 "ui",
12274 "unindent",
12275 "util",
12276 "workspace",
12277 "worktree",
12278]
12279
12280[[package]]
12281name = "semantic_version"
12282version = "0.1.0"
12283dependencies = [
12284 "anyhow",
12285 "serde",
12286]
12287
12288[[package]]
12289name = "semver"
12290version = "1.0.25"
12291source = "registry+https://github.com/rust-lang/crates.io-index"
12292checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12293dependencies = [
12294 "serde",
12295]
12296
12297[[package]]
12298name = "serde"
12299version = "1.0.218"
12300source = "registry+https://github.com/rust-lang/crates.io-index"
12301checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12302dependencies = [
12303 "serde_derive",
12304]
12305
12306[[package]]
12307name = "serde_derive"
12308version = "1.0.218"
12309source = "registry+https://github.com/rust-lang/crates.io-index"
12310checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12311dependencies = [
12312 "proc-macro2",
12313 "quote",
12314 "syn 2.0.100",
12315]
12316
12317[[package]]
12318name = "serde_derive_internals"
12319version = "0.29.1"
12320source = "registry+https://github.com/rust-lang/crates.io-index"
12321checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12322dependencies = [
12323 "proc-macro2",
12324 "quote",
12325 "syn 2.0.100",
12326]
12327
12328[[package]]
12329name = "serde_fmt"
12330version = "1.0.3"
12331source = "registry+https://github.com/rust-lang/crates.io-index"
12332checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12333dependencies = [
12334 "serde",
12335]
12336
12337[[package]]
12338name = "serde_json"
12339version = "1.0.139"
12340source = "registry+https://github.com/rust-lang/crates.io-index"
12341checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12342dependencies = [
12343 "indexmap",
12344 "itoa",
12345 "memchr",
12346 "ryu",
12347 "serde",
12348]
12349
12350[[package]]
12351name = "serde_json_lenient"
12352version = "0.2.4"
12353source = "registry+https://github.com/rust-lang/crates.io-index"
12354checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12355dependencies = [
12356 "indexmap",
12357 "itoa",
12358 "memchr",
12359 "ryu",
12360 "serde",
12361]
12362
12363[[package]]
12364name = "serde_path_to_error"
12365version = "0.1.16"
12366source = "registry+https://github.com/rust-lang/crates.io-index"
12367checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12368dependencies = [
12369 "itoa",
12370 "serde",
12371]
12372
12373[[package]]
12374name = "serde_qs"
12375version = "0.8.5"
12376source = "registry+https://github.com/rust-lang/crates.io-index"
12377checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12378dependencies = [
12379 "percent-encoding",
12380 "serde",
12381 "thiserror 1.0.69",
12382]
12383
12384[[package]]
12385name = "serde_qs"
12386version = "0.10.1"
12387source = "registry+https://github.com/rust-lang/crates.io-index"
12388checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12389dependencies = [
12390 "percent-encoding",
12391 "serde",
12392 "thiserror 1.0.69",
12393]
12394
12395[[package]]
12396name = "serde_repr"
12397version = "0.1.19"
12398source = "registry+https://github.com/rust-lang/crates.io-index"
12399checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12400dependencies = [
12401 "proc-macro2",
12402 "quote",
12403 "syn 2.0.100",
12404]
12405
12406[[package]]
12407name = "serde_spanned"
12408version = "0.6.8"
12409source = "registry+https://github.com/rust-lang/crates.io-index"
12410checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12411dependencies = [
12412 "serde",
12413]
12414
12415[[package]]
12416name = "serde_urlencoded"
12417version = "0.7.1"
12418source = "registry+https://github.com/rust-lang/crates.io-index"
12419checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12420dependencies = [
12421 "form_urlencoded",
12422 "itoa",
12423 "ryu",
12424 "serde",
12425]
12426
12427[[package]]
12428name = "session"
12429version = "0.1.0"
12430dependencies = [
12431 "db",
12432 "gpui",
12433 "serde_json",
12434 "util",
12435 "uuid",
12436]
12437
12438[[package]]
12439name = "settings"
12440version = "0.1.0"
12441dependencies = [
12442 "anyhow",
12443 "collections",
12444 "ec4rs",
12445 "fs",
12446 "futures 0.3.31",
12447 "gpui",
12448 "indoc",
12449 "inventory",
12450 "log",
12451 "paths",
12452 "pretty_assertions",
12453 "release_channel",
12454 "rust-embed",
12455 "schemars",
12456 "serde",
12457 "serde_derive",
12458 "serde_json",
12459 "serde_json_lenient",
12460 "smallvec",
12461 "streaming-iterator",
12462 "tree-sitter",
12463 "tree-sitter-json",
12464 "unindent",
12465 "util",
12466]
12467
12468[[package]]
12469name = "settings_ui"
12470version = "0.1.0"
12471dependencies = [
12472 "command_palette_hooks",
12473 "editor",
12474 "feature_flags",
12475 "gpui",
12476 "settings",
12477 "theme",
12478 "ui",
12479 "workspace",
12480]
12481
12482[[package]]
12483name = "sha1"
12484version = "0.10.6"
12485source = "registry+https://github.com/rust-lang/crates.io-index"
12486checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12487dependencies = [
12488 "cfg-if",
12489 "cpufeatures",
12490 "digest",
12491]
12492
12493[[package]]
12494name = "sha1_smol"
12495version = "1.0.1"
12496source = "registry+https://github.com/rust-lang/crates.io-index"
12497checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12498
12499[[package]]
12500name = "sha2"
12501version = "0.10.8"
12502source = "registry+https://github.com/rust-lang/crates.io-index"
12503checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12504dependencies = [
12505 "cfg-if",
12506 "cpufeatures",
12507 "digest",
12508]
12509
12510[[package]]
12511name = "sharded-slab"
12512version = "0.1.7"
12513source = "registry+https://github.com/rust-lang/crates.io-index"
12514checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12515dependencies = [
12516 "lazy_static",
12517]
12518
12519[[package]]
12520name = "shell-words"
12521version = "1.1.0"
12522source = "registry+https://github.com/rust-lang/crates.io-index"
12523checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12524
12525[[package]]
12526name = "shellexpand"
12527version = "2.1.2"
12528source = "registry+https://github.com/rust-lang/crates.io-index"
12529checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12530dependencies = [
12531 "dirs 4.0.0",
12532]
12533
12534[[package]]
12535name = "shellexpand"
12536version = "3.1.0"
12537source = "registry+https://github.com/rust-lang/crates.io-index"
12538checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12539dependencies = [
12540 "dirs 5.0.1",
12541]
12542
12543[[package]]
12544name = "shlex"
12545version = "1.3.0"
12546source = "registry+https://github.com/rust-lang/crates.io-index"
12547checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12548
12549[[package]]
12550name = "signal-hook"
12551version = "0.3.17"
12552source = "registry+https://github.com/rust-lang/crates.io-index"
12553checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12554dependencies = [
12555 "libc",
12556 "signal-hook-registry",
12557]
12558
12559[[package]]
12560name = "signal-hook-registry"
12561version = "1.4.2"
12562source = "registry+https://github.com/rust-lang/crates.io-index"
12563checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12564dependencies = [
12565 "libc",
12566]
12567
12568[[package]]
12569name = "signature"
12570version = "1.6.4"
12571source = "registry+https://github.com/rust-lang/crates.io-index"
12572checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12573dependencies = [
12574 "digest",
12575 "rand_core 0.6.4",
12576]
12577
12578[[package]]
12579name = "signature"
12580version = "2.2.0"
12581source = "registry+https://github.com/rust-lang/crates.io-index"
12582checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12583dependencies = [
12584 "digest",
12585 "rand_core 0.6.4",
12586]
12587
12588[[package]]
12589name = "simd-adler32"
12590version = "0.3.7"
12591source = "registry+https://github.com/rust-lang/crates.io-index"
12592checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12593
12594[[package]]
12595name = "simd_helpers"
12596version = "0.1.0"
12597source = "registry+https://github.com/rust-lang/crates.io-index"
12598checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12599dependencies = [
12600 "quote",
12601]
12602
12603[[package]]
12604name = "simdutf8"
12605version = "0.1.5"
12606source = "registry+https://github.com/rust-lang/crates.io-index"
12607checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12608
12609[[package]]
12610name = "simple_asn1"
12611version = "0.6.2"
12612source = "registry+https://github.com/rust-lang/crates.io-index"
12613checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12614dependencies = [
12615 "num-bigint",
12616 "num-traits",
12617 "thiserror 1.0.69",
12618 "time",
12619]
12620
12621[[package]]
12622name = "simplecss"
12623version = "0.2.1"
12624source = "registry+https://github.com/rust-lang/crates.io-index"
12625checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12626dependencies = [
12627 "log",
12628]
12629
12630[[package]]
12631name = "simplelog"
12632version = "0.12.2"
12633source = "registry+https://github.com/rust-lang/crates.io-index"
12634checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12635dependencies = [
12636 "log",
12637 "termcolor",
12638 "time",
12639]
12640
12641[[package]]
12642name = "siphasher"
12643version = "0.3.11"
12644source = "registry+https://github.com/rust-lang/crates.io-index"
12645checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12646
12647[[package]]
12648name = "siphasher"
12649version = "1.0.1"
12650source = "registry+https://github.com/rust-lang/crates.io-index"
12651checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12652
12653[[package]]
12654name = "skrifa"
12655version = "0.22.3"
12656source = "registry+https://github.com/rust-lang/crates.io-index"
12657checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12658dependencies = [
12659 "bytemuck",
12660 "read-fonts",
12661]
12662
12663[[package]]
12664name = "slab"
12665version = "0.4.9"
12666source = "registry+https://github.com/rust-lang/crates.io-index"
12667checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12668dependencies = [
12669 "autocfg",
12670]
12671
12672[[package]]
12673name = "slash_commands_example"
12674version = "0.1.0"
12675dependencies = [
12676 "zed_extension_api 0.1.0",
12677]
12678
12679[[package]]
12680name = "slotmap"
12681version = "1.0.7"
12682source = "registry+https://github.com/rust-lang/crates.io-index"
12683checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12684dependencies = [
12685 "version_check",
12686]
12687
12688[[package]]
12689name = "smallvec"
12690version = "1.14.0"
12691source = "registry+https://github.com/rust-lang/crates.io-index"
12692checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12693dependencies = [
12694 "serde",
12695]
12696
12697[[package]]
12698name = "smart-default"
12699version = "0.6.0"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12702dependencies = [
12703 "proc-macro2",
12704 "quote",
12705 "syn 1.0.109",
12706]
12707
12708[[package]]
12709name = "smol"
12710version = "2.0.2"
12711source = "registry+https://github.com/rust-lang/crates.io-index"
12712checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12713dependencies = [
12714 "async-channel 2.3.1",
12715 "async-executor",
12716 "async-fs",
12717 "async-io",
12718 "async-lock",
12719 "async-net",
12720 "async-process",
12721 "blocking",
12722 "futures-lite 2.6.0",
12723]
12724
12725[[package]]
12726name = "smol_str"
12727version = "0.1.24"
12728source = "registry+https://github.com/rust-lang/crates.io-index"
12729checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12730dependencies = [
12731 "serde",
12732]
12733
12734[[package]]
12735name = "snippet"
12736version = "0.1.0"
12737dependencies = [
12738 "anyhow",
12739 "smallvec",
12740]
12741
12742[[package]]
12743name = "snippet_provider"
12744version = "0.1.0"
12745dependencies = [
12746 "anyhow",
12747 "collections",
12748 "extension",
12749 "fs",
12750 "futures 0.3.31",
12751 "gpui",
12752 "parking_lot",
12753 "paths",
12754 "schemars",
12755 "serde",
12756 "serde_json_lenient",
12757 "snippet",
12758 "util",
12759]
12760
12761[[package]]
12762name = "snippets_ui"
12763version = "0.1.0"
12764dependencies = [
12765 "fuzzy",
12766 "gpui",
12767 "language",
12768 "paths",
12769 "picker",
12770 "ui",
12771 "util",
12772 "workspace",
12773]
12774
12775[[package]]
12776name = "socket2"
12777version = "0.5.8"
12778source = "registry+https://github.com/rust-lang/crates.io-index"
12779checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12780dependencies = [
12781 "libc",
12782 "windows-sys 0.52.0",
12783]
12784
12785[[package]]
12786name = "spdx"
12787version = "0.10.7"
12788source = "registry+https://github.com/rust-lang/crates.io-index"
12789checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12790dependencies = [
12791 "smallvec",
12792]
12793
12794[[package]]
12795name = "spin"
12796version = "0.9.8"
12797source = "registry+https://github.com/rust-lang/crates.io-index"
12798checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12799dependencies = [
12800 "lock_api",
12801]
12802
12803[[package]]
12804name = "spirv"
12805version = "0.3.0+sdk-1.3.268.0"
12806source = "registry+https://github.com/rust-lang/crates.io-index"
12807checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12808dependencies = [
12809 "bitflags 2.8.0",
12810]
12811
12812[[package]]
12813name = "spki"
12814version = "0.6.0"
12815source = "registry+https://github.com/rust-lang/crates.io-index"
12816checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12817dependencies = [
12818 "base64ct",
12819 "der 0.6.1",
12820]
12821
12822[[package]]
12823name = "spki"
12824version = "0.7.3"
12825source = "registry+https://github.com/rust-lang/crates.io-index"
12826checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12827dependencies = [
12828 "base64ct",
12829 "der 0.7.9",
12830]
12831
12832[[package]]
12833name = "sptr"
12834version = "0.3.2"
12835source = "registry+https://github.com/rust-lang/crates.io-index"
12836checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12837
12838[[package]]
12839name = "sqlez"
12840version = "0.1.0"
12841dependencies = [
12842 "anyhow",
12843 "collections",
12844 "futures 0.3.31",
12845 "indoc",
12846 "libsqlite3-sys",
12847 "parking_lot",
12848 "smol",
12849 "sqlformat",
12850 "thread_local",
12851 "util",
12852 "uuid",
12853]
12854
12855[[package]]
12856name = "sqlez_macros"
12857version = "0.1.0"
12858dependencies = [
12859 "sqlez",
12860 "sqlformat",
12861 "syn 1.0.109",
12862]
12863
12864[[package]]
12865name = "sqlformat"
12866version = "0.2.6"
12867source = "registry+https://github.com/rust-lang/crates.io-index"
12868checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12869dependencies = [
12870 "nom",
12871 "unicode_categories",
12872]
12873
12874[[package]]
12875name = "sqlx"
12876version = "0.8.3"
12877source = "registry+https://github.com/rust-lang/crates.io-index"
12878checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12879dependencies = [
12880 "sqlx-core",
12881 "sqlx-macros",
12882 "sqlx-mysql",
12883 "sqlx-postgres",
12884 "sqlx-sqlite",
12885]
12886
12887[[package]]
12888name = "sqlx-core"
12889version = "0.8.3"
12890source = "registry+https://github.com/rust-lang/crates.io-index"
12891checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12892dependencies = [
12893 "bigdecimal",
12894 "bytes 1.10.1",
12895 "chrono",
12896 "crc",
12897 "crossbeam-queue",
12898 "either",
12899 "event-listener 5.3.1",
12900 "futures-core",
12901 "futures-intrusive",
12902 "futures-io",
12903 "futures-util",
12904 "hashbrown 0.15.2",
12905 "hashlink 0.10.0",
12906 "indexmap",
12907 "log",
12908 "memchr",
12909 "once_cell",
12910 "percent-encoding",
12911 "rust_decimal",
12912 "rustls 0.23.23",
12913 "rustls-pemfile 2.2.0",
12914 "serde",
12915 "serde_json",
12916 "sha2",
12917 "smallvec",
12918 "thiserror 2.0.6",
12919 "time",
12920 "tokio",
12921 "tokio-stream",
12922 "tracing",
12923 "url",
12924 "uuid",
12925 "webpki-roots",
12926]
12927
12928[[package]]
12929name = "sqlx-macros"
12930version = "0.8.3"
12931source = "registry+https://github.com/rust-lang/crates.io-index"
12932checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
12933dependencies = [
12934 "proc-macro2",
12935 "quote",
12936 "sqlx-core",
12937 "sqlx-macros-core",
12938 "syn 2.0.100",
12939]
12940
12941[[package]]
12942name = "sqlx-macros-core"
12943version = "0.8.3"
12944source = "registry+https://github.com/rust-lang/crates.io-index"
12945checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
12946dependencies = [
12947 "dotenvy",
12948 "either",
12949 "heck 0.5.0",
12950 "hex",
12951 "once_cell",
12952 "proc-macro2",
12953 "quote",
12954 "serde",
12955 "serde_json",
12956 "sha2",
12957 "sqlx-core",
12958 "sqlx-mysql",
12959 "sqlx-postgres",
12960 "sqlx-sqlite",
12961 "syn 2.0.100",
12962 "tempfile",
12963 "tokio",
12964 "url",
12965]
12966
12967[[package]]
12968name = "sqlx-mysql"
12969version = "0.8.3"
12970source = "registry+https://github.com/rust-lang/crates.io-index"
12971checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
12972dependencies = [
12973 "atoi",
12974 "base64 0.22.1",
12975 "bigdecimal",
12976 "bitflags 2.8.0",
12977 "byteorder",
12978 "bytes 1.10.1",
12979 "chrono",
12980 "crc",
12981 "digest",
12982 "dotenvy",
12983 "either",
12984 "futures-channel",
12985 "futures-core",
12986 "futures-io",
12987 "futures-util",
12988 "generic-array",
12989 "hex",
12990 "hkdf",
12991 "hmac",
12992 "itoa",
12993 "log",
12994 "md-5",
12995 "memchr",
12996 "once_cell",
12997 "percent-encoding",
12998 "rand 0.8.5",
12999 "rsa",
13000 "rust_decimal",
13001 "serde",
13002 "sha1",
13003 "sha2",
13004 "smallvec",
13005 "sqlx-core",
13006 "stringprep",
13007 "thiserror 2.0.6",
13008 "time",
13009 "tracing",
13010 "uuid",
13011 "whoami",
13012]
13013
13014[[package]]
13015name = "sqlx-postgres"
13016version = "0.8.3"
13017source = "registry+https://github.com/rust-lang/crates.io-index"
13018checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13019dependencies = [
13020 "atoi",
13021 "base64 0.22.1",
13022 "bigdecimal",
13023 "bitflags 2.8.0",
13024 "byteorder",
13025 "chrono",
13026 "crc",
13027 "dotenvy",
13028 "etcetera",
13029 "futures-channel",
13030 "futures-core",
13031 "futures-util",
13032 "hex",
13033 "hkdf",
13034 "hmac",
13035 "home",
13036 "itoa",
13037 "log",
13038 "md-5",
13039 "memchr",
13040 "num-bigint",
13041 "once_cell",
13042 "rand 0.8.5",
13043 "rust_decimal",
13044 "serde",
13045 "serde_json",
13046 "sha2",
13047 "smallvec",
13048 "sqlx-core",
13049 "stringprep",
13050 "thiserror 2.0.6",
13051 "time",
13052 "tracing",
13053 "uuid",
13054 "whoami",
13055]
13056
13057[[package]]
13058name = "sqlx-sqlite"
13059version = "0.8.3"
13060source = "registry+https://github.com/rust-lang/crates.io-index"
13061checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13062dependencies = [
13063 "atoi",
13064 "chrono",
13065 "flume",
13066 "futures-channel",
13067 "futures-core",
13068 "futures-executor",
13069 "futures-intrusive",
13070 "futures-util",
13071 "libsqlite3-sys",
13072 "log",
13073 "percent-encoding",
13074 "serde",
13075 "serde_urlencoded",
13076 "sqlx-core",
13077 "time",
13078 "tracing",
13079 "url",
13080 "uuid",
13081]
13082
13083[[package]]
13084name = "stable_deref_trait"
13085version = "1.2.0"
13086source = "registry+https://github.com/rust-lang/crates.io-index"
13087checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13088
13089[[package]]
13090name = "static_assertions"
13091version = "1.1.0"
13092source = "registry+https://github.com/rust-lang/crates.io-index"
13093checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13094
13095[[package]]
13096name = "story"
13097version = "0.1.0"
13098dependencies = [
13099 "gpui",
13100 "itertools 0.14.0",
13101 "smallvec",
13102]
13103
13104[[package]]
13105name = "storybook"
13106version = "0.1.0"
13107dependencies = [
13108 "anyhow",
13109 "clap",
13110 "collab_ui",
13111 "ctrlc",
13112 "dialoguer",
13113 "editor",
13114 "fuzzy",
13115 "gpui",
13116 "indoc",
13117 "language",
13118 "log",
13119 "menu",
13120 "picker",
13121 "project",
13122 "reqwest_client",
13123 "rust-embed",
13124 "settings",
13125 "simplelog",
13126 "story",
13127 "strum",
13128 "theme",
13129 "title_bar",
13130 "ui",
13131]
13132
13133[[package]]
13134name = "streaming-iterator"
13135version = "0.1.9"
13136source = "registry+https://github.com/rust-lang/crates.io-index"
13137checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13138
13139[[package]]
13140name = "streaming_diff"
13141version = "0.1.0"
13142dependencies = [
13143 "ordered-float 2.10.1",
13144 "rand 0.8.5",
13145 "rope",
13146 "util",
13147]
13148
13149[[package]]
13150name = "strict-num"
13151version = "0.1.1"
13152source = "registry+https://github.com/rust-lang/crates.io-index"
13153checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13154dependencies = [
13155 "float-cmp",
13156]
13157
13158[[package]]
13159name = "string_cache"
13160version = "0.8.7"
13161source = "registry+https://github.com/rust-lang/crates.io-index"
13162checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13163dependencies = [
13164 "new_debug_unreachable",
13165 "once_cell",
13166 "parking_lot",
13167 "phf_shared 0.10.0",
13168 "precomputed-hash",
13169 "serde",
13170]
13171
13172[[package]]
13173name = "string_cache_codegen"
13174version = "0.5.2"
13175source = "registry+https://github.com/rust-lang/crates.io-index"
13176checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13177dependencies = [
13178 "phf_generator 0.10.0",
13179 "phf_shared 0.10.0",
13180 "proc-macro2",
13181 "quote",
13182]
13183
13184[[package]]
13185name = "stringprep"
13186version = "0.1.5"
13187source = "registry+https://github.com/rust-lang/crates.io-index"
13188checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13189dependencies = [
13190 "unicode-bidi",
13191 "unicode-normalization",
13192 "unicode-properties",
13193]
13194
13195[[package]]
13196name = "strsim"
13197version = "0.11.1"
13198source = "registry+https://github.com/rust-lang/crates.io-index"
13199checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13200
13201[[package]]
13202name = "strum"
13203version = "0.26.3"
13204source = "registry+https://github.com/rust-lang/crates.io-index"
13205checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13206dependencies = [
13207 "strum_macros",
13208]
13209
13210[[package]]
13211name = "strum_macros"
13212version = "0.26.4"
13213source = "registry+https://github.com/rust-lang/crates.io-index"
13214checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13215dependencies = [
13216 "heck 0.5.0",
13217 "proc-macro2",
13218 "quote",
13219 "rustversion",
13220 "syn 2.0.100",
13221]
13222
13223[[package]]
13224name = "subtle"
13225version = "2.6.1"
13226source = "registry+https://github.com/rust-lang/crates.io-index"
13227checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13228
13229[[package]]
13230name = "sum_tree"
13231version = "0.1.0"
13232dependencies = [
13233 "arrayvec",
13234 "ctor",
13235 "env_logger 0.11.7",
13236 "log",
13237 "rand 0.8.5",
13238 "rayon",
13239]
13240
13241[[package]]
13242name = "supermaven"
13243version = "0.1.0"
13244dependencies = [
13245 "anyhow",
13246 "client",
13247 "collections",
13248 "editor",
13249 "env_logger 0.11.7",
13250 "futures 0.3.31",
13251 "gpui",
13252 "http_client",
13253 "inline_completion",
13254 "language",
13255 "log",
13256 "postage",
13257 "project",
13258 "serde",
13259 "serde_json",
13260 "settings",
13261 "smol",
13262 "supermaven_api",
13263 "text",
13264 "theme",
13265 "ui",
13266 "unicode-segmentation",
13267 "util",
13268]
13269
13270[[package]]
13271name = "supermaven_api"
13272version = "0.1.0"
13273dependencies = [
13274 "anyhow",
13275 "futures 0.3.31",
13276 "http_client",
13277 "paths",
13278 "serde",
13279 "serde_json",
13280 "smol",
13281]
13282
13283[[package]]
13284name = "sval"
13285version = "2.13.2"
13286source = "registry+https://github.com/rust-lang/crates.io-index"
13287checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13288
13289[[package]]
13290name = "sval_buffer"
13291version = "2.13.2"
13292source = "registry+https://github.com/rust-lang/crates.io-index"
13293checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13294dependencies = [
13295 "sval",
13296 "sval_ref",
13297]
13298
13299[[package]]
13300name = "sval_dynamic"
13301version = "2.13.2"
13302source = "registry+https://github.com/rust-lang/crates.io-index"
13303checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13304dependencies = [
13305 "sval",
13306]
13307
13308[[package]]
13309name = "sval_fmt"
13310version = "2.13.2"
13311source = "registry+https://github.com/rust-lang/crates.io-index"
13312checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13313dependencies = [
13314 "itoa",
13315 "ryu",
13316 "sval",
13317]
13318
13319[[package]]
13320name = "sval_json"
13321version = "2.13.2"
13322source = "registry+https://github.com/rust-lang/crates.io-index"
13323checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13324dependencies = [
13325 "itoa",
13326 "ryu",
13327 "sval",
13328]
13329
13330[[package]]
13331name = "sval_nested"
13332version = "2.13.2"
13333source = "registry+https://github.com/rust-lang/crates.io-index"
13334checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13335dependencies = [
13336 "sval",
13337 "sval_buffer",
13338 "sval_ref",
13339]
13340
13341[[package]]
13342name = "sval_ref"
13343version = "2.13.2"
13344source = "registry+https://github.com/rust-lang/crates.io-index"
13345checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13346dependencies = [
13347 "sval",
13348]
13349
13350[[package]]
13351name = "sval_serde"
13352version = "2.13.2"
13353source = "registry+https://github.com/rust-lang/crates.io-index"
13354checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13355dependencies = [
13356 "serde",
13357 "sval",
13358 "sval_nested",
13359]
13360
13361[[package]]
13362name = "svg_fmt"
13363version = "0.4.4"
13364source = "registry+https://github.com/rust-lang/crates.io-index"
13365checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13366
13367[[package]]
13368name = "svgtypes"
13369version = "0.15.3"
13370source = "registry+https://github.com/rust-lang/crates.io-index"
13371checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13372dependencies = [
13373 "kurbo",
13374 "siphasher 1.0.1",
13375]
13376
13377[[package]]
13378name = "swash"
13379version = "0.1.19"
13380source = "registry+https://github.com/rust-lang/crates.io-index"
13381checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13382dependencies = [
13383 "skrifa",
13384 "yazi",
13385 "zeno",
13386]
13387
13388[[package]]
13389name = "syn"
13390version = "1.0.109"
13391source = "registry+https://github.com/rust-lang/crates.io-index"
13392checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13393dependencies = [
13394 "proc-macro2",
13395 "quote",
13396 "unicode-ident",
13397]
13398
13399[[package]]
13400name = "syn"
13401version = "2.0.100"
13402source = "registry+https://github.com/rust-lang/crates.io-index"
13403checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13404dependencies = [
13405 "proc-macro2",
13406 "quote",
13407 "unicode-ident",
13408]
13409
13410[[package]]
13411name = "sync_wrapper"
13412version = "0.1.2"
13413source = "registry+https://github.com/rust-lang/crates.io-index"
13414checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13415
13416[[package]]
13417name = "sync_wrapper"
13418version = "1.0.2"
13419source = "registry+https://github.com/rust-lang/crates.io-index"
13420checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13421dependencies = [
13422 "futures-core",
13423]
13424
13425[[package]]
13426name = "synchronoise"
13427version = "1.0.1"
13428source = "registry+https://github.com/rust-lang/crates.io-index"
13429checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13430dependencies = [
13431 "crossbeam-queue",
13432]
13433
13434[[package]]
13435name = "synstructure"
13436version = "0.13.1"
13437source = "registry+https://github.com/rust-lang/crates.io-index"
13438checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13439dependencies = [
13440 "proc-macro2",
13441 "quote",
13442 "syn 2.0.100",
13443]
13444
13445[[package]]
13446name = "sys-locale"
13447version = "0.3.2"
13448source = "registry+https://github.com/rust-lang/crates.io-index"
13449checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13450dependencies = [
13451 "libc",
13452]
13453
13454[[package]]
13455name = "sysinfo"
13456version = "0.31.4"
13457source = "registry+https://github.com/rust-lang/crates.io-index"
13458checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13459dependencies = [
13460 "core-foundation-sys",
13461 "libc",
13462 "memchr",
13463 "ntapi",
13464 "rayon",
13465 "windows 0.57.0",
13466]
13467
13468[[package]]
13469name = "system-configuration"
13470version = "0.5.1"
13471source = "registry+https://github.com/rust-lang/crates.io-index"
13472checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13473dependencies = [
13474 "bitflags 1.3.2",
13475 "core-foundation 0.9.4",
13476 "system-configuration-sys 0.5.0",
13477]
13478
13479[[package]]
13480name = "system-configuration"
13481version = "0.6.1"
13482source = "registry+https://github.com/rust-lang/crates.io-index"
13483checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13484dependencies = [
13485 "bitflags 2.8.0",
13486 "core-foundation 0.9.4",
13487 "system-configuration-sys 0.6.0",
13488]
13489
13490[[package]]
13491name = "system-configuration-sys"
13492version = "0.5.0"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13495dependencies = [
13496 "core-foundation-sys",
13497 "libc",
13498]
13499
13500[[package]]
13501name = "system-configuration-sys"
13502version = "0.6.0"
13503source = "registry+https://github.com/rust-lang/crates.io-index"
13504checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13505dependencies = [
13506 "core-foundation-sys",
13507 "libc",
13508]
13509
13510[[package]]
13511name = "system-deps"
13512version = "6.2.2"
13513source = "registry+https://github.com/rust-lang/crates.io-index"
13514checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13515dependencies = [
13516 "cfg-expr",
13517 "heck 0.5.0",
13518 "pkg-config",
13519 "toml 0.8.20",
13520 "version-compare",
13521]
13522
13523[[package]]
13524name = "system-interface"
13525version = "0.27.3"
13526source = "registry+https://github.com/rust-lang/crates.io-index"
13527checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13528dependencies = [
13529 "bitflags 2.8.0",
13530 "cap-fs-ext",
13531 "cap-std",
13532 "fd-lock",
13533 "io-lifetimes",
13534 "rustix",
13535 "windows-sys 0.59.0",
13536 "winx",
13537]
13538
13539[[package]]
13540name = "tab_switcher"
13541version = "0.1.0"
13542dependencies = [
13543 "anyhow",
13544 "collections",
13545 "ctor",
13546 "editor",
13547 "env_logger 0.11.7",
13548 "gpui",
13549 "language",
13550 "menu",
13551 "picker",
13552 "project",
13553 "schemars",
13554 "serde",
13555 "serde_json",
13556 "settings",
13557 "theme",
13558 "ui",
13559 "util",
13560 "workspace",
13561]
13562
13563[[package]]
13564name = "taffy"
13565version = "0.4.4"
13566source = "registry+https://github.com/rust-lang/crates.io-index"
13567checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13568dependencies = [
13569 "arrayvec",
13570 "grid",
13571 "num-traits",
13572 "serde",
13573 "slotmap",
13574]
13575
13576[[package]]
13577name = "take-until"
13578version = "0.2.0"
13579source = "registry+https://github.com/rust-lang/crates.io-index"
13580checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13581
13582[[package]]
13583name = "tap"
13584version = "1.0.1"
13585source = "registry+https://github.com/rust-lang/crates.io-index"
13586checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13587
13588[[package]]
13589name = "target-lexicon"
13590version = "0.12.16"
13591source = "registry+https://github.com/rust-lang/crates.io-index"
13592checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13593
13594[[package]]
13595name = "target-lexicon"
13596version = "0.13.2"
13597source = "registry+https://github.com/rust-lang/crates.io-index"
13598checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13599
13600[[package]]
13601name = "task"
13602version = "0.1.0"
13603dependencies = [
13604 "anyhow",
13605 "collections",
13606 "futures 0.3.31",
13607 "gpui",
13608 "hex",
13609 "parking_lot",
13610 "schemars",
13611 "serde",
13612 "serde_json_lenient",
13613 "sha2",
13614 "shellexpand 2.1.2",
13615 "util",
13616 "zed_actions",
13617]
13618
13619[[package]]
13620name = "tasks_ui"
13621version = "0.1.0"
13622dependencies = [
13623 "anyhow",
13624 "editor",
13625 "file_icons",
13626 "fuzzy",
13627 "gpui",
13628 "language",
13629 "menu",
13630 "picker",
13631 "project",
13632 "schemars",
13633 "serde",
13634 "serde_json",
13635 "settings",
13636 "task",
13637 "tree-sitter-rust",
13638 "tree-sitter-typescript",
13639 "ui",
13640 "util",
13641 "workspace",
13642 "zed_actions",
13643]
13644
13645[[package]]
13646name = "telemetry"
13647version = "0.1.0"
13648dependencies = [
13649 "futures 0.3.31",
13650 "serde",
13651 "serde_json",
13652 "telemetry_events",
13653]
13654
13655[[package]]
13656name = "telemetry_events"
13657version = "0.1.0"
13658dependencies = [
13659 "semantic_version",
13660 "serde",
13661 "serde_json",
13662]
13663
13664[[package]]
13665name = "tempfile"
13666version = "3.17.1"
13667source = "registry+https://github.com/rust-lang/crates.io-index"
13668checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13669dependencies = [
13670 "cfg-if",
13671 "fastrand 2.3.0",
13672 "getrandom 0.3.1",
13673 "once_cell",
13674 "rustix",
13675 "windows-sys 0.59.0",
13676]
13677
13678[[package]]
13679name = "tendril"
13680version = "0.4.3"
13681source = "registry+https://github.com/rust-lang/crates.io-index"
13682checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13683dependencies = [
13684 "futf",
13685 "mac",
13686 "utf-8",
13687]
13688
13689[[package]]
13690name = "termcolor"
13691version = "1.4.1"
13692source = "registry+https://github.com/rust-lang/crates.io-index"
13693checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13694dependencies = [
13695 "winapi-util",
13696]
13697
13698[[package]]
13699name = "terminal"
13700version = "0.1.0"
13701dependencies = [
13702 "alacritty_terminal",
13703 "anyhow",
13704 "collections",
13705 "dirs 4.0.0",
13706 "futures 0.3.31",
13707 "gpui",
13708 "libc",
13709 "rand 0.8.5",
13710 "regex",
13711 "release_channel",
13712 "schemars",
13713 "serde",
13714 "serde_derive",
13715 "settings",
13716 "smol",
13717 "sysinfo",
13718 "task",
13719 "theme",
13720 "thiserror 1.0.69",
13721 "util",
13722 "windows 0.60.0",
13723]
13724
13725[[package]]
13726name = "terminal_size"
13727version = "0.4.1"
13728source = "registry+https://github.com/rust-lang/crates.io-index"
13729checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13730dependencies = [
13731 "rustix",
13732 "windows-sys 0.59.0",
13733]
13734
13735[[package]]
13736name = "terminal_view"
13737version = "0.1.0"
13738dependencies = [
13739 "anyhow",
13740 "async-recursion 1.1.1",
13741 "breadcrumbs",
13742 "client",
13743 "collections",
13744 "db",
13745 "dirs 4.0.0",
13746 "editor",
13747 "futures 0.3.31",
13748 "gpui",
13749 "itertools 0.14.0",
13750 "language",
13751 "log",
13752 "project",
13753 "rand 0.8.5",
13754 "schemars",
13755 "search",
13756 "serde",
13757 "serde_json",
13758 "settings",
13759 "shellexpand 2.1.2",
13760 "smol",
13761 "task",
13762 "terminal",
13763 "theme",
13764 "ui",
13765 "util",
13766 "workspace",
13767 "zed_actions",
13768]
13769
13770[[package]]
13771name = "text"
13772version = "0.1.0"
13773dependencies = [
13774 "anyhow",
13775 "clock",
13776 "collections",
13777 "ctor",
13778 "env_logger 0.11.7",
13779 "gpui",
13780 "http_client",
13781 "log",
13782 "parking_lot",
13783 "postage",
13784 "rand 0.8.5",
13785 "regex",
13786 "rope",
13787 "smallvec",
13788 "sum_tree",
13789 "util",
13790]
13791
13792[[package]]
13793name = "theme"
13794version = "0.1.0"
13795dependencies = [
13796 "anyhow",
13797 "collections",
13798 "derive_more",
13799 "fs",
13800 "futures 0.3.31",
13801 "gpui",
13802 "indexmap",
13803 "log",
13804 "palette",
13805 "parking_lot",
13806 "refineable",
13807 "schemars",
13808 "serde",
13809 "serde_derive",
13810 "serde_json",
13811 "serde_json_lenient",
13812 "serde_repr",
13813 "settings",
13814 "strum",
13815 "thiserror 1.0.69",
13816 "util",
13817 "uuid",
13818]
13819
13820[[package]]
13821name = "theme_extension"
13822version = "0.1.0"
13823dependencies = [
13824 "anyhow",
13825 "extension",
13826 "fs",
13827 "gpui",
13828 "theme",
13829]
13830
13831[[package]]
13832name = "theme_importer"
13833version = "0.1.0"
13834dependencies = [
13835 "anyhow",
13836 "clap",
13837 "gpui",
13838 "indexmap",
13839 "log",
13840 "palette",
13841 "rust-embed",
13842 "serde",
13843 "serde_json",
13844 "serde_json_lenient",
13845 "simplelog",
13846 "strum",
13847 "theme",
13848 "vscode_theme",
13849]
13850
13851[[package]]
13852name = "theme_selector"
13853version = "0.1.0"
13854dependencies = [
13855 "fs",
13856 "fuzzy",
13857 "gpui",
13858 "log",
13859 "picker",
13860 "serde",
13861 "settings",
13862 "telemetry",
13863 "theme",
13864 "ui",
13865 "util",
13866 "workspace",
13867 "zed_actions",
13868]
13869
13870[[package]]
13871name = "thiserror"
13872version = "1.0.69"
13873source = "registry+https://github.com/rust-lang/crates.io-index"
13874checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13875dependencies = [
13876 "thiserror-impl 1.0.69",
13877]
13878
13879[[package]]
13880name = "thiserror"
13881version = "2.0.6"
13882source = "registry+https://github.com/rust-lang/crates.io-index"
13883checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13884dependencies = [
13885 "thiserror-impl 2.0.6",
13886]
13887
13888[[package]]
13889name = "thiserror-impl"
13890version = "1.0.69"
13891source = "registry+https://github.com/rust-lang/crates.io-index"
13892checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13893dependencies = [
13894 "proc-macro2",
13895 "quote",
13896 "syn 2.0.100",
13897]
13898
13899[[package]]
13900name = "thiserror-impl"
13901version = "2.0.6"
13902source = "registry+https://github.com/rust-lang/crates.io-index"
13903checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13904dependencies = [
13905 "proc-macro2",
13906 "quote",
13907 "syn 2.0.100",
13908]
13909
13910[[package]]
13911name = "thread_local"
13912version = "1.1.8"
13913source = "registry+https://github.com/rust-lang/crates.io-index"
13914checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13915dependencies = [
13916 "cfg-if",
13917 "once_cell",
13918]
13919
13920[[package]]
13921name = "tiff"
13922version = "0.9.1"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13925dependencies = [
13926 "flate2",
13927 "jpeg-decoder",
13928 "weezl",
13929]
13930
13931[[package]]
13932name = "tiktoken-rs"
13933version = "0.6.0"
13934source = "registry+https://github.com/rust-lang/crates.io-index"
13935checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13936dependencies = [
13937 "anyhow",
13938 "base64 0.21.7",
13939 "bstr",
13940 "fancy-regex 0.13.0",
13941 "lazy_static",
13942 "parking_lot",
13943 "regex",
13944 "rustc-hash 1.1.0",
13945]
13946
13947[[package]]
13948name = "time"
13949version = "0.3.37"
13950source = "registry+https://github.com/rust-lang/crates.io-index"
13951checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13952dependencies = [
13953 "deranged",
13954 "itoa",
13955 "libc",
13956 "num-conv",
13957 "num_threads",
13958 "powerfmt",
13959 "serde",
13960 "time-core",
13961 "time-macros",
13962]
13963
13964[[package]]
13965name = "time-core"
13966version = "0.1.2"
13967source = "registry+https://github.com/rust-lang/crates.io-index"
13968checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13969
13970[[package]]
13971name = "time-macros"
13972version = "0.2.19"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13975dependencies = [
13976 "num-conv",
13977 "time-core",
13978]
13979
13980[[package]]
13981name = "time_format"
13982version = "0.1.0"
13983dependencies = [
13984 "core-foundation 0.9.4",
13985 "core-foundation-sys",
13986 "sys-locale",
13987 "time",
13988]
13989
13990[[package]]
13991name = "tiny-keccak"
13992version = "2.0.2"
13993source = "registry+https://github.com/rust-lang/crates.io-index"
13994checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13995dependencies = [
13996 "crunchy",
13997]
13998
13999[[package]]
14000name = "tiny-skia"
14001version = "0.11.4"
14002source = "registry+https://github.com/rust-lang/crates.io-index"
14003checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14004dependencies = [
14005 "arrayref",
14006 "arrayvec",
14007 "bytemuck",
14008 "cfg-if",
14009 "log",
14010 "png",
14011 "tiny-skia-path",
14012]
14013
14014[[package]]
14015name = "tiny-skia-path"
14016version = "0.11.4"
14017source = "registry+https://github.com/rust-lang/crates.io-index"
14018checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14019dependencies = [
14020 "arrayref",
14021 "bytemuck",
14022 "strict-num",
14023]
14024
14025[[package]]
14026name = "tiny_http"
14027version = "0.8.2"
14028source = "registry+https://github.com/rust-lang/crates.io-index"
14029checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14030dependencies = [
14031 "ascii",
14032 "chrono",
14033 "chunked_transfer",
14034 "log",
14035 "url",
14036]
14037
14038[[package]]
14039name = "tinystr"
14040version = "0.7.6"
14041source = "registry+https://github.com/rust-lang/crates.io-index"
14042checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14043dependencies = [
14044 "displaydoc",
14045 "zerovec",
14046]
14047
14048[[package]]
14049name = "tinytemplate"
14050version = "1.2.1"
14051source = "registry+https://github.com/rust-lang/crates.io-index"
14052checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14053dependencies = [
14054 "serde",
14055 "serde_json",
14056]
14057
14058[[package]]
14059name = "tinyvec"
14060version = "1.8.0"
14061source = "registry+https://github.com/rust-lang/crates.io-index"
14062checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14063dependencies = [
14064 "tinyvec_macros",
14065]
14066
14067[[package]]
14068name = "tinyvec_macros"
14069version = "0.1.1"
14070source = "registry+https://github.com/rust-lang/crates.io-index"
14071checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14072
14073[[package]]
14074name = "title_bar"
14075version = "0.1.0"
14076dependencies = [
14077 "auto_update",
14078 "call",
14079 "client",
14080 "collections",
14081 "feature_flags",
14082 "git_ui",
14083 "gpui",
14084 "http_client",
14085 "notifications",
14086 "pretty_assertions",
14087 "project",
14088 "remote",
14089 "rpc",
14090 "schemars",
14091 "serde",
14092 "settings",
14093 "smallvec",
14094 "story",
14095 "telemetry",
14096 "theme",
14097 "tree-sitter-md",
14098 "ui",
14099 "util",
14100 "windows 0.60.0",
14101 "workspace",
14102 "zed_actions",
14103 "zeta",
14104]
14105
14106[[package]]
14107name = "tokio"
14108version = "1.43.0"
14109source = "registry+https://github.com/rust-lang/crates.io-index"
14110checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14111dependencies = [
14112 "backtrace",
14113 "bytes 1.10.1",
14114 "libc",
14115 "mio 1.0.3",
14116 "parking_lot",
14117 "pin-project-lite",
14118 "signal-hook-registry",
14119 "socket2",
14120 "tokio-macros",
14121 "windows-sys 0.52.0",
14122]
14123
14124[[package]]
14125name = "tokio-io"
14126version = "0.1.13"
14127source = "registry+https://github.com/rust-lang/crates.io-index"
14128checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14129dependencies = [
14130 "bytes 0.4.12",
14131 "futures 0.1.31",
14132 "log",
14133]
14134
14135[[package]]
14136name = "tokio-macros"
14137version = "2.5.0"
14138source = "registry+https://github.com/rust-lang/crates.io-index"
14139checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14140dependencies = [
14141 "proc-macro2",
14142 "quote",
14143 "syn 2.0.100",
14144]
14145
14146[[package]]
14147name = "tokio-native-tls"
14148version = "0.3.1"
14149source = "registry+https://github.com/rust-lang/crates.io-index"
14150checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14151dependencies = [
14152 "native-tls",
14153 "tokio",
14154]
14155
14156[[package]]
14157name = "tokio-rustls"
14158version = "0.24.1"
14159source = "registry+https://github.com/rust-lang/crates.io-index"
14160checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14161dependencies = [
14162 "rustls 0.21.12",
14163 "tokio",
14164]
14165
14166[[package]]
14167name = "tokio-rustls"
14168version = "0.26.1"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14171dependencies = [
14172 "rustls 0.23.23",
14173 "tokio",
14174]
14175
14176[[package]]
14177name = "tokio-socks"
14178version = "0.5.2"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14181dependencies = [
14182 "either",
14183 "futures-io",
14184 "futures-util",
14185 "thiserror 1.0.69",
14186 "tokio",
14187]
14188
14189[[package]]
14190name = "tokio-stream"
14191version = "0.1.17"
14192source = "registry+https://github.com/rust-lang/crates.io-index"
14193checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14194dependencies = [
14195 "futures-core",
14196 "pin-project-lite",
14197 "tokio",
14198]
14199
14200[[package]]
14201name = "tokio-tungstenite"
14202version = "0.20.1"
14203source = "registry+https://github.com/rust-lang/crates.io-index"
14204checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14205dependencies = [
14206 "futures-util",
14207 "log",
14208 "rustls 0.21.12",
14209 "rustls-native-certs 0.6.3",
14210 "tokio",
14211 "tokio-rustls 0.24.1",
14212 "tungstenite 0.20.1",
14213]
14214
14215[[package]]
14216name = "tokio-tungstenite"
14217version = "0.21.0"
14218source = "registry+https://github.com/rust-lang/crates.io-index"
14219checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14220dependencies = [
14221 "futures-util",
14222 "log",
14223 "tokio",
14224 "tungstenite 0.21.0",
14225]
14226
14227[[package]]
14228name = "tokio-util"
14229version = "0.7.13"
14230source = "registry+https://github.com/rust-lang/crates.io-index"
14231checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14232dependencies = [
14233 "bytes 1.10.1",
14234 "futures-core",
14235 "futures-io",
14236 "futures-sink",
14237 "pin-project-lite",
14238 "tokio",
14239]
14240
14241[[package]]
14242name = "toml"
14243version = "0.5.11"
14244source = "registry+https://github.com/rust-lang/crates.io-index"
14245checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14246dependencies = [
14247 "serde",
14248]
14249
14250[[package]]
14251name = "toml"
14252version = "0.8.20"
14253source = "registry+https://github.com/rust-lang/crates.io-index"
14254checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14255dependencies = [
14256 "serde",
14257 "serde_spanned",
14258 "toml_datetime",
14259 "toml_edit",
14260]
14261
14262[[package]]
14263name = "toml_datetime"
14264version = "0.6.8"
14265source = "registry+https://github.com/rust-lang/crates.io-index"
14266checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14267dependencies = [
14268 "serde",
14269]
14270
14271[[package]]
14272name = "toml_edit"
14273version = "0.22.23"
14274source = "registry+https://github.com/rust-lang/crates.io-index"
14275checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14276dependencies = [
14277 "indexmap",
14278 "serde",
14279 "serde_spanned",
14280 "toml_datetime",
14281 "winnow 0.7.1",
14282]
14283
14284[[package]]
14285name = "toolchain_selector"
14286version = "0.1.0"
14287dependencies = [
14288 "editor",
14289 "fuzzy",
14290 "gpui",
14291 "language",
14292 "picker",
14293 "project",
14294 "ui",
14295 "util",
14296 "workspace",
14297]
14298
14299[[package]]
14300name = "topological-sort"
14301version = "0.2.2"
14302source = "registry+https://github.com/rust-lang/crates.io-index"
14303checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14304
14305[[package]]
14306name = "tower"
14307version = "0.4.13"
14308source = "registry+https://github.com/rust-lang/crates.io-index"
14309checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14310dependencies = [
14311 "futures-core",
14312 "futures-util",
14313 "pin-project",
14314 "pin-project-lite",
14315 "tokio",
14316 "tower-layer",
14317 "tower-service",
14318 "tracing",
14319]
14320
14321[[package]]
14322name = "tower-http"
14323version = "0.3.5"
14324source = "registry+https://github.com/rust-lang/crates.io-index"
14325checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14326dependencies = [
14327 "bitflags 1.3.2",
14328 "bytes 1.10.1",
14329 "futures-core",
14330 "futures-util",
14331 "http 0.2.12",
14332 "http-body 0.4.6",
14333 "http-range-header",
14334 "pin-project-lite",
14335 "tower-layer",
14336 "tower-service",
14337]
14338
14339[[package]]
14340name = "tower-http"
14341version = "0.4.4"
14342source = "registry+https://github.com/rust-lang/crates.io-index"
14343checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14344dependencies = [
14345 "bitflags 2.8.0",
14346 "bytes 1.10.1",
14347 "futures-core",
14348 "futures-util",
14349 "http 0.2.12",
14350 "http-body 0.4.6",
14351 "http-range-header",
14352 "pin-project-lite",
14353 "tower-layer",
14354 "tower-service",
14355 "tracing",
14356]
14357
14358[[package]]
14359name = "tower-layer"
14360version = "0.3.3"
14361source = "registry+https://github.com/rust-lang/crates.io-index"
14362checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14363
14364[[package]]
14365name = "tower-service"
14366version = "0.3.3"
14367source = "registry+https://github.com/rust-lang/crates.io-index"
14368checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14369
14370[[package]]
14371name = "tracing"
14372version = "0.1.41"
14373source = "registry+https://github.com/rust-lang/crates.io-index"
14374checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14375dependencies = [
14376 "log",
14377 "pin-project-lite",
14378 "tracing-attributes",
14379 "tracing-core",
14380]
14381
14382[[package]]
14383name = "tracing-attributes"
14384version = "0.1.28"
14385source = "registry+https://github.com/rust-lang/crates.io-index"
14386checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14387dependencies = [
14388 "proc-macro2",
14389 "quote",
14390 "syn 2.0.100",
14391]
14392
14393[[package]]
14394name = "tracing-core"
14395version = "0.1.33"
14396source = "registry+https://github.com/rust-lang/crates.io-index"
14397checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14398dependencies = [
14399 "once_cell",
14400 "valuable",
14401]
14402
14403[[package]]
14404name = "tracing-log"
14405version = "0.2.0"
14406source = "registry+https://github.com/rust-lang/crates.io-index"
14407checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14408dependencies = [
14409 "log",
14410 "once_cell",
14411 "tracing-core",
14412]
14413
14414[[package]]
14415name = "tracing-serde"
14416version = "0.2.0"
14417source = "registry+https://github.com/rust-lang/crates.io-index"
14418checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14419dependencies = [
14420 "serde",
14421 "tracing-core",
14422]
14423
14424[[package]]
14425name = "tracing-subscriber"
14426version = "0.3.19"
14427source = "registry+https://github.com/rust-lang/crates.io-index"
14428checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14429dependencies = [
14430 "matchers",
14431 "nu-ansi-term",
14432 "once_cell",
14433 "regex",
14434 "serde",
14435 "serde_json",
14436 "sharded-slab",
14437 "smallvec",
14438 "thread_local",
14439 "tracing",
14440 "tracing-core",
14441 "tracing-log",
14442 "tracing-serde",
14443]
14444
14445[[package]]
14446name = "trait-variant"
14447version = "0.1.2"
14448source = "registry+https://github.com/rust-lang/crates.io-index"
14449checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14450dependencies = [
14451 "proc-macro2",
14452 "quote",
14453 "syn 2.0.100",
14454]
14455
14456[[package]]
14457name = "tree-sitter"
14458version = "0.25.3"
14459source = "registry+https://github.com/rust-lang/crates.io-index"
14460checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14461dependencies = [
14462 "cc",
14463 "regex",
14464 "regex-syntax 0.8.5",
14465 "serde_json",
14466 "streaming-iterator",
14467 "tree-sitter-language",
14468 "wasmtime-c-api-impl",
14469]
14470
14471[[package]]
14472name = "tree-sitter-bash"
14473version = "0.23.3"
14474source = "registry+https://github.com/rust-lang/crates.io-index"
14475checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14476dependencies = [
14477 "cc",
14478 "tree-sitter-language",
14479]
14480
14481[[package]]
14482name = "tree-sitter-c"
14483version = "0.23.4"
14484source = "registry+https://github.com/rust-lang/crates.io-index"
14485checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14486dependencies = [
14487 "cc",
14488 "tree-sitter-language",
14489]
14490
14491[[package]]
14492name = "tree-sitter-cpp"
14493version = "0.23.4"
14494source = "registry+https://github.com/rust-lang/crates.io-index"
14495checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14496dependencies = [
14497 "cc",
14498 "tree-sitter-language",
14499]
14500
14501[[package]]
14502name = "tree-sitter-css"
14503version = "0.23.2"
14504source = "registry+https://github.com/rust-lang/crates.io-index"
14505checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14506dependencies = [
14507 "cc",
14508 "tree-sitter-language",
14509]
14510
14511[[package]]
14512name = "tree-sitter-diff"
14513version = "0.1.0"
14514source = "registry+https://github.com/rust-lang/crates.io-index"
14515checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14516dependencies = [
14517 "cc",
14518 "tree-sitter-language",
14519]
14520
14521[[package]]
14522name = "tree-sitter-elixir"
14523version = "0.3.4"
14524source = "registry+https://github.com/rust-lang/crates.io-index"
14525checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14526dependencies = [
14527 "cc",
14528 "tree-sitter-language",
14529]
14530
14531[[package]]
14532name = "tree-sitter-embedded-template"
14533version = "0.23.2"
14534source = "registry+https://github.com/rust-lang/crates.io-index"
14535checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14536dependencies = [
14537 "cc",
14538 "tree-sitter-language",
14539]
14540
14541[[package]]
14542name = "tree-sitter-gitcommit"
14543version = "0.0.1"
14544source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14545dependencies = [
14546 "cc",
14547 "tree-sitter-language",
14548]
14549
14550[[package]]
14551name = "tree-sitter-go"
14552version = "0.23.4"
14553source = "registry+https://github.com/rust-lang/crates.io-index"
14554checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14555dependencies = [
14556 "cc",
14557 "tree-sitter-language",
14558]
14559
14560[[package]]
14561name = "tree-sitter-gomod"
14562version = "1.1.1"
14563source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14564dependencies = [
14565 "cc",
14566 "tree-sitter-language",
14567]
14568
14569[[package]]
14570name = "tree-sitter-gowork"
14571version = "0.0.1"
14572source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14573dependencies = [
14574 "cc",
14575 "tree-sitter-language",
14576]
14577
14578[[package]]
14579name = "tree-sitter-heex"
14580version = "0.0.1"
14581source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14582dependencies = [
14583 "cc",
14584 "tree-sitter-language",
14585]
14586
14587[[package]]
14588name = "tree-sitter-html"
14589version = "0.23.2"
14590source = "registry+https://github.com/rust-lang/crates.io-index"
14591checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14592dependencies = [
14593 "cc",
14594 "tree-sitter-language",
14595]
14596
14597[[package]]
14598name = "tree-sitter-jsdoc"
14599version = "0.23.2"
14600source = "registry+https://github.com/rust-lang/crates.io-index"
14601checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14602dependencies = [
14603 "cc",
14604 "tree-sitter-language",
14605]
14606
14607[[package]]
14608name = "tree-sitter-json"
14609version = "0.24.8"
14610source = "registry+https://github.com/rust-lang/crates.io-index"
14611checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14612dependencies = [
14613 "cc",
14614 "tree-sitter-language",
14615]
14616
14617[[package]]
14618name = "tree-sitter-language"
14619version = "0.1.3"
14620source = "registry+https://github.com/rust-lang/crates.io-index"
14621checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14622
14623[[package]]
14624name = "tree-sitter-md"
14625version = "0.3.2"
14626source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14627dependencies = [
14628 "cc",
14629 "tree-sitter-language",
14630]
14631
14632[[package]]
14633name = "tree-sitter-python"
14634version = "0.23.6"
14635source = "registry+https://github.com/rust-lang/crates.io-index"
14636checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14637dependencies = [
14638 "cc",
14639 "tree-sitter-language",
14640]
14641
14642[[package]]
14643name = "tree-sitter-regex"
14644version = "0.24.3"
14645source = "registry+https://github.com/rust-lang/crates.io-index"
14646checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14647dependencies = [
14648 "cc",
14649 "tree-sitter-language",
14650]
14651
14652[[package]]
14653name = "tree-sitter-ruby"
14654version = "0.23.1"
14655source = "registry+https://github.com/rust-lang/crates.io-index"
14656checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14657dependencies = [
14658 "cc",
14659 "tree-sitter-language",
14660]
14661
14662[[package]]
14663name = "tree-sitter-rust"
14664version = "0.23.2"
14665source = "registry+https://github.com/rust-lang/crates.io-index"
14666checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14667dependencies = [
14668 "cc",
14669 "tree-sitter-language",
14670]
14671
14672[[package]]
14673name = "tree-sitter-typescript"
14674version = "0.23.2"
14675source = "registry+https://github.com/rust-lang/crates.io-index"
14676checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14677dependencies = [
14678 "cc",
14679 "tree-sitter-language",
14680]
14681
14682[[package]]
14683name = "tree-sitter-yaml"
14684version = "0.6.1"
14685source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14686dependencies = [
14687 "cc",
14688 "tree-sitter-language",
14689]
14690
14691[[package]]
14692name = "try-lock"
14693version = "0.2.5"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14696
14697[[package]]
14698name = "ttf-parser"
14699version = "0.21.1"
14700source = "registry+https://github.com/rust-lang/crates.io-index"
14701checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14702
14703[[package]]
14704name = "ttf-parser"
14705version = "0.25.1"
14706source = "registry+https://github.com/rust-lang/crates.io-index"
14707checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14708dependencies = [
14709 "core_maths",
14710]
14711
14712[[package]]
14713name = "tungstenite"
14714version = "0.20.1"
14715source = "registry+https://github.com/rust-lang/crates.io-index"
14716checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14717dependencies = [
14718 "byteorder",
14719 "bytes 1.10.1",
14720 "data-encoding",
14721 "http 0.2.12",
14722 "httparse",
14723 "log",
14724 "rand 0.8.5",
14725 "rustls 0.21.12",
14726 "sha1",
14727 "thiserror 1.0.69",
14728 "url",
14729 "utf-8",
14730]
14731
14732[[package]]
14733name = "tungstenite"
14734version = "0.21.0"
14735source = "registry+https://github.com/rust-lang/crates.io-index"
14736checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14737dependencies = [
14738 "byteorder",
14739 "bytes 1.10.1",
14740 "data-encoding",
14741 "http 1.2.0",
14742 "httparse",
14743 "log",
14744 "rand 0.8.5",
14745 "sha1",
14746 "thiserror 1.0.69",
14747 "url",
14748 "utf-8",
14749]
14750
14751[[package]]
14752name = "tungstenite"
14753version = "0.24.0"
14754source = "registry+https://github.com/rust-lang/crates.io-index"
14755checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14756dependencies = [
14757 "byteorder",
14758 "bytes 1.10.1",
14759 "data-encoding",
14760 "http 1.2.0",
14761 "httparse",
14762 "log",
14763 "rand 0.8.5",
14764 "sha1",
14765 "thiserror 1.0.69",
14766 "utf-8",
14767]
14768
14769[[package]]
14770name = "typeid"
14771version = "1.0.2"
14772source = "registry+https://github.com/rust-lang/crates.io-index"
14773checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14774
14775[[package]]
14776name = "typenum"
14777version = "1.17.0"
14778source = "registry+https://github.com/rust-lang/crates.io-index"
14779checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14780
14781[[package]]
14782name = "ucd-trie"
14783version = "0.1.7"
14784source = "registry+https://github.com/rust-lang/crates.io-index"
14785checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14786
14787[[package]]
14788name = "uds_windows"
14789version = "1.1.0"
14790source = "registry+https://github.com/rust-lang/crates.io-index"
14791checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14792dependencies = [
14793 "memoffset",
14794 "tempfile",
14795 "winapi",
14796]
14797
14798[[package]]
14799name = "ui"
14800version = "0.1.0"
14801dependencies = [
14802 "chrono",
14803 "component",
14804 "gpui",
14805 "itertools 0.14.0",
14806 "linkme",
14807 "menu",
14808 "serde",
14809 "settings",
14810 "smallvec",
14811 "story",
14812 "strum",
14813 "theme",
14814 "ui_macros",
14815 "util",
14816 "windows 0.60.0",
14817]
14818
14819[[package]]
14820name = "ui_input"
14821version = "0.1.0"
14822dependencies = [
14823 "editor",
14824 "gpui",
14825 "settings",
14826 "theme",
14827 "ui",
14828]
14829
14830[[package]]
14831name = "ui_macros"
14832version = "0.1.0"
14833dependencies = [
14834 "convert_case 0.8.0",
14835 "linkme",
14836 "proc-macro2",
14837 "quote",
14838 "syn 1.0.109",
14839]
14840
14841[[package]]
14842name = "unicase"
14843version = "2.8.1"
14844source = "registry+https://github.com/rust-lang/crates.io-index"
14845checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14846
14847[[package]]
14848name = "unicode-bidi"
14849version = "0.3.17"
14850source = "registry+https://github.com/rust-lang/crates.io-index"
14851checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14852
14853[[package]]
14854name = "unicode-bidi-mirroring"
14855version = "0.2.0"
14856source = "registry+https://github.com/rust-lang/crates.io-index"
14857checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14858
14859[[package]]
14860name = "unicode-bidi-mirroring"
14861version = "0.4.0"
14862source = "registry+https://github.com/rust-lang/crates.io-index"
14863checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
14864
14865[[package]]
14866name = "unicode-ccc"
14867version = "0.2.0"
14868source = "registry+https://github.com/rust-lang/crates.io-index"
14869checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14870
14871[[package]]
14872name = "unicode-ccc"
14873version = "0.4.0"
14874source = "registry+https://github.com/rust-lang/crates.io-index"
14875checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
14876
14877[[package]]
14878name = "unicode-ident"
14879version = "1.0.14"
14880source = "registry+https://github.com/rust-lang/crates.io-index"
14881checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14882
14883[[package]]
14884name = "unicode-linebreak"
14885version = "0.1.5"
14886source = "registry+https://github.com/rust-lang/crates.io-index"
14887checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14888
14889[[package]]
14890name = "unicode-normalization"
14891version = "0.1.24"
14892source = "registry+https://github.com/rust-lang/crates.io-index"
14893checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14894dependencies = [
14895 "tinyvec",
14896]
14897
14898[[package]]
14899name = "unicode-properties"
14900version = "0.1.3"
14901source = "registry+https://github.com/rust-lang/crates.io-index"
14902checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14903
14904[[package]]
14905name = "unicode-script"
14906version = "0.5.7"
14907source = "registry+https://github.com/rust-lang/crates.io-index"
14908checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14909
14910[[package]]
14911name = "unicode-segmentation"
14912version = "1.12.0"
14913source = "registry+https://github.com/rust-lang/crates.io-index"
14914checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14915
14916[[package]]
14917name = "unicode-vo"
14918version = "0.1.0"
14919source = "registry+https://github.com/rust-lang/crates.io-index"
14920checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
14921
14922[[package]]
14923name = "unicode-width"
14924version = "0.1.14"
14925source = "registry+https://github.com/rust-lang/crates.io-index"
14926checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14927
14928[[package]]
14929name = "unicode-xid"
14930version = "0.2.6"
14931source = "registry+https://github.com/rust-lang/crates.io-index"
14932checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14933
14934[[package]]
14935name = "unicode_categories"
14936version = "0.1.1"
14937source = "registry+https://github.com/rust-lang/crates.io-index"
14938checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14939
14940[[package]]
14941name = "unindent"
14942version = "0.2.3"
14943source = "registry+https://github.com/rust-lang/crates.io-index"
14944checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
14945
14946[[package]]
14947name = "untrusted"
14948version = "0.9.0"
14949source = "registry+https://github.com/rust-lang/crates.io-index"
14950checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14951
14952[[package]]
14953name = "url"
14954version = "2.5.4"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14957dependencies = [
14958 "form_urlencoded",
14959 "idna",
14960 "percent-encoding",
14961 "serde",
14962]
14963
14964[[package]]
14965name = "urlencoding"
14966version = "2.1.3"
14967source = "registry+https://github.com/rust-lang/crates.io-index"
14968checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14969
14970[[package]]
14971name = "usvg"
14972version = "0.45.0"
14973source = "registry+https://github.com/rust-lang/crates.io-index"
14974checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
14975dependencies = [
14976 "base64 0.22.1",
14977 "data-url",
14978 "flate2",
14979 "fontdb 0.23.0",
14980 "imagesize",
14981 "kurbo",
14982 "log",
14983 "pico-args",
14984 "roxmltree",
14985 "rustybuzz 0.20.1",
14986 "simplecss",
14987 "siphasher 1.0.1",
14988 "strict-num",
14989 "svgtypes",
14990 "tiny-skia-path",
14991 "unicode-bidi",
14992 "unicode-script",
14993 "unicode-vo",
14994 "xmlwriter",
14995]
14996
14997[[package]]
14998name = "utf-8"
14999version = "0.7.6"
15000source = "registry+https://github.com/rust-lang/crates.io-index"
15001checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15002
15003[[package]]
15004name = "utf16_iter"
15005version = "1.0.5"
15006source = "registry+https://github.com/rust-lang/crates.io-index"
15007checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15008
15009[[package]]
15010name = "utf8_iter"
15011version = "1.0.4"
15012source = "registry+https://github.com/rust-lang/crates.io-index"
15013checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15014
15015[[package]]
15016name = "utf8parse"
15017version = "0.2.2"
15018source = "registry+https://github.com/rust-lang/crates.io-index"
15019checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15020
15021[[package]]
15022name = "util"
15023version = "0.1.0"
15024dependencies = [
15025 "anyhow",
15026 "async-fs",
15027 "collections",
15028 "dirs 4.0.0",
15029 "dunce",
15030 "futures 0.3.31",
15031 "futures-lite 1.13.0",
15032 "git2",
15033 "globset",
15034 "itertools 0.14.0",
15035 "libc",
15036 "log",
15037 "rand 0.8.5",
15038 "regex",
15039 "rust-embed",
15040 "serde",
15041 "serde_json",
15042 "smol",
15043 "take-until",
15044 "tempfile",
15045 "tendril",
15046 "unicase",
15047 "util_macros",
15048]
15049
15050[[package]]
15051name = "util_macros"
15052version = "0.1.0"
15053dependencies = [
15054 "quote",
15055 "syn 1.0.109",
15056]
15057
15058[[package]]
15059name = "uuid"
15060version = "1.13.2"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15063dependencies = [
15064 "getrandom 0.3.1",
15065 "serde",
15066 "sha1_smol",
15067]
15068
15069[[package]]
15070name = "v_frame"
15071version = "0.3.8"
15072source = "registry+https://github.com/rust-lang/crates.io-index"
15073checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15074dependencies = [
15075 "aligned-vec",
15076 "num-traits",
15077 "wasm-bindgen",
15078]
15079
15080[[package]]
15081name = "valuable"
15082version = "0.1.0"
15083source = "registry+https://github.com/rust-lang/crates.io-index"
15084checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15085
15086[[package]]
15087name = "value-bag"
15088version = "1.10.0"
15089source = "registry+https://github.com/rust-lang/crates.io-index"
15090checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15091dependencies = [
15092 "value-bag-serde1",
15093 "value-bag-sval2",
15094]
15095
15096[[package]]
15097name = "value-bag-serde1"
15098version = "1.10.0"
15099source = "registry+https://github.com/rust-lang/crates.io-index"
15100checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15101dependencies = [
15102 "erased-serde",
15103 "serde",
15104 "serde_fmt",
15105]
15106
15107[[package]]
15108name = "value-bag-sval2"
15109version = "1.10.0"
15110source = "registry+https://github.com/rust-lang/crates.io-index"
15111checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15112dependencies = [
15113 "sval",
15114 "sval_buffer",
15115 "sval_dynamic",
15116 "sval_fmt",
15117 "sval_json",
15118 "sval_ref",
15119 "sval_serde",
15120]
15121
15122[[package]]
15123name = "vcpkg"
15124version = "0.2.15"
15125source = "registry+https://github.com/rust-lang/crates.io-index"
15126checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15127
15128[[package]]
15129name = "version-compare"
15130version = "0.2.0"
15131source = "registry+https://github.com/rust-lang/crates.io-index"
15132checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15133
15134[[package]]
15135name = "version_check"
15136version = "0.9.5"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15139
15140[[package]]
15141name = "vim"
15142version = "0.1.0"
15143dependencies = [
15144 "anyhow",
15145 "assets",
15146 "async-compat",
15147 "async-trait",
15148 "collections",
15149 "command_palette",
15150 "command_palette_hooks",
15151 "editor",
15152 "futures 0.3.31",
15153 "git_ui",
15154 "gpui",
15155 "indoc",
15156 "itertools 0.14.0",
15157 "language",
15158 "libc",
15159 "log",
15160 "lsp",
15161 "multi_buffer",
15162 "nvim-rs",
15163 "parking_lot",
15164 "picker",
15165 "project",
15166 "project_panel",
15167 "regex",
15168 "release_channel",
15169 "schemars",
15170 "search",
15171 "serde",
15172 "serde_derive",
15173 "serde_json",
15174 "settings",
15175 "task",
15176 "theme",
15177 "tokio",
15178 "ui",
15179 "util",
15180 "vim_mode_setting",
15181 "workspace",
15182 "zed_actions",
15183]
15184
15185[[package]]
15186name = "vim_mode_setting"
15187version = "0.1.0"
15188dependencies = [
15189 "anyhow",
15190 "gpui",
15191 "settings",
15192]
15193
15194[[package]]
15195name = "vscode_theme"
15196version = "0.2.0"
15197source = "registry+https://github.com/rust-lang/crates.io-index"
15198checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15199dependencies = [
15200 "serde",
15201]
15202
15203[[package]]
15204name = "vsimd"
15205version = "0.8.0"
15206source = "registry+https://github.com/rust-lang/crates.io-index"
15207checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15208
15209[[package]]
15210name = "vswhom"
15211version = "0.1.0"
15212source = "registry+https://github.com/rust-lang/crates.io-index"
15213checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15214dependencies = [
15215 "libc",
15216 "vswhom-sys",
15217]
15218
15219[[package]]
15220name = "vswhom-sys"
15221version = "0.1.2"
15222source = "registry+https://github.com/rust-lang/crates.io-index"
15223checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15224dependencies = [
15225 "cc",
15226 "libc",
15227]
15228
15229[[package]]
15230name = "vte"
15231version = "0.15.0"
15232source = "registry+https://github.com/rust-lang/crates.io-index"
15233checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15234dependencies = [
15235 "arrayvec",
15236 "bitflags 2.8.0",
15237 "cursor-icon",
15238 "log",
15239 "memchr",
15240 "serde",
15241]
15242
15243[[package]]
15244name = "waker-fn"
15245version = "1.2.0"
15246source = "registry+https://github.com/rust-lang/crates.io-index"
15247checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15248
15249[[package]]
15250name = "walkdir"
15251version = "2.5.0"
15252source = "registry+https://github.com/rust-lang/crates.io-index"
15253checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15254dependencies = [
15255 "same-file",
15256 "winapi-util",
15257]
15258
15259[[package]]
15260name = "want"
15261version = "0.3.1"
15262source = "registry+https://github.com/rust-lang/crates.io-index"
15263checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15264dependencies = [
15265 "try-lock",
15266]
15267
15268[[package]]
15269name = "warp"
15270version = "0.3.7"
15271source = "registry+https://github.com/rust-lang/crates.io-index"
15272checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15273dependencies = [
15274 "bytes 1.10.1",
15275 "futures-channel",
15276 "futures-util",
15277 "headers",
15278 "http 0.2.12",
15279 "hyper 0.14.32",
15280 "log",
15281 "mime",
15282 "mime_guess",
15283 "percent-encoding",
15284 "pin-project",
15285 "scoped-tls",
15286 "serde",
15287 "serde_json",
15288 "serde_urlencoded",
15289 "tokio",
15290 "tokio-tungstenite 0.21.0",
15291 "tokio-util",
15292 "tower-service",
15293 "tracing",
15294]
15295
15296[[package]]
15297name = "wasi"
15298version = "0.9.0+wasi-snapshot-preview1"
15299source = "registry+https://github.com/rust-lang/crates.io-index"
15300checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15301
15302[[package]]
15303name = "wasi"
15304version = "0.11.0+wasi-snapshot-preview1"
15305source = "registry+https://github.com/rust-lang/crates.io-index"
15306checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15307
15308[[package]]
15309name = "wasi"
15310version = "0.13.3+wasi-0.2.2"
15311source = "registry+https://github.com/rust-lang/crates.io-index"
15312checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15313dependencies = [
15314 "wit-bindgen-rt 0.33.0",
15315]
15316
15317[[package]]
15318name = "wasite"
15319version = "0.1.0"
15320source = "registry+https://github.com/rust-lang/crates.io-index"
15321checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15322
15323[[package]]
15324name = "wasm-bindgen"
15325version = "0.2.99"
15326source = "registry+https://github.com/rust-lang/crates.io-index"
15327checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15328dependencies = [
15329 "cfg-if",
15330 "once_cell",
15331 "wasm-bindgen-macro",
15332]
15333
15334[[package]]
15335name = "wasm-bindgen-backend"
15336version = "0.2.99"
15337source = "registry+https://github.com/rust-lang/crates.io-index"
15338checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15339dependencies = [
15340 "bumpalo",
15341 "log",
15342 "proc-macro2",
15343 "quote",
15344 "syn 2.0.100",
15345 "wasm-bindgen-shared",
15346]
15347
15348[[package]]
15349name = "wasm-bindgen-futures"
15350version = "0.4.49"
15351source = "registry+https://github.com/rust-lang/crates.io-index"
15352checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15353dependencies = [
15354 "cfg-if",
15355 "js-sys",
15356 "once_cell",
15357 "wasm-bindgen",
15358 "web-sys",
15359]
15360
15361[[package]]
15362name = "wasm-bindgen-macro"
15363version = "0.2.99"
15364source = "registry+https://github.com/rust-lang/crates.io-index"
15365checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15366dependencies = [
15367 "quote",
15368 "wasm-bindgen-macro-support",
15369]
15370
15371[[package]]
15372name = "wasm-bindgen-macro-support"
15373version = "0.2.99"
15374source = "registry+https://github.com/rust-lang/crates.io-index"
15375checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15376dependencies = [
15377 "proc-macro2",
15378 "quote",
15379 "syn 2.0.100",
15380 "wasm-bindgen-backend",
15381 "wasm-bindgen-shared",
15382]
15383
15384[[package]]
15385name = "wasm-bindgen-shared"
15386version = "0.2.99"
15387source = "registry+https://github.com/rust-lang/crates.io-index"
15388checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15389
15390[[package]]
15391name = "wasm-encoder"
15392version = "0.201.0"
15393source = "registry+https://github.com/rust-lang/crates.io-index"
15394checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15395dependencies = [
15396 "leb128",
15397]
15398
15399[[package]]
15400name = "wasm-encoder"
15401version = "0.221.3"
15402source = "registry+https://github.com/rust-lang/crates.io-index"
15403checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15404dependencies = [
15405 "leb128",
15406 "wasmparser 0.221.3",
15407]
15408
15409[[package]]
15410name = "wasm-metadata"
15411version = "0.201.0"
15412source = "registry+https://github.com/rust-lang/crates.io-index"
15413checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15414dependencies = [
15415 "anyhow",
15416 "indexmap",
15417 "serde",
15418 "serde_derive",
15419 "serde_json",
15420 "spdx",
15421 "wasm-encoder 0.201.0",
15422 "wasmparser 0.201.0",
15423]
15424
15425[[package]]
15426name = "wasm-metadata"
15427version = "0.221.3"
15428source = "registry+https://github.com/rust-lang/crates.io-index"
15429checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15430dependencies = [
15431 "anyhow",
15432 "indexmap",
15433 "serde",
15434 "serde_derive",
15435 "serde_json",
15436 "spdx",
15437 "wasm-encoder 0.221.3",
15438 "wasmparser 0.221.3",
15439]
15440
15441[[package]]
15442name = "wasm-streams"
15443version = "0.4.2"
15444source = "registry+https://github.com/rust-lang/crates.io-index"
15445checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15446dependencies = [
15447 "futures-util",
15448 "js-sys",
15449 "wasm-bindgen",
15450 "wasm-bindgen-futures",
15451 "web-sys",
15452]
15453
15454[[package]]
15455name = "wasmparser"
15456version = "0.201.0"
15457source = "registry+https://github.com/rust-lang/crates.io-index"
15458checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15459dependencies = [
15460 "bitflags 2.8.0",
15461 "indexmap",
15462 "semver",
15463]
15464
15465[[package]]
15466name = "wasmparser"
15467version = "0.221.3"
15468source = "registry+https://github.com/rust-lang/crates.io-index"
15469checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15470dependencies = [
15471 "bitflags 2.8.0",
15472 "hashbrown 0.15.2",
15473 "indexmap",
15474 "semver",
15475 "serde",
15476]
15477
15478[[package]]
15479name = "wasmprinter"
15480version = "0.221.3"
15481source = "registry+https://github.com/rust-lang/crates.io-index"
15482checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15483dependencies = [
15484 "anyhow",
15485 "termcolor",
15486 "wasmparser 0.221.3",
15487]
15488
15489[[package]]
15490name = "wasmtime"
15491version = "29.0.1"
15492source = "registry+https://github.com/rust-lang/crates.io-index"
15493checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15494dependencies = [
15495 "anyhow",
15496 "async-trait",
15497 "bitflags 2.8.0",
15498 "bumpalo",
15499 "cc",
15500 "cfg-if",
15501 "encoding_rs",
15502 "hashbrown 0.14.5",
15503 "indexmap",
15504 "libc",
15505 "log",
15506 "mach2",
15507 "memfd",
15508 "object",
15509 "once_cell",
15510 "paste",
15511 "postcard",
15512 "psm",
15513 "pulley-interpreter",
15514 "rustix",
15515 "semver",
15516 "serde",
15517 "serde_derive",
15518 "smallvec",
15519 "sptr",
15520 "target-lexicon 0.13.2",
15521 "trait-variant",
15522 "wasmparser 0.221.3",
15523 "wasmtime-asm-macros",
15524 "wasmtime-component-macro",
15525 "wasmtime-component-util",
15526 "wasmtime-cranelift",
15527 "wasmtime-environ",
15528 "wasmtime-fiber",
15529 "wasmtime-jit-icache-coherence",
15530 "wasmtime-math",
15531 "wasmtime-slab",
15532 "wasmtime-versioned-export-macros",
15533 "wasmtime-winch",
15534 "windows-sys 0.59.0",
15535]
15536
15537[[package]]
15538name = "wasmtime-asm-macros"
15539version = "29.0.1"
15540source = "registry+https://github.com/rust-lang/crates.io-index"
15541checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15542dependencies = [
15543 "cfg-if",
15544]
15545
15546[[package]]
15547name = "wasmtime-c-api-impl"
15548version = "29.0.1"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15551dependencies = [
15552 "anyhow",
15553 "log",
15554 "tracing",
15555 "wasmtime",
15556 "wasmtime-c-api-macros",
15557]
15558
15559[[package]]
15560name = "wasmtime-c-api-macros"
15561version = "29.0.1"
15562source = "registry+https://github.com/rust-lang/crates.io-index"
15563checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15564dependencies = [
15565 "proc-macro2",
15566 "quote",
15567]
15568
15569[[package]]
15570name = "wasmtime-component-macro"
15571version = "29.0.1"
15572source = "registry+https://github.com/rust-lang/crates.io-index"
15573checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15574dependencies = [
15575 "anyhow",
15576 "proc-macro2",
15577 "quote",
15578 "syn 2.0.100",
15579 "wasmtime-component-util",
15580 "wasmtime-wit-bindgen",
15581 "wit-parser 0.221.3",
15582]
15583
15584[[package]]
15585name = "wasmtime-component-util"
15586version = "29.0.1"
15587source = "registry+https://github.com/rust-lang/crates.io-index"
15588checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15589
15590[[package]]
15591name = "wasmtime-cranelift"
15592version = "29.0.1"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15595dependencies = [
15596 "anyhow",
15597 "cfg-if",
15598 "cranelift-codegen",
15599 "cranelift-control",
15600 "cranelift-entity",
15601 "cranelift-frontend",
15602 "cranelift-native",
15603 "gimli",
15604 "itertools 0.12.1",
15605 "log",
15606 "object",
15607 "smallvec",
15608 "target-lexicon 0.13.2",
15609 "thiserror 1.0.69",
15610 "wasmparser 0.221.3",
15611 "wasmtime-environ",
15612 "wasmtime-versioned-export-macros",
15613]
15614
15615[[package]]
15616name = "wasmtime-environ"
15617version = "29.0.1"
15618source = "registry+https://github.com/rust-lang/crates.io-index"
15619checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15620dependencies = [
15621 "anyhow",
15622 "cpp_demangle",
15623 "cranelift-bitset",
15624 "cranelift-entity",
15625 "gimli",
15626 "indexmap",
15627 "log",
15628 "object",
15629 "postcard",
15630 "rustc-demangle",
15631 "semver",
15632 "serde",
15633 "serde_derive",
15634 "smallvec",
15635 "target-lexicon 0.13.2",
15636 "wasm-encoder 0.221.3",
15637 "wasmparser 0.221.3",
15638 "wasmprinter",
15639 "wasmtime-component-util",
15640]
15641
15642[[package]]
15643name = "wasmtime-fiber"
15644version = "29.0.1"
15645source = "registry+https://github.com/rust-lang/crates.io-index"
15646checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15647dependencies = [
15648 "anyhow",
15649 "cc",
15650 "cfg-if",
15651 "rustix",
15652 "wasmtime-asm-macros",
15653 "wasmtime-versioned-export-macros",
15654 "windows-sys 0.59.0",
15655]
15656
15657[[package]]
15658name = "wasmtime-jit-icache-coherence"
15659version = "29.0.1"
15660source = "registry+https://github.com/rust-lang/crates.io-index"
15661checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15662dependencies = [
15663 "anyhow",
15664 "cfg-if",
15665 "libc",
15666 "windows-sys 0.59.0",
15667]
15668
15669[[package]]
15670name = "wasmtime-math"
15671version = "29.0.1"
15672source = "registry+https://github.com/rust-lang/crates.io-index"
15673checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15674dependencies = [
15675 "libm",
15676]
15677
15678[[package]]
15679name = "wasmtime-slab"
15680version = "29.0.1"
15681source = "registry+https://github.com/rust-lang/crates.io-index"
15682checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15683
15684[[package]]
15685name = "wasmtime-versioned-export-macros"
15686version = "29.0.1"
15687source = "registry+https://github.com/rust-lang/crates.io-index"
15688checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15689dependencies = [
15690 "proc-macro2",
15691 "quote",
15692 "syn 2.0.100",
15693]
15694
15695[[package]]
15696name = "wasmtime-wasi"
15697version = "29.0.1"
15698source = "registry+https://github.com/rust-lang/crates.io-index"
15699checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15700dependencies = [
15701 "anyhow",
15702 "async-trait",
15703 "bitflags 2.8.0",
15704 "bytes 1.10.1",
15705 "cap-fs-ext",
15706 "cap-net-ext",
15707 "cap-rand",
15708 "cap-std",
15709 "cap-time-ext",
15710 "fs-set-times",
15711 "futures 0.3.31",
15712 "io-extras",
15713 "io-lifetimes",
15714 "rustix",
15715 "system-interface",
15716 "thiserror 1.0.69",
15717 "tokio",
15718 "tracing",
15719 "trait-variant",
15720 "url",
15721 "wasmtime",
15722 "wiggle",
15723 "windows-sys 0.59.0",
15724]
15725
15726[[package]]
15727name = "wasmtime-winch"
15728version = "29.0.1"
15729source = "registry+https://github.com/rust-lang/crates.io-index"
15730checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15731dependencies = [
15732 "anyhow",
15733 "cranelift-codegen",
15734 "gimli",
15735 "object",
15736 "target-lexicon 0.13.2",
15737 "wasmparser 0.221.3",
15738 "wasmtime-cranelift",
15739 "wasmtime-environ",
15740 "winch-codegen",
15741]
15742
15743[[package]]
15744name = "wasmtime-wit-bindgen"
15745version = "29.0.1"
15746source = "registry+https://github.com/rust-lang/crates.io-index"
15747checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15748dependencies = [
15749 "anyhow",
15750 "heck 0.5.0",
15751 "indexmap",
15752 "wit-parser 0.221.3",
15753]
15754
15755[[package]]
15756name = "wast"
15757version = "35.0.2"
15758source = "registry+https://github.com/rust-lang/crates.io-index"
15759checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15760dependencies = [
15761 "leb128",
15762]
15763
15764[[package]]
15765name = "wayland-backend"
15766version = "0.3.8"
15767source = "registry+https://github.com/rust-lang/crates.io-index"
15768checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15769dependencies = [
15770 "cc",
15771 "downcast-rs",
15772 "rustix",
15773 "scoped-tls",
15774 "smallvec",
15775 "wayland-sys",
15776]
15777
15778[[package]]
15779name = "wayland-client"
15780version = "0.31.8"
15781source = "registry+https://github.com/rust-lang/crates.io-index"
15782checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15783dependencies = [
15784 "bitflags 2.8.0",
15785 "rustix",
15786 "wayland-backend",
15787 "wayland-scanner",
15788]
15789
15790[[package]]
15791name = "wayland-cursor"
15792version = "0.31.8"
15793source = "registry+https://github.com/rust-lang/crates.io-index"
15794checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15795dependencies = [
15796 "rustix",
15797 "wayland-client",
15798 "xcursor",
15799]
15800
15801[[package]]
15802name = "wayland-protocols"
15803version = "0.31.2"
15804source = "registry+https://github.com/rust-lang/crates.io-index"
15805checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15806dependencies = [
15807 "bitflags 2.8.0",
15808 "wayland-backend",
15809 "wayland-client",
15810 "wayland-scanner",
15811]
15812
15813[[package]]
15814name = "wayland-protocols-plasma"
15815version = "0.2.0"
15816source = "registry+https://github.com/rust-lang/crates.io-index"
15817checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15818dependencies = [
15819 "bitflags 2.8.0",
15820 "wayland-backend",
15821 "wayland-client",
15822 "wayland-protocols",
15823 "wayland-scanner",
15824]
15825
15826[[package]]
15827name = "wayland-scanner"
15828version = "0.31.6"
15829source = "registry+https://github.com/rust-lang/crates.io-index"
15830checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15831dependencies = [
15832 "proc-macro2",
15833 "quick-xml 0.37.2",
15834 "quote",
15835]
15836
15837[[package]]
15838name = "wayland-sys"
15839version = "0.31.6"
15840source = "registry+https://github.com/rust-lang/crates.io-index"
15841checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15842dependencies = [
15843 "dlib",
15844 "log",
15845 "once_cell",
15846 "pkg-config",
15847]
15848
15849[[package]]
15850name = "web-sys"
15851version = "0.3.76"
15852source = "registry+https://github.com/rust-lang/crates.io-index"
15853checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15854dependencies = [
15855 "js-sys",
15856 "wasm-bindgen",
15857]
15858
15859[[package]]
15860name = "web-time"
15861version = "1.1.0"
15862source = "registry+https://github.com/rust-lang/crates.io-index"
15863checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15864dependencies = [
15865 "js-sys",
15866 "wasm-bindgen",
15867]
15868
15869[[package]]
15870name = "webpki-root-certs"
15871version = "0.26.8"
15872source = "registry+https://github.com/rust-lang/crates.io-index"
15873checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
15874dependencies = [
15875 "rustls-pki-types",
15876]
15877
15878[[package]]
15879name = "webpki-roots"
15880version = "0.26.7"
15881source = "registry+https://github.com/rust-lang/crates.io-index"
15882checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15883dependencies = [
15884 "rustls-pki-types",
15885]
15886
15887[[package]]
15888name = "webrtc-sys"
15889version = "0.3.5"
15890source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15891dependencies = [
15892 "cc",
15893 "cxx",
15894 "cxx-build",
15895 "glob",
15896 "log",
15897 "webrtc-sys-build",
15898]
15899
15900[[package]]
15901name = "webrtc-sys-build"
15902version = "0.3.5"
15903source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15904dependencies = [
15905 "fs2",
15906 "regex",
15907 "reqwest 0.11.27",
15908 "scratch",
15909 "semver",
15910 "zip",
15911]
15912
15913[[package]]
15914name = "weezl"
15915version = "0.1.8"
15916source = "registry+https://github.com/rust-lang/crates.io-index"
15917checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15918
15919[[package]]
15920name = "welcome"
15921version = "0.1.0"
15922dependencies = [
15923 "anyhow",
15924 "client",
15925 "db",
15926 "editor",
15927 "fuzzy",
15928 "gpui",
15929 "install_cli",
15930 "language",
15931 "picker",
15932 "project",
15933 "schemars",
15934 "serde",
15935 "settings",
15936 "telemetry",
15937 "ui",
15938 "util",
15939 "vim_mode_setting",
15940 "workspace",
15941 "zed_actions",
15942]
15943
15944[[package]]
15945name = "which"
15946version = "4.4.2"
15947source = "registry+https://github.com/rust-lang/crates.io-index"
15948checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15949dependencies = [
15950 "either",
15951 "home",
15952 "once_cell",
15953 "rustix",
15954]
15955
15956[[package]]
15957name = "which"
15958version = "6.0.3"
15959source = "registry+https://github.com/rust-lang/crates.io-index"
15960checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15961dependencies = [
15962 "either",
15963 "home",
15964 "rustix",
15965 "winsafe",
15966]
15967
15968[[package]]
15969name = "which"
15970version = "7.0.2"
15971source = "registry+https://github.com/rust-lang/crates.io-index"
15972checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
15973dependencies = [
15974 "either",
15975 "env_home",
15976 "rustix",
15977 "winsafe",
15978]
15979
15980[[package]]
15981name = "whoami"
15982version = "1.5.2"
15983source = "registry+https://github.com/rust-lang/crates.io-index"
15984checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15985dependencies = [
15986 "redox_syscall 0.5.8",
15987 "wasite",
15988]
15989
15990[[package]]
15991name = "wiggle"
15992version = "29.0.1"
15993source = "registry+https://github.com/rust-lang/crates.io-index"
15994checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
15995dependencies = [
15996 "anyhow",
15997 "async-trait",
15998 "bitflags 2.8.0",
15999 "thiserror 1.0.69",
16000 "tracing",
16001 "wasmtime",
16002 "wiggle-macro",
16003]
16004
16005[[package]]
16006name = "wiggle-generate"
16007version = "29.0.1"
16008source = "registry+https://github.com/rust-lang/crates.io-index"
16009checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16010dependencies = [
16011 "anyhow",
16012 "heck 0.5.0",
16013 "proc-macro2",
16014 "quote",
16015 "shellexpand 2.1.2",
16016 "syn 2.0.100",
16017 "witx",
16018]
16019
16020[[package]]
16021name = "wiggle-macro"
16022version = "29.0.1"
16023source = "registry+https://github.com/rust-lang/crates.io-index"
16024checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16025dependencies = [
16026 "proc-macro2",
16027 "quote",
16028 "syn 2.0.100",
16029 "wiggle-generate",
16030]
16031
16032[[package]]
16033name = "winapi"
16034version = "0.3.9"
16035source = "registry+https://github.com/rust-lang/crates.io-index"
16036checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16037dependencies = [
16038 "winapi-i686-pc-windows-gnu",
16039 "winapi-x86_64-pc-windows-gnu",
16040]
16041
16042[[package]]
16043name = "winapi-i686-pc-windows-gnu"
16044version = "0.4.0"
16045source = "registry+https://github.com/rust-lang/crates.io-index"
16046checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16047
16048[[package]]
16049name = "winapi-util"
16050version = "0.1.9"
16051source = "registry+https://github.com/rust-lang/crates.io-index"
16052checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16053dependencies = [
16054 "windows-sys 0.59.0",
16055]
16056
16057[[package]]
16058name = "winapi-x86_64-pc-windows-gnu"
16059version = "0.4.0"
16060source = "registry+https://github.com/rust-lang/crates.io-index"
16061checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16062
16063[[package]]
16064name = "winch-codegen"
16065version = "29.0.1"
16066source = "registry+https://github.com/rust-lang/crates.io-index"
16067checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16068dependencies = [
16069 "anyhow",
16070 "cranelift-codegen",
16071 "gimli",
16072 "regalloc2",
16073 "smallvec",
16074 "target-lexicon 0.13.2",
16075 "thiserror 1.0.69",
16076 "wasmparser 0.221.3",
16077 "wasmtime-cranelift",
16078 "wasmtime-environ",
16079]
16080
16081[[package]]
16082name = "windows"
16083version = "0.54.0"
16084source = "registry+https://github.com/rust-lang/crates.io-index"
16085checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16086dependencies = [
16087 "windows-core 0.54.0",
16088 "windows-targets 0.52.6",
16089]
16090
16091[[package]]
16092name = "windows"
16093version = "0.57.0"
16094source = "registry+https://github.com/rust-lang/crates.io-index"
16095checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16096dependencies = [
16097 "windows-core 0.57.0",
16098 "windows-targets 0.52.6",
16099]
16100
16101[[package]]
16102name = "windows"
16103version = "0.58.0"
16104source = "registry+https://github.com/rust-lang/crates.io-index"
16105checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16106dependencies = [
16107 "windows-core 0.58.0",
16108 "windows-targets 0.52.6",
16109]
16110
16111[[package]]
16112name = "windows"
16113version = "0.60.0"
16114source = "registry+https://github.com/rust-lang/crates.io-index"
16115checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16116dependencies = [
16117 "windows-collections",
16118 "windows-core 0.60.1",
16119 "windows-future",
16120 "windows-link",
16121 "windows-numerics",
16122]
16123
16124[[package]]
16125name = "windows-collections"
16126version = "0.1.1"
16127source = "registry+https://github.com/rust-lang/crates.io-index"
16128checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16129dependencies = [
16130 "windows-core 0.60.1",
16131]
16132
16133[[package]]
16134name = "windows-core"
16135version = "0.52.0"
16136source = "registry+https://github.com/rust-lang/crates.io-index"
16137checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16138dependencies = [
16139 "windows-targets 0.52.6",
16140]
16141
16142[[package]]
16143name = "windows-core"
16144version = "0.54.0"
16145source = "registry+https://github.com/rust-lang/crates.io-index"
16146checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16147dependencies = [
16148 "windows-result 0.1.2",
16149 "windows-targets 0.52.6",
16150]
16151
16152[[package]]
16153name = "windows-core"
16154version = "0.57.0"
16155source = "registry+https://github.com/rust-lang/crates.io-index"
16156checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16157dependencies = [
16158 "windows-implement 0.57.0",
16159 "windows-interface 0.57.0",
16160 "windows-result 0.1.2",
16161 "windows-targets 0.52.6",
16162]
16163
16164[[package]]
16165name = "windows-core"
16166version = "0.58.0"
16167source = "registry+https://github.com/rust-lang/crates.io-index"
16168checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16169dependencies = [
16170 "windows-implement 0.58.0",
16171 "windows-interface 0.58.0",
16172 "windows-result 0.2.0",
16173 "windows-strings 0.1.0",
16174 "windows-targets 0.52.6",
16175]
16176
16177[[package]]
16178name = "windows-core"
16179version = "0.60.1"
16180source = "registry+https://github.com/rust-lang/crates.io-index"
16181checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16182dependencies = [
16183 "windows-implement 0.59.0",
16184 "windows-interface 0.59.0",
16185 "windows-link",
16186 "windows-result 0.3.1",
16187 "windows-strings 0.3.1",
16188]
16189
16190[[package]]
16191name = "windows-future"
16192version = "0.1.1"
16193source = "registry+https://github.com/rust-lang/crates.io-index"
16194checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16195dependencies = [
16196 "windows-core 0.60.1",
16197 "windows-link",
16198]
16199
16200[[package]]
16201name = "windows-implement"
16202version = "0.57.0"
16203source = "registry+https://github.com/rust-lang/crates.io-index"
16204checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16205dependencies = [
16206 "proc-macro2",
16207 "quote",
16208 "syn 2.0.100",
16209]
16210
16211[[package]]
16212name = "windows-implement"
16213version = "0.58.0"
16214source = "registry+https://github.com/rust-lang/crates.io-index"
16215checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16216dependencies = [
16217 "proc-macro2",
16218 "quote",
16219 "syn 2.0.100",
16220]
16221
16222[[package]]
16223name = "windows-implement"
16224version = "0.59.0"
16225source = "registry+https://github.com/rust-lang/crates.io-index"
16226checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16227dependencies = [
16228 "proc-macro2",
16229 "quote",
16230 "syn 2.0.100",
16231]
16232
16233[[package]]
16234name = "windows-interface"
16235version = "0.57.0"
16236source = "registry+https://github.com/rust-lang/crates.io-index"
16237checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16238dependencies = [
16239 "proc-macro2",
16240 "quote",
16241 "syn 2.0.100",
16242]
16243
16244[[package]]
16245name = "windows-interface"
16246version = "0.58.0"
16247source = "registry+https://github.com/rust-lang/crates.io-index"
16248checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16249dependencies = [
16250 "proc-macro2",
16251 "quote",
16252 "syn 2.0.100",
16253]
16254
16255[[package]]
16256name = "windows-interface"
16257version = "0.59.0"
16258source = "registry+https://github.com/rust-lang/crates.io-index"
16259checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16260dependencies = [
16261 "proc-macro2",
16262 "quote",
16263 "syn 2.0.100",
16264]
16265
16266[[package]]
16267name = "windows-link"
16268version = "0.1.0"
16269source = "registry+https://github.com/rust-lang/crates.io-index"
16270checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16271
16272[[package]]
16273name = "windows-numerics"
16274version = "0.1.1"
16275source = "registry+https://github.com/rust-lang/crates.io-index"
16276checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16277dependencies = [
16278 "windows-core 0.60.1",
16279 "windows-link",
16280]
16281
16282[[package]]
16283name = "windows-registry"
16284version = "0.2.0"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16287dependencies = [
16288 "windows-result 0.2.0",
16289 "windows-strings 0.1.0",
16290 "windows-targets 0.52.6",
16291]
16292
16293[[package]]
16294name = "windows-result"
16295version = "0.1.2"
16296source = "registry+https://github.com/rust-lang/crates.io-index"
16297checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16298dependencies = [
16299 "windows-targets 0.52.6",
16300]
16301
16302[[package]]
16303name = "windows-result"
16304version = "0.2.0"
16305source = "registry+https://github.com/rust-lang/crates.io-index"
16306checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16307dependencies = [
16308 "windows-targets 0.52.6",
16309]
16310
16311[[package]]
16312name = "windows-result"
16313version = "0.3.1"
16314source = "registry+https://github.com/rust-lang/crates.io-index"
16315checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16316dependencies = [
16317 "windows-link",
16318]
16319
16320[[package]]
16321name = "windows-strings"
16322version = "0.1.0"
16323source = "registry+https://github.com/rust-lang/crates.io-index"
16324checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16325dependencies = [
16326 "windows-result 0.2.0",
16327 "windows-targets 0.52.6",
16328]
16329
16330[[package]]
16331name = "windows-strings"
16332version = "0.3.1"
16333source = "registry+https://github.com/rust-lang/crates.io-index"
16334checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16335dependencies = [
16336 "windows-link",
16337]
16338
16339[[package]]
16340name = "windows-sys"
16341version = "0.45.0"
16342source = "registry+https://github.com/rust-lang/crates.io-index"
16343checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16344dependencies = [
16345 "windows-targets 0.42.2",
16346]
16347
16348[[package]]
16349name = "windows-sys"
16350version = "0.48.0"
16351source = "registry+https://github.com/rust-lang/crates.io-index"
16352checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16353dependencies = [
16354 "windows-targets 0.48.5",
16355]
16356
16357[[package]]
16358name = "windows-sys"
16359version = "0.52.0"
16360source = "registry+https://github.com/rust-lang/crates.io-index"
16361checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16362dependencies = [
16363 "windows-targets 0.52.6",
16364]
16365
16366[[package]]
16367name = "windows-sys"
16368version = "0.59.0"
16369source = "registry+https://github.com/rust-lang/crates.io-index"
16370checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16371dependencies = [
16372 "windows-targets 0.52.6",
16373]
16374
16375[[package]]
16376name = "windows-targets"
16377version = "0.42.2"
16378source = "registry+https://github.com/rust-lang/crates.io-index"
16379checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16380dependencies = [
16381 "windows_aarch64_gnullvm 0.42.2",
16382 "windows_aarch64_msvc 0.42.2",
16383 "windows_i686_gnu 0.42.2",
16384 "windows_i686_msvc 0.42.2",
16385 "windows_x86_64_gnu 0.42.2",
16386 "windows_x86_64_gnullvm 0.42.2",
16387 "windows_x86_64_msvc 0.42.2",
16388]
16389
16390[[package]]
16391name = "windows-targets"
16392version = "0.48.5"
16393source = "registry+https://github.com/rust-lang/crates.io-index"
16394checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16395dependencies = [
16396 "windows_aarch64_gnullvm 0.48.5",
16397 "windows_aarch64_msvc 0.48.5",
16398 "windows_i686_gnu 0.48.5",
16399 "windows_i686_msvc 0.48.5",
16400 "windows_x86_64_gnu 0.48.5",
16401 "windows_x86_64_gnullvm 0.48.5",
16402 "windows_x86_64_msvc 0.48.5",
16403]
16404
16405[[package]]
16406name = "windows-targets"
16407version = "0.52.6"
16408source = "registry+https://github.com/rust-lang/crates.io-index"
16409checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16410dependencies = [
16411 "windows_aarch64_gnullvm 0.52.6",
16412 "windows_aarch64_msvc 0.52.6",
16413 "windows_i686_gnu 0.52.6",
16414 "windows_i686_gnullvm",
16415 "windows_i686_msvc 0.52.6",
16416 "windows_x86_64_gnu 0.52.6",
16417 "windows_x86_64_gnullvm 0.52.6",
16418 "windows_x86_64_msvc 0.52.6",
16419]
16420
16421[[package]]
16422name = "windows_aarch64_gnullvm"
16423version = "0.42.2"
16424source = "registry+https://github.com/rust-lang/crates.io-index"
16425checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16426
16427[[package]]
16428name = "windows_aarch64_gnullvm"
16429version = "0.48.5"
16430source = "registry+https://github.com/rust-lang/crates.io-index"
16431checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16432
16433[[package]]
16434name = "windows_aarch64_gnullvm"
16435version = "0.52.6"
16436source = "registry+https://github.com/rust-lang/crates.io-index"
16437checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16438
16439[[package]]
16440name = "windows_aarch64_msvc"
16441version = "0.42.2"
16442source = "registry+https://github.com/rust-lang/crates.io-index"
16443checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16444
16445[[package]]
16446name = "windows_aarch64_msvc"
16447version = "0.48.5"
16448source = "registry+https://github.com/rust-lang/crates.io-index"
16449checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16450
16451[[package]]
16452name = "windows_aarch64_msvc"
16453version = "0.52.6"
16454source = "registry+https://github.com/rust-lang/crates.io-index"
16455checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16456
16457[[package]]
16458name = "windows_i686_gnu"
16459version = "0.42.2"
16460source = "registry+https://github.com/rust-lang/crates.io-index"
16461checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16462
16463[[package]]
16464name = "windows_i686_gnu"
16465version = "0.48.5"
16466source = "registry+https://github.com/rust-lang/crates.io-index"
16467checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16468
16469[[package]]
16470name = "windows_i686_gnu"
16471version = "0.52.6"
16472source = "registry+https://github.com/rust-lang/crates.io-index"
16473checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16474
16475[[package]]
16476name = "windows_i686_gnullvm"
16477version = "0.52.6"
16478source = "registry+https://github.com/rust-lang/crates.io-index"
16479checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16480
16481[[package]]
16482name = "windows_i686_msvc"
16483version = "0.42.2"
16484source = "registry+https://github.com/rust-lang/crates.io-index"
16485checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16486
16487[[package]]
16488name = "windows_i686_msvc"
16489version = "0.48.5"
16490source = "registry+https://github.com/rust-lang/crates.io-index"
16491checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16492
16493[[package]]
16494name = "windows_i686_msvc"
16495version = "0.52.6"
16496source = "registry+https://github.com/rust-lang/crates.io-index"
16497checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16498
16499[[package]]
16500name = "windows_x86_64_gnu"
16501version = "0.42.2"
16502source = "registry+https://github.com/rust-lang/crates.io-index"
16503checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16504
16505[[package]]
16506name = "windows_x86_64_gnu"
16507version = "0.48.5"
16508source = "registry+https://github.com/rust-lang/crates.io-index"
16509checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16510
16511[[package]]
16512name = "windows_x86_64_gnu"
16513version = "0.52.6"
16514source = "registry+https://github.com/rust-lang/crates.io-index"
16515checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16516
16517[[package]]
16518name = "windows_x86_64_gnullvm"
16519version = "0.42.2"
16520source = "registry+https://github.com/rust-lang/crates.io-index"
16521checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16522
16523[[package]]
16524name = "windows_x86_64_gnullvm"
16525version = "0.48.5"
16526source = "registry+https://github.com/rust-lang/crates.io-index"
16527checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16528
16529[[package]]
16530name = "windows_x86_64_gnullvm"
16531version = "0.52.6"
16532source = "registry+https://github.com/rust-lang/crates.io-index"
16533checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16534
16535[[package]]
16536name = "windows_x86_64_msvc"
16537version = "0.42.2"
16538source = "registry+https://github.com/rust-lang/crates.io-index"
16539checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16540
16541[[package]]
16542name = "windows_x86_64_msvc"
16543version = "0.48.5"
16544source = "registry+https://github.com/rust-lang/crates.io-index"
16545checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16546
16547[[package]]
16548name = "windows_x86_64_msvc"
16549version = "0.52.6"
16550source = "registry+https://github.com/rust-lang/crates.io-index"
16551checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16552
16553[[package]]
16554name = "winnow"
16555version = "0.6.20"
16556source = "registry+https://github.com/rust-lang/crates.io-index"
16557checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16558dependencies = [
16559 "memchr",
16560]
16561
16562[[package]]
16563name = "winnow"
16564version = "0.7.1"
16565source = "registry+https://github.com/rust-lang/crates.io-index"
16566checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16567dependencies = [
16568 "memchr",
16569]
16570
16571[[package]]
16572name = "winreg"
16573version = "0.50.0"
16574source = "registry+https://github.com/rust-lang/crates.io-index"
16575checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16576dependencies = [
16577 "cfg-if",
16578 "windows-sys 0.48.0",
16579]
16580
16581[[package]]
16582name = "winreg"
16583version = "0.52.0"
16584source = "registry+https://github.com/rust-lang/crates.io-index"
16585checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16586dependencies = [
16587 "cfg-if",
16588 "windows-sys 0.48.0",
16589]
16590
16591[[package]]
16592name = "winresource"
16593version = "0.1.19"
16594source = "registry+https://github.com/rust-lang/crates.io-index"
16595checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16596dependencies = [
16597 "toml 0.8.20",
16598 "version_check",
16599]
16600
16601[[package]]
16602name = "winsafe"
16603version = "0.0.19"
16604source = "registry+https://github.com/rust-lang/crates.io-index"
16605checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16606
16607[[package]]
16608name = "winx"
16609version = "0.36.4"
16610source = "registry+https://github.com/rust-lang/crates.io-index"
16611checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16612dependencies = [
16613 "bitflags 2.8.0",
16614 "windows-sys 0.59.0",
16615]
16616
16617[[package]]
16618name = "wio"
16619version = "0.2.2"
16620source = "registry+https://github.com/rust-lang/crates.io-index"
16621checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16622dependencies = [
16623 "winapi",
16624]
16625
16626[[package]]
16627name = "wit-bindgen"
16628version = "0.22.0"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16631dependencies = [
16632 "bitflags 2.8.0",
16633 "wit-bindgen-rt 0.22.0",
16634 "wit-bindgen-rust-macro",
16635]
16636
16637[[package]]
16638name = "wit-bindgen-core"
16639version = "0.22.0"
16640source = "registry+https://github.com/rust-lang/crates.io-index"
16641checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16642dependencies = [
16643 "anyhow",
16644 "wit-parser 0.201.0",
16645]
16646
16647[[package]]
16648name = "wit-bindgen-rt"
16649version = "0.22.0"
16650source = "registry+https://github.com/rust-lang/crates.io-index"
16651checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16652
16653[[package]]
16654name = "wit-bindgen-rt"
16655version = "0.33.0"
16656source = "registry+https://github.com/rust-lang/crates.io-index"
16657checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16658dependencies = [
16659 "bitflags 2.8.0",
16660]
16661
16662[[package]]
16663name = "wit-bindgen-rust"
16664version = "0.22.0"
16665source = "registry+https://github.com/rust-lang/crates.io-index"
16666checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16667dependencies = [
16668 "anyhow",
16669 "heck 0.4.1",
16670 "indexmap",
16671 "wasm-metadata 0.201.0",
16672 "wit-bindgen-core",
16673 "wit-component 0.201.0",
16674]
16675
16676[[package]]
16677name = "wit-bindgen-rust-macro"
16678version = "0.22.0"
16679source = "registry+https://github.com/rust-lang/crates.io-index"
16680checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16681dependencies = [
16682 "anyhow",
16683 "proc-macro2",
16684 "quote",
16685 "syn 2.0.100",
16686 "wit-bindgen-core",
16687 "wit-bindgen-rust",
16688]
16689
16690[[package]]
16691name = "wit-component"
16692version = "0.201.0"
16693source = "registry+https://github.com/rust-lang/crates.io-index"
16694checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16695dependencies = [
16696 "anyhow",
16697 "bitflags 2.8.0",
16698 "indexmap",
16699 "log",
16700 "serde",
16701 "serde_derive",
16702 "serde_json",
16703 "wasm-encoder 0.201.0",
16704 "wasm-metadata 0.201.0",
16705 "wasmparser 0.201.0",
16706 "wit-parser 0.201.0",
16707]
16708
16709[[package]]
16710name = "wit-component"
16711version = "0.221.3"
16712source = "registry+https://github.com/rust-lang/crates.io-index"
16713checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16714dependencies = [
16715 "anyhow",
16716 "bitflags 2.8.0",
16717 "indexmap",
16718 "log",
16719 "serde",
16720 "serde_derive",
16721 "serde_json",
16722 "wasm-encoder 0.221.3",
16723 "wasm-metadata 0.221.3",
16724 "wasmparser 0.221.3",
16725 "wit-parser 0.221.3",
16726]
16727
16728[[package]]
16729name = "wit-parser"
16730version = "0.201.0"
16731source = "registry+https://github.com/rust-lang/crates.io-index"
16732checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16733dependencies = [
16734 "anyhow",
16735 "id-arena",
16736 "indexmap",
16737 "log",
16738 "semver",
16739 "serde",
16740 "serde_derive",
16741 "serde_json",
16742 "unicode-xid",
16743 "wasmparser 0.201.0",
16744]
16745
16746[[package]]
16747name = "wit-parser"
16748version = "0.221.3"
16749source = "registry+https://github.com/rust-lang/crates.io-index"
16750checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16751dependencies = [
16752 "anyhow",
16753 "id-arena",
16754 "indexmap",
16755 "log",
16756 "semver",
16757 "serde",
16758 "serde_derive",
16759 "serde_json",
16760 "unicode-xid",
16761 "wasmparser 0.221.3",
16762]
16763
16764[[package]]
16765name = "witx"
16766version = "0.9.1"
16767source = "registry+https://github.com/rust-lang/crates.io-index"
16768checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16769dependencies = [
16770 "anyhow",
16771 "log",
16772 "thiserror 1.0.69",
16773 "wast",
16774]
16775
16776[[package]]
16777name = "workspace"
16778version = "0.1.0"
16779dependencies = [
16780 "any_vec",
16781 "anyhow",
16782 "async-recursion 1.1.1",
16783 "bincode",
16784 "call",
16785 "client",
16786 "clock",
16787 "collections",
16788 "component",
16789 "db",
16790 "derive_more",
16791 "env_logger 0.11.7",
16792 "fs",
16793 "futures 0.3.31",
16794 "gpui",
16795 "http_client",
16796 "itertools 0.14.0",
16797 "language",
16798 "log",
16799 "node_runtime",
16800 "parking_lot",
16801 "postage",
16802 "project",
16803 "remote",
16804 "schemars",
16805 "serde",
16806 "serde_json",
16807 "session",
16808 "settings",
16809 "smallvec",
16810 "sqlez",
16811 "strum",
16812 "task",
16813 "telemetry",
16814 "tempfile",
16815 "theme",
16816 "ui",
16817 "util",
16818 "uuid",
16819 "zed_actions",
16820]
16821
16822[[package]]
16823name = "worktree"
16824version = "0.1.0"
16825dependencies = [
16826 "anyhow",
16827 "clock",
16828 "collections",
16829 "env_logger 0.11.7",
16830 "fs",
16831 "futures 0.3.31",
16832 "fuzzy",
16833 "git",
16834 "git2",
16835 "git_hosting_providers",
16836 "gpui",
16837 "http_client",
16838 "ignore",
16839 "language",
16840 "log",
16841 "parking_lot",
16842 "paths",
16843 "postage",
16844 "pretty_assertions",
16845 "rand 0.8.5",
16846 "rpc",
16847 "schemars",
16848 "serde",
16849 "serde_json",
16850 "settings",
16851 "smallvec",
16852 "smol",
16853 "sum_tree",
16854 "text",
16855 "util",
16856]
16857
16858[[package]]
16859name = "write16"
16860version = "1.0.0"
16861source = "registry+https://github.com/rust-lang/crates.io-index"
16862checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16863
16864[[package]]
16865name = "writeable"
16866version = "0.5.5"
16867source = "registry+https://github.com/rust-lang/crates.io-index"
16868checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16869
16870[[package]]
16871name = "wyz"
16872version = "0.5.1"
16873source = "registry+https://github.com/rust-lang/crates.io-index"
16874checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16875dependencies = [
16876 "tap",
16877]
16878
16879[[package]]
16880name = "x11-clipboard"
16881version = "0.9.3"
16882source = "registry+https://github.com/rust-lang/crates.io-index"
16883checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
16884dependencies = [
16885 "libc",
16886 "x11rb",
16887]
16888
16889[[package]]
16890name = "x11rb"
16891version = "0.13.1"
16892source = "registry+https://github.com/rust-lang/crates.io-index"
16893checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
16894dependencies = [
16895 "as-raw-xcb-connection",
16896 "gethostname",
16897 "libc",
16898 "rustix",
16899 "x11rb-protocol",
16900]
16901
16902[[package]]
16903name = "x11rb-protocol"
16904version = "0.13.1"
16905source = "registry+https://github.com/rust-lang/crates.io-index"
16906checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16907
16908[[package]]
16909name = "xattr"
16910version = "0.2.3"
16911source = "registry+https://github.com/rust-lang/crates.io-index"
16912checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16913dependencies = [
16914 "libc",
16915]
16916
16917[[package]]
16918name = "xcursor"
16919version = "0.3.8"
16920source = "registry+https://github.com/rust-lang/crates.io-index"
16921checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16922
16923[[package]]
16924name = "xdg-home"
16925version = "1.3.0"
16926source = "registry+https://github.com/rust-lang/crates.io-index"
16927checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16928dependencies = [
16929 "libc",
16930 "windows-sys 0.59.0",
16931]
16932
16933[[package]]
16934name = "xim"
16935version = "0.4.0"
16936source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16937dependencies = [
16938 "ahash 0.8.11",
16939 "hashbrown 0.14.5",
16940 "log",
16941 "x11rb",
16942 "xim-ctext",
16943 "xim-parser",
16944]
16945
16946[[package]]
16947name = "xim-ctext"
16948version = "0.3.0"
16949source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16950dependencies = [
16951 "encoding_rs",
16952]
16953
16954[[package]]
16955name = "xim-parser"
16956version = "0.2.1"
16957source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16958dependencies = [
16959 "bitflags 2.8.0",
16960]
16961
16962[[package]]
16963name = "xkbcommon"
16964version = "0.7.0"
16965source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
16966dependencies = [
16967 "as-raw-xcb-connection",
16968 "libc",
16969 "memmap2",
16970 "xkeysym",
16971]
16972
16973[[package]]
16974name = "xkeysym"
16975version = "0.2.1"
16976source = "registry+https://github.com/rust-lang/crates.io-index"
16977checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
16978
16979[[package]]
16980name = "xml5ever"
16981version = "0.18.1"
16982source = "registry+https://github.com/rust-lang/crates.io-index"
16983checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
16984dependencies = [
16985 "log",
16986 "mac",
16987 "markup5ever",
16988]
16989
16990[[package]]
16991name = "xmlparser"
16992version = "0.13.6"
16993source = "registry+https://github.com/rust-lang/crates.io-index"
16994checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16995
16996[[package]]
16997name = "xmlwriter"
16998version = "0.1.0"
16999source = "registry+https://github.com/rust-lang/crates.io-index"
17000checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17001
17002[[package]]
17003name = "xtask"
17004version = "0.1.0"
17005dependencies = [
17006 "anyhow",
17007 "cargo_metadata",
17008 "cargo_toml",
17009 "clap",
17010]
17011
17012[[package]]
17013name = "yaml-rust2"
17014version = "0.8.1"
17015source = "registry+https://github.com/rust-lang/crates.io-index"
17016checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17017dependencies = [
17018 "arraydeque",
17019 "encoding_rs",
17020 "hashlink 0.8.4",
17021]
17022
17023[[package]]
17024name = "yansi"
17025version = "1.0.1"
17026source = "registry+https://github.com/rust-lang/crates.io-index"
17027checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17028
17029[[package]]
17030name = "yazi"
17031version = "0.1.6"
17032source = "registry+https://github.com/rust-lang/crates.io-index"
17033checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
17034
17035[[package]]
17036name = "yeslogic-fontconfig-sys"
17037version = "6.0.0"
17038source = "registry+https://github.com/rust-lang/crates.io-index"
17039checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17040dependencies = [
17041 "dlib",
17042 "once_cell",
17043 "pkg-config",
17044]
17045
17046[[package]]
17047name = "yoke"
17048version = "0.7.5"
17049source = "registry+https://github.com/rust-lang/crates.io-index"
17050checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17051dependencies = [
17052 "serde",
17053 "stable_deref_trait",
17054 "yoke-derive",
17055 "zerofrom",
17056]
17057
17058[[package]]
17059name = "yoke-derive"
17060version = "0.7.5"
17061source = "registry+https://github.com/rust-lang/crates.io-index"
17062checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17063dependencies = [
17064 "proc-macro2",
17065 "quote",
17066 "syn 2.0.100",
17067 "synstructure",
17068]
17069
17070[[package]]
17071name = "zbus"
17072version = "5.5.0"
17073source = "registry+https://github.com/rust-lang/crates.io-index"
17074checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17075dependencies = [
17076 "async-broadcast",
17077 "async-executor",
17078 "async-fs",
17079 "async-io",
17080 "async-lock",
17081 "async-process",
17082 "async-recursion 1.1.1",
17083 "async-task",
17084 "async-trait",
17085 "blocking",
17086 "enumflags2",
17087 "event-listener 5.3.1",
17088 "futures-core",
17089 "futures-lite 2.6.0",
17090 "hex",
17091 "nix",
17092 "ordered-stream",
17093 "serde",
17094 "serde_repr",
17095 "static_assertions",
17096 "tracing",
17097 "uds_windows",
17098 "windows-sys 0.59.0",
17099 "winnow 0.7.1",
17100 "xdg-home",
17101 "zbus_macros",
17102 "zbus_names",
17103 "zvariant",
17104]
17105
17106[[package]]
17107name = "zbus_macros"
17108version = "5.5.0"
17109source = "registry+https://github.com/rust-lang/crates.io-index"
17110checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17111dependencies = [
17112 "proc-macro-crate",
17113 "proc-macro2",
17114 "quote",
17115 "syn 2.0.100",
17116 "zbus_names",
17117 "zvariant",
17118 "zvariant_utils",
17119]
17120
17121[[package]]
17122name = "zbus_names"
17123version = "4.1.0"
17124source = "registry+https://github.com/rust-lang/crates.io-index"
17125checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17126dependencies = [
17127 "serde",
17128 "static_assertions",
17129 "winnow 0.6.20",
17130 "zvariant",
17131]
17132
17133[[package]]
17134name = "zed"
17135version = "0.179.0"
17136dependencies = [
17137 "activity_indicator",
17138 "anyhow",
17139 "ashpd",
17140 "assets",
17141 "assistant",
17142 "assistant2",
17143 "assistant_context_editor",
17144 "assistant_settings",
17145 "assistant_tools",
17146 "async-watch",
17147 "audio",
17148 "auto_update",
17149 "auto_update_ui",
17150 "backtrace",
17151 "breadcrumbs",
17152 "call",
17153 "channel",
17154 "chrono",
17155 "clap",
17156 "cli",
17157 "client",
17158 "collab_ui",
17159 "collections",
17160 "command_palette",
17161 "command_palette_hooks",
17162 "component_preview",
17163 "copilot",
17164 "db",
17165 "diagnostics",
17166 "editor",
17167 "env_logger 0.11.7",
17168 "extension",
17169 "extension_host",
17170 "extensions_ui",
17171 "feature_flags",
17172 "feedback",
17173 "file_finder",
17174 "fs",
17175 "futures 0.3.31",
17176 "git",
17177 "git_hosting_providers",
17178 "git_ui",
17179 "go_to_line",
17180 "gpui",
17181 "gpui_tokio",
17182 "http_client",
17183 "image_viewer",
17184 "inline_completion_button",
17185 "install_cli",
17186 "journal",
17187 "language",
17188 "language_extension",
17189 "language_model",
17190 "language_models",
17191 "language_selector",
17192 "language_tools",
17193 "languages",
17194 "libc",
17195 "log",
17196 "markdown",
17197 "markdown_preview",
17198 "menu",
17199 "migrator",
17200 "mimalloc",
17201 "nix",
17202 "node_runtime",
17203 "notifications",
17204 "outline",
17205 "outline_panel",
17206 "parking_lot",
17207 "paths",
17208 "picker",
17209 "profiling",
17210 "project",
17211 "project_panel",
17212 "project_symbols",
17213 "prompt_store",
17214 "proto",
17215 "recent_projects",
17216 "release_channel",
17217 "remote",
17218 "repl",
17219 "reqwest_client",
17220 "rope",
17221 "search",
17222 "serde",
17223 "serde_json",
17224 "session",
17225 "settings",
17226 "settings_ui",
17227 "shellexpand 2.1.2",
17228 "simplelog",
17229 "smol",
17230 "snippet_provider",
17231 "snippets_ui",
17232 "supermaven",
17233 "sysinfo",
17234 "tab_switcher",
17235 "task",
17236 "tasks_ui",
17237 "telemetry",
17238 "telemetry_events",
17239 "terminal_view",
17240 "theme",
17241 "theme_extension",
17242 "theme_selector",
17243 "time",
17244 "toolchain_selector",
17245 "tree-sitter-md",
17246 "tree-sitter-rust",
17247 "ui",
17248 "url",
17249 "urlencoding",
17250 "util",
17251 "uuid",
17252 "vim",
17253 "vim_mode_setting",
17254 "welcome",
17255 "windows 0.60.0",
17256 "winresource",
17257 "workspace",
17258 "zed_actions",
17259 "zeta",
17260]
17261
17262[[package]]
17263name = "zed_actions"
17264version = "0.1.0"
17265dependencies = [
17266 "gpui",
17267 "schemars",
17268 "serde",
17269]
17270
17271[[package]]
17272name = "zed_emmet"
17273version = "0.0.3"
17274dependencies = [
17275 "zed_extension_api 0.1.0",
17276]
17277
17278[[package]]
17279name = "zed_extension_api"
17280version = "0.1.0"
17281source = "registry+https://github.com/rust-lang/crates.io-index"
17282checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17283dependencies = [
17284 "serde",
17285 "serde_json",
17286 "wit-bindgen",
17287]
17288
17289[[package]]
17290name = "zed_extension_api"
17291version = "0.3.0"
17292dependencies = [
17293 "serde",
17294 "serde_json",
17295 "wit-bindgen",
17296]
17297
17298[[package]]
17299name = "zed_glsl"
17300version = "0.1.0"
17301dependencies = [
17302 "zed_extension_api 0.1.0",
17303]
17304
17305[[package]]
17306name = "zed_html"
17307version = "0.1.6"
17308dependencies = [
17309 "zed_extension_api 0.1.0",
17310]
17311
17312[[package]]
17313name = "zed_llm_client"
17314version = "0.4.1"
17315source = "registry+https://github.com/rust-lang/crates.io-index"
17316checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17317dependencies = [
17318 "serde",
17319 "serde_json",
17320 "uuid",
17321]
17322
17323[[package]]
17324name = "zed_proto"
17325version = "0.2.1"
17326dependencies = [
17327 "zed_extension_api 0.1.0",
17328]
17329
17330[[package]]
17331name = "zed_ruff"
17332version = "0.1.0"
17333dependencies = [
17334 "zed_extension_api 0.1.0",
17335]
17336
17337[[package]]
17338name = "zed_snippets"
17339version = "0.0.5"
17340dependencies = [
17341 "serde_json",
17342 "zed_extension_api 0.1.0",
17343]
17344
17345[[package]]
17346name = "zed_test_extension"
17347version = "0.1.0"
17348dependencies = [
17349 "zed_extension_api 0.3.0",
17350]
17351
17352[[package]]
17353name = "zed_toml"
17354version = "0.1.3"
17355dependencies = [
17356 "zed_extension_api 0.1.0",
17357]
17358
17359[[package]]
17360name = "zeno"
17361version = "0.2.3"
17362source = "registry+https://github.com/rust-lang/crates.io-index"
17363checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17364
17365[[package]]
17366name = "zerocopy"
17367version = "0.7.35"
17368source = "registry+https://github.com/rust-lang/crates.io-index"
17369checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17370dependencies = [
17371 "byteorder",
17372 "zerocopy-derive 0.7.35",
17373]
17374
17375[[package]]
17376name = "zerocopy"
17377version = "0.8.18"
17378source = "registry+https://github.com/rust-lang/crates.io-index"
17379checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17380dependencies = [
17381 "zerocopy-derive 0.8.18",
17382]
17383
17384[[package]]
17385name = "zerocopy-derive"
17386version = "0.7.35"
17387source = "registry+https://github.com/rust-lang/crates.io-index"
17388checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17389dependencies = [
17390 "proc-macro2",
17391 "quote",
17392 "syn 2.0.100",
17393]
17394
17395[[package]]
17396name = "zerocopy-derive"
17397version = "0.8.18"
17398source = "registry+https://github.com/rust-lang/crates.io-index"
17399checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17400dependencies = [
17401 "proc-macro2",
17402 "quote",
17403 "syn 2.0.100",
17404]
17405
17406[[package]]
17407name = "zerofrom"
17408version = "0.1.5"
17409source = "registry+https://github.com/rust-lang/crates.io-index"
17410checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17411dependencies = [
17412 "zerofrom-derive",
17413]
17414
17415[[package]]
17416name = "zerofrom-derive"
17417version = "0.1.5"
17418source = "registry+https://github.com/rust-lang/crates.io-index"
17419checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17420dependencies = [
17421 "proc-macro2",
17422 "quote",
17423 "syn 2.0.100",
17424 "synstructure",
17425]
17426
17427[[package]]
17428name = "zeroize"
17429version = "1.8.1"
17430source = "registry+https://github.com/rust-lang/crates.io-index"
17431checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17432dependencies = [
17433 "zeroize_derive",
17434]
17435
17436[[package]]
17437name = "zeroize_derive"
17438version = "1.4.2"
17439source = "registry+https://github.com/rust-lang/crates.io-index"
17440checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17441dependencies = [
17442 "proc-macro2",
17443 "quote",
17444 "syn 2.0.100",
17445]
17446
17447[[package]]
17448name = "zeromq"
17449version = "0.5.0-pre"
17450source = "registry+https://github.com/rust-lang/crates.io-index"
17451checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17452dependencies = [
17453 "async-dispatcher",
17454 "async-std",
17455 "async-trait",
17456 "asynchronous-codec",
17457 "bytes 1.10.1",
17458 "crossbeam-queue",
17459 "dashmap 5.5.3",
17460 "futures 0.3.31",
17461 "log",
17462 "num-traits",
17463 "once_cell",
17464 "parking_lot",
17465 "rand 0.8.5",
17466 "regex",
17467 "thiserror 1.0.69",
17468 "uuid",
17469]
17470
17471[[package]]
17472name = "zerovec"
17473version = "0.10.4"
17474source = "registry+https://github.com/rust-lang/crates.io-index"
17475checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17476dependencies = [
17477 "yoke",
17478 "zerofrom",
17479 "zerovec-derive",
17480]
17481
17482[[package]]
17483name = "zerovec-derive"
17484version = "0.10.3"
17485source = "registry+https://github.com/rust-lang/crates.io-index"
17486checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17487dependencies = [
17488 "proc-macro2",
17489 "quote",
17490 "syn 2.0.100",
17491]
17492
17493[[package]]
17494name = "zeta"
17495version = "0.1.0"
17496dependencies = [
17497 "anyhow",
17498 "arrayvec",
17499 "call",
17500 "chrono",
17501 "client",
17502 "clock",
17503 "collections",
17504 "command_palette_hooks",
17505 "ctor",
17506 "db",
17507 "editor",
17508 "env_logger 0.11.7",
17509 "feature_flags",
17510 "fs",
17511 "futures 0.3.31",
17512 "gpui",
17513 "http_client",
17514 "indoc",
17515 "inline_completion",
17516 "language",
17517 "language_model",
17518 "log",
17519 "menu",
17520 "migrator",
17521 "paths",
17522 "postage",
17523 "project",
17524 "regex",
17525 "release_channel",
17526 "reqwest_client",
17527 "rpc",
17528 "serde",
17529 "serde_json",
17530 "settings",
17531 "telemetry",
17532 "telemetry_events",
17533 "theme",
17534 "thiserror 1.0.69",
17535 "tree-sitter-go",
17536 "tree-sitter-rust",
17537 "ui",
17538 "unindent",
17539 "util",
17540 "uuid",
17541 "workspace",
17542 "worktree",
17543 "zed_actions",
17544 "zed_llm_client",
17545]
17546
17547[[package]]
17548name = "zip"
17549version = "0.6.6"
17550source = "registry+https://github.com/rust-lang/crates.io-index"
17551checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17552dependencies = [
17553 "aes",
17554 "byteorder",
17555 "bzip2",
17556 "constant_time_eq 0.1.5",
17557 "crc32fast",
17558 "crossbeam-utils",
17559 "flate2",
17560 "hmac",
17561 "pbkdf2 0.11.0",
17562 "sha1",
17563 "time",
17564 "zstd",
17565]
17566
17567[[package]]
17568name = "zstd"
17569version = "0.11.2+zstd.1.5.2"
17570source = "registry+https://github.com/rust-lang/crates.io-index"
17571checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17572dependencies = [
17573 "zstd-safe",
17574]
17575
17576[[package]]
17577name = "zstd-safe"
17578version = "5.0.2+zstd.1.5.2"
17579source = "registry+https://github.com/rust-lang/crates.io-index"
17580checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17581dependencies = [
17582 "libc",
17583 "zstd-sys",
17584]
17585
17586[[package]]
17587name = "zstd-sys"
17588version = "2.0.13+zstd.1.5.6"
17589source = "registry+https://github.com/rust-lang/crates.io-index"
17590checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17591dependencies = [
17592 "cc",
17593 "pkg-config",
17594]
17595
17596[[package]]
17597name = "zune-core"
17598version = "0.4.12"
17599source = "registry+https://github.com/rust-lang/crates.io-index"
17600checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17601
17602[[package]]
17603name = "zune-inflate"
17604version = "0.2.54"
17605source = "registry+https://github.com/rust-lang/crates.io-index"
17606checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17607dependencies = [
17608 "simd-adler32",
17609]
17610
17611[[package]]
17612name = "zune-jpeg"
17613version = "0.4.13"
17614source = "registry+https://github.com/rust-lang/crates.io-index"
17615checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17616dependencies = [
17617 "zune-core",
17618]
17619
17620[[package]]
17621name = "zvariant"
17622version = "5.4.0"
17623source = "registry+https://github.com/rust-lang/crates.io-index"
17624checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17625dependencies = [
17626 "endi",
17627 "enumflags2",
17628 "serde",
17629 "static_assertions",
17630 "url",
17631 "winnow 0.7.1",
17632 "zvariant_derive",
17633 "zvariant_utils",
17634]
17635
17636[[package]]
17637name = "zvariant_derive"
17638version = "5.4.0"
17639source = "registry+https://github.com/rust-lang/crates.io-index"
17640checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17641dependencies = [
17642 "proc-macro-crate",
17643 "proc-macro2",
17644 "quote",
17645 "syn 2.0.100",
17646 "zvariant_utils",
17647]
17648
17649[[package]]
17650name = "zvariant_utils"
17651version = "3.2.0"
17652source = "registry+https://github.com/rust-lang/crates.io-index"
17653checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17654dependencies = [
17655 "proc-macro2",
17656 "quote",
17657 "serde",
17658 "static_assertions",
17659 "syn 2.0.100",
17660 "winnow 0.7.1",
17661]