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 0.31.1",
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",
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.0-dev"
87source = "git+https://github.com/alacritty/alacritty.git?rev=5e78d20c709cb1ab8d44ca7a8702cc26d779227c#5e78d20c709cb1ab8d44ca7a8702cc26d779227c"
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.95"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
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.90",
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.10.2"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "e9c39d707614dbcc6bed00015539f488d8e3fe3e66ed60961efc0c90f4b380b3"
348dependencies = [
349 "async-fs",
350 "async-net",
351 "enumflags2",
352 "futures-channel",
353 "futures-util",
354 "rand 0.8.5",
355 "serde",
356 "serde_repr",
357 "url",
358 "zbus 5.1.1",
359]
360
361[[package]]
362name = "assets"
363version = "0.1.0"
364dependencies = [
365 "anyhow",
366 "gpui",
367 "rust-embed",
368]
369
370[[package]]
371name = "assistant"
372version = "0.1.0"
373dependencies = [
374 "anyhow",
375 "assistant_context_editor",
376 "assistant_settings",
377 "assistant_slash_command",
378 "assistant_slash_commands",
379 "assistant_tool",
380 "async-watch",
381 "client",
382 "collections",
383 "command_palette_hooks",
384 "context_server",
385 "ctor",
386 "db",
387 "editor",
388 "env_logger 0.11.6",
389 "feature_flags",
390 "fs",
391 "futures 0.3.31",
392 "gpui",
393 "indexed_docs",
394 "indoc",
395 "language",
396 "language_model",
397 "language_model_selector",
398 "language_models",
399 "languages",
400 "log",
401 "lsp",
402 "menu",
403 "multi_buffer",
404 "parking_lot",
405 "paths",
406 "pretty_assertions",
407 "project",
408 "prompt_library",
409 "proto",
410 "rand 0.8.5",
411 "rope",
412 "schemars",
413 "search",
414 "semantic_index",
415 "serde",
416 "serde_json_lenient",
417 "settings",
418 "similar",
419 "smol",
420 "streaming_diff",
421 "telemetry",
422 "telemetry_events",
423 "terminal",
424 "terminal_view",
425 "text",
426 "theme",
427 "tree-sitter-md",
428 "ui",
429 "unindent",
430 "util",
431 "workspace",
432 "zed_actions",
433]
434
435[[package]]
436name = "assistant2"
437version = "0.1.0"
438dependencies = [
439 "anyhow",
440 "assistant_context_editor",
441 "assistant_settings",
442 "assistant_slash_command",
443 "assistant_tool",
444 "async-watch",
445 "chrono",
446 "client",
447 "clock",
448 "collections",
449 "command_palette_hooks",
450 "context_server",
451 "db",
452 "editor",
453 "feature_flags",
454 "file_icons",
455 "fs",
456 "futures 0.3.31",
457 "fuzzy",
458 "gpui",
459 "heed",
460 "html_to_markdown",
461 "http_client",
462 "indoc",
463 "itertools 0.14.0",
464 "language",
465 "language_model",
466 "language_model_selector",
467 "language_models",
468 "log",
469 "lsp",
470 "markdown",
471 "menu",
472 "multi_buffer",
473 "parking_lot",
474 "paths",
475 "picker",
476 "project",
477 "prompt_library",
478 "proto",
479 "rand 0.8.5",
480 "rope",
481 "serde",
482 "serde_json",
483 "settings",
484 "similar",
485 "smol",
486 "streaming_diff",
487 "telemetry_events",
488 "terminal",
489 "terminal_view",
490 "text",
491 "theme",
492 "time",
493 "time_format",
494 "ui",
495 "util",
496 "uuid",
497 "workspace",
498 "zed_actions",
499]
500
501[[package]]
502name = "assistant_context_editor"
503version = "0.1.0"
504dependencies = [
505 "anyhow",
506 "assistant_settings",
507 "assistant_slash_command",
508 "assistant_slash_commands",
509 "assistant_tool",
510 "chrono",
511 "client",
512 "clock",
513 "collections",
514 "context_server",
515 "editor",
516 "feature_flags",
517 "fs",
518 "futures 0.3.31",
519 "fuzzy",
520 "gpui",
521 "indexed_docs",
522 "language",
523 "language_model",
524 "language_model_selector",
525 "language_models",
526 "languages",
527 "log",
528 "multi_buffer",
529 "open_ai",
530 "parking_lot",
531 "paths",
532 "picker",
533 "pretty_assertions",
534 "project",
535 "prompt_library",
536 "rand 0.8.5",
537 "regex",
538 "rope",
539 "rpc",
540 "serde",
541 "serde_json",
542 "settings",
543 "smallvec",
544 "smol",
545 "strum",
546 "telemetry_events",
547 "text",
548 "theme",
549 "tree-sitter-md",
550 "ui",
551 "unindent",
552 "util",
553 "uuid",
554 "workspace",
555]
556
557[[package]]
558name = "assistant_settings"
559version = "0.1.0"
560dependencies = [
561 "anthropic",
562 "anyhow",
563 "deepseek",
564 "feature_flags",
565 "fs",
566 "gpui",
567 "language_model",
568 "lmstudio",
569 "log",
570 "ollama",
571 "open_ai",
572 "paths",
573 "schemars",
574 "serde",
575 "serde_json_lenient",
576 "settings",
577]
578
579[[package]]
580name = "assistant_slash_command"
581version = "0.1.0"
582dependencies = [
583 "anyhow",
584 "async-trait",
585 "collections",
586 "derive_more",
587 "extension",
588 "futures 0.3.31",
589 "gpui",
590 "language",
591 "language_model",
592 "parking_lot",
593 "pretty_assertions",
594 "serde",
595 "serde_json",
596 "ui",
597 "workspace",
598]
599
600[[package]]
601name = "assistant_slash_commands"
602version = "0.1.0"
603dependencies = [
604 "anyhow",
605 "assistant_slash_command",
606 "cargo_toml",
607 "chrono",
608 "collections",
609 "context_server",
610 "editor",
611 "env_logger 0.11.6",
612 "feature_flags",
613 "fs",
614 "futures 0.3.31",
615 "fuzzy",
616 "globset",
617 "gpui",
618 "html_to_markdown",
619 "http_client",
620 "indexed_docs",
621 "language",
622 "language_model",
623 "log",
624 "pretty_assertions",
625 "project",
626 "prompt_library",
627 "rope",
628 "schemars",
629 "semantic_index",
630 "serde",
631 "serde_json",
632 "settings",
633 "smol",
634 "terminal_view",
635 "text",
636 "toml 0.8.19",
637 "ui",
638 "util",
639 "workspace",
640]
641
642[[package]]
643name = "assistant_tool"
644version = "0.1.0"
645dependencies = [
646 "anyhow",
647 "collections",
648 "derive_more",
649 "gpui",
650 "parking_lot",
651 "serde",
652 "serde_json",
653 "workspace",
654]
655
656[[package]]
657name = "assistant_tools"
658version = "0.1.0"
659dependencies = [
660 "anyhow",
661 "assistant_tool",
662 "chrono",
663 "gpui",
664 "schemars",
665 "serde",
666 "serde_json",
667 "workspace",
668]
669
670[[package]]
671name = "async-attributes"
672version = "1.1.2"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
675dependencies = [
676 "quote",
677 "syn 1.0.109",
678]
679
680[[package]]
681name = "async-broadcast"
682version = "0.7.2"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
685dependencies = [
686 "event-listener 5.3.1",
687 "event-listener-strategy",
688 "futures-core",
689 "pin-project-lite",
690]
691
692[[package]]
693name = "async-channel"
694version = "1.9.0"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
697dependencies = [
698 "concurrent-queue",
699 "event-listener 2.5.3",
700 "futures-core",
701]
702
703[[package]]
704name = "async-channel"
705version = "2.3.1"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
708dependencies = [
709 "concurrent-queue",
710 "event-listener-strategy",
711 "futures-core",
712 "pin-project-lite",
713]
714
715[[package]]
716name = "async-compat"
717version = "0.2.4"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
720dependencies = [
721 "futures-core",
722 "futures-io",
723 "once_cell",
724 "pin-project-lite",
725 "tokio",
726]
727
728[[package]]
729name = "async-compression"
730version = "0.4.18"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
733dependencies = [
734 "deflate64",
735 "flate2",
736 "futures-core",
737 "futures-io",
738 "memchr",
739 "pin-project-lite",
740]
741
742[[package]]
743name = "async-dispatcher"
744version = "0.1.2"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
747dependencies = [
748 "async-task",
749 "futures-lite 1.13.0",
750]
751
752[[package]]
753name = "async-executor"
754version = "1.13.1"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
757dependencies = [
758 "async-task",
759 "concurrent-queue",
760 "fastrand 2.3.0",
761 "futures-lite 2.5.0",
762 "slab",
763]
764
765[[package]]
766name = "async-fs"
767version = "2.1.2"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
770dependencies = [
771 "async-lock",
772 "blocking",
773 "futures-lite 2.5.0",
774]
775
776[[package]]
777name = "async-global-executor"
778version = "2.4.1"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
781dependencies = [
782 "async-channel 2.3.1",
783 "async-executor",
784 "async-io",
785 "async-lock",
786 "blocking",
787 "futures-lite 2.5.0",
788 "once_cell",
789]
790
791[[package]]
792name = "async-io"
793version = "2.4.0"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
796dependencies = [
797 "async-lock",
798 "cfg-if",
799 "concurrent-queue",
800 "futures-io",
801 "futures-lite 2.5.0",
802 "parking",
803 "polling",
804 "rustix",
805 "slab",
806 "tracing",
807 "windows-sys 0.59.0",
808]
809
810[[package]]
811name = "async-lock"
812version = "3.4.0"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
815dependencies = [
816 "event-listener 5.3.1",
817 "event-listener-strategy",
818 "pin-project-lite",
819]
820
821[[package]]
822name = "async-native-tls"
823version = "0.5.0"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
826dependencies = [
827 "futures-util",
828 "native-tls",
829 "thiserror 1.0.69",
830 "url",
831]
832
833[[package]]
834name = "async-net"
835version = "2.0.0"
836source = "registry+https://github.com/rust-lang/crates.io-index"
837checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
838dependencies = [
839 "async-io",
840 "blocking",
841 "futures-lite 2.5.0",
842]
843
844[[package]]
845name = "async-pipe"
846version = "0.1.3"
847source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
848dependencies = [
849 "futures 0.3.31",
850 "log",
851]
852
853[[package]]
854name = "async-process"
855version = "2.3.0"
856source = "registry+https://github.com/rust-lang/crates.io-index"
857checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
858dependencies = [
859 "async-channel 2.3.1",
860 "async-io",
861 "async-lock",
862 "async-signal",
863 "async-task",
864 "blocking",
865 "cfg-if",
866 "event-listener 5.3.1",
867 "futures-lite 2.5.0",
868 "rustix",
869 "tracing",
870]
871
872[[package]]
873name = "async-recursion"
874version = "0.3.2"
875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
877dependencies = [
878 "proc-macro2",
879 "quote",
880 "syn 1.0.109",
881]
882
883[[package]]
884name = "async-recursion"
885version = "1.1.1"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
888dependencies = [
889 "proc-macro2",
890 "quote",
891 "syn 2.0.90",
892]
893
894[[package]]
895name = "async-signal"
896version = "0.2.10"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
899dependencies = [
900 "async-io",
901 "async-lock",
902 "atomic-waker",
903 "cfg-if",
904 "futures-core",
905 "futures-io",
906 "rustix",
907 "signal-hook-registry",
908 "slab",
909 "windows-sys 0.59.0",
910]
911
912[[package]]
913name = "async-std"
914version = "1.13.0"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
917dependencies = [
918 "async-attributes",
919 "async-channel 1.9.0",
920 "async-global-executor",
921 "async-io",
922 "async-lock",
923 "async-process",
924 "crossbeam-utils",
925 "futures-channel",
926 "futures-core",
927 "futures-io",
928 "futures-lite 2.5.0",
929 "gloo-timers",
930 "kv-log-macro",
931 "log",
932 "memchr",
933 "once_cell",
934 "pin-project-lite",
935 "pin-utils",
936 "slab",
937 "wasm-bindgen-futures",
938]
939
940[[package]]
941name = "async-stream"
942version = "0.3.6"
943source = "registry+https://github.com/rust-lang/crates.io-index"
944checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
945dependencies = [
946 "async-stream-impl",
947 "futures-core",
948 "pin-project-lite",
949]
950
951[[package]]
952name = "async-stream-impl"
953version = "0.3.6"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
956dependencies = [
957 "proc-macro2",
958 "quote",
959 "syn 2.0.90",
960]
961
962[[package]]
963name = "async-stripe"
964version = "0.40.0"
965source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
966dependencies = [
967 "chrono",
968 "futures-util",
969 "http-types",
970 "hyper 0.14.32",
971 "hyper-rustls 0.24.2",
972 "serde",
973 "serde_json",
974 "serde_path_to_error",
975 "serde_qs 0.10.1",
976 "smart-default",
977 "smol_str",
978 "thiserror 1.0.69",
979 "tokio",
980]
981
982[[package]]
983name = "async-tar"
984version = "0.5.0"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
987dependencies = [
988 "async-std",
989 "filetime",
990 "libc",
991 "pin-project",
992 "redox_syscall 0.2.16",
993 "xattr",
994]
995
996[[package]]
997name = "async-task"
998version = "4.7.1"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1001
1002[[package]]
1003name = "async-tls"
1004version = "0.13.0"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e"
1007dependencies = [
1008 "futures-core",
1009 "futures-io",
1010 "rustls 0.21.12",
1011 "rustls-pemfile 1.0.4",
1012 "webpki-roots 0.22.6",
1013]
1014
1015[[package]]
1016name = "async-trait"
1017version = "0.1.85"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
1020dependencies = [
1021 "proc-macro2",
1022 "quote",
1023 "syn 2.0.90",
1024]
1025
1026[[package]]
1027name = "async-tungstenite"
1028version = "0.25.1"
1029source = "registry+https://github.com/rust-lang/crates.io-index"
1030checksum = "2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589"
1031dependencies = [
1032 "async-native-tls",
1033 "async-std",
1034 "async-tls",
1035 "futures-io",
1036 "futures-util",
1037 "log",
1038 "pin-project-lite",
1039 "tungstenite 0.21.0",
1040]
1041
1042[[package]]
1043name = "async-tungstenite"
1044version = "0.28.2"
1045source = "registry+https://github.com/rust-lang/crates.io-index"
1046checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1047dependencies = [
1048 "async-std",
1049 "async-tls",
1050 "atomic-waker",
1051 "futures-core",
1052 "futures-io",
1053 "futures-task",
1054 "futures-util",
1055 "log",
1056 "pin-project-lite",
1057 "tungstenite 0.24.0",
1058]
1059
1060[[package]]
1061name = "async-watch"
1062version = "0.3.1"
1063source = "registry+https://github.com/rust-lang/crates.io-index"
1064checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1065dependencies = [
1066 "event-listener 2.5.3",
1067]
1068
1069[[package]]
1070name = "async_zip"
1071version = "0.0.17"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1074dependencies = [
1075 "async-compression",
1076 "crc32fast",
1077 "futures-lite 2.5.0",
1078 "pin-project",
1079 "thiserror 1.0.69",
1080]
1081
1082[[package]]
1083name = "asynchronous-codec"
1084version = "0.7.0"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1087dependencies = [
1088 "bytes 1.9.0",
1089 "futures-sink",
1090 "futures-util",
1091 "memchr",
1092 "pin-project-lite",
1093]
1094
1095[[package]]
1096name = "atoi"
1097version = "2.0.0"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1100dependencies = [
1101 "num-traits",
1102]
1103
1104[[package]]
1105name = "atomic"
1106version = "0.5.3"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1109
1110[[package]]
1111name = "atomic-waker"
1112version = "1.1.2"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1115
1116[[package]]
1117name = "audio"
1118version = "0.1.0"
1119dependencies = [
1120 "anyhow",
1121 "collections",
1122 "derive_more",
1123 "gpui",
1124 "parking_lot",
1125 "rodio",
1126 "util",
1127]
1128
1129[[package]]
1130name = "auto_update"
1131version = "0.1.0"
1132dependencies = [
1133 "anyhow",
1134 "client",
1135 "db",
1136 "gpui",
1137 "http_client",
1138 "log",
1139 "paths",
1140 "release_channel",
1141 "schemars",
1142 "serde",
1143 "serde_json",
1144 "settings",
1145 "smol",
1146 "tempfile",
1147 "which 6.0.3",
1148 "workspace",
1149]
1150
1151[[package]]
1152name = "auto_update_ui"
1153version = "0.1.0"
1154dependencies = [
1155 "anyhow",
1156 "auto_update",
1157 "client",
1158 "editor",
1159 "gpui",
1160 "http_client",
1161 "markdown_preview",
1162 "menu",
1163 "release_channel",
1164 "serde",
1165 "serde_json",
1166 "smol",
1167 "util",
1168 "workspace",
1169]
1170
1171[[package]]
1172name = "autocfg"
1173version = "1.4.0"
1174source = "registry+https://github.com/rust-lang/crates.io-index"
1175checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1176
1177[[package]]
1178name = "av1-grain"
1179version = "0.2.3"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1182dependencies = [
1183 "anyhow",
1184 "arrayvec",
1185 "log",
1186 "nom",
1187 "num-rational",
1188 "v_frame",
1189]
1190
1191[[package]]
1192name = "avif-serialize"
1193version = "0.8.2"
1194source = "registry+https://github.com/rust-lang/crates.io-index"
1195checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1196dependencies = [
1197 "arrayvec",
1198]
1199
1200[[package]]
1201name = "aws-config"
1202version = "1.5.14"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "9f40e82e858e02445402906e454a73e244c7f501fcae198977585946c48e8697"
1205dependencies = [
1206 "aws-credential-types",
1207 "aws-runtime",
1208 "aws-sdk-sso",
1209 "aws-sdk-ssooidc",
1210 "aws-sdk-sts",
1211 "aws-smithy-async",
1212 "aws-smithy-http",
1213 "aws-smithy-json",
1214 "aws-smithy-runtime",
1215 "aws-smithy-runtime-api",
1216 "aws-smithy-types",
1217 "aws-types",
1218 "bytes 1.9.0",
1219 "fastrand 2.3.0",
1220 "hex",
1221 "http 0.2.12",
1222 "ring",
1223 "time",
1224 "tokio",
1225 "tracing",
1226 "url",
1227 "zeroize",
1228]
1229
1230[[package]]
1231name = "aws-credential-types"
1232version = "1.2.1"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1235dependencies = [
1236 "aws-smithy-async",
1237 "aws-smithy-runtime-api",
1238 "aws-smithy-types",
1239 "zeroize",
1240]
1241
1242[[package]]
1243name = "aws-runtime"
1244version = "1.5.4"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "bee7643696e7fdd74c10f9eb42848a87fe469d35eae9c3323f80aa98f350baac"
1247dependencies = [
1248 "aws-credential-types",
1249 "aws-sigv4",
1250 "aws-smithy-async",
1251 "aws-smithy-eventstream",
1252 "aws-smithy-http",
1253 "aws-smithy-runtime",
1254 "aws-smithy-runtime-api",
1255 "aws-smithy-types",
1256 "aws-types",
1257 "bytes 1.9.0",
1258 "fastrand 2.3.0",
1259 "http 0.2.12",
1260 "http-body 0.4.6",
1261 "once_cell",
1262 "percent-encoding",
1263 "pin-project-lite",
1264 "tracing",
1265 "uuid",
1266]
1267
1268[[package]]
1269name = "aws-sdk-kinesis"
1270version = "1.56.0"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "43d9c9144b6b00173d8f212a89d6bb252d48f88aeb2ae89c33c13b0a0fcd0ac9"
1273dependencies = [
1274 "aws-credential-types",
1275 "aws-runtime",
1276 "aws-smithy-async",
1277 "aws-smithy-http",
1278 "aws-smithy-json",
1279 "aws-smithy-runtime",
1280 "aws-smithy-runtime-api",
1281 "aws-smithy-types",
1282 "aws-types",
1283 "bytes 1.9.0",
1284 "http 0.2.12",
1285 "once_cell",
1286 "regex-lite",
1287 "tracing",
1288]
1289
1290[[package]]
1291name = "aws-sdk-s3"
1292version = "1.69.0"
1293source = "registry+https://github.com/rust-lang/crates.io-index"
1294checksum = "0a88f1c30e4ffa2464f910297c24736ff68cca9e8d2b7d52596b54efd99b9c1e"
1295dependencies = [
1296 "aws-credential-types",
1297 "aws-runtime",
1298 "aws-sigv4",
1299 "aws-smithy-async",
1300 "aws-smithy-checksums",
1301 "aws-smithy-eventstream",
1302 "aws-smithy-http",
1303 "aws-smithy-json",
1304 "aws-smithy-runtime",
1305 "aws-smithy-runtime-api",
1306 "aws-smithy-types",
1307 "aws-smithy-xml",
1308 "aws-types",
1309 "bytes 1.9.0",
1310 "fastrand 2.3.0",
1311 "hex",
1312 "hmac",
1313 "http 0.2.12",
1314 "http-body 0.4.6",
1315 "lru",
1316 "once_cell",
1317 "percent-encoding",
1318 "regex-lite",
1319 "sha2",
1320 "tracing",
1321 "url",
1322]
1323
1324[[package]]
1325name = "aws-sdk-sso"
1326version = "1.54.0"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "921a13ed6aabe2d1258f65ef7804946255c799224440774c30e1a2c65cdf983a"
1329dependencies = [
1330 "aws-credential-types",
1331 "aws-runtime",
1332 "aws-smithy-async",
1333 "aws-smithy-http",
1334 "aws-smithy-json",
1335 "aws-smithy-runtime",
1336 "aws-smithy-runtime-api",
1337 "aws-smithy-types",
1338 "aws-types",
1339 "bytes 1.9.0",
1340 "http 0.2.12",
1341 "once_cell",
1342 "regex-lite",
1343 "tracing",
1344]
1345
1346[[package]]
1347name = "aws-sdk-ssooidc"
1348version = "1.55.0"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "196c952738b05dfc917d82a3e9b5ba850822a6d6a86d677afda2a156cc172ceb"
1351dependencies = [
1352 "aws-credential-types",
1353 "aws-runtime",
1354 "aws-smithy-async",
1355 "aws-smithy-http",
1356 "aws-smithy-json",
1357 "aws-smithy-runtime",
1358 "aws-smithy-runtime-api",
1359 "aws-smithy-types",
1360 "aws-types",
1361 "bytes 1.9.0",
1362 "http 0.2.12",
1363 "once_cell",
1364 "regex-lite",
1365 "tracing",
1366]
1367
1368[[package]]
1369name = "aws-sdk-sts"
1370version = "1.55.0"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "33ef5b73a927ed80b44096f8c20fb4abae65469af15198367e179ae267256e9d"
1373dependencies = [
1374 "aws-credential-types",
1375 "aws-runtime",
1376 "aws-smithy-async",
1377 "aws-smithy-http",
1378 "aws-smithy-json",
1379 "aws-smithy-query",
1380 "aws-smithy-runtime",
1381 "aws-smithy-runtime-api",
1382 "aws-smithy-types",
1383 "aws-smithy-xml",
1384 "aws-types",
1385 "http 0.2.12",
1386 "once_cell",
1387 "regex-lite",
1388 "tracing",
1389]
1390
1391[[package]]
1392name = "aws-sigv4"
1393version = "1.2.7"
1394source = "registry+https://github.com/rust-lang/crates.io-index"
1395checksum = "690118821e46967b3c4501d67d7d52dd75106a9c54cf36cefa1985cedbe94e05"
1396dependencies = [
1397 "aws-credential-types",
1398 "aws-smithy-eventstream",
1399 "aws-smithy-http",
1400 "aws-smithy-runtime-api",
1401 "aws-smithy-types",
1402 "bytes 1.9.0",
1403 "crypto-bigint 0.5.5",
1404 "form_urlencoded",
1405 "hex",
1406 "hmac",
1407 "http 0.2.12",
1408 "http 1.2.0",
1409 "once_cell",
1410 "p256",
1411 "percent-encoding",
1412 "ring",
1413 "sha2",
1414 "subtle",
1415 "time",
1416 "tracing",
1417 "zeroize",
1418]
1419
1420[[package]]
1421name = "aws-smithy-async"
1422version = "1.2.4"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1425dependencies = [
1426 "futures-util",
1427 "pin-project-lite",
1428 "tokio",
1429]
1430
1431[[package]]
1432name = "aws-smithy-checksums"
1433version = "0.62.0"
1434source = "registry+https://github.com/rust-lang/crates.io-index"
1435checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1436dependencies = [
1437 "aws-smithy-http",
1438 "aws-smithy-types",
1439 "bytes 1.9.0",
1440 "crc32c",
1441 "crc32fast",
1442 "crc64fast-nvme",
1443 "hex",
1444 "http 0.2.12",
1445 "http-body 0.4.6",
1446 "md-5",
1447 "pin-project-lite",
1448 "sha1",
1449 "sha2",
1450 "tracing",
1451]
1452
1453[[package]]
1454name = "aws-smithy-eventstream"
1455version = "0.60.6"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1458dependencies = [
1459 "aws-smithy-types",
1460 "bytes 1.9.0",
1461 "crc32fast",
1462]
1463
1464[[package]]
1465name = "aws-smithy-http"
1466version = "0.60.12"
1467source = "registry+https://github.com/rust-lang/crates.io-index"
1468checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1469dependencies = [
1470 "aws-smithy-eventstream",
1471 "aws-smithy-runtime-api",
1472 "aws-smithy-types",
1473 "bytes 1.9.0",
1474 "bytes-utils",
1475 "futures-core",
1476 "http 0.2.12",
1477 "http-body 0.4.6",
1478 "once_cell",
1479 "percent-encoding",
1480 "pin-project-lite",
1481 "pin-utils",
1482 "tracing",
1483]
1484
1485[[package]]
1486name = "aws-smithy-json"
1487version = "0.61.2"
1488source = "registry+https://github.com/rust-lang/crates.io-index"
1489checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1490dependencies = [
1491 "aws-smithy-types",
1492]
1493
1494[[package]]
1495name = "aws-smithy-query"
1496version = "0.60.7"
1497source = "registry+https://github.com/rust-lang/crates.io-index"
1498checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1499dependencies = [
1500 "aws-smithy-types",
1501 "urlencoding",
1502]
1503
1504[[package]]
1505name = "aws-smithy-runtime"
1506version = "1.7.7"
1507source = "registry+https://github.com/rust-lang/crates.io-index"
1508checksum = "865f7050bbc7107a6c98a397a9fcd9413690c27fa718446967cf03b2d3ac517e"
1509dependencies = [
1510 "aws-smithy-async",
1511 "aws-smithy-http",
1512 "aws-smithy-runtime-api",
1513 "aws-smithy-types",
1514 "bytes 1.9.0",
1515 "fastrand 2.3.0",
1516 "h2 0.3.26",
1517 "http 0.2.12",
1518 "http-body 0.4.6",
1519 "http-body 1.0.1",
1520 "httparse",
1521 "hyper 0.14.32",
1522 "hyper-rustls 0.24.2",
1523 "once_cell",
1524 "pin-project-lite",
1525 "pin-utils",
1526 "rustls 0.21.12",
1527 "tokio",
1528 "tracing",
1529]
1530
1531[[package]]
1532name = "aws-smithy-runtime-api"
1533version = "1.7.3"
1534source = "registry+https://github.com/rust-lang/crates.io-index"
1535checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1536dependencies = [
1537 "aws-smithy-async",
1538 "aws-smithy-types",
1539 "bytes 1.9.0",
1540 "http 0.2.12",
1541 "http 1.2.0",
1542 "pin-project-lite",
1543 "tokio",
1544 "tracing",
1545 "zeroize",
1546]
1547
1548[[package]]
1549name = "aws-smithy-types"
1550version = "1.2.12"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "a28f6feb647fb5e0d5b50f0472c19a7db9462b74e2fec01bb0b44eedcc834e97"
1553dependencies = [
1554 "base64-simd",
1555 "bytes 1.9.0",
1556 "bytes-utils",
1557 "futures-core",
1558 "http 0.2.12",
1559 "http 1.2.0",
1560 "http-body 0.4.6",
1561 "http-body 1.0.1",
1562 "http-body-util",
1563 "itoa",
1564 "num-integer",
1565 "pin-project-lite",
1566 "pin-utils",
1567 "ryu",
1568 "serde",
1569 "time",
1570 "tokio",
1571 "tokio-util",
1572]
1573
1574[[package]]
1575name = "aws-smithy-xml"
1576version = "0.60.9"
1577source = "registry+https://github.com/rust-lang/crates.io-index"
1578checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1579dependencies = [
1580 "xmlparser",
1581]
1582
1583[[package]]
1584name = "aws-types"
1585version = "1.3.4"
1586source = "registry+https://github.com/rust-lang/crates.io-index"
1587checksum = "b0df5a18c4f951c645300d365fec53a61418bcf4650f604f85fe2a665bfaa0c2"
1588dependencies = [
1589 "aws-credential-types",
1590 "aws-smithy-async",
1591 "aws-smithy-runtime-api",
1592 "aws-smithy-types",
1593 "rustc_version",
1594 "tracing",
1595]
1596
1597[[package]]
1598name = "axum"
1599version = "0.6.20"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1602dependencies = [
1603 "async-trait",
1604 "axum-core",
1605 "base64 0.21.7",
1606 "bitflags 1.3.2",
1607 "bytes 1.9.0",
1608 "futures-util",
1609 "headers",
1610 "http 0.2.12",
1611 "http-body 0.4.6",
1612 "hyper 0.14.32",
1613 "itoa",
1614 "matchit",
1615 "memchr",
1616 "mime",
1617 "percent-encoding",
1618 "pin-project-lite",
1619 "rustversion",
1620 "serde",
1621 "serde_json",
1622 "serde_path_to_error",
1623 "serde_urlencoded",
1624 "sha1",
1625 "sync_wrapper 0.1.2",
1626 "tokio",
1627 "tokio-tungstenite 0.20.1",
1628 "tower",
1629 "tower-layer",
1630 "tower-service",
1631]
1632
1633[[package]]
1634name = "axum-core"
1635version = "0.3.4"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1638dependencies = [
1639 "async-trait",
1640 "bytes 1.9.0",
1641 "futures-util",
1642 "http 0.2.12",
1643 "http-body 0.4.6",
1644 "mime",
1645 "rustversion",
1646 "tower-layer",
1647 "tower-service",
1648]
1649
1650[[package]]
1651name = "axum-extra"
1652version = "0.4.2"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1655dependencies = [
1656 "axum",
1657 "bytes 1.9.0",
1658 "futures-util",
1659 "http 0.2.12",
1660 "mime",
1661 "pin-project-lite",
1662 "serde",
1663 "serde_json",
1664 "tokio",
1665 "tower",
1666 "tower-http 0.3.5",
1667 "tower-layer",
1668 "tower-service",
1669]
1670
1671[[package]]
1672name = "backtrace"
1673version = "0.3.74"
1674source = "registry+https://github.com/rust-lang/crates.io-index"
1675checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1676dependencies = [
1677 "addr2line",
1678 "cfg-if",
1679 "libc",
1680 "miniz_oxide",
1681 "object",
1682 "rustc-demangle",
1683 "windows-targets 0.52.6",
1684]
1685
1686[[package]]
1687name = "base16ct"
1688version = "0.1.1"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1691
1692[[package]]
1693name = "base64"
1694version = "0.13.1"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1697
1698[[package]]
1699name = "base64"
1700version = "0.21.7"
1701source = "registry+https://github.com/rust-lang/crates.io-index"
1702checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1703
1704[[package]]
1705name = "base64"
1706version = "0.22.1"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1709
1710[[package]]
1711name = "base64-simd"
1712version = "0.8.0"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1715dependencies = [
1716 "outref",
1717 "vsimd",
1718]
1719
1720[[package]]
1721name = "base64ct"
1722version = "1.6.0"
1723source = "registry+https://github.com/rust-lang/crates.io-index"
1724checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1725
1726[[package]]
1727name = "bigdecimal"
1728version = "0.4.7"
1729source = "registry+https://github.com/rust-lang/crates.io-index"
1730checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1731dependencies = [
1732 "autocfg",
1733 "libm",
1734 "num-bigint",
1735 "num-integer",
1736 "num-traits",
1737 "serde",
1738]
1739
1740[[package]]
1741name = "bincode"
1742version = "1.3.3"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1745dependencies = [
1746 "serde",
1747]
1748
1749[[package]]
1750name = "bindgen"
1751version = "0.70.1"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1754dependencies = [
1755 "bitflags 2.8.0",
1756 "cexpr",
1757 "clang-sys",
1758 "itertools 0.12.1",
1759 "log",
1760 "prettyplease",
1761 "proc-macro2",
1762 "quote",
1763 "regex",
1764 "rustc-hash 1.1.0",
1765 "shlex",
1766 "syn 2.0.90",
1767]
1768
1769[[package]]
1770name = "bit-set"
1771version = "0.5.3"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1774dependencies = [
1775 "bit-vec 0.6.3",
1776]
1777
1778[[package]]
1779name = "bit-set"
1780version = "0.8.0"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1783dependencies = [
1784 "bit-vec 0.8.0",
1785]
1786
1787[[package]]
1788name = "bit-vec"
1789version = "0.6.3"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1792
1793[[package]]
1794name = "bit-vec"
1795version = "0.8.0"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1798
1799[[package]]
1800name = "bit_field"
1801version = "0.10.2"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1804
1805[[package]]
1806name = "bitflags"
1807version = "1.3.2"
1808source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1810
1811[[package]]
1812name = "bitflags"
1813version = "2.8.0"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1816dependencies = [
1817 "serde",
1818]
1819
1820[[package]]
1821name = "bitstream-io"
1822version = "2.6.0"
1823source = "registry+https://github.com/rust-lang/crates.io-index"
1824checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1825
1826[[package]]
1827name = "bitvec"
1828version = "1.0.1"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1831dependencies = [
1832 "funty",
1833 "radium",
1834 "tap",
1835 "wyz",
1836]
1837
1838[[package]]
1839name = "blade-graphics"
1840version = "0.6.0"
1841source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1842dependencies = [
1843 "ash",
1844 "ash-window",
1845 "bitflags 2.8.0",
1846 "bytemuck",
1847 "codespan-reporting",
1848 "glow",
1849 "gpu-alloc",
1850 "gpu-alloc-ash",
1851 "hidden-trait",
1852 "js-sys",
1853 "khronos-egl",
1854 "libloading",
1855 "log",
1856 "mint",
1857 "naga",
1858 "objc2",
1859 "objc2-app-kit",
1860 "objc2-foundation",
1861 "objc2-metal",
1862 "objc2-quartz-core",
1863 "objc2-ui-kit",
1864 "raw-window-handle",
1865 "slab",
1866 "wasm-bindgen",
1867 "web-sys",
1868]
1869
1870[[package]]
1871name = "blade-macros"
1872version = "0.3.0"
1873source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1874dependencies = [
1875 "proc-macro2",
1876 "quote",
1877 "syn 2.0.90",
1878]
1879
1880[[package]]
1881name = "blade-util"
1882version = "0.2.0"
1883source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1884dependencies = [
1885 "blade-graphics",
1886 "bytemuck",
1887 "log",
1888 "profiling",
1889]
1890
1891[[package]]
1892name = "blake3"
1893version = "1.5.5"
1894source = "registry+https://github.com/rust-lang/crates.io-index"
1895checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
1896dependencies = [
1897 "arrayref",
1898 "arrayvec",
1899 "cc",
1900 "cfg-if",
1901 "constant_time_eq 0.3.1",
1902]
1903
1904[[package]]
1905name = "block"
1906version = "0.1.6"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1909
1910[[package]]
1911name = "block-buffer"
1912version = "0.10.4"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1915dependencies = [
1916 "generic-array",
1917]
1918
1919[[package]]
1920name = "block-padding"
1921version = "0.3.3"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1924dependencies = [
1925 "generic-array",
1926]
1927
1928[[package]]
1929name = "block2"
1930version = "0.5.1"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
1933dependencies = [
1934 "objc2",
1935]
1936
1937[[package]]
1938name = "blocking"
1939version = "1.6.1"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1942dependencies = [
1943 "async-channel 2.3.1",
1944 "async-task",
1945 "futures-io",
1946 "futures-lite 2.5.0",
1947 "piper",
1948]
1949
1950[[package]]
1951name = "borsh"
1952version = "1.5.3"
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
1955dependencies = [
1956 "borsh-derive",
1957 "cfg_aliases 0.2.1",
1958]
1959
1960[[package]]
1961name = "borsh-derive"
1962version = "1.5.3"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
1965dependencies = [
1966 "once_cell",
1967 "proc-macro-crate",
1968 "proc-macro2",
1969 "quote",
1970 "syn 2.0.90",
1971]
1972
1973[[package]]
1974name = "breadcrumbs"
1975version = "0.1.0"
1976dependencies = [
1977 "editor",
1978 "gpui",
1979 "itertools 0.14.0",
1980 "theme",
1981 "ui",
1982 "workspace",
1983 "zed_actions",
1984]
1985
1986[[package]]
1987name = "bstr"
1988version = "1.11.1"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
1991dependencies = [
1992 "memchr",
1993 "regex-automata 0.4.9",
1994 "serde",
1995]
1996
1997[[package]]
1998name = "built"
1999version = "0.7.5"
2000source = "registry+https://github.com/rust-lang/crates.io-index"
2001checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
2002
2003[[package]]
2004name = "bumpalo"
2005version = "3.16.0"
2006source = "registry+https://github.com/rust-lang/crates.io-index"
2007checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2008
2009[[package]]
2010name = "by_address"
2011version = "1.2.1"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2014
2015[[package]]
2016name = "bytecheck"
2017version = "0.6.12"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2020dependencies = [
2021 "bytecheck_derive",
2022 "ptr_meta",
2023 "simdutf8",
2024]
2025
2026[[package]]
2027name = "bytecheck_derive"
2028version = "0.6.12"
2029source = "registry+https://github.com/rust-lang/crates.io-index"
2030checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2031dependencies = [
2032 "proc-macro2",
2033 "quote",
2034 "syn 1.0.109",
2035]
2036
2037[[package]]
2038name = "bytemuck"
2039version = "1.21.0"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2042dependencies = [
2043 "bytemuck_derive",
2044]
2045
2046[[package]]
2047name = "bytemuck_derive"
2048version = "1.8.0"
2049source = "registry+https://github.com/rust-lang/crates.io-index"
2050checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2051dependencies = [
2052 "proc-macro2",
2053 "quote",
2054 "syn 2.0.90",
2055]
2056
2057[[package]]
2058name = "byteorder"
2059version = "1.5.0"
2060source = "registry+https://github.com/rust-lang/crates.io-index"
2061checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2062
2063[[package]]
2064name = "byteorder-lite"
2065version = "0.1.0"
2066source = "registry+https://github.com/rust-lang/crates.io-index"
2067checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2068
2069[[package]]
2070name = "bytes"
2071version = "0.4.12"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2074dependencies = [
2075 "byteorder",
2076 "iovec",
2077]
2078
2079[[package]]
2080name = "bytes"
2081version = "1.9.0"
2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
2084
2085[[package]]
2086name = "bytes-utils"
2087version = "0.1.4"
2088source = "registry+https://github.com/rust-lang/crates.io-index"
2089checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2090dependencies = [
2091 "bytes 1.9.0",
2092 "either",
2093]
2094
2095[[package]]
2096name = "bzip2"
2097version = "0.4.4"
2098source = "registry+https://github.com/rust-lang/crates.io-index"
2099checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2100dependencies = [
2101 "bzip2-sys",
2102 "libc",
2103]
2104
2105[[package]]
2106name = "bzip2-sys"
2107version = "0.1.11+1.0.8"
2108source = "registry+https://github.com/rust-lang/crates.io-index"
2109checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2110dependencies = [
2111 "cc",
2112 "libc",
2113 "pkg-config",
2114]
2115
2116[[package]]
2117name = "call"
2118version = "0.1.0"
2119dependencies = [
2120 "anyhow",
2121 "audio",
2122 "client",
2123 "collections",
2124 "fs",
2125 "futures 0.3.31",
2126 "gpui",
2127 "http_client",
2128 "language",
2129 "livekit_client",
2130 "livekit_client_macos",
2131 "log",
2132 "postage",
2133 "project",
2134 "schemars",
2135 "serde",
2136 "serde_derive",
2137 "settings",
2138 "telemetry",
2139 "util",
2140]
2141
2142[[package]]
2143name = "calloop"
2144version = "0.13.0"
2145source = "registry+https://github.com/rust-lang/crates.io-index"
2146checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2147dependencies = [
2148 "bitflags 2.8.0",
2149 "log",
2150 "polling",
2151 "rustix",
2152 "slab",
2153 "thiserror 1.0.69",
2154]
2155
2156[[package]]
2157name = "calloop-wayland-source"
2158version = "0.3.0"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2161dependencies = [
2162 "calloop",
2163 "rustix",
2164 "wayland-backend",
2165 "wayland-client",
2166]
2167
2168[[package]]
2169name = "camino"
2170version = "1.1.9"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2173dependencies = [
2174 "serde",
2175]
2176
2177[[package]]
2178name = "cap-fs-ext"
2179version = "3.4.2"
2180source = "registry+https://github.com/rust-lang/crates.io-index"
2181checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2182dependencies = [
2183 "cap-primitives",
2184 "cap-std",
2185 "io-lifetimes",
2186 "windows-sys 0.59.0",
2187]
2188
2189[[package]]
2190name = "cap-net-ext"
2191version = "3.4.2"
2192source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2194dependencies = [
2195 "cap-primitives",
2196 "cap-std",
2197 "rustix",
2198 "smallvec",
2199]
2200
2201[[package]]
2202name = "cap-primitives"
2203version = "3.4.2"
2204source = "registry+https://github.com/rust-lang/crates.io-index"
2205checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2206dependencies = [
2207 "ambient-authority",
2208 "fs-set-times",
2209 "io-extras",
2210 "io-lifetimes",
2211 "ipnet",
2212 "maybe-owned",
2213 "rustix",
2214 "windows-sys 0.59.0",
2215 "winx",
2216]
2217
2218[[package]]
2219name = "cap-rand"
2220version = "3.4.2"
2221source = "registry+https://github.com/rust-lang/crates.io-index"
2222checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2223dependencies = [
2224 "ambient-authority",
2225 "rand 0.8.5",
2226]
2227
2228[[package]]
2229name = "cap-std"
2230version = "3.4.2"
2231source = "registry+https://github.com/rust-lang/crates.io-index"
2232checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2233dependencies = [
2234 "cap-primitives",
2235 "io-extras",
2236 "io-lifetimes",
2237 "rustix",
2238]
2239
2240[[package]]
2241name = "cap-time-ext"
2242version = "3.4.2"
2243source = "registry+https://github.com/rust-lang/crates.io-index"
2244checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2245dependencies = [
2246 "ambient-authority",
2247 "cap-primitives",
2248 "iana-time-zone",
2249 "once_cell",
2250 "rustix",
2251 "winx",
2252]
2253
2254[[package]]
2255name = "cargo-platform"
2256version = "0.1.9"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2259dependencies = [
2260 "serde",
2261]
2262
2263[[package]]
2264name = "cargo_metadata"
2265version = "0.19.1"
2266source = "registry+https://github.com/rust-lang/crates.io-index"
2267checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924"
2268dependencies = [
2269 "camino",
2270 "cargo-platform",
2271 "semver",
2272 "serde",
2273 "serde_json",
2274 "thiserror 2.0.6",
2275]
2276
2277[[package]]
2278name = "cargo_toml"
2279version = "0.21.0"
2280source = "registry+https://github.com/rust-lang/crates.io-index"
2281checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2282dependencies = [
2283 "serde",
2284 "toml 0.8.19",
2285]
2286
2287[[package]]
2288name = "cast"
2289version = "0.3.0"
2290source = "registry+https://github.com/rust-lang/crates.io-index"
2291checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2292
2293[[package]]
2294name = "cbc"
2295version = "0.1.2"
2296source = "registry+https://github.com/rust-lang/crates.io-index"
2297checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2298dependencies = [
2299 "cipher",
2300]
2301
2302[[package]]
2303name = "cbindgen"
2304version = "0.27.0"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2307dependencies = [
2308 "clap",
2309 "heck 0.4.1",
2310 "indexmap",
2311 "log",
2312 "proc-macro2",
2313 "quote",
2314 "serde",
2315 "serde_json",
2316 "syn 2.0.90",
2317 "tempfile",
2318 "toml 0.8.19",
2319]
2320
2321[[package]]
2322name = "cbindgen"
2323version = "0.28.0"
2324source = "registry+https://github.com/rust-lang/crates.io-index"
2325checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2326dependencies = [
2327 "heck 0.4.1",
2328 "indexmap",
2329 "log",
2330 "proc-macro2",
2331 "quote",
2332 "serde",
2333 "serde_json",
2334 "syn 2.0.90",
2335 "tempfile",
2336 "toml 0.8.19",
2337]
2338
2339[[package]]
2340name = "cc"
2341version = "1.2.3"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
2344dependencies = [
2345 "jobserver",
2346 "libc",
2347 "shlex",
2348]
2349
2350[[package]]
2351name = "cesu8"
2352version = "1.1.0"
2353source = "registry+https://github.com/rust-lang/crates.io-index"
2354checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2355
2356[[package]]
2357name = "cexpr"
2358version = "0.6.0"
2359source = "registry+https://github.com/rust-lang/crates.io-index"
2360checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2361dependencies = [
2362 "nom",
2363]
2364
2365[[package]]
2366name = "cfg-expr"
2367version = "0.15.8"
2368source = "registry+https://github.com/rust-lang/crates.io-index"
2369checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2370dependencies = [
2371 "smallvec",
2372 "target-lexicon",
2373]
2374
2375[[package]]
2376name = "cfg-if"
2377version = "1.0.0"
2378source = "registry+https://github.com/rust-lang/crates.io-index"
2379checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2380
2381[[package]]
2382name = "cfg_aliases"
2383version = "0.1.1"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2386
2387[[package]]
2388name = "cfg_aliases"
2389version = "0.2.1"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2392
2393[[package]]
2394name = "channel"
2395version = "0.1.0"
2396dependencies = [
2397 "anyhow",
2398 "client",
2399 "clock",
2400 "collections",
2401 "futures 0.3.31",
2402 "gpui",
2403 "http_client",
2404 "language",
2405 "log",
2406 "rand 0.8.5",
2407 "release_channel",
2408 "rpc",
2409 "settings",
2410 "sum_tree",
2411 "text",
2412 "time",
2413 "util",
2414]
2415
2416[[package]]
2417name = "chrono"
2418version = "0.4.39"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2421dependencies = [
2422 "android-tzdata",
2423 "iana-time-zone",
2424 "js-sys",
2425 "num-traits",
2426 "serde",
2427 "wasm-bindgen",
2428 "windows-targets 0.52.6",
2429]
2430
2431[[package]]
2432name = "chunked_transfer"
2433version = "1.5.0"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2436
2437[[package]]
2438name = "ciborium"
2439version = "0.2.2"
2440source = "registry+https://github.com/rust-lang/crates.io-index"
2441checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2442dependencies = [
2443 "ciborium-io",
2444 "ciborium-ll",
2445 "serde",
2446]
2447
2448[[package]]
2449name = "ciborium-io"
2450version = "0.2.2"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2453
2454[[package]]
2455name = "ciborium-ll"
2456version = "0.2.2"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2459dependencies = [
2460 "ciborium-io",
2461 "half",
2462]
2463
2464[[package]]
2465name = "cipher"
2466version = "0.4.4"
2467source = "registry+https://github.com/rust-lang/crates.io-index"
2468checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2469dependencies = [
2470 "crypto-common",
2471 "inout",
2472 "zeroize",
2473]
2474
2475[[package]]
2476name = "clang-sys"
2477version = "1.8.1"
2478source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2480dependencies = [
2481 "glob",
2482 "libc",
2483 "libloading",
2484]
2485
2486[[package]]
2487name = "clap"
2488version = "4.5.23"
2489source = "registry+https://github.com/rust-lang/crates.io-index"
2490checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
2491dependencies = [
2492 "clap_builder",
2493 "clap_derive",
2494]
2495
2496[[package]]
2497name = "clap_builder"
2498version = "4.5.23"
2499source = "registry+https://github.com/rust-lang/crates.io-index"
2500checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
2501dependencies = [
2502 "anstream",
2503 "anstyle",
2504 "clap_lex",
2505 "strsim",
2506 "terminal_size",
2507]
2508
2509[[package]]
2510name = "clap_complete"
2511version = "4.5.38"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2514dependencies = [
2515 "clap",
2516]
2517
2518[[package]]
2519name = "clap_derive"
2520version = "4.5.18"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2523dependencies = [
2524 "heck 0.5.0",
2525 "proc-macro2",
2526 "quote",
2527 "syn 2.0.90",
2528]
2529
2530[[package]]
2531name = "clap_lex"
2532version = "0.7.4"
2533source = "registry+https://github.com/rust-lang/crates.io-index"
2534checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2535
2536[[package]]
2537name = "cli"
2538version = "0.1.0"
2539dependencies = [
2540 "anyhow",
2541 "clap",
2542 "collections",
2543 "core-foundation 0.9.4",
2544 "core-services",
2545 "exec",
2546 "fork",
2547 "ipc-channel",
2548 "parking_lot",
2549 "paths",
2550 "plist",
2551 "release_channel",
2552 "serde",
2553 "tempfile",
2554 "util",
2555]
2556
2557[[package]]
2558name = "client"
2559version = "0.1.0"
2560dependencies = [
2561 "anyhow",
2562 "async-native-tls",
2563 "async-recursion 0.3.2",
2564 "async-tungstenite 0.28.2",
2565 "chrono",
2566 "clock",
2567 "cocoa 0.26.0",
2568 "collections",
2569 "feature_flags",
2570 "futures 0.3.31",
2571 "gpui",
2572 "http_client",
2573 "log",
2574 "parking_lot",
2575 "paths",
2576 "postage",
2577 "rand 0.8.5",
2578 "release_channel",
2579 "rpc",
2580 "rustls 0.21.12",
2581 "rustls-native-certs 0.8.1",
2582 "schemars",
2583 "serde",
2584 "serde_json",
2585 "settings",
2586 "sha2",
2587 "smol",
2588 "telemetry",
2589 "telemetry_events",
2590 "text",
2591 "thiserror 1.0.69",
2592 "time",
2593 "tiny_http",
2594 "tokio-socks",
2595 "url",
2596 "util",
2597 "windows 0.58.0",
2598 "worktree",
2599]
2600
2601[[package]]
2602name = "clock"
2603version = "0.1.0"
2604dependencies = [
2605 "parking_lot",
2606 "serde",
2607 "smallvec",
2608]
2609
2610[[package]]
2611name = "cobs"
2612version = "0.2.3"
2613source = "registry+https://github.com/rust-lang/crates.io-index"
2614checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2615
2616[[package]]
2617name = "cocoa"
2618version = "0.25.0"
2619source = "registry+https://github.com/rust-lang/crates.io-index"
2620checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2621dependencies = [
2622 "bitflags 1.3.2",
2623 "block",
2624 "cocoa-foundation 0.1.2",
2625 "core-foundation 0.9.4",
2626 "core-graphics 0.23.2",
2627 "foreign-types 0.5.0",
2628 "libc",
2629 "objc",
2630]
2631
2632[[package]]
2633name = "cocoa"
2634version = "0.26.0"
2635source = "registry+https://github.com/rust-lang/crates.io-index"
2636checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2637dependencies = [
2638 "bitflags 2.8.0",
2639 "block",
2640 "cocoa-foundation 0.2.0",
2641 "core-foundation 0.10.0",
2642 "core-graphics 0.24.0",
2643 "foreign-types 0.5.0",
2644 "libc",
2645 "objc",
2646]
2647
2648[[package]]
2649name = "cocoa-foundation"
2650version = "0.1.2"
2651source = "registry+https://github.com/rust-lang/crates.io-index"
2652checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2653dependencies = [
2654 "bitflags 1.3.2",
2655 "block",
2656 "core-foundation 0.9.4",
2657 "core-graphics-types 0.1.3",
2658 "libc",
2659 "objc",
2660]
2661
2662[[package]]
2663name = "cocoa-foundation"
2664version = "0.2.0"
2665source = "registry+https://github.com/rust-lang/crates.io-index"
2666checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2667dependencies = [
2668 "bitflags 2.8.0",
2669 "block",
2670 "core-foundation 0.10.0",
2671 "core-graphics-types 0.2.0",
2672 "libc",
2673 "objc",
2674]
2675
2676[[package]]
2677name = "codespan-reporting"
2678version = "0.11.1"
2679source = "registry+https://github.com/rust-lang/crates.io-index"
2680checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2681dependencies = [
2682 "termcolor",
2683 "unicode-width",
2684]
2685
2686[[package]]
2687name = "collab"
2688version = "0.44.0"
2689dependencies = [
2690 "anthropic",
2691 "anyhow",
2692 "assistant",
2693 "assistant_context_editor",
2694 "assistant_slash_command",
2695 "assistant_tool",
2696 "async-stripe",
2697 "async-trait",
2698 "async-tungstenite 0.28.2",
2699 "audio",
2700 "aws-config",
2701 "aws-sdk-kinesis",
2702 "aws-sdk-s3",
2703 "axum",
2704 "axum-extra",
2705 "base64 0.22.1",
2706 "call",
2707 "channel",
2708 "chrono",
2709 "client",
2710 "clock",
2711 "collab_ui",
2712 "collections",
2713 "context_server",
2714 "ctor",
2715 "dashmap 6.1.0",
2716 "derive_more",
2717 "editor",
2718 "env_logger 0.11.6",
2719 "envy",
2720 "extension",
2721 "file_finder",
2722 "fireworks",
2723 "fs",
2724 "futures 0.3.31",
2725 "git",
2726 "git_hosting_providers",
2727 "google_ai",
2728 "gpui",
2729 "hex",
2730 "http_client",
2731 "hyper 0.14.32",
2732 "indoc",
2733 "jsonwebtoken",
2734 "language",
2735 "language_model",
2736 "livekit_client",
2737 "livekit_client_macos",
2738 "livekit_server",
2739 "log",
2740 "lsp",
2741 "menu",
2742 "multi_buffer",
2743 "nanoid",
2744 "node_runtime",
2745 "notifications",
2746 "open_ai",
2747 "parking_lot",
2748 "pretty_assertions",
2749 "project",
2750 "prometheus",
2751 "prompt_library",
2752 "prost 0.9.0",
2753 "rand 0.8.5",
2754 "recent_projects",
2755 "release_channel",
2756 "remote",
2757 "remote_server",
2758 "reqwest 0.11.27",
2759 "reqwest_client",
2760 "rpc",
2761 "rustc-demangle",
2762 "scrypt",
2763 "sea-orm",
2764 "semantic_version",
2765 "semver",
2766 "serde",
2767 "serde_derive",
2768 "serde_json",
2769 "session",
2770 "settings",
2771 "sha2",
2772 "sqlx",
2773 "strum",
2774 "subtle",
2775 "supermaven_api",
2776 "telemetry_events",
2777 "text",
2778 "theme",
2779 "thiserror 1.0.69",
2780 "time",
2781 "tokio",
2782 "toml 0.8.19",
2783 "tower",
2784 "tower-http 0.4.4",
2785 "tracing",
2786 "tracing-subscriber",
2787 "unindent",
2788 "util",
2789 "uuid",
2790 "workspace",
2791 "worktree",
2792]
2793
2794[[package]]
2795name = "collab_ui"
2796version = "0.1.0"
2797dependencies = [
2798 "anyhow",
2799 "call",
2800 "channel",
2801 "chrono",
2802 "client",
2803 "collections",
2804 "db",
2805 "editor",
2806 "emojis",
2807 "futures 0.3.31",
2808 "fuzzy",
2809 "gpui",
2810 "http_client",
2811 "language",
2812 "menu",
2813 "notifications",
2814 "picker",
2815 "pretty_assertions",
2816 "project",
2817 "release_channel",
2818 "rich_text",
2819 "rpc",
2820 "schemars",
2821 "serde",
2822 "serde_derive",
2823 "serde_json",
2824 "settings",
2825 "smallvec",
2826 "story",
2827 "telemetry",
2828 "theme",
2829 "time",
2830 "time_format",
2831 "title_bar",
2832 "tree-sitter-md",
2833 "ui",
2834 "util",
2835 "workspace",
2836]
2837
2838[[package]]
2839name = "collections"
2840version = "0.1.0"
2841dependencies = [
2842 "indexmap",
2843 "rustc-hash 2.1.0",
2844]
2845
2846[[package]]
2847name = "color_quant"
2848version = "1.1.0"
2849source = "registry+https://github.com/rust-lang/crates.io-index"
2850checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2851
2852[[package]]
2853name = "colorchoice"
2854version = "1.0.3"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2857
2858[[package]]
2859name = "combine"
2860version = "4.6.7"
2861source = "registry+https://github.com/rust-lang/crates.io-index"
2862checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2863dependencies = [
2864 "bytes 1.9.0",
2865 "memchr",
2866]
2867
2868[[package]]
2869name = "command_palette"
2870version = "0.1.0"
2871dependencies = [
2872 "client",
2873 "collections",
2874 "command_palette_hooks",
2875 "ctor",
2876 "editor",
2877 "env_logger 0.11.6",
2878 "fuzzy",
2879 "go_to_line",
2880 "gpui",
2881 "language",
2882 "menu",
2883 "picker",
2884 "postage",
2885 "project",
2886 "serde",
2887 "serde_json",
2888 "settings",
2889 "telemetry",
2890 "theme",
2891 "ui",
2892 "util",
2893 "workspace",
2894 "zed_actions",
2895]
2896
2897[[package]]
2898name = "command_palette_hooks"
2899version = "0.1.0"
2900dependencies = [
2901 "collections",
2902 "derive_more",
2903 "gpui",
2904]
2905
2906[[package]]
2907name = "concurrent-queue"
2908version = "2.5.0"
2909source = "registry+https://github.com/rust-lang/crates.io-index"
2910checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2911dependencies = [
2912 "crossbeam-utils",
2913]
2914
2915[[package]]
2916name = "console"
2917version = "0.15.8"
2918source = "registry+https://github.com/rust-lang/crates.io-index"
2919checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2920dependencies = [
2921 "encode_unicode",
2922 "lazy_static",
2923 "libc",
2924 "unicode-width",
2925 "windows-sys 0.52.0",
2926]
2927
2928[[package]]
2929name = "const-oid"
2930version = "0.9.6"
2931source = "registry+https://github.com/rust-lang/crates.io-index"
2932checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2933
2934[[package]]
2935name = "const-random"
2936version = "0.1.18"
2937source = "registry+https://github.com/rust-lang/crates.io-index"
2938checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2939dependencies = [
2940 "const-random-macro",
2941]
2942
2943[[package]]
2944name = "const-random-macro"
2945version = "0.1.16"
2946source = "registry+https://github.com/rust-lang/crates.io-index"
2947checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2948dependencies = [
2949 "getrandom 0.2.15",
2950 "once_cell",
2951 "tiny-keccak",
2952]
2953
2954[[package]]
2955name = "constant_time_eq"
2956version = "0.1.5"
2957source = "registry+https://github.com/rust-lang/crates.io-index"
2958checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2959
2960[[package]]
2961name = "constant_time_eq"
2962version = "0.3.1"
2963source = "registry+https://github.com/rust-lang/crates.io-index"
2964checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2965
2966[[package]]
2967name = "context_server"
2968version = "0.1.0"
2969dependencies = [
2970 "anyhow",
2971 "assistant_tool",
2972 "collections",
2973 "command_palette_hooks",
2974 "context_server_settings",
2975 "extension",
2976 "futures 0.3.31",
2977 "gpui",
2978 "log",
2979 "parking_lot",
2980 "postage",
2981 "project",
2982 "serde",
2983 "serde_json",
2984 "settings",
2985 "smol",
2986 "url",
2987 "util",
2988 "workspace",
2989]
2990
2991[[package]]
2992name = "context_server_settings"
2993version = "0.1.0"
2994dependencies = [
2995 "anyhow",
2996 "collections",
2997 "gpui",
2998 "schemars",
2999 "serde",
3000 "serde_json",
3001 "settings",
3002]
3003
3004[[package]]
3005name = "convert_case"
3006version = "0.4.0"
3007source = "registry+https://github.com/rust-lang/crates.io-index"
3008checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3009
3010[[package]]
3011name = "convert_case"
3012version = "0.7.1"
3013source = "registry+https://github.com/rust-lang/crates.io-index"
3014checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7"
3015dependencies = [
3016 "unicode-segmentation",
3017]
3018
3019[[package]]
3020name = "copilot"
3021version = "0.1.0"
3022dependencies = [
3023 "anyhow",
3024 "async-compression",
3025 "async-std",
3026 "async-tar",
3027 "chrono",
3028 "client",
3029 "clock",
3030 "collections",
3031 "command_palette_hooks",
3032 "editor",
3033 "fs",
3034 "futures 0.3.31",
3035 "gpui",
3036 "http_client",
3037 "indoc",
3038 "inline_completion",
3039 "language",
3040 "lsp",
3041 "menu",
3042 "node_runtime",
3043 "parking_lot",
3044 "paths",
3045 "project",
3046 "rpc",
3047 "schemars",
3048 "serde",
3049 "serde_json",
3050 "settings",
3051 "smol",
3052 "strum",
3053 "task",
3054 "theme",
3055 "ui",
3056 "util",
3057 "workspace",
3058]
3059
3060[[package]]
3061name = "core-foundation"
3062version = "0.9.4"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3065dependencies = [
3066 "core-foundation-sys",
3067 "libc",
3068]
3069
3070[[package]]
3071name = "core-foundation"
3072version = "0.10.0"
3073source = "registry+https://github.com/rust-lang/crates.io-index"
3074checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3075dependencies = [
3076 "core-foundation-sys",
3077 "libc",
3078]
3079
3080[[package]]
3081name = "core-foundation-sys"
3082version = "0.8.7"
3083source = "registry+https://github.com/rust-lang/crates.io-index"
3084checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3085
3086[[package]]
3087name = "core-graphics"
3088version = "0.23.2"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3091dependencies = [
3092 "bitflags 1.3.2",
3093 "core-foundation 0.9.4",
3094 "core-graphics-types 0.1.3",
3095 "foreign-types 0.5.0",
3096 "libc",
3097]
3098
3099[[package]]
3100name = "core-graphics"
3101version = "0.24.0"
3102source = "registry+https://github.com/rust-lang/crates.io-index"
3103checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3104dependencies = [
3105 "bitflags 2.8.0",
3106 "core-foundation 0.10.0",
3107 "core-graphics-types 0.2.0",
3108 "foreign-types 0.5.0",
3109 "libc",
3110]
3111
3112[[package]]
3113name = "core-graphics-types"
3114version = "0.1.3"
3115source = "registry+https://github.com/rust-lang/crates.io-index"
3116checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3117dependencies = [
3118 "bitflags 1.3.2",
3119 "core-foundation 0.9.4",
3120 "libc",
3121]
3122
3123[[package]]
3124name = "core-graphics-types"
3125version = "0.2.0"
3126source = "registry+https://github.com/rust-lang/crates.io-index"
3127checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3128dependencies = [
3129 "bitflags 2.8.0",
3130 "core-foundation 0.10.0",
3131 "libc",
3132]
3133
3134[[package]]
3135name = "core-services"
3136version = "0.2.1"
3137source = "registry+https://github.com/rust-lang/crates.io-index"
3138checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3139dependencies = [
3140 "core-foundation 0.9.4",
3141]
3142
3143[[package]]
3144name = "core-text"
3145version = "20.1.0"
3146source = "registry+https://github.com/rust-lang/crates.io-index"
3147checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3148dependencies = [
3149 "core-foundation 0.9.4",
3150 "core-graphics 0.23.2",
3151 "foreign-types 0.5.0",
3152 "libc",
3153]
3154
3155[[package]]
3156name = "coreaudio-rs"
3157version = "0.11.3"
3158source = "registry+https://github.com/rust-lang/crates.io-index"
3159checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3160dependencies = [
3161 "bitflags 1.3.2",
3162 "core-foundation-sys",
3163 "coreaudio-sys",
3164]
3165
3166[[package]]
3167name = "coreaudio-rs"
3168version = "0.12.1"
3169source = "registry+https://github.com/rust-lang/crates.io-index"
3170checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3171dependencies = [
3172 "bitflags 1.3.2",
3173 "core-foundation-sys",
3174 "coreaudio-sys",
3175]
3176
3177[[package]]
3178name = "coreaudio-sys"
3179version = "0.2.16"
3180source = "registry+https://github.com/rust-lang/crates.io-index"
3181checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3182dependencies = [
3183 "bindgen",
3184]
3185
3186[[package]]
3187name = "cosmic-text"
3188version = "0.11.2"
3189source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3190dependencies = [
3191 "bitflags 2.8.0",
3192 "fontdb",
3193 "log",
3194 "rangemap",
3195 "rayon",
3196 "rustc-hash 1.1.0",
3197 "rustybuzz",
3198 "self_cell",
3199 "swash",
3200 "sys-locale",
3201 "ttf-parser",
3202 "unicode-bidi",
3203 "unicode-linebreak",
3204 "unicode-script",
3205 "unicode-segmentation",
3206]
3207
3208[[package]]
3209name = "cpal"
3210version = "0.15.3"
3211source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3212dependencies = [
3213 "alsa",
3214 "core-foundation-sys",
3215 "coreaudio-rs 0.11.3",
3216 "dasp_sample",
3217 "jni",
3218 "js-sys",
3219 "libc",
3220 "mach2",
3221 "ndk",
3222 "ndk-context",
3223 "oboe",
3224 "wasm-bindgen",
3225 "wasm-bindgen-futures",
3226 "web-sys",
3227 "windows 0.54.0",
3228]
3229
3230[[package]]
3231name = "cpp_demangle"
3232version = "0.4.4"
3233source = "registry+https://github.com/rust-lang/crates.io-index"
3234checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3235dependencies = [
3236 "cfg-if",
3237]
3238
3239[[package]]
3240name = "cpufeatures"
3241version = "0.2.16"
3242source = "registry+https://github.com/rust-lang/crates.io-index"
3243checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3244dependencies = [
3245 "libc",
3246]
3247
3248[[package]]
3249name = "cranelift-bforest"
3250version = "0.111.2"
3251source = "registry+https://github.com/rust-lang/crates.io-index"
3252checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4"
3253dependencies = [
3254 "cranelift-entity",
3255]
3256
3257[[package]]
3258name = "cranelift-bitset"
3259version = "0.111.2"
3260source = "registry+https://github.com/rust-lang/crates.io-index"
3261checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25"
3262dependencies = [
3263 "serde",
3264 "serde_derive",
3265]
3266
3267[[package]]
3268name = "cranelift-codegen"
3269version = "0.111.2"
3270source = "registry+https://github.com/rust-lang/crates.io-index"
3271checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f"
3272dependencies = [
3273 "bumpalo",
3274 "cranelift-bforest",
3275 "cranelift-bitset",
3276 "cranelift-codegen-meta",
3277 "cranelift-codegen-shared",
3278 "cranelift-control",
3279 "cranelift-entity",
3280 "cranelift-isle",
3281 "gimli 0.29.0",
3282 "hashbrown 0.14.5",
3283 "log",
3284 "regalloc2",
3285 "rustc-hash 1.1.0",
3286 "smallvec",
3287 "target-lexicon",
3288]
3289
3290[[package]]
3291name = "cranelift-codegen-meta"
3292version = "0.111.2"
3293source = "registry+https://github.com/rust-lang/crates.io-index"
3294checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af"
3295dependencies = [
3296 "cranelift-codegen-shared",
3297]
3298
3299[[package]]
3300name = "cranelift-codegen-shared"
3301version = "0.111.2"
3302source = "registry+https://github.com/rust-lang/crates.io-index"
3303checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab"
3304
3305[[package]]
3306name = "cranelift-control"
3307version = "0.111.2"
3308source = "registry+https://github.com/rust-lang/crates.io-index"
3309checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88"
3310dependencies = [
3311 "arbitrary",
3312]
3313
3314[[package]]
3315name = "cranelift-entity"
3316version = "0.111.2"
3317source = "registry+https://github.com/rust-lang/crates.io-index"
3318checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81"
3319dependencies = [
3320 "cranelift-bitset",
3321 "serde",
3322 "serde_derive",
3323]
3324
3325[[package]]
3326name = "cranelift-frontend"
3327version = "0.111.2"
3328source = "registry+https://github.com/rust-lang/crates.io-index"
3329checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f"
3330dependencies = [
3331 "cranelift-codegen",
3332 "log",
3333 "smallvec",
3334 "target-lexicon",
3335]
3336
3337[[package]]
3338name = "cranelift-isle"
3339version = "0.111.2"
3340source = "registry+https://github.com/rust-lang/crates.io-index"
3341checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f"
3342
3343[[package]]
3344name = "cranelift-native"
3345version = "0.111.2"
3346source = "registry+https://github.com/rust-lang/crates.io-index"
3347checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97"
3348dependencies = [
3349 "cranelift-codegen",
3350 "libc",
3351 "target-lexicon",
3352]
3353
3354[[package]]
3355name = "cranelift-wasm"
3356version = "0.111.2"
3357source = "registry+https://github.com/rust-lang/crates.io-index"
3358checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579"
3359dependencies = [
3360 "cranelift-codegen",
3361 "cranelift-entity",
3362 "cranelift-frontend",
3363 "itertools 0.12.1",
3364 "log",
3365 "smallvec",
3366 "wasmparser 0.215.0",
3367 "wasmtime-types",
3368]
3369
3370[[package]]
3371name = "crc"
3372version = "3.2.1"
3373source = "registry+https://github.com/rust-lang/crates.io-index"
3374checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3375dependencies = [
3376 "crc-catalog",
3377]
3378
3379[[package]]
3380name = "crc-catalog"
3381version = "2.4.0"
3382source = "registry+https://github.com/rust-lang/crates.io-index"
3383checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3384
3385[[package]]
3386name = "crc32c"
3387version = "0.6.8"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3390dependencies = [
3391 "rustc_version",
3392]
3393
3394[[package]]
3395name = "crc32fast"
3396version = "1.4.2"
3397source = "registry+https://github.com/rust-lang/crates.io-index"
3398checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3399dependencies = [
3400 "cfg-if",
3401]
3402
3403[[package]]
3404name = "crc64fast-nvme"
3405version = "1.1.1"
3406source = "registry+https://github.com/rust-lang/crates.io-index"
3407checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3408dependencies = [
3409 "cbindgen 0.27.0",
3410 "crc",
3411]
3412
3413[[package]]
3414name = "criterion"
3415version = "0.5.1"
3416source = "registry+https://github.com/rust-lang/crates.io-index"
3417checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3418dependencies = [
3419 "anes",
3420 "cast",
3421 "ciborium",
3422 "clap",
3423 "criterion-plot",
3424 "is-terminal",
3425 "itertools 0.10.5",
3426 "num-traits",
3427 "once_cell",
3428 "oorandom",
3429 "plotters",
3430 "rayon",
3431 "regex",
3432 "serde",
3433 "serde_derive",
3434 "serde_json",
3435 "tinytemplate",
3436 "walkdir",
3437]
3438
3439[[package]]
3440name = "criterion-plot"
3441version = "0.5.0"
3442source = "registry+https://github.com/rust-lang/crates.io-index"
3443checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3444dependencies = [
3445 "cast",
3446 "itertools 0.10.5",
3447]
3448
3449[[package]]
3450name = "crossbeam-channel"
3451version = "0.5.13"
3452source = "registry+https://github.com/rust-lang/crates.io-index"
3453checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3454dependencies = [
3455 "crossbeam-utils",
3456]
3457
3458[[package]]
3459name = "crossbeam-deque"
3460version = "0.8.5"
3461source = "registry+https://github.com/rust-lang/crates.io-index"
3462checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3463dependencies = [
3464 "crossbeam-epoch",
3465 "crossbeam-utils",
3466]
3467
3468[[package]]
3469name = "crossbeam-epoch"
3470version = "0.9.18"
3471source = "registry+https://github.com/rust-lang/crates.io-index"
3472checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3473dependencies = [
3474 "crossbeam-utils",
3475]
3476
3477[[package]]
3478name = "crossbeam-queue"
3479version = "0.3.11"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3482dependencies = [
3483 "crossbeam-utils",
3484]
3485
3486[[package]]
3487name = "crossbeam-utils"
3488version = "0.8.20"
3489source = "registry+https://github.com/rust-lang/crates.io-index"
3490checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3491
3492[[package]]
3493name = "crunchy"
3494version = "0.2.2"
3495source = "registry+https://github.com/rust-lang/crates.io-index"
3496checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3497
3498[[package]]
3499name = "crypto-bigint"
3500version = "0.4.9"
3501source = "registry+https://github.com/rust-lang/crates.io-index"
3502checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3503dependencies = [
3504 "generic-array",
3505 "rand_core 0.6.4",
3506 "subtle",
3507 "zeroize",
3508]
3509
3510[[package]]
3511name = "crypto-bigint"
3512version = "0.5.5"
3513source = "registry+https://github.com/rust-lang/crates.io-index"
3514checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3515dependencies = [
3516 "rand_core 0.6.4",
3517 "subtle",
3518]
3519
3520[[package]]
3521name = "crypto-common"
3522version = "0.1.6"
3523source = "registry+https://github.com/rust-lang/crates.io-index"
3524checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3525dependencies = [
3526 "generic-array",
3527 "rand_core 0.6.4",
3528 "typenum",
3529]
3530
3531[[package]]
3532name = "ctor"
3533version = "0.2.9"
3534source = "registry+https://github.com/rust-lang/crates.io-index"
3535checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
3536dependencies = [
3537 "quote",
3538 "syn 2.0.90",
3539]
3540
3541[[package]]
3542name = "ctrlc"
3543version = "3.4.5"
3544source = "registry+https://github.com/rust-lang/crates.io-index"
3545checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3546dependencies = [
3547 "nix",
3548 "windows-sys 0.59.0",
3549]
3550
3551[[package]]
3552name = "cursor-icon"
3553version = "1.1.0"
3554source = "registry+https://github.com/rust-lang/crates.io-index"
3555checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3556
3557[[package]]
3558name = "cxx"
3559version = "1.0.134"
3560source = "registry+https://github.com/rust-lang/crates.io-index"
3561checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3562dependencies = [
3563 "cc",
3564 "cxxbridge-cmd",
3565 "cxxbridge-flags",
3566 "cxxbridge-macro",
3567 "foldhash",
3568 "link-cplusplus",
3569]
3570
3571[[package]]
3572name = "cxx-build"
3573version = "1.0.134"
3574source = "registry+https://github.com/rust-lang/crates.io-index"
3575checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3576dependencies = [
3577 "cc",
3578 "codespan-reporting",
3579 "proc-macro2",
3580 "quote",
3581 "scratch",
3582 "syn 2.0.90",
3583]
3584
3585[[package]]
3586name = "cxxbridge-cmd"
3587version = "1.0.134"
3588source = "registry+https://github.com/rust-lang/crates.io-index"
3589checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3590dependencies = [
3591 "clap",
3592 "codespan-reporting",
3593 "proc-macro2",
3594 "quote",
3595 "syn 2.0.90",
3596]
3597
3598[[package]]
3599name = "cxxbridge-flags"
3600version = "1.0.134"
3601source = "registry+https://github.com/rust-lang/crates.io-index"
3602checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3603
3604[[package]]
3605name = "cxxbridge-macro"
3606version = "1.0.134"
3607source = "registry+https://github.com/rust-lang/crates.io-index"
3608checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3609dependencies = [
3610 "proc-macro2",
3611 "quote",
3612 "rustversion",
3613 "syn 2.0.90",
3614]
3615
3616[[package]]
3617name = "dashmap"
3618version = "5.5.3"
3619source = "registry+https://github.com/rust-lang/crates.io-index"
3620checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3621dependencies = [
3622 "cfg-if",
3623 "hashbrown 0.14.5",
3624 "lock_api",
3625 "once_cell",
3626 "parking_lot_core",
3627]
3628
3629[[package]]
3630name = "dashmap"
3631version = "6.1.0"
3632source = "registry+https://github.com/rust-lang/crates.io-index"
3633checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3634dependencies = [
3635 "cfg-if",
3636 "crossbeam-utils",
3637 "hashbrown 0.14.5",
3638 "lock_api",
3639 "once_cell",
3640 "parking_lot_core",
3641]
3642
3643[[package]]
3644name = "dasp_sample"
3645version = "0.11.0"
3646source = "registry+https://github.com/rust-lang/crates.io-index"
3647checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3648
3649[[package]]
3650name = "data-encoding"
3651version = "2.6.0"
3652source = "registry+https://github.com/rust-lang/crates.io-index"
3653checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3654
3655[[package]]
3656name = "data-url"
3657version = "0.3.1"
3658source = "registry+https://github.com/rust-lang/crates.io-index"
3659checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3660
3661[[package]]
3662name = "db"
3663version = "0.1.0"
3664dependencies = [
3665 "anyhow",
3666 "gpui",
3667 "indoc",
3668 "log",
3669 "paths",
3670 "release_channel",
3671 "smol",
3672 "sqlez",
3673 "sqlez_macros",
3674 "tempfile",
3675 "util",
3676]
3677
3678[[package]]
3679name = "dbus"
3680version = "0.9.7"
3681source = "registry+https://github.com/rust-lang/crates.io-index"
3682checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3683dependencies = [
3684 "libc",
3685 "libdbus-sys",
3686 "winapi",
3687]
3688
3689[[package]]
3690name = "deepseek"
3691version = "0.1.0"
3692dependencies = [
3693 "anyhow",
3694 "futures 0.3.31",
3695 "http_client",
3696 "schemars",
3697 "serde",
3698 "serde_json",
3699]
3700
3701[[package]]
3702name = "deflate64"
3703version = "0.1.9"
3704source = "registry+https://github.com/rust-lang/crates.io-index"
3705checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3706
3707[[package]]
3708name = "der"
3709version = "0.6.1"
3710source = "registry+https://github.com/rust-lang/crates.io-index"
3711checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3712dependencies = [
3713 "const-oid",
3714 "zeroize",
3715]
3716
3717[[package]]
3718name = "der"
3719version = "0.7.9"
3720source = "registry+https://github.com/rust-lang/crates.io-index"
3721checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3722dependencies = [
3723 "const-oid",
3724 "pem-rfc7468",
3725 "zeroize",
3726]
3727
3728[[package]]
3729name = "deranged"
3730version = "0.3.11"
3731source = "registry+https://github.com/rust-lang/crates.io-index"
3732checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3733dependencies = [
3734 "powerfmt",
3735 "serde",
3736]
3737
3738[[package]]
3739name = "derive_more"
3740version = "0.99.18"
3741source = "registry+https://github.com/rust-lang/crates.io-index"
3742checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3743dependencies = [
3744 "convert_case 0.4.0",
3745 "proc-macro2",
3746 "quote",
3747 "rustc_version",
3748 "syn 2.0.90",
3749]
3750
3751[[package]]
3752name = "derive_refineable"
3753version = "0.1.0"
3754dependencies = [
3755 "proc-macro2",
3756 "quote",
3757 "syn 1.0.109",
3758]
3759
3760[[package]]
3761name = "diagnostics"
3762version = "0.1.0"
3763dependencies = [
3764 "anyhow",
3765 "client",
3766 "collections",
3767 "ctor",
3768 "editor",
3769 "env_logger 0.11.6",
3770 "gpui",
3771 "language",
3772 "log",
3773 "lsp",
3774 "pretty_assertions",
3775 "project",
3776 "rand 0.8.5",
3777 "schemars",
3778 "serde",
3779 "serde_json",
3780 "settings",
3781 "theme",
3782 "ui",
3783 "unindent",
3784 "util",
3785 "workspace",
3786]
3787
3788[[package]]
3789name = "dialoguer"
3790version = "0.11.0"
3791source = "registry+https://github.com/rust-lang/crates.io-index"
3792checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3793dependencies = [
3794 "console",
3795 "fuzzy-matcher",
3796 "shell-words",
3797 "tempfile",
3798 "thiserror 1.0.69",
3799 "zeroize",
3800]
3801
3802[[package]]
3803name = "diff"
3804version = "0.1.13"
3805source = "registry+https://github.com/rust-lang/crates.io-index"
3806checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3807
3808[[package]]
3809name = "digest"
3810version = "0.10.7"
3811source = "registry+https://github.com/rust-lang/crates.io-index"
3812checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3813dependencies = [
3814 "block-buffer",
3815 "const-oid",
3816 "crypto-common",
3817 "subtle",
3818]
3819
3820[[package]]
3821name = "dirs"
3822version = "4.0.0"
3823source = "registry+https://github.com/rust-lang/crates.io-index"
3824checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3825dependencies = [
3826 "dirs-sys 0.3.7",
3827]
3828
3829[[package]]
3830name = "dirs"
3831version = "5.0.1"
3832source = "registry+https://github.com/rust-lang/crates.io-index"
3833checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3834dependencies = [
3835 "dirs-sys 0.4.1",
3836]
3837
3838[[package]]
3839name = "dirs-sys"
3840version = "0.3.7"
3841source = "registry+https://github.com/rust-lang/crates.io-index"
3842checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3843dependencies = [
3844 "libc",
3845 "redox_users",
3846 "winapi",
3847]
3848
3849[[package]]
3850name = "dirs-sys"
3851version = "0.4.1"
3852source = "registry+https://github.com/rust-lang/crates.io-index"
3853checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3854dependencies = [
3855 "libc",
3856 "option-ext",
3857 "redox_users",
3858 "windows-sys 0.48.0",
3859]
3860
3861[[package]]
3862name = "displaydoc"
3863version = "0.2.5"
3864source = "registry+https://github.com/rust-lang/crates.io-index"
3865checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
3866dependencies = [
3867 "proc-macro2",
3868 "quote",
3869 "syn 2.0.90",
3870]
3871
3872[[package]]
3873name = "dlib"
3874version = "0.5.2"
3875source = "registry+https://github.com/rust-lang/crates.io-index"
3876checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3877dependencies = [
3878 "libloading",
3879]
3880
3881[[package]]
3882name = "docs_preprocessor"
3883version = "0.1.0"
3884dependencies = [
3885 "anyhow",
3886 "clap",
3887 "mdbook",
3888 "regex",
3889 "serde",
3890 "serde_json",
3891 "settings",
3892 "util",
3893]
3894
3895[[package]]
3896name = "dotenvy"
3897version = "0.15.7"
3898source = "registry+https://github.com/rust-lang/crates.io-index"
3899checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3900
3901[[package]]
3902name = "downcast-rs"
3903version = "1.2.1"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3906
3907[[package]]
3908name = "doxygen-rs"
3909version = "0.4.2"
3910source = "registry+https://github.com/rust-lang/crates.io-index"
3911checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3912dependencies = [
3913 "phf",
3914]
3915
3916[[package]]
3917name = "dunce"
3918version = "1.0.5"
3919source = "registry+https://github.com/rust-lang/crates.io-index"
3920checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
3921
3922[[package]]
3923name = "dwrote"
3924version = "0.11.2"
3925source = "registry+https://github.com/rust-lang/crates.io-index"
3926checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
3927dependencies = [
3928 "lazy_static",
3929 "libc",
3930 "winapi",
3931 "wio",
3932]
3933
3934[[package]]
3935name = "dyn-clone"
3936version = "1.0.17"
3937source = "registry+https://github.com/rust-lang/crates.io-index"
3938checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3939
3940[[package]]
3941name = "ec4rs"
3942version = "1.1.1"
3943source = "registry+https://github.com/rust-lang/crates.io-index"
3944checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3945
3946[[package]]
3947name = "ecdsa"
3948version = "0.14.8"
3949source = "registry+https://github.com/rust-lang/crates.io-index"
3950checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3951dependencies = [
3952 "der 0.6.1",
3953 "elliptic-curve",
3954 "rfc6979",
3955 "signature 1.6.4",
3956]
3957
3958[[package]]
3959name = "editor"
3960version = "0.1.0"
3961dependencies = [
3962 "aho-corasick",
3963 "anyhow",
3964 "assets",
3965 "chrono",
3966 "client",
3967 "clock",
3968 "collections",
3969 "convert_case 0.7.1",
3970 "ctor",
3971 "db",
3972 "emojis",
3973 "env_logger 0.11.6",
3974 "feature_flags",
3975 "file_icons",
3976 "fs",
3977 "futures 0.3.31",
3978 "fuzzy",
3979 "git",
3980 "gpui",
3981 "http_client",
3982 "indoc",
3983 "inline_completion",
3984 "itertools 0.14.0",
3985 "language",
3986 "linkify",
3987 "log",
3988 "lsp",
3989 "markdown",
3990 "multi_buffer",
3991 "ordered-float 2.10.1",
3992 "parking_lot",
3993 "pretty_assertions",
3994 "project",
3995 "rand 0.8.5",
3996 "release_channel",
3997 "rpc",
3998 "schemars",
3999 "serde",
4000 "serde_json",
4001 "settings",
4002 "similar",
4003 "smallvec",
4004 "smol",
4005 "snippet",
4006 "sum_tree",
4007 "task",
4008 "telemetry",
4009 "tempfile",
4010 "text",
4011 "theme",
4012 "time",
4013 "time_format",
4014 "tree-sitter-html",
4015 "tree-sitter-rust",
4016 "tree-sitter-typescript",
4017 "ui",
4018 "unicode-script",
4019 "unicode-segmentation",
4020 "unindent",
4021 "url",
4022 "util",
4023 "uuid",
4024 "workspace",
4025 "zed_predict_tos",
4026]
4027
4028[[package]]
4029name = "either"
4030version = "1.13.0"
4031source = "registry+https://github.com/rust-lang/crates.io-index"
4032checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4033dependencies = [
4034 "serde",
4035]
4036
4037[[package]]
4038name = "elasticlunr-rs"
4039version = "3.0.2"
4040source = "registry+https://github.com/rust-lang/crates.io-index"
4041checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4042dependencies = [
4043 "regex",
4044 "serde",
4045 "serde_derive",
4046 "serde_json",
4047]
4048
4049[[package]]
4050name = "elliptic-curve"
4051version = "0.12.3"
4052source = "registry+https://github.com/rust-lang/crates.io-index"
4053checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4054dependencies = [
4055 "base16ct",
4056 "crypto-bigint 0.4.9",
4057 "der 0.6.1",
4058 "digest",
4059 "ff",
4060 "generic-array",
4061 "group",
4062 "pkcs8 0.9.0",
4063 "rand_core 0.6.4",
4064 "sec1",
4065 "subtle",
4066 "zeroize",
4067]
4068
4069[[package]]
4070name = "embed-resource"
4071version = "3.0.1"
4072source = "registry+https://github.com/rust-lang/crates.io-index"
4073checksum = "4762ce03154ba57ebaeee60cc631901ceae4f18219cbb874e464347471594742"
4074dependencies = [
4075 "cc",
4076 "memchr",
4077 "rustc_version",
4078 "toml 0.8.19",
4079 "vswhom",
4080 "winreg 0.52.0",
4081]
4082
4083[[package]]
4084name = "embedded-io"
4085version = "0.4.0"
4086source = "registry+https://github.com/rust-lang/crates.io-index"
4087checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4088
4089[[package]]
4090name = "embedded-io"
4091version = "0.6.1"
4092source = "registry+https://github.com/rust-lang/crates.io-index"
4093checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4094
4095[[package]]
4096name = "emojis"
4097version = "0.6.4"
4098source = "registry+https://github.com/rust-lang/crates.io-index"
4099checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4100dependencies = [
4101 "phf",
4102]
4103
4104[[package]]
4105name = "encode_unicode"
4106version = "0.3.6"
4107source = "registry+https://github.com/rust-lang/crates.io-index"
4108checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4109
4110[[package]]
4111name = "encoding_rs"
4112version = "0.8.35"
4113source = "registry+https://github.com/rust-lang/crates.io-index"
4114checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4115dependencies = [
4116 "cfg-if",
4117]
4118
4119[[package]]
4120name = "endi"
4121version = "1.1.0"
4122source = "registry+https://github.com/rust-lang/crates.io-index"
4123checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4124
4125[[package]]
4126name = "enumflags2"
4127version = "0.7.10"
4128source = "registry+https://github.com/rust-lang/crates.io-index"
4129checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4130dependencies = [
4131 "enumflags2_derive",
4132 "serde",
4133]
4134
4135[[package]]
4136name = "enumflags2_derive"
4137version = "0.7.10"
4138source = "registry+https://github.com/rust-lang/crates.io-index"
4139checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4140dependencies = [
4141 "proc-macro2",
4142 "quote",
4143 "syn 2.0.90",
4144]
4145
4146[[package]]
4147name = "env_filter"
4148version = "0.1.2"
4149source = "registry+https://github.com/rust-lang/crates.io-index"
4150checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4151dependencies = [
4152 "log",
4153 "regex",
4154]
4155
4156[[package]]
4157name = "env_logger"
4158version = "0.10.2"
4159source = "registry+https://github.com/rust-lang/crates.io-index"
4160checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4161dependencies = [
4162 "humantime",
4163 "is-terminal",
4164 "log",
4165 "regex",
4166 "termcolor",
4167]
4168
4169[[package]]
4170name = "env_logger"
4171version = "0.11.6"
4172source = "registry+https://github.com/rust-lang/crates.io-index"
4173checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4174dependencies = [
4175 "anstream",
4176 "anstyle",
4177 "env_filter",
4178 "humantime",
4179 "log",
4180]
4181
4182[[package]]
4183name = "envy"
4184version = "0.4.2"
4185source = "registry+https://github.com/rust-lang/crates.io-index"
4186checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4187dependencies = [
4188 "serde",
4189]
4190
4191[[package]]
4192name = "equivalent"
4193version = "1.0.1"
4194source = "registry+https://github.com/rust-lang/crates.io-index"
4195checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4196
4197[[package]]
4198name = "erased-serde"
4199version = "0.4.5"
4200source = "registry+https://github.com/rust-lang/crates.io-index"
4201checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4202dependencies = [
4203 "serde",
4204 "typeid",
4205]
4206
4207[[package]]
4208name = "errno"
4209version = "0.2.8"
4210source = "registry+https://github.com/rust-lang/crates.io-index"
4211checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4212dependencies = [
4213 "errno-dragonfly",
4214 "libc",
4215 "winapi",
4216]
4217
4218[[package]]
4219name = "errno"
4220version = "0.3.10"
4221source = "registry+https://github.com/rust-lang/crates.io-index"
4222checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4223dependencies = [
4224 "libc",
4225 "windows-sys 0.59.0",
4226]
4227
4228[[package]]
4229name = "errno-dragonfly"
4230version = "0.1.2"
4231source = "registry+https://github.com/rust-lang/crates.io-index"
4232checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4233dependencies = [
4234 "cc",
4235 "libc",
4236]
4237
4238[[package]]
4239name = "etagere"
4240version = "0.2.15"
4241source = "registry+https://github.com/rust-lang/crates.io-index"
4242checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4243dependencies = [
4244 "euclid",
4245 "svg_fmt",
4246]
4247
4248[[package]]
4249name = "etcetera"
4250version = "0.8.0"
4251source = "registry+https://github.com/rust-lang/crates.io-index"
4252checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4253dependencies = [
4254 "cfg-if",
4255 "home",
4256 "windows-sys 0.48.0",
4257]
4258
4259[[package]]
4260name = "euclid"
4261version = "0.22.11"
4262source = "registry+https://github.com/rust-lang/crates.io-index"
4263checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4264dependencies = [
4265 "num-traits",
4266]
4267
4268[[package]]
4269name = "evals"
4270version = "0.1.0"
4271dependencies = [
4272 "anyhow",
4273 "clap",
4274 "client",
4275 "clock",
4276 "collections",
4277 "env_logger 0.11.6",
4278 "feature_flags",
4279 "fs",
4280 "git",
4281 "gpui",
4282 "http_client",
4283 "language",
4284 "languages",
4285 "node_runtime",
4286 "open_ai",
4287 "project",
4288 "reqwest_client",
4289 "semantic_index",
4290 "serde",
4291 "serde_json",
4292 "settings",
4293 "smol",
4294 "util",
4295]
4296
4297[[package]]
4298name = "event-listener"
4299version = "2.5.3"
4300source = "registry+https://github.com/rust-lang/crates.io-index"
4301checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4302
4303[[package]]
4304name = "event-listener"
4305version = "5.3.1"
4306source = "registry+https://github.com/rust-lang/crates.io-index"
4307checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4308dependencies = [
4309 "concurrent-queue",
4310 "parking",
4311 "pin-project-lite",
4312]
4313
4314[[package]]
4315name = "event-listener-strategy"
4316version = "0.5.3"
4317source = "registry+https://github.com/rust-lang/crates.io-index"
4318checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4319dependencies = [
4320 "event-listener 5.3.1",
4321 "pin-project-lite",
4322]
4323
4324[[package]]
4325name = "exec"
4326version = "0.3.1"
4327source = "registry+https://github.com/rust-lang/crates.io-index"
4328checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4329dependencies = [
4330 "errno 0.2.8",
4331 "libc",
4332]
4333
4334[[package]]
4335name = "exr"
4336version = "1.73.0"
4337source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4339dependencies = [
4340 "bit_field",
4341 "half",
4342 "lebe",
4343 "miniz_oxide",
4344 "rayon-core",
4345 "smallvec",
4346 "zune-inflate",
4347]
4348
4349[[package]]
4350name = "extension"
4351version = "0.1.0"
4352dependencies = [
4353 "anyhow",
4354 "async-compression",
4355 "async-tar",
4356 "async-trait",
4357 "collections",
4358 "fs",
4359 "futures 0.3.31",
4360 "gpui",
4361 "http_client",
4362 "language",
4363 "log",
4364 "lsp",
4365 "parking_lot",
4366 "semantic_version",
4367 "serde",
4368 "serde_json",
4369 "toml 0.8.19",
4370 "util",
4371 "wasm-encoder 0.215.0",
4372 "wasmparser 0.215.0",
4373 "wit-component",
4374]
4375
4376[[package]]
4377name = "extension_cli"
4378version = "0.1.0"
4379dependencies = [
4380 "anyhow",
4381 "clap",
4382 "env_logger 0.11.6",
4383 "extension",
4384 "fs",
4385 "language",
4386 "log",
4387 "reqwest_client",
4388 "rpc",
4389 "serde",
4390 "serde_json",
4391 "theme",
4392 "tokio",
4393 "toml 0.8.19",
4394 "tree-sitter",
4395 "wasmtime",
4396]
4397
4398[[package]]
4399name = "extension_host"
4400version = "0.1.0"
4401dependencies = [
4402 "anyhow",
4403 "async-compression",
4404 "async-tar",
4405 "async-trait",
4406 "client",
4407 "collections",
4408 "context_server_settings",
4409 "ctor",
4410 "env_logger 0.11.6",
4411 "extension",
4412 "fs",
4413 "futures 0.3.31",
4414 "gpui",
4415 "http_client",
4416 "language",
4417 "language_extension",
4418 "log",
4419 "lsp",
4420 "node_runtime",
4421 "parking_lot",
4422 "paths",
4423 "project",
4424 "release_channel",
4425 "remote",
4426 "reqwest_client",
4427 "schemars",
4428 "semantic_version",
4429 "serde",
4430 "serde_json",
4431 "serde_json_lenient",
4432 "settings",
4433 "task",
4434 "telemetry",
4435 "tempfile",
4436 "theme",
4437 "theme_extension",
4438 "toml 0.8.19",
4439 "url",
4440 "util",
4441 "wasmparser 0.215.0",
4442 "wasmtime",
4443 "wasmtime-wasi",
4444]
4445
4446[[package]]
4447name = "extensions_ui"
4448version = "0.1.0"
4449dependencies = [
4450 "anyhow",
4451 "client",
4452 "collections",
4453 "db",
4454 "editor",
4455 "extension_host",
4456 "fs",
4457 "fuzzy",
4458 "gpui",
4459 "language",
4460 "num-format",
4461 "picker",
4462 "project",
4463 "release_channel",
4464 "semantic_version",
4465 "serde",
4466 "settings",
4467 "smallvec",
4468 "telemetry",
4469 "theme",
4470 "ui",
4471 "util",
4472 "vim_mode_setting",
4473 "workspace",
4474 "zed_actions",
4475]
4476
4477[[package]]
4478name = "fallible-iterator"
4479version = "0.3.0"
4480source = "registry+https://github.com/rust-lang/crates.io-index"
4481checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4482
4483[[package]]
4484name = "fancy-regex"
4485version = "0.13.0"
4486source = "registry+https://github.com/rust-lang/crates.io-index"
4487checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4488dependencies = [
4489 "bit-set 0.5.3",
4490 "regex-automata 0.4.9",
4491 "regex-syntax 0.8.5",
4492]
4493
4494[[package]]
4495name = "fancy-regex"
4496version = "0.14.0"
4497source = "registry+https://github.com/rust-lang/crates.io-index"
4498checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4499dependencies = [
4500 "bit-set 0.8.0",
4501 "regex-automata 0.4.9",
4502 "regex-syntax 0.8.5",
4503]
4504
4505[[package]]
4506name = "fast-srgb8"
4507version = "1.0.0"
4508source = "registry+https://github.com/rust-lang/crates.io-index"
4509checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4510
4511[[package]]
4512name = "fastrand"
4513version = "1.9.0"
4514source = "registry+https://github.com/rust-lang/crates.io-index"
4515checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4516dependencies = [
4517 "instant",
4518]
4519
4520[[package]]
4521name = "fastrand"
4522version = "2.3.0"
4523source = "registry+https://github.com/rust-lang/crates.io-index"
4524checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4525
4526[[package]]
4527name = "fd-lock"
4528version = "4.0.2"
4529source = "registry+https://github.com/rust-lang/crates.io-index"
4530checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4531dependencies = [
4532 "cfg-if",
4533 "rustix",
4534 "windows-sys 0.52.0",
4535]
4536
4537[[package]]
4538name = "fdeflate"
4539version = "0.3.7"
4540source = "registry+https://github.com/rust-lang/crates.io-index"
4541checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4542dependencies = [
4543 "simd-adler32",
4544]
4545
4546[[package]]
4547name = "feature_flags"
4548version = "0.1.0"
4549dependencies = [
4550 "futures 0.3.31",
4551 "gpui",
4552]
4553
4554[[package]]
4555name = "feedback"
4556version = "0.1.0"
4557dependencies = [
4558 "anyhow",
4559 "bitflags 2.8.0",
4560 "client",
4561 "db",
4562 "editor",
4563 "futures 0.3.31",
4564 "gpui",
4565 "http_client",
4566 "human_bytes",
4567 "language",
4568 "log",
4569 "menu",
4570 "project",
4571 "regex",
4572 "release_channel",
4573 "serde",
4574 "serde_derive",
4575 "serde_json",
4576 "smol",
4577 "sysinfo",
4578 "ui",
4579 "urlencoding",
4580 "util",
4581 "workspace",
4582 "zed_actions",
4583]
4584
4585[[package]]
4586name = "ff"
4587version = "0.12.1"
4588source = "registry+https://github.com/rust-lang/crates.io-index"
4589checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4590dependencies = [
4591 "rand_core 0.6.4",
4592 "subtle",
4593]
4594
4595[[package]]
4596name = "file_finder"
4597version = "0.1.0"
4598dependencies = [
4599 "anyhow",
4600 "collections",
4601 "ctor",
4602 "editor",
4603 "env_logger 0.11.6",
4604 "file_icons",
4605 "futures 0.3.31",
4606 "fuzzy",
4607 "gpui",
4608 "language",
4609 "menu",
4610 "picker",
4611 "project",
4612 "schemars",
4613 "serde",
4614 "serde_derive",
4615 "serde_json",
4616 "settings",
4617 "text",
4618 "theme",
4619 "ui",
4620 "util",
4621 "workspace",
4622]
4623
4624[[package]]
4625name = "file_icons"
4626version = "0.1.0"
4627dependencies = [
4628 "collections",
4629 "gpui",
4630 "serde",
4631 "serde_derive",
4632 "serde_json",
4633 "settings",
4634 "theme",
4635 "util",
4636]
4637
4638[[package]]
4639name = "filedescriptor"
4640version = "0.8.2"
4641source = "registry+https://github.com/rust-lang/crates.io-index"
4642checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4643dependencies = [
4644 "libc",
4645 "thiserror 1.0.69",
4646 "winapi",
4647]
4648
4649[[package]]
4650name = "filetime"
4651version = "0.2.25"
4652source = "registry+https://github.com/rust-lang/crates.io-index"
4653checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4654dependencies = [
4655 "cfg-if",
4656 "libc",
4657 "libredox",
4658 "windows-sys 0.59.0",
4659]
4660
4661[[package]]
4662name = "fireworks"
4663version = "0.1.0"
4664dependencies = [
4665 "anyhow",
4666 "futures 0.3.31",
4667 "http_client",
4668 "serde",
4669 "serde_json",
4670]
4671
4672[[package]]
4673name = "fixedbitset"
4674version = "0.4.2"
4675source = "registry+https://github.com/rust-lang/crates.io-index"
4676checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4677
4678[[package]]
4679name = "flate2"
4680version = "1.0.35"
4681source = "registry+https://github.com/rust-lang/crates.io-index"
4682checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4683dependencies = [
4684 "crc32fast",
4685 "miniz_oxide",
4686]
4687
4688[[package]]
4689name = "float-cmp"
4690version = "0.9.0"
4691source = "registry+https://github.com/rust-lang/crates.io-index"
4692checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4693
4694[[package]]
4695name = "float-ord"
4696version = "0.3.2"
4697source = "registry+https://github.com/rust-lang/crates.io-index"
4698checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4699
4700[[package]]
4701name = "flume"
4702version = "0.11.1"
4703source = "registry+https://github.com/rust-lang/crates.io-index"
4704checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4705dependencies = [
4706 "futures-core",
4707 "futures-sink",
4708 "nanorand",
4709 "spin",
4710]
4711
4712[[package]]
4713name = "fnv"
4714version = "1.0.7"
4715source = "registry+https://github.com/rust-lang/crates.io-index"
4716checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4717
4718[[package]]
4719name = "foldhash"
4720version = "0.1.3"
4721source = "registry+https://github.com/rust-lang/crates.io-index"
4722checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4723
4724[[package]]
4725name = "font-kit"
4726version = "0.14.1"
4727source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4728dependencies = [
4729 "bitflags 2.8.0",
4730 "byteorder",
4731 "core-foundation 0.9.4",
4732 "core-graphics 0.23.2",
4733 "core-text",
4734 "dirs 5.0.1",
4735 "dwrote",
4736 "float-ord",
4737 "freetype-sys",
4738 "lazy_static",
4739 "libc",
4740 "log",
4741 "pathfinder_geometry",
4742 "pathfinder_simd",
4743 "walkdir",
4744 "winapi",
4745 "yeslogic-fontconfig-sys",
4746]
4747
4748[[package]]
4749name = "font-types"
4750version = "0.7.3"
4751source = "registry+https://github.com/rust-lang/crates.io-index"
4752checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4753dependencies = [
4754 "bytemuck",
4755]
4756
4757[[package]]
4758name = "fontconfig-parser"
4759version = "0.5.7"
4760source = "registry+https://github.com/rust-lang/crates.io-index"
4761checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4762dependencies = [
4763 "roxmltree",
4764]
4765
4766[[package]]
4767name = "fontdb"
4768version = "0.18.0"
4769source = "registry+https://github.com/rust-lang/crates.io-index"
4770checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4771dependencies = [
4772 "fontconfig-parser",
4773 "log",
4774 "memmap2",
4775 "slotmap",
4776 "tinyvec",
4777 "ttf-parser",
4778]
4779
4780[[package]]
4781name = "foreign-types"
4782version = "0.3.2"
4783source = "registry+https://github.com/rust-lang/crates.io-index"
4784checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4785dependencies = [
4786 "foreign-types-shared 0.1.1",
4787]
4788
4789[[package]]
4790name = "foreign-types"
4791version = "0.5.0"
4792source = "registry+https://github.com/rust-lang/crates.io-index"
4793checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4794dependencies = [
4795 "foreign-types-macros",
4796 "foreign-types-shared 0.3.1",
4797]
4798
4799[[package]]
4800name = "foreign-types-macros"
4801version = "0.2.3"
4802source = "registry+https://github.com/rust-lang/crates.io-index"
4803checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4804dependencies = [
4805 "proc-macro2",
4806 "quote",
4807 "syn 2.0.90",
4808]
4809
4810[[package]]
4811name = "foreign-types-shared"
4812version = "0.1.1"
4813source = "registry+https://github.com/rust-lang/crates.io-index"
4814checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4815
4816[[package]]
4817name = "foreign-types-shared"
4818version = "0.3.1"
4819source = "registry+https://github.com/rust-lang/crates.io-index"
4820checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4821
4822[[package]]
4823name = "fork"
4824version = "0.2.0"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4827dependencies = [
4828 "libc",
4829]
4830
4831[[package]]
4832name = "form_urlencoded"
4833version = "1.2.1"
4834source = "registry+https://github.com/rust-lang/crates.io-index"
4835checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4836dependencies = [
4837 "percent-encoding",
4838]
4839
4840[[package]]
4841name = "freetype-sys"
4842version = "0.20.1"
4843source = "registry+https://github.com/rust-lang/crates.io-index"
4844checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4845dependencies = [
4846 "cc",
4847 "libc",
4848 "pkg-config",
4849]
4850
4851[[package]]
4852name = "fs"
4853version = "0.1.0"
4854dependencies = [
4855 "anyhow",
4856 "ashpd",
4857 "async-tar",
4858 "async-trait",
4859 "cocoa 0.26.0",
4860 "collections",
4861 "fsevent",
4862 "futures 0.3.31",
4863 "git",
4864 "git2",
4865 "gpui",
4866 "libc",
4867 "log",
4868 "notify",
4869 "objc",
4870 "parking_lot",
4871 "paths",
4872 "proto",
4873 "rope",
4874 "serde",
4875 "serde_json",
4876 "smol",
4877 "tempfile",
4878 "text",
4879 "time",
4880 "util",
4881 "windows 0.58.0",
4882]
4883
4884[[package]]
4885name = "fs-set-times"
4886version = "0.20.2"
4887source = "registry+https://github.com/rust-lang/crates.io-index"
4888checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
4889dependencies = [
4890 "io-lifetimes",
4891 "rustix",
4892 "windows-sys 0.59.0",
4893]
4894
4895[[package]]
4896name = "fs2"
4897version = "0.4.3"
4898source = "registry+https://github.com/rust-lang/crates.io-index"
4899checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4900dependencies = [
4901 "libc",
4902 "winapi",
4903]
4904
4905[[package]]
4906name = "fsevent"
4907version = "0.1.0"
4908dependencies = [
4909 "bitflags 2.8.0",
4910 "core-foundation 0.9.4",
4911 "fsevent-sys 3.1.0",
4912 "parking_lot",
4913 "tempfile",
4914]
4915
4916[[package]]
4917name = "fsevent-sys"
4918version = "3.1.0"
4919source = "registry+https://github.com/rust-lang/crates.io-index"
4920checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4921dependencies = [
4922 "libc",
4923]
4924
4925[[package]]
4926name = "fsevent-sys"
4927version = "4.1.0"
4928source = "registry+https://github.com/rust-lang/crates.io-index"
4929checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4930dependencies = [
4931 "libc",
4932]
4933
4934[[package]]
4935name = "funty"
4936version = "2.0.0"
4937source = "registry+https://github.com/rust-lang/crates.io-index"
4938checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4939
4940[[package]]
4941name = "futf"
4942version = "0.1.5"
4943source = "registry+https://github.com/rust-lang/crates.io-index"
4944checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4945dependencies = [
4946 "mac",
4947 "new_debug_unreachable",
4948]
4949
4950[[package]]
4951name = "futures"
4952version = "0.1.31"
4953source = "registry+https://github.com/rust-lang/crates.io-index"
4954checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4955
4956[[package]]
4957name = "futures"
4958version = "0.3.31"
4959source = "registry+https://github.com/rust-lang/crates.io-index"
4960checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
4961dependencies = [
4962 "futures-channel",
4963 "futures-core",
4964 "futures-executor",
4965 "futures-io",
4966 "futures-sink",
4967 "futures-task",
4968 "futures-util",
4969]
4970
4971[[package]]
4972name = "futures-batch"
4973version = "0.6.1"
4974source = "registry+https://github.com/rust-lang/crates.io-index"
4975checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4976dependencies = [
4977 "futures 0.3.31",
4978 "futures-timer",
4979 "pin-utils",
4980]
4981
4982[[package]]
4983name = "futures-channel"
4984version = "0.3.31"
4985source = "registry+https://github.com/rust-lang/crates.io-index"
4986checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
4987dependencies = [
4988 "futures-core",
4989 "futures-sink",
4990]
4991
4992[[package]]
4993name = "futures-core"
4994version = "0.3.31"
4995source = "registry+https://github.com/rust-lang/crates.io-index"
4996checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
4997
4998[[package]]
4999name = "futures-executor"
5000version = "0.3.31"
5001source = "registry+https://github.com/rust-lang/crates.io-index"
5002checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5003dependencies = [
5004 "futures-core",
5005 "futures-task",
5006 "futures-util",
5007]
5008
5009[[package]]
5010name = "futures-intrusive"
5011version = "0.5.0"
5012source = "registry+https://github.com/rust-lang/crates.io-index"
5013checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5014dependencies = [
5015 "futures-core",
5016 "lock_api",
5017 "parking_lot",
5018]
5019
5020[[package]]
5021name = "futures-io"
5022version = "0.3.31"
5023source = "registry+https://github.com/rust-lang/crates.io-index"
5024checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5025
5026[[package]]
5027name = "futures-lite"
5028version = "1.13.0"
5029source = "registry+https://github.com/rust-lang/crates.io-index"
5030checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5031dependencies = [
5032 "fastrand 1.9.0",
5033 "futures-core",
5034 "futures-io",
5035 "memchr",
5036 "parking",
5037 "pin-project-lite",
5038 "waker-fn",
5039]
5040
5041[[package]]
5042name = "futures-lite"
5043version = "2.5.0"
5044source = "registry+https://github.com/rust-lang/crates.io-index"
5045checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
5046dependencies = [
5047 "fastrand 2.3.0",
5048 "futures-core",
5049 "futures-io",
5050 "parking",
5051 "pin-project-lite",
5052]
5053
5054[[package]]
5055name = "futures-macro"
5056version = "0.3.31"
5057source = "registry+https://github.com/rust-lang/crates.io-index"
5058checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5059dependencies = [
5060 "proc-macro2",
5061 "quote",
5062 "syn 2.0.90",
5063]
5064
5065[[package]]
5066name = "futures-sink"
5067version = "0.3.31"
5068source = "registry+https://github.com/rust-lang/crates.io-index"
5069checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5070
5071[[package]]
5072name = "futures-task"
5073version = "0.3.31"
5074source = "registry+https://github.com/rust-lang/crates.io-index"
5075checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5076
5077[[package]]
5078name = "futures-timer"
5079version = "3.0.3"
5080source = "registry+https://github.com/rust-lang/crates.io-index"
5081checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5082
5083[[package]]
5084name = "futures-util"
5085version = "0.3.31"
5086source = "registry+https://github.com/rust-lang/crates.io-index"
5087checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5088dependencies = [
5089 "futures 0.1.31",
5090 "futures-channel",
5091 "futures-core",
5092 "futures-io",
5093 "futures-macro",
5094 "futures-sink",
5095 "futures-task",
5096 "memchr",
5097 "pin-project-lite",
5098 "pin-utils",
5099 "slab",
5100 "tokio-io",
5101]
5102
5103[[package]]
5104name = "fuzzy"
5105version = "0.1.0"
5106dependencies = [
5107 "gpui",
5108 "log",
5109 "util",
5110]
5111
5112[[package]]
5113name = "fuzzy-matcher"
5114version = "0.3.7"
5115source = "registry+https://github.com/rust-lang/crates.io-index"
5116checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5117dependencies = [
5118 "thread_local",
5119]
5120
5121[[package]]
5122name = "generic-array"
5123version = "0.14.7"
5124source = "registry+https://github.com/rust-lang/crates.io-index"
5125checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5126dependencies = [
5127 "typenum",
5128 "version_check",
5129]
5130
5131[[package]]
5132name = "gethostname"
5133version = "0.4.3"
5134source = "registry+https://github.com/rust-lang/crates.io-index"
5135checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5136dependencies = [
5137 "libc",
5138 "windows-targets 0.48.5",
5139]
5140
5141[[package]]
5142name = "getrandom"
5143version = "0.1.16"
5144source = "registry+https://github.com/rust-lang/crates.io-index"
5145checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5146dependencies = [
5147 "cfg-if",
5148 "libc",
5149 "wasi 0.9.0+wasi-snapshot-preview1",
5150]
5151
5152[[package]]
5153name = "getrandom"
5154version = "0.2.15"
5155source = "registry+https://github.com/rust-lang/crates.io-index"
5156checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5157dependencies = [
5158 "cfg-if",
5159 "js-sys",
5160 "libc",
5161 "wasi 0.11.0+wasi-snapshot-preview1",
5162 "wasm-bindgen",
5163]
5164
5165[[package]]
5166name = "gif"
5167version = "0.13.1"
5168source = "registry+https://github.com/rust-lang/crates.io-index"
5169checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5170dependencies = [
5171 "color_quant",
5172 "weezl",
5173]
5174
5175[[package]]
5176name = "gimli"
5177version = "0.29.0"
5178source = "registry+https://github.com/rust-lang/crates.io-index"
5179checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
5180dependencies = [
5181 "fallible-iterator",
5182 "indexmap",
5183 "stable_deref_trait",
5184]
5185
5186[[package]]
5187name = "gimli"
5188version = "0.31.1"
5189source = "registry+https://github.com/rust-lang/crates.io-index"
5190checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5191
5192[[package]]
5193name = "git"
5194version = "0.1.0"
5195dependencies = [
5196 "anyhow",
5197 "async-trait",
5198 "collections",
5199 "derive_more",
5200 "git2",
5201 "gpui",
5202 "http_client",
5203 "log",
5204 "parking_lot",
5205 "pretty_assertions",
5206 "regex",
5207 "rope",
5208 "serde",
5209 "serde_json",
5210 "smol",
5211 "sum_tree",
5212 "text",
5213 "time",
5214 "unindent",
5215 "url",
5216 "util",
5217]
5218
5219[[package]]
5220name = "git2"
5221version = "0.20.0"
5222source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
5223dependencies = [
5224 "bitflags 2.8.0",
5225 "libc",
5226 "libgit2-sys",
5227 "log",
5228 "url",
5229]
5230
5231[[package]]
5232name = "git_hosting_providers"
5233version = "0.1.0"
5234dependencies = [
5235 "anyhow",
5236 "async-trait",
5237 "futures 0.3.31",
5238 "git",
5239 "gpui",
5240 "http_client",
5241 "indoc",
5242 "pretty_assertions",
5243 "regex",
5244 "serde",
5245 "serde_json",
5246 "url",
5247 "util",
5248]
5249
5250[[package]]
5251name = "git_ui"
5252version = "0.1.0"
5253dependencies = [
5254 "anyhow",
5255 "collections",
5256 "db",
5257 "editor",
5258 "futures 0.3.31",
5259 "git",
5260 "gpui",
5261 "menu",
5262 "picker",
5263 "project",
5264 "schemars",
5265 "serde",
5266 "serde_derive",
5267 "serde_json",
5268 "settings",
5269 "theme",
5270 "ui",
5271 "util",
5272 "windows 0.58.0",
5273 "workspace",
5274]
5275
5276[[package]]
5277name = "glob"
5278version = "0.3.1"
5279source = "registry+https://github.com/rust-lang/crates.io-index"
5280checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5281
5282[[package]]
5283name = "globset"
5284version = "0.4.15"
5285source = "registry+https://github.com/rust-lang/crates.io-index"
5286checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5287dependencies = [
5288 "aho-corasick",
5289 "bstr",
5290 "log",
5291 "regex-automata 0.4.9",
5292 "regex-syntax 0.8.5",
5293]
5294
5295[[package]]
5296name = "gloo-timers"
5297version = "0.3.0"
5298source = "registry+https://github.com/rust-lang/crates.io-index"
5299checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5300dependencies = [
5301 "futures-channel",
5302 "futures-core",
5303 "js-sys",
5304 "wasm-bindgen",
5305]
5306
5307[[package]]
5308name = "glow"
5309version = "0.14.2"
5310source = "registry+https://github.com/rust-lang/crates.io-index"
5311checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5312dependencies = [
5313 "js-sys",
5314 "slotmap",
5315 "wasm-bindgen",
5316 "web-sys",
5317]
5318
5319[[package]]
5320name = "go_to_line"
5321version = "0.1.0"
5322dependencies = [
5323 "anyhow",
5324 "editor",
5325 "gpui",
5326 "indoc",
5327 "language",
5328 "menu",
5329 "project",
5330 "rope",
5331 "schemars",
5332 "serde",
5333 "serde_json",
5334 "settings",
5335 "text",
5336 "theme",
5337 "tree-sitter-rust",
5338 "tree-sitter-typescript",
5339 "ui",
5340 "util",
5341 "workspace",
5342]
5343
5344[[package]]
5345name = "google_ai"
5346version = "0.1.0"
5347dependencies = [
5348 "anyhow",
5349 "futures 0.3.31",
5350 "http_client",
5351 "schemars",
5352 "serde",
5353 "serde_json",
5354 "strum",
5355]
5356
5357[[package]]
5358name = "gpu-alloc"
5359version = "0.6.0"
5360source = "registry+https://github.com/rust-lang/crates.io-index"
5361checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5362dependencies = [
5363 "bitflags 2.8.0",
5364 "gpu-alloc-types",
5365]
5366
5367[[package]]
5368name = "gpu-alloc-ash"
5369version = "0.7.0"
5370source = "registry+https://github.com/rust-lang/crates.io-index"
5371checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5372dependencies = [
5373 "ash",
5374 "gpu-alloc-types",
5375 "tinyvec",
5376]
5377
5378[[package]]
5379name = "gpu-alloc-types"
5380version = "0.3.0"
5381source = "registry+https://github.com/rust-lang/crates.io-index"
5382checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5383dependencies = [
5384 "bitflags 2.8.0",
5385]
5386
5387[[package]]
5388name = "gpui"
5389version = "0.1.0"
5390dependencies = [
5391 "anyhow",
5392 "as-raw-xcb-connection",
5393 "ashpd",
5394 "async-task",
5395 "backtrace",
5396 "bindgen",
5397 "blade-graphics",
5398 "blade-macros",
5399 "blade-util",
5400 "block",
5401 "bytemuck",
5402 "calloop",
5403 "calloop-wayland-source",
5404 "cbindgen 0.28.0",
5405 "cocoa 0.26.0",
5406 "collections",
5407 "core-foundation 0.9.4",
5408 "core-foundation-sys",
5409 "core-graphics 0.23.2",
5410 "core-text",
5411 "cosmic-text",
5412 "ctor",
5413 "derive_more",
5414 "embed-resource",
5415 "env_logger 0.11.6",
5416 "etagere",
5417 "filedescriptor",
5418 "flume",
5419 "font-kit",
5420 "foreign-types 0.5.0",
5421 "futures 0.3.31",
5422 "gpui_macros",
5423 "http_client",
5424 "image",
5425 "itertools 0.14.0",
5426 "linkme",
5427 "log",
5428 "media",
5429 "metal",
5430 "num_cpus",
5431 "objc",
5432 "objc2",
5433 "objc2-metal",
5434 "oo7",
5435 "open",
5436 "parking",
5437 "parking_lot",
5438 "pathfinder_geometry",
5439 "postage",
5440 "profiling",
5441 "rand 0.8.5",
5442 "raw-window-handle",
5443 "refineable",
5444 "resvg",
5445 "schemars",
5446 "seahash",
5447 "semantic_version",
5448 "serde",
5449 "serde_derive",
5450 "serde_json",
5451 "slotmap",
5452 "smallvec",
5453 "smol",
5454 "strum",
5455 "sum_tree",
5456 "taffy",
5457 "thiserror 1.0.69",
5458 "unicode-segmentation",
5459 "usvg",
5460 "util",
5461 "uuid",
5462 "waker-fn",
5463 "wayland-backend",
5464 "wayland-client",
5465 "wayland-cursor",
5466 "wayland-protocols",
5467 "wayland-protocols-plasma",
5468 "windows 0.58.0",
5469 "windows-core 0.58.0",
5470 "x11-clipboard",
5471 "x11rb",
5472 "xim",
5473 "xkbcommon",
5474]
5475
5476[[package]]
5477name = "gpui_macros"
5478version = "0.1.0"
5479dependencies = [
5480 "gpui",
5481 "proc-macro2",
5482 "quote",
5483 "syn 1.0.109",
5484]
5485
5486[[package]]
5487name = "grid"
5488version = "0.13.0"
5489source = "registry+https://github.com/rust-lang/crates.io-index"
5490checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5491
5492[[package]]
5493name = "group"
5494version = "0.12.1"
5495source = "registry+https://github.com/rust-lang/crates.io-index"
5496checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5497dependencies = [
5498 "ff",
5499 "rand_core 0.6.4",
5500 "subtle",
5501]
5502
5503[[package]]
5504name = "h2"
5505version = "0.3.26"
5506source = "registry+https://github.com/rust-lang/crates.io-index"
5507checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5508dependencies = [
5509 "bytes 1.9.0",
5510 "fnv",
5511 "futures-core",
5512 "futures-sink",
5513 "futures-util",
5514 "http 0.2.12",
5515 "indexmap",
5516 "slab",
5517 "tokio",
5518 "tokio-util",
5519 "tracing",
5520]
5521
5522[[package]]
5523name = "h2"
5524version = "0.4.7"
5525source = "registry+https://github.com/rust-lang/crates.io-index"
5526checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5527dependencies = [
5528 "atomic-waker",
5529 "bytes 1.9.0",
5530 "fnv",
5531 "futures-core",
5532 "futures-sink",
5533 "http 1.2.0",
5534 "indexmap",
5535 "slab",
5536 "tokio",
5537 "tokio-util",
5538 "tracing",
5539]
5540
5541[[package]]
5542name = "half"
5543version = "2.4.1"
5544source = "registry+https://github.com/rust-lang/crates.io-index"
5545checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5546dependencies = [
5547 "cfg-if",
5548 "crunchy",
5549]
5550
5551[[package]]
5552name = "handlebars"
5553version = "4.5.0"
5554source = "registry+https://github.com/rust-lang/crates.io-index"
5555checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5556dependencies = [
5557 "log",
5558 "pest",
5559 "pest_derive",
5560 "serde",
5561 "serde_json",
5562 "thiserror 1.0.69",
5563]
5564
5565[[package]]
5566name = "handlebars"
5567version = "6.2.0"
5568source = "registry+https://github.com/rust-lang/crates.io-index"
5569checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5570dependencies = [
5571 "log",
5572 "num-order",
5573 "pest",
5574 "pest_derive",
5575 "serde",
5576 "serde_json",
5577 "thiserror 1.0.69",
5578]
5579
5580[[package]]
5581name = "hashbrown"
5582version = "0.12.3"
5583source = "registry+https://github.com/rust-lang/crates.io-index"
5584checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5585dependencies = [
5586 "ahash 0.7.8",
5587]
5588
5589[[package]]
5590name = "hashbrown"
5591version = "0.13.2"
5592source = "registry+https://github.com/rust-lang/crates.io-index"
5593checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5594dependencies = [
5595 "ahash 0.8.11",
5596]
5597
5598[[package]]
5599name = "hashbrown"
5600version = "0.14.5"
5601source = "registry+https://github.com/rust-lang/crates.io-index"
5602checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5603dependencies = [
5604 "ahash 0.8.11",
5605 "allocator-api2",
5606 "serde",
5607]
5608
5609[[package]]
5610name = "hashbrown"
5611version = "0.15.2"
5612source = "registry+https://github.com/rust-lang/crates.io-index"
5613checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5614dependencies = [
5615 "allocator-api2",
5616 "equivalent",
5617 "foldhash",
5618]
5619
5620[[package]]
5621name = "hashlink"
5622version = "0.8.4"
5623source = "registry+https://github.com/rust-lang/crates.io-index"
5624checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5625dependencies = [
5626 "hashbrown 0.14.5",
5627]
5628
5629[[package]]
5630name = "hashlink"
5631version = "0.9.1"
5632source = "registry+https://github.com/rust-lang/crates.io-index"
5633checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5634dependencies = [
5635 "hashbrown 0.14.5",
5636]
5637
5638[[package]]
5639name = "headers"
5640version = "0.3.9"
5641source = "registry+https://github.com/rust-lang/crates.io-index"
5642checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5643dependencies = [
5644 "base64 0.21.7",
5645 "bytes 1.9.0",
5646 "headers-core",
5647 "http 0.2.12",
5648 "httpdate",
5649 "mime",
5650 "sha1",
5651]
5652
5653[[package]]
5654name = "headers-core"
5655version = "0.2.0"
5656source = "registry+https://github.com/rust-lang/crates.io-index"
5657checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5658dependencies = [
5659 "http 0.2.12",
5660]
5661
5662[[package]]
5663name = "heck"
5664version = "0.3.3"
5665source = "registry+https://github.com/rust-lang/crates.io-index"
5666checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5667dependencies = [
5668 "unicode-segmentation",
5669]
5670
5671[[package]]
5672name = "heck"
5673version = "0.4.1"
5674source = "registry+https://github.com/rust-lang/crates.io-index"
5675checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5676dependencies = [
5677 "unicode-segmentation",
5678]
5679
5680[[package]]
5681name = "heck"
5682version = "0.5.0"
5683source = "registry+https://github.com/rust-lang/crates.io-index"
5684checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5685
5686[[package]]
5687name = "heed"
5688version = "0.21.0"
5689source = "registry+https://github.com/rust-lang/crates.io-index"
5690checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5691dependencies = [
5692 "bitflags 2.8.0",
5693 "byteorder",
5694 "heed-traits",
5695 "heed-types",
5696 "libc",
5697 "lmdb-master-sys",
5698 "once_cell",
5699 "page_size",
5700 "serde",
5701 "synchronoise",
5702 "url",
5703]
5704
5705[[package]]
5706name = "heed-traits"
5707version = "0.20.0"
5708source = "registry+https://github.com/rust-lang/crates.io-index"
5709checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5710
5711[[package]]
5712name = "heed-types"
5713version = "0.21.0"
5714source = "registry+https://github.com/rust-lang/crates.io-index"
5715checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5716dependencies = [
5717 "bincode",
5718 "byteorder",
5719 "heed-traits",
5720 "serde",
5721 "serde_json",
5722]
5723
5724[[package]]
5725name = "hermit-abi"
5726version = "0.3.9"
5727source = "registry+https://github.com/rust-lang/crates.io-index"
5728checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5729
5730[[package]]
5731name = "hermit-abi"
5732version = "0.4.0"
5733source = "registry+https://github.com/rust-lang/crates.io-index"
5734checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5735
5736[[package]]
5737name = "hex"
5738version = "0.4.3"
5739source = "registry+https://github.com/rust-lang/crates.io-index"
5740checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5741
5742[[package]]
5743name = "hexf-parse"
5744version = "0.2.1"
5745source = "registry+https://github.com/rust-lang/crates.io-index"
5746checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5747
5748[[package]]
5749name = "hidden-trait"
5750version = "0.1.2"
5751source = "registry+https://github.com/rust-lang/crates.io-index"
5752checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5753dependencies = [
5754 "proc-macro2",
5755 "quote",
5756 "syn 1.0.109",
5757]
5758
5759[[package]]
5760name = "hkdf"
5761version = "0.12.4"
5762source = "registry+https://github.com/rust-lang/crates.io-index"
5763checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5764dependencies = [
5765 "hmac",
5766]
5767
5768[[package]]
5769name = "hmac"
5770version = "0.12.1"
5771source = "registry+https://github.com/rust-lang/crates.io-index"
5772checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5773dependencies = [
5774 "digest",
5775]
5776
5777[[package]]
5778name = "home"
5779version = "0.5.9"
5780source = "registry+https://github.com/rust-lang/crates.io-index"
5781checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5782dependencies = [
5783 "windows-sys 0.52.0",
5784]
5785
5786[[package]]
5787name = "hound"
5788version = "3.5.1"
5789source = "registry+https://github.com/rust-lang/crates.io-index"
5790checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5791
5792[[package]]
5793name = "html5ever"
5794version = "0.27.0"
5795source = "registry+https://github.com/rust-lang/crates.io-index"
5796checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5797dependencies = [
5798 "log",
5799 "mac",
5800 "markup5ever",
5801 "proc-macro2",
5802 "quote",
5803 "syn 2.0.90",
5804]
5805
5806[[package]]
5807name = "html_to_markdown"
5808version = "0.1.0"
5809dependencies = [
5810 "anyhow",
5811 "html5ever",
5812 "indoc",
5813 "markup5ever_rcdom",
5814 "pretty_assertions",
5815 "regex",
5816]
5817
5818[[package]]
5819name = "http"
5820version = "0.2.12"
5821source = "registry+https://github.com/rust-lang/crates.io-index"
5822checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5823dependencies = [
5824 "bytes 1.9.0",
5825 "fnv",
5826 "itoa",
5827]
5828
5829[[package]]
5830name = "http"
5831version = "1.2.0"
5832source = "registry+https://github.com/rust-lang/crates.io-index"
5833checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
5834dependencies = [
5835 "bytes 1.9.0",
5836 "fnv",
5837 "itoa",
5838]
5839
5840[[package]]
5841name = "http-body"
5842version = "0.4.6"
5843source = "registry+https://github.com/rust-lang/crates.io-index"
5844checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5845dependencies = [
5846 "bytes 1.9.0",
5847 "http 0.2.12",
5848 "pin-project-lite",
5849]
5850
5851[[package]]
5852name = "http-body"
5853version = "1.0.1"
5854source = "registry+https://github.com/rust-lang/crates.io-index"
5855checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5856dependencies = [
5857 "bytes 1.9.0",
5858 "http 1.2.0",
5859]
5860
5861[[package]]
5862name = "http-body-util"
5863version = "0.1.2"
5864source = "registry+https://github.com/rust-lang/crates.io-index"
5865checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5866dependencies = [
5867 "bytes 1.9.0",
5868 "futures-util",
5869 "http 1.2.0",
5870 "http-body 1.0.1",
5871 "pin-project-lite",
5872]
5873
5874[[package]]
5875name = "http-range-header"
5876version = "0.3.1"
5877source = "registry+https://github.com/rust-lang/crates.io-index"
5878checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5879
5880[[package]]
5881name = "http-types"
5882version = "2.12.0"
5883source = "registry+https://github.com/rust-lang/crates.io-index"
5884checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5885dependencies = [
5886 "anyhow",
5887 "async-channel 1.9.0",
5888 "base64 0.13.1",
5889 "futures-lite 1.13.0",
5890 "http 0.2.12",
5891 "infer",
5892 "pin-project-lite",
5893 "rand 0.7.3",
5894 "serde",
5895 "serde_json",
5896 "serde_qs 0.8.5",
5897 "serde_urlencoded",
5898 "url",
5899]
5900
5901[[package]]
5902name = "http_client"
5903version = "0.1.0"
5904dependencies = [
5905 "anyhow",
5906 "bytes 1.9.0",
5907 "derive_more",
5908 "futures 0.3.31",
5909 "http 1.2.0",
5910 "log",
5911 "serde",
5912 "serde_json",
5913 "url",
5914]
5915
5916[[package]]
5917name = "httparse"
5918version = "1.9.5"
5919source = "registry+https://github.com/rust-lang/crates.io-index"
5920checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
5921
5922[[package]]
5923name = "httpdate"
5924version = "1.0.3"
5925source = "registry+https://github.com/rust-lang/crates.io-index"
5926checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5927
5928[[package]]
5929name = "human_bytes"
5930version = "0.4.3"
5931source = "registry+https://github.com/rust-lang/crates.io-index"
5932checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5933
5934[[package]]
5935name = "humantime"
5936version = "2.1.0"
5937source = "registry+https://github.com/rust-lang/crates.io-index"
5938checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5939
5940[[package]]
5941name = "hyper"
5942version = "0.14.32"
5943source = "registry+https://github.com/rust-lang/crates.io-index"
5944checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
5945dependencies = [
5946 "bytes 1.9.0",
5947 "futures-channel",
5948 "futures-core",
5949 "futures-util",
5950 "h2 0.3.26",
5951 "http 0.2.12",
5952 "http-body 0.4.6",
5953 "httparse",
5954 "httpdate",
5955 "itoa",
5956 "pin-project-lite",
5957 "socket2",
5958 "tokio",
5959 "tower-service",
5960 "tracing",
5961 "want",
5962]
5963
5964[[package]]
5965name = "hyper"
5966version = "1.5.1"
5967source = "registry+https://github.com/rust-lang/crates.io-index"
5968checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
5969dependencies = [
5970 "bytes 1.9.0",
5971 "futures-channel",
5972 "futures-util",
5973 "h2 0.4.7",
5974 "http 1.2.0",
5975 "http-body 1.0.1",
5976 "httparse",
5977 "itoa",
5978 "pin-project-lite",
5979 "smallvec",
5980 "tokio",
5981 "want",
5982]
5983
5984[[package]]
5985name = "hyper-rustls"
5986version = "0.24.2"
5987source = "registry+https://github.com/rust-lang/crates.io-index"
5988checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5989dependencies = [
5990 "futures-util",
5991 "http 0.2.12",
5992 "hyper 0.14.32",
5993 "log",
5994 "rustls 0.21.12",
5995 "rustls-native-certs 0.6.3",
5996 "tokio",
5997 "tokio-rustls 0.24.1",
5998]
5999
6000[[package]]
6001name = "hyper-rustls"
6002version = "0.27.3"
6003source = "registry+https://github.com/rust-lang/crates.io-index"
6004checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6005dependencies = [
6006 "futures-util",
6007 "http 1.2.0",
6008 "hyper 1.5.1",
6009 "hyper-util",
6010 "rustls 0.23.20",
6011 "rustls-native-certs 0.8.1",
6012 "rustls-pki-types",
6013 "tokio",
6014 "tokio-rustls 0.26.1",
6015 "tower-service",
6016]
6017
6018[[package]]
6019name = "hyper-tls"
6020version = "0.5.0"
6021source = "registry+https://github.com/rust-lang/crates.io-index"
6022checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6023dependencies = [
6024 "bytes 1.9.0",
6025 "hyper 0.14.32",
6026 "native-tls",
6027 "tokio",
6028 "tokio-native-tls",
6029]
6030
6031[[package]]
6032name = "hyper-util"
6033version = "0.1.10"
6034source = "registry+https://github.com/rust-lang/crates.io-index"
6035checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6036dependencies = [
6037 "bytes 1.9.0",
6038 "futures-channel",
6039 "futures-util",
6040 "http 1.2.0",
6041 "http-body 1.0.1",
6042 "hyper 1.5.1",
6043 "pin-project-lite",
6044 "socket2",
6045 "tokio",
6046 "tower-service",
6047 "tracing",
6048]
6049
6050[[package]]
6051name = "iana-time-zone"
6052version = "0.1.61"
6053source = "registry+https://github.com/rust-lang/crates.io-index"
6054checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6055dependencies = [
6056 "android_system_properties",
6057 "core-foundation-sys",
6058 "iana-time-zone-haiku",
6059 "js-sys",
6060 "wasm-bindgen",
6061 "windows-core 0.52.0",
6062]
6063
6064[[package]]
6065name = "iana-time-zone-haiku"
6066version = "0.1.2"
6067source = "registry+https://github.com/rust-lang/crates.io-index"
6068checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6069dependencies = [
6070 "cc",
6071]
6072
6073[[package]]
6074name = "icu_collections"
6075version = "1.5.0"
6076source = "registry+https://github.com/rust-lang/crates.io-index"
6077checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6078dependencies = [
6079 "displaydoc",
6080 "yoke",
6081 "zerofrom",
6082 "zerovec",
6083]
6084
6085[[package]]
6086name = "icu_locid"
6087version = "1.5.0"
6088source = "registry+https://github.com/rust-lang/crates.io-index"
6089checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6090dependencies = [
6091 "displaydoc",
6092 "litemap",
6093 "tinystr",
6094 "writeable",
6095 "zerovec",
6096]
6097
6098[[package]]
6099name = "icu_locid_transform"
6100version = "1.5.0"
6101source = "registry+https://github.com/rust-lang/crates.io-index"
6102checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6103dependencies = [
6104 "displaydoc",
6105 "icu_locid",
6106 "icu_locid_transform_data",
6107 "icu_provider",
6108 "tinystr",
6109 "zerovec",
6110]
6111
6112[[package]]
6113name = "icu_locid_transform_data"
6114version = "1.5.0"
6115source = "registry+https://github.com/rust-lang/crates.io-index"
6116checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6117
6118[[package]]
6119name = "icu_normalizer"
6120version = "1.5.0"
6121source = "registry+https://github.com/rust-lang/crates.io-index"
6122checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6123dependencies = [
6124 "displaydoc",
6125 "icu_collections",
6126 "icu_normalizer_data",
6127 "icu_properties",
6128 "icu_provider",
6129 "smallvec",
6130 "utf16_iter",
6131 "utf8_iter",
6132 "write16",
6133 "zerovec",
6134]
6135
6136[[package]]
6137name = "icu_normalizer_data"
6138version = "1.5.0"
6139source = "registry+https://github.com/rust-lang/crates.io-index"
6140checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6141
6142[[package]]
6143name = "icu_properties"
6144version = "1.5.1"
6145source = "registry+https://github.com/rust-lang/crates.io-index"
6146checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6147dependencies = [
6148 "displaydoc",
6149 "icu_collections",
6150 "icu_locid_transform",
6151 "icu_properties_data",
6152 "icu_provider",
6153 "tinystr",
6154 "zerovec",
6155]
6156
6157[[package]]
6158name = "icu_properties_data"
6159version = "1.5.0"
6160source = "registry+https://github.com/rust-lang/crates.io-index"
6161checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6162
6163[[package]]
6164name = "icu_provider"
6165version = "1.5.0"
6166source = "registry+https://github.com/rust-lang/crates.io-index"
6167checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6168dependencies = [
6169 "displaydoc",
6170 "icu_locid",
6171 "icu_provider_macros",
6172 "stable_deref_trait",
6173 "tinystr",
6174 "writeable",
6175 "yoke",
6176 "zerofrom",
6177 "zerovec",
6178]
6179
6180[[package]]
6181name = "icu_provider_macros"
6182version = "1.5.0"
6183source = "registry+https://github.com/rust-lang/crates.io-index"
6184checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6185dependencies = [
6186 "proc-macro2",
6187 "quote",
6188 "syn 2.0.90",
6189]
6190
6191[[package]]
6192name = "id-arena"
6193version = "2.2.1"
6194source = "registry+https://github.com/rust-lang/crates.io-index"
6195checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6196
6197[[package]]
6198name = "idna"
6199version = "1.0.3"
6200source = "registry+https://github.com/rust-lang/crates.io-index"
6201checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6202dependencies = [
6203 "idna_adapter",
6204 "smallvec",
6205 "utf8_iter",
6206]
6207
6208[[package]]
6209name = "idna_adapter"
6210version = "1.2.0"
6211source = "registry+https://github.com/rust-lang/crates.io-index"
6212checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6213dependencies = [
6214 "icu_normalizer",
6215 "icu_properties",
6216]
6217
6218[[package]]
6219name = "ignore"
6220version = "0.4.23"
6221source = "registry+https://github.com/rust-lang/crates.io-index"
6222checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6223dependencies = [
6224 "crossbeam-deque",
6225 "globset",
6226 "log",
6227 "memchr",
6228 "regex-automata 0.4.9",
6229 "same-file",
6230 "walkdir",
6231 "winapi-util",
6232]
6233
6234[[package]]
6235name = "image"
6236version = "0.25.5"
6237source = "registry+https://github.com/rust-lang/crates.io-index"
6238checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6239dependencies = [
6240 "bytemuck",
6241 "byteorder-lite",
6242 "color_quant",
6243 "exr",
6244 "gif",
6245 "image-webp",
6246 "num-traits",
6247 "png",
6248 "qoi",
6249 "ravif",
6250 "rayon",
6251 "rgb",
6252 "tiff",
6253 "zune-core",
6254 "zune-jpeg",
6255]
6256
6257[[package]]
6258name = "image-webp"
6259version = "0.2.0"
6260source = "registry+https://github.com/rust-lang/crates.io-index"
6261checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6262dependencies = [
6263 "byteorder-lite",
6264 "quick-error",
6265]
6266
6267[[package]]
6268name = "image_viewer"
6269version = "0.1.0"
6270dependencies = [
6271 "anyhow",
6272 "db",
6273 "editor",
6274 "file_icons",
6275 "gpui",
6276 "project",
6277 "settings",
6278 "theme",
6279 "ui",
6280 "util",
6281 "workspace",
6282]
6283
6284[[package]]
6285name = "imagesize"
6286version = "0.13.0"
6287source = "registry+https://github.com/rust-lang/crates.io-index"
6288checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6289
6290[[package]]
6291name = "imgref"
6292version = "1.11.0"
6293source = "registry+https://github.com/rust-lang/crates.io-index"
6294checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6295
6296[[package]]
6297name = "indexed_docs"
6298version = "0.1.0"
6299dependencies = [
6300 "anyhow",
6301 "async-trait",
6302 "cargo_metadata",
6303 "collections",
6304 "derive_more",
6305 "extension",
6306 "fs",
6307 "futures 0.3.31",
6308 "fuzzy",
6309 "gpui",
6310 "heed",
6311 "html_to_markdown",
6312 "http_client",
6313 "indexmap",
6314 "indoc",
6315 "parking_lot",
6316 "paths",
6317 "pretty_assertions",
6318 "serde",
6319 "strum",
6320 "util",
6321]
6322
6323[[package]]
6324name = "indexmap"
6325version = "2.7.1"
6326source = "registry+https://github.com/rust-lang/crates.io-index"
6327checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6328dependencies = [
6329 "equivalent",
6330 "hashbrown 0.15.2",
6331 "serde",
6332]
6333
6334[[package]]
6335name = "indoc"
6336version = "2.0.5"
6337source = "registry+https://github.com/rust-lang/crates.io-index"
6338checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6339
6340[[package]]
6341name = "infer"
6342version = "0.2.3"
6343source = "registry+https://github.com/rust-lang/crates.io-index"
6344checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6345
6346[[package]]
6347name = "inherent"
6348version = "1.0.11"
6349source = "registry+https://github.com/rust-lang/crates.io-index"
6350checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6351dependencies = [
6352 "proc-macro2",
6353 "quote",
6354 "syn 2.0.90",
6355]
6356
6357[[package]]
6358name = "inline_completion"
6359version = "0.1.0"
6360dependencies = [
6361 "gpui",
6362 "language",
6363]
6364
6365[[package]]
6366name = "inline_completion_button"
6367version = "0.1.0"
6368dependencies = [
6369 "anyhow",
6370 "client",
6371 "copilot",
6372 "editor",
6373 "feature_flags",
6374 "fs",
6375 "futures 0.3.31",
6376 "gpui",
6377 "indoc",
6378 "inline_completion",
6379 "language",
6380 "lsp",
6381 "paths",
6382 "project",
6383 "serde_json",
6384 "settings",
6385 "supermaven",
6386 "theme",
6387 "ui",
6388 "workspace",
6389 "zed_actions",
6390 "zed_predict_tos",
6391 "zeta",
6392]
6393
6394[[package]]
6395name = "inotify"
6396version = "0.9.6"
6397source = "registry+https://github.com/rust-lang/crates.io-index"
6398checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6399dependencies = [
6400 "bitflags 1.3.2",
6401 "inotify-sys",
6402 "libc",
6403]
6404
6405[[package]]
6406name = "inotify-sys"
6407version = "0.1.5"
6408source = "registry+https://github.com/rust-lang/crates.io-index"
6409checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6410dependencies = [
6411 "libc",
6412]
6413
6414[[package]]
6415name = "inout"
6416version = "0.1.3"
6417source = "registry+https://github.com/rust-lang/crates.io-index"
6418checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6419dependencies = [
6420 "block-padding",
6421 "generic-array",
6422]
6423
6424[[package]]
6425name = "install_cli"
6426version = "0.1.0"
6427dependencies = [
6428 "anyhow",
6429 "gpui",
6430 "smol",
6431 "util",
6432]
6433
6434[[package]]
6435name = "instant"
6436version = "0.1.13"
6437source = "registry+https://github.com/rust-lang/crates.io-index"
6438checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6439dependencies = [
6440 "cfg-if",
6441]
6442
6443[[package]]
6444name = "interpolate_name"
6445version = "0.2.4"
6446source = "registry+https://github.com/rust-lang/crates.io-index"
6447checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6448dependencies = [
6449 "proc-macro2",
6450 "quote",
6451 "syn 2.0.90",
6452]
6453
6454[[package]]
6455name = "io-extras"
6456version = "0.18.4"
6457source = "registry+https://github.com/rust-lang/crates.io-index"
6458checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6459dependencies = [
6460 "io-lifetimes",
6461 "windows-sys 0.59.0",
6462]
6463
6464[[package]]
6465name = "io-lifetimes"
6466version = "2.0.4"
6467source = "registry+https://github.com/rust-lang/crates.io-index"
6468checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6469
6470[[package]]
6471name = "iovec"
6472version = "0.1.4"
6473source = "registry+https://github.com/rust-lang/crates.io-index"
6474checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6475dependencies = [
6476 "libc",
6477]
6478
6479[[package]]
6480name = "ipc-channel"
6481version = "0.19.0"
6482source = "registry+https://github.com/rust-lang/crates.io-index"
6483checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6484dependencies = [
6485 "bincode",
6486 "crossbeam-channel",
6487 "fnv",
6488 "lazy_static",
6489 "libc",
6490 "mio 1.0.3",
6491 "rand 0.8.5",
6492 "serde",
6493 "tempfile",
6494 "uuid",
6495 "windows 0.58.0",
6496]
6497
6498[[package]]
6499name = "ipnet"
6500version = "2.10.1"
6501source = "registry+https://github.com/rust-lang/crates.io-index"
6502checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6503
6504[[package]]
6505name = "is-docker"
6506version = "0.2.0"
6507source = "registry+https://github.com/rust-lang/crates.io-index"
6508checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6509dependencies = [
6510 "once_cell",
6511]
6512
6513[[package]]
6514name = "is-terminal"
6515version = "0.4.13"
6516source = "registry+https://github.com/rust-lang/crates.io-index"
6517checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6518dependencies = [
6519 "hermit-abi 0.4.0",
6520 "libc",
6521 "windows-sys 0.52.0",
6522]
6523
6524[[package]]
6525name = "is-wsl"
6526version = "0.4.0"
6527source = "registry+https://github.com/rust-lang/crates.io-index"
6528checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6529dependencies = [
6530 "is-docker",
6531 "once_cell",
6532]
6533
6534[[package]]
6535name = "is_terminal_polyfill"
6536version = "1.70.1"
6537source = "registry+https://github.com/rust-lang/crates.io-index"
6538checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6539
6540[[package]]
6541name = "itertools"
6542version = "0.10.5"
6543source = "registry+https://github.com/rust-lang/crates.io-index"
6544checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6545dependencies = [
6546 "either",
6547]
6548
6549[[package]]
6550name = "itertools"
6551version = "0.11.0"
6552source = "registry+https://github.com/rust-lang/crates.io-index"
6553checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6554dependencies = [
6555 "either",
6556]
6557
6558[[package]]
6559name = "itertools"
6560version = "0.12.1"
6561source = "registry+https://github.com/rust-lang/crates.io-index"
6562checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6563dependencies = [
6564 "either",
6565]
6566
6567[[package]]
6568name = "itertools"
6569version = "0.14.0"
6570source = "registry+https://github.com/rust-lang/crates.io-index"
6571checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6572dependencies = [
6573 "either",
6574]
6575
6576[[package]]
6577name = "itoa"
6578version = "1.0.14"
6579source = "registry+https://github.com/rust-lang/crates.io-index"
6580checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6581
6582[[package]]
6583name = "jni"
6584version = "0.21.1"
6585source = "registry+https://github.com/rust-lang/crates.io-index"
6586checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6587dependencies = [
6588 "cesu8",
6589 "cfg-if",
6590 "combine",
6591 "jni-sys",
6592 "log",
6593 "thiserror 1.0.69",
6594 "walkdir",
6595 "windows-sys 0.45.0",
6596]
6597
6598[[package]]
6599name = "jni-sys"
6600version = "0.3.0"
6601source = "registry+https://github.com/rust-lang/crates.io-index"
6602checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6603
6604[[package]]
6605name = "jobserver"
6606version = "0.1.32"
6607source = "registry+https://github.com/rust-lang/crates.io-index"
6608checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6609dependencies = [
6610 "libc",
6611]
6612
6613[[package]]
6614name = "journal"
6615version = "0.1.0"
6616dependencies = [
6617 "anyhow",
6618 "chrono",
6619 "editor",
6620 "gpui",
6621 "log",
6622 "schemars",
6623 "serde",
6624 "settings",
6625 "shellexpand 2.1.2",
6626 "workspace",
6627]
6628
6629[[package]]
6630name = "jpeg-decoder"
6631version = "0.3.1"
6632source = "registry+https://github.com/rust-lang/crates.io-index"
6633checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6634
6635[[package]]
6636name = "js-sys"
6637version = "0.3.76"
6638source = "registry+https://github.com/rust-lang/crates.io-index"
6639checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6640dependencies = [
6641 "once_cell",
6642 "wasm-bindgen",
6643]
6644
6645[[package]]
6646name = "jsonwebtoken"
6647version = "9.3.0"
6648source = "registry+https://github.com/rust-lang/crates.io-index"
6649checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6650dependencies = [
6651 "base64 0.21.7",
6652 "js-sys",
6653 "pem",
6654 "ring",
6655 "serde",
6656 "serde_json",
6657 "simple_asn1",
6658]
6659
6660[[package]]
6661name = "jupyter-protocol"
6662version = "0.6.0"
6663source = "registry+https://github.com/rust-lang/crates.io-index"
6664checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6665dependencies = [
6666 "anyhow",
6667 "async-trait",
6668 "bytes 1.9.0",
6669 "chrono",
6670 "futures 0.3.31",
6671 "serde",
6672 "serde_json",
6673 "uuid",
6674]
6675
6676[[package]]
6677name = "jupyter-websocket-client"
6678version = "0.9.0"
6679source = "registry+https://github.com/rust-lang/crates.io-index"
6680checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6681dependencies = [
6682 "anyhow",
6683 "async-trait",
6684 "async-tungstenite 0.28.2",
6685 "futures 0.3.31",
6686 "jupyter-protocol",
6687 "serde",
6688 "serde_json",
6689 "url",
6690 "uuid",
6691]
6692
6693[[package]]
6694name = "khronos-egl"
6695version = "6.0.0"
6696source = "registry+https://github.com/rust-lang/crates.io-index"
6697checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6698dependencies = [
6699 "libc",
6700 "libloading",
6701]
6702
6703[[package]]
6704name = "kqueue"
6705version = "1.0.8"
6706source = "registry+https://github.com/rust-lang/crates.io-index"
6707checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6708dependencies = [
6709 "kqueue-sys",
6710 "libc",
6711]
6712
6713[[package]]
6714name = "kqueue-sys"
6715version = "1.0.4"
6716source = "registry+https://github.com/rust-lang/crates.io-index"
6717checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6718dependencies = [
6719 "bitflags 1.3.2",
6720 "libc",
6721]
6722
6723[[package]]
6724name = "kurbo"
6725version = "0.11.1"
6726source = "registry+https://github.com/rust-lang/crates.io-index"
6727checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6728dependencies = [
6729 "arrayvec",
6730 "smallvec",
6731]
6732
6733[[package]]
6734name = "kv-log-macro"
6735version = "1.0.7"
6736source = "registry+https://github.com/rust-lang/crates.io-index"
6737checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6738dependencies = [
6739 "log",
6740]
6741
6742[[package]]
6743name = "language"
6744version = "0.1.0"
6745dependencies = [
6746 "anyhow",
6747 "async-trait",
6748 "async-watch",
6749 "clock",
6750 "collections",
6751 "ctor",
6752 "ec4rs",
6753 "env_logger 0.11.6",
6754 "fs",
6755 "futures 0.3.31",
6756 "fuzzy",
6757 "globset",
6758 "gpui",
6759 "http_client",
6760 "indoc",
6761 "itertools 0.14.0",
6762 "log",
6763 "lsp",
6764 "parking_lot",
6765 "postage",
6766 "pretty_assertions",
6767 "pulldown-cmark 0.12.2",
6768 "rand 0.8.5",
6769 "regex",
6770 "rpc",
6771 "schemars",
6772 "serde",
6773 "serde_json",
6774 "settings",
6775 "similar",
6776 "smallvec",
6777 "smol",
6778 "strsim",
6779 "sum_tree",
6780 "task",
6781 "text",
6782 "theme",
6783 "tree-sitter",
6784 "tree-sitter-elixir",
6785 "tree-sitter-embedded-template",
6786 "tree-sitter-heex",
6787 "tree-sitter-html",
6788 "tree-sitter-json",
6789 "tree-sitter-md",
6790 "tree-sitter-ruby",
6791 "tree-sitter-rust",
6792 "tree-sitter-typescript",
6793 "unicase",
6794 "unindent",
6795 "util",
6796]
6797
6798[[package]]
6799name = "language_extension"
6800version = "0.1.0"
6801dependencies = [
6802 "anyhow",
6803 "async-trait",
6804 "collections",
6805 "extension",
6806 "fs",
6807 "futures 0.3.31",
6808 "gpui",
6809 "language",
6810 "lsp",
6811 "serde",
6812 "serde_json",
6813 "util",
6814]
6815
6816[[package]]
6817name = "language_model"
6818version = "0.1.0"
6819dependencies = [
6820 "anthropic",
6821 "anyhow",
6822 "base64 0.22.1",
6823 "collections",
6824 "deepseek",
6825 "futures 0.3.31",
6826 "google_ai",
6827 "gpui",
6828 "http_client",
6829 "image",
6830 "lmstudio",
6831 "log",
6832 "ollama",
6833 "open_ai",
6834 "parking_lot",
6835 "proto",
6836 "schemars",
6837 "serde",
6838 "serde_json",
6839 "smol",
6840 "strum",
6841 "ui",
6842 "util",
6843]
6844
6845[[package]]
6846name = "language_model_selector"
6847version = "0.1.0"
6848dependencies = [
6849 "feature_flags",
6850 "gpui",
6851 "language_model",
6852 "picker",
6853 "proto",
6854 "ui",
6855 "workspace",
6856 "zed_actions",
6857]
6858
6859[[package]]
6860name = "language_models"
6861version = "0.1.0"
6862dependencies = [
6863 "anthropic",
6864 "anyhow",
6865 "client",
6866 "collections",
6867 "copilot",
6868 "deepseek",
6869 "editor",
6870 "feature_flags",
6871 "fs",
6872 "futures 0.3.31",
6873 "google_ai",
6874 "gpui",
6875 "http_client",
6876 "language_model",
6877 "lmstudio",
6878 "menu",
6879 "ollama",
6880 "open_ai",
6881 "project",
6882 "proto",
6883 "schemars",
6884 "serde",
6885 "serde_json",
6886 "settings",
6887 "smol",
6888 "strum",
6889 "telemetry_events",
6890 "theme",
6891 "thiserror 1.0.69",
6892 "tiktoken-rs",
6893 "ui",
6894 "util",
6895]
6896
6897[[package]]
6898name = "language_selector"
6899version = "0.1.0"
6900dependencies = [
6901 "anyhow",
6902 "editor",
6903 "file_finder",
6904 "file_icons",
6905 "fuzzy",
6906 "gpui",
6907 "language",
6908 "picker",
6909 "project",
6910 "settings",
6911 "ui",
6912 "util",
6913 "workspace",
6914]
6915
6916[[package]]
6917name = "language_tools"
6918version = "0.1.0"
6919dependencies = [
6920 "anyhow",
6921 "client",
6922 "collections",
6923 "copilot",
6924 "editor",
6925 "env_logger 0.11.6",
6926 "futures 0.3.31",
6927 "gpui",
6928 "itertools 0.14.0",
6929 "language",
6930 "lsp",
6931 "project",
6932 "release_channel",
6933 "serde_json",
6934 "settings",
6935 "theme",
6936 "tree-sitter",
6937 "ui",
6938 "util",
6939 "workspace",
6940 "zed_actions",
6941]
6942
6943[[package]]
6944name = "languages"
6945version = "0.1.0"
6946dependencies = [
6947 "anyhow",
6948 "async-compression",
6949 "async-tar",
6950 "async-trait",
6951 "collections",
6952 "futures 0.3.31",
6953 "gpui",
6954 "http_client",
6955 "language",
6956 "log",
6957 "lsp",
6958 "node_runtime",
6959 "paths",
6960 "pet",
6961 "pet-conda",
6962 "pet-core",
6963 "pet-fs",
6964 "pet-poetry",
6965 "pet-reporter",
6966 "project",
6967 "regex",
6968 "rope",
6969 "rust-embed",
6970 "serde",
6971 "serde_json",
6972 "settings",
6973 "smol",
6974 "snippet_provider",
6975 "task",
6976 "text",
6977 "theme",
6978 "toml 0.8.19",
6979 "tree-sitter",
6980 "tree-sitter-bash",
6981 "tree-sitter-c",
6982 "tree-sitter-cpp",
6983 "tree-sitter-css",
6984 "tree-sitter-diff",
6985 "tree-sitter-go",
6986 "tree-sitter-gomod",
6987 "tree-sitter-gowork",
6988 "tree-sitter-jsdoc",
6989 "tree-sitter-json",
6990 "tree-sitter-md",
6991 "tree-sitter-python",
6992 "tree-sitter-regex",
6993 "tree-sitter-rust",
6994 "tree-sitter-typescript",
6995 "tree-sitter-yaml",
6996 "unindent",
6997 "util",
6998 "workspace",
6999]
7000
7001[[package]]
7002name = "lazy_static"
7003version = "1.5.0"
7004source = "registry+https://github.com/rust-lang/crates.io-index"
7005checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7006dependencies = [
7007 "spin",
7008]
7009
7010[[package]]
7011name = "leb128"
7012version = "0.2.5"
7013source = "registry+https://github.com/rust-lang/crates.io-index"
7014checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7015
7016[[package]]
7017name = "lebe"
7018version = "0.5.2"
7019source = "registry+https://github.com/rust-lang/crates.io-index"
7020checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7021
7022[[package]]
7023name = "libc"
7024version = "0.2.169"
7025source = "registry+https://github.com/rust-lang/crates.io-index"
7026checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
7027
7028[[package]]
7029name = "libdbus-sys"
7030version = "0.2.5"
7031source = "registry+https://github.com/rust-lang/crates.io-index"
7032checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7033dependencies = [
7034 "cc",
7035 "pkg-config",
7036]
7037
7038[[package]]
7039name = "libfuzzer-sys"
7040version = "0.4.8"
7041source = "registry+https://github.com/rust-lang/crates.io-index"
7042checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7043dependencies = [
7044 "arbitrary",
7045 "cc",
7046]
7047
7048[[package]]
7049name = "libgit2-sys"
7050version = "0.18.0+1.9.0"
7051source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
7052dependencies = [
7053 "cc",
7054 "libc",
7055 "libz-sys",
7056 "pkg-config",
7057]
7058
7059[[package]]
7060name = "libloading"
7061version = "0.8.6"
7062source = "registry+https://github.com/rust-lang/crates.io-index"
7063checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7064dependencies = [
7065 "cfg-if",
7066 "windows-targets 0.48.5",
7067]
7068
7069[[package]]
7070name = "libm"
7071version = "0.2.11"
7072source = "registry+https://github.com/rust-lang/crates.io-index"
7073checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7074
7075[[package]]
7076name = "libmimalloc-sys"
7077version = "0.1.39"
7078source = "registry+https://github.com/rust-lang/crates.io-index"
7079checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7080dependencies = [
7081 "cc",
7082 "libc",
7083]
7084
7085[[package]]
7086name = "libredox"
7087version = "0.1.3"
7088source = "registry+https://github.com/rust-lang/crates.io-index"
7089checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7090dependencies = [
7091 "bitflags 2.8.0",
7092 "libc",
7093 "redox_syscall 0.5.8",
7094]
7095
7096[[package]]
7097name = "libsqlite3-sys"
7098version = "0.30.1"
7099source = "registry+https://github.com/rust-lang/crates.io-index"
7100checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7101dependencies = [
7102 "cc",
7103 "pkg-config",
7104 "vcpkg",
7105]
7106
7107[[package]]
7108name = "libwebrtc"
7109version = "0.3.7"
7110source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7111dependencies = [
7112 "cxx",
7113 "jni",
7114 "js-sys",
7115 "lazy_static",
7116 "livekit-protocol",
7117 "livekit-runtime",
7118 "log",
7119 "parking_lot",
7120 "serde",
7121 "serde_json",
7122 "thiserror 1.0.69",
7123 "tokio",
7124 "wasm-bindgen",
7125 "wasm-bindgen-futures",
7126 "web-sys",
7127 "webrtc-sys",
7128]
7129
7130[[package]]
7131name = "libz-sys"
7132version = "1.1.20"
7133source = "registry+https://github.com/rust-lang/crates.io-index"
7134checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7135dependencies = [
7136 "cc",
7137 "libc",
7138 "pkg-config",
7139 "vcpkg",
7140]
7141
7142[[package]]
7143name = "link-cplusplus"
7144version = "1.0.9"
7145source = "registry+https://github.com/rust-lang/crates.io-index"
7146checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7147dependencies = [
7148 "cc",
7149]
7150
7151[[package]]
7152name = "linkify"
7153version = "0.10.0"
7154source = "registry+https://github.com/rust-lang/crates.io-index"
7155checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7156dependencies = [
7157 "memchr",
7158]
7159
7160[[package]]
7161name = "linkme"
7162version = "0.3.31"
7163source = "registry+https://github.com/rust-lang/crates.io-index"
7164checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
7165dependencies = [
7166 "linkme-impl",
7167]
7168
7169[[package]]
7170name = "linkme-impl"
7171version = "0.3.31"
7172source = "registry+https://github.com/rust-lang/crates.io-index"
7173checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
7174dependencies = [
7175 "proc-macro2",
7176 "quote",
7177 "syn 2.0.90",
7178]
7179
7180[[package]]
7181name = "linux-raw-sys"
7182version = "0.4.14"
7183source = "registry+https://github.com/rust-lang/crates.io-index"
7184checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7185
7186[[package]]
7187name = "litemap"
7188version = "0.7.4"
7189source = "registry+https://github.com/rust-lang/crates.io-index"
7190checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7191
7192[[package]]
7193name = "livekit"
7194version = "0.7.0"
7195source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7196dependencies = [
7197 "chrono",
7198 "futures-util",
7199 "lazy_static",
7200 "libwebrtc",
7201 "livekit-api",
7202 "livekit-protocol",
7203 "livekit-runtime",
7204 "log",
7205 "parking_lot",
7206 "prost 0.12.6",
7207 "semver",
7208 "serde",
7209 "serde_json",
7210 "thiserror 1.0.69",
7211 "tokio",
7212]
7213
7214[[package]]
7215name = "livekit-api"
7216version = "0.4.1"
7217source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7218dependencies = [
7219 "async-tungstenite 0.25.1",
7220 "futures-util",
7221 "http 0.2.12",
7222 "jsonwebtoken",
7223 "livekit-protocol",
7224 "livekit-runtime",
7225 "log",
7226 "parking_lot",
7227 "prost 0.12.6",
7228 "reqwest 0.11.27",
7229 "scopeguard",
7230 "serde",
7231 "serde_json",
7232 "sha2",
7233 "thiserror 1.0.69",
7234 "tokio",
7235 "tokio-tungstenite 0.20.1",
7236 "url",
7237]
7238
7239[[package]]
7240name = "livekit-protocol"
7241version = "0.3.6"
7242source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7243dependencies = [
7244 "futures-util",
7245 "livekit-runtime",
7246 "parking_lot",
7247 "pbjson",
7248 "pbjson-types",
7249 "prost 0.12.6",
7250 "prost-types 0.12.6",
7251 "serde",
7252 "thiserror 1.0.69",
7253 "tokio",
7254]
7255
7256[[package]]
7257name = "livekit-runtime"
7258version = "0.3.1"
7259source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7260dependencies = [
7261 "async-io",
7262 "async-std",
7263 "async-task",
7264 "futures 0.3.31",
7265]
7266
7267[[package]]
7268name = "livekit_client"
7269version = "0.1.0"
7270dependencies = [
7271 "anyhow",
7272 "async-trait",
7273 "collections",
7274 "core-foundation 0.9.4",
7275 "coreaudio-rs 0.12.1",
7276 "cpal",
7277 "futures 0.3.31",
7278 "gpui",
7279 "http 0.2.12",
7280 "http_client",
7281 "image",
7282 "livekit",
7283 "livekit_server",
7284 "log",
7285 "media",
7286 "nanoid",
7287 "parking_lot",
7288 "postage",
7289 "serde",
7290 "serde_json",
7291 "sha2",
7292 "simplelog",
7293 "smallvec",
7294 "util",
7295]
7296
7297[[package]]
7298name = "livekit_client_macos"
7299version = "0.1.0"
7300dependencies = [
7301 "anyhow",
7302 "async-broadcast",
7303 "async-trait",
7304 "collections",
7305 "core-foundation 0.9.4",
7306 "futures 0.3.31",
7307 "gpui",
7308 "livekit_server",
7309 "log",
7310 "media",
7311 "nanoid",
7312 "parking_lot",
7313 "postage",
7314 "serde",
7315 "serde_json",
7316 "sha2",
7317 "simplelog",
7318]
7319
7320[[package]]
7321name = "livekit_server"
7322version = "0.1.0"
7323dependencies = [
7324 "anyhow",
7325 "async-trait",
7326 "jsonwebtoken",
7327 "log",
7328 "prost 0.9.0",
7329 "prost-build 0.9.0",
7330 "prost-types 0.9.0",
7331 "reqwest 0.12.8",
7332 "serde",
7333]
7334
7335[[package]]
7336name = "lmdb-master-sys"
7337version = "0.2.4"
7338source = "registry+https://github.com/rust-lang/crates.io-index"
7339checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7340dependencies = [
7341 "cc",
7342 "doxygen-rs",
7343 "libc",
7344]
7345
7346[[package]]
7347name = "lmstudio"
7348version = "0.1.0"
7349dependencies = [
7350 "anyhow",
7351 "futures 0.3.31",
7352 "http_client",
7353 "schemars",
7354 "serde",
7355 "serde_json",
7356]
7357
7358[[package]]
7359name = "lock_api"
7360version = "0.4.12"
7361source = "registry+https://github.com/rust-lang/crates.io-index"
7362checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7363dependencies = [
7364 "autocfg",
7365 "scopeguard",
7366]
7367
7368[[package]]
7369name = "log"
7370version = "0.4.25"
7371source = "registry+https://github.com/rust-lang/crates.io-index"
7372checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
7373dependencies = [
7374 "serde",
7375 "value-bag",
7376]
7377
7378[[package]]
7379name = "loop9"
7380version = "0.1.5"
7381source = "registry+https://github.com/rust-lang/crates.io-index"
7382checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7383dependencies = [
7384 "imgref",
7385]
7386
7387[[package]]
7388name = "lru"
7389version = "0.12.5"
7390source = "registry+https://github.com/rust-lang/crates.io-index"
7391checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7392dependencies = [
7393 "hashbrown 0.15.2",
7394]
7395
7396[[package]]
7397name = "lsp"
7398version = "0.1.0"
7399dependencies = [
7400 "anyhow",
7401 "async-pipe",
7402 "collections",
7403 "ctor",
7404 "env_logger 0.11.6",
7405 "futures 0.3.31",
7406 "gpui",
7407 "log",
7408 "lsp-types",
7409 "parking_lot",
7410 "postage",
7411 "release_channel",
7412 "schemars",
7413 "serde",
7414 "serde_json",
7415 "smol",
7416 "util",
7417]
7418
7419[[package]]
7420name = "lsp-types"
7421version = "0.95.1"
7422source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
7423dependencies = [
7424 "bitflags 1.3.2",
7425 "serde",
7426 "serde_json",
7427 "serde_repr",
7428 "url",
7429]
7430
7431[[package]]
7432name = "mac"
7433version = "0.1.1"
7434source = "registry+https://github.com/rust-lang/crates.io-index"
7435checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7436
7437[[package]]
7438name = "mach2"
7439version = "0.4.2"
7440source = "registry+https://github.com/rust-lang/crates.io-index"
7441checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7442dependencies = [
7443 "libc",
7444]
7445
7446[[package]]
7447name = "malloc_buf"
7448version = "0.0.6"
7449source = "registry+https://github.com/rust-lang/crates.io-index"
7450checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7451dependencies = [
7452 "libc",
7453]
7454
7455[[package]]
7456name = "maplit"
7457version = "1.0.2"
7458source = "registry+https://github.com/rust-lang/crates.io-index"
7459checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7460
7461[[package]]
7462name = "markdown"
7463version = "0.1.0"
7464dependencies = [
7465 "anyhow",
7466 "assets",
7467 "env_logger 0.11.6",
7468 "futures 0.3.31",
7469 "gpui",
7470 "language",
7471 "languages",
7472 "linkify",
7473 "log",
7474 "node_runtime",
7475 "pulldown-cmark 0.12.2",
7476 "settings",
7477 "theme",
7478 "ui",
7479 "util",
7480]
7481
7482[[package]]
7483name = "markdown_preview"
7484version = "0.1.0"
7485dependencies = [
7486 "anyhow",
7487 "async-recursion 1.1.1",
7488 "collections",
7489 "editor",
7490 "gpui",
7491 "language",
7492 "linkify",
7493 "log",
7494 "pretty_assertions",
7495 "pulldown-cmark 0.12.2",
7496 "settings",
7497 "theme",
7498 "ui",
7499 "util",
7500 "workspace",
7501]
7502
7503[[package]]
7504name = "markup5ever"
7505version = "0.12.1"
7506source = "registry+https://github.com/rust-lang/crates.io-index"
7507checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7508dependencies = [
7509 "log",
7510 "phf",
7511 "phf_codegen",
7512 "string_cache",
7513 "string_cache_codegen",
7514 "tendril",
7515]
7516
7517[[package]]
7518name = "markup5ever_rcdom"
7519version = "0.3.0"
7520source = "registry+https://github.com/rust-lang/crates.io-index"
7521checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7522dependencies = [
7523 "html5ever",
7524 "markup5ever",
7525 "tendril",
7526 "xml5ever",
7527]
7528
7529[[package]]
7530name = "matchers"
7531version = "0.1.0"
7532source = "registry+https://github.com/rust-lang/crates.io-index"
7533checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7534dependencies = [
7535 "regex-automata 0.1.10",
7536]
7537
7538[[package]]
7539name = "matchit"
7540version = "0.7.3"
7541source = "registry+https://github.com/rust-lang/crates.io-index"
7542checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7543
7544[[package]]
7545name = "maybe-owned"
7546version = "0.3.4"
7547source = "registry+https://github.com/rust-lang/crates.io-index"
7548checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7549
7550[[package]]
7551name = "maybe-rayon"
7552version = "0.1.1"
7553source = "registry+https://github.com/rust-lang/crates.io-index"
7554checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7555dependencies = [
7556 "cfg-if",
7557 "rayon",
7558]
7559
7560[[package]]
7561name = "md-5"
7562version = "0.10.6"
7563source = "registry+https://github.com/rust-lang/crates.io-index"
7564checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7565dependencies = [
7566 "cfg-if",
7567 "digest",
7568]
7569
7570[[package]]
7571name = "mdbook"
7572version = "0.4.43"
7573source = "registry+https://github.com/rust-lang/crates.io-index"
7574checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148"
7575dependencies = [
7576 "ammonia",
7577 "anyhow",
7578 "chrono",
7579 "clap",
7580 "clap_complete",
7581 "elasticlunr-rs",
7582 "env_logger 0.11.6",
7583 "futures-util",
7584 "handlebars 6.2.0",
7585 "ignore",
7586 "log",
7587 "memchr",
7588 "notify",
7589 "notify-debouncer-mini",
7590 "once_cell",
7591 "opener",
7592 "pathdiff",
7593 "pulldown-cmark 0.10.3",
7594 "regex",
7595 "serde",
7596 "serde_json",
7597 "shlex",
7598 "tempfile",
7599 "tokio",
7600 "toml 0.5.11",
7601 "topological-sort",
7602 "walkdir",
7603 "warp",
7604]
7605
7606[[package]]
7607name = "media"
7608version = "0.1.0"
7609dependencies = [
7610 "anyhow",
7611 "bindgen",
7612 "core-foundation 0.9.4",
7613 "ctor",
7614 "foreign-types 0.5.0",
7615 "metal",
7616 "objc",
7617]
7618
7619[[package]]
7620name = "memchr"
7621version = "2.7.4"
7622source = "registry+https://github.com/rust-lang/crates.io-index"
7623checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7624
7625[[package]]
7626name = "memfd"
7627version = "0.6.4"
7628source = "registry+https://github.com/rust-lang/crates.io-index"
7629checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7630dependencies = [
7631 "rustix",
7632]
7633
7634[[package]]
7635name = "memmap2"
7636version = "0.9.5"
7637source = "registry+https://github.com/rust-lang/crates.io-index"
7638checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7639dependencies = [
7640 "libc",
7641]
7642
7643[[package]]
7644name = "memoffset"
7645version = "0.9.1"
7646source = "registry+https://github.com/rust-lang/crates.io-index"
7647checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7648dependencies = [
7649 "autocfg",
7650]
7651
7652[[package]]
7653name = "menu"
7654version = "0.1.0"
7655dependencies = [
7656 "gpui",
7657 "serde",
7658]
7659
7660[[package]]
7661name = "metal"
7662version = "0.31.0"
7663source = "registry+https://github.com/rust-lang/crates.io-index"
7664checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
7665dependencies = [
7666 "bitflags 2.8.0",
7667 "block",
7668 "core-graphics-types 0.1.3",
7669 "foreign-types 0.5.0",
7670 "log",
7671 "objc",
7672 "paste",
7673]
7674
7675[[package]]
7676name = "mimalloc"
7677version = "0.1.43"
7678source = "registry+https://github.com/rust-lang/crates.io-index"
7679checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7680dependencies = [
7681 "libmimalloc-sys",
7682]
7683
7684[[package]]
7685name = "mime"
7686version = "0.3.17"
7687source = "registry+https://github.com/rust-lang/crates.io-index"
7688checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7689
7690[[package]]
7691name = "mime_guess"
7692version = "2.0.5"
7693source = "registry+https://github.com/rust-lang/crates.io-index"
7694checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7695dependencies = [
7696 "mime",
7697 "unicase",
7698]
7699
7700[[package]]
7701name = "minimal-lexical"
7702version = "0.2.1"
7703source = "registry+https://github.com/rust-lang/crates.io-index"
7704checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7705
7706[[package]]
7707name = "miniz_oxide"
7708version = "0.8.0"
7709source = "registry+https://github.com/rust-lang/crates.io-index"
7710checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7711dependencies = [
7712 "adler2",
7713 "simd-adler32",
7714]
7715
7716[[package]]
7717name = "mint"
7718version = "0.5.9"
7719source = "registry+https://github.com/rust-lang/crates.io-index"
7720checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7721
7722[[package]]
7723name = "mio"
7724version = "0.8.11"
7725source = "registry+https://github.com/rust-lang/crates.io-index"
7726checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7727dependencies = [
7728 "libc",
7729 "log",
7730 "wasi 0.11.0+wasi-snapshot-preview1",
7731 "windows-sys 0.48.0",
7732]
7733
7734[[package]]
7735name = "mio"
7736version = "1.0.3"
7737source = "registry+https://github.com/rust-lang/crates.io-index"
7738checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
7739dependencies = [
7740 "libc",
7741 "log",
7742 "wasi 0.11.0+wasi-snapshot-preview1",
7743 "windows-sys 0.52.0",
7744]
7745
7746[[package]]
7747name = "miow"
7748version = "0.6.0"
7749source = "registry+https://github.com/rust-lang/crates.io-index"
7750checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7751dependencies = [
7752 "windows-sys 0.48.0",
7753]
7754
7755[[package]]
7756name = "msvc_spectre_libs"
7757version = "0.1.2"
7758source = "registry+https://github.com/rust-lang/crates.io-index"
7759checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7760dependencies = [
7761 "cc",
7762]
7763
7764[[package]]
7765name = "multi_buffer"
7766version = "0.1.0"
7767dependencies = [
7768 "anyhow",
7769 "clock",
7770 "collections",
7771 "ctor",
7772 "env_logger 0.11.6",
7773 "futures 0.3.31",
7774 "git",
7775 "gpui",
7776 "indoc",
7777 "itertools 0.14.0",
7778 "language",
7779 "log",
7780 "parking_lot",
7781 "pretty_assertions",
7782 "project",
7783 "rand 0.8.5",
7784 "rope",
7785 "serde",
7786 "settings",
7787 "smallvec",
7788 "smol",
7789 "sum_tree",
7790 "text",
7791 "theme",
7792 "tree-sitter",
7793 "util",
7794]
7795
7796[[package]]
7797name = "multimap"
7798version = "0.8.3"
7799source = "registry+https://github.com/rust-lang/crates.io-index"
7800checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7801
7802[[package]]
7803name = "multimap"
7804version = "0.10.0"
7805source = "registry+https://github.com/rust-lang/crates.io-index"
7806checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
7807
7808[[package]]
7809name = "naga"
7810version = "23.1.0"
7811source = "registry+https://github.com/rust-lang/crates.io-index"
7812checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
7813dependencies = [
7814 "arrayvec",
7815 "bit-set 0.8.0",
7816 "bitflags 2.8.0",
7817 "cfg_aliases 0.1.1",
7818 "codespan-reporting",
7819 "hexf-parse",
7820 "indexmap",
7821 "log",
7822 "rustc-hash 1.1.0",
7823 "spirv",
7824 "termcolor",
7825 "thiserror 1.0.69",
7826 "unicode-xid",
7827]
7828
7829[[package]]
7830name = "nanoid"
7831version = "0.4.0"
7832source = "registry+https://github.com/rust-lang/crates.io-index"
7833checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7834dependencies = [
7835 "rand 0.8.5",
7836]
7837
7838[[package]]
7839name = "nanorand"
7840version = "0.7.0"
7841source = "registry+https://github.com/rust-lang/crates.io-index"
7842checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7843dependencies = [
7844 "getrandom 0.2.15",
7845]
7846
7847[[package]]
7848name = "native-tls"
7849version = "0.2.12"
7850source = "registry+https://github.com/rust-lang/crates.io-index"
7851checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7852dependencies = [
7853 "libc",
7854 "log",
7855 "openssl",
7856 "openssl-probe",
7857 "openssl-sys",
7858 "schannel",
7859 "security-framework 2.11.1",
7860 "security-framework-sys",
7861 "tempfile",
7862]
7863
7864[[package]]
7865name = "nbformat"
7866version = "0.10.0"
7867source = "registry+https://github.com/rust-lang/crates.io-index"
7868checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
7869dependencies = [
7870 "anyhow",
7871 "chrono",
7872 "jupyter-protocol",
7873 "serde",
7874 "serde_json",
7875 "thiserror 1.0.69",
7876 "uuid",
7877]
7878
7879[[package]]
7880name = "ndk"
7881version = "0.8.0"
7882source = "registry+https://github.com/rust-lang/crates.io-index"
7883checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7884dependencies = [
7885 "bitflags 2.8.0",
7886 "jni-sys",
7887 "log",
7888 "ndk-sys",
7889 "num_enum",
7890 "thiserror 1.0.69",
7891]
7892
7893[[package]]
7894name = "ndk-context"
7895version = "0.1.1"
7896source = "registry+https://github.com/rust-lang/crates.io-index"
7897checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7898
7899[[package]]
7900name = "ndk-sys"
7901version = "0.5.0+25.2.9519653"
7902source = "registry+https://github.com/rust-lang/crates.io-index"
7903checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7904dependencies = [
7905 "jni-sys",
7906]
7907
7908[[package]]
7909name = "new_debug_unreachable"
7910version = "1.0.6"
7911source = "registry+https://github.com/rust-lang/crates.io-index"
7912checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7913
7914[[package]]
7915name = "nix"
7916version = "0.29.0"
7917source = "registry+https://github.com/rust-lang/crates.io-index"
7918checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7919dependencies = [
7920 "bitflags 2.8.0",
7921 "cfg-if",
7922 "cfg_aliases 0.2.1",
7923 "libc",
7924 "memoffset",
7925]
7926
7927[[package]]
7928name = "node_runtime"
7929version = "0.1.0"
7930dependencies = [
7931 "anyhow",
7932 "async-compression",
7933 "async-std",
7934 "async-tar",
7935 "async-trait",
7936 "async-watch",
7937 "async_zip",
7938 "futures 0.3.31",
7939 "http_client",
7940 "log",
7941 "paths",
7942 "semver",
7943 "serde",
7944 "serde_json",
7945 "smol",
7946 "tempfile",
7947 "util",
7948 "walkdir",
7949 "which 6.0.3",
7950]
7951
7952[[package]]
7953name = "nom"
7954version = "7.1.3"
7955source = "registry+https://github.com/rust-lang/crates.io-index"
7956checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7957dependencies = [
7958 "memchr",
7959 "minimal-lexical",
7960]
7961
7962[[package]]
7963name = "noop_proc_macro"
7964version = "0.3.0"
7965source = "registry+https://github.com/rust-lang/crates.io-index"
7966checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7967
7968[[package]]
7969name = "normpath"
7970version = "1.3.0"
7971source = "registry+https://github.com/rust-lang/crates.io-index"
7972checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7973dependencies = [
7974 "windows-sys 0.59.0",
7975]
7976
7977[[package]]
7978name = "notifications"
7979version = "0.1.0"
7980dependencies = [
7981 "anyhow",
7982 "channel",
7983 "client",
7984 "collections",
7985 "db",
7986 "gpui",
7987 "rpc",
7988 "settings",
7989 "sum_tree",
7990 "time",
7991 "util",
7992]
7993
7994[[package]]
7995name = "notify"
7996version = "6.1.1"
7997source = "registry+https://github.com/rust-lang/crates.io-index"
7998checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7999dependencies = [
8000 "bitflags 2.8.0",
8001 "crossbeam-channel",
8002 "filetime",
8003 "fsevent-sys 4.1.0",
8004 "inotify",
8005 "kqueue",
8006 "libc",
8007 "log",
8008 "mio 0.8.11",
8009 "walkdir",
8010 "windows-sys 0.48.0",
8011]
8012
8013[[package]]
8014name = "notify-debouncer-mini"
8015version = "0.4.1"
8016source = "registry+https://github.com/rust-lang/crates.io-index"
8017checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
8018dependencies = [
8019 "crossbeam-channel",
8020 "log",
8021 "notify",
8022]
8023
8024[[package]]
8025name = "ntapi"
8026version = "0.4.1"
8027source = "registry+https://github.com/rust-lang/crates.io-index"
8028checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8029dependencies = [
8030 "winapi",
8031]
8032
8033[[package]]
8034name = "nu-ansi-term"
8035version = "0.46.0"
8036source = "registry+https://github.com/rust-lang/crates.io-index"
8037checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8038dependencies = [
8039 "overload",
8040 "winapi",
8041]
8042
8043[[package]]
8044name = "num"
8045version = "0.4.3"
8046source = "registry+https://github.com/rust-lang/crates.io-index"
8047checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8048dependencies = [
8049 "num-bigint",
8050 "num-complex",
8051 "num-integer",
8052 "num-iter",
8053 "num-rational",
8054 "num-traits",
8055]
8056
8057[[package]]
8058name = "num-bigint"
8059version = "0.4.6"
8060source = "registry+https://github.com/rust-lang/crates.io-index"
8061checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8062dependencies = [
8063 "num-integer",
8064 "num-traits",
8065]
8066
8067[[package]]
8068name = "num-bigint-dig"
8069version = "0.8.4"
8070source = "registry+https://github.com/rust-lang/crates.io-index"
8071checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8072dependencies = [
8073 "byteorder",
8074 "lazy_static",
8075 "libm",
8076 "num-integer",
8077 "num-iter",
8078 "num-traits",
8079 "rand 0.8.5",
8080 "serde",
8081 "smallvec",
8082 "zeroize",
8083]
8084
8085[[package]]
8086name = "num-complex"
8087version = "0.4.6"
8088source = "registry+https://github.com/rust-lang/crates.io-index"
8089checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8090dependencies = [
8091 "num-traits",
8092]
8093
8094[[package]]
8095name = "num-conv"
8096version = "0.1.0"
8097source = "registry+https://github.com/rust-lang/crates.io-index"
8098checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8099
8100[[package]]
8101name = "num-derive"
8102version = "0.4.2"
8103source = "registry+https://github.com/rust-lang/crates.io-index"
8104checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8105dependencies = [
8106 "proc-macro2",
8107 "quote",
8108 "syn 2.0.90",
8109]
8110
8111[[package]]
8112name = "num-format"
8113version = "0.4.4"
8114source = "registry+https://github.com/rust-lang/crates.io-index"
8115checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8116dependencies = [
8117 "arrayvec",
8118 "itoa",
8119]
8120
8121[[package]]
8122name = "num-integer"
8123version = "0.1.46"
8124source = "registry+https://github.com/rust-lang/crates.io-index"
8125checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8126dependencies = [
8127 "num-traits",
8128]
8129
8130[[package]]
8131name = "num-iter"
8132version = "0.1.45"
8133source = "registry+https://github.com/rust-lang/crates.io-index"
8134checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8135dependencies = [
8136 "autocfg",
8137 "num-integer",
8138 "num-traits",
8139]
8140
8141[[package]]
8142name = "num-modular"
8143version = "0.6.1"
8144source = "registry+https://github.com/rust-lang/crates.io-index"
8145checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8146
8147[[package]]
8148name = "num-order"
8149version = "1.2.0"
8150source = "registry+https://github.com/rust-lang/crates.io-index"
8151checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8152dependencies = [
8153 "num-modular",
8154]
8155
8156[[package]]
8157name = "num-rational"
8158version = "0.4.2"
8159source = "registry+https://github.com/rust-lang/crates.io-index"
8160checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8161dependencies = [
8162 "num-bigint",
8163 "num-integer",
8164 "num-traits",
8165]
8166
8167[[package]]
8168name = "num-traits"
8169version = "0.2.19"
8170source = "registry+https://github.com/rust-lang/crates.io-index"
8171checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8172dependencies = [
8173 "autocfg",
8174 "libm",
8175]
8176
8177[[package]]
8178name = "num_cpus"
8179version = "1.16.0"
8180source = "registry+https://github.com/rust-lang/crates.io-index"
8181checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8182dependencies = [
8183 "hermit-abi 0.3.9",
8184 "libc",
8185]
8186
8187[[package]]
8188name = "num_enum"
8189version = "0.7.3"
8190source = "registry+https://github.com/rust-lang/crates.io-index"
8191checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8192dependencies = [
8193 "num_enum_derive",
8194]
8195
8196[[package]]
8197name = "num_enum_derive"
8198version = "0.7.3"
8199source = "registry+https://github.com/rust-lang/crates.io-index"
8200checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8201dependencies = [
8202 "proc-macro-crate",
8203 "proc-macro2",
8204 "quote",
8205 "syn 2.0.90",
8206]
8207
8208[[package]]
8209name = "num_threads"
8210version = "0.1.7"
8211source = "registry+https://github.com/rust-lang/crates.io-index"
8212checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8213dependencies = [
8214 "libc",
8215]
8216
8217[[package]]
8218name = "nvim-rs"
8219version = "0.8.0-pre"
8220source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8221dependencies = [
8222 "async-trait",
8223 "futures 0.3.31",
8224 "log",
8225 "parity-tokio-ipc",
8226 "rmp",
8227 "rmpv",
8228 "tokio",
8229 "tokio-util",
8230 "winapi",
8231]
8232
8233[[package]]
8234name = "objc"
8235version = "0.2.7"
8236source = "registry+https://github.com/rust-lang/crates.io-index"
8237checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8238dependencies = [
8239 "malloc_buf",
8240]
8241
8242[[package]]
8243name = "objc-sys"
8244version = "0.3.5"
8245source = "registry+https://github.com/rust-lang/crates.io-index"
8246checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8247
8248[[package]]
8249name = "objc2"
8250version = "0.5.2"
8251source = "registry+https://github.com/rust-lang/crates.io-index"
8252checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8253dependencies = [
8254 "objc-sys",
8255 "objc2-encode",
8256]
8257
8258[[package]]
8259name = "objc2-app-kit"
8260version = "0.2.2"
8261source = "registry+https://github.com/rust-lang/crates.io-index"
8262checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8263dependencies = [
8264 "bitflags 2.8.0",
8265 "block2",
8266 "libc",
8267 "objc2",
8268 "objc2-core-data",
8269 "objc2-core-image",
8270 "objc2-foundation",
8271 "objc2-quartz-core",
8272]
8273
8274[[package]]
8275name = "objc2-cloud-kit"
8276version = "0.2.2"
8277source = "registry+https://github.com/rust-lang/crates.io-index"
8278checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8279dependencies = [
8280 "bitflags 2.8.0",
8281 "block2",
8282 "objc2",
8283 "objc2-core-location",
8284 "objc2-foundation",
8285]
8286
8287[[package]]
8288name = "objc2-contacts"
8289version = "0.2.2"
8290source = "registry+https://github.com/rust-lang/crates.io-index"
8291checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8292dependencies = [
8293 "block2",
8294 "objc2",
8295 "objc2-foundation",
8296]
8297
8298[[package]]
8299name = "objc2-core-data"
8300version = "0.2.2"
8301source = "registry+https://github.com/rust-lang/crates.io-index"
8302checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8303dependencies = [
8304 "bitflags 2.8.0",
8305 "block2",
8306 "objc2",
8307 "objc2-foundation",
8308]
8309
8310[[package]]
8311name = "objc2-core-image"
8312version = "0.2.2"
8313source = "registry+https://github.com/rust-lang/crates.io-index"
8314checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8315dependencies = [
8316 "block2",
8317 "objc2",
8318 "objc2-foundation",
8319 "objc2-metal",
8320]
8321
8322[[package]]
8323name = "objc2-core-location"
8324version = "0.2.2"
8325source = "registry+https://github.com/rust-lang/crates.io-index"
8326checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8327dependencies = [
8328 "block2",
8329 "objc2",
8330 "objc2-contacts",
8331 "objc2-foundation",
8332]
8333
8334[[package]]
8335name = "objc2-encode"
8336version = "4.0.3"
8337source = "registry+https://github.com/rust-lang/crates.io-index"
8338checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8339
8340[[package]]
8341name = "objc2-foundation"
8342version = "0.2.2"
8343source = "registry+https://github.com/rust-lang/crates.io-index"
8344checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8345dependencies = [
8346 "bitflags 2.8.0",
8347 "block2",
8348 "libc",
8349 "objc2",
8350]
8351
8352[[package]]
8353name = "objc2-link-presentation"
8354version = "0.2.2"
8355source = "registry+https://github.com/rust-lang/crates.io-index"
8356checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8357dependencies = [
8358 "block2",
8359 "objc2",
8360 "objc2-app-kit",
8361 "objc2-foundation",
8362]
8363
8364[[package]]
8365name = "objc2-metal"
8366version = "0.2.2"
8367source = "registry+https://github.com/rust-lang/crates.io-index"
8368checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8369dependencies = [
8370 "bitflags 2.8.0",
8371 "block2",
8372 "objc2",
8373 "objc2-foundation",
8374]
8375
8376[[package]]
8377name = "objc2-quartz-core"
8378version = "0.2.2"
8379source = "registry+https://github.com/rust-lang/crates.io-index"
8380checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8381dependencies = [
8382 "bitflags 2.8.0",
8383 "block2",
8384 "objc2",
8385 "objc2-foundation",
8386 "objc2-metal",
8387]
8388
8389[[package]]
8390name = "objc2-symbols"
8391version = "0.2.2"
8392source = "registry+https://github.com/rust-lang/crates.io-index"
8393checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8394dependencies = [
8395 "objc2",
8396 "objc2-foundation",
8397]
8398
8399[[package]]
8400name = "objc2-ui-kit"
8401version = "0.2.2"
8402source = "registry+https://github.com/rust-lang/crates.io-index"
8403checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8404dependencies = [
8405 "bitflags 2.8.0",
8406 "block2",
8407 "objc2",
8408 "objc2-cloud-kit",
8409 "objc2-core-data",
8410 "objc2-core-image",
8411 "objc2-core-location",
8412 "objc2-foundation",
8413 "objc2-link-presentation",
8414 "objc2-quartz-core",
8415 "objc2-symbols",
8416 "objc2-uniform-type-identifiers",
8417 "objc2-user-notifications",
8418]
8419
8420[[package]]
8421name = "objc2-uniform-type-identifiers"
8422version = "0.2.2"
8423source = "registry+https://github.com/rust-lang/crates.io-index"
8424checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8425dependencies = [
8426 "block2",
8427 "objc2",
8428 "objc2-foundation",
8429]
8430
8431[[package]]
8432name = "objc2-user-notifications"
8433version = "0.2.2"
8434source = "registry+https://github.com/rust-lang/crates.io-index"
8435checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8436dependencies = [
8437 "bitflags 2.8.0",
8438 "block2",
8439 "objc2",
8440 "objc2-core-location",
8441 "objc2-foundation",
8442]
8443
8444[[package]]
8445name = "object"
8446version = "0.36.5"
8447source = "registry+https://github.com/rust-lang/crates.io-index"
8448checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8449dependencies = [
8450 "crc32fast",
8451 "hashbrown 0.15.2",
8452 "indexmap",
8453 "memchr",
8454]
8455
8456[[package]]
8457name = "oboe"
8458version = "0.6.1"
8459source = "registry+https://github.com/rust-lang/crates.io-index"
8460checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8461dependencies = [
8462 "jni",
8463 "ndk",
8464 "ndk-context",
8465 "num-derive",
8466 "num-traits",
8467 "oboe-sys",
8468]
8469
8470[[package]]
8471name = "oboe-sys"
8472version = "0.6.1"
8473source = "registry+https://github.com/rust-lang/crates.io-index"
8474checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8475dependencies = [
8476 "cc",
8477]
8478
8479[[package]]
8480name = "ollama"
8481version = "0.1.0"
8482dependencies = [
8483 "anyhow",
8484 "futures 0.3.31",
8485 "http_client",
8486 "schemars",
8487 "serde",
8488 "serde_json",
8489]
8490
8491[[package]]
8492name = "once_cell"
8493version = "1.20.2"
8494source = "registry+https://github.com/rust-lang/crates.io-index"
8495checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
8496
8497[[package]]
8498name = "oo7"
8499version = "0.3.3"
8500source = "git+https://github.com/zed-industries/oo7?branch=avoid-crypto-panic#9d5d5fcd7e4e0add9b420ffb58f67661b0b37568"
8501dependencies = [
8502 "aes",
8503 "async-fs",
8504 "async-io",
8505 "async-lock",
8506 "async-net",
8507 "blocking",
8508 "cbc",
8509 "cipher",
8510 "digest",
8511 "endi",
8512 "futures-lite 2.5.0",
8513 "futures-util",
8514 "hkdf",
8515 "hmac",
8516 "md-5",
8517 "num",
8518 "num-bigint-dig",
8519 "pbkdf2 0.12.2",
8520 "rand 0.8.5",
8521 "serde",
8522 "sha2",
8523 "subtle",
8524 "zbus 4.4.0",
8525 "zeroize",
8526 "zvariant 4.2.0",
8527]
8528
8529[[package]]
8530name = "oorandom"
8531version = "11.1.4"
8532source = "registry+https://github.com/rust-lang/crates.io-index"
8533checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8534
8535[[package]]
8536name = "open"
8537version = "5.3.2"
8538source = "registry+https://github.com/rust-lang/crates.io-index"
8539checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8540dependencies = [
8541 "is-wsl",
8542 "libc",
8543 "pathdiff",
8544]
8545
8546[[package]]
8547name = "open_ai"
8548version = "0.1.0"
8549dependencies = [
8550 "anyhow",
8551 "futures 0.3.31",
8552 "http_client",
8553 "schemars",
8554 "serde",
8555 "serde_json",
8556 "strum",
8557]
8558
8559[[package]]
8560name = "opener"
8561version = "0.7.2"
8562source = "registry+https://github.com/rust-lang/crates.io-index"
8563checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
8564dependencies = [
8565 "bstr",
8566 "dbus",
8567 "normpath",
8568 "windows-sys 0.59.0",
8569]
8570
8571[[package]]
8572name = "openssl"
8573version = "0.10.68"
8574source = "registry+https://github.com/rust-lang/crates.io-index"
8575checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
8576dependencies = [
8577 "bitflags 2.8.0",
8578 "cfg-if",
8579 "foreign-types 0.3.2",
8580 "libc",
8581 "once_cell",
8582 "openssl-macros",
8583 "openssl-sys",
8584]
8585
8586[[package]]
8587name = "openssl-macros"
8588version = "0.1.1"
8589source = "registry+https://github.com/rust-lang/crates.io-index"
8590checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
8591dependencies = [
8592 "proc-macro2",
8593 "quote",
8594 "syn 2.0.90",
8595]
8596
8597[[package]]
8598name = "openssl-probe"
8599version = "0.1.5"
8600source = "registry+https://github.com/rust-lang/crates.io-index"
8601checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
8602
8603[[package]]
8604name = "openssl-src"
8605version = "300.4.1+3.4.0"
8606source = "registry+https://github.com/rust-lang/crates.io-index"
8607checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
8608dependencies = [
8609 "cc",
8610]
8611
8612[[package]]
8613name = "openssl-sys"
8614version = "0.9.104"
8615source = "registry+https://github.com/rust-lang/crates.io-index"
8616checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
8617dependencies = [
8618 "cc",
8619 "libc",
8620 "openssl-src",
8621 "pkg-config",
8622 "vcpkg",
8623]
8624
8625[[package]]
8626name = "option-ext"
8627version = "0.2.0"
8628source = "registry+https://github.com/rust-lang/crates.io-index"
8629checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
8630
8631[[package]]
8632name = "ordered-float"
8633version = "2.10.1"
8634source = "registry+https://github.com/rust-lang/crates.io-index"
8635checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
8636dependencies = [
8637 "num-traits",
8638]
8639
8640[[package]]
8641name = "ordered-float"
8642version = "3.9.2"
8643source = "registry+https://github.com/rust-lang/crates.io-index"
8644checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
8645dependencies = [
8646 "num-traits",
8647]
8648
8649[[package]]
8650name = "ordered-stream"
8651version = "0.2.0"
8652source = "registry+https://github.com/rust-lang/crates.io-index"
8653checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
8654dependencies = [
8655 "futures-core",
8656 "pin-project-lite",
8657]
8658
8659[[package]]
8660name = "ouroboros"
8661version = "0.18.4"
8662source = "registry+https://github.com/rust-lang/crates.io-index"
8663checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
8664dependencies = [
8665 "aliasable",
8666 "ouroboros_macro",
8667 "static_assertions",
8668]
8669
8670[[package]]
8671name = "ouroboros_macro"
8672version = "0.18.4"
8673source = "registry+https://github.com/rust-lang/crates.io-index"
8674checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
8675dependencies = [
8676 "heck 0.4.1",
8677 "itertools 0.12.1",
8678 "proc-macro2",
8679 "proc-macro2-diagnostics",
8680 "quote",
8681 "syn 2.0.90",
8682]
8683
8684[[package]]
8685name = "outline"
8686version = "0.1.0"
8687dependencies = [
8688 "editor",
8689 "fuzzy",
8690 "gpui",
8691 "indoc",
8692 "language",
8693 "menu",
8694 "ordered-float 2.10.1",
8695 "picker",
8696 "project",
8697 "rope",
8698 "serde_json",
8699 "settings",
8700 "smol",
8701 "theme",
8702 "tree-sitter-rust",
8703 "tree-sitter-typescript",
8704 "ui",
8705 "util",
8706 "workspace",
8707 "zed_actions",
8708]
8709
8710[[package]]
8711name = "outline_panel"
8712version = "0.1.0"
8713dependencies = [
8714 "anyhow",
8715 "collections",
8716 "db",
8717 "editor",
8718 "file_icons",
8719 "fuzzy",
8720 "gpui",
8721 "itertools 0.14.0",
8722 "language",
8723 "log",
8724 "menu",
8725 "outline",
8726 "pretty_assertions",
8727 "project",
8728 "schemars",
8729 "search",
8730 "serde",
8731 "serde_json",
8732 "settings",
8733 "smallvec",
8734 "smol",
8735 "theme",
8736 "ui",
8737 "util",
8738 "workspace",
8739 "worktree",
8740]
8741
8742[[package]]
8743name = "outref"
8744version = "0.5.1"
8745source = "registry+https://github.com/rust-lang/crates.io-index"
8746checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8747
8748[[package]]
8749name = "overload"
8750version = "0.1.1"
8751source = "registry+https://github.com/rust-lang/crates.io-index"
8752checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8753
8754[[package]]
8755name = "p256"
8756version = "0.11.1"
8757source = "registry+https://github.com/rust-lang/crates.io-index"
8758checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8759dependencies = [
8760 "ecdsa",
8761 "elliptic-curve",
8762 "sha2",
8763]
8764
8765[[package]]
8766name = "page_size"
8767version = "0.6.0"
8768source = "registry+https://github.com/rust-lang/crates.io-index"
8769checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8770dependencies = [
8771 "libc",
8772 "winapi",
8773]
8774
8775[[package]]
8776name = "palette"
8777version = "0.7.6"
8778source = "registry+https://github.com/rust-lang/crates.io-index"
8779checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8780dependencies = [
8781 "approx",
8782 "fast-srgb8",
8783 "palette_derive",
8784]
8785
8786[[package]]
8787name = "palette_derive"
8788version = "0.7.6"
8789source = "registry+https://github.com/rust-lang/crates.io-index"
8790checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8791dependencies = [
8792 "by_address",
8793 "proc-macro2",
8794 "quote",
8795 "syn 2.0.90",
8796]
8797
8798[[package]]
8799name = "parity-tokio-ipc"
8800version = "0.9.0"
8801source = "registry+https://github.com/rust-lang/crates.io-index"
8802checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8803dependencies = [
8804 "futures 0.3.31",
8805 "libc",
8806 "log",
8807 "rand 0.7.3",
8808 "tokio",
8809 "winapi",
8810]
8811
8812[[package]]
8813name = "parking"
8814version = "2.2.1"
8815source = "registry+https://github.com/rust-lang/crates.io-index"
8816checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8817
8818[[package]]
8819name = "parking_lot"
8820version = "0.12.3"
8821source = "registry+https://github.com/rust-lang/crates.io-index"
8822checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8823dependencies = [
8824 "lock_api",
8825 "parking_lot_core",
8826]
8827
8828[[package]]
8829name = "parking_lot_core"
8830version = "0.9.10"
8831source = "registry+https://github.com/rust-lang/crates.io-index"
8832checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8833dependencies = [
8834 "cfg-if",
8835 "libc",
8836 "redox_syscall 0.5.8",
8837 "smallvec",
8838 "windows-targets 0.52.6",
8839]
8840
8841[[package]]
8842name = "password-hash"
8843version = "0.4.2"
8844source = "registry+https://github.com/rust-lang/crates.io-index"
8845checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
8846dependencies = [
8847 "base64ct",
8848 "rand_core 0.6.4",
8849 "subtle",
8850]
8851
8852[[package]]
8853name = "password-hash"
8854version = "0.5.0"
8855source = "registry+https://github.com/rust-lang/crates.io-index"
8856checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8857dependencies = [
8858 "base64ct",
8859 "rand_core 0.6.4",
8860 "subtle",
8861]
8862
8863[[package]]
8864name = "paste"
8865version = "1.0.15"
8866source = "registry+https://github.com/rust-lang/crates.io-index"
8867checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8868
8869[[package]]
8870name = "pathdiff"
8871version = "0.2.3"
8872source = "registry+https://github.com/rust-lang/crates.io-index"
8873checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
8874
8875[[package]]
8876name = "pathfinder_geometry"
8877version = "0.5.1"
8878source = "registry+https://github.com/rust-lang/crates.io-index"
8879checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8880dependencies = [
8881 "log",
8882 "pathfinder_simd",
8883]
8884
8885[[package]]
8886name = "pathfinder_simd"
8887version = "0.5.4"
8888source = "registry+https://github.com/rust-lang/crates.io-index"
8889checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8890dependencies = [
8891 "rustc_version",
8892]
8893
8894[[package]]
8895name = "paths"
8896version = "0.1.0"
8897dependencies = [
8898 "dirs 4.0.0",
8899 "util",
8900]
8901
8902[[package]]
8903name = "pbjson"
8904version = "0.6.0"
8905source = "registry+https://github.com/rust-lang/crates.io-index"
8906checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
8907dependencies = [
8908 "base64 0.21.7",
8909 "serde",
8910]
8911
8912[[package]]
8913name = "pbjson-build"
8914version = "0.6.2"
8915source = "registry+https://github.com/rust-lang/crates.io-index"
8916checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
8917dependencies = [
8918 "heck 0.4.1",
8919 "itertools 0.11.0",
8920 "prost 0.12.6",
8921 "prost-types 0.12.6",
8922]
8923
8924[[package]]
8925name = "pbjson-types"
8926version = "0.6.0"
8927source = "registry+https://github.com/rust-lang/crates.io-index"
8928checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
8929dependencies = [
8930 "bytes 1.9.0",
8931 "chrono",
8932 "pbjson",
8933 "pbjson-build",
8934 "prost 0.12.6",
8935 "prost-build 0.12.6",
8936 "serde",
8937]
8938
8939[[package]]
8940name = "pbkdf2"
8941version = "0.11.0"
8942source = "registry+https://github.com/rust-lang/crates.io-index"
8943checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8944dependencies = [
8945 "digest",
8946 "hmac",
8947 "password-hash 0.4.2",
8948 "sha2",
8949]
8950
8951[[package]]
8952name = "pbkdf2"
8953version = "0.12.2"
8954source = "registry+https://github.com/rust-lang/crates.io-index"
8955checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8956dependencies = [
8957 "digest",
8958 "hmac",
8959]
8960
8961[[package]]
8962name = "pem"
8963version = "3.0.4"
8964source = "registry+https://github.com/rust-lang/crates.io-index"
8965checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8966dependencies = [
8967 "base64 0.22.1",
8968 "serde",
8969]
8970
8971[[package]]
8972name = "pem-rfc7468"
8973version = "0.7.0"
8974source = "registry+https://github.com/rust-lang/crates.io-index"
8975checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8976dependencies = [
8977 "base64ct",
8978]
8979
8980[[package]]
8981name = "percent-encoding"
8982version = "2.3.1"
8983source = "registry+https://github.com/rust-lang/crates.io-index"
8984checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8985
8986[[package]]
8987name = "perplexity"
8988version = "0.1.0"
8989dependencies = [
8990 "serde",
8991 "zed_extension_api 0.2.0",
8992]
8993
8994[[package]]
8995name = "pest"
8996version = "2.7.15"
8997source = "registry+https://github.com/rust-lang/crates.io-index"
8998checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
8999dependencies = [
9000 "memchr",
9001 "thiserror 2.0.6",
9002 "ucd-trie",
9003]
9004
9005[[package]]
9006name = "pest_derive"
9007version = "2.7.15"
9008source = "registry+https://github.com/rust-lang/crates.io-index"
9009checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9010dependencies = [
9011 "pest",
9012 "pest_generator",
9013]
9014
9015[[package]]
9016name = "pest_generator"
9017version = "2.7.15"
9018source = "registry+https://github.com/rust-lang/crates.io-index"
9019checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9020dependencies = [
9021 "pest",
9022 "pest_meta",
9023 "proc-macro2",
9024 "quote",
9025 "syn 2.0.90",
9026]
9027
9028[[package]]
9029name = "pest_meta"
9030version = "2.7.15"
9031source = "registry+https://github.com/rust-lang/crates.io-index"
9032checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9033dependencies = [
9034 "once_cell",
9035 "pest",
9036 "sha2",
9037]
9038
9039[[package]]
9040name = "pet"
9041version = "0.1.0"
9042source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9043dependencies = [
9044 "clap",
9045 "env_logger 0.10.2",
9046 "lazy_static",
9047 "log",
9048 "msvc_spectre_libs",
9049 "pet-conda",
9050 "pet-core",
9051 "pet-env-var-path",
9052 "pet-fs",
9053 "pet-global-virtualenvs",
9054 "pet-homebrew",
9055 "pet-jsonrpc",
9056 "pet-linux-global-python",
9057 "pet-mac-commandlinetools",
9058 "pet-mac-python-org",
9059 "pet-mac-xcode",
9060 "pet-pipenv",
9061 "pet-pixi",
9062 "pet-poetry",
9063 "pet-pyenv",
9064 "pet-python-utils",
9065 "pet-reporter",
9066 "pet-telemetry",
9067 "pet-venv",
9068 "pet-virtualenv",
9069 "pet-virtualenvwrapper",
9070 "pet-windows-registry",
9071 "pet-windows-store",
9072 "serde",
9073 "serde_json",
9074]
9075
9076[[package]]
9077name = "pet-conda"
9078version = "0.1.0"
9079source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9080dependencies = [
9081 "env_logger 0.10.2",
9082 "lazy_static",
9083 "log",
9084 "msvc_spectre_libs",
9085 "pet-core",
9086 "pet-fs",
9087 "pet-python-utils",
9088 "pet-reporter",
9089 "regex",
9090 "serde",
9091 "serde_json",
9092 "yaml-rust2",
9093]
9094
9095[[package]]
9096name = "pet-core"
9097version = "0.1.0"
9098source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9099dependencies = [
9100 "clap",
9101 "lazy_static",
9102 "log",
9103 "msvc_spectre_libs",
9104 "pet-fs",
9105 "regex",
9106 "serde",
9107 "serde_json",
9108]
9109
9110[[package]]
9111name = "pet-env-var-path"
9112version = "0.1.0"
9113source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9114dependencies = [
9115 "lazy_static",
9116 "log",
9117 "msvc_spectre_libs",
9118 "pet-conda",
9119 "pet-core",
9120 "pet-fs",
9121 "pet-python-utils",
9122 "pet-virtualenv",
9123 "regex",
9124]
9125
9126[[package]]
9127name = "pet-fs"
9128version = "0.1.0"
9129source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9130dependencies = [
9131 "log",
9132 "msvc_spectre_libs",
9133]
9134
9135[[package]]
9136name = "pet-global-virtualenvs"
9137version = "0.1.0"
9138source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9139dependencies = [
9140 "log",
9141 "msvc_spectre_libs",
9142 "pet-conda",
9143 "pet-core",
9144 "pet-fs",
9145 "pet-virtualenv",
9146]
9147
9148[[package]]
9149name = "pet-homebrew"
9150version = "0.1.0"
9151source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9152dependencies = [
9153 "lazy_static",
9154 "log",
9155 "msvc_spectre_libs",
9156 "pet-conda",
9157 "pet-core",
9158 "pet-fs",
9159 "pet-python-utils",
9160 "pet-virtualenv",
9161 "regex",
9162 "serde",
9163 "serde_json",
9164]
9165
9166[[package]]
9167name = "pet-jsonrpc"
9168version = "0.1.0"
9169source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9170dependencies = [
9171 "env_logger 0.10.2",
9172 "log",
9173 "msvc_spectre_libs",
9174 "pet-core",
9175 "serde",
9176 "serde_json",
9177]
9178
9179[[package]]
9180name = "pet-linux-global-python"
9181version = "0.1.0"
9182source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9183dependencies = [
9184 "log",
9185 "msvc_spectre_libs",
9186 "pet-core",
9187 "pet-fs",
9188 "pet-python-utils",
9189 "pet-virtualenv",
9190]
9191
9192[[package]]
9193name = "pet-mac-commandlinetools"
9194version = "0.1.0"
9195source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9196dependencies = [
9197 "log",
9198 "msvc_spectre_libs",
9199 "pet-core",
9200 "pet-fs",
9201 "pet-python-utils",
9202 "pet-virtualenv",
9203]
9204
9205[[package]]
9206name = "pet-mac-python-org"
9207version = "0.1.0"
9208source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9209dependencies = [
9210 "log",
9211 "msvc_spectre_libs",
9212 "pet-core",
9213 "pet-fs",
9214 "pet-python-utils",
9215 "pet-virtualenv",
9216]
9217
9218[[package]]
9219name = "pet-mac-xcode"
9220version = "0.1.0"
9221source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9222dependencies = [
9223 "log",
9224 "msvc_spectre_libs",
9225 "pet-core",
9226 "pet-fs",
9227 "pet-python-utils",
9228 "pet-virtualenv",
9229]
9230
9231[[package]]
9232name = "pet-pipenv"
9233version = "0.1.0"
9234source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9235dependencies = [
9236 "log",
9237 "msvc_spectre_libs",
9238 "pet-core",
9239 "pet-fs",
9240 "pet-python-utils",
9241 "pet-virtualenv",
9242]
9243
9244[[package]]
9245name = "pet-pixi"
9246version = "0.1.0"
9247source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9248dependencies = [
9249 "log",
9250 "msvc_spectre_libs",
9251 "pet-conda",
9252 "pet-core",
9253 "pet-python-utils",
9254]
9255
9256[[package]]
9257name = "pet-poetry"
9258version = "0.1.0"
9259source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9260dependencies = [
9261 "base64 0.22.1",
9262 "lazy_static",
9263 "log",
9264 "msvc_spectre_libs",
9265 "pet-core",
9266 "pet-fs",
9267 "pet-python-utils",
9268 "pet-reporter",
9269 "pet-virtualenv",
9270 "regex",
9271 "serde",
9272 "serde_json",
9273 "sha2",
9274 "toml 0.8.19",
9275]
9276
9277[[package]]
9278name = "pet-pyenv"
9279version = "0.1.0"
9280source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9281dependencies = [
9282 "lazy_static",
9283 "log",
9284 "msvc_spectre_libs",
9285 "pet-conda",
9286 "pet-core",
9287 "pet-fs",
9288 "pet-python-utils",
9289 "pet-reporter",
9290 "regex",
9291 "serde",
9292 "serde_json",
9293]
9294
9295[[package]]
9296name = "pet-python-utils"
9297version = "0.1.0"
9298source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9299dependencies = [
9300 "env_logger 0.10.2",
9301 "lazy_static",
9302 "log",
9303 "msvc_spectre_libs",
9304 "pet-core",
9305 "pet-fs",
9306 "regex",
9307 "serde",
9308 "serde_json",
9309 "sha2",
9310]
9311
9312[[package]]
9313name = "pet-reporter"
9314version = "0.1.0"
9315source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9316dependencies = [
9317 "env_logger 0.10.2",
9318 "log",
9319 "msvc_spectre_libs",
9320 "pet-core",
9321 "pet-jsonrpc",
9322 "serde",
9323 "serde_json",
9324]
9325
9326[[package]]
9327name = "pet-telemetry"
9328version = "0.1.0"
9329source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9330dependencies = [
9331 "env_logger 0.10.2",
9332 "lazy_static",
9333 "log",
9334 "msvc_spectre_libs",
9335 "pet-core",
9336 "pet-fs",
9337 "pet-python-utils",
9338 "regex",
9339]
9340
9341[[package]]
9342name = "pet-venv"
9343version = "0.1.0"
9344source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9345dependencies = [
9346 "log",
9347 "msvc_spectre_libs",
9348 "pet-core",
9349 "pet-python-utils",
9350 "pet-virtualenv",
9351]
9352
9353[[package]]
9354name = "pet-virtualenv"
9355version = "0.1.0"
9356source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9357dependencies = [
9358 "log",
9359 "msvc_spectre_libs",
9360 "pet-core",
9361 "pet-fs",
9362 "pet-python-utils",
9363]
9364
9365[[package]]
9366name = "pet-virtualenvwrapper"
9367version = "0.1.0"
9368source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9369dependencies = [
9370 "log",
9371 "msvc_spectre_libs",
9372 "pet-core",
9373 "pet-fs",
9374 "pet-python-utils",
9375 "pet-virtualenv",
9376]
9377
9378[[package]]
9379name = "pet-windows-registry"
9380version = "0.1.0"
9381source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9382dependencies = [
9383 "lazy_static",
9384 "log",
9385 "msvc_spectre_libs",
9386 "pet-conda",
9387 "pet-core",
9388 "pet-fs",
9389 "pet-python-utils",
9390 "pet-virtualenv",
9391 "pet-windows-store",
9392 "regex",
9393 "winreg 0.52.0",
9394]
9395
9396[[package]]
9397name = "pet-windows-store"
9398version = "0.1.0"
9399source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9400dependencies = [
9401 "lazy_static",
9402 "log",
9403 "msvc_spectre_libs",
9404 "pet-core",
9405 "pet-fs",
9406 "pet-python-utils",
9407 "pet-virtualenv",
9408 "regex",
9409 "winreg 0.52.0",
9410]
9411
9412[[package]]
9413name = "petgraph"
9414version = "0.6.5"
9415source = "registry+https://github.com/rust-lang/crates.io-index"
9416checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9417dependencies = [
9418 "fixedbitset",
9419 "indexmap",
9420]
9421
9422[[package]]
9423name = "phf"
9424version = "0.11.2"
9425source = "registry+https://github.com/rust-lang/crates.io-index"
9426checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9427dependencies = [
9428 "phf_macros",
9429 "phf_shared 0.11.2",
9430]
9431
9432[[package]]
9433name = "phf_codegen"
9434version = "0.11.2"
9435source = "registry+https://github.com/rust-lang/crates.io-index"
9436checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9437dependencies = [
9438 "phf_generator 0.11.2",
9439 "phf_shared 0.11.2",
9440]
9441
9442[[package]]
9443name = "phf_generator"
9444version = "0.10.0"
9445source = "registry+https://github.com/rust-lang/crates.io-index"
9446checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9447dependencies = [
9448 "phf_shared 0.10.0",
9449 "rand 0.8.5",
9450]
9451
9452[[package]]
9453name = "phf_generator"
9454version = "0.11.2"
9455source = "registry+https://github.com/rust-lang/crates.io-index"
9456checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9457dependencies = [
9458 "phf_shared 0.11.2",
9459 "rand 0.8.5",
9460]
9461
9462[[package]]
9463name = "phf_macros"
9464version = "0.11.2"
9465source = "registry+https://github.com/rust-lang/crates.io-index"
9466checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9467dependencies = [
9468 "phf_generator 0.11.2",
9469 "phf_shared 0.11.2",
9470 "proc-macro2",
9471 "quote",
9472 "syn 2.0.90",
9473]
9474
9475[[package]]
9476name = "phf_shared"
9477version = "0.10.0"
9478source = "registry+https://github.com/rust-lang/crates.io-index"
9479checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9480dependencies = [
9481 "siphasher 0.3.11",
9482]
9483
9484[[package]]
9485name = "phf_shared"
9486version = "0.11.2"
9487source = "registry+https://github.com/rust-lang/crates.io-index"
9488checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9489dependencies = [
9490 "siphasher 0.3.11",
9491]
9492
9493[[package]]
9494name = "picker"
9495version = "0.1.0"
9496dependencies = [
9497 "anyhow",
9498 "ctor",
9499 "editor",
9500 "env_logger 0.11.6",
9501 "gpui",
9502 "menu",
9503 "schemars",
9504 "serde",
9505 "serde_json",
9506 "ui",
9507 "workspace",
9508]
9509
9510[[package]]
9511name = "pico-args"
9512version = "0.5.0"
9513source = "registry+https://github.com/rust-lang/crates.io-index"
9514checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9515
9516[[package]]
9517name = "pin-project"
9518version = "1.1.7"
9519source = "registry+https://github.com/rust-lang/crates.io-index"
9520checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9521dependencies = [
9522 "pin-project-internal",
9523]
9524
9525[[package]]
9526name = "pin-project-internal"
9527version = "1.1.7"
9528source = "registry+https://github.com/rust-lang/crates.io-index"
9529checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9530dependencies = [
9531 "proc-macro2",
9532 "quote",
9533 "syn 2.0.90",
9534]
9535
9536[[package]]
9537name = "pin-project-lite"
9538version = "0.2.16"
9539source = "registry+https://github.com/rust-lang/crates.io-index"
9540checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
9541
9542[[package]]
9543name = "pin-utils"
9544version = "0.1.0"
9545source = "registry+https://github.com/rust-lang/crates.io-index"
9546checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9547
9548[[package]]
9549name = "piper"
9550version = "0.2.4"
9551source = "registry+https://github.com/rust-lang/crates.io-index"
9552checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
9553dependencies = [
9554 "atomic-waker",
9555 "fastrand 2.3.0",
9556 "futures-io",
9557]
9558
9559[[package]]
9560name = "pkcs1"
9561version = "0.7.5"
9562source = "registry+https://github.com/rust-lang/crates.io-index"
9563checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
9564dependencies = [
9565 "der 0.7.9",
9566 "pkcs8 0.10.2",
9567 "spki 0.7.3",
9568]
9569
9570[[package]]
9571name = "pkcs8"
9572version = "0.9.0"
9573source = "registry+https://github.com/rust-lang/crates.io-index"
9574checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
9575dependencies = [
9576 "der 0.6.1",
9577 "spki 0.6.0",
9578]
9579
9580[[package]]
9581name = "pkcs8"
9582version = "0.10.2"
9583source = "registry+https://github.com/rust-lang/crates.io-index"
9584checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
9585dependencies = [
9586 "der 0.7.9",
9587 "spki 0.7.3",
9588]
9589
9590[[package]]
9591name = "pkg-config"
9592version = "0.3.31"
9593source = "registry+https://github.com/rust-lang/crates.io-index"
9594checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
9595
9596[[package]]
9597name = "plist"
9598version = "1.7.0"
9599source = "registry+https://github.com/rust-lang/crates.io-index"
9600checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
9601dependencies = [
9602 "base64 0.22.1",
9603 "indexmap",
9604 "quick-xml 0.32.0",
9605 "serde",
9606 "time",
9607]
9608
9609[[package]]
9610name = "plotters"
9611version = "0.3.7"
9612source = "registry+https://github.com/rust-lang/crates.io-index"
9613checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
9614dependencies = [
9615 "num-traits",
9616 "plotters-backend",
9617 "plotters-svg",
9618 "wasm-bindgen",
9619 "web-sys",
9620]
9621
9622[[package]]
9623name = "plotters-backend"
9624version = "0.3.7"
9625source = "registry+https://github.com/rust-lang/crates.io-index"
9626checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
9627
9628[[package]]
9629name = "plotters-svg"
9630version = "0.3.7"
9631source = "registry+https://github.com/rust-lang/crates.io-index"
9632checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
9633dependencies = [
9634 "plotters-backend",
9635]
9636
9637[[package]]
9638name = "png"
9639version = "0.17.15"
9640source = "registry+https://github.com/rust-lang/crates.io-index"
9641checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
9642dependencies = [
9643 "bitflags 1.3.2",
9644 "crc32fast",
9645 "fdeflate",
9646 "flate2",
9647 "miniz_oxide",
9648]
9649
9650[[package]]
9651name = "polling"
9652version = "3.7.4"
9653source = "registry+https://github.com/rust-lang/crates.io-index"
9654checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
9655dependencies = [
9656 "cfg-if",
9657 "concurrent-queue",
9658 "hermit-abi 0.4.0",
9659 "pin-project-lite",
9660 "rustix",
9661 "tracing",
9662 "windows-sys 0.59.0",
9663]
9664
9665[[package]]
9666name = "pollster"
9667version = "0.2.5"
9668source = "registry+https://github.com/rust-lang/crates.io-index"
9669checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
9670
9671[[package]]
9672name = "postage"
9673version = "0.5.0"
9674source = "registry+https://github.com/rust-lang/crates.io-index"
9675checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
9676dependencies = [
9677 "atomic",
9678 "crossbeam-queue",
9679 "futures 0.3.31",
9680 "log",
9681 "parking_lot",
9682 "pin-project",
9683 "pollster",
9684 "static_assertions",
9685 "thiserror 1.0.69",
9686]
9687
9688[[package]]
9689name = "postcard"
9690version = "1.1.1"
9691source = "registry+https://github.com/rust-lang/crates.io-index"
9692checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
9693dependencies = [
9694 "cobs",
9695 "embedded-io 0.4.0",
9696 "embedded-io 0.6.1",
9697 "serde",
9698]
9699
9700[[package]]
9701name = "powerfmt"
9702version = "0.2.0"
9703source = "registry+https://github.com/rust-lang/crates.io-index"
9704checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9705
9706[[package]]
9707name = "ppv-lite86"
9708version = "0.2.20"
9709source = "registry+https://github.com/rust-lang/crates.io-index"
9710checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
9711dependencies = [
9712 "zerocopy",
9713]
9714
9715[[package]]
9716name = "precomputed-hash"
9717version = "0.1.1"
9718source = "registry+https://github.com/rust-lang/crates.io-index"
9719checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
9720
9721[[package]]
9722name = "prettier"
9723version = "0.1.0"
9724dependencies = [
9725 "anyhow",
9726 "collections",
9727 "fs",
9728 "gpui",
9729 "language",
9730 "log",
9731 "lsp",
9732 "node_runtime",
9733 "parking_lot",
9734 "paths",
9735 "serde",
9736 "serde_json",
9737 "util",
9738]
9739
9740[[package]]
9741name = "pretty_assertions"
9742version = "1.4.1"
9743source = "registry+https://github.com/rust-lang/crates.io-index"
9744checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
9745dependencies = [
9746 "diff",
9747 "yansi",
9748]
9749
9750[[package]]
9751name = "prettyplease"
9752version = "0.2.25"
9753source = "registry+https://github.com/rust-lang/crates.io-index"
9754checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
9755dependencies = [
9756 "proc-macro2",
9757 "syn 2.0.90",
9758]
9759
9760[[package]]
9761name = "proc-macro-crate"
9762version = "3.2.0"
9763source = "registry+https://github.com/rust-lang/crates.io-index"
9764checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9765dependencies = [
9766 "toml_edit",
9767]
9768
9769[[package]]
9770name = "proc-macro-error-attr2"
9771version = "2.0.0"
9772source = "registry+https://github.com/rust-lang/crates.io-index"
9773checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
9774dependencies = [
9775 "proc-macro2",
9776 "quote",
9777]
9778
9779[[package]]
9780name = "proc-macro-error2"
9781version = "2.0.1"
9782source = "registry+https://github.com/rust-lang/crates.io-index"
9783checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
9784dependencies = [
9785 "proc-macro-error-attr2",
9786 "proc-macro2",
9787 "quote",
9788 "syn 2.0.90",
9789]
9790
9791[[package]]
9792name = "proc-macro2"
9793version = "1.0.93"
9794source = "registry+https://github.com/rust-lang/crates.io-index"
9795checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
9796dependencies = [
9797 "unicode-ident",
9798]
9799
9800[[package]]
9801name = "proc-macro2-diagnostics"
9802version = "0.10.1"
9803source = "registry+https://github.com/rust-lang/crates.io-index"
9804checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
9805dependencies = [
9806 "proc-macro2",
9807 "quote",
9808 "syn 2.0.90",
9809 "version_check",
9810 "yansi",
9811]
9812
9813[[package]]
9814name = "profiling"
9815version = "1.0.16"
9816source = "registry+https://github.com/rust-lang/crates.io-index"
9817checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9818dependencies = [
9819 "profiling-procmacros",
9820]
9821
9822[[package]]
9823name = "profiling-procmacros"
9824version = "1.0.16"
9825source = "registry+https://github.com/rust-lang/crates.io-index"
9826checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9827dependencies = [
9828 "quote",
9829 "syn 2.0.90",
9830]
9831
9832[[package]]
9833name = "project"
9834version = "0.1.0"
9835dependencies = [
9836 "aho-corasick",
9837 "anyhow",
9838 "async-trait",
9839 "client",
9840 "clock",
9841 "collections",
9842 "env_logger 0.11.6",
9843 "fancy-regex 0.14.0",
9844 "fs",
9845 "futures 0.3.31",
9846 "fuzzy",
9847 "git",
9848 "git2",
9849 "globset",
9850 "gpui",
9851 "http_client",
9852 "image",
9853 "itertools 0.14.0",
9854 "language",
9855 "log",
9856 "lsp",
9857 "node_runtime",
9858 "parking_lot",
9859 "pathdiff",
9860 "paths",
9861 "postage",
9862 "prettier",
9863 "pretty_assertions",
9864 "rand 0.8.5",
9865 "regex",
9866 "release_channel",
9867 "remote",
9868 "rpc",
9869 "schemars",
9870 "serde",
9871 "serde_json",
9872 "settings",
9873 "sha2",
9874 "shellexpand 2.1.2",
9875 "shlex",
9876 "similar",
9877 "smol",
9878 "snippet",
9879 "snippet_provider",
9880 "task",
9881 "tempfile",
9882 "terminal",
9883 "text",
9884 "toml 0.8.19",
9885 "unindent",
9886 "url",
9887 "util",
9888 "which 6.0.3",
9889 "worktree",
9890]
9891
9892[[package]]
9893name = "project_panel"
9894version = "0.1.0"
9895dependencies = [
9896 "anyhow",
9897 "client",
9898 "collections",
9899 "command_palette_hooks",
9900 "db",
9901 "editor",
9902 "file_icons",
9903 "git",
9904 "gpui",
9905 "indexmap",
9906 "language",
9907 "menu",
9908 "pretty_assertions",
9909 "project",
9910 "schemars",
9911 "search",
9912 "serde",
9913 "serde_derive",
9914 "serde_json",
9915 "settings",
9916 "smallvec",
9917 "theme",
9918 "ui",
9919 "util",
9920 "workspace",
9921 "worktree",
9922]
9923
9924[[package]]
9925name = "project_symbols"
9926version = "0.1.0"
9927dependencies = [
9928 "anyhow",
9929 "editor",
9930 "futures 0.3.31",
9931 "fuzzy",
9932 "gpui",
9933 "language",
9934 "lsp",
9935 "ordered-float 2.10.1",
9936 "picker",
9937 "project",
9938 "release_channel",
9939 "serde_json",
9940 "settings",
9941 "theme",
9942 "util",
9943 "workspace",
9944]
9945
9946[[package]]
9947name = "prometheus"
9948version = "0.13.4"
9949source = "registry+https://github.com/rust-lang/crates.io-index"
9950checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9951dependencies = [
9952 "cfg-if",
9953 "fnv",
9954 "lazy_static",
9955 "memchr",
9956 "parking_lot",
9957 "protobuf",
9958 "thiserror 1.0.69",
9959]
9960
9961[[package]]
9962name = "prompt_library"
9963version = "0.1.0"
9964dependencies = [
9965 "anyhow",
9966 "assets",
9967 "chrono",
9968 "collections",
9969 "editor",
9970 "fs",
9971 "futures 0.3.31",
9972 "fuzzy",
9973 "gpui",
9974 "handlebars 4.5.0",
9975 "heed",
9976 "language",
9977 "language_model",
9978 "log",
9979 "menu",
9980 "parking_lot",
9981 "paths",
9982 "picker",
9983 "release_channel",
9984 "rope",
9985 "serde",
9986 "settings",
9987 "text",
9988 "theme",
9989 "ui",
9990 "util",
9991 "uuid",
9992 "workspace",
9993 "zed_actions",
9994]
9995
9996[[package]]
9997name = "prost"
9998version = "0.9.0"
9999source = "registry+https://github.com/rust-lang/crates.io-index"
10000checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10001dependencies = [
10002 "bytes 1.9.0",
10003 "prost-derive 0.9.0",
10004]
10005
10006[[package]]
10007name = "prost"
10008version = "0.12.6"
10009source = "registry+https://github.com/rust-lang/crates.io-index"
10010checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10011dependencies = [
10012 "bytes 1.9.0",
10013 "prost-derive 0.12.6",
10014]
10015
10016[[package]]
10017name = "prost-build"
10018version = "0.9.0"
10019source = "registry+https://github.com/rust-lang/crates.io-index"
10020checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10021dependencies = [
10022 "bytes 1.9.0",
10023 "heck 0.3.3",
10024 "itertools 0.10.5",
10025 "lazy_static",
10026 "log",
10027 "multimap 0.8.3",
10028 "petgraph",
10029 "prost 0.9.0",
10030 "prost-types 0.9.0",
10031 "regex",
10032 "tempfile",
10033 "which 4.4.2",
10034]
10035
10036[[package]]
10037name = "prost-build"
10038version = "0.12.6"
10039source = "registry+https://github.com/rust-lang/crates.io-index"
10040checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10041dependencies = [
10042 "bytes 1.9.0",
10043 "heck 0.5.0",
10044 "itertools 0.12.1",
10045 "log",
10046 "multimap 0.10.0",
10047 "once_cell",
10048 "petgraph",
10049 "prettyplease",
10050 "prost 0.12.6",
10051 "prost-types 0.12.6",
10052 "regex",
10053 "syn 2.0.90",
10054 "tempfile",
10055]
10056
10057[[package]]
10058name = "prost-derive"
10059version = "0.9.0"
10060source = "registry+https://github.com/rust-lang/crates.io-index"
10061checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10062dependencies = [
10063 "anyhow",
10064 "itertools 0.10.5",
10065 "proc-macro2",
10066 "quote",
10067 "syn 1.0.109",
10068]
10069
10070[[package]]
10071name = "prost-derive"
10072version = "0.12.6"
10073source = "registry+https://github.com/rust-lang/crates.io-index"
10074checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10075dependencies = [
10076 "anyhow",
10077 "itertools 0.12.1",
10078 "proc-macro2",
10079 "quote",
10080 "syn 2.0.90",
10081]
10082
10083[[package]]
10084name = "prost-types"
10085version = "0.9.0"
10086source = "registry+https://github.com/rust-lang/crates.io-index"
10087checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10088dependencies = [
10089 "bytes 1.9.0",
10090 "prost 0.9.0",
10091]
10092
10093[[package]]
10094name = "prost-types"
10095version = "0.12.6"
10096source = "registry+https://github.com/rust-lang/crates.io-index"
10097checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10098dependencies = [
10099 "prost 0.12.6",
10100]
10101
10102[[package]]
10103name = "proto"
10104version = "0.1.0"
10105dependencies = [
10106 "anyhow",
10107 "collections",
10108 "prost 0.9.0",
10109 "prost-build 0.9.0",
10110 "serde",
10111]
10112
10113[[package]]
10114name = "protobuf"
10115version = "2.28.0"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10118
10119[[package]]
10120name = "psm"
10121version = "0.1.24"
10122source = "registry+https://github.com/rust-lang/crates.io-index"
10123checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10124dependencies = [
10125 "cc",
10126]
10127
10128[[package]]
10129name = "ptr_meta"
10130version = "0.1.4"
10131source = "registry+https://github.com/rust-lang/crates.io-index"
10132checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10133dependencies = [
10134 "ptr_meta_derive",
10135]
10136
10137[[package]]
10138name = "ptr_meta_derive"
10139version = "0.1.4"
10140source = "registry+https://github.com/rust-lang/crates.io-index"
10141checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10142dependencies = [
10143 "proc-macro2",
10144 "quote",
10145 "syn 1.0.109",
10146]
10147
10148[[package]]
10149name = "pulldown-cmark"
10150version = "0.10.3"
10151source = "registry+https://github.com/rust-lang/crates.io-index"
10152checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10153dependencies = [
10154 "bitflags 2.8.0",
10155 "memchr",
10156 "pulldown-cmark-escape",
10157 "unicase",
10158]
10159
10160[[package]]
10161name = "pulldown-cmark"
10162version = "0.12.2"
10163source = "registry+https://github.com/rust-lang/crates.io-index"
10164checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10165dependencies = [
10166 "bitflags 2.8.0",
10167 "memchr",
10168 "unicase",
10169]
10170
10171[[package]]
10172name = "pulldown-cmark-escape"
10173version = "0.10.1"
10174source = "registry+https://github.com/rust-lang/crates.io-index"
10175checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10176
10177[[package]]
10178name = "qoi"
10179version = "0.4.1"
10180source = "registry+https://github.com/rust-lang/crates.io-index"
10181checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10182dependencies = [
10183 "bytemuck",
10184]
10185
10186[[package]]
10187name = "quick-error"
10188version = "2.0.1"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10191
10192[[package]]
10193name = "quick-xml"
10194version = "0.32.0"
10195source = "registry+https://github.com/rust-lang/crates.io-index"
10196checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10197dependencies = [
10198 "memchr",
10199]
10200
10201[[package]]
10202name = "quick-xml"
10203version = "0.36.2"
10204source = "registry+https://github.com/rust-lang/crates.io-index"
10205checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
10206dependencies = [
10207 "memchr",
10208]
10209
10210[[package]]
10211name = "quinn"
10212version = "0.11.6"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10215dependencies = [
10216 "bytes 1.9.0",
10217 "pin-project-lite",
10218 "quinn-proto",
10219 "quinn-udp",
10220 "rustc-hash 2.1.0",
10221 "rustls 0.23.20",
10222 "socket2",
10223 "thiserror 2.0.6",
10224 "tokio",
10225 "tracing",
10226]
10227
10228[[package]]
10229name = "quinn-proto"
10230version = "0.11.9"
10231source = "registry+https://github.com/rust-lang/crates.io-index"
10232checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10233dependencies = [
10234 "bytes 1.9.0",
10235 "getrandom 0.2.15",
10236 "rand 0.8.5",
10237 "ring",
10238 "rustc-hash 2.1.0",
10239 "rustls 0.23.20",
10240 "rustls-pki-types",
10241 "slab",
10242 "thiserror 2.0.6",
10243 "tinyvec",
10244 "tracing",
10245 "web-time",
10246]
10247
10248[[package]]
10249name = "quinn-udp"
10250version = "0.5.8"
10251source = "registry+https://github.com/rust-lang/crates.io-index"
10252checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527"
10253dependencies = [
10254 "cfg_aliases 0.2.1",
10255 "libc",
10256 "once_cell",
10257 "socket2",
10258 "tracing",
10259 "windows-sys 0.59.0",
10260]
10261
10262[[package]]
10263name = "quote"
10264version = "1.0.38"
10265source = "registry+https://github.com/rust-lang/crates.io-index"
10266checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10267dependencies = [
10268 "proc-macro2",
10269]
10270
10271[[package]]
10272name = "radium"
10273version = "0.7.0"
10274source = "registry+https://github.com/rust-lang/crates.io-index"
10275checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10276
10277[[package]]
10278name = "rand"
10279version = "0.7.3"
10280source = "registry+https://github.com/rust-lang/crates.io-index"
10281checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10282dependencies = [
10283 "getrandom 0.1.16",
10284 "libc",
10285 "rand_chacha 0.2.2",
10286 "rand_core 0.5.1",
10287 "rand_hc",
10288]
10289
10290[[package]]
10291name = "rand"
10292version = "0.8.5"
10293source = "registry+https://github.com/rust-lang/crates.io-index"
10294checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10295dependencies = [
10296 "libc",
10297 "rand_chacha 0.3.1",
10298 "rand_core 0.6.4",
10299]
10300
10301[[package]]
10302name = "rand_chacha"
10303version = "0.2.2"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10306dependencies = [
10307 "ppv-lite86",
10308 "rand_core 0.5.1",
10309]
10310
10311[[package]]
10312name = "rand_chacha"
10313version = "0.3.1"
10314source = "registry+https://github.com/rust-lang/crates.io-index"
10315checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10316dependencies = [
10317 "ppv-lite86",
10318 "rand_core 0.6.4",
10319]
10320
10321[[package]]
10322name = "rand_core"
10323version = "0.5.1"
10324source = "registry+https://github.com/rust-lang/crates.io-index"
10325checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10326dependencies = [
10327 "getrandom 0.1.16",
10328]
10329
10330[[package]]
10331name = "rand_core"
10332version = "0.6.4"
10333source = "registry+https://github.com/rust-lang/crates.io-index"
10334checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10335dependencies = [
10336 "getrandom 0.2.15",
10337]
10338
10339[[package]]
10340name = "rand_hc"
10341version = "0.2.0"
10342source = "registry+https://github.com/rust-lang/crates.io-index"
10343checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10344dependencies = [
10345 "rand_core 0.5.1",
10346]
10347
10348[[package]]
10349name = "rangemap"
10350version = "1.5.1"
10351source = "registry+https://github.com/rust-lang/crates.io-index"
10352checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10353
10354[[package]]
10355name = "rav1e"
10356version = "0.7.1"
10357source = "registry+https://github.com/rust-lang/crates.io-index"
10358checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10359dependencies = [
10360 "arbitrary",
10361 "arg_enum_proc_macro",
10362 "arrayvec",
10363 "av1-grain",
10364 "bitstream-io",
10365 "built",
10366 "cfg-if",
10367 "interpolate_name",
10368 "itertools 0.12.1",
10369 "libc",
10370 "libfuzzer-sys",
10371 "log",
10372 "maybe-rayon",
10373 "new_debug_unreachable",
10374 "noop_proc_macro",
10375 "num-derive",
10376 "num-traits",
10377 "once_cell",
10378 "paste",
10379 "profiling",
10380 "rand 0.8.5",
10381 "rand_chacha 0.3.1",
10382 "simd_helpers",
10383 "system-deps",
10384 "thiserror 1.0.69",
10385 "v_frame",
10386 "wasm-bindgen",
10387]
10388
10389[[package]]
10390name = "ravif"
10391version = "0.11.11"
10392source = "registry+https://github.com/rust-lang/crates.io-index"
10393checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10394dependencies = [
10395 "avif-serialize",
10396 "imgref",
10397 "loop9",
10398 "quick-error",
10399 "rav1e",
10400 "rayon",
10401 "rgb",
10402]
10403
10404[[package]]
10405name = "raw-window-handle"
10406version = "0.6.2"
10407source = "registry+https://github.com/rust-lang/crates.io-index"
10408checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10409
10410[[package]]
10411name = "raw-window-metal"
10412version = "0.4.0"
10413source = "registry+https://github.com/rust-lang/crates.io-index"
10414checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10415dependencies = [
10416 "cocoa 0.25.0",
10417 "core-graphics 0.23.2",
10418 "objc",
10419 "raw-window-handle",
10420]
10421
10422[[package]]
10423name = "rayon"
10424version = "1.10.0"
10425source = "registry+https://github.com/rust-lang/crates.io-index"
10426checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10427dependencies = [
10428 "either",
10429 "rayon-core",
10430]
10431
10432[[package]]
10433name = "rayon-core"
10434version = "1.12.1"
10435source = "registry+https://github.com/rust-lang/crates.io-index"
10436checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10437dependencies = [
10438 "crossbeam-deque",
10439 "crossbeam-utils",
10440]
10441
10442[[package]]
10443name = "read-fonts"
10444version = "0.22.5"
10445source = "registry+https://github.com/rust-lang/crates.io-index"
10446checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10447dependencies = [
10448 "bytemuck",
10449 "font-types",
10450]
10451
10452[[package]]
10453name = "recent_projects"
10454version = "0.1.0"
10455dependencies = [
10456 "anyhow",
10457 "auto_update",
10458 "editor",
10459 "extension_host",
10460 "file_finder",
10461 "futures 0.3.31",
10462 "fuzzy",
10463 "gpui",
10464 "language",
10465 "log",
10466 "markdown",
10467 "menu",
10468 "ordered-float 2.10.1",
10469 "paths",
10470 "picker",
10471 "project",
10472 "release_channel",
10473 "remote",
10474 "schemars",
10475 "serde",
10476 "serde_json",
10477 "settings",
10478 "smol",
10479 "task",
10480 "theme",
10481 "ui",
10482 "util",
10483 "workspace",
10484 "zed_actions",
10485]
10486
10487[[package]]
10488name = "redox_syscall"
10489version = "0.2.16"
10490source = "registry+https://github.com/rust-lang/crates.io-index"
10491checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
10492dependencies = [
10493 "bitflags 1.3.2",
10494]
10495
10496[[package]]
10497name = "redox_syscall"
10498version = "0.5.8"
10499source = "registry+https://github.com/rust-lang/crates.io-index"
10500checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
10501dependencies = [
10502 "bitflags 2.8.0",
10503]
10504
10505[[package]]
10506name = "redox_users"
10507version = "0.4.6"
10508source = "registry+https://github.com/rust-lang/crates.io-index"
10509checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
10510dependencies = [
10511 "getrandom 0.2.15",
10512 "libredox",
10513 "thiserror 1.0.69",
10514]
10515
10516[[package]]
10517name = "refineable"
10518version = "0.1.0"
10519dependencies = [
10520 "derive_refineable",
10521]
10522
10523[[package]]
10524name = "regalloc2"
10525version = "0.9.3"
10526source = "registry+https://github.com/rust-lang/crates.io-index"
10527checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
10528dependencies = [
10529 "hashbrown 0.13.2",
10530 "log",
10531 "rustc-hash 1.1.0",
10532 "slice-group-by",
10533 "smallvec",
10534]
10535
10536[[package]]
10537name = "regex"
10538version = "1.11.1"
10539source = "registry+https://github.com/rust-lang/crates.io-index"
10540checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
10541dependencies = [
10542 "aho-corasick",
10543 "memchr",
10544 "regex-automata 0.4.9",
10545 "regex-syntax 0.8.5",
10546]
10547
10548[[package]]
10549name = "regex-automata"
10550version = "0.1.10"
10551source = "registry+https://github.com/rust-lang/crates.io-index"
10552checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
10553dependencies = [
10554 "regex-syntax 0.6.29",
10555]
10556
10557[[package]]
10558name = "regex-automata"
10559version = "0.4.9"
10560source = "registry+https://github.com/rust-lang/crates.io-index"
10561checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
10562dependencies = [
10563 "aho-corasick",
10564 "memchr",
10565 "regex-syntax 0.8.5",
10566]
10567
10568[[package]]
10569name = "regex-lite"
10570version = "0.1.6"
10571source = "registry+https://github.com/rust-lang/crates.io-index"
10572checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
10573
10574[[package]]
10575name = "regex-syntax"
10576version = "0.6.29"
10577source = "registry+https://github.com/rust-lang/crates.io-index"
10578checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
10579
10580[[package]]
10581name = "regex-syntax"
10582version = "0.8.5"
10583source = "registry+https://github.com/rust-lang/crates.io-index"
10584checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
10585
10586[[package]]
10587name = "release_channel"
10588version = "0.1.0"
10589dependencies = [
10590 "gpui",
10591]
10592
10593[[package]]
10594name = "remote"
10595version = "0.1.0"
10596dependencies = [
10597 "anyhow",
10598 "async-trait",
10599 "collections",
10600 "fs",
10601 "futures 0.3.31",
10602 "gpui",
10603 "itertools 0.14.0",
10604 "log",
10605 "parking_lot",
10606 "paths",
10607 "prost 0.9.0",
10608 "release_channel",
10609 "rpc",
10610 "serde",
10611 "serde_json",
10612 "shlex",
10613 "smol",
10614 "tempfile",
10615 "thiserror 1.0.69",
10616 "util",
10617 "which 6.0.3",
10618]
10619
10620[[package]]
10621name = "remote_server"
10622version = "0.1.0"
10623dependencies = [
10624 "anyhow",
10625 "async-watch",
10626 "backtrace",
10627 "cargo_toml",
10628 "chrono",
10629 "clap",
10630 "client",
10631 "clock",
10632 "env_logger 0.11.6",
10633 "extension",
10634 "extension_host",
10635 "fork",
10636 "fs",
10637 "futures 0.3.31",
10638 "git",
10639 "git_hosting_providers",
10640 "gpui",
10641 "http_client",
10642 "language",
10643 "language_extension",
10644 "languages",
10645 "libc",
10646 "log",
10647 "lsp",
10648 "node_runtime",
10649 "paths",
10650 "project",
10651 "proto",
10652 "release_channel",
10653 "remote",
10654 "reqwest_client",
10655 "rpc",
10656 "rust-embed",
10657 "serde",
10658 "serde_json",
10659 "settings",
10660 "shellexpand 2.1.2",
10661 "smol",
10662 "sysinfo",
10663 "telemetry_events",
10664 "toml 0.8.19",
10665 "util",
10666 "worktree",
10667]
10668
10669[[package]]
10670name = "rend"
10671version = "0.4.2"
10672source = "registry+https://github.com/rust-lang/crates.io-index"
10673checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10674dependencies = [
10675 "bytecheck",
10676]
10677
10678[[package]]
10679name = "repl"
10680version = "0.1.0"
10681dependencies = [
10682 "alacritty_terminal",
10683 "anyhow",
10684 "async-dispatcher",
10685 "async-tungstenite 0.28.2",
10686 "base64 0.22.1",
10687 "client",
10688 "collections",
10689 "command_palette_hooks",
10690 "editor",
10691 "env_logger 0.11.6",
10692 "feature_flags",
10693 "file_icons",
10694 "futures 0.3.31",
10695 "gpui",
10696 "http_client",
10697 "image",
10698 "indoc",
10699 "jupyter-protocol",
10700 "jupyter-websocket-client",
10701 "language",
10702 "languages",
10703 "log",
10704 "markdown_preview",
10705 "menu",
10706 "multi_buffer",
10707 "nbformat",
10708 "picker",
10709 "project",
10710 "runtimelib",
10711 "schemars",
10712 "serde",
10713 "serde_json",
10714 "settings",
10715 "smol",
10716 "telemetry",
10717 "terminal",
10718 "terminal_view",
10719 "theme",
10720 "tree-sitter-md",
10721 "tree-sitter-python",
10722 "tree-sitter-typescript",
10723 "ui",
10724 "util",
10725 "uuid",
10726 "workspace",
10727]
10728
10729[[package]]
10730name = "reqwest"
10731version = "0.11.27"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10734dependencies = [
10735 "base64 0.21.7",
10736 "bytes 1.9.0",
10737 "encoding_rs",
10738 "futures-core",
10739 "futures-util",
10740 "h2 0.3.26",
10741 "http 0.2.12",
10742 "http-body 0.4.6",
10743 "hyper 0.14.32",
10744 "hyper-rustls 0.24.2",
10745 "hyper-tls",
10746 "ipnet",
10747 "js-sys",
10748 "log",
10749 "mime",
10750 "native-tls",
10751 "once_cell",
10752 "percent-encoding",
10753 "pin-project-lite",
10754 "rustls 0.21.12",
10755 "rustls-native-certs 0.6.3",
10756 "rustls-pemfile 1.0.4",
10757 "serde",
10758 "serde_json",
10759 "serde_urlencoded",
10760 "sync_wrapper 0.1.2",
10761 "system-configuration 0.5.1",
10762 "tokio",
10763 "tokio-native-tls",
10764 "tokio-rustls 0.24.1",
10765 "tower-service",
10766 "url",
10767 "wasm-bindgen",
10768 "wasm-bindgen-futures",
10769 "web-sys",
10770 "winreg 0.50.0",
10771]
10772
10773[[package]]
10774name = "reqwest"
10775version = "0.12.8"
10776source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10777dependencies = [
10778 "base64 0.22.1",
10779 "bytes 1.9.0",
10780 "encoding_rs",
10781 "futures-core",
10782 "futures-util",
10783 "h2 0.4.7",
10784 "http 1.2.0",
10785 "http-body 1.0.1",
10786 "http-body-util",
10787 "hyper 1.5.1",
10788 "hyper-rustls 0.27.3",
10789 "hyper-util",
10790 "ipnet",
10791 "js-sys",
10792 "log",
10793 "mime",
10794 "once_cell",
10795 "percent-encoding",
10796 "pin-project-lite",
10797 "quinn",
10798 "rustls 0.23.20",
10799 "rustls-native-certs 0.8.1",
10800 "rustls-pemfile 2.2.0",
10801 "rustls-pki-types",
10802 "serde",
10803 "serde_json",
10804 "serde_urlencoded",
10805 "sync_wrapper 1.0.2",
10806 "system-configuration 0.6.1",
10807 "tokio",
10808 "tokio-rustls 0.26.1",
10809 "tokio-socks",
10810 "tokio-util",
10811 "tower-service",
10812 "url",
10813 "wasm-bindgen",
10814 "wasm-bindgen-futures",
10815 "wasm-streams",
10816 "web-sys",
10817 "windows-registry",
10818]
10819
10820[[package]]
10821name = "reqwest_client"
10822version = "0.1.0"
10823dependencies = [
10824 "anyhow",
10825 "bytes 1.9.0",
10826 "futures 0.3.31",
10827 "gpui",
10828 "http_client",
10829 "log",
10830 "reqwest 0.12.8",
10831 "serde",
10832 "smol",
10833 "tokio",
10834]
10835
10836[[package]]
10837name = "resvg"
10838version = "0.44.0"
10839source = "registry+https://github.com/rust-lang/crates.io-index"
10840checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10841dependencies = [
10842 "log",
10843 "pico-args",
10844 "rgb",
10845 "svgtypes",
10846 "tiny-skia",
10847 "usvg",
10848]
10849
10850[[package]]
10851name = "rfc6979"
10852version = "0.3.1"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10855dependencies = [
10856 "crypto-bigint 0.4.9",
10857 "hmac",
10858 "zeroize",
10859]
10860
10861[[package]]
10862name = "rgb"
10863version = "0.8.50"
10864source = "registry+https://github.com/rust-lang/crates.io-index"
10865checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
10866dependencies = [
10867 "bytemuck",
10868]
10869
10870[[package]]
10871name = "rich_text"
10872version = "0.1.0"
10873dependencies = [
10874 "futures 0.3.31",
10875 "gpui",
10876 "language",
10877 "linkify",
10878 "pulldown-cmark 0.12.2",
10879 "theme",
10880 "ui",
10881 "util",
10882]
10883
10884[[package]]
10885name = "ring"
10886version = "0.17.8"
10887source = "registry+https://github.com/rust-lang/crates.io-index"
10888checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10889dependencies = [
10890 "cc",
10891 "cfg-if",
10892 "getrandom 0.2.15",
10893 "libc",
10894 "spin",
10895 "untrusted",
10896 "windows-sys 0.52.0",
10897]
10898
10899[[package]]
10900name = "rkyv"
10901version = "0.7.45"
10902source = "registry+https://github.com/rust-lang/crates.io-index"
10903checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10904dependencies = [
10905 "bitvec",
10906 "bytecheck",
10907 "bytes 1.9.0",
10908 "hashbrown 0.12.3",
10909 "ptr_meta",
10910 "rend",
10911 "rkyv_derive",
10912 "seahash",
10913 "tinyvec",
10914 "uuid",
10915]
10916
10917[[package]]
10918name = "rkyv_derive"
10919version = "0.7.45"
10920source = "registry+https://github.com/rust-lang/crates.io-index"
10921checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10922dependencies = [
10923 "proc-macro2",
10924 "quote",
10925 "syn 1.0.109",
10926]
10927
10928[[package]]
10929name = "rmp"
10930version = "0.8.14"
10931source = "registry+https://github.com/rust-lang/crates.io-index"
10932checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10933dependencies = [
10934 "byteorder",
10935 "num-traits",
10936 "paste",
10937]
10938
10939[[package]]
10940name = "rmpv"
10941version = "1.3.0"
10942source = "registry+https://github.com/rust-lang/crates.io-index"
10943checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10944dependencies = [
10945 "num-traits",
10946 "rmp",
10947]
10948
10949[[package]]
10950name = "rodio"
10951version = "0.20.1"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
10954dependencies = [
10955 "cpal",
10956 "hound",
10957]
10958
10959[[package]]
10960name = "rope"
10961version = "0.1.0"
10962dependencies = [
10963 "arrayvec",
10964 "criterion",
10965 "ctor",
10966 "env_logger 0.11.6",
10967 "gpui",
10968 "log",
10969 "rand 0.8.5",
10970 "rayon",
10971 "smallvec",
10972 "sum_tree",
10973 "unicode-segmentation",
10974 "util",
10975]
10976
10977[[package]]
10978name = "roxmltree"
10979version = "0.20.0"
10980source = "registry+https://github.com/rust-lang/crates.io-index"
10981checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10982
10983[[package]]
10984name = "rpc"
10985version = "0.1.0"
10986dependencies = [
10987 "anyhow",
10988 "async-tungstenite 0.28.2",
10989 "base64 0.22.1",
10990 "chrono",
10991 "collections",
10992 "env_logger 0.11.6",
10993 "futures 0.3.31",
10994 "gpui",
10995 "parking_lot",
10996 "proto",
10997 "rand 0.8.5",
10998 "rsa",
10999 "serde",
11000 "serde_json",
11001 "sha2",
11002 "strum",
11003 "tracing",
11004 "util",
11005 "zstd",
11006]
11007
11008[[package]]
11009name = "rsa"
11010version = "0.9.7"
11011source = "registry+https://github.com/rust-lang/crates.io-index"
11012checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
11013dependencies = [
11014 "const-oid",
11015 "digest",
11016 "num-bigint-dig",
11017 "num-integer",
11018 "num-traits",
11019 "pkcs1",
11020 "pkcs8 0.10.2",
11021 "rand_core 0.6.4",
11022 "signature 2.2.0",
11023 "spki 0.7.3",
11024 "subtle",
11025 "zeroize",
11026]
11027
11028[[package]]
11029name = "runtimelib"
11030version = "0.25.0"
11031source = "registry+https://github.com/rust-lang/crates.io-index"
11032checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11033dependencies = [
11034 "anyhow",
11035 "async-dispatcher",
11036 "async-std",
11037 "base64 0.22.1",
11038 "bytes 1.9.0",
11039 "chrono",
11040 "data-encoding",
11041 "dirs 5.0.1",
11042 "futures 0.3.31",
11043 "glob",
11044 "jupyter-protocol",
11045 "ring",
11046 "serde",
11047 "serde_json",
11048 "shellexpand 3.1.0",
11049 "smol",
11050 "uuid",
11051 "zeromq",
11052]
11053
11054[[package]]
11055name = "rust-embed"
11056version = "8.5.0"
11057source = "registry+https://github.com/rust-lang/crates.io-index"
11058checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11059dependencies = [
11060 "rust-embed-impl",
11061 "rust-embed-utils",
11062 "walkdir",
11063]
11064
11065[[package]]
11066name = "rust-embed-impl"
11067version = "8.5.0"
11068source = "registry+https://github.com/rust-lang/crates.io-index"
11069checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11070dependencies = [
11071 "proc-macro2",
11072 "quote",
11073 "rust-embed-utils",
11074 "syn 2.0.90",
11075 "walkdir",
11076]
11077
11078[[package]]
11079name = "rust-embed-utils"
11080version = "8.5.0"
11081source = "registry+https://github.com/rust-lang/crates.io-index"
11082checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11083dependencies = [
11084 "globset",
11085 "sha2",
11086 "walkdir",
11087]
11088
11089[[package]]
11090name = "rust_decimal"
11091version = "1.36.0"
11092source = "registry+https://github.com/rust-lang/crates.io-index"
11093checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11094dependencies = [
11095 "arrayvec",
11096 "borsh",
11097 "bytes 1.9.0",
11098 "num-traits",
11099 "rand 0.8.5",
11100 "rkyv",
11101 "serde",
11102 "serde_json",
11103]
11104
11105[[package]]
11106name = "rustc-demangle"
11107version = "0.1.24"
11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11110
11111[[package]]
11112name = "rustc-hash"
11113version = "1.1.0"
11114source = "registry+https://github.com/rust-lang/crates.io-index"
11115checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11116
11117[[package]]
11118name = "rustc-hash"
11119version = "2.1.0"
11120source = "registry+https://github.com/rust-lang/crates.io-index"
11121checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
11122
11123[[package]]
11124name = "rustc_version"
11125version = "0.4.1"
11126source = "registry+https://github.com/rust-lang/crates.io-index"
11127checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11128dependencies = [
11129 "semver",
11130]
11131
11132[[package]]
11133name = "rustix"
11134version = "0.38.42"
11135source = "registry+https://github.com/rust-lang/crates.io-index"
11136checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11137dependencies = [
11138 "bitflags 2.8.0",
11139 "errno 0.3.10",
11140 "itoa",
11141 "libc",
11142 "linux-raw-sys",
11143 "once_cell",
11144 "windows-sys 0.59.0",
11145]
11146
11147[[package]]
11148name = "rustix-openpty"
11149version = "0.1.1"
11150source = "registry+https://github.com/rust-lang/crates.io-index"
11151checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11152dependencies = [
11153 "errno 0.3.10",
11154 "libc",
11155 "rustix",
11156]
11157
11158[[package]]
11159name = "rustls"
11160version = "0.21.12"
11161source = "registry+https://github.com/rust-lang/crates.io-index"
11162checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11163dependencies = [
11164 "log",
11165 "ring",
11166 "rustls-webpki 0.101.7",
11167 "sct",
11168]
11169
11170[[package]]
11171name = "rustls"
11172version = "0.23.20"
11173source = "registry+https://github.com/rust-lang/crates.io-index"
11174checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
11175dependencies = [
11176 "once_cell",
11177 "ring",
11178 "rustls-pki-types",
11179 "rustls-webpki 0.102.8",
11180 "subtle",
11181 "zeroize",
11182]
11183
11184[[package]]
11185name = "rustls-native-certs"
11186version = "0.6.3"
11187source = "registry+https://github.com/rust-lang/crates.io-index"
11188checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11189dependencies = [
11190 "openssl-probe",
11191 "rustls-pemfile 1.0.4",
11192 "schannel",
11193 "security-framework 2.11.1",
11194]
11195
11196[[package]]
11197name = "rustls-native-certs"
11198version = "0.8.1"
11199source = "registry+https://github.com/rust-lang/crates.io-index"
11200checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11201dependencies = [
11202 "openssl-probe",
11203 "rustls-pki-types",
11204 "schannel",
11205 "security-framework 3.0.1",
11206]
11207
11208[[package]]
11209name = "rustls-pemfile"
11210version = "1.0.4"
11211source = "registry+https://github.com/rust-lang/crates.io-index"
11212checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11213dependencies = [
11214 "base64 0.21.7",
11215]
11216
11217[[package]]
11218name = "rustls-pemfile"
11219version = "2.2.0"
11220source = "registry+https://github.com/rust-lang/crates.io-index"
11221checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11222dependencies = [
11223 "rustls-pki-types",
11224]
11225
11226[[package]]
11227name = "rustls-pki-types"
11228version = "1.10.0"
11229source = "registry+https://github.com/rust-lang/crates.io-index"
11230checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11231dependencies = [
11232 "web-time",
11233]
11234
11235[[package]]
11236name = "rustls-webpki"
11237version = "0.101.7"
11238source = "registry+https://github.com/rust-lang/crates.io-index"
11239checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11240dependencies = [
11241 "ring",
11242 "untrusted",
11243]
11244
11245[[package]]
11246name = "rustls-webpki"
11247version = "0.102.8"
11248source = "registry+https://github.com/rust-lang/crates.io-index"
11249checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11250dependencies = [
11251 "ring",
11252 "rustls-pki-types",
11253 "untrusted",
11254]
11255
11256[[package]]
11257name = "rustversion"
11258version = "1.0.18"
11259source = "registry+https://github.com/rust-lang/crates.io-index"
11260checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11261
11262[[package]]
11263name = "rustybuzz"
11264version = "0.14.1"
11265source = "registry+https://github.com/rust-lang/crates.io-index"
11266checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11267dependencies = [
11268 "bitflags 2.8.0",
11269 "bytemuck",
11270 "libm",
11271 "smallvec",
11272 "ttf-parser",
11273 "unicode-bidi-mirroring",
11274 "unicode-ccc",
11275 "unicode-properties",
11276 "unicode-script",
11277]
11278
11279[[package]]
11280name = "ryu"
11281version = "1.0.18"
11282source = "registry+https://github.com/rust-lang/crates.io-index"
11283checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11284
11285[[package]]
11286name = "salsa20"
11287version = "0.10.2"
11288source = "registry+https://github.com/rust-lang/crates.io-index"
11289checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11290dependencies = [
11291 "cipher",
11292]
11293
11294[[package]]
11295name = "same-file"
11296version = "1.0.6"
11297source = "registry+https://github.com/rust-lang/crates.io-index"
11298checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11299dependencies = [
11300 "winapi-util",
11301]
11302
11303[[package]]
11304name = "schannel"
11305version = "0.1.27"
11306source = "registry+https://github.com/rust-lang/crates.io-index"
11307checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11308dependencies = [
11309 "windows-sys 0.59.0",
11310]
11311
11312[[package]]
11313name = "schemars"
11314version = "0.8.21"
11315source = "registry+https://github.com/rust-lang/crates.io-index"
11316checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11317dependencies = [
11318 "dyn-clone",
11319 "indexmap",
11320 "schemars_derive",
11321 "serde",
11322 "serde_json",
11323]
11324
11325[[package]]
11326name = "schemars_derive"
11327version = "0.8.21"
11328source = "registry+https://github.com/rust-lang/crates.io-index"
11329checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11330dependencies = [
11331 "proc-macro2",
11332 "quote",
11333 "serde_derive_internals",
11334 "syn 2.0.90",
11335]
11336
11337[[package]]
11338name = "scoped-tls"
11339version = "1.0.1"
11340source = "registry+https://github.com/rust-lang/crates.io-index"
11341checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11342
11343[[package]]
11344name = "scopeguard"
11345version = "1.2.0"
11346source = "registry+https://github.com/rust-lang/crates.io-index"
11347checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11348
11349[[package]]
11350name = "scratch"
11351version = "1.0.7"
11352source = "registry+https://github.com/rust-lang/crates.io-index"
11353checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11354
11355[[package]]
11356name = "scrypt"
11357version = "0.11.0"
11358source = "registry+https://github.com/rust-lang/crates.io-index"
11359checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11360dependencies = [
11361 "password-hash 0.5.0",
11362 "pbkdf2 0.12.2",
11363 "salsa20",
11364 "sha2",
11365]
11366
11367[[package]]
11368name = "sct"
11369version = "0.7.1"
11370source = "registry+https://github.com/rust-lang/crates.io-index"
11371checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11372dependencies = [
11373 "ring",
11374 "untrusted",
11375]
11376
11377[[package]]
11378name = "sea-bae"
11379version = "0.2.1"
11380source = "registry+https://github.com/rust-lang/crates.io-index"
11381checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11382dependencies = [
11383 "heck 0.4.1",
11384 "proc-macro-error2",
11385 "proc-macro2",
11386 "quote",
11387 "syn 2.0.90",
11388]
11389
11390[[package]]
11391name = "sea-orm"
11392version = "1.1.4"
11393source = "registry+https://github.com/rust-lang/crates.io-index"
11394checksum = "1a93194430b419da0801f404baf3b986399d6a2a4f43bc79bc96dea83f92ca43"
11395dependencies = [
11396 "async-stream",
11397 "async-trait",
11398 "bigdecimal",
11399 "chrono",
11400 "futures 0.3.31",
11401 "log",
11402 "ouroboros",
11403 "rust_decimal",
11404 "sea-orm-macros",
11405 "sea-query",
11406 "sea-query-binder",
11407 "serde",
11408 "serde_json",
11409 "sqlx",
11410 "strum",
11411 "thiserror 1.0.69",
11412 "time",
11413 "tracing",
11414 "url",
11415 "uuid",
11416]
11417
11418[[package]]
11419name = "sea-orm-macros"
11420version = "1.1.4"
11421source = "registry+https://github.com/rust-lang/crates.io-index"
11422checksum = "d19e8f22fb474a8a622eb516c46885a080535d8d559386188f525977eaad32b3"
11423dependencies = [
11424 "heck 0.4.1",
11425 "proc-macro2",
11426 "quote",
11427 "sea-bae",
11428 "syn 2.0.90",
11429 "unicode-ident",
11430]
11431
11432[[package]]
11433name = "sea-query"
11434version = "0.32.1"
11435source = "registry+https://github.com/rust-lang/crates.io-index"
11436checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
11437dependencies = [
11438 "bigdecimal",
11439 "chrono",
11440 "inherent",
11441 "ordered-float 3.9.2",
11442 "rust_decimal",
11443 "serde_json",
11444 "time",
11445 "uuid",
11446]
11447
11448[[package]]
11449name = "sea-query-binder"
11450version = "0.7.0"
11451source = "registry+https://github.com/rust-lang/crates.io-index"
11452checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
11453dependencies = [
11454 "bigdecimal",
11455 "chrono",
11456 "rust_decimal",
11457 "sea-query",
11458 "serde_json",
11459 "sqlx",
11460 "time",
11461 "uuid",
11462]
11463
11464[[package]]
11465name = "seahash"
11466version = "4.1.0"
11467source = "registry+https://github.com/rust-lang/crates.io-index"
11468checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
11469
11470[[package]]
11471name = "search"
11472version = "0.1.0"
11473dependencies = [
11474 "any_vec",
11475 "anyhow",
11476 "bitflags 2.8.0",
11477 "client",
11478 "collections",
11479 "editor",
11480 "futures 0.3.31",
11481 "gpui",
11482 "language",
11483 "menu",
11484 "project",
11485 "schemars",
11486 "serde",
11487 "serde_json",
11488 "settings",
11489 "smol",
11490 "theme",
11491 "ui",
11492 "unindent",
11493 "util",
11494 "workspace",
11495]
11496
11497[[package]]
11498name = "sec1"
11499version = "0.3.0"
11500source = "registry+https://github.com/rust-lang/crates.io-index"
11501checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
11502dependencies = [
11503 "base16ct",
11504 "der 0.6.1",
11505 "generic-array",
11506 "pkcs8 0.9.0",
11507 "subtle",
11508 "zeroize",
11509]
11510
11511[[package]]
11512name = "security-framework"
11513version = "2.11.1"
11514source = "registry+https://github.com/rust-lang/crates.io-index"
11515checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
11516dependencies = [
11517 "bitflags 2.8.0",
11518 "core-foundation 0.9.4",
11519 "core-foundation-sys",
11520 "libc",
11521 "security-framework-sys",
11522]
11523
11524[[package]]
11525name = "security-framework"
11526version = "3.0.1"
11527source = "registry+https://github.com/rust-lang/crates.io-index"
11528checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
11529dependencies = [
11530 "bitflags 2.8.0",
11531 "core-foundation 0.10.0",
11532 "core-foundation-sys",
11533 "libc",
11534 "security-framework-sys",
11535]
11536
11537[[package]]
11538name = "security-framework-sys"
11539version = "2.12.1"
11540source = "registry+https://github.com/rust-lang/crates.io-index"
11541checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
11542dependencies = [
11543 "core-foundation-sys",
11544 "libc",
11545]
11546
11547[[package]]
11548name = "self_cell"
11549version = "1.1.0"
11550source = "registry+https://github.com/rust-lang/crates.io-index"
11551checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
11552
11553[[package]]
11554name = "semantic_index"
11555version = "0.1.0"
11556dependencies = [
11557 "anyhow",
11558 "arrayvec",
11559 "blake3",
11560 "client",
11561 "clock",
11562 "collections",
11563 "env_logger 0.11.6",
11564 "feature_flags",
11565 "fs",
11566 "futures 0.3.31",
11567 "futures-batch",
11568 "gpui",
11569 "heed",
11570 "http_client",
11571 "language",
11572 "language_model",
11573 "languages",
11574 "log",
11575 "open_ai",
11576 "parking_lot",
11577 "project",
11578 "reqwest_client",
11579 "serde",
11580 "serde_json",
11581 "settings",
11582 "sha2",
11583 "smol",
11584 "tempfile",
11585 "theme",
11586 "tree-sitter",
11587 "ui",
11588 "unindent",
11589 "util",
11590 "workspace",
11591 "worktree",
11592]
11593
11594[[package]]
11595name = "semantic_version"
11596version = "0.1.0"
11597dependencies = [
11598 "anyhow",
11599 "serde",
11600]
11601
11602[[package]]
11603name = "semver"
11604version = "1.0.25"
11605source = "registry+https://github.com/rust-lang/crates.io-index"
11606checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
11607dependencies = [
11608 "serde",
11609]
11610
11611[[package]]
11612name = "serde"
11613version = "1.0.217"
11614source = "registry+https://github.com/rust-lang/crates.io-index"
11615checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
11616dependencies = [
11617 "serde_derive",
11618]
11619
11620[[package]]
11621name = "serde_derive"
11622version = "1.0.217"
11623source = "registry+https://github.com/rust-lang/crates.io-index"
11624checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
11625dependencies = [
11626 "proc-macro2",
11627 "quote",
11628 "syn 2.0.90",
11629]
11630
11631[[package]]
11632name = "serde_derive_internals"
11633version = "0.29.1"
11634source = "registry+https://github.com/rust-lang/crates.io-index"
11635checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11636dependencies = [
11637 "proc-macro2",
11638 "quote",
11639 "syn 2.0.90",
11640]
11641
11642[[package]]
11643name = "serde_fmt"
11644version = "1.0.3"
11645source = "registry+https://github.com/rust-lang/crates.io-index"
11646checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11647dependencies = [
11648 "serde",
11649]
11650
11651[[package]]
11652name = "serde_json"
11653version = "1.0.137"
11654source = "registry+https://github.com/rust-lang/crates.io-index"
11655checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
11656dependencies = [
11657 "indexmap",
11658 "itoa",
11659 "memchr",
11660 "ryu",
11661 "serde",
11662]
11663
11664[[package]]
11665name = "serde_json_lenient"
11666version = "0.2.4"
11667source = "registry+https://github.com/rust-lang/crates.io-index"
11668checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
11669dependencies = [
11670 "indexmap",
11671 "itoa",
11672 "memchr",
11673 "ryu",
11674 "serde",
11675]
11676
11677[[package]]
11678name = "serde_path_to_error"
11679version = "0.1.16"
11680source = "registry+https://github.com/rust-lang/crates.io-index"
11681checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11682dependencies = [
11683 "itoa",
11684 "serde",
11685]
11686
11687[[package]]
11688name = "serde_qs"
11689version = "0.8.5"
11690source = "registry+https://github.com/rust-lang/crates.io-index"
11691checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11692dependencies = [
11693 "percent-encoding",
11694 "serde",
11695 "thiserror 1.0.69",
11696]
11697
11698[[package]]
11699name = "serde_qs"
11700version = "0.10.1"
11701source = "registry+https://github.com/rust-lang/crates.io-index"
11702checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11703dependencies = [
11704 "percent-encoding",
11705 "serde",
11706 "thiserror 1.0.69",
11707]
11708
11709[[package]]
11710name = "serde_repr"
11711version = "0.1.19"
11712source = "registry+https://github.com/rust-lang/crates.io-index"
11713checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11714dependencies = [
11715 "proc-macro2",
11716 "quote",
11717 "syn 2.0.90",
11718]
11719
11720[[package]]
11721name = "serde_spanned"
11722version = "0.6.8"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
11725dependencies = [
11726 "serde",
11727]
11728
11729[[package]]
11730name = "serde_urlencoded"
11731version = "0.7.1"
11732source = "registry+https://github.com/rust-lang/crates.io-index"
11733checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11734dependencies = [
11735 "form_urlencoded",
11736 "itoa",
11737 "ryu",
11738 "serde",
11739]
11740
11741[[package]]
11742name = "session"
11743version = "0.1.0"
11744dependencies = [
11745 "db",
11746 "gpui",
11747 "serde_json",
11748 "util",
11749 "uuid",
11750]
11751
11752[[package]]
11753name = "settings"
11754version = "0.1.0"
11755dependencies = [
11756 "anyhow",
11757 "collections",
11758 "ec4rs",
11759 "fs",
11760 "futures 0.3.31",
11761 "gpui",
11762 "indoc",
11763 "log",
11764 "paths",
11765 "pretty_assertions",
11766 "release_channel",
11767 "rust-embed",
11768 "schemars",
11769 "serde",
11770 "serde_derive",
11771 "serde_json",
11772 "serde_json_lenient",
11773 "smallvec",
11774 "tree-sitter",
11775 "tree-sitter-json",
11776 "unindent",
11777 "util",
11778]
11779
11780[[package]]
11781name = "settings_ui"
11782version = "0.1.0"
11783dependencies = [
11784 "command_palette_hooks",
11785 "editor",
11786 "feature_flags",
11787 "gpui",
11788 "settings",
11789 "theme",
11790 "ui",
11791 "workspace",
11792]
11793
11794[[package]]
11795name = "sha1"
11796version = "0.10.6"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11799dependencies = [
11800 "cfg-if",
11801 "cpufeatures",
11802 "digest",
11803]
11804
11805[[package]]
11806name = "sha1_smol"
11807version = "1.0.1"
11808source = "registry+https://github.com/rust-lang/crates.io-index"
11809checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11810
11811[[package]]
11812name = "sha2"
11813version = "0.10.8"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11816dependencies = [
11817 "cfg-if",
11818 "cpufeatures",
11819 "digest",
11820]
11821
11822[[package]]
11823name = "sharded-slab"
11824version = "0.1.7"
11825source = "registry+https://github.com/rust-lang/crates.io-index"
11826checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11827dependencies = [
11828 "lazy_static",
11829]
11830
11831[[package]]
11832name = "shell-words"
11833version = "1.1.0"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11836
11837[[package]]
11838name = "shellexpand"
11839version = "2.1.2"
11840source = "registry+https://github.com/rust-lang/crates.io-index"
11841checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11842dependencies = [
11843 "dirs 4.0.0",
11844]
11845
11846[[package]]
11847name = "shellexpand"
11848version = "3.1.0"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11851dependencies = [
11852 "dirs 5.0.1",
11853]
11854
11855[[package]]
11856name = "shlex"
11857version = "1.3.0"
11858source = "registry+https://github.com/rust-lang/crates.io-index"
11859checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11860
11861[[package]]
11862name = "signal-hook"
11863version = "0.3.17"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11866dependencies = [
11867 "libc",
11868 "signal-hook-registry",
11869]
11870
11871[[package]]
11872name = "signal-hook-registry"
11873version = "1.4.2"
11874source = "registry+https://github.com/rust-lang/crates.io-index"
11875checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11876dependencies = [
11877 "libc",
11878]
11879
11880[[package]]
11881name = "signature"
11882version = "1.6.4"
11883source = "registry+https://github.com/rust-lang/crates.io-index"
11884checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11885dependencies = [
11886 "digest",
11887 "rand_core 0.6.4",
11888]
11889
11890[[package]]
11891name = "signature"
11892version = "2.2.0"
11893source = "registry+https://github.com/rust-lang/crates.io-index"
11894checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11895dependencies = [
11896 "digest",
11897 "rand_core 0.6.4",
11898]
11899
11900[[package]]
11901name = "simd-adler32"
11902version = "0.3.7"
11903source = "registry+https://github.com/rust-lang/crates.io-index"
11904checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11905
11906[[package]]
11907name = "simd_helpers"
11908version = "0.1.0"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11911dependencies = [
11912 "quote",
11913]
11914
11915[[package]]
11916name = "simdutf8"
11917version = "0.1.5"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
11920
11921[[package]]
11922name = "similar"
11923version = "1.3.0"
11924source = "registry+https://github.com/rust-lang/crates.io-index"
11925checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11926
11927[[package]]
11928name = "simple_asn1"
11929version = "0.6.2"
11930source = "registry+https://github.com/rust-lang/crates.io-index"
11931checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11932dependencies = [
11933 "num-bigint",
11934 "num-traits",
11935 "thiserror 1.0.69",
11936 "time",
11937]
11938
11939[[package]]
11940name = "simplecss"
11941version = "0.2.1"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11944dependencies = [
11945 "log",
11946]
11947
11948[[package]]
11949name = "simplelog"
11950version = "0.12.2"
11951source = "registry+https://github.com/rust-lang/crates.io-index"
11952checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11953dependencies = [
11954 "log",
11955 "termcolor",
11956 "time",
11957]
11958
11959[[package]]
11960name = "siphasher"
11961version = "0.3.11"
11962source = "registry+https://github.com/rust-lang/crates.io-index"
11963checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11964
11965[[package]]
11966name = "siphasher"
11967version = "1.0.1"
11968source = "registry+https://github.com/rust-lang/crates.io-index"
11969checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11970
11971[[package]]
11972name = "skrifa"
11973version = "0.22.3"
11974source = "registry+https://github.com/rust-lang/crates.io-index"
11975checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
11976dependencies = [
11977 "bytemuck",
11978 "read-fonts",
11979]
11980
11981[[package]]
11982name = "slab"
11983version = "0.4.9"
11984source = "registry+https://github.com/rust-lang/crates.io-index"
11985checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11986dependencies = [
11987 "autocfg",
11988]
11989
11990[[package]]
11991name = "slash_commands_example"
11992version = "0.1.0"
11993dependencies = [
11994 "zed_extension_api 0.1.0",
11995]
11996
11997[[package]]
11998name = "slice-group-by"
11999version = "0.3.1"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
12002
12003[[package]]
12004name = "slotmap"
12005version = "1.0.7"
12006source = "registry+https://github.com/rust-lang/crates.io-index"
12007checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12008dependencies = [
12009 "version_check",
12010]
12011
12012[[package]]
12013name = "smallvec"
12014version = "1.13.2"
12015source = "registry+https://github.com/rust-lang/crates.io-index"
12016checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
12017dependencies = [
12018 "serde",
12019]
12020
12021[[package]]
12022name = "smart-default"
12023version = "0.6.0"
12024source = "registry+https://github.com/rust-lang/crates.io-index"
12025checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12026dependencies = [
12027 "proc-macro2",
12028 "quote",
12029 "syn 1.0.109",
12030]
12031
12032[[package]]
12033name = "smol"
12034version = "2.0.2"
12035source = "registry+https://github.com/rust-lang/crates.io-index"
12036checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12037dependencies = [
12038 "async-channel 2.3.1",
12039 "async-executor",
12040 "async-fs",
12041 "async-io",
12042 "async-lock",
12043 "async-net",
12044 "async-process",
12045 "blocking",
12046 "futures-lite 2.5.0",
12047]
12048
12049[[package]]
12050name = "smol_str"
12051version = "0.1.24"
12052source = "registry+https://github.com/rust-lang/crates.io-index"
12053checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12054dependencies = [
12055 "serde",
12056]
12057
12058[[package]]
12059name = "snippet"
12060version = "0.1.0"
12061dependencies = [
12062 "anyhow",
12063 "smallvec",
12064]
12065
12066[[package]]
12067name = "snippet_provider"
12068version = "0.1.0"
12069dependencies = [
12070 "anyhow",
12071 "collections",
12072 "extension",
12073 "fs",
12074 "futures 0.3.31",
12075 "gpui",
12076 "parking_lot",
12077 "paths",
12078 "schemars",
12079 "serde",
12080 "serde_json",
12081 "snippet",
12082 "util",
12083]
12084
12085[[package]]
12086name = "snippets_ui"
12087version = "0.1.0"
12088dependencies = [
12089 "fuzzy",
12090 "gpui",
12091 "language",
12092 "paths",
12093 "picker",
12094 "ui",
12095 "util",
12096 "workspace",
12097]
12098
12099[[package]]
12100name = "socket2"
12101version = "0.5.8"
12102source = "registry+https://github.com/rust-lang/crates.io-index"
12103checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12104dependencies = [
12105 "libc",
12106 "windows-sys 0.52.0",
12107]
12108
12109[[package]]
12110name = "spdx"
12111version = "0.10.7"
12112source = "registry+https://github.com/rust-lang/crates.io-index"
12113checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12114dependencies = [
12115 "smallvec",
12116]
12117
12118[[package]]
12119name = "spin"
12120version = "0.9.8"
12121source = "registry+https://github.com/rust-lang/crates.io-index"
12122checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12123dependencies = [
12124 "lock_api",
12125]
12126
12127[[package]]
12128name = "spirv"
12129version = "0.3.0+sdk-1.3.268.0"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12132dependencies = [
12133 "bitflags 2.8.0",
12134]
12135
12136[[package]]
12137name = "spki"
12138version = "0.6.0"
12139source = "registry+https://github.com/rust-lang/crates.io-index"
12140checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12141dependencies = [
12142 "base64ct",
12143 "der 0.6.1",
12144]
12145
12146[[package]]
12147name = "spki"
12148version = "0.7.3"
12149source = "registry+https://github.com/rust-lang/crates.io-index"
12150checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12151dependencies = [
12152 "base64ct",
12153 "der 0.7.9",
12154]
12155
12156[[package]]
12157name = "sptr"
12158version = "0.3.2"
12159source = "registry+https://github.com/rust-lang/crates.io-index"
12160checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12161
12162[[package]]
12163name = "sqlez"
12164version = "0.1.0"
12165dependencies = [
12166 "anyhow",
12167 "collections",
12168 "futures 0.3.31",
12169 "indoc",
12170 "libsqlite3-sys",
12171 "parking_lot",
12172 "smol",
12173 "sqlformat",
12174 "thread_local",
12175 "util",
12176 "uuid",
12177]
12178
12179[[package]]
12180name = "sqlez_macros"
12181version = "0.1.0"
12182dependencies = [
12183 "sqlez",
12184 "sqlformat",
12185 "syn 1.0.109",
12186]
12187
12188[[package]]
12189name = "sqlformat"
12190version = "0.2.6"
12191source = "registry+https://github.com/rust-lang/crates.io-index"
12192checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12193dependencies = [
12194 "nom",
12195 "unicode_categories",
12196]
12197
12198[[package]]
12199name = "sqlx"
12200version = "0.8.2"
12201source = "registry+https://github.com/rust-lang/crates.io-index"
12202checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
12203dependencies = [
12204 "sqlx-core",
12205 "sqlx-macros",
12206 "sqlx-mysql",
12207 "sqlx-postgres",
12208 "sqlx-sqlite",
12209]
12210
12211[[package]]
12212name = "sqlx-core"
12213version = "0.8.2"
12214source = "registry+https://github.com/rust-lang/crates.io-index"
12215checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
12216dependencies = [
12217 "atoi",
12218 "bigdecimal",
12219 "byteorder",
12220 "bytes 1.9.0",
12221 "chrono",
12222 "crc",
12223 "crossbeam-queue",
12224 "either",
12225 "event-listener 5.3.1",
12226 "futures-channel",
12227 "futures-core",
12228 "futures-intrusive",
12229 "futures-io",
12230 "futures-util",
12231 "hashbrown 0.14.5",
12232 "hashlink 0.9.1",
12233 "hex",
12234 "indexmap",
12235 "log",
12236 "memchr",
12237 "once_cell",
12238 "paste",
12239 "percent-encoding",
12240 "rust_decimal",
12241 "rustls 0.23.20",
12242 "rustls-pemfile 2.2.0",
12243 "serde",
12244 "serde_json",
12245 "sha2",
12246 "smallvec",
12247 "sqlformat",
12248 "thiserror 1.0.69",
12249 "time",
12250 "tokio",
12251 "tokio-stream",
12252 "tracing",
12253 "url",
12254 "uuid",
12255 "webpki-roots 0.26.7",
12256]
12257
12258[[package]]
12259name = "sqlx-macros"
12260version = "0.8.2"
12261source = "registry+https://github.com/rust-lang/crates.io-index"
12262checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
12263dependencies = [
12264 "proc-macro2",
12265 "quote",
12266 "sqlx-core",
12267 "sqlx-macros-core",
12268 "syn 2.0.90",
12269]
12270
12271[[package]]
12272name = "sqlx-macros-core"
12273version = "0.8.2"
12274source = "registry+https://github.com/rust-lang/crates.io-index"
12275checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
12276dependencies = [
12277 "dotenvy",
12278 "either",
12279 "heck 0.5.0",
12280 "hex",
12281 "once_cell",
12282 "proc-macro2",
12283 "quote",
12284 "serde",
12285 "serde_json",
12286 "sha2",
12287 "sqlx-core",
12288 "sqlx-mysql",
12289 "sqlx-postgres",
12290 "sqlx-sqlite",
12291 "syn 2.0.90",
12292 "tempfile",
12293 "tokio",
12294 "url",
12295]
12296
12297[[package]]
12298name = "sqlx-mysql"
12299version = "0.8.2"
12300source = "registry+https://github.com/rust-lang/crates.io-index"
12301checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
12302dependencies = [
12303 "atoi",
12304 "base64 0.22.1",
12305 "bigdecimal",
12306 "bitflags 2.8.0",
12307 "byteorder",
12308 "bytes 1.9.0",
12309 "chrono",
12310 "crc",
12311 "digest",
12312 "dotenvy",
12313 "either",
12314 "futures-channel",
12315 "futures-core",
12316 "futures-io",
12317 "futures-util",
12318 "generic-array",
12319 "hex",
12320 "hkdf",
12321 "hmac",
12322 "itoa",
12323 "log",
12324 "md-5",
12325 "memchr",
12326 "once_cell",
12327 "percent-encoding",
12328 "rand 0.8.5",
12329 "rsa",
12330 "rust_decimal",
12331 "serde",
12332 "sha1",
12333 "sha2",
12334 "smallvec",
12335 "sqlx-core",
12336 "stringprep",
12337 "thiserror 1.0.69",
12338 "time",
12339 "tracing",
12340 "uuid",
12341 "whoami",
12342]
12343
12344[[package]]
12345name = "sqlx-postgres"
12346version = "0.8.2"
12347source = "registry+https://github.com/rust-lang/crates.io-index"
12348checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
12349dependencies = [
12350 "atoi",
12351 "base64 0.22.1",
12352 "bigdecimal",
12353 "bitflags 2.8.0",
12354 "byteorder",
12355 "chrono",
12356 "crc",
12357 "dotenvy",
12358 "etcetera",
12359 "futures-channel",
12360 "futures-core",
12361 "futures-io",
12362 "futures-util",
12363 "hex",
12364 "hkdf",
12365 "hmac",
12366 "home",
12367 "itoa",
12368 "log",
12369 "md-5",
12370 "memchr",
12371 "num-bigint",
12372 "once_cell",
12373 "rand 0.8.5",
12374 "rust_decimal",
12375 "serde",
12376 "serde_json",
12377 "sha2",
12378 "smallvec",
12379 "sqlx-core",
12380 "stringprep",
12381 "thiserror 1.0.69",
12382 "time",
12383 "tracing",
12384 "uuid",
12385 "whoami",
12386]
12387
12388[[package]]
12389name = "sqlx-sqlite"
12390version = "0.8.2"
12391source = "registry+https://github.com/rust-lang/crates.io-index"
12392checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
12393dependencies = [
12394 "atoi",
12395 "chrono",
12396 "flume",
12397 "futures-channel",
12398 "futures-core",
12399 "futures-executor",
12400 "futures-intrusive",
12401 "futures-util",
12402 "libsqlite3-sys",
12403 "log",
12404 "percent-encoding",
12405 "serde",
12406 "serde_urlencoded",
12407 "sqlx-core",
12408 "time",
12409 "tracing",
12410 "url",
12411 "uuid",
12412]
12413
12414[[package]]
12415name = "stable_deref_trait"
12416version = "1.2.0"
12417source = "registry+https://github.com/rust-lang/crates.io-index"
12418checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12419
12420[[package]]
12421name = "static_assertions"
12422version = "1.1.0"
12423source = "registry+https://github.com/rust-lang/crates.io-index"
12424checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12425
12426[[package]]
12427name = "story"
12428version = "0.1.0"
12429dependencies = [
12430 "gpui",
12431 "itertools 0.14.0",
12432 "smallvec",
12433]
12434
12435[[package]]
12436name = "storybook"
12437version = "0.1.0"
12438dependencies = [
12439 "anyhow",
12440 "clap",
12441 "collab_ui",
12442 "ctrlc",
12443 "dialoguer",
12444 "editor",
12445 "fuzzy",
12446 "gpui",
12447 "indoc",
12448 "language",
12449 "log",
12450 "menu",
12451 "picker",
12452 "project",
12453 "reqwest_client",
12454 "rust-embed",
12455 "settings",
12456 "simplelog",
12457 "story",
12458 "strum",
12459 "theme",
12460 "title_bar",
12461 "ui",
12462]
12463
12464[[package]]
12465name = "streaming_diff"
12466version = "0.1.0"
12467dependencies = [
12468 "ordered-float 2.10.1",
12469 "rand 0.8.5",
12470 "rope",
12471 "util",
12472]
12473
12474[[package]]
12475name = "strict-num"
12476version = "0.1.1"
12477source = "registry+https://github.com/rust-lang/crates.io-index"
12478checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
12479dependencies = [
12480 "float-cmp",
12481]
12482
12483[[package]]
12484name = "string_cache"
12485version = "0.8.7"
12486source = "registry+https://github.com/rust-lang/crates.io-index"
12487checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
12488dependencies = [
12489 "new_debug_unreachable",
12490 "once_cell",
12491 "parking_lot",
12492 "phf_shared 0.10.0",
12493 "precomputed-hash",
12494 "serde",
12495]
12496
12497[[package]]
12498name = "string_cache_codegen"
12499version = "0.5.2"
12500source = "registry+https://github.com/rust-lang/crates.io-index"
12501checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
12502dependencies = [
12503 "phf_generator 0.10.0",
12504 "phf_shared 0.10.0",
12505 "proc-macro2",
12506 "quote",
12507]
12508
12509[[package]]
12510name = "stringprep"
12511version = "0.1.5"
12512source = "registry+https://github.com/rust-lang/crates.io-index"
12513checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
12514dependencies = [
12515 "unicode-bidi",
12516 "unicode-normalization",
12517 "unicode-properties",
12518]
12519
12520[[package]]
12521name = "strsim"
12522version = "0.11.1"
12523source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
12525
12526[[package]]
12527name = "strum"
12528version = "0.26.3"
12529source = "registry+https://github.com/rust-lang/crates.io-index"
12530checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
12531dependencies = [
12532 "strum_macros",
12533]
12534
12535[[package]]
12536name = "strum_macros"
12537version = "0.26.4"
12538source = "registry+https://github.com/rust-lang/crates.io-index"
12539checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
12540dependencies = [
12541 "heck 0.5.0",
12542 "proc-macro2",
12543 "quote",
12544 "rustversion",
12545 "syn 2.0.90",
12546]
12547
12548[[package]]
12549name = "subtle"
12550version = "2.6.1"
12551source = "registry+https://github.com/rust-lang/crates.io-index"
12552checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
12553
12554[[package]]
12555name = "sum_tree"
12556version = "0.1.0"
12557dependencies = [
12558 "arrayvec",
12559 "ctor",
12560 "env_logger 0.11.6",
12561 "log",
12562 "rand 0.8.5",
12563 "rayon",
12564]
12565
12566[[package]]
12567name = "supermaven"
12568version = "0.1.0"
12569dependencies = [
12570 "anyhow",
12571 "client",
12572 "collections",
12573 "editor",
12574 "env_logger 0.11.6",
12575 "futures 0.3.31",
12576 "gpui",
12577 "http_client",
12578 "inline_completion",
12579 "language",
12580 "log",
12581 "postage",
12582 "project",
12583 "serde",
12584 "serde_json",
12585 "settings",
12586 "smol",
12587 "supermaven_api",
12588 "text",
12589 "theme",
12590 "ui",
12591 "unicode-segmentation",
12592 "util",
12593]
12594
12595[[package]]
12596name = "supermaven_api"
12597version = "0.1.0"
12598dependencies = [
12599 "anyhow",
12600 "futures 0.3.31",
12601 "http_client",
12602 "paths",
12603 "serde",
12604 "serde_json",
12605 "smol",
12606]
12607
12608[[package]]
12609name = "sval"
12610version = "2.13.2"
12611source = "registry+https://github.com/rust-lang/crates.io-index"
12612checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
12613
12614[[package]]
12615name = "sval_buffer"
12616version = "2.13.2"
12617source = "registry+https://github.com/rust-lang/crates.io-index"
12618checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
12619dependencies = [
12620 "sval",
12621 "sval_ref",
12622]
12623
12624[[package]]
12625name = "sval_dynamic"
12626version = "2.13.2"
12627source = "registry+https://github.com/rust-lang/crates.io-index"
12628checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
12629dependencies = [
12630 "sval",
12631]
12632
12633[[package]]
12634name = "sval_fmt"
12635version = "2.13.2"
12636source = "registry+https://github.com/rust-lang/crates.io-index"
12637checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
12638dependencies = [
12639 "itoa",
12640 "ryu",
12641 "sval",
12642]
12643
12644[[package]]
12645name = "sval_json"
12646version = "2.13.2"
12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
12649dependencies = [
12650 "itoa",
12651 "ryu",
12652 "sval",
12653]
12654
12655[[package]]
12656name = "sval_nested"
12657version = "2.13.2"
12658source = "registry+https://github.com/rust-lang/crates.io-index"
12659checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
12660dependencies = [
12661 "sval",
12662 "sval_buffer",
12663 "sval_ref",
12664]
12665
12666[[package]]
12667name = "sval_ref"
12668version = "2.13.2"
12669source = "registry+https://github.com/rust-lang/crates.io-index"
12670checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
12671dependencies = [
12672 "sval",
12673]
12674
12675[[package]]
12676name = "sval_serde"
12677version = "2.13.2"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
12680dependencies = [
12681 "serde",
12682 "sval",
12683 "sval_nested",
12684]
12685
12686[[package]]
12687name = "svg_fmt"
12688version = "0.4.4"
12689source = "registry+https://github.com/rust-lang/crates.io-index"
12690checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
12691
12692[[package]]
12693name = "svgtypes"
12694version = "0.15.2"
12695source = "registry+https://github.com/rust-lang/crates.io-index"
12696checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12697dependencies = [
12698 "kurbo",
12699 "siphasher 1.0.1",
12700]
12701
12702[[package]]
12703name = "swash"
12704version = "0.1.19"
12705source = "registry+https://github.com/rust-lang/crates.io-index"
12706checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
12707dependencies = [
12708 "skrifa",
12709 "yazi",
12710 "zeno",
12711]
12712
12713[[package]]
12714name = "syn"
12715version = "1.0.109"
12716source = "registry+https://github.com/rust-lang/crates.io-index"
12717checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12718dependencies = [
12719 "proc-macro2",
12720 "quote",
12721 "unicode-ident",
12722]
12723
12724[[package]]
12725name = "syn"
12726version = "2.0.90"
12727source = "registry+https://github.com/rust-lang/crates.io-index"
12728checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
12729dependencies = [
12730 "proc-macro2",
12731 "quote",
12732 "unicode-ident",
12733]
12734
12735[[package]]
12736name = "sync_wrapper"
12737version = "0.1.2"
12738source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12740
12741[[package]]
12742name = "sync_wrapper"
12743version = "1.0.2"
12744source = "registry+https://github.com/rust-lang/crates.io-index"
12745checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
12746dependencies = [
12747 "futures-core",
12748]
12749
12750[[package]]
12751name = "synchronoise"
12752version = "1.0.1"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12755dependencies = [
12756 "crossbeam-queue",
12757]
12758
12759[[package]]
12760name = "synstructure"
12761version = "0.13.1"
12762source = "registry+https://github.com/rust-lang/crates.io-index"
12763checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
12764dependencies = [
12765 "proc-macro2",
12766 "quote",
12767 "syn 2.0.90",
12768]
12769
12770[[package]]
12771name = "sys-locale"
12772version = "0.3.2"
12773source = "registry+https://github.com/rust-lang/crates.io-index"
12774checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12775dependencies = [
12776 "libc",
12777]
12778
12779[[package]]
12780name = "sysinfo"
12781version = "0.31.4"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12784dependencies = [
12785 "core-foundation-sys",
12786 "libc",
12787 "memchr",
12788 "ntapi",
12789 "rayon",
12790 "windows 0.57.0",
12791]
12792
12793[[package]]
12794name = "system-configuration"
12795version = "0.5.1"
12796source = "registry+https://github.com/rust-lang/crates.io-index"
12797checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12798dependencies = [
12799 "bitflags 1.3.2",
12800 "core-foundation 0.9.4",
12801 "system-configuration-sys 0.5.0",
12802]
12803
12804[[package]]
12805name = "system-configuration"
12806version = "0.6.1"
12807source = "registry+https://github.com/rust-lang/crates.io-index"
12808checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12809dependencies = [
12810 "bitflags 2.8.0",
12811 "core-foundation 0.9.4",
12812 "system-configuration-sys 0.6.0",
12813]
12814
12815[[package]]
12816name = "system-configuration-sys"
12817version = "0.5.0"
12818source = "registry+https://github.com/rust-lang/crates.io-index"
12819checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12820dependencies = [
12821 "core-foundation-sys",
12822 "libc",
12823]
12824
12825[[package]]
12826name = "system-configuration-sys"
12827version = "0.6.0"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12830dependencies = [
12831 "core-foundation-sys",
12832 "libc",
12833]
12834
12835[[package]]
12836name = "system-deps"
12837version = "6.2.2"
12838source = "registry+https://github.com/rust-lang/crates.io-index"
12839checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12840dependencies = [
12841 "cfg-expr",
12842 "heck 0.5.0",
12843 "pkg-config",
12844 "toml 0.8.19",
12845 "version-compare",
12846]
12847
12848[[package]]
12849name = "system-interface"
12850version = "0.27.3"
12851source = "registry+https://github.com/rust-lang/crates.io-index"
12852checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
12853dependencies = [
12854 "bitflags 2.8.0",
12855 "cap-fs-ext",
12856 "cap-std",
12857 "fd-lock",
12858 "io-lifetimes",
12859 "rustix",
12860 "windows-sys 0.59.0",
12861 "winx",
12862]
12863
12864[[package]]
12865name = "tab_switcher"
12866version = "0.1.0"
12867dependencies = [
12868 "anyhow",
12869 "collections",
12870 "ctor",
12871 "editor",
12872 "env_logger 0.11.6",
12873 "gpui",
12874 "language",
12875 "menu",
12876 "picker",
12877 "project",
12878 "schemars",
12879 "serde",
12880 "serde_json",
12881 "settings",
12882 "theme",
12883 "ui",
12884 "util",
12885 "workspace",
12886]
12887
12888[[package]]
12889name = "taffy"
12890version = "0.4.4"
12891source = "registry+https://github.com/rust-lang/crates.io-index"
12892checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12893dependencies = [
12894 "arrayvec",
12895 "grid",
12896 "num-traits",
12897 "serde",
12898 "slotmap",
12899]
12900
12901[[package]]
12902name = "take-until"
12903version = "0.2.0"
12904source = "registry+https://github.com/rust-lang/crates.io-index"
12905checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12906
12907[[package]]
12908name = "tap"
12909version = "1.0.1"
12910source = "registry+https://github.com/rust-lang/crates.io-index"
12911checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12912
12913[[package]]
12914name = "target-lexicon"
12915version = "0.12.16"
12916source = "registry+https://github.com/rust-lang/crates.io-index"
12917checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12918
12919[[package]]
12920name = "task"
12921version = "0.1.0"
12922dependencies = [
12923 "anyhow",
12924 "collections",
12925 "futures 0.3.31",
12926 "gpui",
12927 "hex",
12928 "parking_lot",
12929 "schemars",
12930 "serde",
12931 "serde_json_lenient",
12932 "sha2",
12933 "shellexpand 2.1.2",
12934 "util",
12935 "zed_actions",
12936]
12937
12938[[package]]
12939name = "tasks_ui"
12940version = "0.1.0"
12941dependencies = [
12942 "anyhow",
12943 "editor",
12944 "file_icons",
12945 "fuzzy",
12946 "gpui",
12947 "language",
12948 "menu",
12949 "picker",
12950 "project",
12951 "schemars",
12952 "serde",
12953 "serde_json",
12954 "settings",
12955 "task",
12956 "tree-sitter-rust",
12957 "tree-sitter-typescript",
12958 "ui",
12959 "util",
12960 "workspace",
12961 "zed_actions",
12962]
12963
12964[[package]]
12965name = "telemetry"
12966version = "0.1.0"
12967dependencies = [
12968 "futures 0.3.31",
12969 "serde",
12970 "serde_json",
12971 "telemetry_events",
12972]
12973
12974[[package]]
12975name = "telemetry_events"
12976version = "0.1.0"
12977dependencies = [
12978 "semantic_version",
12979 "serde",
12980 "serde_json",
12981]
12982
12983[[package]]
12984name = "tempfile"
12985version = "3.15.0"
12986source = "registry+https://github.com/rust-lang/crates.io-index"
12987checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
12988dependencies = [
12989 "cfg-if",
12990 "fastrand 2.3.0",
12991 "getrandom 0.2.15",
12992 "once_cell",
12993 "rustix",
12994 "windows-sys 0.59.0",
12995]
12996
12997[[package]]
12998name = "tendril"
12999version = "0.4.3"
13000source = "registry+https://github.com/rust-lang/crates.io-index"
13001checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13002dependencies = [
13003 "futf",
13004 "mac",
13005 "utf-8",
13006]
13007
13008[[package]]
13009name = "termcolor"
13010version = "1.4.1"
13011source = "registry+https://github.com/rust-lang/crates.io-index"
13012checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13013dependencies = [
13014 "winapi-util",
13015]
13016
13017[[package]]
13018name = "terminal"
13019version = "0.1.0"
13020dependencies = [
13021 "alacritty_terminal",
13022 "anyhow",
13023 "collections",
13024 "dirs 4.0.0",
13025 "futures 0.3.31",
13026 "gpui",
13027 "libc",
13028 "rand 0.8.5",
13029 "regex",
13030 "release_channel",
13031 "schemars",
13032 "serde",
13033 "serde_derive",
13034 "settings",
13035 "smol",
13036 "sysinfo",
13037 "task",
13038 "theme",
13039 "thiserror 1.0.69",
13040 "util",
13041 "windows 0.58.0",
13042]
13043
13044[[package]]
13045name = "terminal_size"
13046version = "0.4.1"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13049dependencies = [
13050 "rustix",
13051 "windows-sys 0.59.0",
13052]
13053
13054[[package]]
13055name = "terminal_view"
13056version = "0.1.0"
13057dependencies = [
13058 "anyhow",
13059 "async-recursion 1.1.1",
13060 "breadcrumbs",
13061 "client",
13062 "collections",
13063 "db",
13064 "dirs 4.0.0",
13065 "editor",
13066 "futures 0.3.31",
13067 "gpui",
13068 "itertools 0.14.0",
13069 "language",
13070 "project",
13071 "rand 0.8.5",
13072 "schemars",
13073 "search",
13074 "serde",
13075 "serde_json",
13076 "settings",
13077 "shellexpand 2.1.2",
13078 "smol",
13079 "task",
13080 "terminal",
13081 "theme",
13082 "ui",
13083 "util",
13084 "workspace",
13085 "zed_actions",
13086]
13087
13088[[package]]
13089name = "text"
13090version = "0.1.0"
13091dependencies = [
13092 "anyhow",
13093 "clock",
13094 "collections",
13095 "ctor",
13096 "env_logger 0.11.6",
13097 "gpui",
13098 "http_client",
13099 "log",
13100 "parking_lot",
13101 "postage",
13102 "rand 0.8.5",
13103 "regex",
13104 "rope",
13105 "smallvec",
13106 "sum_tree",
13107 "util",
13108]
13109
13110[[package]]
13111name = "theme"
13112version = "0.1.0"
13113dependencies = [
13114 "anyhow",
13115 "collections",
13116 "derive_more",
13117 "fs",
13118 "futures 0.3.31",
13119 "gpui",
13120 "indexmap",
13121 "log",
13122 "palette",
13123 "parking_lot",
13124 "refineable",
13125 "schemars",
13126 "serde",
13127 "serde_derive",
13128 "serde_json",
13129 "serde_json_lenient",
13130 "serde_repr",
13131 "settings",
13132 "strum",
13133 "util",
13134 "uuid",
13135]
13136
13137[[package]]
13138name = "theme_extension"
13139version = "0.1.0"
13140dependencies = [
13141 "anyhow",
13142 "extension",
13143 "fs",
13144 "gpui",
13145 "theme",
13146]
13147
13148[[package]]
13149name = "theme_importer"
13150version = "0.1.0"
13151dependencies = [
13152 "anyhow",
13153 "clap",
13154 "gpui",
13155 "indexmap",
13156 "log",
13157 "palette",
13158 "rust-embed",
13159 "schemars",
13160 "serde",
13161 "serde_json",
13162 "serde_json_lenient",
13163 "simplelog",
13164 "strum",
13165 "theme",
13166 "vscode_theme",
13167]
13168
13169[[package]]
13170name = "theme_selector"
13171version = "0.1.0"
13172dependencies = [
13173 "fs",
13174 "fuzzy",
13175 "gpui",
13176 "log",
13177 "picker",
13178 "serde",
13179 "settings",
13180 "telemetry",
13181 "theme",
13182 "ui",
13183 "util",
13184 "workspace",
13185 "zed_actions",
13186]
13187
13188[[package]]
13189name = "thiserror"
13190version = "1.0.69"
13191source = "registry+https://github.com/rust-lang/crates.io-index"
13192checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13193dependencies = [
13194 "thiserror-impl 1.0.69",
13195]
13196
13197[[package]]
13198name = "thiserror"
13199version = "2.0.6"
13200source = "registry+https://github.com/rust-lang/crates.io-index"
13201checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13202dependencies = [
13203 "thiserror-impl 2.0.6",
13204]
13205
13206[[package]]
13207name = "thiserror-impl"
13208version = "1.0.69"
13209source = "registry+https://github.com/rust-lang/crates.io-index"
13210checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13211dependencies = [
13212 "proc-macro2",
13213 "quote",
13214 "syn 2.0.90",
13215]
13216
13217[[package]]
13218name = "thiserror-impl"
13219version = "2.0.6"
13220source = "registry+https://github.com/rust-lang/crates.io-index"
13221checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13222dependencies = [
13223 "proc-macro2",
13224 "quote",
13225 "syn 2.0.90",
13226]
13227
13228[[package]]
13229name = "thread_local"
13230version = "1.1.8"
13231source = "registry+https://github.com/rust-lang/crates.io-index"
13232checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13233dependencies = [
13234 "cfg-if",
13235 "once_cell",
13236]
13237
13238[[package]]
13239name = "tiff"
13240version = "0.9.1"
13241source = "registry+https://github.com/rust-lang/crates.io-index"
13242checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13243dependencies = [
13244 "flate2",
13245 "jpeg-decoder",
13246 "weezl",
13247]
13248
13249[[package]]
13250name = "tiktoken-rs"
13251version = "0.6.0"
13252source = "registry+https://github.com/rust-lang/crates.io-index"
13253checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13254dependencies = [
13255 "anyhow",
13256 "base64 0.21.7",
13257 "bstr",
13258 "fancy-regex 0.13.0",
13259 "lazy_static",
13260 "parking_lot",
13261 "regex",
13262 "rustc-hash 1.1.0",
13263]
13264
13265[[package]]
13266name = "time"
13267version = "0.3.37"
13268source = "registry+https://github.com/rust-lang/crates.io-index"
13269checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13270dependencies = [
13271 "deranged",
13272 "itoa",
13273 "libc",
13274 "num-conv",
13275 "num_threads",
13276 "powerfmt",
13277 "serde",
13278 "time-core",
13279 "time-macros",
13280]
13281
13282[[package]]
13283name = "time-core"
13284version = "0.1.2"
13285source = "registry+https://github.com/rust-lang/crates.io-index"
13286checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13287
13288[[package]]
13289name = "time-macros"
13290version = "0.2.19"
13291source = "registry+https://github.com/rust-lang/crates.io-index"
13292checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13293dependencies = [
13294 "num-conv",
13295 "time-core",
13296]
13297
13298[[package]]
13299name = "time_format"
13300version = "0.1.0"
13301dependencies = [
13302 "core-foundation 0.9.4",
13303 "core-foundation-sys",
13304 "sys-locale",
13305 "time",
13306]
13307
13308[[package]]
13309name = "tiny-keccak"
13310version = "2.0.2"
13311source = "registry+https://github.com/rust-lang/crates.io-index"
13312checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13313dependencies = [
13314 "crunchy",
13315]
13316
13317[[package]]
13318name = "tiny-skia"
13319version = "0.11.4"
13320source = "registry+https://github.com/rust-lang/crates.io-index"
13321checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13322dependencies = [
13323 "arrayref",
13324 "arrayvec",
13325 "bytemuck",
13326 "cfg-if",
13327 "log",
13328 "png",
13329 "tiny-skia-path",
13330]
13331
13332[[package]]
13333name = "tiny-skia-path"
13334version = "0.11.4"
13335source = "registry+https://github.com/rust-lang/crates.io-index"
13336checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13337dependencies = [
13338 "arrayref",
13339 "bytemuck",
13340 "strict-num",
13341]
13342
13343[[package]]
13344name = "tiny_http"
13345version = "0.8.2"
13346source = "registry+https://github.com/rust-lang/crates.io-index"
13347checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13348dependencies = [
13349 "ascii",
13350 "chrono",
13351 "chunked_transfer",
13352 "log",
13353 "url",
13354]
13355
13356[[package]]
13357name = "tinystr"
13358version = "0.7.6"
13359source = "registry+https://github.com/rust-lang/crates.io-index"
13360checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13361dependencies = [
13362 "displaydoc",
13363 "zerovec",
13364]
13365
13366[[package]]
13367name = "tinytemplate"
13368version = "1.2.1"
13369source = "registry+https://github.com/rust-lang/crates.io-index"
13370checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13371dependencies = [
13372 "serde",
13373 "serde_json",
13374]
13375
13376[[package]]
13377name = "tinyvec"
13378version = "1.8.0"
13379source = "registry+https://github.com/rust-lang/crates.io-index"
13380checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13381dependencies = [
13382 "tinyvec_macros",
13383]
13384
13385[[package]]
13386name = "tinyvec_macros"
13387version = "0.1.1"
13388source = "registry+https://github.com/rust-lang/crates.io-index"
13389checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13390
13391[[package]]
13392name = "title_bar"
13393version = "0.1.0"
13394dependencies = [
13395 "auto_update",
13396 "call",
13397 "client",
13398 "collections",
13399 "feature_flags",
13400 "git_ui",
13401 "gpui",
13402 "http_client",
13403 "notifications",
13404 "pretty_assertions",
13405 "project",
13406 "remote",
13407 "rpc",
13408 "schemars",
13409 "serde",
13410 "settings",
13411 "smallvec",
13412 "story",
13413 "telemetry",
13414 "theme",
13415 "tree-sitter-md",
13416 "ui",
13417 "util",
13418 "windows 0.58.0",
13419 "workspace",
13420 "zed_actions",
13421]
13422
13423[[package]]
13424name = "tokio"
13425version = "1.43.0"
13426source = "registry+https://github.com/rust-lang/crates.io-index"
13427checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
13428dependencies = [
13429 "backtrace",
13430 "bytes 1.9.0",
13431 "libc",
13432 "mio 1.0.3",
13433 "parking_lot",
13434 "pin-project-lite",
13435 "signal-hook-registry",
13436 "socket2",
13437 "tokio-macros",
13438 "windows-sys 0.52.0",
13439]
13440
13441[[package]]
13442name = "tokio-io"
13443version = "0.1.13"
13444source = "registry+https://github.com/rust-lang/crates.io-index"
13445checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
13446dependencies = [
13447 "bytes 0.4.12",
13448 "futures 0.1.31",
13449 "log",
13450]
13451
13452[[package]]
13453name = "tokio-macros"
13454version = "2.5.0"
13455source = "registry+https://github.com/rust-lang/crates.io-index"
13456checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
13457dependencies = [
13458 "proc-macro2",
13459 "quote",
13460 "syn 2.0.90",
13461]
13462
13463[[package]]
13464name = "tokio-native-tls"
13465version = "0.3.1"
13466source = "registry+https://github.com/rust-lang/crates.io-index"
13467checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
13468dependencies = [
13469 "native-tls",
13470 "tokio",
13471]
13472
13473[[package]]
13474name = "tokio-rustls"
13475version = "0.24.1"
13476source = "registry+https://github.com/rust-lang/crates.io-index"
13477checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
13478dependencies = [
13479 "rustls 0.21.12",
13480 "tokio",
13481]
13482
13483[[package]]
13484name = "tokio-rustls"
13485version = "0.26.1"
13486source = "registry+https://github.com/rust-lang/crates.io-index"
13487checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
13488dependencies = [
13489 "rustls 0.23.20",
13490 "tokio",
13491]
13492
13493[[package]]
13494name = "tokio-socks"
13495version = "0.5.2"
13496source = "registry+https://github.com/rust-lang/crates.io-index"
13497checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
13498dependencies = [
13499 "either",
13500 "futures-io",
13501 "futures-util",
13502 "thiserror 1.0.69",
13503 "tokio",
13504]
13505
13506[[package]]
13507name = "tokio-stream"
13508version = "0.1.17"
13509source = "registry+https://github.com/rust-lang/crates.io-index"
13510checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
13511dependencies = [
13512 "futures-core",
13513 "pin-project-lite",
13514 "tokio",
13515]
13516
13517[[package]]
13518name = "tokio-tungstenite"
13519version = "0.20.1"
13520source = "registry+https://github.com/rust-lang/crates.io-index"
13521checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
13522dependencies = [
13523 "futures-util",
13524 "log",
13525 "rustls 0.21.12",
13526 "rustls-native-certs 0.6.3",
13527 "tokio",
13528 "tokio-rustls 0.24.1",
13529 "tungstenite 0.20.1",
13530]
13531
13532[[package]]
13533name = "tokio-tungstenite"
13534version = "0.21.0"
13535source = "registry+https://github.com/rust-lang/crates.io-index"
13536checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
13537dependencies = [
13538 "futures-util",
13539 "log",
13540 "tokio",
13541 "tungstenite 0.21.0",
13542]
13543
13544[[package]]
13545name = "tokio-util"
13546version = "0.7.13"
13547source = "registry+https://github.com/rust-lang/crates.io-index"
13548checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
13549dependencies = [
13550 "bytes 1.9.0",
13551 "futures-core",
13552 "futures-io",
13553 "futures-sink",
13554 "pin-project-lite",
13555 "tokio",
13556]
13557
13558[[package]]
13559name = "toml"
13560version = "0.5.11"
13561source = "registry+https://github.com/rust-lang/crates.io-index"
13562checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
13563dependencies = [
13564 "serde",
13565]
13566
13567[[package]]
13568name = "toml"
13569version = "0.8.19"
13570source = "registry+https://github.com/rust-lang/crates.io-index"
13571checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
13572dependencies = [
13573 "serde",
13574 "serde_spanned",
13575 "toml_datetime",
13576 "toml_edit",
13577]
13578
13579[[package]]
13580name = "toml_datetime"
13581version = "0.6.8"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
13584dependencies = [
13585 "serde",
13586]
13587
13588[[package]]
13589name = "toml_edit"
13590version = "0.22.22"
13591source = "registry+https://github.com/rust-lang/crates.io-index"
13592checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
13593dependencies = [
13594 "indexmap",
13595 "serde",
13596 "serde_spanned",
13597 "toml_datetime",
13598 "winnow",
13599]
13600
13601[[package]]
13602name = "toolchain_selector"
13603version = "0.1.0"
13604dependencies = [
13605 "editor",
13606 "fuzzy",
13607 "gpui",
13608 "language",
13609 "picker",
13610 "project",
13611 "ui",
13612 "util",
13613 "workspace",
13614]
13615
13616[[package]]
13617name = "topological-sort"
13618version = "0.2.2"
13619source = "registry+https://github.com/rust-lang/crates.io-index"
13620checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
13621
13622[[package]]
13623name = "tower"
13624version = "0.4.13"
13625source = "registry+https://github.com/rust-lang/crates.io-index"
13626checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
13627dependencies = [
13628 "futures-core",
13629 "futures-util",
13630 "pin-project",
13631 "pin-project-lite",
13632 "tokio",
13633 "tower-layer",
13634 "tower-service",
13635 "tracing",
13636]
13637
13638[[package]]
13639name = "tower-http"
13640version = "0.3.5"
13641source = "registry+https://github.com/rust-lang/crates.io-index"
13642checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13643dependencies = [
13644 "bitflags 1.3.2",
13645 "bytes 1.9.0",
13646 "futures-core",
13647 "futures-util",
13648 "http 0.2.12",
13649 "http-body 0.4.6",
13650 "http-range-header",
13651 "pin-project-lite",
13652 "tower-layer",
13653 "tower-service",
13654]
13655
13656[[package]]
13657name = "tower-http"
13658version = "0.4.4"
13659source = "registry+https://github.com/rust-lang/crates.io-index"
13660checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13661dependencies = [
13662 "bitflags 2.8.0",
13663 "bytes 1.9.0",
13664 "futures-core",
13665 "futures-util",
13666 "http 0.2.12",
13667 "http-body 0.4.6",
13668 "http-range-header",
13669 "pin-project-lite",
13670 "tower-layer",
13671 "tower-service",
13672 "tracing",
13673]
13674
13675[[package]]
13676name = "tower-layer"
13677version = "0.3.3"
13678source = "registry+https://github.com/rust-lang/crates.io-index"
13679checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13680
13681[[package]]
13682name = "tower-service"
13683version = "0.3.3"
13684source = "registry+https://github.com/rust-lang/crates.io-index"
13685checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13686
13687[[package]]
13688name = "tracing"
13689version = "0.1.41"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
13692dependencies = [
13693 "log",
13694 "pin-project-lite",
13695 "tracing-attributes",
13696 "tracing-core",
13697]
13698
13699[[package]]
13700name = "tracing-attributes"
13701version = "0.1.28"
13702source = "registry+https://github.com/rust-lang/crates.io-index"
13703checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
13704dependencies = [
13705 "proc-macro2",
13706 "quote",
13707 "syn 2.0.90",
13708]
13709
13710[[package]]
13711name = "tracing-core"
13712version = "0.1.33"
13713source = "registry+https://github.com/rust-lang/crates.io-index"
13714checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
13715dependencies = [
13716 "once_cell",
13717 "valuable",
13718]
13719
13720[[package]]
13721name = "tracing-log"
13722version = "0.2.0"
13723source = "registry+https://github.com/rust-lang/crates.io-index"
13724checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13725dependencies = [
13726 "log",
13727 "once_cell",
13728 "tracing-core",
13729]
13730
13731[[package]]
13732name = "tracing-serde"
13733version = "0.2.0"
13734source = "registry+https://github.com/rust-lang/crates.io-index"
13735checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
13736dependencies = [
13737 "serde",
13738 "tracing-core",
13739]
13740
13741[[package]]
13742name = "tracing-subscriber"
13743version = "0.3.19"
13744source = "registry+https://github.com/rust-lang/crates.io-index"
13745checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
13746dependencies = [
13747 "matchers",
13748 "nu-ansi-term",
13749 "once_cell",
13750 "regex",
13751 "serde",
13752 "serde_json",
13753 "sharded-slab",
13754 "smallvec",
13755 "thread_local",
13756 "tracing",
13757 "tracing-core",
13758 "tracing-log",
13759 "tracing-serde",
13760]
13761
13762[[package]]
13763name = "tree-sitter"
13764version = "0.23.2"
13765source = "registry+https://github.com/rust-lang/crates.io-index"
13766checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
13767dependencies = [
13768 "cc",
13769 "regex",
13770 "regex-syntax 0.8.5",
13771 "tree-sitter-language",
13772 "wasmtime-c-api-impl",
13773]
13774
13775[[package]]
13776name = "tree-sitter-bash"
13777version = "0.23.3"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
13780dependencies = [
13781 "cc",
13782 "tree-sitter-language",
13783]
13784
13785[[package]]
13786name = "tree-sitter-c"
13787version = "0.23.4"
13788source = "registry+https://github.com/rust-lang/crates.io-index"
13789checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
13790dependencies = [
13791 "cc",
13792 "tree-sitter-language",
13793]
13794
13795[[package]]
13796name = "tree-sitter-cpp"
13797version = "0.23.4"
13798source = "registry+https://github.com/rust-lang/crates.io-index"
13799checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
13800dependencies = [
13801 "cc",
13802 "tree-sitter-language",
13803]
13804
13805[[package]]
13806name = "tree-sitter-css"
13807version = "0.23.2"
13808source = "registry+https://github.com/rust-lang/crates.io-index"
13809checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
13810dependencies = [
13811 "cc",
13812 "tree-sitter-language",
13813]
13814
13815[[package]]
13816name = "tree-sitter-diff"
13817version = "0.1.0"
13818source = "registry+https://github.com/rust-lang/crates.io-index"
13819checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13820dependencies = [
13821 "cc",
13822 "tree-sitter-language",
13823]
13824
13825[[package]]
13826name = "tree-sitter-elixir"
13827version = "0.3.3"
13828source = "registry+https://github.com/rust-lang/crates.io-index"
13829checksum = "23d7310aea06158653d18959123a64262bfbf122b7437899dea0c338654a51d3"
13830dependencies = [
13831 "cc",
13832 "tree-sitter-language",
13833]
13834
13835[[package]]
13836name = "tree-sitter-embedded-template"
13837version = "0.23.2"
13838source = "registry+https://github.com/rust-lang/crates.io-index"
13839checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
13840dependencies = [
13841 "cc",
13842 "tree-sitter-language",
13843]
13844
13845[[package]]
13846name = "tree-sitter-go"
13847version = "0.23.4"
13848source = "registry+https://github.com/rust-lang/crates.io-index"
13849checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
13850dependencies = [
13851 "cc",
13852 "tree-sitter-language",
13853]
13854
13855[[package]]
13856name = "tree-sitter-gomod"
13857version = "1.1.1"
13858source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
13859dependencies = [
13860 "cc",
13861 "tree-sitter-language",
13862]
13863
13864[[package]]
13865name = "tree-sitter-gowork"
13866version = "0.0.1"
13867source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13868dependencies = [
13869 "cc",
13870 "tree-sitter-language",
13871]
13872
13873[[package]]
13874name = "tree-sitter-heex"
13875version = "0.0.1"
13876source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13877dependencies = [
13878 "cc",
13879 "tree-sitter-language",
13880]
13881
13882[[package]]
13883name = "tree-sitter-html"
13884version = "0.20.4"
13885source = "registry+https://github.com/rust-lang/crates.io-index"
13886checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13887dependencies = [
13888 "cc",
13889 "tree-sitter",
13890]
13891
13892[[package]]
13893name = "tree-sitter-jsdoc"
13894version = "0.23.2"
13895source = "registry+https://github.com/rust-lang/crates.io-index"
13896checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
13897dependencies = [
13898 "cc",
13899 "tree-sitter-language",
13900]
13901
13902[[package]]
13903name = "tree-sitter-json"
13904version = "0.24.8"
13905source = "registry+https://github.com/rust-lang/crates.io-index"
13906checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
13907dependencies = [
13908 "cc",
13909 "tree-sitter-language",
13910]
13911
13912[[package]]
13913name = "tree-sitter-language"
13914version = "0.1.3"
13915source = "registry+https://github.com/rust-lang/crates.io-index"
13916checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
13917
13918[[package]]
13919name = "tree-sitter-md"
13920version = "0.3.2"
13921source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13922dependencies = [
13923 "cc",
13924 "tree-sitter-language",
13925]
13926
13927[[package]]
13928name = "tree-sitter-python"
13929version = "0.23.6"
13930source = "registry+https://github.com/rust-lang/crates.io-index"
13931checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
13932dependencies = [
13933 "cc",
13934 "tree-sitter-language",
13935]
13936
13937[[package]]
13938name = "tree-sitter-regex"
13939version = "0.23.0"
13940source = "registry+https://github.com/rust-lang/crates.io-index"
13941checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13942dependencies = [
13943 "cc",
13944 "tree-sitter-language",
13945]
13946
13947[[package]]
13948name = "tree-sitter-ruby"
13949version = "0.23.1"
13950source = "registry+https://github.com/rust-lang/crates.io-index"
13951checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
13952dependencies = [
13953 "cc",
13954 "tree-sitter-language",
13955]
13956
13957[[package]]
13958name = "tree-sitter-rust"
13959version = "0.23.2"
13960source = "registry+https://github.com/rust-lang/crates.io-index"
13961checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
13962dependencies = [
13963 "cc",
13964 "tree-sitter-language",
13965]
13966
13967[[package]]
13968name = "tree-sitter-typescript"
13969version = "0.23.2"
13970source = "registry+https://github.com/rust-lang/crates.io-index"
13971checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
13972dependencies = [
13973 "cc",
13974 "tree-sitter-language",
13975]
13976
13977[[package]]
13978name = "tree-sitter-yaml"
13979version = "0.6.1"
13980source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13981dependencies = [
13982 "cc",
13983 "tree-sitter-language",
13984]
13985
13986[[package]]
13987name = "try-lock"
13988version = "0.2.5"
13989source = "registry+https://github.com/rust-lang/crates.io-index"
13990checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13991
13992[[package]]
13993name = "ttf-parser"
13994version = "0.21.1"
13995source = "registry+https://github.com/rust-lang/crates.io-index"
13996checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13997
13998[[package]]
13999name = "tungstenite"
14000version = "0.20.1"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14003dependencies = [
14004 "byteorder",
14005 "bytes 1.9.0",
14006 "data-encoding",
14007 "http 0.2.12",
14008 "httparse",
14009 "log",
14010 "rand 0.8.5",
14011 "rustls 0.21.12",
14012 "sha1",
14013 "thiserror 1.0.69",
14014 "url",
14015 "utf-8",
14016]
14017
14018[[package]]
14019name = "tungstenite"
14020version = "0.21.0"
14021source = "registry+https://github.com/rust-lang/crates.io-index"
14022checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14023dependencies = [
14024 "byteorder",
14025 "bytes 1.9.0",
14026 "data-encoding",
14027 "http 1.2.0",
14028 "httparse",
14029 "log",
14030 "native-tls",
14031 "rand 0.8.5",
14032 "sha1",
14033 "thiserror 1.0.69",
14034 "url",
14035 "utf-8",
14036]
14037
14038[[package]]
14039name = "tungstenite"
14040version = "0.24.0"
14041source = "registry+https://github.com/rust-lang/crates.io-index"
14042checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14043dependencies = [
14044 "byteorder",
14045 "bytes 1.9.0",
14046 "data-encoding",
14047 "http 1.2.0",
14048 "httparse",
14049 "log",
14050 "rand 0.8.5",
14051 "sha1",
14052 "thiserror 1.0.69",
14053 "utf-8",
14054]
14055
14056[[package]]
14057name = "typeid"
14058version = "1.0.2"
14059source = "registry+https://github.com/rust-lang/crates.io-index"
14060checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14061
14062[[package]]
14063name = "typenum"
14064version = "1.17.0"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14067
14068[[package]]
14069name = "ucd-trie"
14070version = "0.1.7"
14071source = "registry+https://github.com/rust-lang/crates.io-index"
14072checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14073
14074[[package]]
14075name = "uds_windows"
14076version = "1.1.0"
14077source = "registry+https://github.com/rust-lang/crates.io-index"
14078checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14079dependencies = [
14080 "memoffset",
14081 "tempfile",
14082 "winapi",
14083]
14084
14085[[package]]
14086name = "ui"
14087version = "0.1.0"
14088dependencies = [
14089 "chrono",
14090 "gpui",
14091 "itertools 0.14.0",
14092 "menu",
14093 "serde",
14094 "settings",
14095 "smallvec",
14096 "story",
14097 "strum",
14098 "theme",
14099 "ui_macros",
14100 "windows 0.58.0",
14101]
14102
14103[[package]]
14104name = "ui_input"
14105version = "0.1.0"
14106dependencies = [
14107 "editor",
14108 "gpui",
14109 "settings",
14110 "theme",
14111 "ui",
14112]
14113
14114[[package]]
14115name = "ui_macros"
14116version = "0.1.0"
14117dependencies = [
14118 "convert_case 0.7.1",
14119 "proc-macro2",
14120 "quote",
14121 "syn 1.0.109",
14122]
14123
14124[[package]]
14125name = "unicase"
14126version = "2.8.1"
14127source = "registry+https://github.com/rust-lang/crates.io-index"
14128checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14129
14130[[package]]
14131name = "unicode-bidi"
14132version = "0.3.17"
14133source = "registry+https://github.com/rust-lang/crates.io-index"
14134checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14135
14136[[package]]
14137name = "unicode-bidi-mirroring"
14138version = "0.2.0"
14139source = "registry+https://github.com/rust-lang/crates.io-index"
14140checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14141
14142[[package]]
14143name = "unicode-ccc"
14144version = "0.2.0"
14145source = "registry+https://github.com/rust-lang/crates.io-index"
14146checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14147
14148[[package]]
14149name = "unicode-ident"
14150version = "1.0.14"
14151source = "registry+https://github.com/rust-lang/crates.io-index"
14152checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14153
14154[[package]]
14155name = "unicode-linebreak"
14156version = "0.1.5"
14157source = "registry+https://github.com/rust-lang/crates.io-index"
14158checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14159
14160[[package]]
14161name = "unicode-normalization"
14162version = "0.1.24"
14163source = "registry+https://github.com/rust-lang/crates.io-index"
14164checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14165dependencies = [
14166 "tinyvec",
14167]
14168
14169[[package]]
14170name = "unicode-properties"
14171version = "0.1.3"
14172source = "registry+https://github.com/rust-lang/crates.io-index"
14173checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14174
14175[[package]]
14176name = "unicode-script"
14177version = "0.5.7"
14178source = "registry+https://github.com/rust-lang/crates.io-index"
14179checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14180
14181[[package]]
14182name = "unicode-segmentation"
14183version = "1.12.0"
14184source = "registry+https://github.com/rust-lang/crates.io-index"
14185checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14186
14187[[package]]
14188name = "unicode-width"
14189version = "0.1.14"
14190source = "registry+https://github.com/rust-lang/crates.io-index"
14191checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14192
14193[[package]]
14194name = "unicode-xid"
14195version = "0.2.6"
14196source = "registry+https://github.com/rust-lang/crates.io-index"
14197checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14198
14199[[package]]
14200name = "unicode_categories"
14201version = "0.1.1"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14204
14205[[package]]
14206name = "unindent"
14207version = "0.1.11"
14208source = "registry+https://github.com/rust-lang/crates.io-index"
14209checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
14210
14211[[package]]
14212name = "untrusted"
14213version = "0.9.0"
14214source = "registry+https://github.com/rust-lang/crates.io-index"
14215checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14216
14217[[package]]
14218name = "url"
14219version = "2.5.4"
14220source = "registry+https://github.com/rust-lang/crates.io-index"
14221checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14222dependencies = [
14223 "form_urlencoded",
14224 "idna",
14225 "percent-encoding",
14226 "serde",
14227]
14228
14229[[package]]
14230name = "urlencoding"
14231version = "2.1.3"
14232source = "registry+https://github.com/rust-lang/crates.io-index"
14233checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14234
14235[[package]]
14236name = "usvg"
14237version = "0.44.0"
14238source = "registry+https://github.com/rust-lang/crates.io-index"
14239checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14240dependencies = [
14241 "base64 0.22.1",
14242 "data-url",
14243 "flate2",
14244 "imagesize",
14245 "kurbo",
14246 "log",
14247 "pico-args",
14248 "roxmltree",
14249 "simplecss",
14250 "siphasher 1.0.1",
14251 "strict-num",
14252 "svgtypes",
14253 "tiny-skia-path",
14254 "xmlwriter",
14255]
14256
14257[[package]]
14258name = "utf-8"
14259version = "0.7.6"
14260source = "registry+https://github.com/rust-lang/crates.io-index"
14261checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14262
14263[[package]]
14264name = "utf16_iter"
14265version = "1.0.5"
14266source = "registry+https://github.com/rust-lang/crates.io-index"
14267checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14268
14269[[package]]
14270name = "utf8_iter"
14271version = "1.0.4"
14272source = "registry+https://github.com/rust-lang/crates.io-index"
14273checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14274
14275[[package]]
14276name = "utf8parse"
14277version = "0.2.2"
14278source = "registry+https://github.com/rust-lang/crates.io-index"
14279checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14280
14281[[package]]
14282name = "util"
14283version = "0.1.0"
14284dependencies = [
14285 "anyhow",
14286 "async-fs",
14287 "collections",
14288 "dirs 4.0.0",
14289 "dunce",
14290 "futures 0.3.31",
14291 "futures-lite 1.13.0",
14292 "git2",
14293 "globset",
14294 "itertools 0.14.0",
14295 "libc",
14296 "log",
14297 "rand 0.8.5",
14298 "regex",
14299 "rust-embed",
14300 "serde",
14301 "serde_json",
14302 "smol",
14303 "take-until",
14304 "tempfile",
14305 "tendril",
14306 "unicase",
14307]
14308
14309[[package]]
14310name = "uuid"
14311version = "1.11.0"
14312source = "registry+https://github.com/rust-lang/crates.io-index"
14313checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
14314dependencies = [
14315 "getrandom 0.2.15",
14316 "serde",
14317 "sha1_smol",
14318]
14319
14320[[package]]
14321name = "v_frame"
14322version = "0.3.8"
14323source = "registry+https://github.com/rust-lang/crates.io-index"
14324checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14325dependencies = [
14326 "aligned-vec",
14327 "num-traits",
14328 "wasm-bindgen",
14329]
14330
14331[[package]]
14332name = "valuable"
14333version = "0.1.0"
14334source = "registry+https://github.com/rust-lang/crates.io-index"
14335checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14336
14337[[package]]
14338name = "value-bag"
14339version = "1.10.0"
14340source = "registry+https://github.com/rust-lang/crates.io-index"
14341checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14342dependencies = [
14343 "value-bag-serde1",
14344 "value-bag-sval2",
14345]
14346
14347[[package]]
14348name = "value-bag-serde1"
14349version = "1.10.0"
14350source = "registry+https://github.com/rust-lang/crates.io-index"
14351checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14352dependencies = [
14353 "erased-serde",
14354 "serde",
14355 "serde_fmt",
14356]
14357
14358[[package]]
14359name = "value-bag-sval2"
14360version = "1.10.0"
14361source = "registry+https://github.com/rust-lang/crates.io-index"
14362checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14363dependencies = [
14364 "sval",
14365 "sval_buffer",
14366 "sval_dynamic",
14367 "sval_fmt",
14368 "sval_json",
14369 "sval_ref",
14370 "sval_serde",
14371]
14372
14373[[package]]
14374name = "vcpkg"
14375version = "0.2.15"
14376source = "registry+https://github.com/rust-lang/crates.io-index"
14377checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14378
14379[[package]]
14380name = "vcs_menu"
14381version = "0.1.0"
14382dependencies = [
14383 "anyhow",
14384 "fuzzy",
14385 "git",
14386 "gpui",
14387 "picker",
14388 "project",
14389 "ui",
14390 "util",
14391 "workspace",
14392 "zed_actions",
14393]
14394
14395[[package]]
14396name = "version-compare"
14397version = "0.2.0"
14398source = "registry+https://github.com/rust-lang/crates.io-index"
14399checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14400
14401[[package]]
14402name = "version_check"
14403version = "0.9.5"
14404source = "registry+https://github.com/rust-lang/crates.io-index"
14405checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
14406
14407[[package]]
14408name = "vim"
14409version = "0.1.0"
14410dependencies = [
14411 "anyhow",
14412 "assets",
14413 "async-compat",
14414 "async-trait",
14415 "collections",
14416 "command_palette",
14417 "command_palette_hooks",
14418 "editor",
14419 "futures 0.3.31",
14420 "git_ui",
14421 "gpui",
14422 "indoc",
14423 "itertools 0.14.0",
14424 "language",
14425 "libc",
14426 "log",
14427 "lsp",
14428 "multi_buffer",
14429 "nvim-rs",
14430 "parking_lot",
14431 "project_panel",
14432 "regex",
14433 "release_channel",
14434 "schemars",
14435 "search",
14436 "serde",
14437 "serde_derive",
14438 "serde_json",
14439 "settings",
14440 "task",
14441 "theme",
14442 "tokio",
14443 "ui",
14444 "util",
14445 "vim_mode_setting",
14446 "workspace",
14447 "zed_actions",
14448]
14449
14450[[package]]
14451name = "vim_mode_setting"
14452version = "0.1.0"
14453dependencies = [
14454 "anyhow",
14455 "gpui",
14456 "settings",
14457]
14458
14459[[package]]
14460name = "vscode_theme"
14461version = "0.2.0"
14462source = "registry+https://github.com/rust-lang/crates.io-index"
14463checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
14464dependencies = [
14465 "serde",
14466]
14467
14468[[package]]
14469name = "vsimd"
14470version = "0.8.0"
14471source = "registry+https://github.com/rust-lang/crates.io-index"
14472checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
14473
14474[[package]]
14475name = "vswhom"
14476version = "0.1.0"
14477source = "registry+https://github.com/rust-lang/crates.io-index"
14478checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
14479dependencies = [
14480 "libc",
14481 "vswhom-sys",
14482]
14483
14484[[package]]
14485name = "vswhom-sys"
14486version = "0.1.2"
14487source = "registry+https://github.com/rust-lang/crates.io-index"
14488checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
14489dependencies = [
14490 "cc",
14491 "libc",
14492]
14493
14494[[package]]
14495name = "vte"
14496version = "0.14.1"
14497source = "registry+https://github.com/rust-lang/crates.io-index"
14498checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077"
14499dependencies = [
14500 "bitflags 2.8.0",
14501 "cursor-icon",
14502 "log",
14503 "memchr",
14504 "serde",
14505]
14506
14507[[package]]
14508name = "waker-fn"
14509version = "1.2.0"
14510source = "registry+https://github.com/rust-lang/crates.io-index"
14511checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
14512
14513[[package]]
14514name = "walkdir"
14515version = "2.5.0"
14516source = "registry+https://github.com/rust-lang/crates.io-index"
14517checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
14518dependencies = [
14519 "same-file",
14520 "winapi-util",
14521]
14522
14523[[package]]
14524name = "want"
14525version = "0.3.1"
14526source = "registry+https://github.com/rust-lang/crates.io-index"
14527checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
14528dependencies = [
14529 "try-lock",
14530]
14531
14532[[package]]
14533name = "warp"
14534version = "0.3.7"
14535source = "registry+https://github.com/rust-lang/crates.io-index"
14536checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
14537dependencies = [
14538 "bytes 1.9.0",
14539 "futures-channel",
14540 "futures-util",
14541 "headers",
14542 "http 0.2.12",
14543 "hyper 0.14.32",
14544 "log",
14545 "mime",
14546 "mime_guess",
14547 "percent-encoding",
14548 "pin-project",
14549 "scoped-tls",
14550 "serde",
14551 "serde_json",
14552 "serde_urlencoded",
14553 "tokio",
14554 "tokio-tungstenite 0.21.0",
14555 "tokio-util",
14556 "tower-service",
14557 "tracing",
14558]
14559
14560[[package]]
14561name = "wasi"
14562version = "0.9.0+wasi-snapshot-preview1"
14563source = "registry+https://github.com/rust-lang/crates.io-index"
14564checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
14565
14566[[package]]
14567name = "wasi"
14568version = "0.11.0+wasi-snapshot-preview1"
14569source = "registry+https://github.com/rust-lang/crates.io-index"
14570checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
14571
14572[[package]]
14573name = "wasite"
14574version = "0.1.0"
14575source = "registry+https://github.com/rust-lang/crates.io-index"
14576checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
14577
14578[[package]]
14579name = "wasm-bindgen"
14580version = "0.2.99"
14581source = "registry+https://github.com/rust-lang/crates.io-index"
14582checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
14583dependencies = [
14584 "cfg-if",
14585 "once_cell",
14586 "wasm-bindgen-macro",
14587]
14588
14589[[package]]
14590name = "wasm-bindgen-backend"
14591version = "0.2.99"
14592source = "registry+https://github.com/rust-lang/crates.io-index"
14593checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
14594dependencies = [
14595 "bumpalo",
14596 "log",
14597 "proc-macro2",
14598 "quote",
14599 "syn 2.0.90",
14600 "wasm-bindgen-shared",
14601]
14602
14603[[package]]
14604name = "wasm-bindgen-futures"
14605version = "0.4.49"
14606source = "registry+https://github.com/rust-lang/crates.io-index"
14607checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
14608dependencies = [
14609 "cfg-if",
14610 "js-sys",
14611 "once_cell",
14612 "wasm-bindgen",
14613 "web-sys",
14614]
14615
14616[[package]]
14617name = "wasm-bindgen-macro"
14618version = "0.2.99"
14619source = "registry+https://github.com/rust-lang/crates.io-index"
14620checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
14621dependencies = [
14622 "quote",
14623 "wasm-bindgen-macro-support",
14624]
14625
14626[[package]]
14627name = "wasm-bindgen-macro-support"
14628version = "0.2.99"
14629source = "registry+https://github.com/rust-lang/crates.io-index"
14630checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
14631dependencies = [
14632 "proc-macro2",
14633 "quote",
14634 "syn 2.0.90",
14635 "wasm-bindgen-backend",
14636 "wasm-bindgen-shared",
14637]
14638
14639[[package]]
14640name = "wasm-bindgen-shared"
14641version = "0.2.99"
14642source = "registry+https://github.com/rust-lang/crates.io-index"
14643checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
14644
14645[[package]]
14646name = "wasm-encoder"
14647version = "0.201.0"
14648source = "registry+https://github.com/rust-lang/crates.io-index"
14649checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
14650dependencies = [
14651 "leb128",
14652]
14653
14654[[package]]
14655name = "wasm-encoder"
14656version = "0.215.0"
14657source = "registry+https://github.com/rust-lang/crates.io-index"
14658checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14659dependencies = [
14660 "leb128",
14661]
14662
14663[[package]]
14664name = "wasm-metadata"
14665version = "0.201.0"
14666source = "registry+https://github.com/rust-lang/crates.io-index"
14667checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14668dependencies = [
14669 "anyhow",
14670 "indexmap",
14671 "serde",
14672 "serde_derive",
14673 "serde_json",
14674 "spdx",
14675 "wasm-encoder 0.201.0",
14676 "wasmparser 0.201.0",
14677]
14678
14679[[package]]
14680name = "wasm-streams"
14681version = "0.4.2"
14682source = "registry+https://github.com/rust-lang/crates.io-index"
14683checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
14684dependencies = [
14685 "futures-util",
14686 "js-sys",
14687 "wasm-bindgen",
14688 "wasm-bindgen-futures",
14689 "web-sys",
14690]
14691
14692[[package]]
14693name = "wasmparser"
14694version = "0.201.0"
14695source = "registry+https://github.com/rust-lang/crates.io-index"
14696checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14697dependencies = [
14698 "bitflags 2.8.0",
14699 "indexmap",
14700 "semver",
14701]
14702
14703[[package]]
14704name = "wasmparser"
14705version = "0.215.0"
14706source = "registry+https://github.com/rust-lang/crates.io-index"
14707checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14708dependencies = [
14709 "ahash 0.8.11",
14710 "bitflags 2.8.0",
14711 "hashbrown 0.14.5",
14712 "indexmap",
14713 "semver",
14714 "serde",
14715]
14716
14717[[package]]
14718name = "wasmprinter"
14719version = "0.215.0"
14720source = "registry+https://github.com/rust-lang/crates.io-index"
14721checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14722dependencies = [
14723 "anyhow",
14724 "termcolor",
14725 "wasmparser 0.215.0",
14726]
14727
14728[[package]]
14729name = "wasmtime"
14730version = "24.0.2"
14731source = "registry+https://github.com/rust-lang/crates.io-index"
14732checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14733dependencies = [
14734 "anyhow",
14735 "async-trait",
14736 "bitflags 2.8.0",
14737 "bumpalo",
14738 "cc",
14739 "cfg-if",
14740 "encoding_rs",
14741 "hashbrown 0.14.5",
14742 "indexmap",
14743 "libc",
14744 "libm",
14745 "log",
14746 "mach2",
14747 "memfd",
14748 "object",
14749 "once_cell",
14750 "paste",
14751 "postcard",
14752 "psm",
14753 "rustix",
14754 "semver",
14755 "serde",
14756 "serde_derive",
14757 "smallvec",
14758 "sptr",
14759 "target-lexicon",
14760 "wasmparser 0.215.0",
14761 "wasmtime-asm-macros",
14762 "wasmtime-component-macro",
14763 "wasmtime-component-util",
14764 "wasmtime-cranelift",
14765 "wasmtime-environ",
14766 "wasmtime-fiber",
14767 "wasmtime-jit-icache-coherence",
14768 "wasmtime-slab",
14769 "wasmtime-versioned-export-macros",
14770 "wasmtime-winch",
14771 "windows-sys 0.52.0",
14772]
14773
14774[[package]]
14775name = "wasmtime-asm-macros"
14776version = "24.0.2"
14777source = "registry+https://github.com/rust-lang/crates.io-index"
14778checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14779dependencies = [
14780 "cfg-if",
14781]
14782
14783[[package]]
14784name = "wasmtime-c-api-impl"
14785version = "24.0.2"
14786source = "registry+https://github.com/rust-lang/crates.io-index"
14787checksum = "4e038dd412700174019867608617127e7cc4f113f764dd10e7488dbf5f47b191"
14788dependencies = [
14789 "anyhow",
14790 "log",
14791 "once_cell",
14792 "tracing",
14793 "wasmtime",
14794 "wasmtime-c-api-macros",
14795]
14796
14797[[package]]
14798name = "wasmtime-c-api-macros"
14799version = "24.0.2"
14800source = "registry+https://github.com/rust-lang/crates.io-index"
14801checksum = "bde0ca2263811d980ab676bcb2a190c990737f58969a908976101ad208149a17"
14802dependencies = [
14803 "proc-macro2",
14804 "quote",
14805]
14806
14807[[package]]
14808name = "wasmtime-component-macro"
14809version = "24.0.2"
14810source = "registry+https://github.com/rust-lang/crates.io-index"
14811checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14812dependencies = [
14813 "anyhow",
14814 "proc-macro2",
14815 "quote",
14816 "syn 2.0.90",
14817 "wasmtime-component-util",
14818 "wasmtime-wit-bindgen",
14819 "wit-parser 0.215.0",
14820]
14821
14822[[package]]
14823name = "wasmtime-component-util"
14824version = "24.0.2"
14825source = "registry+https://github.com/rust-lang/crates.io-index"
14826checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14827
14828[[package]]
14829name = "wasmtime-cranelift"
14830version = "24.0.2"
14831source = "registry+https://github.com/rust-lang/crates.io-index"
14832checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14833dependencies = [
14834 "anyhow",
14835 "cfg-if",
14836 "cranelift-codegen",
14837 "cranelift-control",
14838 "cranelift-entity",
14839 "cranelift-frontend",
14840 "cranelift-native",
14841 "cranelift-wasm",
14842 "gimli 0.29.0",
14843 "log",
14844 "object",
14845 "target-lexicon",
14846 "thiserror 1.0.69",
14847 "wasmparser 0.215.0",
14848 "wasmtime-environ",
14849 "wasmtime-versioned-export-macros",
14850]
14851
14852[[package]]
14853name = "wasmtime-environ"
14854version = "24.0.2"
14855source = "registry+https://github.com/rust-lang/crates.io-index"
14856checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14857dependencies = [
14858 "anyhow",
14859 "cpp_demangle",
14860 "cranelift-bitset",
14861 "cranelift-entity",
14862 "gimli 0.29.0",
14863 "indexmap",
14864 "log",
14865 "object",
14866 "postcard",
14867 "rustc-demangle",
14868 "semver",
14869 "serde",
14870 "serde_derive",
14871 "target-lexicon",
14872 "wasm-encoder 0.215.0",
14873 "wasmparser 0.215.0",
14874 "wasmprinter",
14875 "wasmtime-component-util",
14876 "wasmtime-types",
14877]
14878
14879[[package]]
14880name = "wasmtime-fiber"
14881version = "24.0.2"
14882source = "registry+https://github.com/rust-lang/crates.io-index"
14883checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14884dependencies = [
14885 "anyhow",
14886 "cc",
14887 "cfg-if",
14888 "rustix",
14889 "wasmtime-asm-macros",
14890 "wasmtime-versioned-export-macros",
14891 "windows-sys 0.52.0",
14892]
14893
14894[[package]]
14895name = "wasmtime-jit-icache-coherence"
14896version = "24.0.2"
14897source = "registry+https://github.com/rust-lang/crates.io-index"
14898checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14899dependencies = [
14900 "anyhow",
14901 "cfg-if",
14902 "libc",
14903 "windows-sys 0.52.0",
14904]
14905
14906[[package]]
14907name = "wasmtime-slab"
14908version = "24.0.2"
14909source = "registry+https://github.com/rust-lang/crates.io-index"
14910checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14911
14912[[package]]
14913name = "wasmtime-types"
14914version = "24.0.2"
14915source = "registry+https://github.com/rust-lang/crates.io-index"
14916checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14917dependencies = [
14918 "anyhow",
14919 "cranelift-entity",
14920 "serde",
14921 "serde_derive",
14922 "smallvec",
14923 "wasmparser 0.215.0",
14924]
14925
14926[[package]]
14927name = "wasmtime-versioned-export-macros"
14928version = "24.0.2"
14929source = "registry+https://github.com/rust-lang/crates.io-index"
14930checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14931dependencies = [
14932 "proc-macro2",
14933 "quote",
14934 "syn 2.0.90",
14935]
14936
14937[[package]]
14938name = "wasmtime-wasi"
14939version = "24.0.2"
14940source = "registry+https://github.com/rust-lang/crates.io-index"
14941checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
14942dependencies = [
14943 "anyhow",
14944 "async-trait",
14945 "bitflags 2.8.0",
14946 "bytes 1.9.0",
14947 "cap-fs-ext",
14948 "cap-net-ext",
14949 "cap-rand",
14950 "cap-std",
14951 "cap-time-ext",
14952 "fs-set-times",
14953 "futures 0.3.31",
14954 "io-extras",
14955 "io-lifetimes",
14956 "once_cell",
14957 "rustix",
14958 "system-interface",
14959 "thiserror 1.0.69",
14960 "tokio",
14961 "tracing",
14962 "url",
14963 "wasmtime",
14964 "wiggle",
14965 "windows-sys 0.52.0",
14966]
14967
14968[[package]]
14969name = "wasmtime-winch"
14970version = "24.0.2"
14971source = "registry+https://github.com/rust-lang/crates.io-index"
14972checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14973dependencies = [
14974 "anyhow",
14975 "cranelift-codegen",
14976 "gimli 0.29.0",
14977 "object",
14978 "target-lexicon",
14979 "wasmparser 0.215.0",
14980 "wasmtime-cranelift",
14981 "wasmtime-environ",
14982 "winch-codegen",
14983]
14984
14985[[package]]
14986name = "wasmtime-wit-bindgen"
14987version = "24.0.2"
14988source = "registry+https://github.com/rust-lang/crates.io-index"
14989checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14990dependencies = [
14991 "anyhow",
14992 "heck 0.4.1",
14993 "indexmap",
14994 "wit-parser 0.215.0",
14995]
14996
14997[[package]]
14998name = "wast"
14999version = "35.0.2"
15000source = "registry+https://github.com/rust-lang/crates.io-index"
15001checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15002dependencies = [
15003 "leb128",
15004]
15005
15006[[package]]
15007name = "wayland-backend"
15008version = "0.3.7"
15009source = "registry+https://github.com/rust-lang/crates.io-index"
15010checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
15011dependencies = [
15012 "cc",
15013 "downcast-rs",
15014 "rustix",
15015 "scoped-tls",
15016 "smallvec",
15017 "wayland-sys",
15018]
15019
15020[[package]]
15021name = "wayland-client"
15022version = "0.31.7"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
15025dependencies = [
15026 "bitflags 2.8.0",
15027 "rustix",
15028 "wayland-backend",
15029 "wayland-scanner",
15030]
15031
15032[[package]]
15033name = "wayland-cursor"
15034version = "0.31.7"
15035source = "registry+https://github.com/rust-lang/crates.io-index"
15036checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c"
15037dependencies = [
15038 "rustix",
15039 "wayland-client",
15040 "xcursor",
15041]
15042
15043[[package]]
15044name = "wayland-protocols"
15045version = "0.31.2"
15046source = "registry+https://github.com/rust-lang/crates.io-index"
15047checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15048dependencies = [
15049 "bitflags 2.8.0",
15050 "wayland-backend",
15051 "wayland-client",
15052 "wayland-scanner",
15053]
15054
15055[[package]]
15056name = "wayland-protocols-plasma"
15057version = "0.2.0"
15058source = "registry+https://github.com/rust-lang/crates.io-index"
15059checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15060dependencies = [
15061 "bitflags 2.8.0",
15062 "wayland-backend",
15063 "wayland-client",
15064 "wayland-protocols",
15065 "wayland-scanner",
15066]
15067
15068[[package]]
15069name = "wayland-scanner"
15070version = "0.31.5"
15071source = "registry+https://github.com/rust-lang/crates.io-index"
15072checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
15073dependencies = [
15074 "proc-macro2",
15075 "quick-xml 0.36.2",
15076 "quote",
15077]
15078
15079[[package]]
15080name = "wayland-sys"
15081version = "0.31.5"
15082source = "registry+https://github.com/rust-lang/crates.io-index"
15083checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
15084dependencies = [
15085 "dlib",
15086 "log",
15087 "once_cell",
15088 "pkg-config",
15089]
15090
15091[[package]]
15092name = "web-sys"
15093version = "0.3.76"
15094source = "registry+https://github.com/rust-lang/crates.io-index"
15095checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15096dependencies = [
15097 "js-sys",
15098 "wasm-bindgen",
15099]
15100
15101[[package]]
15102name = "web-time"
15103version = "1.1.0"
15104source = "registry+https://github.com/rust-lang/crates.io-index"
15105checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15106dependencies = [
15107 "js-sys",
15108 "wasm-bindgen",
15109]
15110
15111[[package]]
15112name = "webpki"
15113version = "0.22.4"
15114source = "registry+https://github.com/rust-lang/crates.io-index"
15115checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
15116dependencies = [
15117 "ring",
15118 "untrusted",
15119]
15120
15121[[package]]
15122name = "webpki-roots"
15123version = "0.22.6"
15124source = "registry+https://github.com/rust-lang/crates.io-index"
15125checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
15126dependencies = [
15127 "webpki",
15128]
15129
15130[[package]]
15131name = "webpki-roots"
15132version = "0.26.7"
15133source = "registry+https://github.com/rust-lang/crates.io-index"
15134checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15135dependencies = [
15136 "rustls-pki-types",
15137]
15138
15139[[package]]
15140name = "webrtc-sys"
15141version = "0.3.5"
15142source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15143dependencies = [
15144 "cc",
15145 "cxx",
15146 "cxx-build",
15147 "glob",
15148 "log",
15149 "webrtc-sys-build",
15150]
15151
15152[[package]]
15153name = "webrtc-sys-build"
15154version = "0.3.5"
15155source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15156dependencies = [
15157 "fs2",
15158 "regex",
15159 "reqwest 0.11.27",
15160 "scratch",
15161 "semver",
15162 "zip",
15163]
15164
15165[[package]]
15166name = "weezl"
15167version = "0.1.8"
15168source = "registry+https://github.com/rust-lang/crates.io-index"
15169checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15170
15171[[package]]
15172name = "welcome"
15173version = "0.1.0"
15174dependencies = [
15175 "anyhow",
15176 "client",
15177 "copilot",
15178 "db",
15179 "editor",
15180 "fuzzy",
15181 "gpui",
15182 "install_cli",
15183 "picker",
15184 "project",
15185 "schemars",
15186 "serde",
15187 "settings",
15188 "telemetry",
15189 "ui",
15190 "util",
15191 "vim_mode_setting",
15192 "workspace",
15193 "zed_actions",
15194]
15195
15196[[package]]
15197name = "which"
15198version = "4.4.2"
15199source = "registry+https://github.com/rust-lang/crates.io-index"
15200checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15201dependencies = [
15202 "either",
15203 "home",
15204 "once_cell",
15205 "rustix",
15206]
15207
15208[[package]]
15209name = "which"
15210version = "6.0.3"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15213dependencies = [
15214 "either",
15215 "home",
15216 "rustix",
15217 "winsafe",
15218]
15219
15220[[package]]
15221name = "whoami"
15222version = "1.5.2"
15223source = "registry+https://github.com/rust-lang/crates.io-index"
15224checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15225dependencies = [
15226 "redox_syscall 0.5.8",
15227 "wasite",
15228]
15229
15230[[package]]
15231name = "wiggle"
15232version = "24.0.2"
15233source = "registry+https://github.com/rust-lang/crates.io-index"
15234checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
15235dependencies = [
15236 "anyhow",
15237 "async-trait",
15238 "bitflags 2.8.0",
15239 "thiserror 1.0.69",
15240 "tracing",
15241 "wasmtime",
15242 "wiggle-macro",
15243]
15244
15245[[package]]
15246name = "wiggle-generate"
15247version = "24.0.2"
15248source = "registry+https://github.com/rust-lang/crates.io-index"
15249checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
15250dependencies = [
15251 "anyhow",
15252 "heck 0.4.1",
15253 "proc-macro2",
15254 "quote",
15255 "shellexpand 2.1.2",
15256 "syn 2.0.90",
15257 "witx",
15258]
15259
15260[[package]]
15261name = "wiggle-macro"
15262version = "24.0.2"
15263source = "registry+https://github.com/rust-lang/crates.io-index"
15264checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
15265dependencies = [
15266 "proc-macro2",
15267 "quote",
15268 "syn 2.0.90",
15269 "wiggle-generate",
15270]
15271
15272[[package]]
15273name = "winapi"
15274version = "0.3.9"
15275source = "registry+https://github.com/rust-lang/crates.io-index"
15276checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15277dependencies = [
15278 "winapi-i686-pc-windows-gnu",
15279 "winapi-x86_64-pc-windows-gnu",
15280]
15281
15282[[package]]
15283name = "winapi-i686-pc-windows-gnu"
15284version = "0.4.0"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15287
15288[[package]]
15289name = "winapi-util"
15290version = "0.1.9"
15291source = "registry+https://github.com/rust-lang/crates.io-index"
15292checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15293dependencies = [
15294 "windows-sys 0.59.0",
15295]
15296
15297[[package]]
15298name = "winapi-x86_64-pc-windows-gnu"
15299version = "0.4.0"
15300source = "registry+https://github.com/rust-lang/crates.io-index"
15301checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15302
15303[[package]]
15304name = "winch-codegen"
15305version = "0.22.2"
15306source = "registry+https://github.com/rust-lang/crates.io-index"
15307checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
15308dependencies = [
15309 "anyhow",
15310 "cranelift-codegen",
15311 "gimli 0.29.0",
15312 "regalloc2",
15313 "smallvec",
15314 "target-lexicon",
15315 "wasmparser 0.215.0",
15316 "wasmtime-cranelift",
15317 "wasmtime-environ",
15318]
15319
15320[[package]]
15321name = "windows"
15322version = "0.54.0"
15323source = "registry+https://github.com/rust-lang/crates.io-index"
15324checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15325dependencies = [
15326 "windows-core 0.54.0",
15327 "windows-targets 0.52.6",
15328]
15329
15330[[package]]
15331name = "windows"
15332version = "0.57.0"
15333source = "registry+https://github.com/rust-lang/crates.io-index"
15334checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15335dependencies = [
15336 "windows-core 0.57.0",
15337 "windows-targets 0.52.6",
15338]
15339
15340[[package]]
15341name = "windows"
15342version = "0.58.0"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15345dependencies = [
15346 "windows-core 0.58.0",
15347 "windows-targets 0.52.6",
15348]
15349
15350[[package]]
15351name = "windows-core"
15352version = "0.52.0"
15353source = "registry+https://github.com/rust-lang/crates.io-index"
15354checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15355dependencies = [
15356 "windows-targets 0.52.6",
15357]
15358
15359[[package]]
15360name = "windows-core"
15361version = "0.54.0"
15362source = "registry+https://github.com/rust-lang/crates.io-index"
15363checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15364dependencies = [
15365 "windows-result 0.1.2",
15366 "windows-targets 0.52.6",
15367]
15368
15369[[package]]
15370name = "windows-core"
15371version = "0.57.0"
15372source = "registry+https://github.com/rust-lang/crates.io-index"
15373checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15374dependencies = [
15375 "windows-implement 0.57.0",
15376 "windows-interface 0.57.0",
15377 "windows-result 0.1.2",
15378 "windows-targets 0.52.6",
15379]
15380
15381[[package]]
15382name = "windows-core"
15383version = "0.58.0"
15384source = "registry+https://github.com/rust-lang/crates.io-index"
15385checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
15386dependencies = [
15387 "windows-implement 0.58.0",
15388 "windows-interface 0.58.0",
15389 "windows-result 0.2.0",
15390 "windows-strings",
15391 "windows-targets 0.52.6",
15392]
15393
15394[[package]]
15395name = "windows-implement"
15396version = "0.57.0"
15397source = "registry+https://github.com/rust-lang/crates.io-index"
15398checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
15399dependencies = [
15400 "proc-macro2",
15401 "quote",
15402 "syn 2.0.90",
15403]
15404
15405[[package]]
15406name = "windows-implement"
15407version = "0.58.0"
15408source = "registry+https://github.com/rust-lang/crates.io-index"
15409checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
15410dependencies = [
15411 "proc-macro2",
15412 "quote",
15413 "syn 2.0.90",
15414]
15415
15416[[package]]
15417name = "windows-interface"
15418version = "0.57.0"
15419source = "registry+https://github.com/rust-lang/crates.io-index"
15420checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
15421dependencies = [
15422 "proc-macro2",
15423 "quote",
15424 "syn 2.0.90",
15425]
15426
15427[[package]]
15428name = "windows-interface"
15429version = "0.58.0"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
15432dependencies = [
15433 "proc-macro2",
15434 "quote",
15435 "syn 2.0.90",
15436]
15437
15438[[package]]
15439name = "windows-registry"
15440version = "0.2.0"
15441source = "registry+https://github.com/rust-lang/crates.io-index"
15442checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
15443dependencies = [
15444 "windows-result 0.2.0",
15445 "windows-strings",
15446 "windows-targets 0.52.6",
15447]
15448
15449[[package]]
15450name = "windows-result"
15451version = "0.1.2"
15452source = "registry+https://github.com/rust-lang/crates.io-index"
15453checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
15454dependencies = [
15455 "windows-targets 0.52.6",
15456]
15457
15458[[package]]
15459name = "windows-result"
15460version = "0.2.0"
15461source = "registry+https://github.com/rust-lang/crates.io-index"
15462checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
15463dependencies = [
15464 "windows-targets 0.52.6",
15465]
15466
15467[[package]]
15468name = "windows-strings"
15469version = "0.1.0"
15470source = "registry+https://github.com/rust-lang/crates.io-index"
15471checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
15472dependencies = [
15473 "windows-result 0.2.0",
15474 "windows-targets 0.52.6",
15475]
15476
15477[[package]]
15478name = "windows-sys"
15479version = "0.45.0"
15480source = "registry+https://github.com/rust-lang/crates.io-index"
15481checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
15482dependencies = [
15483 "windows-targets 0.42.2",
15484]
15485
15486[[package]]
15487name = "windows-sys"
15488version = "0.48.0"
15489source = "registry+https://github.com/rust-lang/crates.io-index"
15490checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
15491dependencies = [
15492 "windows-targets 0.48.5",
15493]
15494
15495[[package]]
15496name = "windows-sys"
15497version = "0.52.0"
15498source = "registry+https://github.com/rust-lang/crates.io-index"
15499checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
15500dependencies = [
15501 "windows-targets 0.52.6",
15502]
15503
15504[[package]]
15505name = "windows-sys"
15506version = "0.59.0"
15507source = "registry+https://github.com/rust-lang/crates.io-index"
15508checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
15509dependencies = [
15510 "windows-targets 0.52.6",
15511]
15512
15513[[package]]
15514name = "windows-targets"
15515version = "0.42.2"
15516source = "registry+https://github.com/rust-lang/crates.io-index"
15517checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
15518dependencies = [
15519 "windows_aarch64_gnullvm 0.42.2",
15520 "windows_aarch64_msvc 0.42.2",
15521 "windows_i686_gnu 0.42.2",
15522 "windows_i686_msvc 0.42.2",
15523 "windows_x86_64_gnu 0.42.2",
15524 "windows_x86_64_gnullvm 0.42.2",
15525 "windows_x86_64_msvc 0.42.2",
15526]
15527
15528[[package]]
15529name = "windows-targets"
15530version = "0.48.5"
15531source = "registry+https://github.com/rust-lang/crates.io-index"
15532checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
15533dependencies = [
15534 "windows_aarch64_gnullvm 0.48.5",
15535 "windows_aarch64_msvc 0.48.5",
15536 "windows_i686_gnu 0.48.5",
15537 "windows_i686_msvc 0.48.5",
15538 "windows_x86_64_gnu 0.48.5",
15539 "windows_x86_64_gnullvm 0.48.5",
15540 "windows_x86_64_msvc 0.48.5",
15541]
15542
15543[[package]]
15544name = "windows-targets"
15545version = "0.52.6"
15546source = "registry+https://github.com/rust-lang/crates.io-index"
15547checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
15548dependencies = [
15549 "windows_aarch64_gnullvm 0.52.6",
15550 "windows_aarch64_msvc 0.52.6",
15551 "windows_i686_gnu 0.52.6",
15552 "windows_i686_gnullvm",
15553 "windows_i686_msvc 0.52.6",
15554 "windows_x86_64_gnu 0.52.6",
15555 "windows_x86_64_gnullvm 0.52.6",
15556 "windows_x86_64_msvc 0.52.6",
15557]
15558
15559[[package]]
15560name = "windows_aarch64_gnullvm"
15561version = "0.42.2"
15562source = "registry+https://github.com/rust-lang/crates.io-index"
15563checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
15564
15565[[package]]
15566name = "windows_aarch64_gnullvm"
15567version = "0.48.5"
15568source = "registry+https://github.com/rust-lang/crates.io-index"
15569checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
15570
15571[[package]]
15572name = "windows_aarch64_gnullvm"
15573version = "0.52.6"
15574source = "registry+https://github.com/rust-lang/crates.io-index"
15575checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
15576
15577[[package]]
15578name = "windows_aarch64_msvc"
15579version = "0.42.2"
15580source = "registry+https://github.com/rust-lang/crates.io-index"
15581checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
15582
15583[[package]]
15584name = "windows_aarch64_msvc"
15585version = "0.48.5"
15586source = "registry+https://github.com/rust-lang/crates.io-index"
15587checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
15588
15589[[package]]
15590name = "windows_aarch64_msvc"
15591version = "0.52.6"
15592source = "registry+https://github.com/rust-lang/crates.io-index"
15593checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
15594
15595[[package]]
15596name = "windows_i686_gnu"
15597version = "0.42.2"
15598source = "registry+https://github.com/rust-lang/crates.io-index"
15599checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
15600
15601[[package]]
15602name = "windows_i686_gnu"
15603version = "0.48.5"
15604source = "registry+https://github.com/rust-lang/crates.io-index"
15605checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
15606
15607[[package]]
15608name = "windows_i686_gnu"
15609version = "0.52.6"
15610source = "registry+https://github.com/rust-lang/crates.io-index"
15611checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
15612
15613[[package]]
15614name = "windows_i686_gnullvm"
15615version = "0.52.6"
15616source = "registry+https://github.com/rust-lang/crates.io-index"
15617checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
15618
15619[[package]]
15620name = "windows_i686_msvc"
15621version = "0.42.2"
15622source = "registry+https://github.com/rust-lang/crates.io-index"
15623checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
15624
15625[[package]]
15626name = "windows_i686_msvc"
15627version = "0.48.5"
15628source = "registry+https://github.com/rust-lang/crates.io-index"
15629checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
15630
15631[[package]]
15632name = "windows_i686_msvc"
15633version = "0.52.6"
15634source = "registry+https://github.com/rust-lang/crates.io-index"
15635checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
15636
15637[[package]]
15638name = "windows_x86_64_gnu"
15639version = "0.42.2"
15640source = "registry+https://github.com/rust-lang/crates.io-index"
15641checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
15642
15643[[package]]
15644name = "windows_x86_64_gnu"
15645version = "0.48.5"
15646source = "registry+https://github.com/rust-lang/crates.io-index"
15647checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
15648
15649[[package]]
15650name = "windows_x86_64_gnu"
15651version = "0.52.6"
15652source = "registry+https://github.com/rust-lang/crates.io-index"
15653checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
15654
15655[[package]]
15656name = "windows_x86_64_gnullvm"
15657version = "0.42.2"
15658source = "registry+https://github.com/rust-lang/crates.io-index"
15659checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
15660
15661[[package]]
15662name = "windows_x86_64_gnullvm"
15663version = "0.48.5"
15664source = "registry+https://github.com/rust-lang/crates.io-index"
15665checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
15666
15667[[package]]
15668name = "windows_x86_64_gnullvm"
15669version = "0.52.6"
15670source = "registry+https://github.com/rust-lang/crates.io-index"
15671checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
15672
15673[[package]]
15674name = "windows_x86_64_msvc"
15675version = "0.42.2"
15676source = "registry+https://github.com/rust-lang/crates.io-index"
15677checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
15678
15679[[package]]
15680name = "windows_x86_64_msvc"
15681version = "0.48.5"
15682source = "registry+https://github.com/rust-lang/crates.io-index"
15683checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
15684
15685[[package]]
15686name = "windows_x86_64_msvc"
15687version = "0.52.6"
15688source = "registry+https://github.com/rust-lang/crates.io-index"
15689checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
15690
15691[[package]]
15692name = "winnow"
15693version = "0.6.20"
15694source = "registry+https://github.com/rust-lang/crates.io-index"
15695checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
15696dependencies = [
15697 "memchr",
15698]
15699
15700[[package]]
15701name = "winreg"
15702version = "0.50.0"
15703source = "registry+https://github.com/rust-lang/crates.io-index"
15704checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15705dependencies = [
15706 "cfg-if",
15707 "windows-sys 0.48.0",
15708]
15709
15710[[package]]
15711name = "winreg"
15712version = "0.52.0"
15713source = "registry+https://github.com/rust-lang/crates.io-index"
15714checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15715dependencies = [
15716 "cfg-if",
15717 "windows-sys 0.48.0",
15718]
15719
15720[[package]]
15721name = "winresource"
15722version = "0.1.19"
15723source = "registry+https://github.com/rust-lang/crates.io-index"
15724checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
15725dependencies = [
15726 "toml 0.8.19",
15727 "version_check",
15728]
15729
15730[[package]]
15731name = "winsafe"
15732version = "0.0.19"
15733source = "registry+https://github.com/rust-lang/crates.io-index"
15734checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15735
15736[[package]]
15737name = "winx"
15738version = "0.36.4"
15739source = "registry+https://github.com/rust-lang/crates.io-index"
15740checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
15741dependencies = [
15742 "bitflags 2.8.0",
15743 "windows-sys 0.59.0",
15744]
15745
15746[[package]]
15747name = "wio"
15748version = "0.2.2"
15749source = "registry+https://github.com/rust-lang/crates.io-index"
15750checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15751dependencies = [
15752 "winapi",
15753]
15754
15755[[package]]
15756name = "wit-bindgen"
15757version = "0.22.0"
15758source = "registry+https://github.com/rust-lang/crates.io-index"
15759checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15760dependencies = [
15761 "bitflags 2.8.0",
15762 "wit-bindgen-rt",
15763 "wit-bindgen-rust-macro",
15764]
15765
15766[[package]]
15767name = "wit-bindgen-core"
15768version = "0.22.0"
15769source = "registry+https://github.com/rust-lang/crates.io-index"
15770checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15771dependencies = [
15772 "anyhow",
15773 "wit-parser 0.201.0",
15774]
15775
15776[[package]]
15777name = "wit-bindgen-rt"
15778version = "0.22.0"
15779source = "registry+https://github.com/rust-lang/crates.io-index"
15780checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15781
15782[[package]]
15783name = "wit-bindgen-rust"
15784version = "0.22.0"
15785source = "registry+https://github.com/rust-lang/crates.io-index"
15786checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15787dependencies = [
15788 "anyhow",
15789 "heck 0.4.1",
15790 "indexmap",
15791 "wasm-metadata",
15792 "wit-bindgen-core",
15793 "wit-component",
15794]
15795
15796[[package]]
15797name = "wit-bindgen-rust-macro"
15798version = "0.22.0"
15799source = "registry+https://github.com/rust-lang/crates.io-index"
15800checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15801dependencies = [
15802 "anyhow",
15803 "proc-macro2",
15804 "quote",
15805 "syn 2.0.90",
15806 "wit-bindgen-core",
15807 "wit-bindgen-rust",
15808]
15809
15810[[package]]
15811name = "wit-component"
15812version = "0.201.0"
15813source = "registry+https://github.com/rust-lang/crates.io-index"
15814checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15815dependencies = [
15816 "anyhow",
15817 "bitflags 2.8.0",
15818 "indexmap",
15819 "log",
15820 "serde",
15821 "serde_derive",
15822 "serde_json",
15823 "wasm-encoder 0.201.0",
15824 "wasm-metadata",
15825 "wasmparser 0.201.0",
15826 "wit-parser 0.201.0",
15827]
15828
15829[[package]]
15830name = "wit-parser"
15831version = "0.201.0"
15832source = "registry+https://github.com/rust-lang/crates.io-index"
15833checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15834dependencies = [
15835 "anyhow",
15836 "id-arena",
15837 "indexmap",
15838 "log",
15839 "semver",
15840 "serde",
15841 "serde_derive",
15842 "serde_json",
15843 "unicode-xid",
15844 "wasmparser 0.201.0",
15845]
15846
15847[[package]]
15848name = "wit-parser"
15849version = "0.215.0"
15850source = "registry+https://github.com/rust-lang/crates.io-index"
15851checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15852dependencies = [
15853 "anyhow",
15854 "id-arena",
15855 "indexmap",
15856 "log",
15857 "semver",
15858 "serde",
15859 "serde_derive",
15860 "serde_json",
15861 "unicode-xid",
15862 "wasmparser 0.215.0",
15863]
15864
15865[[package]]
15866name = "witx"
15867version = "0.9.1"
15868source = "registry+https://github.com/rust-lang/crates.io-index"
15869checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15870dependencies = [
15871 "anyhow",
15872 "log",
15873 "thiserror 1.0.69",
15874 "wast",
15875]
15876
15877[[package]]
15878name = "workspace"
15879version = "0.1.0"
15880dependencies = [
15881 "any_vec",
15882 "anyhow",
15883 "async-recursion 1.1.1",
15884 "bincode",
15885 "call",
15886 "client",
15887 "clock",
15888 "collections",
15889 "db",
15890 "derive_more",
15891 "env_logger 0.11.6",
15892 "fs",
15893 "futures 0.3.31",
15894 "gpui",
15895 "http_client",
15896 "itertools 0.14.0",
15897 "language",
15898 "log",
15899 "node_runtime",
15900 "parking_lot",
15901 "postage",
15902 "project",
15903 "remote",
15904 "schemars",
15905 "serde",
15906 "serde_json",
15907 "session",
15908 "settings",
15909 "smallvec",
15910 "sqlez",
15911 "strum",
15912 "task",
15913 "tempfile",
15914 "theme",
15915 "ui",
15916 "util",
15917 "uuid",
15918]
15919
15920[[package]]
15921name = "worktree"
15922version = "0.1.0"
15923dependencies = [
15924 "anyhow",
15925 "clock",
15926 "collections",
15927 "env_logger 0.11.6",
15928 "fs",
15929 "futures 0.3.31",
15930 "fuzzy",
15931 "git",
15932 "git2",
15933 "git_hosting_providers",
15934 "gpui",
15935 "http_client",
15936 "ignore",
15937 "language",
15938 "log",
15939 "parking_lot",
15940 "paths",
15941 "postage",
15942 "pretty_assertions",
15943 "rand 0.8.5",
15944 "rpc",
15945 "schemars",
15946 "serde",
15947 "serde_json",
15948 "settings",
15949 "smallvec",
15950 "smol",
15951 "sum_tree",
15952 "text",
15953 "util",
15954]
15955
15956[[package]]
15957name = "write16"
15958version = "1.0.0"
15959source = "registry+https://github.com/rust-lang/crates.io-index"
15960checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
15961
15962[[package]]
15963name = "writeable"
15964version = "0.5.5"
15965source = "registry+https://github.com/rust-lang/crates.io-index"
15966checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
15967
15968[[package]]
15969name = "wyz"
15970version = "0.5.1"
15971source = "registry+https://github.com/rust-lang/crates.io-index"
15972checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15973dependencies = [
15974 "tap",
15975]
15976
15977[[package]]
15978name = "x11-clipboard"
15979version = "0.9.3"
15980source = "registry+https://github.com/rust-lang/crates.io-index"
15981checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
15982dependencies = [
15983 "libc",
15984 "x11rb",
15985]
15986
15987[[package]]
15988name = "x11rb"
15989version = "0.13.1"
15990source = "registry+https://github.com/rust-lang/crates.io-index"
15991checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15992dependencies = [
15993 "as-raw-xcb-connection",
15994 "gethostname",
15995 "libc",
15996 "rustix",
15997 "x11rb-protocol",
15998]
15999
16000[[package]]
16001name = "x11rb-protocol"
16002version = "0.13.1"
16003source = "registry+https://github.com/rust-lang/crates.io-index"
16004checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16005
16006[[package]]
16007name = "xattr"
16008version = "0.2.3"
16009source = "registry+https://github.com/rust-lang/crates.io-index"
16010checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16011dependencies = [
16012 "libc",
16013]
16014
16015[[package]]
16016name = "xcursor"
16017version = "0.3.8"
16018source = "registry+https://github.com/rust-lang/crates.io-index"
16019checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16020
16021[[package]]
16022name = "xdg-home"
16023version = "1.3.0"
16024source = "registry+https://github.com/rust-lang/crates.io-index"
16025checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16026dependencies = [
16027 "libc",
16028 "windows-sys 0.59.0",
16029]
16030
16031[[package]]
16032name = "xim"
16033version = "0.4.0"
16034source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16035dependencies = [
16036 "ahash 0.8.11",
16037 "hashbrown 0.14.5",
16038 "log",
16039 "x11rb",
16040 "xim-ctext",
16041 "xim-parser",
16042]
16043
16044[[package]]
16045name = "xim-ctext"
16046version = "0.3.0"
16047source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16048dependencies = [
16049 "encoding_rs",
16050]
16051
16052[[package]]
16053name = "xim-parser"
16054version = "0.2.1"
16055source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16056dependencies = [
16057 "bitflags 2.8.0",
16058]
16059
16060[[package]]
16061name = "xkbcommon"
16062version = "0.7.0"
16063source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
16064dependencies = [
16065 "as-raw-xcb-connection",
16066 "libc",
16067 "memmap2",
16068 "xkeysym",
16069]
16070
16071[[package]]
16072name = "xkeysym"
16073version = "0.2.1"
16074source = "registry+https://github.com/rust-lang/crates.io-index"
16075checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
16076
16077[[package]]
16078name = "xml5ever"
16079version = "0.18.1"
16080source = "registry+https://github.com/rust-lang/crates.io-index"
16081checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
16082dependencies = [
16083 "log",
16084 "mac",
16085 "markup5ever",
16086]
16087
16088[[package]]
16089name = "xmlparser"
16090version = "0.13.6"
16091source = "registry+https://github.com/rust-lang/crates.io-index"
16092checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16093
16094[[package]]
16095name = "xmlwriter"
16096version = "0.1.0"
16097source = "registry+https://github.com/rust-lang/crates.io-index"
16098checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16099
16100[[package]]
16101name = "xtask"
16102version = "0.1.0"
16103dependencies = [
16104 "anyhow",
16105 "cargo_metadata",
16106 "cargo_toml",
16107 "clap",
16108]
16109
16110[[package]]
16111name = "yaml-rust2"
16112version = "0.8.1"
16113source = "registry+https://github.com/rust-lang/crates.io-index"
16114checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
16115dependencies = [
16116 "arraydeque",
16117 "encoding_rs",
16118 "hashlink 0.8.4",
16119]
16120
16121[[package]]
16122name = "yansi"
16123version = "1.0.1"
16124source = "registry+https://github.com/rust-lang/crates.io-index"
16125checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
16126
16127[[package]]
16128name = "yazi"
16129version = "0.1.6"
16130source = "registry+https://github.com/rust-lang/crates.io-index"
16131checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
16132
16133[[package]]
16134name = "yeslogic-fontconfig-sys"
16135version = "6.0.0"
16136source = "registry+https://github.com/rust-lang/crates.io-index"
16137checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
16138dependencies = [
16139 "dlib",
16140 "once_cell",
16141 "pkg-config",
16142]
16143
16144[[package]]
16145name = "yoke"
16146version = "0.7.5"
16147source = "registry+https://github.com/rust-lang/crates.io-index"
16148checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
16149dependencies = [
16150 "serde",
16151 "stable_deref_trait",
16152 "yoke-derive",
16153 "zerofrom",
16154]
16155
16156[[package]]
16157name = "yoke-derive"
16158version = "0.7.5"
16159source = "registry+https://github.com/rust-lang/crates.io-index"
16160checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
16161dependencies = [
16162 "proc-macro2",
16163 "quote",
16164 "syn 2.0.90",
16165 "synstructure",
16166]
16167
16168[[package]]
16169name = "zbus"
16170version = "4.4.0"
16171source = "registry+https://github.com/rust-lang/crates.io-index"
16172checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
16173dependencies = [
16174 "async-broadcast",
16175 "async-executor",
16176 "async-fs",
16177 "async-io",
16178 "async-lock",
16179 "async-process",
16180 "async-recursion 1.1.1",
16181 "async-task",
16182 "async-trait",
16183 "blocking",
16184 "enumflags2",
16185 "event-listener 5.3.1",
16186 "futures-core",
16187 "futures-sink",
16188 "futures-util",
16189 "hex",
16190 "nix",
16191 "ordered-stream",
16192 "rand 0.8.5",
16193 "serde",
16194 "serde_repr",
16195 "sha1",
16196 "static_assertions",
16197 "tracing",
16198 "uds_windows",
16199 "windows-sys 0.52.0",
16200 "xdg-home",
16201 "zbus_macros 4.4.0",
16202 "zbus_names 3.0.0",
16203 "zvariant 4.2.0",
16204]
16205
16206[[package]]
16207name = "zbus"
16208version = "5.1.1"
16209source = "registry+https://github.com/rust-lang/crates.io-index"
16210checksum = "1162094dc63b1629fcc44150bcceeaa80798cd28bcbe7fa987b65a034c258608"
16211dependencies = [
16212 "async-broadcast",
16213 "async-executor",
16214 "async-fs",
16215 "async-io",
16216 "async-lock",
16217 "async-process",
16218 "async-recursion 1.1.1",
16219 "async-task",
16220 "async-trait",
16221 "blocking",
16222 "enumflags2",
16223 "event-listener 5.3.1",
16224 "futures-core",
16225 "futures-util",
16226 "hex",
16227 "nix",
16228 "ordered-stream",
16229 "serde",
16230 "serde_repr",
16231 "static_assertions",
16232 "tracing",
16233 "uds_windows",
16234 "windows-sys 0.59.0",
16235 "winnow",
16236 "xdg-home",
16237 "zbus_macros 5.1.1",
16238 "zbus_names 4.1.0",
16239 "zvariant 5.1.0",
16240]
16241
16242[[package]]
16243name = "zbus_macros"
16244version = "4.4.0"
16245source = "registry+https://github.com/rust-lang/crates.io-index"
16246checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
16247dependencies = [
16248 "proc-macro-crate",
16249 "proc-macro2",
16250 "quote",
16251 "syn 2.0.90",
16252 "zvariant_utils 2.1.0",
16253]
16254
16255[[package]]
16256name = "zbus_macros"
16257version = "5.1.1"
16258source = "registry+https://github.com/rust-lang/crates.io-index"
16259checksum = "2cd2dcdce3e2727f7d74b7e33b5a89539b3cc31049562137faf7ae4eb86cd16d"
16260dependencies = [
16261 "proc-macro-crate",
16262 "proc-macro2",
16263 "quote",
16264 "syn 2.0.90",
16265 "zbus_names 4.1.0",
16266 "zvariant 5.1.0",
16267 "zvariant_utils 3.0.2",
16268]
16269
16270[[package]]
16271name = "zbus_names"
16272version = "3.0.0"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
16275dependencies = [
16276 "serde",
16277 "static_assertions",
16278 "zvariant 4.2.0",
16279]
16280
16281[[package]]
16282name = "zbus_names"
16283version = "4.1.0"
16284source = "registry+https://github.com/rust-lang/crates.io-index"
16285checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16286dependencies = [
16287 "serde",
16288 "static_assertions",
16289 "winnow",
16290 "zvariant 5.1.0",
16291]
16292
16293[[package]]
16294name = "zed"
16295version = "0.172.0"
16296dependencies = [
16297 "activity_indicator",
16298 "anyhow",
16299 "ashpd",
16300 "assets",
16301 "assistant",
16302 "assistant2",
16303 "assistant_context_editor",
16304 "assistant_settings",
16305 "assistant_tools",
16306 "async-watch",
16307 "audio",
16308 "auto_update",
16309 "auto_update_ui",
16310 "backtrace",
16311 "breadcrumbs",
16312 "call",
16313 "channel",
16314 "chrono",
16315 "clap",
16316 "cli",
16317 "client",
16318 "collab_ui",
16319 "collections",
16320 "command_palette",
16321 "command_palette_hooks",
16322 "copilot",
16323 "db",
16324 "diagnostics",
16325 "editor",
16326 "env_logger 0.11.6",
16327 "extension",
16328 "extension_host",
16329 "extensions_ui",
16330 "feature_flags",
16331 "feedback",
16332 "file_finder",
16333 "file_icons",
16334 "fs",
16335 "futures 0.3.31",
16336 "git",
16337 "git_hosting_providers",
16338 "git_ui",
16339 "go_to_line",
16340 "gpui",
16341 "http_client",
16342 "image_viewer",
16343 "inline_completion_button",
16344 "install_cli",
16345 "journal",
16346 "language",
16347 "language_extension",
16348 "language_model",
16349 "language_models",
16350 "language_selector",
16351 "language_tools",
16352 "languages",
16353 "libc",
16354 "log",
16355 "markdown",
16356 "markdown_preview",
16357 "menu",
16358 "mimalloc",
16359 "nix",
16360 "node_runtime",
16361 "notifications",
16362 "outline",
16363 "outline_panel",
16364 "parking_lot",
16365 "paths",
16366 "picker",
16367 "profiling",
16368 "project",
16369 "project_panel",
16370 "project_symbols",
16371 "prompt_library",
16372 "proto",
16373 "recent_projects",
16374 "release_channel",
16375 "remote",
16376 "repl",
16377 "reqwest_client",
16378 "rope",
16379 "search",
16380 "serde",
16381 "serde_json",
16382 "session",
16383 "settings",
16384 "settings_ui",
16385 "shellexpand 2.1.2",
16386 "simplelog",
16387 "smol",
16388 "snippet_provider",
16389 "snippets_ui",
16390 "supermaven",
16391 "sysinfo",
16392 "tab_switcher",
16393 "task",
16394 "tasks_ui",
16395 "telemetry",
16396 "telemetry_events",
16397 "terminal_view",
16398 "theme",
16399 "theme_extension",
16400 "theme_selector",
16401 "time",
16402 "toolchain_selector",
16403 "tree-sitter-md",
16404 "tree-sitter-rust",
16405 "ui",
16406 "url",
16407 "urlencoding",
16408 "util",
16409 "uuid",
16410 "vcs_menu",
16411 "vim",
16412 "vim_mode_setting",
16413 "welcome",
16414 "windows 0.58.0",
16415 "winresource",
16416 "workspace",
16417 "zed_actions",
16418 "zed_predict_tos",
16419 "zeta",
16420]
16421
16422[[package]]
16423name = "zed_actions"
16424version = "0.1.0"
16425dependencies = [
16426 "gpui",
16427 "schemars",
16428 "serde",
16429]
16430
16431[[package]]
16432name = "zed_csharp"
16433version = "0.1.1"
16434dependencies = [
16435 "zed_extension_api 0.1.0",
16436]
16437
16438[[package]]
16439name = "zed_deno"
16440version = "0.0.2"
16441dependencies = [
16442 "zed_extension_api 0.1.0",
16443]
16444
16445[[package]]
16446name = "zed_elixir"
16447version = "0.1.4"
16448dependencies = [
16449 "zed_extension_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
16450]
16451
16452[[package]]
16453name = "zed_emmet"
16454version = "0.0.3"
16455dependencies = [
16456 "zed_extension_api 0.1.0",
16457]
16458
16459[[package]]
16460name = "zed_erlang"
16461version = "0.1.1"
16462dependencies = [
16463 "zed_extension_api 0.1.0",
16464]
16465
16466[[package]]
16467name = "zed_extension_api"
16468version = "0.1.0"
16469source = "registry+https://github.com/rust-lang/crates.io-index"
16470checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
16471dependencies = [
16472 "serde",
16473 "serde_json",
16474 "wit-bindgen",
16475]
16476
16477[[package]]
16478name = "zed_extension_api"
16479version = "0.2.0"
16480dependencies = [
16481 "serde",
16482 "serde_json",
16483 "wit-bindgen",
16484]
16485
16486[[package]]
16487name = "zed_extension_api"
16488version = "0.2.0"
16489source = "registry+https://github.com/rust-lang/crates.io-index"
16490checksum = "9fd16b8b30a9dc920fc1678ff852f696b5bdf5b5843bc745a128be0aac29859e"
16491dependencies = [
16492 "serde",
16493 "serde_json",
16494 "wit-bindgen",
16495]
16496
16497[[package]]
16498name = "zed_glsl"
16499version = "0.1.0"
16500dependencies = [
16501 "zed_extension_api 0.1.0",
16502]
16503
16504[[package]]
16505name = "zed_haskell"
16506version = "0.1.3"
16507dependencies = [
16508 "zed_extension_api 0.1.0",
16509]
16510
16511[[package]]
16512name = "zed_html"
16513version = "0.1.5"
16514dependencies = [
16515 "zed_extension_api 0.1.0",
16516]
16517
16518[[package]]
16519name = "zed_lua"
16520version = "0.1.1"
16521dependencies = [
16522 "zed_extension_api 0.1.0",
16523]
16524
16525[[package]]
16526name = "zed_php"
16527version = "0.2.4"
16528dependencies = [
16529 "zed_extension_api 0.1.0",
16530]
16531
16532[[package]]
16533name = "zed_predict_tos"
16534version = "0.1.0"
16535dependencies = [
16536 "client",
16537 "gpui",
16538 "menu",
16539 "ui",
16540 "workspace",
16541]
16542
16543[[package]]
16544name = "zed_prisma"
16545version = "0.0.4"
16546dependencies = [
16547 "zed_extension_api 0.1.0",
16548]
16549
16550[[package]]
16551name = "zed_proto"
16552version = "0.2.1"
16553dependencies = [
16554 "zed_extension_api 0.1.0",
16555]
16556
16557[[package]]
16558name = "zed_purescript"
16559version = "0.1.0"
16560dependencies = [
16561 "zed_extension_api 0.1.0",
16562]
16563
16564[[package]]
16565name = "zed_ruff"
16566version = "0.1.0"
16567dependencies = [
16568 "zed_extension_api 0.1.0",
16569]
16570
16571[[package]]
16572name = "zed_snippets"
16573version = "0.0.5"
16574dependencies = [
16575 "serde_json",
16576 "zed_extension_api 0.1.0",
16577]
16578
16579[[package]]
16580name = "zed_terraform"
16581version = "0.1.2"
16582dependencies = [
16583 "zed_extension_api 0.1.0",
16584]
16585
16586[[package]]
16587name = "zed_test_extension"
16588version = "0.1.0"
16589dependencies = [
16590 "zed_extension_api 0.2.0",
16591]
16592
16593[[package]]
16594name = "zed_toml"
16595version = "0.1.2"
16596dependencies = [
16597 "zed_extension_api 0.1.0",
16598]
16599
16600[[package]]
16601name = "zed_uiua"
16602version = "0.0.1"
16603dependencies = [
16604 "zed_extension_api 0.1.0",
16605]
16606
16607[[package]]
16608name = "zed_zig"
16609version = "0.3.3"
16610dependencies = [
16611 "zed_extension_api 0.1.0",
16612]
16613
16614[[package]]
16615name = "zeno"
16616version = "0.2.3"
16617source = "registry+https://github.com/rust-lang/crates.io-index"
16618checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
16619
16620[[package]]
16621name = "zerocopy"
16622version = "0.7.35"
16623source = "registry+https://github.com/rust-lang/crates.io-index"
16624checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
16625dependencies = [
16626 "byteorder",
16627 "zerocopy-derive",
16628]
16629
16630[[package]]
16631name = "zerocopy-derive"
16632version = "0.7.35"
16633source = "registry+https://github.com/rust-lang/crates.io-index"
16634checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
16635dependencies = [
16636 "proc-macro2",
16637 "quote",
16638 "syn 2.0.90",
16639]
16640
16641[[package]]
16642name = "zerofrom"
16643version = "0.1.5"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
16646dependencies = [
16647 "zerofrom-derive",
16648]
16649
16650[[package]]
16651name = "zerofrom-derive"
16652version = "0.1.5"
16653source = "registry+https://github.com/rust-lang/crates.io-index"
16654checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
16655dependencies = [
16656 "proc-macro2",
16657 "quote",
16658 "syn 2.0.90",
16659 "synstructure",
16660]
16661
16662[[package]]
16663name = "zeroize"
16664version = "1.8.1"
16665source = "registry+https://github.com/rust-lang/crates.io-index"
16666checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
16667dependencies = [
16668 "zeroize_derive",
16669]
16670
16671[[package]]
16672name = "zeroize_derive"
16673version = "1.4.2"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
16676dependencies = [
16677 "proc-macro2",
16678 "quote",
16679 "syn 2.0.90",
16680]
16681
16682[[package]]
16683name = "zeromq"
16684version = "0.5.0-pre"
16685source = "registry+https://github.com/rust-lang/crates.io-index"
16686checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
16687dependencies = [
16688 "async-dispatcher",
16689 "async-std",
16690 "async-trait",
16691 "asynchronous-codec",
16692 "bytes 1.9.0",
16693 "crossbeam-queue",
16694 "dashmap 5.5.3",
16695 "futures 0.3.31",
16696 "log",
16697 "num-traits",
16698 "once_cell",
16699 "parking_lot",
16700 "rand 0.8.5",
16701 "regex",
16702 "thiserror 1.0.69",
16703 "uuid",
16704]
16705
16706[[package]]
16707name = "zerovec"
16708version = "0.10.4"
16709source = "registry+https://github.com/rust-lang/crates.io-index"
16710checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
16711dependencies = [
16712 "yoke",
16713 "zerofrom",
16714 "zerovec-derive",
16715]
16716
16717[[package]]
16718name = "zerovec-derive"
16719version = "0.10.3"
16720source = "registry+https://github.com/rust-lang/crates.io-index"
16721checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
16722dependencies = [
16723 "proc-macro2",
16724 "quote",
16725 "syn 2.0.90",
16726]
16727
16728[[package]]
16729name = "zeta"
16730version = "0.1.0"
16731dependencies = [
16732 "anyhow",
16733 "arrayvec",
16734 "call",
16735 "client",
16736 "clock",
16737 "collections",
16738 "ctor",
16739 "editor",
16740 "env_logger 0.11.6",
16741 "futures 0.3.31",
16742 "gpui",
16743 "http_client",
16744 "indoc",
16745 "inline_completion",
16746 "language",
16747 "language_models",
16748 "log",
16749 "menu",
16750 "reqwest_client",
16751 "rpc",
16752 "serde_json",
16753 "settings",
16754 "similar",
16755 "telemetry",
16756 "telemetry_events",
16757 "theme",
16758 "tree-sitter-go",
16759 "tree-sitter-rust",
16760 "ui",
16761 "util",
16762 "uuid",
16763 "workspace",
16764 "worktree",
16765]
16766
16767[[package]]
16768name = "zip"
16769version = "0.6.6"
16770source = "registry+https://github.com/rust-lang/crates.io-index"
16771checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
16772dependencies = [
16773 "aes",
16774 "byteorder",
16775 "bzip2",
16776 "constant_time_eq 0.1.5",
16777 "crc32fast",
16778 "crossbeam-utils",
16779 "flate2",
16780 "hmac",
16781 "pbkdf2 0.11.0",
16782 "sha1",
16783 "time",
16784 "zstd",
16785]
16786
16787[[package]]
16788name = "zstd"
16789version = "0.11.2+zstd.1.5.2"
16790source = "registry+https://github.com/rust-lang/crates.io-index"
16791checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
16792dependencies = [
16793 "zstd-safe",
16794]
16795
16796[[package]]
16797name = "zstd-safe"
16798version = "5.0.2+zstd.1.5.2"
16799source = "registry+https://github.com/rust-lang/crates.io-index"
16800checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
16801dependencies = [
16802 "libc",
16803 "zstd-sys",
16804]
16805
16806[[package]]
16807name = "zstd-sys"
16808version = "2.0.13+zstd.1.5.6"
16809source = "registry+https://github.com/rust-lang/crates.io-index"
16810checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
16811dependencies = [
16812 "cc",
16813 "pkg-config",
16814]
16815
16816[[package]]
16817name = "zune-core"
16818version = "0.4.12"
16819source = "registry+https://github.com/rust-lang/crates.io-index"
16820checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
16821
16822[[package]]
16823name = "zune-inflate"
16824version = "0.2.54"
16825source = "registry+https://github.com/rust-lang/crates.io-index"
16826checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
16827dependencies = [
16828 "simd-adler32",
16829]
16830
16831[[package]]
16832name = "zune-jpeg"
16833version = "0.4.13"
16834source = "registry+https://github.com/rust-lang/crates.io-index"
16835checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
16836dependencies = [
16837 "zune-core",
16838]
16839
16840[[package]]
16841name = "zvariant"
16842version = "4.2.0"
16843source = "registry+https://github.com/rust-lang/crates.io-index"
16844checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
16845dependencies = [
16846 "endi",
16847 "enumflags2",
16848 "serde",
16849 "static_assertions",
16850 "zvariant_derive 4.2.0",
16851]
16852
16853[[package]]
16854name = "zvariant"
16855version = "5.1.0"
16856source = "registry+https://github.com/rust-lang/crates.io-index"
16857checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f"
16858dependencies = [
16859 "endi",
16860 "enumflags2",
16861 "serde",
16862 "static_assertions",
16863 "url",
16864 "winnow",
16865 "zvariant_derive 5.1.0",
16866 "zvariant_utils 3.0.2",
16867]
16868
16869[[package]]
16870name = "zvariant_derive"
16871version = "4.2.0"
16872source = "registry+https://github.com/rust-lang/crates.io-index"
16873checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
16874dependencies = [
16875 "proc-macro-crate",
16876 "proc-macro2",
16877 "quote",
16878 "syn 2.0.90",
16879 "zvariant_utils 2.1.0",
16880]
16881
16882[[package]]
16883name = "zvariant_derive"
16884version = "5.1.0"
16885source = "registry+https://github.com/rust-lang/crates.io-index"
16886checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916"
16887dependencies = [
16888 "proc-macro-crate",
16889 "proc-macro2",
16890 "quote",
16891 "syn 2.0.90",
16892 "zvariant_utils 3.0.2",
16893]
16894
16895[[package]]
16896name = "zvariant_utils"
16897version = "2.1.0"
16898source = "registry+https://github.com/rust-lang/crates.io-index"
16899checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
16900dependencies = [
16901 "proc-macro2",
16902 "quote",
16903 "syn 2.0.90",
16904]
16905
16906[[package]]
16907name = "zvariant_utils"
16908version = "3.0.2"
16909source = "registry+https://github.com/rust-lang/crates.io-index"
16910checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6"
16911dependencies = [
16912 "proc-macro2",
16913 "quote",
16914 "serde",
16915 "static_assertions",
16916 "syn 2.0.90",
16917 "winnow",
16918]