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 "html_to_markdown",
460 "http_client",
461 "indoc",
462 "itertools 0.14.0",
463 "language",
464 "language_model",
465 "language_model_selector",
466 "language_models",
467 "log",
468 "lsp",
469 "markdown",
470 "menu",
471 "multi_buffer",
472 "parking_lot",
473 "picker",
474 "project",
475 "prompt_library",
476 "proto",
477 "rand 0.8.5",
478 "rope",
479 "serde",
480 "serde_json",
481 "settings",
482 "similar",
483 "smol",
484 "streaming_diff",
485 "telemetry_events",
486 "terminal",
487 "terminal_view",
488 "text",
489 "theme",
490 "time",
491 "time_format",
492 "ui",
493 "unindent",
494 "util",
495 "uuid",
496 "workspace",
497 "zed_actions",
498]
499
500[[package]]
501name = "assistant_context_editor"
502version = "0.1.0"
503dependencies = [
504 "anyhow",
505 "assistant_settings",
506 "assistant_slash_command",
507 "assistant_slash_commands",
508 "assistant_tool",
509 "chrono",
510 "client",
511 "clock",
512 "collections",
513 "context_server",
514 "editor",
515 "feature_flags",
516 "fs",
517 "futures 0.3.31",
518 "fuzzy",
519 "gpui",
520 "indexed_docs",
521 "language",
522 "language_model",
523 "language_model_selector",
524 "language_models",
525 "languages",
526 "log",
527 "multi_buffer",
528 "open_ai",
529 "parking_lot",
530 "paths",
531 "picker",
532 "pretty_assertions",
533 "project",
534 "prompt_library",
535 "rand 0.8.5",
536 "regex",
537 "rope",
538 "rpc",
539 "serde",
540 "serde_json",
541 "settings",
542 "smallvec",
543 "smol",
544 "strum",
545 "telemetry_events",
546 "text",
547 "theme",
548 "tree-sitter-md",
549 "ui",
550 "unindent",
551 "util",
552 "uuid",
553 "workspace",
554]
555
556[[package]]
557name = "assistant_settings"
558version = "0.1.0"
559dependencies = [
560 "anthropic",
561 "anyhow",
562 "deepseek",
563 "feature_flags",
564 "fs",
565 "gpui",
566 "language_model",
567 "lmstudio",
568 "log",
569 "ollama",
570 "open_ai",
571 "paths",
572 "schemars",
573 "serde",
574 "serde_json_lenient",
575 "settings",
576]
577
578[[package]]
579name = "assistant_slash_command"
580version = "0.1.0"
581dependencies = [
582 "anyhow",
583 "async-trait",
584 "collections",
585 "derive_more",
586 "extension",
587 "futures 0.3.31",
588 "gpui",
589 "language",
590 "language_model",
591 "parking_lot",
592 "pretty_assertions",
593 "serde",
594 "serde_json",
595 "ui",
596 "workspace",
597]
598
599[[package]]
600name = "assistant_slash_commands"
601version = "0.1.0"
602dependencies = [
603 "anyhow",
604 "assistant_slash_command",
605 "cargo_toml",
606 "chrono",
607 "collections",
608 "context_server",
609 "editor",
610 "env_logger 0.11.6",
611 "feature_flags",
612 "fs",
613 "futures 0.3.31",
614 "fuzzy",
615 "globset",
616 "gpui",
617 "html_to_markdown",
618 "http_client",
619 "indexed_docs",
620 "language",
621 "language_model",
622 "log",
623 "pretty_assertions",
624 "project",
625 "prompt_library",
626 "rope",
627 "schemars",
628 "semantic_index",
629 "serde",
630 "serde_json",
631 "settings",
632 "smol",
633 "terminal_view",
634 "text",
635 "toml 0.8.19",
636 "ui",
637 "util",
638 "workspace",
639]
640
641[[package]]
642name = "assistant_tool"
643version = "0.1.0"
644dependencies = [
645 "anyhow",
646 "collections",
647 "derive_more",
648 "gpui",
649 "parking_lot",
650 "serde",
651 "serde_json",
652 "workspace",
653]
654
655[[package]]
656name = "assistant_tools"
657version = "0.1.0"
658dependencies = [
659 "anyhow",
660 "assistant_tool",
661 "chrono",
662 "gpui",
663 "schemars",
664 "serde",
665 "serde_json",
666 "workspace",
667]
668
669[[package]]
670name = "async-attributes"
671version = "1.1.2"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
674dependencies = [
675 "quote",
676 "syn 1.0.109",
677]
678
679[[package]]
680name = "async-broadcast"
681version = "0.7.2"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
684dependencies = [
685 "event-listener 5.3.1",
686 "event-listener-strategy",
687 "futures-core",
688 "pin-project-lite",
689]
690
691[[package]]
692name = "async-channel"
693version = "1.9.0"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
696dependencies = [
697 "concurrent-queue",
698 "event-listener 2.5.3",
699 "futures-core",
700]
701
702[[package]]
703name = "async-channel"
704version = "2.3.1"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
707dependencies = [
708 "concurrent-queue",
709 "event-listener-strategy",
710 "futures-core",
711 "pin-project-lite",
712]
713
714[[package]]
715name = "async-compat"
716version = "0.2.4"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
719dependencies = [
720 "futures-core",
721 "futures-io",
722 "once_cell",
723 "pin-project-lite",
724 "tokio",
725]
726
727[[package]]
728name = "async-compression"
729version = "0.4.18"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
732dependencies = [
733 "deflate64",
734 "flate2",
735 "futures-core",
736 "futures-io",
737 "memchr",
738 "pin-project-lite",
739]
740
741[[package]]
742name = "async-dispatcher"
743version = "0.1.2"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
746dependencies = [
747 "async-task",
748 "futures-lite 1.13.0",
749]
750
751[[package]]
752name = "async-executor"
753version = "1.13.1"
754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
756dependencies = [
757 "async-task",
758 "concurrent-queue",
759 "fastrand 2.3.0",
760 "futures-lite 2.5.0",
761 "slab",
762]
763
764[[package]]
765name = "async-fs"
766version = "2.1.2"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
769dependencies = [
770 "async-lock",
771 "blocking",
772 "futures-lite 2.5.0",
773]
774
775[[package]]
776name = "async-global-executor"
777version = "2.4.1"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
780dependencies = [
781 "async-channel 2.3.1",
782 "async-executor",
783 "async-io",
784 "async-lock",
785 "blocking",
786 "futures-lite 2.5.0",
787 "once_cell",
788]
789
790[[package]]
791name = "async-io"
792version = "2.4.0"
793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
795dependencies = [
796 "async-lock",
797 "cfg-if",
798 "concurrent-queue",
799 "futures-io",
800 "futures-lite 2.5.0",
801 "parking",
802 "polling",
803 "rustix",
804 "slab",
805 "tracing",
806 "windows-sys 0.59.0",
807]
808
809[[package]]
810name = "async-lock"
811version = "3.4.0"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
814dependencies = [
815 "event-listener 5.3.1",
816 "event-listener-strategy",
817 "pin-project-lite",
818]
819
820[[package]]
821name = "async-native-tls"
822version = "0.5.0"
823source = "registry+https://github.com/rust-lang/crates.io-index"
824checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
825dependencies = [
826 "futures-util",
827 "native-tls",
828 "thiserror 1.0.69",
829 "url",
830]
831
832[[package]]
833name = "async-net"
834version = "2.0.0"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
837dependencies = [
838 "async-io",
839 "blocking",
840 "futures-lite 2.5.0",
841]
842
843[[package]]
844name = "async-pipe"
845version = "0.1.3"
846source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
847dependencies = [
848 "futures 0.3.31",
849 "log",
850]
851
852[[package]]
853name = "async-process"
854version = "2.3.0"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
857dependencies = [
858 "async-channel 2.3.1",
859 "async-io",
860 "async-lock",
861 "async-signal",
862 "async-task",
863 "blocking",
864 "cfg-if",
865 "event-listener 5.3.1",
866 "futures-lite 2.5.0",
867 "rustix",
868 "tracing",
869]
870
871[[package]]
872name = "async-recursion"
873version = "0.3.2"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
876dependencies = [
877 "proc-macro2",
878 "quote",
879 "syn 1.0.109",
880]
881
882[[package]]
883name = "async-recursion"
884version = "1.1.1"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
887dependencies = [
888 "proc-macro2",
889 "quote",
890 "syn 2.0.90",
891]
892
893[[package]]
894name = "async-signal"
895version = "0.2.10"
896source = "registry+https://github.com/rust-lang/crates.io-index"
897checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
898dependencies = [
899 "async-io",
900 "async-lock",
901 "atomic-waker",
902 "cfg-if",
903 "futures-core",
904 "futures-io",
905 "rustix",
906 "signal-hook-registry",
907 "slab",
908 "windows-sys 0.59.0",
909]
910
911[[package]]
912name = "async-std"
913version = "1.13.0"
914source = "registry+https://github.com/rust-lang/crates.io-index"
915checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
916dependencies = [
917 "async-attributes",
918 "async-channel 1.9.0",
919 "async-global-executor",
920 "async-io",
921 "async-lock",
922 "async-process",
923 "crossbeam-utils",
924 "futures-channel",
925 "futures-core",
926 "futures-io",
927 "futures-lite 2.5.0",
928 "gloo-timers",
929 "kv-log-macro",
930 "log",
931 "memchr",
932 "once_cell",
933 "pin-project-lite",
934 "pin-utils",
935 "slab",
936 "wasm-bindgen-futures",
937]
938
939[[package]]
940name = "async-stream"
941version = "0.3.6"
942source = "registry+https://github.com/rust-lang/crates.io-index"
943checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
944dependencies = [
945 "async-stream-impl",
946 "futures-core",
947 "pin-project-lite",
948]
949
950[[package]]
951name = "async-stream-impl"
952version = "0.3.6"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
955dependencies = [
956 "proc-macro2",
957 "quote",
958 "syn 2.0.90",
959]
960
961[[package]]
962name = "async-stripe"
963version = "0.40.0"
964source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
965dependencies = [
966 "chrono",
967 "futures-util",
968 "http-types",
969 "hyper 0.14.32",
970 "hyper-rustls 0.24.2",
971 "serde",
972 "serde_json",
973 "serde_path_to_error",
974 "serde_qs 0.10.1",
975 "smart-default",
976 "smol_str",
977 "thiserror 1.0.69",
978 "tokio",
979]
980
981[[package]]
982name = "async-tar"
983version = "0.5.0"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
986dependencies = [
987 "async-std",
988 "filetime",
989 "libc",
990 "pin-project",
991 "redox_syscall 0.2.16",
992 "xattr",
993]
994
995[[package]]
996name = "async-task"
997version = "4.7.1"
998source = "registry+https://github.com/rust-lang/crates.io-index"
999checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1000
1001[[package]]
1002name = "async-tls"
1003version = "0.13.0"
1004source = "registry+https://github.com/rust-lang/crates.io-index"
1005checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e"
1006dependencies = [
1007 "futures-core",
1008 "futures-io",
1009 "rustls 0.21.12",
1010 "rustls-pemfile 1.0.4",
1011 "webpki-roots 0.22.6",
1012]
1013
1014[[package]]
1015name = "async-trait"
1016version = "0.1.85"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
1019dependencies = [
1020 "proc-macro2",
1021 "quote",
1022 "syn 2.0.90",
1023]
1024
1025[[package]]
1026name = "async-tungstenite"
1027version = "0.25.1"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589"
1030dependencies = [
1031 "async-native-tls",
1032 "async-std",
1033 "async-tls",
1034 "futures-io",
1035 "futures-util",
1036 "log",
1037 "pin-project-lite",
1038 "tungstenite 0.21.0",
1039]
1040
1041[[package]]
1042name = "async-tungstenite"
1043version = "0.28.2"
1044source = "registry+https://github.com/rust-lang/crates.io-index"
1045checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1046dependencies = [
1047 "async-std",
1048 "async-tls",
1049 "atomic-waker",
1050 "futures-core",
1051 "futures-io",
1052 "futures-task",
1053 "futures-util",
1054 "log",
1055 "pin-project-lite",
1056 "tungstenite 0.24.0",
1057]
1058
1059[[package]]
1060name = "async-watch"
1061version = "0.3.1"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1064dependencies = [
1065 "event-listener 2.5.3",
1066]
1067
1068[[package]]
1069name = "async_zip"
1070version = "0.0.17"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1073dependencies = [
1074 "async-compression",
1075 "crc32fast",
1076 "futures-lite 2.5.0",
1077 "pin-project",
1078 "thiserror 1.0.69",
1079]
1080
1081[[package]]
1082name = "asynchronous-codec"
1083version = "0.7.0"
1084source = "registry+https://github.com/rust-lang/crates.io-index"
1085checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1086dependencies = [
1087 "bytes 1.9.0",
1088 "futures-sink",
1089 "futures-util",
1090 "memchr",
1091 "pin-project-lite",
1092]
1093
1094[[package]]
1095name = "atoi"
1096version = "2.0.0"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1099dependencies = [
1100 "num-traits",
1101]
1102
1103[[package]]
1104name = "atomic"
1105version = "0.5.3"
1106source = "registry+https://github.com/rust-lang/crates.io-index"
1107checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1108
1109[[package]]
1110name = "atomic-waker"
1111version = "1.1.2"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1114
1115[[package]]
1116name = "audio"
1117version = "0.1.0"
1118dependencies = [
1119 "anyhow",
1120 "collections",
1121 "derive_more",
1122 "gpui",
1123 "parking_lot",
1124 "rodio",
1125 "util",
1126]
1127
1128[[package]]
1129name = "auto_update"
1130version = "0.1.0"
1131dependencies = [
1132 "anyhow",
1133 "client",
1134 "db",
1135 "gpui",
1136 "http_client",
1137 "log",
1138 "paths",
1139 "release_channel",
1140 "schemars",
1141 "serde",
1142 "serde_json",
1143 "settings",
1144 "smol",
1145 "tempfile",
1146 "which 6.0.3",
1147 "workspace",
1148]
1149
1150[[package]]
1151name = "auto_update_ui"
1152version = "0.1.0"
1153dependencies = [
1154 "anyhow",
1155 "auto_update",
1156 "client",
1157 "editor",
1158 "gpui",
1159 "http_client",
1160 "markdown_preview",
1161 "menu",
1162 "release_channel",
1163 "serde",
1164 "serde_json",
1165 "smol",
1166 "util",
1167 "workspace",
1168]
1169
1170[[package]]
1171name = "autocfg"
1172version = "1.4.0"
1173source = "registry+https://github.com/rust-lang/crates.io-index"
1174checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1175
1176[[package]]
1177name = "av1-grain"
1178version = "0.2.3"
1179source = "registry+https://github.com/rust-lang/crates.io-index"
1180checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1181dependencies = [
1182 "anyhow",
1183 "arrayvec",
1184 "log",
1185 "nom",
1186 "num-rational",
1187 "v_frame",
1188]
1189
1190[[package]]
1191name = "avif-serialize"
1192version = "0.8.2"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1195dependencies = [
1196 "arrayvec",
1197]
1198
1199[[package]]
1200name = "aws-config"
1201version = "1.5.14"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "9f40e82e858e02445402906e454a73e244c7f501fcae198977585946c48e8697"
1204dependencies = [
1205 "aws-credential-types",
1206 "aws-runtime",
1207 "aws-sdk-sso",
1208 "aws-sdk-ssooidc",
1209 "aws-sdk-sts",
1210 "aws-smithy-async",
1211 "aws-smithy-http",
1212 "aws-smithy-json",
1213 "aws-smithy-runtime",
1214 "aws-smithy-runtime-api",
1215 "aws-smithy-types",
1216 "aws-types",
1217 "bytes 1.9.0",
1218 "fastrand 2.3.0",
1219 "hex",
1220 "http 0.2.12",
1221 "ring",
1222 "time",
1223 "tokio",
1224 "tracing",
1225 "url",
1226 "zeroize",
1227]
1228
1229[[package]]
1230name = "aws-credential-types"
1231version = "1.2.1"
1232source = "registry+https://github.com/rust-lang/crates.io-index"
1233checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1234dependencies = [
1235 "aws-smithy-async",
1236 "aws-smithy-runtime-api",
1237 "aws-smithy-types",
1238 "zeroize",
1239]
1240
1241[[package]]
1242name = "aws-runtime"
1243version = "1.5.4"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "bee7643696e7fdd74c10f9eb42848a87fe469d35eae9c3323f80aa98f350baac"
1246dependencies = [
1247 "aws-credential-types",
1248 "aws-sigv4",
1249 "aws-smithy-async",
1250 "aws-smithy-eventstream",
1251 "aws-smithy-http",
1252 "aws-smithy-runtime",
1253 "aws-smithy-runtime-api",
1254 "aws-smithy-types",
1255 "aws-types",
1256 "bytes 1.9.0",
1257 "fastrand 2.3.0",
1258 "http 0.2.12",
1259 "http-body 0.4.6",
1260 "once_cell",
1261 "percent-encoding",
1262 "pin-project-lite",
1263 "tracing",
1264 "uuid",
1265]
1266
1267[[package]]
1268name = "aws-sdk-kinesis"
1269version = "1.56.0"
1270source = "registry+https://github.com/rust-lang/crates.io-index"
1271checksum = "43d9c9144b6b00173d8f212a89d6bb252d48f88aeb2ae89c33c13b0a0fcd0ac9"
1272dependencies = [
1273 "aws-credential-types",
1274 "aws-runtime",
1275 "aws-smithy-async",
1276 "aws-smithy-http",
1277 "aws-smithy-json",
1278 "aws-smithy-runtime",
1279 "aws-smithy-runtime-api",
1280 "aws-smithy-types",
1281 "aws-types",
1282 "bytes 1.9.0",
1283 "http 0.2.12",
1284 "once_cell",
1285 "regex-lite",
1286 "tracing",
1287]
1288
1289[[package]]
1290name = "aws-sdk-s3"
1291version = "1.69.0"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "0a88f1c30e4ffa2464f910297c24736ff68cca9e8d2b7d52596b54efd99b9c1e"
1294dependencies = [
1295 "aws-credential-types",
1296 "aws-runtime",
1297 "aws-sigv4",
1298 "aws-smithy-async",
1299 "aws-smithy-checksums",
1300 "aws-smithy-eventstream",
1301 "aws-smithy-http",
1302 "aws-smithy-json",
1303 "aws-smithy-runtime",
1304 "aws-smithy-runtime-api",
1305 "aws-smithy-types",
1306 "aws-smithy-xml",
1307 "aws-types",
1308 "bytes 1.9.0",
1309 "fastrand 2.3.0",
1310 "hex",
1311 "hmac",
1312 "http 0.2.12",
1313 "http-body 0.4.6",
1314 "lru",
1315 "once_cell",
1316 "percent-encoding",
1317 "regex-lite",
1318 "sha2",
1319 "tracing",
1320 "url",
1321]
1322
1323[[package]]
1324name = "aws-sdk-sso"
1325version = "1.54.0"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "921a13ed6aabe2d1258f65ef7804946255c799224440774c30e1a2c65cdf983a"
1328dependencies = [
1329 "aws-credential-types",
1330 "aws-runtime",
1331 "aws-smithy-async",
1332 "aws-smithy-http",
1333 "aws-smithy-json",
1334 "aws-smithy-runtime",
1335 "aws-smithy-runtime-api",
1336 "aws-smithy-types",
1337 "aws-types",
1338 "bytes 1.9.0",
1339 "http 0.2.12",
1340 "once_cell",
1341 "regex-lite",
1342 "tracing",
1343]
1344
1345[[package]]
1346name = "aws-sdk-ssooidc"
1347version = "1.55.0"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "196c952738b05dfc917d82a3e9b5ba850822a6d6a86d677afda2a156cc172ceb"
1350dependencies = [
1351 "aws-credential-types",
1352 "aws-runtime",
1353 "aws-smithy-async",
1354 "aws-smithy-http",
1355 "aws-smithy-json",
1356 "aws-smithy-runtime",
1357 "aws-smithy-runtime-api",
1358 "aws-smithy-types",
1359 "aws-types",
1360 "bytes 1.9.0",
1361 "http 0.2.12",
1362 "once_cell",
1363 "regex-lite",
1364 "tracing",
1365]
1366
1367[[package]]
1368name = "aws-sdk-sts"
1369version = "1.55.0"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "33ef5b73a927ed80b44096f8c20fb4abae65469af15198367e179ae267256e9d"
1372dependencies = [
1373 "aws-credential-types",
1374 "aws-runtime",
1375 "aws-smithy-async",
1376 "aws-smithy-http",
1377 "aws-smithy-json",
1378 "aws-smithy-query",
1379 "aws-smithy-runtime",
1380 "aws-smithy-runtime-api",
1381 "aws-smithy-types",
1382 "aws-smithy-xml",
1383 "aws-types",
1384 "http 0.2.12",
1385 "once_cell",
1386 "regex-lite",
1387 "tracing",
1388]
1389
1390[[package]]
1391name = "aws-sigv4"
1392version = "1.2.7"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "690118821e46967b3c4501d67d7d52dd75106a9c54cf36cefa1985cedbe94e05"
1395dependencies = [
1396 "aws-credential-types",
1397 "aws-smithy-eventstream",
1398 "aws-smithy-http",
1399 "aws-smithy-runtime-api",
1400 "aws-smithy-types",
1401 "bytes 1.9.0",
1402 "crypto-bigint 0.5.5",
1403 "form_urlencoded",
1404 "hex",
1405 "hmac",
1406 "http 0.2.12",
1407 "http 1.2.0",
1408 "once_cell",
1409 "p256",
1410 "percent-encoding",
1411 "ring",
1412 "sha2",
1413 "subtle",
1414 "time",
1415 "tracing",
1416 "zeroize",
1417]
1418
1419[[package]]
1420name = "aws-smithy-async"
1421version = "1.2.4"
1422source = "registry+https://github.com/rust-lang/crates.io-index"
1423checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1424dependencies = [
1425 "futures-util",
1426 "pin-project-lite",
1427 "tokio",
1428]
1429
1430[[package]]
1431name = "aws-smithy-checksums"
1432version = "0.62.0"
1433source = "registry+https://github.com/rust-lang/crates.io-index"
1434checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1435dependencies = [
1436 "aws-smithy-http",
1437 "aws-smithy-types",
1438 "bytes 1.9.0",
1439 "crc32c",
1440 "crc32fast",
1441 "crc64fast-nvme",
1442 "hex",
1443 "http 0.2.12",
1444 "http-body 0.4.6",
1445 "md-5",
1446 "pin-project-lite",
1447 "sha1",
1448 "sha2",
1449 "tracing",
1450]
1451
1452[[package]]
1453name = "aws-smithy-eventstream"
1454version = "0.60.6"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1457dependencies = [
1458 "aws-smithy-types",
1459 "bytes 1.9.0",
1460 "crc32fast",
1461]
1462
1463[[package]]
1464name = "aws-smithy-http"
1465version = "0.60.12"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1468dependencies = [
1469 "aws-smithy-eventstream",
1470 "aws-smithy-runtime-api",
1471 "aws-smithy-types",
1472 "bytes 1.9.0",
1473 "bytes-utils",
1474 "futures-core",
1475 "http 0.2.12",
1476 "http-body 0.4.6",
1477 "once_cell",
1478 "percent-encoding",
1479 "pin-project-lite",
1480 "pin-utils",
1481 "tracing",
1482]
1483
1484[[package]]
1485name = "aws-smithy-json"
1486version = "0.61.2"
1487source = "registry+https://github.com/rust-lang/crates.io-index"
1488checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1489dependencies = [
1490 "aws-smithy-types",
1491]
1492
1493[[package]]
1494name = "aws-smithy-query"
1495version = "0.60.7"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1498dependencies = [
1499 "aws-smithy-types",
1500 "urlencoding",
1501]
1502
1503[[package]]
1504name = "aws-smithy-runtime"
1505version = "1.7.7"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "865f7050bbc7107a6c98a397a9fcd9413690c27fa718446967cf03b2d3ac517e"
1508dependencies = [
1509 "aws-smithy-async",
1510 "aws-smithy-http",
1511 "aws-smithy-runtime-api",
1512 "aws-smithy-types",
1513 "bytes 1.9.0",
1514 "fastrand 2.3.0",
1515 "h2 0.3.26",
1516 "http 0.2.12",
1517 "http-body 0.4.6",
1518 "http-body 1.0.1",
1519 "httparse",
1520 "hyper 0.14.32",
1521 "hyper-rustls 0.24.2",
1522 "once_cell",
1523 "pin-project-lite",
1524 "pin-utils",
1525 "rustls 0.21.12",
1526 "tokio",
1527 "tracing",
1528]
1529
1530[[package]]
1531name = "aws-smithy-runtime-api"
1532version = "1.7.3"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1535dependencies = [
1536 "aws-smithy-async",
1537 "aws-smithy-types",
1538 "bytes 1.9.0",
1539 "http 0.2.12",
1540 "http 1.2.0",
1541 "pin-project-lite",
1542 "tokio",
1543 "tracing",
1544 "zeroize",
1545]
1546
1547[[package]]
1548name = "aws-smithy-types"
1549version = "1.2.12"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "a28f6feb647fb5e0d5b50f0472c19a7db9462b74e2fec01bb0b44eedcc834e97"
1552dependencies = [
1553 "base64-simd",
1554 "bytes 1.9.0",
1555 "bytes-utils",
1556 "futures-core",
1557 "http 0.2.12",
1558 "http 1.2.0",
1559 "http-body 0.4.6",
1560 "http-body 1.0.1",
1561 "http-body-util",
1562 "itoa",
1563 "num-integer",
1564 "pin-project-lite",
1565 "pin-utils",
1566 "ryu",
1567 "serde",
1568 "time",
1569 "tokio",
1570 "tokio-util",
1571]
1572
1573[[package]]
1574name = "aws-smithy-xml"
1575version = "0.60.9"
1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1578dependencies = [
1579 "xmlparser",
1580]
1581
1582[[package]]
1583name = "aws-types"
1584version = "1.3.4"
1585source = "registry+https://github.com/rust-lang/crates.io-index"
1586checksum = "b0df5a18c4f951c645300d365fec53a61418bcf4650f604f85fe2a665bfaa0c2"
1587dependencies = [
1588 "aws-credential-types",
1589 "aws-smithy-async",
1590 "aws-smithy-runtime-api",
1591 "aws-smithy-types",
1592 "rustc_version",
1593 "tracing",
1594]
1595
1596[[package]]
1597name = "axum"
1598version = "0.6.20"
1599source = "registry+https://github.com/rust-lang/crates.io-index"
1600checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1601dependencies = [
1602 "async-trait",
1603 "axum-core",
1604 "base64 0.21.7",
1605 "bitflags 1.3.2",
1606 "bytes 1.9.0",
1607 "futures-util",
1608 "headers",
1609 "http 0.2.12",
1610 "http-body 0.4.6",
1611 "hyper 0.14.32",
1612 "itoa",
1613 "matchit",
1614 "memchr",
1615 "mime",
1616 "percent-encoding",
1617 "pin-project-lite",
1618 "rustversion",
1619 "serde",
1620 "serde_json",
1621 "serde_path_to_error",
1622 "serde_urlencoded",
1623 "sha1",
1624 "sync_wrapper 0.1.2",
1625 "tokio",
1626 "tokio-tungstenite 0.20.1",
1627 "tower",
1628 "tower-layer",
1629 "tower-service",
1630]
1631
1632[[package]]
1633name = "axum-core"
1634version = "0.3.4"
1635source = "registry+https://github.com/rust-lang/crates.io-index"
1636checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1637dependencies = [
1638 "async-trait",
1639 "bytes 1.9.0",
1640 "futures-util",
1641 "http 0.2.12",
1642 "http-body 0.4.6",
1643 "mime",
1644 "rustversion",
1645 "tower-layer",
1646 "tower-service",
1647]
1648
1649[[package]]
1650name = "axum-extra"
1651version = "0.4.2"
1652source = "registry+https://github.com/rust-lang/crates.io-index"
1653checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1654dependencies = [
1655 "axum",
1656 "bytes 1.9.0",
1657 "futures-util",
1658 "http 0.2.12",
1659 "mime",
1660 "pin-project-lite",
1661 "serde",
1662 "serde_json",
1663 "tokio",
1664 "tower",
1665 "tower-http 0.3.5",
1666 "tower-layer",
1667 "tower-service",
1668]
1669
1670[[package]]
1671name = "backtrace"
1672version = "0.3.74"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1675dependencies = [
1676 "addr2line",
1677 "cfg-if",
1678 "libc",
1679 "miniz_oxide",
1680 "object",
1681 "rustc-demangle",
1682 "windows-targets 0.52.6",
1683]
1684
1685[[package]]
1686name = "base16ct"
1687version = "0.1.1"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1690
1691[[package]]
1692name = "base64"
1693version = "0.13.1"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1696
1697[[package]]
1698name = "base64"
1699version = "0.21.7"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1702
1703[[package]]
1704name = "base64"
1705version = "0.22.1"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1708
1709[[package]]
1710name = "base64-simd"
1711version = "0.8.0"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1714dependencies = [
1715 "outref",
1716 "vsimd",
1717]
1718
1719[[package]]
1720name = "base64ct"
1721version = "1.6.0"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1724
1725[[package]]
1726name = "bigdecimal"
1727version = "0.4.7"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1730dependencies = [
1731 "autocfg",
1732 "libm",
1733 "num-bigint",
1734 "num-integer",
1735 "num-traits",
1736 "serde",
1737]
1738
1739[[package]]
1740name = "bincode"
1741version = "1.3.3"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1744dependencies = [
1745 "serde",
1746]
1747
1748[[package]]
1749name = "bindgen"
1750version = "0.70.1"
1751source = "registry+https://github.com/rust-lang/crates.io-index"
1752checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1753dependencies = [
1754 "bitflags 2.8.0",
1755 "cexpr",
1756 "clang-sys",
1757 "itertools 0.12.1",
1758 "log",
1759 "prettyplease",
1760 "proc-macro2",
1761 "quote",
1762 "regex",
1763 "rustc-hash 1.1.0",
1764 "shlex",
1765 "syn 2.0.90",
1766]
1767
1768[[package]]
1769name = "bit-set"
1770version = "0.5.3"
1771source = "registry+https://github.com/rust-lang/crates.io-index"
1772checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1773dependencies = [
1774 "bit-vec 0.6.3",
1775]
1776
1777[[package]]
1778name = "bit-set"
1779version = "0.8.0"
1780source = "registry+https://github.com/rust-lang/crates.io-index"
1781checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1782dependencies = [
1783 "bit-vec 0.8.0",
1784]
1785
1786[[package]]
1787name = "bit-vec"
1788version = "0.6.3"
1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1791
1792[[package]]
1793name = "bit-vec"
1794version = "0.8.0"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1797
1798[[package]]
1799name = "bit_field"
1800version = "0.10.2"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1803
1804[[package]]
1805name = "bitflags"
1806version = "1.3.2"
1807source = "registry+https://github.com/rust-lang/crates.io-index"
1808checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1809
1810[[package]]
1811name = "bitflags"
1812version = "2.8.0"
1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1815dependencies = [
1816 "serde",
1817]
1818
1819[[package]]
1820name = "bitstream-io"
1821version = "2.6.0"
1822source = "registry+https://github.com/rust-lang/crates.io-index"
1823checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1824
1825[[package]]
1826name = "bitvec"
1827version = "1.0.1"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1830dependencies = [
1831 "funty",
1832 "radium",
1833 "tap",
1834 "wyz",
1835]
1836
1837[[package]]
1838name = "blade-graphics"
1839version = "0.6.0"
1840source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1841dependencies = [
1842 "ash",
1843 "ash-window",
1844 "bitflags 2.8.0",
1845 "bytemuck",
1846 "codespan-reporting",
1847 "glow",
1848 "gpu-alloc",
1849 "gpu-alloc-ash",
1850 "hidden-trait",
1851 "js-sys",
1852 "khronos-egl",
1853 "libloading",
1854 "log",
1855 "mint",
1856 "naga",
1857 "objc2",
1858 "objc2-app-kit",
1859 "objc2-foundation",
1860 "objc2-metal",
1861 "objc2-quartz-core",
1862 "objc2-ui-kit",
1863 "raw-window-handle",
1864 "slab",
1865 "wasm-bindgen",
1866 "web-sys",
1867]
1868
1869[[package]]
1870name = "blade-macros"
1871version = "0.3.0"
1872source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1873dependencies = [
1874 "proc-macro2",
1875 "quote",
1876 "syn 2.0.90",
1877]
1878
1879[[package]]
1880name = "blade-util"
1881version = "0.2.0"
1882source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1883dependencies = [
1884 "blade-graphics",
1885 "bytemuck",
1886 "log",
1887 "profiling",
1888]
1889
1890[[package]]
1891name = "blake3"
1892version = "1.5.5"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
1895dependencies = [
1896 "arrayref",
1897 "arrayvec",
1898 "cc",
1899 "cfg-if",
1900 "constant_time_eq 0.3.1",
1901]
1902
1903[[package]]
1904name = "block"
1905version = "0.1.6"
1906source = "registry+https://github.com/rust-lang/crates.io-index"
1907checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1908
1909[[package]]
1910name = "block-buffer"
1911version = "0.10.4"
1912source = "registry+https://github.com/rust-lang/crates.io-index"
1913checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1914dependencies = [
1915 "generic-array",
1916]
1917
1918[[package]]
1919name = "block-padding"
1920version = "0.3.3"
1921source = "registry+https://github.com/rust-lang/crates.io-index"
1922checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1923dependencies = [
1924 "generic-array",
1925]
1926
1927[[package]]
1928name = "block2"
1929version = "0.5.1"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
1932dependencies = [
1933 "objc2",
1934]
1935
1936[[package]]
1937name = "blocking"
1938version = "1.6.1"
1939source = "registry+https://github.com/rust-lang/crates.io-index"
1940checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1941dependencies = [
1942 "async-channel 2.3.1",
1943 "async-task",
1944 "futures-io",
1945 "futures-lite 2.5.0",
1946 "piper",
1947]
1948
1949[[package]]
1950name = "borsh"
1951version = "1.5.3"
1952source = "registry+https://github.com/rust-lang/crates.io-index"
1953checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
1954dependencies = [
1955 "borsh-derive",
1956 "cfg_aliases 0.2.1",
1957]
1958
1959[[package]]
1960name = "borsh-derive"
1961version = "1.5.3"
1962source = "registry+https://github.com/rust-lang/crates.io-index"
1963checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
1964dependencies = [
1965 "once_cell",
1966 "proc-macro-crate",
1967 "proc-macro2",
1968 "quote",
1969 "syn 2.0.90",
1970]
1971
1972[[package]]
1973name = "breadcrumbs"
1974version = "0.1.0"
1975dependencies = [
1976 "editor",
1977 "gpui",
1978 "itertools 0.14.0",
1979 "theme",
1980 "ui",
1981 "workspace",
1982 "zed_actions",
1983]
1984
1985[[package]]
1986name = "bstr"
1987version = "1.11.1"
1988source = "registry+https://github.com/rust-lang/crates.io-index"
1989checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
1990dependencies = [
1991 "memchr",
1992 "regex-automata 0.4.9",
1993 "serde",
1994]
1995
1996[[package]]
1997name = "built"
1998version = "0.7.5"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
2001
2002[[package]]
2003name = "bumpalo"
2004version = "3.16.0"
2005source = "registry+https://github.com/rust-lang/crates.io-index"
2006checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2007
2008[[package]]
2009name = "by_address"
2010version = "1.2.1"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2013
2014[[package]]
2015name = "bytecheck"
2016version = "0.6.12"
2017source = "registry+https://github.com/rust-lang/crates.io-index"
2018checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2019dependencies = [
2020 "bytecheck_derive",
2021 "ptr_meta",
2022 "simdutf8",
2023]
2024
2025[[package]]
2026name = "bytecheck_derive"
2027version = "0.6.12"
2028source = "registry+https://github.com/rust-lang/crates.io-index"
2029checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2030dependencies = [
2031 "proc-macro2",
2032 "quote",
2033 "syn 1.0.109",
2034]
2035
2036[[package]]
2037name = "bytemuck"
2038version = "1.21.0"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2041dependencies = [
2042 "bytemuck_derive",
2043]
2044
2045[[package]]
2046name = "bytemuck_derive"
2047version = "1.8.0"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2050dependencies = [
2051 "proc-macro2",
2052 "quote",
2053 "syn 2.0.90",
2054]
2055
2056[[package]]
2057name = "byteorder"
2058version = "1.5.0"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2061
2062[[package]]
2063name = "byteorder-lite"
2064version = "0.1.0"
2065source = "registry+https://github.com/rust-lang/crates.io-index"
2066checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2067
2068[[package]]
2069name = "bytes"
2070version = "0.4.12"
2071source = "registry+https://github.com/rust-lang/crates.io-index"
2072checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2073dependencies = [
2074 "byteorder",
2075 "iovec",
2076]
2077
2078[[package]]
2079name = "bytes"
2080version = "1.9.0"
2081source = "registry+https://github.com/rust-lang/crates.io-index"
2082checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
2083
2084[[package]]
2085name = "bytes-utils"
2086version = "0.1.4"
2087source = "registry+https://github.com/rust-lang/crates.io-index"
2088checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2089dependencies = [
2090 "bytes 1.9.0",
2091 "either",
2092]
2093
2094[[package]]
2095name = "bzip2"
2096version = "0.4.4"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2099dependencies = [
2100 "bzip2-sys",
2101 "libc",
2102]
2103
2104[[package]]
2105name = "bzip2-sys"
2106version = "0.1.11+1.0.8"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2109dependencies = [
2110 "cc",
2111 "libc",
2112 "pkg-config",
2113]
2114
2115[[package]]
2116name = "call"
2117version = "0.1.0"
2118dependencies = [
2119 "anyhow",
2120 "audio",
2121 "client",
2122 "collections",
2123 "fs",
2124 "futures 0.3.31",
2125 "gpui",
2126 "http_client",
2127 "language",
2128 "livekit_client",
2129 "livekit_client_macos",
2130 "log",
2131 "postage",
2132 "project",
2133 "schemars",
2134 "serde",
2135 "serde_derive",
2136 "settings",
2137 "telemetry",
2138 "util",
2139]
2140
2141[[package]]
2142name = "calloop"
2143version = "0.13.0"
2144source = "registry+https://github.com/rust-lang/crates.io-index"
2145checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2146dependencies = [
2147 "bitflags 2.8.0",
2148 "log",
2149 "polling",
2150 "rustix",
2151 "slab",
2152 "thiserror 1.0.69",
2153]
2154
2155[[package]]
2156name = "calloop-wayland-source"
2157version = "0.3.0"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2160dependencies = [
2161 "calloop",
2162 "rustix",
2163 "wayland-backend",
2164 "wayland-client",
2165]
2166
2167[[package]]
2168name = "camino"
2169version = "1.1.9"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2172dependencies = [
2173 "serde",
2174]
2175
2176[[package]]
2177name = "cap-fs-ext"
2178version = "3.4.2"
2179source = "registry+https://github.com/rust-lang/crates.io-index"
2180checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2181dependencies = [
2182 "cap-primitives",
2183 "cap-std",
2184 "io-lifetimes",
2185 "windows-sys 0.59.0",
2186]
2187
2188[[package]]
2189name = "cap-net-ext"
2190version = "3.4.2"
2191source = "registry+https://github.com/rust-lang/crates.io-index"
2192checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2193dependencies = [
2194 "cap-primitives",
2195 "cap-std",
2196 "rustix",
2197 "smallvec",
2198]
2199
2200[[package]]
2201name = "cap-primitives"
2202version = "3.4.2"
2203source = "registry+https://github.com/rust-lang/crates.io-index"
2204checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2205dependencies = [
2206 "ambient-authority",
2207 "fs-set-times",
2208 "io-extras",
2209 "io-lifetimes",
2210 "ipnet",
2211 "maybe-owned",
2212 "rustix",
2213 "windows-sys 0.59.0",
2214 "winx",
2215]
2216
2217[[package]]
2218name = "cap-rand"
2219version = "3.4.2"
2220source = "registry+https://github.com/rust-lang/crates.io-index"
2221checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2222dependencies = [
2223 "ambient-authority",
2224 "rand 0.8.5",
2225]
2226
2227[[package]]
2228name = "cap-std"
2229version = "3.4.2"
2230source = "registry+https://github.com/rust-lang/crates.io-index"
2231checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2232dependencies = [
2233 "cap-primitives",
2234 "io-extras",
2235 "io-lifetimes",
2236 "rustix",
2237]
2238
2239[[package]]
2240name = "cap-time-ext"
2241version = "3.4.2"
2242source = "registry+https://github.com/rust-lang/crates.io-index"
2243checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2244dependencies = [
2245 "ambient-authority",
2246 "cap-primitives",
2247 "iana-time-zone",
2248 "once_cell",
2249 "rustix",
2250 "winx",
2251]
2252
2253[[package]]
2254name = "cargo-platform"
2255version = "0.1.9"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
2257checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2258dependencies = [
2259 "serde",
2260]
2261
2262[[package]]
2263name = "cargo_metadata"
2264version = "0.19.1"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924"
2267dependencies = [
2268 "camino",
2269 "cargo-platform",
2270 "semver",
2271 "serde",
2272 "serde_json",
2273 "thiserror 2.0.6",
2274]
2275
2276[[package]]
2277name = "cargo_toml"
2278version = "0.21.0"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2281dependencies = [
2282 "serde",
2283 "toml 0.8.19",
2284]
2285
2286[[package]]
2287name = "cast"
2288version = "0.3.0"
2289source = "registry+https://github.com/rust-lang/crates.io-index"
2290checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2291
2292[[package]]
2293name = "cbc"
2294version = "0.1.2"
2295source = "registry+https://github.com/rust-lang/crates.io-index"
2296checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2297dependencies = [
2298 "cipher",
2299]
2300
2301[[package]]
2302name = "cbindgen"
2303version = "0.27.0"
2304source = "registry+https://github.com/rust-lang/crates.io-index"
2305checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2306dependencies = [
2307 "clap",
2308 "heck 0.4.1",
2309 "indexmap",
2310 "log",
2311 "proc-macro2",
2312 "quote",
2313 "serde",
2314 "serde_json",
2315 "syn 2.0.90",
2316 "tempfile",
2317 "toml 0.8.19",
2318]
2319
2320[[package]]
2321name = "cbindgen"
2322version = "0.28.0"
2323source = "registry+https://github.com/rust-lang/crates.io-index"
2324checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2325dependencies = [
2326 "heck 0.4.1",
2327 "indexmap",
2328 "log",
2329 "proc-macro2",
2330 "quote",
2331 "serde",
2332 "serde_json",
2333 "syn 2.0.90",
2334 "tempfile",
2335 "toml 0.8.19",
2336]
2337
2338[[package]]
2339name = "cc"
2340version = "1.2.3"
2341source = "registry+https://github.com/rust-lang/crates.io-index"
2342checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
2343dependencies = [
2344 "jobserver",
2345 "libc",
2346 "shlex",
2347]
2348
2349[[package]]
2350name = "cesu8"
2351version = "1.1.0"
2352source = "registry+https://github.com/rust-lang/crates.io-index"
2353checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2354
2355[[package]]
2356name = "cexpr"
2357version = "0.6.0"
2358source = "registry+https://github.com/rust-lang/crates.io-index"
2359checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2360dependencies = [
2361 "nom",
2362]
2363
2364[[package]]
2365name = "cfg-expr"
2366version = "0.15.8"
2367source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2369dependencies = [
2370 "smallvec",
2371 "target-lexicon",
2372]
2373
2374[[package]]
2375name = "cfg-if"
2376version = "1.0.0"
2377source = "registry+https://github.com/rust-lang/crates.io-index"
2378checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2379
2380[[package]]
2381name = "cfg_aliases"
2382version = "0.1.1"
2383source = "registry+https://github.com/rust-lang/crates.io-index"
2384checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2385
2386[[package]]
2387name = "cfg_aliases"
2388version = "0.2.1"
2389source = "registry+https://github.com/rust-lang/crates.io-index"
2390checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2391
2392[[package]]
2393name = "channel"
2394version = "0.1.0"
2395dependencies = [
2396 "anyhow",
2397 "client",
2398 "clock",
2399 "collections",
2400 "futures 0.3.31",
2401 "gpui",
2402 "http_client",
2403 "language",
2404 "log",
2405 "rand 0.8.5",
2406 "release_channel",
2407 "rpc",
2408 "settings",
2409 "sum_tree",
2410 "text",
2411 "time",
2412 "util",
2413]
2414
2415[[package]]
2416name = "chrono"
2417version = "0.4.39"
2418source = "registry+https://github.com/rust-lang/crates.io-index"
2419checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2420dependencies = [
2421 "android-tzdata",
2422 "iana-time-zone",
2423 "js-sys",
2424 "num-traits",
2425 "serde",
2426 "wasm-bindgen",
2427 "windows-targets 0.52.6",
2428]
2429
2430[[package]]
2431name = "chunked_transfer"
2432version = "1.5.0"
2433source = "registry+https://github.com/rust-lang/crates.io-index"
2434checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2435
2436[[package]]
2437name = "ciborium"
2438version = "0.2.2"
2439source = "registry+https://github.com/rust-lang/crates.io-index"
2440checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2441dependencies = [
2442 "ciborium-io",
2443 "ciborium-ll",
2444 "serde",
2445]
2446
2447[[package]]
2448name = "ciborium-io"
2449version = "0.2.2"
2450source = "registry+https://github.com/rust-lang/crates.io-index"
2451checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2452
2453[[package]]
2454name = "ciborium-ll"
2455version = "0.2.2"
2456source = "registry+https://github.com/rust-lang/crates.io-index"
2457checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2458dependencies = [
2459 "ciborium-io",
2460 "half",
2461]
2462
2463[[package]]
2464name = "cipher"
2465version = "0.4.4"
2466source = "registry+https://github.com/rust-lang/crates.io-index"
2467checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2468dependencies = [
2469 "crypto-common",
2470 "inout",
2471 "zeroize",
2472]
2473
2474[[package]]
2475name = "clang-sys"
2476version = "1.8.1"
2477source = "registry+https://github.com/rust-lang/crates.io-index"
2478checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2479dependencies = [
2480 "glob",
2481 "libc",
2482 "libloading",
2483]
2484
2485[[package]]
2486name = "clap"
2487version = "4.5.23"
2488source = "registry+https://github.com/rust-lang/crates.io-index"
2489checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
2490dependencies = [
2491 "clap_builder",
2492 "clap_derive",
2493]
2494
2495[[package]]
2496name = "clap_builder"
2497version = "4.5.23"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
2500dependencies = [
2501 "anstream",
2502 "anstyle",
2503 "clap_lex",
2504 "strsim",
2505 "terminal_size",
2506]
2507
2508[[package]]
2509name = "clap_complete"
2510version = "4.5.38"
2511source = "registry+https://github.com/rust-lang/crates.io-index"
2512checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2513dependencies = [
2514 "clap",
2515]
2516
2517[[package]]
2518name = "clap_derive"
2519version = "4.5.18"
2520source = "registry+https://github.com/rust-lang/crates.io-index"
2521checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2522dependencies = [
2523 "heck 0.5.0",
2524 "proc-macro2",
2525 "quote",
2526 "syn 2.0.90",
2527]
2528
2529[[package]]
2530name = "clap_lex"
2531version = "0.7.4"
2532source = "registry+https://github.com/rust-lang/crates.io-index"
2533checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2534
2535[[package]]
2536name = "cli"
2537version = "0.1.0"
2538dependencies = [
2539 "anyhow",
2540 "clap",
2541 "collections",
2542 "core-foundation 0.9.4",
2543 "core-services",
2544 "exec",
2545 "fork",
2546 "ipc-channel",
2547 "parking_lot",
2548 "paths",
2549 "plist",
2550 "release_channel",
2551 "serde",
2552 "tempfile",
2553 "util",
2554]
2555
2556[[package]]
2557name = "client"
2558version = "0.1.0"
2559dependencies = [
2560 "anyhow",
2561 "async-native-tls",
2562 "async-recursion 0.3.2",
2563 "async-tungstenite 0.28.2",
2564 "chrono",
2565 "clock",
2566 "cocoa 0.26.0",
2567 "collections",
2568 "feature_flags",
2569 "futures 0.3.31",
2570 "gpui",
2571 "http_client",
2572 "log",
2573 "parking_lot",
2574 "paths",
2575 "postage",
2576 "rand 0.8.5",
2577 "release_channel",
2578 "rpc",
2579 "rustls 0.21.12",
2580 "rustls-native-certs 0.8.1",
2581 "schemars",
2582 "serde",
2583 "serde_json",
2584 "settings",
2585 "sha2",
2586 "smol",
2587 "telemetry",
2588 "telemetry_events",
2589 "text",
2590 "thiserror 1.0.69",
2591 "time",
2592 "tiny_http",
2593 "tokio-socks",
2594 "url",
2595 "util",
2596 "windows 0.58.0",
2597 "worktree",
2598]
2599
2600[[package]]
2601name = "clock"
2602version = "0.1.0"
2603dependencies = [
2604 "parking_lot",
2605 "serde",
2606 "smallvec",
2607]
2608
2609[[package]]
2610name = "cobs"
2611version = "0.2.3"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2614
2615[[package]]
2616name = "cocoa"
2617version = "0.25.0"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2620dependencies = [
2621 "bitflags 1.3.2",
2622 "block",
2623 "cocoa-foundation 0.1.2",
2624 "core-foundation 0.9.4",
2625 "core-graphics 0.23.2",
2626 "foreign-types 0.5.0",
2627 "libc",
2628 "objc",
2629]
2630
2631[[package]]
2632name = "cocoa"
2633version = "0.26.0"
2634source = "registry+https://github.com/rust-lang/crates.io-index"
2635checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2636dependencies = [
2637 "bitflags 2.8.0",
2638 "block",
2639 "cocoa-foundation 0.2.0",
2640 "core-foundation 0.10.0",
2641 "core-graphics 0.24.0",
2642 "foreign-types 0.5.0",
2643 "libc",
2644 "objc",
2645]
2646
2647[[package]]
2648name = "cocoa-foundation"
2649version = "0.1.2"
2650source = "registry+https://github.com/rust-lang/crates.io-index"
2651checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2652dependencies = [
2653 "bitflags 1.3.2",
2654 "block",
2655 "core-foundation 0.9.4",
2656 "core-graphics-types 0.1.3",
2657 "libc",
2658 "objc",
2659]
2660
2661[[package]]
2662name = "cocoa-foundation"
2663version = "0.2.0"
2664source = "registry+https://github.com/rust-lang/crates.io-index"
2665checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2666dependencies = [
2667 "bitflags 2.8.0",
2668 "block",
2669 "core-foundation 0.10.0",
2670 "core-graphics-types 0.2.0",
2671 "libc",
2672 "objc",
2673]
2674
2675[[package]]
2676name = "codespan-reporting"
2677version = "0.11.1"
2678source = "registry+https://github.com/rust-lang/crates.io-index"
2679checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2680dependencies = [
2681 "termcolor",
2682 "unicode-width",
2683]
2684
2685[[package]]
2686name = "collab"
2687version = "0.44.0"
2688dependencies = [
2689 "anthropic",
2690 "anyhow",
2691 "assistant",
2692 "assistant_context_editor",
2693 "assistant_slash_command",
2694 "assistant_tool",
2695 "async-stripe",
2696 "async-trait",
2697 "async-tungstenite 0.28.2",
2698 "audio",
2699 "aws-config",
2700 "aws-sdk-kinesis",
2701 "aws-sdk-s3",
2702 "axum",
2703 "axum-extra",
2704 "base64 0.22.1",
2705 "call",
2706 "channel",
2707 "chrono",
2708 "client",
2709 "clock",
2710 "collab_ui",
2711 "collections",
2712 "context_server",
2713 "ctor",
2714 "dashmap 6.1.0",
2715 "derive_more",
2716 "editor",
2717 "env_logger 0.11.6",
2718 "envy",
2719 "extension",
2720 "file_finder",
2721 "fireworks",
2722 "fs",
2723 "futures 0.3.31",
2724 "git",
2725 "git_hosting_providers",
2726 "google_ai",
2727 "gpui",
2728 "hex",
2729 "http_client",
2730 "hyper 0.14.32",
2731 "indoc",
2732 "jsonwebtoken",
2733 "language",
2734 "language_model",
2735 "livekit_client",
2736 "livekit_client_macos",
2737 "livekit_server",
2738 "log",
2739 "lsp",
2740 "menu",
2741 "multi_buffer",
2742 "nanoid",
2743 "node_runtime",
2744 "notifications",
2745 "open_ai",
2746 "parking_lot",
2747 "pretty_assertions",
2748 "project",
2749 "prometheus",
2750 "prompt_library",
2751 "prost 0.9.0",
2752 "rand 0.8.5",
2753 "recent_projects",
2754 "release_channel",
2755 "remote",
2756 "remote_server",
2757 "reqwest 0.11.27",
2758 "reqwest_client",
2759 "rpc",
2760 "rustc-demangle",
2761 "scrypt",
2762 "sea-orm",
2763 "semantic_version",
2764 "semver",
2765 "serde",
2766 "serde_derive",
2767 "serde_json",
2768 "session",
2769 "settings",
2770 "sha2",
2771 "sqlx",
2772 "strum",
2773 "subtle",
2774 "supermaven_api",
2775 "telemetry_events",
2776 "text",
2777 "theme",
2778 "thiserror 1.0.69",
2779 "time",
2780 "tokio",
2781 "toml 0.8.19",
2782 "tower",
2783 "tower-http 0.4.4",
2784 "tracing",
2785 "tracing-subscriber",
2786 "unindent",
2787 "util",
2788 "uuid",
2789 "workspace",
2790 "worktree",
2791]
2792
2793[[package]]
2794name = "collab_ui"
2795version = "0.1.0"
2796dependencies = [
2797 "anyhow",
2798 "call",
2799 "channel",
2800 "chrono",
2801 "client",
2802 "collections",
2803 "db",
2804 "editor",
2805 "emojis",
2806 "futures 0.3.31",
2807 "fuzzy",
2808 "gpui",
2809 "http_client",
2810 "language",
2811 "menu",
2812 "notifications",
2813 "picker",
2814 "pretty_assertions",
2815 "project",
2816 "release_channel",
2817 "rich_text",
2818 "rpc",
2819 "schemars",
2820 "serde",
2821 "serde_derive",
2822 "serde_json",
2823 "settings",
2824 "smallvec",
2825 "story",
2826 "telemetry",
2827 "theme",
2828 "time",
2829 "time_format",
2830 "title_bar",
2831 "tree-sitter-md",
2832 "ui",
2833 "util",
2834 "workspace",
2835]
2836
2837[[package]]
2838name = "collections"
2839version = "0.1.0"
2840dependencies = [
2841 "indexmap",
2842 "rustc-hash 2.1.0",
2843]
2844
2845[[package]]
2846name = "color_quant"
2847version = "1.1.0"
2848source = "registry+https://github.com/rust-lang/crates.io-index"
2849checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2850
2851[[package]]
2852name = "colorchoice"
2853version = "1.0.3"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2856
2857[[package]]
2858name = "combine"
2859version = "4.6.7"
2860source = "registry+https://github.com/rust-lang/crates.io-index"
2861checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2862dependencies = [
2863 "bytes 1.9.0",
2864 "memchr",
2865]
2866
2867[[package]]
2868name = "command_palette"
2869version = "0.1.0"
2870dependencies = [
2871 "client",
2872 "collections",
2873 "command_palette_hooks",
2874 "ctor",
2875 "editor",
2876 "env_logger 0.11.6",
2877 "fuzzy",
2878 "go_to_line",
2879 "gpui",
2880 "language",
2881 "menu",
2882 "picker",
2883 "postage",
2884 "project",
2885 "serde",
2886 "serde_json",
2887 "settings",
2888 "telemetry",
2889 "theme",
2890 "ui",
2891 "util",
2892 "workspace",
2893 "zed_actions",
2894]
2895
2896[[package]]
2897name = "command_palette_hooks"
2898version = "0.1.0"
2899dependencies = [
2900 "collections",
2901 "derive_more",
2902 "gpui",
2903]
2904
2905[[package]]
2906name = "concurrent-queue"
2907version = "2.5.0"
2908source = "registry+https://github.com/rust-lang/crates.io-index"
2909checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2910dependencies = [
2911 "crossbeam-utils",
2912]
2913
2914[[package]]
2915name = "console"
2916version = "0.15.8"
2917source = "registry+https://github.com/rust-lang/crates.io-index"
2918checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2919dependencies = [
2920 "encode_unicode",
2921 "lazy_static",
2922 "libc",
2923 "unicode-width",
2924 "windows-sys 0.52.0",
2925]
2926
2927[[package]]
2928name = "const-oid"
2929version = "0.9.6"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2932
2933[[package]]
2934name = "const-random"
2935version = "0.1.18"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2938dependencies = [
2939 "const-random-macro",
2940]
2941
2942[[package]]
2943name = "const-random-macro"
2944version = "0.1.16"
2945source = "registry+https://github.com/rust-lang/crates.io-index"
2946checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2947dependencies = [
2948 "getrandom 0.2.15",
2949 "once_cell",
2950 "tiny-keccak",
2951]
2952
2953[[package]]
2954name = "constant_time_eq"
2955version = "0.1.5"
2956source = "registry+https://github.com/rust-lang/crates.io-index"
2957checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2958
2959[[package]]
2960name = "constant_time_eq"
2961version = "0.3.1"
2962source = "registry+https://github.com/rust-lang/crates.io-index"
2963checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2964
2965[[package]]
2966name = "context_server"
2967version = "0.1.0"
2968dependencies = [
2969 "anyhow",
2970 "assistant_tool",
2971 "collections",
2972 "command_palette_hooks",
2973 "context_server_settings",
2974 "extension",
2975 "futures 0.3.31",
2976 "gpui",
2977 "log",
2978 "parking_lot",
2979 "postage",
2980 "project",
2981 "serde",
2982 "serde_json",
2983 "settings",
2984 "smol",
2985 "url",
2986 "util",
2987 "workspace",
2988]
2989
2990[[package]]
2991name = "context_server_settings"
2992version = "0.1.0"
2993dependencies = [
2994 "anyhow",
2995 "collections",
2996 "gpui",
2997 "schemars",
2998 "serde",
2999 "serde_json",
3000 "settings",
3001]
3002
3003[[package]]
3004name = "convert_case"
3005version = "0.4.0"
3006source = "registry+https://github.com/rust-lang/crates.io-index"
3007checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3008
3009[[package]]
3010name = "convert_case"
3011version = "0.6.0"
3012source = "registry+https://github.com/rust-lang/crates.io-index"
3013checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3014dependencies = [
3015 "unicode-segmentation",
3016]
3017
3018[[package]]
3019name = "copilot"
3020version = "0.1.0"
3021dependencies = [
3022 "anyhow",
3023 "async-compression",
3024 "async-std",
3025 "async-tar",
3026 "chrono",
3027 "client",
3028 "clock",
3029 "collections",
3030 "command_palette_hooks",
3031 "editor",
3032 "fs",
3033 "futures 0.3.31",
3034 "gpui",
3035 "http_client",
3036 "indoc",
3037 "inline_completion",
3038 "language",
3039 "lsp",
3040 "menu",
3041 "node_runtime",
3042 "parking_lot",
3043 "paths",
3044 "project",
3045 "rpc",
3046 "schemars",
3047 "serde",
3048 "serde_json",
3049 "settings",
3050 "smol",
3051 "strum",
3052 "task",
3053 "theme",
3054 "ui",
3055 "util",
3056 "workspace",
3057]
3058
3059[[package]]
3060name = "core-foundation"
3061version = "0.9.4"
3062source = "registry+https://github.com/rust-lang/crates.io-index"
3063checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3064dependencies = [
3065 "core-foundation-sys",
3066 "libc",
3067]
3068
3069[[package]]
3070name = "core-foundation"
3071version = "0.10.0"
3072source = "registry+https://github.com/rust-lang/crates.io-index"
3073checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3074dependencies = [
3075 "core-foundation-sys",
3076 "libc",
3077]
3078
3079[[package]]
3080name = "core-foundation-sys"
3081version = "0.8.7"
3082source = "registry+https://github.com/rust-lang/crates.io-index"
3083checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3084
3085[[package]]
3086name = "core-graphics"
3087version = "0.23.2"
3088source = "registry+https://github.com/rust-lang/crates.io-index"
3089checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3090dependencies = [
3091 "bitflags 1.3.2",
3092 "core-foundation 0.9.4",
3093 "core-graphics-types 0.1.3",
3094 "foreign-types 0.5.0",
3095 "libc",
3096]
3097
3098[[package]]
3099name = "core-graphics"
3100version = "0.24.0"
3101source = "registry+https://github.com/rust-lang/crates.io-index"
3102checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3103dependencies = [
3104 "bitflags 2.8.0",
3105 "core-foundation 0.10.0",
3106 "core-graphics-types 0.2.0",
3107 "foreign-types 0.5.0",
3108 "libc",
3109]
3110
3111[[package]]
3112name = "core-graphics-types"
3113version = "0.1.3"
3114source = "registry+https://github.com/rust-lang/crates.io-index"
3115checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3116dependencies = [
3117 "bitflags 1.3.2",
3118 "core-foundation 0.9.4",
3119 "libc",
3120]
3121
3122[[package]]
3123name = "core-graphics-types"
3124version = "0.2.0"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3127dependencies = [
3128 "bitflags 2.8.0",
3129 "core-foundation 0.10.0",
3130 "libc",
3131]
3132
3133[[package]]
3134name = "core-services"
3135version = "0.2.1"
3136source = "registry+https://github.com/rust-lang/crates.io-index"
3137checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3138dependencies = [
3139 "core-foundation 0.9.4",
3140]
3141
3142[[package]]
3143name = "core-text"
3144version = "20.1.0"
3145source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3147dependencies = [
3148 "core-foundation 0.9.4",
3149 "core-graphics 0.23.2",
3150 "foreign-types 0.5.0",
3151 "libc",
3152]
3153
3154[[package]]
3155name = "coreaudio-rs"
3156version = "0.11.3"
3157source = "registry+https://github.com/rust-lang/crates.io-index"
3158checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3159dependencies = [
3160 "bitflags 1.3.2",
3161 "core-foundation-sys",
3162 "coreaudio-sys",
3163]
3164
3165[[package]]
3166name = "coreaudio-rs"
3167version = "0.12.1"
3168source = "registry+https://github.com/rust-lang/crates.io-index"
3169checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3170dependencies = [
3171 "bitflags 1.3.2",
3172 "core-foundation-sys",
3173 "coreaudio-sys",
3174]
3175
3176[[package]]
3177name = "coreaudio-sys"
3178version = "0.2.16"
3179source = "registry+https://github.com/rust-lang/crates.io-index"
3180checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3181dependencies = [
3182 "bindgen",
3183]
3184
3185[[package]]
3186name = "cosmic-text"
3187version = "0.11.2"
3188source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3189dependencies = [
3190 "bitflags 2.8.0",
3191 "fontdb",
3192 "log",
3193 "rangemap",
3194 "rayon",
3195 "rustc-hash 1.1.0",
3196 "rustybuzz",
3197 "self_cell",
3198 "swash",
3199 "sys-locale",
3200 "ttf-parser",
3201 "unicode-bidi",
3202 "unicode-linebreak",
3203 "unicode-script",
3204 "unicode-segmentation",
3205]
3206
3207[[package]]
3208name = "cpal"
3209version = "0.15.3"
3210source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3211dependencies = [
3212 "alsa",
3213 "core-foundation-sys",
3214 "coreaudio-rs 0.11.3",
3215 "dasp_sample",
3216 "jni",
3217 "js-sys",
3218 "libc",
3219 "mach2",
3220 "ndk",
3221 "ndk-context",
3222 "oboe",
3223 "wasm-bindgen",
3224 "wasm-bindgen-futures",
3225 "web-sys",
3226 "windows 0.54.0",
3227]
3228
3229[[package]]
3230name = "cpp_demangle"
3231version = "0.4.4"
3232source = "registry+https://github.com/rust-lang/crates.io-index"
3233checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3234dependencies = [
3235 "cfg-if",
3236]
3237
3238[[package]]
3239name = "cpufeatures"
3240version = "0.2.16"
3241source = "registry+https://github.com/rust-lang/crates.io-index"
3242checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3243dependencies = [
3244 "libc",
3245]
3246
3247[[package]]
3248name = "cranelift-bforest"
3249version = "0.111.2"
3250source = "registry+https://github.com/rust-lang/crates.io-index"
3251checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4"
3252dependencies = [
3253 "cranelift-entity",
3254]
3255
3256[[package]]
3257name = "cranelift-bitset"
3258version = "0.111.2"
3259source = "registry+https://github.com/rust-lang/crates.io-index"
3260checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25"
3261dependencies = [
3262 "serde",
3263 "serde_derive",
3264]
3265
3266[[package]]
3267name = "cranelift-codegen"
3268version = "0.111.2"
3269source = "registry+https://github.com/rust-lang/crates.io-index"
3270checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f"
3271dependencies = [
3272 "bumpalo",
3273 "cranelift-bforest",
3274 "cranelift-bitset",
3275 "cranelift-codegen-meta",
3276 "cranelift-codegen-shared",
3277 "cranelift-control",
3278 "cranelift-entity",
3279 "cranelift-isle",
3280 "gimli 0.29.0",
3281 "hashbrown 0.14.5",
3282 "log",
3283 "regalloc2",
3284 "rustc-hash 1.1.0",
3285 "smallvec",
3286 "target-lexicon",
3287]
3288
3289[[package]]
3290name = "cranelift-codegen-meta"
3291version = "0.111.2"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af"
3294dependencies = [
3295 "cranelift-codegen-shared",
3296]
3297
3298[[package]]
3299name = "cranelift-codegen-shared"
3300version = "0.111.2"
3301source = "registry+https://github.com/rust-lang/crates.io-index"
3302checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab"
3303
3304[[package]]
3305name = "cranelift-control"
3306version = "0.111.2"
3307source = "registry+https://github.com/rust-lang/crates.io-index"
3308checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88"
3309dependencies = [
3310 "arbitrary",
3311]
3312
3313[[package]]
3314name = "cranelift-entity"
3315version = "0.111.2"
3316source = "registry+https://github.com/rust-lang/crates.io-index"
3317checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81"
3318dependencies = [
3319 "cranelift-bitset",
3320 "serde",
3321 "serde_derive",
3322]
3323
3324[[package]]
3325name = "cranelift-frontend"
3326version = "0.111.2"
3327source = "registry+https://github.com/rust-lang/crates.io-index"
3328checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f"
3329dependencies = [
3330 "cranelift-codegen",
3331 "log",
3332 "smallvec",
3333 "target-lexicon",
3334]
3335
3336[[package]]
3337name = "cranelift-isle"
3338version = "0.111.2"
3339source = "registry+https://github.com/rust-lang/crates.io-index"
3340checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f"
3341
3342[[package]]
3343name = "cranelift-native"
3344version = "0.111.2"
3345source = "registry+https://github.com/rust-lang/crates.io-index"
3346checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97"
3347dependencies = [
3348 "cranelift-codegen",
3349 "libc",
3350 "target-lexicon",
3351]
3352
3353[[package]]
3354name = "cranelift-wasm"
3355version = "0.111.2"
3356source = "registry+https://github.com/rust-lang/crates.io-index"
3357checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579"
3358dependencies = [
3359 "cranelift-codegen",
3360 "cranelift-entity",
3361 "cranelift-frontend",
3362 "itertools 0.12.1",
3363 "log",
3364 "smallvec",
3365 "wasmparser 0.215.0",
3366 "wasmtime-types",
3367]
3368
3369[[package]]
3370name = "crc"
3371version = "3.2.1"
3372source = "registry+https://github.com/rust-lang/crates.io-index"
3373checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3374dependencies = [
3375 "crc-catalog",
3376]
3377
3378[[package]]
3379name = "crc-catalog"
3380version = "2.4.0"
3381source = "registry+https://github.com/rust-lang/crates.io-index"
3382checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3383
3384[[package]]
3385name = "crc32c"
3386version = "0.6.8"
3387source = "registry+https://github.com/rust-lang/crates.io-index"
3388checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3389dependencies = [
3390 "rustc_version",
3391]
3392
3393[[package]]
3394name = "crc32fast"
3395version = "1.4.2"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3398dependencies = [
3399 "cfg-if",
3400]
3401
3402[[package]]
3403name = "crc64fast-nvme"
3404version = "1.1.1"
3405source = "registry+https://github.com/rust-lang/crates.io-index"
3406checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3407dependencies = [
3408 "cbindgen 0.27.0",
3409 "crc",
3410]
3411
3412[[package]]
3413name = "criterion"
3414version = "0.5.1"
3415source = "registry+https://github.com/rust-lang/crates.io-index"
3416checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3417dependencies = [
3418 "anes",
3419 "cast",
3420 "ciborium",
3421 "clap",
3422 "criterion-plot",
3423 "is-terminal",
3424 "itertools 0.10.5",
3425 "num-traits",
3426 "once_cell",
3427 "oorandom",
3428 "plotters",
3429 "rayon",
3430 "regex",
3431 "serde",
3432 "serde_derive",
3433 "serde_json",
3434 "tinytemplate",
3435 "walkdir",
3436]
3437
3438[[package]]
3439name = "criterion-plot"
3440version = "0.5.0"
3441source = "registry+https://github.com/rust-lang/crates.io-index"
3442checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3443dependencies = [
3444 "cast",
3445 "itertools 0.10.5",
3446]
3447
3448[[package]]
3449name = "crossbeam-channel"
3450version = "0.5.13"
3451source = "registry+https://github.com/rust-lang/crates.io-index"
3452checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3453dependencies = [
3454 "crossbeam-utils",
3455]
3456
3457[[package]]
3458name = "crossbeam-deque"
3459version = "0.8.5"
3460source = "registry+https://github.com/rust-lang/crates.io-index"
3461checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3462dependencies = [
3463 "crossbeam-epoch",
3464 "crossbeam-utils",
3465]
3466
3467[[package]]
3468name = "crossbeam-epoch"
3469version = "0.9.18"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3472dependencies = [
3473 "crossbeam-utils",
3474]
3475
3476[[package]]
3477name = "crossbeam-queue"
3478version = "0.3.11"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3481dependencies = [
3482 "crossbeam-utils",
3483]
3484
3485[[package]]
3486name = "crossbeam-utils"
3487version = "0.8.20"
3488source = "registry+https://github.com/rust-lang/crates.io-index"
3489checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3490
3491[[package]]
3492name = "crunchy"
3493version = "0.2.2"
3494source = "registry+https://github.com/rust-lang/crates.io-index"
3495checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3496
3497[[package]]
3498name = "crypto-bigint"
3499version = "0.4.9"
3500source = "registry+https://github.com/rust-lang/crates.io-index"
3501checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3502dependencies = [
3503 "generic-array",
3504 "rand_core 0.6.4",
3505 "subtle",
3506 "zeroize",
3507]
3508
3509[[package]]
3510name = "crypto-bigint"
3511version = "0.5.5"
3512source = "registry+https://github.com/rust-lang/crates.io-index"
3513checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3514dependencies = [
3515 "rand_core 0.6.4",
3516 "subtle",
3517]
3518
3519[[package]]
3520name = "crypto-common"
3521version = "0.1.6"
3522source = "registry+https://github.com/rust-lang/crates.io-index"
3523checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3524dependencies = [
3525 "generic-array",
3526 "rand_core 0.6.4",
3527 "typenum",
3528]
3529
3530[[package]]
3531name = "ctor"
3532version = "0.2.9"
3533source = "registry+https://github.com/rust-lang/crates.io-index"
3534checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
3535dependencies = [
3536 "quote",
3537 "syn 2.0.90",
3538]
3539
3540[[package]]
3541name = "ctrlc"
3542version = "3.4.5"
3543source = "registry+https://github.com/rust-lang/crates.io-index"
3544checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3545dependencies = [
3546 "nix",
3547 "windows-sys 0.59.0",
3548]
3549
3550[[package]]
3551name = "cursor-icon"
3552version = "1.1.0"
3553source = "registry+https://github.com/rust-lang/crates.io-index"
3554checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3555
3556[[package]]
3557name = "cxx"
3558version = "1.0.134"
3559source = "registry+https://github.com/rust-lang/crates.io-index"
3560checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3561dependencies = [
3562 "cc",
3563 "cxxbridge-cmd",
3564 "cxxbridge-flags",
3565 "cxxbridge-macro",
3566 "foldhash",
3567 "link-cplusplus",
3568]
3569
3570[[package]]
3571name = "cxx-build"
3572version = "1.0.134"
3573source = "registry+https://github.com/rust-lang/crates.io-index"
3574checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3575dependencies = [
3576 "cc",
3577 "codespan-reporting",
3578 "proc-macro2",
3579 "quote",
3580 "scratch",
3581 "syn 2.0.90",
3582]
3583
3584[[package]]
3585name = "cxxbridge-cmd"
3586version = "1.0.134"
3587source = "registry+https://github.com/rust-lang/crates.io-index"
3588checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3589dependencies = [
3590 "clap",
3591 "codespan-reporting",
3592 "proc-macro2",
3593 "quote",
3594 "syn 2.0.90",
3595]
3596
3597[[package]]
3598name = "cxxbridge-flags"
3599version = "1.0.134"
3600source = "registry+https://github.com/rust-lang/crates.io-index"
3601checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3602
3603[[package]]
3604name = "cxxbridge-macro"
3605version = "1.0.134"
3606source = "registry+https://github.com/rust-lang/crates.io-index"
3607checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3608dependencies = [
3609 "proc-macro2",
3610 "quote",
3611 "rustversion",
3612 "syn 2.0.90",
3613]
3614
3615[[package]]
3616name = "dashmap"
3617version = "5.5.3"
3618source = "registry+https://github.com/rust-lang/crates.io-index"
3619checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3620dependencies = [
3621 "cfg-if",
3622 "hashbrown 0.14.5",
3623 "lock_api",
3624 "once_cell",
3625 "parking_lot_core",
3626]
3627
3628[[package]]
3629name = "dashmap"
3630version = "6.1.0"
3631source = "registry+https://github.com/rust-lang/crates.io-index"
3632checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3633dependencies = [
3634 "cfg-if",
3635 "crossbeam-utils",
3636 "hashbrown 0.14.5",
3637 "lock_api",
3638 "once_cell",
3639 "parking_lot_core",
3640]
3641
3642[[package]]
3643name = "dasp_sample"
3644version = "0.11.0"
3645source = "registry+https://github.com/rust-lang/crates.io-index"
3646checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3647
3648[[package]]
3649name = "data-encoding"
3650version = "2.6.0"
3651source = "registry+https://github.com/rust-lang/crates.io-index"
3652checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3653
3654[[package]]
3655name = "data-url"
3656version = "0.3.1"
3657source = "registry+https://github.com/rust-lang/crates.io-index"
3658checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3659
3660[[package]]
3661name = "db"
3662version = "0.1.0"
3663dependencies = [
3664 "anyhow",
3665 "gpui",
3666 "indoc",
3667 "log",
3668 "paths",
3669 "release_channel",
3670 "smol",
3671 "sqlez",
3672 "sqlez_macros",
3673 "tempfile",
3674 "util",
3675]
3676
3677[[package]]
3678name = "dbus"
3679version = "0.9.7"
3680source = "registry+https://github.com/rust-lang/crates.io-index"
3681checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3682dependencies = [
3683 "libc",
3684 "libdbus-sys",
3685 "winapi",
3686]
3687
3688[[package]]
3689name = "deepseek"
3690version = "0.1.0"
3691dependencies = [
3692 "anyhow",
3693 "futures 0.3.31",
3694 "http_client",
3695 "schemars",
3696 "serde",
3697 "serde_json",
3698]
3699
3700[[package]]
3701name = "deflate64"
3702version = "0.1.9"
3703source = "registry+https://github.com/rust-lang/crates.io-index"
3704checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3705
3706[[package]]
3707name = "der"
3708version = "0.6.1"
3709source = "registry+https://github.com/rust-lang/crates.io-index"
3710checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3711dependencies = [
3712 "const-oid",
3713 "zeroize",
3714]
3715
3716[[package]]
3717name = "der"
3718version = "0.7.9"
3719source = "registry+https://github.com/rust-lang/crates.io-index"
3720checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3721dependencies = [
3722 "const-oid",
3723 "pem-rfc7468",
3724 "zeroize",
3725]
3726
3727[[package]]
3728name = "deranged"
3729version = "0.3.11"
3730source = "registry+https://github.com/rust-lang/crates.io-index"
3731checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3732dependencies = [
3733 "powerfmt",
3734 "serde",
3735]
3736
3737[[package]]
3738name = "derive_more"
3739version = "0.99.18"
3740source = "registry+https://github.com/rust-lang/crates.io-index"
3741checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3742dependencies = [
3743 "convert_case 0.4.0",
3744 "proc-macro2",
3745 "quote",
3746 "rustc_version",
3747 "syn 2.0.90",
3748]
3749
3750[[package]]
3751name = "derive_refineable"
3752version = "0.1.0"
3753dependencies = [
3754 "proc-macro2",
3755 "quote",
3756 "syn 1.0.109",
3757]
3758
3759[[package]]
3760name = "diagnostics"
3761version = "0.1.0"
3762dependencies = [
3763 "anyhow",
3764 "client",
3765 "collections",
3766 "ctor",
3767 "editor",
3768 "env_logger 0.11.6",
3769 "gpui",
3770 "language",
3771 "log",
3772 "lsp",
3773 "pretty_assertions",
3774 "project",
3775 "rand 0.8.5",
3776 "schemars",
3777 "serde",
3778 "serde_json",
3779 "settings",
3780 "theme",
3781 "ui",
3782 "unindent",
3783 "util",
3784 "workspace",
3785]
3786
3787[[package]]
3788name = "dialoguer"
3789version = "0.11.0"
3790source = "registry+https://github.com/rust-lang/crates.io-index"
3791checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3792dependencies = [
3793 "console",
3794 "fuzzy-matcher",
3795 "shell-words",
3796 "tempfile",
3797 "thiserror 1.0.69",
3798 "zeroize",
3799]
3800
3801[[package]]
3802name = "diff"
3803version = "0.1.13"
3804source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3806
3807[[package]]
3808name = "digest"
3809version = "0.10.7"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3812dependencies = [
3813 "block-buffer",
3814 "const-oid",
3815 "crypto-common",
3816 "subtle",
3817]
3818
3819[[package]]
3820name = "dirs"
3821version = "4.0.0"
3822source = "registry+https://github.com/rust-lang/crates.io-index"
3823checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3824dependencies = [
3825 "dirs-sys 0.3.7",
3826]
3827
3828[[package]]
3829name = "dirs"
3830version = "5.0.1"
3831source = "registry+https://github.com/rust-lang/crates.io-index"
3832checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3833dependencies = [
3834 "dirs-sys 0.4.1",
3835]
3836
3837[[package]]
3838name = "dirs-sys"
3839version = "0.3.7"
3840source = "registry+https://github.com/rust-lang/crates.io-index"
3841checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3842dependencies = [
3843 "libc",
3844 "redox_users",
3845 "winapi",
3846]
3847
3848[[package]]
3849name = "dirs-sys"
3850version = "0.4.1"
3851source = "registry+https://github.com/rust-lang/crates.io-index"
3852checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3853dependencies = [
3854 "libc",
3855 "option-ext",
3856 "redox_users",
3857 "windows-sys 0.48.0",
3858]
3859
3860[[package]]
3861name = "displaydoc"
3862version = "0.2.5"
3863source = "registry+https://github.com/rust-lang/crates.io-index"
3864checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
3865dependencies = [
3866 "proc-macro2",
3867 "quote",
3868 "syn 2.0.90",
3869]
3870
3871[[package]]
3872name = "dlib"
3873version = "0.5.2"
3874source = "registry+https://github.com/rust-lang/crates.io-index"
3875checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3876dependencies = [
3877 "libloading",
3878]
3879
3880[[package]]
3881name = "docs_preprocessor"
3882version = "0.1.0"
3883dependencies = [
3884 "anyhow",
3885 "clap",
3886 "mdbook",
3887 "regex",
3888 "serde",
3889 "serde_json",
3890 "settings",
3891 "util",
3892]
3893
3894[[package]]
3895name = "dotenvy"
3896version = "0.15.7"
3897source = "registry+https://github.com/rust-lang/crates.io-index"
3898checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3899
3900[[package]]
3901name = "downcast-rs"
3902version = "1.2.1"
3903source = "registry+https://github.com/rust-lang/crates.io-index"
3904checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3905
3906[[package]]
3907name = "doxygen-rs"
3908version = "0.4.2"
3909source = "registry+https://github.com/rust-lang/crates.io-index"
3910checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3911dependencies = [
3912 "phf",
3913]
3914
3915[[package]]
3916name = "dunce"
3917version = "1.0.5"
3918source = "registry+https://github.com/rust-lang/crates.io-index"
3919checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
3920
3921[[package]]
3922name = "dwrote"
3923version = "0.11.2"
3924source = "registry+https://github.com/rust-lang/crates.io-index"
3925checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
3926dependencies = [
3927 "lazy_static",
3928 "libc",
3929 "winapi",
3930 "wio",
3931]
3932
3933[[package]]
3934name = "dyn-clone"
3935version = "1.0.17"
3936source = "registry+https://github.com/rust-lang/crates.io-index"
3937checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3938
3939[[package]]
3940name = "ec4rs"
3941version = "1.1.1"
3942source = "registry+https://github.com/rust-lang/crates.io-index"
3943checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3944
3945[[package]]
3946name = "ecdsa"
3947version = "0.14.8"
3948source = "registry+https://github.com/rust-lang/crates.io-index"
3949checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3950dependencies = [
3951 "der 0.6.1",
3952 "elliptic-curve",
3953 "rfc6979",
3954 "signature 1.6.4",
3955]
3956
3957[[package]]
3958name = "editor"
3959version = "0.1.0"
3960dependencies = [
3961 "aho-corasick",
3962 "anyhow",
3963 "assets",
3964 "chrono",
3965 "client",
3966 "clock",
3967 "collections",
3968 "convert_case 0.6.0",
3969 "ctor",
3970 "db",
3971 "emojis",
3972 "env_logger 0.11.6",
3973 "feature_flags",
3974 "file_icons",
3975 "fs",
3976 "futures 0.3.31",
3977 "fuzzy",
3978 "git",
3979 "gpui",
3980 "http_client",
3981 "indoc",
3982 "inline_completion",
3983 "itertools 0.14.0",
3984 "language",
3985 "linkify",
3986 "log",
3987 "lsp",
3988 "markdown",
3989 "multi_buffer",
3990 "ordered-float 2.10.1",
3991 "parking_lot",
3992 "pretty_assertions",
3993 "project",
3994 "rand 0.8.5",
3995 "release_channel",
3996 "rpc",
3997 "schemars",
3998 "serde",
3999 "serde_json",
4000 "settings",
4001 "similar",
4002 "smallvec",
4003 "smol",
4004 "snippet",
4005 "sum_tree",
4006 "task",
4007 "telemetry",
4008 "tempfile",
4009 "text",
4010 "theme",
4011 "time",
4012 "time_format",
4013 "tree-sitter-html",
4014 "tree-sitter-rust",
4015 "tree-sitter-typescript",
4016 "ui",
4017 "unicode-script",
4018 "unicode-segmentation",
4019 "unindent",
4020 "url",
4021 "util",
4022 "uuid",
4023 "workspace",
4024 "zed_predict_tos",
4025]
4026
4027[[package]]
4028name = "either"
4029version = "1.13.0"
4030source = "registry+https://github.com/rust-lang/crates.io-index"
4031checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4032dependencies = [
4033 "serde",
4034]
4035
4036[[package]]
4037name = "elasticlunr-rs"
4038version = "3.0.2"
4039source = "registry+https://github.com/rust-lang/crates.io-index"
4040checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4041dependencies = [
4042 "regex",
4043 "serde",
4044 "serde_derive",
4045 "serde_json",
4046]
4047
4048[[package]]
4049name = "elliptic-curve"
4050version = "0.12.3"
4051source = "registry+https://github.com/rust-lang/crates.io-index"
4052checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4053dependencies = [
4054 "base16ct",
4055 "crypto-bigint 0.4.9",
4056 "der 0.6.1",
4057 "digest",
4058 "ff",
4059 "generic-array",
4060 "group",
4061 "pkcs8 0.9.0",
4062 "rand_core 0.6.4",
4063 "sec1",
4064 "subtle",
4065 "zeroize",
4066]
4067
4068[[package]]
4069name = "embed-resource"
4070version = "3.0.1"
4071source = "registry+https://github.com/rust-lang/crates.io-index"
4072checksum = "4762ce03154ba57ebaeee60cc631901ceae4f18219cbb874e464347471594742"
4073dependencies = [
4074 "cc",
4075 "memchr",
4076 "rustc_version",
4077 "toml 0.8.19",
4078 "vswhom",
4079 "winreg 0.52.0",
4080]
4081
4082[[package]]
4083name = "embedded-io"
4084version = "0.4.0"
4085source = "registry+https://github.com/rust-lang/crates.io-index"
4086checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4087
4088[[package]]
4089name = "embedded-io"
4090version = "0.6.1"
4091source = "registry+https://github.com/rust-lang/crates.io-index"
4092checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4093
4094[[package]]
4095name = "emojis"
4096version = "0.6.4"
4097source = "registry+https://github.com/rust-lang/crates.io-index"
4098checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4099dependencies = [
4100 "phf",
4101]
4102
4103[[package]]
4104name = "encode_unicode"
4105version = "0.3.6"
4106source = "registry+https://github.com/rust-lang/crates.io-index"
4107checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4108
4109[[package]]
4110name = "encoding_rs"
4111version = "0.8.35"
4112source = "registry+https://github.com/rust-lang/crates.io-index"
4113checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4114dependencies = [
4115 "cfg-if",
4116]
4117
4118[[package]]
4119name = "endi"
4120version = "1.1.0"
4121source = "registry+https://github.com/rust-lang/crates.io-index"
4122checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4123
4124[[package]]
4125name = "enumflags2"
4126version = "0.7.10"
4127source = "registry+https://github.com/rust-lang/crates.io-index"
4128checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4129dependencies = [
4130 "enumflags2_derive",
4131 "serde",
4132]
4133
4134[[package]]
4135name = "enumflags2_derive"
4136version = "0.7.10"
4137source = "registry+https://github.com/rust-lang/crates.io-index"
4138checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4139dependencies = [
4140 "proc-macro2",
4141 "quote",
4142 "syn 2.0.90",
4143]
4144
4145[[package]]
4146name = "env_filter"
4147version = "0.1.2"
4148source = "registry+https://github.com/rust-lang/crates.io-index"
4149checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4150dependencies = [
4151 "log",
4152 "regex",
4153]
4154
4155[[package]]
4156name = "env_logger"
4157version = "0.10.2"
4158source = "registry+https://github.com/rust-lang/crates.io-index"
4159checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4160dependencies = [
4161 "humantime",
4162 "is-terminal",
4163 "log",
4164 "regex",
4165 "termcolor",
4166]
4167
4168[[package]]
4169name = "env_logger"
4170version = "0.11.6"
4171source = "registry+https://github.com/rust-lang/crates.io-index"
4172checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4173dependencies = [
4174 "anstream",
4175 "anstyle",
4176 "env_filter",
4177 "humantime",
4178 "log",
4179]
4180
4181[[package]]
4182name = "envy"
4183version = "0.4.2"
4184source = "registry+https://github.com/rust-lang/crates.io-index"
4185checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4186dependencies = [
4187 "serde",
4188]
4189
4190[[package]]
4191name = "equivalent"
4192version = "1.0.1"
4193source = "registry+https://github.com/rust-lang/crates.io-index"
4194checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4195
4196[[package]]
4197name = "erased-serde"
4198version = "0.4.5"
4199source = "registry+https://github.com/rust-lang/crates.io-index"
4200checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4201dependencies = [
4202 "serde",
4203 "typeid",
4204]
4205
4206[[package]]
4207name = "errno"
4208version = "0.2.8"
4209source = "registry+https://github.com/rust-lang/crates.io-index"
4210checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4211dependencies = [
4212 "errno-dragonfly",
4213 "libc",
4214 "winapi",
4215]
4216
4217[[package]]
4218name = "errno"
4219version = "0.3.10"
4220source = "registry+https://github.com/rust-lang/crates.io-index"
4221checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4222dependencies = [
4223 "libc",
4224 "windows-sys 0.59.0",
4225]
4226
4227[[package]]
4228name = "errno-dragonfly"
4229version = "0.1.2"
4230source = "registry+https://github.com/rust-lang/crates.io-index"
4231checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4232dependencies = [
4233 "cc",
4234 "libc",
4235]
4236
4237[[package]]
4238name = "etagere"
4239version = "0.2.13"
4240source = "registry+https://github.com/rust-lang/crates.io-index"
4241checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
4242dependencies = [
4243 "euclid",
4244 "svg_fmt",
4245]
4246
4247[[package]]
4248name = "etcetera"
4249version = "0.8.0"
4250source = "registry+https://github.com/rust-lang/crates.io-index"
4251checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4252dependencies = [
4253 "cfg-if",
4254 "home",
4255 "windows-sys 0.48.0",
4256]
4257
4258[[package]]
4259name = "euclid"
4260version = "0.22.11"
4261source = "registry+https://github.com/rust-lang/crates.io-index"
4262checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4263dependencies = [
4264 "num-traits",
4265]
4266
4267[[package]]
4268name = "evals"
4269version = "0.1.0"
4270dependencies = [
4271 "anyhow",
4272 "clap",
4273 "client",
4274 "clock",
4275 "collections",
4276 "env_logger 0.11.6",
4277 "feature_flags",
4278 "fs",
4279 "git",
4280 "gpui",
4281 "http_client",
4282 "language",
4283 "languages",
4284 "node_runtime",
4285 "open_ai",
4286 "project",
4287 "reqwest_client",
4288 "semantic_index",
4289 "serde",
4290 "serde_json",
4291 "settings",
4292 "smol",
4293 "util",
4294]
4295
4296[[package]]
4297name = "event-listener"
4298version = "2.5.3"
4299source = "registry+https://github.com/rust-lang/crates.io-index"
4300checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4301
4302[[package]]
4303name = "event-listener"
4304version = "5.3.1"
4305source = "registry+https://github.com/rust-lang/crates.io-index"
4306checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4307dependencies = [
4308 "concurrent-queue",
4309 "parking",
4310 "pin-project-lite",
4311]
4312
4313[[package]]
4314name = "event-listener-strategy"
4315version = "0.5.3"
4316source = "registry+https://github.com/rust-lang/crates.io-index"
4317checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4318dependencies = [
4319 "event-listener 5.3.1",
4320 "pin-project-lite",
4321]
4322
4323[[package]]
4324name = "exec"
4325version = "0.3.1"
4326source = "registry+https://github.com/rust-lang/crates.io-index"
4327checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4328dependencies = [
4329 "errno 0.2.8",
4330 "libc",
4331]
4332
4333[[package]]
4334name = "exr"
4335version = "1.73.0"
4336source = "registry+https://github.com/rust-lang/crates.io-index"
4337checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4338dependencies = [
4339 "bit_field",
4340 "half",
4341 "lebe",
4342 "miniz_oxide",
4343 "rayon-core",
4344 "smallvec",
4345 "zune-inflate",
4346]
4347
4348[[package]]
4349name = "extension"
4350version = "0.1.0"
4351dependencies = [
4352 "anyhow",
4353 "async-compression",
4354 "async-tar",
4355 "async-trait",
4356 "collections",
4357 "fs",
4358 "futures 0.3.31",
4359 "gpui",
4360 "http_client",
4361 "language",
4362 "log",
4363 "lsp",
4364 "parking_lot",
4365 "semantic_version",
4366 "serde",
4367 "serde_json",
4368 "toml 0.8.19",
4369 "util",
4370 "wasm-encoder 0.215.0",
4371 "wasmparser 0.215.0",
4372 "wit-component",
4373]
4374
4375[[package]]
4376name = "extension_cli"
4377version = "0.1.0"
4378dependencies = [
4379 "anyhow",
4380 "clap",
4381 "env_logger 0.11.6",
4382 "extension",
4383 "fs",
4384 "language",
4385 "log",
4386 "reqwest_client",
4387 "rpc",
4388 "serde",
4389 "serde_json",
4390 "theme",
4391 "tokio",
4392 "toml 0.8.19",
4393 "tree-sitter",
4394 "wasmtime",
4395]
4396
4397[[package]]
4398name = "extension_host"
4399version = "0.1.0"
4400dependencies = [
4401 "anyhow",
4402 "async-compression",
4403 "async-tar",
4404 "async-trait",
4405 "client",
4406 "collections",
4407 "context_server_settings",
4408 "ctor",
4409 "env_logger 0.11.6",
4410 "extension",
4411 "fs",
4412 "futures 0.3.31",
4413 "gpui",
4414 "http_client",
4415 "language",
4416 "language_extension",
4417 "log",
4418 "lsp",
4419 "node_runtime",
4420 "parking_lot",
4421 "paths",
4422 "project",
4423 "release_channel",
4424 "remote",
4425 "reqwest_client",
4426 "schemars",
4427 "semantic_version",
4428 "serde",
4429 "serde_json",
4430 "serde_json_lenient",
4431 "settings",
4432 "task",
4433 "telemetry",
4434 "tempfile",
4435 "theme",
4436 "theme_extension",
4437 "toml 0.8.19",
4438 "url",
4439 "util",
4440 "wasmparser 0.215.0",
4441 "wasmtime",
4442 "wasmtime-wasi",
4443]
4444
4445[[package]]
4446name = "extensions_ui"
4447version = "0.1.0"
4448dependencies = [
4449 "anyhow",
4450 "client",
4451 "collections",
4452 "db",
4453 "editor",
4454 "extension_host",
4455 "fs",
4456 "fuzzy",
4457 "gpui",
4458 "language",
4459 "num-format",
4460 "picker",
4461 "project",
4462 "release_channel",
4463 "semantic_version",
4464 "serde",
4465 "settings",
4466 "smallvec",
4467 "telemetry",
4468 "theme",
4469 "ui",
4470 "util",
4471 "vim_mode_setting",
4472 "workspace",
4473 "zed_actions",
4474]
4475
4476[[package]]
4477name = "fallible-iterator"
4478version = "0.3.0"
4479source = "registry+https://github.com/rust-lang/crates.io-index"
4480checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4481
4482[[package]]
4483name = "fancy-regex"
4484version = "0.13.0"
4485source = "registry+https://github.com/rust-lang/crates.io-index"
4486checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4487dependencies = [
4488 "bit-set 0.5.3",
4489 "regex-automata 0.4.9",
4490 "regex-syntax 0.8.5",
4491]
4492
4493[[package]]
4494name = "fancy-regex"
4495version = "0.14.0"
4496source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4498dependencies = [
4499 "bit-set 0.8.0",
4500 "regex-automata 0.4.9",
4501 "regex-syntax 0.8.5",
4502]
4503
4504[[package]]
4505name = "fast-srgb8"
4506version = "1.0.0"
4507source = "registry+https://github.com/rust-lang/crates.io-index"
4508checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4509
4510[[package]]
4511name = "fastrand"
4512version = "1.9.0"
4513source = "registry+https://github.com/rust-lang/crates.io-index"
4514checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4515dependencies = [
4516 "instant",
4517]
4518
4519[[package]]
4520name = "fastrand"
4521version = "2.3.0"
4522source = "registry+https://github.com/rust-lang/crates.io-index"
4523checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4524
4525[[package]]
4526name = "fd-lock"
4527version = "4.0.2"
4528source = "registry+https://github.com/rust-lang/crates.io-index"
4529checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4530dependencies = [
4531 "cfg-if",
4532 "rustix",
4533 "windows-sys 0.52.0",
4534]
4535
4536[[package]]
4537name = "fdeflate"
4538version = "0.3.7"
4539source = "registry+https://github.com/rust-lang/crates.io-index"
4540checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4541dependencies = [
4542 "simd-adler32",
4543]
4544
4545[[package]]
4546name = "feature_flags"
4547version = "0.1.0"
4548dependencies = [
4549 "futures 0.3.31",
4550 "gpui",
4551]
4552
4553[[package]]
4554name = "feedback"
4555version = "0.1.0"
4556dependencies = [
4557 "anyhow",
4558 "bitflags 2.8.0",
4559 "client",
4560 "db",
4561 "editor",
4562 "futures 0.3.31",
4563 "gpui",
4564 "http_client",
4565 "human_bytes",
4566 "language",
4567 "log",
4568 "menu",
4569 "project",
4570 "regex",
4571 "release_channel",
4572 "serde",
4573 "serde_derive",
4574 "serde_json",
4575 "smol",
4576 "sysinfo",
4577 "ui",
4578 "urlencoding",
4579 "util",
4580 "workspace",
4581 "zed_actions",
4582]
4583
4584[[package]]
4585name = "ff"
4586version = "0.12.1"
4587source = "registry+https://github.com/rust-lang/crates.io-index"
4588checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4589dependencies = [
4590 "rand_core 0.6.4",
4591 "subtle",
4592]
4593
4594[[package]]
4595name = "file_finder"
4596version = "0.1.0"
4597dependencies = [
4598 "anyhow",
4599 "collections",
4600 "ctor",
4601 "editor",
4602 "env_logger 0.11.6",
4603 "file_icons",
4604 "futures 0.3.31",
4605 "fuzzy",
4606 "gpui",
4607 "language",
4608 "menu",
4609 "picker",
4610 "project",
4611 "schemars",
4612 "serde",
4613 "serde_derive",
4614 "serde_json",
4615 "settings",
4616 "text",
4617 "theme",
4618 "ui",
4619 "util",
4620 "workspace",
4621]
4622
4623[[package]]
4624name = "file_icons"
4625version = "0.1.0"
4626dependencies = [
4627 "collections",
4628 "gpui",
4629 "serde",
4630 "serde_derive",
4631 "serde_json",
4632 "settings",
4633 "theme",
4634 "util",
4635]
4636
4637[[package]]
4638name = "filedescriptor"
4639version = "0.8.2"
4640source = "registry+https://github.com/rust-lang/crates.io-index"
4641checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4642dependencies = [
4643 "libc",
4644 "thiserror 1.0.69",
4645 "winapi",
4646]
4647
4648[[package]]
4649name = "filetime"
4650version = "0.2.25"
4651source = "registry+https://github.com/rust-lang/crates.io-index"
4652checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4653dependencies = [
4654 "cfg-if",
4655 "libc",
4656 "libredox",
4657 "windows-sys 0.59.0",
4658]
4659
4660[[package]]
4661name = "fireworks"
4662version = "0.1.0"
4663dependencies = [
4664 "anyhow",
4665 "futures 0.3.31",
4666 "http_client",
4667 "serde",
4668 "serde_json",
4669]
4670
4671[[package]]
4672name = "fixedbitset"
4673version = "0.4.2"
4674source = "registry+https://github.com/rust-lang/crates.io-index"
4675checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4676
4677[[package]]
4678name = "flate2"
4679version = "1.0.35"
4680source = "registry+https://github.com/rust-lang/crates.io-index"
4681checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4682dependencies = [
4683 "crc32fast",
4684 "miniz_oxide",
4685]
4686
4687[[package]]
4688name = "float-cmp"
4689version = "0.9.0"
4690source = "registry+https://github.com/rust-lang/crates.io-index"
4691checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4692
4693[[package]]
4694name = "float-ord"
4695version = "0.3.2"
4696source = "registry+https://github.com/rust-lang/crates.io-index"
4697checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4698
4699[[package]]
4700name = "flume"
4701version = "0.11.1"
4702source = "registry+https://github.com/rust-lang/crates.io-index"
4703checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4704dependencies = [
4705 "futures-core",
4706 "futures-sink",
4707 "nanorand",
4708 "spin",
4709]
4710
4711[[package]]
4712name = "fnv"
4713version = "1.0.7"
4714source = "registry+https://github.com/rust-lang/crates.io-index"
4715checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4716
4717[[package]]
4718name = "foldhash"
4719version = "0.1.3"
4720source = "registry+https://github.com/rust-lang/crates.io-index"
4721checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4722
4723[[package]]
4724name = "font-kit"
4725version = "0.14.1"
4726source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4727dependencies = [
4728 "bitflags 2.8.0",
4729 "byteorder",
4730 "core-foundation 0.9.4",
4731 "core-graphics 0.23.2",
4732 "core-text",
4733 "dirs 5.0.1",
4734 "dwrote",
4735 "float-ord",
4736 "freetype-sys",
4737 "lazy_static",
4738 "libc",
4739 "log",
4740 "pathfinder_geometry",
4741 "pathfinder_simd",
4742 "walkdir",
4743 "winapi",
4744 "yeslogic-fontconfig-sys",
4745]
4746
4747[[package]]
4748name = "font-types"
4749version = "0.7.3"
4750source = "registry+https://github.com/rust-lang/crates.io-index"
4751checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4752dependencies = [
4753 "bytemuck",
4754]
4755
4756[[package]]
4757name = "fontconfig-parser"
4758version = "0.5.7"
4759source = "registry+https://github.com/rust-lang/crates.io-index"
4760checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4761dependencies = [
4762 "roxmltree",
4763]
4764
4765[[package]]
4766name = "fontdb"
4767version = "0.18.0"
4768source = "registry+https://github.com/rust-lang/crates.io-index"
4769checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4770dependencies = [
4771 "fontconfig-parser",
4772 "log",
4773 "memmap2",
4774 "slotmap",
4775 "tinyvec",
4776 "ttf-parser",
4777]
4778
4779[[package]]
4780name = "foreign-types"
4781version = "0.3.2"
4782source = "registry+https://github.com/rust-lang/crates.io-index"
4783checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4784dependencies = [
4785 "foreign-types-shared 0.1.1",
4786]
4787
4788[[package]]
4789name = "foreign-types"
4790version = "0.5.0"
4791source = "registry+https://github.com/rust-lang/crates.io-index"
4792checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4793dependencies = [
4794 "foreign-types-macros",
4795 "foreign-types-shared 0.3.1",
4796]
4797
4798[[package]]
4799name = "foreign-types-macros"
4800version = "0.2.3"
4801source = "registry+https://github.com/rust-lang/crates.io-index"
4802checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4803dependencies = [
4804 "proc-macro2",
4805 "quote",
4806 "syn 2.0.90",
4807]
4808
4809[[package]]
4810name = "foreign-types-shared"
4811version = "0.1.1"
4812source = "registry+https://github.com/rust-lang/crates.io-index"
4813checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4814
4815[[package]]
4816name = "foreign-types-shared"
4817version = "0.3.1"
4818source = "registry+https://github.com/rust-lang/crates.io-index"
4819checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4820
4821[[package]]
4822name = "fork"
4823version = "0.2.0"
4824source = "registry+https://github.com/rust-lang/crates.io-index"
4825checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4826dependencies = [
4827 "libc",
4828]
4829
4830[[package]]
4831name = "form_urlencoded"
4832version = "1.2.1"
4833source = "registry+https://github.com/rust-lang/crates.io-index"
4834checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4835dependencies = [
4836 "percent-encoding",
4837]
4838
4839[[package]]
4840name = "freetype-sys"
4841version = "0.20.1"
4842source = "registry+https://github.com/rust-lang/crates.io-index"
4843checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4844dependencies = [
4845 "cc",
4846 "libc",
4847 "pkg-config",
4848]
4849
4850[[package]]
4851name = "fs"
4852version = "0.1.0"
4853dependencies = [
4854 "anyhow",
4855 "ashpd",
4856 "async-tar",
4857 "async-trait",
4858 "cocoa 0.26.0",
4859 "collections",
4860 "fsevent",
4861 "futures 0.3.31",
4862 "git",
4863 "git2",
4864 "gpui",
4865 "libc",
4866 "log",
4867 "notify",
4868 "objc",
4869 "parking_lot",
4870 "paths",
4871 "proto",
4872 "rope",
4873 "serde",
4874 "serde_json",
4875 "smol",
4876 "tempfile",
4877 "text",
4878 "time",
4879 "util",
4880 "windows 0.58.0",
4881]
4882
4883[[package]]
4884name = "fs-set-times"
4885version = "0.20.2"
4886source = "registry+https://github.com/rust-lang/crates.io-index"
4887checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
4888dependencies = [
4889 "io-lifetimes",
4890 "rustix",
4891 "windows-sys 0.59.0",
4892]
4893
4894[[package]]
4895name = "fs2"
4896version = "0.4.3"
4897source = "registry+https://github.com/rust-lang/crates.io-index"
4898checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4899dependencies = [
4900 "libc",
4901 "winapi",
4902]
4903
4904[[package]]
4905name = "fsevent"
4906version = "0.1.0"
4907dependencies = [
4908 "bitflags 2.8.0",
4909 "core-foundation 0.9.4",
4910 "fsevent-sys 3.1.0",
4911 "parking_lot",
4912 "tempfile",
4913]
4914
4915[[package]]
4916name = "fsevent-sys"
4917version = "3.1.0"
4918source = "registry+https://github.com/rust-lang/crates.io-index"
4919checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4920dependencies = [
4921 "libc",
4922]
4923
4924[[package]]
4925name = "fsevent-sys"
4926version = "4.1.0"
4927source = "registry+https://github.com/rust-lang/crates.io-index"
4928checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4929dependencies = [
4930 "libc",
4931]
4932
4933[[package]]
4934name = "funty"
4935version = "2.0.0"
4936source = "registry+https://github.com/rust-lang/crates.io-index"
4937checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4938
4939[[package]]
4940name = "futf"
4941version = "0.1.5"
4942source = "registry+https://github.com/rust-lang/crates.io-index"
4943checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4944dependencies = [
4945 "mac",
4946 "new_debug_unreachable",
4947]
4948
4949[[package]]
4950name = "futures"
4951version = "0.1.31"
4952source = "registry+https://github.com/rust-lang/crates.io-index"
4953checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4954
4955[[package]]
4956name = "futures"
4957version = "0.3.31"
4958source = "registry+https://github.com/rust-lang/crates.io-index"
4959checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
4960dependencies = [
4961 "futures-channel",
4962 "futures-core",
4963 "futures-executor",
4964 "futures-io",
4965 "futures-sink",
4966 "futures-task",
4967 "futures-util",
4968]
4969
4970[[package]]
4971name = "futures-batch"
4972version = "0.6.1"
4973source = "registry+https://github.com/rust-lang/crates.io-index"
4974checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4975dependencies = [
4976 "futures 0.3.31",
4977 "futures-timer",
4978 "pin-utils",
4979]
4980
4981[[package]]
4982name = "futures-channel"
4983version = "0.3.31"
4984source = "registry+https://github.com/rust-lang/crates.io-index"
4985checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
4986dependencies = [
4987 "futures-core",
4988 "futures-sink",
4989]
4990
4991[[package]]
4992name = "futures-core"
4993version = "0.3.31"
4994source = "registry+https://github.com/rust-lang/crates.io-index"
4995checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
4996
4997[[package]]
4998name = "futures-executor"
4999version = "0.3.31"
5000source = "registry+https://github.com/rust-lang/crates.io-index"
5001checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5002dependencies = [
5003 "futures-core",
5004 "futures-task",
5005 "futures-util",
5006]
5007
5008[[package]]
5009name = "futures-intrusive"
5010version = "0.5.0"
5011source = "registry+https://github.com/rust-lang/crates.io-index"
5012checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5013dependencies = [
5014 "futures-core",
5015 "lock_api",
5016 "parking_lot",
5017]
5018
5019[[package]]
5020name = "futures-io"
5021version = "0.3.31"
5022source = "registry+https://github.com/rust-lang/crates.io-index"
5023checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5024
5025[[package]]
5026name = "futures-lite"
5027version = "1.13.0"
5028source = "registry+https://github.com/rust-lang/crates.io-index"
5029checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5030dependencies = [
5031 "fastrand 1.9.0",
5032 "futures-core",
5033 "futures-io",
5034 "memchr",
5035 "parking",
5036 "pin-project-lite",
5037 "waker-fn",
5038]
5039
5040[[package]]
5041name = "futures-lite"
5042version = "2.5.0"
5043source = "registry+https://github.com/rust-lang/crates.io-index"
5044checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
5045dependencies = [
5046 "fastrand 2.3.0",
5047 "futures-core",
5048 "futures-io",
5049 "parking",
5050 "pin-project-lite",
5051]
5052
5053[[package]]
5054name = "futures-macro"
5055version = "0.3.31"
5056source = "registry+https://github.com/rust-lang/crates.io-index"
5057checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5058dependencies = [
5059 "proc-macro2",
5060 "quote",
5061 "syn 2.0.90",
5062]
5063
5064[[package]]
5065name = "futures-sink"
5066version = "0.3.31"
5067source = "registry+https://github.com/rust-lang/crates.io-index"
5068checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5069
5070[[package]]
5071name = "futures-task"
5072version = "0.3.31"
5073source = "registry+https://github.com/rust-lang/crates.io-index"
5074checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5075
5076[[package]]
5077name = "futures-timer"
5078version = "3.0.3"
5079source = "registry+https://github.com/rust-lang/crates.io-index"
5080checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5081
5082[[package]]
5083name = "futures-util"
5084version = "0.3.31"
5085source = "registry+https://github.com/rust-lang/crates.io-index"
5086checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5087dependencies = [
5088 "futures 0.1.31",
5089 "futures-channel",
5090 "futures-core",
5091 "futures-io",
5092 "futures-macro",
5093 "futures-sink",
5094 "futures-task",
5095 "memchr",
5096 "pin-project-lite",
5097 "pin-utils",
5098 "slab",
5099 "tokio-io",
5100]
5101
5102[[package]]
5103name = "fuzzy"
5104version = "0.1.0"
5105dependencies = [
5106 "gpui",
5107 "log",
5108 "util",
5109]
5110
5111[[package]]
5112name = "fuzzy-matcher"
5113version = "0.3.7"
5114source = "registry+https://github.com/rust-lang/crates.io-index"
5115checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5116dependencies = [
5117 "thread_local",
5118]
5119
5120[[package]]
5121name = "generic-array"
5122version = "0.14.7"
5123source = "registry+https://github.com/rust-lang/crates.io-index"
5124checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5125dependencies = [
5126 "typenum",
5127 "version_check",
5128]
5129
5130[[package]]
5131name = "gethostname"
5132version = "0.4.3"
5133source = "registry+https://github.com/rust-lang/crates.io-index"
5134checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5135dependencies = [
5136 "libc",
5137 "windows-targets 0.48.5",
5138]
5139
5140[[package]]
5141name = "getrandom"
5142version = "0.1.16"
5143source = "registry+https://github.com/rust-lang/crates.io-index"
5144checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5145dependencies = [
5146 "cfg-if",
5147 "libc",
5148 "wasi 0.9.0+wasi-snapshot-preview1",
5149]
5150
5151[[package]]
5152name = "getrandom"
5153version = "0.2.15"
5154source = "registry+https://github.com/rust-lang/crates.io-index"
5155checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5156dependencies = [
5157 "cfg-if",
5158 "js-sys",
5159 "libc",
5160 "wasi 0.11.0+wasi-snapshot-preview1",
5161 "wasm-bindgen",
5162]
5163
5164[[package]]
5165name = "gif"
5166version = "0.13.1"
5167source = "registry+https://github.com/rust-lang/crates.io-index"
5168checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5169dependencies = [
5170 "color_quant",
5171 "weezl",
5172]
5173
5174[[package]]
5175name = "gimli"
5176version = "0.29.0"
5177source = "registry+https://github.com/rust-lang/crates.io-index"
5178checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
5179dependencies = [
5180 "fallible-iterator",
5181 "indexmap",
5182 "stable_deref_trait",
5183]
5184
5185[[package]]
5186name = "gimli"
5187version = "0.31.1"
5188source = "registry+https://github.com/rust-lang/crates.io-index"
5189checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5190
5191[[package]]
5192name = "git"
5193version = "0.1.0"
5194dependencies = [
5195 "anyhow",
5196 "async-trait",
5197 "collections",
5198 "derive_more",
5199 "git2",
5200 "gpui",
5201 "http_client",
5202 "log",
5203 "parking_lot",
5204 "pretty_assertions",
5205 "regex",
5206 "rope",
5207 "serde",
5208 "serde_json",
5209 "smol",
5210 "sum_tree",
5211 "text",
5212 "time",
5213 "unindent",
5214 "url",
5215 "util",
5216]
5217
5218[[package]]
5219name = "git2"
5220version = "0.19.0"
5221source = "registry+https://github.com/rust-lang/crates.io-index"
5222checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
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 "feature_flags",
5259 "futures 0.3.31",
5260 "git",
5261 "gpui",
5262 "menu",
5263 "picker",
5264 "project",
5265 "schemars",
5266 "serde",
5267 "serde_derive",
5268 "serde_json",
5269 "settings",
5270 "smol",
5271 "theme",
5272 "ui",
5273 "util",
5274 "windows 0.58.0",
5275 "workspace",
5276]
5277
5278[[package]]
5279name = "glob"
5280version = "0.3.1"
5281source = "registry+https://github.com/rust-lang/crates.io-index"
5282checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5283
5284[[package]]
5285name = "globset"
5286version = "0.4.15"
5287source = "registry+https://github.com/rust-lang/crates.io-index"
5288checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5289dependencies = [
5290 "aho-corasick",
5291 "bstr",
5292 "log",
5293 "regex-automata 0.4.9",
5294 "regex-syntax 0.8.5",
5295]
5296
5297[[package]]
5298name = "gloo-timers"
5299version = "0.3.0"
5300source = "registry+https://github.com/rust-lang/crates.io-index"
5301checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5302dependencies = [
5303 "futures-channel",
5304 "futures-core",
5305 "js-sys",
5306 "wasm-bindgen",
5307]
5308
5309[[package]]
5310name = "glow"
5311version = "0.14.2"
5312source = "registry+https://github.com/rust-lang/crates.io-index"
5313checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5314dependencies = [
5315 "js-sys",
5316 "slotmap",
5317 "wasm-bindgen",
5318 "web-sys",
5319]
5320
5321[[package]]
5322name = "go_to_line"
5323version = "0.1.0"
5324dependencies = [
5325 "anyhow",
5326 "editor",
5327 "gpui",
5328 "indoc",
5329 "language",
5330 "menu",
5331 "project",
5332 "rope",
5333 "schemars",
5334 "serde",
5335 "serde_json",
5336 "settings",
5337 "text",
5338 "theme",
5339 "tree-sitter-rust",
5340 "tree-sitter-typescript",
5341 "ui",
5342 "util",
5343 "workspace",
5344]
5345
5346[[package]]
5347name = "google_ai"
5348version = "0.1.0"
5349dependencies = [
5350 "anyhow",
5351 "futures 0.3.31",
5352 "http_client",
5353 "schemars",
5354 "serde",
5355 "serde_json",
5356 "strum",
5357]
5358
5359[[package]]
5360name = "gpu-alloc"
5361version = "0.6.0"
5362source = "registry+https://github.com/rust-lang/crates.io-index"
5363checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5364dependencies = [
5365 "bitflags 2.8.0",
5366 "gpu-alloc-types",
5367]
5368
5369[[package]]
5370name = "gpu-alloc-ash"
5371version = "0.7.0"
5372source = "registry+https://github.com/rust-lang/crates.io-index"
5373checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5374dependencies = [
5375 "ash",
5376 "gpu-alloc-types",
5377 "tinyvec",
5378]
5379
5380[[package]]
5381name = "gpu-alloc-types"
5382version = "0.3.0"
5383source = "registry+https://github.com/rust-lang/crates.io-index"
5384checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5385dependencies = [
5386 "bitflags 2.8.0",
5387]
5388
5389[[package]]
5390name = "gpui"
5391version = "0.1.0"
5392dependencies = [
5393 "anyhow",
5394 "as-raw-xcb-connection",
5395 "ashpd",
5396 "async-task",
5397 "backtrace",
5398 "bindgen",
5399 "blade-graphics",
5400 "blade-macros",
5401 "blade-util",
5402 "block",
5403 "bytemuck",
5404 "calloop",
5405 "calloop-wayland-source",
5406 "cbindgen 0.28.0",
5407 "cocoa 0.26.0",
5408 "collections",
5409 "core-foundation 0.9.4",
5410 "core-foundation-sys",
5411 "core-graphics 0.23.2",
5412 "core-text",
5413 "cosmic-text",
5414 "ctor",
5415 "derive_more",
5416 "embed-resource",
5417 "env_logger 0.11.6",
5418 "etagere",
5419 "filedescriptor",
5420 "flume",
5421 "font-kit",
5422 "foreign-types 0.5.0",
5423 "futures 0.3.31",
5424 "gpui_macros",
5425 "http_client",
5426 "image",
5427 "itertools 0.14.0",
5428 "linkme",
5429 "log",
5430 "media",
5431 "metal",
5432 "num_cpus",
5433 "objc",
5434 "objc2",
5435 "objc2-metal",
5436 "oo7",
5437 "open",
5438 "parking",
5439 "parking_lot",
5440 "pathfinder_geometry",
5441 "postage",
5442 "profiling",
5443 "rand 0.8.5",
5444 "raw-window-handle",
5445 "refineable",
5446 "resvg",
5447 "schemars",
5448 "seahash",
5449 "semantic_version",
5450 "serde",
5451 "serde_derive",
5452 "serde_json",
5453 "slotmap",
5454 "smallvec",
5455 "smol",
5456 "strum",
5457 "sum_tree",
5458 "taffy",
5459 "thiserror 1.0.69",
5460 "unicode-segmentation",
5461 "usvg",
5462 "util",
5463 "uuid",
5464 "waker-fn",
5465 "wayland-backend",
5466 "wayland-client",
5467 "wayland-cursor",
5468 "wayland-protocols",
5469 "wayland-protocols-plasma",
5470 "windows 0.58.0",
5471 "windows-core 0.58.0",
5472 "x11-clipboard",
5473 "x11rb",
5474 "xim",
5475 "xkbcommon",
5476]
5477
5478[[package]]
5479name = "gpui_macros"
5480version = "0.1.0"
5481dependencies = [
5482 "proc-macro2",
5483 "quote",
5484 "syn 1.0.109",
5485]
5486
5487[[package]]
5488name = "grid"
5489version = "0.13.0"
5490source = "registry+https://github.com/rust-lang/crates.io-index"
5491checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5492
5493[[package]]
5494name = "group"
5495version = "0.12.1"
5496source = "registry+https://github.com/rust-lang/crates.io-index"
5497checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5498dependencies = [
5499 "ff",
5500 "rand_core 0.6.4",
5501 "subtle",
5502]
5503
5504[[package]]
5505name = "h2"
5506version = "0.3.26"
5507source = "registry+https://github.com/rust-lang/crates.io-index"
5508checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5509dependencies = [
5510 "bytes 1.9.0",
5511 "fnv",
5512 "futures-core",
5513 "futures-sink",
5514 "futures-util",
5515 "http 0.2.12",
5516 "indexmap",
5517 "slab",
5518 "tokio",
5519 "tokio-util",
5520 "tracing",
5521]
5522
5523[[package]]
5524name = "h2"
5525version = "0.4.7"
5526source = "registry+https://github.com/rust-lang/crates.io-index"
5527checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5528dependencies = [
5529 "atomic-waker",
5530 "bytes 1.9.0",
5531 "fnv",
5532 "futures-core",
5533 "futures-sink",
5534 "http 1.2.0",
5535 "indexmap",
5536 "slab",
5537 "tokio",
5538 "tokio-util",
5539 "tracing",
5540]
5541
5542[[package]]
5543name = "half"
5544version = "2.4.1"
5545source = "registry+https://github.com/rust-lang/crates.io-index"
5546checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5547dependencies = [
5548 "cfg-if",
5549 "crunchy",
5550]
5551
5552[[package]]
5553name = "handlebars"
5554version = "4.5.0"
5555source = "registry+https://github.com/rust-lang/crates.io-index"
5556checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5557dependencies = [
5558 "log",
5559 "pest",
5560 "pest_derive",
5561 "serde",
5562 "serde_json",
5563 "thiserror 1.0.69",
5564]
5565
5566[[package]]
5567name = "handlebars"
5568version = "6.2.0"
5569source = "registry+https://github.com/rust-lang/crates.io-index"
5570checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5571dependencies = [
5572 "log",
5573 "num-order",
5574 "pest",
5575 "pest_derive",
5576 "serde",
5577 "serde_json",
5578 "thiserror 1.0.69",
5579]
5580
5581[[package]]
5582name = "hashbrown"
5583version = "0.12.3"
5584source = "registry+https://github.com/rust-lang/crates.io-index"
5585checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5586dependencies = [
5587 "ahash 0.7.8",
5588]
5589
5590[[package]]
5591name = "hashbrown"
5592version = "0.13.2"
5593source = "registry+https://github.com/rust-lang/crates.io-index"
5594checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5595dependencies = [
5596 "ahash 0.8.11",
5597]
5598
5599[[package]]
5600name = "hashbrown"
5601version = "0.14.5"
5602source = "registry+https://github.com/rust-lang/crates.io-index"
5603checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5604dependencies = [
5605 "ahash 0.8.11",
5606 "allocator-api2",
5607 "serde",
5608]
5609
5610[[package]]
5611name = "hashbrown"
5612version = "0.15.2"
5613source = "registry+https://github.com/rust-lang/crates.io-index"
5614checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5615dependencies = [
5616 "allocator-api2",
5617 "equivalent",
5618 "foldhash",
5619]
5620
5621[[package]]
5622name = "hashlink"
5623version = "0.8.4"
5624source = "registry+https://github.com/rust-lang/crates.io-index"
5625checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5626dependencies = [
5627 "hashbrown 0.14.5",
5628]
5629
5630[[package]]
5631name = "hashlink"
5632version = "0.9.1"
5633source = "registry+https://github.com/rust-lang/crates.io-index"
5634checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5635dependencies = [
5636 "hashbrown 0.14.5",
5637]
5638
5639[[package]]
5640name = "headers"
5641version = "0.3.9"
5642source = "registry+https://github.com/rust-lang/crates.io-index"
5643checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5644dependencies = [
5645 "base64 0.21.7",
5646 "bytes 1.9.0",
5647 "headers-core",
5648 "http 0.2.12",
5649 "httpdate",
5650 "mime",
5651 "sha1",
5652]
5653
5654[[package]]
5655name = "headers-core"
5656version = "0.2.0"
5657source = "registry+https://github.com/rust-lang/crates.io-index"
5658checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5659dependencies = [
5660 "http 0.2.12",
5661]
5662
5663[[package]]
5664name = "heck"
5665version = "0.3.3"
5666source = "registry+https://github.com/rust-lang/crates.io-index"
5667checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5668dependencies = [
5669 "unicode-segmentation",
5670]
5671
5672[[package]]
5673name = "heck"
5674version = "0.4.1"
5675source = "registry+https://github.com/rust-lang/crates.io-index"
5676checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5677dependencies = [
5678 "unicode-segmentation",
5679]
5680
5681[[package]]
5682name = "heck"
5683version = "0.5.0"
5684source = "registry+https://github.com/rust-lang/crates.io-index"
5685checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5686
5687[[package]]
5688name = "heed"
5689version = "0.21.0"
5690source = "registry+https://github.com/rust-lang/crates.io-index"
5691checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5692dependencies = [
5693 "bitflags 2.8.0",
5694 "byteorder",
5695 "heed-traits",
5696 "heed-types",
5697 "libc",
5698 "lmdb-master-sys",
5699 "once_cell",
5700 "page_size",
5701 "serde",
5702 "synchronoise",
5703 "url",
5704]
5705
5706[[package]]
5707name = "heed-traits"
5708version = "0.20.0"
5709source = "registry+https://github.com/rust-lang/crates.io-index"
5710checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5711
5712[[package]]
5713name = "heed-types"
5714version = "0.21.0"
5715source = "registry+https://github.com/rust-lang/crates.io-index"
5716checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5717dependencies = [
5718 "bincode",
5719 "byteorder",
5720 "heed-traits",
5721 "serde",
5722 "serde_json",
5723]
5724
5725[[package]]
5726name = "hermit-abi"
5727version = "0.3.9"
5728source = "registry+https://github.com/rust-lang/crates.io-index"
5729checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5730
5731[[package]]
5732name = "hermit-abi"
5733version = "0.4.0"
5734source = "registry+https://github.com/rust-lang/crates.io-index"
5735checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5736
5737[[package]]
5738name = "hex"
5739version = "0.4.3"
5740source = "registry+https://github.com/rust-lang/crates.io-index"
5741checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5742
5743[[package]]
5744name = "hexf-parse"
5745version = "0.2.1"
5746source = "registry+https://github.com/rust-lang/crates.io-index"
5747checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5748
5749[[package]]
5750name = "hidden-trait"
5751version = "0.1.2"
5752source = "registry+https://github.com/rust-lang/crates.io-index"
5753checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5754dependencies = [
5755 "proc-macro2",
5756 "quote",
5757 "syn 1.0.109",
5758]
5759
5760[[package]]
5761name = "hkdf"
5762version = "0.12.4"
5763source = "registry+https://github.com/rust-lang/crates.io-index"
5764checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5765dependencies = [
5766 "hmac",
5767]
5768
5769[[package]]
5770name = "hmac"
5771version = "0.12.1"
5772source = "registry+https://github.com/rust-lang/crates.io-index"
5773checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5774dependencies = [
5775 "digest",
5776]
5777
5778[[package]]
5779name = "home"
5780version = "0.5.9"
5781source = "registry+https://github.com/rust-lang/crates.io-index"
5782checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5783dependencies = [
5784 "windows-sys 0.52.0",
5785]
5786
5787[[package]]
5788name = "hound"
5789version = "3.5.1"
5790source = "registry+https://github.com/rust-lang/crates.io-index"
5791checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5792
5793[[package]]
5794name = "html5ever"
5795version = "0.27.0"
5796source = "registry+https://github.com/rust-lang/crates.io-index"
5797checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5798dependencies = [
5799 "log",
5800 "mac",
5801 "markup5ever",
5802 "proc-macro2",
5803 "quote",
5804 "syn 2.0.90",
5805]
5806
5807[[package]]
5808name = "html_to_markdown"
5809version = "0.1.0"
5810dependencies = [
5811 "anyhow",
5812 "html5ever",
5813 "indoc",
5814 "markup5ever_rcdom",
5815 "pretty_assertions",
5816 "regex",
5817]
5818
5819[[package]]
5820name = "http"
5821version = "0.2.12"
5822source = "registry+https://github.com/rust-lang/crates.io-index"
5823checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5824dependencies = [
5825 "bytes 1.9.0",
5826 "fnv",
5827 "itoa",
5828]
5829
5830[[package]]
5831name = "http"
5832version = "1.2.0"
5833source = "registry+https://github.com/rust-lang/crates.io-index"
5834checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
5835dependencies = [
5836 "bytes 1.9.0",
5837 "fnv",
5838 "itoa",
5839]
5840
5841[[package]]
5842name = "http-body"
5843version = "0.4.6"
5844source = "registry+https://github.com/rust-lang/crates.io-index"
5845checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5846dependencies = [
5847 "bytes 1.9.0",
5848 "http 0.2.12",
5849 "pin-project-lite",
5850]
5851
5852[[package]]
5853name = "http-body"
5854version = "1.0.1"
5855source = "registry+https://github.com/rust-lang/crates.io-index"
5856checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5857dependencies = [
5858 "bytes 1.9.0",
5859 "http 1.2.0",
5860]
5861
5862[[package]]
5863name = "http-body-util"
5864version = "0.1.2"
5865source = "registry+https://github.com/rust-lang/crates.io-index"
5866checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5867dependencies = [
5868 "bytes 1.9.0",
5869 "futures-util",
5870 "http 1.2.0",
5871 "http-body 1.0.1",
5872 "pin-project-lite",
5873]
5874
5875[[package]]
5876name = "http-range-header"
5877version = "0.3.1"
5878source = "registry+https://github.com/rust-lang/crates.io-index"
5879checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5880
5881[[package]]
5882name = "http-types"
5883version = "2.12.0"
5884source = "registry+https://github.com/rust-lang/crates.io-index"
5885checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5886dependencies = [
5887 "anyhow",
5888 "async-channel 1.9.0",
5889 "base64 0.13.1",
5890 "futures-lite 1.13.0",
5891 "http 0.2.12",
5892 "infer",
5893 "pin-project-lite",
5894 "rand 0.7.3",
5895 "serde",
5896 "serde_json",
5897 "serde_qs 0.8.5",
5898 "serde_urlencoded",
5899 "url",
5900]
5901
5902[[package]]
5903name = "http_client"
5904version = "0.1.0"
5905dependencies = [
5906 "anyhow",
5907 "bytes 1.9.0",
5908 "derive_more",
5909 "futures 0.3.31",
5910 "http 1.2.0",
5911 "log",
5912 "serde",
5913 "serde_json",
5914 "url",
5915]
5916
5917[[package]]
5918name = "httparse"
5919version = "1.9.5"
5920source = "registry+https://github.com/rust-lang/crates.io-index"
5921checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
5922
5923[[package]]
5924name = "httpdate"
5925version = "1.0.3"
5926source = "registry+https://github.com/rust-lang/crates.io-index"
5927checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5928
5929[[package]]
5930name = "human_bytes"
5931version = "0.4.3"
5932source = "registry+https://github.com/rust-lang/crates.io-index"
5933checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5934
5935[[package]]
5936name = "humantime"
5937version = "2.1.0"
5938source = "registry+https://github.com/rust-lang/crates.io-index"
5939checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5940
5941[[package]]
5942name = "hyper"
5943version = "0.14.32"
5944source = "registry+https://github.com/rust-lang/crates.io-index"
5945checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
5946dependencies = [
5947 "bytes 1.9.0",
5948 "futures-channel",
5949 "futures-core",
5950 "futures-util",
5951 "h2 0.3.26",
5952 "http 0.2.12",
5953 "http-body 0.4.6",
5954 "httparse",
5955 "httpdate",
5956 "itoa",
5957 "pin-project-lite",
5958 "socket2",
5959 "tokio",
5960 "tower-service",
5961 "tracing",
5962 "want",
5963]
5964
5965[[package]]
5966name = "hyper"
5967version = "1.5.1"
5968source = "registry+https://github.com/rust-lang/crates.io-index"
5969checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
5970dependencies = [
5971 "bytes 1.9.0",
5972 "futures-channel",
5973 "futures-util",
5974 "h2 0.4.7",
5975 "http 1.2.0",
5976 "http-body 1.0.1",
5977 "httparse",
5978 "itoa",
5979 "pin-project-lite",
5980 "smallvec",
5981 "tokio",
5982 "want",
5983]
5984
5985[[package]]
5986name = "hyper-rustls"
5987version = "0.24.2"
5988source = "registry+https://github.com/rust-lang/crates.io-index"
5989checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5990dependencies = [
5991 "futures-util",
5992 "http 0.2.12",
5993 "hyper 0.14.32",
5994 "log",
5995 "rustls 0.21.12",
5996 "rustls-native-certs 0.6.3",
5997 "tokio",
5998 "tokio-rustls 0.24.1",
5999]
6000
6001[[package]]
6002name = "hyper-rustls"
6003version = "0.27.3"
6004source = "registry+https://github.com/rust-lang/crates.io-index"
6005checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6006dependencies = [
6007 "futures-util",
6008 "http 1.2.0",
6009 "hyper 1.5.1",
6010 "hyper-util",
6011 "rustls 0.23.20",
6012 "rustls-native-certs 0.8.1",
6013 "rustls-pki-types",
6014 "tokio",
6015 "tokio-rustls 0.26.1",
6016 "tower-service",
6017]
6018
6019[[package]]
6020name = "hyper-tls"
6021version = "0.5.0"
6022source = "registry+https://github.com/rust-lang/crates.io-index"
6023checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6024dependencies = [
6025 "bytes 1.9.0",
6026 "hyper 0.14.32",
6027 "native-tls",
6028 "tokio",
6029 "tokio-native-tls",
6030]
6031
6032[[package]]
6033name = "hyper-util"
6034version = "0.1.10"
6035source = "registry+https://github.com/rust-lang/crates.io-index"
6036checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6037dependencies = [
6038 "bytes 1.9.0",
6039 "futures-channel",
6040 "futures-util",
6041 "http 1.2.0",
6042 "http-body 1.0.1",
6043 "hyper 1.5.1",
6044 "pin-project-lite",
6045 "socket2",
6046 "tokio",
6047 "tower-service",
6048 "tracing",
6049]
6050
6051[[package]]
6052name = "iana-time-zone"
6053version = "0.1.61"
6054source = "registry+https://github.com/rust-lang/crates.io-index"
6055checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6056dependencies = [
6057 "android_system_properties",
6058 "core-foundation-sys",
6059 "iana-time-zone-haiku",
6060 "js-sys",
6061 "wasm-bindgen",
6062 "windows-core 0.52.0",
6063]
6064
6065[[package]]
6066name = "iana-time-zone-haiku"
6067version = "0.1.2"
6068source = "registry+https://github.com/rust-lang/crates.io-index"
6069checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6070dependencies = [
6071 "cc",
6072]
6073
6074[[package]]
6075name = "icu_collections"
6076version = "1.5.0"
6077source = "registry+https://github.com/rust-lang/crates.io-index"
6078checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6079dependencies = [
6080 "displaydoc",
6081 "yoke",
6082 "zerofrom",
6083 "zerovec",
6084]
6085
6086[[package]]
6087name = "icu_locid"
6088version = "1.5.0"
6089source = "registry+https://github.com/rust-lang/crates.io-index"
6090checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6091dependencies = [
6092 "displaydoc",
6093 "litemap",
6094 "tinystr",
6095 "writeable",
6096 "zerovec",
6097]
6098
6099[[package]]
6100name = "icu_locid_transform"
6101version = "1.5.0"
6102source = "registry+https://github.com/rust-lang/crates.io-index"
6103checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6104dependencies = [
6105 "displaydoc",
6106 "icu_locid",
6107 "icu_locid_transform_data",
6108 "icu_provider",
6109 "tinystr",
6110 "zerovec",
6111]
6112
6113[[package]]
6114name = "icu_locid_transform_data"
6115version = "1.5.0"
6116source = "registry+https://github.com/rust-lang/crates.io-index"
6117checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6118
6119[[package]]
6120name = "icu_normalizer"
6121version = "1.5.0"
6122source = "registry+https://github.com/rust-lang/crates.io-index"
6123checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6124dependencies = [
6125 "displaydoc",
6126 "icu_collections",
6127 "icu_normalizer_data",
6128 "icu_properties",
6129 "icu_provider",
6130 "smallvec",
6131 "utf16_iter",
6132 "utf8_iter",
6133 "write16",
6134 "zerovec",
6135]
6136
6137[[package]]
6138name = "icu_normalizer_data"
6139version = "1.5.0"
6140source = "registry+https://github.com/rust-lang/crates.io-index"
6141checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6142
6143[[package]]
6144name = "icu_properties"
6145version = "1.5.1"
6146source = "registry+https://github.com/rust-lang/crates.io-index"
6147checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6148dependencies = [
6149 "displaydoc",
6150 "icu_collections",
6151 "icu_locid_transform",
6152 "icu_properties_data",
6153 "icu_provider",
6154 "tinystr",
6155 "zerovec",
6156]
6157
6158[[package]]
6159name = "icu_properties_data"
6160version = "1.5.0"
6161source = "registry+https://github.com/rust-lang/crates.io-index"
6162checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6163
6164[[package]]
6165name = "icu_provider"
6166version = "1.5.0"
6167source = "registry+https://github.com/rust-lang/crates.io-index"
6168checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6169dependencies = [
6170 "displaydoc",
6171 "icu_locid",
6172 "icu_provider_macros",
6173 "stable_deref_trait",
6174 "tinystr",
6175 "writeable",
6176 "yoke",
6177 "zerofrom",
6178 "zerovec",
6179]
6180
6181[[package]]
6182name = "icu_provider_macros"
6183version = "1.5.0"
6184source = "registry+https://github.com/rust-lang/crates.io-index"
6185checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6186dependencies = [
6187 "proc-macro2",
6188 "quote",
6189 "syn 2.0.90",
6190]
6191
6192[[package]]
6193name = "id-arena"
6194version = "2.2.1"
6195source = "registry+https://github.com/rust-lang/crates.io-index"
6196checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6197
6198[[package]]
6199name = "idna"
6200version = "1.0.3"
6201source = "registry+https://github.com/rust-lang/crates.io-index"
6202checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6203dependencies = [
6204 "idna_adapter",
6205 "smallvec",
6206 "utf8_iter",
6207]
6208
6209[[package]]
6210name = "idna_adapter"
6211version = "1.2.0"
6212source = "registry+https://github.com/rust-lang/crates.io-index"
6213checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6214dependencies = [
6215 "icu_normalizer",
6216 "icu_properties",
6217]
6218
6219[[package]]
6220name = "ignore"
6221version = "0.4.23"
6222source = "registry+https://github.com/rust-lang/crates.io-index"
6223checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6224dependencies = [
6225 "crossbeam-deque",
6226 "globset",
6227 "log",
6228 "memchr",
6229 "regex-automata 0.4.9",
6230 "same-file",
6231 "walkdir",
6232 "winapi-util",
6233]
6234
6235[[package]]
6236name = "image"
6237version = "0.25.5"
6238source = "registry+https://github.com/rust-lang/crates.io-index"
6239checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6240dependencies = [
6241 "bytemuck",
6242 "byteorder-lite",
6243 "color_quant",
6244 "exr",
6245 "gif",
6246 "image-webp",
6247 "num-traits",
6248 "png",
6249 "qoi",
6250 "ravif",
6251 "rayon",
6252 "rgb",
6253 "tiff",
6254 "zune-core",
6255 "zune-jpeg",
6256]
6257
6258[[package]]
6259name = "image-webp"
6260version = "0.2.0"
6261source = "registry+https://github.com/rust-lang/crates.io-index"
6262checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6263dependencies = [
6264 "byteorder-lite",
6265 "quick-error",
6266]
6267
6268[[package]]
6269name = "image_viewer"
6270version = "0.1.0"
6271dependencies = [
6272 "anyhow",
6273 "db",
6274 "editor",
6275 "file_icons",
6276 "gpui",
6277 "project",
6278 "settings",
6279 "theme",
6280 "ui",
6281 "util",
6282 "workspace",
6283]
6284
6285[[package]]
6286name = "imagesize"
6287version = "0.13.0"
6288source = "registry+https://github.com/rust-lang/crates.io-index"
6289checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6290
6291[[package]]
6292name = "imgref"
6293version = "1.11.0"
6294source = "registry+https://github.com/rust-lang/crates.io-index"
6295checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6296
6297[[package]]
6298name = "indexed_docs"
6299version = "0.1.0"
6300dependencies = [
6301 "anyhow",
6302 "async-trait",
6303 "cargo_metadata",
6304 "collections",
6305 "derive_more",
6306 "extension",
6307 "fs",
6308 "futures 0.3.31",
6309 "fuzzy",
6310 "gpui",
6311 "heed",
6312 "html_to_markdown",
6313 "http_client",
6314 "indexmap",
6315 "indoc",
6316 "parking_lot",
6317 "paths",
6318 "pretty_assertions",
6319 "serde",
6320 "strum",
6321 "util",
6322]
6323
6324[[package]]
6325name = "indexmap"
6326version = "2.7.0"
6327source = "registry+https://github.com/rust-lang/crates.io-index"
6328checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
6329dependencies = [
6330 "equivalent",
6331 "hashbrown 0.15.2",
6332 "serde",
6333]
6334
6335[[package]]
6336name = "indoc"
6337version = "2.0.5"
6338source = "registry+https://github.com/rust-lang/crates.io-index"
6339checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6340
6341[[package]]
6342name = "infer"
6343version = "0.2.3"
6344source = "registry+https://github.com/rust-lang/crates.io-index"
6345checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6346
6347[[package]]
6348name = "inherent"
6349version = "1.0.11"
6350source = "registry+https://github.com/rust-lang/crates.io-index"
6351checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6352dependencies = [
6353 "proc-macro2",
6354 "quote",
6355 "syn 2.0.90",
6356]
6357
6358[[package]]
6359name = "inline_completion"
6360version = "0.1.0"
6361dependencies = [
6362 "gpui",
6363 "language",
6364]
6365
6366[[package]]
6367name = "inline_completion_button"
6368version = "0.1.0"
6369dependencies = [
6370 "anyhow",
6371 "client",
6372 "copilot",
6373 "editor",
6374 "feature_flags",
6375 "fs",
6376 "futures 0.3.31",
6377 "gpui",
6378 "indoc",
6379 "inline_completion",
6380 "language",
6381 "lsp",
6382 "paths",
6383 "project",
6384 "serde_json",
6385 "settings",
6386 "supermaven",
6387 "theme",
6388 "ui",
6389 "workspace",
6390 "zed_actions",
6391 "zed_predict_tos",
6392 "zeta",
6393]
6394
6395[[package]]
6396name = "inotify"
6397version = "0.9.6"
6398source = "registry+https://github.com/rust-lang/crates.io-index"
6399checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6400dependencies = [
6401 "bitflags 1.3.2",
6402 "inotify-sys",
6403 "libc",
6404]
6405
6406[[package]]
6407name = "inotify-sys"
6408version = "0.1.5"
6409source = "registry+https://github.com/rust-lang/crates.io-index"
6410checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6411dependencies = [
6412 "libc",
6413]
6414
6415[[package]]
6416name = "inout"
6417version = "0.1.3"
6418source = "registry+https://github.com/rust-lang/crates.io-index"
6419checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6420dependencies = [
6421 "block-padding",
6422 "generic-array",
6423]
6424
6425[[package]]
6426name = "install_cli"
6427version = "0.1.0"
6428dependencies = [
6429 "anyhow",
6430 "gpui",
6431 "smol",
6432 "util",
6433]
6434
6435[[package]]
6436name = "instant"
6437version = "0.1.13"
6438source = "registry+https://github.com/rust-lang/crates.io-index"
6439checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6440dependencies = [
6441 "cfg-if",
6442]
6443
6444[[package]]
6445name = "interpolate_name"
6446version = "0.2.4"
6447source = "registry+https://github.com/rust-lang/crates.io-index"
6448checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6449dependencies = [
6450 "proc-macro2",
6451 "quote",
6452 "syn 2.0.90",
6453]
6454
6455[[package]]
6456name = "io-extras"
6457version = "0.18.4"
6458source = "registry+https://github.com/rust-lang/crates.io-index"
6459checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6460dependencies = [
6461 "io-lifetimes",
6462 "windows-sys 0.59.0",
6463]
6464
6465[[package]]
6466name = "io-lifetimes"
6467version = "2.0.4"
6468source = "registry+https://github.com/rust-lang/crates.io-index"
6469checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6470
6471[[package]]
6472name = "iovec"
6473version = "0.1.4"
6474source = "registry+https://github.com/rust-lang/crates.io-index"
6475checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6476dependencies = [
6477 "libc",
6478]
6479
6480[[package]]
6481name = "ipc-channel"
6482version = "0.19.0"
6483source = "registry+https://github.com/rust-lang/crates.io-index"
6484checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6485dependencies = [
6486 "bincode",
6487 "crossbeam-channel",
6488 "fnv",
6489 "lazy_static",
6490 "libc",
6491 "mio 1.0.3",
6492 "rand 0.8.5",
6493 "serde",
6494 "tempfile",
6495 "uuid",
6496 "windows 0.58.0",
6497]
6498
6499[[package]]
6500name = "ipnet"
6501version = "2.10.1"
6502source = "registry+https://github.com/rust-lang/crates.io-index"
6503checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6504
6505[[package]]
6506name = "is-docker"
6507version = "0.2.0"
6508source = "registry+https://github.com/rust-lang/crates.io-index"
6509checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6510dependencies = [
6511 "once_cell",
6512]
6513
6514[[package]]
6515name = "is-terminal"
6516version = "0.4.13"
6517source = "registry+https://github.com/rust-lang/crates.io-index"
6518checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6519dependencies = [
6520 "hermit-abi 0.4.0",
6521 "libc",
6522 "windows-sys 0.52.0",
6523]
6524
6525[[package]]
6526name = "is-wsl"
6527version = "0.4.0"
6528source = "registry+https://github.com/rust-lang/crates.io-index"
6529checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6530dependencies = [
6531 "is-docker",
6532 "once_cell",
6533]
6534
6535[[package]]
6536name = "is_terminal_polyfill"
6537version = "1.70.1"
6538source = "registry+https://github.com/rust-lang/crates.io-index"
6539checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6540
6541[[package]]
6542name = "itertools"
6543version = "0.10.5"
6544source = "registry+https://github.com/rust-lang/crates.io-index"
6545checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6546dependencies = [
6547 "either",
6548]
6549
6550[[package]]
6551name = "itertools"
6552version = "0.11.0"
6553source = "registry+https://github.com/rust-lang/crates.io-index"
6554checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6555dependencies = [
6556 "either",
6557]
6558
6559[[package]]
6560name = "itertools"
6561version = "0.12.1"
6562source = "registry+https://github.com/rust-lang/crates.io-index"
6563checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6564dependencies = [
6565 "either",
6566]
6567
6568[[package]]
6569name = "itertools"
6570version = "0.14.0"
6571source = "registry+https://github.com/rust-lang/crates.io-index"
6572checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6573dependencies = [
6574 "either",
6575]
6576
6577[[package]]
6578name = "itoa"
6579version = "1.0.14"
6580source = "registry+https://github.com/rust-lang/crates.io-index"
6581checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6582
6583[[package]]
6584name = "jni"
6585version = "0.21.1"
6586source = "registry+https://github.com/rust-lang/crates.io-index"
6587checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6588dependencies = [
6589 "cesu8",
6590 "cfg-if",
6591 "combine",
6592 "jni-sys",
6593 "log",
6594 "thiserror 1.0.69",
6595 "walkdir",
6596 "windows-sys 0.45.0",
6597]
6598
6599[[package]]
6600name = "jni-sys"
6601version = "0.3.0"
6602source = "registry+https://github.com/rust-lang/crates.io-index"
6603checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6604
6605[[package]]
6606name = "jobserver"
6607version = "0.1.32"
6608source = "registry+https://github.com/rust-lang/crates.io-index"
6609checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6610dependencies = [
6611 "libc",
6612]
6613
6614[[package]]
6615name = "journal"
6616version = "0.1.0"
6617dependencies = [
6618 "anyhow",
6619 "chrono",
6620 "editor",
6621 "gpui",
6622 "log",
6623 "schemars",
6624 "serde",
6625 "settings",
6626 "shellexpand 2.1.2",
6627 "workspace",
6628]
6629
6630[[package]]
6631name = "jpeg-decoder"
6632version = "0.3.1"
6633source = "registry+https://github.com/rust-lang/crates.io-index"
6634checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6635
6636[[package]]
6637name = "js-sys"
6638version = "0.3.76"
6639source = "registry+https://github.com/rust-lang/crates.io-index"
6640checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6641dependencies = [
6642 "once_cell",
6643 "wasm-bindgen",
6644]
6645
6646[[package]]
6647name = "jsonwebtoken"
6648version = "9.3.0"
6649source = "registry+https://github.com/rust-lang/crates.io-index"
6650checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6651dependencies = [
6652 "base64 0.21.7",
6653 "js-sys",
6654 "pem",
6655 "ring",
6656 "serde",
6657 "serde_json",
6658 "simple_asn1",
6659]
6660
6661[[package]]
6662name = "jupyter-protocol"
6663version = "0.6.0"
6664source = "registry+https://github.com/rust-lang/crates.io-index"
6665checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6666dependencies = [
6667 "anyhow",
6668 "async-trait",
6669 "bytes 1.9.0",
6670 "chrono",
6671 "futures 0.3.31",
6672 "serde",
6673 "serde_json",
6674 "uuid",
6675]
6676
6677[[package]]
6678name = "jupyter-websocket-client"
6679version = "0.9.0"
6680source = "registry+https://github.com/rust-lang/crates.io-index"
6681checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6682dependencies = [
6683 "anyhow",
6684 "async-trait",
6685 "async-tungstenite 0.28.2",
6686 "futures 0.3.31",
6687 "jupyter-protocol",
6688 "serde",
6689 "serde_json",
6690 "url",
6691 "uuid",
6692]
6693
6694[[package]]
6695name = "khronos-egl"
6696version = "6.0.0"
6697source = "registry+https://github.com/rust-lang/crates.io-index"
6698checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6699dependencies = [
6700 "libc",
6701 "libloading",
6702]
6703
6704[[package]]
6705name = "kqueue"
6706version = "1.0.8"
6707source = "registry+https://github.com/rust-lang/crates.io-index"
6708checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6709dependencies = [
6710 "kqueue-sys",
6711 "libc",
6712]
6713
6714[[package]]
6715name = "kqueue-sys"
6716version = "1.0.4"
6717source = "registry+https://github.com/rust-lang/crates.io-index"
6718checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6719dependencies = [
6720 "bitflags 1.3.2",
6721 "libc",
6722]
6723
6724[[package]]
6725name = "kurbo"
6726version = "0.11.1"
6727source = "registry+https://github.com/rust-lang/crates.io-index"
6728checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6729dependencies = [
6730 "arrayvec",
6731 "smallvec",
6732]
6733
6734[[package]]
6735name = "kv-log-macro"
6736version = "1.0.7"
6737source = "registry+https://github.com/rust-lang/crates.io-index"
6738checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6739dependencies = [
6740 "log",
6741]
6742
6743[[package]]
6744name = "language"
6745version = "0.1.0"
6746dependencies = [
6747 "anyhow",
6748 "async-trait",
6749 "async-watch",
6750 "clock",
6751 "collections",
6752 "ctor",
6753 "ec4rs",
6754 "env_logger 0.11.6",
6755 "fs",
6756 "futures 0.3.31",
6757 "fuzzy",
6758 "globset",
6759 "gpui",
6760 "http_client",
6761 "indoc",
6762 "itertools 0.14.0",
6763 "log",
6764 "lsp",
6765 "parking_lot",
6766 "postage",
6767 "pretty_assertions",
6768 "pulldown-cmark 0.12.2",
6769 "rand 0.8.5",
6770 "regex",
6771 "rpc",
6772 "schemars",
6773 "serde",
6774 "serde_json",
6775 "settings",
6776 "similar",
6777 "smallvec",
6778 "smol",
6779 "strsim",
6780 "sum_tree",
6781 "task",
6782 "text",
6783 "theme",
6784 "tree-sitter",
6785 "tree-sitter-elixir",
6786 "tree-sitter-embedded-template",
6787 "tree-sitter-heex",
6788 "tree-sitter-html",
6789 "tree-sitter-json",
6790 "tree-sitter-md",
6791 "tree-sitter-ruby",
6792 "tree-sitter-rust",
6793 "tree-sitter-typescript",
6794 "unicase",
6795 "unindent",
6796 "util",
6797]
6798
6799[[package]]
6800name = "language_extension"
6801version = "0.1.0"
6802dependencies = [
6803 "anyhow",
6804 "async-trait",
6805 "collections",
6806 "extension",
6807 "fs",
6808 "futures 0.3.31",
6809 "gpui",
6810 "language",
6811 "lsp",
6812 "serde",
6813 "serde_json",
6814 "util",
6815]
6816
6817[[package]]
6818name = "language_model"
6819version = "0.1.0"
6820dependencies = [
6821 "anthropic",
6822 "anyhow",
6823 "base64 0.22.1",
6824 "collections",
6825 "deepseek",
6826 "futures 0.3.31",
6827 "google_ai",
6828 "gpui",
6829 "http_client",
6830 "image",
6831 "lmstudio",
6832 "log",
6833 "ollama",
6834 "open_ai",
6835 "parking_lot",
6836 "proto",
6837 "schemars",
6838 "serde",
6839 "serde_json",
6840 "smol",
6841 "strum",
6842 "ui",
6843 "util",
6844]
6845
6846[[package]]
6847name = "language_model_selector"
6848version = "0.1.0"
6849dependencies = [
6850 "feature_flags",
6851 "gpui",
6852 "language_model",
6853 "picker",
6854 "proto",
6855 "ui",
6856 "workspace",
6857 "zed_actions",
6858]
6859
6860[[package]]
6861name = "language_models"
6862version = "0.1.0"
6863dependencies = [
6864 "anthropic",
6865 "anyhow",
6866 "client",
6867 "collections",
6868 "copilot",
6869 "deepseek",
6870 "editor",
6871 "feature_flags",
6872 "fs",
6873 "futures 0.3.31",
6874 "google_ai",
6875 "gpui",
6876 "http_client",
6877 "language_model",
6878 "lmstudio",
6879 "menu",
6880 "ollama",
6881 "open_ai",
6882 "project",
6883 "proto",
6884 "schemars",
6885 "serde",
6886 "serde_json",
6887 "settings",
6888 "smol",
6889 "strum",
6890 "telemetry_events",
6891 "theme",
6892 "thiserror 1.0.69",
6893 "tiktoken-rs",
6894 "ui",
6895 "util",
6896]
6897
6898[[package]]
6899name = "language_selector"
6900version = "0.1.0"
6901dependencies = [
6902 "anyhow",
6903 "editor",
6904 "file_finder",
6905 "file_icons",
6906 "fuzzy",
6907 "gpui",
6908 "language",
6909 "picker",
6910 "project",
6911 "settings",
6912 "ui",
6913 "util",
6914 "workspace",
6915]
6916
6917[[package]]
6918name = "language_tools"
6919version = "0.1.0"
6920dependencies = [
6921 "anyhow",
6922 "client",
6923 "collections",
6924 "copilot",
6925 "editor",
6926 "env_logger 0.11.6",
6927 "futures 0.3.31",
6928 "gpui",
6929 "itertools 0.14.0",
6930 "language",
6931 "lsp",
6932 "project",
6933 "release_channel",
6934 "serde_json",
6935 "settings",
6936 "theme",
6937 "tree-sitter",
6938 "ui",
6939 "util",
6940 "workspace",
6941 "zed_actions",
6942]
6943
6944[[package]]
6945name = "languages"
6946version = "0.1.0"
6947dependencies = [
6948 "anyhow",
6949 "async-compression",
6950 "async-tar",
6951 "async-trait",
6952 "collections",
6953 "futures 0.3.31",
6954 "gpui",
6955 "http_client",
6956 "language",
6957 "log",
6958 "lsp",
6959 "node_runtime",
6960 "paths",
6961 "pet",
6962 "pet-conda",
6963 "pet-core",
6964 "pet-fs",
6965 "pet-poetry",
6966 "pet-reporter",
6967 "project",
6968 "regex",
6969 "rope",
6970 "rust-embed",
6971 "serde",
6972 "serde_json",
6973 "settings",
6974 "smol",
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.17.0+1.8.1"
7051source = "registry+https://github.com/rust-lang/crates.io-index"
7052checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
7053dependencies = [
7054 "cc",
7055 "libc",
7056 "libz-sys",
7057 "pkg-config",
7058]
7059
7060[[package]]
7061name = "libloading"
7062version = "0.8.6"
7063source = "registry+https://github.com/rust-lang/crates.io-index"
7064checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7065dependencies = [
7066 "cfg-if",
7067 "windows-targets 0.52.6",
7068]
7069
7070[[package]]
7071name = "libm"
7072version = "0.2.11"
7073source = "registry+https://github.com/rust-lang/crates.io-index"
7074checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7075
7076[[package]]
7077name = "libmimalloc-sys"
7078version = "0.1.39"
7079source = "registry+https://github.com/rust-lang/crates.io-index"
7080checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7081dependencies = [
7082 "cc",
7083 "libc",
7084]
7085
7086[[package]]
7087name = "libredox"
7088version = "0.1.3"
7089source = "registry+https://github.com/rust-lang/crates.io-index"
7090checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7091dependencies = [
7092 "bitflags 2.8.0",
7093 "libc",
7094 "redox_syscall 0.5.8",
7095]
7096
7097[[package]]
7098name = "libsqlite3-sys"
7099version = "0.30.1"
7100source = "registry+https://github.com/rust-lang/crates.io-index"
7101checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7102dependencies = [
7103 "cc",
7104 "pkg-config",
7105 "vcpkg",
7106]
7107
7108[[package]]
7109name = "libwebrtc"
7110version = "0.3.7"
7111source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7112dependencies = [
7113 "cxx",
7114 "jni",
7115 "js-sys",
7116 "lazy_static",
7117 "livekit-protocol",
7118 "livekit-runtime",
7119 "log",
7120 "parking_lot",
7121 "serde",
7122 "serde_json",
7123 "thiserror 1.0.69",
7124 "tokio",
7125 "wasm-bindgen",
7126 "wasm-bindgen-futures",
7127 "web-sys",
7128 "webrtc-sys",
7129]
7130
7131[[package]]
7132name = "libz-sys"
7133version = "1.1.20"
7134source = "registry+https://github.com/rust-lang/crates.io-index"
7135checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7136dependencies = [
7137 "cc",
7138 "libc",
7139 "pkg-config",
7140 "vcpkg",
7141]
7142
7143[[package]]
7144name = "link-cplusplus"
7145version = "1.0.9"
7146source = "registry+https://github.com/rust-lang/crates.io-index"
7147checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7148dependencies = [
7149 "cc",
7150]
7151
7152[[package]]
7153name = "linkify"
7154version = "0.10.0"
7155source = "registry+https://github.com/rust-lang/crates.io-index"
7156checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7157dependencies = [
7158 "memchr",
7159]
7160
7161[[package]]
7162name = "linkme"
7163version = "0.3.31"
7164source = "registry+https://github.com/rust-lang/crates.io-index"
7165checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
7166dependencies = [
7167 "linkme-impl",
7168]
7169
7170[[package]]
7171name = "linkme-impl"
7172version = "0.3.31"
7173source = "registry+https://github.com/rust-lang/crates.io-index"
7174checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
7175dependencies = [
7176 "proc-macro2",
7177 "quote",
7178 "syn 2.0.90",
7179]
7180
7181[[package]]
7182name = "linux-raw-sys"
7183version = "0.4.14"
7184source = "registry+https://github.com/rust-lang/crates.io-index"
7185checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7186
7187[[package]]
7188name = "litemap"
7189version = "0.7.4"
7190source = "registry+https://github.com/rust-lang/crates.io-index"
7191checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7192
7193[[package]]
7194name = "livekit"
7195version = "0.7.0"
7196source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7197dependencies = [
7198 "chrono",
7199 "futures-util",
7200 "lazy_static",
7201 "libwebrtc",
7202 "livekit-api",
7203 "livekit-protocol",
7204 "livekit-runtime",
7205 "log",
7206 "parking_lot",
7207 "prost 0.12.6",
7208 "semver",
7209 "serde",
7210 "serde_json",
7211 "thiserror 1.0.69",
7212 "tokio",
7213]
7214
7215[[package]]
7216name = "livekit-api"
7217version = "0.4.1"
7218source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7219dependencies = [
7220 "async-tungstenite 0.25.1",
7221 "futures-util",
7222 "http 0.2.12",
7223 "jsonwebtoken",
7224 "livekit-protocol",
7225 "livekit-runtime",
7226 "log",
7227 "parking_lot",
7228 "prost 0.12.6",
7229 "reqwest 0.11.27",
7230 "scopeguard",
7231 "serde",
7232 "serde_json",
7233 "sha2",
7234 "thiserror 1.0.69",
7235 "tokio",
7236 "tokio-tungstenite 0.20.1",
7237 "url",
7238]
7239
7240[[package]]
7241name = "livekit-protocol"
7242version = "0.3.6"
7243source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7244dependencies = [
7245 "futures-util",
7246 "livekit-runtime",
7247 "parking_lot",
7248 "pbjson",
7249 "pbjson-types",
7250 "prost 0.12.6",
7251 "prost-types 0.12.6",
7252 "serde",
7253 "thiserror 1.0.69",
7254 "tokio",
7255]
7256
7257[[package]]
7258name = "livekit-runtime"
7259version = "0.3.1"
7260source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7261dependencies = [
7262 "async-io",
7263 "async-std",
7264 "async-task",
7265 "futures 0.3.31",
7266]
7267
7268[[package]]
7269name = "livekit_client"
7270version = "0.1.0"
7271dependencies = [
7272 "anyhow",
7273 "async-trait",
7274 "collections",
7275 "core-foundation 0.9.4",
7276 "coreaudio-rs 0.12.1",
7277 "cpal",
7278 "futures 0.3.31",
7279 "gpui",
7280 "http 0.2.12",
7281 "http_client",
7282 "image",
7283 "livekit",
7284 "livekit_server",
7285 "log",
7286 "media",
7287 "nanoid",
7288 "parking_lot",
7289 "postage",
7290 "serde",
7291 "serde_json",
7292 "sha2",
7293 "simplelog",
7294 "smallvec",
7295 "util",
7296]
7297
7298[[package]]
7299name = "livekit_client_macos"
7300version = "0.1.0"
7301dependencies = [
7302 "anyhow",
7303 "async-broadcast",
7304 "async-trait",
7305 "collections",
7306 "core-foundation 0.9.4",
7307 "futures 0.3.31",
7308 "gpui",
7309 "livekit_server",
7310 "log",
7311 "media",
7312 "nanoid",
7313 "parking_lot",
7314 "postage",
7315 "serde",
7316 "serde_json",
7317 "sha2",
7318 "simplelog",
7319]
7320
7321[[package]]
7322name = "livekit_server"
7323version = "0.1.0"
7324dependencies = [
7325 "anyhow",
7326 "async-trait",
7327 "jsonwebtoken",
7328 "log",
7329 "prost 0.9.0",
7330 "prost-build 0.9.0",
7331 "prost-types 0.9.0",
7332 "reqwest 0.12.8",
7333 "serde",
7334]
7335
7336[[package]]
7337name = "lmdb-master-sys"
7338version = "0.2.4"
7339source = "registry+https://github.com/rust-lang/crates.io-index"
7340checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7341dependencies = [
7342 "cc",
7343 "doxygen-rs",
7344 "libc",
7345]
7346
7347[[package]]
7348name = "lmstudio"
7349version = "0.1.0"
7350dependencies = [
7351 "anyhow",
7352 "futures 0.3.31",
7353 "http_client",
7354 "schemars",
7355 "serde",
7356 "serde_json",
7357]
7358
7359[[package]]
7360name = "lock_api"
7361version = "0.4.12"
7362source = "registry+https://github.com/rust-lang/crates.io-index"
7363checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7364dependencies = [
7365 "autocfg",
7366 "scopeguard",
7367]
7368
7369[[package]]
7370name = "log"
7371version = "0.4.25"
7372source = "registry+https://github.com/rust-lang/crates.io-index"
7373checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
7374dependencies = [
7375 "serde",
7376 "value-bag",
7377]
7378
7379[[package]]
7380name = "loop9"
7381version = "0.1.5"
7382source = "registry+https://github.com/rust-lang/crates.io-index"
7383checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7384dependencies = [
7385 "imgref",
7386]
7387
7388[[package]]
7389name = "lru"
7390version = "0.12.5"
7391source = "registry+https://github.com/rust-lang/crates.io-index"
7392checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7393dependencies = [
7394 "hashbrown 0.15.2",
7395]
7396
7397[[package]]
7398name = "lsp"
7399version = "0.1.0"
7400dependencies = [
7401 "anyhow",
7402 "async-pipe",
7403 "collections",
7404 "ctor",
7405 "env_logger 0.11.6",
7406 "futures 0.3.31",
7407 "gpui",
7408 "log",
7409 "lsp-types",
7410 "parking_lot",
7411 "postage",
7412 "release_channel",
7413 "schemars",
7414 "serde",
7415 "serde_json",
7416 "smol",
7417 "util",
7418]
7419
7420[[package]]
7421name = "lsp-types"
7422version = "0.95.1"
7423source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
7424dependencies = [
7425 "bitflags 1.3.2",
7426 "serde",
7427 "serde_json",
7428 "serde_repr",
7429 "url",
7430]
7431
7432[[package]]
7433name = "mac"
7434version = "0.1.1"
7435source = "registry+https://github.com/rust-lang/crates.io-index"
7436checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7437
7438[[package]]
7439name = "mach2"
7440version = "0.4.2"
7441source = "registry+https://github.com/rust-lang/crates.io-index"
7442checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7443dependencies = [
7444 "libc",
7445]
7446
7447[[package]]
7448name = "malloc_buf"
7449version = "0.0.6"
7450source = "registry+https://github.com/rust-lang/crates.io-index"
7451checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7452dependencies = [
7453 "libc",
7454]
7455
7456[[package]]
7457name = "maplit"
7458version = "1.0.2"
7459source = "registry+https://github.com/rust-lang/crates.io-index"
7460checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7461
7462[[package]]
7463name = "markdown"
7464version = "0.1.0"
7465dependencies = [
7466 "anyhow",
7467 "assets",
7468 "env_logger 0.11.6",
7469 "futures 0.3.31",
7470 "gpui",
7471 "language",
7472 "languages",
7473 "linkify",
7474 "log",
7475 "node_runtime",
7476 "pulldown-cmark 0.12.2",
7477 "settings",
7478 "theme",
7479 "ui",
7480 "util",
7481]
7482
7483[[package]]
7484name = "markdown_preview"
7485version = "0.1.0"
7486dependencies = [
7487 "anyhow",
7488 "async-recursion 1.1.1",
7489 "collections",
7490 "editor",
7491 "gpui",
7492 "language",
7493 "linkify",
7494 "log",
7495 "pretty_assertions",
7496 "pulldown-cmark 0.12.2",
7497 "settings",
7498 "theme",
7499 "ui",
7500 "util",
7501 "workspace",
7502]
7503
7504[[package]]
7505name = "markup5ever"
7506version = "0.12.1"
7507source = "registry+https://github.com/rust-lang/crates.io-index"
7508checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7509dependencies = [
7510 "log",
7511 "phf",
7512 "phf_codegen",
7513 "string_cache",
7514 "string_cache_codegen",
7515 "tendril",
7516]
7517
7518[[package]]
7519name = "markup5ever_rcdom"
7520version = "0.3.0"
7521source = "registry+https://github.com/rust-lang/crates.io-index"
7522checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7523dependencies = [
7524 "html5ever",
7525 "markup5ever",
7526 "tendril",
7527 "xml5ever",
7528]
7529
7530[[package]]
7531name = "matchers"
7532version = "0.1.0"
7533source = "registry+https://github.com/rust-lang/crates.io-index"
7534checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7535dependencies = [
7536 "regex-automata 0.1.10",
7537]
7538
7539[[package]]
7540name = "matchit"
7541version = "0.7.3"
7542source = "registry+https://github.com/rust-lang/crates.io-index"
7543checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7544
7545[[package]]
7546name = "maybe-owned"
7547version = "0.3.4"
7548source = "registry+https://github.com/rust-lang/crates.io-index"
7549checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7550
7551[[package]]
7552name = "maybe-rayon"
7553version = "0.1.1"
7554source = "registry+https://github.com/rust-lang/crates.io-index"
7555checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7556dependencies = [
7557 "cfg-if",
7558 "rayon",
7559]
7560
7561[[package]]
7562name = "md-5"
7563version = "0.10.6"
7564source = "registry+https://github.com/rust-lang/crates.io-index"
7565checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7566dependencies = [
7567 "cfg-if",
7568 "digest",
7569]
7570
7571[[package]]
7572name = "mdbook"
7573version = "0.4.43"
7574source = "registry+https://github.com/rust-lang/crates.io-index"
7575checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148"
7576dependencies = [
7577 "ammonia",
7578 "anyhow",
7579 "chrono",
7580 "clap",
7581 "clap_complete",
7582 "elasticlunr-rs",
7583 "env_logger 0.11.6",
7584 "futures-util",
7585 "handlebars 6.2.0",
7586 "ignore",
7587 "log",
7588 "memchr",
7589 "notify",
7590 "notify-debouncer-mini",
7591 "once_cell",
7592 "opener",
7593 "pathdiff",
7594 "pulldown-cmark 0.10.3",
7595 "regex",
7596 "serde",
7597 "serde_json",
7598 "shlex",
7599 "tempfile",
7600 "tokio",
7601 "toml 0.5.11",
7602 "topological-sort",
7603 "walkdir",
7604 "warp",
7605]
7606
7607[[package]]
7608name = "media"
7609version = "0.1.0"
7610dependencies = [
7611 "anyhow",
7612 "bindgen",
7613 "core-foundation 0.9.4",
7614 "ctor",
7615 "foreign-types 0.5.0",
7616 "metal",
7617 "objc",
7618]
7619
7620[[package]]
7621name = "memchr"
7622version = "2.7.4"
7623source = "registry+https://github.com/rust-lang/crates.io-index"
7624checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7625
7626[[package]]
7627name = "memfd"
7628version = "0.6.4"
7629source = "registry+https://github.com/rust-lang/crates.io-index"
7630checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7631dependencies = [
7632 "rustix",
7633]
7634
7635[[package]]
7636name = "memmap2"
7637version = "0.9.5"
7638source = "registry+https://github.com/rust-lang/crates.io-index"
7639checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7640dependencies = [
7641 "libc",
7642]
7643
7644[[package]]
7645name = "memoffset"
7646version = "0.9.1"
7647source = "registry+https://github.com/rust-lang/crates.io-index"
7648checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7649dependencies = [
7650 "autocfg",
7651]
7652
7653[[package]]
7654name = "menu"
7655version = "0.1.0"
7656dependencies = [
7657 "gpui",
7658 "serde",
7659]
7660
7661[[package]]
7662name = "metal"
7663version = "0.30.0"
7664source = "registry+https://github.com/rust-lang/crates.io-index"
7665checksum = "9c3572083504c43e14aec05447f8a3d57cce0f66d7a3c1b9058572eca4d70ab9"
7666dependencies = [
7667 "bitflags 2.8.0",
7668 "block",
7669 "core-graphics-types 0.1.3",
7670 "foreign-types 0.5.0",
7671 "log",
7672 "objc",
7673 "paste",
7674]
7675
7676[[package]]
7677name = "mimalloc"
7678version = "0.1.43"
7679source = "registry+https://github.com/rust-lang/crates.io-index"
7680checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7681dependencies = [
7682 "libmimalloc-sys",
7683]
7684
7685[[package]]
7686name = "mime"
7687version = "0.3.17"
7688source = "registry+https://github.com/rust-lang/crates.io-index"
7689checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7690
7691[[package]]
7692name = "mime_guess"
7693version = "2.0.5"
7694source = "registry+https://github.com/rust-lang/crates.io-index"
7695checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7696dependencies = [
7697 "mime",
7698 "unicase",
7699]
7700
7701[[package]]
7702name = "minimal-lexical"
7703version = "0.2.1"
7704source = "registry+https://github.com/rust-lang/crates.io-index"
7705checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7706
7707[[package]]
7708name = "miniz_oxide"
7709version = "0.8.0"
7710source = "registry+https://github.com/rust-lang/crates.io-index"
7711checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7712dependencies = [
7713 "adler2",
7714 "simd-adler32",
7715]
7716
7717[[package]]
7718name = "mint"
7719version = "0.5.9"
7720source = "registry+https://github.com/rust-lang/crates.io-index"
7721checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7722
7723[[package]]
7724name = "mio"
7725version = "0.8.11"
7726source = "registry+https://github.com/rust-lang/crates.io-index"
7727checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7728dependencies = [
7729 "libc",
7730 "log",
7731 "wasi 0.11.0+wasi-snapshot-preview1",
7732 "windows-sys 0.48.0",
7733]
7734
7735[[package]]
7736name = "mio"
7737version = "1.0.3"
7738source = "registry+https://github.com/rust-lang/crates.io-index"
7739checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
7740dependencies = [
7741 "libc",
7742 "log",
7743 "wasi 0.11.0+wasi-snapshot-preview1",
7744 "windows-sys 0.52.0",
7745]
7746
7747[[package]]
7748name = "miow"
7749version = "0.6.0"
7750source = "registry+https://github.com/rust-lang/crates.io-index"
7751checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7752dependencies = [
7753 "windows-sys 0.48.0",
7754]
7755
7756[[package]]
7757name = "msvc_spectre_libs"
7758version = "0.1.2"
7759source = "registry+https://github.com/rust-lang/crates.io-index"
7760checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7761dependencies = [
7762 "cc",
7763]
7764
7765[[package]]
7766name = "multi_buffer"
7767version = "0.1.0"
7768dependencies = [
7769 "anyhow",
7770 "clock",
7771 "collections",
7772 "ctor",
7773 "env_logger 0.11.6",
7774 "futures 0.3.31",
7775 "gpui",
7776 "itertools 0.14.0",
7777 "language",
7778 "log",
7779 "parking_lot",
7780 "rand 0.8.5",
7781 "serde",
7782 "settings",
7783 "smallvec",
7784 "sum_tree",
7785 "text",
7786 "theme",
7787 "tree-sitter",
7788 "util",
7789]
7790
7791[[package]]
7792name = "multimap"
7793version = "0.8.3"
7794source = "registry+https://github.com/rust-lang/crates.io-index"
7795checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7796
7797[[package]]
7798name = "multimap"
7799version = "0.10.0"
7800source = "registry+https://github.com/rust-lang/crates.io-index"
7801checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
7802
7803[[package]]
7804name = "naga"
7805version = "23.1.0"
7806source = "registry+https://github.com/rust-lang/crates.io-index"
7807checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
7808dependencies = [
7809 "arrayvec",
7810 "bit-set 0.8.0",
7811 "bitflags 2.8.0",
7812 "cfg_aliases 0.1.1",
7813 "codespan-reporting",
7814 "hexf-parse",
7815 "indexmap",
7816 "log",
7817 "rustc-hash 1.1.0",
7818 "spirv",
7819 "termcolor",
7820 "thiserror 1.0.69",
7821 "unicode-xid",
7822]
7823
7824[[package]]
7825name = "nanoid"
7826version = "0.4.0"
7827source = "registry+https://github.com/rust-lang/crates.io-index"
7828checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7829dependencies = [
7830 "rand 0.8.5",
7831]
7832
7833[[package]]
7834name = "nanorand"
7835version = "0.7.0"
7836source = "registry+https://github.com/rust-lang/crates.io-index"
7837checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7838dependencies = [
7839 "getrandom 0.2.15",
7840]
7841
7842[[package]]
7843name = "native-tls"
7844version = "0.2.12"
7845source = "registry+https://github.com/rust-lang/crates.io-index"
7846checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7847dependencies = [
7848 "libc",
7849 "log",
7850 "openssl",
7851 "openssl-probe",
7852 "openssl-sys",
7853 "schannel",
7854 "security-framework 2.11.1",
7855 "security-framework-sys",
7856 "tempfile",
7857]
7858
7859[[package]]
7860name = "nbformat"
7861version = "0.10.0"
7862source = "registry+https://github.com/rust-lang/crates.io-index"
7863checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
7864dependencies = [
7865 "anyhow",
7866 "chrono",
7867 "jupyter-protocol",
7868 "serde",
7869 "serde_json",
7870 "thiserror 1.0.69",
7871 "uuid",
7872]
7873
7874[[package]]
7875name = "ndk"
7876version = "0.8.0"
7877source = "registry+https://github.com/rust-lang/crates.io-index"
7878checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7879dependencies = [
7880 "bitflags 2.8.0",
7881 "jni-sys",
7882 "log",
7883 "ndk-sys",
7884 "num_enum",
7885 "thiserror 1.0.69",
7886]
7887
7888[[package]]
7889name = "ndk-context"
7890version = "0.1.1"
7891source = "registry+https://github.com/rust-lang/crates.io-index"
7892checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7893
7894[[package]]
7895name = "ndk-sys"
7896version = "0.5.0+25.2.9519653"
7897source = "registry+https://github.com/rust-lang/crates.io-index"
7898checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7899dependencies = [
7900 "jni-sys",
7901]
7902
7903[[package]]
7904name = "new_debug_unreachable"
7905version = "1.0.6"
7906source = "registry+https://github.com/rust-lang/crates.io-index"
7907checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7908
7909[[package]]
7910name = "nix"
7911version = "0.29.0"
7912source = "registry+https://github.com/rust-lang/crates.io-index"
7913checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7914dependencies = [
7915 "bitflags 2.8.0",
7916 "cfg-if",
7917 "cfg_aliases 0.2.1",
7918 "libc",
7919 "memoffset",
7920]
7921
7922[[package]]
7923name = "node_runtime"
7924version = "0.1.0"
7925dependencies = [
7926 "anyhow",
7927 "async-compression",
7928 "async-std",
7929 "async-tar",
7930 "async-trait",
7931 "async-watch",
7932 "async_zip",
7933 "futures 0.3.31",
7934 "http_client",
7935 "log",
7936 "paths",
7937 "semver",
7938 "serde",
7939 "serde_json",
7940 "smol",
7941 "tempfile",
7942 "util",
7943 "walkdir",
7944 "which 6.0.3",
7945]
7946
7947[[package]]
7948name = "nom"
7949version = "7.1.3"
7950source = "registry+https://github.com/rust-lang/crates.io-index"
7951checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7952dependencies = [
7953 "memchr",
7954 "minimal-lexical",
7955]
7956
7957[[package]]
7958name = "noop_proc_macro"
7959version = "0.3.0"
7960source = "registry+https://github.com/rust-lang/crates.io-index"
7961checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7962
7963[[package]]
7964name = "normpath"
7965version = "1.3.0"
7966source = "registry+https://github.com/rust-lang/crates.io-index"
7967checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7968dependencies = [
7969 "windows-sys 0.59.0",
7970]
7971
7972[[package]]
7973name = "notifications"
7974version = "0.1.0"
7975dependencies = [
7976 "anyhow",
7977 "channel",
7978 "client",
7979 "collections",
7980 "db",
7981 "gpui",
7982 "rpc",
7983 "settings",
7984 "sum_tree",
7985 "time",
7986 "util",
7987]
7988
7989[[package]]
7990name = "notify"
7991version = "6.1.1"
7992source = "registry+https://github.com/rust-lang/crates.io-index"
7993checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7994dependencies = [
7995 "bitflags 2.8.0",
7996 "crossbeam-channel",
7997 "filetime",
7998 "fsevent-sys 4.1.0",
7999 "inotify",
8000 "kqueue",
8001 "libc",
8002 "log",
8003 "mio 0.8.11",
8004 "walkdir",
8005 "windows-sys 0.48.0",
8006]
8007
8008[[package]]
8009name = "notify-debouncer-mini"
8010version = "0.4.1"
8011source = "registry+https://github.com/rust-lang/crates.io-index"
8012checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
8013dependencies = [
8014 "crossbeam-channel",
8015 "log",
8016 "notify",
8017]
8018
8019[[package]]
8020name = "ntapi"
8021version = "0.4.1"
8022source = "registry+https://github.com/rust-lang/crates.io-index"
8023checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8024dependencies = [
8025 "winapi",
8026]
8027
8028[[package]]
8029name = "nu-ansi-term"
8030version = "0.46.0"
8031source = "registry+https://github.com/rust-lang/crates.io-index"
8032checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8033dependencies = [
8034 "overload",
8035 "winapi",
8036]
8037
8038[[package]]
8039name = "num"
8040version = "0.4.3"
8041source = "registry+https://github.com/rust-lang/crates.io-index"
8042checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8043dependencies = [
8044 "num-bigint",
8045 "num-complex",
8046 "num-integer",
8047 "num-iter",
8048 "num-rational",
8049 "num-traits",
8050]
8051
8052[[package]]
8053name = "num-bigint"
8054version = "0.4.6"
8055source = "registry+https://github.com/rust-lang/crates.io-index"
8056checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8057dependencies = [
8058 "num-integer",
8059 "num-traits",
8060]
8061
8062[[package]]
8063name = "num-bigint-dig"
8064version = "0.8.4"
8065source = "registry+https://github.com/rust-lang/crates.io-index"
8066checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8067dependencies = [
8068 "byteorder",
8069 "lazy_static",
8070 "libm",
8071 "num-integer",
8072 "num-iter",
8073 "num-traits",
8074 "rand 0.8.5",
8075 "serde",
8076 "smallvec",
8077 "zeroize",
8078]
8079
8080[[package]]
8081name = "num-complex"
8082version = "0.4.6"
8083source = "registry+https://github.com/rust-lang/crates.io-index"
8084checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8085dependencies = [
8086 "num-traits",
8087]
8088
8089[[package]]
8090name = "num-conv"
8091version = "0.1.0"
8092source = "registry+https://github.com/rust-lang/crates.io-index"
8093checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8094
8095[[package]]
8096name = "num-derive"
8097version = "0.4.2"
8098source = "registry+https://github.com/rust-lang/crates.io-index"
8099checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8100dependencies = [
8101 "proc-macro2",
8102 "quote",
8103 "syn 2.0.90",
8104]
8105
8106[[package]]
8107name = "num-format"
8108version = "0.4.4"
8109source = "registry+https://github.com/rust-lang/crates.io-index"
8110checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8111dependencies = [
8112 "arrayvec",
8113 "itoa",
8114]
8115
8116[[package]]
8117name = "num-integer"
8118version = "0.1.46"
8119source = "registry+https://github.com/rust-lang/crates.io-index"
8120checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8121dependencies = [
8122 "num-traits",
8123]
8124
8125[[package]]
8126name = "num-iter"
8127version = "0.1.45"
8128source = "registry+https://github.com/rust-lang/crates.io-index"
8129checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8130dependencies = [
8131 "autocfg",
8132 "num-integer",
8133 "num-traits",
8134]
8135
8136[[package]]
8137name = "num-modular"
8138version = "0.6.1"
8139source = "registry+https://github.com/rust-lang/crates.io-index"
8140checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8141
8142[[package]]
8143name = "num-order"
8144version = "1.2.0"
8145source = "registry+https://github.com/rust-lang/crates.io-index"
8146checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8147dependencies = [
8148 "num-modular",
8149]
8150
8151[[package]]
8152name = "num-rational"
8153version = "0.4.2"
8154source = "registry+https://github.com/rust-lang/crates.io-index"
8155checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8156dependencies = [
8157 "num-bigint",
8158 "num-integer",
8159 "num-traits",
8160]
8161
8162[[package]]
8163name = "num-traits"
8164version = "0.2.19"
8165source = "registry+https://github.com/rust-lang/crates.io-index"
8166checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8167dependencies = [
8168 "autocfg",
8169 "libm",
8170]
8171
8172[[package]]
8173name = "num_cpus"
8174version = "1.16.0"
8175source = "registry+https://github.com/rust-lang/crates.io-index"
8176checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8177dependencies = [
8178 "hermit-abi 0.3.9",
8179 "libc",
8180]
8181
8182[[package]]
8183name = "num_enum"
8184version = "0.7.3"
8185source = "registry+https://github.com/rust-lang/crates.io-index"
8186checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8187dependencies = [
8188 "num_enum_derive",
8189]
8190
8191[[package]]
8192name = "num_enum_derive"
8193version = "0.7.3"
8194source = "registry+https://github.com/rust-lang/crates.io-index"
8195checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8196dependencies = [
8197 "proc-macro-crate",
8198 "proc-macro2",
8199 "quote",
8200 "syn 2.0.90",
8201]
8202
8203[[package]]
8204name = "num_threads"
8205version = "0.1.7"
8206source = "registry+https://github.com/rust-lang/crates.io-index"
8207checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8208dependencies = [
8209 "libc",
8210]
8211
8212[[package]]
8213name = "nvim-rs"
8214version = "0.8.0-pre"
8215source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8216dependencies = [
8217 "async-trait",
8218 "futures 0.3.31",
8219 "log",
8220 "parity-tokio-ipc",
8221 "rmp",
8222 "rmpv",
8223 "tokio",
8224 "tokio-util",
8225 "winapi",
8226]
8227
8228[[package]]
8229name = "objc"
8230version = "0.2.7"
8231source = "registry+https://github.com/rust-lang/crates.io-index"
8232checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8233dependencies = [
8234 "malloc_buf",
8235]
8236
8237[[package]]
8238name = "objc-sys"
8239version = "0.3.5"
8240source = "registry+https://github.com/rust-lang/crates.io-index"
8241checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8242
8243[[package]]
8244name = "objc2"
8245version = "0.5.2"
8246source = "registry+https://github.com/rust-lang/crates.io-index"
8247checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8248dependencies = [
8249 "objc-sys",
8250 "objc2-encode",
8251]
8252
8253[[package]]
8254name = "objc2-app-kit"
8255version = "0.2.2"
8256source = "registry+https://github.com/rust-lang/crates.io-index"
8257checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8258dependencies = [
8259 "bitflags 2.8.0",
8260 "block2",
8261 "libc",
8262 "objc2",
8263 "objc2-core-data",
8264 "objc2-core-image",
8265 "objc2-foundation",
8266 "objc2-quartz-core",
8267]
8268
8269[[package]]
8270name = "objc2-cloud-kit"
8271version = "0.2.2"
8272source = "registry+https://github.com/rust-lang/crates.io-index"
8273checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8274dependencies = [
8275 "bitflags 2.8.0",
8276 "block2",
8277 "objc2",
8278 "objc2-core-location",
8279 "objc2-foundation",
8280]
8281
8282[[package]]
8283name = "objc2-contacts"
8284version = "0.2.2"
8285source = "registry+https://github.com/rust-lang/crates.io-index"
8286checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8287dependencies = [
8288 "block2",
8289 "objc2",
8290 "objc2-foundation",
8291]
8292
8293[[package]]
8294name = "objc2-core-data"
8295version = "0.2.2"
8296source = "registry+https://github.com/rust-lang/crates.io-index"
8297checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8298dependencies = [
8299 "bitflags 2.8.0",
8300 "block2",
8301 "objc2",
8302 "objc2-foundation",
8303]
8304
8305[[package]]
8306name = "objc2-core-image"
8307version = "0.2.2"
8308source = "registry+https://github.com/rust-lang/crates.io-index"
8309checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8310dependencies = [
8311 "block2",
8312 "objc2",
8313 "objc2-foundation",
8314 "objc2-metal",
8315]
8316
8317[[package]]
8318name = "objc2-core-location"
8319version = "0.2.2"
8320source = "registry+https://github.com/rust-lang/crates.io-index"
8321checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8322dependencies = [
8323 "block2",
8324 "objc2",
8325 "objc2-contacts",
8326 "objc2-foundation",
8327]
8328
8329[[package]]
8330name = "objc2-encode"
8331version = "4.0.3"
8332source = "registry+https://github.com/rust-lang/crates.io-index"
8333checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8334
8335[[package]]
8336name = "objc2-foundation"
8337version = "0.2.2"
8338source = "registry+https://github.com/rust-lang/crates.io-index"
8339checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8340dependencies = [
8341 "bitflags 2.8.0",
8342 "block2",
8343 "libc",
8344 "objc2",
8345]
8346
8347[[package]]
8348name = "objc2-link-presentation"
8349version = "0.2.2"
8350source = "registry+https://github.com/rust-lang/crates.io-index"
8351checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8352dependencies = [
8353 "block2",
8354 "objc2",
8355 "objc2-app-kit",
8356 "objc2-foundation",
8357]
8358
8359[[package]]
8360name = "objc2-metal"
8361version = "0.2.2"
8362source = "registry+https://github.com/rust-lang/crates.io-index"
8363checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8364dependencies = [
8365 "bitflags 2.8.0",
8366 "block2",
8367 "objc2",
8368 "objc2-foundation",
8369]
8370
8371[[package]]
8372name = "objc2-quartz-core"
8373version = "0.2.2"
8374source = "registry+https://github.com/rust-lang/crates.io-index"
8375checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8376dependencies = [
8377 "bitflags 2.8.0",
8378 "block2",
8379 "objc2",
8380 "objc2-foundation",
8381 "objc2-metal",
8382]
8383
8384[[package]]
8385name = "objc2-symbols"
8386version = "0.2.2"
8387source = "registry+https://github.com/rust-lang/crates.io-index"
8388checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8389dependencies = [
8390 "objc2",
8391 "objc2-foundation",
8392]
8393
8394[[package]]
8395name = "objc2-ui-kit"
8396version = "0.2.2"
8397source = "registry+https://github.com/rust-lang/crates.io-index"
8398checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8399dependencies = [
8400 "bitflags 2.8.0",
8401 "block2",
8402 "objc2",
8403 "objc2-cloud-kit",
8404 "objc2-core-data",
8405 "objc2-core-image",
8406 "objc2-core-location",
8407 "objc2-foundation",
8408 "objc2-link-presentation",
8409 "objc2-quartz-core",
8410 "objc2-symbols",
8411 "objc2-uniform-type-identifiers",
8412 "objc2-user-notifications",
8413]
8414
8415[[package]]
8416name = "objc2-uniform-type-identifiers"
8417version = "0.2.2"
8418source = "registry+https://github.com/rust-lang/crates.io-index"
8419checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8420dependencies = [
8421 "block2",
8422 "objc2",
8423 "objc2-foundation",
8424]
8425
8426[[package]]
8427name = "objc2-user-notifications"
8428version = "0.2.2"
8429source = "registry+https://github.com/rust-lang/crates.io-index"
8430checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8431dependencies = [
8432 "bitflags 2.8.0",
8433 "block2",
8434 "objc2",
8435 "objc2-core-location",
8436 "objc2-foundation",
8437]
8438
8439[[package]]
8440name = "object"
8441version = "0.36.5"
8442source = "registry+https://github.com/rust-lang/crates.io-index"
8443checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8444dependencies = [
8445 "crc32fast",
8446 "hashbrown 0.15.2",
8447 "indexmap",
8448 "memchr",
8449]
8450
8451[[package]]
8452name = "oboe"
8453version = "0.6.1"
8454source = "registry+https://github.com/rust-lang/crates.io-index"
8455checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8456dependencies = [
8457 "jni",
8458 "ndk",
8459 "ndk-context",
8460 "num-derive",
8461 "num-traits",
8462 "oboe-sys",
8463]
8464
8465[[package]]
8466name = "oboe-sys"
8467version = "0.6.1"
8468source = "registry+https://github.com/rust-lang/crates.io-index"
8469checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8470dependencies = [
8471 "cc",
8472]
8473
8474[[package]]
8475name = "ollama"
8476version = "0.1.0"
8477dependencies = [
8478 "anyhow",
8479 "futures 0.3.31",
8480 "http_client",
8481 "schemars",
8482 "serde",
8483 "serde_json",
8484]
8485
8486[[package]]
8487name = "once_cell"
8488version = "1.20.2"
8489source = "registry+https://github.com/rust-lang/crates.io-index"
8490checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
8491
8492[[package]]
8493name = "oo7"
8494version = "0.3.3"
8495source = "git+https://github.com/zed-industries/oo7?branch=avoid-crypto-panic#9d5d5fcd7e4e0add9b420ffb58f67661b0b37568"
8496dependencies = [
8497 "aes",
8498 "async-fs",
8499 "async-io",
8500 "async-lock",
8501 "async-net",
8502 "blocking",
8503 "cbc",
8504 "cipher",
8505 "digest",
8506 "endi",
8507 "futures-lite 2.5.0",
8508 "futures-util",
8509 "hkdf",
8510 "hmac",
8511 "md-5",
8512 "num",
8513 "num-bigint-dig",
8514 "pbkdf2 0.12.2",
8515 "rand 0.8.5",
8516 "serde",
8517 "sha2",
8518 "subtle",
8519 "zbus 4.4.0",
8520 "zeroize",
8521 "zvariant 4.2.0",
8522]
8523
8524[[package]]
8525name = "oorandom"
8526version = "11.1.4"
8527source = "registry+https://github.com/rust-lang/crates.io-index"
8528checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8529
8530[[package]]
8531name = "open"
8532version = "5.3.2"
8533source = "registry+https://github.com/rust-lang/crates.io-index"
8534checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8535dependencies = [
8536 "is-wsl",
8537 "libc",
8538 "pathdiff",
8539]
8540
8541[[package]]
8542name = "open_ai"
8543version = "0.1.0"
8544dependencies = [
8545 "anyhow",
8546 "futures 0.3.31",
8547 "http_client",
8548 "schemars",
8549 "serde",
8550 "serde_json",
8551 "strum",
8552]
8553
8554[[package]]
8555name = "opener"
8556version = "0.7.2"
8557source = "registry+https://github.com/rust-lang/crates.io-index"
8558checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
8559dependencies = [
8560 "bstr",
8561 "dbus",
8562 "normpath",
8563 "windows-sys 0.59.0",
8564]
8565
8566[[package]]
8567name = "openssl"
8568version = "0.10.68"
8569source = "registry+https://github.com/rust-lang/crates.io-index"
8570checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
8571dependencies = [
8572 "bitflags 2.8.0",
8573 "cfg-if",
8574 "foreign-types 0.3.2",
8575 "libc",
8576 "once_cell",
8577 "openssl-macros",
8578 "openssl-sys",
8579]
8580
8581[[package]]
8582name = "openssl-macros"
8583version = "0.1.1"
8584source = "registry+https://github.com/rust-lang/crates.io-index"
8585checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
8586dependencies = [
8587 "proc-macro2",
8588 "quote",
8589 "syn 2.0.90",
8590]
8591
8592[[package]]
8593name = "openssl-probe"
8594version = "0.1.5"
8595source = "registry+https://github.com/rust-lang/crates.io-index"
8596checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
8597
8598[[package]]
8599name = "openssl-src"
8600version = "300.4.1+3.4.0"
8601source = "registry+https://github.com/rust-lang/crates.io-index"
8602checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
8603dependencies = [
8604 "cc",
8605]
8606
8607[[package]]
8608name = "openssl-sys"
8609version = "0.9.104"
8610source = "registry+https://github.com/rust-lang/crates.io-index"
8611checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
8612dependencies = [
8613 "cc",
8614 "libc",
8615 "openssl-src",
8616 "pkg-config",
8617 "vcpkg",
8618]
8619
8620[[package]]
8621name = "option-ext"
8622version = "0.2.0"
8623source = "registry+https://github.com/rust-lang/crates.io-index"
8624checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
8625
8626[[package]]
8627name = "ordered-float"
8628version = "2.10.1"
8629source = "registry+https://github.com/rust-lang/crates.io-index"
8630checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
8631dependencies = [
8632 "num-traits",
8633]
8634
8635[[package]]
8636name = "ordered-float"
8637version = "3.9.2"
8638source = "registry+https://github.com/rust-lang/crates.io-index"
8639checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
8640dependencies = [
8641 "num-traits",
8642]
8643
8644[[package]]
8645name = "ordered-stream"
8646version = "0.2.0"
8647source = "registry+https://github.com/rust-lang/crates.io-index"
8648checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
8649dependencies = [
8650 "futures-core",
8651 "pin-project-lite",
8652]
8653
8654[[package]]
8655name = "ouroboros"
8656version = "0.18.4"
8657source = "registry+https://github.com/rust-lang/crates.io-index"
8658checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
8659dependencies = [
8660 "aliasable",
8661 "ouroboros_macro",
8662 "static_assertions",
8663]
8664
8665[[package]]
8666name = "ouroboros_macro"
8667version = "0.18.4"
8668source = "registry+https://github.com/rust-lang/crates.io-index"
8669checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
8670dependencies = [
8671 "heck 0.4.1",
8672 "itertools 0.12.1",
8673 "proc-macro2",
8674 "proc-macro2-diagnostics",
8675 "quote",
8676 "syn 2.0.90",
8677]
8678
8679[[package]]
8680name = "outline"
8681version = "0.1.0"
8682dependencies = [
8683 "editor",
8684 "fuzzy",
8685 "gpui",
8686 "indoc",
8687 "language",
8688 "menu",
8689 "ordered-float 2.10.1",
8690 "picker",
8691 "project",
8692 "rope",
8693 "serde_json",
8694 "settings",
8695 "smol",
8696 "theme",
8697 "tree-sitter-rust",
8698 "tree-sitter-typescript",
8699 "ui",
8700 "util",
8701 "workspace",
8702 "zed_actions",
8703]
8704
8705[[package]]
8706name = "outline_panel"
8707version = "0.1.0"
8708dependencies = [
8709 "anyhow",
8710 "collections",
8711 "db",
8712 "editor",
8713 "file_icons",
8714 "fuzzy",
8715 "gpui",
8716 "itertools 0.14.0",
8717 "language",
8718 "log",
8719 "menu",
8720 "outline",
8721 "pretty_assertions",
8722 "project",
8723 "schemars",
8724 "search",
8725 "serde",
8726 "serde_json",
8727 "settings",
8728 "smallvec",
8729 "smol",
8730 "theme",
8731 "ui",
8732 "util",
8733 "workspace",
8734 "worktree",
8735]
8736
8737[[package]]
8738name = "outref"
8739version = "0.5.1"
8740source = "registry+https://github.com/rust-lang/crates.io-index"
8741checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8742
8743[[package]]
8744name = "overload"
8745version = "0.1.1"
8746source = "registry+https://github.com/rust-lang/crates.io-index"
8747checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8748
8749[[package]]
8750name = "p256"
8751version = "0.11.1"
8752source = "registry+https://github.com/rust-lang/crates.io-index"
8753checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8754dependencies = [
8755 "ecdsa",
8756 "elliptic-curve",
8757 "sha2",
8758]
8759
8760[[package]]
8761name = "page_size"
8762version = "0.6.0"
8763source = "registry+https://github.com/rust-lang/crates.io-index"
8764checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8765dependencies = [
8766 "libc",
8767 "winapi",
8768]
8769
8770[[package]]
8771name = "palette"
8772version = "0.7.6"
8773source = "registry+https://github.com/rust-lang/crates.io-index"
8774checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8775dependencies = [
8776 "approx",
8777 "fast-srgb8",
8778 "palette_derive",
8779]
8780
8781[[package]]
8782name = "palette_derive"
8783version = "0.7.6"
8784source = "registry+https://github.com/rust-lang/crates.io-index"
8785checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8786dependencies = [
8787 "by_address",
8788 "proc-macro2",
8789 "quote",
8790 "syn 2.0.90",
8791]
8792
8793[[package]]
8794name = "parity-tokio-ipc"
8795version = "0.9.0"
8796source = "registry+https://github.com/rust-lang/crates.io-index"
8797checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8798dependencies = [
8799 "futures 0.3.31",
8800 "libc",
8801 "log",
8802 "rand 0.7.3",
8803 "tokio",
8804 "winapi",
8805]
8806
8807[[package]]
8808name = "parking"
8809version = "2.2.1"
8810source = "registry+https://github.com/rust-lang/crates.io-index"
8811checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8812
8813[[package]]
8814name = "parking_lot"
8815version = "0.12.3"
8816source = "registry+https://github.com/rust-lang/crates.io-index"
8817checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8818dependencies = [
8819 "lock_api",
8820 "parking_lot_core",
8821]
8822
8823[[package]]
8824name = "parking_lot_core"
8825version = "0.9.10"
8826source = "registry+https://github.com/rust-lang/crates.io-index"
8827checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8828dependencies = [
8829 "cfg-if",
8830 "libc",
8831 "redox_syscall 0.5.8",
8832 "smallvec",
8833 "windows-targets 0.52.6",
8834]
8835
8836[[package]]
8837name = "password-hash"
8838version = "0.4.2"
8839source = "registry+https://github.com/rust-lang/crates.io-index"
8840checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
8841dependencies = [
8842 "base64ct",
8843 "rand_core 0.6.4",
8844 "subtle",
8845]
8846
8847[[package]]
8848name = "password-hash"
8849version = "0.5.0"
8850source = "registry+https://github.com/rust-lang/crates.io-index"
8851checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8852dependencies = [
8853 "base64ct",
8854 "rand_core 0.6.4",
8855 "subtle",
8856]
8857
8858[[package]]
8859name = "paste"
8860version = "1.0.15"
8861source = "registry+https://github.com/rust-lang/crates.io-index"
8862checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8863
8864[[package]]
8865name = "pathdiff"
8866version = "0.2.3"
8867source = "registry+https://github.com/rust-lang/crates.io-index"
8868checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
8869
8870[[package]]
8871name = "pathfinder_geometry"
8872version = "0.5.1"
8873source = "registry+https://github.com/rust-lang/crates.io-index"
8874checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8875dependencies = [
8876 "log",
8877 "pathfinder_simd",
8878]
8879
8880[[package]]
8881name = "pathfinder_simd"
8882version = "0.5.4"
8883source = "registry+https://github.com/rust-lang/crates.io-index"
8884checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8885dependencies = [
8886 "rustc_version",
8887]
8888
8889[[package]]
8890name = "paths"
8891version = "0.1.0"
8892dependencies = [
8893 "dirs 4.0.0",
8894 "util",
8895]
8896
8897[[package]]
8898name = "pbjson"
8899version = "0.6.0"
8900source = "registry+https://github.com/rust-lang/crates.io-index"
8901checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
8902dependencies = [
8903 "base64 0.21.7",
8904 "serde",
8905]
8906
8907[[package]]
8908name = "pbjson-build"
8909version = "0.6.2"
8910source = "registry+https://github.com/rust-lang/crates.io-index"
8911checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
8912dependencies = [
8913 "heck 0.4.1",
8914 "itertools 0.11.0",
8915 "prost 0.12.6",
8916 "prost-types 0.12.6",
8917]
8918
8919[[package]]
8920name = "pbjson-types"
8921version = "0.6.0"
8922source = "registry+https://github.com/rust-lang/crates.io-index"
8923checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
8924dependencies = [
8925 "bytes 1.9.0",
8926 "chrono",
8927 "pbjson",
8928 "pbjson-build",
8929 "prost 0.12.6",
8930 "prost-build 0.12.6",
8931 "serde",
8932]
8933
8934[[package]]
8935name = "pbkdf2"
8936version = "0.11.0"
8937source = "registry+https://github.com/rust-lang/crates.io-index"
8938checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8939dependencies = [
8940 "digest",
8941 "hmac",
8942 "password-hash 0.4.2",
8943 "sha2",
8944]
8945
8946[[package]]
8947name = "pbkdf2"
8948version = "0.12.2"
8949source = "registry+https://github.com/rust-lang/crates.io-index"
8950checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8951dependencies = [
8952 "digest",
8953 "hmac",
8954]
8955
8956[[package]]
8957name = "pem"
8958version = "3.0.4"
8959source = "registry+https://github.com/rust-lang/crates.io-index"
8960checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8961dependencies = [
8962 "base64 0.22.1",
8963 "serde",
8964]
8965
8966[[package]]
8967name = "pem-rfc7468"
8968version = "0.7.0"
8969source = "registry+https://github.com/rust-lang/crates.io-index"
8970checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8971dependencies = [
8972 "base64ct",
8973]
8974
8975[[package]]
8976name = "percent-encoding"
8977version = "2.3.1"
8978source = "registry+https://github.com/rust-lang/crates.io-index"
8979checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8980
8981[[package]]
8982name = "perplexity"
8983version = "0.1.0"
8984dependencies = [
8985 "serde",
8986 "zed_extension_api 0.2.0",
8987]
8988
8989[[package]]
8990name = "pest"
8991version = "2.7.15"
8992source = "registry+https://github.com/rust-lang/crates.io-index"
8993checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
8994dependencies = [
8995 "memchr",
8996 "thiserror 2.0.6",
8997 "ucd-trie",
8998]
8999
9000[[package]]
9001name = "pest_derive"
9002version = "2.7.15"
9003source = "registry+https://github.com/rust-lang/crates.io-index"
9004checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9005dependencies = [
9006 "pest",
9007 "pest_generator",
9008]
9009
9010[[package]]
9011name = "pest_generator"
9012version = "2.7.15"
9013source = "registry+https://github.com/rust-lang/crates.io-index"
9014checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9015dependencies = [
9016 "pest",
9017 "pest_meta",
9018 "proc-macro2",
9019 "quote",
9020 "syn 2.0.90",
9021]
9022
9023[[package]]
9024name = "pest_meta"
9025version = "2.7.15"
9026source = "registry+https://github.com/rust-lang/crates.io-index"
9027checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9028dependencies = [
9029 "once_cell",
9030 "pest",
9031 "sha2",
9032]
9033
9034[[package]]
9035name = "pet"
9036version = "0.1.0"
9037source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9038dependencies = [
9039 "clap",
9040 "env_logger 0.10.2",
9041 "lazy_static",
9042 "log",
9043 "msvc_spectre_libs",
9044 "pet-conda",
9045 "pet-core",
9046 "pet-env-var-path",
9047 "pet-fs",
9048 "pet-global-virtualenvs",
9049 "pet-homebrew",
9050 "pet-jsonrpc",
9051 "pet-linux-global-python",
9052 "pet-mac-commandlinetools",
9053 "pet-mac-python-org",
9054 "pet-mac-xcode",
9055 "pet-pipenv",
9056 "pet-pixi",
9057 "pet-poetry",
9058 "pet-pyenv",
9059 "pet-python-utils",
9060 "pet-reporter",
9061 "pet-telemetry",
9062 "pet-venv",
9063 "pet-virtualenv",
9064 "pet-virtualenvwrapper",
9065 "pet-windows-registry",
9066 "pet-windows-store",
9067 "serde",
9068 "serde_json",
9069]
9070
9071[[package]]
9072name = "pet-conda"
9073version = "0.1.0"
9074source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9075dependencies = [
9076 "env_logger 0.10.2",
9077 "lazy_static",
9078 "log",
9079 "msvc_spectre_libs",
9080 "pet-core",
9081 "pet-fs",
9082 "pet-python-utils",
9083 "pet-reporter",
9084 "regex",
9085 "serde",
9086 "serde_json",
9087 "yaml-rust2",
9088]
9089
9090[[package]]
9091name = "pet-core"
9092version = "0.1.0"
9093source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9094dependencies = [
9095 "clap",
9096 "lazy_static",
9097 "log",
9098 "msvc_spectre_libs",
9099 "pet-fs",
9100 "regex",
9101 "serde",
9102 "serde_json",
9103]
9104
9105[[package]]
9106name = "pet-env-var-path"
9107version = "0.1.0"
9108source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9109dependencies = [
9110 "lazy_static",
9111 "log",
9112 "msvc_spectre_libs",
9113 "pet-conda",
9114 "pet-core",
9115 "pet-fs",
9116 "pet-python-utils",
9117 "pet-virtualenv",
9118 "regex",
9119]
9120
9121[[package]]
9122name = "pet-fs"
9123version = "0.1.0"
9124source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9125dependencies = [
9126 "log",
9127 "msvc_spectre_libs",
9128]
9129
9130[[package]]
9131name = "pet-global-virtualenvs"
9132version = "0.1.0"
9133source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9134dependencies = [
9135 "log",
9136 "msvc_spectre_libs",
9137 "pet-conda",
9138 "pet-core",
9139 "pet-fs",
9140 "pet-virtualenv",
9141]
9142
9143[[package]]
9144name = "pet-homebrew"
9145version = "0.1.0"
9146source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9147dependencies = [
9148 "lazy_static",
9149 "log",
9150 "msvc_spectre_libs",
9151 "pet-conda",
9152 "pet-core",
9153 "pet-fs",
9154 "pet-python-utils",
9155 "pet-virtualenv",
9156 "regex",
9157 "serde",
9158 "serde_json",
9159]
9160
9161[[package]]
9162name = "pet-jsonrpc"
9163version = "0.1.0"
9164source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9165dependencies = [
9166 "env_logger 0.10.2",
9167 "log",
9168 "msvc_spectre_libs",
9169 "pet-core",
9170 "serde",
9171 "serde_json",
9172]
9173
9174[[package]]
9175name = "pet-linux-global-python"
9176version = "0.1.0"
9177source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9178dependencies = [
9179 "log",
9180 "msvc_spectre_libs",
9181 "pet-core",
9182 "pet-fs",
9183 "pet-python-utils",
9184 "pet-virtualenv",
9185]
9186
9187[[package]]
9188name = "pet-mac-commandlinetools"
9189version = "0.1.0"
9190source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9191dependencies = [
9192 "log",
9193 "msvc_spectre_libs",
9194 "pet-core",
9195 "pet-fs",
9196 "pet-python-utils",
9197 "pet-virtualenv",
9198]
9199
9200[[package]]
9201name = "pet-mac-python-org"
9202version = "0.1.0"
9203source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9204dependencies = [
9205 "log",
9206 "msvc_spectre_libs",
9207 "pet-core",
9208 "pet-fs",
9209 "pet-python-utils",
9210 "pet-virtualenv",
9211]
9212
9213[[package]]
9214name = "pet-mac-xcode"
9215version = "0.1.0"
9216source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9217dependencies = [
9218 "log",
9219 "msvc_spectre_libs",
9220 "pet-core",
9221 "pet-fs",
9222 "pet-python-utils",
9223 "pet-virtualenv",
9224]
9225
9226[[package]]
9227name = "pet-pipenv"
9228version = "0.1.0"
9229source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9230dependencies = [
9231 "log",
9232 "msvc_spectre_libs",
9233 "pet-core",
9234 "pet-fs",
9235 "pet-python-utils",
9236 "pet-virtualenv",
9237]
9238
9239[[package]]
9240name = "pet-pixi"
9241version = "0.1.0"
9242source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9243dependencies = [
9244 "log",
9245 "msvc_spectre_libs",
9246 "pet-conda",
9247 "pet-core",
9248 "pet-python-utils",
9249]
9250
9251[[package]]
9252name = "pet-poetry"
9253version = "0.1.0"
9254source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9255dependencies = [
9256 "base64 0.22.1",
9257 "lazy_static",
9258 "log",
9259 "msvc_spectre_libs",
9260 "pet-core",
9261 "pet-fs",
9262 "pet-python-utils",
9263 "pet-reporter",
9264 "pet-virtualenv",
9265 "regex",
9266 "serde",
9267 "serde_json",
9268 "sha2",
9269 "toml 0.8.19",
9270]
9271
9272[[package]]
9273name = "pet-pyenv"
9274version = "0.1.0"
9275source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9276dependencies = [
9277 "lazy_static",
9278 "log",
9279 "msvc_spectre_libs",
9280 "pet-conda",
9281 "pet-core",
9282 "pet-fs",
9283 "pet-python-utils",
9284 "pet-reporter",
9285 "regex",
9286 "serde",
9287 "serde_json",
9288]
9289
9290[[package]]
9291name = "pet-python-utils"
9292version = "0.1.0"
9293source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9294dependencies = [
9295 "env_logger 0.10.2",
9296 "lazy_static",
9297 "log",
9298 "msvc_spectre_libs",
9299 "pet-core",
9300 "pet-fs",
9301 "regex",
9302 "serde",
9303 "serde_json",
9304 "sha2",
9305]
9306
9307[[package]]
9308name = "pet-reporter"
9309version = "0.1.0"
9310source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9311dependencies = [
9312 "env_logger 0.10.2",
9313 "log",
9314 "msvc_spectre_libs",
9315 "pet-core",
9316 "pet-jsonrpc",
9317 "serde",
9318 "serde_json",
9319]
9320
9321[[package]]
9322name = "pet-telemetry"
9323version = "0.1.0"
9324source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9325dependencies = [
9326 "env_logger 0.10.2",
9327 "lazy_static",
9328 "log",
9329 "msvc_spectre_libs",
9330 "pet-core",
9331 "pet-fs",
9332 "pet-python-utils",
9333 "regex",
9334]
9335
9336[[package]]
9337name = "pet-venv"
9338version = "0.1.0"
9339source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9340dependencies = [
9341 "log",
9342 "msvc_spectre_libs",
9343 "pet-core",
9344 "pet-python-utils",
9345 "pet-virtualenv",
9346]
9347
9348[[package]]
9349name = "pet-virtualenv"
9350version = "0.1.0"
9351source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9352dependencies = [
9353 "log",
9354 "msvc_spectre_libs",
9355 "pet-core",
9356 "pet-fs",
9357 "pet-python-utils",
9358]
9359
9360[[package]]
9361name = "pet-virtualenvwrapper"
9362version = "0.1.0"
9363source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9364dependencies = [
9365 "log",
9366 "msvc_spectre_libs",
9367 "pet-core",
9368 "pet-fs",
9369 "pet-python-utils",
9370 "pet-virtualenv",
9371]
9372
9373[[package]]
9374name = "pet-windows-registry"
9375version = "0.1.0"
9376source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9377dependencies = [
9378 "lazy_static",
9379 "log",
9380 "msvc_spectre_libs",
9381 "pet-conda",
9382 "pet-core",
9383 "pet-fs",
9384 "pet-python-utils",
9385 "pet-virtualenv",
9386 "pet-windows-store",
9387 "regex",
9388 "winreg 0.52.0",
9389]
9390
9391[[package]]
9392name = "pet-windows-store"
9393version = "0.1.0"
9394source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9395dependencies = [
9396 "lazy_static",
9397 "log",
9398 "msvc_spectre_libs",
9399 "pet-core",
9400 "pet-fs",
9401 "pet-python-utils",
9402 "pet-virtualenv",
9403 "regex",
9404 "winreg 0.52.0",
9405]
9406
9407[[package]]
9408name = "petgraph"
9409version = "0.6.5"
9410source = "registry+https://github.com/rust-lang/crates.io-index"
9411checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9412dependencies = [
9413 "fixedbitset",
9414 "indexmap",
9415]
9416
9417[[package]]
9418name = "phf"
9419version = "0.11.2"
9420source = "registry+https://github.com/rust-lang/crates.io-index"
9421checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9422dependencies = [
9423 "phf_macros",
9424 "phf_shared 0.11.2",
9425]
9426
9427[[package]]
9428name = "phf_codegen"
9429version = "0.11.2"
9430source = "registry+https://github.com/rust-lang/crates.io-index"
9431checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9432dependencies = [
9433 "phf_generator 0.11.2",
9434 "phf_shared 0.11.2",
9435]
9436
9437[[package]]
9438name = "phf_generator"
9439version = "0.10.0"
9440source = "registry+https://github.com/rust-lang/crates.io-index"
9441checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9442dependencies = [
9443 "phf_shared 0.10.0",
9444 "rand 0.8.5",
9445]
9446
9447[[package]]
9448name = "phf_generator"
9449version = "0.11.2"
9450source = "registry+https://github.com/rust-lang/crates.io-index"
9451checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9452dependencies = [
9453 "phf_shared 0.11.2",
9454 "rand 0.8.5",
9455]
9456
9457[[package]]
9458name = "phf_macros"
9459version = "0.11.2"
9460source = "registry+https://github.com/rust-lang/crates.io-index"
9461checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9462dependencies = [
9463 "phf_generator 0.11.2",
9464 "phf_shared 0.11.2",
9465 "proc-macro2",
9466 "quote",
9467 "syn 2.0.90",
9468]
9469
9470[[package]]
9471name = "phf_shared"
9472version = "0.10.0"
9473source = "registry+https://github.com/rust-lang/crates.io-index"
9474checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9475dependencies = [
9476 "siphasher 0.3.11",
9477]
9478
9479[[package]]
9480name = "phf_shared"
9481version = "0.11.2"
9482source = "registry+https://github.com/rust-lang/crates.io-index"
9483checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9484dependencies = [
9485 "siphasher 0.3.11",
9486]
9487
9488[[package]]
9489name = "picker"
9490version = "0.1.0"
9491dependencies = [
9492 "anyhow",
9493 "ctor",
9494 "editor",
9495 "env_logger 0.11.6",
9496 "gpui",
9497 "menu",
9498 "schemars",
9499 "serde",
9500 "serde_json",
9501 "ui",
9502 "workspace",
9503]
9504
9505[[package]]
9506name = "pico-args"
9507version = "0.5.0"
9508source = "registry+https://github.com/rust-lang/crates.io-index"
9509checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9510
9511[[package]]
9512name = "pin-project"
9513version = "1.1.7"
9514source = "registry+https://github.com/rust-lang/crates.io-index"
9515checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9516dependencies = [
9517 "pin-project-internal",
9518]
9519
9520[[package]]
9521name = "pin-project-internal"
9522version = "1.1.7"
9523source = "registry+https://github.com/rust-lang/crates.io-index"
9524checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9525dependencies = [
9526 "proc-macro2",
9527 "quote",
9528 "syn 2.0.90",
9529]
9530
9531[[package]]
9532name = "pin-project-lite"
9533version = "0.2.16"
9534source = "registry+https://github.com/rust-lang/crates.io-index"
9535checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
9536
9537[[package]]
9538name = "pin-utils"
9539version = "0.1.0"
9540source = "registry+https://github.com/rust-lang/crates.io-index"
9541checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9542
9543[[package]]
9544name = "piper"
9545version = "0.2.4"
9546source = "registry+https://github.com/rust-lang/crates.io-index"
9547checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
9548dependencies = [
9549 "atomic-waker",
9550 "fastrand 2.3.0",
9551 "futures-io",
9552]
9553
9554[[package]]
9555name = "pkcs1"
9556version = "0.7.5"
9557source = "registry+https://github.com/rust-lang/crates.io-index"
9558checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
9559dependencies = [
9560 "der 0.7.9",
9561 "pkcs8 0.10.2",
9562 "spki 0.7.3",
9563]
9564
9565[[package]]
9566name = "pkcs8"
9567version = "0.9.0"
9568source = "registry+https://github.com/rust-lang/crates.io-index"
9569checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
9570dependencies = [
9571 "der 0.6.1",
9572 "spki 0.6.0",
9573]
9574
9575[[package]]
9576name = "pkcs8"
9577version = "0.10.2"
9578source = "registry+https://github.com/rust-lang/crates.io-index"
9579checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
9580dependencies = [
9581 "der 0.7.9",
9582 "spki 0.7.3",
9583]
9584
9585[[package]]
9586name = "pkg-config"
9587version = "0.3.31"
9588source = "registry+https://github.com/rust-lang/crates.io-index"
9589checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
9590
9591[[package]]
9592name = "plist"
9593version = "1.7.0"
9594source = "registry+https://github.com/rust-lang/crates.io-index"
9595checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
9596dependencies = [
9597 "base64 0.22.1",
9598 "indexmap",
9599 "quick-xml 0.32.0",
9600 "serde",
9601 "time",
9602]
9603
9604[[package]]
9605name = "plotters"
9606version = "0.3.7"
9607source = "registry+https://github.com/rust-lang/crates.io-index"
9608checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
9609dependencies = [
9610 "num-traits",
9611 "plotters-backend",
9612 "plotters-svg",
9613 "wasm-bindgen",
9614 "web-sys",
9615]
9616
9617[[package]]
9618name = "plotters-backend"
9619version = "0.3.7"
9620source = "registry+https://github.com/rust-lang/crates.io-index"
9621checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
9622
9623[[package]]
9624name = "plotters-svg"
9625version = "0.3.7"
9626source = "registry+https://github.com/rust-lang/crates.io-index"
9627checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
9628dependencies = [
9629 "plotters-backend",
9630]
9631
9632[[package]]
9633name = "png"
9634version = "0.17.15"
9635source = "registry+https://github.com/rust-lang/crates.io-index"
9636checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
9637dependencies = [
9638 "bitflags 1.3.2",
9639 "crc32fast",
9640 "fdeflate",
9641 "flate2",
9642 "miniz_oxide",
9643]
9644
9645[[package]]
9646name = "polling"
9647version = "3.7.4"
9648source = "registry+https://github.com/rust-lang/crates.io-index"
9649checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
9650dependencies = [
9651 "cfg-if",
9652 "concurrent-queue",
9653 "hermit-abi 0.4.0",
9654 "pin-project-lite",
9655 "rustix",
9656 "tracing",
9657 "windows-sys 0.59.0",
9658]
9659
9660[[package]]
9661name = "pollster"
9662version = "0.2.5"
9663source = "registry+https://github.com/rust-lang/crates.io-index"
9664checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
9665
9666[[package]]
9667name = "postage"
9668version = "0.5.0"
9669source = "registry+https://github.com/rust-lang/crates.io-index"
9670checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
9671dependencies = [
9672 "atomic",
9673 "crossbeam-queue",
9674 "futures 0.3.31",
9675 "log",
9676 "parking_lot",
9677 "pin-project",
9678 "pollster",
9679 "static_assertions",
9680 "thiserror 1.0.69",
9681]
9682
9683[[package]]
9684name = "postcard"
9685version = "1.1.1"
9686source = "registry+https://github.com/rust-lang/crates.io-index"
9687checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
9688dependencies = [
9689 "cobs",
9690 "embedded-io 0.4.0",
9691 "embedded-io 0.6.1",
9692 "serde",
9693]
9694
9695[[package]]
9696name = "powerfmt"
9697version = "0.2.0"
9698source = "registry+https://github.com/rust-lang/crates.io-index"
9699checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9700
9701[[package]]
9702name = "ppv-lite86"
9703version = "0.2.20"
9704source = "registry+https://github.com/rust-lang/crates.io-index"
9705checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
9706dependencies = [
9707 "zerocopy",
9708]
9709
9710[[package]]
9711name = "precomputed-hash"
9712version = "0.1.1"
9713source = "registry+https://github.com/rust-lang/crates.io-index"
9714checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
9715
9716[[package]]
9717name = "prettier"
9718version = "0.1.0"
9719dependencies = [
9720 "anyhow",
9721 "collections",
9722 "fs",
9723 "gpui",
9724 "language",
9725 "log",
9726 "lsp",
9727 "node_runtime",
9728 "parking_lot",
9729 "paths",
9730 "serde",
9731 "serde_json",
9732 "util",
9733]
9734
9735[[package]]
9736name = "pretty_assertions"
9737version = "1.4.1"
9738source = "registry+https://github.com/rust-lang/crates.io-index"
9739checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
9740dependencies = [
9741 "diff",
9742 "yansi",
9743]
9744
9745[[package]]
9746name = "prettyplease"
9747version = "0.2.25"
9748source = "registry+https://github.com/rust-lang/crates.io-index"
9749checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
9750dependencies = [
9751 "proc-macro2",
9752 "syn 2.0.90",
9753]
9754
9755[[package]]
9756name = "proc-macro-crate"
9757version = "3.2.0"
9758source = "registry+https://github.com/rust-lang/crates.io-index"
9759checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9760dependencies = [
9761 "toml_edit",
9762]
9763
9764[[package]]
9765name = "proc-macro-error-attr2"
9766version = "2.0.0"
9767source = "registry+https://github.com/rust-lang/crates.io-index"
9768checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
9769dependencies = [
9770 "proc-macro2",
9771 "quote",
9772]
9773
9774[[package]]
9775name = "proc-macro-error2"
9776version = "2.0.1"
9777source = "registry+https://github.com/rust-lang/crates.io-index"
9778checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
9779dependencies = [
9780 "proc-macro-error-attr2",
9781 "proc-macro2",
9782 "quote",
9783 "syn 2.0.90",
9784]
9785
9786[[package]]
9787name = "proc-macro2"
9788version = "1.0.93"
9789source = "registry+https://github.com/rust-lang/crates.io-index"
9790checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
9791dependencies = [
9792 "unicode-ident",
9793]
9794
9795[[package]]
9796name = "proc-macro2-diagnostics"
9797version = "0.10.1"
9798source = "registry+https://github.com/rust-lang/crates.io-index"
9799checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
9800dependencies = [
9801 "proc-macro2",
9802 "quote",
9803 "syn 2.0.90",
9804 "version_check",
9805 "yansi",
9806]
9807
9808[[package]]
9809name = "profiling"
9810version = "1.0.16"
9811source = "registry+https://github.com/rust-lang/crates.io-index"
9812checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9813dependencies = [
9814 "profiling-procmacros",
9815]
9816
9817[[package]]
9818name = "profiling-procmacros"
9819version = "1.0.16"
9820source = "registry+https://github.com/rust-lang/crates.io-index"
9821checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9822dependencies = [
9823 "quote",
9824 "syn 2.0.90",
9825]
9826
9827[[package]]
9828name = "project"
9829version = "0.1.0"
9830dependencies = [
9831 "aho-corasick",
9832 "anyhow",
9833 "async-trait",
9834 "client",
9835 "clock",
9836 "collections",
9837 "env_logger 0.11.6",
9838 "fancy-regex 0.14.0",
9839 "fs",
9840 "futures 0.3.31",
9841 "fuzzy",
9842 "git",
9843 "git2",
9844 "globset",
9845 "gpui",
9846 "http_client",
9847 "image",
9848 "itertools 0.14.0",
9849 "language",
9850 "log",
9851 "lsp",
9852 "node_runtime",
9853 "parking_lot",
9854 "pathdiff",
9855 "paths",
9856 "postage",
9857 "prettier",
9858 "pretty_assertions",
9859 "rand 0.8.5",
9860 "regex",
9861 "release_channel",
9862 "remote",
9863 "rpc",
9864 "schemars",
9865 "serde",
9866 "serde_json",
9867 "settings",
9868 "sha2",
9869 "shellexpand 2.1.2",
9870 "shlex",
9871 "similar",
9872 "smol",
9873 "snippet",
9874 "snippet_provider",
9875 "task",
9876 "tempfile",
9877 "terminal",
9878 "text",
9879 "toml 0.8.19",
9880 "unindent",
9881 "url",
9882 "util",
9883 "which 6.0.3",
9884 "worktree",
9885]
9886
9887[[package]]
9888name = "project_panel"
9889version = "0.1.0"
9890dependencies = [
9891 "anyhow",
9892 "client",
9893 "collections",
9894 "command_palette_hooks",
9895 "db",
9896 "editor",
9897 "file_icons",
9898 "git",
9899 "gpui",
9900 "indexmap",
9901 "language",
9902 "menu",
9903 "pretty_assertions",
9904 "project",
9905 "schemars",
9906 "search",
9907 "serde",
9908 "serde_derive",
9909 "serde_json",
9910 "settings",
9911 "smallvec",
9912 "theme",
9913 "ui",
9914 "util",
9915 "workspace",
9916 "worktree",
9917]
9918
9919[[package]]
9920name = "project_symbols"
9921version = "0.1.0"
9922dependencies = [
9923 "anyhow",
9924 "editor",
9925 "futures 0.3.31",
9926 "fuzzy",
9927 "gpui",
9928 "language",
9929 "lsp",
9930 "ordered-float 2.10.1",
9931 "picker",
9932 "project",
9933 "release_channel",
9934 "serde_json",
9935 "settings",
9936 "theme",
9937 "util",
9938 "workspace",
9939]
9940
9941[[package]]
9942name = "prometheus"
9943version = "0.13.4"
9944source = "registry+https://github.com/rust-lang/crates.io-index"
9945checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9946dependencies = [
9947 "cfg-if",
9948 "fnv",
9949 "lazy_static",
9950 "memchr",
9951 "parking_lot",
9952 "protobuf",
9953 "thiserror 1.0.69",
9954]
9955
9956[[package]]
9957name = "prompt_library"
9958version = "0.1.0"
9959dependencies = [
9960 "anyhow",
9961 "assets",
9962 "chrono",
9963 "collections",
9964 "editor",
9965 "fs",
9966 "futures 0.3.31",
9967 "fuzzy",
9968 "gpui",
9969 "handlebars 4.5.0",
9970 "heed",
9971 "language",
9972 "language_model",
9973 "log",
9974 "menu",
9975 "parking_lot",
9976 "paths",
9977 "picker",
9978 "release_channel",
9979 "rope",
9980 "serde",
9981 "settings",
9982 "text",
9983 "theme",
9984 "ui",
9985 "util",
9986 "uuid",
9987 "workspace",
9988 "zed_actions",
9989]
9990
9991[[package]]
9992name = "prost"
9993version = "0.9.0"
9994source = "registry+https://github.com/rust-lang/crates.io-index"
9995checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9996dependencies = [
9997 "bytes 1.9.0",
9998 "prost-derive 0.9.0",
9999]
10000
10001[[package]]
10002name = "prost"
10003version = "0.12.6"
10004source = "registry+https://github.com/rust-lang/crates.io-index"
10005checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10006dependencies = [
10007 "bytes 1.9.0",
10008 "prost-derive 0.12.6",
10009]
10010
10011[[package]]
10012name = "prost-build"
10013version = "0.9.0"
10014source = "registry+https://github.com/rust-lang/crates.io-index"
10015checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10016dependencies = [
10017 "bytes 1.9.0",
10018 "heck 0.3.3",
10019 "itertools 0.10.5",
10020 "lazy_static",
10021 "log",
10022 "multimap 0.8.3",
10023 "petgraph",
10024 "prost 0.9.0",
10025 "prost-types 0.9.0",
10026 "regex",
10027 "tempfile",
10028 "which 4.4.2",
10029]
10030
10031[[package]]
10032name = "prost-build"
10033version = "0.12.6"
10034source = "registry+https://github.com/rust-lang/crates.io-index"
10035checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10036dependencies = [
10037 "bytes 1.9.0",
10038 "heck 0.5.0",
10039 "itertools 0.12.1",
10040 "log",
10041 "multimap 0.10.0",
10042 "once_cell",
10043 "petgraph",
10044 "prettyplease",
10045 "prost 0.12.6",
10046 "prost-types 0.12.6",
10047 "regex",
10048 "syn 2.0.90",
10049 "tempfile",
10050]
10051
10052[[package]]
10053name = "prost-derive"
10054version = "0.9.0"
10055source = "registry+https://github.com/rust-lang/crates.io-index"
10056checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10057dependencies = [
10058 "anyhow",
10059 "itertools 0.10.5",
10060 "proc-macro2",
10061 "quote",
10062 "syn 1.0.109",
10063]
10064
10065[[package]]
10066name = "prost-derive"
10067version = "0.12.6"
10068source = "registry+https://github.com/rust-lang/crates.io-index"
10069checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10070dependencies = [
10071 "anyhow",
10072 "itertools 0.12.1",
10073 "proc-macro2",
10074 "quote",
10075 "syn 2.0.90",
10076]
10077
10078[[package]]
10079name = "prost-types"
10080version = "0.9.0"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10083dependencies = [
10084 "bytes 1.9.0",
10085 "prost 0.9.0",
10086]
10087
10088[[package]]
10089name = "prost-types"
10090version = "0.12.6"
10091source = "registry+https://github.com/rust-lang/crates.io-index"
10092checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10093dependencies = [
10094 "prost 0.12.6",
10095]
10096
10097[[package]]
10098name = "proto"
10099version = "0.1.0"
10100dependencies = [
10101 "anyhow",
10102 "collections",
10103 "prost 0.9.0",
10104 "prost-build 0.9.0",
10105 "serde",
10106]
10107
10108[[package]]
10109name = "protobuf"
10110version = "2.28.0"
10111source = "registry+https://github.com/rust-lang/crates.io-index"
10112checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10113
10114[[package]]
10115name = "psm"
10116version = "0.1.24"
10117source = "registry+https://github.com/rust-lang/crates.io-index"
10118checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10119dependencies = [
10120 "cc",
10121]
10122
10123[[package]]
10124name = "ptr_meta"
10125version = "0.1.4"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10128dependencies = [
10129 "ptr_meta_derive",
10130]
10131
10132[[package]]
10133name = "ptr_meta_derive"
10134version = "0.1.4"
10135source = "registry+https://github.com/rust-lang/crates.io-index"
10136checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10137dependencies = [
10138 "proc-macro2",
10139 "quote",
10140 "syn 1.0.109",
10141]
10142
10143[[package]]
10144name = "pulldown-cmark"
10145version = "0.10.3"
10146source = "registry+https://github.com/rust-lang/crates.io-index"
10147checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10148dependencies = [
10149 "bitflags 2.8.0",
10150 "memchr",
10151 "pulldown-cmark-escape",
10152 "unicase",
10153]
10154
10155[[package]]
10156name = "pulldown-cmark"
10157version = "0.12.2"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10160dependencies = [
10161 "bitflags 2.8.0",
10162 "memchr",
10163 "unicase",
10164]
10165
10166[[package]]
10167name = "pulldown-cmark-escape"
10168version = "0.10.1"
10169source = "registry+https://github.com/rust-lang/crates.io-index"
10170checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10171
10172[[package]]
10173name = "qoi"
10174version = "0.4.1"
10175source = "registry+https://github.com/rust-lang/crates.io-index"
10176checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10177dependencies = [
10178 "bytemuck",
10179]
10180
10181[[package]]
10182name = "quick-error"
10183version = "2.0.1"
10184source = "registry+https://github.com/rust-lang/crates.io-index"
10185checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10186
10187[[package]]
10188name = "quick-xml"
10189version = "0.32.0"
10190source = "registry+https://github.com/rust-lang/crates.io-index"
10191checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10192dependencies = [
10193 "memchr",
10194]
10195
10196[[package]]
10197name = "quick-xml"
10198version = "0.36.2"
10199source = "registry+https://github.com/rust-lang/crates.io-index"
10200checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
10201dependencies = [
10202 "memchr",
10203]
10204
10205[[package]]
10206name = "quinn"
10207version = "0.11.6"
10208source = "registry+https://github.com/rust-lang/crates.io-index"
10209checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10210dependencies = [
10211 "bytes 1.9.0",
10212 "pin-project-lite",
10213 "quinn-proto",
10214 "quinn-udp",
10215 "rustc-hash 2.1.0",
10216 "rustls 0.23.20",
10217 "socket2",
10218 "thiserror 2.0.6",
10219 "tokio",
10220 "tracing",
10221]
10222
10223[[package]]
10224name = "quinn-proto"
10225version = "0.11.9"
10226source = "registry+https://github.com/rust-lang/crates.io-index"
10227checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10228dependencies = [
10229 "bytes 1.9.0",
10230 "getrandom 0.2.15",
10231 "rand 0.8.5",
10232 "ring",
10233 "rustc-hash 2.1.0",
10234 "rustls 0.23.20",
10235 "rustls-pki-types",
10236 "slab",
10237 "thiserror 2.0.6",
10238 "tinyvec",
10239 "tracing",
10240 "web-time",
10241]
10242
10243[[package]]
10244name = "quinn-udp"
10245version = "0.5.8"
10246source = "registry+https://github.com/rust-lang/crates.io-index"
10247checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527"
10248dependencies = [
10249 "cfg_aliases 0.2.1",
10250 "libc",
10251 "once_cell",
10252 "socket2",
10253 "tracing",
10254 "windows-sys 0.59.0",
10255]
10256
10257[[package]]
10258name = "quote"
10259version = "1.0.38"
10260source = "registry+https://github.com/rust-lang/crates.io-index"
10261checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10262dependencies = [
10263 "proc-macro2",
10264]
10265
10266[[package]]
10267name = "radium"
10268version = "0.7.0"
10269source = "registry+https://github.com/rust-lang/crates.io-index"
10270checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10271
10272[[package]]
10273name = "rand"
10274version = "0.7.3"
10275source = "registry+https://github.com/rust-lang/crates.io-index"
10276checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10277dependencies = [
10278 "getrandom 0.1.16",
10279 "libc",
10280 "rand_chacha 0.2.2",
10281 "rand_core 0.5.1",
10282 "rand_hc",
10283]
10284
10285[[package]]
10286name = "rand"
10287version = "0.8.5"
10288source = "registry+https://github.com/rust-lang/crates.io-index"
10289checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10290dependencies = [
10291 "libc",
10292 "rand_chacha 0.3.1",
10293 "rand_core 0.6.4",
10294]
10295
10296[[package]]
10297name = "rand_chacha"
10298version = "0.2.2"
10299source = "registry+https://github.com/rust-lang/crates.io-index"
10300checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10301dependencies = [
10302 "ppv-lite86",
10303 "rand_core 0.5.1",
10304]
10305
10306[[package]]
10307name = "rand_chacha"
10308version = "0.3.1"
10309source = "registry+https://github.com/rust-lang/crates.io-index"
10310checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10311dependencies = [
10312 "ppv-lite86",
10313 "rand_core 0.6.4",
10314]
10315
10316[[package]]
10317name = "rand_core"
10318version = "0.5.1"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10321dependencies = [
10322 "getrandom 0.1.16",
10323]
10324
10325[[package]]
10326name = "rand_core"
10327version = "0.6.4"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10330dependencies = [
10331 "getrandom 0.2.15",
10332]
10333
10334[[package]]
10335name = "rand_hc"
10336version = "0.2.0"
10337source = "registry+https://github.com/rust-lang/crates.io-index"
10338checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10339dependencies = [
10340 "rand_core 0.5.1",
10341]
10342
10343[[package]]
10344name = "rangemap"
10345version = "1.5.1"
10346source = "registry+https://github.com/rust-lang/crates.io-index"
10347checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10348
10349[[package]]
10350name = "rav1e"
10351version = "0.7.1"
10352source = "registry+https://github.com/rust-lang/crates.io-index"
10353checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10354dependencies = [
10355 "arbitrary",
10356 "arg_enum_proc_macro",
10357 "arrayvec",
10358 "av1-grain",
10359 "bitstream-io",
10360 "built",
10361 "cfg-if",
10362 "interpolate_name",
10363 "itertools 0.12.1",
10364 "libc",
10365 "libfuzzer-sys",
10366 "log",
10367 "maybe-rayon",
10368 "new_debug_unreachable",
10369 "noop_proc_macro",
10370 "num-derive",
10371 "num-traits",
10372 "once_cell",
10373 "paste",
10374 "profiling",
10375 "rand 0.8.5",
10376 "rand_chacha 0.3.1",
10377 "simd_helpers",
10378 "system-deps",
10379 "thiserror 1.0.69",
10380 "v_frame",
10381 "wasm-bindgen",
10382]
10383
10384[[package]]
10385name = "ravif"
10386version = "0.11.11"
10387source = "registry+https://github.com/rust-lang/crates.io-index"
10388checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10389dependencies = [
10390 "avif-serialize",
10391 "imgref",
10392 "loop9",
10393 "quick-error",
10394 "rav1e",
10395 "rayon",
10396 "rgb",
10397]
10398
10399[[package]]
10400name = "raw-window-handle"
10401version = "0.6.2"
10402source = "registry+https://github.com/rust-lang/crates.io-index"
10403checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10404
10405[[package]]
10406name = "raw-window-metal"
10407version = "0.4.0"
10408source = "registry+https://github.com/rust-lang/crates.io-index"
10409checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10410dependencies = [
10411 "cocoa 0.25.0",
10412 "core-graphics 0.23.2",
10413 "objc",
10414 "raw-window-handle",
10415]
10416
10417[[package]]
10418name = "rayon"
10419version = "1.10.0"
10420source = "registry+https://github.com/rust-lang/crates.io-index"
10421checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10422dependencies = [
10423 "either",
10424 "rayon-core",
10425]
10426
10427[[package]]
10428name = "rayon-core"
10429version = "1.12.1"
10430source = "registry+https://github.com/rust-lang/crates.io-index"
10431checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10432dependencies = [
10433 "crossbeam-deque",
10434 "crossbeam-utils",
10435]
10436
10437[[package]]
10438name = "read-fonts"
10439version = "0.22.5"
10440source = "registry+https://github.com/rust-lang/crates.io-index"
10441checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10442dependencies = [
10443 "bytemuck",
10444 "font-types",
10445]
10446
10447[[package]]
10448name = "recent_projects"
10449version = "0.1.0"
10450dependencies = [
10451 "anyhow",
10452 "auto_update",
10453 "editor",
10454 "extension_host",
10455 "file_finder",
10456 "futures 0.3.31",
10457 "fuzzy",
10458 "gpui",
10459 "language",
10460 "log",
10461 "markdown",
10462 "menu",
10463 "ordered-float 2.10.1",
10464 "paths",
10465 "picker",
10466 "project",
10467 "release_channel",
10468 "remote",
10469 "schemars",
10470 "serde",
10471 "serde_json",
10472 "settings",
10473 "smol",
10474 "task",
10475 "theme",
10476 "ui",
10477 "util",
10478 "workspace",
10479 "zed_actions",
10480]
10481
10482[[package]]
10483name = "redox_syscall"
10484version = "0.2.16"
10485source = "registry+https://github.com/rust-lang/crates.io-index"
10486checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
10487dependencies = [
10488 "bitflags 1.3.2",
10489]
10490
10491[[package]]
10492name = "redox_syscall"
10493version = "0.5.8"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
10496dependencies = [
10497 "bitflags 2.8.0",
10498]
10499
10500[[package]]
10501name = "redox_users"
10502version = "0.4.6"
10503source = "registry+https://github.com/rust-lang/crates.io-index"
10504checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
10505dependencies = [
10506 "getrandom 0.2.15",
10507 "libredox",
10508 "thiserror 1.0.69",
10509]
10510
10511[[package]]
10512name = "refineable"
10513version = "0.1.0"
10514dependencies = [
10515 "derive_refineable",
10516]
10517
10518[[package]]
10519name = "regalloc2"
10520version = "0.9.3"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
10523dependencies = [
10524 "hashbrown 0.13.2",
10525 "log",
10526 "rustc-hash 1.1.0",
10527 "slice-group-by",
10528 "smallvec",
10529]
10530
10531[[package]]
10532name = "regex"
10533version = "1.11.1"
10534source = "registry+https://github.com/rust-lang/crates.io-index"
10535checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
10536dependencies = [
10537 "aho-corasick",
10538 "memchr",
10539 "regex-automata 0.4.9",
10540 "regex-syntax 0.8.5",
10541]
10542
10543[[package]]
10544name = "regex-automata"
10545version = "0.1.10"
10546source = "registry+https://github.com/rust-lang/crates.io-index"
10547checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
10548dependencies = [
10549 "regex-syntax 0.6.29",
10550]
10551
10552[[package]]
10553name = "regex-automata"
10554version = "0.4.9"
10555source = "registry+https://github.com/rust-lang/crates.io-index"
10556checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
10557dependencies = [
10558 "aho-corasick",
10559 "memchr",
10560 "regex-syntax 0.8.5",
10561]
10562
10563[[package]]
10564name = "regex-lite"
10565version = "0.1.6"
10566source = "registry+https://github.com/rust-lang/crates.io-index"
10567checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
10568
10569[[package]]
10570name = "regex-syntax"
10571version = "0.6.29"
10572source = "registry+https://github.com/rust-lang/crates.io-index"
10573checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
10574
10575[[package]]
10576name = "regex-syntax"
10577version = "0.8.5"
10578source = "registry+https://github.com/rust-lang/crates.io-index"
10579checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
10580
10581[[package]]
10582name = "release_channel"
10583version = "0.1.0"
10584dependencies = [
10585 "gpui",
10586]
10587
10588[[package]]
10589name = "remote"
10590version = "0.1.0"
10591dependencies = [
10592 "anyhow",
10593 "async-trait",
10594 "collections",
10595 "fs",
10596 "futures 0.3.31",
10597 "gpui",
10598 "itertools 0.14.0",
10599 "log",
10600 "parking_lot",
10601 "paths",
10602 "prost 0.9.0",
10603 "release_channel",
10604 "rpc",
10605 "serde",
10606 "serde_json",
10607 "shlex",
10608 "smol",
10609 "tempfile",
10610 "thiserror 1.0.69",
10611 "util",
10612 "which 6.0.3",
10613]
10614
10615[[package]]
10616name = "remote_server"
10617version = "0.1.0"
10618dependencies = [
10619 "anyhow",
10620 "async-watch",
10621 "backtrace",
10622 "cargo_toml",
10623 "chrono",
10624 "clap",
10625 "client",
10626 "clock",
10627 "env_logger 0.11.6",
10628 "extension",
10629 "extension_host",
10630 "fork",
10631 "fs",
10632 "futures 0.3.31",
10633 "git",
10634 "git_hosting_providers",
10635 "gpui",
10636 "http_client",
10637 "language",
10638 "language_extension",
10639 "languages",
10640 "libc",
10641 "log",
10642 "lsp",
10643 "node_runtime",
10644 "paths",
10645 "project",
10646 "proto",
10647 "release_channel",
10648 "remote",
10649 "reqwest_client",
10650 "rpc",
10651 "rust-embed",
10652 "serde",
10653 "serde_json",
10654 "settings",
10655 "shellexpand 2.1.2",
10656 "smol",
10657 "sysinfo",
10658 "telemetry_events",
10659 "toml 0.8.19",
10660 "util",
10661 "worktree",
10662]
10663
10664[[package]]
10665name = "rend"
10666version = "0.4.2"
10667source = "registry+https://github.com/rust-lang/crates.io-index"
10668checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10669dependencies = [
10670 "bytecheck",
10671]
10672
10673[[package]]
10674name = "repl"
10675version = "0.1.0"
10676dependencies = [
10677 "alacritty_terminal",
10678 "anyhow",
10679 "async-dispatcher",
10680 "async-tungstenite 0.28.2",
10681 "base64 0.22.1",
10682 "client",
10683 "collections",
10684 "command_palette_hooks",
10685 "editor",
10686 "env_logger 0.11.6",
10687 "feature_flags",
10688 "file_icons",
10689 "futures 0.3.31",
10690 "gpui",
10691 "http_client",
10692 "image",
10693 "indoc",
10694 "jupyter-protocol",
10695 "jupyter-websocket-client",
10696 "language",
10697 "languages",
10698 "log",
10699 "markdown_preview",
10700 "menu",
10701 "multi_buffer",
10702 "nbformat",
10703 "picker",
10704 "project",
10705 "runtimelib",
10706 "schemars",
10707 "serde",
10708 "serde_json",
10709 "settings",
10710 "smol",
10711 "telemetry",
10712 "terminal",
10713 "terminal_view",
10714 "theme",
10715 "tree-sitter-md",
10716 "tree-sitter-python",
10717 "tree-sitter-typescript",
10718 "ui",
10719 "util",
10720 "uuid",
10721 "workspace",
10722]
10723
10724[[package]]
10725name = "reqwest"
10726version = "0.11.27"
10727source = "registry+https://github.com/rust-lang/crates.io-index"
10728checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10729dependencies = [
10730 "base64 0.21.7",
10731 "bytes 1.9.0",
10732 "encoding_rs",
10733 "futures-core",
10734 "futures-util",
10735 "h2 0.3.26",
10736 "http 0.2.12",
10737 "http-body 0.4.6",
10738 "hyper 0.14.32",
10739 "hyper-rustls 0.24.2",
10740 "hyper-tls",
10741 "ipnet",
10742 "js-sys",
10743 "log",
10744 "mime",
10745 "native-tls",
10746 "once_cell",
10747 "percent-encoding",
10748 "pin-project-lite",
10749 "rustls 0.21.12",
10750 "rustls-native-certs 0.6.3",
10751 "rustls-pemfile 1.0.4",
10752 "serde",
10753 "serde_json",
10754 "serde_urlencoded",
10755 "sync_wrapper 0.1.2",
10756 "system-configuration 0.5.1",
10757 "tokio",
10758 "tokio-native-tls",
10759 "tokio-rustls 0.24.1",
10760 "tower-service",
10761 "url",
10762 "wasm-bindgen",
10763 "wasm-bindgen-futures",
10764 "web-sys",
10765 "winreg 0.50.0",
10766]
10767
10768[[package]]
10769name = "reqwest"
10770version = "0.12.8"
10771source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10772dependencies = [
10773 "base64 0.22.1",
10774 "bytes 1.9.0",
10775 "encoding_rs",
10776 "futures-core",
10777 "futures-util",
10778 "h2 0.4.7",
10779 "http 1.2.0",
10780 "http-body 1.0.1",
10781 "http-body-util",
10782 "hyper 1.5.1",
10783 "hyper-rustls 0.27.3",
10784 "hyper-util",
10785 "ipnet",
10786 "js-sys",
10787 "log",
10788 "mime",
10789 "once_cell",
10790 "percent-encoding",
10791 "pin-project-lite",
10792 "quinn",
10793 "rustls 0.23.20",
10794 "rustls-native-certs 0.8.1",
10795 "rustls-pemfile 2.2.0",
10796 "rustls-pki-types",
10797 "serde",
10798 "serde_json",
10799 "serde_urlencoded",
10800 "sync_wrapper 1.0.2",
10801 "system-configuration 0.6.1",
10802 "tokio",
10803 "tokio-rustls 0.26.1",
10804 "tokio-socks",
10805 "tokio-util",
10806 "tower-service",
10807 "url",
10808 "wasm-bindgen",
10809 "wasm-bindgen-futures",
10810 "wasm-streams",
10811 "web-sys",
10812 "windows-registry",
10813]
10814
10815[[package]]
10816name = "reqwest_client"
10817version = "0.1.0"
10818dependencies = [
10819 "anyhow",
10820 "bytes 1.9.0",
10821 "futures 0.3.31",
10822 "gpui",
10823 "http_client",
10824 "log",
10825 "reqwest 0.12.8",
10826 "serde",
10827 "smol",
10828 "tokio",
10829]
10830
10831[[package]]
10832name = "resvg"
10833version = "0.44.0"
10834source = "registry+https://github.com/rust-lang/crates.io-index"
10835checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10836dependencies = [
10837 "log",
10838 "pico-args",
10839 "rgb",
10840 "svgtypes",
10841 "tiny-skia",
10842 "usvg",
10843]
10844
10845[[package]]
10846name = "rfc6979"
10847version = "0.3.1"
10848source = "registry+https://github.com/rust-lang/crates.io-index"
10849checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10850dependencies = [
10851 "crypto-bigint 0.4.9",
10852 "hmac",
10853 "zeroize",
10854]
10855
10856[[package]]
10857name = "rgb"
10858version = "0.8.50"
10859source = "registry+https://github.com/rust-lang/crates.io-index"
10860checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
10861dependencies = [
10862 "bytemuck",
10863]
10864
10865[[package]]
10866name = "rich_text"
10867version = "0.1.0"
10868dependencies = [
10869 "futures 0.3.31",
10870 "gpui",
10871 "language",
10872 "linkify",
10873 "pulldown-cmark 0.12.2",
10874 "theme",
10875 "ui",
10876 "util",
10877]
10878
10879[[package]]
10880name = "ring"
10881version = "0.17.8"
10882source = "registry+https://github.com/rust-lang/crates.io-index"
10883checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10884dependencies = [
10885 "cc",
10886 "cfg-if",
10887 "getrandom 0.2.15",
10888 "libc",
10889 "spin",
10890 "untrusted",
10891 "windows-sys 0.52.0",
10892]
10893
10894[[package]]
10895name = "rkyv"
10896version = "0.7.45"
10897source = "registry+https://github.com/rust-lang/crates.io-index"
10898checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10899dependencies = [
10900 "bitvec",
10901 "bytecheck",
10902 "bytes 1.9.0",
10903 "hashbrown 0.12.3",
10904 "ptr_meta",
10905 "rend",
10906 "rkyv_derive",
10907 "seahash",
10908 "tinyvec",
10909 "uuid",
10910]
10911
10912[[package]]
10913name = "rkyv_derive"
10914version = "0.7.45"
10915source = "registry+https://github.com/rust-lang/crates.io-index"
10916checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10917dependencies = [
10918 "proc-macro2",
10919 "quote",
10920 "syn 1.0.109",
10921]
10922
10923[[package]]
10924name = "rmp"
10925version = "0.8.14"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10928dependencies = [
10929 "byteorder",
10930 "num-traits",
10931 "paste",
10932]
10933
10934[[package]]
10935name = "rmpv"
10936version = "1.3.0"
10937source = "registry+https://github.com/rust-lang/crates.io-index"
10938checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10939dependencies = [
10940 "num-traits",
10941 "rmp",
10942]
10943
10944[[package]]
10945name = "rodio"
10946version = "0.20.1"
10947source = "registry+https://github.com/rust-lang/crates.io-index"
10948checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
10949dependencies = [
10950 "cpal",
10951 "hound",
10952]
10953
10954[[package]]
10955name = "rope"
10956version = "0.1.0"
10957dependencies = [
10958 "arrayvec",
10959 "criterion",
10960 "ctor",
10961 "env_logger 0.11.6",
10962 "gpui",
10963 "log",
10964 "rand 0.8.5",
10965 "rayon",
10966 "smallvec",
10967 "sum_tree",
10968 "unicode-segmentation",
10969 "util",
10970]
10971
10972[[package]]
10973name = "roxmltree"
10974version = "0.20.0"
10975source = "registry+https://github.com/rust-lang/crates.io-index"
10976checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10977
10978[[package]]
10979name = "rpc"
10980version = "0.1.0"
10981dependencies = [
10982 "anyhow",
10983 "async-tungstenite 0.28.2",
10984 "base64 0.22.1",
10985 "chrono",
10986 "collections",
10987 "env_logger 0.11.6",
10988 "futures 0.3.31",
10989 "gpui",
10990 "parking_lot",
10991 "proto",
10992 "rand 0.8.5",
10993 "rsa",
10994 "serde",
10995 "serde_json",
10996 "sha2",
10997 "strum",
10998 "tracing",
10999 "util",
11000 "zstd",
11001]
11002
11003[[package]]
11004name = "rsa"
11005version = "0.9.7"
11006source = "registry+https://github.com/rust-lang/crates.io-index"
11007checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
11008dependencies = [
11009 "const-oid",
11010 "digest",
11011 "num-bigint-dig",
11012 "num-integer",
11013 "num-traits",
11014 "pkcs1",
11015 "pkcs8 0.10.2",
11016 "rand_core 0.6.4",
11017 "signature 2.2.0",
11018 "spki 0.7.3",
11019 "subtle",
11020 "zeroize",
11021]
11022
11023[[package]]
11024name = "runtimelib"
11025version = "0.25.0"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11028dependencies = [
11029 "anyhow",
11030 "async-dispatcher",
11031 "async-std",
11032 "base64 0.22.1",
11033 "bytes 1.9.0",
11034 "chrono",
11035 "data-encoding",
11036 "dirs 5.0.1",
11037 "futures 0.3.31",
11038 "glob",
11039 "jupyter-protocol",
11040 "ring",
11041 "serde",
11042 "serde_json",
11043 "shellexpand 3.1.0",
11044 "smol",
11045 "uuid",
11046 "zeromq",
11047]
11048
11049[[package]]
11050name = "rust-embed"
11051version = "8.5.0"
11052source = "registry+https://github.com/rust-lang/crates.io-index"
11053checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11054dependencies = [
11055 "rust-embed-impl",
11056 "rust-embed-utils",
11057 "walkdir",
11058]
11059
11060[[package]]
11061name = "rust-embed-impl"
11062version = "8.5.0"
11063source = "registry+https://github.com/rust-lang/crates.io-index"
11064checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11065dependencies = [
11066 "proc-macro2",
11067 "quote",
11068 "rust-embed-utils",
11069 "syn 2.0.90",
11070 "walkdir",
11071]
11072
11073[[package]]
11074name = "rust-embed-utils"
11075version = "8.5.0"
11076source = "registry+https://github.com/rust-lang/crates.io-index"
11077checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11078dependencies = [
11079 "globset",
11080 "sha2",
11081 "walkdir",
11082]
11083
11084[[package]]
11085name = "rust_decimal"
11086version = "1.36.0"
11087source = "registry+https://github.com/rust-lang/crates.io-index"
11088checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11089dependencies = [
11090 "arrayvec",
11091 "borsh",
11092 "bytes 1.9.0",
11093 "num-traits",
11094 "rand 0.8.5",
11095 "rkyv",
11096 "serde",
11097 "serde_json",
11098]
11099
11100[[package]]
11101name = "rustc-demangle"
11102version = "0.1.24"
11103source = "registry+https://github.com/rust-lang/crates.io-index"
11104checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11105
11106[[package]]
11107name = "rustc-hash"
11108version = "1.1.0"
11109source = "registry+https://github.com/rust-lang/crates.io-index"
11110checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11111
11112[[package]]
11113name = "rustc-hash"
11114version = "2.1.0"
11115source = "registry+https://github.com/rust-lang/crates.io-index"
11116checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
11117
11118[[package]]
11119name = "rustc_version"
11120version = "0.4.1"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11123dependencies = [
11124 "semver",
11125]
11126
11127[[package]]
11128name = "rustix"
11129version = "0.38.42"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11132dependencies = [
11133 "bitflags 2.8.0",
11134 "errno 0.3.10",
11135 "itoa",
11136 "libc",
11137 "linux-raw-sys",
11138 "once_cell",
11139 "windows-sys 0.59.0",
11140]
11141
11142[[package]]
11143name = "rustix-openpty"
11144version = "0.1.1"
11145source = "registry+https://github.com/rust-lang/crates.io-index"
11146checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11147dependencies = [
11148 "errno 0.3.10",
11149 "libc",
11150 "rustix",
11151]
11152
11153[[package]]
11154name = "rustls"
11155version = "0.21.12"
11156source = "registry+https://github.com/rust-lang/crates.io-index"
11157checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11158dependencies = [
11159 "log",
11160 "ring",
11161 "rustls-webpki 0.101.7",
11162 "sct",
11163]
11164
11165[[package]]
11166name = "rustls"
11167version = "0.23.20"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
11170dependencies = [
11171 "once_cell",
11172 "ring",
11173 "rustls-pki-types",
11174 "rustls-webpki 0.102.8",
11175 "subtle",
11176 "zeroize",
11177]
11178
11179[[package]]
11180name = "rustls-native-certs"
11181version = "0.6.3"
11182source = "registry+https://github.com/rust-lang/crates.io-index"
11183checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11184dependencies = [
11185 "openssl-probe",
11186 "rustls-pemfile 1.0.4",
11187 "schannel",
11188 "security-framework 2.11.1",
11189]
11190
11191[[package]]
11192name = "rustls-native-certs"
11193version = "0.8.1"
11194source = "registry+https://github.com/rust-lang/crates.io-index"
11195checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11196dependencies = [
11197 "openssl-probe",
11198 "rustls-pki-types",
11199 "schannel",
11200 "security-framework 3.0.1",
11201]
11202
11203[[package]]
11204name = "rustls-pemfile"
11205version = "1.0.4"
11206source = "registry+https://github.com/rust-lang/crates.io-index"
11207checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11208dependencies = [
11209 "base64 0.21.7",
11210]
11211
11212[[package]]
11213name = "rustls-pemfile"
11214version = "2.2.0"
11215source = "registry+https://github.com/rust-lang/crates.io-index"
11216checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11217dependencies = [
11218 "rustls-pki-types",
11219]
11220
11221[[package]]
11222name = "rustls-pki-types"
11223version = "1.10.0"
11224source = "registry+https://github.com/rust-lang/crates.io-index"
11225checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11226dependencies = [
11227 "web-time",
11228]
11229
11230[[package]]
11231name = "rustls-webpki"
11232version = "0.101.7"
11233source = "registry+https://github.com/rust-lang/crates.io-index"
11234checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11235dependencies = [
11236 "ring",
11237 "untrusted",
11238]
11239
11240[[package]]
11241name = "rustls-webpki"
11242version = "0.102.8"
11243source = "registry+https://github.com/rust-lang/crates.io-index"
11244checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11245dependencies = [
11246 "ring",
11247 "rustls-pki-types",
11248 "untrusted",
11249]
11250
11251[[package]]
11252name = "rustversion"
11253version = "1.0.18"
11254source = "registry+https://github.com/rust-lang/crates.io-index"
11255checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11256
11257[[package]]
11258name = "rustybuzz"
11259version = "0.14.1"
11260source = "registry+https://github.com/rust-lang/crates.io-index"
11261checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11262dependencies = [
11263 "bitflags 2.8.0",
11264 "bytemuck",
11265 "libm",
11266 "smallvec",
11267 "ttf-parser",
11268 "unicode-bidi-mirroring",
11269 "unicode-ccc",
11270 "unicode-properties",
11271 "unicode-script",
11272]
11273
11274[[package]]
11275name = "ryu"
11276version = "1.0.18"
11277source = "registry+https://github.com/rust-lang/crates.io-index"
11278checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11279
11280[[package]]
11281name = "salsa20"
11282version = "0.10.2"
11283source = "registry+https://github.com/rust-lang/crates.io-index"
11284checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11285dependencies = [
11286 "cipher",
11287]
11288
11289[[package]]
11290name = "same-file"
11291version = "1.0.6"
11292source = "registry+https://github.com/rust-lang/crates.io-index"
11293checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11294dependencies = [
11295 "winapi-util",
11296]
11297
11298[[package]]
11299name = "schannel"
11300version = "0.1.27"
11301source = "registry+https://github.com/rust-lang/crates.io-index"
11302checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11303dependencies = [
11304 "windows-sys 0.59.0",
11305]
11306
11307[[package]]
11308name = "schemars"
11309version = "0.8.21"
11310source = "registry+https://github.com/rust-lang/crates.io-index"
11311checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11312dependencies = [
11313 "dyn-clone",
11314 "indexmap",
11315 "schemars_derive",
11316 "serde",
11317 "serde_json",
11318]
11319
11320[[package]]
11321name = "schemars_derive"
11322version = "0.8.21"
11323source = "registry+https://github.com/rust-lang/crates.io-index"
11324checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11325dependencies = [
11326 "proc-macro2",
11327 "quote",
11328 "serde_derive_internals",
11329 "syn 2.0.90",
11330]
11331
11332[[package]]
11333name = "scoped-tls"
11334version = "1.0.1"
11335source = "registry+https://github.com/rust-lang/crates.io-index"
11336checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11337
11338[[package]]
11339name = "scopeguard"
11340version = "1.2.0"
11341source = "registry+https://github.com/rust-lang/crates.io-index"
11342checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11343
11344[[package]]
11345name = "scratch"
11346version = "1.0.7"
11347source = "registry+https://github.com/rust-lang/crates.io-index"
11348checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11349
11350[[package]]
11351name = "scrypt"
11352version = "0.11.0"
11353source = "registry+https://github.com/rust-lang/crates.io-index"
11354checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11355dependencies = [
11356 "password-hash 0.5.0",
11357 "pbkdf2 0.12.2",
11358 "salsa20",
11359 "sha2",
11360]
11361
11362[[package]]
11363name = "sct"
11364version = "0.7.1"
11365source = "registry+https://github.com/rust-lang/crates.io-index"
11366checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11367dependencies = [
11368 "ring",
11369 "untrusted",
11370]
11371
11372[[package]]
11373name = "sea-bae"
11374version = "0.2.1"
11375source = "registry+https://github.com/rust-lang/crates.io-index"
11376checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11377dependencies = [
11378 "heck 0.4.1",
11379 "proc-macro-error2",
11380 "proc-macro2",
11381 "quote",
11382 "syn 2.0.90",
11383]
11384
11385[[package]]
11386name = "sea-orm"
11387version = "1.1.4"
11388source = "registry+https://github.com/rust-lang/crates.io-index"
11389checksum = "1a93194430b419da0801f404baf3b986399d6a2a4f43bc79bc96dea83f92ca43"
11390dependencies = [
11391 "async-stream",
11392 "async-trait",
11393 "bigdecimal",
11394 "chrono",
11395 "futures 0.3.31",
11396 "log",
11397 "ouroboros",
11398 "rust_decimal",
11399 "sea-orm-macros",
11400 "sea-query",
11401 "sea-query-binder",
11402 "serde",
11403 "serde_json",
11404 "sqlx",
11405 "strum",
11406 "thiserror 1.0.69",
11407 "time",
11408 "tracing",
11409 "url",
11410 "uuid",
11411]
11412
11413[[package]]
11414name = "sea-orm-macros"
11415version = "1.1.4"
11416source = "registry+https://github.com/rust-lang/crates.io-index"
11417checksum = "d19e8f22fb474a8a622eb516c46885a080535d8d559386188f525977eaad32b3"
11418dependencies = [
11419 "heck 0.4.1",
11420 "proc-macro2",
11421 "quote",
11422 "sea-bae",
11423 "syn 2.0.90",
11424 "unicode-ident",
11425]
11426
11427[[package]]
11428name = "sea-query"
11429version = "0.32.1"
11430source = "registry+https://github.com/rust-lang/crates.io-index"
11431checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
11432dependencies = [
11433 "bigdecimal",
11434 "chrono",
11435 "inherent",
11436 "ordered-float 3.9.2",
11437 "rust_decimal",
11438 "serde_json",
11439 "time",
11440 "uuid",
11441]
11442
11443[[package]]
11444name = "sea-query-binder"
11445version = "0.7.0"
11446source = "registry+https://github.com/rust-lang/crates.io-index"
11447checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
11448dependencies = [
11449 "bigdecimal",
11450 "chrono",
11451 "rust_decimal",
11452 "sea-query",
11453 "serde_json",
11454 "sqlx",
11455 "time",
11456 "uuid",
11457]
11458
11459[[package]]
11460name = "seahash"
11461version = "4.1.0"
11462source = "registry+https://github.com/rust-lang/crates.io-index"
11463checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
11464
11465[[package]]
11466name = "search"
11467version = "0.1.0"
11468dependencies = [
11469 "any_vec",
11470 "anyhow",
11471 "bitflags 2.8.0",
11472 "client",
11473 "collections",
11474 "editor",
11475 "futures 0.3.31",
11476 "gpui",
11477 "language",
11478 "menu",
11479 "project",
11480 "schemars",
11481 "serde",
11482 "serde_json",
11483 "settings",
11484 "smol",
11485 "theme",
11486 "ui",
11487 "unindent",
11488 "util",
11489 "workspace",
11490]
11491
11492[[package]]
11493name = "sec1"
11494version = "0.3.0"
11495source = "registry+https://github.com/rust-lang/crates.io-index"
11496checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
11497dependencies = [
11498 "base16ct",
11499 "der 0.6.1",
11500 "generic-array",
11501 "pkcs8 0.9.0",
11502 "subtle",
11503 "zeroize",
11504]
11505
11506[[package]]
11507name = "security-framework"
11508version = "2.11.1"
11509source = "registry+https://github.com/rust-lang/crates.io-index"
11510checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
11511dependencies = [
11512 "bitflags 2.8.0",
11513 "core-foundation 0.9.4",
11514 "core-foundation-sys",
11515 "libc",
11516 "security-framework-sys",
11517]
11518
11519[[package]]
11520name = "security-framework"
11521version = "3.0.1"
11522source = "registry+https://github.com/rust-lang/crates.io-index"
11523checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
11524dependencies = [
11525 "bitflags 2.8.0",
11526 "core-foundation 0.10.0",
11527 "core-foundation-sys",
11528 "libc",
11529 "security-framework-sys",
11530]
11531
11532[[package]]
11533name = "security-framework-sys"
11534version = "2.12.1"
11535source = "registry+https://github.com/rust-lang/crates.io-index"
11536checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
11537dependencies = [
11538 "core-foundation-sys",
11539 "libc",
11540]
11541
11542[[package]]
11543name = "self_cell"
11544version = "1.1.0"
11545source = "registry+https://github.com/rust-lang/crates.io-index"
11546checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
11547
11548[[package]]
11549name = "semantic_index"
11550version = "0.1.0"
11551dependencies = [
11552 "anyhow",
11553 "arrayvec",
11554 "blake3",
11555 "client",
11556 "clock",
11557 "collections",
11558 "env_logger 0.11.6",
11559 "feature_flags",
11560 "fs",
11561 "futures 0.3.31",
11562 "futures-batch",
11563 "gpui",
11564 "heed",
11565 "http_client",
11566 "language",
11567 "language_model",
11568 "languages",
11569 "log",
11570 "open_ai",
11571 "parking_lot",
11572 "project",
11573 "reqwest_client",
11574 "serde",
11575 "serde_json",
11576 "settings",
11577 "sha2",
11578 "smol",
11579 "tempfile",
11580 "theme",
11581 "tree-sitter",
11582 "ui",
11583 "unindent",
11584 "util",
11585 "workspace",
11586 "worktree",
11587]
11588
11589[[package]]
11590name = "semantic_version"
11591version = "0.1.0"
11592dependencies = [
11593 "anyhow",
11594 "serde",
11595]
11596
11597[[package]]
11598name = "semver"
11599version = "1.0.24"
11600source = "registry+https://github.com/rust-lang/crates.io-index"
11601checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
11602dependencies = [
11603 "serde",
11604]
11605
11606[[package]]
11607name = "serde"
11608version = "1.0.217"
11609source = "registry+https://github.com/rust-lang/crates.io-index"
11610checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
11611dependencies = [
11612 "serde_derive",
11613]
11614
11615[[package]]
11616name = "serde_derive"
11617version = "1.0.217"
11618source = "registry+https://github.com/rust-lang/crates.io-index"
11619checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
11620dependencies = [
11621 "proc-macro2",
11622 "quote",
11623 "syn 2.0.90",
11624]
11625
11626[[package]]
11627name = "serde_derive_internals"
11628version = "0.29.1"
11629source = "registry+https://github.com/rust-lang/crates.io-index"
11630checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11631dependencies = [
11632 "proc-macro2",
11633 "quote",
11634 "syn 2.0.90",
11635]
11636
11637[[package]]
11638name = "serde_fmt"
11639version = "1.0.3"
11640source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11642dependencies = [
11643 "serde",
11644]
11645
11646[[package]]
11647name = "serde_json"
11648version = "1.0.135"
11649source = "registry+https://github.com/rust-lang/crates.io-index"
11650checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
11651dependencies = [
11652 "indexmap",
11653 "itoa",
11654 "memchr",
11655 "ryu",
11656 "serde",
11657]
11658
11659[[package]]
11660name = "serde_json_lenient"
11661version = "0.2.4"
11662source = "registry+https://github.com/rust-lang/crates.io-index"
11663checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
11664dependencies = [
11665 "indexmap",
11666 "itoa",
11667 "memchr",
11668 "ryu",
11669 "serde",
11670]
11671
11672[[package]]
11673name = "serde_path_to_error"
11674version = "0.1.16"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11677dependencies = [
11678 "itoa",
11679 "serde",
11680]
11681
11682[[package]]
11683name = "serde_qs"
11684version = "0.8.5"
11685source = "registry+https://github.com/rust-lang/crates.io-index"
11686checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11687dependencies = [
11688 "percent-encoding",
11689 "serde",
11690 "thiserror 1.0.69",
11691]
11692
11693[[package]]
11694name = "serde_qs"
11695version = "0.10.1"
11696source = "registry+https://github.com/rust-lang/crates.io-index"
11697checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11698dependencies = [
11699 "percent-encoding",
11700 "serde",
11701 "thiserror 1.0.69",
11702]
11703
11704[[package]]
11705name = "serde_repr"
11706version = "0.1.19"
11707source = "registry+https://github.com/rust-lang/crates.io-index"
11708checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11709dependencies = [
11710 "proc-macro2",
11711 "quote",
11712 "syn 2.0.90",
11713]
11714
11715[[package]]
11716name = "serde_spanned"
11717version = "0.6.8"
11718source = "registry+https://github.com/rust-lang/crates.io-index"
11719checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
11720dependencies = [
11721 "serde",
11722]
11723
11724[[package]]
11725name = "serde_urlencoded"
11726version = "0.7.1"
11727source = "registry+https://github.com/rust-lang/crates.io-index"
11728checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11729dependencies = [
11730 "form_urlencoded",
11731 "itoa",
11732 "ryu",
11733 "serde",
11734]
11735
11736[[package]]
11737name = "session"
11738version = "0.1.0"
11739dependencies = [
11740 "db",
11741 "gpui",
11742 "serde_json",
11743 "util",
11744 "uuid",
11745]
11746
11747[[package]]
11748name = "settings"
11749version = "0.1.0"
11750dependencies = [
11751 "anyhow",
11752 "collections",
11753 "ec4rs",
11754 "fs",
11755 "futures 0.3.31",
11756 "gpui",
11757 "indoc",
11758 "log",
11759 "paths",
11760 "pretty_assertions",
11761 "release_channel",
11762 "rust-embed",
11763 "schemars",
11764 "serde",
11765 "serde_derive",
11766 "serde_json",
11767 "serde_json_lenient",
11768 "smallvec",
11769 "tree-sitter",
11770 "tree-sitter-json",
11771 "unindent",
11772 "util",
11773]
11774
11775[[package]]
11776name = "settings_ui"
11777version = "0.1.0"
11778dependencies = [
11779 "command_palette_hooks",
11780 "editor",
11781 "feature_flags",
11782 "gpui",
11783 "settings",
11784 "theme",
11785 "ui",
11786 "workspace",
11787]
11788
11789[[package]]
11790name = "sha1"
11791version = "0.10.6"
11792source = "registry+https://github.com/rust-lang/crates.io-index"
11793checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11794dependencies = [
11795 "cfg-if",
11796 "cpufeatures",
11797 "digest",
11798]
11799
11800[[package]]
11801name = "sha1_smol"
11802version = "1.0.1"
11803source = "registry+https://github.com/rust-lang/crates.io-index"
11804checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11805
11806[[package]]
11807name = "sha2"
11808version = "0.10.8"
11809source = "registry+https://github.com/rust-lang/crates.io-index"
11810checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11811dependencies = [
11812 "cfg-if",
11813 "cpufeatures",
11814 "digest",
11815]
11816
11817[[package]]
11818name = "sharded-slab"
11819version = "0.1.7"
11820source = "registry+https://github.com/rust-lang/crates.io-index"
11821checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11822dependencies = [
11823 "lazy_static",
11824]
11825
11826[[package]]
11827name = "shell-words"
11828version = "1.1.0"
11829source = "registry+https://github.com/rust-lang/crates.io-index"
11830checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11831
11832[[package]]
11833name = "shellexpand"
11834version = "2.1.2"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11837dependencies = [
11838 "dirs 4.0.0",
11839]
11840
11841[[package]]
11842name = "shellexpand"
11843version = "3.1.0"
11844source = "registry+https://github.com/rust-lang/crates.io-index"
11845checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11846dependencies = [
11847 "dirs 5.0.1",
11848]
11849
11850[[package]]
11851name = "shlex"
11852version = "1.3.0"
11853source = "registry+https://github.com/rust-lang/crates.io-index"
11854checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11855
11856[[package]]
11857name = "signal-hook"
11858version = "0.3.17"
11859source = "registry+https://github.com/rust-lang/crates.io-index"
11860checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11861dependencies = [
11862 "libc",
11863 "signal-hook-registry",
11864]
11865
11866[[package]]
11867name = "signal-hook-registry"
11868version = "1.4.2"
11869source = "registry+https://github.com/rust-lang/crates.io-index"
11870checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11871dependencies = [
11872 "libc",
11873]
11874
11875[[package]]
11876name = "signature"
11877version = "1.6.4"
11878source = "registry+https://github.com/rust-lang/crates.io-index"
11879checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11880dependencies = [
11881 "digest",
11882 "rand_core 0.6.4",
11883]
11884
11885[[package]]
11886name = "signature"
11887version = "2.2.0"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11890dependencies = [
11891 "digest",
11892 "rand_core 0.6.4",
11893]
11894
11895[[package]]
11896name = "simd-adler32"
11897version = "0.3.7"
11898source = "registry+https://github.com/rust-lang/crates.io-index"
11899checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11900
11901[[package]]
11902name = "simd_helpers"
11903version = "0.1.0"
11904source = "registry+https://github.com/rust-lang/crates.io-index"
11905checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11906dependencies = [
11907 "quote",
11908]
11909
11910[[package]]
11911name = "simdutf8"
11912version = "0.1.5"
11913source = "registry+https://github.com/rust-lang/crates.io-index"
11914checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
11915
11916[[package]]
11917name = "similar"
11918version = "1.3.0"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11921
11922[[package]]
11923name = "simple_asn1"
11924version = "0.6.2"
11925source = "registry+https://github.com/rust-lang/crates.io-index"
11926checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11927dependencies = [
11928 "num-bigint",
11929 "num-traits",
11930 "thiserror 1.0.69",
11931 "time",
11932]
11933
11934[[package]]
11935name = "simplecss"
11936version = "0.2.1"
11937source = "registry+https://github.com/rust-lang/crates.io-index"
11938checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11939dependencies = [
11940 "log",
11941]
11942
11943[[package]]
11944name = "simplelog"
11945version = "0.12.2"
11946source = "registry+https://github.com/rust-lang/crates.io-index"
11947checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11948dependencies = [
11949 "log",
11950 "termcolor",
11951 "time",
11952]
11953
11954[[package]]
11955name = "siphasher"
11956version = "0.3.11"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11959
11960[[package]]
11961name = "siphasher"
11962version = "1.0.1"
11963source = "registry+https://github.com/rust-lang/crates.io-index"
11964checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11965
11966[[package]]
11967name = "skrifa"
11968version = "0.22.3"
11969source = "registry+https://github.com/rust-lang/crates.io-index"
11970checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
11971dependencies = [
11972 "bytemuck",
11973 "read-fonts",
11974]
11975
11976[[package]]
11977name = "slab"
11978version = "0.4.9"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11981dependencies = [
11982 "autocfg",
11983]
11984
11985[[package]]
11986name = "slash_commands_example"
11987version = "0.1.0"
11988dependencies = [
11989 "zed_extension_api 0.1.0",
11990]
11991
11992[[package]]
11993name = "slice-group-by"
11994version = "0.3.1"
11995source = "registry+https://github.com/rust-lang/crates.io-index"
11996checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11997
11998[[package]]
11999name = "slotmap"
12000version = "1.0.7"
12001source = "registry+https://github.com/rust-lang/crates.io-index"
12002checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12003dependencies = [
12004 "version_check",
12005]
12006
12007[[package]]
12008name = "smallvec"
12009version = "1.13.2"
12010source = "registry+https://github.com/rust-lang/crates.io-index"
12011checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
12012dependencies = [
12013 "serde",
12014]
12015
12016[[package]]
12017name = "smart-default"
12018version = "0.6.0"
12019source = "registry+https://github.com/rust-lang/crates.io-index"
12020checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12021dependencies = [
12022 "proc-macro2",
12023 "quote",
12024 "syn 1.0.109",
12025]
12026
12027[[package]]
12028name = "smol"
12029version = "2.0.2"
12030source = "registry+https://github.com/rust-lang/crates.io-index"
12031checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12032dependencies = [
12033 "async-channel 2.3.1",
12034 "async-executor",
12035 "async-fs",
12036 "async-io",
12037 "async-lock",
12038 "async-net",
12039 "async-process",
12040 "blocking",
12041 "futures-lite 2.5.0",
12042]
12043
12044[[package]]
12045name = "smol_str"
12046version = "0.1.24"
12047source = "registry+https://github.com/rust-lang/crates.io-index"
12048checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12049dependencies = [
12050 "serde",
12051]
12052
12053[[package]]
12054name = "snippet"
12055version = "0.1.0"
12056dependencies = [
12057 "anyhow",
12058 "smallvec",
12059]
12060
12061[[package]]
12062name = "snippet_provider"
12063version = "0.1.0"
12064dependencies = [
12065 "anyhow",
12066 "collections",
12067 "extension",
12068 "fs",
12069 "futures 0.3.31",
12070 "gpui",
12071 "parking_lot",
12072 "paths",
12073 "serde",
12074 "serde_json",
12075 "snippet",
12076 "util",
12077]
12078
12079[[package]]
12080name = "snippets_ui"
12081version = "0.1.0"
12082dependencies = [
12083 "fuzzy",
12084 "gpui",
12085 "language",
12086 "paths",
12087 "picker",
12088 "ui",
12089 "util",
12090 "workspace",
12091]
12092
12093[[package]]
12094name = "socket2"
12095version = "0.5.8"
12096source = "registry+https://github.com/rust-lang/crates.io-index"
12097checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12098dependencies = [
12099 "libc",
12100 "windows-sys 0.52.0",
12101]
12102
12103[[package]]
12104name = "spdx"
12105version = "0.10.7"
12106source = "registry+https://github.com/rust-lang/crates.io-index"
12107checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12108dependencies = [
12109 "smallvec",
12110]
12111
12112[[package]]
12113name = "spin"
12114version = "0.9.8"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12117dependencies = [
12118 "lock_api",
12119]
12120
12121[[package]]
12122name = "spirv"
12123version = "0.3.0+sdk-1.3.268.0"
12124source = "registry+https://github.com/rust-lang/crates.io-index"
12125checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12126dependencies = [
12127 "bitflags 2.8.0",
12128]
12129
12130[[package]]
12131name = "spki"
12132version = "0.6.0"
12133source = "registry+https://github.com/rust-lang/crates.io-index"
12134checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12135dependencies = [
12136 "base64ct",
12137 "der 0.6.1",
12138]
12139
12140[[package]]
12141name = "spki"
12142version = "0.7.3"
12143source = "registry+https://github.com/rust-lang/crates.io-index"
12144checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12145dependencies = [
12146 "base64ct",
12147 "der 0.7.9",
12148]
12149
12150[[package]]
12151name = "sptr"
12152version = "0.3.2"
12153source = "registry+https://github.com/rust-lang/crates.io-index"
12154checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12155
12156[[package]]
12157name = "sqlez"
12158version = "0.1.0"
12159dependencies = [
12160 "anyhow",
12161 "collections",
12162 "futures 0.3.31",
12163 "indoc",
12164 "libsqlite3-sys",
12165 "parking_lot",
12166 "smol",
12167 "sqlformat",
12168 "thread_local",
12169 "util",
12170 "uuid",
12171]
12172
12173[[package]]
12174name = "sqlez_macros"
12175version = "0.1.0"
12176dependencies = [
12177 "sqlez",
12178 "sqlformat",
12179 "syn 1.0.109",
12180]
12181
12182[[package]]
12183name = "sqlformat"
12184version = "0.2.6"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12187dependencies = [
12188 "nom",
12189 "unicode_categories",
12190]
12191
12192[[package]]
12193name = "sqlx"
12194version = "0.8.2"
12195source = "registry+https://github.com/rust-lang/crates.io-index"
12196checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
12197dependencies = [
12198 "sqlx-core",
12199 "sqlx-macros",
12200 "sqlx-mysql",
12201 "sqlx-postgres",
12202 "sqlx-sqlite",
12203]
12204
12205[[package]]
12206name = "sqlx-core"
12207version = "0.8.2"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
12210dependencies = [
12211 "atoi",
12212 "bigdecimal",
12213 "byteorder",
12214 "bytes 1.9.0",
12215 "chrono",
12216 "crc",
12217 "crossbeam-queue",
12218 "either",
12219 "event-listener 5.3.1",
12220 "futures-channel",
12221 "futures-core",
12222 "futures-intrusive",
12223 "futures-io",
12224 "futures-util",
12225 "hashbrown 0.14.5",
12226 "hashlink 0.9.1",
12227 "hex",
12228 "indexmap",
12229 "log",
12230 "memchr",
12231 "once_cell",
12232 "paste",
12233 "percent-encoding",
12234 "rust_decimal",
12235 "rustls 0.23.20",
12236 "rustls-pemfile 2.2.0",
12237 "serde",
12238 "serde_json",
12239 "sha2",
12240 "smallvec",
12241 "sqlformat",
12242 "thiserror 1.0.69",
12243 "time",
12244 "tokio",
12245 "tokio-stream",
12246 "tracing",
12247 "url",
12248 "uuid",
12249 "webpki-roots 0.26.7",
12250]
12251
12252[[package]]
12253name = "sqlx-macros"
12254version = "0.8.2"
12255source = "registry+https://github.com/rust-lang/crates.io-index"
12256checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
12257dependencies = [
12258 "proc-macro2",
12259 "quote",
12260 "sqlx-core",
12261 "sqlx-macros-core",
12262 "syn 2.0.90",
12263]
12264
12265[[package]]
12266name = "sqlx-macros-core"
12267version = "0.8.2"
12268source = "registry+https://github.com/rust-lang/crates.io-index"
12269checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
12270dependencies = [
12271 "dotenvy",
12272 "either",
12273 "heck 0.5.0",
12274 "hex",
12275 "once_cell",
12276 "proc-macro2",
12277 "quote",
12278 "serde",
12279 "serde_json",
12280 "sha2",
12281 "sqlx-core",
12282 "sqlx-mysql",
12283 "sqlx-postgres",
12284 "sqlx-sqlite",
12285 "syn 2.0.90",
12286 "tempfile",
12287 "tokio",
12288 "url",
12289]
12290
12291[[package]]
12292name = "sqlx-mysql"
12293version = "0.8.2"
12294source = "registry+https://github.com/rust-lang/crates.io-index"
12295checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
12296dependencies = [
12297 "atoi",
12298 "base64 0.22.1",
12299 "bigdecimal",
12300 "bitflags 2.8.0",
12301 "byteorder",
12302 "bytes 1.9.0",
12303 "chrono",
12304 "crc",
12305 "digest",
12306 "dotenvy",
12307 "either",
12308 "futures-channel",
12309 "futures-core",
12310 "futures-io",
12311 "futures-util",
12312 "generic-array",
12313 "hex",
12314 "hkdf",
12315 "hmac",
12316 "itoa",
12317 "log",
12318 "md-5",
12319 "memchr",
12320 "once_cell",
12321 "percent-encoding",
12322 "rand 0.8.5",
12323 "rsa",
12324 "rust_decimal",
12325 "serde",
12326 "sha1",
12327 "sha2",
12328 "smallvec",
12329 "sqlx-core",
12330 "stringprep",
12331 "thiserror 1.0.69",
12332 "time",
12333 "tracing",
12334 "uuid",
12335 "whoami",
12336]
12337
12338[[package]]
12339name = "sqlx-postgres"
12340version = "0.8.2"
12341source = "registry+https://github.com/rust-lang/crates.io-index"
12342checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
12343dependencies = [
12344 "atoi",
12345 "base64 0.22.1",
12346 "bigdecimal",
12347 "bitflags 2.8.0",
12348 "byteorder",
12349 "chrono",
12350 "crc",
12351 "dotenvy",
12352 "etcetera",
12353 "futures-channel",
12354 "futures-core",
12355 "futures-io",
12356 "futures-util",
12357 "hex",
12358 "hkdf",
12359 "hmac",
12360 "home",
12361 "itoa",
12362 "log",
12363 "md-5",
12364 "memchr",
12365 "num-bigint",
12366 "once_cell",
12367 "rand 0.8.5",
12368 "rust_decimal",
12369 "serde",
12370 "serde_json",
12371 "sha2",
12372 "smallvec",
12373 "sqlx-core",
12374 "stringprep",
12375 "thiserror 1.0.69",
12376 "time",
12377 "tracing",
12378 "uuid",
12379 "whoami",
12380]
12381
12382[[package]]
12383name = "sqlx-sqlite"
12384version = "0.8.2"
12385source = "registry+https://github.com/rust-lang/crates.io-index"
12386checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
12387dependencies = [
12388 "atoi",
12389 "chrono",
12390 "flume",
12391 "futures-channel",
12392 "futures-core",
12393 "futures-executor",
12394 "futures-intrusive",
12395 "futures-util",
12396 "libsqlite3-sys",
12397 "log",
12398 "percent-encoding",
12399 "serde",
12400 "serde_urlencoded",
12401 "sqlx-core",
12402 "time",
12403 "tracing",
12404 "url",
12405 "uuid",
12406]
12407
12408[[package]]
12409name = "stable_deref_trait"
12410version = "1.2.0"
12411source = "registry+https://github.com/rust-lang/crates.io-index"
12412checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12413
12414[[package]]
12415name = "static_assertions"
12416version = "1.1.0"
12417source = "registry+https://github.com/rust-lang/crates.io-index"
12418checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12419
12420[[package]]
12421name = "story"
12422version = "0.1.0"
12423dependencies = [
12424 "gpui",
12425 "itertools 0.14.0",
12426 "smallvec",
12427]
12428
12429[[package]]
12430name = "storybook"
12431version = "0.1.0"
12432dependencies = [
12433 "anyhow",
12434 "clap",
12435 "collab_ui",
12436 "ctrlc",
12437 "dialoguer",
12438 "editor",
12439 "fuzzy",
12440 "gpui",
12441 "indoc",
12442 "language",
12443 "log",
12444 "menu",
12445 "picker",
12446 "project",
12447 "reqwest_client",
12448 "rust-embed",
12449 "settings",
12450 "simplelog",
12451 "story",
12452 "strum",
12453 "theme",
12454 "title_bar",
12455 "ui",
12456]
12457
12458[[package]]
12459name = "streaming_diff"
12460version = "0.1.0"
12461dependencies = [
12462 "ordered-float 2.10.1",
12463 "rand 0.8.5",
12464 "rope",
12465 "util",
12466]
12467
12468[[package]]
12469name = "strict-num"
12470version = "0.1.1"
12471source = "registry+https://github.com/rust-lang/crates.io-index"
12472checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
12473dependencies = [
12474 "float-cmp",
12475]
12476
12477[[package]]
12478name = "string_cache"
12479version = "0.8.7"
12480source = "registry+https://github.com/rust-lang/crates.io-index"
12481checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
12482dependencies = [
12483 "new_debug_unreachable",
12484 "once_cell",
12485 "parking_lot",
12486 "phf_shared 0.10.0",
12487 "precomputed-hash",
12488 "serde",
12489]
12490
12491[[package]]
12492name = "string_cache_codegen"
12493version = "0.5.2"
12494source = "registry+https://github.com/rust-lang/crates.io-index"
12495checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
12496dependencies = [
12497 "phf_generator 0.10.0",
12498 "phf_shared 0.10.0",
12499 "proc-macro2",
12500 "quote",
12501]
12502
12503[[package]]
12504name = "stringprep"
12505version = "0.1.5"
12506source = "registry+https://github.com/rust-lang/crates.io-index"
12507checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
12508dependencies = [
12509 "unicode-bidi",
12510 "unicode-normalization",
12511 "unicode-properties",
12512]
12513
12514[[package]]
12515name = "strsim"
12516version = "0.11.1"
12517source = "registry+https://github.com/rust-lang/crates.io-index"
12518checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
12519
12520[[package]]
12521name = "strum"
12522version = "0.26.3"
12523source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
12525dependencies = [
12526 "strum_macros",
12527]
12528
12529[[package]]
12530name = "strum_macros"
12531version = "0.26.4"
12532source = "registry+https://github.com/rust-lang/crates.io-index"
12533checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
12534dependencies = [
12535 "heck 0.5.0",
12536 "proc-macro2",
12537 "quote",
12538 "rustversion",
12539 "syn 2.0.90",
12540]
12541
12542[[package]]
12543name = "subtle"
12544version = "2.6.1"
12545source = "registry+https://github.com/rust-lang/crates.io-index"
12546checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
12547
12548[[package]]
12549name = "sum_tree"
12550version = "0.1.0"
12551dependencies = [
12552 "arrayvec",
12553 "ctor",
12554 "env_logger 0.11.6",
12555 "log",
12556 "rand 0.8.5",
12557 "rayon",
12558]
12559
12560[[package]]
12561name = "supermaven"
12562version = "0.1.0"
12563dependencies = [
12564 "anyhow",
12565 "client",
12566 "collections",
12567 "editor",
12568 "env_logger 0.11.6",
12569 "futures 0.3.31",
12570 "gpui",
12571 "http_client",
12572 "inline_completion",
12573 "language",
12574 "log",
12575 "postage",
12576 "project",
12577 "serde",
12578 "serde_json",
12579 "settings",
12580 "smol",
12581 "supermaven_api",
12582 "text",
12583 "theme",
12584 "ui",
12585 "unicode-segmentation",
12586 "util",
12587]
12588
12589[[package]]
12590name = "supermaven_api"
12591version = "0.1.0"
12592dependencies = [
12593 "anyhow",
12594 "futures 0.3.31",
12595 "http_client",
12596 "paths",
12597 "serde",
12598 "serde_json",
12599 "smol",
12600]
12601
12602[[package]]
12603name = "sval"
12604version = "2.13.2"
12605source = "registry+https://github.com/rust-lang/crates.io-index"
12606checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
12607
12608[[package]]
12609name = "sval_buffer"
12610version = "2.13.2"
12611source = "registry+https://github.com/rust-lang/crates.io-index"
12612checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
12613dependencies = [
12614 "sval",
12615 "sval_ref",
12616]
12617
12618[[package]]
12619name = "sval_dynamic"
12620version = "2.13.2"
12621source = "registry+https://github.com/rust-lang/crates.io-index"
12622checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
12623dependencies = [
12624 "sval",
12625]
12626
12627[[package]]
12628name = "sval_fmt"
12629version = "2.13.2"
12630source = "registry+https://github.com/rust-lang/crates.io-index"
12631checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
12632dependencies = [
12633 "itoa",
12634 "ryu",
12635 "sval",
12636]
12637
12638[[package]]
12639name = "sval_json"
12640version = "2.13.2"
12641source = "registry+https://github.com/rust-lang/crates.io-index"
12642checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
12643dependencies = [
12644 "itoa",
12645 "ryu",
12646 "sval",
12647]
12648
12649[[package]]
12650name = "sval_nested"
12651version = "2.13.2"
12652source = "registry+https://github.com/rust-lang/crates.io-index"
12653checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
12654dependencies = [
12655 "sval",
12656 "sval_buffer",
12657 "sval_ref",
12658]
12659
12660[[package]]
12661name = "sval_ref"
12662version = "2.13.2"
12663source = "registry+https://github.com/rust-lang/crates.io-index"
12664checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
12665dependencies = [
12666 "sval",
12667]
12668
12669[[package]]
12670name = "sval_serde"
12671version = "2.13.2"
12672source = "registry+https://github.com/rust-lang/crates.io-index"
12673checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
12674dependencies = [
12675 "serde",
12676 "sval",
12677 "sval_nested",
12678]
12679
12680[[package]]
12681name = "svg_fmt"
12682version = "0.4.4"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
12685
12686[[package]]
12687name = "svgtypes"
12688version = "0.15.2"
12689source = "registry+https://github.com/rust-lang/crates.io-index"
12690checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12691dependencies = [
12692 "kurbo",
12693 "siphasher 1.0.1",
12694]
12695
12696[[package]]
12697name = "swash"
12698version = "0.1.19"
12699source = "registry+https://github.com/rust-lang/crates.io-index"
12700checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
12701dependencies = [
12702 "skrifa",
12703 "yazi",
12704 "zeno",
12705]
12706
12707[[package]]
12708name = "syn"
12709version = "1.0.109"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12712dependencies = [
12713 "proc-macro2",
12714 "quote",
12715 "unicode-ident",
12716]
12717
12718[[package]]
12719name = "syn"
12720version = "2.0.90"
12721source = "registry+https://github.com/rust-lang/crates.io-index"
12722checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
12723dependencies = [
12724 "proc-macro2",
12725 "quote",
12726 "unicode-ident",
12727]
12728
12729[[package]]
12730name = "sync_wrapper"
12731version = "0.1.2"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12734
12735[[package]]
12736name = "sync_wrapper"
12737version = "1.0.2"
12738source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
12740dependencies = [
12741 "futures-core",
12742]
12743
12744[[package]]
12745name = "synchronoise"
12746version = "1.0.1"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12749dependencies = [
12750 "crossbeam-queue",
12751]
12752
12753[[package]]
12754name = "synstructure"
12755version = "0.13.1"
12756source = "registry+https://github.com/rust-lang/crates.io-index"
12757checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
12758dependencies = [
12759 "proc-macro2",
12760 "quote",
12761 "syn 2.0.90",
12762]
12763
12764[[package]]
12765name = "sys-locale"
12766version = "0.3.2"
12767source = "registry+https://github.com/rust-lang/crates.io-index"
12768checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12769dependencies = [
12770 "libc",
12771]
12772
12773[[package]]
12774name = "sysinfo"
12775version = "0.31.4"
12776source = "registry+https://github.com/rust-lang/crates.io-index"
12777checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12778dependencies = [
12779 "core-foundation-sys",
12780 "libc",
12781 "memchr",
12782 "ntapi",
12783 "rayon",
12784 "windows 0.57.0",
12785]
12786
12787[[package]]
12788name = "system-configuration"
12789version = "0.5.1"
12790source = "registry+https://github.com/rust-lang/crates.io-index"
12791checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12792dependencies = [
12793 "bitflags 1.3.2",
12794 "core-foundation 0.9.4",
12795 "system-configuration-sys 0.5.0",
12796]
12797
12798[[package]]
12799name = "system-configuration"
12800version = "0.6.1"
12801source = "registry+https://github.com/rust-lang/crates.io-index"
12802checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12803dependencies = [
12804 "bitflags 2.8.0",
12805 "core-foundation 0.9.4",
12806 "system-configuration-sys 0.6.0",
12807]
12808
12809[[package]]
12810name = "system-configuration-sys"
12811version = "0.5.0"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12814dependencies = [
12815 "core-foundation-sys",
12816 "libc",
12817]
12818
12819[[package]]
12820name = "system-configuration-sys"
12821version = "0.6.0"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12824dependencies = [
12825 "core-foundation-sys",
12826 "libc",
12827]
12828
12829[[package]]
12830name = "system-deps"
12831version = "6.2.2"
12832source = "registry+https://github.com/rust-lang/crates.io-index"
12833checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12834dependencies = [
12835 "cfg-expr",
12836 "heck 0.5.0",
12837 "pkg-config",
12838 "toml 0.8.19",
12839 "version-compare",
12840]
12841
12842[[package]]
12843name = "system-interface"
12844version = "0.27.3"
12845source = "registry+https://github.com/rust-lang/crates.io-index"
12846checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
12847dependencies = [
12848 "bitflags 2.8.0",
12849 "cap-fs-ext",
12850 "cap-std",
12851 "fd-lock",
12852 "io-lifetimes",
12853 "rustix",
12854 "windows-sys 0.59.0",
12855 "winx",
12856]
12857
12858[[package]]
12859name = "tab_switcher"
12860version = "0.1.0"
12861dependencies = [
12862 "anyhow",
12863 "collections",
12864 "ctor",
12865 "editor",
12866 "env_logger 0.11.6",
12867 "gpui",
12868 "language",
12869 "menu",
12870 "picker",
12871 "project",
12872 "schemars",
12873 "serde",
12874 "serde_json",
12875 "settings",
12876 "theme",
12877 "ui",
12878 "util",
12879 "workspace",
12880]
12881
12882[[package]]
12883name = "taffy"
12884version = "0.4.4"
12885source = "registry+https://github.com/rust-lang/crates.io-index"
12886checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12887dependencies = [
12888 "arrayvec",
12889 "grid",
12890 "num-traits",
12891 "serde",
12892 "slotmap",
12893]
12894
12895[[package]]
12896name = "take-until"
12897version = "0.2.0"
12898source = "registry+https://github.com/rust-lang/crates.io-index"
12899checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12900
12901[[package]]
12902name = "tap"
12903version = "1.0.1"
12904source = "registry+https://github.com/rust-lang/crates.io-index"
12905checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12906
12907[[package]]
12908name = "target-lexicon"
12909version = "0.12.16"
12910source = "registry+https://github.com/rust-lang/crates.io-index"
12911checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12912
12913[[package]]
12914name = "task"
12915version = "0.1.0"
12916dependencies = [
12917 "anyhow",
12918 "collections",
12919 "futures 0.3.31",
12920 "gpui",
12921 "hex",
12922 "parking_lot",
12923 "schemars",
12924 "serde",
12925 "serde_json_lenient",
12926 "sha2",
12927 "shellexpand 2.1.2",
12928 "util",
12929 "zed_actions",
12930]
12931
12932[[package]]
12933name = "tasks_ui"
12934version = "0.1.0"
12935dependencies = [
12936 "anyhow",
12937 "editor",
12938 "file_icons",
12939 "fuzzy",
12940 "gpui",
12941 "language",
12942 "menu",
12943 "picker",
12944 "project",
12945 "schemars",
12946 "serde",
12947 "serde_json",
12948 "settings",
12949 "task",
12950 "tree-sitter-rust",
12951 "tree-sitter-typescript",
12952 "ui",
12953 "util",
12954 "workspace",
12955 "zed_actions",
12956]
12957
12958[[package]]
12959name = "telemetry"
12960version = "0.1.0"
12961dependencies = [
12962 "futures 0.3.31",
12963 "serde",
12964 "serde_json",
12965 "telemetry_events",
12966]
12967
12968[[package]]
12969name = "telemetry_events"
12970version = "0.1.0"
12971dependencies = [
12972 "semantic_version",
12973 "serde",
12974 "serde_json",
12975]
12976
12977[[package]]
12978name = "tempfile"
12979version = "3.15.0"
12980source = "registry+https://github.com/rust-lang/crates.io-index"
12981checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
12982dependencies = [
12983 "cfg-if",
12984 "fastrand 2.3.0",
12985 "getrandom 0.2.15",
12986 "once_cell",
12987 "rustix",
12988 "windows-sys 0.59.0",
12989]
12990
12991[[package]]
12992name = "tendril"
12993version = "0.4.3"
12994source = "registry+https://github.com/rust-lang/crates.io-index"
12995checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12996dependencies = [
12997 "futf",
12998 "mac",
12999 "utf-8",
13000]
13001
13002[[package]]
13003name = "termcolor"
13004version = "1.4.1"
13005source = "registry+https://github.com/rust-lang/crates.io-index"
13006checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13007dependencies = [
13008 "winapi-util",
13009]
13010
13011[[package]]
13012name = "terminal"
13013version = "0.1.0"
13014dependencies = [
13015 "alacritty_terminal",
13016 "anyhow",
13017 "collections",
13018 "dirs 4.0.0",
13019 "futures 0.3.31",
13020 "gpui",
13021 "libc",
13022 "rand 0.8.5",
13023 "regex",
13024 "release_channel",
13025 "schemars",
13026 "serde",
13027 "serde_derive",
13028 "settings",
13029 "smol",
13030 "sysinfo",
13031 "task",
13032 "theme",
13033 "thiserror 1.0.69",
13034 "util",
13035 "windows 0.58.0",
13036]
13037
13038[[package]]
13039name = "terminal_size"
13040version = "0.4.1"
13041source = "registry+https://github.com/rust-lang/crates.io-index"
13042checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13043dependencies = [
13044 "rustix",
13045 "windows-sys 0.59.0",
13046]
13047
13048[[package]]
13049name = "terminal_view"
13050version = "0.1.0"
13051dependencies = [
13052 "anyhow",
13053 "async-recursion 1.1.1",
13054 "breadcrumbs",
13055 "client",
13056 "collections",
13057 "db",
13058 "dirs 4.0.0",
13059 "editor",
13060 "futures 0.3.31",
13061 "gpui",
13062 "itertools 0.14.0",
13063 "language",
13064 "project",
13065 "rand 0.8.5",
13066 "schemars",
13067 "search",
13068 "serde",
13069 "serde_json",
13070 "settings",
13071 "shellexpand 2.1.2",
13072 "smol",
13073 "task",
13074 "terminal",
13075 "theme",
13076 "ui",
13077 "util",
13078 "workspace",
13079 "zed_actions",
13080]
13081
13082[[package]]
13083name = "text"
13084version = "0.1.0"
13085dependencies = [
13086 "anyhow",
13087 "clock",
13088 "collections",
13089 "ctor",
13090 "env_logger 0.11.6",
13091 "gpui",
13092 "http_client",
13093 "log",
13094 "parking_lot",
13095 "postage",
13096 "rand 0.8.5",
13097 "regex",
13098 "rope",
13099 "smallvec",
13100 "sum_tree",
13101 "util",
13102]
13103
13104[[package]]
13105name = "theme"
13106version = "0.1.0"
13107dependencies = [
13108 "anyhow",
13109 "collections",
13110 "derive_more",
13111 "fs",
13112 "futures 0.3.31",
13113 "gpui",
13114 "indexmap",
13115 "log",
13116 "palette",
13117 "parking_lot",
13118 "refineable",
13119 "schemars",
13120 "serde",
13121 "serde_derive",
13122 "serde_json",
13123 "serde_json_lenient",
13124 "serde_repr",
13125 "settings",
13126 "strum",
13127 "util",
13128 "uuid",
13129]
13130
13131[[package]]
13132name = "theme_extension"
13133version = "0.1.0"
13134dependencies = [
13135 "anyhow",
13136 "extension",
13137 "fs",
13138 "gpui",
13139 "theme",
13140]
13141
13142[[package]]
13143name = "theme_importer"
13144version = "0.1.0"
13145dependencies = [
13146 "anyhow",
13147 "clap",
13148 "gpui",
13149 "indexmap",
13150 "log",
13151 "palette",
13152 "rust-embed",
13153 "schemars",
13154 "serde",
13155 "serde_json",
13156 "serde_json_lenient",
13157 "simplelog",
13158 "strum",
13159 "theme",
13160 "vscode_theme",
13161]
13162
13163[[package]]
13164name = "theme_selector"
13165version = "0.1.0"
13166dependencies = [
13167 "fs",
13168 "fuzzy",
13169 "gpui",
13170 "log",
13171 "picker",
13172 "serde",
13173 "settings",
13174 "telemetry",
13175 "theme",
13176 "ui",
13177 "util",
13178 "workspace",
13179 "zed_actions",
13180]
13181
13182[[package]]
13183name = "thiserror"
13184version = "1.0.69"
13185source = "registry+https://github.com/rust-lang/crates.io-index"
13186checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13187dependencies = [
13188 "thiserror-impl 1.0.69",
13189]
13190
13191[[package]]
13192name = "thiserror"
13193version = "2.0.6"
13194source = "registry+https://github.com/rust-lang/crates.io-index"
13195checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13196dependencies = [
13197 "thiserror-impl 2.0.6",
13198]
13199
13200[[package]]
13201name = "thiserror-impl"
13202version = "1.0.69"
13203source = "registry+https://github.com/rust-lang/crates.io-index"
13204checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13205dependencies = [
13206 "proc-macro2",
13207 "quote",
13208 "syn 2.0.90",
13209]
13210
13211[[package]]
13212name = "thiserror-impl"
13213version = "2.0.6"
13214source = "registry+https://github.com/rust-lang/crates.io-index"
13215checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13216dependencies = [
13217 "proc-macro2",
13218 "quote",
13219 "syn 2.0.90",
13220]
13221
13222[[package]]
13223name = "thread_local"
13224version = "1.1.8"
13225source = "registry+https://github.com/rust-lang/crates.io-index"
13226checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13227dependencies = [
13228 "cfg-if",
13229 "once_cell",
13230]
13231
13232[[package]]
13233name = "tiff"
13234version = "0.9.1"
13235source = "registry+https://github.com/rust-lang/crates.io-index"
13236checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13237dependencies = [
13238 "flate2",
13239 "jpeg-decoder",
13240 "weezl",
13241]
13242
13243[[package]]
13244name = "tiktoken-rs"
13245version = "0.6.0"
13246source = "registry+https://github.com/rust-lang/crates.io-index"
13247checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13248dependencies = [
13249 "anyhow",
13250 "base64 0.21.7",
13251 "bstr",
13252 "fancy-regex 0.13.0",
13253 "lazy_static",
13254 "parking_lot",
13255 "regex",
13256 "rustc-hash 1.1.0",
13257]
13258
13259[[package]]
13260name = "time"
13261version = "0.3.37"
13262source = "registry+https://github.com/rust-lang/crates.io-index"
13263checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13264dependencies = [
13265 "deranged",
13266 "itoa",
13267 "libc",
13268 "num-conv",
13269 "num_threads",
13270 "powerfmt",
13271 "serde",
13272 "time-core",
13273 "time-macros",
13274]
13275
13276[[package]]
13277name = "time-core"
13278version = "0.1.2"
13279source = "registry+https://github.com/rust-lang/crates.io-index"
13280checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13281
13282[[package]]
13283name = "time-macros"
13284version = "0.2.19"
13285source = "registry+https://github.com/rust-lang/crates.io-index"
13286checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13287dependencies = [
13288 "num-conv",
13289 "time-core",
13290]
13291
13292[[package]]
13293name = "time_format"
13294version = "0.1.0"
13295dependencies = [
13296 "core-foundation 0.9.4",
13297 "core-foundation-sys",
13298 "sys-locale",
13299 "time",
13300]
13301
13302[[package]]
13303name = "tiny-keccak"
13304version = "2.0.2"
13305source = "registry+https://github.com/rust-lang/crates.io-index"
13306checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13307dependencies = [
13308 "crunchy",
13309]
13310
13311[[package]]
13312name = "tiny-skia"
13313version = "0.11.4"
13314source = "registry+https://github.com/rust-lang/crates.io-index"
13315checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13316dependencies = [
13317 "arrayref",
13318 "arrayvec",
13319 "bytemuck",
13320 "cfg-if",
13321 "log",
13322 "png",
13323 "tiny-skia-path",
13324]
13325
13326[[package]]
13327name = "tiny-skia-path"
13328version = "0.11.4"
13329source = "registry+https://github.com/rust-lang/crates.io-index"
13330checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13331dependencies = [
13332 "arrayref",
13333 "bytemuck",
13334 "strict-num",
13335]
13336
13337[[package]]
13338name = "tiny_http"
13339version = "0.8.2"
13340source = "registry+https://github.com/rust-lang/crates.io-index"
13341checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13342dependencies = [
13343 "ascii",
13344 "chrono",
13345 "chunked_transfer",
13346 "log",
13347 "url",
13348]
13349
13350[[package]]
13351name = "tinystr"
13352version = "0.7.6"
13353source = "registry+https://github.com/rust-lang/crates.io-index"
13354checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13355dependencies = [
13356 "displaydoc",
13357 "zerovec",
13358]
13359
13360[[package]]
13361name = "tinytemplate"
13362version = "1.2.1"
13363source = "registry+https://github.com/rust-lang/crates.io-index"
13364checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13365dependencies = [
13366 "serde",
13367 "serde_json",
13368]
13369
13370[[package]]
13371name = "tinyvec"
13372version = "1.8.0"
13373source = "registry+https://github.com/rust-lang/crates.io-index"
13374checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13375dependencies = [
13376 "tinyvec_macros",
13377]
13378
13379[[package]]
13380name = "tinyvec_macros"
13381version = "0.1.1"
13382source = "registry+https://github.com/rust-lang/crates.io-index"
13383checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13384
13385[[package]]
13386name = "title_bar"
13387version = "0.1.0"
13388dependencies = [
13389 "auto_update",
13390 "call",
13391 "client",
13392 "collections",
13393 "feature_flags",
13394 "git_ui",
13395 "gpui",
13396 "http_client",
13397 "notifications",
13398 "pretty_assertions",
13399 "project",
13400 "remote",
13401 "rpc",
13402 "schemars",
13403 "serde",
13404 "settings",
13405 "smallvec",
13406 "story",
13407 "telemetry",
13408 "theme",
13409 "tree-sitter-md",
13410 "ui",
13411 "util",
13412 "windows 0.58.0",
13413 "workspace",
13414 "zed_actions",
13415]
13416
13417[[package]]
13418name = "tokio"
13419version = "1.42.0"
13420source = "registry+https://github.com/rust-lang/crates.io-index"
13421checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
13422dependencies = [
13423 "backtrace",
13424 "bytes 1.9.0",
13425 "libc",
13426 "mio 1.0.3",
13427 "parking_lot",
13428 "pin-project-lite",
13429 "signal-hook-registry",
13430 "socket2",
13431 "tokio-macros",
13432 "windows-sys 0.52.0",
13433]
13434
13435[[package]]
13436name = "tokio-io"
13437version = "0.1.13"
13438source = "registry+https://github.com/rust-lang/crates.io-index"
13439checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
13440dependencies = [
13441 "bytes 0.4.12",
13442 "futures 0.1.31",
13443 "log",
13444]
13445
13446[[package]]
13447name = "tokio-macros"
13448version = "2.4.0"
13449source = "registry+https://github.com/rust-lang/crates.io-index"
13450checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
13451dependencies = [
13452 "proc-macro2",
13453 "quote",
13454 "syn 2.0.90",
13455]
13456
13457[[package]]
13458name = "tokio-native-tls"
13459version = "0.3.1"
13460source = "registry+https://github.com/rust-lang/crates.io-index"
13461checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
13462dependencies = [
13463 "native-tls",
13464 "tokio",
13465]
13466
13467[[package]]
13468name = "tokio-rustls"
13469version = "0.24.1"
13470source = "registry+https://github.com/rust-lang/crates.io-index"
13471checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
13472dependencies = [
13473 "rustls 0.21.12",
13474 "tokio",
13475]
13476
13477[[package]]
13478name = "tokio-rustls"
13479version = "0.26.1"
13480source = "registry+https://github.com/rust-lang/crates.io-index"
13481checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
13482dependencies = [
13483 "rustls 0.23.20",
13484 "tokio",
13485]
13486
13487[[package]]
13488name = "tokio-socks"
13489version = "0.5.2"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
13492dependencies = [
13493 "either",
13494 "futures-io",
13495 "futures-util",
13496 "thiserror 1.0.69",
13497 "tokio",
13498]
13499
13500[[package]]
13501name = "tokio-stream"
13502version = "0.1.17"
13503source = "registry+https://github.com/rust-lang/crates.io-index"
13504checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
13505dependencies = [
13506 "futures-core",
13507 "pin-project-lite",
13508 "tokio",
13509]
13510
13511[[package]]
13512name = "tokio-tungstenite"
13513version = "0.20.1"
13514source = "registry+https://github.com/rust-lang/crates.io-index"
13515checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
13516dependencies = [
13517 "futures-util",
13518 "log",
13519 "rustls 0.21.12",
13520 "rustls-native-certs 0.6.3",
13521 "tokio",
13522 "tokio-rustls 0.24.1",
13523 "tungstenite 0.20.1",
13524]
13525
13526[[package]]
13527name = "tokio-tungstenite"
13528version = "0.21.0"
13529source = "registry+https://github.com/rust-lang/crates.io-index"
13530checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
13531dependencies = [
13532 "futures-util",
13533 "log",
13534 "tokio",
13535 "tungstenite 0.21.0",
13536]
13537
13538[[package]]
13539name = "tokio-util"
13540version = "0.7.13"
13541source = "registry+https://github.com/rust-lang/crates.io-index"
13542checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
13543dependencies = [
13544 "bytes 1.9.0",
13545 "futures-core",
13546 "futures-io",
13547 "futures-sink",
13548 "pin-project-lite",
13549 "tokio",
13550]
13551
13552[[package]]
13553name = "toml"
13554version = "0.5.11"
13555source = "registry+https://github.com/rust-lang/crates.io-index"
13556checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
13557dependencies = [
13558 "serde",
13559]
13560
13561[[package]]
13562name = "toml"
13563version = "0.8.19"
13564source = "registry+https://github.com/rust-lang/crates.io-index"
13565checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
13566dependencies = [
13567 "serde",
13568 "serde_spanned",
13569 "toml_datetime",
13570 "toml_edit",
13571]
13572
13573[[package]]
13574name = "toml_datetime"
13575version = "0.6.8"
13576source = "registry+https://github.com/rust-lang/crates.io-index"
13577checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
13578dependencies = [
13579 "serde",
13580]
13581
13582[[package]]
13583name = "toml_edit"
13584version = "0.22.22"
13585source = "registry+https://github.com/rust-lang/crates.io-index"
13586checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
13587dependencies = [
13588 "indexmap",
13589 "serde",
13590 "serde_spanned",
13591 "toml_datetime",
13592 "winnow",
13593]
13594
13595[[package]]
13596name = "toolchain_selector"
13597version = "0.1.0"
13598dependencies = [
13599 "editor",
13600 "fuzzy",
13601 "gpui",
13602 "language",
13603 "picker",
13604 "project",
13605 "ui",
13606 "util",
13607 "workspace",
13608]
13609
13610[[package]]
13611name = "topological-sort"
13612version = "0.2.2"
13613source = "registry+https://github.com/rust-lang/crates.io-index"
13614checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
13615
13616[[package]]
13617name = "tower"
13618version = "0.4.13"
13619source = "registry+https://github.com/rust-lang/crates.io-index"
13620checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
13621dependencies = [
13622 "futures-core",
13623 "futures-util",
13624 "pin-project",
13625 "pin-project-lite",
13626 "tokio",
13627 "tower-layer",
13628 "tower-service",
13629 "tracing",
13630]
13631
13632[[package]]
13633name = "tower-http"
13634version = "0.3.5"
13635source = "registry+https://github.com/rust-lang/crates.io-index"
13636checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13637dependencies = [
13638 "bitflags 1.3.2",
13639 "bytes 1.9.0",
13640 "futures-core",
13641 "futures-util",
13642 "http 0.2.12",
13643 "http-body 0.4.6",
13644 "http-range-header",
13645 "pin-project-lite",
13646 "tower-layer",
13647 "tower-service",
13648]
13649
13650[[package]]
13651name = "tower-http"
13652version = "0.4.4"
13653source = "registry+https://github.com/rust-lang/crates.io-index"
13654checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13655dependencies = [
13656 "bitflags 2.8.0",
13657 "bytes 1.9.0",
13658 "futures-core",
13659 "futures-util",
13660 "http 0.2.12",
13661 "http-body 0.4.6",
13662 "http-range-header",
13663 "pin-project-lite",
13664 "tower-layer",
13665 "tower-service",
13666 "tracing",
13667]
13668
13669[[package]]
13670name = "tower-layer"
13671version = "0.3.3"
13672source = "registry+https://github.com/rust-lang/crates.io-index"
13673checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13674
13675[[package]]
13676name = "tower-service"
13677version = "0.3.3"
13678source = "registry+https://github.com/rust-lang/crates.io-index"
13679checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13680
13681[[package]]
13682name = "tracing"
13683version = "0.1.41"
13684source = "registry+https://github.com/rust-lang/crates.io-index"
13685checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
13686dependencies = [
13687 "log",
13688 "pin-project-lite",
13689 "tracing-attributes",
13690 "tracing-core",
13691]
13692
13693[[package]]
13694name = "tracing-attributes"
13695version = "0.1.28"
13696source = "registry+https://github.com/rust-lang/crates.io-index"
13697checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
13698dependencies = [
13699 "proc-macro2",
13700 "quote",
13701 "syn 2.0.90",
13702]
13703
13704[[package]]
13705name = "tracing-core"
13706version = "0.1.33"
13707source = "registry+https://github.com/rust-lang/crates.io-index"
13708checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
13709dependencies = [
13710 "once_cell",
13711 "valuable",
13712]
13713
13714[[package]]
13715name = "tracing-log"
13716version = "0.2.0"
13717source = "registry+https://github.com/rust-lang/crates.io-index"
13718checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13719dependencies = [
13720 "log",
13721 "once_cell",
13722 "tracing-core",
13723]
13724
13725[[package]]
13726name = "tracing-serde"
13727version = "0.2.0"
13728source = "registry+https://github.com/rust-lang/crates.io-index"
13729checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
13730dependencies = [
13731 "serde",
13732 "tracing-core",
13733]
13734
13735[[package]]
13736name = "tracing-subscriber"
13737version = "0.3.19"
13738source = "registry+https://github.com/rust-lang/crates.io-index"
13739checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
13740dependencies = [
13741 "matchers",
13742 "nu-ansi-term",
13743 "once_cell",
13744 "regex",
13745 "serde",
13746 "serde_json",
13747 "sharded-slab",
13748 "smallvec",
13749 "thread_local",
13750 "tracing",
13751 "tracing-core",
13752 "tracing-log",
13753 "tracing-serde",
13754]
13755
13756[[package]]
13757name = "tree-sitter"
13758version = "0.23.2"
13759source = "registry+https://github.com/rust-lang/crates.io-index"
13760checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
13761dependencies = [
13762 "cc",
13763 "regex",
13764 "regex-syntax 0.8.5",
13765 "tree-sitter-language",
13766 "wasmtime-c-api-impl",
13767]
13768
13769[[package]]
13770name = "tree-sitter-bash"
13771version = "0.23.3"
13772source = "registry+https://github.com/rust-lang/crates.io-index"
13773checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
13774dependencies = [
13775 "cc",
13776 "tree-sitter-language",
13777]
13778
13779[[package]]
13780name = "tree-sitter-c"
13781version = "0.23.4"
13782source = "registry+https://github.com/rust-lang/crates.io-index"
13783checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
13784dependencies = [
13785 "cc",
13786 "tree-sitter-language",
13787]
13788
13789[[package]]
13790name = "tree-sitter-cpp"
13791version = "0.23.4"
13792source = "registry+https://github.com/rust-lang/crates.io-index"
13793checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
13794dependencies = [
13795 "cc",
13796 "tree-sitter-language",
13797]
13798
13799[[package]]
13800name = "tree-sitter-css"
13801version = "0.23.2"
13802source = "registry+https://github.com/rust-lang/crates.io-index"
13803checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
13804dependencies = [
13805 "cc",
13806 "tree-sitter-language",
13807]
13808
13809[[package]]
13810name = "tree-sitter-diff"
13811version = "0.1.0"
13812source = "registry+https://github.com/rust-lang/crates.io-index"
13813checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13814dependencies = [
13815 "cc",
13816 "tree-sitter-language",
13817]
13818
13819[[package]]
13820name = "tree-sitter-elixir"
13821version = "0.3.3"
13822source = "registry+https://github.com/rust-lang/crates.io-index"
13823checksum = "23d7310aea06158653d18959123a64262bfbf122b7437899dea0c338654a51d3"
13824dependencies = [
13825 "cc",
13826 "tree-sitter-language",
13827]
13828
13829[[package]]
13830name = "tree-sitter-embedded-template"
13831version = "0.23.2"
13832source = "registry+https://github.com/rust-lang/crates.io-index"
13833checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
13834dependencies = [
13835 "cc",
13836 "tree-sitter-language",
13837]
13838
13839[[package]]
13840name = "tree-sitter-go"
13841version = "0.23.4"
13842source = "registry+https://github.com/rust-lang/crates.io-index"
13843checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
13844dependencies = [
13845 "cc",
13846 "tree-sitter-language",
13847]
13848
13849[[package]]
13850name = "tree-sitter-gomod"
13851version = "1.1.1"
13852source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
13853dependencies = [
13854 "cc",
13855 "tree-sitter-language",
13856]
13857
13858[[package]]
13859name = "tree-sitter-gowork"
13860version = "0.0.1"
13861source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13862dependencies = [
13863 "cc",
13864 "tree-sitter-language",
13865]
13866
13867[[package]]
13868name = "tree-sitter-heex"
13869version = "0.0.1"
13870source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13871dependencies = [
13872 "cc",
13873 "tree-sitter-language",
13874]
13875
13876[[package]]
13877name = "tree-sitter-html"
13878version = "0.20.4"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13881dependencies = [
13882 "cc",
13883 "tree-sitter",
13884]
13885
13886[[package]]
13887name = "tree-sitter-jsdoc"
13888version = "0.23.2"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
13891dependencies = [
13892 "cc",
13893 "tree-sitter-language",
13894]
13895
13896[[package]]
13897name = "tree-sitter-json"
13898version = "0.24.8"
13899source = "registry+https://github.com/rust-lang/crates.io-index"
13900checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
13901dependencies = [
13902 "cc",
13903 "tree-sitter-language",
13904]
13905
13906[[package]]
13907name = "tree-sitter-language"
13908version = "0.1.3"
13909source = "registry+https://github.com/rust-lang/crates.io-index"
13910checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
13911
13912[[package]]
13913name = "tree-sitter-md"
13914version = "0.3.2"
13915source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13916dependencies = [
13917 "cc",
13918 "tree-sitter-language",
13919]
13920
13921[[package]]
13922name = "tree-sitter-python"
13923version = "0.23.6"
13924source = "registry+https://github.com/rust-lang/crates.io-index"
13925checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
13926dependencies = [
13927 "cc",
13928 "tree-sitter-language",
13929]
13930
13931[[package]]
13932name = "tree-sitter-regex"
13933version = "0.23.0"
13934source = "registry+https://github.com/rust-lang/crates.io-index"
13935checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13936dependencies = [
13937 "cc",
13938 "tree-sitter-language",
13939]
13940
13941[[package]]
13942name = "tree-sitter-ruby"
13943version = "0.23.1"
13944source = "registry+https://github.com/rust-lang/crates.io-index"
13945checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
13946dependencies = [
13947 "cc",
13948 "tree-sitter-language",
13949]
13950
13951[[package]]
13952name = "tree-sitter-rust"
13953version = "0.23.2"
13954source = "registry+https://github.com/rust-lang/crates.io-index"
13955checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
13956dependencies = [
13957 "cc",
13958 "tree-sitter-language",
13959]
13960
13961[[package]]
13962name = "tree-sitter-typescript"
13963version = "0.23.2"
13964source = "registry+https://github.com/rust-lang/crates.io-index"
13965checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
13966dependencies = [
13967 "cc",
13968 "tree-sitter-language",
13969]
13970
13971[[package]]
13972name = "tree-sitter-yaml"
13973version = "0.6.1"
13974source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13975dependencies = [
13976 "cc",
13977 "tree-sitter-language",
13978]
13979
13980[[package]]
13981name = "try-lock"
13982version = "0.2.5"
13983source = "registry+https://github.com/rust-lang/crates.io-index"
13984checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13985
13986[[package]]
13987name = "ttf-parser"
13988version = "0.21.1"
13989source = "registry+https://github.com/rust-lang/crates.io-index"
13990checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13991
13992[[package]]
13993name = "tungstenite"
13994version = "0.20.1"
13995source = "registry+https://github.com/rust-lang/crates.io-index"
13996checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13997dependencies = [
13998 "byteorder",
13999 "bytes 1.9.0",
14000 "data-encoding",
14001 "http 0.2.12",
14002 "httparse",
14003 "log",
14004 "rand 0.8.5",
14005 "rustls 0.21.12",
14006 "sha1",
14007 "thiserror 1.0.69",
14008 "url",
14009 "utf-8",
14010]
14011
14012[[package]]
14013name = "tungstenite"
14014version = "0.21.0"
14015source = "registry+https://github.com/rust-lang/crates.io-index"
14016checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14017dependencies = [
14018 "byteorder",
14019 "bytes 1.9.0",
14020 "data-encoding",
14021 "http 1.2.0",
14022 "httparse",
14023 "log",
14024 "native-tls",
14025 "rand 0.8.5",
14026 "sha1",
14027 "thiserror 1.0.69",
14028 "url",
14029 "utf-8",
14030]
14031
14032[[package]]
14033name = "tungstenite"
14034version = "0.24.0"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14037dependencies = [
14038 "byteorder",
14039 "bytes 1.9.0",
14040 "data-encoding",
14041 "http 1.2.0",
14042 "httparse",
14043 "log",
14044 "rand 0.8.5",
14045 "sha1",
14046 "thiserror 1.0.69",
14047 "utf-8",
14048]
14049
14050[[package]]
14051name = "typeid"
14052version = "1.0.2"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14055
14056[[package]]
14057name = "typenum"
14058version = "1.17.0"
14059source = "registry+https://github.com/rust-lang/crates.io-index"
14060checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14061
14062[[package]]
14063name = "ucd-trie"
14064version = "0.1.7"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14067
14068[[package]]
14069name = "uds_windows"
14070version = "1.1.0"
14071source = "registry+https://github.com/rust-lang/crates.io-index"
14072checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14073dependencies = [
14074 "memoffset",
14075 "tempfile",
14076 "winapi",
14077]
14078
14079[[package]]
14080name = "ui"
14081version = "0.1.0"
14082dependencies = [
14083 "chrono",
14084 "gpui",
14085 "itertools 0.14.0",
14086 "menu",
14087 "serde",
14088 "settings",
14089 "smallvec",
14090 "story",
14091 "strum",
14092 "theme",
14093 "ui_macros",
14094 "windows 0.58.0",
14095]
14096
14097[[package]]
14098name = "ui_input"
14099version = "0.1.0"
14100dependencies = [
14101 "editor",
14102 "gpui",
14103 "settings",
14104 "theme",
14105 "ui",
14106]
14107
14108[[package]]
14109name = "ui_macros"
14110version = "0.1.0"
14111dependencies = [
14112 "convert_case 0.6.0",
14113 "proc-macro2",
14114 "quote",
14115 "syn 1.0.109",
14116]
14117
14118[[package]]
14119name = "unicase"
14120version = "2.8.1"
14121source = "registry+https://github.com/rust-lang/crates.io-index"
14122checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14123
14124[[package]]
14125name = "unicode-bidi"
14126version = "0.3.17"
14127source = "registry+https://github.com/rust-lang/crates.io-index"
14128checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14129
14130[[package]]
14131name = "unicode-bidi-mirroring"
14132version = "0.2.0"
14133source = "registry+https://github.com/rust-lang/crates.io-index"
14134checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14135
14136[[package]]
14137name = "unicode-ccc"
14138version = "0.2.0"
14139source = "registry+https://github.com/rust-lang/crates.io-index"
14140checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14141
14142[[package]]
14143name = "unicode-ident"
14144version = "1.0.14"
14145source = "registry+https://github.com/rust-lang/crates.io-index"
14146checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14147
14148[[package]]
14149name = "unicode-linebreak"
14150version = "0.1.5"
14151source = "registry+https://github.com/rust-lang/crates.io-index"
14152checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14153
14154[[package]]
14155name = "unicode-normalization"
14156version = "0.1.24"
14157source = "registry+https://github.com/rust-lang/crates.io-index"
14158checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14159dependencies = [
14160 "tinyvec",
14161]
14162
14163[[package]]
14164name = "unicode-properties"
14165version = "0.1.3"
14166source = "registry+https://github.com/rust-lang/crates.io-index"
14167checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14168
14169[[package]]
14170name = "unicode-script"
14171version = "0.5.7"
14172source = "registry+https://github.com/rust-lang/crates.io-index"
14173checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14174
14175[[package]]
14176name = "unicode-segmentation"
14177version = "1.12.0"
14178source = "registry+https://github.com/rust-lang/crates.io-index"
14179checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14180
14181[[package]]
14182name = "unicode-width"
14183version = "0.1.14"
14184source = "registry+https://github.com/rust-lang/crates.io-index"
14185checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14186
14187[[package]]
14188name = "unicode-xid"
14189version = "0.2.6"
14190source = "registry+https://github.com/rust-lang/crates.io-index"
14191checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14192
14193[[package]]
14194name = "unicode_categories"
14195version = "0.1.1"
14196source = "registry+https://github.com/rust-lang/crates.io-index"
14197checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14198
14199[[package]]
14200name = "unindent"
14201version = "0.1.11"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
14204
14205[[package]]
14206name = "untrusted"
14207version = "0.9.0"
14208source = "registry+https://github.com/rust-lang/crates.io-index"
14209checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14210
14211[[package]]
14212name = "url"
14213version = "2.5.4"
14214source = "registry+https://github.com/rust-lang/crates.io-index"
14215checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14216dependencies = [
14217 "form_urlencoded",
14218 "idna",
14219 "percent-encoding",
14220 "serde",
14221]
14222
14223[[package]]
14224name = "urlencoding"
14225version = "2.1.3"
14226source = "registry+https://github.com/rust-lang/crates.io-index"
14227checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14228
14229[[package]]
14230name = "usvg"
14231version = "0.44.0"
14232source = "registry+https://github.com/rust-lang/crates.io-index"
14233checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14234dependencies = [
14235 "base64 0.22.1",
14236 "data-url",
14237 "flate2",
14238 "imagesize",
14239 "kurbo",
14240 "log",
14241 "pico-args",
14242 "roxmltree",
14243 "simplecss",
14244 "siphasher 1.0.1",
14245 "strict-num",
14246 "svgtypes",
14247 "tiny-skia-path",
14248 "xmlwriter",
14249]
14250
14251[[package]]
14252name = "utf-8"
14253version = "0.7.6"
14254source = "registry+https://github.com/rust-lang/crates.io-index"
14255checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14256
14257[[package]]
14258name = "utf16_iter"
14259version = "1.0.5"
14260source = "registry+https://github.com/rust-lang/crates.io-index"
14261checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14262
14263[[package]]
14264name = "utf8_iter"
14265version = "1.0.4"
14266source = "registry+https://github.com/rust-lang/crates.io-index"
14267checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14268
14269[[package]]
14270name = "utf8parse"
14271version = "0.2.2"
14272source = "registry+https://github.com/rust-lang/crates.io-index"
14273checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14274
14275[[package]]
14276name = "util"
14277version = "0.1.0"
14278dependencies = [
14279 "anyhow",
14280 "async-fs",
14281 "collections",
14282 "dirs 4.0.0",
14283 "dunce",
14284 "futures 0.3.31",
14285 "futures-lite 1.13.0",
14286 "git2",
14287 "globset",
14288 "itertools 0.14.0",
14289 "libc",
14290 "log",
14291 "rand 0.8.5",
14292 "regex",
14293 "rust-embed",
14294 "serde",
14295 "serde_json",
14296 "smol",
14297 "take-until",
14298 "tempfile",
14299 "tendril",
14300 "unicase",
14301]
14302
14303[[package]]
14304name = "uuid"
14305version = "1.11.0"
14306source = "registry+https://github.com/rust-lang/crates.io-index"
14307checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
14308dependencies = [
14309 "getrandom 0.2.15",
14310 "serde",
14311 "sha1_smol",
14312]
14313
14314[[package]]
14315name = "v_frame"
14316version = "0.3.8"
14317source = "registry+https://github.com/rust-lang/crates.io-index"
14318checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14319dependencies = [
14320 "aligned-vec",
14321 "num-traits",
14322 "wasm-bindgen",
14323]
14324
14325[[package]]
14326name = "valuable"
14327version = "0.1.0"
14328source = "registry+https://github.com/rust-lang/crates.io-index"
14329checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14330
14331[[package]]
14332name = "value-bag"
14333version = "1.10.0"
14334source = "registry+https://github.com/rust-lang/crates.io-index"
14335checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14336dependencies = [
14337 "value-bag-serde1",
14338 "value-bag-sval2",
14339]
14340
14341[[package]]
14342name = "value-bag-serde1"
14343version = "1.10.0"
14344source = "registry+https://github.com/rust-lang/crates.io-index"
14345checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14346dependencies = [
14347 "erased-serde",
14348 "serde",
14349 "serde_fmt",
14350]
14351
14352[[package]]
14353name = "value-bag-sval2"
14354version = "1.10.0"
14355source = "registry+https://github.com/rust-lang/crates.io-index"
14356checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14357dependencies = [
14358 "sval",
14359 "sval_buffer",
14360 "sval_dynamic",
14361 "sval_fmt",
14362 "sval_json",
14363 "sval_ref",
14364 "sval_serde",
14365]
14366
14367[[package]]
14368name = "vcpkg"
14369version = "0.2.15"
14370source = "registry+https://github.com/rust-lang/crates.io-index"
14371checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14372
14373[[package]]
14374name = "vcs_menu"
14375version = "0.1.0"
14376dependencies = [
14377 "anyhow",
14378 "fuzzy",
14379 "git",
14380 "gpui",
14381 "picker",
14382 "project",
14383 "ui",
14384 "util",
14385 "workspace",
14386 "zed_actions",
14387]
14388
14389[[package]]
14390name = "version-compare"
14391version = "0.2.0"
14392source = "registry+https://github.com/rust-lang/crates.io-index"
14393checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14394
14395[[package]]
14396name = "version_check"
14397version = "0.9.5"
14398source = "registry+https://github.com/rust-lang/crates.io-index"
14399checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
14400
14401[[package]]
14402name = "vim"
14403version = "0.1.0"
14404dependencies = [
14405 "anyhow",
14406 "assets",
14407 "async-compat",
14408 "async-trait",
14409 "collections",
14410 "command_palette",
14411 "command_palette_hooks",
14412 "editor",
14413 "futures 0.3.31",
14414 "gpui",
14415 "indoc",
14416 "itertools 0.14.0",
14417 "language",
14418 "libc",
14419 "log",
14420 "lsp",
14421 "multi_buffer",
14422 "nvim-rs",
14423 "parking_lot",
14424 "project_panel",
14425 "regex",
14426 "release_channel",
14427 "schemars",
14428 "search",
14429 "serde",
14430 "serde_derive",
14431 "serde_json",
14432 "settings",
14433 "task",
14434 "theme",
14435 "tokio",
14436 "ui",
14437 "util",
14438 "vim_mode_setting",
14439 "workspace",
14440 "zed_actions",
14441]
14442
14443[[package]]
14444name = "vim_mode_setting"
14445version = "0.1.0"
14446dependencies = [
14447 "anyhow",
14448 "gpui",
14449 "settings",
14450]
14451
14452[[package]]
14453name = "vscode_theme"
14454version = "0.2.0"
14455source = "registry+https://github.com/rust-lang/crates.io-index"
14456checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
14457dependencies = [
14458 "serde",
14459]
14460
14461[[package]]
14462name = "vsimd"
14463version = "0.8.0"
14464source = "registry+https://github.com/rust-lang/crates.io-index"
14465checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
14466
14467[[package]]
14468name = "vswhom"
14469version = "0.1.0"
14470source = "registry+https://github.com/rust-lang/crates.io-index"
14471checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
14472dependencies = [
14473 "libc",
14474 "vswhom-sys",
14475]
14476
14477[[package]]
14478name = "vswhom-sys"
14479version = "0.1.2"
14480source = "registry+https://github.com/rust-lang/crates.io-index"
14481checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
14482dependencies = [
14483 "cc",
14484 "libc",
14485]
14486
14487[[package]]
14488name = "vte"
14489version = "0.14.1"
14490source = "registry+https://github.com/rust-lang/crates.io-index"
14491checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077"
14492dependencies = [
14493 "bitflags 2.8.0",
14494 "cursor-icon",
14495 "log",
14496 "memchr",
14497 "serde",
14498]
14499
14500[[package]]
14501name = "waker-fn"
14502version = "1.2.0"
14503source = "registry+https://github.com/rust-lang/crates.io-index"
14504checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
14505
14506[[package]]
14507name = "walkdir"
14508version = "2.5.0"
14509source = "registry+https://github.com/rust-lang/crates.io-index"
14510checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
14511dependencies = [
14512 "same-file",
14513 "winapi-util",
14514]
14515
14516[[package]]
14517name = "want"
14518version = "0.3.1"
14519source = "registry+https://github.com/rust-lang/crates.io-index"
14520checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
14521dependencies = [
14522 "try-lock",
14523]
14524
14525[[package]]
14526name = "warp"
14527version = "0.3.7"
14528source = "registry+https://github.com/rust-lang/crates.io-index"
14529checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
14530dependencies = [
14531 "bytes 1.9.0",
14532 "futures-channel",
14533 "futures-util",
14534 "headers",
14535 "http 0.2.12",
14536 "hyper 0.14.32",
14537 "log",
14538 "mime",
14539 "mime_guess",
14540 "percent-encoding",
14541 "pin-project",
14542 "scoped-tls",
14543 "serde",
14544 "serde_json",
14545 "serde_urlencoded",
14546 "tokio",
14547 "tokio-tungstenite 0.21.0",
14548 "tokio-util",
14549 "tower-service",
14550 "tracing",
14551]
14552
14553[[package]]
14554name = "wasi"
14555version = "0.9.0+wasi-snapshot-preview1"
14556source = "registry+https://github.com/rust-lang/crates.io-index"
14557checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
14558
14559[[package]]
14560name = "wasi"
14561version = "0.11.0+wasi-snapshot-preview1"
14562source = "registry+https://github.com/rust-lang/crates.io-index"
14563checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
14564
14565[[package]]
14566name = "wasite"
14567version = "0.1.0"
14568source = "registry+https://github.com/rust-lang/crates.io-index"
14569checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
14570
14571[[package]]
14572name = "wasm-bindgen"
14573version = "0.2.99"
14574source = "registry+https://github.com/rust-lang/crates.io-index"
14575checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
14576dependencies = [
14577 "cfg-if",
14578 "once_cell",
14579 "wasm-bindgen-macro",
14580]
14581
14582[[package]]
14583name = "wasm-bindgen-backend"
14584version = "0.2.99"
14585source = "registry+https://github.com/rust-lang/crates.io-index"
14586checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
14587dependencies = [
14588 "bumpalo",
14589 "log",
14590 "proc-macro2",
14591 "quote",
14592 "syn 2.0.90",
14593 "wasm-bindgen-shared",
14594]
14595
14596[[package]]
14597name = "wasm-bindgen-futures"
14598version = "0.4.49"
14599source = "registry+https://github.com/rust-lang/crates.io-index"
14600checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
14601dependencies = [
14602 "cfg-if",
14603 "js-sys",
14604 "once_cell",
14605 "wasm-bindgen",
14606 "web-sys",
14607]
14608
14609[[package]]
14610name = "wasm-bindgen-macro"
14611version = "0.2.99"
14612source = "registry+https://github.com/rust-lang/crates.io-index"
14613checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
14614dependencies = [
14615 "quote",
14616 "wasm-bindgen-macro-support",
14617]
14618
14619[[package]]
14620name = "wasm-bindgen-macro-support"
14621version = "0.2.99"
14622source = "registry+https://github.com/rust-lang/crates.io-index"
14623checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
14624dependencies = [
14625 "proc-macro2",
14626 "quote",
14627 "syn 2.0.90",
14628 "wasm-bindgen-backend",
14629 "wasm-bindgen-shared",
14630]
14631
14632[[package]]
14633name = "wasm-bindgen-shared"
14634version = "0.2.99"
14635source = "registry+https://github.com/rust-lang/crates.io-index"
14636checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
14637
14638[[package]]
14639name = "wasm-encoder"
14640version = "0.201.0"
14641source = "registry+https://github.com/rust-lang/crates.io-index"
14642checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
14643dependencies = [
14644 "leb128",
14645]
14646
14647[[package]]
14648name = "wasm-encoder"
14649version = "0.215.0"
14650source = "registry+https://github.com/rust-lang/crates.io-index"
14651checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14652dependencies = [
14653 "leb128",
14654]
14655
14656[[package]]
14657name = "wasm-metadata"
14658version = "0.201.0"
14659source = "registry+https://github.com/rust-lang/crates.io-index"
14660checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14661dependencies = [
14662 "anyhow",
14663 "indexmap",
14664 "serde",
14665 "serde_derive",
14666 "serde_json",
14667 "spdx",
14668 "wasm-encoder 0.201.0",
14669 "wasmparser 0.201.0",
14670]
14671
14672[[package]]
14673name = "wasm-streams"
14674version = "0.4.2"
14675source = "registry+https://github.com/rust-lang/crates.io-index"
14676checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
14677dependencies = [
14678 "futures-util",
14679 "js-sys",
14680 "wasm-bindgen",
14681 "wasm-bindgen-futures",
14682 "web-sys",
14683]
14684
14685[[package]]
14686name = "wasmparser"
14687version = "0.201.0"
14688source = "registry+https://github.com/rust-lang/crates.io-index"
14689checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14690dependencies = [
14691 "bitflags 2.8.0",
14692 "indexmap",
14693 "semver",
14694]
14695
14696[[package]]
14697name = "wasmparser"
14698version = "0.215.0"
14699source = "registry+https://github.com/rust-lang/crates.io-index"
14700checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14701dependencies = [
14702 "ahash 0.8.11",
14703 "bitflags 2.8.0",
14704 "hashbrown 0.14.5",
14705 "indexmap",
14706 "semver",
14707 "serde",
14708]
14709
14710[[package]]
14711name = "wasmprinter"
14712version = "0.215.0"
14713source = "registry+https://github.com/rust-lang/crates.io-index"
14714checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14715dependencies = [
14716 "anyhow",
14717 "termcolor",
14718 "wasmparser 0.215.0",
14719]
14720
14721[[package]]
14722name = "wasmtime"
14723version = "24.0.2"
14724source = "registry+https://github.com/rust-lang/crates.io-index"
14725checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14726dependencies = [
14727 "anyhow",
14728 "async-trait",
14729 "bitflags 2.8.0",
14730 "bumpalo",
14731 "cc",
14732 "cfg-if",
14733 "encoding_rs",
14734 "hashbrown 0.14.5",
14735 "indexmap",
14736 "libc",
14737 "libm",
14738 "log",
14739 "mach2",
14740 "memfd",
14741 "object",
14742 "once_cell",
14743 "paste",
14744 "postcard",
14745 "psm",
14746 "rustix",
14747 "semver",
14748 "serde",
14749 "serde_derive",
14750 "smallvec",
14751 "sptr",
14752 "target-lexicon",
14753 "wasmparser 0.215.0",
14754 "wasmtime-asm-macros",
14755 "wasmtime-component-macro",
14756 "wasmtime-component-util",
14757 "wasmtime-cranelift",
14758 "wasmtime-environ",
14759 "wasmtime-fiber",
14760 "wasmtime-jit-icache-coherence",
14761 "wasmtime-slab",
14762 "wasmtime-versioned-export-macros",
14763 "wasmtime-winch",
14764 "windows-sys 0.52.0",
14765]
14766
14767[[package]]
14768name = "wasmtime-asm-macros"
14769version = "24.0.2"
14770source = "registry+https://github.com/rust-lang/crates.io-index"
14771checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14772dependencies = [
14773 "cfg-if",
14774]
14775
14776[[package]]
14777name = "wasmtime-c-api-impl"
14778version = "24.0.2"
14779source = "registry+https://github.com/rust-lang/crates.io-index"
14780checksum = "4e038dd412700174019867608617127e7cc4f113f764dd10e7488dbf5f47b191"
14781dependencies = [
14782 "anyhow",
14783 "log",
14784 "once_cell",
14785 "tracing",
14786 "wasmtime",
14787 "wasmtime-c-api-macros",
14788]
14789
14790[[package]]
14791name = "wasmtime-c-api-macros"
14792version = "24.0.2"
14793source = "registry+https://github.com/rust-lang/crates.io-index"
14794checksum = "bde0ca2263811d980ab676bcb2a190c990737f58969a908976101ad208149a17"
14795dependencies = [
14796 "proc-macro2",
14797 "quote",
14798]
14799
14800[[package]]
14801name = "wasmtime-component-macro"
14802version = "24.0.2"
14803source = "registry+https://github.com/rust-lang/crates.io-index"
14804checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14805dependencies = [
14806 "anyhow",
14807 "proc-macro2",
14808 "quote",
14809 "syn 2.0.90",
14810 "wasmtime-component-util",
14811 "wasmtime-wit-bindgen",
14812 "wit-parser 0.215.0",
14813]
14814
14815[[package]]
14816name = "wasmtime-component-util"
14817version = "24.0.2"
14818source = "registry+https://github.com/rust-lang/crates.io-index"
14819checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14820
14821[[package]]
14822name = "wasmtime-cranelift"
14823version = "24.0.2"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14826dependencies = [
14827 "anyhow",
14828 "cfg-if",
14829 "cranelift-codegen",
14830 "cranelift-control",
14831 "cranelift-entity",
14832 "cranelift-frontend",
14833 "cranelift-native",
14834 "cranelift-wasm",
14835 "gimli 0.29.0",
14836 "log",
14837 "object",
14838 "target-lexicon",
14839 "thiserror 1.0.69",
14840 "wasmparser 0.215.0",
14841 "wasmtime-environ",
14842 "wasmtime-versioned-export-macros",
14843]
14844
14845[[package]]
14846name = "wasmtime-environ"
14847version = "24.0.2"
14848source = "registry+https://github.com/rust-lang/crates.io-index"
14849checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14850dependencies = [
14851 "anyhow",
14852 "cpp_demangle",
14853 "cranelift-bitset",
14854 "cranelift-entity",
14855 "gimli 0.29.0",
14856 "indexmap",
14857 "log",
14858 "object",
14859 "postcard",
14860 "rustc-demangle",
14861 "semver",
14862 "serde",
14863 "serde_derive",
14864 "target-lexicon",
14865 "wasm-encoder 0.215.0",
14866 "wasmparser 0.215.0",
14867 "wasmprinter",
14868 "wasmtime-component-util",
14869 "wasmtime-types",
14870]
14871
14872[[package]]
14873name = "wasmtime-fiber"
14874version = "24.0.2"
14875source = "registry+https://github.com/rust-lang/crates.io-index"
14876checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14877dependencies = [
14878 "anyhow",
14879 "cc",
14880 "cfg-if",
14881 "rustix",
14882 "wasmtime-asm-macros",
14883 "wasmtime-versioned-export-macros",
14884 "windows-sys 0.52.0",
14885]
14886
14887[[package]]
14888name = "wasmtime-jit-icache-coherence"
14889version = "24.0.2"
14890source = "registry+https://github.com/rust-lang/crates.io-index"
14891checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14892dependencies = [
14893 "anyhow",
14894 "cfg-if",
14895 "libc",
14896 "windows-sys 0.52.0",
14897]
14898
14899[[package]]
14900name = "wasmtime-slab"
14901version = "24.0.2"
14902source = "registry+https://github.com/rust-lang/crates.io-index"
14903checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14904
14905[[package]]
14906name = "wasmtime-types"
14907version = "24.0.2"
14908source = "registry+https://github.com/rust-lang/crates.io-index"
14909checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14910dependencies = [
14911 "anyhow",
14912 "cranelift-entity",
14913 "serde",
14914 "serde_derive",
14915 "smallvec",
14916 "wasmparser 0.215.0",
14917]
14918
14919[[package]]
14920name = "wasmtime-versioned-export-macros"
14921version = "24.0.2"
14922source = "registry+https://github.com/rust-lang/crates.io-index"
14923checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14924dependencies = [
14925 "proc-macro2",
14926 "quote",
14927 "syn 2.0.90",
14928]
14929
14930[[package]]
14931name = "wasmtime-wasi"
14932version = "24.0.2"
14933source = "registry+https://github.com/rust-lang/crates.io-index"
14934checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
14935dependencies = [
14936 "anyhow",
14937 "async-trait",
14938 "bitflags 2.8.0",
14939 "bytes 1.9.0",
14940 "cap-fs-ext",
14941 "cap-net-ext",
14942 "cap-rand",
14943 "cap-std",
14944 "cap-time-ext",
14945 "fs-set-times",
14946 "futures 0.3.31",
14947 "io-extras",
14948 "io-lifetimes",
14949 "once_cell",
14950 "rustix",
14951 "system-interface",
14952 "thiserror 1.0.69",
14953 "tokio",
14954 "tracing",
14955 "url",
14956 "wasmtime",
14957 "wiggle",
14958 "windows-sys 0.52.0",
14959]
14960
14961[[package]]
14962name = "wasmtime-winch"
14963version = "24.0.2"
14964source = "registry+https://github.com/rust-lang/crates.io-index"
14965checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14966dependencies = [
14967 "anyhow",
14968 "cranelift-codegen",
14969 "gimli 0.29.0",
14970 "object",
14971 "target-lexicon",
14972 "wasmparser 0.215.0",
14973 "wasmtime-cranelift",
14974 "wasmtime-environ",
14975 "winch-codegen",
14976]
14977
14978[[package]]
14979name = "wasmtime-wit-bindgen"
14980version = "24.0.2"
14981source = "registry+https://github.com/rust-lang/crates.io-index"
14982checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14983dependencies = [
14984 "anyhow",
14985 "heck 0.4.1",
14986 "indexmap",
14987 "wit-parser 0.215.0",
14988]
14989
14990[[package]]
14991name = "wast"
14992version = "35.0.2"
14993source = "registry+https://github.com/rust-lang/crates.io-index"
14994checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14995dependencies = [
14996 "leb128",
14997]
14998
14999[[package]]
15000name = "wayland-backend"
15001version = "0.3.7"
15002source = "registry+https://github.com/rust-lang/crates.io-index"
15003checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
15004dependencies = [
15005 "cc",
15006 "downcast-rs",
15007 "rustix",
15008 "scoped-tls",
15009 "smallvec",
15010 "wayland-sys",
15011]
15012
15013[[package]]
15014name = "wayland-client"
15015version = "0.31.7"
15016source = "registry+https://github.com/rust-lang/crates.io-index"
15017checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
15018dependencies = [
15019 "bitflags 2.8.0",
15020 "rustix",
15021 "wayland-backend",
15022 "wayland-scanner",
15023]
15024
15025[[package]]
15026name = "wayland-cursor"
15027version = "0.31.7"
15028source = "registry+https://github.com/rust-lang/crates.io-index"
15029checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c"
15030dependencies = [
15031 "rustix",
15032 "wayland-client",
15033 "xcursor",
15034]
15035
15036[[package]]
15037name = "wayland-protocols"
15038version = "0.31.2"
15039source = "registry+https://github.com/rust-lang/crates.io-index"
15040checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15041dependencies = [
15042 "bitflags 2.8.0",
15043 "wayland-backend",
15044 "wayland-client",
15045 "wayland-scanner",
15046]
15047
15048[[package]]
15049name = "wayland-protocols-plasma"
15050version = "0.2.0"
15051source = "registry+https://github.com/rust-lang/crates.io-index"
15052checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15053dependencies = [
15054 "bitflags 2.8.0",
15055 "wayland-backend",
15056 "wayland-client",
15057 "wayland-protocols",
15058 "wayland-scanner",
15059]
15060
15061[[package]]
15062name = "wayland-scanner"
15063version = "0.31.5"
15064source = "registry+https://github.com/rust-lang/crates.io-index"
15065checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
15066dependencies = [
15067 "proc-macro2",
15068 "quick-xml 0.36.2",
15069 "quote",
15070]
15071
15072[[package]]
15073name = "wayland-sys"
15074version = "0.31.5"
15075source = "registry+https://github.com/rust-lang/crates.io-index"
15076checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
15077dependencies = [
15078 "dlib",
15079 "log",
15080 "once_cell",
15081 "pkg-config",
15082]
15083
15084[[package]]
15085name = "web-sys"
15086version = "0.3.76"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15089dependencies = [
15090 "js-sys",
15091 "wasm-bindgen",
15092]
15093
15094[[package]]
15095name = "web-time"
15096version = "1.1.0"
15097source = "registry+https://github.com/rust-lang/crates.io-index"
15098checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15099dependencies = [
15100 "js-sys",
15101 "wasm-bindgen",
15102]
15103
15104[[package]]
15105name = "webpki"
15106version = "0.22.4"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
15109dependencies = [
15110 "ring",
15111 "untrusted",
15112]
15113
15114[[package]]
15115name = "webpki-roots"
15116version = "0.22.6"
15117source = "registry+https://github.com/rust-lang/crates.io-index"
15118checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
15119dependencies = [
15120 "webpki",
15121]
15122
15123[[package]]
15124name = "webpki-roots"
15125version = "0.26.7"
15126source = "registry+https://github.com/rust-lang/crates.io-index"
15127checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15128dependencies = [
15129 "rustls-pki-types",
15130]
15131
15132[[package]]
15133name = "webrtc-sys"
15134version = "0.3.5"
15135source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15136dependencies = [
15137 "cc",
15138 "cxx",
15139 "cxx-build",
15140 "glob",
15141 "log",
15142 "webrtc-sys-build",
15143]
15144
15145[[package]]
15146name = "webrtc-sys-build"
15147version = "0.3.5"
15148source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15149dependencies = [
15150 "fs2",
15151 "regex",
15152 "reqwest 0.11.27",
15153 "scratch",
15154 "semver",
15155 "zip",
15156]
15157
15158[[package]]
15159name = "weezl"
15160version = "0.1.8"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15163
15164[[package]]
15165name = "welcome"
15166version = "0.1.0"
15167dependencies = [
15168 "anyhow",
15169 "client",
15170 "copilot",
15171 "db",
15172 "editor",
15173 "fuzzy",
15174 "gpui",
15175 "install_cli",
15176 "picker",
15177 "project",
15178 "schemars",
15179 "serde",
15180 "settings",
15181 "telemetry",
15182 "ui",
15183 "util",
15184 "vim_mode_setting",
15185 "workspace",
15186 "zed_actions",
15187]
15188
15189[[package]]
15190name = "which"
15191version = "4.4.2"
15192source = "registry+https://github.com/rust-lang/crates.io-index"
15193checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15194dependencies = [
15195 "either",
15196 "home",
15197 "once_cell",
15198 "rustix",
15199]
15200
15201[[package]]
15202name = "which"
15203version = "6.0.3"
15204source = "registry+https://github.com/rust-lang/crates.io-index"
15205checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15206dependencies = [
15207 "either",
15208 "home",
15209 "rustix",
15210 "winsafe",
15211]
15212
15213[[package]]
15214name = "whoami"
15215version = "1.5.2"
15216source = "registry+https://github.com/rust-lang/crates.io-index"
15217checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15218dependencies = [
15219 "redox_syscall 0.5.8",
15220 "wasite",
15221]
15222
15223[[package]]
15224name = "wiggle"
15225version = "24.0.2"
15226source = "registry+https://github.com/rust-lang/crates.io-index"
15227checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
15228dependencies = [
15229 "anyhow",
15230 "async-trait",
15231 "bitflags 2.8.0",
15232 "thiserror 1.0.69",
15233 "tracing",
15234 "wasmtime",
15235 "wiggle-macro",
15236]
15237
15238[[package]]
15239name = "wiggle-generate"
15240version = "24.0.2"
15241source = "registry+https://github.com/rust-lang/crates.io-index"
15242checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
15243dependencies = [
15244 "anyhow",
15245 "heck 0.4.1",
15246 "proc-macro2",
15247 "quote",
15248 "shellexpand 2.1.2",
15249 "syn 2.0.90",
15250 "witx",
15251]
15252
15253[[package]]
15254name = "wiggle-macro"
15255version = "24.0.2"
15256source = "registry+https://github.com/rust-lang/crates.io-index"
15257checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
15258dependencies = [
15259 "proc-macro2",
15260 "quote",
15261 "syn 2.0.90",
15262 "wiggle-generate",
15263]
15264
15265[[package]]
15266name = "winapi"
15267version = "0.3.9"
15268source = "registry+https://github.com/rust-lang/crates.io-index"
15269checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15270dependencies = [
15271 "winapi-i686-pc-windows-gnu",
15272 "winapi-x86_64-pc-windows-gnu",
15273]
15274
15275[[package]]
15276name = "winapi-i686-pc-windows-gnu"
15277version = "0.4.0"
15278source = "registry+https://github.com/rust-lang/crates.io-index"
15279checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15280
15281[[package]]
15282name = "winapi-util"
15283version = "0.1.9"
15284source = "registry+https://github.com/rust-lang/crates.io-index"
15285checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15286dependencies = [
15287 "windows-sys 0.59.0",
15288]
15289
15290[[package]]
15291name = "winapi-x86_64-pc-windows-gnu"
15292version = "0.4.0"
15293source = "registry+https://github.com/rust-lang/crates.io-index"
15294checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15295
15296[[package]]
15297name = "winch-codegen"
15298version = "0.22.2"
15299source = "registry+https://github.com/rust-lang/crates.io-index"
15300checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
15301dependencies = [
15302 "anyhow",
15303 "cranelift-codegen",
15304 "gimli 0.29.0",
15305 "regalloc2",
15306 "smallvec",
15307 "target-lexicon",
15308 "wasmparser 0.215.0",
15309 "wasmtime-cranelift",
15310 "wasmtime-environ",
15311]
15312
15313[[package]]
15314name = "windows"
15315version = "0.54.0"
15316source = "registry+https://github.com/rust-lang/crates.io-index"
15317checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15318dependencies = [
15319 "windows-core 0.54.0",
15320 "windows-targets 0.52.6",
15321]
15322
15323[[package]]
15324name = "windows"
15325version = "0.57.0"
15326source = "registry+https://github.com/rust-lang/crates.io-index"
15327checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15328dependencies = [
15329 "windows-core 0.57.0",
15330 "windows-targets 0.52.6",
15331]
15332
15333[[package]]
15334name = "windows"
15335version = "0.58.0"
15336source = "registry+https://github.com/rust-lang/crates.io-index"
15337checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15338dependencies = [
15339 "windows-core 0.58.0",
15340 "windows-targets 0.52.6",
15341]
15342
15343[[package]]
15344name = "windows-core"
15345version = "0.52.0"
15346source = "registry+https://github.com/rust-lang/crates.io-index"
15347checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15348dependencies = [
15349 "windows-targets 0.52.6",
15350]
15351
15352[[package]]
15353name = "windows-core"
15354version = "0.54.0"
15355source = "registry+https://github.com/rust-lang/crates.io-index"
15356checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15357dependencies = [
15358 "windows-result 0.1.2",
15359 "windows-targets 0.52.6",
15360]
15361
15362[[package]]
15363name = "windows-core"
15364version = "0.57.0"
15365source = "registry+https://github.com/rust-lang/crates.io-index"
15366checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15367dependencies = [
15368 "windows-implement 0.57.0",
15369 "windows-interface 0.57.0",
15370 "windows-result 0.1.2",
15371 "windows-targets 0.52.6",
15372]
15373
15374[[package]]
15375name = "windows-core"
15376version = "0.58.0"
15377source = "registry+https://github.com/rust-lang/crates.io-index"
15378checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
15379dependencies = [
15380 "windows-implement 0.58.0",
15381 "windows-interface 0.58.0",
15382 "windows-result 0.2.0",
15383 "windows-strings",
15384 "windows-targets 0.52.6",
15385]
15386
15387[[package]]
15388name = "windows-implement"
15389version = "0.57.0"
15390source = "registry+https://github.com/rust-lang/crates.io-index"
15391checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
15392dependencies = [
15393 "proc-macro2",
15394 "quote",
15395 "syn 2.0.90",
15396]
15397
15398[[package]]
15399name = "windows-implement"
15400version = "0.58.0"
15401source = "registry+https://github.com/rust-lang/crates.io-index"
15402checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
15403dependencies = [
15404 "proc-macro2",
15405 "quote",
15406 "syn 2.0.90",
15407]
15408
15409[[package]]
15410name = "windows-interface"
15411version = "0.57.0"
15412source = "registry+https://github.com/rust-lang/crates.io-index"
15413checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
15414dependencies = [
15415 "proc-macro2",
15416 "quote",
15417 "syn 2.0.90",
15418]
15419
15420[[package]]
15421name = "windows-interface"
15422version = "0.58.0"
15423source = "registry+https://github.com/rust-lang/crates.io-index"
15424checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
15425dependencies = [
15426 "proc-macro2",
15427 "quote",
15428 "syn 2.0.90",
15429]
15430
15431[[package]]
15432name = "windows-registry"
15433version = "0.2.0"
15434source = "registry+https://github.com/rust-lang/crates.io-index"
15435checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
15436dependencies = [
15437 "windows-result 0.2.0",
15438 "windows-strings",
15439 "windows-targets 0.52.6",
15440]
15441
15442[[package]]
15443name = "windows-result"
15444version = "0.1.2"
15445source = "registry+https://github.com/rust-lang/crates.io-index"
15446checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
15447dependencies = [
15448 "windows-targets 0.52.6",
15449]
15450
15451[[package]]
15452name = "windows-result"
15453version = "0.2.0"
15454source = "registry+https://github.com/rust-lang/crates.io-index"
15455checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
15456dependencies = [
15457 "windows-targets 0.52.6",
15458]
15459
15460[[package]]
15461name = "windows-strings"
15462version = "0.1.0"
15463source = "registry+https://github.com/rust-lang/crates.io-index"
15464checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
15465dependencies = [
15466 "windows-result 0.2.0",
15467 "windows-targets 0.52.6",
15468]
15469
15470[[package]]
15471name = "windows-sys"
15472version = "0.45.0"
15473source = "registry+https://github.com/rust-lang/crates.io-index"
15474checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
15475dependencies = [
15476 "windows-targets 0.42.2",
15477]
15478
15479[[package]]
15480name = "windows-sys"
15481version = "0.48.0"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
15484dependencies = [
15485 "windows-targets 0.48.5",
15486]
15487
15488[[package]]
15489name = "windows-sys"
15490version = "0.52.0"
15491source = "registry+https://github.com/rust-lang/crates.io-index"
15492checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
15493dependencies = [
15494 "windows-targets 0.52.6",
15495]
15496
15497[[package]]
15498name = "windows-sys"
15499version = "0.59.0"
15500source = "registry+https://github.com/rust-lang/crates.io-index"
15501checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
15502dependencies = [
15503 "windows-targets 0.52.6",
15504]
15505
15506[[package]]
15507name = "windows-targets"
15508version = "0.42.2"
15509source = "registry+https://github.com/rust-lang/crates.io-index"
15510checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
15511dependencies = [
15512 "windows_aarch64_gnullvm 0.42.2",
15513 "windows_aarch64_msvc 0.42.2",
15514 "windows_i686_gnu 0.42.2",
15515 "windows_i686_msvc 0.42.2",
15516 "windows_x86_64_gnu 0.42.2",
15517 "windows_x86_64_gnullvm 0.42.2",
15518 "windows_x86_64_msvc 0.42.2",
15519]
15520
15521[[package]]
15522name = "windows-targets"
15523version = "0.48.5"
15524source = "registry+https://github.com/rust-lang/crates.io-index"
15525checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
15526dependencies = [
15527 "windows_aarch64_gnullvm 0.48.5",
15528 "windows_aarch64_msvc 0.48.5",
15529 "windows_i686_gnu 0.48.5",
15530 "windows_i686_msvc 0.48.5",
15531 "windows_x86_64_gnu 0.48.5",
15532 "windows_x86_64_gnullvm 0.48.5",
15533 "windows_x86_64_msvc 0.48.5",
15534]
15535
15536[[package]]
15537name = "windows-targets"
15538version = "0.52.6"
15539source = "registry+https://github.com/rust-lang/crates.io-index"
15540checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
15541dependencies = [
15542 "windows_aarch64_gnullvm 0.52.6",
15543 "windows_aarch64_msvc 0.52.6",
15544 "windows_i686_gnu 0.52.6",
15545 "windows_i686_gnullvm",
15546 "windows_i686_msvc 0.52.6",
15547 "windows_x86_64_gnu 0.52.6",
15548 "windows_x86_64_gnullvm 0.52.6",
15549 "windows_x86_64_msvc 0.52.6",
15550]
15551
15552[[package]]
15553name = "windows_aarch64_gnullvm"
15554version = "0.42.2"
15555source = "registry+https://github.com/rust-lang/crates.io-index"
15556checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
15557
15558[[package]]
15559name = "windows_aarch64_gnullvm"
15560version = "0.48.5"
15561source = "registry+https://github.com/rust-lang/crates.io-index"
15562checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
15563
15564[[package]]
15565name = "windows_aarch64_gnullvm"
15566version = "0.52.6"
15567source = "registry+https://github.com/rust-lang/crates.io-index"
15568checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
15569
15570[[package]]
15571name = "windows_aarch64_msvc"
15572version = "0.42.2"
15573source = "registry+https://github.com/rust-lang/crates.io-index"
15574checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
15575
15576[[package]]
15577name = "windows_aarch64_msvc"
15578version = "0.48.5"
15579source = "registry+https://github.com/rust-lang/crates.io-index"
15580checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
15581
15582[[package]]
15583name = "windows_aarch64_msvc"
15584version = "0.52.6"
15585source = "registry+https://github.com/rust-lang/crates.io-index"
15586checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
15587
15588[[package]]
15589name = "windows_i686_gnu"
15590version = "0.42.2"
15591source = "registry+https://github.com/rust-lang/crates.io-index"
15592checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
15593
15594[[package]]
15595name = "windows_i686_gnu"
15596version = "0.48.5"
15597source = "registry+https://github.com/rust-lang/crates.io-index"
15598checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
15599
15600[[package]]
15601name = "windows_i686_gnu"
15602version = "0.52.6"
15603source = "registry+https://github.com/rust-lang/crates.io-index"
15604checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
15605
15606[[package]]
15607name = "windows_i686_gnullvm"
15608version = "0.52.6"
15609source = "registry+https://github.com/rust-lang/crates.io-index"
15610checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
15611
15612[[package]]
15613name = "windows_i686_msvc"
15614version = "0.42.2"
15615source = "registry+https://github.com/rust-lang/crates.io-index"
15616checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
15617
15618[[package]]
15619name = "windows_i686_msvc"
15620version = "0.48.5"
15621source = "registry+https://github.com/rust-lang/crates.io-index"
15622checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
15623
15624[[package]]
15625name = "windows_i686_msvc"
15626version = "0.52.6"
15627source = "registry+https://github.com/rust-lang/crates.io-index"
15628checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
15629
15630[[package]]
15631name = "windows_x86_64_gnu"
15632version = "0.42.2"
15633source = "registry+https://github.com/rust-lang/crates.io-index"
15634checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
15635
15636[[package]]
15637name = "windows_x86_64_gnu"
15638version = "0.48.5"
15639source = "registry+https://github.com/rust-lang/crates.io-index"
15640checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
15641
15642[[package]]
15643name = "windows_x86_64_gnu"
15644version = "0.52.6"
15645source = "registry+https://github.com/rust-lang/crates.io-index"
15646checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
15647
15648[[package]]
15649name = "windows_x86_64_gnullvm"
15650version = "0.42.2"
15651source = "registry+https://github.com/rust-lang/crates.io-index"
15652checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
15653
15654[[package]]
15655name = "windows_x86_64_gnullvm"
15656version = "0.48.5"
15657source = "registry+https://github.com/rust-lang/crates.io-index"
15658checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
15659
15660[[package]]
15661name = "windows_x86_64_gnullvm"
15662version = "0.52.6"
15663source = "registry+https://github.com/rust-lang/crates.io-index"
15664checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
15665
15666[[package]]
15667name = "windows_x86_64_msvc"
15668version = "0.42.2"
15669source = "registry+https://github.com/rust-lang/crates.io-index"
15670checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
15671
15672[[package]]
15673name = "windows_x86_64_msvc"
15674version = "0.48.5"
15675source = "registry+https://github.com/rust-lang/crates.io-index"
15676checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
15677
15678[[package]]
15679name = "windows_x86_64_msvc"
15680version = "0.52.6"
15681source = "registry+https://github.com/rust-lang/crates.io-index"
15682checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
15683
15684[[package]]
15685name = "winnow"
15686version = "0.6.20"
15687source = "registry+https://github.com/rust-lang/crates.io-index"
15688checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
15689dependencies = [
15690 "memchr",
15691]
15692
15693[[package]]
15694name = "winreg"
15695version = "0.50.0"
15696source = "registry+https://github.com/rust-lang/crates.io-index"
15697checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15698dependencies = [
15699 "cfg-if",
15700 "windows-sys 0.48.0",
15701]
15702
15703[[package]]
15704name = "winreg"
15705version = "0.52.0"
15706source = "registry+https://github.com/rust-lang/crates.io-index"
15707checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15708dependencies = [
15709 "cfg-if",
15710 "windows-sys 0.48.0",
15711]
15712
15713[[package]]
15714name = "winresource"
15715version = "0.1.19"
15716source = "registry+https://github.com/rust-lang/crates.io-index"
15717checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
15718dependencies = [
15719 "toml 0.8.19",
15720 "version_check",
15721]
15722
15723[[package]]
15724name = "winsafe"
15725version = "0.0.19"
15726source = "registry+https://github.com/rust-lang/crates.io-index"
15727checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15728
15729[[package]]
15730name = "winx"
15731version = "0.36.4"
15732source = "registry+https://github.com/rust-lang/crates.io-index"
15733checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
15734dependencies = [
15735 "bitflags 2.8.0",
15736 "windows-sys 0.59.0",
15737]
15738
15739[[package]]
15740name = "wio"
15741version = "0.2.2"
15742source = "registry+https://github.com/rust-lang/crates.io-index"
15743checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15744dependencies = [
15745 "winapi",
15746]
15747
15748[[package]]
15749name = "wit-bindgen"
15750version = "0.22.0"
15751source = "registry+https://github.com/rust-lang/crates.io-index"
15752checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15753dependencies = [
15754 "bitflags 2.8.0",
15755 "wit-bindgen-rt",
15756 "wit-bindgen-rust-macro",
15757]
15758
15759[[package]]
15760name = "wit-bindgen-core"
15761version = "0.22.0"
15762source = "registry+https://github.com/rust-lang/crates.io-index"
15763checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15764dependencies = [
15765 "anyhow",
15766 "wit-parser 0.201.0",
15767]
15768
15769[[package]]
15770name = "wit-bindgen-rt"
15771version = "0.22.0"
15772source = "registry+https://github.com/rust-lang/crates.io-index"
15773checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15774
15775[[package]]
15776name = "wit-bindgen-rust"
15777version = "0.22.0"
15778source = "registry+https://github.com/rust-lang/crates.io-index"
15779checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15780dependencies = [
15781 "anyhow",
15782 "heck 0.4.1",
15783 "indexmap",
15784 "wasm-metadata",
15785 "wit-bindgen-core",
15786 "wit-component",
15787]
15788
15789[[package]]
15790name = "wit-bindgen-rust-macro"
15791version = "0.22.0"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15794dependencies = [
15795 "anyhow",
15796 "proc-macro2",
15797 "quote",
15798 "syn 2.0.90",
15799 "wit-bindgen-core",
15800 "wit-bindgen-rust",
15801]
15802
15803[[package]]
15804name = "wit-component"
15805version = "0.201.0"
15806source = "registry+https://github.com/rust-lang/crates.io-index"
15807checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15808dependencies = [
15809 "anyhow",
15810 "bitflags 2.8.0",
15811 "indexmap",
15812 "log",
15813 "serde",
15814 "serde_derive",
15815 "serde_json",
15816 "wasm-encoder 0.201.0",
15817 "wasm-metadata",
15818 "wasmparser 0.201.0",
15819 "wit-parser 0.201.0",
15820]
15821
15822[[package]]
15823name = "wit-parser"
15824version = "0.201.0"
15825source = "registry+https://github.com/rust-lang/crates.io-index"
15826checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15827dependencies = [
15828 "anyhow",
15829 "id-arena",
15830 "indexmap",
15831 "log",
15832 "semver",
15833 "serde",
15834 "serde_derive",
15835 "serde_json",
15836 "unicode-xid",
15837 "wasmparser 0.201.0",
15838]
15839
15840[[package]]
15841name = "wit-parser"
15842version = "0.215.0"
15843source = "registry+https://github.com/rust-lang/crates.io-index"
15844checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15845dependencies = [
15846 "anyhow",
15847 "id-arena",
15848 "indexmap",
15849 "log",
15850 "semver",
15851 "serde",
15852 "serde_derive",
15853 "serde_json",
15854 "unicode-xid",
15855 "wasmparser 0.215.0",
15856]
15857
15858[[package]]
15859name = "witx"
15860version = "0.9.1"
15861source = "registry+https://github.com/rust-lang/crates.io-index"
15862checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15863dependencies = [
15864 "anyhow",
15865 "log",
15866 "thiserror 1.0.69",
15867 "wast",
15868]
15869
15870[[package]]
15871name = "workspace"
15872version = "0.1.0"
15873dependencies = [
15874 "any_vec",
15875 "anyhow",
15876 "async-recursion 1.1.1",
15877 "bincode",
15878 "call",
15879 "client",
15880 "clock",
15881 "collections",
15882 "db",
15883 "derive_more",
15884 "env_logger 0.11.6",
15885 "fs",
15886 "futures 0.3.31",
15887 "gpui",
15888 "http_client",
15889 "itertools 0.14.0",
15890 "language",
15891 "log",
15892 "node_runtime",
15893 "parking_lot",
15894 "postage",
15895 "project",
15896 "remote",
15897 "schemars",
15898 "serde",
15899 "serde_json",
15900 "session",
15901 "settings",
15902 "smallvec",
15903 "sqlez",
15904 "strum",
15905 "task",
15906 "tempfile",
15907 "theme",
15908 "ui",
15909 "util",
15910 "uuid",
15911]
15912
15913[[package]]
15914name = "worktree"
15915version = "0.1.0"
15916dependencies = [
15917 "anyhow",
15918 "clock",
15919 "collections",
15920 "env_logger 0.11.6",
15921 "fs",
15922 "futures 0.3.31",
15923 "fuzzy",
15924 "git",
15925 "git2",
15926 "git_hosting_providers",
15927 "gpui",
15928 "http_client",
15929 "ignore",
15930 "language",
15931 "log",
15932 "parking_lot",
15933 "paths",
15934 "postage",
15935 "pretty_assertions",
15936 "rand 0.8.5",
15937 "rpc",
15938 "schemars",
15939 "serde",
15940 "serde_json",
15941 "settings",
15942 "smallvec",
15943 "smol",
15944 "sum_tree",
15945 "text",
15946 "util",
15947]
15948
15949[[package]]
15950name = "write16"
15951version = "1.0.0"
15952source = "registry+https://github.com/rust-lang/crates.io-index"
15953checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
15954
15955[[package]]
15956name = "writeable"
15957version = "0.5.5"
15958source = "registry+https://github.com/rust-lang/crates.io-index"
15959checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
15960
15961[[package]]
15962name = "wyz"
15963version = "0.5.1"
15964source = "registry+https://github.com/rust-lang/crates.io-index"
15965checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15966dependencies = [
15967 "tap",
15968]
15969
15970[[package]]
15971name = "x11-clipboard"
15972version = "0.9.3"
15973source = "registry+https://github.com/rust-lang/crates.io-index"
15974checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
15975dependencies = [
15976 "libc",
15977 "x11rb",
15978]
15979
15980[[package]]
15981name = "x11rb"
15982version = "0.13.1"
15983source = "registry+https://github.com/rust-lang/crates.io-index"
15984checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15985dependencies = [
15986 "as-raw-xcb-connection",
15987 "gethostname",
15988 "libc",
15989 "rustix",
15990 "x11rb-protocol",
15991]
15992
15993[[package]]
15994name = "x11rb-protocol"
15995version = "0.13.1"
15996source = "registry+https://github.com/rust-lang/crates.io-index"
15997checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15998
15999[[package]]
16000name = "xattr"
16001version = "0.2.3"
16002source = "registry+https://github.com/rust-lang/crates.io-index"
16003checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16004dependencies = [
16005 "libc",
16006]
16007
16008[[package]]
16009name = "xcursor"
16010version = "0.3.8"
16011source = "registry+https://github.com/rust-lang/crates.io-index"
16012checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16013
16014[[package]]
16015name = "xdg-home"
16016version = "1.3.0"
16017source = "registry+https://github.com/rust-lang/crates.io-index"
16018checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16019dependencies = [
16020 "libc",
16021 "windows-sys 0.59.0",
16022]
16023
16024[[package]]
16025name = "xim"
16026version = "0.4.0"
16027source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16028dependencies = [
16029 "ahash 0.8.11",
16030 "hashbrown 0.14.5",
16031 "log",
16032 "x11rb",
16033 "xim-ctext",
16034 "xim-parser",
16035]
16036
16037[[package]]
16038name = "xim-ctext"
16039version = "0.3.0"
16040source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16041dependencies = [
16042 "encoding_rs",
16043]
16044
16045[[package]]
16046name = "xim-parser"
16047version = "0.2.1"
16048source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16049dependencies = [
16050 "bitflags 2.8.0",
16051]
16052
16053[[package]]
16054name = "xkbcommon"
16055version = "0.7.0"
16056source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
16057dependencies = [
16058 "as-raw-xcb-connection",
16059 "libc",
16060 "memmap2",
16061 "xkeysym",
16062]
16063
16064[[package]]
16065name = "xkeysym"
16066version = "0.2.1"
16067source = "registry+https://github.com/rust-lang/crates.io-index"
16068checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
16069
16070[[package]]
16071name = "xml5ever"
16072version = "0.18.1"
16073source = "registry+https://github.com/rust-lang/crates.io-index"
16074checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
16075dependencies = [
16076 "log",
16077 "mac",
16078 "markup5ever",
16079]
16080
16081[[package]]
16082name = "xmlparser"
16083version = "0.13.6"
16084source = "registry+https://github.com/rust-lang/crates.io-index"
16085checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16086
16087[[package]]
16088name = "xmlwriter"
16089version = "0.1.0"
16090source = "registry+https://github.com/rust-lang/crates.io-index"
16091checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16092
16093[[package]]
16094name = "xtask"
16095version = "0.1.0"
16096dependencies = [
16097 "anyhow",
16098 "cargo_metadata",
16099 "cargo_toml",
16100 "clap",
16101]
16102
16103[[package]]
16104name = "yaml-rust2"
16105version = "0.8.1"
16106source = "registry+https://github.com/rust-lang/crates.io-index"
16107checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
16108dependencies = [
16109 "arraydeque",
16110 "encoding_rs",
16111 "hashlink 0.8.4",
16112]
16113
16114[[package]]
16115name = "yansi"
16116version = "1.0.1"
16117source = "registry+https://github.com/rust-lang/crates.io-index"
16118checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
16119
16120[[package]]
16121name = "yazi"
16122version = "0.1.6"
16123source = "registry+https://github.com/rust-lang/crates.io-index"
16124checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
16125
16126[[package]]
16127name = "yeslogic-fontconfig-sys"
16128version = "6.0.0"
16129source = "registry+https://github.com/rust-lang/crates.io-index"
16130checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
16131dependencies = [
16132 "dlib",
16133 "once_cell",
16134 "pkg-config",
16135]
16136
16137[[package]]
16138name = "yoke"
16139version = "0.7.5"
16140source = "registry+https://github.com/rust-lang/crates.io-index"
16141checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
16142dependencies = [
16143 "serde",
16144 "stable_deref_trait",
16145 "yoke-derive",
16146 "zerofrom",
16147]
16148
16149[[package]]
16150name = "yoke-derive"
16151version = "0.7.5"
16152source = "registry+https://github.com/rust-lang/crates.io-index"
16153checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
16154dependencies = [
16155 "proc-macro2",
16156 "quote",
16157 "syn 2.0.90",
16158 "synstructure",
16159]
16160
16161[[package]]
16162name = "zbus"
16163version = "4.4.0"
16164source = "registry+https://github.com/rust-lang/crates.io-index"
16165checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
16166dependencies = [
16167 "async-broadcast",
16168 "async-executor",
16169 "async-fs",
16170 "async-io",
16171 "async-lock",
16172 "async-process",
16173 "async-recursion 1.1.1",
16174 "async-task",
16175 "async-trait",
16176 "blocking",
16177 "enumflags2",
16178 "event-listener 5.3.1",
16179 "futures-core",
16180 "futures-sink",
16181 "futures-util",
16182 "hex",
16183 "nix",
16184 "ordered-stream",
16185 "rand 0.8.5",
16186 "serde",
16187 "serde_repr",
16188 "sha1",
16189 "static_assertions",
16190 "tracing",
16191 "uds_windows",
16192 "windows-sys 0.52.0",
16193 "xdg-home",
16194 "zbus_macros 4.4.0",
16195 "zbus_names 3.0.0",
16196 "zvariant 4.2.0",
16197]
16198
16199[[package]]
16200name = "zbus"
16201version = "5.1.1"
16202source = "registry+https://github.com/rust-lang/crates.io-index"
16203checksum = "1162094dc63b1629fcc44150bcceeaa80798cd28bcbe7fa987b65a034c258608"
16204dependencies = [
16205 "async-broadcast",
16206 "async-executor",
16207 "async-fs",
16208 "async-io",
16209 "async-lock",
16210 "async-process",
16211 "async-recursion 1.1.1",
16212 "async-task",
16213 "async-trait",
16214 "blocking",
16215 "enumflags2",
16216 "event-listener 5.3.1",
16217 "futures-core",
16218 "futures-util",
16219 "hex",
16220 "nix",
16221 "ordered-stream",
16222 "serde",
16223 "serde_repr",
16224 "static_assertions",
16225 "tracing",
16226 "uds_windows",
16227 "windows-sys 0.59.0",
16228 "winnow",
16229 "xdg-home",
16230 "zbus_macros 5.1.1",
16231 "zbus_names 4.1.0",
16232 "zvariant 5.1.0",
16233]
16234
16235[[package]]
16236name = "zbus_macros"
16237version = "4.4.0"
16238source = "registry+https://github.com/rust-lang/crates.io-index"
16239checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
16240dependencies = [
16241 "proc-macro-crate",
16242 "proc-macro2",
16243 "quote",
16244 "syn 2.0.90",
16245 "zvariant_utils 2.1.0",
16246]
16247
16248[[package]]
16249name = "zbus_macros"
16250version = "5.1.1"
16251source = "registry+https://github.com/rust-lang/crates.io-index"
16252checksum = "2cd2dcdce3e2727f7d74b7e33b5a89539b3cc31049562137faf7ae4eb86cd16d"
16253dependencies = [
16254 "proc-macro-crate",
16255 "proc-macro2",
16256 "quote",
16257 "syn 2.0.90",
16258 "zbus_names 4.1.0",
16259 "zvariant 5.1.0",
16260 "zvariant_utils 3.0.2",
16261]
16262
16263[[package]]
16264name = "zbus_names"
16265version = "3.0.0"
16266source = "registry+https://github.com/rust-lang/crates.io-index"
16267checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
16268dependencies = [
16269 "serde",
16270 "static_assertions",
16271 "zvariant 4.2.0",
16272]
16273
16274[[package]]
16275name = "zbus_names"
16276version = "4.1.0"
16277source = "registry+https://github.com/rust-lang/crates.io-index"
16278checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16279dependencies = [
16280 "serde",
16281 "static_assertions",
16282 "winnow",
16283 "zvariant 5.1.0",
16284]
16285
16286[[package]]
16287name = "zed"
16288version = "0.171.3"
16289dependencies = [
16290 "activity_indicator",
16291 "anyhow",
16292 "ashpd",
16293 "assets",
16294 "assistant",
16295 "assistant2",
16296 "assistant_context_editor",
16297 "assistant_settings",
16298 "assistant_tools",
16299 "async-watch",
16300 "audio",
16301 "auto_update",
16302 "auto_update_ui",
16303 "backtrace",
16304 "breadcrumbs",
16305 "call",
16306 "channel",
16307 "chrono",
16308 "clap",
16309 "cli",
16310 "client",
16311 "collab_ui",
16312 "collections",
16313 "command_palette",
16314 "command_palette_hooks",
16315 "copilot",
16316 "db",
16317 "diagnostics",
16318 "editor",
16319 "env_logger 0.11.6",
16320 "extension",
16321 "extension_host",
16322 "extensions_ui",
16323 "feature_flags",
16324 "feedback",
16325 "file_finder",
16326 "file_icons",
16327 "fs",
16328 "futures 0.3.31",
16329 "git",
16330 "git_hosting_providers",
16331 "git_ui",
16332 "go_to_line",
16333 "gpui",
16334 "http_client",
16335 "image_viewer",
16336 "inline_completion_button",
16337 "install_cli",
16338 "journal",
16339 "language",
16340 "language_extension",
16341 "language_model",
16342 "language_models",
16343 "language_selector",
16344 "language_tools",
16345 "languages",
16346 "libc",
16347 "log",
16348 "markdown",
16349 "markdown_preview",
16350 "menu",
16351 "mimalloc",
16352 "nix",
16353 "node_runtime",
16354 "notifications",
16355 "outline",
16356 "outline_panel",
16357 "parking_lot",
16358 "paths",
16359 "picker",
16360 "profiling",
16361 "project",
16362 "project_panel",
16363 "project_symbols",
16364 "prompt_library",
16365 "proto",
16366 "recent_projects",
16367 "release_channel",
16368 "remote",
16369 "repl",
16370 "reqwest_client",
16371 "rope",
16372 "search",
16373 "serde",
16374 "serde_json",
16375 "session",
16376 "settings",
16377 "settings_ui",
16378 "shellexpand 2.1.2",
16379 "simplelog",
16380 "smol",
16381 "snippet_provider",
16382 "snippets_ui",
16383 "supermaven",
16384 "sysinfo",
16385 "tab_switcher",
16386 "task",
16387 "tasks_ui",
16388 "telemetry",
16389 "telemetry_events",
16390 "terminal_view",
16391 "theme",
16392 "theme_extension",
16393 "theme_selector",
16394 "time",
16395 "toolchain_selector",
16396 "tree-sitter-md",
16397 "tree-sitter-rust",
16398 "ui",
16399 "url",
16400 "urlencoding",
16401 "util",
16402 "uuid",
16403 "vcs_menu",
16404 "vim",
16405 "vim_mode_setting",
16406 "welcome",
16407 "windows 0.58.0",
16408 "winresource",
16409 "workspace",
16410 "zed_actions",
16411 "zed_predict_tos",
16412 "zeta",
16413]
16414
16415[[package]]
16416name = "zed_actions"
16417version = "0.1.0"
16418dependencies = [
16419 "gpui",
16420 "schemars",
16421 "serde",
16422]
16423
16424[[package]]
16425name = "zed_csharp"
16426version = "0.1.0"
16427dependencies = [
16428 "zed_extension_api 0.1.0",
16429]
16430
16431[[package]]
16432name = "zed_deno"
16433version = "0.0.2"
16434dependencies = [
16435 "zed_extension_api 0.1.0",
16436]
16437
16438[[package]]
16439name = "zed_elixir"
16440version = "0.1.2"
16441dependencies = [
16442 "zed_extension_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
16443]
16444
16445[[package]]
16446name = "zed_emmet"
16447version = "0.0.3"
16448dependencies = [
16449 "zed_extension_api 0.1.0",
16450]
16451
16452[[package]]
16453name = "zed_erlang"
16454version = "0.1.1"
16455dependencies = [
16456 "zed_extension_api 0.1.0",
16457]
16458
16459[[package]]
16460name = "zed_extension_api"
16461version = "0.1.0"
16462source = "registry+https://github.com/rust-lang/crates.io-index"
16463checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
16464dependencies = [
16465 "serde",
16466 "serde_json",
16467 "wit-bindgen",
16468]
16469
16470[[package]]
16471name = "zed_extension_api"
16472version = "0.2.0"
16473dependencies = [
16474 "serde",
16475 "serde_json",
16476 "wit-bindgen",
16477]
16478
16479[[package]]
16480name = "zed_extension_api"
16481version = "0.2.0"
16482source = "registry+https://github.com/rust-lang/crates.io-index"
16483checksum = "9fd16b8b30a9dc920fc1678ff852f696b5bdf5b5843bc745a128be0aac29859e"
16484dependencies = [
16485 "serde",
16486 "serde_json",
16487 "wit-bindgen",
16488]
16489
16490[[package]]
16491name = "zed_glsl"
16492version = "0.1.0"
16493dependencies = [
16494 "zed_extension_api 0.1.0",
16495]
16496
16497[[package]]
16498name = "zed_haskell"
16499version = "0.1.2"
16500dependencies = [
16501 "zed_extension_api 0.1.0",
16502]
16503
16504[[package]]
16505name = "zed_html"
16506version = "0.1.4"
16507dependencies = [
16508 "zed_extension_api 0.1.0",
16509]
16510
16511[[package]]
16512name = "zed_lua"
16513version = "0.1.1"
16514dependencies = [
16515 "zed_extension_api 0.1.0",
16516]
16517
16518[[package]]
16519name = "zed_php"
16520version = "0.2.3"
16521dependencies = [
16522 "zed_extension_api 0.1.0",
16523]
16524
16525[[package]]
16526name = "zed_predict_tos"
16527version = "0.1.0"
16528dependencies = [
16529 "client",
16530 "gpui",
16531 "menu",
16532 "ui",
16533 "workspace",
16534]
16535
16536[[package]]
16537name = "zed_prisma"
16538version = "0.0.4"
16539dependencies = [
16540 "zed_extension_api 0.1.0",
16541]
16542
16543[[package]]
16544name = "zed_proto"
16545version = "0.2.1"
16546dependencies = [
16547 "zed_extension_api 0.1.0",
16548]
16549
16550[[package]]
16551name = "zed_purescript"
16552version = "0.0.1"
16553dependencies = [
16554 "zed_extension_api 0.1.0",
16555]
16556
16557[[package]]
16558name = "zed_ruff"
16559version = "0.1.0"
16560dependencies = [
16561 "zed_extension_api 0.1.0",
16562]
16563
16564[[package]]
16565name = "zed_snippets"
16566version = "0.0.5"
16567dependencies = [
16568 "serde_json",
16569 "zed_extension_api 0.1.0",
16570]
16571
16572[[package]]
16573name = "zed_terraform"
16574version = "0.1.1"
16575dependencies = [
16576 "zed_extension_api 0.1.0",
16577]
16578
16579[[package]]
16580name = "zed_test_extension"
16581version = "0.1.0"
16582dependencies = [
16583 "zed_extension_api 0.2.0",
16584]
16585
16586[[package]]
16587name = "zed_toml"
16588version = "0.1.2"
16589dependencies = [
16590 "zed_extension_api 0.1.0",
16591]
16592
16593[[package]]
16594name = "zed_uiua"
16595version = "0.0.1"
16596dependencies = [
16597 "zed_extension_api 0.1.0",
16598]
16599
16600[[package]]
16601name = "zed_zig"
16602version = "0.3.2"
16603dependencies = [
16604 "zed_extension_api 0.1.0",
16605]
16606
16607[[package]]
16608name = "zeno"
16609version = "0.2.3"
16610source = "registry+https://github.com/rust-lang/crates.io-index"
16611checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
16612
16613[[package]]
16614name = "zerocopy"
16615version = "0.7.35"
16616source = "registry+https://github.com/rust-lang/crates.io-index"
16617checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
16618dependencies = [
16619 "byteorder",
16620 "zerocopy-derive",
16621]
16622
16623[[package]]
16624name = "zerocopy-derive"
16625version = "0.7.35"
16626source = "registry+https://github.com/rust-lang/crates.io-index"
16627checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
16628dependencies = [
16629 "proc-macro2",
16630 "quote",
16631 "syn 2.0.90",
16632]
16633
16634[[package]]
16635name = "zerofrom"
16636version = "0.1.5"
16637source = "registry+https://github.com/rust-lang/crates.io-index"
16638checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
16639dependencies = [
16640 "zerofrom-derive",
16641]
16642
16643[[package]]
16644name = "zerofrom-derive"
16645version = "0.1.5"
16646source = "registry+https://github.com/rust-lang/crates.io-index"
16647checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
16648dependencies = [
16649 "proc-macro2",
16650 "quote",
16651 "syn 2.0.90",
16652 "synstructure",
16653]
16654
16655[[package]]
16656name = "zeroize"
16657version = "1.8.1"
16658source = "registry+https://github.com/rust-lang/crates.io-index"
16659checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
16660dependencies = [
16661 "zeroize_derive",
16662]
16663
16664[[package]]
16665name = "zeroize_derive"
16666version = "1.4.2"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
16669dependencies = [
16670 "proc-macro2",
16671 "quote",
16672 "syn 2.0.90",
16673]
16674
16675[[package]]
16676name = "zeromq"
16677version = "0.5.0-pre"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
16680dependencies = [
16681 "async-dispatcher",
16682 "async-std",
16683 "async-trait",
16684 "asynchronous-codec",
16685 "bytes 1.9.0",
16686 "crossbeam-queue",
16687 "dashmap 5.5.3",
16688 "futures 0.3.31",
16689 "log",
16690 "num-traits",
16691 "once_cell",
16692 "parking_lot",
16693 "rand 0.8.5",
16694 "regex",
16695 "thiserror 1.0.69",
16696 "uuid",
16697]
16698
16699[[package]]
16700name = "zerovec"
16701version = "0.10.4"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
16704dependencies = [
16705 "yoke",
16706 "zerofrom",
16707 "zerovec-derive",
16708]
16709
16710[[package]]
16711name = "zerovec-derive"
16712version = "0.10.3"
16713source = "registry+https://github.com/rust-lang/crates.io-index"
16714checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
16715dependencies = [
16716 "proc-macro2",
16717 "quote",
16718 "syn 2.0.90",
16719]
16720
16721[[package]]
16722name = "zeta"
16723version = "0.1.0"
16724dependencies = [
16725 "anyhow",
16726 "arrayvec",
16727 "call",
16728 "client",
16729 "clock",
16730 "collections",
16731 "ctor",
16732 "editor",
16733 "env_logger 0.11.6",
16734 "futures 0.3.31",
16735 "gpui",
16736 "http_client",
16737 "indoc",
16738 "inline_completion",
16739 "language",
16740 "language_models",
16741 "log",
16742 "menu",
16743 "reqwest_client",
16744 "rpc",
16745 "serde_json",
16746 "settings",
16747 "similar",
16748 "telemetry",
16749 "telemetry_events",
16750 "theme",
16751 "tree-sitter-go",
16752 "tree-sitter-rust",
16753 "ui",
16754 "util",
16755 "uuid",
16756 "workspace",
16757 "worktree",
16758]
16759
16760[[package]]
16761name = "zip"
16762version = "0.6.6"
16763source = "registry+https://github.com/rust-lang/crates.io-index"
16764checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
16765dependencies = [
16766 "aes",
16767 "byteorder",
16768 "bzip2",
16769 "constant_time_eq 0.1.5",
16770 "crc32fast",
16771 "crossbeam-utils",
16772 "flate2",
16773 "hmac",
16774 "pbkdf2 0.11.0",
16775 "sha1",
16776 "time",
16777 "zstd",
16778]
16779
16780[[package]]
16781name = "zstd"
16782version = "0.11.2+zstd.1.5.2"
16783source = "registry+https://github.com/rust-lang/crates.io-index"
16784checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
16785dependencies = [
16786 "zstd-safe",
16787]
16788
16789[[package]]
16790name = "zstd-safe"
16791version = "5.0.2+zstd.1.5.2"
16792source = "registry+https://github.com/rust-lang/crates.io-index"
16793checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
16794dependencies = [
16795 "libc",
16796 "zstd-sys",
16797]
16798
16799[[package]]
16800name = "zstd-sys"
16801version = "2.0.13+zstd.1.5.6"
16802source = "registry+https://github.com/rust-lang/crates.io-index"
16803checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
16804dependencies = [
16805 "cc",
16806 "pkg-config",
16807]
16808
16809[[package]]
16810name = "zune-core"
16811version = "0.4.12"
16812source = "registry+https://github.com/rust-lang/crates.io-index"
16813checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
16814
16815[[package]]
16816name = "zune-inflate"
16817version = "0.2.54"
16818source = "registry+https://github.com/rust-lang/crates.io-index"
16819checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
16820dependencies = [
16821 "simd-adler32",
16822]
16823
16824[[package]]
16825name = "zune-jpeg"
16826version = "0.4.13"
16827source = "registry+https://github.com/rust-lang/crates.io-index"
16828checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
16829dependencies = [
16830 "zune-core",
16831]
16832
16833[[package]]
16834name = "zvariant"
16835version = "4.2.0"
16836source = "registry+https://github.com/rust-lang/crates.io-index"
16837checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
16838dependencies = [
16839 "endi",
16840 "enumflags2",
16841 "serde",
16842 "static_assertions",
16843 "zvariant_derive 4.2.0",
16844]
16845
16846[[package]]
16847name = "zvariant"
16848version = "5.1.0"
16849source = "registry+https://github.com/rust-lang/crates.io-index"
16850checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f"
16851dependencies = [
16852 "endi",
16853 "enumflags2",
16854 "serde",
16855 "static_assertions",
16856 "url",
16857 "winnow",
16858 "zvariant_derive 5.1.0",
16859 "zvariant_utils 3.0.2",
16860]
16861
16862[[package]]
16863name = "zvariant_derive"
16864version = "4.2.0"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
16867dependencies = [
16868 "proc-macro-crate",
16869 "proc-macro2",
16870 "quote",
16871 "syn 2.0.90",
16872 "zvariant_utils 2.1.0",
16873]
16874
16875[[package]]
16876name = "zvariant_derive"
16877version = "5.1.0"
16878source = "registry+https://github.com/rust-lang/crates.io-index"
16879checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916"
16880dependencies = [
16881 "proc-macro-crate",
16882 "proc-macro2",
16883 "quote",
16884 "syn 2.0.90",
16885 "zvariant_utils 3.0.2",
16886]
16887
16888[[package]]
16889name = "zvariant_utils"
16890version = "2.1.0"
16891source = "registry+https://github.com/rust-lang/crates.io-index"
16892checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
16893dependencies = [
16894 "proc-macro2",
16895 "quote",
16896 "syn 2.0.90",
16897]
16898
16899[[package]]
16900name = "zvariant_utils"
16901version = "3.0.2"
16902source = "registry+https://github.com/rust-lang/crates.io-index"
16903checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6"
16904dependencies = [
16905 "proc-macro2",
16906 "quote",
16907 "serde",
16908 "static_assertions",
16909 "syn 2.0.90",
16910 "winnow",
16911]