1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension_host",
13 "futures 0.3.31",
14 "gpui",
15 "language",
16 "lsp",
17 "project",
18 "smallvec",
19 "ui",
20 "util",
21 "workspace",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.24.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
29dependencies = [
30 "gimli 0.31.1",
31]
32
33[[package]]
34name = "adler2"
35version = "2.0.0"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
38
39[[package]]
40name = "aes"
41version = "0.8.4"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
44dependencies = [
45 "cfg-if",
46 "cipher",
47 "cpufeatures",
48 "zeroize",
49]
50
51[[package]]
52name = "ahash"
53version = "0.7.8"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
56dependencies = [
57 "getrandom 0.2.15",
58 "once_cell",
59 "version_check",
60]
61
62[[package]]
63name = "ahash"
64version = "0.8.11"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
67dependencies = [
68 "cfg-if",
69 "const-random",
70 "once_cell",
71 "version_check",
72 "zerocopy",
73]
74
75[[package]]
76name = "aho-corasick"
77version = "1.1.3"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
80dependencies = [
81 "memchr",
82]
83
84[[package]]
85name = "alacritty_terminal"
86version = "0.25.0-dev"
87source = "git+https://github.com/alacritty/alacritty.git?rev=5e78d20c709cb1ab8d44ca7a8702cc26d779227c#5e78d20c709cb1ab8d44ca7a8702cc26d779227c"
88dependencies = [
89 "base64 0.22.1",
90 "bitflags 2.8.0",
91 "home",
92 "libc",
93 "log",
94 "miow",
95 "parking_lot",
96 "piper",
97 "polling",
98 "regex-automata 0.4.9",
99 "rustix-openpty",
100 "serde",
101 "signal-hook",
102 "unicode-width",
103 "vte",
104 "windows-sys 0.59.0",
105]
106
107[[package]]
108name = "aliasable"
109version = "0.1.3"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
112
113[[package]]
114name = "aligned-vec"
115version = "0.5.0"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
118
119[[package]]
120name = "allocator-api2"
121version = "0.2.21"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
124
125[[package]]
126name = "alsa"
127version = "0.9.1"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
130dependencies = [
131 "alsa-sys",
132 "bitflags 2.8.0",
133 "cfg-if",
134 "libc",
135]
136
137[[package]]
138name = "alsa-sys"
139version = "0.3.1"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
142dependencies = [
143 "libc",
144 "pkg-config",
145]
146
147[[package]]
148name = "ambient-authority"
149version = "0.0.2"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
152
153[[package]]
154name = "ammonia"
155version = "4.0.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
158dependencies = [
159 "html5ever",
160 "maplit",
161 "once_cell",
162 "tendril",
163 "url",
164]
165
166[[package]]
167name = "android-tzdata"
168version = "0.1.1"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
171
172[[package]]
173name = "android_system_properties"
174version = "0.1.5"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
177dependencies = [
178 "libc",
179]
180
181[[package]]
182name = "anes"
183version = "0.1.6"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
186
187[[package]]
188name = "anstream"
189version = "0.6.18"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
192dependencies = [
193 "anstyle",
194 "anstyle-parse",
195 "anstyle-query",
196 "anstyle-wincon",
197 "colorchoice",
198 "is_terminal_polyfill",
199 "utf8parse",
200]
201
202[[package]]
203name = "anstyle"
204version = "1.0.10"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
207
208[[package]]
209name = "anstyle-parse"
210version = "0.2.6"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
213dependencies = [
214 "utf8parse",
215]
216
217[[package]]
218name = "anstyle-query"
219version = "1.1.2"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
222dependencies = [
223 "windows-sys 0.59.0",
224]
225
226[[package]]
227name = "anstyle-wincon"
228version = "3.0.6"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
231dependencies = [
232 "anstyle",
233 "windows-sys 0.59.0",
234]
235
236[[package]]
237name = "anthropic"
238version = "0.1.0"
239dependencies = [
240 "anyhow",
241 "chrono",
242 "futures 0.3.31",
243 "http_client",
244 "schemars",
245 "serde",
246 "serde_json",
247 "strum",
248 "thiserror 1.0.69",
249 "util",
250]
251
252[[package]]
253name = "any_vec"
254version = "0.14.0"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
257
258[[package]]
259name = "anyhow"
260version = "1.0.95"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
263
264[[package]]
265name = "approx"
266version = "0.5.1"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
269dependencies = [
270 "num-traits",
271]
272
273[[package]]
274name = "arbitrary"
275version = "1.4.1"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
278
279[[package]]
280name = "arg_enum_proc_macro"
281version = "0.3.4"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
284dependencies = [
285 "proc-macro2",
286 "quote",
287 "syn 2.0.90",
288]
289
290[[package]]
291name = "arraydeque"
292version = "0.5.1"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
295
296[[package]]
297name = "arrayref"
298version = "0.3.9"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
301
302[[package]]
303name = "arrayvec"
304version = "0.7.6"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
307dependencies = [
308 "serde",
309]
310
311[[package]]
312name = "as-raw-xcb-connection"
313version = "1.0.1"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
316
317[[package]]
318name = "ascii"
319version = "1.1.0"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
322
323[[package]]
324name = "ash"
325version = "0.38.0+1.3.281"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
328dependencies = [
329 "libloading",
330]
331
332[[package]]
333name = "ash-window"
334version = "0.13.0"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
337dependencies = [
338 "ash",
339 "raw-window-handle",
340 "raw-window-metal",
341]
342
343[[package]]
344name = "ashpd"
345version = "0.10.2"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "e9c39d707614dbcc6bed00015539f488d8e3fe3e66ed60961efc0c90f4b380b3"
348dependencies = [
349 "async-fs",
350 "async-net",
351 "enumflags2",
352 "futures-channel",
353 "futures-util",
354 "rand 0.8.5",
355 "serde",
356 "serde_repr",
357 "url",
358 "zbus 5.1.1",
359]
360
361[[package]]
362name = "assets"
363version = "0.1.0"
364dependencies = [
365 "anyhow",
366 "gpui",
367 "rust-embed",
368]
369
370[[package]]
371name = "assistant"
372version = "0.1.0"
373dependencies = [
374 "anyhow",
375 "assistant_context_editor",
376 "assistant_settings",
377 "assistant_slash_command",
378 "assistant_slash_commands",
379 "assistant_tool",
380 "async-watch",
381 "client",
382 "collections",
383 "command_palette_hooks",
384 "context_server",
385 "ctor",
386 "db",
387 "editor",
388 "env_logger 0.11.6",
389 "feature_flags",
390 "fs",
391 "futures 0.3.31",
392 "gpui",
393 "indexed_docs",
394 "indoc",
395 "language",
396 "language_model",
397 "language_model_selector",
398 "language_models",
399 "languages",
400 "log",
401 "lsp",
402 "menu",
403 "multi_buffer",
404 "parking_lot",
405 "paths",
406 "pretty_assertions",
407 "project",
408 "prompt_library",
409 "proto",
410 "rand 0.8.5",
411 "rope",
412 "schemars",
413 "search",
414 "semantic_index",
415 "serde",
416 "serde_json_lenient",
417 "settings",
418 "similar",
419 "smol",
420 "streaming_diff",
421 "telemetry",
422 "telemetry_events",
423 "terminal",
424 "terminal_view",
425 "text",
426 "theme",
427 "tree-sitter-md",
428 "ui",
429 "unindent",
430 "util",
431 "workspace",
432 "zed_actions",
433]
434
435[[package]]
436name = "assistant2"
437version = "0.1.0"
438dependencies = [
439 "anyhow",
440 "assistant_context_editor",
441 "assistant_settings",
442 "assistant_slash_command",
443 "assistant_tool",
444 "async-watch",
445 "chrono",
446 "client",
447 "clock",
448 "collections",
449 "command_palette_hooks",
450 "context_server",
451 "db",
452 "editor",
453 "feature_flags",
454 "file_icons",
455 "fs",
456 "futures 0.3.31",
457 "fuzzy",
458 "gpui",
459 "heed",
460 "html_to_markdown",
461 "http_client",
462 "indoc",
463 "itertools 0.14.0",
464 "language",
465 "language_model",
466 "language_model_selector",
467 "language_models",
468 "log",
469 "lsp",
470 "markdown",
471 "menu",
472 "multi_buffer",
473 "parking_lot",
474 "paths",
475 "picker",
476 "project",
477 "prompt_library",
478 "proto",
479 "rand 0.8.5",
480 "rope",
481 "serde",
482 "serde_json",
483 "settings",
484 "similar",
485 "smol",
486 "streaming_diff",
487 "telemetry_events",
488 "terminal",
489 "terminal_view",
490 "text",
491 "theme",
492 "time",
493 "time_format",
494 "ui",
495 "util",
496 "uuid",
497 "workspace",
498 "zed_actions",
499]
500
501[[package]]
502name = "assistant_context_editor"
503version = "0.1.0"
504dependencies = [
505 "anyhow",
506 "assistant_settings",
507 "assistant_slash_command",
508 "assistant_slash_commands",
509 "assistant_tool",
510 "chrono",
511 "client",
512 "clock",
513 "collections",
514 "context_server",
515 "editor",
516 "feature_flags",
517 "fs",
518 "futures 0.3.31",
519 "fuzzy",
520 "gpui",
521 "indexed_docs",
522 "language",
523 "language_model",
524 "language_model_selector",
525 "language_models",
526 "languages",
527 "log",
528 "multi_buffer",
529 "open_ai",
530 "parking_lot",
531 "paths",
532 "picker",
533 "pretty_assertions",
534 "project",
535 "prompt_library",
536 "rand 0.8.5",
537 "regex",
538 "rope",
539 "rpc",
540 "serde",
541 "serde_json",
542 "settings",
543 "smallvec",
544 "smol",
545 "strum",
546 "telemetry_events",
547 "text",
548 "theme",
549 "tree-sitter-md",
550 "ui",
551 "unindent",
552 "util",
553 "uuid",
554 "workspace",
555]
556
557[[package]]
558name = "assistant_settings"
559version = "0.1.0"
560dependencies = [
561 "anthropic",
562 "anyhow",
563 "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.7.1"
3012source = "registry+https://github.com/rust-lang/crates.io-index"
3013checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7"
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 = "deflate64"
3690version = "0.1.9"
3691source = "registry+https://github.com/rust-lang/crates.io-index"
3692checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3693
3694[[package]]
3695name = "der"
3696version = "0.6.1"
3697source = "registry+https://github.com/rust-lang/crates.io-index"
3698checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3699dependencies = [
3700 "const-oid",
3701 "zeroize",
3702]
3703
3704[[package]]
3705name = "der"
3706version = "0.7.9"
3707source = "registry+https://github.com/rust-lang/crates.io-index"
3708checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3709dependencies = [
3710 "const-oid",
3711 "pem-rfc7468",
3712 "zeroize",
3713]
3714
3715[[package]]
3716name = "deranged"
3717version = "0.3.11"
3718source = "registry+https://github.com/rust-lang/crates.io-index"
3719checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3720dependencies = [
3721 "powerfmt",
3722 "serde",
3723]
3724
3725[[package]]
3726name = "derive_more"
3727version = "0.99.18"
3728source = "registry+https://github.com/rust-lang/crates.io-index"
3729checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3730dependencies = [
3731 "convert_case 0.4.0",
3732 "proc-macro2",
3733 "quote",
3734 "rustc_version",
3735 "syn 2.0.90",
3736]
3737
3738[[package]]
3739name = "derive_refineable"
3740version = "0.1.0"
3741dependencies = [
3742 "proc-macro2",
3743 "quote",
3744 "syn 1.0.109",
3745]
3746
3747[[package]]
3748name = "diagnostics"
3749version = "0.1.0"
3750dependencies = [
3751 "anyhow",
3752 "client",
3753 "collections",
3754 "ctor",
3755 "editor",
3756 "env_logger 0.11.6",
3757 "gpui",
3758 "language",
3759 "log",
3760 "lsp",
3761 "pretty_assertions",
3762 "project",
3763 "rand 0.8.5",
3764 "schemars",
3765 "serde",
3766 "serde_json",
3767 "settings",
3768 "theme",
3769 "ui",
3770 "unindent",
3771 "util",
3772 "workspace",
3773]
3774
3775[[package]]
3776name = "dialoguer"
3777version = "0.11.0"
3778source = "registry+https://github.com/rust-lang/crates.io-index"
3779checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3780dependencies = [
3781 "console",
3782 "fuzzy-matcher",
3783 "shell-words",
3784 "tempfile",
3785 "thiserror 1.0.69",
3786 "zeroize",
3787]
3788
3789[[package]]
3790name = "diff"
3791version = "0.1.13"
3792source = "registry+https://github.com/rust-lang/crates.io-index"
3793checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3794
3795[[package]]
3796name = "digest"
3797version = "0.10.7"
3798source = "registry+https://github.com/rust-lang/crates.io-index"
3799checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3800dependencies = [
3801 "block-buffer",
3802 "const-oid",
3803 "crypto-common",
3804 "subtle",
3805]
3806
3807[[package]]
3808name = "dirs"
3809version = "4.0.0"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3812dependencies = [
3813 "dirs-sys 0.3.7",
3814]
3815
3816[[package]]
3817name = "dirs"
3818version = "5.0.1"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3821dependencies = [
3822 "dirs-sys 0.4.1",
3823]
3824
3825[[package]]
3826name = "dirs-sys"
3827version = "0.3.7"
3828source = "registry+https://github.com/rust-lang/crates.io-index"
3829checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3830dependencies = [
3831 "libc",
3832 "redox_users",
3833 "winapi",
3834]
3835
3836[[package]]
3837name = "dirs-sys"
3838version = "0.4.1"
3839source = "registry+https://github.com/rust-lang/crates.io-index"
3840checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3841dependencies = [
3842 "libc",
3843 "option-ext",
3844 "redox_users",
3845 "windows-sys 0.48.0",
3846]
3847
3848[[package]]
3849name = "displaydoc"
3850version = "0.2.5"
3851source = "registry+https://github.com/rust-lang/crates.io-index"
3852checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
3853dependencies = [
3854 "proc-macro2",
3855 "quote",
3856 "syn 2.0.90",
3857]
3858
3859[[package]]
3860name = "dlib"
3861version = "0.5.2"
3862source = "registry+https://github.com/rust-lang/crates.io-index"
3863checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3864dependencies = [
3865 "libloading",
3866]
3867
3868[[package]]
3869name = "docs_preprocessor"
3870version = "0.1.0"
3871dependencies = [
3872 "anyhow",
3873 "clap",
3874 "mdbook",
3875 "regex",
3876 "serde",
3877 "serde_json",
3878 "settings",
3879 "util",
3880]
3881
3882[[package]]
3883name = "dotenvy"
3884version = "0.15.7"
3885source = "registry+https://github.com/rust-lang/crates.io-index"
3886checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3887
3888[[package]]
3889name = "downcast-rs"
3890version = "1.2.1"
3891source = "registry+https://github.com/rust-lang/crates.io-index"
3892checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3893
3894[[package]]
3895name = "doxygen-rs"
3896version = "0.4.2"
3897source = "registry+https://github.com/rust-lang/crates.io-index"
3898checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3899dependencies = [
3900 "phf",
3901]
3902
3903[[package]]
3904name = "dunce"
3905version = "1.0.5"
3906source = "registry+https://github.com/rust-lang/crates.io-index"
3907checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
3908
3909[[package]]
3910name = "dwrote"
3911version = "0.11.2"
3912source = "registry+https://github.com/rust-lang/crates.io-index"
3913checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
3914dependencies = [
3915 "lazy_static",
3916 "libc",
3917 "winapi",
3918 "wio",
3919]
3920
3921[[package]]
3922name = "dyn-clone"
3923version = "1.0.17"
3924source = "registry+https://github.com/rust-lang/crates.io-index"
3925checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3926
3927[[package]]
3928name = "ec4rs"
3929version = "1.1.1"
3930source = "registry+https://github.com/rust-lang/crates.io-index"
3931checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3932
3933[[package]]
3934name = "ecdsa"
3935version = "0.14.8"
3936source = "registry+https://github.com/rust-lang/crates.io-index"
3937checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3938dependencies = [
3939 "der 0.6.1",
3940 "elliptic-curve",
3941 "rfc6979",
3942 "signature 1.6.4",
3943]
3944
3945[[package]]
3946name = "editor"
3947version = "0.1.0"
3948dependencies = [
3949 "aho-corasick",
3950 "anyhow",
3951 "assets",
3952 "chrono",
3953 "client",
3954 "clock",
3955 "collections",
3956 "convert_case 0.7.1",
3957 "ctor",
3958 "db",
3959 "emojis",
3960 "env_logger 0.11.6",
3961 "feature_flags",
3962 "file_icons",
3963 "fs",
3964 "futures 0.3.31",
3965 "fuzzy",
3966 "git",
3967 "gpui",
3968 "http_client",
3969 "indoc",
3970 "inline_completion",
3971 "itertools 0.14.0",
3972 "language",
3973 "linkify",
3974 "log",
3975 "lsp",
3976 "markdown",
3977 "multi_buffer",
3978 "ordered-float 2.10.1",
3979 "parking_lot",
3980 "pretty_assertions",
3981 "project",
3982 "rand 0.8.5",
3983 "release_channel",
3984 "rpc",
3985 "schemars",
3986 "serde",
3987 "serde_json",
3988 "settings",
3989 "similar",
3990 "smallvec",
3991 "smol",
3992 "snippet",
3993 "sum_tree",
3994 "task",
3995 "telemetry",
3996 "tempfile",
3997 "text",
3998 "theme",
3999 "time",
4000 "time_format",
4001 "tree-sitter-html",
4002 "tree-sitter-rust",
4003 "tree-sitter-typescript",
4004 "ui",
4005 "unicode-script",
4006 "unicode-segmentation",
4007 "unindent",
4008 "url",
4009 "util",
4010 "uuid",
4011 "workspace",
4012 "zed_predict_tos",
4013]
4014
4015[[package]]
4016name = "either"
4017version = "1.13.0"
4018source = "registry+https://github.com/rust-lang/crates.io-index"
4019checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4020dependencies = [
4021 "serde",
4022]
4023
4024[[package]]
4025name = "elasticlunr-rs"
4026version = "3.0.2"
4027source = "registry+https://github.com/rust-lang/crates.io-index"
4028checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4029dependencies = [
4030 "regex",
4031 "serde",
4032 "serde_derive",
4033 "serde_json",
4034]
4035
4036[[package]]
4037name = "elliptic-curve"
4038version = "0.12.3"
4039source = "registry+https://github.com/rust-lang/crates.io-index"
4040checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4041dependencies = [
4042 "base16ct",
4043 "crypto-bigint 0.4.9",
4044 "der 0.6.1",
4045 "digest",
4046 "ff",
4047 "generic-array",
4048 "group",
4049 "pkcs8 0.9.0",
4050 "rand_core 0.6.4",
4051 "sec1",
4052 "subtle",
4053 "zeroize",
4054]
4055
4056[[package]]
4057name = "embed-resource"
4058version = "3.0.1"
4059source = "registry+https://github.com/rust-lang/crates.io-index"
4060checksum = "4762ce03154ba57ebaeee60cc631901ceae4f18219cbb874e464347471594742"
4061dependencies = [
4062 "cc",
4063 "memchr",
4064 "rustc_version",
4065 "toml 0.8.19",
4066 "vswhom",
4067 "winreg 0.52.0",
4068]
4069
4070[[package]]
4071name = "embedded-io"
4072version = "0.4.0"
4073source = "registry+https://github.com/rust-lang/crates.io-index"
4074checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4075
4076[[package]]
4077name = "embedded-io"
4078version = "0.6.1"
4079source = "registry+https://github.com/rust-lang/crates.io-index"
4080checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4081
4082[[package]]
4083name = "emojis"
4084version = "0.6.4"
4085source = "registry+https://github.com/rust-lang/crates.io-index"
4086checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4087dependencies = [
4088 "phf",
4089]
4090
4091[[package]]
4092name = "encode_unicode"
4093version = "0.3.6"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4096
4097[[package]]
4098name = "encoding_rs"
4099version = "0.8.35"
4100source = "registry+https://github.com/rust-lang/crates.io-index"
4101checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4102dependencies = [
4103 "cfg-if",
4104]
4105
4106[[package]]
4107name = "endi"
4108version = "1.1.0"
4109source = "registry+https://github.com/rust-lang/crates.io-index"
4110checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4111
4112[[package]]
4113name = "enumflags2"
4114version = "0.7.10"
4115source = "registry+https://github.com/rust-lang/crates.io-index"
4116checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4117dependencies = [
4118 "enumflags2_derive",
4119 "serde",
4120]
4121
4122[[package]]
4123name = "enumflags2_derive"
4124version = "0.7.10"
4125source = "registry+https://github.com/rust-lang/crates.io-index"
4126checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4127dependencies = [
4128 "proc-macro2",
4129 "quote",
4130 "syn 2.0.90",
4131]
4132
4133[[package]]
4134name = "env_filter"
4135version = "0.1.2"
4136source = "registry+https://github.com/rust-lang/crates.io-index"
4137checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4138dependencies = [
4139 "log",
4140 "regex",
4141]
4142
4143[[package]]
4144name = "env_logger"
4145version = "0.10.2"
4146source = "registry+https://github.com/rust-lang/crates.io-index"
4147checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4148dependencies = [
4149 "humantime",
4150 "is-terminal",
4151 "log",
4152 "regex",
4153 "termcolor",
4154]
4155
4156[[package]]
4157name = "env_logger"
4158version = "0.11.6"
4159source = "registry+https://github.com/rust-lang/crates.io-index"
4160checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4161dependencies = [
4162 "anstream",
4163 "anstyle",
4164 "env_filter",
4165 "humantime",
4166 "log",
4167]
4168
4169[[package]]
4170name = "envy"
4171version = "0.4.2"
4172source = "registry+https://github.com/rust-lang/crates.io-index"
4173checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4174dependencies = [
4175 "serde",
4176]
4177
4178[[package]]
4179name = "equivalent"
4180version = "1.0.1"
4181source = "registry+https://github.com/rust-lang/crates.io-index"
4182checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4183
4184[[package]]
4185name = "erased-serde"
4186version = "0.4.5"
4187source = "registry+https://github.com/rust-lang/crates.io-index"
4188checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4189dependencies = [
4190 "serde",
4191 "typeid",
4192]
4193
4194[[package]]
4195name = "errno"
4196version = "0.2.8"
4197source = "registry+https://github.com/rust-lang/crates.io-index"
4198checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4199dependencies = [
4200 "errno-dragonfly",
4201 "libc",
4202 "winapi",
4203]
4204
4205[[package]]
4206name = "errno"
4207version = "0.3.10"
4208source = "registry+https://github.com/rust-lang/crates.io-index"
4209checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4210dependencies = [
4211 "libc",
4212 "windows-sys 0.59.0",
4213]
4214
4215[[package]]
4216name = "errno-dragonfly"
4217version = "0.1.2"
4218source = "registry+https://github.com/rust-lang/crates.io-index"
4219checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4220dependencies = [
4221 "cc",
4222 "libc",
4223]
4224
4225[[package]]
4226name = "etagere"
4227version = "0.2.15"
4228source = "registry+https://github.com/rust-lang/crates.io-index"
4229checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4230dependencies = [
4231 "euclid",
4232 "svg_fmt",
4233]
4234
4235[[package]]
4236name = "etcetera"
4237version = "0.8.0"
4238source = "registry+https://github.com/rust-lang/crates.io-index"
4239checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4240dependencies = [
4241 "cfg-if",
4242 "home",
4243 "windows-sys 0.48.0",
4244]
4245
4246[[package]]
4247name = "euclid"
4248version = "0.22.11"
4249source = "registry+https://github.com/rust-lang/crates.io-index"
4250checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4251dependencies = [
4252 "num-traits",
4253]
4254
4255[[package]]
4256name = "evals"
4257version = "0.1.0"
4258dependencies = [
4259 "anyhow",
4260 "clap",
4261 "client",
4262 "clock",
4263 "collections",
4264 "env_logger 0.11.6",
4265 "feature_flags",
4266 "fs",
4267 "git",
4268 "gpui",
4269 "http_client",
4270 "language",
4271 "languages",
4272 "node_runtime",
4273 "open_ai",
4274 "project",
4275 "reqwest_client",
4276 "semantic_index",
4277 "serde",
4278 "serde_json",
4279 "settings",
4280 "smol",
4281 "util",
4282]
4283
4284[[package]]
4285name = "event-listener"
4286version = "2.5.3"
4287source = "registry+https://github.com/rust-lang/crates.io-index"
4288checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4289
4290[[package]]
4291name = "event-listener"
4292version = "5.3.1"
4293source = "registry+https://github.com/rust-lang/crates.io-index"
4294checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4295dependencies = [
4296 "concurrent-queue",
4297 "parking",
4298 "pin-project-lite",
4299]
4300
4301[[package]]
4302name = "event-listener-strategy"
4303version = "0.5.3"
4304source = "registry+https://github.com/rust-lang/crates.io-index"
4305checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4306dependencies = [
4307 "event-listener 5.3.1",
4308 "pin-project-lite",
4309]
4310
4311[[package]]
4312name = "exec"
4313version = "0.3.1"
4314source = "registry+https://github.com/rust-lang/crates.io-index"
4315checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4316dependencies = [
4317 "errno 0.2.8",
4318 "libc",
4319]
4320
4321[[package]]
4322name = "exr"
4323version = "1.73.0"
4324source = "registry+https://github.com/rust-lang/crates.io-index"
4325checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4326dependencies = [
4327 "bit_field",
4328 "half",
4329 "lebe",
4330 "miniz_oxide",
4331 "rayon-core",
4332 "smallvec",
4333 "zune-inflate",
4334]
4335
4336[[package]]
4337name = "extension"
4338version = "0.1.0"
4339dependencies = [
4340 "anyhow",
4341 "async-compression",
4342 "async-tar",
4343 "async-trait",
4344 "collections",
4345 "fs",
4346 "futures 0.3.31",
4347 "gpui",
4348 "http_client",
4349 "language",
4350 "log",
4351 "lsp",
4352 "parking_lot",
4353 "semantic_version",
4354 "serde",
4355 "serde_json",
4356 "toml 0.8.19",
4357 "util",
4358 "wasm-encoder 0.215.0",
4359 "wasmparser 0.215.0",
4360 "wit-component",
4361]
4362
4363[[package]]
4364name = "extension_cli"
4365version = "0.1.0"
4366dependencies = [
4367 "anyhow",
4368 "clap",
4369 "env_logger 0.11.6",
4370 "extension",
4371 "fs",
4372 "language",
4373 "log",
4374 "reqwest_client",
4375 "rpc",
4376 "serde",
4377 "serde_json",
4378 "theme",
4379 "tokio",
4380 "toml 0.8.19",
4381 "tree-sitter",
4382 "wasmtime",
4383]
4384
4385[[package]]
4386name = "extension_host"
4387version = "0.1.0"
4388dependencies = [
4389 "anyhow",
4390 "async-compression",
4391 "async-tar",
4392 "async-trait",
4393 "client",
4394 "collections",
4395 "context_server_settings",
4396 "ctor",
4397 "env_logger 0.11.6",
4398 "extension",
4399 "fs",
4400 "futures 0.3.31",
4401 "gpui",
4402 "http_client",
4403 "language",
4404 "language_extension",
4405 "log",
4406 "lsp",
4407 "node_runtime",
4408 "parking_lot",
4409 "paths",
4410 "project",
4411 "release_channel",
4412 "remote",
4413 "reqwest_client",
4414 "schemars",
4415 "semantic_version",
4416 "serde",
4417 "serde_json",
4418 "serde_json_lenient",
4419 "settings",
4420 "task",
4421 "telemetry",
4422 "tempfile",
4423 "theme",
4424 "theme_extension",
4425 "toml 0.8.19",
4426 "url",
4427 "util",
4428 "wasmparser 0.215.0",
4429 "wasmtime",
4430 "wasmtime-wasi",
4431]
4432
4433[[package]]
4434name = "extensions_ui"
4435version = "0.1.0"
4436dependencies = [
4437 "anyhow",
4438 "client",
4439 "collections",
4440 "db",
4441 "editor",
4442 "extension_host",
4443 "fs",
4444 "fuzzy",
4445 "gpui",
4446 "language",
4447 "num-format",
4448 "picker",
4449 "project",
4450 "release_channel",
4451 "semantic_version",
4452 "serde",
4453 "settings",
4454 "smallvec",
4455 "telemetry",
4456 "theme",
4457 "ui",
4458 "util",
4459 "vim_mode_setting",
4460 "workspace",
4461 "zed_actions",
4462]
4463
4464[[package]]
4465name = "fallible-iterator"
4466version = "0.3.0"
4467source = "registry+https://github.com/rust-lang/crates.io-index"
4468checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4469
4470[[package]]
4471name = "fancy-regex"
4472version = "0.13.0"
4473source = "registry+https://github.com/rust-lang/crates.io-index"
4474checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4475dependencies = [
4476 "bit-set 0.5.3",
4477 "regex-automata 0.4.9",
4478 "regex-syntax 0.8.5",
4479]
4480
4481[[package]]
4482name = "fancy-regex"
4483version = "0.14.0"
4484source = "registry+https://github.com/rust-lang/crates.io-index"
4485checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4486dependencies = [
4487 "bit-set 0.8.0",
4488 "regex-automata 0.4.9",
4489 "regex-syntax 0.8.5",
4490]
4491
4492[[package]]
4493name = "fast-srgb8"
4494version = "1.0.0"
4495source = "registry+https://github.com/rust-lang/crates.io-index"
4496checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4497
4498[[package]]
4499name = "fastrand"
4500version = "1.9.0"
4501source = "registry+https://github.com/rust-lang/crates.io-index"
4502checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4503dependencies = [
4504 "instant",
4505]
4506
4507[[package]]
4508name = "fastrand"
4509version = "2.3.0"
4510source = "registry+https://github.com/rust-lang/crates.io-index"
4511checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4512
4513[[package]]
4514name = "fd-lock"
4515version = "4.0.2"
4516source = "registry+https://github.com/rust-lang/crates.io-index"
4517checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4518dependencies = [
4519 "cfg-if",
4520 "rustix",
4521 "windows-sys 0.52.0",
4522]
4523
4524[[package]]
4525name = "fdeflate"
4526version = "0.3.7"
4527source = "registry+https://github.com/rust-lang/crates.io-index"
4528checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4529dependencies = [
4530 "simd-adler32",
4531]
4532
4533[[package]]
4534name = "feature_flags"
4535version = "0.1.0"
4536dependencies = [
4537 "futures 0.3.31",
4538 "gpui",
4539]
4540
4541[[package]]
4542name = "feedback"
4543version = "0.1.0"
4544dependencies = [
4545 "anyhow",
4546 "bitflags 2.8.0",
4547 "client",
4548 "db",
4549 "editor",
4550 "futures 0.3.31",
4551 "gpui",
4552 "http_client",
4553 "human_bytes",
4554 "language",
4555 "log",
4556 "menu",
4557 "project",
4558 "regex",
4559 "release_channel",
4560 "serde",
4561 "serde_derive",
4562 "serde_json",
4563 "smol",
4564 "sysinfo",
4565 "ui",
4566 "urlencoding",
4567 "util",
4568 "workspace",
4569 "zed_actions",
4570]
4571
4572[[package]]
4573name = "ff"
4574version = "0.12.1"
4575source = "registry+https://github.com/rust-lang/crates.io-index"
4576checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4577dependencies = [
4578 "rand_core 0.6.4",
4579 "subtle",
4580]
4581
4582[[package]]
4583name = "file_finder"
4584version = "0.1.0"
4585dependencies = [
4586 "anyhow",
4587 "collections",
4588 "ctor",
4589 "editor",
4590 "env_logger 0.11.6",
4591 "file_icons",
4592 "futures 0.3.31",
4593 "fuzzy",
4594 "gpui",
4595 "language",
4596 "menu",
4597 "picker",
4598 "project",
4599 "schemars",
4600 "serde",
4601 "serde_derive",
4602 "serde_json",
4603 "settings",
4604 "text",
4605 "theme",
4606 "ui",
4607 "util",
4608 "workspace",
4609]
4610
4611[[package]]
4612name = "file_icons"
4613version = "0.1.0"
4614dependencies = [
4615 "collections",
4616 "gpui",
4617 "serde",
4618 "serde_derive",
4619 "serde_json",
4620 "settings",
4621 "theme",
4622 "util",
4623]
4624
4625[[package]]
4626name = "filedescriptor"
4627version = "0.8.2"
4628source = "registry+https://github.com/rust-lang/crates.io-index"
4629checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4630dependencies = [
4631 "libc",
4632 "thiserror 1.0.69",
4633 "winapi",
4634]
4635
4636[[package]]
4637name = "filetime"
4638version = "0.2.25"
4639source = "registry+https://github.com/rust-lang/crates.io-index"
4640checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4641dependencies = [
4642 "cfg-if",
4643 "libc",
4644 "libredox",
4645 "windows-sys 0.59.0",
4646]
4647
4648[[package]]
4649name = "fireworks"
4650version = "0.1.0"
4651dependencies = [
4652 "anyhow",
4653 "futures 0.3.31",
4654 "http_client",
4655 "serde",
4656 "serde_json",
4657]
4658
4659[[package]]
4660name = "fixedbitset"
4661version = "0.4.2"
4662source = "registry+https://github.com/rust-lang/crates.io-index"
4663checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4664
4665[[package]]
4666name = "flate2"
4667version = "1.0.35"
4668source = "registry+https://github.com/rust-lang/crates.io-index"
4669checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4670dependencies = [
4671 "crc32fast",
4672 "miniz_oxide",
4673]
4674
4675[[package]]
4676name = "float-cmp"
4677version = "0.9.0"
4678source = "registry+https://github.com/rust-lang/crates.io-index"
4679checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4680
4681[[package]]
4682name = "float-ord"
4683version = "0.3.2"
4684source = "registry+https://github.com/rust-lang/crates.io-index"
4685checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4686
4687[[package]]
4688name = "flume"
4689version = "0.11.1"
4690source = "registry+https://github.com/rust-lang/crates.io-index"
4691checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4692dependencies = [
4693 "futures-core",
4694 "futures-sink",
4695 "nanorand",
4696 "spin",
4697]
4698
4699[[package]]
4700name = "fnv"
4701version = "1.0.7"
4702source = "registry+https://github.com/rust-lang/crates.io-index"
4703checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4704
4705[[package]]
4706name = "foldhash"
4707version = "0.1.3"
4708source = "registry+https://github.com/rust-lang/crates.io-index"
4709checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4710
4711[[package]]
4712name = "font-kit"
4713version = "0.14.1"
4714source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4715dependencies = [
4716 "bitflags 2.8.0",
4717 "byteorder",
4718 "core-foundation 0.9.4",
4719 "core-graphics 0.23.2",
4720 "core-text",
4721 "dirs 5.0.1",
4722 "dwrote",
4723 "float-ord",
4724 "freetype-sys",
4725 "lazy_static",
4726 "libc",
4727 "log",
4728 "pathfinder_geometry",
4729 "pathfinder_simd",
4730 "walkdir",
4731 "winapi",
4732 "yeslogic-fontconfig-sys",
4733]
4734
4735[[package]]
4736name = "font-types"
4737version = "0.7.3"
4738source = "registry+https://github.com/rust-lang/crates.io-index"
4739checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4740dependencies = [
4741 "bytemuck",
4742]
4743
4744[[package]]
4745name = "fontconfig-parser"
4746version = "0.5.7"
4747source = "registry+https://github.com/rust-lang/crates.io-index"
4748checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4749dependencies = [
4750 "roxmltree",
4751]
4752
4753[[package]]
4754name = "fontdb"
4755version = "0.18.0"
4756source = "registry+https://github.com/rust-lang/crates.io-index"
4757checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4758dependencies = [
4759 "fontconfig-parser",
4760 "log",
4761 "memmap2",
4762 "slotmap",
4763 "tinyvec",
4764 "ttf-parser",
4765]
4766
4767[[package]]
4768name = "foreign-types"
4769version = "0.3.2"
4770source = "registry+https://github.com/rust-lang/crates.io-index"
4771checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4772dependencies = [
4773 "foreign-types-shared 0.1.1",
4774]
4775
4776[[package]]
4777name = "foreign-types"
4778version = "0.5.0"
4779source = "registry+https://github.com/rust-lang/crates.io-index"
4780checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4781dependencies = [
4782 "foreign-types-macros",
4783 "foreign-types-shared 0.3.1",
4784]
4785
4786[[package]]
4787name = "foreign-types-macros"
4788version = "0.2.3"
4789source = "registry+https://github.com/rust-lang/crates.io-index"
4790checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4791dependencies = [
4792 "proc-macro2",
4793 "quote",
4794 "syn 2.0.90",
4795]
4796
4797[[package]]
4798name = "foreign-types-shared"
4799version = "0.1.1"
4800source = "registry+https://github.com/rust-lang/crates.io-index"
4801checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4802
4803[[package]]
4804name = "foreign-types-shared"
4805version = "0.3.1"
4806source = "registry+https://github.com/rust-lang/crates.io-index"
4807checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4808
4809[[package]]
4810name = "fork"
4811version = "0.2.0"
4812source = "registry+https://github.com/rust-lang/crates.io-index"
4813checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4814dependencies = [
4815 "libc",
4816]
4817
4818[[package]]
4819name = "form_urlencoded"
4820version = "1.2.1"
4821source = "registry+https://github.com/rust-lang/crates.io-index"
4822checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4823dependencies = [
4824 "percent-encoding",
4825]
4826
4827[[package]]
4828name = "freetype-sys"
4829version = "0.20.1"
4830source = "registry+https://github.com/rust-lang/crates.io-index"
4831checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4832dependencies = [
4833 "cc",
4834 "libc",
4835 "pkg-config",
4836]
4837
4838[[package]]
4839name = "fs"
4840version = "0.1.0"
4841dependencies = [
4842 "anyhow",
4843 "ashpd",
4844 "async-tar",
4845 "async-trait",
4846 "cocoa 0.26.0",
4847 "collections",
4848 "fsevent",
4849 "futures 0.3.31",
4850 "git",
4851 "git2",
4852 "gpui",
4853 "libc",
4854 "log",
4855 "notify",
4856 "objc",
4857 "parking_lot",
4858 "paths",
4859 "proto",
4860 "rope",
4861 "serde",
4862 "serde_json",
4863 "smol",
4864 "tempfile",
4865 "text",
4866 "time",
4867 "util",
4868 "windows 0.58.0",
4869]
4870
4871[[package]]
4872name = "fs-set-times"
4873version = "0.20.2"
4874source = "registry+https://github.com/rust-lang/crates.io-index"
4875checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
4876dependencies = [
4877 "io-lifetimes",
4878 "rustix",
4879 "windows-sys 0.59.0",
4880]
4881
4882[[package]]
4883name = "fs2"
4884version = "0.4.3"
4885source = "registry+https://github.com/rust-lang/crates.io-index"
4886checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4887dependencies = [
4888 "libc",
4889 "winapi",
4890]
4891
4892[[package]]
4893name = "fsevent"
4894version = "0.1.0"
4895dependencies = [
4896 "bitflags 2.8.0",
4897 "core-foundation 0.9.4",
4898 "fsevent-sys 3.1.0",
4899 "parking_lot",
4900 "tempfile",
4901]
4902
4903[[package]]
4904name = "fsevent-sys"
4905version = "3.1.0"
4906source = "registry+https://github.com/rust-lang/crates.io-index"
4907checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4908dependencies = [
4909 "libc",
4910]
4911
4912[[package]]
4913name = "fsevent-sys"
4914version = "4.1.0"
4915source = "registry+https://github.com/rust-lang/crates.io-index"
4916checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4917dependencies = [
4918 "libc",
4919]
4920
4921[[package]]
4922name = "funty"
4923version = "2.0.0"
4924source = "registry+https://github.com/rust-lang/crates.io-index"
4925checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4926
4927[[package]]
4928name = "futf"
4929version = "0.1.5"
4930source = "registry+https://github.com/rust-lang/crates.io-index"
4931checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4932dependencies = [
4933 "mac",
4934 "new_debug_unreachable",
4935]
4936
4937[[package]]
4938name = "futures"
4939version = "0.1.31"
4940source = "registry+https://github.com/rust-lang/crates.io-index"
4941checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4942
4943[[package]]
4944name = "futures"
4945version = "0.3.31"
4946source = "registry+https://github.com/rust-lang/crates.io-index"
4947checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
4948dependencies = [
4949 "futures-channel",
4950 "futures-core",
4951 "futures-executor",
4952 "futures-io",
4953 "futures-sink",
4954 "futures-task",
4955 "futures-util",
4956]
4957
4958[[package]]
4959name = "futures-batch"
4960version = "0.6.1"
4961source = "registry+https://github.com/rust-lang/crates.io-index"
4962checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4963dependencies = [
4964 "futures 0.3.31",
4965 "futures-timer",
4966 "pin-utils",
4967]
4968
4969[[package]]
4970name = "futures-channel"
4971version = "0.3.31"
4972source = "registry+https://github.com/rust-lang/crates.io-index"
4973checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
4974dependencies = [
4975 "futures-core",
4976 "futures-sink",
4977]
4978
4979[[package]]
4980name = "futures-core"
4981version = "0.3.31"
4982source = "registry+https://github.com/rust-lang/crates.io-index"
4983checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
4984
4985[[package]]
4986name = "futures-executor"
4987version = "0.3.31"
4988source = "registry+https://github.com/rust-lang/crates.io-index"
4989checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
4990dependencies = [
4991 "futures-core",
4992 "futures-task",
4993 "futures-util",
4994]
4995
4996[[package]]
4997name = "futures-intrusive"
4998version = "0.5.0"
4999source = "registry+https://github.com/rust-lang/crates.io-index"
5000checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5001dependencies = [
5002 "futures-core",
5003 "lock_api",
5004 "parking_lot",
5005]
5006
5007[[package]]
5008name = "futures-io"
5009version = "0.3.31"
5010source = "registry+https://github.com/rust-lang/crates.io-index"
5011checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5012
5013[[package]]
5014name = "futures-lite"
5015version = "1.13.0"
5016source = "registry+https://github.com/rust-lang/crates.io-index"
5017checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5018dependencies = [
5019 "fastrand 1.9.0",
5020 "futures-core",
5021 "futures-io",
5022 "memchr",
5023 "parking",
5024 "pin-project-lite",
5025 "waker-fn",
5026]
5027
5028[[package]]
5029name = "futures-lite"
5030version = "2.5.0"
5031source = "registry+https://github.com/rust-lang/crates.io-index"
5032checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
5033dependencies = [
5034 "fastrand 2.3.0",
5035 "futures-core",
5036 "futures-io",
5037 "parking",
5038 "pin-project-lite",
5039]
5040
5041[[package]]
5042name = "futures-macro"
5043version = "0.3.31"
5044source = "registry+https://github.com/rust-lang/crates.io-index"
5045checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5046dependencies = [
5047 "proc-macro2",
5048 "quote",
5049 "syn 2.0.90",
5050]
5051
5052[[package]]
5053name = "futures-sink"
5054version = "0.3.31"
5055source = "registry+https://github.com/rust-lang/crates.io-index"
5056checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5057
5058[[package]]
5059name = "futures-task"
5060version = "0.3.31"
5061source = "registry+https://github.com/rust-lang/crates.io-index"
5062checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5063
5064[[package]]
5065name = "futures-timer"
5066version = "3.0.3"
5067source = "registry+https://github.com/rust-lang/crates.io-index"
5068checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5069
5070[[package]]
5071name = "futures-util"
5072version = "0.3.31"
5073source = "registry+https://github.com/rust-lang/crates.io-index"
5074checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5075dependencies = [
5076 "futures 0.1.31",
5077 "futures-channel",
5078 "futures-core",
5079 "futures-io",
5080 "futures-macro",
5081 "futures-sink",
5082 "futures-task",
5083 "memchr",
5084 "pin-project-lite",
5085 "pin-utils",
5086 "slab",
5087 "tokio-io",
5088]
5089
5090[[package]]
5091name = "fuzzy"
5092version = "0.1.0"
5093dependencies = [
5094 "gpui",
5095 "log",
5096 "util",
5097]
5098
5099[[package]]
5100name = "fuzzy-matcher"
5101version = "0.3.7"
5102source = "registry+https://github.com/rust-lang/crates.io-index"
5103checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5104dependencies = [
5105 "thread_local",
5106]
5107
5108[[package]]
5109name = "generic-array"
5110version = "0.14.7"
5111source = "registry+https://github.com/rust-lang/crates.io-index"
5112checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5113dependencies = [
5114 "typenum",
5115 "version_check",
5116]
5117
5118[[package]]
5119name = "gethostname"
5120version = "0.4.3"
5121source = "registry+https://github.com/rust-lang/crates.io-index"
5122checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5123dependencies = [
5124 "libc",
5125 "windows-targets 0.48.5",
5126]
5127
5128[[package]]
5129name = "getrandom"
5130version = "0.1.16"
5131source = "registry+https://github.com/rust-lang/crates.io-index"
5132checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5133dependencies = [
5134 "cfg-if",
5135 "libc",
5136 "wasi 0.9.0+wasi-snapshot-preview1",
5137]
5138
5139[[package]]
5140name = "getrandom"
5141version = "0.2.15"
5142source = "registry+https://github.com/rust-lang/crates.io-index"
5143checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5144dependencies = [
5145 "cfg-if",
5146 "js-sys",
5147 "libc",
5148 "wasi 0.11.0+wasi-snapshot-preview1",
5149 "wasm-bindgen",
5150]
5151
5152[[package]]
5153name = "gif"
5154version = "0.13.1"
5155source = "registry+https://github.com/rust-lang/crates.io-index"
5156checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5157dependencies = [
5158 "color_quant",
5159 "weezl",
5160]
5161
5162[[package]]
5163name = "gimli"
5164version = "0.29.0"
5165source = "registry+https://github.com/rust-lang/crates.io-index"
5166checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
5167dependencies = [
5168 "fallible-iterator",
5169 "indexmap",
5170 "stable_deref_trait",
5171]
5172
5173[[package]]
5174name = "gimli"
5175version = "0.31.1"
5176source = "registry+https://github.com/rust-lang/crates.io-index"
5177checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5178
5179[[package]]
5180name = "git"
5181version = "0.1.0"
5182dependencies = [
5183 "anyhow",
5184 "async-trait",
5185 "collections",
5186 "derive_more",
5187 "git2",
5188 "gpui",
5189 "http_client",
5190 "log",
5191 "parking_lot",
5192 "pretty_assertions",
5193 "regex",
5194 "rope",
5195 "serde",
5196 "serde_json",
5197 "smol",
5198 "sum_tree",
5199 "text",
5200 "time",
5201 "unindent",
5202 "url",
5203 "util",
5204]
5205
5206[[package]]
5207name = "git2"
5208version = "0.20.0"
5209source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
5210dependencies = [
5211 "bitflags 2.8.0",
5212 "libc",
5213 "libgit2-sys",
5214 "log",
5215 "url",
5216]
5217
5218[[package]]
5219name = "git_hosting_providers"
5220version = "0.1.0"
5221dependencies = [
5222 "anyhow",
5223 "async-trait",
5224 "futures 0.3.31",
5225 "git",
5226 "gpui",
5227 "http_client",
5228 "indoc",
5229 "pretty_assertions",
5230 "regex",
5231 "serde",
5232 "serde_json",
5233 "url",
5234 "util",
5235]
5236
5237[[package]]
5238name = "git_ui"
5239version = "0.1.0"
5240dependencies = [
5241 "anyhow",
5242 "collections",
5243 "db",
5244 "editor",
5245 "futures 0.3.31",
5246 "git",
5247 "gpui",
5248 "menu",
5249 "picker",
5250 "project",
5251 "schemars",
5252 "serde",
5253 "serde_derive",
5254 "serde_json",
5255 "settings",
5256 "theme",
5257 "ui",
5258 "util",
5259 "windows 0.58.0",
5260 "workspace",
5261]
5262
5263[[package]]
5264name = "glob"
5265version = "0.3.1"
5266source = "registry+https://github.com/rust-lang/crates.io-index"
5267checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5268
5269[[package]]
5270name = "globset"
5271version = "0.4.15"
5272source = "registry+https://github.com/rust-lang/crates.io-index"
5273checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5274dependencies = [
5275 "aho-corasick",
5276 "bstr",
5277 "log",
5278 "regex-automata 0.4.9",
5279 "regex-syntax 0.8.5",
5280]
5281
5282[[package]]
5283name = "gloo-timers"
5284version = "0.3.0"
5285source = "registry+https://github.com/rust-lang/crates.io-index"
5286checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5287dependencies = [
5288 "futures-channel",
5289 "futures-core",
5290 "js-sys",
5291 "wasm-bindgen",
5292]
5293
5294[[package]]
5295name = "glow"
5296version = "0.14.2"
5297source = "registry+https://github.com/rust-lang/crates.io-index"
5298checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5299dependencies = [
5300 "js-sys",
5301 "slotmap",
5302 "wasm-bindgen",
5303 "web-sys",
5304]
5305
5306[[package]]
5307name = "go_to_line"
5308version = "0.1.0"
5309dependencies = [
5310 "anyhow",
5311 "editor",
5312 "gpui",
5313 "indoc",
5314 "language",
5315 "menu",
5316 "project",
5317 "rope",
5318 "schemars",
5319 "serde",
5320 "serde_json",
5321 "settings",
5322 "text",
5323 "theme",
5324 "tree-sitter-rust",
5325 "tree-sitter-typescript",
5326 "ui",
5327 "util",
5328 "workspace",
5329]
5330
5331[[package]]
5332name = "google_ai"
5333version = "0.1.0"
5334dependencies = [
5335 "anyhow",
5336 "futures 0.3.31",
5337 "http_client",
5338 "schemars",
5339 "serde",
5340 "serde_json",
5341 "strum",
5342]
5343
5344[[package]]
5345name = "gpu-alloc"
5346version = "0.6.0"
5347source = "registry+https://github.com/rust-lang/crates.io-index"
5348checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5349dependencies = [
5350 "bitflags 2.8.0",
5351 "gpu-alloc-types",
5352]
5353
5354[[package]]
5355name = "gpu-alloc-ash"
5356version = "0.7.0"
5357source = "registry+https://github.com/rust-lang/crates.io-index"
5358checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5359dependencies = [
5360 "ash",
5361 "gpu-alloc-types",
5362 "tinyvec",
5363]
5364
5365[[package]]
5366name = "gpu-alloc-types"
5367version = "0.3.0"
5368source = "registry+https://github.com/rust-lang/crates.io-index"
5369checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5370dependencies = [
5371 "bitflags 2.8.0",
5372]
5373
5374[[package]]
5375name = "gpui"
5376version = "0.1.0"
5377dependencies = [
5378 "anyhow",
5379 "as-raw-xcb-connection",
5380 "ashpd",
5381 "async-task",
5382 "backtrace",
5383 "bindgen",
5384 "blade-graphics",
5385 "blade-macros",
5386 "blade-util",
5387 "block",
5388 "bytemuck",
5389 "calloop",
5390 "calloop-wayland-source",
5391 "cbindgen 0.28.0",
5392 "cocoa 0.26.0",
5393 "collections",
5394 "core-foundation 0.9.4",
5395 "core-foundation-sys",
5396 "core-graphics 0.23.2",
5397 "core-text",
5398 "cosmic-text",
5399 "ctor",
5400 "derive_more",
5401 "embed-resource",
5402 "env_logger 0.11.6",
5403 "etagere",
5404 "filedescriptor",
5405 "flume",
5406 "font-kit",
5407 "foreign-types 0.5.0",
5408 "futures 0.3.31",
5409 "gpui_macros",
5410 "http_client",
5411 "image",
5412 "itertools 0.14.0",
5413 "linkme",
5414 "log",
5415 "media",
5416 "metal",
5417 "num_cpus",
5418 "objc",
5419 "objc2",
5420 "objc2-metal",
5421 "oo7",
5422 "open",
5423 "parking",
5424 "parking_lot",
5425 "pathfinder_geometry",
5426 "postage",
5427 "profiling",
5428 "rand 0.8.5",
5429 "raw-window-handle",
5430 "refineable",
5431 "resvg",
5432 "schemars",
5433 "seahash",
5434 "semantic_version",
5435 "serde",
5436 "serde_derive",
5437 "serde_json",
5438 "slotmap",
5439 "smallvec",
5440 "smol",
5441 "strum",
5442 "sum_tree",
5443 "taffy",
5444 "thiserror 1.0.69",
5445 "unicode-segmentation",
5446 "usvg",
5447 "util",
5448 "uuid",
5449 "waker-fn",
5450 "wayland-backend",
5451 "wayland-client",
5452 "wayland-cursor",
5453 "wayland-protocols",
5454 "wayland-protocols-plasma",
5455 "windows 0.58.0",
5456 "windows-core 0.58.0",
5457 "x11-clipboard",
5458 "x11rb",
5459 "xim",
5460 "xkbcommon",
5461]
5462
5463[[package]]
5464name = "gpui_macros"
5465version = "0.1.0"
5466dependencies = [
5467 "gpui",
5468 "proc-macro2",
5469 "quote",
5470 "syn 1.0.109",
5471]
5472
5473[[package]]
5474name = "grid"
5475version = "0.13.0"
5476source = "registry+https://github.com/rust-lang/crates.io-index"
5477checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5478
5479[[package]]
5480name = "group"
5481version = "0.12.1"
5482source = "registry+https://github.com/rust-lang/crates.io-index"
5483checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5484dependencies = [
5485 "ff",
5486 "rand_core 0.6.4",
5487 "subtle",
5488]
5489
5490[[package]]
5491name = "h2"
5492version = "0.3.26"
5493source = "registry+https://github.com/rust-lang/crates.io-index"
5494checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5495dependencies = [
5496 "bytes 1.9.0",
5497 "fnv",
5498 "futures-core",
5499 "futures-sink",
5500 "futures-util",
5501 "http 0.2.12",
5502 "indexmap",
5503 "slab",
5504 "tokio",
5505 "tokio-util",
5506 "tracing",
5507]
5508
5509[[package]]
5510name = "h2"
5511version = "0.4.7"
5512source = "registry+https://github.com/rust-lang/crates.io-index"
5513checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5514dependencies = [
5515 "atomic-waker",
5516 "bytes 1.9.0",
5517 "fnv",
5518 "futures-core",
5519 "futures-sink",
5520 "http 1.2.0",
5521 "indexmap",
5522 "slab",
5523 "tokio",
5524 "tokio-util",
5525 "tracing",
5526]
5527
5528[[package]]
5529name = "half"
5530version = "2.4.1"
5531source = "registry+https://github.com/rust-lang/crates.io-index"
5532checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5533dependencies = [
5534 "cfg-if",
5535 "crunchy",
5536]
5537
5538[[package]]
5539name = "handlebars"
5540version = "4.5.0"
5541source = "registry+https://github.com/rust-lang/crates.io-index"
5542checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5543dependencies = [
5544 "log",
5545 "pest",
5546 "pest_derive",
5547 "serde",
5548 "serde_json",
5549 "thiserror 1.0.69",
5550]
5551
5552[[package]]
5553name = "handlebars"
5554version = "6.2.0"
5555source = "registry+https://github.com/rust-lang/crates.io-index"
5556checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5557dependencies = [
5558 "log",
5559 "num-order",
5560 "pest",
5561 "pest_derive",
5562 "serde",
5563 "serde_json",
5564 "thiserror 1.0.69",
5565]
5566
5567[[package]]
5568name = "hashbrown"
5569version = "0.12.3"
5570source = "registry+https://github.com/rust-lang/crates.io-index"
5571checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5572dependencies = [
5573 "ahash 0.7.8",
5574]
5575
5576[[package]]
5577name = "hashbrown"
5578version = "0.13.2"
5579source = "registry+https://github.com/rust-lang/crates.io-index"
5580checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5581dependencies = [
5582 "ahash 0.8.11",
5583]
5584
5585[[package]]
5586name = "hashbrown"
5587version = "0.14.5"
5588source = "registry+https://github.com/rust-lang/crates.io-index"
5589checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5590dependencies = [
5591 "ahash 0.8.11",
5592 "allocator-api2",
5593 "serde",
5594]
5595
5596[[package]]
5597name = "hashbrown"
5598version = "0.15.2"
5599source = "registry+https://github.com/rust-lang/crates.io-index"
5600checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5601dependencies = [
5602 "allocator-api2",
5603 "equivalent",
5604 "foldhash",
5605]
5606
5607[[package]]
5608name = "hashlink"
5609version = "0.8.4"
5610source = "registry+https://github.com/rust-lang/crates.io-index"
5611checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5612dependencies = [
5613 "hashbrown 0.14.5",
5614]
5615
5616[[package]]
5617name = "hashlink"
5618version = "0.9.1"
5619source = "registry+https://github.com/rust-lang/crates.io-index"
5620checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5621dependencies = [
5622 "hashbrown 0.14.5",
5623]
5624
5625[[package]]
5626name = "headers"
5627version = "0.3.9"
5628source = "registry+https://github.com/rust-lang/crates.io-index"
5629checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5630dependencies = [
5631 "base64 0.21.7",
5632 "bytes 1.9.0",
5633 "headers-core",
5634 "http 0.2.12",
5635 "httpdate",
5636 "mime",
5637 "sha1",
5638]
5639
5640[[package]]
5641name = "headers-core"
5642version = "0.2.0"
5643source = "registry+https://github.com/rust-lang/crates.io-index"
5644checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5645dependencies = [
5646 "http 0.2.12",
5647]
5648
5649[[package]]
5650name = "heck"
5651version = "0.3.3"
5652source = "registry+https://github.com/rust-lang/crates.io-index"
5653checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5654dependencies = [
5655 "unicode-segmentation",
5656]
5657
5658[[package]]
5659name = "heck"
5660version = "0.4.1"
5661source = "registry+https://github.com/rust-lang/crates.io-index"
5662checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5663dependencies = [
5664 "unicode-segmentation",
5665]
5666
5667[[package]]
5668name = "heck"
5669version = "0.5.0"
5670source = "registry+https://github.com/rust-lang/crates.io-index"
5671checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5672
5673[[package]]
5674name = "heed"
5675version = "0.21.0"
5676source = "registry+https://github.com/rust-lang/crates.io-index"
5677checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5678dependencies = [
5679 "bitflags 2.8.0",
5680 "byteorder",
5681 "heed-traits",
5682 "heed-types",
5683 "libc",
5684 "lmdb-master-sys",
5685 "once_cell",
5686 "page_size",
5687 "serde",
5688 "synchronoise",
5689 "url",
5690]
5691
5692[[package]]
5693name = "heed-traits"
5694version = "0.20.0"
5695source = "registry+https://github.com/rust-lang/crates.io-index"
5696checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5697
5698[[package]]
5699name = "heed-types"
5700version = "0.21.0"
5701source = "registry+https://github.com/rust-lang/crates.io-index"
5702checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5703dependencies = [
5704 "bincode",
5705 "byteorder",
5706 "heed-traits",
5707 "serde",
5708 "serde_json",
5709]
5710
5711[[package]]
5712name = "hermit-abi"
5713version = "0.3.9"
5714source = "registry+https://github.com/rust-lang/crates.io-index"
5715checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5716
5717[[package]]
5718name = "hermit-abi"
5719version = "0.4.0"
5720source = "registry+https://github.com/rust-lang/crates.io-index"
5721checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5722
5723[[package]]
5724name = "hex"
5725version = "0.4.3"
5726source = "registry+https://github.com/rust-lang/crates.io-index"
5727checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5728
5729[[package]]
5730name = "hexf-parse"
5731version = "0.2.1"
5732source = "registry+https://github.com/rust-lang/crates.io-index"
5733checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5734
5735[[package]]
5736name = "hidden-trait"
5737version = "0.1.2"
5738source = "registry+https://github.com/rust-lang/crates.io-index"
5739checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5740dependencies = [
5741 "proc-macro2",
5742 "quote",
5743 "syn 1.0.109",
5744]
5745
5746[[package]]
5747name = "hkdf"
5748version = "0.12.4"
5749source = "registry+https://github.com/rust-lang/crates.io-index"
5750checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5751dependencies = [
5752 "hmac",
5753]
5754
5755[[package]]
5756name = "hmac"
5757version = "0.12.1"
5758source = "registry+https://github.com/rust-lang/crates.io-index"
5759checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5760dependencies = [
5761 "digest",
5762]
5763
5764[[package]]
5765name = "home"
5766version = "0.5.9"
5767source = "registry+https://github.com/rust-lang/crates.io-index"
5768checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5769dependencies = [
5770 "windows-sys 0.52.0",
5771]
5772
5773[[package]]
5774name = "hound"
5775version = "3.5.1"
5776source = "registry+https://github.com/rust-lang/crates.io-index"
5777checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5778
5779[[package]]
5780name = "html5ever"
5781version = "0.27.0"
5782source = "registry+https://github.com/rust-lang/crates.io-index"
5783checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5784dependencies = [
5785 "log",
5786 "mac",
5787 "markup5ever",
5788 "proc-macro2",
5789 "quote",
5790 "syn 2.0.90",
5791]
5792
5793[[package]]
5794name = "html_to_markdown"
5795version = "0.1.0"
5796dependencies = [
5797 "anyhow",
5798 "html5ever",
5799 "indoc",
5800 "markup5ever_rcdom",
5801 "pretty_assertions",
5802 "regex",
5803]
5804
5805[[package]]
5806name = "http"
5807version = "0.2.12"
5808source = "registry+https://github.com/rust-lang/crates.io-index"
5809checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5810dependencies = [
5811 "bytes 1.9.0",
5812 "fnv",
5813 "itoa",
5814]
5815
5816[[package]]
5817name = "http"
5818version = "1.2.0"
5819source = "registry+https://github.com/rust-lang/crates.io-index"
5820checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
5821dependencies = [
5822 "bytes 1.9.0",
5823 "fnv",
5824 "itoa",
5825]
5826
5827[[package]]
5828name = "http-body"
5829version = "0.4.6"
5830source = "registry+https://github.com/rust-lang/crates.io-index"
5831checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5832dependencies = [
5833 "bytes 1.9.0",
5834 "http 0.2.12",
5835 "pin-project-lite",
5836]
5837
5838[[package]]
5839name = "http-body"
5840version = "1.0.1"
5841source = "registry+https://github.com/rust-lang/crates.io-index"
5842checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5843dependencies = [
5844 "bytes 1.9.0",
5845 "http 1.2.0",
5846]
5847
5848[[package]]
5849name = "http-body-util"
5850version = "0.1.2"
5851source = "registry+https://github.com/rust-lang/crates.io-index"
5852checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5853dependencies = [
5854 "bytes 1.9.0",
5855 "futures-util",
5856 "http 1.2.0",
5857 "http-body 1.0.1",
5858 "pin-project-lite",
5859]
5860
5861[[package]]
5862name = "http-range-header"
5863version = "0.3.1"
5864source = "registry+https://github.com/rust-lang/crates.io-index"
5865checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5866
5867[[package]]
5868name = "http-types"
5869version = "2.12.0"
5870source = "registry+https://github.com/rust-lang/crates.io-index"
5871checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5872dependencies = [
5873 "anyhow",
5874 "async-channel 1.9.0",
5875 "base64 0.13.1",
5876 "futures-lite 1.13.0",
5877 "http 0.2.12",
5878 "infer",
5879 "pin-project-lite",
5880 "rand 0.7.3",
5881 "serde",
5882 "serde_json",
5883 "serde_qs 0.8.5",
5884 "serde_urlencoded",
5885 "url",
5886]
5887
5888[[package]]
5889name = "http_client"
5890version = "0.1.0"
5891dependencies = [
5892 "anyhow",
5893 "bytes 1.9.0",
5894 "derive_more",
5895 "futures 0.3.31",
5896 "http 1.2.0",
5897 "log",
5898 "serde",
5899 "serde_json",
5900 "url",
5901]
5902
5903[[package]]
5904name = "httparse"
5905version = "1.9.5"
5906source = "registry+https://github.com/rust-lang/crates.io-index"
5907checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
5908
5909[[package]]
5910name = "httpdate"
5911version = "1.0.3"
5912source = "registry+https://github.com/rust-lang/crates.io-index"
5913checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5914
5915[[package]]
5916name = "human_bytes"
5917version = "0.4.3"
5918source = "registry+https://github.com/rust-lang/crates.io-index"
5919checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5920
5921[[package]]
5922name = "humantime"
5923version = "2.1.0"
5924source = "registry+https://github.com/rust-lang/crates.io-index"
5925checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5926
5927[[package]]
5928name = "hyper"
5929version = "0.14.32"
5930source = "registry+https://github.com/rust-lang/crates.io-index"
5931checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
5932dependencies = [
5933 "bytes 1.9.0",
5934 "futures-channel",
5935 "futures-core",
5936 "futures-util",
5937 "h2 0.3.26",
5938 "http 0.2.12",
5939 "http-body 0.4.6",
5940 "httparse",
5941 "httpdate",
5942 "itoa",
5943 "pin-project-lite",
5944 "socket2",
5945 "tokio",
5946 "tower-service",
5947 "tracing",
5948 "want",
5949]
5950
5951[[package]]
5952name = "hyper"
5953version = "1.5.1"
5954source = "registry+https://github.com/rust-lang/crates.io-index"
5955checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
5956dependencies = [
5957 "bytes 1.9.0",
5958 "futures-channel",
5959 "futures-util",
5960 "h2 0.4.7",
5961 "http 1.2.0",
5962 "http-body 1.0.1",
5963 "httparse",
5964 "itoa",
5965 "pin-project-lite",
5966 "smallvec",
5967 "tokio",
5968 "want",
5969]
5970
5971[[package]]
5972name = "hyper-rustls"
5973version = "0.24.2"
5974source = "registry+https://github.com/rust-lang/crates.io-index"
5975checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5976dependencies = [
5977 "futures-util",
5978 "http 0.2.12",
5979 "hyper 0.14.32",
5980 "log",
5981 "rustls 0.21.12",
5982 "rustls-native-certs 0.6.3",
5983 "tokio",
5984 "tokio-rustls 0.24.1",
5985]
5986
5987[[package]]
5988name = "hyper-rustls"
5989version = "0.27.3"
5990source = "registry+https://github.com/rust-lang/crates.io-index"
5991checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5992dependencies = [
5993 "futures-util",
5994 "http 1.2.0",
5995 "hyper 1.5.1",
5996 "hyper-util",
5997 "rustls 0.23.20",
5998 "rustls-native-certs 0.8.1",
5999 "rustls-pki-types",
6000 "tokio",
6001 "tokio-rustls 0.26.1",
6002 "tower-service",
6003]
6004
6005[[package]]
6006name = "hyper-tls"
6007version = "0.5.0"
6008source = "registry+https://github.com/rust-lang/crates.io-index"
6009checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6010dependencies = [
6011 "bytes 1.9.0",
6012 "hyper 0.14.32",
6013 "native-tls",
6014 "tokio",
6015 "tokio-native-tls",
6016]
6017
6018[[package]]
6019name = "hyper-util"
6020version = "0.1.10"
6021source = "registry+https://github.com/rust-lang/crates.io-index"
6022checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6023dependencies = [
6024 "bytes 1.9.0",
6025 "futures-channel",
6026 "futures-util",
6027 "http 1.2.0",
6028 "http-body 1.0.1",
6029 "hyper 1.5.1",
6030 "pin-project-lite",
6031 "socket2",
6032 "tokio",
6033 "tower-service",
6034 "tracing",
6035]
6036
6037[[package]]
6038name = "iana-time-zone"
6039version = "0.1.61"
6040source = "registry+https://github.com/rust-lang/crates.io-index"
6041checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6042dependencies = [
6043 "android_system_properties",
6044 "core-foundation-sys",
6045 "iana-time-zone-haiku",
6046 "js-sys",
6047 "wasm-bindgen",
6048 "windows-core 0.52.0",
6049]
6050
6051[[package]]
6052name = "iana-time-zone-haiku"
6053version = "0.1.2"
6054source = "registry+https://github.com/rust-lang/crates.io-index"
6055checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6056dependencies = [
6057 "cc",
6058]
6059
6060[[package]]
6061name = "icu_collections"
6062version = "1.5.0"
6063source = "registry+https://github.com/rust-lang/crates.io-index"
6064checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6065dependencies = [
6066 "displaydoc",
6067 "yoke",
6068 "zerofrom",
6069 "zerovec",
6070]
6071
6072[[package]]
6073name = "icu_locid"
6074version = "1.5.0"
6075source = "registry+https://github.com/rust-lang/crates.io-index"
6076checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6077dependencies = [
6078 "displaydoc",
6079 "litemap",
6080 "tinystr",
6081 "writeable",
6082 "zerovec",
6083]
6084
6085[[package]]
6086name = "icu_locid_transform"
6087version = "1.5.0"
6088source = "registry+https://github.com/rust-lang/crates.io-index"
6089checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6090dependencies = [
6091 "displaydoc",
6092 "icu_locid",
6093 "icu_locid_transform_data",
6094 "icu_provider",
6095 "tinystr",
6096 "zerovec",
6097]
6098
6099[[package]]
6100name = "icu_locid_transform_data"
6101version = "1.5.0"
6102source = "registry+https://github.com/rust-lang/crates.io-index"
6103checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6104
6105[[package]]
6106name = "icu_normalizer"
6107version = "1.5.0"
6108source = "registry+https://github.com/rust-lang/crates.io-index"
6109checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6110dependencies = [
6111 "displaydoc",
6112 "icu_collections",
6113 "icu_normalizer_data",
6114 "icu_properties",
6115 "icu_provider",
6116 "smallvec",
6117 "utf16_iter",
6118 "utf8_iter",
6119 "write16",
6120 "zerovec",
6121]
6122
6123[[package]]
6124name = "icu_normalizer_data"
6125version = "1.5.0"
6126source = "registry+https://github.com/rust-lang/crates.io-index"
6127checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6128
6129[[package]]
6130name = "icu_properties"
6131version = "1.5.1"
6132source = "registry+https://github.com/rust-lang/crates.io-index"
6133checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6134dependencies = [
6135 "displaydoc",
6136 "icu_collections",
6137 "icu_locid_transform",
6138 "icu_properties_data",
6139 "icu_provider",
6140 "tinystr",
6141 "zerovec",
6142]
6143
6144[[package]]
6145name = "icu_properties_data"
6146version = "1.5.0"
6147source = "registry+https://github.com/rust-lang/crates.io-index"
6148checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6149
6150[[package]]
6151name = "icu_provider"
6152version = "1.5.0"
6153source = "registry+https://github.com/rust-lang/crates.io-index"
6154checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6155dependencies = [
6156 "displaydoc",
6157 "icu_locid",
6158 "icu_provider_macros",
6159 "stable_deref_trait",
6160 "tinystr",
6161 "writeable",
6162 "yoke",
6163 "zerofrom",
6164 "zerovec",
6165]
6166
6167[[package]]
6168name = "icu_provider_macros"
6169version = "1.5.0"
6170source = "registry+https://github.com/rust-lang/crates.io-index"
6171checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6172dependencies = [
6173 "proc-macro2",
6174 "quote",
6175 "syn 2.0.90",
6176]
6177
6178[[package]]
6179name = "id-arena"
6180version = "2.2.1"
6181source = "registry+https://github.com/rust-lang/crates.io-index"
6182checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6183
6184[[package]]
6185name = "idna"
6186version = "1.0.3"
6187source = "registry+https://github.com/rust-lang/crates.io-index"
6188checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6189dependencies = [
6190 "idna_adapter",
6191 "smallvec",
6192 "utf8_iter",
6193]
6194
6195[[package]]
6196name = "idna_adapter"
6197version = "1.2.0"
6198source = "registry+https://github.com/rust-lang/crates.io-index"
6199checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6200dependencies = [
6201 "icu_normalizer",
6202 "icu_properties",
6203]
6204
6205[[package]]
6206name = "ignore"
6207version = "0.4.23"
6208source = "registry+https://github.com/rust-lang/crates.io-index"
6209checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6210dependencies = [
6211 "crossbeam-deque",
6212 "globset",
6213 "log",
6214 "memchr",
6215 "regex-automata 0.4.9",
6216 "same-file",
6217 "walkdir",
6218 "winapi-util",
6219]
6220
6221[[package]]
6222name = "image"
6223version = "0.25.5"
6224source = "registry+https://github.com/rust-lang/crates.io-index"
6225checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6226dependencies = [
6227 "bytemuck",
6228 "byteorder-lite",
6229 "color_quant",
6230 "exr",
6231 "gif",
6232 "image-webp",
6233 "num-traits",
6234 "png",
6235 "qoi",
6236 "ravif",
6237 "rayon",
6238 "rgb",
6239 "tiff",
6240 "zune-core",
6241 "zune-jpeg",
6242]
6243
6244[[package]]
6245name = "image-webp"
6246version = "0.2.0"
6247source = "registry+https://github.com/rust-lang/crates.io-index"
6248checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6249dependencies = [
6250 "byteorder-lite",
6251 "quick-error",
6252]
6253
6254[[package]]
6255name = "image_viewer"
6256version = "0.1.0"
6257dependencies = [
6258 "anyhow",
6259 "db",
6260 "editor",
6261 "file_icons",
6262 "gpui",
6263 "project",
6264 "settings",
6265 "theme",
6266 "ui",
6267 "util",
6268 "workspace",
6269]
6270
6271[[package]]
6272name = "imagesize"
6273version = "0.13.0"
6274source = "registry+https://github.com/rust-lang/crates.io-index"
6275checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6276
6277[[package]]
6278name = "imgref"
6279version = "1.11.0"
6280source = "registry+https://github.com/rust-lang/crates.io-index"
6281checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6282
6283[[package]]
6284name = "indexed_docs"
6285version = "0.1.0"
6286dependencies = [
6287 "anyhow",
6288 "async-trait",
6289 "cargo_metadata",
6290 "collections",
6291 "derive_more",
6292 "extension",
6293 "fs",
6294 "futures 0.3.31",
6295 "fuzzy",
6296 "gpui",
6297 "heed",
6298 "html_to_markdown",
6299 "http_client",
6300 "indexmap",
6301 "indoc",
6302 "parking_lot",
6303 "paths",
6304 "pretty_assertions",
6305 "serde",
6306 "strum",
6307 "util",
6308]
6309
6310[[package]]
6311name = "indexmap"
6312version = "2.7.1"
6313source = "registry+https://github.com/rust-lang/crates.io-index"
6314checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6315dependencies = [
6316 "equivalent",
6317 "hashbrown 0.15.2",
6318 "serde",
6319]
6320
6321[[package]]
6322name = "indoc"
6323version = "2.0.5"
6324source = "registry+https://github.com/rust-lang/crates.io-index"
6325checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6326
6327[[package]]
6328name = "infer"
6329version = "0.2.3"
6330source = "registry+https://github.com/rust-lang/crates.io-index"
6331checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6332
6333[[package]]
6334name = "inherent"
6335version = "1.0.11"
6336source = "registry+https://github.com/rust-lang/crates.io-index"
6337checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6338dependencies = [
6339 "proc-macro2",
6340 "quote",
6341 "syn 2.0.90",
6342]
6343
6344[[package]]
6345name = "inline_completion"
6346version = "0.1.0"
6347dependencies = [
6348 "gpui",
6349 "language",
6350]
6351
6352[[package]]
6353name = "inline_completion_button"
6354version = "0.1.0"
6355dependencies = [
6356 "anyhow",
6357 "client",
6358 "copilot",
6359 "editor",
6360 "feature_flags",
6361 "fs",
6362 "futures 0.3.31",
6363 "gpui",
6364 "indoc",
6365 "inline_completion",
6366 "language",
6367 "lsp",
6368 "paths",
6369 "project",
6370 "serde_json",
6371 "settings",
6372 "supermaven",
6373 "theme",
6374 "ui",
6375 "workspace",
6376 "zed_actions",
6377 "zed_predict_tos",
6378 "zeta",
6379]
6380
6381[[package]]
6382name = "inotify"
6383version = "0.9.6"
6384source = "registry+https://github.com/rust-lang/crates.io-index"
6385checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6386dependencies = [
6387 "bitflags 1.3.2",
6388 "inotify-sys",
6389 "libc",
6390]
6391
6392[[package]]
6393name = "inotify-sys"
6394version = "0.1.5"
6395source = "registry+https://github.com/rust-lang/crates.io-index"
6396checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6397dependencies = [
6398 "libc",
6399]
6400
6401[[package]]
6402name = "inout"
6403version = "0.1.3"
6404source = "registry+https://github.com/rust-lang/crates.io-index"
6405checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6406dependencies = [
6407 "block-padding",
6408 "generic-array",
6409]
6410
6411[[package]]
6412name = "install_cli"
6413version = "0.1.0"
6414dependencies = [
6415 "anyhow",
6416 "gpui",
6417 "smol",
6418 "util",
6419]
6420
6421[[package]]
6422name = "instant"
6423version = "0.1.13"
6424source = "registry+https://github.com/rust-lang/crates.io-index"
6425checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6426dependencies = [
6427 "cfg-if",
6428]
6429
6430[[package]]
6431name = "interpolate_name"
6432version = "0.2.4"
6433source = "registry+https://github.com/rust-lang/crates.io-index"
6434checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6435dependencies = [
6436 "proc-macro2",
6437 "quote",
6438 "syn 2.0.90",
6439]
6440
6441[[package]]
6442name = "io-extras"
6443version = "0.18.4"
6444source = "registry+https://github.com/rust-lang/crates.io-index"
6445checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6446dependencies = [
6447 "io-lifetimes",
6448 "windows-sys 0.59.0",
6449]
6450
6451[[package]]
6452name = "io-lifetimes"
6453version = "2.0.4"
6454source = "registry+https://github.com/rust-lang/crates.io-index"
6455checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6456
6457[[package]]
6458name = "iovec"
6459version = "0.1.4"
6460source = "registry+https://github.com/rust-lang/crates.io-index"
6461checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6462dependencies = [
6463 "libc",
6464]
6465
6466[[package]]
6467name = "ipc-channel"
6468version = "0.19.0"
6469source = "registry+https://github.com/rust-lang/crates.io-index"
6470checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6471dependencies = [
6472 "bincode",
6473 "crossbeam-channel",
6474 "fnv",
6475 "lazy_static",
6476 "libc",
6477 "mio 1.0.3",
6478 "rand 0.8.5",
6479 "serde",
6480 "tempfile",
6481 "uuid",
6482 "windows 0.58.0",
6483]
6484
6485[[package]]
6486name = "ipnet"
6487version = "2.10.1"
6488source = "registry+https://github.com/rust-lang/crates.io-index"
6489checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6490
6491[[package]]
6492name = "is-docker"
6493version = "0.2.0"
6494source = "registry+https://github.com/rust-lang/crates.io-index"
6495checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6496dependencies = [
6497 "once_cell",
6498]
6499
6500[[package]]
6501name = "is-terminal"
6502version = "0.4.13"
6503source = "registry+https://github.com/rust-lang/crates.io-index"
6504checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6505dependencies = [
6506 "hermit-abi 0.4.0",
6507 "libc",
6508 "windows-sys 0.52.0",
6509]
6510
6511[[package]]
6512name = "is-wsl"
6513version = "0.4.0"
6514source = "registry+https://github.com/rust-lang/crates.io-index"
6515checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6516dependencies = [
6517 "is-docker",
6518 "once_cell",
6519]
6520
6521[[package]]
6522name = "is_terminal_polyfill"
6523version = "1.70.1"
6524source = "registry+https://github.com/rust-lang/crates.io-index"
6525checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6526
6527[[package]]
6528name = "itertools"
6529version = "0.10.5"
6530source = "registry+https://github.com/rust-lang/crates.io-index"
6531checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6532dependencies = [
6533 "either",
6534]
6535
6536[[package]]
6537name = "itertools"
6538version = "0.11.0"
6539source = "registry+https://github.com/rust-lang/crates.io-index"
6540checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6541dependencies = [
6542 "either",
6543]
6544
6545[[package]]
6546name = "itertools"
6547version = "0.12.1"
6548source = "registry+https://github.com/rust-lang/crates.io-index"
6549checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6550dependencies = [
6551 "either",
6552]
6553
6554[[package]]
6555name = "itertools"
6556version = "0.14.0"
6557source = "registry+https://github.com/rust-lang/crates.io-index"
6558checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6559dependencies = [
6560 "either",
6561]
6562
6563[[package]]
6564name = "itoa"
6565version = "1.0.14"
6566source = "registry+https://github.com/rust-lang/crates.io-index"
6567checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6568
6569[[package]]
6570name = "jni"
6571version = "0.21.1"
6572source = "registry+https://github.com/rust-lang/crates.io-index"
6573checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6574dependencies = [
6575 "cesu8",
6576 "cfg-if",
6577 "combine",
6578 "jni-sys",
6579 "log",
6580 "thiserror 1.0.69",
6581 "walkdir",
6582 "windows-sys 0.45.0",
6583]
6584
6585[[package]]
6586name = "jni-sys"
6587version = "0.3.0"
6588source = "registry+https://github.com/rust-lang/crates.io-index"
6589checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6590
6591[[package]]
6592name = "jobserver"
6593version = "0.1.32"
6594source = "registry+https://github.com/rust-lang/crates.io-index"
6595checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6596dependencies = [
6597 "libc",
6598]
6599
6600[[package]]
6601name = "journal"
6602version = "0.1.0"
6603dependencies = [
6604 "anyhow",
6605 "chrono",
6606 "editor",
6607 "gpui",
6608 "log",
6609 "schemars",
6610 "serde",
6611 "settings",
6612 "shellexpand 2.1.2",
6613 "workspace",
6614]
6615
6616[[package]]
6617name = "jpeg-decoder"
6618version = "0.3.1"
6619source = "registry+https://github.com/rust-lang/crates.io-index"
6620checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6621
6622[[package]]
6623name = "js-sys"
6624version = "0.3.76"
6625source = "registry+https://github.com/rust-lang/crates.io-index"
6626checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6627dependencies = [
6628 "once_cell",
6629 "wasm-bindgen",
6630]
6631
6632[[package]]
6633name = "jsonwebtoken"
6634version = "9.3.0"
6635source = "registry+https://github.com/rust-lang/crates.io-index"
6636checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6637dependencies = [
6638 "base64 0.21.7",
6639 "js-sys",
6640 "pem",
6641 "ring",
6642 "serde",
6643 "serde_json",
6644 "simple_asn1",
6645]
6646
6647[[package]]
6648name = "jupyter-protocol"
6649version = "0.6.0"
6650source = "registry+https://github.com/rust-lang/crates.io-index"
6651checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6652dependencies = [
6653 "anyhow",
6654 "async-trait",
6655 "bytes 1.9.0",
6656 "chrono",
6657 "futures 0.3.31",
6658 "serde",
6659 "serde_json",
6660 "uuid",
6661]
6662
6663[[package]]
6664name = "jupyter-websocket-client"
6665version = "0.9.0"
6666source = "registry+https://github.com/rust-lang/crates.io-index"
6667checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6668dependencies = [
6669 "anyhow",
6670 "async-trait",
6671 "async-tungstenite 0.28.2",
6672 "futures 0.3.31",
6673 "jupyter-protocol",
6674 "serde",
6675 "serde_json",
6676 "url",
6677 "uuid",
6678]
6679
6680[[package]]
6681name = "khronos-egl"
6682version = "6.0.0"
6683source = "registry+https://github.com/rust-lang/crates.io-index"
6684checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6685dependencies = [
6686 "libc",
6687 "libloading",
6688]
6689
6690[[package]]
6691name = "kqueue"
6692version = "1.0.8"
6693source = "registry+https://github.com/rust-lang/crates.io-index"
6694checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6695dependencies = [
6696 "kqueue-sys",
6697 "libc",
6698]
6699
6700[[package]]
6701name = "kqueue-sys"
6702version = "1.0.4"
6703source = "registry+https://github.com/rust-lang/crates.io-index"
6704checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6705dependencies = [
6706 "bitflags 1.3.2",
6707 "libc",
6708]
6709
6710[[package]]
6711name = "kurbo"
6712version = "0.11.1"
6713source = "registry+https://github.com/rust-lang/crates.io-index"
6714checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6715dependencies = [
6716 "arrayvec",
6717 "smallvec",
6718]
6719
6720[[package]]
6721name = "kv-log-macro"
6722version = "1.0.7"
6723source = "registry+https://github.com/rust-lang/crates.io-index"
6724checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6725dependencies = [
6726 "log",
6727]
6728
6729[[package]]
6730name = "language"
6731version = "0.1.0"
6732dependencies = [
6733 "anyhow",
6734 "async-trait",
6735 "async-watch",
6736 "clock",
6737 "collections",
6738 "ctor",
6739 "ec4rs",
6740 "env_logger 0.11.6",
6741 "fs",
6742 "futures 0.3.31",
6743 "fuzzy",
6744 "globset",
6745 "gpui",
6746 "http_client",
6747 "indoc",
6748 "itertools 0.14.0",
6749 "log",
6750 "lsp",
6751 "parking_lot",
6752 "postage",
6753 "pretty_assertions",
6754 "pulldown-cmark 0.12.2",
6755 "rand 0.8.5",
6756 "regex",
6757 "rpc",
6758 "schemars",
6759 "serde",
6760 "serde_json",
6761 "settings",
6762 "similar",
6763 "smallvec",
6764 "smol",
6765 "strsim",
6766 "sum_tree",
6767 "task",
6768 "text",
6769 "theme",
6770 "tree-sitter",
6771 "tree-sitter-elixir",
6772 "tree-sitter-embedded-template",
6773 "tree-sitter-heex",
6774 "tree-sitter-html",
6775 "tree-sitter-json",
6776 "tree-sitter-md",
6777 "tree-sitter-ruby",
6778 "tree-sitter-rust",
6779 "tree-sitter-typescript",
6780 "unicase",
6781 "unindent",
6782 "util",
6783]
6784
6785[[package]]
6786name = "language_extension"
6787version = "0.1.0"
6788dependencies = [
6789 "anyhow",
6790 "async-trait",
6791 "collections",
6792 "extension",
6793 "fs",
6794 "futures 0.3.31",
6795 "gpui",
6796 "language",
6797 "lsp",
6798 "serde",
6799 "serde_json",
6800 "util",
6801]
6802
6803[[package]]
6804name = "language_model"
6805version = "0.1.0"
6806dependencies = [
6807 "anthropic",
6808 "anyhow",
6809 "base64 0.22.1",
6810 "collections",
6811 "futures 0.3.31",
6812 "google_ai",
6813 "gpui",
6814 "http_client",
6815 "image",
6816 "lmstudio",
6817 "log",
6818 "ollama",
6819 "open_ai",
6820 "parking_lot",
6821 "proto",
6822 "schemars",
6823 "serde",
6824 "serde_json",
6825 "smol",
6826 "strum",
6827 "ui",
6828 "util",
6829]
6830
6831[[package]]
6832name = "language_model_selector"
6833version = "0.1.0"
6834dependencies = [
6835 "feature_flags",
6836 "gpui",
6837 "language_model",
6838 "picker",
6839 "proto",
6840 "ui",
6841 "workspace",
6842 "zed_actions",
6843]
6844
6845[[package]]
6846name = "language_models"
6847version = "0.1.0"
6848dependencies = [
6849 "anthropic",
6850 "anyhow",
6851 "client",
6852 "collections",
6853 "copilot",
6854 "editor",
6855 "feature_flags",
6856 "fs",
6857 "futures 0.3.31",
6858 "google_ai",
6859 "gpui",
6860 "http_client",
6861 "language_model",
6862 "lmstudio",
6863 "menu",
6864 "ollama",
6865 "open_ai",
6866 "project",
6867 "proto",
6868 "schemars",
6869 "serde",
6870 "serde_json",
6871 "settings",
6872 "smol",
6873 "strum",
6874 "telemetry_events",
6875 "theme",
6876 "thiserror 1.0.69",
6877 "tiktoken-rs",
6878 "ui",
6879 "util",
6880]
6881
6882[[package]]
6883name = "language_selector"
6884version = "0.1.0"
6885dependencies = [
6886 "anyhow",
6887 "editor",
6888 "file_finder",
6889 "file_icons",
6890 "fuzzy",
6891 "gpui",
6892 "language",
6893 "picker",
6894 "project",
6895 "settings",
6896 "ui",
6897 "util",
6898 "workspace",
6899]
6900
6901[[package]]
6902name = "language_tools"
6903version = "0.1.0"
6904dependencies = [
6905 "anyhow",
6906 "client",
6907 "collections",
6908 "copilot",
6909 "editor",
6910 "env_logger 0.11.6",
6911 "futures 0.3.31",
6912 "gpui",
6913 "itertools 0.14.0",
6914 "language",
6915 "lsp",
6916 "project",
6917 "release_channel",
6918 "serde_json",
6919 "settings",
6920 "theme",
6921 "tree-sitter",
6922 "ui",
6923 "util",
6924 "workspace",
6925 "zed_actions",
6926]
6927
6928[[package]]
6929name = "languages"
6930version = "0.1.0"
6931dependencies = [
6932 "anyhow",
6933 "async-compression",
6934 "async-tar",
6935 "async-trait",
6936 "collections",
6937 "futures 0.3.31",
6938 "gpui",
6939 "http_client",
6940 "language",
6941 "log",
6942 "lsp",
6943 "node_runtime",
6944 "paths",
6945 "pet",
6946 "pet-conda",
6947 "pet-core",
6948 "pet-fs",
6949 "pet-poetry",
6950 "pet-reporter",
6951 "project",
6952 "regex",
6953 "rope",
6954 "rust-embed",
6955 "serde",
6956 "serde_json",
6957 "settings",
6958 "smol",
6959 "snippet_provider",
6960 "task",
6961 "text",
6962 "theme",
6963 "toml 0.8.19",
6964 "tree-sitter",
6965 "tree-sitter-bash",
6966 "tree-sitter-c",
6967 "tree-sitter-cpp",
6968 "tree-sitter-css",
6969 "tree-sitter-diff",
6970 "tree-sitter-go",
6971 "tree-sitter-gomod",
6972 "tree-sitter-gowork",
6973 "tree-sitter-jsdoc",
6974 "tree-sitter-json",
6975 "tree-sitter-md",
6976 "tree-sitter-python",
6977 "tree-sitter-regex",
6978 "tree-sitter-rust",
6979 "tree-sitter-typescript",
6980 "tree-sitter-yaml",
6981 "unindent",
6982 "util",
6983 "workspace",
6984]
6985
6986[[package]]
6987name = "lazy_static"
6988version = "1.5.0"
6989source = "registry+https://github.com/rust-lang/crates.io-index"
6990checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6991dependencies = [
6992 "spin",
6993]
6994
6995[[package]]
6996name = "leb128"
6997version = "0.2.5"
6998source = "registry+https://github.com/rust-lang/crates.io-index"
6999checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7000
7001[[package]]
7002name = "lebe"
7003version = "0.5.2"
7004source = "registry+https://github.com/rust-lang/crates.io-index"
7005checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7006
7007[[package]]
7008name = "libc"
7009version = "0.2.169"
7010source = "registry+https://github.com/rust-lang/crates.io-index"
7011checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
7012
7013[[package]]
7014name = "libdbus-sys"
7015version = "0.2.5"
7016source = "registry+https://github.com/rust-lang/crates.io-index"
7017checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7018dependencies = [
7019 "cc",
7020 "pkg-config",
7021]
7022
7023[[package]]
7024name = "libfuzzer-sys"
7025version = "0.4.8"
7026source = "registry+https://github.com/rust-lang/crates.io-index"
7027checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7028dependencies = [
7029 "arbitrary",
7030 "cc",
7031]
7032
7033[[package]]
7034name = "libgit2-sys"
7035version = "0.18.0+1.9.0"
7036source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
7037dependencies = [
7038 "cc",
7039 "libc",
7040 "libz-sys",
7041 "pkg-config",
7042]
7043
7044[[package]]
7045name = "libloading"
7046version = "0.8.6"
7047source = "registry+https://github.com/rust-lang/crates.io-index"
7048checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7049dependencies = [
7050 "cfg-if",
7051 "windows-targets 0.48.5",
7052]
7053
7054[[package]]
7055name = "libm"
7056version = "0.2.11"
7057source = "registry+https://github.com/rust-lang/crates.io-index"
7058checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7059
7060[[package]]
7061name = "libmimalloc-sys"
7062version = "0.1.39"
7063source = "registry+https://github.com/rust-lang/crates.io-index"
7064checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7065dependencies = [
7066 "cc",
7067 "libc",
7068]
7069
7070[[package]]
7071name = "libredox"
7072version = "0.1.3"
7073source = "registry+https://github.com/rust-lang/crates.io-index"
7074checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7075dependencies = [
7076 "bitflags 2.8.0",
7077 "libc",
7078 "redox_syscall 0.5.8",
7079]
7080
7081[[package]]
7082name = "libsqlite3-sys"
7083version = "0.30.1"
7084source = "registry+https://github.com/rust-lang/crates.io-index"
7085checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7086dependencies = [
7087 "cc",
7088 "pkg-config",
7089 "vcpkg",
7090]
7091
7092[[package]]
7093name = "libwebrtc"
7094version = "0.3.7"
7095source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7096dependencies = [
7097 "cxx",
7098 "jni",
7099 "js-sys",
7100 "lazy_static",
7101 "livekit-protocol",
7102 "livekit-runtime",
7103 "log",
7104 "parking_lot",
7105 "serde",
7106 "serde_json",
7107 "thiserror 1.0.69",
7108 "tokio",
7109 "wasm-bindgen",
7110 "wasm-bindgen-futures",
7111 "web-sys",
7112 "webrtc-sys",
7113]
7114
7115[[package]]
7116name = "libz-sys"
7117version = "1.1.20"
7118source = "registry+https://github.com/rust-lang/crates.io-index"
7119checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7120dependencies = [
7121 "cc",
7122 "libc",
7123 "pkg-config",
7124 "vcpkg",
7125]
7126
7127[[package]]
7128name = "link-cplusplus"
7129version = "1.0.9"
7130source = "registry+https://github.com/rust-lang/crates.io-index"
7131checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7132dependencies = [
7133 "cc",
7134]
7135
7136[[package]]
7137name = "linkify"
7138version = "0.10.0"
7139source = "registry+https://github.com/rust-lang/crates.io-index"
7140checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7141dependencies = [
7142 "memchr",
7143]
7144
7145[[package]]
7146name = "linkme"
7147version = "0.3.31"
7148source = "registry+https://github.com/rust-lang/crates.io-index"
7149checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
7150dependencies = [
7151 "linkme-impl",
7152]
7153
7154[[package]]
7155name = "linkme-impl"
7156version = "0.3.31"
7157source = "registry+https://github.com/rust-lang/crates.io-index"
7158checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
7159dependencies = [
7160 "proc-macro2",
7161 "quote",
7162 "syn 2.0.90",
7163]
7164
7165[[package]]
7166name = "linux-raw-sys"
7167version = "0.4.14"
7168source = "registry+https://github.com/rust-lang/crates.io-index"
7169checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7170
7171[[package]]
7172name = "litemap"
7173version = "0.7.4"
7174source = "registry+https://github.com/rust-lang/crates.io-index"
7175checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7176
7177[[package]]
7178name = "livekit"
7179version = "0.7.0"
7180source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7181dependencies = [
7182 "chrono",
7183 "futures-util",
7184 "lazy_static",
7185 "libwebrtc",
7186 "livekit-api",
7187 "livekit-protocol",
7188 "livekit-runtime",
7189 "log",
7190 "parking_lot",
7191 "prost 0.12.6",
7192 "semver",
7193 "serde",
7194 "serde_json",
7195 "thiserror 1.0.69",
7196 "tokio",
7197]
7198
7199[[package]]
7200name = "livekit-api"
7201version = "0.4.1"
7202source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7203dependencies = [
7204 "async-tungstenite 0.25.1",
7205 "futures-util",
7206 "http 0.2.12",
7207 "jsonwebtoken",
7208 "livekit-protocol",
7209 "livekit-runtime",
7210 "log",
7211 "parking_lot",
7212 "prost 0.12.6",
7213 "reqwest 0.11.27",
7214 "scopeguard",
7215 "serde",
7216 "serde_json",
7217 "sha2",
7218 "thiserror 1.0.69",
7219 "tokio",
7220 "tokio-tungstenite 0.20.1",
7221 "url",
7222]
7223
7224[[package]]
7225name = "livekit-protocol"
7226version = "0.3.6"
7227source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7228dependencies = [
7229 "futures-util",
7230 "livekit-runtime",
7231 "parking_lot",
7232 "pbjson",
7233 "pbjson-types",
7234 "prost 0.12.6",
7235 "prost-types 0.12.6",
7236 "serde",
7237 "thiserror 1.0.69",
7238 "tokio",
7239]
7240
7241[[package]]
7242name = "livekit-runtime"
7243version = "0.3.1"
7244source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7245dependencies = [
7246 "async-io",
7247 "async-std",
7248 "async-task",
7249 "futures 0.3.31",
7250]
7251
7252[[package]]
7253name = "livekit_client"
7254version = "0.1.0"
7255dependencies = [
7256 "anyhow",
7257 "async-trait",
7258 "collections",
7259 "core-foundation 0.9.4",
7260 "coreaudio-rs 0.12.1",
7261 "cpal",
7262 "futures 0.3.31",
7263 "gpui",
7264 "http 0.2.12",
7265 "http_client",
7266 "image",
7267 "livekit",
7268 "livekit_server",
7269 "log",
7270 "media",
7271 "nanoid",
7272 "parking_lot",
7273 "postage",
7274 "serde",
7275 "serde_json",
7276 "sha2",
7277 "simplelog",
7278 "smallvec",
7279 "util",
7280]
7281
7282[[package]]
7283name = "livekit_client_macos"
7284version = "0.1.0"
7285dependencies = [
7286 "anyhow",
7287 "async-broadcast",
7288 "async-trait",
7289 "collections",
7290 "core-foundation 0.9.4",
7291 "futures 0.3.31",
7292 "gpui",
7293 "livekit_server",
7294 "log",
7295 "media",
7296 "nanoid",
7297 "parking_lot",
7298 "postage",
7299 "serde",
7300 "serde_json",
7301 "sha2",
7302 "simplelog",
7303]
7304
7305[[package]]
7306name = "livekit_server"
7307version = "0.1.0"
7308dependencies = [
7309 "anyhow",
7310 "async-trait",
7311 "jsonwebtoken",
7312 "log",
7313 "prost 0.9.0",
7314 "prost-build 0.9.0",
7315 "prost-types 0.9.0",
7316 "reqwest 0.12.8",
7317 "serde",
7318]
7319
7320[[package]]
7321name = "lmdb-master-sys"
7322version = "0.2.4"
7323source = "registry+https://github.com/rust-lang/crates.io-index"
7324checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7325dependencies = [
7326 "cc",
7327 "doxygen-rs",
7328 "libc",
7329]
7330
7331[[package]]
7332name = "lmstudio"
7333version = "0.1.0"
7334dependencies = [
7335 "anyhow",
7336 "futures 0.3.31",
7337 "http_client",
7338 "schemars",
7339 "serde",
7340 "serde_json",
7341]
7342
7343[[package]]
7344name = "lock_api"
7345version = "0.4.12"
7346source = "registry+https://github.com/rust-lang/crates.io-index"
7347checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7348dependencies = [
7349 "autocfg",
7350 "scopeguard",
7351]
7352
7353[[package]]
7354name = "log"
7355version = "0.4.25"
7356source = "registry+https://github.com/rust-lang/crates.io-index"
7357checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
7358dependencies = [
7359 "serde",
7360 "value-bag",
7361]
7362
7363[[package]]
7364name = "loop9"
7365version = "0.1.5"
7366source = "registry+https://github.com/rust-lang/crates.io-index"
7367checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7368dependencies = [
7369 "imgref",
7370]
7371
7372[[package]]
7373name = "lru"
7374version = "0.12.5"
7375source = "registry+https://github.com/rust-lang/crates.io-index"
7376checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7377dependencies = [
7378 "hashbrown 0.15.2",
7379]
7380
7381[[package]]
7382name = "lsp"
7383version = "0.1.0"
7384dependencies = [
7385 "anyhow",
7386 "async-pipe",
7387 "collections",
7388 "ctor",
7389 "env_logger 0.11.6",
7390 "futures 0.3.31",
7391 "gpui",
7392 "log",
7393 "lsp-types",
7394 "parking_lot",
7395 "postage",
7396 "release_channel",
7397 "schemars",
7398 "serde",
7399 "serde_json",
7400 "smol",
7401 "util",
7402]
7403
7404[[package]]
7405name = "lsp-types"
7406version = "0.95.1"
7407source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
7408dependencies = [
7409 "bitflags 1.3.2",
7410 "serde",
7411 "serde_json",
7412 "serde_repr",
7413 "url",
7414]
7415
7416[[package]]
7417name = "mac"
7418version = "0.1.1"
7419source = "registry+https://github.com/rust-lang/crates.io-index"
7420checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7421
7422[[package]]
7423name = "mach2"
7424version = "0.4.2"
7425source = "registry+https://github.com/rust-lang/crates.io-index"
7426checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7427dependencies = [
7428 "libc",
7429]
7430
7431[[package]]
7432name = "malloc_buf"
7433version = "0.0.6"
7434source = "registry+https://github.com/rust-lang/crates.io-index"
7435checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7436dependencies = [
7437 "libc",
7438]
7439
7440[[package]]
7441name = "maplit"
7442version = "1.0.2"
7443source = "registry+https://github.com/rust-lang/crates.io-index"
7444checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7445
7446[[package]]
7447name = "markdown"
7448version = "0.1.0"
7449dependencies = [
7450 "anyhow",
7451 "assets",
7452 "env_logger 0.11.6",
7453 "futures 0.3.31",
7454 "gpui",
7455 "language",
7456 "languages",
7457 "linkify",
7458 "log",
7459 "node_runtime",
7460 "pulldown-cmark 0.12.2",
7461 "settings",
7462 "theme",
7463 "ui",
7464 "util",
7465]
7466
7467[[package]]
7468name = "markdown_preview"
7469version = "0.1.0"
7470dependencies = [
7471 "anyhow",
7472 "async-recursion 1.1.1",
7473 "collections",
7474 "editor",
7475 "gpui",
7476 "language",
7477 "linkify",
7478 "log",
7479 "pretty_assertions",
7480 "pulldown-cmark 0.12.2",
7481 "settings",
7482 "theme",
7483 "ui",
7484 "util",
7485 "workspace",
7486]
7487
7488[[package]]
7489name = "markup5ever"
7490version = "0.12.1"
7491source = "registry+https://github.com/rust-lang/crates.io-index"
7492checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7493dependencies = [
7494 "log",
7495 "phf",
7496 "phf_codegen",
7497 "string_cache",
7498 "string_cache_codegen",
7499 "tendril",
7500]
7501
7502[[package]]
7503name = "markup5ever_rcdom"
7504version = "0.3.0"
7505source = "registry+https://github.com/rust-lang/crates.io-index"
7506checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7507dependencies = [
7508 "html5ever",
7509 "markup5ever",
7510 "tendril",
7511 "xml5ever",
7512]
7513
7514[[package]]
7515name = "matchers"
7516version = "0.1.0"
7517source = "registry+https://github.com/rust-lang/crates.io-index"
7518checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7519dependencies = [
7520 "regex-automata 0.1.10",
7521]
7522
7523[[package]]
7524name = "matchit"
7525version = "0.7.3"
7526source = "registry+https://github.com/rust-lang/crates.io-index"
7527checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7528
7529[[package]]
7530name = "maybe-owned"
7531version = "0.3.4"
7532source = "registry+https://github.com/rust-lang/crates.io-index"
7533checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7534
7535[[package]]
7536name = "maybe-rayon"
7537version = "0.1.1"
7538source = "registry+https://github.com/rust-lang/crates.io-index"
7539checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7540dependencies = [
7541 "cfg-if",
7542 "rayon",
7543]
7544
7545[[package]]
7546name = "md-5"
7547version = "0.10.6"
7548source = "registry+https://github.com/rust-lang/crates.io-index"
7549checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7550dependencies = [
7551 "cfg-if",
7552 "digest",
7553]
7554
7555[[package]]
7556name = "mdbook"
7557version = "0.4.43"
7558source = "registry+https://github.com/rust-lang/crates.io-index"
7559checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148"
7560dependencies = [
7561 "ammonia",
7562 "anyhow",
7563 "chrono",
7564 "clap",
7565 "clap_complete",
7566 "elasticlunr-rs",
7567 "env_logger 0.11.6",
7568 "futures-util",
7569 "handlebars 6.2.0",
7570 "ignore",
7571 "log",
7572 "memchr",
7573 "notify",
7574 "notify-debouncer-mini",
7575 "once_cell",
7576 "opener",
7577 "pathdiff",
7578 "pulldown-cmark 0.10.3",
7579 "regex",
7580 "serde",
7581 "serde_json",
7582 "shlex",
7583 "tempfile",
7584 "tokio",
7585 "toml 0.5.11",
7586 "topological-sort",
7587 "walkdir",
7588 "warp",
7589]
7590
7591[[package]]
7592name = "media"
7593version = "0.1.0"
7594dependencies = [
7595 "anyhow",
7596 "bindgen",
7597 "core-foundation 0.9.4",
7598 "ctor",
7599 "foreign-types 0.5.0",
7600 "metal",
7601 "objc",
7602]
7603
7604[[package]]
7605name = "memchr"
7606version = "2.7.4"
7607source = "registry+https://github.com/rust-lang/crates.io-index"
7608checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7609
7610[[package]]
7611name = "memfd"
7612version = "0.6.4"
7613source = "registry+https://github.com/rust-lang/crates.io-index"
7614checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7615dependencies = [
7616 "rustix",
7617]
7618
7619[[package]]
7620name = "memmap2"
7621version = "0.9.5"
7622source = "registry+https://github.com/rust-lang/crates.io-index"
7623checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7624dependencies = [
7625 "libc",
7626]
7627
7628[[package]]
7629name = "memoffset"
7630version = "0.9.1"
7631source = "registry+https://github.com/rust-lang/crates.io-index"
7632checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7633dependencies = [
7634 "autocfg",
7635]
7636
7637[[package]]
7638name = "menu"
7639version = "0.1.0"
7640dependencies = [
7641 "gpui",
7642 "serde",
7643]
7644
7645[[package]]
7646name = "metal"
7647version = "0.31.0"
7648source = "registry+https://github.com/rust-lang/crates.io-index"
7649checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
7650dependencies = [
7651 "bitflags 2.8.0",
7652 "block",
7653 "core-graphics-types 0.1.3",
7654 "foreign-types 0.5.0",
7655 "log",
7656 "objc",
7657 "paste",
7658]
7659
7660[[package]]
7661name = "mimalloc"
7662version = "0.1.43"
7663source = "registry+https://github.com/rust-lang/crates.io-index"
7664checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7665dependencies = [
7666 "libmimalloc-sys",
7667]
7668
7669[[package]]
7670name = "mime"
7671version = "0.3.17"
7672source = "registry+https://github.com/rust-lang/crates.io-index"
7673checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7674
7675[[package]]
7676name = "mime_guess"
7677version = "2.0.5"
7678source = "registry+https://github.com/rust-lang/crates.io-index"
7679checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7680dependencies = [
7681 "mime",
7682 "unicase",
7683]
7684
7685[[package]]
7686name = "minimal-lexical"
7687version = "0.2.1"
7688source = "registry+https://github.com/rust-lang/crates.io-index"
7689checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7690
7691[[package]]
7692name = "miniz_oxide"
7693version = "0.8.0"
7694source = "registry+https://github.com/rust-lang/crates.io-index"
7695checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7696dependencies = [
7697 "adler2",
7698 "simd-adler32",
7699]
7700
7701[[package]]
7702name = "mint"
7703version = "0.5.9"
7704source = "registry+https://github.com/rust-lang/crates.io-index"
7705checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7706
7707[[package]]
7708name = "mio"
7709version = "0.8.11"
7710source = "registry+https://github.com/rust-lang/crates.io-index"
7711checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7712dependencies = [
7713 "libc",
7714 "log",
7715 "wasi 0.11.0+wasi-snapshot-preview1",
7716 "windows-sys 0.48.0",
7717]
7718
7719[[package]]
7720name = "mio"
7721version = "1.0.3"
7722source = "registry+https://github.com/rust-lang/crates.io-index"
7723checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
7724dependencies = [
7725 "libc",
7726 "log",
7727 "wasi 0.11.0+wasi-snapshot-preview1",
7728 "windows-sys 0.52.0",
7729]
7730
7731[[package]]
7732name = "miow"
7733version = "0.6.0"
7734source = "registry+https://github.com/rust-lang/crates.io-index"
7735checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7736dependencies = [
7737 "windows-sys 0.48.0",
7738]
7739
7740[[package]]
7741name = "msvc_spectre_libs"
7742version = "0.1.2"
7743source = "registry+https://github.com/rust-lang/crates.io-index"
7744checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7745dependencies = [
7746 "cc",
7747]
7748
7749[[package]]
7750name = "multi_buffer"
7751version = "0.1.0"
7752dependencies = [
7753 "anyhow",
7754 "clock",
7755 "collections",
7756 "ctor",
7757 "env_logger 0.11.6",
7758 "futures 0.3.31",
7759 "git",
7760 "gpui",
7761 "indoc",
7762 "itertools 0.14.0",
7763 "language",
7764 "log",
7765 "parking_lot",
7766 "pretty_assertions",
7767 "project",
7768 "rand 0.8.5",
7769 "rope",
7770 "serde",
7771 "settings",
7772 "smallvec",
7773 "smol",
7774 "sum_tree",
7775 "text",
7776 "theme",
7777 "tree-sitter",
7778 "util",
7779]
7780
7781[[package]]
7782name = "multimap"
7783version = "0.8.3"
7784source = "registry+https://github.com/rust-lang/crates.io-index"
7785checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7786
7787[[package]]
7788name = "multimap"
7789version = "0.10.0"
7790source = "registry+https://github.com/rust-lang/crates.io-index"
7791checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
7792
7793[[package]]
7794name = "naga"
7795version = "23.1.0"
7796source = "registry+https://github.com/rust-lang/crates.io-index"
7797checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
7798dependencies = [
7799 "arrayvec",
7800 "bit-set 0.8.0",
7801 "bitflags 2.8.0",
7802 "cfg_aliases 0.1.1",
7803 "codespan-reporting",
7804 "hexf-parse",
7805 "indexmap",
7806 "log",
7807 "rustc-hash 1.1.0",
7808 "spirv",
7809 "termcolor",
7810 "thiserror 1.0.69",
7811 "unicode-xid",
7812]
7813
7814[[package]]
7815name = "nanoid"
7816version = "0.4.0"
7817source = "registry+https://github.com/rust-lang/crates.io-index"
7818checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7819dependencies = [
7820 "rand 0.8.5",
7821]
7822
7823[[package]]
7824name = "nanorand"
7825version = "0.7.0"
7826source = "registry+https://github.com/rust-lang/crates.io-index"
7827checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7828dependencies = [
7829 "getrandom 0.2.15",
7830]
7831
7832[[package]]
7833name = "native-tls"
7834version = "0.2.12"
7835source = "registry+https://github.com/rust-lang/crates.io-index"
7836checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7837dependencies = [
7838 "libc",
7839 "log",
7840 "openssl",
7841 "openssl-probe",
7842 "openssl-sys",
7843 "schannel",
7844 "security-framework 2.11.1",
7845 "security-framework-sys",
7846 "tempfile",
7847]
7848
7849[[package]]
7850name = "nbformat"
7851version = "0.10.0"
7852source = "registry+https://github.com/rust-lang/crates.io-index"
7853checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
7854dependencies = [
7855 "anyhow",
7856 "chrono",
7857 "jupyter-protocol",
7858 "serde",
7859 "serde_json",
7860 "thiserror 1.0.69",
7861 "uuid",
7862]
7863
7864[[package]]
7865name = "ndk"
7866version = "0.8.0"
7867source = "registry+https://github.com/rust-lang/crates.io-index"
7868checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7869dependencies = [
7870 "bitflags 2.8.0",
7871 "jni-sys",
7872 "log",
7873 "ndk-sys",
7874 "num_enum",
7875 "thiserror 1.0.69",
7876]
7877
7878[[package]]
7879name = "ndk-context"
7880version = "0.1.1"
7881source = "registry+https://github.com/rust-lang/crates.io-index"
7882checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7883
7884[[package]]
7885name = "ndk-sys"
7886version = "0.5.0+25.2.9519653"
7887source = "registry+https://github.com/rust-lang/crates.io-index"
7888checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7889dependencies = [
7890 "jni-sys",
7891]
7892
7893[[package]]
7894name = "new_debug_unreachable"
7895version = "1.0.6"
7896source = "registry+https://github.com/rust-lang/crates.io-index"
7897checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7898
7899[[package]]
7900name = "nix"
7901version = "0.29.0"
7902source = "registry+https://github.com/rust-lang/crates.io-index"
7903checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7904dependencies = [
7905 "bitflags 2.8.0",
7906 "cfg-if",
7907 "cfg_aliases 0.2.1",
7908 "libc",
7909 "memoffset",
7910]
7911
7912[[package]]
7913name = "node_runtime"
7914version = "0.1.0"
7915dependencies = [
7916 "anyhow",
7917 "async-compression",
7918 "async-std",
7919 "async-tar",
7920 "async-trait",
7921 "async-watch",
7922 "async_zip",
7923 "futures 0.3.31",
7924 "http_client",
7925 "log",
7926 "paths",
7927 "semver",
7928 "serde",
7929 "serde_json",
7930 "smol",
7931 "tempfile",
7932 "util",
7933 "walkdir",
7934 "which 6.0.3",
7935]
7936
7937[[package]]
7938name = "nom"
7939version = "7.1.3"
7940source = "registry+https://github.com/rust-lang/crates.io-index"
7941checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7942dependencies = [
7943 "memchr",
7944 "minimal-lexical",
7945]
7946
7947[[package]]
7948name = "noop_proc_macro"
7949version = "0.3.0"
7950source = "registry+https://github.com/rust-lang/crates.io-index"
7951checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7952
7953[[package]]
7954name = "normpath"
7955version = "1.3.0"
7956source = "registry+https://github.com/rust-lang/crates.io-index"
7957checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7958dependencies = [
7959 "windows-sys 0.59.0",
7960]
7961
7962[[package]]
7963name = "notifications"
7964version = "0.1.0"
7965dependencies = [
7966 "anyhow",
7967 "channel",
7968 "client",
7969 "collections",
7970 "db",
7971 "gpui",
7972 "rpc",
7973 "settings",
7974 "sum_tree",
7975 "time",
7976 "util",
7977]
7978
7979[[package]]
7980name = "notify"
7981version = "6.1.1"
7982source = "registry+https://github.com/rust-lang/crates.io-index"
7983checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7984dependencies = [
7985 "bitflags 2.8.0",
7986 "crossbeam-channel",
7987 "filetime",
7988 "fsevent-sys 4.1.0",
7989 "inotify",
7990 "kqueue",
7991 "libc",
7992 "log",
7993 "mio 0.8.11",
7994 "walkdir",
7995 "windows-sys 0.48.0",
7996]
7997
7998[[package]]
7999name = "notify-debouncer-mini"
8000version = "0.4.1"
8001source = "registry+https://github.com/rust-lang/crates.io-index"
8002checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
8003dependencies = [
8004 "crossbeam-channel",
8005 "log",
8006 "notify",
8007]
8008
8009[[package]]
8010name = "ntapi"
8011version = "0.4.1"
8012source = "registry+https://github.com/rust-lang/crates.io-index"
8013checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8014dependencies = [
8015 "winapi",
8016]
8017
8018[[package]]
8019name = "nu-ansi-term"
8020version = "0.46.0"
8021source = "registry+https://github.com/rust-lang/crates.io-index"
8022checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8023dependencies = [
8024 "overload",
8025 "winapi",
8026]
8027
8028[[package]]
8029name = "num"
8030version = "0.4.3"
8031source = "registry+https://github.com/rust-lang/crates.io-index"
8032checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8033dependencies = [
8034 "num-bigint",
8035 "num-complex",
8036 "num-integer",
8037 "num-iter",
8038 "num-rational",
8039 "num-traits",
8040]
8041
8042[[package]]
8043name = "num-bigint"
8044version = "0.4.6"
8045source = "registry+https://github.com/rust-lang/crates.io-index"
8046checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8047dependencies = [
8048 "num-integer",
8049 "num-traits",
8050]
8051
8052[[package]]
8053name = "num-bigint-dig"
8054version = "0.8.4"
8055source = "registry+https://github.com/rust-lang/crates.io-index"
8056checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8057dependencies = [
8058 "byteorder",
8059 "lazy_static",
8060 "libm",
8061 "num-integer",
8062 "num-iter",
8063 "num-traits",
8064 "rand 0.8.5",
8065 "serde",
8066 "smallvec",
8067 "zeroize",
8068]
8069
8070[[package]]
8071name = "num-complex"
8072version = "0.4.6"
8073source = "registry+https://github.com/rust-lang/crates.io-index"
8074checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8075dependencies = [
8076 "num-traits",
8077]
8078
8079[[package]]
8080name = "num-conv"
8081version = "0.1.0"
8082source = "registry+https://github.com/rust-lang/crates.io-index"
8083checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8084
8085[[package]]
8086name = "num-derive"
8087version = "0.4.2"
8088source = "registry+https://github.com/rust-lang/crates.io-index"
8089checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8090dependencies = [
8091 "proc-macro2",
8092 "quote",
8093 "syn 2.0.90",
8094]
8095
8096[[package]]
8097name = "num-format"
8098version = "0.4.4"
8099source = "registry+https://github.com/rust-lang/crates.io-index"
8100checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8101dependencies = [
8102 "arrayvec",
8103 "itoa",
8104]
8105
8106[[package]]
8107name = "num-integer"
8108version = "0.1.46"
8109source = "registry+https://github.com/rust-lang/crates.io-index"
8110checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8111dependencies = [
8112 "num-traits",
8113]
8114
8115[[package]]
8116name = "num-iter"
8117version = "0.1.45"
8118source = "registry+https://github.com/rust-lang/crates.io-index"
8119checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8120dependencies = [
8121 "autocfg",
8122 "num-integer",
8123 "num-traits",
8124]
8125
8126[[package]]
8127name = "num-modular"
8128version = "0.6.1"
8129source = "registry+https://github.com/rust-lang/crates.io-index"
8130checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8131
8132[[package]]
8133name = "num-order"
8134version = "1.2.0"
8135source = "registry+https://github.com/rust-lang/crates.io-index"
8136checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8137dependencies = [
8138 "num-modular",
8139]
8140
8141[[package]]
8142name = "num-rational"
8143version = "0.4.2"
8144source = "registry+https://github.com/rust-lang/crates.io-index"
8145checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8146dependencies = [
8147 "num-bigint",
8148 "num-integer",
8149 "num-traits",
8150]
8151
8152[[package]]
8153name = "num-traits"
8154version = "0.2.19"
8155source = "registry+https://github.com/rust-lang/crates.io-index"
8156checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8157dependencies = [
8158 "autocfg",
8159 "libm",
8160]
8161
8162[[package]]
8163name = "num_cpus"
8164version = "1.16.0"
8165source = "registry+https://github.com/rust-lang/crates.io-index"
8166checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8167dependencies = [
8168 "hermit-abi 0.3.9",
8169 "libc",
8170]
8171
8172[[package]]
8173name = "num_enum"
8174version = "0.7.3"
8175source = "registry+https://github.com/rust-lang/crates.io-index"
8176checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8177dependencies = [
8178 "num_enum_derive",
8179]
8180
8181[[package]]
8182name = "num_enum_derive"
8183version = "0.7.3"
8184source = "registry+https://github.com/rust-lang/crates.io-index"
8185checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8186dependencies = [
8187 "proc-macro-crate",
8188 "proc-macro2",
8189 "quote",
8190 "syn 2.0.90",
8191]
8192
8193[[package]]
8194name = "num_threads"
8195version = "0.1.7"
8196source = "registry+https://github.com/rust-lang/crates.io-index"
8197checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8198dependencies = [
8199 "libc",
8200]
8201
8202[[package]]
8203name = "nvim-rs"
8204version = "0.8.0-pre"
8205source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8206dependencies = [
8207 "async-trait",
8208 "futures 0.3.31",
8209 "log",
8210 "parity-tokio-ipc",
8211 "rmp",
8212 "rmpv",
8213 "tokio",
8214 "tokio-util",
8215 "winapi",
8216]
8217
8218[[package]]
8219name = "objc"
8220version = "0.2.7"
8221source = "registry+https://github.com/rust-lang/crates.io-index"
8222checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8223dependencies = [
8224 "malloc_buf",
8225]
8226
8227[[package]]
8228name = "objc-sys"
8229version = "0.3.5"
8230source = "registry+https://github.com/rust-lang/crates.io-index"
8231checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8232
8233[[package]]
8234name = "objc2"
8235version = "0.5.2"
8236source = "registry+https://github.com/rust-lang/crates.io-index"
8237checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8238dependencies = [
8239 "objc-sys",
8240 "objc2-encode",
8241]
8242
8243[[package]]
8244name = "objc2-app-kit"
8245version = "0.2.2"
8246source = "registry+https://github.com/rust-lang/crates.io-index"
8247checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8248dependencies = [
8249 "bitflags 2.8.0",
8250 "block2",
8251 "libc",
8252 "objc2",
8253 "objc2-core-data",
8254 "objc2-core-image",
8255 "objc2-foundation",
8256 "objc2-quartz-core",
8257]
8258
8259[[package]]
8260name = "objc2-cloud-kit"
8261version = "0.2.2"
8262source = "registry+https://github.com/rust-lang/crates.io-index"
8263checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8264dependencies = [
8265 "bitflags 2.8.0",
8266 "block2",
8267 "objc2",
8268 "objc2-core-location",
8269 "objc2-foundation",
8270]
8271
8272[[package]]
8273name = "objc2-contacts"
8274version = "0.2.2"
8275source = "registry+https://github.com/rust-lang/crates.io-index"
8276checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8277dependencies = [
8278 "block2",
8279 "objc2",
8280 "objc2-foundation",
8281]
8282
8283[[package]]
8284name = "objc2-core-data"
8285version = "0.2.2"
8286source = "registry+https://github.com/rust-lang/crates.io-index"
8287checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8288dependencies = [
8289 "bitflags 2.8.0",
8290 "block2",
8291 "objc2",
8292 "objc2-foundation",
8293]
8294
8295[[package]]
8296name = "objc2-core-image"
8297version = "0.2.2"
8298source = "registry+https://github.com/rust-lang/crates.io-index"
8299checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8300dependencies = [
8301 "block2",
8302 "objc2",
8303 "objc2-foundation",
8304 "objc2-metal",
8305]
8306
8307[[package]]
8308name = "objc2-core-location"
8309version = "0.2.2"
8310source = "registry+https://github.com/rust-lang/crates.io-index"
8311checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8312dependencies = [
8313 "block2",
8314 "objc2",
8315 "objc2-contacts",
8316 "objc2-foundation",
8317]
8318
8319[[package]]
8320name = "objc2-encode"
8321version = "4.0.3"
8322source = "registry+https://github.com/rust-lang/crates.io-index"
8323checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8324
8325[[package]]
8326name = "objc2-foundation"
8327version = "0.2.2"
8328source = "registry+https://github.com/rust-lang/crates.io-index"
8329checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8330dependencies = [
8331 "bitflags 2.8.0",
8332 "block2",
8333 "libc",
8334 "objc2",
8335]
8336
8337[[package]]
8338name = "objc2-link-presentation"
8339version = "0.2.2"
8340source = "registry+https://github.com/rust-lang/crates.io-index"
8341checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8342dependencies = [
8343 "block2",
8344 "objc2",
8345 "objc2-app-kit",
8346 "objc2-foundation",
8347]
8348
8349[[package]]
8350name = "objc2-metal"
8351version = "0.2.2"
8352source = "registry+https://github.com/rust-lang/crates.io-index"
8353checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8354dependencies = [
8355 "bitflags 2.8.0",
8356 "block2",
8357 "objc2",
8358 "objc2-foundation",
8359]
8360
8361[[package]]
8362name = "objc2-quartz-core"
8363version = "0.2.2"
8364source = "registry+https://github.com/rust-lang/crates.io-index"
8365checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8366dependencies = [
8367 "bitflags 2.8.0",
8368 "block2",
8369 "objc2",
8370 "objc2-foundation",
8371 "objc2-metal",
8372]
8373
8374[[package]]
8375name = "objc2-symbols"
8376version = "0.2.2"
8377source = "registry+https://github.com/rust-lang/crates.io-index"
8378checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8379dependencies = [
8380 "objc2",
8381 "objc2-foundation",
8382]
8383
8384[[package]]
8385name = "objc2-ui-kit"
8386version = "0.2.2"
8387source = "registry+https://github.com/rust-lang/crates.io-index"
8388checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8389dependencies = [
8390 "bitflags 2.8.0",
8391 "block2",
8392 "objc2",
8393 "objc2-cloud-kit",
8394 "objc2-core-data",
8395 "objc2-core-image",
8396 "objc2-core-location",
8397 "objc2-foundation",
8398 "objc2-link-presentation",
8399 "objc2-quartz-core",
8400 "objc2-symbols",
8401 "objc2-uniform-type-identifiers",
8402 "objc2-user-notifications",
8403]
8404
8405[[package]]
8406name = "objc2-uniform-type-identifiers"
8407version = "0.2.2"
8408source = "registry+https://github.com/rust-lang/crates.io-index"
8409checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8410dependencies = [
8411 "block2",
8412 "objc2",
8413 "objc2-foundation",
8414]
8415
8416[[package]]
8417name = "objc2-user-notifications"
8418version = "0.2.2"
8419source = "registry+https://github.com/rust-lang/crates.io-index"
8420checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8421dependencies = [
8422 "bitflags 2.8.0",
8423 "block2",
8424 "objc2",
8425 "objc2-core-location",
8426 "objc2-foundation",
8427]
8428
8429[[package]]
8430name = "object"
8431version = "0.36.5"
8432source = "registry+https://github.com/rust-lang/crates.io-index"
8433checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8434dependencies = [
8435 "crc32fast",
8436 "hashbrown 0.15.2",
8437 "indexmap",
8438 "memchr",
8439]
8440
8441[[package]]
8442name = "oboe"
8443version = "0.6.1"
8444source = "registry+https://github.com/rust-lang/crates.io-index"
8445checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8446dependencies = [
8447 "jni",
8448 "ndk",
8449 "ndk-context",
8450 "num-derive",
8451 "num-traits",
8452 "oboe-sys",
8453]
8454
8455[[package]]
8456name = "oboe-sys"
8457version = "0.6.1"
8458source = "registry+https://github.com/rust-lang/crates.io-index"
8459checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8460dependencies = [
8461 "cc",
8462]
8463
8464[[package]]
8465name = "ollama"
8466version = "0.1.0"
8467dependencies = [
8468 "anyhow",
8469 "futures 0.3.31",
8470 "http_client",
8471 "schemars",
8472 "serde",
8473 "serde_json",
8474]
8475
8476[[package]]
8477name = "once_cell"
8478version = "1.20.2"
8479source = "registry+https://github.com/rust-lang/crates.io-index"
8480checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
8481
8482[[package]]
8483name = "oo7"
8484version = "0.3.3"
8485source = "git+https://github.com/zed-industries/oo7?branch=avoid-crypto-panic#9d5d5fcd7e4e0add9b420ffb58f67661b0b37568"
8486dependencies = [
8487 "aes",
8488 "async-fs",
8489 "async-io",
8490 "async-lock",
8491 "async-net",
8492 "blocking",
8493 "cbc",
8494 "cipher",
8495 "digest",
8496 "endi",
8497 "futures-lite 2.5.0",
8498 "futures-util",
8499 "hkdf",
8500 "hmac",
8501 "md-5",
8502 "num",
8503 "num-bigint-dig",
8504 "pbkdf2 0.12.2",
8505 "rand 0.8.5",
8506 "serde",
8507 "sha2",
8508 "subtle",
8509 "zbus 4.4.0",
8510 "zeroize",
8511 "zvariant 4.2.0",
8512]
8513
8514[[package]]
8515name = "oorandom"
8516version = "11.1.4"
8517source = "registry+https://github.com/rust-lang/crates.io-index"
8518checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8519
8520[[package]]
8521name = "open"
8522version = "5.3.2"
8523source = "registry+https://github.com/rust-lang/crates.io-index"
8524checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8525dependencies = [
8526 "is-wsl",
8527 "libc",
8528 "pathdiff",
8529]
8530
8531[[package]]
8532name = "open_ai"
8533version = "0.1.0"
8534dependencies = [
8535 "anyhow",
8536 "futures 0.3.31",
8537 "http_client",
8538 "schemars",
8539 "serde",
8540 "serde_json",
8541 "strum",
8542]
8543
8544[[package]]
8545name = "opener"
8546version = "0.7.2"
8547source = "registry+https://github.com/rust-lang/crates.io-index"
8548checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
8549dependencies = [
8550 "bstr",
8551 "dbus",
8552 "normpath",
8553 "windows-sys 0.59.0",
8554]
8555
8556[[package]]
8557name = "openssl"
8558version = "0.10.68"
8559source = "registry+https://github.com/rust-lang/crates.io-index"
8560checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
8561dependencies = [
8562 "bitflags 2.8.0",
8563 "cfg-if",
8564 "foreign-types 0.3.2",
8565 "libc",
8566 "once_cell",
8567 "openssl-macros",
8568 "openssl-sys",
8569]
8570
8571[[package]]
8572name = "openssl-macros"
8573version = "0.1.1"
8574source = "registry+https://github.com/rust-lang/crates.io-index"
8575checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
8576dependencies = [
8577 "proc-macro2",
8578 "quote",
8579 "syn 2.0.90",
8580]
8581
8582[[package]]
8583name = "openssl-probe"
8584version = "0.1.5"
8585source = "registry+https://github.com/rust-lang/crates.io-index"
8586checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
8587
8588[[package]]
8589name = "openssl-src"
8590version = "300.4.1+3.4.0"
8591source = "registry+https://github.com/rust-lang/crates.io-index"
8592checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
8593dependencies = [
8594 "cc",
8595]
8596
8597[[package]]
8598name = "openssl-sys"
8599version = "0.9.104"
8600source = "registry+https://github.com/rust-lang/crates.io-index"
8601checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
8602dependencies = [
8603 "cc",
8604 "libc",
8605 "openssl-src",
8606 "pkg-config",
8607 "vcpkg",
8608]
8609
8610[[package]]
8611name = "option-ext"
8612version = "0.2.0"
8613source = "registry+https://github.com/rust-lang/crates.io-index"
8614checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
8615
8616[[package]]
8617name = "ordered-float"
8618version = "2.10.1"
8619source = "registry+https://github.com/rust-lang/crates.io-index"
8620checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
8621dependencies = [
8622 "num-traits",
8623]
8624
8625[[package]]
8626name = "ordered-float"
8627version = "3.9.2"
8628source = "registry+https://github.com/rust-lang/crates.io-index"
8629checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
8630dependencies = [
8631 "num-traits",
8632]
8633
8634[[package]]
8635name = "ordered-stream"
8636version = "0.2.0"
8637source = "registry+https://github.com/rust-lang/crates.io-index"
8638checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
8639dependencies = [
8640 "futures-core",
8641 "pin-project-lite",
8642]
8643
8644[[package]]
8645name = "ouroboros"
8646version = "0.18.4"
8647source = "registry+https://github.com/rust-lang/crates.io-index"
8648checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
8649dependencies = [
8650 "aliasable",
8651 "ouroboros_macro",
8652 "static_assertions",
8653]
8654
8655[[package]]
8656name = "ouroboros_macro"
8657version = "0.18.4"
8658source = "registry+https://github.com/rust-lang/crates.io-index"
8659checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
8660dependencies = [
8661 "heck 0.4.1",
8662 "itertools 0.12.1",
8663 "proc-macro2",
8664 "proc-macro2-diagnostics",
8665 "quote",
8666 "syn 2.0.90",
8667]
8668
8669[[package]]
8670name = "outline"
8671version = "0.1.0"
8672dependencies = [
8673 "editor",
8674 "fuzzy",
8675 "gpui",
8676 "indoc",
8677 "language",
8678 "menu",
8679 "ordered-float 2.10.1",
8680 "picker",
8681 "project",
8682 "rope",
8683 "serde_json",
8684 "settings",
8685 "smol",
8686 "theme",
8687 "tree-sitter-rust",
8688 "tree-sitter-typescript",
8689 "ui",
8690 "util",
8691 "workspace",
8692 "zed_actions",
8693]
8694
8695[[package]]
8696name = "outline_panel"
8697version = "0.1.0"
8698dependencies = [
8699 "anyhow",
8700 "collections",
8701 "db",
8702 "editor",
8703 "file_icons",
8704 "fuzzy",
8705 "gpui",
8706 "itertools 0.14.0",
8707 "language",
8708 "log",
8709 "menu",
8710 "outline",
8711 "pretty_assertions",
8712 "project",
8713 "schemars",
8714 "search",
8715 "serde",
8716 "serde_json",
8717 "settings",
8718 "smallvec",
8719 "smol",
8720 "theme",
8721 "ui",
8722 "util",
8723 "workspace",
8724 "worktree",
8725]
8726
8727[[package]]
8728name = "outref"
8729version = "0.5.1"
8730source = "registry+https://github.com/rust-lang/crates.io-index"
8731checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8732
8733[[package]]
8734name = "overload"
8735version = "0.1.1"
8736source = "registry+https://github.com/rust-lang/crates.io-index"
8737checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8738
8739[[package]]
8740name = "p256"
8741version = "0.11.1"
8742source = "registry+https://github.com/rust-lang/crates.io-index"
8743checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8744dependencies = [
8745 "ecdsa",
8746 "elliptic-curve",
8747 "sha2",
8748]
8749
8750[[package]]
8751name = "page_size"
8752version = "0.6.0"
8753source = "registry+https://github.com/rust-lang/crates.io-index"
8754checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8755dependencies = [
8756 "libc",
8757 "winapi",
8758]
8759
8760[[package]]
8761name = "palette"
8762version = "0.7.6"
8763source = "registry+https://github.com/rust-lang/crates.io-index"
8764checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8765dependencies = [
8766 "approx",
8767 "fast-srgb8",
8768 "palette_derive",
8769]
8770
8771[[package]]
8772name = "palette_derive"
8773version = "0.7.6"
8774source = "registry+https://github.com/rust-lang/crates.io-index"
8775checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8776dependencies = [
8777 "by_address",
8778 "proc-macro2",
8779 "quote",
8780 "syn 2.0.90",
8781]
8782
8783[[package]]
8784name = "parity-tokio-ipc"
8785version = "0.9.0"
8786source = "registry+https://github.com/rust-lang/crates.io-index"
8787checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8788dependencies = [
8789 "futures 0.3.31",
8790 "libc",
8791 "log",
8792 "rand 0.7.3",
8793 "tokio",
8794 "winapi",
8795]
8796
8797[[package]]
8798name = "parking"
8799version = "2.2.1"
8800source = "registry+https://github.com/rust-lang/crates.io-index"
8801checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8802
8803[[package]]
8804name = "parking_lot"
8805version = "0.12.3"
8806source = "registry+https://github.com/rust-lang/crates.io-index"
8807checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8808dependencies = [
8809 "lock_api",
8810 "parking_lot_core",
8811]
8812
8813[[package]]
8814name = "parking_lot_core"
8815version = "0.9.10"
8816source = "registry+https://github.com/rust-lang/crates.io-index"
8817checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8818dependencies = [
8819 "cfg-if",
8820 "libc",
8821 "redox_syscall 0.5.8",
8822 "smallvec",
8823 "windows-targets 0.52.6",
8824]
8825
8826[[package]]
8827name = "password-hash"
8828version = "0.4.2"
8829source = "registry+https://github.com/rust-lang/crates.io-index"
8830checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
8831dependencies = [
8832 "base64ct",
8833 "rand_core 0.6.4",
8834 "subtle",
8835]
8836
8837[[package]]
8838name = "password-hash"
8839version = "0.5.0"
8840source = "registry+https://github.com/rust-lang/crates.io-index"
8841checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8842dependencies = [
8843 "base64ct",
8844 "rand_core 0.6.4",
8845 "subtle",
8846]
8847
8848[[package]]
8849name = "paste"
8850version = "1.0.15"
8851source = "registry+https://github.com/rust-lang/crates.io-index"
8852checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8853
8854[[package]]
8855name = "pathdiff"
8856version = "0.2.3"
8857source = "registry+https://github.com/rust-lang/crates.io-index"
8858checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
8859
8860[[package]]
8861name = "pathfinder_geometry"
8862version = "0.5.1"
8863source = "registry+https://github.com/rust-lang/crates.io-index"
8864checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8865dependencies = [
8866 "log",
8867 "pathfinder_simd",
8868]
8869
8870[[package]]
8871name = "pathfinder_simd"
8872version = "0.5.4"
8873source = "registry+https://github.com/rust-lang/crates.io-index"
8874checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8875dependencies = [
8876 "rustc_version",
8877]
8878
8879[[package]]
8880name = "paths"
8881version = "0.1.0"
8882dependencies = [
8883 "dirs 4.0.0",
8884 "util",
8885]
8886
8887[[package]]
8888name = "pbjson"
8889version = "0.6.0"
8890source = "registry+https://github.com/rust-lang/crates.io-index"
8891checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
8892dependencies = [
8893 "base64 0.21.7",
8894 "serde",
8895]
8896
8897[[package]]
8898name = "pbjson-build"
8899version = "0.6.2"
8900source = "registry+https://github.com/rust-lang/crates.io-index"
8901checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
8902dependencies = [
8903 "heck 0.4.1",
8904 "itertools 0.11.0",
8905 "prost 0.12.6",
8906 "prost-types 0.12.6",
8907]
8908
8909[[package]]
8910name = "pbjson-types"
8911version = "0.6.0"
8912source = "registry+https://github.com/rust-lang/crates.io-index"
8913checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
8914dependencies = [
8915 "bytes 1.9.0",
8916 "chrono",
8917 "pbjson",
8918 "pbjson-build",
8919 "prost 0.12.6",
8920 "prost-build 0.12.6",
8921 "serde",
8922]
8923
8924[[package]]
8925name = "pbkdf2"
8926version = "0.11.0"
8927source = "registry+https://github.com/rust-lang/crates.io-index"
8928checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8929dependencies = [
8930 "digest",
8931 "hmac",
8932 "password-hash 0.4.2",
8933 "sha2",
8934]
8935
8936[[package]]
8937name = "pbkdf2"
8938version = "0.12.2"
8939source = "registry+https://github.com/rust-lang/crates.io-index"
8940checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8941dependencies = [
8942 "digest",
8943 "hmac",
8944]
8945
8946[[package]]
8947name = "pem"
8948version = "3.0.4"
8949source = "registry+https://github.com/rust-lang/crates.io-index"
8950checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8951dependencies = [
8952 "base64 0.22.1",
8953 "serde",
8954]
8955
8956[[package]]
8957name = "pem-rfc7468"
8958version = "0.7.0"
8959source = "registry+https://github.com/rust-lang/crates.io-index"
8960checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8961dependencies = [
8962 "base64ct",
8963]
8964
8965[[package]]
8966name = "percent-encoding"
8967version = "2.3.1"
8968source = "registry+https://github.com/rust-lang/crates.io-index"
8969checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8970
8971[[package]]
8972name = "perplexity"
8973version = "0.1.0"
8974dependencies = [
8975 "serde",
8976 "zed_extension_api 0.2.0",
8977]
8978
8979[[package]]
8980name = "pest"
8981version = "2.7.15"
8982source = "registry+https://github.com/rust-lang/crates.io-index"
8983checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
8984dependencies = [
8985 "memchr",
8986 "thiserror 2.0.6",
8987 "ucd-trie",
8988]
8989
8990[[package]]
8991name = "pest_derive"
8992version = "2.7.15"
8993source = "registry+https://github.com/rust-lang/crates.io-index"
8994checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
8995dependencies = [
8996 "pest",
8997 "pest_generator",
8998]
8999
9000[[package]]
9001name = "pest_generator"
9002version = "2.7.15"
9003source = "registry+https://github.com/rust-lang/crates.io-index"
9004checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9005dependencies = [
9006 "pest",
9007 "pest_meta",
9008 "proc-macro2",
9009 "quote",
9010 "syn 2.0.90",
9011]
9012
9013[[package]]
9014name = "pest_meta"
9015version = "2.7.15"
9016source = "registry+https://github.com/rust-lang/crates.io-index"
9017checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9018dependencies = [
9019 "once_cell",
9020 "pest",
9021 "sha2",
9022]
9023
9024[[package]]
9025name = "pet"
9026version = "0.1.0"
9027source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9028dependencies = [
9029 "clap",
9030 "env_logger 0.10.2",
9031 "lazy_static",
9032 "log",
9033 "msvc_spectre_libs",
9034 "pet-conda",
9035 "pet-core",
9036 "pet-env-var-path",
9037 "pet-fs",
9038 "pet-global-virtualenvs",
9039 "pet-homebrew",
9040 "pet-jsonrpc",
9041 "pet-linux-global-python",
9042 "pet-mac-commandlinetools",
9043 "pet-mac-python-org",
9044 "pet-mac-xcode",
9045 "pet-pipenv",
9046 "pet-pixi",
9047 "pet-poetry",
9048 "pet-pyenv",
9049 "pet-python-utils",
9050 "pet-reporter",
9051 "pet-telemetry",
9052 "pet-venv",
9053 "pet-virtualenv",
9054 "pet-virtualenvwrapper",
9055 "pet-windows-registry",
9056 "pet-windows-store",
9057 "serde",
9058 "serde_json",
9059]
9060
9061[[package]]
9062name = "pet-conda"
9063version = "0.1.0"
9064source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9065dependencies = [
9066 "env_logger 0.10.2",
9067 "lazy_static",
9068 "log",
9069 "msvc_spectre_libs",
9070 "pet-core",
9071 "pet-fs",
9072 "pet-python-utils",
9073 "pet-reporter",
9074 "regex",
9075 "serde",
9076 "serde_json",
9077 "yaml-rust2",
9078]
9079
9080[[package]]
9081name = "pet-core"
9082version = "0.1.0"
9083source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9084dependencies = [
9085 "clap",
9086 "lazy_static",
9087 "log",
9088 "msvc_spectre_libs",
9089 "pet-fs",
9090 "regex",
9091 "serde",
9092 "serde_json",
9093]
9094
9095[[package]]
9096name = "pet-env-var-path"
9097version = "0.1.0"
9098source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9099dependencies = [
9100 "lazy_static",
9101 "log",
9102 "msvc_spectre_libs",
9103 "pet-conda",
9104 "pet-core",
9105 "pet-fs",
9106 "pet-python-utils",
9107 "pet-virtualenv",
9108 "regex",
9109]
9110
9111[[package]]
9112name = "pet-fs"
9113version = "0.1.0"
9114source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9115dependencies = [
9116 "log",
9117 "msvc_spectre_libs",
9118]
9119
9120[[package]]
9121name = "pet-global-virtualenvs"
9122version = "0.1.0"
9123source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9124dependencies = [
9125 "log",
9126 "msvc_spectre_libs",
9127 "pet-conda",
9128 "pet-core",
9129 "pet-fs",
9130 "pet-virtualenv",
9131]
9132
9133[[package]]
9134name = "pet-homebrew"
9135version = "0.1.0"
9136source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9137dependencies = [
9138 "lazy_static",
9139 "log",
9140 "msvc_spectre_libs",
9141 "pet-conda",
9142 "pet-core",
9143 "pet-fs",
9144 "pet-python-utils",
9145 "pet-virtualenv",
9146 "regex",
9147 "serde",
9148 "serde_json",
9149]
9150
9151[[package]]
9152name = "pet-jsonrpc"
9153version = "0.1.0"
9154source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9155dependencies = [
9156 "env_logger 0.10.2",
9157 "log",
9158 "msvc_spectre_libs",
9159 "pet-core",
9160 "serde",
9161 "serde_json",
9162]
9163
9164[[package]]
9165name = "pet-linux-global-python"
9166version = "0.1.0"
9167source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9168dependencies = [
9169 "log",
9170 "msvc_spectre_libs",
9171 "pet-core",
9172 "pet-fs",
9173 "pet-python-utils",
9174 "pet-virtualenv",
9175]
9176
9177[[package]]
9178name = "pet-mac-commandlinetools"
9179version = "0.1.0"
9180source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9181dependencies = [
9182 "log",
9183 "msvc_spectre_libs",
9184 "pet-core",
9185 "pet-fs",
9186 "pet-python-utils",
9187 "pet-virtualenv",
9188]
9189
9190[[package]]
9191name = "pet-mac-python-org"
9192version = "0.1.0"
9193source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9194dependencies = [
9195 "log",
9196 "msvc_spectre_libs",
9197 "pet-core",
9198 "pet-fs",
9199 "pet-python-utils",
9200 "pet-virtualenv",
9201]
9202
9203[[package]]
9204name = "pet-mac-xcode"
9205version = "0.1.0"
9206source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9207dependencies = [
9208 "log",
9209 "msvc_spectre_libs",
9210 "pet-core",
9211 "pet-fs",
9212 "pet-python-utils",
9213 "pet-virtualenv",
9214]
9215
9216[[package]]
9217name = "pet-pipenv"
9218version = "0.1.0"
9219source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9220dependencies = [
9221 "log",
9222 "msvc_spectre_libs",
9223 "pet-core",
9224 "pet-fs",
9225 "pet-python-utils",
9226 "pet-virtualenv",
9227]
9228
9229[[package]]
9230name = "pet-pixi"
9231version = "0.1.0"
9232source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9233dependencies = [
9234 "log",
9235 "msvc_spectre_libs",
9236 "pet-conda",
9237 "pet-core",
9238 "pet-python-utils",
9239]
9240
9241[[package]]
9242name = "pet-poetry"
9243version = "0.1.0"
9244source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9245dependencies = [
9246 "base64 0.22.1",
9247 "lazy_static",
9248 "log",
9249 "msvc_spectre_libs",
9250 "pet-core",
9251 "pet-fs",
9252 "pet-python-utils",
9253 "pet-reporter",
9254 "pet-virtualenv",
9255 "regex",
9256 "serde",
9257 "serde_json",
9258 "sha2",
9259 "toml 0.8.19",
9260]
9261
9262[[package]]
9263name = "pet-pyenv"
9264version = "0.1.0"
9265source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9266dependencies = [
9267 "lazy_static",
9268 "log",
9269 "msvc_spectre_libs",
9270 "pet-conda",
9271 "pet-core",
9272 "pet-fs",
9273 "pet-python-utils",
9274 "pet-reporter",
9275 "regex",
9276 "serde",
9277 "serde_json",
9278]
9279
9280[[package]]
9281name = "pet-python-utils"
9282version = "0.1.0"
9283source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9284dependencies = [
9285 "env_logger 0.10.2",
9286 "lazy_static",
9287 "log",
9288 "msvc_spectre_libs",
9289 "pet-core",
9290 "pet-fs",
9291 "regex",
9292 "serde",
9293 "serde_json",
9294 "sha2",
9295]
9296
9297[[package]]
9298name = "pet-reporter"
9299version = "0.1.0"
9300source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9301dependencies = [
9302 "env_logger 0.10.2",
9303 "log",
9304 "msvc_spectre_libs",
9305 "pet-core",
9306 "pet-jsonrpc",
9307 "serde",
9308 "serde_json",
9309]
9310
9311[[package]]
9312name = "pet-telemetry"
9313version = "0.1.0"
9314source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9315dependencies = [
9316 "env_logger 0.10.2",
9317 "lazy_static",
9318 "log",
9319 "msvc_spectre_libs",
9320 "pet-core",
9321 "pet-fs",
9322 "pet-python-utils",
9323 "regex",
9324]
9325
9326[[package]]
9327name = "pet-venv"
9328version = "0.1.0"
9329source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9330dependencies = [
9331 "log",
9332 "msvc_spectre_libs",
9333 "pet-core",
9334 "pet-python-utils",
9335 "pet-virtualenv",
9336]
9337
9338[[package]]
9339name = "pet-virtualenv"
9340version = "0.1.0"
9341source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9342dependencies = [
9343 "log",
9344 "msvc_spectre_libs",
9345 "pet-core",
9346 "pet-fs",
9347 "pet-python-utils",
9348]
9349
9350[[package]]
9351name = "pet-virtualenvwrapper"
9352version = "0.1.0"
9353source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9354dependencies = [
9355 "log",
9356 "msvc_spectre_libs",
9357 "pet-core",
9358 "pet-fs",
9359 "pet-python-utils",
9360 "pet-virtualenv",
9361]
9362
9363[[package]]
9364name = "pet-windows-registry"
9365version = "0.1.0"
9366source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9367dependencies = [
9368 "lazy_static",
9369 "log",
9370 "msvc_spectre_libs",
9371 "pet-conda",
9372 "pet-core",
9373 "pet-fs",
9374 "pet-python-utils",
9375 "pet-virtualenv",
9376 "pet-windows-store",
9377 "regex",
9378 "winreg 0.52.0",
9379]
9380
9381[[package]]
9382name = "pet-windows-store"
9383version = "0.1.0"
9384source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9385dependencies = [
9386 "lazy_static",
9387 "log",
9388 "msvc_spectre_libs",
9389 "pet-core",
9390 "pet-fs",
9391 "pet-python-utils",
9392 "pet-virtualenv",
9393 "regex",
9394 "winreg 0.52.0",
9395]
9396
9397[[package]]
9398name = "petgraph"
9399version = "0.6.5"
9400source = "registry+https://github.com/rust-lang/crates.io-index"
9401checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9402dependencies = [
9403 "fixedbitset",
9404 "indexmap",
9405]
9406
9407[[package]]
9408name = "phf"
9409version = "0.11.2"
9410source = "registry+https://github.com/rust-lang/crates.io-index"
9411checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9412dependencies = [
9413 "phf_macros",
9414 "phf_shared 0.11.2",
9415]
9416
9417[[package]]
9418name = "phf_codegen"
9419version = "0.11.2"
9420source = "registry+https://github.com/rust-lang/crates.io-index"
9421checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9422dependencies = [
9423 "phf_generator 0.11.2",
9424 "phf_shared 0.11.2",
9425]
9426
9427[[package]]
9428name = "phf_generator"
9429version = "0.10.0"
9430source = "registry+https://github.com/rust-lang/crates.io-index"
9431checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9432dependencies = [
9433 "phf_shared 0.10.0",
9434 "rand 0.8.5",
9435]
9436
9437[[package]]
9438name = "phf_generator"
9439version = "0.11.2"
9440source = "registry+https://github.com/rust-lang/crates.io-index"
9441checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9442dependencies = [
9443 "phf_shared 0.11.2",
9444 "rand 0.8.5",
9445]
9446
9447[[package]]
9448name = "phf_macros"
9449version = "0.11.2"
9450source = "registry+https://github.com/rust-lang/crates.io-index"
9451checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9452dependencies = [
9453 "phf_generator 0.11.2",
9454 "phf_shared 0.11.2",
9455 "proc-macro2",
9456 "quote",
9457 "syn 2.0.90",
9458]
9459
9460[[package]]
9461name = "phf_shared"
9462version = "0.10.0"
9463source = "registry+https://github.com/rust-lang/crates.io-index"
9464checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9465dependencies = [
9466 "siphasher 0.3.11",
9467]
9468
9469[[package]]
9470name = "phf_shared"
9471version = "0.11.2"
9472source = "registry+https://github.com/rust-lang/crates.io-index"
9473checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9474dependencies = [
9475 "siphasher 0.3.11",
9476]
9477
9478[[package]]
9479name = "picker"
9480version = "0.1.0"
9481dependencies = [
9482 "anyhow",
9483 "ctor",
9484 "editor",
9485 "env_logger 0.11.6",
9486 "gpui",
9487 "menu",
9488 "schemars",
9489 "serde",
9490 "serde_json",
9491 "ui",
9492 "workspace",
9493]
9494
9495[[package]]
9496name = "pico-args"
9497version = "0.5.0"
9498source = "registry+https://github.com/rust-lang/crates.io-index"
9499checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9500
9501[[package]]
9502name = "pin-project"
9503version = "1.1.7"
9504source = "registry+https://github.com/rust-lang/crates.io-index"
9505checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9506dependencies = [
9507 "pin-project-internal",
9508]
9509
9510[[package]]
9511name = "pin-project-internal"
9512version = "1.1.7"
9513source = "registry+https://github.com/rust-lang/crates.io-index"
9514checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9515dependencies = [
9516 "proc-macro2",
9517 "quote",
9518 "syn 2.0.90",
9519]
9520
9521[[package]]
9522name = "pin-project-lite"
9523version = "0.2.16"
9524source = "registry+https://github.com/rust-lang/crates.io-index"
9525checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
9526
9527[[package]]
9528name = "pin-utils"
9529version = "0.1.0"
9530source = "registry+https://github.com/rust-lang/crates.io-index"
9531checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9532
9533[[package]]
9534name = "piper"
9535version = "0.2.4"
9536source = "registry+https://github.com/rust-lang/crates.io-index"
9537checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
9538dependencies = [
9539 "atomic-waker",
9540 "fastrand 2.3.0",
9541 "futures-io",
9542]
9543
9544[[package]]
9545name = "pkcs1"
9546version = "0.7.5"
9547source = "registry+https://github.com/rust-lang/crates.io-index"
9548checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
9549dependencies = [
9550 "der 0.7.9",
9551 "pkcs8 0.10.2",
9552 "spki 0.7.3",
9553]
9554
9555[[package]]
9556name = "pkcs8"
9557version = "0.9.0"
9558source = "registry+https://github.com/rust-lang/crates.io-index"
9559checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
9560dependencies = [
9561 "der 0.6.1",
9562 "spki 0.6.0",
9563]
9564
9565[[package]]
9566name = "pkcs8"
9567version = "0.10.2"
9568source = "registry+https://github.com/rust-lang/crates.io-index"
9569checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
9570dependencies = [
9571 "der 0.7.9",
9572 "spki 0.7.3",
9573]
9574
9575[[package]]
9576name = "pkg-config"
9577version = "0.3.31"
9578source = "registry+https://github.com/rust-lang/crates.io-index"
9579checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
9580
9581[[package]]
9582name = "plist"
9583version = "1.7.0"
9584source = "registry+https://github.com/rust-lang/crates.io-index"
9585checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
9586dependencies = [
9587 "base64 0.22.1",
9588 "indexmap",
9589 "quick-xml 0.32.0",
9590 "serde",
9591 "time",
9592]
9593
9594[[package]]
9595name = "plotters"
9596version = "0.3.7"
9597source = "registry+https://github.com/rust-lang/crates.io-index"
9598checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
9599dependencies = [
9600 "num-traits",
9601 "plotters-backend",
9602 "plotters-svg",
9603 "wasm-bindgen",
9604 "web-sys",
9605]
9606
9607[[package]]
9608name = "plotters-backend"
9609version = "0.3.7"
9610source = "registry+https://github.com/rust-lang/crates.io-index"
9611checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
9612
9613[[package]]
9614name = "plotters-svg"
9615version = "0.3.7"
9616source = "registry+https://github.com/rust-lang/crates.io-index"
9617checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
9618dependencies = [
9619 "plotters-backend",
9620]
9621
9622[[package]]
9623name = "png"
9624version = "0.17.15"
9625source = "registry+https://github.com/rust-lang/crates.io-index"
9626checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
9627dependencies = [
9628 "bitflags 1.3.2",
9629 "crc32fast",
9630 "fdeflate",
9631 "flate2",
9632 "miniz_oxide",
9633]
9634
9635[[package]]
9636name = "polling"
9637version = "3.7.4"
9638source = "registry+https://github.com/rust-lang/crates.io-index"
9639checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
9640dependencies = [
9641 "cfg-if",
9642 "concurrent-queue",
9643 "hermit-abi 0.4.0",
9644 "pin-project-lite",
9645 "rustix",
9646 "tracing",
9647 "windows-sys 0.59.0",
9648]
9649
9650[[package]]
9651name = "pollster"
9652version = "0.2.5"
9653source = "registry+https://github.com/rust-lang/crates.io-index"
9654checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
9655
9656[[package]]
9657name = "postage"
9658version = "0.5.0"
9659source = "registry+https://github.com/rust-lang/crates.io-index"
9660checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
9661dependencies = [
9662 "atomic",
9663 "crossbeam-queue",
9664 "futures 0.3.31",
9665 "log",
9666 "parking_lot",
9667 "pin-project",
9668 "pollster",
9669 "static_assertions",
9670 "thiserror 1.0.69",
9671]
9672
9673[[package]]
9674name = "postcard"
9675version = "1.1.1"
9676source = "registry+https://github.com/rust-lang/crates.io-index"
9677checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
9678dependencies = [
9679 "cobs",
9680 "embedded-io 0.4.0",
9681 "embedded-io 0.6.1",
9682 "serde",
9683]
9684
9685[[package]]
9686name = "powerfmt"
9687version = "0.2.0"
9688source = "registry+https://github.com/rust-lang/crates.io-index"
9689checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9690
9691[[package]]
9692name = "ppv-lite86"
9693version = "0.2.20"
9694source = "registry+https://github.com/rust-lang/crates.io-index"
9695checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
9696dependencies = [
9697 "zerocopy",
9698]
9699
9700[[package]]
9701name = "precomputed-hash"
9702version = "0.1.1"
9703source = "registry+https://github.com/rust-lang/crates.io-index"
9704checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
9705
9706[[package]]
9707name = "prettier"
9708version = "0.1.0"
9709dependencies = [
9710 "anyhow",
9711 "collections",
9712 "fs",
9713 "gpui",
9714 "language",
9715 "log",
9716 "lsp",
9717 "node_runtime",
9718 "parking_lot",
9719 "paths",
9720 "serde",
9721 "serde_json",
9722 "util",
9723]
9724
9725[[package]]
9726name = "pretty_assertions"
9727version = "1.4.1"
9728source = "registry+https://github.com/rust-lang/crates.io-index"
9729checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
9730dependencies = [
9731 "diff",
9732 "yansi",
9733]
9734
9735[[package]]
9736name = "prettyplease"
9737version = "0.2.25"
9738source = "registry+https://github.com/rust-lang/crates.io-index"
9739checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
9740dependencies = [
9741 "proc-macro2",
9742 "syn 2.0.90",
9743]
9744
9745[[package]]
9746name = "proc-macro-crate"
9747version = "3.2.0"
9748source = "registry+https://github.com/rust-lang/crates.io-index"
9749checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9750dependencies = [
9751 "toml_edit",
9752]
9753
9754[[package]]
9755name = "proc-macro-error-attr2"
9756version = "2.0.0"
9757source = "registry+https://github.com/rust-lang/crates.io-index"
9758checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
9759dependencies = [
9760 "proc-macro2",
9761 "quote",
9762]
9763
9764[[package]]
9765name = "proc-macro-error2"
9766version = "2.0.1"
9767source = "registry+https://github.com/rust-lang/crates.io-index"
9768checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
9769dependencies = [
9770 "proc-macro-error-attr2",
9771 "proc-macro2",
9772 "quote",
9773 "syn 2.0.90",
9774]
9775
9776[[package]]
9777name = "proc-macro2"
9778version = "1.0.93"
9779source = "registry+https://github.com/rust-lang/crates.io-index"
9780checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
9781dependencies = [
9782 "unicode-ident",
9783]
9784
9785[[package]]
9786name = "proc-macro2-diagnostics"
9787version = "0.10.1"
9788source = "registry+https://github.com/rust-lang/crates.io-index"
9789checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
9790dependencies = [
9791 "proc-macro2",
9792 "quote",
9793 "syn 2.0.90",
9794 "version_check",
9795 "yansi",
9796]
9797
9798[[package]]
9799name = "profiling"
9800version = "1.0.16"
9801source = "registry+https://github.com/rust-lang/crates.io-index"
9802checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9803dependencies = [
9804 "profiling-procmacros",
9805]
9806
9807[[package]]
9808name = "profiling-procmacros"
9809version = "1.0.16"
9810source = "registry+https://github.com/rust-lang/crates.io-index"
9811checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9812dependencies = [
9813 "quote",
9814 "syn 2.0.90",
9815]
9816
9817[[package]]
9818name = "project"
9819version = "0.1.0"
9820dependencies = [
9821 "aho-corasick",
9822 "anyhow",
9823 "async-trait",
9824 "client",
9825 "clock",
9826 "collections",
9827 "env_logger 0.11.6",
9828 "fancy-regex 0.14.0",
9829 "fs",
9830 "futures 0.3.31",
9831 "fuzzy",
9832 "git",
9833 "git2",
9834 "globset",
9835 "gpui",
9836 "http_client",
9837 "image",
9838 "itertools 0.14.0",
9839 "language",
9840 "log",
9841 "lsp",
9842 "node_runtime",
9843 "parking_lot",
9844 "pathdiff",
9845 "paths",
9846 "postage",
9847 "prettier",
9848 "pretty_assertions",
9849 "rand 0.8.5",
9850 "regex",
9851 "release_channel",
9852 "remote",
9853 "rpc",
9854 "schemars",
9855 "serde",
9856 "serde_json",
9857 "settings",
9858 "sha2",
9859 "shellexpand 2.1.2",
9860 "shlex",
9861 "similar",
9862 "smol",
9863 "snippet",
9864 "snippet_provider",
9865 "task",
9866 "tempfile",
9867 "terminal",
9868 "text",
9869 "toml 0.8.19",
9870 "unindent",
9871 "url",
9872 "util",
9873 "which 6.0.3",
9874 "worktree",
9875]
9876
9877[[package]]
9878name = "project_panel"
9879version = "0.1.0"
9880dependencies = [
9881 "anyhow",
9882 "client",
9883 "collections",
9884 "command_palette_hooks",
9885 "db",
9886 "editor",
9887 "file_icons",
9888 "git",
9889 "gpui",
9890 "indexmap",
9891 "language",
9892 "menu",
9893 "pretty_assertions",
9894 "project",
9895 "schemars",
9896 "search",
9897 "serde",
9898 "serde_derive",
9899 "serde_json",
9900 "settings",
9901 "smallvec",
9902 "theme",
9903 "ui",
9904 "util",
9905 "workspace",
9906 "worktree",
9907]
9908
9909[[package]]
9910name = "project_symbols"
9911version = "0.1.0"
9912dependencies = [
9913 "anyhow",
9914 "editor",
9915 "futures 0.3.31",
9916 "fuzzy",
9917 "gpui",
9918 "language",
9919 "lsp",
9920 "ordered-float 2.10.1",
9921 "picker",
9922 "project",
9923 "release_channel",
9924 "serde_json",
9925 "settings",
9926 "theme",
9927 "util",
9928 "workspace",
9929]
9930
9931[[package]]
9932name = "prometheus"
9933version = "0.13.4"
9934source = "registry+https://github.com/rust-lang/crates.io-index"
9935checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9936dependencies = [
9937 "cfg-if",
9938 "fnv",
9939 "lazy_static",
9940 "memchr",
9941 "parking_lot",
9942 "protobuf",
9943 "thiserror 1.0.69",
9944]
9945
9946[[package]]
9947name = "prompt_library"
9948version = "0.1.0"
9949dependencies = [
9950 "anyhow",
9951 "assets",
9952 "chrono",
9953 "collections",
9954 "editor",
9955 "fs",
9956 "futures 0.3.31",
9957 "fuzzy",
9958 "gpui",
9959 "handlebars 4.5.0",
9960 "heed",
9961 "language",
9962 "language_model",
9963 "log",
9964 "menu",
9965 "parking_lot",
9966 "paths",
9967 "picker",
9968 "release_channel",
9969 "rope",
9970 "serde",
9971 "settings",
9972 "text",
9973 "theme",
9974 "ui",
9975 "util",
9976 "uuid",
9977 "workspace",
9978 "zed_actions",
9979]
9980
9981[[package]]
9982name = "prost"
9983version = "0.9.0"
9984source = "registry+https://github.com/rust-lang/crates.io-index"
9985checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9986dependencies = [
9987 "bytes 1.9.0",
9988 "prost-derive 0.9.0",
9989]
9990
9991[[package]]
9992name = "prost"
9993version = "0.12.6"
9994source = "registry+https://github.com/rust-lang/crates.io-index"
9995checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
9996dependencies = [
9997 "bytes 1.9.0",
9998 "prost-derive 0.12.6",
9999]
10000
10001[[package]]
10002name = "prost-build"
10003version = "0.9.0"
10004source = "registry+https://github.com/rust-lang/crates.io-index"
10005checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10006dependencies = [
10007 "bytes 1.9.0",
10008 "heck 0.3.3",
10009 "itertools 0.10.5",
10010 "lazy_static",
10011 "log",
10012 "multimap 0.8.3",
10013 "petgraph",
10014 "prost 0.9.0",
10015 "prost-types 0.9.0",
10016 "regex",
10017 "tempfile",
10018 "which 4.4.2",
10019]
10020
10021[[package]]
10022name = "prost-build"
10023version = "0.12.6"
10024source = "registry+https://github.com/rust-lang/crates.io-index"
10025checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10026dependencies = [
10027 "bytes 1.9.0",
10028 "heck 0.5.0",
10029 "itertools 0.12.1",
10030 "log",
10031 "multimap 0.10.0",
10032 "once_cell",
10033 "petgraph",
10034 "prettyplease",
10035 "prost 0.12.6",
10036 "prost-types 0.12.6",
10037 "regex",
10038 "syn 2.0.90",
10039 "tempfile",
10040]
10041
10042[[package]]
10043name = "prost-derive"
10044version = "0.9.0"
10045source = "registry+https://github.com/rust-lang/crates.io-index"
10046checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10047dependencies = [
10048 "anyhow",
10049 "itertools 0.10.5",
10050 "proc-macro2",
10051 "quote",
10052 "syn 1.0.109",
10053]
10054
10055[[package]]
10056name = "prost-derive"
10057version = "0.12.6"
10058source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10060dependencies = [
10061 "anyhow",
10062 "itertools 0.12.1",
10063 "proc-macro2",
10064 "quote",
10065 "syn 2.0.90",
10066]
10067
10068[[package]]
10069name = "prost-types"
10070version = "0.9.0"
10071source = "registry+https://github.com/rust-lang/crates.io-index"
10072checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10073dependencies = [
10074 "bytes 1.9.0",
10075 "prost 0.9.0",
10076]
10077
10078[[package]]
10079name = "prost-types"
10080version = "0.12.6"
10081source = "registry+https://github.com/rust-lang/crates.io-index"
10082checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10083dependencies = [
10084 "prost 0.12.6",
10085]
10086
10087[[package]]
10088name = "proto"
10089version = "0.1.0"
10090dependencies = [
10091 "anyhow",
10092 "collections",
10093 "prost 0.9.0",
10094 "prost-build 0.9.0",
10095 "serde",
10096]
10097
10098[[package]]
10099name = "protobuf"
10100version = "2.28.0"
10101source = "registry+https://github.com/rust-lang/crates.io-index"
10102checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10103
10104[[package]]
10105name = "psm"
10106version = "0.1.24"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10109dependencies = [
10110 "cc",
10111]
10112
10113[[package]]
10114name = "ptr_meta"
10115version = "0.1.4"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10118dependencies = [
10119 "ptr_meta_derive",
10120]
10121
10122[[package]]
10123name = "ptr_meta_derive"
10124version = "0.1.4"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10127dependencies = [
10128 "proc-macro2",
10129 "quote",
10130 "syn 1.0.109",
10131]
10132
10133[[package]]
10134name = "pulldown-cmark"
10135version = "0.10.3"
10136source = "registry+https://github.com/rust-lang/crates.io-index"
10137checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10138dependencies = [
10139 "bitflags 2.8.0",
10140 "memchr",
10141 "pulldown-cmark-escape",
10142 "unicase",
10143]
10144
10145[[package]]
10146name = "pulldown-cmark"
10147version = "0.12.2"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10150dependencies = [
10151 "bitflags 2.8.0",
10152 "memchr",
10153 "unicase",
10154]
10155
10156[[package]]
10157name = "pulldown-cmark-escape"
10158version = "0.10.1"
10159source = "registry+https://github.com/rust-lang/crates.io-index"
10160checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10161
10162[[package]]
10163name = "qoi"
10164version = "0.4.1"
10165source = "registry+https://github.com/rust-lang/crates.io-index"
10166checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10167dependencies = [
10168 "bytemuck",
10169]
10170
10171[[package]]
10172name = "quick-error"
10173version = "2.0.1"
10174source = "registry+https://github.com/rust-lang/crates.io-index"
10175checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10176
10177[[package]]
10178name = "quick-xml"
10179version = "0.32.0"
10180source = "registry+https://github.com/rust-lang/crates.io-index"
10181checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10182dependencies = [
10183 "memchr",
10184]
10185
10186[[package]]
10187name = "quick-xml"
10188version = "0.36.2"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
10191dependencies = [
10192 "memchr",
10193]
10194
10195[[package]]
10196name = "quinn"
10197version = "0.11.6"
10198source = "registry+https://github.com/rust-lang/crates.io-index"
10199checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10200dependencies = [
10201 "bytes 1.9.0",
10202 "pin-project-lite",
10203 "quinn-proto",
10204 "quinn-udp",
10205 "rustc-hash 2.1.0",
10206 "rustls 0.23.20",
10207 "socket2",
10208 "thiserror 2.0.6",
10209 "tokio",
10210 "tracing",
10211]
10212
10213[[package]]
10214name = "quinn-proto"
10215version = "0.11.9"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10218dependencies = [
10219 "bytes 1.9.0",
10220 "getrandom 0.2.15",
10221 "rand 0.8.5",
10222 "ring",
10223 "rustc-hash 2.1.0",
10224 "rustls 0.23.20",
10225 "rustls-pki-types",
10226 "slab",
10227 "thiserror 2.0.6",
10228 "tinyvec",
10229 "tracing",
10230 "web-time",
10231]
10232
10233[[package]]
10234name = "quinn-udp"
10235version = "0.5.8"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527"
10238dependencies = [
10239 "cfg_aliases 0.2.1",
10240 "libc",
10241 "once_cell",
10242 "socket2",
10243 "tracing",
10244 "windows-sys 0.59.0",
10245]
10246
10247[[package]]
10248name = "quote"
10249version = "1.0.38"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10252dependencies = [
10253 "proc-macro2",
10254]
10255
10256[[package]]
10257name = "radium"
10258version = "0.7.0"
10259source = "registry+https://github.com/rust-lang/crates.io-index"
10260checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10261
10262[[package]]
10263name = "rand"
10264version = "0.7.3"
10265source = "registry+https://github.com/rust-lang/crates.io-index"
10266checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10267dependencies = [
10268 "getrandom 0.1.16",
10269 "libc",
10270 "rand_chacha 0.2.2",
10271 "rand_core 0.5.1",
10272 "rand_hc",
10273]
10274
10275[[package]]
10276name = "rand"
10277version = "0.8.5"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10280dependencies = [
10281 "libc",
10282 "rand_chacha 0.3.1",
10283 "rand_core 0.6.4",
10284]
10285
10286[[package]]
10287name = "rand_chacha"
10288version = "0.2.2"
10289source = "registry+https://github.com/rust-lang/crates.io-index"
10290checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10291dependencies = [
10292 "ppv-lite86",
10293 "rand_core 0.5.1",
10294]
10295
10296[[package]]
10297name = "rand_chacha"
10298version = "0.3.1"
10299source = "registry+https://github.com/rust-lang/crates.io-index"
10300checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10301dependencies = [
10302 "ppv-lite86",
10303 "rand_core 0.6.4",
10304]
10305
10306[[package]]
10307name = "rand_core"
10308version = "0.5.1"
10309source = "registry+https://github.com/rust-lang/crates.io-index"
10310checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10311dependencies = [
10312 "getrandom 0.1.16",
10313]
10314
10315[[package]]
10316name = "rand_core"
10317version = "0.6.4"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10320dependencies = [
10321 "getrandom 0.2.15",
10322]
10323
10324[[package]]
10325name = "rand_hc"
10326version = "0.2.0"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10329dependencies = [
10330 "rand_core 0.5.1",
10331]
10332
10333[[package]]
10334name = "rangemap"
10335version = "1.5.1"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10338
10339[[package]]
10340name = "rav1e"
10341version = "0.7.1"
10342source = "registry+https://github.com/rust-lang/crates.io-index"
10343checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10344dependencies = [
10345 "arbitrary",
10346 "arg_enum_proc_macro",
10347 "arrayvec",
10348 "av1-grain",
10349 "bitstream-io",
10350 "built",
10351 "cfg-if",
10352 "interpolate_name",
10353 "itertools 0.12.1",
10354 "libc",
10355 "libfuzzer-sys",
10356 "log",
10357 "maybe-rayon",
10358 "new_debug_unreachable",
10359 "noop_proc_macro",
10360 "num-derive",
10361 "num-traits",
10362 "once_cell",
10363 "paste",
10364 "profiling",
10365 "rand 0.8.5",
10366 "rand_chacha 0.3.1",
10367 "simd_helpers",
10368 "system-deps",
10369 "thiserror 1.0.69",
10370 "v_frame",
10371 "wasm-bindgen",
10372]
10373
10374[[package]]
10375name = "ravif"
10376version = "0.11.11"
10377source = "registry+https://github.com/rust-lang/crates.io-index"
10378checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10379dependencies = [
10380 "avif-serialize",
10381 "imgref",
10382 "loop9",
10383 "quick-error",
10384 "rav1e",
10385 "rayon",
10386 "rgb",
10387]
10388
10389[[package]]
10390name = "raw-window-handle"
10391version = "0.6.2"
10392source = "registry+https://github.com/rust-lang/crates.io-index"
10393checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10394
10395[[package]]
10396name = "raw-window-metal"
10397version = "0.4.0"
10398source = "registry+https://github.com/rust-lang/crates.io-index"
10399checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10400dependencies = [
10401 "cocoa 0.25.0",
10402 "core-graphics 0.23.2",
10403 "objc",
10404 "raw-window-handle",
10405]
10406
10407[[package]]
10408name = "rayon"
10409version = "1.10.0"
10410source = "registry+https://github.com/rust-lang/crates.io-index"
10411checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10412dependencies = [
10413 "either",
10414 "rayon-core",
10415]
10416
10417[[package]]
10418name = "rayon-core"
10419version = "1.12.1"
10420source = "registry+https://github.com/rust-lang/crates.io-index"
10421checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10422dependencies = [
10423 "crossbeam-deque",
10424 "crossbeam-utils",
10425]
10426
10427[[package]]
10428name = "read-fonts"
10429version = "0.22.5"
10430source = "registry+https://github.com/rust-lang/crates.io-index"
10431checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10432dependencies = [
10433 "bytemuck",
10434 "font-types",
10435]
10436
10437[[package]]
10438name = "recent_projects"
10439version = "0.1.0"
10440dependencies = [
10441 "anyhow",
10442 "auto_update",
10443 "editor",
10444 "extension_host",
10445 "file_finder",
10446 "futures 0.3.31",
10447 "fuzzy",
10448 "gpui",
10449 "language",
10450 "log",
10451 "markdown",
10452 "menu",
10453 "ordered-float 2.10.1",
10454 "paths",
10455 "picker",
10456 "project",
10457 "release_channel",
10458 "remote",
10459 "schemars",
10460 "serde",
10461 "serde_json",
10462 "settings",
10463 "smol",
10464 "task",
10465 "theme",
10466 "ui",
10467 "util",
10468 "workspace",
10469 "zed_actions",
10470]
10471
10472[[package]]
10473name = "redox_syscall"
10474version = "0.2.16"
10475source = "registry+https://github.com/rust-lang/crates.io-index"
10476checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
10477dependencies = [
10478 "bitflags 1.3.2",
10479]
10480
10481[[package]]
10482name = "redox_syscall"
10483version = "0.5.8"
10484source = "registry+https://github.com/rust-lang/crates.io-index"
10485checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
10486dependencies = [
10487 "bitflags 2.8.0",
10488]
10489
10490[[package]]
10491name = "redox_users"
10492version = "0.4.6"
10493source = "registry+https://github.com/rust-lang/crates.io-index"
10494checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
10495dependencies = [
10496 "getrandom 0.2.15",
10497 "libredox",
10498 "thiserror 1.0.69",
10499]
10500
10501[[package]]
10502name = "refineable"
10503version = "0.1.0"
10504dependencies = [
10505 "derive_refineable",
10506]
10507
10508[[package]]
10509name = "regalloc2"
10510version = "0.9.3"
10511source = "registry+https://github.com/rust-lang/crates.io-index"
10512checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
10513dependencies = [
10514 "hashbrown 0.13.2",
10515 "log",
10516 "rustc-hash 1.1.0",
10517 "slice-group-by",
10518 "smallvec",
10519]
10520
10521[[package]]
10522name = "regex"
10523version = "1.11.1"
10524source = "registry+https://github.com/rust-lang/crates.io-index"
10525checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
10526dependencies = [
10527 "aho-corasick",
10528 "memchr",
10529 "regex-automata 0.4.9",
10530 "regex-syntax 0.8.5",
10531]
10532
10533[[package]]
10534name = "regex-automata"
10535version = "0.1.10"
10536source = "registry+https://github.com/rust-lang/crates.io-index"
10537checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
10538dependencies = [
10539 "regex-syntax 0.6.29",
10540]
10541
10542[[package]]
10543name = "regex-automata"
10544version = "0.4.9"
10545source = "registry+https://github.com/rust-lang/crates.io-index"
10546checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
10547dependencies = [
10548 "aho-corasick",
10549 "memchr",
10550 "regex-syntax 0.8.5",
10551]
10552
10553[[package]]
10554name = "regex-lite"
10555version = "0.1.6"
10556source = "registry+https://github.com/rust-lang/crates.io-index"
10557checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
10558
10559[[package]]
10560name = "regex-syntax"
10561version = "0.6.29"
10562source = "registry+https://github.com/rust-lang/crates.io-index"
10563checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
10564
10565[[package]]
10566name = "regex-syntax"
10567version = "0.8.5"
10568source = "registry+https://github.com/rust-lang/crates.io-index"
10569checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
10570
10571[[package]]
10572name = "release_channel"
10573version = "0.1.0"
10574dependencies = [
10575 "gpui",
10576]
10577
10578[[package]]
10579name = "remote"
10580version = "0.1.0"
10581dependencies = [
10582 "anyhow",
10583 "async-trait",
10584 "collections",
10585 "fs",
10586 "futures 0.3.31",
10587 "gpui",
10588 "itertools 0.14.0",
10589 "log",
10590 "parking_lot",
10591 "paths",
10592 "prost 0.9.0",
10593 "release_channel",
10594 "rpc",
10595 "serde",
10596 "serde_json",
10597 "shlex",
10598 "smol",
10599 "tempfile",
10600 "thiserror 1.0.69",
10601 "util",
10602 "which 6.0.3",
10603]
10604
10605[[package]]
10606name = "remote_server"
10607version = "0.1.0"
10608dependencies = [
10609 "anyhow",
10610 "async-watch",
10611 "backtrace",
10612 "cargo_toml",
10613 "chrono",
10614 "clap",
10615 "client",
10616 "clock",
10617 "env_logger 0.11.6",
10618 "extension",
10619 "extension_host",
10620 "fork",
10621 "fs",
10622 "futures 0.3.31",
10623 "git",
10624 "git_hosting_providers",
10625 "gpui",
10626 "http_client",
10627 "language",
10628 "language_extension",
10629 "languages",
10630 "libc",
10631 "log",
10632 "lsp",
10633 "node_runtime",
10634 "paths",
10635 "project",
10636 "proto",
10637 "release_channel",
10638 "remote",
10639 "reqwest_client",
10640 "rpc",
10641 "rust-embed",
10642 "serde",
10643 "serde_json",
10644 "settings",
10645 "shellexpand 2.1.2",
10646 "smol",
10647 "sysinfo",
10648 "telemetry_events",
10649 "toml 0.8.19",
10650 "util",
10651 "worktree",
10652]
10653
10654[[package]]
10655name = "rend"
10656version = "0.4.2"
10657source = "registry+https://github.com/rust-lang/crates.io-index"
10658checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10659dependencies = [
10660 "bytecheck",
10661]
10662
10663[[package]]
10664name = "repl"
10665version = "0.1.0"
10666dependencies = [
10667 "alacritty_terminal",
10668 "anyhow",
10669 "async-dispatcher",
10670 "async-tungstenite 0.28.2",
10671 "base64 0.22.1",
10672 "client",
10673 "collections",
10674 "command_palette_hooks",
10675 "editor",
10676 "env_logger 0.11.6",
10677 "feature_flags",
10678 "file_icons",
10679 "futures 0.3.31",
10680 "gpui",
10681 "http_client",
10682 "image",
10683 "indoc",
10684 "jupyter-protocol",
10685 "jupyter-websocket-client",
10686 "language",
10687 "languages",
10688 "log",
10689 "markdown_preview",
10690 "menu",
10691 "multi_buffer",
10692 "nbformat",
10693 "picker",
10694 "project",
10695 "runtimelib",
10696 "schemars",
10697 "serde",
10698 "serde_json",
10699 "settings",
10700 "smol",
10701 "telemetry",
10702 "terminal",
10703 "terminal_view",
10704 "theme",
10705 "tree-sitter-md",
10706 "tree-sitter-python",
10707 "tree-sitter-typescript",
10708 "ui",
10709 "util",
10710 "uuid",
10711 "workspace",
10712]
10713
10714[[package]]
10715name = "reqwest"
10716version = "0.11.27"
10717source = "registry+https://github.com/rust-lang/crates.io-index"
10718checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10719dependencies = [
10720 "base64 0.21.7",
10721 "bytes 1.9.0",
10722 "encoding_rs",
10723 "futures-core",
10724 "futures-util",
10725 "h2 0.3.26",
10726 "http 0.2.12",
10727 "http-body 0.4.6",
10728 "hyper 0.14.32",
10729 "hyper-rustls 0.24.2",
10730 "hyper-tls",
10731 "ipnet",
10732 "js-sys",
10733 "log",
10734 "mime",
10735 "native-tls",
10736 "once_cell",
10737 "percent-encoding",
10738 "pin-project-lite",
10739 "rustls 0.21.12",
10740 "rustls-native-certs 0.6.3",
10741 "rustls-pemfile 1.0.4",
10742 "serde",
10743 "serde_json",
10744 "serde_urlencoded",
10745 "sync_wrapper 0.1.2",
10746 "system-configuration 0.5.1",
10747 "tokio",
10748 "tokio-native-tls",
10749 "tokio-rustls 0.24.1",
10750 "tower-service",
10751 "url",
10752 "wasm-bindgen",
10753 "wasm-bindgen-futures",
10754 "web-sys",
10755 "winreg 0.50.0",
10756]
10757
10758[[package]]
10759name = "reqwest"
10760version = "0.12.8"
10761source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10762dependencies = [
10763 "base64 0.22.1",
10764 "bytes 1.9.0",
10765 "encoding_rs",
10766 "futures-core",
10767 "futures-util",
10768 "h2 0.4.7",
10769 "http 1.2.0",
10770 "http-body 1.0.1",
10771 "http-body-util",
10772 "hyper 1.5.1",
10773 "hyper-rustls 0.27.3",
10774 "hyper-util",
10775 "ipnet",
10776 "js-sys",
10777 "log",
10778 "mime",
10779 "once_cell",
10780 "percent-encoding",
10781 "pin-project-lite",
10782 "quinn",
10783 "rustls 0.23.20",
10784 "rustls-native-certs 0.8.1",
10785 "rustls-pemfile 2.2.0",
10786 "rustls-pki-types",
10787 "serde",
10788 "serde_json",
10789 "serde_urlencoded",
10790 "sync_wrapper 1.0.2",
10791 "system-configuration 0.6.1",
10792 "tokio",
10793 "tokio-rustls 0.26.1",
10794 "tokio-socks",
10795 "tokio-util",
10796 "tower-service",
10797 "url",
10798 "wasm-bindgen",
10799 "wasm-bindgen-futures",
10800 "wasm-streams",
10801 "web-sys",
10802 "windows-registry",
10803]
10804
10805[[package]]
10806name = "reqwest_client"
10807version = "0.1.0"
10808dependencies = [
10809 "anyhow",
10810 "bytes 1.9.0",
10811 "futures 0.3.31",
10812 "gpui",
10813 "http_client",
10814 "log",
10815 "reqwest 0.12.8",
10816 "serde",
10817 "smol",
10818 "tokio",
10819]
10820
10821[[package]]
10822name = "resvg"
10823version = "0.44.0"
10824source = "registry+https://github.com/rust-lang/crates.io-index"
10825checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10826dependencies = [
10827 "log",
10828 "pico-args",
10829 "rgb",
10830 "svgtypes",
10831 "tiny-skia",
10832 "usvg",
10833]
10834
10835[[package]]
10836name = "rfc6979"
10837version = "0.3.1"
10838source = "registry+https://github.com/rust-lang/crates.io-index"
10839checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10840dependencies = [
10841 "crypto-bigint 0.4.9",
10842 "hmac",
10843 "zeroize",
10844]
10845
10846[[package]]
10847name = "rgb"
10848version = "0.8.50"
10849source = "registry+https://github.com/rust-lang/crates.io-index"
10850checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
10851dependencies = [
10852 "bytemuck",
10853]
10854
10855[[package]]
10856name = "rich_text"
10857version = "0.1.0"
10858dependencies = [
10859 "futures 0.3.31",
10860 "gpui",
10861 "language",
10862 "linkify",
10863 "pulldown-cmark 0.12.2",
10864 "theme",
10865 "ui",
10866 "util",
10867]
10868
10869[[package]]
10870name = "ring"
10871version = "0.17.8"
10872source = "registry+https://github.com/rust-lang/crates.io-index"
10873checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10874dependencies = [
10875 "cc",
10876 "cfg-if",
10877 "getrandom 0.2.15",
10878 "libc",
10879 "spin",
10880 "untrusted",
10881 "windows-sys 0.52.0",
10882]
10883
10884[[package]]
10885name = "rkyv"
10886version = "0.7.45"
10887source = "registry+https://github.com/rust-lang/crates.io-index"
10888checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10889dependencies = [
10890 "bitvec",
10891 "bytecheck",
10892 "bytes 1.9.0",
10893 "hashbrown 0.12.3",
10894 "ptr_meta",
10895 "rend",
10896 "rkyv_derive",
10897 "seahash",
10898 "tinyvec",
10899 "uuid",
10900]
10901
10902[[package]]
10903name = "rkyv_derive"
10904version = "0.7.45"
10905source = "registry+https://github.com/rust-lang/crates.io-index"
10906checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10907dependencies = [
10908 "proc-macro2",
10909 "quote",
10910 "syn 1.0.109",
10911]
10912
10913[[package]]
10914name = "rmp"
10915version = "0.8.14"
10916source = "registry+https://github.com/rust-lang/crates.io-index"
10917checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10918dependencies = [
10919 "byteorder",
10920 "num-traits",
10921 "paste",
10922]
10923
10924[[package]]
10925name = "rmpv"
10926version = "1.3.0"
10927source = "registry+https://github.com/rust-lang/crates.io-index"
10928checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10929dependencies = [
10930 "num-traits",
10931 "rmp",
10932]
10933
10934[[package]]
10935name = "rodio"
10936version = "0.20.1"
10937source = "registry+https://github.com/rust-lang/crates.io-index"
10938checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
10939dependencies = [
10940 "cpal",
10941 "hound",
10942]
10943
10944[[package]]
10945name = "rope"
10946version = "0.1.0"
10947dependencies = [
10948 "arrayvec",
10949 "criterion",
10950 "ctor",
10951 "env_logger 0.11.6",
10952 "gpui",
10953 "log",
10954 "rand 0.8.5",
10955 "rayon",
10956 "smallvec",
10957 "sum_tree",
10958 "unicode-segmentation",
10959 "util",
10960]
10961
10962[[package]]
10963name = "roxmltree"
10964version = "0.20.0"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10967
10968[[package]]
10969name = "rpc"
10970version = "0.1.0"
10971dependencies = [
10972 "anyhow",
10973 "async-tungstenite 0.28.2",
10974 "base64 0.22.1",
10975 "chrono",
10976 "collections",
10977 "env_logger 0.11.6",
10978 "futures 0.3.31",
10979 "gpui",
10980 "parking_lot",
10981 "proto",
10982 "rand 0.8.5",
10983 "rsa",
10984 "serde",
10985 "serde_json",
10986 "sha2",
10987 "strum",
10988 "tracing",
10989 "util",
10990 "zstd",
10991]
10992
10993[[package]]
10994name = "rsa"
10995version = "0.9.7"
10996source = "registry+https://github.com/rust-lang/crates.io-index"
10997checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
10998dependencies = [
10999 "const-oid",
11000 "digest",
11001 "num-bigint-dig",
11002 "num-integer",
11003 "num-traits",
11004 "pkcs1",
11005 "pkcs8 0.10.2",
11006 "rand_core 0.6.4",
11007 "signature 2.2.0",
11008 "spki 0.7.3",
11009 "subtle",
11010 "zeroize",
11011]
11012
11013[[package]]
11014name = "runtimelib"
11015version = "0.25.0"
11016source = "registry+https://github.com/rust-lang/crates.io-index"
11017checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11018dependencies = [
11019 "anyhow",
11020 "async-dispatcher",
11021 "async-std",
11022 "base64 0.22.1",
11023 "bytes 1.9.0",
11024 "chrono",
11025 "data-encoding",
11026 "dirs 5.0.1",
11027 "futures 0.3.31",
11028 "glob",
11029 "jupyter-protocol",
11030 "ring",
11031 "serde",
11032 "serde_json",
11033 "shellexpand 3.1.0",
11034 "smol",
11035 "uuid",
11036 "zeromq",
11037]
11038
11039[[package]]
11040name = "rust-embed"
11041version = "8.5.0"
11042source = "registry+https://github.com/rust-lang/crates.io-index"
11043checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11044dependencies = [
11045 "rust-embed-impl",
11046 "rust-embed-utils",
11047 "walkdir",
11048]
11049
11050[[package]]
11051name = "rust-embed-impl"
11052version = "8.5.0"
11053source = "registry+https://github.com/rust-lang/crates.io-index"
11054checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11055dependencies = [
11056 "proc-macro2",
11057 "quote",
11058 "rust-embed-utils",
11059 "syn 2.0.90",
11060 "walkdir",
11061]
11062
11063[[package]]
11064name = "rust-embed-utils"
11065version = "8.5.0"
11066source = "registry+https://github.com/rust-lang/crates.io-index"
11067checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11068dependencies = [
11069 "globset",
11070 "sha2",
11071 "walkdir",
11072]
11073
11074[[package]]
11075name = "rust_decimal"
11076version = "1.36.0"
11077source = "registry+https://github.com/rust-lang/crates.io-index"
11078checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11079dependencies = [
11080 "arrayvec",
11081 "borsh",
11082 "bytes 1.9.0",
11083 "num-traits",
11084 "rand 0.8.5",
11085 "rkyv",
11086 "serde",
11087 "serde_json",
11088]
11089
11090[[package]]
11091name = "rustc-demangle"
11092version = "0.1.24"
11093source = "registry+https://github.com/rust-lang/crates.io-index"
11094checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11095
11096[[package]]
11097name = "rustc-hash"
11098version = "1.1.0"
11099source = "registry+https://github.com/rust-lang/crates.io-index"
11100checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11101
11102[[package]]
11103name = "rustc-hash"
11104version = "2.1.0"
11105source = "registry+https://github.com/rust-lang/crates.io-index"
11106checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
11107
11108[[package]]
11109name = "rustc_version"
11110version = "0.4.1"
11111source = "registry+https://github.com/rust-lang/crates.io-index"
11112checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11113dependencies = [
11114 "semver",
11115]
11116
11117[[package]]
11118name = "rustix"
11119version = "0.38.42"
11120source = "registry+https://github.com/rust-lang/crates.io-index"
11121checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11122dependencies = [
11123 "bitflags 2.8.0",
11124 "errno 0.3.10",
11125 "itoa",
11126 "libc",
11127 "linux-raw-sys",
11128 "once_cell",
11129 "windows-sys 0.59.0",
11130]
11131
11132[[package]]
11133name = "rustix-openpty"
11134version = "0.1.1"
11135source = "registry+https://github.com/rust-lang/crates.io-index"
11136checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11137dependencies = [
11138 "errno 0.3.10",
11139 "libc",
11140 "rustix",
11141]
11142
11143[[package]]
11144name = "rustls"
11145version = "0.21.12"
11146source = "registry+https://github.com/rust-lang/crates.io-index"
11147checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11148dependencies = [
11149 "log",
11150 "ring",
11151 "rustls-webpki 0.101.7",
11152 "sct",
11153]
11154
11155[[package]]
11156name = "rustls"
11157version = "0.23.20"
11158source = "registry+https://github.com/rust-lang/crates.io-index"
11159checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
11160dependencies = [
11161 "once_cell",
11162 "ring",
11163 "rustls-pki-types",
11164 "rustls-webpki 0.102.8",
11165 "subtle",
11166 "zeroize",
11167]
11168
11169[[package]]
11170name = "rustls-native-certs"
11171version = "0.6.3"
11172source = "registry+https://github.com/rust-lang/crates.io-index"
11173checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11174dependencies = [
11175 "openssl-probe",
11176 "rustls-pemfile 1.0.4",
11177 "schannel",
11178 "security-framework 2.11.1",
11179]
11180
11181[[package]]
11182name = "rustls-native-certs"
11183version = "0.8.1"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11186dependencies = [
11187 "openssl-probe",
11188 "rustls-pki-types",
11189 "schannel",
11190 "security-framework 3.0.1",
11191]
11192
11193[[package]]
11194name = "rustls-pemfile"
11195version = "1.0.4"
11196source = "registry+https://github.com/rust-lang/crates.io-index"
11197checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11198dependencies = [
11199 "base64 0.21.7",
11200]
11201
11202[[package]]
11203name = "rustls-pemfile"
11204version = "2.2.0"
11205source = "registry+https://github.com/rust-lang/crates.io-index"
11206checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11207dependencies = [
11208 "rustls-pki-types",
11209]
11210
11211[[package]]
11212name = "rustls-pki-types"
11213version = "1.10.0"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11216dependencies = [
11217 "web-time",
11218]
11219
11220[[package]]
11221name = "rustls-webpki"
11222version = "0.101.7"
11223source = "registry+https://github.com/rust-lang/crates.io-index"
11224checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11225dependencies = [
11226 "ring",
11227 "untrusted",
11228]
11229
11230[[package]]
11231name = "rustls-webpki"
11232version = "0.102.8"
11233source = "registry+https://github.com/rust-lang/crates.io-index"
11234checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11235dependencies = [
11236 "ring",
11237 "rustls-pki-types",
11238 "untrusted",
11239]
11240
11241[[package]]
11242name = "rustversion"
11243version = "1.0.18"
11244source = "registry+https://github.com/rust-lang/crates.io-index"
11245checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11246
11247[[package]]
11248name = "rustybuzz"
11249version = "0.14.1"
11250source = "registry+https://github.com/rust-lang/crates.io-index"
11251checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11252dependencies = [
11253 "bitflags 2.8.0",
11254 "bytemuck",
11255 "libm",
11256 "smallvec",
11257 "ttf-parser",
11258 "unicode-bidi-mirroring",
11259 "unicode-ccc",
11260 "unicode-properties",
11261 "unicode-script",
11262]
11263
11264[[package]]
11265name = "ryu"
11266version = "1.0.18"
11267source = "registry+https://github.com/rust-lang/crates.io-index"
11268checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11269
11270[[package]]
11271name = "salsa20"
11272version = "0.10.2"
11273source = "registry+https://github.com/rust-lang/crates.io-index"
11274checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11275dependencies = [
11276 "cipher",
11277]
11278
11279[[package]]
11280name = "same-file"
11281version = "1.0.6"
11282source = "registry+https://github.com/rust-lang/crates.io-index"
11283checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11284dependencies = [
11285 "winapi-util",
11286]
11287
11288[[package]]
11289name = "schannel"
11290version = "0.1.27"
11291source = "registry+https://github.com/rust-lang/crates.io-index"
11292checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11293dependencies = [
11294 "windows-sys 0.59.0",
11295]
11296
11297[[package]]
11298name = "schemars"
11299version = "0.8.21"
11300source = "registry+https://github.com/rust-lang/crates.io-index"
11301checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11302dependencies = [
11303 "dyn-clone",
11304 "indexmap",
11305 "schemars_derive",
11306 "serde",
11307 "serde_json",
11308]
11309
11310[[package]]
11311name = "schemars_derive"
11312version = "0.8.21"
11313source = "registry+https://github.com/rust-lang/crates.io-index"
11314checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11315dependencies = [
11316 "proc-macro2",
11317 "quote",
11318 "serde_derive_internals",
11319 "syn 2.0.90",
11320]
11321
11322[[package]]
11323name = "scoped-tls"
11324version = "1.0.1"
11325source = "registry+https://github.com/rust-lang/crates.io-index"
11326checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11327
11328[[package]]
11329name = "scopeguard"
11330version = "1.2.0"
11331source = "registry+https://github.com/rust-lang/crates.io-index"
11332checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11333
11334[[package]]
11335name = "scratch"
11336version = "1.0.7"
11337source = "registry+https://github.com/rust-lang/crates.io-index"
11338checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11339
11340[[package]]
11341name = "scrypt"
11342version = "0.11.0"
11343source = "registry+https://github.com/rust-lang/crates.io-index"
11344checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11345dependencies = [
11346 "password-hash 0.5.0",
11347 "pbkdf2 0.12.2",
11348 "salsa20",
11349 "sha2",
11350]
11351
11352[[package]]
11353name = "sct"
11354version = "0.7.1"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11357dependencies = [
11358 "ring",
11359 "untrusted",
11360]
11361
11362[[package]]
11363name = "sea-bae"
11364version = "0.2.1"
11365source = "registry+https://github.com/rust-lang/crates.io-index"
11366checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11367dependencies = [
11368 "heck 0.4.1",
11369 "proc-macro-error2",
11370 "proc-macro2",
11371 "quote",
11372 "syn 2.0.90",
11373]
11374
11375[[package]]
11376name = "sea-orm"
11377version = "1.1.4"
11378source = "registry+https://github.com/rust-lang/crates.io-index"
11379checksum = "1a93194430b419da0801f404baf3b986399d6a2a4f43bc79bc96dea83f92ca43"
11380dependencies = [
11381 "async-stream",
11382 "async-trait",
11383 "bigdecimal",
11384 "chrono",
11385 "futures 0.3.31",
11386 "log",
11387 "ouroboros",
11388 "rust_decimal",
11389 "sea-orm-macros",
11390 "sea-query",
11391 "sea-query-binder",
11392 "serde",
11393 "serde_json",
11394 "sqlx",
11395 "strum",
11396 "thiserror 1.0.69",
11397 "time",
11398 "tracing",
11399 "url",
11400 "uuid",
11401]
11402
11403[[package]]
11404name = "sea-orm-macros"
11405version = "1.1.4"
11406source = "registry+https://github.com/rust-lang/crates.io-index"
11407checksum = "d19e8f22fb474a8a622eb516c46885a080535d8d559386188f525977eaad32b3"
11408dependencies = [
11409 "heck 0.4.1",
11410 "proc-macro2",
11411 "quote",
11412 "sea-bae",
11413 "syn 2.0.90",
11414 "unicode-ident",
11415]
11416
11417[[package]]
11418name = "sea-query"
11419version = "0.32.1"
11420source = "registry+https://github.com/rust-lang/crates.io-index"
11421checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
11422dependencies = [
11423 "bigdecimal",
11424 "chrono",
11425 "inherent",
11426 "ordered-float 3.9.2",
11427 "rust_decimal",
11428 "serde_json",
11429 "time",
11430 "uuid",
11431]
11432
11433[[package]]
11434name = "sea-query-binder"
11435version = "0.7.0"
11436source = "registry+https://github.com/rust-lang/crates.io-index"
11437checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
11438dependencies = [
11439 "bigdecimal",
11440 "chrono",
11441 "rust_decimal",
11442 "sea-query",
11443 "serde_json",
11444 "sqlx",
11445 "time",
11446 "uuid",
11447]
11448
11449[[package]]
11450name = "seahash"
11451version = "4.1.0"
11452source = "registry+https://github.com/rust-lang/crates.io-index"
11453checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
11454
11455[[package]]
11456name = "search"
11457version = "0.1.0"
11458dependencies = [
11459 "any_vec",
11460 "anyhow",
11461 "bitflags 2.8.0",
11462 "client",
11463 "collections",
11464 "editor",
11465 "futures 0.3.31",
11466 "gpui",
11467 "language",
11468 "menu",
11469 "project",
11470 "schemars",
11471 "serde",
11472 "serde_json",
11473 "settings",
11474 "smol",
11475 "theme",
11476 "ui",
11477 "unindent",
11478 "util",
11479 "workspace",
11480]
11481
11482[[package]]
11483name = "sec1"
11484version = "0.3.0"
11485source = "registry+https://github.com/rust-lang/crates.io-index"
11486checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
11487dependencies = [
11488 "base16ct",
11489 "der 0.6.1",
11490 "generic-array",
11491 "pkcs8 0.9.0",
11492 "subtle",
11493 "zeroize",
11494]
11495
11496[[package]]
11497name = "security-framework"
11498version = "2.11.1"
11499source = "registry+https://github.com/rust-lang/crates.io-index"
11500checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
11501dependencies = [
11502 "bitflags 2.8.0",
11503 "core-foundation 0.9.4",
11504 "core-foundation-sys",
11505 "libc",
11506 "security-framework-sys",
11507]
11508
11509[[package]]
11510name = "security-framework"
11511version = "3.0.1"
11512source = "registry+https://github.com/rust-lang/crates.io-index"
11513checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
11514dependencies = [
11515 "bitflags 2.8.0",
11516 "core-foundation 0.10.0",
11517 "core-foundation-sys",
11518 "libc",
11519 "security-framework-sys",
11520]
11521
11522[[package]]
11523name = "security-framework-sys"
11524version = "2.12.1"
11525source = "registry+https://github.com/rust-lang/crates.io-index"
11526checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
11527dependencies = [
11528 "core-foundation-sys",
11529 "libc",
11530]
11531
11532[[package]]
11533name = "self_cell"
11534version = "1.1.0"
11535source = "registry+https://github.com/rust-lang/crates.io-index"
11536checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
11537
11538[[package]]
11539name = "semantic_index"
11540version = "0.1.0"
11541dependencies = [
11542 "anyhow",
11543 "arrayvec",
11544 "blake3",
11545 "client",
11546 "clock",
11547 "collections",
11548 "env_logger 0.11.6",
11549 "feature_flags",
11550 "fs",
11551 "futures 0.3.31",
11552 "futures-batch",
11553 "gpui",
11554 "heed",
11555 "http_client",
11556 "language",
11557 "language_model",
11558 "languages",
11559 "log",
11560 "open_ai",
11561 "parking_lot",
11562 "project",
11563 "reqwest_client",
11564 "serde",
11565 "serde_json",
11566 "settings",
11567 "sha2",
11568 "smol",
11569 "tempfile",
11570 "theme",
11571 "tree-sitter",
11572 "ui",
11573 "unindent",
11574 "util",
11575 "workspace",
11576 "worktree",
11577]
11578
11579[[package]]
11580name = "semantic_version"
11581version = "0.1.0"
11582dependencies = [
11583 "anyhow",
11584 "serde",
11585]
11586
11587[[package]]
11588name = "semver"
11589version = "1.0.25"
11590source = "registry+https://github.com/rust-lang/crates.io-index"
11591checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
11592dependencies = [
11593 "serde",
11594]
11595
11596[[package]]
11597name = "serde"
11598version = "1.0.217"
11599source = "registry+https://github.com/rust-lang/crates.io-index"
11600checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
11601dependencies = [
11602 "serde_derive",
11603]
11604
11605[[package]]
11606name = "serde_derive"
11607version = "1.0.217"
11608source = "registry+https://github.com/rust-lang/crates.io-index"
11609checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
11610dependencies = [
11611 "proc-macro2",
11612 "quote",
11613 "syn 2.0.90",
11614]
11615
11616[[package]]
11617name = "serde_derive_internals"
11618version = "0.29.1"
11619source = "registry+https://github.com/rust-lang/crates.io-index"
11620checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11621dependencies = [
11622 "proc-macro2",
11623 "quote",
11624 "syn 2.0.90",
11625]
11626
11627[[package]]
11628name = "serde_fmt"
11629version = "1.0.3"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11632dependencies = [
11633 "serde",
11634]
11635
11636[[package]]
11637name = "serde_json"
11638version = "1.0.137"
11639source = "registry+https://github.com/rust-lang/crates.io-index"
11640checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
11641dependencies = [
11642 "indexmap",
11643 "itoa",
11644 "memchr",
11645 "ryu",
11646 "serde",
11647]
11648
11649[[package]]
11650name = "serde_json_lenient"
11651version = "0.2.4"
11652source = "registry+https://github.com/rust-lang/crates.io-index"
11653checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
11654dependencies = [
11655 "indexmap",
11656 "itoa",
11657 "memchr",
11658 "ryu",
11659 "serde",
11660]
11661
11662[[package]]
11663name = "serde_path_to_error"
11664version = "0.1.16"
11665source = "registry+https://github.com/rust-lang/crates.io-index"
11666checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11667dependencies = [
11668 "itoa",
11669 "serde",
11670]
11671
11672[[package]]
11673name = "serde_qs"
11674version = "0.8.5"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11677dependencies = [
11678 "percent-encoding",
11679 "serde",
11680 "thiserror 1.0.69",
11681]
11682
11683[[package]]
11684name = "serde_qs"
11685version = "0.10.1"
11686source = "registry+https://github.com/rust-lang/crates.io-index"
11687checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11688dependencies = [
11689 "percent-encoding",
11690 "serde",
11691 "thiserror 1.0.69",
11692]
11693
11694[[package]]
11695name = "serde_repr"
11696version = "0.1.19"
11697source = "registry+https://github.com/rust-lang/crates.io-index"
11698checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11699dependencies = [
11700 "proc-macro2",
11701 "quote",
11702 "syn 2.0.90",
11703]
11704
11705[[package]]
11706name = "serde_spanned"
11707version = "0.6.8"
11708source = "registry+https://github.com/rust-lang/crates.io-index"
11709checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
11710dependencies = [
11711 "serde",
11712]
11713
11714[[package]]
11715name = "serde_urlencoded"
11716version = "0.7.1"
11717source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11719dependencies = [
11720 "form_urlencoded",
11721 "itoa",
11722 "ryu",
11723 "serde",
11724]
11725
11726[[package]]
11727name = "session"
11728version = "0.1.0"
11729dependencies = [
11730 "db",
11731 "gpui",
11732 "serde_json",
11733 "util",
11734 "uuid",
11735]
11736
11737[[package]]
11738name = "settings"
11739version = "0.1.0"
11740dependencies = [
11741 "anyhow",
11742 "collections",
11743 "ec4rs",
11744 "fs",
11745 "futures 0.3.31",
11746 "gpui",
11747 "indoc",
11748 "log",
11749 "paths",
11750 "pretty_assertions",
11751 "release_channel",
11752 "rust-embed",
11753 "schemars",
11754 "serde",
11755 "serde_derive",
11756 "serde_json",
11757 "serde_json_lenient",
11758 "smallvec",
11759 "tree-sitter",
11760 "tree-sitter-json",
11761 "unindent",
11762 "util",
11763]
11764
11765[[package]]
11766name = "settings_ui"
11767version = "0.1.0"
11768dependencies = [
11769 "command_palette_hooks",
11770 "editor",
11771 "feature_flags",
11772 "gpui",
11773 "settings",
11774 "theme",
11775 "ui",
11776 "workspace",
11777]
11778
11779[[package]]
11780name = "sha1"
11781version = "0.10.6"
11782source = "registry+https://github.com/rust-lang/crates.io-index"
11783checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11784dependencies = [
11785 "cfg-if",
11786 "cpufeatures",
11787 "digest",
11788]
11789
11790[[package]]
11791name = "sha1_smol"
11792version = "1.0.1"
11793source = "registry+https://github.com/rust-lang/crates.io-index"
11794checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11795
11796[[package]]
11797name = "sha2"
11798version = "0.10.8"
11799source = "registry+https://github.com/rust-lang/crates.io-index"
11800checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11801dependencies = [
11802 "cfg-if",
11803 "cpufeatures",
11804 "digest",
11805]
11806
11807[[package]]
11808name = "sharded-slab"
11809version = "0.1.7"
11810source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11812dependencies = [
11813 "lazy_static",
11814]
11815
11816[[package]]
11817name = "shell-words"
11818version = "1.1.0"
11819source = "registry+https://github.com/rust-lang/crates.io-index"
11820checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11821
11822[[package]]
11823name = "shellexpand"
11824version = "2.1.2"
11825source = "registry+https://github.com/rust-lang/crates.io-index"
11826checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11827dependencies = [
11828 "dirs 4.0.0",
11829]
11830
11831[[package]]
11832name = "shellexpand"
11833version = "3.1.0"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11836dependencies = [
11837 "dirs 5.0.1",
11838]
11839
11840[[package]]
11841name = "shlex"
11842version = "1.3.0"
11843source = "registry+https://github.com/rust-lang/crates.io-index"
11844checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11845
11846[[package]]
11847name = "signal-hook"
11848version = "0.3.17"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11851dependencies = [
11852 "libc",
11853 "signal-hook-registry",
11854]
11855
11856[[package]]
11857name = "signal-hook-registry"
11858version = "1.4.2"
11859source = "registry+https://github.com/rust-lang/crates.io-index"
11860checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11861dependencies = [
11862 "libc",
11863]
11864
11865[[package]]
11866name = "signature"
11867version = "1.6.4"
11868source = "registry+https://github.com/rust-lang/crates.io-index"
11869checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11870dependencies = [
11871 "digest",
11872 "rand_core 0.6.4",
11873]
11874
11875[[package]]
11876name = "signature"
11877version = "2.2.0"
11878source = "registry+https://github.com/rust-lang/crates.io-index"
11879checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11880dependencies = [
11881 "digest",
11882 "rand_core 0.6.4",
11883]
11884
11885[[package]]
11886name = "simd-adler32"
11887version = "0.3.7"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11890
11891[[package]]
11892name = "simd_helpers"
11893version = "0.1.0"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11896dependencies = [
11897 "quote",
11898]
11899
11900[[package]]
11901name = "simdutf8"
11902version = "0.1.5"
11903source = "registry+https://github.com/rust-lang/crates.io-index"
11904checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
11905
11906[[package]]
11907name = "similar"
11908version = "1.3.0"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11911
11912[[package]]
11913name = "simple_asn1"
11914version = "0.6.2"
11915source = "registry+https://github.com/rust-lang/crates.io-index"
11916checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11917dependencies = [
11918 "num-bigint",
11919 "num-traits",
11920 "thiserror 1.0.69",
11921 "time",
11922]
11923
11924[[package]]
11925name = "simplecss"
11926version = "0.2.1"
11927source = "registry+https://github.com/rust-lang/crates.io-index"
11928checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11929dependencies = [
11930 "log",
11931]
11932
11933[[package]]
11934name = "simplelog"
11935version = "0.12.2"
11936source = "registry+https://github.com/rust-lang/crates.io-index"
11937checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11938dependencies = [
11939 "log",
11940 "termcolor",
11941 "time",
11942]
11943
11944[[package]]
11945name = "siphasher"
11946version = "0.3.11"
11947source = "registry+https://github.com/rust-lang/crates.io-index"
11948checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11949
11950[[package]]
11951name = "siphasher"
11952version = "1.0.1"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11955
11956[[package]]
11957name = "skrifa"
11958version = "0.22.3"
11959source = "registry+https://github.com/rust-lang/crates.io-index"
11960checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
11961dependencies = [
11962 "bytemuck",
11963 "read-fonts",
11964]
11965
11966[[package]]
11967name = "slab"
11968version = "0.4.9"
11969source = "registry+https://github.com/rust-lang/crates.io-index"
11970checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11971dependencies = [
11972 "autocfg",
11973]
11974
11975[[package]]
11976name = "slash_commands_example"
11977version = "0.1.0"
11978dependencies = [
11979 "zed_extension_api 0.1.0",
11980]
11981
11982[[package]]
11983name = "slice-group-by"
11984version = "0.3.1"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11987
11988[[package]]
11989name = "slotmap"
11990version = "1.0.7"
11991source = "registry+https://github.com/rust-lang/crates.io-index"
11992checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11993dependencies = [
11994 "version_check",
11995]
11996
11997[[package]]
11998name = "smallvec"
11999version = "1.13.2"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
12002dependencies = [
12003 "serde",
12004]
12005
12006[[package]]
12007name = "smart-default"
12008version = "0.6.0"
12009source = "registry+https://github.com/rust-lang/crates.io-index"
12010checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12011dependencies = [
12012 "proc-macro2",
12013 "quote",
12014 "syn 1.0.109",
12015]
12016
12017[[package]]
12018name = "smol"
12019version = "2.0.2"
12020source = "registry+https://github.com/rust-lang/crates.io-index"
12021checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12022dependencies = [
12023 "async-channel 2.3.1",
12024 "async-executor",
12025 "async-fs",
12026 "async-io",
12027 "async-lock",
12028 "async-net",
12029 "async-process",
12030 "blocking",
12031 "futures-lite 2.5.0",
12032]
12033
12034[[package]]
12035name = "smol_str"
12036version = "0.1.24"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12039dependencies = [
12040 "serde",
12041]
12042
12043[[package]]
12044name = "snippet"
12045version = "0.1.0"
12046dependencies = [
12047 "anyhow",
12048 "smallvec",
12049]
12050
12051[[package]]
12052name = "snippet_provider"
12053version = "0.1.0"
12054dependencies = [
12055 "anyhow",
12056 "collections",
12057 "extension",
12058 "fs",
12059 "futures 0.3.31",
12060 "gpui",
12061 "parking_lot",
12062 "paths",
12063 "schemars",
12064 "serde",
12065 "serde_json",
12066 "snippet",
12067 "util",
12068]
12069
12070[[package]]
12071name = "snippets_ui"
12072version = "0.1.0"
12073dependencies = [
12074 "fuzzy",
12075 "gpui",
12076 "language",
12077 "paths",
12078 "picker",
12079 "ui",
12080 "util",
12081 "workspace",
12082]
12083
12084[[package]]
12085name = "socket2"
12086version = "0.5.8"
12087source = "registry+https://github.com/rust-lang/crates.io-index"
12088checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12089dependencies = [
12090 "libc",
12091 "windows-sys 0.52.0",
12092]
12093
12094[[package]]
12095name = "spdx"
12096version = "0.10.7"
12097source = "registry+https://github.com/rust-lang/crates.io-index"
12098checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12099dependencies = [
12100 "smallvec",
12101]
12102
12103[[package]]
12104name = "spin"
12105version = "0.9.8"
12106source = "registry+https://github.com/rust-lang/crates.io-index"
12107checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12108dependencies = [
12109 "lock_api",
12110]
12111
12112[[package]]
12113name = "spirv"
12114version = "0.3.0+sdk-1.3.268.0"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12117dependencies = [
12118 "bitflags 2.8.0",
12119]
12120
12121[[package]]
12122name = "spki"
12123version = "0.6.0"
12124source = "registry+https://github.com/rust-lang/crates.io-index"
12125checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12126dependencies = [
12127 "base64ct",
12128 "der 0.6.1",
12129]
12130
12131[[package]]
12132name = "spki"
12133version = "0.7.3"
12134source = "registry+https://github.com/rust-lang/crates.io-index"
12135checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12136dependencies = [
12137 "base64ct",
12138 "der 0.7.9",
12139]
12140
12141[[package]]
12142name = "sptr"
12143version = "0.3.2"
12144source = "registry+https://github.com/rust-lang/crates.io-index"
12145checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12146
12147[[package]]
12148name = "sqlez"
12149version = "0.1.0"
12150dependencies = [
12151 "anyhow",
12152 "collections",
12153 "futures 0.3.31",
12154 "indoc",
12155 "libsqlite3-sys",
12156 "parking_lot",
12157 "smol",
12158 "sqlformat",
12159 "thread_local",
12160 "util",
12161 "uuid",
12162]
12163
12164[[package]]
12165name = "sqlez_macros"
12166version = "0.1.0"
12167dependencies = [
12168 "sqlez",
12169 "sqlformat",
12170 "syn 1.0.109",
12171]
12172
12173[[package]]
12174name = "sqlformat"
12175version = "0.2.6"
12176source = "registry+https://github.com/rust-lang/crates.io-index"
12177checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12178dependencies = [
12179 "nom",
12180 "unicode_categories",
12181]
12182
12183[[package]]
12184name = "sqlx"
12185version = "0.8.2"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
12188dependencies = [
12189 "sqlx-core",
12190 "sqlx-macros",
12191 "sqlx-mysql",
12192 "sqlx-postgres",
12193 "sqlx-sqlite",
12194]
12195
12196[[package]]
12197name = "sqlx-core"
12198version = "0.8.2"
12199source = "registry+https://github.com/rust-lang/crates.io-index"
12200checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
12201dependencies = [
12202 "atoi",
12203 "bigdecimal",
12204 "byteorder",
12205 "bytes 1.9.0",
12206 "chrono",
12207 "crc",
12208 "crossbeam-queue",
12209 "either",
12210 "event-listener 5.3.1",
12211 "futures-channel",
12212 "futures-core",
12213 "futures-intrusive",
12214 "futures-io",
12215 "futures-util",
12216 "hashbrown 0.14.5",
12217 "hashlink 0.9.1",
12218 "hex",
12219 "indexmap",
12220 "log",
12221 "memchr",
12222 "once_cell",
12223 "paste",
12224 "percent-encoding",
12225 "rust_decimal",
12226 "rustls 0.23.20",
12227 "rustls-pemfile 2.2.0",
12228 "serde",
12229 "serde_json",
12230 "sha2",
12231 "smallvec",
12232 "sqlformat",
12233 "thiserror 1.0.69",
12234 "time",
12235 "tokio",
12236 "tokio-stream",
12237 "tracing",
12238 "url",
12239 "uuid",
12240 "webpki-roots 0.26.7",
12241]
12242
12243[[package]]
12244name = "sqlx-macros"
12245version = "0.8.2"
12246source = "registry+https://github.com/rust-lang/crates.io-index"
12247checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
12248dependencies = [
12249 "proc-macro2",
12250 "quote",
12251 "sqlx-core",
12252 "sqlx-macros-core",
12253 "syn 2.0.90",
12254]
12255
12256[[package]]
12257name = "sqlx-macros-core"
12258version = "0.8.2"
12259source = "registry+https://github.com/rust-lang/crates.io-index"
12260checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
12261dependencies = [
12262 "dotenvy",
12263 "either",
12264 "heck 0.5.0",
12265 "hex",
12266 "once_cell",
12267 "proc-macro2",
12268 "quote",
12269 "serde",
12270 "serde_json",
12271 "sha2",
12272 "sqlx-core",
12273 "sqlx-mysql",
12274 "sqlx-postgres",
12275 "sqlx-sqlite",
12276 "syn 2.0.90",
12277 "tempfile",
12278 "tokio",
12279 "url",
12280]
12281
12282[[package]]
12283name = "sqlx-mysql"
12284version = "0.8.2"
12285source = "registry+https://github.com/rust-lang/crates.io-index"
12286checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
12287dependencies = [
12288 "atoi",
12289 "base64 0.22.1",
12290 "bigdecimal",
12291 "bitflags 2.8.0",
12292 "byteorder",
12293 "bytes 1.9.0",
12294 "chrono",
12295 "crc",
12296 "digest",
12297 "dotenvy",
12298 "either",
12299 "futures-channel",
12300 "futures-core",
12301 "futures-io",
12302 "futures-util",
12303 "generic-array",
12304 "hex",
12305 "hkdf",
12306 "hmac",
12307 "itoa",
12308 "log",
12309 "md-5",
12310 "memchr",
12311 "once_cell",
12312 "percent-encoding",
12313 "rand 0.8.5",
12314 "rsa",
12315 "rust_decimal",
12316 "serde",
12317 "sha1",
12318 "sha2",
12319 "smallvec",
12320 "sqlx-core",
12321 "stringprep",
12322 "thiserror 1.0.69",
12323 "time",
12324 "tracing",
12325 "uuid",
12326 "whoami",
12327]
12328
12329[[package]]
12330name = "sqlx-postgres"
12331version = "0.8.2"
12332source = "registry+https://github.com/rust-lang/crates.io-index"
12333checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
12334dependencies = [
12335 "atoi",
12336 "base64 0.22.1",
12337 "bigdecimal",
12338 "bitflags 2.8.0",
12339 "byteorder",
12340 "chrono",
12341 "crc",
12342 "dotenvy",
12343 "etcetera",
12344 "futures-channel",
12345 "futures-core",
12346 "futures-io",
12347 "futures-util",
12348 "hex",
12349 "hkdf",
12350 "hmac",
12351 "home",
12352 "itoa",
12353 "log",
12354 "md-5",
12355 "memchr",
12356 "num-bigint",
12357 "once_cell",
12358 "rand 0.8.5",
12359 "rust_decimal",
12360 "serde",
12361 "serde_json",
12362 "sha2",
12363 "smallvec",
12364 "sqlx-core",
12365 "stringprep",
12366 "thiserror 1.0.69",
12367 "time",
12368 "tracing",
12369 "uuid",
12370 "whoami",
12371]
12372
12373[[package]]
12374name = "sqlx-sqlite"
12375version = "0.8.2"
12376source = "registry+https://github.com/rust-lang/crates.io-index"
12377checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
12378dependencies = [
12379 "atoi",
12380 "chrono",
12381 "flume",
12382 "futures-channel",
12383 "futures-core",
12384 "futures-executor",
12385 "futures-intrusive",
12386 "futures-util",
12387 "libsqlite3-sys",
12388 "log",
12389 "percent-encoding",
12390 "serde",
12391 "serde_urlencoded",
12392 "sqlx-core",
12393 "time",
12394 "tracing",
12395 "url",
12396 "uuid",
12397]
12398
12399[[package]]
12400name = "stable_deref_trait"
12401version = "1.2.0"
12402source = "registry+https://github.com/rust-lang/crates.io-index"
12403checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12404
12405[[package]]
12406name = "static_assertions"
12407version = "1.1.0"
12408source = "registry+https://github.com/rust-lang/crates.io-index"
12409checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12410
12411[[package]]
12412name = "story"
12413version = "0.1.0"
12414dependencies = [
12415 "gpui",
12416 "itertools 0.14.0",
12417 "smallvec",
12418]
12419
12420[[package]]
12421name = "storybook"
12422version = "0.1.0"
12423dependencies = [
12424 "anyhow",
12425 "clap",
12426 "collab_ui",
12427 "ctrlc",
12428 "dialoguer",
12429 "editor",
12430 "fuzzy",
12431 "gpui",
12432 "indoc",
12433 "language",
12434 "log",
12435 "menu",
12436 "picker",
12437 "project",
12438 "reqwest_client",
12439 "rust-embed",
12440 "settings",
12441 "simplelog",
12442 "story",
12443 "strum",
12444 "theme",
12445 "title_bar",
12446 "ui",
12447]
12448
12449[[package]]
12450name = "streaming_diff"
12451version = "0.1.0"
12452dependencies = [
12453 "ordered-float 2.10.1",
12454 "rand 0.8.5",
12455 "rope",
12456 "util",
12457]
12458
12459[[package]]
12460name = "strict-num"
12461version = "0.1.1"
12462source = "registry+https://github.com/rust-lang/crates.io-index"
12463checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
12464dependencies = [
12465 "float-cmp",
12466]
12467
12468[[package]]
12469name = "string_cache"
12470version = "0.8.7"
12471source = "registry+https://github.com/rust-lang/crates.io-index"
12472checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
12473dependencies = [
12474 "new_debug_unreachable",
12475 "once_cell",
12476 "parking_lot",
12477 "phf_shared 0.10.0",
12478 "precomputed-hash",
12479 "serde",
12480]
12481
12482[[package]]
12483name = "string_cache_codegen"
12484version = "0.5.2"
12485source = "registry+https://github.com/rust-lang/crates.io-index"
12486checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
12487dependencies = [
12488 "phf_generator 0.10.0",
12489 "phf_shared 0.10.0",
12490 "proc-macro2",
12491 "quote",
12492]
12493
12494[[package]]
12495name = "stringprep"
12496version = "0.1.5"
12497source = "registry+https://github.com/rust-lang/crates.io-index"
12498checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
12499dependencies = [
12500 "unicode-bidi",
12501 "unicode-normalization",
12502 "unicode-properties",
12503]
12504
12505[[package]]
12506name = "strsim"
12507version = "0.11.1"
12508source = "registry+https://github.com/rust-lang/crates.io-index"
12509checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
12510
12511[[package]]
12512name = "strum"
12513version = "0.26.3"
12514source = "registry+https://github.com/rust-lang/crates.io-index"
12515checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
12516dependencies = [
12517 "strum_macros",
12518]
12519
12520[[package]]
12521name = "strum_macros"
12522version = "0.26.4"
12523source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
12525dependencies = [
12526 "heck 0.5.0",
12527 "proc-macro2",
12528 "quote",
12529 "rustversion",
12530 "syn 2.0.90",
12531]
12532
12533[[package]]
12534name = "subtle"
12535version = "2.6.1"
12536source = "registry+https://github.com/rust-lang/crates.io-index"
12537checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
12538
12539[[package]]
12540name = "sum_tree"
12541version = "0.1.0"
12542dependencies = [
12543 "arrayvec",
12544 "ctor",
12545 "env_logger 0.11.6",
12546 "log",
12547 "rand 0.8.5",
12548 "rayon",
12549]
12550
12551[[package]]
12552name = "supermaven"
12553version = "0.1.0"
12554dependencies = [
12555 "anyhow",
12556 "client",
12557 "collections",
12558 "editor",
12559 "env_logger 0.11.6",
12560 "futures 0.3.31",
12561 "gpui",
12562 "http_client",
12563 "inline_completion",
12564 "language",
12565 "log",
12566 "postage",
12567 "project",
12568 "serde",
12569 "serde_json",
12570 "settings",
12571 "smol",
12572 "supermaven_api",
12573 "text",
12574 "theme",
12575 "ui",
12576 "unicode-segmentation",
12577 "util",
12578]
12579
12580[[package]]
12581name = "supermaven_api"
12582version = "0.1.0"
12583dependencies = [
12584 "anyhow",
12585 "futures 0.3.31",
12586 "http_client",
12587 "paths",
12588 "serde",
12589 "serde_json",
12590 "smol",
12591]
12592
12593[[package]]
12594name = "sval"
12595version = "2.13.2"
12596source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
12598
12599[[package]]
12600name = "sval_buffer"
12601version = "2.13.2"
12602source = "registry+https://github.com/rust-lang/crates.io-index"
12603checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
12604dependencies = [
12605 "sval",
12606 "sval_ref",
12607]
12608
12609[[package]]
12610name = "sval_dynamic"
12611version = "2.13.2"
12612source = "registry+https://github.com/rust-lang/crates.io-index"
12613checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
12614dependencies = [
12615 "sval",
12616]
12617
12618[[package]]
12619name = "sval_fmt"
12620version = "2.13.2"
12621source = "registry+https://github.com/rust-lang/crates.io-index"
12622checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
12623dependencies = [
12624 "itoa",
12625 "ryu",
12626 "sval",
12627]
12628
12629[[package]]
12630name = "sval_json"
12631version = "2.13.2"
12632source = "registry+https://github.com/rust-lang/crates.io-index"
12633checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
12634dependencies = [
12635 "itoa",
12636 "ryu",
12637 "sval",
12638]
12639
12640[[package]]
12641name = "sval_nested"
12642version = "2.13.2"
12643source = "registry+https://github.com/rust-lang/crates.io-index"
12644checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
12645dependencies = [
12646 "sval",
12647 "sval_buffer",
12648 "sval_ref",
12649]
12650
12651[[package]]
12652name = "sval_ref"
12653version = "2.13.2"
12654source = "registry+https://github.com/rust-lang/crates.io-index"
12655checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
12656dependencies = [
12657 "sval",
12658]
12659
12660[[package]]
12661name = "sval_serde"
12662version = "2.13.2"
12663source = "registry+https://github.com/rust-lang/crates.io-index"
12664checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
12665dependencies = [
12666 "serde",
12667 "sval",
12668 "sval_nested",
12669]
12670
12671[[package]]
12672name = "svg_fmt"
12673version = "0.4.4"
12674source = "registry+https://github.com/rust-lang/crates.io-index"
12675checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
12676
12677[[package]]
12678name = "svgtypes"
12679version = "0.15.2"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12682dependencies = [
12683 "kurbo",
12684 "siphasher 1.0.1",
12685]
12686
12687[[package]]
12688name = "swash"
12689version = "0.1.19"
12690source = "registry+https://github.com/rust-lang/crates.io-index"
12691checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
12692dependencies = [
12693 "skrifa",
12694 "yazi",
12695 "zeno",
12696]
12697
12698[[package]]
12699name = "syn"
12700version = "1.0.109"
12701source = "registry+https://github.com/rust-lang/crates.io-index"
12702checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12703dependencies = [
12704 "proc-macro2",
12705 "quote",
12706 "unicode-ident",
12707]
12708
12709[[package]]
12710name = "syn"
12711version = "2.0.90"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
12714dependencies = [
12715 "proc-macro2",
12716 "quote",
12717 "unicode-ident",
12718]
12719
12720[[package]]
12721name = "sync_wrapper"
12722version = "0.1.2"
12723source = "registry+https://github.com/rust-lang/crates.io-index"
12724checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12725
12726[[package]]
12727name = "sync_wrapper"
12728version = "1.0.2"
12729source = "registry+https://github.com/rust-lang/crates.io-index"
12730checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
12731dependencies = [
12732 "futures-core",
12733]
12734
12735[[package]]
12736name = "synchronoise"
12737version = "1.0.1"
12738source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12740dependencies = [
12741 "crossbeam-queue",
12742]
12743
12744[[package]]
12745name = "synstructure"
12746version = "0.13.1"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
12749dependencies = [
12750 "proc-macro2",
12751 "quote",
12752 "syn 2.0.90",
12753]
12754
12755[[package]]
12756name = "sys-locale"
12757version = "0.3.2"
12758source = "registry+https://github.com/rust-lang/crates.io-index"
12759checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12760dependencies = [
12761 "libc",
12762]
12763
12764[[package]]
12765name = "sysinfo"
12766version = "0.31.4"
12767source = "registry+https://github.com/rust-lang/crates.io-index"
12768checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12769dependencies = [
12770 "core-foundation-sys",
12771 "libc",
12772 "memchr",
12773 "ntapi",
12774 "rayon",
12775 "windows 0.57.0",
12776]
12777
12778[[package]]
12779name = "system-configuration"
12780version = "0.5.1"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12783dependencies = [
12784 "bitflags 1.3.2",
12785 "core-foundation 0.9.4",
12786 "system-configuration-sys 0.5.0",
12787]
12788
12789[[package]]
12790name = "system-configuration"
12791version = "0.6.1"
12792source = "registry+https://github.com/rust-lang/crates.io-index"
12793checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12794dependencies = [
12795 "bitflags 2.8.0",
12796 "core-foundation 0.9.4",
12797 "system-configuration-sys 0.6.0",
12798]
12799
12800[[package]]
12801name = "system-configuration-sys"
12802version = "0.5.0"
12803source = "registry+https://github.com/rust-lang/crates.io-index"
12804checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12805dependencies = [
12806 "core-foundation-sys",
12807 "libc",
12808]
12809
12810[[package]]
12811name = "system-configuration-sys"
12812version = "0.6.0"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12815dependencies = [
12816 "core-foundation-sys",
12817 "libc",
12818]
12819
12820[[package]]
12821name = "system-deps"
12822version = "6.2.2"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12825dependencies = [
12826 "cfg-expr",
12827 "heck 0.5.0",
12828 "pkg-config",
12829 "toml 0.8.19",
12830 "version-compare",
12831]
12832
12833[[package]]
12834name = "system-interface"
12835version = "0.27.3"
12836source = "registry+https://github.com/rust-lang/crates.io-index"
12837checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
12838dependencies = [
12839 "bitflags 2.8.0",
12840 "cap-fs-ext",
12841 "cap-std",
12842 "fd-lock",
12843 "io-lifetimes",
12844 "rustix",
12845 "windows-sys 0.59.0",
12846 "winx",
12847]
12848
12849[[package]]
12850name = "tab_switcher"
12851version = "0.1.0"
12852dependencies = [
12853 "anyhow",
12854 "collections",
12855 "ctor",
12856 "editor",
12857 "env_logger 0.11.6",
12858 "gpui",
12859 "language",
12860 "menu",
12861 "picker",
12862 "project",
12863 "schemars",
12864 "serde",
12865 "serde_json",
12866 "settings",
12867 "theme",
12868 "ui",
12869 "util",
12870 "workspace",
12871]
12872
12873[[package]]
12874name = "taffy"
12875version = "0.4.4"
12876source = "registry+https://github.com/rust-lang/crates.io-index"
12877checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12878dependencies = [
12879 "arrayvec",
12880 "grid",
12881 "num-traits",
12882 "serde",
12883 "slotmap",
12884]
12885
12886[[package]]
12887name = "take-until"
12888version = "0.2.0"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12891
12892[[package]]
12893name = "tap"
12894version = "1.0.1"
12895source = "registry+https://github.com/rust-lang/crates.io-index"
12896checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12897
12898[[package]]
12899name = "target-lexicon"
12900version = "0.12.16"
12901source = "registry+https://github.com/rust-lang/crates.io-index"
12902checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12903
12904[[package]]
12905name = "task"
12906version = "0.1.0"
12907dependencies = [
12908 "anyhow",
12909 "collections",
12910 "futures 0.3.31",
12911 "gpui",
12912 "hex",
12913 "parking_lot",
12914 "schemars",
12915 "serde",
12916 "serde_json_lenient",
12917 "sha2",
12918 "shellexpand 2.1.2",
12919 "util",
12920 "zed_actions",
12921]
12922
12923[[package]]
12924name = "tasks_ui"
12925version = "0.1.0"
12926dependencies = [
12927 "anyhow",
12928 "editor",
12929 "file_icons",
12930 "fuzzy",
12931 "gpui",
12932 "language",
12933 "menu",
12934 "picker",
12935 "project",
12936 "schemars",
12937 "serde",
12938 "serde_json",
12939 "settings",
12940 "task",
12941 "tree-sitter-rust",
12942 "tree-sitter-typescript",
12943 "ui",
12944 "util",
12945 "workspace",
12946 "zed_actions",
12947]
12948
12949[[package]]
12950name = "telemetry"
12951version = "0.1.0"
12952dependencies = [
12953 "futures 0.3.31",
12954 "serde",
12955 "serde_json",
12956 "telemetry_events",
12957]
12958
12959[[package]]
12960name = "telemetry_events"
12961version = "0.1.0"
12962dependencies = [
12963 "semantic_version",
12964 "serde",
12965 "serde_json",
12966]
12967
12968[[package]]
12969name = "tempfile"
12970version = "3.15.0"
12971source = "registry+https://github.com/rust-lang/crates.io-index"
12972checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
12973dependencies = [
12974 "cfg-if",
12975 "fastrand 2.3.0",
12976 "getrandom 0.2.15",
12977 "once_cell",
12978 "rustix",
12979 "windows-sys 0.59.0",
12980]
12981
12982[[package]]
12983name = "tendril"
12984version = "0.4.3"
12985source = "registry+https://github.com/rust-lang/crates.io-index"
12986checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12987dependencies = [
12988 "futf",
12989 "mac",
12990 "utf-8",
12991]
12992
12993[[package]]
12994name = "termcolor"
12995version = "1.4.1"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12998dependencies = [
12999 "winapi-util",
13000]
13001
13002[[package]]
13003name = "terminal"
13004version = "0.1.0"
13005dependencies = [
13006 "alacritty_terminal",
13007 "anyhow",
13008 "collections",
13009 "dirs 4.0.0",
13010 "futures 0.3.31",
13011 "gpui",
13012 "libc",
13013 "rand 0.8.5",
13014 "regex",
13015 "release_channel",
13016 "schemars",
13017 "serde",
13018 "serde_derive",
13019 "settings",
13020 "smol",
13021 "sysinfo",
13022 "task",
13023 "theme",
13024 "thiserror 1.0.69",
13025 "util",
13026 "windows 0.58.0",
13027]
13028
13029[[package]]
13030name = "terminal_size"
13031version = "0.4.1"
13032source = "registry+https://github.com/rust-lang/crates.io-index"
13033checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13034dependencies = [
13035 "rustix",
13036 "windows-sys 0.59.0",
13037]
13038
13039[[package]]
13040name = "terminal_view"
13041version = "0.1.0"
13042dependencies = [
13043 "anyhow",
13044 "async-recursion 1.1.1",
13045 "breadcrumbs",
13046 "client",
13047 "collections",
13048 "db",
13049 "dirs 4.0.0",
13050 "editor",
13051 "futures 0.3.31",
13052 "gpui",
13053 "itertools 0.14.0",
13054 "language",
13055 "project",
13056 "rand 0.8.5",
13057 "schemars",
13058 "search",
13059 "serde",
13060 "serde_json",
13061 "settings",
13062 "shellexpand 2.1.2",
13063 "smol",
13064 "task",
13065 "terminal",
13066 "theme",
13067 "ui",
13068 "util",
13069 "workspace",
13070 "zed_actions",
13071]
13072
13073[[package]]
13074name = "text"
13075version = "0.1.0"
13076dependencies = [
13077 "anyhow",
13078 "clock",
13079 "collections",
13080 "ctor",
13081 "env_logger 0.11.6",
13082 "gpui",
13083 "http_client",
13084 "log",
13085 "parking_lot",
13086 "postage",
13087 "rand 0.8.5",
13088 "regex",
13089 "rope",
13090 "smallvec",
13091 "sum_tree",
13092 "util",
13093]
13094
13095[[package]]
13096name = "theme"
13097version = "0.1.0"
13098dependencies = [
13099 "anyhow",
13100 "collections",
13101 "derive_more",
13102 "fs",
13103 "futures 0.3.31",
13104 "gpui",
13105 "indexmap",
13106 "log",
13107 "palette",
13108 "parking_lot",
13109 "refineable",
13110 "schemars",
13111 "serde",
13112 "serde_derive",
13113 "serde_json",
13114 "serde_json_lenient",
13115 "serde_repr",
13116 "settings",
13117 "strum",
13118 "util",
13119 "uuid",
13120]
13121
13122[[package]]
13123name = "theme_extension"
13124version = "0.1.0"
13125dependencies = [
13126 "anyhow",
13127 "extension",
13128 "fs",
13129 "gpui",
13130 "theme",
13131]
13132
13133[[package]]
13134name = "theme_importer"
13135version = "0.1.0"
13136dependencies = [
13137 "anyhow",
13138 "clap",
13139 "gpui",
13140 "indexmap",
13141 "log",
13142 "palette",
13143 "rust-embed",
13144 "schemars",
13145 "serde",
13146 "serde_json",
13147 "serde_json_lenient",
13148 "simplelog",
13149 "strum",
13150 "theme",
13151 "vscode_theme",
13152]
13153
13154[[package]]
13155name = "theme_selector"
13156version = "0.1.0"
13157dependencies = [
13158 "fs",
13159 "fuzzy",
13160 "gpui",
13161 "log",
13162 "picker",
13163 "serde",
13164 "settings",
13165 "telemetry",
13166 "theme",
13167 "ui",
13168 "util",
13169 "workspace",
13170 "zed_actions",
13171]
13172
13173[[package]]
13174name = "thiserror"
13175version = "1.0.69"
13176source = "registry+https://github.com/rust-lang/crates.io-index"
13177checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13178dependencies = [
13179 "thiserror-impl 1.0.69",
13180]
13181
13182[[package]]
13183name = "thiserror"
13184version = "2.0.6"
13185source = "registry+https://github.com/rust-lang/crates.io-index"
13186checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13187dependencies = [
13188 "thiserror-impl 2.0.6",
13189]
13190
13191[[package]]
13192name = "thiserror-impl"
13193version = "1.0.69"
13194source = "registry+https://github.com/rust-lang/crates.io-index"
13195checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13196dependencies = [
13197 "proc-macro2",
13198 "quote",
13199 "syn 2.0.90",
13200]
13201
13202[[package]]
13203name = "thiserror-impl"
13204version = "2.0.6"
13205source = "registry+https://github.com/rust-lang/crates.io-index"
13206checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13207dependencies = [
13208 "proc-macro2",
13209 "quote",
13210 "syn 2.0.90",
13211]
13212
13213[[package]]
13214name = "thread_local"
13215version = "1.1.8"
13216source = "registry+https://github.com/rust-lang/crates.io-index"
13217checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13218dependencies = [
13219 "cfg-if",
13220 "once_cell",
13221]
13222
13223[[package]]
13224name = "tiff"
13225version = "0.9.1"
13226source = "registry+https://github.com/rust-lang/crates.io-index"
13227checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13228dependencies = [
13229 "flate2",
13230 "jpeg-decoder",
13231 "weezl",
13232]
13233
13234[[package]]
13235name = "tiktoken-rs"
13236version = "0.6.0"
13237source = "registry+https://github.com/rust-lang/crates.io-index"
13238checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13239dependencies = [
13240 "anyhow",
13241 "base64 0.21.7",
13242 "bstr",
13243 "fancy-regex 0.13.0",
13244 "lazy_static",
13245 "parking_lot",
13246 "regex",
13247 "rustc-hash 1.1.0",
13248]
13249
13250[[package]]
13251name = "time"
13252version = "0.3.37"
13253source = "registry+https://github.com/rust-lang/crates.io-index"
13254checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13255dependencies = [
13256 "deranged",
13257 "itoa",
13258 "libc",
13259 "num-conv",
13260 "num_threads",
13261 "powerfmt",
13262 "serde",
13263 "time-core",
13264 "time-macros",
13265]
13266
13267[[package]]
13268name = "time-core"
13269version = "0.1.2"
13270source = "registry+https://github.com/rust-lang/crates.io-index"
13271checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13272
13273[[package]]
13274name = "time-macros"
13275version = "0.2.19"
13276source = "registry+https://github.com/rust-lang/crates.io-index"
13277checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13278dependencies = [
13279 "num-conv",
13280 "time-core",
13281]
13282
13283[[package]]
13284name = "time_format"
13285version = "0.1.0"
13286dependencies = [
13287 "core-foundation 0.9.4",
13288 "core-foundation-sys",
13289 "sys-locale",
13290 "time",
13291]
13292
13293[[package]]
13294name = "tiny-keccak"
13295version = "2.0.2"
13296source = "registry+https://github.com/rust-lang/crates.io-index"
13297checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13298dependencies = [
13299 "crunchy",
13300]
13301
13302[[package]]
13303name = "tiny-skia"
13304version = "0.11.4"
13305source = "registry+https://github.com/rust-lang/crates.io-index"
13306checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13307dependencies = [
13308 "arrayref",
13309 "arrayvec",
13310 "bytemuck",
13311 "cfg-if",
13312 "log",
13313 "png",
13314 "tiny-skia-path",
13315]
13316
13317[[package]]
13318name = "tiny-skia-path"
13319version = "0.11.4"
13320source = "registry+https://github.com/rust-lang/crates.io-index"
13321checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13322dependencies = [
13323 "arrayref",
13324 "bytemuck",
13325 "strict-num",
13326]
13327
13328[[package]]
13329name = "tiny_http"
13330version = "0.8.2"
13331source = "registry+https://github.com/rust-lang/crates.io-index"
13332checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13333dependencies = [
13334 "ascii",
13335 "chrono",
13336 "chunked_transfer",
13337 "log",
13338 "url",
13339]
13340
13341[[package]]
13342name = "tinystr"
13343version = "0.7.6"
13344source = "registry+https://github.com/rust-lang/crates.io-index"
13345checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13346dependencies = [
13347 "displaydoc",
13348 "zerovec",
13349]
13350
13351[[package]]
13352name = "tinytemplate"
13353version = "1.2.1"
13354source = "registry+https://github.com/rust-lang/crates.io-index"
13355checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13356dependencies = [
13357 "serde",
13358 "serde_json",
13359]
13360
13361[[package]]
13362name = "tinyvec"
13363version = "1.8.0"
13364source = "registry+https://github.com/rust-lang/crates.io-index"
13365checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13366dependencies = [
13367 "tinyvec_macros",
13368]
13369
13370[[package]]
13371name = "tinyvec_macros"
13372version = "0.1.1"
13373source = "registry+https://github.com/rust-lang/crates.io-index"
13374checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13375
13376[[package]]
13377name = "title_bar"
13378version = "0.1.0"
13379dependencies = [
13380 "auto_update",
13381 "call",
13382 "client",
13383 "collections",
13384 "feature_flags",
13385 "git_ui",
13386 "gpui",
13387 "http_client",
13388 "notifications",
13389 "pretty_assertions",
13390 "project",
13391 "remote",
13392 "rpc",
13393 "schemars",
13394 "serde",
13395 "settings",
13396 "smallvec",
13397 "story",
13398 "telemetry",
13399 "theme",
13400 "tree-sitter-md",
13401 "ui",
13402 "util",
13403 "windows 0.58.0",
13404 "workspace",
13405 "zed_actions",
13406]
13407
13408[[package]]
13409name = "tokio"
13410version = "1.43.0"
13411source = "registry+https://github.com/rust-lang/crates.io-index"
13412checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
13413dependencies = [
13414 "backtrace",
13415 "bytes 1.9.0",
13416 "libc",
13417 "mio 1.0.3",
13418 "parking_lot",
13419 "pin-project-lite",
13420 "signal-hook-registry",
13421 "socket2",
13422 "tokio-macros",
13423 "windows-sys 0.52.0",
13424]
13425
13426[[package]]
13427name = "tokio-io"
13428version = "0.1.13"
13429source = "registry+https://github.com/rust-lang/crates.io-index"
13430checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
13431dependencies = [
13432 "bytes 0.4.12",
13433 "futures 0.1.31",
13434 "log",
13435]
13436
13437[[package]]
13438name = "tokio-macros"
13439version = "2.5.0"
13440source = "registry+https://github.com/rust-lang/crates.io-index"
13441checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
13442dependencies = [
13443 "proc-macro2",
13444 "quote",
13445 "syn 2.0.90",
13446]
13447
13448[[package]]
13449name = "tokio-native-tls"
13450version = "0.3.1"
13451source = "registry+https://github.com/rust-lang/crates.io-index"
13452checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
13453dependencies = [
13454 "native-tls",
13455 "tokio",
13456]
13457
13458[[package]]
13459name = "tokio-rustls"
13460version = "0.24.1"
13461source = "registry+https://github.com/rust-lang/crates.io-index"
13462checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
13463dependencies = [
13464 "rustls 0.21.12",
13465 "tokio",
13466]
13467
13468[[package]]
13469name = "tokio-rustls"
13470version = "0.26.1"
13471source = "registry+https://github.com/rust-lang/crates.io-index"
13472checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
13473dependencies = [
13474 "rustls 0.23.20",
13475 "tokio",
13476]
13477
13478[[package]]
13479name = "tokio-socks"
13480version = "0.5.2"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
13483dependencies = [
13484 "either",
13485 "futures-io",
13486 "futures-util",
13487 "thiserror 1.0.69",
13488 "tokio",
13489]
13490
13491[[package]]
13492name = "tokio-stream"
13493version = "0.1.17"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
13496dependencies = [
13497 "futures-core",
13498 "pin-project-lite",
13499 "tokio",
13500]
13501
13502[[package]]
13503name = "tokio-tungstenite"
13504version = "0.20.1"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
13507dependencies = [
13508 "futures-util",
13509 "log",
13510 "rustls 0.21.12",
13511 "rustls-native-certs 0.6.3",
13512 "tokio",
13513 "tokio-rustls 0.24.1",
13514 "tungstenite 0.20.1",
13515]
13516
13517[[package]]
13518name = "tokio-tungstenite"
13519version = "0.21.0"
13520source = "registry+https://github.com/rust-lang/crates.io-index"
13521checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
13522dependencies = [
13523 "futures-util",
13524 "log",
13525 "tokio",
13526 "tungstenite 0.21.0",
13527]
13528
13529[[package]]
13530name = "tokio-util"
13531version = "0.7.13"
13532source = "registry+https://github.com/rust-lang/crates.io-index"
13533checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
13534dependencies = [
13535 "bytes 1.9.0",
13536 "futures-core",
13537 "futures-io",
13538 "futures-sink",
13539 "pin-project-lite",
13540 "tokio",
13541]
13542
13543[[package]]
13544name = "toml"
13545version = "0.5.11"
13546source = "registry+https://github.com/rust-lang/crates.io-index"
13547checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
13548dependencies = [
13549 "serde",
13550]
13551
13552[[package]]
13553name = "toml"
13554version = "0.8.19"
13555source = "registry+https://github.com/rust-lang/crates.io-index"
13556checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
13557dependencies = [
13558 "serde",
13559 "serde_spanned",
13560 "toml_datetime",
13561 "toml_edit",
13562]
13563
13564[[package]]
13565name = "toml_datetime"
13566version = "0.6.8"
13567source = "registry+https://github.com/rust-lang/crates.io-index"
13568checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
13569dependencies = [
13570 "serde",
13571]
13572
13573[[package]]
13574name = "toml_edit"
13575version = "0.22.22"
13576source = "registry+https://github.com/rust-lang/crates.io-index"
13577checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
13578dependencies = [
13579 "indexmap",
13580 "serde",
13581 "serde_spanned",
13582 "toml_datetime",
13583 "winnow",
13584]
13585
13586[[package]]
13587name = "toolchain_selector"
13588version = "0.1.0"
13589dependencies = [
13590 "editor",
13591 "fuzzy",
13592 "gpui",
13593 "language",
13594 "picker",
13595 "project",
13596 "ui",
13597 "util",
13598 "workspace",
13599]
13600
13601[[package]]
13602name = "topological-sort"
13603version = "0.2.2"
13604source = "registry+https://github.com/rust-lang/crates.io-index"
13605checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
13606
13607[[package]]
13608name = "tower"
13609version = "0.4.13"
13610source = "registry+https://github.com/rust-lang/crates.io-index"
13611checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
13612dependencies = [
13613 "futures-core",
13614 "futures-util",
13615 "pin-project",
13616 "pin-project-lite",
13617 "tokio",
13618 "tower-layer",
13619 "tower-service",
13620 "tracing",
13621]
13622
13623[[package]]
13624name = "tower-http"
13625version = "0.3.5"
13626source = "registry+https://github.com/rust-lang/crates.io-index"
13627checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13628dependencies = [
13629 "bitflags 1.3.2",
13630 "bytes 1.9.0",
13631 "futures-core",
13632 "futures-util",
13633 "http 0.2.12",
13634 "http-body 0.4.6",
13635 "http-range-header",
13636 "pin-project-lite",
13637 "tower-layer",
13638 "tower-service",
13639]
13640
13641[[package]]
13642name = "tower-http"
13643version = "0.4.4"
13644source = "registry+https://github.com/rust-lang/crates.io-index"
13645checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13646dependencies = [
13647 "bitflags 2.8.0",
13648 "bytes 1.9.0",
13649 "futures-core",
13650 "futures-util",
13651 "http 0.2.12",
13652 "http-body 0.4.6",
13653 "http-range-header",
13654 "pin-project-lite",
13655 "tower-layer",
13656 "tower-service",
13657 "tracing",
13658]
13659
13660[[package]]
13661name = "tower-layer"
13662version = "0.3.3"
13663source = "registry+https://github.com/rust-lang/crates.io-index"
13664checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13665
13666[[package]]
13667name = "tower-service"
13668version = "0.3.3"
13669source = "registry+https://github.com/rust-lang/crates.io-index"
13670checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13671
13672[[package]]
13673name = "tracing"
13674version = "0.1.41"
13675source = "registry+https://github.com/rust-lang/crates.io-index"
13676checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
13677dependencies = [
13678 "log",
13679 "pin-project-lite",
13680 "tracing-attributes",
13681 "tracing-core",
13682]
13683
13684[[package]]
13685name = "tracing-attributes"
13686version = "0.1.28"
13687source = "registry+https://github.com/rust-lang/crates.io-index"
13688checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
13689dependencies = [
13690 "proc-macro2",
13691 "quote",
13692 "syn 2.0.90",
13693]
13694
13695[[package]]
13696name = "tracing-core"
13697version = "0.1.33"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
13700dependencies = [
13701 "once_cell",
13702 "valuable",
13703]
13704
13705[[package]]
13706name = "tracing-log"
13707version = "0.2.0"
13708source = "registry+https://github.com/rust-lang/crates.io-index"
13709checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13710dependencies = [
13711 "log",
13712 "once_cell",
13713 "tracing-core",
13714]
13715
13716[[package]]
13717name = "tracing-serde"
13718version = "0.2.0"
13719source = "registry+https://github.com/rust-lang/crates.io-index"
13720checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
13721dependencies = [
13722 "serde",
13723 "tracing-core",
13724]
13725
13726[[package]]
13727name = "tracing-subscriber"
13728version = "0.3.19"
13729source = "registry+https://github.com/rust-lang/crates.io-index"
13730checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
13731dependencies = [
13732 "matchers",
13733 "nu-ansi-term",
13734 "once_cell",
13735 "regex",
13736 "serde",
13737 "serde_json",
13738 "sharded-slab",
13739 "smallvec",
13740 "thread_local",
13741 "tracing",
13742 "tracing-core",
13743 "tracing-log",
13744 "tracing-serde",
13745]
13746
13747[[package]]
13748name = "tree-sitter"
13749version = "0.23.2"
13750source = "registry+https://github.com/rust-lang/crates.io-index"
13751checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
13752dependencies = [
13753 "cc",
13754 "regex",
13755 "regex-syntax 0.8.5",
13756 "tree-sitter-language",
13757 "wasmtime-c-api-impl",
13758]
13759
13760[[package]]
13761name = "tree-sitter-bash"
13762version = "0.23.3"
13763source = "registry+https://github.com/rust-lang/crates.io-index"
13764checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
13765dependencies = [
13766 "cc",
13767 "tree-sitter-language",
13768]
13769
13770[[package]]
13771name = "tree-sitter-c"
13772version = "0.23.4"
13773source = "registry+https://github.com/rust-lang/crates.io-index"
13774checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
13775dependencies = [
13776 "cc",
13777 "tree-sitter-language",
13778]
13779
13780[[package]]
13781name = "tree-sitter-cpp"
13782version = "0.23.4"
13783source = "registry+https://github.com/rust-lang/crates.io-index"
13784checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
13785dependencies = [
13786 "cc",
13787 "tree-sitter-language",
13788]
13789
13790[[package]]
13791name = "tree-sitter-css"
13792version = "0.23.2"
13793source = "registry+https://github.com/rust-lang/crates.io-index"
13794checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
13795dependencies = [
13796 "cc",
13797 "tree-sitter-language",
13798]
13799
13800[[package]]
13801name = "tree-sitter-diff"
13802version = "0.1.0"
13803source = "registry+https://github.com/rust-lang/crates.io-index"
13804checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13805dependencies = [
13806 "cc",
13807 "tree-sitter-language",
13808]
13809
13810[[package]]
13811name = "tree-sitter-elixir"
13812version = "0.3.3"
13813source = "registry+https://github.com/rust-lang/crates.io-index"
13814checksum = "23d7310aea06158653d18959123a64262bfbf122b7437899dea0c338654a51d3"
13815dependencies = [
13816 "cc",
13817 "tree-sitter-language",
13818]
13819
13820[[package]]
13821name = "tree-sitter-embedded-template"
13822version = "0.23.2"
13823source = "registry+https://github.com/rust-lang/crates.io-index"
13824checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
13825dependencies = [
13826 "cc",
13827 "tree-sitter-language",
13828]
13829
13830[[package]]
13831name = "tree-sitter-go"
13832version = "0.23.4"
13833source = "registry+https://github.com/rust-lang/crates.io-index"
13834checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
13835dependencies = [
13836 "cc",
13837 "tree-sitter-language",
13838]
13839
13840[[package]]
13841name = "tree-sitter-gomod"
13842version = "1.1.1"
13843source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
13844dependencies = [
13845 "cc",
13846 "tree-sitter-language",
13847]
13848
13849[[package]]
13850name = "tree-sitter-gowork"
13851version = "0.0.1"
13852source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13853dependencies = [
13854 "cc",
13855 "tree-sitter-language",
13856]
13857
13858[[package]]
13859name = "tree-sitter-heex"
13860version = "0.0.1"
13861source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13862dependencies = [
13863 "cc",
13864 "tree-sitter-language",
13865]
13866
13867[[package]]
13868name = "tree-sitter-html"
13869version = "0.20.4"
13870source = "registry+https://github.com/rust-lang/crates.io-index"
13871checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13872dependencies = [
13873 "cc",
13874 "tree-sitter",
13875]
13876
13877[[package]]
13878name = "tree-sitter-jsdoc"
13879version = "0.23.2"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
13882dependencies = [
13883 "cc",
13884 "tree-sitter-language",
13885]
13886
13887[[package]]
13888name = "tree-sitter-json"
13889version = "0.24.8"
13890source = "registry+https://github.com/rust-lang/crates.io-index"
13891checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
13892dependencies = [
13893 "cc",
13894 "tree-sitter-language",
13895]
13896
13897[[package]]
13898name = "tree-sitter-language"
13899version = "0.1.3"
13900source = "registry+https://github.com/rust-lang/crates.io-index"
13901checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
13902
13903[[package]]
13904name = "tree-sitter-md"
13905version = "0.3.2"
13906source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13907dependencies = [
13908 "cc",
13909 "tree-sitter-language",
13910]
13911
13912[[package]]
13913name = "tree-sitter-python"
13914version = "0.23.6"
13915source = "registry+https://github.com/rust-lang/crates.io-index"
13916checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
13917dependencies = [
13918 "cc",
13919 "tree-sitter-language",
13920]
13921
13922[[package]]
13923name = "tree-sitter-regex"
13924version = "0.23.0"
13925source = "registry+https://github.com/rust-lang/crates.io-index"
13926checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13927dependencies = [
13928 "cc",
13929 "tree-sitter-language",
13930]
13931
13932[[package]]
13933name = "tree-sitter-ruby"
13934version = "0.23.1"
13935source = "registry+https://github.com/rust-lang/crates.io-index"
13936checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
13937dependencies = [
13938 "cc",
13939 "tree-sitter-language",
13940]
13941
13942[[package]]
13943name = "tree-sitter-rust"
13944version = "0.23.2"
13945source = "registry+https://github.com/rust-lang/crates.io-index"
13946checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
13947dependencies = [
13948 "cc",
13949 "tree-sitter-language",
13950]
13951
13952[[package]]
13953name = "tree-sitter-typescript"
13954version = "0.23.2"
13955source = "registry+https://github.com/rust-lang/crates.io-index"
13956checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
13957dependencies = [
13958 "cc",
13959 "tree-sitter-language",
13960]
13961
13962[[package]]
13963name = "tree-sitter-yaml"
13964version = "0.6.1"
13965source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13966dependencies = [
13967 "cc",
13968 "tree-sitter-language",
13969]
13970
13971[[package]]
13972name = "try-lock"
13973version = "0.2.5"
13974source = "registry+https://github.com/rust-lang/crates.io-index"
13975checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13976
13977[[package]]
13978name = "ttf-parser"
13979version = "0.21.1"
13980source = "registry+https://github.com/rust-lang/crates.io-index"
13981checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13982
13983[[package]]
13984name = "tungstenite"
13985version = "0.20.1"
13986source = "registry+https://github.com/rust-lang/crates.io-index"
13987checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13988dependencies = [
13989 "byteorder",
13990 "bytes 1.9.0",
13991 "data-encoding",
13992 "http 0.2.12",
13993 "httparse",
13994 "log",
13995 "rand 0.8.5",
13996 "rustls 0.21.12",
13997 "sha1",
13998 "thiserror 1.0.69",
13999 "url",
14000 "utf-8",
14001]
14002
14003[[package]]
14004name = "tungstenite"
14005version = "0.21.0"
14006source = "registry+https://github.com/rust-lang/crates.io-index"
14007checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14008dependencies = [
14009 "byteorder",
14010 "bytes 1.9.0",
14011 "data-encoding",
14012 "http 1.2.0",
14013 "httparse",
14014 "log",
14015 "native-tls",
14016 "rand 0.8.5",
14017 "sha1",
14018 "thiserror 1.0.69",
14019 "url",
14020 "utf-8",
14021]
14022
14023[[package]]
14024name = "tungstenite"
14025version = "0.24.0"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14028dependencies = [
14029 "byteorder",
14030 "bytes 1.9.0",
14031 "data-encoding",
14032 "http 1.2.0",
14033 "httparse",
14034 "log",
14035 "rand 0.8.5",
14036 "sha1",
14037 "thiserror 1.0.69",
14038 "utf-8",
14039]
14040
14041[[package]]
14042name = "typeid"
14043version = "1.0.2"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14046
14047[[package]]
14048name = "typenum"
14049version = "1.17.0"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14052
14053[[package]]
14054name = "ucd-trie"
14055version = "0.1.7"
14056source = "registry+https://github.com/rust-lang/crates.io-index"
14057checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14058
14059[[package]]
14060name = "uds_windows"
14061version = "1.1.0"
14062source = "registry+https://github.com/rust-lang/crates.io-index"
14063checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14064dependencies = [
14065 "memoffset",
14066 "tempfile",
14067 "winapi",
14068]
14069
14070[[package]]
14071name = "ui"
14072version = "0.1.0"
14073dependencies = [
14074 "chrono",
14075 "gpui",
14076 "itertools 0.14.0",
14077 "menu",
14078 "serde",
14079 "settings",
14080 "smallvec",
14081 "story",
14082 "strum",
14083 "theme",
14084 "ui_macros",
14085 "windows 0.58.0",
14086]
14087
14088[[package]]
14089name = "ui_input"
14090version = "0.1.0"
14091dependencies = [
14092 "editor",
14093 "gpui",
14094 "settings",
14095 "theme",
14096 "ui",
14097]
14098
14099[[package]]
14100name = "ui_macros"
14101version = "0.1.0"
14102dependencies = [
14103 "convert_case 0.7.1",
14104 "proc-macro2",
14105 "quote",
14106 "syn 1.0.109",
14107]
14108
14109[[package]]
14110name = "unicase"
14111version = "2.8.1"
14112source = "registry+https://github.com/rust-lang/crates.io-index"
14113checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14114
14115[[package]]
14116name = "unicode-bidi"
14117version = "0.3.17"
14118source = "registry+https://github.com/rust-lang/crates.io-index"
14119checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14120
14121[[package]]
14122name = "unicode-bidi-mirroring"
14123version = "0.2.0"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14126
14127[[package]]
14128name = "unicode-ccc"
14129version = "0.2.0"
14130source = "registry+https://github.com/rust-lang/crates.io-index"
14131checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14132
14133[[package]]
14134name = "unicode-ident"
14135version = "1.0.14"
14136source = "registry+https://github.com/rust-lang/crates.io-index"
14137checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14138
14139[[package]]
14140name = "unicode-linebreak"
14141version = "0.1.5"
14142source = "registry+https://github.com/rust-lang/crates.io-index"
14143checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14144
14145[[package]]
14146name = "unicode-normalization"
14147version = "0.1.24"
14148source = "registry+https://github.com/rust-lang/crates.io-index"
14149checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14150dependencies = [
14151 "tinyvec",
14152]
14153
14154[[package]]
14155name = "unicode-properties"
14156version = "0.1.3"
14157source = "registry+https://github.com/rust-lang/crates.io-index"
14158checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14159
14160[[package]]
14161name = "unicode-script"
14162version = "0.5.7"
14163source = "registry+https://github.com/rust-lang/crates.io-index"
14164checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14165
14166[[package]]
14167name = "unicode-segmentation"
14168version = "1.12.0"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14171
14172[[package]]
14173name = "unicode-width"
14174version = "0.1.14"
14175source = "registry+https://github.com/rust-lang/crates.io-index"
14176checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14177
14178[[package]]
14179name = "unicode-xid"
14180version = "0.2.6"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14183
14184[[package]]
14185name = "unicode_categories"
14186version = "0.1.1"
14187source = "registry+https://github.com/rust-lang/crates.io-index"
14188checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14189
14190[[package]]
14191name = "unindent"
14192version = "0.1.11"
14193source = "registry+https://github.com/rust-lang/crates.io-index"
14194checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
14195
14196[[package]]
14197name = "untrusted"
14198version = "0.9.0"
14199source = "registry+https://github.com/rust-lang/crates.io-index"
14200checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14201
14202[[package]]
14203name = "url"
14204version = "2.5.4"
14205source = "registry+https://github.com/rust-lang/crates.io-index"
14206checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14207dependencies = [
14208 "form_urlencoded",
14209 "idna",
14210 "percent-encoding",
14211 "serde",
14212]
14213
14214[[package]]
14215name = "urlencoding"
14216version = "2.1.3"
14217source = "registry+https://github.com/rust-lang/crates.io-index"
14218checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14219
14220[[package]]
14221name = "usvg"
14222version = "0.44.0"
14223source = "registry+https://github.com/rust-lang/crates.io-index"
14224checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14225dependencies = [
14226 "base64 0.22.1",
14227 "data-url",
14228 "flate2",
14229 "imagesize",
14230 "kurbo",
14231 "log",
14232 "pico-args",
14233 "roxmltree",
14234 "simplecss",
14235 "siphasher 1.0.1",
14236 "strict-num",
14237 "svgtypes",
14238 "tiny-skia-path",
14239 "xmlwriter",
14240]
14241
14242[[package]]
14243name = "utf-8"
14244version = "0.7.6"
14245source = "registry+https://github.com/rust-lang/crates.io-index"
14246checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14247
14248[[package]]
14249name = "utf16_iter"
14250version = "1.0.5"
14251source = "registry+https://github.com/rust-lang/crates.io-index"
14252checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14253
14254[[package]]
14255name = "utf8_iter"
14256version = "1.0.4"
14257source = "registry+https://github.com/rust-lang/crates.io-index"
14258checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14259
14260[[package]]
14261name = "utf8parse"
14262version = "0.2.2"
14263source = "registry+https://github.com/rust-lang/crates.io-index"
14264checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14265
14266[[package]]
14267name = "util"
14268version = "0.1.0"
14269dependencies = [
14270 "anyhow",
14271 "async-fs",
14272 "collections",
14273 "dirs 4.0.0",
14274 "dunce",
14275 "futures 0.3.31",
14276 "futures-lite 1.13.0",
14277 "git2",
14278 "globset",
14279 "itertools 0.14.0",
14280 "libc",
14281 "log",
14282 "rand 0.8.5",
14283 "regex",
14284 "rust-embed",
14285 "serde",
14286 "serde_json",
14287 "smol",
14288 "take-until",
14289 "tempfile",
14290 "tendril",
14291 "unicase",
14292]
14293
14294[[package]]
14295name = "uuid"
14296version = "1.11.0"
14297source = "registry+https://github.com/rust-lang/crates.io-index"
14298checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
14299dependencies = [
14300 "getrandom 0.2.15",
14301 "serde",
14302 "sha1_smol",
14303]
14304
14305[[package]]
14306name = "v_frame"
14307version = "0.3.8"
14308source = "registry+https://github.com/rust-lang/crates.io-index"
14309checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14310dependencies = [
14311 "aligned-vec",
14312 "num-traits",
14313 "wasm-bindgen",
14314]
14315
14316[[package]]
14317name = "valuable"
14318version = "0.1.0"
14319source = "registry+https://github.com/rust-lang/crates.io-index"
14320checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14321
14322[[package]]
14323name = "value-bag"
14324version = "1.10.0"
14325source = "registry+https://github.com/rust-lang/crates.io-index"
14326checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14327dependencies = [
14328 "value-bag-serde1",
14329 "value-bag-sval2",
14330]
14331
14332[[package]]
14333name = "value-bag-serde1"
14334version = "1.10.0"
14335source = "registry+https://github.com/rust-lang/crates.io-index"
14336checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14337dependencies = [
14338 "erased-serde",
14339 "serde",
14340 "serde_fmt",
14341]
14342
14343[[package]]
14344name = "value-bag-sval2"
14345version = "1.10.0"
14346source = "registry+https://github.com/rust-lang/crates.io-index"
14347checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14348dependencies = [
14349 "sval",
14350 "sval_buffer",
14351 "sval_dynamic",
14352 "sval_fmt",
14353 "sval_json",
14354 "sval_ref",
14355 "sval_serde",
14356]
14357
14358[[package]]
14359name = "vcpkg"
14360version = "0.2.15"
14361source = "registry+https://github.com/rust-lang/crates.io-index"
14362checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14363
14364[[package]]
14365name = "vcs_menu"
14366version = "0.1.0"
14367dependencies = [
14368 "anyhow",
14369 "fuzzy",
14370 "git",
14371 "gpui",
14372 "picker",
14373 "project",
14374 "ui",
14375 "util",
14376 "workspace",
14377 "zed_actions",
14378]
14379
14380[[package]]
14381name = "version-compare"
14382version = "0.2.0"
14383source = "registry+https://github.com/rust-lang/crates.io-index"
14384checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14385
14386[[package]]
14387name = "version_check"
14388version = "0.9.5"
14389source = "registry+https://github.com/rust-lang/crates.io-index"
14390checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
14391
14392[[package]]
14393name = "vim"
14394version = "0.1.0"
14395dependencies = [
14396 "anyhow",
14397 "assets",
14398 "async-compat",
14399 "async-trait",
14400 "collections",
14401 "command_palette",
14402 "command_palette_hooks",
14403 "editor",
14404 "futures 0.3.31",
14405 "gpui",
14406 "indoc",
14407 "itertools 0.14.0",
14408 "language",
14409 "libc",
14410 "log",
14411 "lsp",
14412 "multi_buffer",
14413 "nvim-rs",
14414 "parking_lot",
14415 "project_panel",
14416 "regex",
14417 "release_channel",
14418 "schemars",
14419 "search",
14420 "serde",
14421 "serde_derive",
14422 "serde_json",
14423 "settings",
14424 "task",
14425 "theme",
14426 "tokio",
14427 "ui",
14428 "util",
14429 "vim_mode_setting",
14430 "workspace",
14431 "zed_actions",
14432]
14433
14434[[package]]
14435name = "vim_mode_setting"
14436version = "0.1.0"
14437dependencies = [
14438 "anyhow",
14439 "gpui",
14440 "settings",
14441]
14442
14443[[package]]
14444name = "vscode_theme"
14445version = "0.2.0"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
14448dependencies = [
14449 "serde",
14450]
14451
14452[[package]]
14453name = "vsimd"
14454version = "0.8.0"
14455source = "registry+https://github.com/rust-lang/crates.io-index"
14456checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
14457
14458[[package]]
14459name = "vswhom"
14460version = "0.1.0"
14461source = "registry+https://github.com/rust-lang/crates.io-index"
14462checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
14463dependencies = [
14464 "libc",
14465 "vswhom-sys",
14466]
14467
14468[[package]]
14469name = "vswhom-sys"
14470version = "0.1.2"
14471source = "registry+https://github.com/rust-lang/crates.io-index"
14472checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
14473dependencies = [
14474 "cc",
14475 "libc",
14476]
14477
14478[[package]]
14479name = "vte"
14480version = "0.14.1"
14481source = "registry+https://github.com/rust-lang/crates.io-index"
14482checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077"
14483dependencies = [
14484 "bitflags 2.8.0",
14485 "cursor-icon",
14486 "log",
14487 "memchr",
14488 "serde",
14489]
14490
14491[[package]]
14492name = "waker-fn"
14493version = "1.2.0"
14494source = "registry+https://github.com/rust-lang/crates.io-index"
14495checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
14496
14497[[package]]
14498name = "walkdir"
14499version = "2.5.0"
14500source = "registry+https://github.com/rust-lang/crates.io-index"
14501checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
14502dependencies = [
14503 "same-file",
14504 "winapi-util",
14505]
14506
14507[[package]]
14508name = "want"
14509version = "0.3.1"
14510source = "registry+https://github.com/rust-lang/crates.io-index"
14511checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
14512dependencies = [
14513 "try-lock",
14514]
14515
14516[[package]]
14517name = "warp"
14518version = "0.3.7"
14519source = "registry+https://github.com/rust-lang/crates.io-index"
14520checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
14521dependencies = [
14522 "bytes 1.9.0",
14523 "futures-channel",
14524 "futures-util",
14525 "headers",
14526 "http 0.2.12",
14527 "hyper 0.14.32",
14528 "log",
14529 "mime",
14530 "mime_guess",
14531 "percent-encoding",
14532 "pin-project",
14533 "scoped-tls",
14534 "serde",
14535 "serde_json",
14536 "serde_urlencoded",
14537 "tokio",
14538 "tokio-tungstenite 0.21.0",
14539 "tokio-util",
14540 "tower-service",
14541 "tracing",
14542]
14543
14544[[package]]
14545name = "wasi"
14546version = "0.9.0+wasi-snapshot-preview1"
14547source = "registry+https://github.com/rust-lang/crates.io-index"
14548checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
14549
14550[[package]]
14551name = "wasi"
14552version = "0.11.0+wasi-snapshot-preview1"
14553source = "registry+https://github.com/rust-lang/crates.io-index"
14554checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
14555
14556[[package]]
14557name = "wasite"
14558version = "0.1.0"
14559source = "registry+https://github.com/rust-lang/crates.io-index"
14560checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
14561
14562[[package]]
14563name = "wasm-bindgen"
14564version = "0.2.99"
14565source = "registry+https://github.com/rust-lang/crates.io-index"
14566checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
14567dependencies = [
14568 "cfg-if",
14569 "once_cell",
14570 "wasm-bindgen-macro",
14571]
14572
14573[[package]]
14574name = "wasm-bindgen-backend"
14575version = "0.2.99"
14576source = "registry+https://github.com/rust-lang/crates.io-index"
14577checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
14578dependencies = [
14579 "bumpalo",
14580 "log",
14581 "proc-macro2",
14582 "quote",
14583 "syn 2.0.90",
14584 "wasm-bindgen-shared",
14585]
14586
14587[[package]]
14588name = "wasm-bindgen-futures"
14589version = "0.4.49"
14590source = "registry+https://github.com/rust-lang/crates.io-index"
14591checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
14592dependencies = [
14593 "cfg-if",
14594 "js-sys",
14595 "once_cell",
14596 "wasm-bindgen",
14597 "web-sys",
14598]
14599
14600[[package]]
14601name = "wasm-bindgen-macro"
14602version = "0.2.99"
14603source = "registry+https://github.com/rust-lang/crates.io-index"
14604checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
14605dependencies = [
14606 "quote",
14607 "wasm-bindgen-macro-support",
14608]
14609
14610[[package]]
14611name = "wasm-bindgen-macro-support"
14612version = "0.2.99"
14613source = "registry+https://github.com/rust-lang/crates.io-index"
14614checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
14615dependencies = [
14616 "proc-macro2",
14617 "quote",
14618 "syn 2.0.90",
14619 "wasm-bindgen-backend",
14620 "wasm-bindgen-shared",
14621]
14622
14623[[package]]
14624name = "wasm-bindgen-shared"
14625version = "0.2.99"
14626source = "registry+https://github.com/rust-lang/crates.io-index"
14627checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
14628
14629[[package]]
14630name = "wasm-encoder"
14631version = "0.201.0"
14632source = "registry+https://github.com/rust-lang/crates.io-index"
14633checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
14634dependencies = [
14635 "leb128",
14636]
14637
14638[[package]]
14639name = "wasm-encoder"
14640version = "0.215.0"
14641source = "registry+https://github.com/rust-lang/crates.io-index"
14642checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14643dependencies = [
14644 "leb128",
14645]
14646
14647[[package]]
14648name = "wasm-metadata"
14649version = "0.201.0"
14650source = "registry+https://github.com/rust-lang/crates.io-index"
14651checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14652dependencies = [
14653 "anyhow",
14654 "indexmap",
14655 "serde",
14656 "serde_derive",
14657 "serde_json",
14658 "spdx",
14659 "wasm-encoder 0.201.0",
14660 "wasmparser 0.201.0",
14661]
14662
14663[[package]]
14664name = "wasm-streams"
14665version = "0.4.2"
14666source = "registry+https://github.com/rust-lang/crates.io-index"
14667checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
14668dependencies = [
14669 "futures-util",
14670 "js-sys",
14671 "wasm-bindgen",
14672 "wasm-bindgen-futures",
14673 "web-sys",
14674]
14675
14676[[package]]
14677name = "wasmparser"
14678version = "0.201.0"
14679source = "registry+https://github.com/rust-lang/crates.io-index"
14680checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14681dependencies = [
14682 "bitflags 2.8.0",
14683 "indexmap",
14684 "semver",
14685]
14686
14687[[package]]
14688name = "wasmparser"
14689version = "0.215.0"
14690source = "registry+https://github.com/rust-lang/crates.io-index"
14691checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14692dependencies = [
14693 "ahash 0.8.11",
14694 "bitflags 2.8.0",
14695 "hashbrown 0.14.5",
14696 "indexmap",
14697 "semver",
14698 "serde",
14699]
14700
14701[[package]]
14702name = "wasmprinter"
14703version = "0.215.0"
14704source = "registry+https://github.com/rust-lang/crates.io-index"
14705checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14706dependencies = [
14707 "anyhow",
14708 "termcolor",
14709 "wasmparser 0.215.0",
14710]
14711
14712[[package]]
14713name = "wasmtime"
14714version = "24.0.2"
14715source = "registry+https://github.com/rust-lang/crates.io-index"
14716checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14717dependencies = [
14718 "anyhow",
14719 "async-trait",
14720 "bitflags 2.8.0",
14721 "bumpalo",
14722 "cc",
14723 "cfg-if",
14724 "encoding_rs",
14725 "hashbrown 0.14.5",
14726 "indexmap",
14727 "libc",
14728 "libm",
14729 "log",
14730 "mach2",
14731 "memfd",
14732 "object",
14733 "once_cell",
14734 "paste",
14735 "postcard",
14736 "psm",
14737 "rustix",
14738 "semver",
14739 "serde",
14740 "serde_derive",
14741 "smallvec",
14742 "sptr",
14743 "target-lexicon",
14744 "wasmparser 0.215.0",
14745 "wasmtime-asm-macros",
14746 "wasmtime-component-macro",
14747 "wasmtime-component-util",
14748 "wasmtime-cranelift",
14749 "wasmtime-environ",
14750 "wasmtime-fiber",
14751 "wasmtime-jit-icache-coherence",
14752 "wasmtime-slab",
14753 "wasmtime-versioned-export-macros",
14754 "wasmtime-winch",
14755 "windows-sys 0.52.0",
14756]
14757
14758[[package]]
14759name = "wasmtime-asm-macros"
14760version = "24.0.2"
14761source = "registry+https://github.com/rust-lang/crates.io-index"
14762checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14763dependencies = [
14764 "cfg-if",
14765]
14766
14767[[package]]
14768name = "wasmtime-c-api-impl"
14769version = "24.0.2"
14770source = "registry+https://github.com/rust-lang/crates.io-index"
14771checksum = "4e038dd412700174019867608617127e7cc4f113f764dd10e7488dbf5f47b191"
14772dependencies = [
14773 "anyhow",
14774 "log",
14775 "once_cell",
14776 "tracing",
14777 "wasmtime",
14778 "wasmtime-c-api-macros",
14779]
14780
14781[[package]]
14782name = "wasmtime-c-api-macros"
14783version = "24.0.2"
14784source = "registry+https://github.com/rust-lang/crates.io-index"
14785checksum = "bde0ca2263811d980ab676bcb2a190c990737f58969a908976101ad208149a17"
14786dependencies = [
14787 "proc-macro2",
14788 "quote",
14789]
14790
14791[[package]]
14792name = "wasmtime-component-macro"
14793version = "24.0.2"
14794source = "registry+https://github.com/rust-lang/crates.io-index"
14795checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14796dependencies = [
14797 "anyhow",
14798 "proc-macro2",
14799 "quote",
14800 "syn 2.0.90",
14801 "wasmtime-component-util",
14802 "wasmtime-wit-bindgen",
14803 "wit-parser 0.215.0",
14804]
14805
14806[[package]]
14807name = "wasmtime-component-util"
14808version = "24.0.2"
14809source = "registry+https://github.com/rust-lang/crates.io-index"
14810checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14811
14812[[package]]
14813name = "wasmtime-cranelift"
14814version = "24.0.2"
14815source = "registry+https://github.com/rust-lang/crates.io-index"
14816checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14817dependencies = [
14818 "anyhow",
14819 "cfg-if",
14820 "cranelift-codegen",
14821 "cranelift-control",
14822 "cranelift-entity",
14823 "cranelift-frontend",
14824 "cranelift-native",
14825 "cranelift-wasm",
14826 "gimli 0.29.0",
14827 "log",
14828 "object",
14829 "target-lexicon",
14830 "thiserror 1.0.69",
14831 "wasmparser 0.215.0",
14832 "wasmtime-environ",
14833 "wasmtime-versioned-export-macros",
14834]
14835
14836[[package]]
14837name = "wasmtime-environ"
14838version = "24.0.2"
14839source = "registry+https://github.com/rust-lang/crates.io-index"
14840checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14841dependencies = [
14842 "anyhow",
14843 "cpp_demangle",
14844 "cranelift-bitset",
14845 "cranelift-entity",
14846 "gimli 0.29.0",
14847 "indexmap",
14848 "log",
14849 "object",
14850 "postcard",
14851 "rustc-demangle",
14852 "semver",
14853 "serde",
14854 "serde_derive",
14855 "target-lexicon",
14856 "wasm-encoder 0.215.0",
14857 "wasmparser 0.215.0",
14858 "wasmprinter",
14859 "wasmtime-component-util",
14860 "wasmtime-types",
14861]
14862
14863[[package]]
14864name = "wasmtime-fiber"
14865version = "24.0.2"
14866source = "registry+https://github.com/rust-lang/crates.io-index"
14867checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14868dependencies = [
14869 "anyhow",
14870 "cc",
14871 "cfg-if",
14872 "rustix",
14873 "wasmtime-asm-macros",
14874 "wasmtime-versioned-export-macros",
14875 "windows-sys 0.52.0",
14876]
14877
14878[[package]]
14879name = "wasmtime-jit-icache-coherence"
14880version = "24.0.2"
14881source = "registry+https://github.com/rust-lang/crates.io-index"
14882checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14883dependencies = [
14884 "anyhow",
14885 "cfg-if",
14886 "libc",
14887 "windows-sys 0.52.0",
14888]
14889
14890[[package]]
14891name = "wasmtime-slab"
14892version = "24.0.2"
14893source = "registry+https://github.com/rust-lang/crates.io-index"
14894checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14895
14896[[package]]
14897name = "wasmtime-types"
14898version = "24.0.2"
14899source = "registry+https://github.com/rust-lang/crates.io-index"
14900checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14901dependencies = [
14902 "anyhow",
14903 "cranelift-entity",
14904 "serde",
14905 "serde_derive",
14906 "smallvec",
14907 "wasmparser 0.215.0",
14908]
14909
14910[[package]]
14911name = "wasmtime-versioned-export-macros"
14912version = "24.0.2"
14913source = "registry+https://github.com/rust-lang/crates.io-index"
14914checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14915dependencies = [
14916 "proc-macro2",
14917 "quote",
14918 "syn 2.0.90",
14919]
14920
14921[[package]]
14922name = "wasmtime-wasi"
14923version = "24.0.2"
14924source = "registry+https://github.com/rust-lang/crates.io-index"
14925checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
14926dependencies = [
14927 "anyhow",
14928 "async-trait",
14929 "bitflags 2.8.0",
14930 "bytes 1.9.0",
14931 "cap-fs-ext",
14932 "cap-net-ext",
14933 "cap-rand",
14934 "cap-std",
14935 "cap-time-ext",
14936 "fs-set-times",
14937 "futures 0.3.31",
14938 "io-extras",
14939 "io-lifetimes",
14940 "once_cell",
14941 "rustix",
14942 "system-interface",
14943 "thiserror 1.0.69",
14944 "tokio",
14945 "tracing",
14946 "url",
14947 "wasmtime",
14948 "wiggle",
14949 "windows-sys 0.52.0",
14950]
14951
14952[[package]]
14953name = "wasmtime-winch"
14954version = "24.0.2"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14957dependencies = [
14958 "anyhow",
14959 "cranelift-codegen",
14960 "gimli 0.29.0",
14961 "object",
14962 "target-lexicon",
14963 "wasmparser 0.215.0",
14964 "wasmtime-cranelift",
14965 "wasmtime-environ",
14966 "winch-codegen",
14967]
14968
14969[[package]]
14970name = "wasmtime-wit-bindgen"
14971version = "24.0.2"
14972source = "registry+https://github.com/rust-lang/crates.io-index"
14973checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14974dependencies = [
14975 "anyhow",
14976 "heck 0.4.1",
14977 "indexmap",
14978 "wit-parser 0.215.0",
14979]
14980
14981[[package]]
14982name = "wast"
14983version = "35.0.2"
14984source = "registry+https://github.com/rust-lang/crates.io-index"
14985checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14986dependencies = [
14987 "leb128",
14988]
14989
14990[[package]]
14991name = "wayland-backend"
14992version = "0.3.7"
14993source = "registry+https://github.com/rust-lang/crates.io-index"
14994checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
14995dependencies = [
14996 "cc",
14997 "downcast-rs",
14998 "rustix",
14999 "scoped-tls",
15000 "smallvec",
15001 "wayland-sys",
15002]
15003
15004[[package]]
15005name = "wayland-client"
15006version = "0.31.7"
15007source = "registry+https://github.com/rust-lang/crates.io-index"
15008checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
15009dependencies = [
15010 "bitflags 2.8.0",
15011 "rustix",
15012 "wayland-backend",
15013 "wayland-scanner",
15014]
15015
15016[[package]]
15017name = "wayland-cursor"
15018version = "0.31.7"
15019source = "registry+https://github.com/rust-lang/crates.io-index"
15020checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c"
15021dependencies = [
15022 "rustix",
15023 "wayland-client",
15024 "xcursor",
15025]
15026
15027[[package]]
15028name = "wayland-protocols"
15029version = "0.31.2"
15030source = "registry+https://github.com/rust-lang/crates.io-index"
15031checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15032dependencies = [
15033 "bitflags 2.8.0",
15034 "wayland-backend",
15035 "wayland-client",
15036 "wayland-scanner",
15037]
15038
15039[[package]]
15040name = "wayland-protocols-plasma"
15041version = "0.2.0"
15042source = "registry+https://github.com/rust-lang/crates.io-index"
15043checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15044dependencies = [
15045 "bitflags 2.8.0",
15046 "wayland-backend",
15047 "wayland-client",
15048 "wayland-protocols",
15049 "wayland-scanner",
15050]
15051
15052[[package]]
15053name = "wayland-scanner"
15054version = "0.31.5"
15055source = "registry+https://github.com/rust-lang/crates.io-index"
15056checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
15057dependencies = [
15058 "proc-macro2",
15059 "quick-xml 0.36.2",
15060 "quote",
15061]
15062
15063[[package]]
15064name = "wayland-sys"
15065version = "0.31.5"
15066source = "registry+https://github.com/rust-lang/crates.io-index"
15067checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
15068dependencies = [
15069 "dlib",
15070 "log",
15071 "once_cell",
15072 "pkg-config",
15073]
15074
15075[[package]]
15076name = "web-sys"
15077version = "0.3.76"
15078source = "registry+https://github.com/rust-lang/crates.io-index"
15079checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15080dependencies = [
15081 "js-sys",
15082 "wasm-bindgen",
15083]
15084
15085[[package]]
15086name = "web-time"
15087version = "1.1.0"
15088source = "registry+https://github.com/rust-lang/crates.io-index"
15089checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15090dependencies = [
15091 "js-sys",
15092 "wasm-bindgen",
15093]
15094
15095[[package]]
15096name = "webpki"
15097version = "0.22.4"
15098source = "registry+https://github.com/rust-lang/crates.io-index"
15099checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
15100dependencies = [
15101 "ring",
15102 "untrusted",
15103]
15104
15105[[package]]
15106name = "webpki-roots"
15107version = "0.22.6"
15108source = "registry+https://github.com/rust-lang/crates.io-index"
15109checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
15110dependencies = [
15111 "webpki",
15112]
15113
15114[[package]]
15115name = "webpki-roots"
15116version = "0.26.7"
15117source = "registry+https://github.com/rust-lang/crates.io-index"
15118checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15119dependencies = [
15120 "rustls-pki-types",
15121]
15122
15123[[package]]
15124name = "webrtc-sys"
15125version = "0.3.5"
15126source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15127dependencies = [
15128 "cc",
15129 "cxx",
15130 "cxx-build",
15131 "glob",
15132 "log",
15133 "webrtc-sys-build",
15134]
15135
15136[[package]]
15137name = "webrtc-sys-build"
15138version = "0.3.5"
15139source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15140dependencies = [
15141 "fs2",
15142 "regex",
15143 "reqwest 0.11.27",
15144 "scratch",
15145 "semver",
15146 "zip",
15147]
15148
15149[[package]]
15150name = "weezl"
15151version = "0.1.8"
15152source = "registry+https://github.com/rust-lang/crates.io-index"
15153checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15154
15155[[package]]
15156name = "welcome"
15157version = "0.1.0"
15158dependencies = [
15159 "anyhow",
15160 "client",
15161 "copilot",
15162 "db",
15163 "editor",
15164 "fuzzy",
15165 "gpui",
15166 "install_cli",
15167 "picker",
15168 "project",
15169 "schemars",
15170 "serde",
15171 "settings",
15172 "telemetry",
15173 "ui",
15174 "util",
15175 "vim_mode_setting",
15176 "workspace",
15177 "zed_actions",
15178]
15179
15180[[package]]
15181name = "which"
15182version = "4.4.2"
15183source = "registry+https://github.com/rust-lang/crates.io-index"
15184checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15185dependencies = [
15186 "either",
15187 "home",
15188 "once_cell",
15189 "rustix",
15190]
15191
15192[[package]]
15193name = "which"
15194version = "6.0.3"
15195source = "registry+https://github.com/rust-lang/crates.io-index"
15196checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15197dependencies = [
15198 "either",
15199 "home",
15200 "rustix",
15201 "winsafe",
15202]
15203
15204[[package]]
15205name = "whoami"
15206version = "1.5.2"
15207source = "registry+https://github.com/rust-lang/crates.io-index"
15208checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15209dependencies = [
15210 "redox_syscall 0.5.8",
15211 "wasite",
15212]
15213
15214[[package]]
15215name = "wiggle"
15216version = "24.0.2"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
15219dependencies = [
15220 "anyhow",
15221 "async-trait",
15222 "bitflags 2.8.0",
15223 "thiserror 1.0.69",
15224 "tracing",
15225 "wasmtime",
15226 "wiggle-macro",
15227]
15228
15229[[package]]
15230name = "wiggle-generate"
15231version = "24.0.2"
15232source = "registry+https://github.com/rust-lang/crates.io-index"
15233checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
15234dependencies = [
15235 "anyhow",
15236 "heck 0.4.1",
15237 "proc-macro2",
15238 "quote",
15239 "shellexpand 2.1.2",
15240 "syn 2.0.90",
15241 "witx",
15242]
15243
15244[[package]]
15245name = "wiggle-macro"
15246version = "24.0.2"
15247source = "registry+https://github.com/rust-lang/crates.io-index"
15248checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
15249dependencies = [
15250 "proc-macro2",
15251 "quote",
15252 "syn 2.0.90",
15253 "wiggle-generate",
15254]
15255
15256[[package]]
15257name = "winapi"
15258version = "0.3.9"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15261dependencies = [
15262 "winapi-i686-pc-windows-gnu",
15263 "winapi-x86_64-pc-windows-gnu",
15264]
15265
15266[[package]]
15267name = "winapi-i686-pc-windows-gnu"
15268version = "0.4.0"
15269source = "registry+https://github.com/rust-lang/crates.io-index"
15270checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15271
15272[[package]]
15273name = "winapi-util"
15274version = "0.1.9"
15275source = "registry+https://github.com/rust-lang/crates.io-index"
15276checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15277dependencies = [
15278 "windows-sys 0.59.0",
15279]
15280
15281[[package]]
15282name = "winapi-x86_64-pc-windows-gnu"
15283version = "0.4.0"
15284source = "registry+https://github.com/rust-lang/crates.io-index"
15285checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15286
15287[[package]]
15288name = "winch-codegen"
15289version = "0.22.2"
15290source = "registry+https://github.com/rust-lang/crates.io-index"
15291checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
15292dependencies = [
15293 "anyhow",
15294 "cranelift-codegen",
15295 "gimli 0.29.0",
15296 "regalloc2",
15297 "smallvec",
15298 "target-lexicon",
15299 "wasmparser 0.215.0",
15300 "wasmtime-cranelift",
15301 "wasmtime-environ",
15302]
15303
15304[[package]]
15305name = "windows"
15306version = "0.54.0"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15309dependencies = [
15310 "windows-core 0.54.0",
15311 "windows-targets 0.52.6",
15312]
15313
15314[[package]]
15315name = "windows"
15316version = "0.57.0"
15317source = "registry+https://github.com/rust-lang/crates.io-index"
15318checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15319dependencies = [
15320 "windows-core 0.57.0",
15321 "windows-targets 0.52.6",
15322]
15323
15324[[package]]
15325name = "windows"
15326version = "0.58.0"
15327source = "registry+https://github.com/rust-lang/crates.io-index"
15328checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15329dependencies = [
15330 "windows-core 0.58.0",
15331 "windows-targets 0.52.6",
15332]
15333
15334[[package]]
15335name = "windows-core"
15336version = "0.52.0"
15337source = "registry+https://github.com/rust-lang/crates.io-index"
15338checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15339dependencies = [
15340 "windows-targets 0.52.6",
15341]
15342
15343[[package]]
15344name = "windows-core"
15345version = "0.54.0"
15346source = "registry+https://github.com/rust-lang/crates.io-index"
15347checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15348dependencies = [
15349 "windows-result 0.1.2",
15350 "windows-targets 0.52.6",
15351]
15352
15353[[package]]
15354name = "windows-core"
15355version = "0.57.0"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15358dependencies = [
15359 "windows-implement 0.57.0",
15360 "windows-interface 0.57.0",
15361 "windows-result 0.1.2",
15362 "windows-targets 0.52.6",
15363]
15364
15365[[package]]
15366name = "windows-core"
15367version = "0.58.0"
15368source = "registry+https://github.com/rust-lang/crates.io-index"
15369checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
15370dependencies = [
15371 "windows-implement 0.58.0",
15372 "windows-interface 0.58.0",
15373 "windows-result 0.2.0",
15374 "windows-strings",
15375 "windows-targets 0.52.6",
15376]
15377
15378[[package]]
15379name = "windows-implement"
15380version = "0.57.0"
15381source = "registry+https://github.com/rust-lang/crates.io-index"
15382checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
15383dependencies = [
15384 "proc-macro2",
15385 "quote",
15386 "syn 2.0.90",
15387]
15388
15389[[package]]
15390name = "windows-implement"
15391version = "0.58.0"
15392source = "registry+https://github.com/rust-lang/crates.io-index"
15393checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
15394dependencies = [
15395 "proc-macro2",
15396 "quote",
15397 "syn 2.0.90",
15398]
15399
15400[[package]]
15401name = "windows-interface"
15402version = "0.57.0"
15403source = "registry+https://github.com/rust-lang/crates.io-index"
15404checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
15405dependencies = [
15406 "proc-macro2",
15407 "quote",
15408 "syn 2.0.90",
15409]
15410
15411[[package]]
15412name = "windows-interface"
15413version = "0.58.0"
15414source = "registry+https://github.com/rust-lang/crates.io-index"
15415checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
15416dependencies = [
15417 "proc-macro2",
15418 "quote",
15419 "syn 2.0.90",
15420]
15421
15422[[package]]
15423name = "windows-registry"
15424version = "0.2.0"
15425source = "registry+https://github.com/rust-lang/crates.io-index"
15426checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
15427dependencies = [
15428 "windows-result 0.2.0",
15429 "windows-strings",
15430 "windows-targets 0.52.6",
15431]
15432
15433[[package]]
15434name = "windows-result"
15435version = "0.1.2"
15436source = "registry+https://github.com/rust-lang/crates.io-index"
15437checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
15438dependencies = [
15439 "windows-targets 0.52.6",
15440]
15441
15442[[package]]
15443name = "windows-result"
15444version = "0.2.0"
15445source = "registry+https://github.com/rust-lang/crates.io-index"
15446checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
15447dependencies = [
15448 "windows-targets 0.52.6",
15449]
15450
15451[[package]]
15452name = "windows-strings"
15453version = "0.1.0"
15454source = "registry+https://github.com/rust-lang/crates.io-index"
15455checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
15456dependencies = [
15457 "windows-result 0.2.0",
15458 "windows-targets 0.52.6",
15459]
15460
15461[[package]]
15462name = "windows-sys"
15463version = "0.45.0"
15464source = "registry+https://github.com/rust-lang/crates.io-index"
15465checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
15466dependencies = [
15467 "windows-targets 0.42.2",
15468]
15469
15470[[package]]
15471name = "windows-sys"
15472version = "0.48.0"
15473source = "registry+https://github.com/rust-lang/crates.io-index"
15474checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
15475dependencies = [
15476 "windows-targets 0.48.5",
15477]
15478
15479[[package]]
15480name = "windows-sys"
15481version = "0.52.0"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
15484dependencies = [
15485 "windows-targets 0.52.6",
15486]
15487
15488[[package]]
15489name = "windows-sys"
15490version = "0.59.0"
15491source = "registry+https://github.com/rust-lang/crates.io-index"
15492checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
15493dependencies = [
15494 "windows-targets 0.52.6",
15495]
15496
15497[[package]]
15498name = "windows-targets"
15499version = "0.42.2"
15500source = "registry+https://github.com/rust-lang/crates.io-index"
15501checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
15502dependencies = [
15503 "windows_aarch64_gnullvm 0.42.2",
15504 "windows_aarch64_msvc 0.42.2",
15505 "windows_i686_gnu 0.42.2",
15506 "windows_i686_msvc 0.42.2",
15507 "windows_x86_64_gnu 0.42.2",
15508 "windows_x86_64_gnullvm 0.42.2",
15509 "windows_x86_64_msvc 0.42.2",
15510]
15511
15512[[package]]
15513name = "windows-targets"
15514version = "0.48.5"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
15517dependencies = [
15518 "windows_aarch64_gnullvm 0.48.5",
15519 "windows_aarch64_msvc 0.48.5",
15520 "windows_i686_gnu 0.48.5",
15521 "windows_i686_msvc 0.48.5",
15522 "windows_x86_64_gnu 0.48.5",
15523 "windows_x86_64_gnullvm 0.48.5",
15524 "windows_x86_64_msvc 0.48.5",
15525]
15526
15527[[package]]
15528name = "windows-targets"
15529version = "0.52.6"
15530source = "registry+https://github.com/rust-lang/crates.io-index"
15531checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
15532dependencies = [
15533 "windows_aarch64_gnullvm 0.52.6",
15534 "windows_aarch64_msvc 0.52.6",
15535 "windows_i686_gnu 0.52.6",
15536 "windows_i686_gnullvm",
15537 "windows_i686_msvc 0.52.6",
15538 "windows_x86_64_gnu 0.52.6",
15539 "windows_x86_64_gnullvm 0.52.6",
15540 "windows_x86_64_msvc 0.52.6",
15541]
15542
15543[[package]]
15544name = "windows_aarch64_gnullvm"
15545version = "0.42.2"
15546source = "registry+https://github.com/rust-lang/crates.io-index"
15547checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
15548
15549[[package]]
15550name = "windows_aarch64_gnullvm"
15551version = "0.48.5"
15552source = "registry+https://github.com/rust-lang/crates.io-index"
15553checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
15554
15555[[package]]
15556name = "windows_aarch64_gnullvm"
15557version = "0.52.6"
15558source = "registry+https://github.com/rust-lang/crates.io-index"
15559checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
15560
15561[[package]]
15562name = "windows_aarch64_msvc"
15563version = "0.42.2"
15564source = "registry+https://github.com/rust-lang/crates.io-index"
15565checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
15566
15567[[package]]
15568name = "windows_aarch64_msvc"
15569version = "0.48.5"
15570source = "registry+https://github.com/rust-lang/crates.io-index"
15571checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
15572
15573[[package]]
15574name = "windows_aarch64_msvc"
15575version = "0.52.6"
15576source = "registry+https://github.com/rust-lang/crates.io-index"
15577checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
15578
15579[[package]]
15580name = "windows_i686_gnu"
15581version = "0.42.2"
15582source = "registry+https://github.com/rust-lang/crates.io-index"
15583checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
15584
15585[[package]]
15586name = "windows_i686_gnu"
15587version = "0.48.5"
15588source = "registry+https://github.com/rust-lang/crates.io-index"
15589checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
15590
15591[[package]]
15592name = "windows_i686_gnu"
15593version = "0.52.6"
15594source = "registry+https://github.com/rust-lang/crates.io-index"
15595checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
15596
15597[[package]]
15598name = "windows_i686_gnullvm"
15599version = "0.52.6"
15600source = "registry+https://github.com/rust-lang/crates.io-index"
15601checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
15602
15603[[package]]
15604name = "windows_i686_msvc"
15605version = "0.42.2"
15606source = "registry+https://github.com/rust-lang/crates.io-index"
15607checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
15608
15609[[package]]
15610name = "windows_i686_msvc"
15611version = "0.48.5"
15612source = "registry+https://github.com/rust-lang/crates.io-index"
15613checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
15614
15615[[package]]
15616name = "windows_i686_msvc"
15617version = "0.52.6"
15618source = "registry+https://github.com/rust-lang/crates.io-index"
15619checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
15620
15621[[package]]
15622name = "windows_x86_64_gnu"
15623version = "0.42.2"
15624source = "registry+https://github.com/rust-lang/crates.io-index"
15625checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
15626
15627[[package]]
15628name = "windows_x86_64_gnu"
15629version = "0.48.5"
15630source = "registry+https://github.com/rust-lang/crates.io-index"
15631checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
15632
15633[[package]]
15634name = "windows_x86_64_gnu"
15635version = "0.52.6"
15636source = "registry+https://github.com/rust-lang/crates.io-index"
15637checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
15638
15639[[package]]
15640name = "windows_x86_64_gnullvm"
15641version = "0.42.2"
15642source = "registry+https://github.com/rust-lang/crates.io-index"
15643checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
15644
15645[[package]]
15646name = "windows_x86_64_gnullvm"
15647version = "0.48.5"
15648source = "registry+https://github.com/rust-lang/crates.io-index"
15649checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
15650
15651[[package]]
15652name = "windows_x86_64_gnullvm"
15653version = "0.52.6"
15654source = "registry+https://github.com/rust-lang/crates.io-index"
15655checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
15656
15657[[package]]
15658name = "windows_x86_64_msvc"
15659version = "0.42.2"
15660source = "registry+https://github.com/rust-lang/crates.io-index"
15661checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
15662
15663[[package]]
15664name = "windows_x86_64_msvc"
15665version = "0.48.5"
15666source = "registry+https://github.com/rust-lang/crates.io-index"
15667checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
15668
15669[[package]]
15670name = "windows_x86_64_msvc"
15671version = "0.52.6"
15672source = "registry+https://github.com/rust-lang/crates.io-index"
15673checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
15674
15675[[package]]
15676name = "winnow"
15677version = "0.6.20"
15678source = "registry+https://github.com/rust-lang/crates.io-index"
15679checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
15680dependencies = [
15681 "memchr",
15682]
15683
15684[[package]]
15685name = "winreg"
15686version = "0.50.0"
15687source = "registry+https://github.com/rust-lang/crates.io-index"
15688checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15689dependencies = [
15690 "cfg-if",
15691 "windows-sys 0.48.0",
15692]
15693
15694[[package]]
15695name = "winreg"
15696version = "0.52.0"
15697source = "registry+https://github.com/rust-lang/crates.io-index"
15698checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15699dependencies = [
15700 "cfg-if",
15701 "windows-sys 0.48.0",
15702]
15703
15704[[package]]
15705name = "winresource"
15706version = "0.1.19"
15707source = "registry+https://github.com/rust-lang/crates.io-index"
15708checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
15709dependencies = [
15710 "toml 0.8.19",
15711 "version_check",
15712]
15713
15714[[package]]
15715name = "winsafe"
15716version = "0.0.19"
15717source = "registry+https://github.com/rust-lang/crates.io-index"
15718checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15719
15720[[package]]
15721name = "winx"
15722version = "0.36.4"
15723source = "registry+https://github.com/rust-lang/crates.io-index"
15724checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
15725dependencies = [
15726 "bitflags 2.8.0",
15727 "windows-sys 0.59.0",
15728]
15729
15730[[package]]
15731name = "wio"
15732version = "0.2.2"
15733source = "registry+https://github.com/rust-lang/crates.io-index"
15734checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15735dependencies = [
15736 "winapi",
15737]
15738
15739[[package]]
15740name = "wit-bindgen"
15741version = "0.22.0"
15742source = "registry+https://github.com/rust-lang/crates.io-index"
15743checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15744dependencies = [
15745 "bitflags 2.8.0",
15746 "wit-bindgen-rt",
15747 "wit-bindgen-rust-macro",
15748]
15749
15750[[package]]
15751name = "wit-bindgen-core"
15752version = "0.22.0"
15753source = "registry+https://github.com/rust-lang/crates.io-index"
15754checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15755dependencies = [
15756 "anyhow",
15757 "wit-parser 0.201.0",
15758]
15759
15760[[package]]
15761name = "wit-bindgen-rt"
15762version = "0.22.0"
15763source = "registry+https://github.com/rust-lang/crates.io-index"
15764checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15765
15766[[package]]
15767name = "wit-bindgen-rust"
15768version = "0.22.0"
15769source = "registry+https://github.com/rust-lang/crates.io-index"
15770checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15771dependencies = [
15772 "anyhow",
15773 "heck 0.4.1",
15774 "indexmap",
15775 "wasm-metadata",
15776 "wit-bindgen-core",
15777 "wit-component",
15778]
15779
15780[[package]]
15781name = "wit-bindgen-rust-macro"
15782version = "0.22.0"
15783source = "registry+https://github.com/rust-lang/crates.io-index"
15784checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15785dependencies = [
15786 "anyhow",
15787 "proc-macro2",
15788 "quote",
15789 "syn 2.0.90",
15790 "wit-bindgen-core",
15791 "wit-bindgen-rust",
15792]
15793
15794[[package]]
15795name = "wit-component"
15796version = "0.201.0"
15797source = "registry+https://github.com/rust-lang/crates.io-index"
15798checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15799dependencies = [
15800 "anyhow",
15801 "bitflags 2.8.0",
15802 "indexmap",
15803 "log",
15804 "serde",
15805 "serde_derive",
15806 "serde_json",
15807 "wasm-encoder 0.201.0",
15808 "wasm-metadata",
15809 "wasmparser 0.201.0",
15810 "wit-parser 0.201.0",
15811]
15812
15813[[package]]
15814name = "wit-parser"
15815version = "0.201.0"
15816source = "registry+https://github.com/rust-lang/crates.io-index"
15817checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15818dependencies = [
15819 "anyhow",
15820 "id-arena",
15821 "indexmap",
15822 "log",
15823 "semver",
15824 "serde",
15825 "serde_derive",
15826 "serde_json",
15827 "unicode-xid",
15828 "wasmparser 0.201.0",
15829]
15830
15831[[package]]
15832name = "wit-parser"
15833version = "0.215.0"
15834source = "registry+https://github.com/rust-lang/crates.io-index"
15835checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15836dependencies = [
15837 "anyhow",
15838 "id-arena",
15839 "indexmap",
15840 "log",
15841 "semver",
15842 "serde",
15843 "serde_derive",
15844 "serde_json",
15845 "unicode-xid",
15846 "wasmparser 0.215.0",
15847]
15848
15849[[package]]
15850name = "witx"
15851version = "0.9.1"
15852source = "registry+https://github.com/rust-lang/crates.io-index"
15853checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15854dependencies = [
15855 "anyhow",
15856 "log",
15857 "thiserror 1.0.69",
15858 "wast",
15859]
15860
15861[[package]]
15862name = "workspace"
15863version = "0.1.0"
15864dependencies = [
15865 "any_vec",
15866 "anyhow",
15867 "async-recursion 1.1.1",
15868 "bincode",
15869 "call",
15870 "client",
15871 "clock",
15872 "collections",
15873 "db",
15874 "derive_more",
15875 "env_logger 0.11.6",
15876 "fs",
15877 "futures 0.3.31",
15878 "gpui",
15879 "http_client",
15880 "itertools 0.14.0",
15881 "language",
15882 "log",
15883 "node_runtime",
15884 "parking_lot",
15885 "postage",
15886 "project",
15887 "remote",
15888 "schemars",
15889 "serde",
15890 "serde_json",
15891 "session",
15892 "settings",
15893 "smallvec",
15894 "sqlez",
15895 "strum",
15896 "task",
15897 "tempfile",
15898 "theme",
15899 "ui",
15900 "util",
15901 "uuid",
15902]
15903
15904[[package]]
15905name = "worktree"
15906version = "0.1.0"
15907dependencies = [
15908 "anyhow",
15909 "clock",
15910 "collections",
15911 "env_logger 0.11.6",
15912 "fs",
15913 "futures 0.3.31",
15914 "fuzzy",
15915 "git",
15916 "git2",
15917 "git_hosting_providers",
15918 "gpui",
15919 "http_client",
15920 "ignore",
15921 "language",
15922 "log",
15923 "parking_lot",
15924 "paths",
15925 "postage",
15926 "pretty_assertions",
15927 "rand 0.8.5",
15928 "rpc",
15929 "schemars",
15930 "serde",
15931 "serde_json",
15932 "settings",
15933 "smallvec",
15934 "smol",
15935 "sum_tree",
15936 "text",
15937 "util",
15938]
15939
15940[[package]]
15941name = "write16"
15942version = "1.0.0"
15943source = "registry+https://github.com/rust-lang/crates.io-index"
15944checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
15945
15946[[package]]
15947name = "writeable"
15948version = "0.5.5"
15949source = "registry+https://github.com/rust-lang/crates.io-index"
15950checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
15951
15952[[package]]
15953name = "wyz"
15954version = "0.5.1"
15955source = "registry+https://github.com/rust-lang/crates.io-index"
15956checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15957dependencies = [
15958 "tap",
15959]
15960
15961[[package]]
15962name = "x11-clipboard"
15963version = "0.9.3"
15964source = "registry+https://github.com/rust-lang/crates.io-index"
15965checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
15966dependencies = [
15967 "libc",
15968 "x11rb",
15969]
15970
15971[[package]]
15972name = "x11rb"
15973version = "0.13.1"
15974source = "registry+https://github.com/rust-lang/crates.io-index"
15975checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15976dependencies = [
15977 "as-raw-xcb-connection",
15978 "gethostname",
15979 "libc",
15980 "rustix",
15981 "x11rb-protocol",
15982]
15983
15984[[package]]
15985name = "x11rb-protocol"
15986version = "0.13.1"
15987source = "registry+https://github.com/rust-lang/crates.io-index"
15988checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15989
15990[[package]]
15991name = "xattr"
15992version = "0.2.3"
15993source = "registry+https://github.com/rust-lang/crates.io-index"
15994checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
15995dependencies = [
15996 "libc",
15997]
15998
15999[[package]]
16000name = "xcursor"
16001version = "0.3.8"
16002source = "registry+https://github.com/rust-lang/crates.io-index"
16003checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16004
16005[[package]]
16006name = "xdg-home"
16007version = "1.3.0"
16008source = "registry+https://github.com/rust-lang/crates.io-index"
16009checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16010dependencies = [
16011 "libc",
16012 "windows-sys 0.59.0",
16013]
16014
16015[[package]]
16016name = "xim"
16017version = "0.4.0"
16018source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16019dependencies = [
16020 "ahash 0.8.11",
16021 "hashbrown 0.14.5",
16022 "log",
16023 "x11rb",
16024 "xim-ctext",
16025 "xim-parser",
16026]
16027
16028[[package]]
16029name = "xim-ctext"
16030version = "0.3.0"
16031source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16032dependencies = [
16033 "encoding_rs",
16034]
16035
16036[[package]]
16037name = "xim-parser"
16038version = "0.2.1"
16039source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16040dependencies = [
16041 "bitflags 2.8.0",
16042]
16043
16044[[package]]
16045name = "xkbcommon"
16046version = "0.7.0"
16047source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
16048dependencies = [
16049 "as-raw-xcb-connection",
16050 "libc",
16051 "memmap2",
16052 "xkeysym",
16053]
16054
16055[[package]]
16056name = "xkeysym"
16057version = "0.2.1"
16058source = "registry+https://github.com/rust-lang/crates.io-index"
16059checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
16060
16061[[package]]
16062name = "xml5ever"
16063version = "0.18.1"
16064source = "registry+https://github.com/rust-lang/crates.io-index"
16065checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
16066dependencies = [
16067 "log",
16068 "mac",
16069 "markup5ever",
16070]
16071
16072[[package]]
16073name = "xmlparser"
16074version = "0.13.6"
16075source = "registry+https://github.com/rust-lang/crates.io-index"
16076checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16077
16078[[package]]
16079name = "xmlwriter"
16080version = "0.1.0"
16081source = "registry+https://github.com/rust-lang/crates.io-index"
16082checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16083
16084[[package]]
16085name = "xtask"
16086version = "0.1.0"
16087dependencies = [
16088 "anyhow",
16089 "cargo_metadata",
16090 "cargo_toml",
16091 "clap",
16092]
16093
16094[[package]]
16095name = "yaml-rust2"
16096version = "0.8.1"
16097source = "registry+https://github.com/rust-lang/crates.io-index"
16098checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
16099dependencies = [
16100 "arraydeque",
16101 "encoding_rs",
16102 "hashlink 0.8.4",
16103]
16104
16105[[package]]
16106name = "yansi"
16107version = "1.0.1"
16108source = "registry+https://github.com/rust-lang/crates.io-index"
16109checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
16110
16111[[package]]
16112name = "yazi"
16113version = "0.1.6"
16114source = "registry+https://github.com/rust-lang/crates.io-index"
16115checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
16116
16117[[package]]
16118name = "yeslogic-fontconfig-sys"
16119version = "6.0.0"
16120source = "registry+https://github.com/rust-lang/crates.io-index"
16121checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
16122dependencies = [
16123 "dlib",
16124 "once_cell",
16125 "pkg-config",
16126]
16127
16128[[package]]
16129name = "yoke"
16130version = "0.7.5"
16131source = "registry+https://github.com/rust-lang/crates.io-index"
16132checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
16133dependencies = [
16134 "serde",
16135 "stable_deref_trait",
16136 "yoke-derive",
16137 "zerofrom",
16138]
16139
16140[[package]]
16141name = "yoke-derive"
16142version = "0.7.5"
16143source = "registry+https://github.com/rust-lang/crates.io-index"
16144checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
16145dependencies = [
16146 "proc-macro2",
16147 "quote",
16148 "syn 2.0.90",
16149 "synstructure",
16150]
16151
16152[[package]]
16153name = "zbus"
16154version = "4.4.0"
16155source = "registry+https://github.com/rust-lang/crates.io-index"
16156checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
16157dependencies = [
16158 "async-broadcast",
16159 "async-executor",
16160 "async-fs",
16161 "async-io",
16162 "async-lock",
16163 "async-process",
16164 "async-recursion 1.1.1",
16165 "async-task",
16166 "async-trait",
16167 "blocking",
16168 "enumflags2",
16169 "event-listener 5.3.1",
16170 "futures-core",
16171 "futures-sink",
16172 "futures-util",
16173 "hex",
16174 "nix",
16175 "ordered-stream",
16176 "rand 0.8.5",
16177 "serde",
16178 "serde_repr",
16179 "sha1",
16180 "static_assertions",
16181 "tracing",
16182 "uds_windows",
16183 "windows-sys 0.52.0",
16184 "xdg-home",
16185 "zbus_macros 4.4.0",
16186 "zbus_names 3.0.0",
16187 "zvariant 4.2.0",
16188]
16189
16190[[package]]
16191name = "zbus"
16192version = "5.1.1"
16193source = "registry+https://github.com/rust-lang/crates.io-index"
16194checksum = "1162094dc63b1629fcc44150bcceeaa80798cd28bcbe7fa987b65a034c258608"
16195dependencies = [
16196 "async-broadcast",
16197 "async-executor",
16198 "async-fs",
16199 "async-io",
16200 "async-lock",
16201 "async-process",
16202 "async-recursion 1.1.1",
16203 "async-task",
16204 "async-trait",
16205 "blocking",
16206 "enumflags2",
16207 "event-listener 5.3.1",
16208 "futures-core",
16209 "futures-util",
16210 "hex",
16211 "nix",
16212 "ordered-stream",
16213 "serde",
16214 "serde_repr",
16215 "static_assertions",
16216 "tracing",
16217 "uds_windows",
16218 "windows-sys 0.59.0",
16219 "winnow",
16220 "xdg-home",
16221 "zbus_macros 5.1.1",
16222 "zbus_names 4.1.0",
16223 "zvariant 5.1.0",
16224]
16225
16226[[package]]
16227name = "zbus_macros"
16228version = "4.4.0"
16229source = "registry+https://github.com/rust-lang/crates.io-index"
16230checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
16231dependencies = [
16232 "proc-macro-crate",
16233 "proc-macro2",
16234 "quote",
16235 "syn 2.0.90",
16236 "zvariant_utils 2.1.0",
16237]
16238
16239[[package]]
16240name = "zbus_macros"
16241version = "5.1.1"
16242source = "registry+https://github.com/rust-lang/crates.io-index"
16243checksum = "2cd2dcdce3e2727f7d74b7e33b5a89539b3cc31049562137faf7ae4eb86cd16d"
16244dependencies = [
16245 "proc-macro-crate",
16246 "proc-macro2",
16247 "quote",
16248 "syn 2.0.90",
16249 "zbus_names 4.1.0",
16250 "zvariant 5.1.0",
16251 "zvariant_utils 3.0.2",
16252]
16253
16254[[package]]
16255name = "zbus_names"
16256version = "3.0.0"
16257source = "registry+https://github.com/rust-lang/crates.io-index"
16258checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
16259dependencies = [
16260 "serde",
16261 "static_assertions",
16262 "zvariant 4.2.0",
16263]
16264
16265[[package]]
16266name = "zbus_names"
16267version = "4.1.0"
16268source = "registry+https://github.com/rust-lang/crates.io-index"
16269checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16270dependencies = [
16271 "serde",
16272 "static_assertions",
16273 "winnow",
16274 "zvariant 5.1.0",
16275]
16276
16277[[package]]
16278name = "zed"
16279version = "0.172.0"
16280dependencies = [
16281 "activity_indicator",
16282 "anyhow",
16283 "ashpd",
16284 "assets",
16285 "assistant",
16286 "assistant2",
16287 "assistant_context_editor",
16288 "assistant_settings",
16289 "assistant_tools",
16290 "async-watch",
16291 "audio",
16292 "auto_update",
16293 "auto_update_ui",
16294 "backtrace",
16295 "breadcrumbs",
16296 "call",
16297 "channel",
16298 "chrono",
16299 "clap",
16300 "cli",
16301 "client",
16302 "collab_ui",
16303 "collections",
16304 "command_palette",
16305 "command_palette_hooks",
16306 "copilot",
16307 "db",
16308 "diagnostics",
16309 "editor",
16310 "env_logger 0.11.6",
16311 "extension",
16312 "extension_host",
16313 "extensions_ui",
16314 "feature_flags",
16315 "feedback",
16316 "file_finder",
16317 "file_icons",
16318 "fs",
16319 "futures 0.3.31",
16320 "git",
16321 "git_hosting_providers",
16322 "git_ui",
16323 "go_to_line",
16324 "gpui",
16325 "http_client",
16326 "image_viewer",
16327 "inline_completion_button",
16328 "install_cli",
16329 "journal",
16330 "language",
16331 "language_extension",
16332 "language_model",
16333 "language_models",
16334 "language_selector",
16335 "language_tools",
16336 "languages",
16337 "libc",
16338 "log",
16339 "markdown",
16340 "markdown_preview",
16341 "menu",
16342 "mimalloc",
16343 "nix",
16344 "node_runtime",
16345 "notifications",
16346 "outline",
16347 "outline_panel",
16348 "parking_lot",
16349 "paths",
16350 "picker",
16351 "profiling",
16352 "project",
16353 "project_panel",
16354 "project_symbols",
16355 "prompt_library",
16356 "proto",
16357 "recent_projects",
16358 "release_channel",
16359 "remote",
16360 "repl",
16361 "reqwest_client",
16362 "rope",
16363 "search",
16364 "serde",
16365 "serde_json",
16366 "session",
16367 "settings",
16368 "settings_ui",
16369 "shellexpand 2.1.2",
16370 "simplelog",
16371 "smol",
16372 "snippet_provider",
16373 "snippets_ui",
16374 "supermaven",
16375 "sysinfo",
16376 "tab_switcher",
16377 "task",
16378 "tasks_ui",
16379 "telemetry",
16380 "telemetry_events",
16381 "terminal_view",
16382 "theme",
16383 "theme_extension",
16384 "theme_selector",
16385 "time",
16386 "toolchain_selector",
16387 "tree-sitter-md",
16388 "tree-sitter-rust",
16389 "ui",
16390 "url",
16391 "urlencoding",
16392 "util",
16393 "uuid",
16394 "vcs_menu",
16395 "vim",
16396 "vim_mode_setting",
16397 "welcome",
16398 "windows 0.58.0",
16399 "winresource",
16400 "workspace",
16401 "zed_actions",
16402 "zed_predict_tos",
16403 "zeta",
16404]
16405
16406[[package]]
16407name = "zed_actions"
16408version = "0.1.0"
16409dependencies = [
16410 "gpui",
16411 "schemars",
16412 "serde",
16413]
16414
16415[[package]]
16416name = "zed_csharp"
16417version = "0.1.1"
16418dependencies = [
16419 "zed_extension_api 0.1.0",
16420]
16421
16422[[package]]
16423name = "zed_deno"
16424version = "0.0.2"
16425dependencies = [
16426 "zed_extension_api 0.1.0",
16427]
16428
16429[[package]]
16430name = "zed_elixir"
16431version = "0.1.4"
16432dependencies = [
16433 "zed_extension_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
16434]
16435
16436[[package]]
16437name = "zed_emmet"
16438version = "0.0.3"
16439dependencies = [
16440 "zed_extension_api 0.1.0",
16441]
16442
16443[[package]]
16444name = "zed_erlang"
16445version = "0.1.1"
16446dependencies = [
16447 "zed_extension_api 0.1.0",
16448]
16449
16450[[package]]
16451name = "zed_extension_api"
16452version = "0.1.0"
16453source = "registry+https://github.com/rust-lang/crates.io-index"
16454checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
16455dependencies = [
16456 "serde",
16457 "serde_json",
16458 "wit-bindgen",
16459]
16460
16461[[package]]
16462name = "zed_extension_api"
16463version = "0.2.0"
16464dependencies = [
16465 "serde",
16466 "serde_json",
16467 "wit-bindgen",
16468]
16469
16470[[package]]
16471name = "zed_extension_api"
16472version = "0.2.0"
16473source = "registry+https://github.com/rust-lang/crates.io-index"
16474checksum = "9fd16b8b30a9dc920fc1678ff852f696b5bdf5b5843bc745a128be0aac29859e"
16475dependencies = [
16476 "serde",
16477 "serde_json",
16478 "wit-bindgen",
16479]
16480
16481[[package]]
16482name = "zed_glsl"
16483version = "0.1.0"
16484dependencies = [
16485 "zed_extension_api 0.1.0",
16486]
16487
16488[[package]]
16489name = "zed_haskell"
16490version = "0.1.3"
16491dependencies = [
16492 "zed_extension_api 0.1.0",
16493]
16494
16495[[package]]
16496name = "zed_html"
16497version = "0.1.5"
16498dependencies = [
16499 "zed_extension_api 0.1.0",
16500]
16501
16502[[package]]
16503name = "zed_lua"
16504version = "0.1.1"
16505dependencies = [
16506 "zed_extension_api 0.1.0",
16507]
16508
16509[[package]]
16510name = "zed_php"
16511version = "0.2.4"
16512dependencies = [
16513 "zed_extension_api 0.1.0",
16514]
16515
16516[[package]]
16517name = "zed_predict_tos"
16518version = "0.1.0"
16519dependencies = [
16520 "client",
16521 "gpui",
16522 "menu",
16523 "ui",
16524 "workspace",
16525]
16526
16527[[package]]
16528name = "zed_prisma"
16529version = "0.0.4"
16530dependencies = [
16531 "zed_extension_api 0.1.0",
16532]
16533
16534[[package]]
16535name = "zed_proto"
16536version = "0.2.1"
16537dependencies = [
16538 "zed_extension_api 0.1.0",
16539]
16540
16541[[package]]
16542name = "zed_purescript"
16543version = "0.1.0"
16544dependencies = [
16545 "zed_extension_api 0.1.0",
16546]
16547
16548[[package]]
16549name = "zed_ruff"
16550version = "0.1.0"
16551dependencies = [
16552 "zed_extension_api 0.1.0",
16553]
16554
16555[[package]]
16556name = "zed_snippets"
16557version = "0.0.5"
16558dependencies = [
16559 "serde_json",
16560 "zed_extension_api 0.1.0",
16561]
16562
16563[[package]]
16564name = "zed_terraform"
16565version = "0.1.2"
16566dependencies = [
16567 "zed_extension_api 0.1.0",
16568]
16569
16570[[package]]
16571name = "zed_test_extension"
16572version = "0.1.0"
16573dependencies = [
16574 "zed_extension_api 0.2.0",
16575]
16576
16577[[package]]
16578name = "zed_toml"
16579version = "0.1.2"
16580dependencies = [
16581 "zed_extension_api 0.1.0",
16582]
16583
16584[[package]]
16585name = "zed_uiua"
16586version = "0.0.1"
16587dependencies = [
16588 "zed_extension_api 0.1.0",
16589]
16590
16591[[package]]
16592name = "zed_zig"
16593version = "0.3.3"
16594dependencies = [
16595 "zed_extension_api 0.1.0",
16596]
16597
16598[[package]]
16599name = "zeno"
16600version = "0.2.3"
16601source = "registry+https://github.com/rust-lang/crates.io-index"
16602checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
16603
16604[[package]]
16605name = "zerocopy"
16606version = "0.7.35"
16607source = "registry+https://github.com/rust-lang/crates.io-index"
16608checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
16609dependencies = [
16610 "byteorder",
16611 "zerocopy-derive",
16612]
16613
16614[[package]]
16615name = "zerocopy-derive"
16616version = "0.7.35"
16617source = "registry+https://github.com/rust-lang/crates.io-index"
16618checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
16619dependencies = [
16620 "proc-macro2",
16621 "quote",
16622 "syn 2.0.90",
16623]
16624
16625[[package]]
16626name = "zerofrom"
16627version = "0.1.5"
16628source = "registry+https://github.com/rust-lang/crates.io-index"
16629checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
16630dependencies = [
16631 "zerofrom-derive",
16632]
16633
16634[[package]]
16635name = "zerofrom-derive"
16636version = "0.1.5"
16637source = "registry+https://github.com/rust-lang/crates.io-index"
16638checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
16639dependencies = [
16640 "proc-macro2",
16641 "quote",
16642 "syn 2.0.90",
16643 "synstructure",
16644]
16645
16646[[package]]
16647name = "zeroize"
16648version = "1.8.1"
16649source = "registry+https://github.com/rust-lang/crates.io-index"
16650checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
16651dependencies = [
16652 "zeroize_derive",
16653]
16654
16655[[package]]
16656name = "zeroize_derive"
16657version = "1.4.2"
16658source = "registry+https://github.com/rust-lang/crates.io-index"
16659checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
16660dependencies = [
16661 "proc-macro2",
16662 "quote",
16663 "syn 2.0.90",
16664]
16665
16666[[package]]
16667name = "zeromq"
16668version = "0.5.0-pre"
16669source = "registry+https://github.com/rust-lang/crates.io-index"
16670checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
16671dependencies = [
16672 "async-dispatcher",
16673 "async-std",
16674 "async-trait",
16675 "asynchronous-codec",
16676 "bytes 1.9.0",
16677 "crossbeam-queue",
16678 "dashmap 5.5.3",
16679 "futures 0.3.31",
16680 "log",
16681 "num-traits",
16682 "once_cell",
16683 "parking_lot",
16684 "rand 0.8.5",
16685 "regex",
16686 "thiserror 1.0.69",
16687 "uuid",
16688]
16689
16690[[package]]
16691name = "zerovec"
16692version = "0.10.4"
16693source = "registry+https://github.com/rust-lang/crates.io-index"
16694checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
16695dependencies = [
16696 "yoke",
16697 "zerofrom",
16698 "zerovec-derive",
16699]
16700
16701[[package]]
16702name = "zerovec-derive"
16703version = "0.10.3"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
16706dependencies = [
16707 "proc-macro2",
16708 "quote",
16709 "syn 2.0.90",
16710]
16711
16712[[package]]
16713name = "zeta"
16714version = "0.1.0"
16715dependencies = [
16716 "anyhow",
16717 "arrayvec",
16718 "call",
16719 "client",
16720 "clock",
16721 "collections",
16722 "ctor",
16723 "editor",
16724 "env_logger 0.11.6",
16725 "futures 0.3.31",
16726 "gpui",
16727 "http_client",
16728 "indoc",
16729 "inline_completion",
16730 "language",
16731 "language_models",
16732 "log",
16733 "menu",
16734 "reqwest_client",
16735 "rpc",
16736 "serde_json",
16737 "settings",
16738 "similar",
16739 "telemetry",
16740 "telemetry_events",
16741 "theme",
16742 "tree-sitter-go",
16743 "tree-sitter-rust",
16744 "ui",
16745 "util",
16746 "uuid",
16747 "workspace",
16748 "worktree",
16749]
16750
16751[[package]]
16752name = "zip"
16753version = "0.6.6"
16754source = "registry+https://github.com/rust-lang/crates.io-index"
16755checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
16756dependencies = [
16757 "aes",
16758 "byteorder",
16759 "bzip2",
16760 "constant_time_eq 0.1.5",
16761 "crc32fast",
16762 "crossbeam-utils",
16763 "flate2",
16764 "hmac",
16765 "pbkdf2 0.11.0",
16766 "sha1",
16767 "time",
16768 "zstd",
16769]
16770
16771[[package]]
16772name = "zstd"
16773version = "0.11.2+zstd.1.5.2"
16774source = "registry+https://github.com/rust-lang/crates.io-index"
16775checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
16776dependencies = [
16777 "zstd-safe",
16778]
16779
16780[[package]]
16781name = "zstd-safe"
16782version = "5.0.2+zstd.1.5.2"
16783source = "registry+https://github.com/rust-lang/crates.io-index"
16784checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
16785dependencies = [
16786 "libc",
16787 "zstd-sys",
16788]
16789
16790[[package]]
16791name = "zstd-sys"
16792version = "2.0.13+zstd.1.5.6"
16793source = "registry+https://github.com/rust-lang/crates.io-index"
16794checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
16795dependencies = [
16796 "cc",
16797 "pkg-config",
16798]
16799
16800[[package]]
16801name = "zune-core"
16802version = "0.4.12"
16803source = "registry+https://github.com/rust-lang/crates.io-index"
16804checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
16805
16806[[package]]
16807name = "zune-inflate"
16808version = "0.2.54"
16809source = "registry+https://github.com/rust-lang/crates.io-index"
16810checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
16811dependencies = [
16812 "simd-adler32",
16813]
16814
16815[[package]]
16816name = "zune-jpeg"
16817version = "0.4.13"
16818source = "registry+https://github.com/rust-lang/crates.io-index"
16819checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
16820dependencies = [
16821 "zune-core",
16822]
16823
16824[[package]]
16825name = "zvariant"
16826version = "4.2.0"
16827source = "registry+https://github.com/rust-lang/crates.io-index"
16828checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
16829dependencies = [
16830 "endi",
16831 "enumflags2",
16832 "serde",
16833 "static_assertions",
16834 "zvariant_derive 4.2.0",
16835]
16836
16837[[package]]
16838name = "zvariant"
16839version = "5.1.0"
16840source = "registry+https://github.com/rust-lang/crates.io-index"
16841checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f"
16842dependencies = [
16843 "endi",
16844 "enumflags2",
16845 "serde",
16846 "static_assertions",
16847 "url",
16848 "winnow",
16849 "zvariant_derive 5.1.0",
16850 "zvariant_utils 3.0.2",
16851]
16852
16853[[package]]
16854name = "zvariant_derive"
16855version = "4.2.0"
16856source = "registry+https://github.com/rust-lang/crates.io-index"
16857checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
16858dependencies = [
16859 "proc-macro-crate",
16860 "proc-macro2",
16861 "quote",
16862 "syn 2.0.90",
16863 "zvariant_utils 2.1.0",
16864]
16865
16866[[package]]
16867name = "zvariant_derive"
16868version = "5.1.0"
16869source = "registry+https://github.com/rust-lang/crates.io-index"
16870checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916"
16871dependencies = [
16872 "proc-macro-crate",
16873 "proc-macro2",
16874 "quote",
16875 "syn 2.0.90",
16876 "zvariant_utils 3.0.2",
16877]
16878
16879[[package]]
16880name = "zvariant_utils"
16881version = "2.1.0"
16882source = "registry+https://github.com/rust-lang/crates.io-index"
16883checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
16884dependencies = [
16885 "proc-macro2",
16886 "quote",
16887 "syn 2.0.90",
16888]
16889
16890[[package]]
16891name = "zvariant_utils"
16892version = "3.0.2"
16893source = "registry+https://github.com/rust-lang/crates.io-index"
16894checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6"
16895dependencies = [
16896 "proc-macro2",
16897 "quote",
16898 "serde",
16899 "static_assertions",
16900 "syn 2.0.90",
16901 "winnow",
16902]