1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension_host",
13 "futures 0.3.31",
14 "gpui",
15 "language",
16 "lsp",
17 "project",
18 "smallvec",
19 "ui",
20 "util",
21 "workspace",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.24.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
29dependencies = [
30 "gimli 0.31.1",
31]
32
33[[package]]
34name = "adler2"
35version = "2.0.0"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
38
39[[package]]
40name = "aes"
41version = "0.8.4"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
44dependencies = [
45 "cfg-if",
46 "cipher",
47 "cpufeatures",
48 "zeroize",
49]
50
51[[package]]
52name = "ahash"
53version = "0.7.8"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
56dependencies = [
57 "getrandom 0.2.15",
58 "once_cell",
59 "version_check",
60]
61
62[[package]]
63name = "ahash"
64version = "0.8.11"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
67dependencies = [
68 "cfg-if",
69 "const-random",
70 "once_cell",
71 "version_check",
72 "zerocopy",
73]
74
75[[package]]
76name = "aho-corasick"
77version = "1.1.3"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
80dependencies = [
81 "memchr",
82]
83
84[[package]]
85name = "alacritty_terminal"
86version = "0.25.0-dev"
87source = "git+https://github.com/alacritty/alacritty.git?rev=5e78d20c709cb1ab8d44ca7a8702cc26d779227c#5e78d20c709cb1ab8d44ca7a8702cc26d779227c"
88dependencies = [
89 "base64 0.22.1",
90 "bitflags 2.8.0",
91 "home",
92 "libc",
93 "log",
94 "miow",
95 "parking_lot",
96 "piper",
97 "polling",
98 "regex-automata 0.4.9",
99 "rustix-openpty",
100 "serde",
101 "signal-hook",
102 "unicode-width",
103 "vte",
104 "windows-sys 0.59.0",
105]
106
107[[package]]
108name = "aliasable"
109version = "0.1.3"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
112
113[[package]]
114name = "aligned-vec"
115version = "0.5.0"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
118
119[[package]]
120name = "allocator-api2"
121version = "0.2.21"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
124
125[[package]]
126name = "alsa"
127version = "0.9.1"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
130dependencies = [
131 "alsa-sys",
132 "bitflags 2.8.0",
133 "cfg-if",
134 "libc",
135]
136
137[[package]]
138name = "alsa-sys"
139version = "0.3.1"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
142dependencies = [
143 "libc",
144 "pkg-config",
145]
146
147[[package]]
148name = "ambient-authority"
149version = "0.0.2"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
152
153[[package]]
154name = "ammonia"
155version = "4.0.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
158dependencies = [
159 "html5ever",
160 "maplit",
161 "once_cell",
162 "tendril",
163 "url",
164]
165
166[[package]]
167name = "android-tzdata"
168version = "0.1.1"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
171
172[[package]]
173name = "android_system_properties"
174version = "0.1.5"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
177dependencies = [
178 "libc",
179]
180
181[[package]]
182name = "anes"
183version = "0.1.6"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
186
187[[package]]
188name = "anstream"
189version = "0.6.18"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
192dependencies = [
193 "anstyle",
194 "anstyle-parse",
195 "anstyle-query",
196 "anstyle-wincon",
197 "colorchoice",
198 "is_terminal_polyfill",
199 "utf8parse",
200]
201
202[[package]]
203name = "anstyle"
204version = "1.0.10"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
207
208[[package]]
209name = "anstyle-parse"
210version = "0.2.6"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
213dependencies = [
214 "utf8parse",
215]
216
217[[package]]
218name = "anstyle-query"
219version = "1.1.2"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
222dependencies = [
223 "windows-sys 0.59.0",
224]
225
226[[package]]
227name = "anstyle-wincon"
228version = "3.0.6"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
231dependencies = [
232 "anstyle",
233 "windows-sys 0.59.0",
234]
235
236[[package]]
237name = "anthropic"
238version = "0.1.0"
239dependencies = [
240 "anyhow",
241 "chrono",
242 "futures 0.3.31",
243 "http_client",
244 "schemars",
245 "serde",
246 "serde_json",
247 "strum",
248 "thiserror 1.0.69",
249 "util",
250]
251
252[[package]]
253name = "any_vec"
254version = "0.14.0"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
257
258[[package]]
259name = "anyhow"
260version = "1.0.95"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
263
264[[package]]
265name = "approx"
266version = "0.5.1"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
269dependencies = [
270 "num-traits",
271]
272
273[[package]]
274name = "arbitrary"
275version = "1.4.1"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
278
279[[package]]
280name = "arg_enum_proc_macro"
281version = "0.3.4"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
284dependencies = [
285 "proc-macro2",
286 "quote",
287 "syn 2.0.90",
288]
289
290[[package]]
291name = "arraydeque"
292version = "0.5.1"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
295
296[[package]]
297name = "arrayref"
298version = "0.3.9"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
301
302[[package]]
303name = "arrayvec"
304version = "0.7.6"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
307dependencies = [
308 "serde",
309]
310
311[[package]]
312name = "as-raw-xcb-connection"
313version = "1.0.1"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
316
317[[package]]
318name = "ascii"
319version = "1.1.0"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
322
323[[package]]
324name = "ash"
325version = "0.38.0+1.3.281"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
328dependencies = [
329 "libloading",
330]
331
332[[package]]
333name = "ash-window"
334version = "0.13.0"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
337dependencies = [
338 "ash",
339 "raw-window-handle",
340 "raw-window-metal",
341]
342
343[[package]]
344name = "ashpd"
345version = "0.10.2"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "e9c39d707614dbcc6bed00015539f488d8e3fe3e66ed60961efc0c90f4b380b3"
348dependencies = [
349 "async-fs",
350 "async-net",
351 "enumflags2",
352 "futures-channel",
353 "futures-util",
354 "rand 0.8.5",
355 "serde",
356 "serde_repr",
357 "url",
358 "zbus 5.1.1",
359]
360
361[[package]]
362name = "assets"
363version = "0.1.0"
364dependencies = [
365 "anyhow",
366 "gpui",
367 "rust-embed",
368]
369
370[[package]]
371name = "assistant"
372version = "0.1.0"
373dependencies = [
374 "anyhow",
375 "assistant_context_editor",
376 "assistant_settings",
377 "assistant_slash_command",
378 "assistant_slash_commands",
379 "assistant_tool",
380 "async-watch",
381 "client",
382 "collections",
383 "command_palette_hooks",
384 "context_server",
385 "ctor",
386 "db",
387 "editor",
388 "env_logger 0.11.6",
389 "feature_flags",
390 "fs",
391 "futures 0.3.31",
392 "gpui",
393 "indexed_docs",
394 "indoc",
395 "language",
396 "language_model",
397 "language_model_selector",
398 "language_models",
399 "languages",
400 "log",
401 "lsp",
402 "menu",
403 "multi_buffer",
404 "parking_lot",
405 "paths",
406 "pretty_assertions",
407 "project",
408 "prompt_library",
409 "proto",
410 "rand 0.8.5",
411 "rope",
412 "schemars",
413 "search",
414 "semantic_index",
415 "serde",
416 "serde_json_lenient",
417 "settings",
418 "similar",
419 "smol",
420 "streaming_diff",
421 "telemetry",
422 "telemetry_events",
423 "terminal",
424 "terminal_view",
425 "text",
426 "theme",
427 "tree-sitter-md",
428 "ui",
429 "unindent",
430 "util",
431 "workspace",
432 "zed_actions",
433]
434
435[[package]]
436name = "assistant2"
437version = "0.1.0"
438dependencies = [
439 "anyhow",
440 "assistant_context_editor",
441 "assistant_settings",
442 "assistant_slash_command",
443 "assistant_tool",
444 "async-watch",
445 "chrono",
446 "client",
447 "clock",
448 "collections",
449 "command_palette_hooks",
450 "context_server",
451 "db",
452 "editor",
453 "feature_flags",
454 "file_icons",
455 "fs",
456 "futures 0.3.31",
457 "fuzzy",
458 "gpui",
459 "html_to_markdown",
460 "http_client",
461 "indoc",
462 "itertools 0.14.0",
463 "language",
464 "language_model",
465 "language_model_selector",
466 "language_models",
467 "log",
468 "lsp",
469 "markdown",
470 "menu",
471 "multi_buffer",
472 "parking_lot",
473 "picker",
474 "project",
475 "prompt_library",
476 "proto",
477 "rand 0.8.5",
478 "rope",
479 "serde",
480 "serde_json",
481 "settings",
482 "similar",
483 "smol",
484 "streaming_diff",
485 "telemetry_events",
486 "terminal",
487 "terminal_view",
488 "text",
489 "theme",
490 "time",
491 "time_format",
492 "ui",
493 "unindent",
494 "util",
495 "uuid",
496 "workspace",
497 "zed_actions",
498]
499
500[[package]]
501name = "assistant_context_editor"
502version = "0.1.0"
503dependencies = [
504 "anyhow",
505 "assistant_settings",
506 "assistant_slash_command",
507 "assistant_slash_commands",
508 "assistant_tool",
509 "chrono",
510 "client",
511 "clock",
512 "collections",
513 "context_server",
514 "editor",
515 "feature_flags",
516 "fs",
517 "futures 0.3.31",
518 "fuzzy",
519 "gpui",
520 "indexed_docs",
521 "language",
522 "language_model",
523 "language_model_selector",
524 "language_models",
525 "languages",
526 "log",
527 "multi_buffer",
528 "open_ai",
529 "parking_lot",
530 "paths",
531 "picker",
532 "pretty_assertions",
533 "project",
534 "prompt_library",
535 "rand 0.8.5",
536 "regex",
537 "rope",
538 "rpc",
539 "serde",
540 "serde_json",
541 "settings",
542 "smallvec",
543 "smol",
544 "strum",
545 "telemetry_events",
546 "text",
547 "theme",
548 "tree-sitter-md",
549 "ui",
550 "unindent",
551 "util",
552 "uuid",
553 "workspace",
554]
555
556[[package]]
557name = "assistant_settings"
558version = "0.1.0"
559dependencies = [
560 "anthropic",
561 "anyhow",
562 "feature_flags",
563 "fs",
564 "gpui",
565 "language_model",
566 "lmstudio",
567 "log",
568 "ollama",
569 "open_ai",
570 "paths",
571 "schemars",
572 "serde",
573 "serde_json_lenient",
574 "settings",
575]
576
577[[package]]
578name = "assistant_slash_command"
579version = "0.1.0"
580dependencies = [
581 "anyhow",
582 "async-trait",
583 "collections",
584 "derive_more",
585 "extension",
586 "futures 0.3.31",
587 "gpui",
588 "language",
589 "language_model",
590 "parking_lot",
591 "pretty_assertions",
592 "serde",
593 "serde_json",
594 "ui",
595 "workspace",
596]
597
598[[package]]
599name = "assistant_slash_commands"
600version = "0.1.0"
601dependencies = [
602 "anyhow",
603 "assistant_slash_command",
604 "cargo_toml",
605 "chrono",
606 "collections",
607 "context_server",
608 "editor",
609 "env_logger 0.11.6",
610 "feature_flags",
611 "fs",
612 "futures 0.3.31",
613 "fuzzy",
614 "globset",
615 "gpui",
616 "html_to_markdown",
617 "http_client",
618 "indexed_docs",
619 "language",
620 "language_model",
621 "log",
622 "pretty_assertions",
623 "project",
624 "prompt_library",
625 "rope",
626 "schemars",
627 "semantic_index",
628 "serde",
629 "serde_json",
630 "settings",
631 "smol",
632 "terminal_view",
633 "text",
634 "toml 0.8.19",
635 "ui",
636 "util",
637 "workspace",
638]
639
640[[package]]
641name = "assistant_tool"
642version = "0.1.0"
643dependencies = [
644 "anyhow",
645 "collections",
646 "derive_more",
647 "gpui",
648 "parking_lot",
649 "serde",
650 "serde_json",
651 "workspace",
652]
653
654[[package]]
655name = "assistant_tools"
656version = "0.1.0"
657dependencies = [
658 "anyhow",
659 "assistant_tool",
660 "chrono",
661 "gpui",
662 "schemars",
663 "serde",
664 "serde_json",
665 "workspace",
666]
667
668[[package]]
669name = "async-attributes"
670version = "1.1.2"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
673dependencies = [
674 "quote",
675 "syn 1.0.109",
676]
677
678[[package]]
679name = "async-broadcast"
680version = "0.7.2"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
683dependencies = [
684 "event-listener 5.3.1",
685 "event-listener-strategy",
686 "futures-core",
687 "pin-project-lite",
688]
689
690[[package]]
691name = "async-channel"
692version = "1.9.0"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
695dependencies = [
696 "concurrent-queue",
697 "event-listener 2.5.3",
698 "futures-core",
699]
700
701[[package]]
702name = "async-channel"
703version = "2.3.1"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
706dependencies = [
707 "concurrent-queue",
708 "event-listener-strategy",
709 "futures-core",
710 "pin-project-lite",
711]
712
713[[package]]
714name = "async-compat"
715version = "0.2.4"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
718dependencies = [
719 "futures-core",
720 "futures-io",
721 "once_cell",
722 "pin-project-lite",
723 "tokio",
724]
725
726[[package]]
727name = "async-compression"
728version = "0.4.18"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
731dependencies = [
732 "deflate64",
733 "flate2",
734 "futures-core",
735 "futures-io",
736 "memchr",
737 "pin-project-lite",
738]
739
740[[package]]
741name = "async-dispatcher"
742version = "0.1.2"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
745dependencies = [
746 "async-task",
747 "futures-lite 1.13.0",
748]
749
750[[package]]
751name = "async-executor"
752version = "1.13.1"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
755dependencies = [
756 "async-task",
757 "concurrent-queue",
758 "fastrand 2.3.0",
759 "futures-lite 2.5.0",
760 "slab",
761]
762
763[[package]]
764name = "async-fs"
765version = "2.1.2"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
768dependencies = [
769 "async-lock",
770 "blocking",
771 "futures-lite 2.5.0",
772]
773
774[[package]]
775name = "async-global-executor"
776version = "2.4.1"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
779dependencies = [
780 "async-channel 2.3.1",
781 "async-executor",
782 "async-io",
783 "async-lock",
784 "blocking",
785 "futures-lite 2.5.0",
786 "once_cell",
787]
788
789[[package]]
790name = "async-io"
791version = "2.4.0"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
794dependencies = [
795 "async-lock",
796 "cfg-if",
797 "concurrent-queue",
798 "futures-io",
799 "futures-lite 2.5.0",
800 "parking",
801 "polling",
802 "rustix",
803 "slab",
804 "tracing",
805 "windows-sys 0.59.0",
806]
807
808[[package]]
809name = "async-lock"
810version = "3.4.0"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
813dependencies = [
814 "event-listener 5.3.1",
815 "event-listener-strategy",
816 "pin-project-lite",
817]
818
819[[package]]
820name = "async-native-tls"
821version = "0.5.0"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
824dependencies = [
825 "futures-util",
826 "native-tls",
827 "thiserror 1.0.69",
828 "url",
829]
830
831[[package]]
832name = "async-net"
833version = "2.0.0"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
836dependencies = [
837 "async-io",
838 "blocking",
839 "futures-lite 2.5.0",
840]
841
842[[package]]
843name = "async-pipe"
844version = "0.1.3"
845source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
846dependencies = [
847 "futures 0.3.31",
848 "log",
849]
850
851[[package]]
852name = "async-process"
853version = "2.3.0"
854source = "registry+https://github.com/rust-lang/crates.io-index"
855checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
856dependencies = [
857 "async-channel 2.3.1",
858 "async-io",
859 "async-lock",
860 "async-signal",
861 "async-task",
862 "blocking",
863 "cfg-if",
864 "event-listener 5.3.1",
865 "futures-lite 2.5.0",
866 "rustix",
867 "tracing",
868]
869
870[[package]]
871name = "async-recursion"
872version = "0.3.2"
873source = "registry+https://github.com/rust-lang/crates.io-index"
874checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
875dependencies = [
876 "proc-macro2",
877 "quote",
878 "syn 1.0.109",
879]
880
881[[package]]
882name = "async-recursion"
883version = "1.1.1"
884source = "registry+https://github.com/rust-lang/crates.io-index"
885checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
886dependencies = [
887 "proc-macro2",
888 "quote",
889 "syn 2.0.90",
890]
891
892[[package]]
893name = "async-signal"
894version = "0.2.10"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
897dependencies = [
898 "async-io",
899 "async-lock",
900 "atomic-waker",
901 "cfg-if",
902 "futures-core",
903 "futures-io",
904 "rustix",
905 "signal-hook-registry",
906 "slab",
907 "windows-sys 0.59.0",
908]
909
910[[package]]
911name = "async-std"
912version = "1.13.0"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
915dependencies = [
916 "async-attributes",
917 "async-channel 1.9.0",
918 "async-global-executor",
919 "async-io",
920 "async-lock",
921 "async-process",
922 "crossbeam-utils",
923 "futures-channel",
924 "futures-core",
925 "futures-io",
926 "futures-lite 2.5.0",
927 "gloo-timers",
928 "kv-log-macro",
929 "log",
930 "memchr",
931 "once_cell",
932 "pin-project-lite",
933 "pin-utils",
934 "slab",
935 "wasm-bindgen-futures",
936]
937
938[[package]]
939name = "async-stream"
940version = "0.3.6"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
943dependencies = [
944 "async-stream-impl",
945 "futures-core",
946 "pin-project-lite",
947]
948
949[[package]]
950name = "async-stream-impl"
951version = "0.3.6"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
954dependencies = [
955 "proc-macro2",
956 "quote",
957 "syn 2.0.90",
958]
959
960[[package]]
961name = "async-stripe"
962version = "0.40.0"
963source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
964dependencies = [
965 "chrono",
966 "futures-util",
967 "http-types",
968 "hyper 0.14.32",
969 "hyper-rustls 0.24.2",
970 "serde",
971 "serde_json",
972 "serde_path_to_error",
973 "serde_qs 0.10.1",
974 "smart-default",
975 "smol_str",
976 "thiserror 1.0.69",
977 "tokio",
978]
979
980[[package]]
981name = "async-tar"
982version = "0.5.0"
983source = "registry+https://github.com/rust-lang/crates.io-index"
984checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
985dependencies = [
986 "async-std",
987 "filetime",
988 "libc",
989 "pin-project",
990 "redox_syscall 0.2.16",
991 "xattr",
992]
993
994[[package]]
995name = "async-task"
996version = "4.7.1"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
999
1000[[package]]
1001name = "async-tls"
1002version = "0.13.0"
1003source = "registry+https://github.com/rust-lang/crates.io-index"
1004checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e"
1005dependencies = [
1006 "futures-core",
1007 "futures-io",
1008 "rustls 0.21.12",
1009 "rustls-pemfile 1.0.4",
1010 "webpki-roots 0.22.6",
1011]
1012
1013[[package]]
1014name = "async-trait"
1015version = "0.1.85"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
1018dependencies = [
1019 "proc-macro2",
1020 "quote",
1021 "syn 2.0.90",
1022]
1023
1024[[package]]
1025name = "async-tungstenite"
1026version = "0.25.1"
1027source = "registry+https://github.com/rust-lang/crates.io-index"
1028checksum = "2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589"
1029dependencies = [
1030 "async-native-tls",
1031 "async-std",
1032 "async-tls",
1033 "futures-io",
1034 "futures-util",
1035 "log",
1036 "pin-project-lite",
1037 "tungstenite 0.21.0",
1038]
1039
1040[[package]]
1041name = "async-tungstenite"
1042version = "0.28.2"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1045dependencies = [
1046 "async-std",
1047 "async-tls",
1048 "atomic-waker",
1049 "futures-core",
1050 "futures-io",
1051 "futures-task",
1052 "futures-util",
1053 "log",
1054 "pin-project-lite",
1055 "tungstenite 0.24.0",
1056]
1057
1058[[package]]
1059name = "async-watch"
1060version = "0.3.1"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1063dependencies = [
1064 "event-listener 2.5.3",
1065]
1066
1067[[package]]
1068name = "async_zip"
1069version = "0.0.17"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1072dependencies = [
1073 "async-compression",
1074 "crc32fast",
1075 "futures-lite 2.5.0",
1076 "pin-project",
1077 "thiserror 1.0.69",
1078]
1079
1080[[package]]
1081name = "asynchronous-codec"
1082version = "0.7.0"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1085dependencies = [
1086 "bytes 1.9.0",
1087 "futures-sink",
1088 "futures-util",
1089 "memchr",
1090 "pin-project-lite",
1091]
1092
1093[[package]]
1094name = "atoi"
1095version = "2.0.0"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1098dependencies = [
1099 "num-traits",
1100]
1101
1102[[package]]
1103name = "atomic"
1104version = "0.5.3"
1105source = "registry+https://github.com/rust-lang/crates.io-index"
1106checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1107
1108[[package]]
1109name = "atomic-waker"
1110version = "1.1.2"
1111source = "registry+https://github.com/rust-lang/crates.io-index"
1112checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1113
1114[[package]]
1115name = "audio"
1116version = "0.1.0"
1117dependencies = [
1118 "anyhow",
1119 "collections",
1120 "derive_more",
1121 "gpui",
1122 "parking_lot",
1123 "rodio",
1124 "util",
1125]
1126
1127[[package]]
1128name = "auto_update"
1129version = "0.1.0"
1130dependencies = [
1131 "anyhow",
1132 "client",
1133 "db",
1134 "gpui",
1135 "http_client",
1136 "log",
1137 "paths",
1138 "release_channel",
1139 "schemars",
1140 "serde",
1141 "serde_json",
1142 "settings",
1143 "smol",
1144 "tempfile",
1145 "which 6.0.3",
1146 "workspace",
1147]
1148
1149[[package]]
1150name = "auto_update_ui"
1151version = "0.1.0"
1152dependencies = [
1153 "anyhow",
1154 "auto_update",
1155 "client",
1156 "editor",
1157 "gpui",
1158 "http_client",
1159 "markdown_preview",
1160 "menu",
1161 "release_channel",
1162 "serde",
1163 "serde_json",
1164 "smol",
1165 "util",
1166 "workspace",
1167]
1168
1169[[package]]
1170name = "autocfg"
1171version = "1.4.0"
1172source = "registry+https://github.com/rust-lang/crates.io-index"
1173checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1174
1175[[package]]
1176name = "av1-grain"
1177version = "0.2.3"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1180dependencies = [
1181 "anyhow",
1182 "arrayvec",
1183 "log",
1184 "nom",
1185 "num-rational",
1186 "v_frame",
1187]
1188
1189[[package]]
1190name = "avif-serialize"
1191version = "0.8.2"
1192source = "registry+https://github.com/rust-lang/crates.io-index"
1193checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1194dependencies = [
1195 "arrayvec",
1196]
1197
1198[[package]]
1199name = "aws-config"
1200version = "1.5.14"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "9f40e82e858e02445402906e454a73e244c7f501fcae198977585946c48e8697"
1203dependencies = [
1204 "aws-credential-types",
1205 "aws-runtime",
1206 "aws-sdk-sso",
1207 "aws-sdk-ssooidc",
1208 "aws-sdk-sts",
1209 "aws-smithy-async",
1210 "aws-smithy-http",
1211 "aws-smithy-json",
1212 "aws-smithy-runtime",
1213 "aws-smithy-runtime-api",
1214 "aws-smithy-types",
1215 "aws-types",
1216 "bytes 1.9.0",
1217 "fastrand 2.3.0",
1218 "hex",
1219 "http 0.2.12",
1220 "ring",
1221 "time",
1222 "tokio",
1223 "tracing",
1224 "url",
1225 "zeroize",
1226]
1227
1228[[package]]
1229name = "aws-credential-types"
1230version = "1.2.1"
1231source = "registry+https://github.com/rust-lang/crates.io-index"
1232checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1233dependencies = [
1234 "aws-smithy-async",
1235 "aws-smithy-runtime-api",
1236 "aws-smithy-types",
1237 "zeroize",
1238]
1239
1240[[package]]
1241name = "aws-runtime"
1242version = "1.5.4"
1243source = "registry+https://github.com/rust-lang/crates.io-index"
1244checksum = "bee7643696e7fdd74c10f9eb42848a87fe469d35eae9c3323f80aa98f350baac"
1245dependencies = [
1246 "aws-credential-types",
1247 "aws-sigv4",
1248 "aws-smithy-async",
1249 "aws-smithy-eventstream",
1250 "aws-smithy-http",
1251 "aws-smithy-runtime",
1252 "aws-smithy-runtime-api",
1253 "aws-smithy-types",
1254 "aws-types",
1255 "bytes 1.9.0",
1256 "fastrand 2.3.0",
1257 "http 0.2.12",
1258 "http-body 0.4.6",
1259 "once_cell",
1260 "percent-encoding",
1261 "pin-project-lite",
1262 "tracing",
1263 "uuid",
1264]
1265
1266[[package]]
1267name = "aws-sdk-kinesis"
1268version = "1.56.0"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "43d9c9144b6b00173d8f212a89d6bb252d48f88aeb2ae89c33c13b0a0fcd0ac9"
1271dependencies = [
1272 "aws-credential-types",
1273 "aws-runtime",
1274 "aws-smithy-async",
1275 "aws-smithy-http",
1276 "aws-smithy-json",
1277 "aws-smithy-runtime",
1278 "aws-smithy-runtime-api",
1279 "aws-smithy-types",
1280 "aws-types",
1281 "bytes 1.9.0",
1282 "http 0.2.12",
1283 "once_cell",
1284 "regex-lite",
1285 "tracing",
1286]
1287
1288[[package]]
1289name = "aws-sdk-s3"
1290version = "1.69.0"
1291source = "registry+https://github.com/rust-lang/crates.io-index"
1292checksum = "0a88f1c30e4ffa2464f910297c24736ff68cca9e8d2b7d52596b54efd99b9c1e"
1293dependencies = [
1294 "aws-credential-types",
1295 "aws-runtime",
1296 "aws-sigv4",
1297 "aws-smithy-async",
1298 "aws-smithy-checksums",
1299 "aws-smithy-eventstream",
1300 "aws-smithy-http",
1301 "aws-smithy-json",
1302 "aws-smithy-runtime",
1303 "aws-smithy-runtime-api",
1304 "aws-smithy-types",
1305 "aws-smithy-xml",
1306 "aws-types",
1307 "bytes 1.9.0",
1308 "fastrand 2.3.0",
1309 "hex",
1310 "hmac",
1311 "http 0.2.12",
1312 "http-body 0.4.6",
1313 "lru",
1314 "once_cell",
1315 "percent-encoding",
1316 "regex-lite",
1317 "sha2",
1318 "tracing",
1319 "url",
1320]
1321
1322[[package]]
1323name = "aws-sdk-sso"
1324version = "1.54.0"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "921a13ed6aabe2d1258f65ef7804946255c799224440774c30e1a2c65cdf983a"
1327dependencies = [
1328 "aws-credential-types",
1329 "aws-runtime",
1330 "aws-smithy-async",
1331 "aws-smithy-http",
1332 "aws-smithy-json",
1333 "aws-smithy-runtime",
1334 "aws-smithy-runtime-api",
1335 "aws-smithy-types",
1336 "aws-types",
1337 "bytes 1.9.0",
1338 "http 0.2.12",
1339 "once_cell",
1340 "regex-lite",
1341 "tracing",
1342]
1343
1344[[package]]
1345name = "aws-sdk-ssooidc"
1346version = "1.55.0"
1347source = "registry+https://github.com/rust-lang/crates.io-index"
1348checksum = "196c952738b05dfc917d82a3e9b5ba850822a6d6a86d677afda2a156cc172ceb"
1349dependencies = [
1350 "aws-credential-types",
1351 "aws-runtime",
1352 "aws-smithy-async",
1353 "aws-smithy-http",
1354 "aws-smithy-json",
1355 "aws-smithy-runtime",
1356 "aws-smithy-runtime-api",
1357 "aws-smithy-types",
1358 "aws-types",
1359 "bytes 1.9.0",
1360 "http 0.2.12",
1361 "once_cell",
1362 "regex-lite",
1363 "tracing",
1364]
1365
1366[[package]]
1367name = "aws-sdk-sts"
1368version = "1.55.0"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "33ef5b73a927ed80b44096f8c20fb4abae65469af15198367e179ae267256e9d"
1371dependencies = [
1372 "aws-credential-types",
1373 "aws-runtime",
1374 "aws-smithy-async",
1375 "aws-smithy-http",
1376 "aws-smithy-json",
1377 "aws-smithy-query",
1378 "aws-smithy-runtime",
1379 "aws-smithy-runtime-api",
1380 "aws-smithy-types",
1381 "aws-smithy-xml",
1382 "aws-types",
1383 "http 0.2.12",
1384 "once_cell",
1385 "regex-lite",
1386 "tracing",
1387]
1388
1389[[package]]
1390name = "aws-sigv4"
1391version = "1.2.7"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "690118821e46967b3c4501d67d7d52dd75106a9c54cf36cefa1985cedbe94e05"
1394dependencies = [
1395 "aws-credential-types",
1396 "aws-smithy-eventstream",
1397 "aws-smithy-http",
1398 "aws-smithy-runtime-api",
1399 "aws-smithy-types",
1400 "bytes 1.9.0",
1401 "crypto-bigint 0.5.5",
1402 "form_urlencoded",
1403 "hex",
1404 "hmac",
1405 "http 0.2.12",
1406 "http 1.2.0",
1407 "once_cell",
1408 "p256",
1409 "percent-encoding",
1410 "ring",
1411 "sha2",
1412 "subtle",
1413 "time",
1414 "tracing",
1415 "zeroize",
1416]
1417
1418[[package]]
1419name = "aws-smithy-async"
1420version = "1.2.4"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1423dependencies = [
1424 "futures-util",
1425 "pin-project-lite",
1426 "tokio",
1427]
1428
1429[[package]]
1430name = "aws-smithy-checksums"
1431version = "0.62.0"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1434dependencies = [
1435 "aws-smithy-http",
1436 "aws-smithy-types",
1437 "bytes 1.9.0",
1438 "crc32c",
1439 "crc32fast",
1440 "crc64fast-nvme",
1441 "hex",
1442 "http 0.2.12",
1443 "http-body 0.4.6",
1444 "md-5",
1445 "pin-project-lite",
1446 "sha1",
1447 "sha2",
1448 "tracing",
1449]
1450
1451[[package]]
1452name = "aws-smithy-eventstream"
1453version = "0.60.6"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1456dependencies = [
1457 "aws-smithy-types",
1458 "bytes 1.9.0",
1459 "crc32fast",
1460]
1461
1462[[package]]
1463name = "aws-smithy-http"
1464version = "0.60.12"
1465source = "registry+https://github.com/rust-lang/crates.io-index"
1466checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1467dependencies = [
1468 "aws-smithy-eventstream",
1469 "aws-smithy-runtime-api",
1470 "aws-smithy-types",
1471 "bytes 1.9.0",
1472 "bytes-utils",
1473 "futures-core",
1474 "http 0.2.12",
1475 "http-body 0.4.6",
1476 "once_cell",
1477 "percent-encoding",
1478 "pin-project-lite",
1479 "pin-utils",
1480 "tracing",
1481]
1482
1483[[package]]
1484name = "aws-smithy-json"
1485version = "0.61.2"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1488dependencies = [
1489 "aws-smithy-types",
1490]
1491
1492[[package]]
1493name = "aws-smithy-query"
1494version = "0.60.7"
1495source = "registry+https://github.com/rust-lang/crates.io-index"
1496checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1497dependencies = [
1498 "aws-smithy-types",
1499 "urlencoding",
1500]
1501
1502[[package]]
1503name = "aws-smithy-runtime"
1504version = "1.7.7"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "865f7050bbc7107a6c98a397a9fcd9413690c27fa718446967cf03b2d3ac517e"
1507dependencies = [
1508 "aws-smithy-async",
1509 "aws-smithy-http",
1510 "aws-smithy-runtime-api",
1511 "aws-smithy-types",
1512 "bytes 1.9.0",
1513 "fastrand 2.3.0",
1514 "h2 0.3.26",
1515 "http 0.2.12",
1516 "http-body 0.4.6",
1517 "http-body 1.0.1",
1518 "httparse",
1519 "hyper 0.14.32",
1520 "hyper-rustls 0.24.2",
1521 "once_cell",
1522 "pin-project-lite",
1523 "pin-utils",
1524 "rustls 0.21.12",
1525 "tokio",
1526 "tracing",
1527]
1528
1529[[package]]
1530name = "aws-smithy-runtime-api"
1531version = "1.7.3"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1534dependencies = [
1535 "aws-smithy-async",
1536 "aws-smithy-types",
1537 "bytes 1.9.0",
1538 "http 0.2.12",
1539 "http 1.2.0",
1540 "pin-project-lite",
1541 "tokio",
1542 "tracing",
1543 "zeroize",
1544]
1545
1546[[package]]
1547name = "aws-smithy-types"
1548version = "1.2.12"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "a28f6feb647fb5e0d5b50f0472c19a7db9462b74e2fec01bb0b44eedcc834e97"
1551dependencies = [
1552 "base64-simd",
1553 "bytes 1.9.0",
1554 "bytes-utils",
1555 "futures-core",
1556 "http 0.2.12",
1557 "http 1.2.0",
1558 "http-body 0.4.6",
1559 "http-body 1.0.1",
1560 "http-body-util",
1561 "itoa",
1562 "num-integer",
1563 "pin-project-lite",
1564 "pin-utils",
1565 "ryu",
1566 "serde",
1567 "time",
1568 "tokio",
1569 "tokio-util",
1570]
1571
1572[[package]]
1573name = "aws-smithy-xml"
1574version = "0.60.9"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1577dependencies = [
1578 "xmlparser",
1579]
1580
1581[[package]]
1582name = "aws-types"
1583version = "1.3.4"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "b0df5a18c4f951c645300d365fec53a61418bcf4650f604f85fe2a665bfaa0c2"
1586dependencies = [
1587 "aws-credential-types",
1588 "aws-smithy-async",
1589 "aws-smithy-runtime-api",
1590 "aws-smithy-types",
1591 "rustc_version",
1592 "tracing",
1593]
1594
1595[[package]]
1596name = "axum"
1597version = "0.6.20"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1600dependencies = [
1601 "async-trait",
1602 "axum-core",
1603 "base64 0.21.7",
1604 "bitflags 1.3.2",
1605 "bytes 1.9.0",
1606 "futures-util",
1607 "headers",
1608 "http 0.2.12",
1609 "http-body 0.4.6",
1610 "hyper 0.14.32",
1611 "itoa",
1612 "matchit",
1613 "memchr",
1614 "mime",
1615 "percent-encoding",
1616 "pin-project-lite",
1617 "rustversion",
1618 "serde",
1619 "serde_json",
1620 "serde_path_to_error",
1621 "serde_urlencoded",
1622 "sha1",
1623 "sync_wrapper 0.1.2",
1624 "tokio",
1625 "tokio-tungstenite 0.20.1",
1626 "tower",
1627 "tower-layer",
1628 "tower-service",
1629]
1630
1631[[package]]
1632name = "axum-core"
1633version = "0.3.4"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
1635checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1636dependencies = [
1637 "async-trait",
1638 "bytes 1.9.0",
1639 "futures-util",
1640 "http 0.2.12",
1641 "http-body 0.4.6",
1642 "mime",
1643 "rustversion",
1644 "tower-layer",
1645 "tower-service",
1646]
1647
1648[[package]]
1649name = "axum-extra"
1650version = "0.4.2"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1653dependencies = [
1654 "axum",
1655 "bytes 1.9.0",
1656 "futures-util",
1657 "http 0.2.12",
1658 "mime",
1659 "pin-project-lite",
1660 "serde",
1661 "serde_json",
1662 "tokio",
1663 "tower",
1664 "tower-http 0.3.5",
1665 "tower-layer",
1666 "tower-service",
1667]
1668
1669[[package]]
1670name = "backtrace"
1671version = "0.3.74"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1674dependencies = [
1675 "addr2line",
1676 "cfg-if",
1677 "libc",
1678 "miniz_oxide",
1679 "object",
1680 "rustc-demangle",
1681 "windows-targets 0.52.6",
1682]
1683
1684[[package]]
1685name = "base16ct"
1686version = "0.1.1"
1687source = "registry+https://github.com/rust-lang/crates.io-index"
1688checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1689
1690[[package]]
1691name = "base64"
1692version = "0.13.1"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1695
1696[[package]]
1697name = "base64"
1698version = "0.21.7"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1701
1702[[package]]
1703name = "base64"
1704version = "0.22.1"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1707
1708[[package]]
1709name = "base64-simd"
1710version = "0.8.0"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1713dependencies = [
1714 "outref",
1715 "vsimd",
1716]
1717
1718[[package]]
1719name = "base64ct"
1720version = "1.6.0"
1721source = "registry+https://github.com/rust-lang/crates.io-index"
1722checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1723
1724[[package]]
1725name = "bigdecimal"
1726version = "0.4.7"
1727source = "registry+https://github.com/rust-lang/crates.io-index"
1728checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1729dependencies = [
1730 "autocfg",
1731 "libm",
1732 "num-bigint",
1733 "num-integer",
1734 "num-traits",
1735 "serde",
1736]
1737
1738[[package]]
1739name = "bincode"
1740version = "1.3.3"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1743dependencies = [
1744 "serde",
1745]
1746
1747[[package]]
1748name = "bindgen"
1749version = "0.70.1"
1750source = "registry+https://github.com/rust-lang/crates.io-index"
1751checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1752dependencies = [
1753 "bitflags 2.8.0",
1754 "cexpr",
1755 "clang-sys",
1756 "itertools 0.12.1",
1757 "log",
1758 "prettyplease",
1759 "proc-macro2",
1760 "quote",
1761 "regex",
1762 "rustc-hash 1.1.0",
1763 "shlex",
1764 "syn 2.0.90",
1765]
1766
1767[[package]]
1768name = "bit-set"
1769version = "0.5.3"
1770source = "registry+https://github.com/rust-lang/crates.io-index"
1771checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1772dependencies = [
1773 "bit-vec 0.6.3",
1774]
1775
1776[[package]]
1777name = "bit-set"
1778version = "0.8.0"
1779source = "registry+https://github.com/rust-lang/crates.io-index"
1780checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1781dependencies = [
1782 "bit-vec 0.8.0",
1783]
1784
1785[[package]]
1786name = "bit-vec"
1787version = "0.6.3"
1788source = "registry+https://github.com/rust-lang/crates.io-index"
1789checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1790
1791[[package]]
1792name = "bit-vec"
1793version = "0.8.0"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1796
1797[[package]]
1798name = "bit_field"
1799version = "0.10.2"
1800source = "registry+https://github.com/rust-lang/crates.io-index"
1801checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1802
1803[[package]]
1804name = "bitflags"
1805version = "1.3.2"
1806source = "registry+https://github.com/rust-lang/crates.io-index"
1807checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1808
1809[[package]]
1810name = "bitflags"
1811version = "2.8.0"
1812source = "registry+https://github.com/rust-lang/crates.io-index"
1813checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1814dependencies = [
1815 "serde",
1816]
1817
1818[[package]]
1819name = "bitstream-io"
1820version = "2.6.0"
1821source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1823
1824[[package]]
1825name = "bitvec"
1826version = "1.0.1"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1829dependencies = [
1830 "funty",
1831 "radium",
1832 "tap",
1833 "wyz",
1834]
1835
1836[[package]]
1837name = "blade-graphics"
1838version = "0.6.0"
1839source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1840dependencies = [
1841 "ash",
1842 "ash-window",
1843 "bitflags 2.8.0",
1844 "bytemuck",
1845 "codespan-reporting",
1846 "glow",
1847 "gpu-alloc",
1848 "gpu-alloc-ash",
1849 "hidden-trait",
1850 "js-sys",
1851 "khronos-egl",
1852 "libloading",
1853 "log",
1854 "mint",
1855 "naga",
1856 "objc2",
1857 "objc2-app-kit",
1858 "objc2-foundation",
1859 "objc2-metal",
1860 "objc2-quartz-core",
1861 "objc2-ui-kit",
1862 "raw-window-handle",
1863 "slab",
1864 "wasm-bindgen",
1865 "web-sys",
1866]
1867
1868[[package]]
1869name = "blade-macros"
1870version = "0.3.0"
1871source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1872dependencies = [
1873 "proc-macro2",
1874 "quote",
1875 "syn 2.0.90",
1876]
1877
1878[[package]]
1879name = "blade-util"
1880version = "0.2.0"
1881source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1882dependencies = [
1883 "blade-graphics",
1884 "bytemuck",
1885 "log",
1886 "profiling",
1887]
1888
1889[[package]]
1890name = "blake3"
1891version = "1.5.5"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
1894dependencies = [
1895 "arrayref",
1896 "arrayvec",
1897 "cc",
1898 "cfg-if",
1899 "constant_time_eq 0.3.1",
1900]
1901
1902[[package]]
1903name = "block"
1904version = "0.1.6"
1905source = "registry+https://github.com/rust-lang/crates.io-index"
1906checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1907
1908[[package]]
1909name = "block-buffer"
1910version = "0.10.4"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1913dependencies = [
1914 "generic-array",
1915]
1916
1917[[package]]
1918name = "block-padding"
1919version = "0.3.3"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1922dependencies = [
1923 "generic-array",
1924]
1925
1926[[package]]
1927name = "block2"
1928version = "0.5.1"
1929source = "registry+https://github.com/rust-lang/crates.io-index"
1930checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
1931dependencies = [
1932 "objc2",
1933]
1934
1935[[package]]
1936name = "blocking"
1937version = "1.6.1"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1940dependencies = [
1941 "async-channel 2.3.1",
1942 "async-task",
1943 "futures-io",
1944 "futures-lite 2.5.0",
1945 "piper",
1946]
1947
1948[[package]]
1949name = "borsh"
1950version = "1.5.3"
1951source = "registry+https://github.com/rust-lang/crates.io-index"
1952checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
1953dependencies = [
1954 "borsh-derive",
1955 "cfg_aliases 0.2.1",
1956]
1957
1958[[package]]
1959name = "borsh-derive"
1960version = "1.5.3"
1961source = "registry+https://github.com/rust-lang/crates.io-index"
1962checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
1963dependencies = [
1964 "once_cell",
1965 "proc-macro-crate",
1966 "proc-macro2",
1967 "quote",
1968 "syn 2.0.90",
1969]
1970
1971[[package]]
1972name = "breadcrumbs"
1973version = "0.1.0"
1974dependencies = [
1975 "editor",
1976 "gpui",
1977 "itertools 0.14.0",
1978 "theme",
1979 "ui",
1980 "workspace",
1981 "zed_actions",
1982]
1983
1984[[package]]
1985name = "bstr"
1986version = "1.11.1"
1987source = "registry+https://github.com/rust-lang/crates.io-index"
1988checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
1989dependencies = [
1990 "memchr",
1991 "regex-automata 0.4.9",
1992 "serde",
1993]
1994
1995[[package]]
1996name = "built"
1997version = "0.7.5"
1998source = "registry+https://github.com/rust-lang/crates.io-index"
1999checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
2000
2001[[package]]
2002name = "bumpalo"
2003version = "3.16.0"
2004source = "registry+https://github.com/rust-lang/crates.io-index"
2005checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2006
2007[[package]]
2008name = "by_address"
2009version = "1.2.1"
2010source = "registry+https://github.com/rust-lang/crates.io-index"
2011checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2012
2013[[package]]
2014name = "bytecheck"
2015version = "0.6.12"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2018dependencies = [
2019 "bytecheck_derive",
2020 "ptr_meta",
2021 "simdutf8",
2022]
2023
2024[[package]]
2025name = "bytecheck_derive"
2026version = "0.6.12"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2029dependencies = [
2030 "proc-macro2",
2031 "quote",
2032 "syn 1.0.109",
2033]
2034
2035[[package]]
2036name = "bytemuck"
2037version = "1.21.0"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2040dependencies = [
2041 "bytemuck_derive",
2042]
2043
2044[[package]]
2045name = "bytemuck_derive"
2046version = "1.8.0"
2047source = "registry+https://github.com/rust-lang/crates.io-index"
2048checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2049dependencies = [
2050 "proc-macro2",
2051 "quote",
2052 "syn 2.0.90",
2053]
2054
2055[[package]]
2056name = "byteorder"
2057version = "1.5.0"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2060
2061[[package]]
2062name = "byteorder-lite"
2063version = "0.1.0"
2064source = "registry+https://github.com/rust-lang/crates.io-index"
2065checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2066
2067[[package]]
2068name = "bytes"
2069version = "0.4.12"
2070source = "registry+https://github.com/rust-lang/crates.io-index"
2071checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2072dependencies = [
2073 "byteorder",
2074 "iovec",
2075]
2076
2077[[package]]
2078name = "bytes"
2079version = "1.9.0"
2080source = "registry+https://github.com/rust-lang/crates.io-index"
2081checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
2082
2083[[package]]
2084name = "bytes-utils"
2085version = "0.1.4"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2088dependencies = [
2089 "bytes 1.9.0",
2090 "either",
2091]
2092
2093[[package]]
2094name = "bzip2"
2095version = "0.4.4"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2098dependencies = [
2099 "bzip2-sys",
2100 "libc",
2101]
2102
2103[[package]]
2104name = "bzip2-sys"
2105version = "0.1.11+1.0.8"
2106source = "registry+https://github.com/rust-lang/crates.io-index"
2107checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2108dependencies = [
2109 "cc",
2110 "libc",
2111 "pkg-config",
2112]
2113
2114[[package]]
2115name = "call"
2116version = "0.1.0"
2117dependencies = [
2118 "anyhow",
2119 "audio",
2120 "client",
2121 "collections",
2122 "fs",
2123 "futures 0.3.31",
2124 "gpui",
2125 "http_client",
2126 "language",
2127 "livekit_client",
2128 "livekit_client_macos",
2129 "log",
2130 "postage",
2131 "project",
2132 "schemars",
2133 "serde",
2134 "serde_derive",
2135 "settings",
2136 "telemetry",
2137 "util",
2138]
2139
2140[[package]]
2141name = "calloop"
2142version = "0.13.0"
2143source = "registry+https://github.com/rust-lang/crates.io-index"
2144checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2145dependencies = [
2146 "bitflags 2.8.0",
2147 "log",
2148 "polling",
2149 "rustix",
2150 "slab",
2151 "thiserror 1.0.69",
2152]
2153
2154[[package]]
2155name = "calloop-wayland-source"
2156version = "0.3.0"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2159dependencies = [
2160 "calloop",
2161 "rustix",
2162 "wayland-backend",
2163 "wayland-client",
2164]
2165
2166[[package]]
2167name = "camino"
2168version = "1.1.9"
2169source = "registry+https://github.com/rust-lang/crates.io-index"
2170checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2171dependencies = [
2172 "serde",
2173]
2174
2175[[package]]
2176name = "cap-fs-ext"
2177version = "3.4.2"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2180dependencies = [
2181 "cap-primitives",
2182 "cap-std",
2183 "io-lifetimes",
2184 "windows-sys 0.59.0",
2185]
2186
2187[[package]]
2188name = "cap-net-ext"
2189version = "3.4.2"
2190source = "registry+https://github.com/rust-lang/crates.io-index"
2191checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2192dependencies = [
2193 "cap-primitives",
2194 "cap-std",
2195 "rustix",
2196 "smallvec",
2197]
2198
2199[[package]]
2200name = "cap-primitives"
2201version = "3.4.2"
2202source = "registry+https://github.com/rust-lang/crates.io-index"
2203checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2204dependencies = [
2205 "ambient-authority",
2206 "fs-set-times",
2207 "io-extras",
2208 "io-lifetimes",
2209 "ipnet",
2210 "maybe-owned",
2211 "rustix",
2212 "windows-sys 0.59.0",
2213 "winx",
2214]
2215
2216[[package]]
2217name = "cap-rand"
2218version = "3.4.2"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2221dependencies = [
2222 "ambient-authority",
2223 "rand 0.8.5",
2224]
2225
2226[[package]]
2227name = "cap-std"
2228version = "3.4.2"
2229source = "registry+https://github.com/rust-lang/crates.io-index"
2230checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2231dependencies = [
2232 "cap-primitives",
2233 "io-extras",
2234 "io-lifetimes",
2235 "rustix",
2236]
2237
2238[[package]]
2239name = "cap-time-ext"
2240version = "3.4.2"
2241source = "registry+https://github.com/rust-lang/crates.io-index"
2242checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2243dependencies = [
2244 "ambient-authority",
2245 "cap-primitives",
2246 "iana-time-zone",
2247 "once_cell",
2248 "rustix",
2249 "winx",
2250]
2251
2252[[package]]
2253name = "cargo-platform"
2254version = "0.1.9"
2255source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2257dependencies = [
2258 "serde",
2259]
2260
2261[[package]]
2262name = "cargo_metadata"
2263version = "0.19.1"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924"
2266dependencies = [
2267 "camino",
2268 "cargo-platform",
2269 "semver",
2270 "serde",
2271 "serde_json",
2272 "thiserror 2.0.6",
2273]
2274
2275[[package]]
2276name = "cargo_toml"
2277version = "0.21.0"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2280dependencies = [
2281 "serde",
2282 "toml 0.8.19",
2283]
2284
2285[[package]]
2286name = "cast"
2287version = "0.3.0"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2290
2291[[package]]
2292name = "cbc"
2293version = "0.1.2"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2296dependencies = [
2297 "cipher",
2298]
2299
2300[[package]]
2301name = "cbindgen"
2302version = "0.27.0"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2305dependencies = [
2306 "clap",
2307 "heck 0.4.1",
2308 "indexmap",
2309 "log",
2310 "proc-macro2",
2311 "quote",
2312 "serde",
2313 "serde_json",
2314 "syn 2.0.90",
2315 "tempfile",
2316 "toml 0.8.19",
2317]
2318
2319[[package]]
2320name = "cbindgen"
2321version = "0.28.0"
2322source = "registry+https://github.com/rust-lang/crates.io-index"
2323checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2324dependencies = [
2325 "heck 0.4.1",
2326 "indexmap",
2327 "log",
2328 "proc-macro2",
2329 "quote",
2330 "serde",
2331 "serde_json",
2332 "syn 2.0.90",
2333 "tempfile",
2334 "toml 0.8.19",
2335]
2336
2337[[package]]
2338name = "cc"
2339version = "1.2.3"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
2342dependencies = [
2343 "jobserver",
2344 "libc",
2345 "shlex",
2346]
2347
2348[[package]]
2349name = "cesu8"
2350version = "1.1.0"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2353
2354[[package]]
2355name = "cexpr"
2356version = "0.6.0"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2359dependencies = [
2360 "nom",
2361]
2362
2363[[package]]
2364name = "cfg-expr"
2365version = "0.15.8"
2366source = "registry+https://github.com/rust-lang/crates.io-index"
2367checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2368dependencies = [
2369 "smallvec",
2370 "target-lexicon",
2371]
2372
2373[[package]]
2374name = "cfg-if"
2375version = "1.0.0"
2376source = "registry+https://github.com/rust-lang/crates.io-index"
2377checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2378
2379[[package]]
2380name = "cfg_aliases"
2381version = "0.1.1"
2382source = "registry+https://github.com/rust-lang/crates.io-index"
2383checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2384
2385[[package]]
2386name = "cfg_aliases"
2387version = "0.2.1"
2388source = "registry+https://github.com/rust-lang/crates.io-index"
2389checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2390
2391[[package]]
2392name = "channel"
2393version = "0.1.0"
2394dependencies = [
2395 "anyhow",
2396 "client",
2397 "clock",
2398 "collections",
2399 "futures 0.3.31",
2400 "gpui",
2401 "http_client",
2402 "language",
2403 "log",
2404 "rand 0.8.5",
2405 "release_channel",
2406 "rpc",
2407 "settings",
2408 "sum_tree",
2409 "text",
2410 "time",
2411 "util",
2412]
2413
2414[[package]]
2415name = "chrono"
2416version = "0.4.39"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2419dependencies = [
2420 "android-tzdata",
2421 "iana-time-zone",
2422 "js-sys",
2423 "num-traits",
2424 "serde",
2425 "wasm-bindgen",
2426 "windows-targets 0.52.6",
2427]
2428
2429[[package]]
2430name = "chunked_transfer"
2431version = "1.5.0"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
2433checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2434
2435[[package]]
2436name = "ciborium"
2437version = "0.2.2"
2438source = "registry+https://github.com/rust-lang/crates.io-index"
2439checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2440dependencies = [
2441 "ciborium-io",
2442 "ciborium-ll",
2443 "serde",
2444]
2445
2446[[package]]
2447name = "ciborium-io"
2448version = "0.2.2"
2449source = "registry+https://github.com/rust-lang/crates.io-index"
2450checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2451
2452[[package]]
2453name = "ciborium-ll"
2454version = "0.2.2"
2455source = "registry+https://github.com/rust-lang/crates.io-index"
2456checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2457dependencies = [
2458 "ciborium-io",
2459 "half",
2460]
2461
2462[[package]]
2463name = "cipher"
2464version = "0.4.4"
2465source = "registry+https://github.com/rust-lang/crates.io-index"
2466checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2467dependencies = [
2468 "crypto-common",
2469 "inout",
2470 "zeroize",
2471]
2472
2473[[package]]
2474name = "clang-sys"
2475version = "1.8.1"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2478dependencies = [
2479 "glob",
2480 "libc",
2481 "libloading",
2482]
2483
2484[[package]]
2485name = "clap"
2486version = "4.5.23"
2487source = "registry+https://github.com/rust-lang/crates.io-index"
2488checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
2489dependencies = [
2490 "clap_builder",
2491 "clap_derive",
2492]
2493
2494[[package]]
2495name = "clap_builder"
2496version = "4.5.23"
2497source = "registry+https://github.com/rust-lang/crates.io-index"
2498checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
2499dependencies = [
2500 "anstream",
2501 "anstyle",
2502 "clap_lex",
2503 "strsim",
2504 "terminal_size",
2505]
2506
2507[[package]]
2508name = "clap_complete"
2509version = "4.5.38"
2510source = "registry+https://github.com/rust-lang/crates.io-index"
2511checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2512dependencies = [
2513 "clap",
2514]
2515
2516[[package]]
2517name = "clap_derive"
2518version = "4.5.18"
2519source = "registry+https://github.com/rust-lang/crates.io-index"
2520checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2521dependencies = [
2522 "heck 0.5.0",
2523 "proc-macro2",
2524 "quote",
2525 "syn 2.0.90",
2526]
2527
2528[[package]]
2529name = "clap_lex"
2530version = "0.7.4"
2531source = "registry+https://github.com/rust-lang/crates.io-index"
2532checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2533
2534[[package]]
2535name = "cli"
2536version = "0.1.0"
2537dependencies = [
2538 "anyhow",
2539 "clap",
2540 "collections",
2541 "core-foundation 0.9.4",
2542 "core-services",
2543 "exec",
2544 "fork",
2545 "ipc-channel",
2546 "parking_lot",
2547 "paths",
2548 "plist",
2549 "release_channel",
2550 "serde",
2551 "tempfile",
2552 "util",
2553]
2554
2555[[package]]
2556name = "client"
2557version = "0.1.0"
2558dependencies = [
2559 "anyhow",
2560 "async-native-tls",
2561 "async-recursion 0.3.2",
2562 "async-tungstenite 0.28.2",
2563 "chrono",
2564 "clock",
2565 "cocoa 0.26.0",
2566 "collections",
2567 "feature_flags",
2568 "futures 0.3.31",
2569 "gpui",
2570 "http_client",
2571 "log",
2572 "parking_lot",
2573 "paths",
2574 "postage",
2575 "rand 0.8.5",
2576 "release_channel",
2577 "rpc",
2578 "rustls 0.21.12",
2579 "rustls-native-certs 0.8.1",
2580 "schemars",
2581 "serde",
2582 "serde_json",
2583 "settings",
2584 "sha2",
2585 "smol",
2586 "telemetry",
2587 "telemetry_events",
2588 "text",
2589 "thiserror 1.0.69",
2590 "time",
2591 "tiny_http",
2592 "tokio-socks",
2593 "url",
2594 "util",
2595 "windows 0.58.0",
2596 "worktree",
2597]
2598
2599[[package]]
2600name = "clock"
2601version = "0.1.0"
2602dependencies = [
2603 "parking_lot",
2604 "serde",
2605 "smallvec",
2606]
2607
2608[[package]]
2609name = "cobs"
2610version = "0.2.3"
2611source = "registry+https://github.com/rust-lang/crates.io-index"
2612checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2613
2614[[package]]
2615name = "cocoa"
2616version = "0.25.0"
2617source = "registry+https://github.com/rust-lang/crates.io-index"
2618checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2619dependencies = [
2620 "bitflags 1.3.2",
2621 "block",
2622 "cocoa-foundation 0.1.2",
2623 "core-foundation 0.9.4",
2624 "core-graphics 0.23.2",
2625 "foreign-types 0.5.0",
2626 "libc",
2627 "objc",
2628]
2629
2630[[package]]
2631name = "cocoa"
2632version = "0.26.0"
2633source = "registry+https://github.com/rust-lang/crates.io-index"
2634checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2635dependencies = [
2636 "bitflags 2.8.0",
2637 "block",
2638 "cocoa-foundation 0.2.0",
2639 "core-foundation 0.10.0",
2640 "core-graphics 0.24.0",
2641 "foreign-types 0.5.0",
2642 "libc",
2643 "objc",
2644]
2645
2646[[package]]
2647name = "cocoa-foundation"
2648version = "0.1.2"
2649source = "registry+https://github.com/rust-lang/crates.io-index"
2650checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2651dependencies = [
2652 "bitflags 1.3.2",
2653 "block",
2654 "core-foundation 0.9.4",
2655 "core-graphics-types 0.1.3",
2656 "libc",
2657 "objc",
2658]
2659
2660[[package]]
2661name = "cocoa-foundation"
2662version = "0.2.0"
2663source = "registry+https://github.com/rust-lang/crates.io-index"
2664checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2665dependencies = [
2666 "bitflags 2.8.0",
2667 "block",
2668 "core-foundation 0.10.0",
2669 "core-graphics-types 0.2.0",
2670 "libc",
2671 "objc",
2672]
2673
2674[[package]]
2675name = "codespan-reporting"
2676version = "0.11.1"
2677source = "registry+https://github.com/rust-lang/crates.io-index"
2678checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2679dependencies = [
2680 "termcolor",
2681 "unicode-width",
2682]
2683
2684[[package]]
2685name = "collab"
2686version = "0.44.0"
2687dependencies = [
2688 "anthropic",
2689 "anyhow",
2690 "assistant",
2691 "assistant_context_editor",
2692 "assistant_slash_command",
2693 "assistant_tool",
2694 "async-stripe",
2695 "async-trait",
2696 "async-tungstenite 0.28.2",
2697 "audio",
2698 "aws-config",
2699 "aws-sdk-kinesis",
2700 "aws-sdk-s3",
2701 "axum",
2702 "axum-extra",
2703 "base64 0.22.1",
2704 "call",
2705 "channel",
2706 "chrono",
2707 "client",
2708 "clock",
2709 "collab_ui",
2710 "collections",
2711 "context_server",
2712 "ctor",
2713 "dashmap 6.1.0",
2714 "derive_more",
2715 "editor",
2716 "env_logger 0.11.6",
2717 "envy",
2718 "extension",
2719 "file_finder",
2720 "fireworks",
2721 "fs",
2722 "futures 0.3.31",
2723 "git",
2724 "git_hosting_providers",
2725 "google_ai",
2726 "gpui",
2727 "hex",
2728 "http_client",
2729 "hyper 0.14.32",
2730 "indoc",
2731 "jsonwebtoken",
2732 "language",
2733 "language_model",
2734 "livekit_client",
2735 "livekit_client_macos",
2736 "livekit_server",
2737 "log",
2738 "lsp",
2739 "menu",
2740 "multi_buffer",
2741 "nanoid",
2742 "node_runtime",
2743 "notifications",
2744 "open_ai",
2745 "parking_lot",
2746 "pretty_assertions",
2747 "project",
2748 "prometheus",
2749 "prompt_library",
2750 "prost 0.9.0",
2751 "rand 0.8.5",
2752 "recent_projects",
2753 "release_channel",
2754 "remote",
2755 "remote_server",
2756 "reqwest 0.11.27",
2757 "reqwest_client",
2758 "rpc",
2759 "rustc-demangle",
2760 "scrypt",
2761 "sea-orm",
2762 "semantic_version",
2763 "semver",
2764 "serde",
2765 "serde_derive",
2766 "serde_json",
2767 "session",
2768 "settings",
2769 "sha2",
2770 "sqlx",
2771 "strum",
2772 "subtle",
2773 "supermaven_api",
2774 "telemetry_events",
2775 "text",
2776 "theme",
2777 "thiserror 1.0.69",
2778 "time",
2779 "tokio",
2780 "toml 0.8.19",
2781 "tower",
2782 "tower-http 0.4.4",
2783 "tracing",
2784 "tracing-subscriber",
2785 "unindent",
2786 "util",
2787 "uuid",
2788 "workspace",
2789 "worktree",
2790]
2791
2792[[package]]
2793name = "collab_ui"
2794version = "0.1.0"
2795dependencies = [
2796 "anyhow",
2797 "call",
2798 "channel",
2799 "chrono",
2800 "client",
2801 "collections",
2802 "db",
2803 "editor",
2804 "emojis",
2805 "futures 0.3.31",
2806 "fuzzy",
2807 "gpui",
2808 "http_client",
2809 "language",
2810 "menu",
2811 "notifications",
2812 "picker",
2813 "pretty_assertions",
2814 "project",
2815 "release_channel",
2816 "rich_text",
2817 "rpc",
2818 "schemars",
2819 "serde",
2820 "serde_derive",
2821 "serde_json",
2822 "settings",
2823 "smallvec",
2824 "story",
2825 "telemetry",
2826 "theme",
2827 "time",
2828 "time_format",
2829 "title_bar",
2830 "tree-sitter-md",
2831 "ui",
2832 "util",
2833 "workspace",
2834]
2835
2836[[package]]
2837name = "collections"
2838version = "0.1.0"
2839dependencies = [
2840 "indexmap",
2841 "rustc-hash 2.1.0",
2842]
2843
2844[[package]]
2845name = "color_quant"
2846version = "1.1.0"
2847source = "registry+https://github.com/rust-lang/crates.io-index"
2848checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2849
2850[[package]]
2851name = "colorchoice"
2852version = "1.0.3"
2853source = "registry+https://github.com/rust-lang/crates.io-index"
2854checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2855
2856[[package]]
2857name = "combine"
2858version = "4.6.7"
2859source = "registry+https://github.com/rust-lang/crates.io-index"
2860checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2861dependencies = [
2862 "bytes 1.9.0",
2863 "memchr",
2864]
2865
2866[[package]]
2867name = "command_palette"
2868version = "0.1.0"
2869dependencies = [
2870 "client",
2871 "collections",
2872 "command_palette_hooks",
2873 "ctor",
2874 "editor",
2875 "env_logger 0.11.6",
2876 "fuzzy",
2877 "go_to_line",
2878 "gpui",
2879 "language",
2880 "menu",
2881 "picker",
2882 "postage",
2883 "project",
2884 "serde",
2885 "serde_json",
2886 "settings",
2887 "telemetry",
2888 "theme",
2889 "ui",
2890 "util",
2891 "workspace",
2892 "zed_actions",
2893]
2894
2895[[package]]
2896name = "command_palette_hooks"
2897version = "0.1.0"
2898dependencies = [
2899 "collections",
2900 "derive_more",
2901 "gpui",
2902]
2903
2904[[package]]
2905name = "concurrent-queue"
2906version = "2.5.0"
2907source = "registry+https://github.com/rust-lang/crates.io-index"
2908checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2909dependencies = [
2910 "crossbeam-utils",
2911]
2912
2913[[package]]
2914name = "console"
2915version = "0.15.8"
2916source = "registry+https://github.com/rust-lang/crates.io-index"
2917checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2918dependencies = [
2919 "encode_unicode",
2920 "lazy_static",
2921 "libc",
2922 "unicode-width",
2923 "windows-sys 0.52.0",
2924]
2925
2926[[package]]
2927name = "const-oid"
2928version = "0.9.6"
2929source = "registry+https://github.com/rust-lang/crates.io-index"
2930checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2931
2932[[package]]
2933name = "const-random"
2934version = "0.1.18"
2935source = "registry+https://github.com/rust-lang/crates.io-index"
2936checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2937dependencies = [
2938 "const-random-macro",
2939]
2940
2941[[package]]
2942name = "const-random-macro"
2943version = "0.1.16"
2944source = "registry+https://github.com/rust-lang/crates.io-index"
2945checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2946dependencies = [
2947 "getrandom 0.2.15",
2948 "once_cell",
2949 "tiny-keccak",
2950]
2951
2952[[package]]
2953name = "constant_time_eq"
2954version = "0.1.5"
2955source = "registry+https://github.com/rust-lang/crates.io-index"
2956checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2957
2958[[package]]
2959name = "constant_time_eq"
2960version = "0.3.1"
2961source = "registry+https://github.com/rust-lang/crates.io-index"
2962checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2963
2964[[package]]
2965name = "context_server"
2966version = "0.1.0"
2967dependencies = [
2968 "anyhow",
2969 "assistant_tool",
2970 "collections",
2971 "command_palette_hooks",
2972 "context_server_settings",
2973 "extension",
2974 "futures 0.3.31",
2975 "gpui",
2976 "log",
2977 "parking_lot",
2978 "postage",
2979 "project",
2980 "serde",
2981 "serde_json",
2982 "settings",
2983 "smol",
2984 "url",
2985 "util",
2986 "workspace",
2987]
2988
2989[[package]]
2990name = "context_server_settings"
2991version = "0.1.0"
2992dependencies = [
2993 "anyhow",
2994 "collections",
2995 "gpui",
2996 "schemars",
2997 "serde",
2998 "serde_json",
2999 "settings",
3000]
3001
3002[[package]]
3003name = "convert_case"
3004version = "0.4.0"
3005source = "registry+https://github.com/rust-lang/crates.io-index"
3006checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3007
3008[[package]]
3009name = "convert_case"
3010version = "0.6.0"
3011source = "registry+https://github.com/rust-lang/crates.io-index"
3012checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3013dependencies = [
3014 "unicode-segmentation",
3015]
3016
3017[[package]]
3018name = "copilot"
3019version = "0.1.0"
3020dependencies = [
3021 "anyhow",
3022 "async-compression",
3023 "async-std",
3024 "async-tar",
3025 "chrono",
3026 "client",
3027 "clock",
3028 "collections",
3029 "command_palette_hooks",
3030 "editor",
3031 "fs",
3032 "futures 0.3.31",
3033 "gpui",
3034 "http_client",
3035 "indoc",
3036 "inline_completion",
3037 "language",
3038 "lsp",
3039 "menu",
3040 "node_runtime",
3041 "parking_lot",
3042 "paths",
3043 "project",
3044 "rpc",
3045 "schemars",
3046 "serde",
3047 "serde_json",
3048 "settings",
3049 "smol",
3050 "strum",
3051 "task",
3052 "theme",
3053 "ui",
3054 "util",
3055 "workspace",
3056]
3057
3058[[package]]
3059name = "core-foundation"
3060version = "0.9.4"
3061source = "registry+https://github.com/rust-lang/crates.io-index"
3062checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3063dependencies = [
3064 "core-foundation-sys",
3065 "libc",
3066]
3067
3068[[package]]
3069name = "core-foundation"
3070version = "0.10.0"
3071source = "registry+https://github.com/rust-lang/crates.io-index"
3072checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3073dependencies = [
3074 "core-foundation-sys",
3075 "libc",
3076]
3077
3078[[package]]
3079name = "core-foundation-sys"
3080version = "0.8.7"
3081source = "registry+https://github.com/rust-lang/crates.io-index"
3082checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3083
3084[[package]]
3085name = "core-graphics"
3086version = "0.23.2"
3087source = "registry+https://github.com/rust-lang/crates.io-index"
3088checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3089dependencies = [
3090 "bitflags 1.3.2",
3091 "core-foundation 0.9.4",
3092 "core-graphics-types 0.1.3",
3093 "foreign-types 0.5.0",
3094 "libc",
3095]
3096
3097[[package]]
3098name = "core-graphics"
3099version = "0.24.0"
3100source = "registry+https://github.com/rust-lang/crates.io-index"
3101checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3102dependencies = [
3103 "bitflags 2.8.0",
3104 "core-foundation 0.10.0",
3105 "core-graphics-types 0.2.0",
3106 "foreign-types 0.5.0",
3107 "libc",
3108]
3109
3110[[package]]
3111name = "core-graphics-types"
3112version = "0.1.3"
3113source = "registry+https://github.com/rust-lang/crates.io-index"
3114checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3115dependencies = [
3116 "bitflags 1.3.2",
3117 "core-foundation 0.9.4",
3118 "libc",
3119]
3120
3121[[package]]
3122name = "core-graphics-types"
3123version = "0.2.0"
3124source = "registry+https://github.com/rust-lang/crates.io-index"
3125checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3126dependencies = [
3127 "bitflags 2.8.0",
3128 "core-foundation 0.10.0",
3129 "libc",
3130]
3131
3132[[package]]
3133name = "core-services"
3134version = "0.2.1"
3135source = "registry+https://github.com/rust-lang/crates.io-index"
3136checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3137dependencies = [
3138 "core-foundation 0.9.4",
3139]
3140
3141[[package]]
3142name = "core-text"
3143version = "20.1.0"
3144source = "registry+https://github.com/rust-lang/crates.io-index"
3145checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3146dependencies = [
3147 "core-foundation 0.9.4",
3148 "core-graphics 0.23.2",
3149 "foreign-types 0.5.0",
3150 "libc",
3151]
3152
3153[[package]]
3154name = "coreaudio-rs"
3155version = "0.11.3"
3156source = "registry+https://github.com/rust-lang/crates.io-index"
3157checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3158dependencies = [
3159 "bitflags 1.3.2",
3160 "core-foundation-sys",
3161 "coreaudio-sys",
3162]
3163
3164[[package]]
3165name = "coreaudio-rs"
3166version = "0.12.1"
3167source = "registry+https://github.com/rust-lang/crates.io-index"
3168checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3169dependencies = [
3170 "bitflags 1.3.2",
3171 "core-foundation-sys",
3172 "coreaudio-sys",
3173]
3174
3175[[package]]
3176name = "coreaudio-sys"
3177version = "0.2.16"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3180dependencies = [
3181 "bindgen",
3182]
3183
3184[[package]]
3185name = "cosmic-text"
3186version = "0.11.2"
3187source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3188dependencies = [
3189 "bitflags 2.8.0",
3190 "fontdb",
3191 "log",
3192 "rangemap",
3193 "rayon",
3194 "rustc-hash 1.1.0",
3195 "rustybuzz",
3196 "self_cell",
3197 "swash",
3198 "sys-locale",
3199 "ttf-parser",
3200 "unicode-bidi",
3201 "unicode-linebreak",
3202 "unicode-script",
3203 "unicode-segmentation",
3204]
3205
3206[[package]]
3207name = "cpal"
3208version = "0.15.3"
3209source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3210dependencies = [
3211 "alsa",
3212 "core-foundation-sys",
3213 "coreaudio-rs 0.11.3",
3214 "dasp_sample",
3215 "jni",
3216 "js-sys",
3217 "libc",
3218 "mach2",
3219 "ndk",
3220 "ndk-context",
3221 "oboe",
3222 "wasm-bindgen",
3223 "wasm-bindgen-futures",
3224 "web-sys",
3225 "windows 0.54.0",
3226]
3227
3228[[package]]
3229name = "cpp_demangle"
3230version = "0.4.4"
3231source = "registry+https://github.com/rust-lang/crates.io-index"
3232checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3233dependencies = [
3234 "cfg-if",
3235]
3236
3237[[package]]
3238name = "cpufeatures"
3239version = "0.2.16"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3242dependencies = [
3243 "libc",
3244]
3245
3246[[package]]
3247name = "cranelift-bforest"
3248version = "0.111.2"
3249source = "registry+https://github.com/rust-lang/crates.io-index"
3250checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4"
3251dependencies = [
3252 "cranelift-entity",
3253]
3254
3255[[package]]
3256name = "cranelift-bitset"
3257version = "0.111.2"
3258source = "registry+https://github.com/rust-lang/crates.io-index"
3259checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25"
3260dependencies = [
3261 "serde",
3262 "serde_derive",
3263]
3264
3265[[package]]
3266name = "cranelift-codegen"
3267version = "0.111.2"
3268source = "registry+https://github.com/rust-lang/crates.io-index"
3269checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f"
3270dependencies = [
3271 "bumpalo",
3272 "cranelift-bforest",
3273 "cranelift-bitset",
3274 "cranelift-codegen-meta",
3275 "cranelift-codegen-shared",
3276 "cranelift-control",
3277 "cranelift-entity",
3278 "cranelift-isle",
3279 "gimli 0.29.0",
3280 "hashbrown 0.14.5",
3281 "log",
3282 "regalloc2",
3283 "rustc-hash 1.1.0",
3284 "smallvec",
3285 "target-lexicon",
3286]
3287
3288[[package]]
3289name = "cranelift-codegen-meta"
3290version = "0.111.2"
3291source = "registry+https://github.com/rust-lang/crates.io-index"
3292checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af"
3293dependencies = [
3294 "cranelift-codegen-shared",
3295]
3296
3297[[package]]
3298name = "cranelift-codegen-shared"
3299version = "0.111.2"
3300source = "registry+https://github.com/rust-lang/crates.io-index"
3301checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab"
3302
3303[[package]]
3304name = "cranelift-control"
3305version = "0.111.2"
3306source = "registry+https://github.com/rust-lang/crates.io-index"
3307checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88"
3308dependencies = [
3309 "arbitrary",
3310]
3311
3312[[package]]
3313name = "cranelift-entity"
3314version = "0.111.2"
3315source = "registry+https://github.com/rust-lang/crates.io-index"
3316checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81"
3317dependencies = [
3318 "cranelift-bitset",
3319 "serde",
3320 "serde_derive",
3321]
3322
3323[[package]]
3324name = "cranelift-frontend"
3325version = "0.111.2"
3326source = "registry+https://github.com/rust-lang/crates.io-index"
3327checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f"
3328dependencies = [
3329 "cranelift-codegen",
3330 "log",
3331 "smallvec",
3332 "target-lexicon",
3333]
3334
3335[[package]]
3336name = "cranelift-isle"
3337version = "0.111.2"
3338source = "registry+https://github.com/rust-lang/crates.io-index"
3339checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f"
3340
3341[[package]]
3342name = "cranelift-native"
3343version = "0.111.2"
3344source = "registry+https://github.com/rust-lang/crates.io-index"
3345checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97"
3346dependencies = [
3347 "cranelift-codegen",
3348 "libc",
3349 "target-lexicon",
3350]
3351
3352[[package]]
3353name = "cranelift-wasm"
3354version = "0.111.2"
3355source = "registry+https://github.com/rust-lang/crates.io-index"
3356checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579"
3357dependencies = [
3358 "cranelift-codegen",
3359 "cranelift-entity",
3360 "cranelift-frontend",
3361 "itertools 0.12.1",
3362 "log",
3363 "smallvec",
3364 "wasmparser 0.215.0",
3365 "wasmtime-types",
3366]
3367
3368[[package]]
3369name = "crc"
3370version = "3.2.1"
3371source = "registry+https://github.com/rust-lang/crates.io-index"
3372checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3373dependencies = [
3374 "crc-catalog",
3375]
3376
3377[[package]]
3378name = "crc-catalog"
3379version = "2.4.0"
3380source = "registry+https://github.com/rust-lang/crates.io-index"
3381checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3382
3383[[package]]
3384name = "crc32c"
3385version = "0.6.8"
3386source = "registry+https://github.com/rust-lang/crates.io-index"
3387checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3388dependencies = [
3389 "rustc_version",
3390]
3391
3392[[package]]
3393name = "crc32fast"
3394version = "1.4.2"
3395source = "registry+https://github.com/rust-lang/crates.io-index"
3396checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3397dependencies = [
3398 "cfg-if",
3399]
3400
3401[[package]]
3402name = "crc64fast-nvme"
3403version = "1.1.1"
3404source = "registry+https://github.com/rust-lang/crates.io-index"
3405checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3406dependencies = [
3407 "cbindgen 0.27.0",
3408 "crc",
3409]
3410
3411[[package]]
3412name = "criterion"
3413version = "0.5.1"
3414source = "registry+https://github.com/rust-lang/crates.io-index"
3415checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3416dependencies = [
3417 "anes",
3418 "cast",
3419 "ciborium",
3420 "clap",
3421 "criterion-plot",
3422 "is-terminal",
3423 "itertools 0.10.5",
3424 "num-traits",
3425 "once_cell",
3426 "oorandom",
3427 "plotters",
3428 "rayon",
3429 "regex",
3430 "serde",
3431 "serde_derive",
3432 "serde_json",
3433 "tinytemplate",
3434 "walkdir",
3435]
3436
3437[[package]]
3438name = "criterion-plot"
3439version = "0.5.0"
3440source = "registry+https://github.com/rust-lang/crates.io-index"
3441checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3442dependencies = [
3443 "cast",
3444 "itertools 0.10.5",
3445]
3446
3447[[package]]
3448name = "crossbeam-channel"
3449version = "0.5.13"
3450source = "registry+https://github.com/rust-lang/crates.io-index"
3451checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3452dependencies = [
3453 "crossbeam-utils",
3454]
3455
3456[[package]]
3457name = "crossbeam-deque"
3458version = "0.8.5"
3459source = "registry+https://github.com/rust-lang/crates.io-index"
3460checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3461dependencies = [
3462 "crossbeam-epoch",
3463 "crossbeam-utils",
3464]
3465
3466[[package]]
3467name = "crossbeam-epoch"
3468version = "0.9.18"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3471dependencies = [
3472 "crossbeam-utils",
3473]
3474
3475[[package]]
3476name = "crossbeam-queue"
3477version = "0.3.11"
3478source = "registry+https://github.com/rust-lang/crates.io-index"
3479checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3480dependencies = [
3481 "crossbeam-utils",
3482]
3483
3484[[package]]
3485name = "crossbeam-utils"
3486version = "0.8.20"
3487source = "registry+https://github.com/rust-lang/crates.io-index"
3488checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3489
3490[[package]]
3491name = "crunchy"
3492version = "0.2.2"
3493source = "registry+https://github.com/rust-lang/crates.io-index"
3494checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3495
3496[[package]]
3497name = "crypto-bigint"
3498version = "0.4.9"
3499source = "registry+https://github.com/rust-lang/crates.io-index"
3500checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3501dependencies = [
3502 "generic-array",
3503 "rand_core 0.6.4",
3504 "subtle",
3505 "zeroize",
3506]
3507
3508[[package]]
3509name = "crypto-bigint"
3510version = "0.5.5"
3511source = "registry+https://github.com/rust-lang/crates.io-index"
3512checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3513dependencies = [
3514 "rand_core 0.6.4",
3515 "subtle",
3516]
3517
3518[[package]]
3519name = "crypto-common"
3520version = "0.1.6"
3521source = "registry+https://github.com/rust-lang/crates.io-index"
3522checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3523dependencies = [
3524 "generic-array",
3525 "rand_core 0.6.4",
3526 "typenum",
3527]
3528
3529[[package]]
3530name = "ctor"
3531version = "0.2.9"
3532source = "registry+https://github.com/rust-lang/crates.io-index"
3533checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
3534dependencies = [
3535 "quote",
3536 "syn 2.0.90",
3537]
3538
3539[[package]]
3540name = "ctrlc"
3541version = "3.4.5"
3542source = "registry+https://github.com/rust-lang/crates.io-index"
3543checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3544dependencies = [
3545 "nix",
3546 "windows-sys 0.59.0",
3547]
3548
3549[[package]]
3550name = "cursor-icon"
3551version = "1.1.0"
3552source = "registry+https://github.com/rust-lang/crates.io-index"
3553checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3554
3555[[package]]
3556name = "cxx"
3557version = "1.0.134"
3558source = "registry+https://github.com/rust-lang/crates.io-index"
3559checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3560dependencies = [
3561 "cc",
3562 "cxxbridge-cmd",
3563 "cxxbridge-flags",
3564 "cxxbridge-macro",
3565 "foldhash",
3566 "link-cplusplus",
3567]
3568
3569[[package]]
3570name = "cxx-build"
3571version = "1.0.134"
3572source = "registry+https://github.com/rust-lang/crates.io-index"
3573checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3574dependencies = [
3575 "cc",
3576 "codespan-reporting",
3577 "proc-macro2",
3578 "quote",
3579 "scratch",
3580 "syn 2.0.90",
3581]
3582
3583[[package]]
3584name = "cxxbridge-cmd"
3585version = "1.0.134"
3586source = "registry+https://github.com/rust-lang/crates.io-index"
3587checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3588dependencies = [
3589 "clap",
3590 "codespan-reporting",
3591 "proc-macro2",
3592 "quote",
3593 "syn 2.0.90",
3594]
3595
3596[[package]]
3597name = "cxxbridge-flags"
3598version = "1.0.134"
3599source = "registry+https://github.com/rust-lang/crates.io-index"
3600checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3601
3602[[package]]
3603name = "cxxbridge-macro"
3604version = "1.0.134"
3605source = "registry+https://github.com/rust-lang/crates.io-index"
3606checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3607dependencies = [
3608 "proc-macro2",
3609 "quote",
3610 "rustversion",
3611 "syn 2.0.90",
3612]
3613
3614[[package]]
3615name = "dashmap"
3616version = "5.5.3"
3617source = "registry+https://github.com/rust-lang/crates.io-index"
3618checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3619dependencies = [
3620 "cfg-if",
3621 "hashbrown 0.14.5",
3622 "lock_api",
3623 "once_cell",
3624 "parking_lot_core",
3625]
3626
3627[[package]]
3628name = "dashmap"
3629version = "6.1.0"
3630source = "registry+https://github.com/rust-lang/crates.io-index"
3631checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3632dependencies = [
3633 "cfg-if",
3634 "crossbeam-utils",
3635 "hashbrown 0.14.5",
3636 "lock_api",
3637 "once_cell",
3638 "parking_lot_core",
3639]
3640
3641[[package]]
3642name = "dasp_sample"
3643version = "0.11.0"
3644source = "registry+https://github.com/rust-lang/crates.io-index"
3645checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3646
3647[[package]]
3648name = "data-encoding"
3649version = "2.6.0"
3650source = "registry+https://github.com/rust-lang/crates.io-index"
3651checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3652
3653[[package]]
3654name = "data-url"
3655version = "0.3.1"
3656source = "registry+https://github.com/rust-lang/crates.io-index"
3657checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3658
3659[[package]]
3660name = "db"
3661version = "0.1.0"
3662dependencies = [
3663 "anyhow",
3664 "gpui",
3665 "indoc",
3666 "log",
3667 "paths",
3668 "release_channel",
3669 "smol",
3670 "sqlez",
3671 "sqlez_macros",
3672 "tempfile",
3673 "util",
3674]
3675
3676[[package]]
3677name = "dbus"
3678version = "0.9.7"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3681dependencies = [
3682 "libc",
3683 "libdbus-sys",
3684 "winapi",
3685]
3686
3687[[package]]
3688name = "deflate64"
3689version = "0.1.9"
3690source = "registry+https://github.com/rust-lang/crates.io-index"
3691checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3692
3693[[package]]
3694name = "der"
3695version = "0.6.1"
3696source = "registry+https://github.com/rust-lang/crates.io-index"
3697checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3698dependencies = [
3699 "const-oid",
3700 "zeroize",
3701]
3702
3703[[package]]
3704name = "der"
3705version = "0.7.9"
3706source = "registry+https://github.com/rust-lang/crates.io-index"
3707checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3708dependencies = [
3709 "const-oid",
3710 "pem-rfc7468",
3711 "zeroize",
3712]
3713
3714[[package]]
3715name = "deranged"
3716version = "0.3.11"
3717source = "registry+https://github.com/rust-lang/crates.io-index"
3718checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3719dependencies = [
3720 "powerfmt",
3721 "serde",
3722]
3723
3724[[package]]
3725name = "derive_more"
3726version = "0.99.18"
3727source = "registry+https://github.com/rust-lang/crates.io-index"
3728checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3729dependencies = [
3730 "convert_case 0.4.0",
3731 "proc-macro2",
3732 "quote",
3733 "rustc_version",
3734 "syn 2.0.90",
3735]
3736
3737[[package]]
3738name = "derive_refineable"
3739version = "0.1.0"
3740dependencies = [
3741 "proc-macro2",
3742 "quote",
3743 "syn 1.0.109",
3744]
3745
3746[[package]]
3747name = "diagnostics"
3748version = "0.1.0"
3749dependencies = [
3750 "anyhow",
3751 "client",
3752 "collections",
3753 "ctor",
3754 "editor",
3755 "env_logger 0.11.6",
3756 "gpui",
3757 "language",
3758 "log",
3759 "lsp",
3760 "pretty_assertions",
3761 "project",
3762 "rand 0.8.5",
3763 "schemars",
3764 "serde",
3765 "serde_json",
3766 "settings",
3767 "theme",
3768 "ui",
3769 "unindent",
3770 "util",
3771 "workspace",
3772]
3773
3774[[package]]
3775name = "dialoguer"
3776version = "0.11.0"
3777source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3779dependencies = [
3780 "console",
3781 "fuzzy-matcher",
3782 "shell-words",
3783 "tempfile",
3784 "thiserror 1.0.69",
3785 "zeroize",
3786]
3787
3788[[package]]
3789name = "diff"
3790version = "0.1.13"
3791source = "registry+https://github.com/rust-lang/crates.io-index"
3792checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3793
3794[[package]]
3795name = "digest"
3796version = "0.10.7"
3797source = "registry+https://github.com/rust-lang/crates.io-index"
3798checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3799dependencies = [
3800 "block-buffer",
3801 "const-oid",
3802 "crypto-common",
3803 "subtle",
3804]
3805
3806[[package]]
3807name = "dirs"
3808version = "4.0.0"
3809source = "registry+https://github.com/rust-lang/crates.io-index"
3810checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3811dependencies = [
3812 "dirs-sys 0.3.7",
3813]
3814
3815[[package]]
3816name = "dirs"
3817version = "5.0.1"
3818source = "registry+https://github.com/rust-lang/crates.io-index"
3819checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3820dependencies = [
3821 "dirs-sys 0.4.1",
3822]
3823
3824[[package]]
3825name = "dirs-sys"
3826version = "0.3.7"
3827source = "registry+https://github.com/rust-lang/crates.io-index"
3828checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3829dependencies = [
3830 "libc",
3831 "redox_users",
3832 "winapi",
3833]
3834
3835[[package]]
3836name = "dirs-sys"
3837version = "0.4.1"
3838source = "registry+https://github.com/rust-lang/crates.io-index"
3839checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3840dependencies = [
3841 "libc",
3842 "option-ext",
3843 "redox_users",
3844 "windows-sys 0.48.0",
3845]
3846
3847[[package]]
3848name = "displaydoc"
3849version = "0.2.5"
3850source = "registry+https://github.com/rust-lang/crates.io-index"
3851checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
3852dependencies = [
3853 "proc-macro2",
3854 "quote",
3855 "syn 2.0.90",
3856]
3857
3858[[package]]
3859name = "dlib"
3860version = "0.5.2"
3861source = "registry+https://github.com/rust-lang/crates.io-index"
3862checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3863dependencies = [
3864 "libloading",
3865]
3866
3867[[package]]
3868name = "docs_preprocessor"
3869version = "0.1.0"
3870dependencies = [
3871 "anyhow",
3872 "clap",
3873 "mdbook",
3874 "regex",
3875 "serde",
3876 "serde_json",
3877 "settings",
3878 "util",
3879]
3880
3881[[package]]
3882name = "dotenvy"
3883version = "0.15.7"
3884source = "registry+https://github.com/rust-lang/crates.io-index"
3885checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3886
3887[[package]]
3888name = "downcast-rs"
3889version = "1.2.1"
3890source = "registry+https://github.com/rust-lang/crates.io-index"
3891checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3892
3893[[package]]
3894name = "doxygen-rs"
3895version = "0.4.2"
3896source = "registry+https://github.com/rust-lang/crates.io-index"
3897checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3898dependencies = [
3899 "phf",
3900]
3901
3902[[package]]
3903name = "dunce"
3904version = "1.0.5"
3905source = "registry+https://github.com/rust-lang/crates.io-index"
3906checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
3907
3908[[package]]
3909name = "dwrote"
3910version = "0.11.2"
3911source = "registry+https://github.com/rust-lang/crates.io-index"
3912checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
3913dependencies = [
3914 "lazy_static",
3915 "libc",
3916 "winapi",
3917 "wio",
3918]
3919
3920[[package]]
3921name = "dyn-clone"
3922version = "1.0.17"
3923source = "registry+https://github.com/rust-lang/crates.io-index"
3924checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3925
3926[[package]]
3927name = "ec4rs"
3928version = "1.1.1"
3929source = "registry+https://github.com/rust-lang/crates.io-index"
3930checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3931
3932[[package]]
3933name = "ecdsa"
3934version = "0.14.8"
3935source = "registry+https://github.com/rust-lang/crates.io-index"
3936checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3937dependencies = [
3938 "der 0.6.1",
3939 "elliptic-curve",
3940 "rfc6979",
3941 "signature 1.6.4",
3942]
3943
3944[[package]]
3945name = "editor"
3946version = "0.1.0"
3947dependencies = [
3948 "aho-corasick",
3949 "anyhow",
3950 "assets",
3951 "chrono",
3952 "client",
3953 "clock",
3954 "collections",
3955 "convert_case 0.6.0",
3956 "ctor",
3957 "db",
3958 "emojis",
3959 "env_logger 0.11.6",
3960 "feature_flags",
3961 "file_icons",
3962 "fs",
3963 "futures 0.3.31",
3964 "fuzzy",
3965 "git",
3966 "gpui",
3967 "http_client",
3968 "indoc",
3969 "inline_completion",
3970 "itertools 0.14.0",
3971 "language",
3972 "linkify",
3973 "log",
3974 "lsp",
3975 "markdown",
3976 "multi_buffer",
3977 "ordered-float 2.10.1",
3978 "parking_lot",
3979 "pretty_assertions",
3980 "project",
3981 "rand 0.8.5",
3982 "release_channel",
3983 "rpc",
3984 "schemars",
3985 "serde",
3986 "serde_json",
3987 "settings",
3988 "similar",
3989 "smallvec",
3990 "smol",
3991 "snippet",
3992 "sum_tree",
3993 "task",
3994 "telemetry",
3995 "tempfile",
3996 "text",
3997 "theme",
3998 "time",
3999 "time_format",
4000 "tree-sitter-html",
4001 "tree-sitter-rust",
4002 "tree-sitter-typescript",
4003 "ui",
4004 "unicode-script",
4005 "unicode-segmentation",
4006 "unindent",
4007 "url",
4008 "util",
4009 "uuid",
4010 "workspace",
4011 "zed_predict_tos",
4012]
4013
4014[[package]]
4015name = "either"
4016version = "1.13.0"
4017source = "registry+https://github.com/rust-lang/crates.io-index"
4018checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4019dependencies = [
4020 "serde",
4021]
4022
4023[[package]]
4024name = "elasticlunr-rs"
4025version = "3.0.2"
4026source = "registry+https://github.com/rust-lang/crates.io-index"
4027checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4028dependencies = [
4029 "regex",
4030 "serde",
4031 "serde_derive",
4032 "serde_json",
4033]
4034
4035[[package]]
4036name = "elliptic-curve"
4037version = "0.12.3"
4038source = "registry+https://github.com/rust-lang/crates.io-index"
4039checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4040dependencies = [
4041 "base16ct",
4042 "crypto-bigint 0.4.9",
4043 "der 0.6.1",
4044 "digest",
4045 "ff",
4046 "generic-array",
4047 "group",
4048 "pkcs8 0.9.0",
4049 "rand_core 0.6.4",
4050 "sec1",
4051 "subtle",
4052 "zeroize",
4053]
4054
4055[[package]]
4056name = "embed-resource"
4057version = "3.0.1"
4058source = "registry+https://github.com/rust-lang/crates.io-index"
4059checksum = "4762ce03154ba57ebaeee60cc631901ceae4f18219cbb874e464347471594742"
4060dependencies = [
4061 "cc",
4062 "memchr",
4063 "rustc_version",
4064 "toml 0.8.19",
4065 "vswhom",
4066 "winreg 0.52.0",
4067]
4068
4069[[package]]
4070name = "embedded-io"
4071version = "0.4.0"
4072source = "registry+https://github.com/rust-lang/crates.io-index"
4073checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4074
4075[[package]]
4076name = "embedded-io"
4077version = "0.6.1"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4080
4081[[package]]
4082name = "emojis"
4083version = "0.6.4"
4084source = "registry+https://github.com/rust-lang/crates.io-index"
4085checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4086dependencies = [
4087 "phf",
4088]
4089
4090[[package]]
4091name = "encode_unicode"
4092version = "0.3.6"
4093source = "registry+https://github.com/rust-lang/crates.io-index"
4094checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4095
4096[[package]]
4097name = "encoding_rs"
4098version = "0.8.35"
4099source = "registry+https://github.com/rust-lang/crates.io-index"
4100checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4101dependencies = [
4102 "cfg-if",
4103]
4104
4105[[package]]
4106name = "endi"
4107version = "1.1.0"
4108source = "registry+https://github.com/rust-lang/crates.io-index"
4109checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4110
4111[[package]]
4112name = "enumflags2"
4113version = "0.7.10"
4114source = "registry+https://github.com/rust-lang/crates.io-index"
4115checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4116dependencies = [
4117 "enumflags2_derive",
4118 "serde",
4119]
4120
4121[[package]]
4122name = "enumflags2_derive"
4123version = "0.7.10"
4124source = "registry+https://github.com/rust-lang/crates.io-index"
4125checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4126dependencies = [
4127 "proc-macro2",
4128 "quote",
4129 "syn 2.0.90",
4130]
4131
4132[[package]]
4133name = "env_filter"
4134version = "0.1.2"
4135source = "registry+https://github.com/rust-lang/crates.io-index"
4136checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4137dependencies = [
4138 "log",
4139 "regex",
4140]
4141
4142[[package]]
4143name = "env_logger"
4144version = "0.10.2"
4145source = "registry+https://github.com/rust-lang/crates.io-index"
4146checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4147dependencies = [
4148 "humantime",
4149 "is-terminal",
4150 "log",
4151 "regex",
4152 "termcolor",
4153]
4154
4155[[package]]
4156name = "env_logger"
4157version = "0.11.6"
4158source = "registry+https://github.com/rust-lang/crates.io-index"
4159checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4160dependencies = [
4161 "anstream",
4162 "anstyle",
4163 "env_filter",
4164 "humantime",
4165 "log",
4166]
4167
4168[[package]]
4169name = "envy"
4170version = "0.4.2"
4171source = "registry+https://github.com/rust-lang/crates.io-index"
4172checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4173dependencies = [
4174 "serde",
4175]
4176
4177[[package]]
4178name = "equivalent"
4179version = "1.0.1"
4180source = "registry+https://github.com/rust-lang/crates.io-index"
4181checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4182
4183[[package]]
4184name = "erased-serde"
4185version = "0.4.5"
4186source = "registry+https://github.com/rust-lang/crates.io-index"
4187checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4188dependencies = [
4189 "serde",
4190 "typeid",
4191]
4192
4193[[package]]
4194name = "errno"
4195version = "0.2.8"
4196source = "registry+https://github.com/rust-lang/crates.io-index"
4197checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4198dependencies = [
4199 "errno-dragonfly",
4200 "libc",
4201 "winapi",
4202]
4203
4204[[package]]
4205name = "errno"
4206version = "0.3.10"
4207source = "registry+https://github.com/rust-lang/crates.io-index"
4208checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4209dependencies = [
4210 "libc",
4211 "windows-sys 0.59.0",
4212]
4213
4214[[package]]
4215name = "errno-dragonfly"
4216version = "0.1.2"
4217source = "registry+https://github.com/rust-lang/crates.io-index"
4218checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4219dependencies = [
4220 "cc",
4221 "libc",
4222]
4223
4224[[package]]
4225name = "etagere"
4226version = "0.2.13"
4227source = "registry+https://github.com/rust-lang/crates.io-index"
4228checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
4229dependencies = [
4230 "euclid",
4231 "svg_fmt",
4232]
4233
4234[[package]]
4235name = "etcetera"
4236version = "0.8.0"
4237source = "registry+https://github.com/rust-lang/crates.io-index"
4238checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4239dependencies = [
4240 "cfg-if",
4241 "home",
4242 "windows-sys 0.48.0",
4243]
4244
4245[[package]]
4246name = "euclid"
4247version = "0.22.11"
4248source = "registry+https://github.com/rust-lang/crates.io-index"
4249checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4250dependencies = [
4251 "num-traits",
4252]
4253
4254[[package]]
4255name = "evals"
4256version = "0.1.0"
4257dependencies = [
4258 "anyhow",
4259 "clap",
4260 "client",
4261 "clock",
4262 "collections",
4263 "env_logger 0.11.6",
4264 "feature_flags",
4265 "fs",
4266 "git",
4267 "gpui",
4268 "http_client",
4269 "language",
4270 "languages",
4271 "node_runtime",
4272 "open_ai",
4273 "project",
4274 "reqwest_client",
4275 "semantic_index",
4276 "serde",
4277 "serde_json",
4278 "settings",
4279 "smol",
4280 "util",
4281]
4282
4283[[package]]
4284name = "event-listener"
4285version = "2.5.3"
4286source = "registry+https://github.com/rust-lang/crates.io-index"
4287checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4288
4289[[package]]
4290name = "event-listener"
4291version = "5.3.1"
4292source = "registry+https://github.com/rust-lang/crates.io-index"
4293checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4294dependencies = [
4295 "concurrent-queue",
4296 "parking",
4297 "pin-project-lite",
4298]
4299
4300[[package]]
4301name = "event-listener-strategy"
4302version = "0.5.3"
4303source = "registry+https://github.com/rust-lang/crates.io-index"
4304checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4305dependencies = [
4306 "event-listener 5.3.1",
4307 "pin-project-lite",
4308]
4309
4310[[package]]
4311name = "exec"
4312version = "0.3.1"
4313source = "registry+https://github.com/rust-lang/crates.io-index"
4314checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4315dependencies = [
4316 "errno 0.2.8",
4317 "libc",
4318]
4319
4320[[package]]
4321name = "exr"
4322version = "1.73.0"
4323source = "registry+https://github.com/rust-lang/crates.io-index"
4324checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4325dependencies = [
4326 "bit_field",
4327 "half",
4328 "lebe",
4329 "miniz_oxide",
4330 "rayon-core",
4331 "smallvec",
4332 "zune-inflate",
4333]
4334
4335[[package]]
4336name = "extension"
4337version = "0.1.0"
4338dependencies = [
4339 "anyhow",
4340 "async-compression",
4341 "async-tar",
4342 "async-trait",
4343 "collections",
4344 "fs",
4345 "futures 0.3.31",
4346 "gpui",
4347 "http_client",
4348 "language",
4349 "log",
4350 "lsp",
4351 "parking_lot",
4352 "semantic_version",
4353 "serde",
4354 "serde_json",
4355 "toml 0.8.19",
4356 "util",
4357 "wasm-encoder 0.215.0",
4358 "wasmparser 0.215.0",
4359 "wit-component",
4360]
4361
4362[[package]]
4363name = "extension_cli"
4364version = "0.1.0"
4365dependencies = [
4366 "anyhow",
4367 "clap",
4368 "env_logger 0.11.6",
4369 "extension",
4370 "fs",
4371 "language",
4372 "log",
4373 "reqwest_client",
4374 "rpc",
4375 "serde",
4376 "serde_json",
4377 "theme",
4378 "tokio",
4379 "toml 0.8.19",
4380 "tree-sitter",
4381 "wasmtime",
4382]
4383
4384[[package]]
4385name = "extension_host"
4386version = "0.1.0"
4387dependencies = [
4388 "anyhow",
4389 "async-compression",
4390 "async-tar",
4391 "async-trait",
4392 "client",
4393 "collections",
4394 "context_server_settings",
4395 "ctor",
4396 "env_logger 0.11.6",
4397 "extension",
4398 "fs",
4399 "futures 0.3.31",
4400 "gpui",
4401 "http_client",
4402 "language",
4403 "language_extension",
4404 "log",
4405 "lsp",
4406 "node_runtime",
4407 "parking_lot",
4408 "paths",
4409 "project",
4410 "release_channel",
4411 "remote",
4412 "reqwest_client",
4413 "schemars",
4414 "semantic_version",
4415 "serde",
4416 "serde_json",
4417 "serde_json_lenient",
4418 "settings",
4419 "task",
4420 "telemetry",
4421 "tempfile",
4422 "theme",
4423 "theme_extension",
4424 "toml 0.8.19",
4425 "url",
4426 "util",
4427 "wasmparser 0.215.0",
4428 "wasmtime",
4429 "wasmtime-wasi",
4430]
4431
4432[[package]]
4433name = "extensions_ui"
4434version = "0.1.0"
4435dependencies = [
4436 "anyhow",
4437 "client",
4438 "collections",
4439 "db",
4440 "editor",
4441 "extension_host",
4442 "fs",
4443 "fuzzy",
4444 "gpui",
4445 "language",
4446 "num-format",
4447 "picker",
4448 "project",
4449 "release_channel",
4450 "semantic_version",
4451 "serde",
4452 "settings",
4453 "smallvec",
4454 "telemetry",
4455 "theme",
4456 "ui",
4457 "util",
4458 "vim_mode_setting",
4459 "workspace",
4460 "zed_actions",
4461]
4462
4463[[package]]
4464name = "fallible-iterator"
4465version = "0.3.0"
4466source = "registry+https://github.com/rust-lang/crates.io-index"
4467checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4468
4469[[package]]
4470name = "fancy-regex"
4471version = "0.13.0"
4472source = "registry+https://github.com/rust-lang/crates.io-index"
4473checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4474dependencies = [
4475 "bit-set 0.5.3",
4476 "regex-automata 0.4.9",
4477 "regex-syntax 0.8.5",
4478]
4479
4480[[package]]
4481name = "fancy-regex"
4482version = "0.14.0"
4483source = "registry+https://github.com/rust-lang/crates.io-index"
4484checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4485dependencies = [
4486 "bit-set 0.8.0",
4487 "regex-automata 0.4.9",
4488 "regex-syntax 0.8.5",
4489]
4490
4491[[package]]
4492name = "fast-srgb8"
4493version = "1.0.0"
4494source = "registry+https://github.com/rust-lang/crates.io-index"
4495checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4496
4497[[package]]
4498name = "fastrand"
4499version = "1.9.0"
4500source = "registry+https://github.com/rust-lang/crates.io-index"
4501checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4502dependencies = [
4503 "instant",
4504]
4505
4506[[package]]
4507name = "fastrand"
4508version = "2.3.0"
4509source = "registry+https://github.com/rust-lang/crates.io-index"
4510checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4511
4512[[package]]
4513name = "fd-lock"
4514version = "4.0.2"
4515source = "registry+https://github.com/rust-lang/crates.io-index"
4516checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4517dependencies = [
4518 "cfg-if",
4519 "rustix",
4520 "windows-sys 0.52.0",
4521]
4522
4523[[package]]
4524name = "fdeflate"
4525version = "0.3.7"
4526source = "registry+https://github.com/rust-lang/crates.io-index"
4527checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4528dependencies = [
4529 "simd-adler32",
4530]
4531
4532[[package]]
4533name = "feature_flags"
4534version = "0.1.0"
4535dependencies = [
4536 "futures 0.3.31",
4537 "gpui",
4538]
4539
4540[[package]]
4541name = "feedback"
4542version = "0.1.0"
4543dependencies = [
4544 "anyhow",
4545 "bitflags 2.8.0",
4546 "client",
4547 "db",
4548 "editor",
4549 "futures 0.3.31",
4550 "gpui",
4551 "http_client",
4552 "human_bytes",
4553 "language",
4554 "log",
4555 "menu",
4556 "project",
4557 "regex",
4558 "release_channel",
4559 "serde",
4560 "serde_derive",
4561 "serde_json",
4562 "smol",
4563 "sysinfo",
4564 "ui",
4565 "urlencoding",
4566 "util",
4567 "workspace",
4568 "zed_actions",
4569]
4570
4571[[package]]
4572name = "ff"
4573version = "0.12.1"
4574source = "registry+https://github.com/rust-lang/crates.io-index"
4575checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4576dependencies = [
4577 "rand_core 0.6.4",
4578 "subtle",
4579]
4580
4581[[package]]
4582name = "file_finder"
4583version = "0.1.0"
4584dependencies = [
4585 "anyhow",
4586 "collections",
4587 "ctor",
4588 "editor",
4589 "env_logger 0.11.6",
4590 "file_icons",
4591 "futures 0.3.31",
4592 "fuzzy",
4593 "gpui",
4594 "language",
4595 "menu",
4596 "picker",
4597 "project",
4598 "schemars",
4599 "serde",
4600 "serde_derive",
4601 "serde_json",
4602 "settings",
4603 "text",
4604 "theme",
4605 "ui",
4606 "util",
4607 "workspace",
4608]
4609
4610[[package]]
4611name = "file_icons"
4612version = "0.1.0"
4613dependencies = [
4614 "collections",
4615 "gpui",
4616 "serde",
4617 "serde_derive",
4618 "serde_json",
4619 "settings",
4620 "theme",
4621 "util",
4622]
4623
4624[[package]]
4625name = "filedescriptor"
4626version = "0.8.2"
4627source = "registry+https://github.com/rust-lang/crates.io-index"
4628checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4629dependencies = [
4630 "libc",
4631 "thiserror 1.0.69",
4632 "winapi",
4633]
4634
4635[[package]]
4636name = "filetime"
4637version = "0.2.25"
4638source = "registry+https://github.com/rust-lang/crates.io-index"
4639checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4640dependencies = [
4641 "cfg-if",
4642 "libc",
4643 "libredox",
4644 "windows-sys 0.59.0",
4645]
4646
4647[[package]]
4648name = "fireworks"
4649version = "0.1.0"
4650dependencies = [
4651 "anyhow",
4652 "futures 0.3.31",
4653 "http_client",
4654 "serde",
4655 "serde_json",
4656]
4657
4658[[package]]
4659name = "fixedbitset"
4660version = "0.4.2"
4661source = "registry+https://github.com/rust-lang/crates.io-index"
4662checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4663
4664[[package]]
4665name = "flate2"
4666version = "1.0.35"
4667source = "registry+https://github.com/rust-lang/crates.io-index"
4668checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4669dependencies = [
4670 "crc32fast",
4671 "miniz_oxide",
4672]
4673
4674[[package]]
4675name = "float-cmp"
4676version = "0.9.0"
4677source = "registry+https://github.com/rust-lang/crates.io-index"
4678checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4679
4680[[package]]
4681name = "float-ord"
4682version = "0.3.2"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4685
4686[[package]]
4687name = "flume"
4688version = "0.11.1"
4689source = "registry+https://github.com/rust-lang/crates.io-index"
4690checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4691dependencies = [
4692 "futures-core",
4693 "futures-sink",
4694 "nanorand",
4695 "spin",
4696]
4697
4698[[package]]
4699name = "fnv"
4700version = "1.0.7"
4701source = "registry+https://github.com/rust-lang/crates.io-index"
4702checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4703
4704[[package]]
4705name = "foldhash"
4706version = "0.1.3"
4707source = "registry+https://github.com/rust-lang/crates.io-index"
4708checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4709
4710[[package]]
4711name = "font-kit"
4712version = "0.14.1"
4713source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4714dependencies = [
4715 "bitflags 2.8.0",
4716 "byteorder",
4717 "core-foundation 0.9.4",
4718 "core-graphics 0.23.2",
4719 "core-text",
4720 "dirs 5.0.1",
4721 "dwrote",
4722 "float-ord",
4723 "freetype-sys",
4724 "lazy_static",
4725 "libc",
4726 "log",
4727 "pathfinder_geometry",
4728 "pathfinder_simd",
4729 "walkdir",
4730 "winapi",
4731 "yeslogic-fontconfig-sys",
4732]
4733
4734[[package]]
4735name = "font-types"
4736version = "0.7.3"
4737source = "registry+https://github.com/rust-lang/crates.io-index"
4738checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4739dependencies = [
4740 "bytemuck",
4741]
4742
4743[[package]]
4744name = "fontconfig-parser"
4745version = "0.5.7"
4746source = "registry+https://github.com/rust-lang/crates.io-index"
4747checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4748dependencies = [
4749 "roxmltree",
4750]
4751
4752[[package]]
4753name = "fontdb"
4754version = "0.18.0"
4755source = "registry+https://github.com/rust-lang/crates.io-index"
4756checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4757dependencies = [
4758 "fontconfig-parser",
4759 "log",
4760 "memmap2",
4761 "slotmap",
4762 "tinyvec",
4763 "ttf-parser",
4764]
4765
4766[[package]]
4767name = "foreign-types"
4768version = "0.3.2"
4769source = "registry+https://github.com/rust-lang/crates.io-index"
4770checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4771dependencies = [
4772 "foreign-types-shared 0.1.1",
4773]
4774
4775[[package]]
4776name = "foreign-types"
4777version = "0.5.0"
4778source = "registry+https://github.com/rust-lang/crates.io-index"
4779checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4780dependencies = [
4781 "foreign-types-macros",
4782 "foreign-types-shared 0.3.1",
4783]
4784
4785[[package]]
4786name = "foreign-types-macros"
4787version = "0.2.3"
4788source = "registry+https://github.com/rust-lang/crates.io-index"
4789checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4790dependencies = [
4791 "proc-macro2",
4792 "quote",
4793 "syn 2.0.90",
4794]
4795
4796[[package]]
4797name = "foreign-types-shared"
4798version = "0.1.1"
4799source = "registry+https://github.com/rust-lang/crates.io-index"
4800checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4801
4802[[package]]
4803name = "foreign-types-shared"
4804version = "0.3.1"
4805source = "registry+https://github.com/rust-lang/crates.io-index"
4806checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4807
4808[[package]]
4809name = "fork"
4810version = "0.2.0"
4811source = "registry+https://github.com/rust-lang/crates.io-index"
4812checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4813dependencies = [
4814 "libc",
4815]
4816
4817[[package]]
4818name = "form_urlencoded"
4819version = "1.2.1"
4820source = "registry+https://github.com/rust-lang/crates.io-index"
4821checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4822dependencies = [
4823 "percent-encoding",
4824]
4825
4826[[package]]
4827name = "freetype-sys"
4828version = "0.20.1"
4829source = "registry+https://github.com/rust-lang/crates.io-index"
4830checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4831dependencies = [
4832 "cc",
4833 "libc",
4834 "pkg-config",
4835]
4836
4837[[package]]
4838name = "fs"
4839version = "0.1.0"
4840dependencies = [
4841 "anyhow",
4842 "ashpd",
4843 "async-tar",
4844 "async-trait",
4845 "cocoa 0.26.0",
4846 "collections",
4847 "fsevent",
4848 "futures 0.3.31",
4849 "git",
4850 "git2",
4851 "gpui",
4852 "libc",
4853 "log",
4854 "notify",
4855 "objc",
4856 "parking_lot",
4857 "paths",
4858 "proto",
4859 "rope",
4860 "serde",
4861 "serde_json",
4862 "smol",
4863 "tempfile",
4864 "text",
4865 "time",
4866 "util",
4867 "windows 0.58.0",
4868]
4869
4870[[package]]
4871name = "fs-set-times"
4872version = "0.20.2"
4873source = "registry+https://github.com/rust-lang/crates.io-index"
4874checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
4875dependencies = [
4876 "io-lifetimes",
4877 "rustix",
4878 "windows-sys 0.59.0",
4879]
4880
4881[[package]]
4882name = "fs2"
4883version = "0.4.3"
4884source = "registry+https://github.com/rust-lang/crates.io-index"
4885checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4886dependencies = [
4887 "libc",
4888 "winapi",
4889]
4890
4891[[package]]
4892name = "fsevent"
4893version = "0.1.0"
4894dependencies = [
4895 "bitflags 2.8.0",
4896 "core-foundation 0.9.4",
4897 "fsevent-sys 3.1.0",
4898 "parking_lot",
4899 "tempfile",
4900]
4901
4902[[package]]
4903name = "fsevent-sys"
4904version = "3.1.0"
4905source = "registry+https://github.com/rust-lang/crates.io-index"
4906checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4907dependencies = [
4908 "libc",
4909]
4910
4911[[package]]
4912name = "fsevent-sys"
4913version = "4.1.0"
4914source = "registry+https://github.com/rust-lang/crates.io-index"
4915checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4916dependencies = [
4917 "libc",
4918]
4919
4920[[package]]
4921name = "funty"
4922version = "2.0.0"
4923source = "registry+https://github.com/rust-lang/crates.io-index"
4924checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4925
4926[[package]]
4927name = "futf"
4928version = "0.1.5"
4929source = "registry+https://github.com/rust-lang/crates.io-index"
4930checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4931dependencies = [
4932 "mac",
4933 "new_debug_unreachable",
4934]
4935
4936[[package]]
4937name = "futures"
4938version = "0.1.31"
4939source = "registry+https://github.com/rust-lang/crates.io-index"
4940checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4941
4942[[package]]
4943name = "futures"
4944version = "0.3.31"
4945source = "registry+https://github.com/rust-lang/crates.io-index"
4946checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
4947dependencies = [
4948 "futures-channel",
4949 "futures-core",
4950 "futures-executor",
4951 "futures-io",
4952 "futures-sink",
4953 "futures-task",
4954 "futures-util",
4955]
4956
4957[[package]]
4958name = "futures-batch"
4959version = "0.6.1"
4960source = "registry+https://github.com/rust-lang/crates.io-index"
4961checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4962dependencies = [
4963 "futures 0.3.31",
4964 "futures-timer",
4965 "pin-utils",
4966]
4967
4968[[package]]
4969name = "futures-channel"
4970version = "0.3.31"
4971source = "registry+https://github.com/rust-lang/crates.io-index"
4972checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
4973dependencies = [
4974 "futures-core",
4975 "futures-sink",
4976]
4977
4978[[package]]
4979name = "futures-core"
4980version = "0.3.31"
4981source = "registry+https://github.com/rust-lang/crates.io-index"
4982checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
4983
4984[[package]]
4985name = "futures-executor"
4986version = "0.3.31"
4987source = "registry+https://github.com/rust-lang/crates.io-index"
4988checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
4989dependencies = [
4990 "futures-core",
4991 "futures-task",
4992 "futures-util",
4993]
4994
4995[[package]]
4996name = "futures-intrusive"
4997version = "0.5.0"
4998source = "registry+https://github.com/rust-lang/crates.io-index"
4999checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5000dependencies = [
5001 "futures-core",
5002 "lock_api",
5003 "parking_lot",
5004]
5005
5006[[package]]
5007name = "futures-io"
5008version = "0.3.31"
5009source = "registry+https://github.com/rust-lang/crates.io-index"
5010checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5011
5012[[package]]
5013name = "futures-lite"
5014version = "1.13.0"
5015source = "registry+https://github.com/rust-lang/crates.io-index"
5016checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5017dependencies = [
5018 "fastrand 1.9.0",
5019 "futures-core",
5020 "futures-io",
5021 "memchr",
5022 "parking",
5023 "pin-project-lite",
5024 "waker-fn",
5025]
5026
5027[[package]]
5028name = "futures-lite"
5029version = "2.5.0"
5030source = "registry+https://github.com/rust-lang/crates.io-index"
5031checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
5032dependencies = [
5033 "fastrand 2.3.0",
5034 "futures-core",
5035 "futures-io",
5036 "parking",
5037 "pin-project-lite",
5038]
5039
5040[[package]]
5041name = "futures-macro"
5042version = "0.3.31"
5043source = "registry+https://github.com/rust-lang/crates.io-index"
5044checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5045dependencies = [
5046 "proc-macro2",
5047 "quote",
5048 "syn 2.0.90",
5049]
5050
5051[[package]]
5052name = "futures-sink"
5053version = "0.3.31"
5054source = "registry+https://github.com/rust-lang/crates.io-index"
5055checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5056
5057[[package]]
5058name = "futures-task"
5059version = "0.3.31"
5060source = "registry+https://github.com/rust-lang/crates.io-index"
5061checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5062
5063[[package]]
5064name = "futures-timer"
5065version = "3.0.3"
5066source = "registry+https://github.com/rust-lang/crates.io-index"
5067checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5068
5069[[package]]
5070name = "futures-util"
5071version = "0.3.31"
5072source = "registry+https://github.com/rust-lang/crates.io-index"
5073checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5074dependencies = [
5075 "futures 0.1.31",
5076 "futures-channel",
5077 "futures-core",
5078 "futures-io",
5079 "futures-macro",
5080 "futures-sink",
5081 "futures-task",
5082 "memchr",
5083 "pin-project-lite",
5084 "pin-utils",
5085 "slab",
5086 "tokio-io",
5087]
5088
5089[[package]]
5090name = "fuzzy"
5091version = "0.1.0"
5092dependencies = [
5093 "gpui",
5094 "log",
5095 "util",
5096]
5097
5098[[package]]
5099name = "fuzzy-matcher"
5100version = "0.3.7"
5101source = "registry+https://github.com/rust-lang/crates.io-index"
5102checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5103dependencies = [
5104 "thread_local",
5105]
5106
5107[[package]]
5108name = "generic-array"
5109version = "0.14.7"
5110source = "registry+https://github.com/rust-lang/crates.io-index"
5111checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5112dependencies = [
5113 "typenum",
5114 "version_check",
5115]
5116
5117[[package]]
5118name = "gethostname"
5119version = "0.4.3"
5120source = "registry+https://github.com/rust-lang/crates.io-index"
5121checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5122dependencies = [
5123 "libc",
5124 "windows-targets 0.48.5",
5125]
5126
5127[[package]]
5128name = "getrandom"
5129version = "0.1.16"
5130source = "registry+https://github.com/rust-lang/crates.io-index"
5131checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5132dependencies = [
5133 "cfg-if",
5134 "libc",
5135 "wasi 0.9.0+wasi-snapshot-preview1",
5136]
5137
5138[[package]]
5139name = "getrandom"
5140version = "0.2.15"
5141source = "registry+https://github.com/rust-lang/crates.io-index"
5142checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5143dependencies = [
5144 "cfg-if",
5145 "js-sys",
5146 "libc",
5147 "wasi 0.11.0+wasi-snapshot-preview1",
5148 "wasm-bindgen",
5149]
5150
5151[[package]]
5152name = "gif"
5153version = "0.13.1"
5154source = "registry+https://github.com/rust-lang/crates.io-index"
5155checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5156dependencies = [
5157 "color_quant",
5158 "weezl",
5159]
5160
5161[[package]]
5162name = "gimli"
5163version = "0.29.0"
5164source = "registry+https://github.com/rust-lang/crates.io-index"
5165checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
5166dependencies = [
5167 "fallible-iterator",
5168 "indexmap",
5169 "stable_deref_trait",
5170]
5171
5172[[package]]
5173name = "gimli"
5174version = "0.31.1"
5175source = "registry+https://github.com/rust-lang/crates.io-index"
5176checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5177
5178[[package]]
5179name = "git"
5180version = "0.1.0"
5181dependencies = [
5182 "anyhow",
5183 "async-trait",
5184 "collections",
5185 "derive_more",
5186 "git2",
5187 "gpui",
5188 "http_client",
5189 "log",
5190 "parking_lot",
5191 "pretty_assertions",
5192 "regex",
5193 "rope",
5194 "serde",
5195 "serde_json",
5196 "smol",
5197 "sum_tree",
5198 "text",
5199 "time",
5200 "unindent",
5201 "url",
5202 "util",
5203]
5204
5205[[package]]
5206name = "git2"
5207version = "0.19.0"
5208source = "registry+https://github.com/rust-lang/crates.io-index"
5209checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
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 "feature_flags",
5246 "futures 0.3.31",
5247 "git",
5248 "gpui",
5249 "menu",
5250 "picker",
5251 "project",
5252 "schemars",
5253 "serde",
5254 "serde_derive",
5255 "serde_json",
5256 "settings",
5257 "smol",
5258 "theme",
5259 "ui",
5260 "util",
5261 "windows 0.58.0",
5262 "workspace",
5263]
5264
5265[[package]]
5266name = "glob"
5267version = "0.3.1"
5268source = "registry+https://github.com/rust-lang/crates.io-index"
5269checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5270
5271[[package]]
5272name = "globset"
5273version = "0.4.15"
5274source = "registry+https://github.com/rust-lang/crates.io-index"
5275checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5276dependencies = [
5277 "aho-corasick",
5278 "bstr",
5279 "log",
5280 "regex-automata 0.4.9",
5281 "regex-syntax 0.8.5",
5282]
5283
5284[[package]]
5285name = "gloo-timers"
5286version = "0.3.0"
5287source = "registry+https://github.com/rust-lang/crates.io-index"
5288checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5289dependencies = [
5290 "futures-channel",
5291 "futures-core",
5292 "js-sys",
5293 "wasm-bindgen",
5294]
5295
5296[[package]]
5297name = "glow"
5298version = "0.14.2"
5299source = "registry+https://github.com/rust-lang/crates.io-index"
5300checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5301dependencies = [
5302 "js-sys",
5303 "slotmap",
5304 "wasm-bindgen",
5305 "web-sys",
5306]
5307
5308[[package]]
5309name = "go_to_line"
5310version = "0.1.0"
5311dependencies = [
5312 "anyhow",
5313 "editor",
5314 "gpui",
5315 "indoc",
5316 "language",
5317 "menu",
5318 "project",
5319 "rope",
5320 "schemars",
5321 "serde",
5322 "serde_json",
5323 "settings",
5324 "text",
5325 "theme",
5326 "tree-sitter-rust",
5327 "tree-sitter-typescript",
5328 "ui",
5329 "util",
5330 "workspace",
5331]
5332
5333[[package]]
5334name = "google_ai"
5335version = "0.1.0"
5336dependencies = [
5337 "anyhow",
5338 "futures 0.3.31",
5339 "http_client",
5340 "schemars",
5341 "serde",
5342 "serde_json",
5343 "strum",
5344]
5345
5346[[package]]
5347name = "gpu-alloc"
5348version = "0.6.0"
5349source = "registry+https://github.com/rust-lang/crates.io-index"
5350checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5351dependencies = [
5352 "bitflags 2.8.0",
5353 "gpu-alloc-types",
5354]
5355
5356[[package]]
5357name = "gpu-alloc-ash"
5358version = "0.7.0"
5359source = "registry+https://github.com/rust-lang/crates.io-index"
5360checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5361dependencies = [
5362 "ash",
5363 "gpu-alloc-types",
5364 "tinyvec",
5365]
5366
5367[[package]]
5368name = "gpu-alloc-types"
5369version = "0.3.0"
5370source = "registry+https://github.com/rust-lang/crates.io-index"
5371checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5372dependencies = [
5373 "bitflags 2.8.0",
5374]
5375
5376[[package]]
5377name = "gpui"
5378version = "0.1.0"
5379dependencies = [
5380 "anyhow",
5381 "as-raw-xcb-connection",
5382 "ashpd",
5383 "async-task",
5384 "backtrace",
5385 "bindgen",
5386 "blade-graphics",
5387 "blade-macros",
5388 "blade-util",
5389 "block",
5390 "bytemuck",
5391 "calloop",
5392 "calloop-wayland-source",
5393 "cbindgen 0.28.0",
5394 "cocoa 0.26.0",
5395 "collections",
5396 "core-foundation 0.9.4",
5397 "core-foundation-sys",
5398 "core-graphics 0.23.2",
5399 "core-text",
5400 "cosmic-text",
5401 "ctor",
5402 "derive_more",
5403 "embed-resource",
5404 "env_logger 0.11.6",
5405 "etagere",
5406 "filedescriptor",
5407 "flume",
5408 "font-kit",
5409 "foreign-types 0.5.0",
5410 "futures 0.3.31",
5411 "gpui_macros",
5412 "http_client",
5413 "image",
5414 "itertools 0.14.0",
5415 "linkme",
5416 "log",
5417 "media",
5418 "metal",
5419 "num_cpus",
5420 "objc",
5421 "objc2",
5422 "objc2-metal",
5423 "oo7",
5424 "open",
5425 "parking",
5426 "parking_lot",
5427 "pathfinder_geometry",
5428 "postage",
5429 "profiling",
5430 "rand 0.8.5",
5431 "raw-window-handle",
5432 "refineable",
5433 "resvg",
5434 "schemars",
5435 "seahash",
5436 "semantic_version",
5437 "serde",
5438 "serde_derive",
5439 "serde_json",
5440 "slotmap",
5441 "smallvec",
5442 "smol",
5443 "strum",
5444 "sum_tree",
5445 "taffy",
5446 "thiserror 1.0.69",
5447 "unicode-segmentation",
5448 "usvg",
5449 "util",
5450 "uuid",
5451 "waker-fn",
5452 "wayland-backend",
5453 "wayland-client",
5454 "wayland-cursor",
5455 "wayland-protocols",
5456 "wayland-protocols-plasma",
5457 "windows 0.58.0",
5458 "windows-core 0.58.0",
5459 "x11-clipboard",
5460 "x11rb",
5461 "xim",
5462 "xkbcommon",
5463]
5464
5465[[package]]
5466name = "gpui_macros"
5467version = "0.1.0"
5468dependencies = [
5469 "proc-macro2",
5470 "quote",
5471 "syn 1.0.109",
5472]
5473
5474[[package]]
5475name = "grid"
5476version = "0.13.0"
5477source = "registry+https://github.com/rust-lang/crates.io-index"
5478checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5479
5480[[package]]
5481name = "group"
5482version = "0.12.1"
5483source = "registry+https://github.com/rust-lang/crates.io-index"
5484checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5485dependencies = [
5486 "ff",
5487 "rand_core 0.6.4",
5488 "subtle",
5489]
5490
5491[[package]]
5492name = "h2"
5493version = "0.3.26"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
5495checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5496dependencies = [
5497 "bytes 1.9.0",
5498 "fnv",
5499 "futures-core",
5500 "futures-sink",
5501 "futures-util",
5502 "http 0.2.12",
5503 "indexmap",
5504 "slab",
5505 "tokio",
5506 "tokio-util",
5507 "tracing",
5508]
5509
5510[[package]]
5511name = "h2"
5512version = "0.4.7"
5513source = "registry+https://github.com/rust-lang/crates.io-index"
5514checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5515dependencies = [
5516 "atomic-waker",
5517 "bytes 1.9.0",
5518 "fnv",
5519 "futures-core",
5520 "futures-sink",
5521 "http 1.2.0",
5522 "indexmap",
5523 "slab",
5524 "tokio",
5525 "tokio-util",
5526 "tracing",
5527]
5528
5529[[package]]
5530name = "half"
5531version = "2.4.1"
5532source = "registry+https://github.com/rust-lang/crates.io-index"
5533checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5534dependencies = [
5535 "cfg-if",
5536 "crunchy",
5537]
5538
5539[[package]]
5540name = "handlebars"
5541version = "4.5.0"
5542source = "registry+https://github.com/rust-lang/crates.io-index"
5543checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5544dependencies = [
5545 "log",
5546 "pest",
5547 "pest_derive",
5548 "serde",
5549 "serde_json",
5550 "thiserror 1.0.69",
5551]
5552
5553[[package]]
5554name = "handlebars"
5555version = "6.2.0"
5556source = "registry+https://github.com/rust-lang/crates.io-index"
5557checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5558dependencies = [
5559 "log",
5560 "num-order",
5561 "pest",
5562 "pest_derive",
5563 "serde",
5564 "serde_json",
5565 "thiserror 1.0.69",
5566]
5567
5568[[package]]
5569name = "hashbrown"
5570version = "0.12.3"
5571source = "registry+https://github.com/rust-lang/crates.io-index"
5572checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5573dependencies = [
5574 "ahash 0.7.8",
5575]
5576
5577[[package]]
5578name = "hashbrown"
5579version = "0.13.2"
5580source = "registry+https://github.com/rust-lang/crates.io-index"
5581checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5582dependencies = [
5583 "ahash 0.8.11",
5584]
5585
5586[[package]]
5587name = "hashbrown"
5588version = "0.14.5"
5589source = "registry+https://github.com/rust-lang/crates.io-index"
5590checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5591dependencies = [
5592 "ahash 0.8.11",
5593 "allocator-api2",
5594 "serde",
5595]
5596
5597[[package]]
5598name = "hashbrown"
5599version = "0.15.2"
5600source = "registry+https://github.com/rust-lang/crates.io-index"
5601checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5602dependencies = [
5603 "allocator-api2",
5604 "equivalent",
5605 "foldhash",
5606]
5607
5608[[package]]
5609name = "hashlink"
5610version = "0.8.4"
5611source = "registry+https://github.com/rust-lang/crates.io-index"
5612checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5613dependencies = [
5614 "hashbrown 0.14.5",
5615]
5616
5617[[package]]
5618name = "hashlink"
5619version = "0.9.1"
5620source = "registry+https://github.com/rust-lang/crates.io-index"
5621checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5622dependencies = [
5623 "hashbrown 0.14.5",
5624]
5625
5626[[package]]
5627name = "headers"
5628version = "0.3.9"
5629source = "registry+https://github.com/rust-lang/crates.io-index"
5630checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5631dependencies = [
5632 "base64 0.21.7",
5633 "bytes 1.9.0",
5634 "headers-core",
5635 "http 0.2.12",
5636 "httpdate",
5637 "mime",
5638 "sha1",
5639]
5640
5641[[package]]
5642name = "headers-core"
5643version = "0.2.0"
5644source = "registry+https://github.com/rust-lang/crates.io-index"
5645checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5646dependencies = [
5647 "http 0.2.12",
5648]
5649
5650[[package]]
5651name = "heck"
5652version = "0.3.3"
5653source = "registry+https://github.com/rust-lang/crates.io-index"
5654checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5655dependencies = [
5656 "unicode-segmentation",
5657]
5658
5659[[package]]
5660name = "heck"
5661version = "0.4.1"
5662source = "registry+https://github.com/rust-lang/crates.io-index"
5663checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5664dependencies = [
5665 "unicode-segmentation",
5666]
5667
5668[[package]]
5669name = "heck"
5670version = "0.5.0"
5671source = "registry+https://github.com/rust-lang/crates.io-index"
5672checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5673
5674[[package]]
5675name = "heed"
5676version = "0.21.0"
5677source = "registry+https://github.com/rust-lang/crates.io-index"
5678checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5679dependencies = [
5680 "bitflags 2.8.0",
5681 "byteorder",
5682 "heed-traits",
5683 "heed-types",
5684 "libc",
5685 "lmdb-master-sys",
5686 "once_cell",
5687 "page_size",
5688 "serde",
5689 "synchronoise",
5690 "url",
5691]
5692
5693[[package]]
5694name = "heed-traits"
5695version = "0.20.0"
5696source = "registry+https://github.com/rust-lang/crates.io-index"
5697checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5698
5699[[package]]
5700name = "heed-types"
5701version = "0.21.0"
5702source = "registry+https://github.com/rust-lang/crates.io-index"
5703checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5704dependencies = [
5705 "bincode",
5706 "byteorder",
5707 "heed-traits",
5708 "serde",
5709 "serde_json",
5710]
5711
5712[[package]]
5713name = "hermit-abi"
5714version = "0.3.9"
5715source = "registry+https://github.com/rust-lang/crates.io-index"
5716checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5717
5718[[package]]
5719name = "hermit-abi"
5720version = "0.4.0"
5721source = "registry+https://github.com/rust-lang/crates.io-index"
5722checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5723
5724[[package]]
5725name = "hex"
5726version = "0.4.3"
5727source = "registry+https://github.com/rust-lang/crates.io-index"
5728checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5729
5730[[package]]
5731name = "hexf-parse"
5732version = "0.2.1"
5733source = "registry+https://github.com/rust-lang/crates.io-index"
5734checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5735
5736[[package]]
5737name = "hidden-trait"
5738version = "0.1.2"
5739source = "registry+https://github.com/rust-lang/crates.io-index"
5740checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5741dependencies = [
5742 "proc-macro2",
5743 "quote",
5744 "syn 1.0.109",
5745]
5746
5747[[package]]
5748name = "hkdf"
5749version = "0.12.4"
5750source = "registry+https://github.com/rust-lang/crates.io-index"
5751checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5752dependencies = [
5753 "hmac",
5754]
5755
5756[[package]]
5757name = "hmac"
5758version = "0.12.1"
5759source = "registry+https://github.com/rust-lang/crates.io-index"
5760checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5761dependencies = [
5762 "digest",
5763]
5764
5765[[package]]
5766name = "home"
5767version = "0.5.9"
5768source = "registry+https://github.com/rust-lang/crates.io-index"
5769checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5770dependencies = [
5771 "windows-sys 0.52.0",
5772]
5773
5774[[package]]
5775name = "hound"
5776version = "3.5.1"
5777source = "registry+https://github.com/rust-lang/crates.io-index"
5778checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5779
5780[[package]]
5781name = "html5ever"
5782version = "0.27.0"
5783source = "registry+https://github.com/rust-lang/crates.io-index"
5784checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5785dependencies = [
5786 "log",
5787 "mac",
5788 "markup5ever",
5789 "proc-macro2",
5790 "quote",
5791 "syn 2.0.90",
5792]
5793
5794[[package]]
5795name = "html_to_markdown"
5796version = "0.1.0"
5797dependencies = [
5798 "anyhow",
5799 "html5ever",
5800 "indoc",
5801 "markup5ever_rcdom",
5802 "pretty_assertions",
5803 "regex",
5804]
5805
5806[[package]]
5807name = "http"
5808version = "0.2.12"
5809source = "registry+https://github.com/rust-lang/crates.io-index"
5810checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5811dependencies = [
5812 "bytes 1.9.0",
5813 "fnv",
5814 "itoa",
5815]
5816
5817[[package]]
5818name = "http"
5819version = "1.2.0"
5820source = "registry+https://github.com/rust-lang/crates.io-index"
5821checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
5822dependencies = [
5823 "bytes 1.9.0",
5824 "fnv",
5825 "itoa",
5826]
5827
5828[[package]]
5829name = "http-body"
5830version = "0.4.6"
5831source = "registry+https://github.com/rust-lang/crates.io-index"
5832checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5833dependencies = [
5834 "bytes 1.9.0",
5835 "http 0.2.12",
5836 "pin-project-lite",
5837]
5838
5839[[package]]
5840name = "http-body"
5841version = "1.0.1"
5842source = "registry+https://github.com/rust-lang/crates.io-index"
5843checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5844dependencies = [
5845 "bytes 1.9.0",
5846 "http 1.2.0",
5847]
5848
5849[[package]]
5850name = "http-body-util"
5851version = "0.1.2"
5852source = "registry+https://github.com/rust-lang/crates.io-index"
5853checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5854dependencies = [
5855 "bytes 1.9.0",
5856 "futures-util",
5857 "http 1.2.0",
5858 "http-body 1.0.1",
5859 "pin-project-lite",
5860]
5861
5862[[package]]
5863name = "http-range-header"
5864version = "0.3.1"
5865source = "registry+https://github.com/rust-lang/crates.io-index"
5866checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5867
5868[[package]]
5869name = "http-types"
5870version = "2.12.0"
5871source = "registry+https://github.com/rust-lang/crates.io-index"
5872checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5873dependencies = [
5874 "anyhow",
5875 "async-channel 1.9.0",
5876 "base64 0.13.1",
5877 "futures-lite 1.13.0",
5878 "http 0.2.12",
5879 "infer",
5880 "pin-project-lite",
5881 "rand 0.7.3",
5882 "serde",
5883 "serde_json",
5884 "serde_qs 0.8.5",
5885 "serde_urlencoded",
5886 "url",
5887]
5888
5889[[package]]
5890name = "http_client"
5891version = "0.1.0"
5892dependencies = [
5893 "anyhow",
5894 "bytes 1.9.0",
5895 "derive_more",
5896 "futures 0.3.31",
5897 "http 1.2.0",
5898 "log",
5899 "serde",
5900 "serde_json",
5901 "url",
5902]
5903
5904[[package]]
5905name = "httparse"
5906version = "1.9.5"
5907source = "registry+https://github.com/rust-lang/crates.io-index"
5908checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
5909
5910[[package]]
5911name = "httpdate"
5912version = "1.0.3"
5913source = "registry+https://github.com/rust-lang/crates.io-index"
5914checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5915
5916[[package]]
5917name = "human_bytes"
5918version = "0.4.3"
5919source = "registry+https://github.com/rust-lang/crates.io-index"
5920checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5921
5922[[package]]
5923name = "humantime"
5924version = "2.1.0"
5925source = "registry+https://github.com/rust-lang/crates.io-index"
5926checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5927
5928[[package]]
5929name = "hyper"
5930version = "0.14.32"
5931source = "registry+https://github.com/rust-lang/crates.io-index"
5932checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
5933dependencies = [
5934 "bytes 1.9.0",
5935 "futures-channel",
5936 "futures-core",
5937 "futures-util",
5938 "h2 0.3.26",
5939 "http 0.2.12",
5940 "http-body 0.4.6",
5941 "httparse",
5942 "httpdate",
5943 "itoa",
5944 "pin-project-lite",
5945 "socket2",
5946 "tokio",
5947 "tower-service",
5948 "tracing",
5949 "want",
5950]
5951
5952[[package]]
5953name = "hyper"
5954version = "1.5.1"
5955source = "registry+https://github.com/rust-lang/crates.io-index"
5956checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
5957dependencies = [
5958 "bytes 1.9.0",
5959 "futures-channel",
5960 "futures-util",
5961 "h2 0.4.7",
5962 "http 1.2.0",
5963 "http-body 1.0.1",
5964 "httparse",
5965 "itoa",
5966 "pin-project-lite",
5967 "smallvec",
5968 "tokio",
5969 "want",
5970]
5971
5972[[package]]
5973name = "hyper-rustls"
5974version = "0.24.2"
5975source = "registry+https://github.com/rust-lang/crates.io-index"
5976checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5977dependencies = [
5978 "futures-util",
5979 "http 0.2.12",
5980 "hyper 0.14.32",
5981 "log",
5982 "rustls 0.21.12",
5983 "rustls-native-certs 0.6.3",
5984 "tokio",
5985 "tokio-rustls 0.24.1",
5986]
5987
5988[[package]]
5989name = "hyper-rustls"
5990version = "0.27.3"
5991source = "registry+https://github.com/rust-lang/crates.io-index"
5992checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5993dependencies = [
5994 "futures-util",
5995 "http 1.2.0",
5996 "hyper 1.5.1",
5997 "hyper-util",
5998 "rustls 0.23.20",
5999 "rustls-native-certs 0.8.1",
6000 "rustls-pki-types",
6001 "tokio",
6002 "tokio-rustls 0.26.1",
6003 "tower-service",
6004]
6005
6006[[package]]
6007name = "hyper-tls"
6008version = "0.5.0"
6009source = "registry+https://github.com/rust-lang/crates.io-index"
6010checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6011dependencies = [
6012 "bytes 1.9.0",
6013 "hyper 0.14.32",
6014 "native-tls",
6015 "tokio",
6016 "tokio-native-tls",
6017]
6018
6019[[package]]
6020name = "hyper-util"
6021version = "0.1.10"
6022source = "registry+https://github.com/rust-lang/crates.io-index"
6023checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6024dependencies = [
6025 "bytes 1.9.0",
6026 "futures-channel",
6027 "futures-util",
6028 "http 1.2.0",
6029 "http-body 1.0.1",
6030 "hyper 1.5.1",
6031 "pin-project-lite",
6032 "socket2",
6033 "tokio",
6034 "tower-service",
6035 "tracing",
6036]
6037
6038[[package]]
6039name = "iana-time-zone"
6040version = "0.1.61"
6041source = "registry+https://github.com/rust-lang/crates.io-index"
6042checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6043dependencies = [
6044 "android_system_properties",
6045 "core-foundation-sys",
6046 "iana-time-zone-haiku",
6047 "js-sys",
6048 "wasm-bindgen",
6049 "windows-core 0.52.0",
6050]
6051
6052[[package]]
6053name = "iana-time-zone-haiku"
6054version = "0.1.2"
6055source = "registry+https://github.com/rust-lang/crates.io-index"
6056checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6057dependencies = [
6058 "cc",
6059]
6060
6061[[package]]
6062name = "icu_collections"
6063version = "1.5.0"
6064source = "registry+https://github.com/rust-lang/crates.io-index"
6065checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6066dependencies = [
6067 "displaydoc",
6068 "yoke",
6069 "zerofrom",
6070 "zerovec",
6071]
6072
6073[[package]]
6074name = "icu_locid"
6075version = "1.5.0"
6076source = "registry+https://github.com/rust-lang/crates.io-index"
6077checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6078dependencies = [
6079 "displaydoc",
6080 "litemap",
6081 "tinystr",
6082 "writeable",
6083 "zerovec",
6084]
6085
6086[[package]]
6087name = "icu_locid_transform"
6088version = "1.5.0"
6089source = "registry+https://github.com/rust-lang/crates.io-index"
6090checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6091dependencies = [
6092 "displaydoc",
6093 "icu_locid",
6094 "icu_locid_transform_data",
6095 "icu_provider",
6096 "tinystr",
6097 "zerovec",
6098]
6099
6100[[package]]
6101name = "icu_locid_transform_data"
6102version = "1.5.0"
6103source = "registry+https://github.com/rust-lang/crates.io-index"
6104checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6105
6106[[package]]
6107name = "icu_normalizer"
6108version = "1.5.0"
6109source = "registry+https://github.com/rust-lang/crates.io-index"
6110checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6111dependencies = [
6112 "displaydoc",
6113 "icu_collections",
6114 "icu_normalizer_data",
6115 "icu_properties",
6116 "icu_provider",
6117 "smallvec",
6118 "utf16_iter",
6119 "utf8_iter",
6120 "write16",
6121 "zerovec",
6122]
6123
6124[[package]]
6125name = "icu_normalizer_data"
6126version = "1.5.0"
6127source = "registry+https://github.com/rust-lang/crates.io-index"
6128checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6129
6130[[package]]
6131name = "icu_properties"
6132version = "1.5.1"
6133source = "registry+https://github.com/rust-lang/crates.io-index"
6134checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6135dependencies = [
6136 "displaydoc",
6137 "icu_collections",
6138 "icu_locid_transform",
6139 "icu_properties_data",
6140 "icu_provider",
6141 "tinystr",
6142 "zerovec",
6143]
6144
6145[[package]]
6146name = "icu_properties_data"
6147version = "1.5.0"
6148source = "registry+https://github.com/rust-lang/crates.io-index"
6149checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6150
6151[[package]]
6152name = "icu_provider"
6153version = "1.5.0"
6154source = "registry+https://github.com/rust-lang/crates.io-index"
6155checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6156dependencies = [
6157 "displaydoc",
6158 "icu_locid",
6159 "icu_provider_macros",
6160 "stable_deref_trait",
6161 "tinystr",
6162 "writeable",
6163 "yoke",
6164 "zerofrom",
6165 "zerovec",
6166]
6167
6168[[package]]
6169name = "icu_provider_macros"
6170version = "1.5.0"
6171source = "registry+https://github.com/rust-lang/crates.io-index"
6172checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6173dependencies = [
6174 "proc-macro2",
6175 "quote",
6176 "syn 2.0.90",
6177]
6178
6179[[package]]
6180name = "id-arena"
6181version = "2.2.1"
6182source = "registry+https://github.com/rust-lang/crates.io-index"
6183checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6184
6185[[package]]
6186name = "idna"
6187version = "1.0.3"
6188source = "registry+https://github.com/rust-lang/crates.io-index"
6189checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6190dependencies = [
6191 "idna_adapter",
6192 "smallvec",
6193 "utf8_iter",
6194]
6195
6196[[package]]
6197name = "idna_adapter"
6198version = "1.2.0"
6199source = "registry+https://github.com/rust-lang/crates.io-index"
6200checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6201dependencies = [
6202 "icu_normalizer",
6203 "icu_properties",
6204]
6205
6206[[package]]
6207name = "ignore"
6208version = "0.4.23"
6209source = "registry+https://github.com/rust-lang/crates.io-index"
6210checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6211dependencies = [
6212 "crossbeam-deque",
6213 "globset",
6214 "log",
6215 "memchr",
6216 "regex-automata 0.4.9",
6217 "same-file",
6218 "walkdir",
6219 "winapi-util",
6220]
6221
6222[[package]]
6223name = "image"
6224version = "0.25.5"
6225source = "registry+https://github.com/rust-lang/crates.io-index"
6226checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6227dependencies = [
6228 "bytemuck",
6229 "byteorder-lite",
6230 "color_quant",
6231 "exr",
6232 "gif",
6233 "image-webp",
6234 "num-traits",
6235 "png",
6236 "qoi",
6237 "ravif",
6238 "rayon",
6239 "rgb",
6240 "tiff",
6241 "zune-core",
6242 "zune-jpeg",
6243]
6244
6245[[package]]
6246name = "image-webp"
6247version = "0.2.0"
6248source = "registry+https://github.com/rust-lang/crates.io-index"
6249checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6250dependencies = [
6251 "byteorder-lite",
6252 "quick-error",
6253]
6254
6255[[package]]
6256name = "image_viewer"
6257version = "0.1.0"
6258dependencies = [
6259 "anyhow",
6260 "db",
6261 "editor",
6262 "file_icons",
6263 "gpui",
6264 "project",
6265 "settings",
6266 "theme",
6267 "ui",
6268 "util",
6269 "workspace",
6270]
6271
6272[[package]]
6273name = "imagesize"
6274version = "0.13.0"
6275source = "registry+https://github.com/rust-lang/crates.io-index"
6276checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6277
6278[[package]]
6279name = "imgref"
6280version = "1.11.0"
6281source = "registry+https://github.com/rust-lang/crates.io-index"
6282checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6283
6284[[package]]
6285name = "indexed_docs"
6286version = "0.1.0"
6287dependencies = [
6288 "anyhow",
6289 "async-trait",
6290 "cargo_metadata",
6291 "collections",
6292 "derive_more",
6293 "extension",
6294 "fs",
6295 "futures 0.3.31",
6296 "fuzzy",
6297 "gpui",
6298 "heed",
6299 "html_to_markdown",
6300 "http_client",
6301 "indexmap",
6302 "indoc",
6303 "parking_lot",
6304 "paths",
6305 "pretty_assertions",
6306 "serde",
6307 "strum",
6308 "util",
6309]
6310
6311[[package]]
6312name = "indexmap"
6313version = "2.7.0"
6314source = "registry+https://github.com/rust-lang/crates.io-index"
6315checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
6316dependencies = [
6317 "equivalent",
6318 "hashbrown 0.15.2",
6319 "serde",
6320]
6321
6322[[package]]
6323name = "indoc"
6324version = "2.0.5"
6325source = "registry+https://github.com/rust-lang/crates.io-index"
6326checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6327
6328[[package]]
6329name = "infer"
6330version = "0.2.3"
6331source = "registry+https://github.com/rust-lang/crates.io-index"
6332checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6333
6334[[package]]
6335name = "inherent"
6336version = "1.0.11"
6337source = "registry+https://github.com/rust-lang/crates.io-index"
6338checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6339dependencies = [
6340 "proc-macro2",
6341 "quote",
6342 "syn 2.0.90",
6343]
6344
6345[[package]]
6346name = "inline_completion"
6347version = "0.1.0"
6348dependencies = [
6349 "gpui",
6350 "language",
6351]
6352
6353[[package]]
6354name = "inline_completion_button"
6355version = "0.1.0"
6356dependencies = [
6357 "anyhow",
6358 "client",
6359 "copilot",
6360 "editor",
6361 "feature_flags",
6362 "fs",
6363 "futures 0.3.31",
6364 "gpui",
6365 "indoc",
6366 "inline_completion",
6367 "language",
6368 "lsp",
6369 "paths",
6370 "project",
6371 "serde_json",
6372 "settings",
6373 "supermaven",
6374 "theme",
6375 "ui",
6376 "workspace",
6377 "zed_actions",
6378 "zed_predict_tos",
6379 "zeta",
6380]
6381
6382[[package]]
6383name = "inotify"
6384version = "0.9.6"
6385source = "registry+https://github.com/rust-lang/crates.io-index"
6386checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6387dependencies = [
6388 "bitflags 1.3.2",
6389 "inotify-sys",
6390 "libc",
6391]
6392
6393[[package]]
6394name = "inotify-sys"
6395version = "0.1.5"
6396source = "registry+https://github.com/rust-lang/crates.io-index"
6397checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6398dependencies = [
6399 "libc",
6400]
6401
6402[[package]]
6403name = "inout"
6404version = "0.1.3"
6405source = "registry+https://github.com/rust-lang/crates.io-index"
6406checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6407dependencies = [
6408 "block-padding",
6409 "generic-array",
6410]
6411
6412[[package]]
6413name = "install_cli"
6414version = "0.1.0"
6415dependencies = [
6416 "anyhow",
6417 "gpui",
6418 "smol",
6419 "util",
6420]
6421
6422[[package]]
6423name = "instant"
6424version = "0.1.13"
6425source = "registry+https://github.com/rust-lang/crates.io-index"
6426checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6427dependencies = [
6428 "cfg-if",
6429]
6430
6431[[package]]
6432name = "interpolate_name"
6433version = "0.2.4"
6434source = "registry+https://github.com/rust-lang/crates.io-index"
6435checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6436dependencies = [
6437 "proc-macro2",
6438 "quote",
6439 "syn 2.0.90",
6440]
6441
6442[[package]]
6443name = "io-extras"
6444version = "0.18.4"
6445source = "registry+https://github.com/rust-lang/crates.io-index"
6446checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6447dependencies = [
6448 "io-lifetimes",
6449 "windows-sys 0.59.0",
6450]
6451
6452[[package]]
6453name = "io-lifetimes"
6454version = "2.0.4"
6455source = "registry+https://github.com/rust-lang/crates.io-index"
6456checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6457
6458[[package]]
6459name = "iovec"
6460version = "0.1.4"
6461source = "registry+https://github.com/rust-lang/crates.io-index"
6462checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6463dependencies = [
6464 "libc",
6465]
6466
6467[[package]]
6468name = "ipc-channel"
6469version = "0.19.0"
6470source = "registry+https://github.com/rust-lang/crates.io-index"
6471checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6472dependencies = [
6473 "bincode",
6474 "crossbeam-channel",
6475 "fnv",
6476 "lazy_static",
6477 "libc",
6478 "mio 1.0.3",
6479 "rand 0.8.5",
6480 "serde",
6481 "tempfile",
6482 "uuid",
6483 "windows 0.58.0",
6484]
6485
6486[[package]]
6487name = "ipnet"
6488version = "2.10.1"
6489source = "registry+https://github.com/rust-lang/crates.io-index"
6490checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6491
6492[[package]]
6493name = "is-docker"
6494version = "0.2.0"
6495source = "registry+https://github.com/rust-lang/crates.io-index"
6496checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6497dependencies = [
6498 "once_cell",
6499]
6500
6501[[package]]
6502name = "is-terminal"
6503version = "0.4.13"
6504source = "registry+https://github.com/rust-lang/crates.io-index"
6505checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6506dependencies = [
6507 "hermit-abi 0.4.0",
6508 "libc",
6509 "windows-sys 0.52.0",
6510]
6511
6512[[package]]
6513name = "is-wsl"
6514version = "0.4.0"
6515source = "registry+https://github.com/rust-lang/crates.io-index"
6516checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6517dependencies = [
6518 "is-docker",
6519 "once_cell",
6520]
6521
6522[[package]]
6523name = "is_terminal_polyfill"
6524version = "1.70.1"
6525source = "registry+https://github.com/rust-lang/crates.io-index"
6526checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6527
6528[[package]]
6529name = "itertools"
6530version = "0.10.5"
6531source = "registry+https://github.com/rust-lang/crates.io-index"
6532checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6533dependencies = [
6534 "either",
6535]
6536
6537[[package]]
6538name = "itertools"
6539version = "0.11.0"
6540source = "registry+https://github.com/rust-lang/crates.io-index"
6541checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6542dependencies = [
6543 "either",
6544]
6545
6546[[package]]
6547name = "itertools"
6548version = "0.12.1"
6549source = "registry+https://github.com/rust-lang/crates.io-index"
6550checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6551dependencies = [
6552 "either",
6553]
6554
6555[[package]]
6556name = "itertools"
6557version = "0.14.0"
6558source = "registry+https://github.com/rust-lang/crates.io-index"
6559checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6560dependencies = [
6561 "either",
6562]
6563
6564[[package]]
6565name = "itoa"
6566version = "1.0.14"
6567source = "registry+https://github.com/rust-lang/crates.io-index"
6568checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6569
6570[[package]]
6571name = "jni"
6572version = "0.21.1"
6573source = "registry+https://github.com/rust-lang/crates.io-index"
6574checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6575dependencies = [
6576 "cesu8",
6577 "cfg-if",
6578 "combine",
6579 "jni-sys",
6580 "log",
6581 "thiserror 1.0.69",
6582 "walkdir",
6583 "windows-sys 0.45.0",
6584]
6585
6586[[package]]
6587name = "jni-sys"
6588version = "0.3.0"
6589source = "registry+https://github.com/rust-lang/crates.io-index"
6590checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6591
6592[[package]]
6593name = "jobserver"
6594version = "0.1.32"
6595source = "registry+https://github.com/rust-lang/crates.io-index"
6596checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6597dependencies = [
6598 "libc",
6599]
6600
6601[[package]]
6602name = "journal"
6603version = "0.1.0"
6604dependencies = [
6605 "anyhow",
6606 "chrono",
6607 "editor",
6608 "gpui",
6609 "log",
6610 "schemars",
6611 "serde",
6612 "settings",
6613 "shellexpand 2.1.2",
6614 "workspace",
6615]
6616
6617[[package]]
6618name = "jpeg-decoder"
6619version = "0.3.1"
6620source = "registry+https://github.com/rust-lang/crates.io-index"
6621checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6622
6623[[package]]
6624name = "js-sys"
6625version = "0.3.76"
6626source = "registry+https://github.com/rust-lang/crates.io-index"
6627checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6628dependencies = [
6629 "once_cell",
6630 "wasm-bindgen",
6631]
6632
6633[[package]]
6634name = "jsonwebtoken"
6635version = "9.3.0"
6636source = "registry+https://github.com/rust-lang/crates.io-index"
6637checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6638dependencies = [
6639 "base64 0.21.7",
6640 "js-sys",
6641 "pem",
6642 "ring",
6643 "serde",
6644 "serde_json",
6645 "simple_asn1",
6646]
6647
6648[[package]]
6649name = "jupyter-protocol"
6650version = "0.6.0"
6651source = "registry+https://github.com/rust-lang/crates.io-index"
6652checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6653dependencies = [
6654 "anyhow",
6655 "async-trait",
6656 "bytes 1.9.0",
6657 "chrono",
6658 "futures 0.3.31",
6659 "serde",
6660 "serde_json",
6661 "uuid",
6662]
6663
6664[[package]]
6665name = "jupyter-websocket-client"
6666version = "0.9.0"
6667source = "registry+https://github.com/rust-lang/crates.io-index"
6668checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6669dependencies = [
6670 "anyhow",
6671 "async-trait",
6672 "async-tungstenite 0.28.2",
6673 "futures 0.3.31",
6674 "jupyter-protocol",
6675 "serde",
6676 "serde_json",
6677 "url",
6678 "uuid",
6679]
6680
6681[[package]]
6682name = "khronos-egl"
6683version = "6.0.0"
6684source = "registry+https://github.com/rust-lang/crates.io-index"
6685checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6686dependencies = [
6687 "libc",
6688 "libloading",
6689]
6690
6691[[package]]
6692name = "kqueue"
6693version = "1.0.8"
6694source = "registry+https://github.com/rust-lang/crates.io-index"
6695checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6696dependencies = [
6697 "kqueue-sys",
6698 "libc",
6699]
6700
6701[[package]]
6702name = "kqueue-sys"
6703version = "1.0.4"
6704source = "registry+https://github.com/rust-lang/crates.io-index"
6705checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6706dependencies = [
6707 "bitflags 1.3.2",
6708 "libc",
6709]
6710
6711[[package]]
6712name = "kurbo"
6713version = "0.11.1"
6714source = "registry+https://github.com/rust-lang/crates.io-index"
6715checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6716dependencies = [
6717 "arrayvec",
6718 "smallvec",
6719]
6720
6721[[package]]
6722name = "kv-log-macro"
6723version = "1.0.7"
6724source = "registry+https://github.com/rust-lang/crates.io-index"
6725checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6726dependencies = [
6727 "log",
6728]
6729
6730[[package]]
6731name = "language"
6732version = "0.1.0"
6733dependencies = [
6734 "anyhow",
6735 "async-trait",
6736 "async-watch",
6737 "clock",
6738 "collections",
6739 "ctor",
6740 "ec4rs",
6741 "env_logger 0.11.6",
6742 "fs",
6743 "futures 0.3.31",
6744 "fuzzy",
6745 "globset",
6746 "gpui",
6747 "http_client",
6748 "indoc",
6749 "itertools 0.14.0",
6750 "log",
6751 "lsp",
6752 "parking_lot",
6753 "postage",
6754 "pretty_assertions",
6755 "pulldown-cmark 0.12.2",
6756 "rand 0.8.5",
6757 "regex",
6758 "rpc",
6759 "schemars",
6760 "serde",
6761 "serde_json",
6762 "settings",
6763 "similar",
6764 "smallvec",
6765 "smol",
6766 "strsim",
6767 "sum_tree",
6768 "task",
6769 "text",
6770 "theme",
6771 "tree-sitter",
6772 "tree-sitter-elixir",
6773 "tree-sitter-embedded-template",
6774 "tree-sitter-heex",
6775 "tree-sitter-html",
6776 "tree-sitter-json",
6777 "tree-sitter-md",
6778 "tree-sitter-ruby",
6779 "tree-sitter-rust",
6780 "tree-sitter-typescript",
6781 "unicase",
6782 "unindent",
6783 "util",
6784]
6785
6786[[package]]
6787name = "language_extension"
6788version = "0.1.0"
6789dependencies = [
6790 "anyhow",
6791 "async-trait",
6792 "collections",
6793 "extension",
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 "task",
6960 "text",
6961 "theme",
6962 "toml 0.8.19",
6963 "tree-sitter",
6964 "tree-sitter-bash",
6965 "tree-sitter-c",
6966 "tree-sitter-cpp",
6967 "tree-sitter-css",
6968 "tree-sitter-diff",
6969 "tree-sitter-go",
6970 "tree-sitter-gomod",
6971 "tree-sitter-gowork",
6972 "tree-sitter-jsdoc",
6973 "tree-sitter-json",
6974 "tree-sitter-md",
6975 "tree-sitter-python",
6976 "tree-sitter-regex",
6977 "tree-sitter-rust",
6978 "tree-sitter-typescript",
6979 "tree-sitter-yaml",
6980 "unindent",
6981 "util",
6982 "workspace",
6983]
6984
6985[[package]]
6986name = "lazy_static"
6987version = "1.5.0"
6988source = "registry+https://github.com/rust-lang/crates.io-index"
6989checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6990dependencies = [
6991 "spin",
6992]
6993
6994[[package]]
6995name = "leb128"
6996version = "0.2.5"
6997source = "registry+https://github.com/rust-lang/crates.io-index"
6998checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6999
7000[[package]]
7001name = "lebe"
7002version = "0.5.2"
7003source = "registry+https://github.com/rust-lang/crates.io-index"
7004checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7005
7006[[package]]
7007name = "libc"
7008version = "0.2.169"
7009source = "registry+https://github.com/rust-lang/crates.io-index"
7010checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
7011
7012[[package]]
7013name = "libdbus-sys"
7014version = "0.2.5"
7015source = "registry+https://github.com/rust-lang/crates.io-index"
7016checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7017dependencies = [
7018 "cc",
7019 "pkg-config",
7020]
7021
7022[[package]]
7023name = "libfuzzer-sys"
7024version = "0.4.8"
7025source = "registry+https://github.com/rust-lang/crates.io-index"
7026checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7027dependencies = [
7028 "arbitrary",
7029 "cc",
7030]
7031
7032[[package]]
7033name = "libgit2-sys"
7034version = "0.17.0+1.8.1"
7035source = "registry+https://github.com/rust-lang/crates.io-index"
7036checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
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.52.6",
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 "text",
7402 "util",
7403]
7404
7405[[package]]
7406name = "lsp-types"
7407version = "0.95.1"
7408source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
7409dependencies = [
7410 "bitflags 1.3.2",
7411 "serde",
7412 "serde_json",
7413 "serde_repr",
7414 "url",
7415]
7416
7417[[package]]
7418name = "mac"
7419version = "0.1.1"
7420source = "registry+https://github.com/rust-lang/crates.io-index"
7421checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7422
7423[[package]]
7424name = "mach2"
7425version = "0.4.2"
7426source = "registry+https://github.com/rust-lang/crates.io-index"
7427checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7428dependencies = [
7429 "libc",
7430]
7431
7432[[package]]
7433name = "malloc_buf"
7434version = "0.0.6"
7435source = "registry+https://github.com/rust-lang/crates.io-index"
7436checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7437dependencies = [
7438 "libc",
7439]
7440
7441[[package]]
7442name = "maplit"
7443version = "1.0.2"
7444source = "registry+https://github.com/rust-lang/crates.io-index"
7445checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7446
7447[[package]]
7448name = "markdown"
7449version = "0.1.0"
7450dependencies = [
7451 "anyhow",
7452 "assets",
7453 "env_logger 0.11.6",
7454 "futures 0.3.31",
7455 "gpui",
7456 "language",
7457 "languages",
7458 "linkify",
7459 "log",
7460 "node_runtime",
7461 "pulldown-cmark 0.12.2",
7462 "settings",
7463 "theme",
7464 "ui",
7465 "util",
7466]
7467
7468[[package]]
7469name = "markdown_preview"
7470version = "0.1.0"
7471dependencies = [
7472 "anyhow",
7473 "async-recursion 1.1.1",
7474 "collections",
7475 "editor",
7476 "gpui",
7477 "language",
7478 "linkify",
7479 "log",
7480 "pretty_assertions",
7481 "pulldown-cmark 0.12.2",
7482 "settings",
7483 "theme",
7484 "ui",
7485 "util",
7486 "workspace",
7487]
7488
7489[[package]]
7490name = "markup5ever"
7491version = "0.12.1"
7492source = "registry+https://github.com/rust-lang/crates.io-index"
7493checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7494dependencies = [
7495 "log",
7496 "phf",
7497 "phf_codegen",
7498 "string_cache",
7499 "string_cache_codegen",
7500 "tendril",
7501]
7502
7503[[package]]
7504name = "markup5ever_rcdom"
7505version = "0.3.0"
7506source = "registry+https://github.com/rust-lang/crates.io-index"
7507checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7508dependencies = [
7509 "html5ever",
7510 "markup5ever",
7511 "tendril",
7512 "xml5ever",
7513]
7514
7515[[package]]
7516name = "matchers"
7517version = "0.1.0"
7518source = "registry+https://github.com/rust-lang/crates.io-index"
7519checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7520dependencies = [
7521 "regex-automata 0.1.10",
7522]
7523
7524[[package]]
7525name = "matchit"
7526version = "0.7.3"
7527source = "registry+https://github.com/rust-lang/crates.io-index"
7528checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7529
7530[[package]]
7531name = "maybe-owned"
7532version = "0.3.4"
7533source = "registry+https://github.com/rust-lang/crates.io-index"
7534checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7535
7536[[package]]
7537name = "maybe-rayon"
7538version = "0.1.1"
7539source = "registry+https://github.com/rust-lang/crates.io-index"
7540checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7541dependencies = [
7542 "cfg-if",
7543 "rayon",
7544]
7545
7546[[package]]
7547name = "md-5"
7548version = "0.10.6"
7549source = "registry+https://github.com/rust-lang/crates.io-index"
7550checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7551dependencies = [
7552 "cfg-if",
7553 "digest",
7554]
7555
7556[[package]]
7557name = "mdbook"
7558version = "0.4.43"
7559source = "registry+https://github.com/rust-lang/crates.io-index"
7560checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148"
7561dependencies = [
7562 "ammonia",
7563 "anyhow",
7564 "chrono",
7565 "clap",
7566 "clap_complete",
7567 "elasticlunr-rs",
7568 "env_logger 0.11.6",
7569 "futures-util",
7570 "handlebars 6.2.0",
7571 "ignore",
7572 "log",
7573 "memchr",
7574 "notify",
7575 "notify-debouncer-mini",
7576 "once_cell",
7577 "opener",
7578 "pathdiff",
7579 "pulldown-cmark 0.10.3",
7580 "regex",
7581 "serde",
7582 "serde_json",
7583 "shlex",
7584 "tempfile",
7585 "tokio",
7586 "toml 0.5.11",
7587 "topological-sort",
7588 "walkdir",
7589 "warp",
7590]
7591
7592[[package]]
7593name = "media"
7594version = "0.1.0"
7595dependencies = [
7596 "anyhow",
7597 "bindgen",
7598 "core-foundation 0.9.4",
7599 "ctor",
7600 "foreign-types 0.5.0",
7601 "metal",
7602 "objc",
7603]
7604
7605[[package]]
7606name = "memchr"
7607version = "2.7.4"
7608source = "registry+https://github.com/rust-lang/crates.io-index"
7609checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7610
7611[[package]]
7612name = "memfd"
7613version = "0.6.4"
7614source = "registry+https://github.com/rust-lang/crates.io-index"
7615checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7616dependencies = [
7617 "rustix",
7618]
7619
7620[[package]]
7621name = "memmap2"
7622version = "0.9.5"
7623source = "registry+https://github.com/rust-lang/crates.io-index"
7624checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7625dependencies = [
7626 "libc",
7627]
7628
7629[[package]]
7630name = "memoffset"
7631version = "0.9.1"
7632source = "registry+https://github.com/rust-lang/crates.io-index"
7633checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7634dependencies = [
7635 "autocfg",
7636]
7637
7638[[package]]
7639name = "menu"
7640version = "0.1.0"
7641dependencies = [
7642 "gpui",
7643 "serde",
7644]
7645
7646[[package]]
7647name = "metal"
7648version = "0.30.0"
7649source = "registry+https://github.com/rust-lang/crates.io-index"
7650checksum = "9c3572083504c43e14aec05447f8a3d57cce0f66d7a3c1b9058572eca4d70ab9"
7651dependencies = [
7652 "bitflags 2.8.0",
7653 "block",
7654 "core-graphics-types 0.1.3",
7655 "foreign-types 0.5.0",
7656 "log",
7657 "objc",
7658 "paste",
7659]
7660
7661[[package]]
7662name = "mimalloc"
7663version = "0.1.43"
7664source = "registry+https://github.com/rust-lang/crates.io-index"
7665checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7666dependencies = [
7667 "libmimalloc-sys",
7668]
7669
7670[[package]]
7671name = "mime"
7672version = "0.3.17"
7673source = "registry+https://github.com/rust-lang/crates.io-index"
7674checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7675
7676[[package]]
7677name = "mime_guess"
7678version = "2.0.5"
7679source = "registry+https://github.com/rust-lang/crates.io-index"
7680checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7681dependencies = [
7682 "mime",
7683 "unicase",
7684]
7685
7686[[package]]
7687name = "minimal-lexical"
7688version = "0.2.1"
7689source = "registry+https://github.com/rust-lang/crates.io-index"
7690checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7691
7692[[package]]
7693name = "miniz_oxide"
7694version = "0.8.0"
7695source = "registry+https://github.com/rust-lang/crates.io-index"
7696checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7697dependencies = [
7698 "adler2",
7699 "simd-adler32",
7700]
7701
7702[[package]]
7703name = "mint"
7704version = "0.5.9"
7705source = "registry+https://github.com/rust-lang/crates.io-index"
7706checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7707
7708[[package]]
7709name = "mio"
7710version = "0.8.11"
7711source = "registry+https://github.com/rust-lang/crates.io-index"
7712checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7713dependencies = [
7714 "libc",
7715 "log",
7716 "wasi 0.11.0+wasi-snapshot-preview1",
7717 "windows-sys 0.48.0",
7718]
7719
7720[[package]]
7721name = "mio"
7722version = "1.0.3"
7723source = "registry+https://github.com/rust-lang/crates.io-index"
7724checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
7725dependencies = [
7726 "libc",
7727 "log",
7728 "wasi 0.11.0+wasi-snapshot-preview1",
7729 "windows-sys 0.52.0",
7730]
7731
7732[[package]]
7733name = "miow"
7734version = "0.6.0"
7735source = "registry+https://github.com/rust-lang/crates.io-index"
7736checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7737dependencies = [
7738 "windows-sys 0.48.0",
7739]
7740
7741[[package]]
7742name = "msvc_spectre_libs"
7743version = "0.1.2"
7744source = "registry+https://github.com/rust-lang/crates.io-index"
7745checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7746dependencies = [
7747 "cc",
7748]
7749
7750[[package]]
7751name = "multi_buffer"
7752version = "0.1.0"
7753dependencies = [
7754 "anyhow",
7755 "clock",
7756 "collections",
7757 "ctor",
7758 "env_logger 0.11.6",
7759 "futures 0.3.31",
7760 "gpui",
7761 "itertools 0.14.0",
7762 "language",
7763 "log",
7764 "parking_lot",
7765 "rand 0.8.5",
7766 "serde",
7767 "settings",
7768 "smallvec",
7769 "sum_tree",
7770 "text",
7771 "theme",
7772 "tree-sitter",
7773 "util",
7774]
7775
7776[[package]]
7777name = "multimap"
7778version = "0.8.3"
7779source = "registry+https://github.com/rust-lang/crates.io-index"
7780checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7781
7782[[package]]
7783name = "multimap"
7784version = "0.10.0"
7785source = "registry+https://github.com/rust-lang/crates.io-index"
7786checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
7787
7788[[package]]
7789name = "naga"
7790version = "23.1.0"
7791source = "registry+https://github.com/rust-lang/crates.io-index"
7792checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
7793dependencies = [
7794 "arrayvec",
7795 "bit-set 0.8.0",
7796 "bitflags 2.8.0",
7797 "cfg_aliases 0.1.1",
7798 "codespan-reporting",
7799 "hexf-parse",
7800 "indexmap",
7801 "log",
7802 "rustc-hash 1.1.0",
7803 "spirv",
7804 "termcolor",
7805 "thiserror 1.0.69",
7806 "unicode-xid",
7807]
7808
7809[[package]]
7810name = "nanoid"
7811version = "0.4.0"
7812source = "registry+https://github.com/rust-lang/crates.io-index"
7813checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7814dependencies = [
7815 "rand 0.8.5",
7816]
7817
7818[[package]]
7819name = "nanorand"
7820version = "0.7.0"
7821source = "registry+https://github.com/rust-lang/crates.io-index"
7822checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7823dependencies = [
7824 "getrandom 0.2.15",
7825]
7826
7827[[package]]
7828name = "native-tls"
7829version = "0.2.12"
7830source = "registry+https://github.com/rust-lang/crates.io-index"
7831checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7832dependencies = [
7833 "libc",
7834 "log",
7835 "openssl",
7836 "openssl-probe",
7837 "openssl-sys",
7838 "schannel",
7839 "security-framework 2.11.1",
7840 "security-framework-sys",
7841 "tempfile",
7842]
7843
7844[[package]]
7845name = "nbformat"
7846version = "0.10.0"
7847source = "registry+https://github.com/rust-lang/crates.io-index"
7848checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
7849dependencies = [
7850 "anyhow",
7851 "chrono",
7852 "jupyter-protocol",
7853 "serde",
7854 "serde_json",
7855 "thiserror 1.0.69",
7856 "uuid",
7857]
7858
7859[[package]]
7860name = "ndk"
7861version = "0.8.0"
7862source = "registry+https://github.com/rust-lang/crates.io-index"
7863checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7864dependencies = [
7865 "bitflags 2.8.0",
7866 "jni-sys",
7867 "log",
7868 "ndk-sys",
7869 "num_enum",
7870 "thiserror 1.0.69",
7871]
7872
7873[[package]]
7874name = "ndk-context"
7875version = "0.1.1"
7876source = "registry+https://github.com/rust-lang/crates.io-index"
7877checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7878
7879[[package]]
7880name = "ndk-sys"
7881version = "0.5.0+25.2.9519653"
7882source = "registry+https://github.com/rust-lang/crates.io-index"
7883checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7884dependencies = [
7885 "jni-sys",
7886]
7887
7888[[package]]
7889name = "new_debug_unreachable"
7890version = "1.0.6"
7891source = "registry+https://github.com/rust-lang/crates.io-index"
7892checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7893
7894[[package]]
7895name = "nix"
7896version = "0.29.0"
7897source = "registry+https://github.com/rust-lang/crates.io-index"
7898checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7899dependencies = [
7900 "bitflags 2.8.0",
7901 "cfg-if",
7902 "cfg_aliases 0.2.1",
7903 "libc",
7904 "memoffset",
7905]
7906
7907[[package]]
7908name = "node_runtime"
7909version = "0.1.0"
7910dependencies = [
7911 "anyhow",
7912 "async-compression",
7913 "async-std",
7914 "async-tar",
7915 "async-trait",
7916 "async-watch",
7917 "async_zip",
7918 "futures 0.3.31",
7919 "http_client",
7920 "log",
7921 "paths",
7922 "semver",
7923 "serde",
7924 "serde_json",
7925 "smol",
7926 "tempfile",
7927 "util",
7928 "walkdir",
7929 "which 6.0.3",
7930]
7931
7932[[package]]
7933name = "nom"
7934version = "7.1.3"
7935source = "registry+https://github.com/rust-lang/crates.io-index"
7936checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7937dependencies = [
7938 "memchr",
7939 "minimal-lexical",
7940]
7941
7942[[package]]
7943name = "noop_proc_macro"
7944version = "0.3.0"
7945source = "registry+https://github.com/rust-lang/crates.io-index"
7946checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7947
7948[[package]]
7949name = "normpath"
7950version = "1.3.0"
7951source = "registry+https://github.com/rust-lang/crates.io-index"
7952checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7953dependencies = [
7954 "windows-sys 0.59.0",
7955]
7956
7957[[package]]
7958name = "notifications"
7959version = "0.1.0"
7960dependencies = [
7961 "anyhow",
7962 "channel",
7963 "client",
7964 "collections",
7965 "db",
7966 "gpui",
7967 "rpc",
7968 "settings",
7969 "sum_tree",
7970 "time",
7971 "util",
7972]
7973
7974[[package]]
7975name = "notify"
7976version = "6.1.1"
7977source = "registry+https://github.com/rust-lang/crates.io-index"
7978checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7979dependencies = [
7980 "bitflags 2.8.0",
7981 "crossbeam-channel",
7982 "filetime",
7983 "fsevent-sys 4.1.0",
7984 "inotify",
7985 "kqueue",
7986 "libc",
7987 "log",
7988 "mio 0.8.11",
7989 "walkdir",
7990 "windows-sys 0.48.0",
7991]
7992
7993[[package]]
7994name = "notify-debouncer-mini"
7995version = "0.4.1"
7996source = "registry+https://github.com/rust-lang/crates.io-index"
7997checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7998dependencies = [
7999 "crossbeam-channel",
8000 "log",
8001 "notify",
8002]
8003
8004[[package]]
8005name = "ntapi"
8006version = "0.4.1"
8007source = "registry+https://github.com/rust-lang/crates.io-index"
8008checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8009dependencies = [
8010 "winapi",
8011]
8012
8013[[package]]
8014name = "nu-ansi-term"
8015version = "0.46.0"
8016source = "registry+https://github.com/rust-lang/crates.io-index"
8017checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8018dependencies = [
8019 "overload",
8020 "winapi",
8021]
8022
8023[[package]]
8024name = "num"
8025version = "0.4.3"
8026source = "registry+https://github.com/rust-lang/crates.io-index"
8027checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8028dependencies = [
8029 "num-bigint",
8030 "num-complex",
8031 "num-integer",
8032 "num-iter",
8033 "num-rational",
8034 "num-traits",
8035]
8036
8037[[package]]
8038name = "num-bigint"
8039version = "0.4.6"
8040source = "registry+https://github.com/rust-lang/crates.io-index"
8041checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8042dependencies = [
8043 "num-integer",
8044 "num-traits",
8045]
8046
8047[[package]]
8048name = "num-bigint-dig"
8049version = "0.8.4"
8050source = "registry+https://github.com/rust-lang/crates.io-index"
8051checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8052dependencies = [
8053 "byteorder",
8054 "lazy_static",
8055 "libm",
8056 "num-integer",
8057 "num-iter",
8058 "num-traits",
8059 "rand 0.8.5",
8060 "serde",
8061 "smallvec",
8062 "zeroize",
8063]
8064
8065[[package]]
8066name = "num-complex"
8067version = "0.4.6"
8068source = "registry+https://github.com/rust-lang/crates.io-index"
8069checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8070dependencies = [
8071 "num-traits",
8072]
8073
8074[[package]]
8075name = "num-conv"
8076version = "0.1.0"
8077source = "registry+https://github.com/rust-lang/crates.io-index"
8078checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8079
8080[[package]]
8081name = "num-derive"
8082version = "0.4.2"
8083source = "registry+https://github.com/rust-lang/crates.io-index"
8084checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8085dependencies = [
8086 "proc-macro2",
8087 "quote",
8088 "syn 2.0.90",
8089]
8090
8091[[package]]
8092name = "num-format"
8093version = "0.4.4"
8094source = "registry+https://github.com/rust-lang/crates.io-index"
8095checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8096dependencies = [
8097 "arrayvec",
8098 "itoa",
8099]
8100
8101[[package]]
8102name = "num-integer"
8103version = "0.1.46"
8104source = "registry+https://github.com/rust-lang/crates.io-index"
8105checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8106dependencies = [
8107 "num-traits",
8108]
8109
8110[[package]]
8111name = "num-iter"
8112version = "0.1.45"
8113source = "registry+https://github.com/rust-lang/crates.io-index"
8114checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8115dependencies = [
8116 "autocfg",
8117 "num-integer",
8118 "num-traits",
8119]
8120
8121[[package]]
8122name = "num-modular"
8123version = "0.6.1"
8124source = "registry+https://github.com/rust-lang/crates.io-index"
8125checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8126
8127[[package]]
8128name = "num-order"
8129version = "1.2.0"
8130source = "registry+https://github.com/rust-lang/crates.io-index"
8131checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8132dependencies = [
8133 "num-modular",
8134]
8135
8136[[package]]
8137name = "num-rational"
8138version = "0.4.2"
8139source = "registry+https://github.com/rust-lang/crates.io-index"
8140checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8141dependencies = [
8142 "num-bigint",
8143 "num-integer",
8144 "num-traits",
8145]
8146
8147[[package]]
8148name = "num-traits"
8149version = "0.2.19"
8150source = "registry+https://github.com/rust-lang/crates.io-index"
8151checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8152dependencies = [
8153 "autocfg",
8154 "libm",
8155]
8156
8157[[package]]
8158name = "num_cpus"
8159version = "1.16.0"
8160source = "registry+https://github.com/rust-lang/crates.io-index"
8161checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8162dependencies = [
8163 "hermit-abi 0.3.9",
8164 "libc",
8165]
8166
8167[[package]]
8168name = "num_enum"
8169version = "0.7.3"
8170source = "registry+https://github.com/rust-lang/crates.io-index"
8171checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8172dependencies = [
8173 "num_enum_derive",
8174]
8175
8176[[package]]
8177name = "num_enum_derive"
8178version = "0.7.3"
8179source = "registry+https://github.com/rust-lang/crates.io-index"
8180checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8181dependencies = [
8182 "proc-macro-crate",
8183 "proc-macro2",
8184 "quote",
8185 "syn 2.0.90",
8186]
8187
8188[[package]]
8189name = "num_threads"
8190version = "0.1.7"
8191source = "registry+https://github.com/rust-lang/crates.io-index"
8192checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8193dependencies = [
8194 "libc",
8195]
8196
8197[[package]]
8198name = "nvim-rs"
8199version = "0.8.0-pre"
8200source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8201dependencies = [
8202 "async-trait",
8203 "futures 0.3.31",
8204 "log",
8205 "parity-tokio-ipc",
8206 "rmp",
8207 "rmpv",
8208 "tokio",
8209 "tokio-util",
8210 "winapi",
8211]
8212
8213[[package]]
8214name = "objc"
8215version = "0.2.7"
8216source = "registry+https://github.com/rust-lang/crates.io-index"
8217checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8218dependencies = [
8219 "malloc_buf",
8220]
8221
8222[[package]]
8223name = "objc-sys"
8224version = "0.3.5"
8225source = "registry+https://github.com/rust-lang/crates.io-index"
8226checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8227
8228[[package]]
8229name = "objc2"
8230version = "0.5.2"
8231source = "registry+https://github.com/rust-lang/crates.io-index"
8232checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8233dependencies = [
8234 "objc-sys",
8235 "objc2-encode",
8236]
8237
8238[[package]]
8239name = "objc2-app-kit"
8240version = "0.2.2"
8241source = "registry+https://github.com/rust-lang/crates.io-index"
8242checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8243dependencies = [
8244 "bitflags 2.8.0",
8245 "block2",
8246 "libc",
8247 "objc2",
8248 "objc2-core-data",
8249 "objc2-core-image",
8250 "objc2-foundation",
8251 "objc2-quartz-core",
8252]
8253
8254[[package]]
8255name = "objc2-cloud-kit"
8256version = "0.2.2"
8257source = "registry+https://github.com/rust-lang/crates.io-index"
8258checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8259dependencies = [
8260 "bitflags 2.8.0",
8261 "block2",
8262 "objc2",
8263 "objc2-core-location",
8264 "objc2-foundation",
8265]
8266
8267[[package]]
8268name = "objc2-contacts"
8269version = "0.2.2"
8270source = "registry+https://github.com/rust-lang/crates.io-index"
8271checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8272dependencies = [
8273 "block2",
8274 "objc2",
8275 "objc2-foundation",
8276]
8277
8278[[package]]
8279name = "objc2-core-data"
8280version = "0.2.2"
8281source = "registry+https://github.com/rust-lang/crates.io-index"
8282checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8283dependencies = [
8284 "bitflags 2.8.0",
8285 "block2",
8286 "objc2",
8287 "objc2-foundation",
8288]
8289
8290[[package]]
8291name = "objc2-core-image"
8292version = "0.2.2"
8293source = "registry+https://github.com/rust-lang/crates.io-index"
8294checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8295dependencies = [
8296 "block2",
8297 "objc2",
8298 "objc2-foundation",
8299 "objc2-metal",
8300]
8301
8302[[package]]
8303name = "objc2-core-location"
8304version = "0.2.2"
8305source = "registry+https://github.com/rust-lang/crates.io-index"
8306checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8307dependencies = [
8308 "block2",
8309 "objc2",
8310 "objc2-contacts",
8311 "objc2-foundation",
8312]
8313
8314[[package]]
8315name = "objc2-encode"
8316version = "4.0.3"
8317source = "registry+https://github.com/rust-lang/crates.io-index"
8318checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8319
8320[[package]]
8321name = "objc2-foundation"
8322version = "0.2.2"
8323source = "registry+https://github.com/rust-lang/crates.io-index"
8324checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8325dependencies = [
8326 "bitflags 2.8.0",
8327 "block2",
8328 "libc",
8329 "objc2",
8330]
8331
8332[[package]]
8333name = "objc2-link-presentation"
8334version = "0.2.2"
8335source = "registry+https://github.com/rust-lang/crates.io-index"
8336checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8337dependencies = [
8338 "block2",
8339 "objc2",
8340 "objc2-app-kit",
8341 "objc2-foundation",
8342]
8343
8344[[package]]
8345name = "objc2-metal"
8346version = "0.2.2"
8347source = "registry+https://github.com/rust-lang/crates.io-index"
8348checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8349dependencies = [
8350 "bitflags 2.8.0",
8351 "block2",
8352 "objc2",
8353 "objc2-foundation",
8354]
8355
8356[[package]]
8357name = "objc2-quartz-core"
8358version = "0.2.2"
8359source = "registry+https://github.com/rust-lang/crates.io-index"
8360checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8361dependencies = [
8362 "bitflags 2.8.0",
8363 "block2",
8364 "objc2",
8365 "objc2-foundation",
8366 "objc2-metal",
8367]
8368
8369[[package]]
8370name = "objc2-symbols"
8371version = "0.2.2"
8372source = "registry+https://github.com/rust-lang/crates.io-index"
8373checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8374dependencies = [
8375 "objc2",
8376 "objc2-foundation",
8377]
8378
8379[[package]]
8380name = "objc2-ui-kit"
8381version = "0.2.2"
8382source = "registry+https://github.com/rust-lang/crates.io-index"
8383checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8384dependencies = [
8385 "bitflags 2.8.0",
8386 "block2",
8387 "objc2",
8388 "objc2-cloud-kit",
8389 "objc2-core-data",
8390 "objc2-core-image",
8391 "objc2-core-location",
8392 "objc2-foundation",
8393 "objc2-link-presentation",
8394 "objc2-quartz-core",
8395 "objc2-symbols",
8396 "objc2-uniform-type-identifiers",
8397 "objc2-user-notifications",
8398]
8399
8400[[package]]
8401name = "objc2-uniform-type-identifiers"
8402version = "0.2.2"
8403source = "registry+https://github.com/rust-lang/crates.io-index"
8404checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8405dependencies = [
8406 "block2",
8407 "objc2",
8408 "objc2-foundation",
8409]
8410
8411[[package]]
8412name = "objc2-user-notifications"
8413version = "0.2.2"
8414source = "registry+https://github.com/rust-lang/crates.io-index"
8415checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8416dependencies = [
8417 "bitflags 2.8.0",
8418 "block2",
8419 "objc2",
8420 "objc2-core-location",
8421 "objc2-foundation",
8422]
8423
8424[[package]]
8425name = "object"
8426version = "0.36.5"
8427source = "registry+https://github.com/rust-lang/crates.io-index"
8428checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8429dependencies = [
8430 "crc32fast",
8431 "hashbrown 0.15.2",
8432 "indexmap",
8433 "memchr",
8434]
8435
8436[[package]]
8437name = "oboe"
8438version = "0.6.1"
8439source = "registry+https://github.com/rust-lang/crates.io-index"
8440checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8441dependencies = [
8442 "jni",
8443 "ndk",
8444 "ndk-context",
8445 "num-derive",
8446 "num-traits",
8447 "oboe-sys",
8448]
8449
8450[[package]]
8451name = "oboe-sys"
8452version = "0.6.1"
8453source = "registry+https://github.com/rust-lang/crates.io-index"
8454checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8455dependencies = [
8456 "cc",
8457]
8458
8459[[package]]
8460name = "ollama"
8461version = "0.1.0"
8462dependencies = [
8463 "anyhow",
8464 "futures 0.3.31",
8465 "http_client",
8466 "schemars",
8467 "serde",
8468 "serde_json",
8469]
8470
8471[[package]]
8472name = "once_cell"
8473version = "1.20.2"
8474source = "registry+https://github.com/rust-lang/crates.io-index"
8475checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
8476
8477[[package]]
8478name = "oo7"
8479version = "0.3.3"
8480source = "git+https://github.com/zed-industries/oo7?branch=avoid-crypto-panic#9d5d5fcd7e4e0add9b420ffb58f67661b0b37568"
8481dependencies = [
8482 "aes",
8483 "async-fs",
8484 "async-io",
8485 "async-lock",
8486 "async-net",
8487 "blocking",
8488 "cbc",
8489 "cipher",
8490 "digest",
8491 "endi",
8492 "futures-lite 2.5.0",
8493 "futures-util",
8494 "hkdf",
8495 "hmac",
8496 "md-5",
8497 "num",
8498 "num-bigint-dig",
8499 "pbkdf2 0.12.2",
8500 "rand 0.8.5",
8501 "serde",
8502 "sha2",
8503 "subtle",
8504 "zbus 4.4.0",
8505 "zeroize",
8506 "zvariant 4.2.0",
8507]
8508
8509[[package]]
8510name = "oorandom"
8511version = "11.1.4"
8512source = "registry+https://github.com/rust-lang/crates.io-index"
8513checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8514
8515[[package]]
8516name = "open"
8517version = "5.3.2"
8518source = "registry+https://github.com/rust-lang/crates.io-index"
8519checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8520dependencies = [
8521 "is-wsl",
8522 "libc",
8523 "pathdiff",
8524]
8525
8526[[package]]
8527name = "open_ai"
8528version = "0.1.0"
8529dependencies = [
8530 "anyhow",
8531 "futures 0.3.31",
8532 "http_client",
8533 "schemars",
8534 "serde",
8535 "serde_json",
8536 "strum",
8537]
8538
8539[[package]]
8540name = "opener"
8541version = "0.7.2"
8542source = "registry+https://github.com/rust-lang/crates.io-index"
8543checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
8544dependencies = [
8545 "bstr",
8546 "dbus",
8547 "normpath",
8548 "windows-sys 0.59.0",
8549]
8550
8551[[package]]
8552name = "openssl"
8553version = "0.10.68"
8554source = "registry+https://github.com/rust-lang/crates.io-index"
8555checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
8556dependencies = [
8557 "bitflags 2.8.0",
8558 "cfg-if",
8559 "foreign-types 0.3.2",
8560 "libc",
8561 "once_cell",
8562 "openssl-macros",
8563 "openssl-sys",
8564]
8565
8566[[package]]
8567name = "openssl-macros"
8568version = "0.1.1"
8569source = "registry+https://github.com/rust-lang/crates.io-index"
8570checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
8571dependencies = [
8572 "proc-macro2",
8573 "quote",
8574 "syn 2.0.90",
8575]
8576
8577[[package]]
8578name = "openssl-probe"
8579version = "0.1.5"
8580source = "registry+https://github.com/rust-lang/crates.io-index"
8581checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
8582
8583[[package]]
8584name = "openssl-src"
8585version = "300.4.1+3.4.0"
8586source = "registry+https://github.com/rust-lang/crates.io-index"
8587checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
8588dependencies = [
8589 "cc",
8590]
8591
8592[[package]]
8593name = "openssl-sys"
8594version = "0.9.104"
8595source = "registry+https://github.com/rust-lang/crates.io-index"
8596checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
8597dependencies = [
8598 "cc",
8599 "libc",
8600 "openssl-src",
8601 "pkg-config",
8602 "vcpkg",
8603]
8604
8605[[package]]
8606name = "option-ext"
8607version = "0.2.0"
8608source = "registry+https://github.com/rust-lang/crates.io-index"
8609checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
8610
8611[[package]]
8612name = "ordered-float"
8613version = "2.10.1"
8614source = "registry+https://github.com/rust-lang/crates.io-index"
8615checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
8616dependencies = [
8617 "num-traits",
8618]
8619
8620[[package]]
8621name = "ordered-float"
8622version = "3.9.2"
8623source = "registry+https://github.com/rust-lang/crates.io-index"
8624checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
8625dependencies = [
8626 "num-traits",
8627]
8628
8629[[package]]
8630name = "ordered-stream"
8631version = "0.2.0"
8632source = "registry+https://github.com/rust-lang/crates.io-index"
8633checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
8634dependencies = [
8635 "futures-core",
8636 "pin-project-lite",
8637]
8638
8639[[package]]
8640name = "ouroboros"
8641version = "0.18.4"
8642source = "registry+https://github.com/rust-lang/crates.io-index"
8643checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
8644dependencies = [
8645 "aliasable",
8646 "ouroboros_macro",
8647 "static_assertions",
8648]
8649
8650[[package]]
8651name = "ouroboros_macro"
8652version = "0.18.4"
8653source = "registry+https://github.com/rust-lang/crates.io-index"
8654checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
8655dependencies = [
8656 "heck 0.4.1",
8657 "itertools 0.12.1",
8658 "proc-macro2",
8659 "proc-macro2-diagnostics",
8660 "quote",
8661 "syn 2.0.90",
8662]
8663
8664[[package]]
8665name = "outline"
8666version = "0.1.0"
8667dependencies = [
8668 "editor",
8669 "fuzzy",
8670 "gpui",
8671 "indoc",
8672 "language",
8673 "menu",
8674 "ordered-float 2.10.1",
8675 "picker",
8676 "project",
8677 "rope",
8678 "serde_json",
8679 "settings",
8680 "smol",
8681 "theme",
8682 "tree-sitter-rust",
8683 "tree-sitter-typescript",
8684 "ui",
8685 "util",
8686 "workspace",
8687 "zed_actions",
8688]
8689
8690[[package]]
8691name = "outline_panel"
8692version = "0.1.0"
8693dependencies = [
8694 "anyhow",
8695 "collections",
8696 "db",
8697 "editor",
8698 "file_icons",
8699 "fuzzy",
8700 "gpui",
8701 "itertools 0.14.0",
8702 "language",
8703 "log",
8704 "menu",
8705 "outline",
8706 "pretty_assertions",
8707 "project",
8708 "schemars",
8709 "search",
8710 "serde",
8711 "serde_json",
8712 "settings",
8713 "smallvec",
8714 "smol",
8715 "theme",
8716 "ui",
8717 "util",
8718 "workspace",
8719 "worktree",
8720]
8721
8722[[package]]
8723name = "outref"
8724version = "0.5.1"
8725source = "registry+https://github.com/rust-lang/crates.io-index"
8726checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8727
8728[[package]]
8729name = "overload"
8730version = "0.1.1"
8731source = "registry+https://github.com/rust-lang/crates.io-index"
8732checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8733
8734[[package]]
8735name = "p256"
8736version = "0.11.1"
8737source = "registry+https://github.com/rust-lang/crates.io-index"
8738checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8739dependencies = [
8740 "ecdsa",
8741 "elliptic-curve",
8742 "sha2",
8743]
8744
8745[[package]]
8746name = "page_size"
8747version = "0.6.0"
8748source = "registry+https://github.com/rust-lang/crates.io-index"
8749checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8750dependencies = [
8751 "libc",
8752 "winapi",
8753]
8754
8755[[package]]
8756name = "palette"
8757version = "0.7.6"
8758source = "registry+https://github.com/rust-lang/crates.io-index"
8759checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8760dependencies = [
8761 "approx",
8762 "fast-srgb8",
8763 "palette_derive",
8764]
8765
8766[[package]]
8767name = "palette_derive"
8768version = "0.7.6"
8769source = "registry+https://github.com/rust-lang/crates.io-index"
8770checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8771dependencies = [
8772 "by_address",
8773 "proc-macro2",
8774 "quote",
8775 "syn 2.0.90",
8776]
8777
8778[[package]]
8779name = "parity-tokio-ipc"
8780version = "0.9.0"
8781source = "registry+https://github.com/rust-lang/crates.io-index"
8782checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8783dependencies = [
8784 "futures 0.3.31",
8785 "libc",
8786 "log",
8787 "rand 0.7.3",
8788 "tokio",
8789 "winapi",
8790]
8791
8792[[package]]
8793name = "parking"
8794version = "2.2.1"
8795source = "registry+https://github.com/rust-lang/crates.io-index"
8796checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8797
8798[[package]]
8799name = "parking_lot"
8800version = "0.12.3"
8801source = "registry+https://github.com/rust-lang/crates.io-index"
8802checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8803dependencies = [
8804 "lock_api",
8805 "parking_lot_core",
8806]
8807
8808[[package]]
8809name = "parking_lot_core"
8810version = "0.9.10"
8811source = "registry+https://github.com/rust-lang/crates.io-index"
8812checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8813dependencies = [
8814 "cfg-if",
8815 "libc",
8816 "redox_syscall 0.5.8",
8817 "smallvec",
8818 "windows-targets 0.52.6",
8819]
8820
8821[[package]]
8822name = "password-hash"
8823version = "0.4.2"
8824source = "registry+https://github.com/rust-lang/crates.io-index"
8825checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
8826dependencies = [
8827 "base64ct",
8828 "rand_core 0.6.4",
8829 "subtle",
8830]
8831
8832[[package]]
8833name = "password-hash"
8834version = "0.5.0"
8835source = "registry+https://github.com/rust-lang/crates.io-index"
8836checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8837dependencies = [
8838 "base64ct",
8839 "rand_core 0.6.4",
8840 "subtle",
8841]
8842
8843[[package]]
8844name = "paste"
8845version = "1.0.15"
8846source = "registry+https://github.com/rust-lang/crates.io-index"
8847checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8848
8849[[package]]
8850name = "pathdiff"
8851version = "0.2.3"
8852source = "registry+https://github.com/rust-lang/crates.io-index"
8853checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
8854
8855[[package]]
8856name = "pathfinder_geometry"
8857version = "0.5.1"
8858source = "registry+https://github.com/rust-lang/crates.io-index"
8859checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8860dependencies = [
8861 "log",
8862 "pathfinder_simd",
8863]
8864
8865[[package]]
8866name = "pathfinder_simd"
8867version = "0.5.4"
8868source = "registry+https://github.com/rust-lang/crates.io-index"
8869checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8870dependencies = [
8871 "rustc_version",
8872]
8873
8874[[package]]
8875name = "paths"
8876version = "0.1.0"
8877dependencies = [
8878 "dirs 4.0.0",
8879 "util",
8880]
8881
8882[[package]]
8883name = "pbjson"
8884version = "0.6.0"
8885source = "registry+https://github.com/rust-lang/crates.io-index"
8886checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
8887dependencies = [
8888 "base64 0.21.7",
8889 "serde",
8890]
8891
8892[[package]]
8893name = "pbjson-build"
8894version = "0.6.2"
8895source = "registry+https://github.com/rust-lang/crates.io-index"
8896checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
8897dependencies = [
8898 "heck 0.4.1",
8899 "itertools 0.11.0",
8900 "prost 0.12.6",
8901 "prost-types 0.12.6",
8902]
8903
8904[[package]]
8905name = "pbjson-types"
8906version = "0.6.0"
8907source = "registry+https://github.com/rust-lang/crates.io-index"
8908checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
8909dependencies = [
8910 "bytes 1.9.0",
8911 "chrono",
8912 "pbjson",
8913 "pbjson-build",
8914 "prost 0.12.6",
8915 "prost-build 0.12.6",
8916 "serde",
8917]
8918
8919[[package]]
8920name = "pbkdf2"
8921version = "0.11.0"
8922source = "registry+https://github.com/rust-lang/crates.io-index"
8923checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8924dependencies = [
8925 "digest",
8926 "hmac",
8927 "password-hash 0.4.2",
8928 "sha2",
8929]
8930
8931[[package]]
8932name = "pbkdf2"
8933version = "0.12.2"
8934source = "registry+https://github.com/rust-lang/crates.io-index"
8935checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8936dependencies = [
8937 "digest",
8938 "hmac",
8939]
8940
8941[[package]]
8942name = "pem"
8943version = "3.0.4"
8944source = "registry+https://github.com/rust-lang/crates.io-index"
8945checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8946dependencies = [
8947 "base64 0.22.1",
8948 "serde",
8949]
8950
8951[[package]]
8952name = "pem-rfc7468"
8953version = "0.7.0"
8954source = "registry+https://github.com/rust-lang/crates.io-index"
8955checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8956dependencies = [
8957 "base64ct",
8958]
8959
8960[[package]]
8961name = "percent-encoding"
8962version = "2.3.1"
8963source = "registry+https://github.com/rust-lang/crates.io-index"
8964checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8965
8966[[package]]
8967name = "perplexity"
8968version = "0.1.0"
8969dependencies = [
8970 "serde",
8971 "zed_extension_api 0.2.0",
8972]
8973
8974[[package]]
8975name = "pest"
8976version = "2.7.15"
8977source = "registry+https://github.com/rust-lang/crates.io-index"
8978checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
8979dependencies = [
8980 "memchr",
8981 "thiserror 2.0.6",
8982 "ucd-trie",
8983]
8984
8985[[package]]
8986name = "pest_derive"
8987version = "2.7.15"
8988source = "registry+https://github.com/rust-lang/crates.io-index"
8989checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
8990dependencies = [
8991 "pest",
8992 "pest_generator",
8993]
8994
8995[[package]]
8996name = "pest_generator"
8997version = "2.7.15"
8998source = "registry+https://github.com/rust-lang/crates.io-index"
8999checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9000dependencies = [
9001 "pest",
9002 "pest_meta",
9003 "proc-macro2",
9004 "quote",
9005 "syn 2.0.90",
9006]
9007
9008[[package]]
9009name = "pest_meta"
9010version = "2.7.15"
9011source = "registry+https://github.com/rust-lang/crates.io-index"
9012checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9013dependencies = [
9014 "once_cell",
9015 "pest",
9016 "sha2",
9017]
9018
9019[[package]]
9020name = "pet"
9021version = "0.1.0"
9022source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9023dependencies = [
9024 "clap",
9025 "env_logger 0.10.2",
9026 "lazy_static",
9027 "log",
9028 "msvc_spectre_libs",
9029 "pet-conda",
9030 "pet-core",
9031 "pet-env-var-path",
9032 "pet-fs",
9033 "pet-global-virtualenvs",
9034 "pet-homebrew",
9035 "pet-jsonrpc",
9036 "pet-linux-global-python",
9037 "pet-mac-commandlinetools",
9038 "pet-mac-python-org",
9039 "pet-mac-xcode",
9040 "pet-pipenv",
9041 "pet-pixi",
9042 "pet-poetry",
9043 "pet-pyenv",
9044 "pet-python-utils",
9045 "pet-reporter",
9046 "pet-telemetry",
9047 "pet-venv",
9048 "pet-virtualenv",
9049 "pet-virtualenvwrapper",
9050 "pet-windows-registry",
9051 "pet-windows-store",
9052 "serde",
9053 "serde_json",
9054]
9055
9056[[package]]
9057name = "pet-conda"
9058version = "0.1.0"
9059source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9060dependencies = [
9061 "env_logger 0.10.2",
9062 "lazy_static",
9063 "log",
9064 "msvc_spectre_libs",
9065 "pet-core",
9066 "pet-fs",
9067 "pet-python-utils",
9068 "pet-reporter",
9069 "regex",
9070 "serde",
9071 "serde_json",
9072 "yaml-rust2",
9073]
9074
9075[[package]]
9076name = "pet-core"
9077version = "0.1.0"
9078source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9079dependencies = [
9080 "clap",
9081 "lazy_static",
9082 "log",
9083 "msvc_spectre_libs",
9084 "pet-fs",
9085 "regex",
9086 "serde",
9087 "serde_json",
9088]
9089
9090[[package]]
9091name = "pet-env-var-path"
9092version = "0.1.0"
9093source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9094dependencies = [
9095 "lazy_static",
9096 "log",
9097 "msvc_spectre_libs",
9098 "pet-conda",
9099 "pet-core",
9100 "pet-fs",
9101 "pet-python-utils",
9102 "pet-virtualenv",
9103 "regex",
9104]
9105
9106[[package]]
9107name = "pet-fs"
9108version = "0.1.0"
9109source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9110dependencies = [
9111 "log",
9112 "msvc_spectre_libs",
9113]
9114
9115[[package]]
9116name = "pet-global-virtualenvs"
9117version = "0.1.0"
9118source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9119dependencies = [
9120 "log",
9121 "msvc_spectre_libs",
9122 "pet-conda",
9123 "pet-core",
9124 "pet-fs",
9125 "pet-virtualenv",
9126]
9127
9128[[package]]
9129name = "pet-homebrew"
9130version = "0.1.0"
9131source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9132dependencies = [
9133 "lazy_static",
9134 "log",
9135 "msvc_spectre_libs",
9136 "pet-conda",
9137 "pet-core",
9138 "pet-fs",
9139 "pet-python-utils",
9140 "pet-virtualenv",
9141 "regex",
9142 "serde",
9143 "serde_json",
9144]
9145
9146[[package]]
9147name = "pet-jsonrpc"
9148version = "0.1.0"
9149source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9150dependencies = [
9151 "env_logger 0.10.2",
9152 "log",
9153 "msvc_spectre_libs",
9154 "pet-core",
9155 "serde",
9156 "serde_json",
9157]
9158
9159[[package]]
9160name = "pet-linux-global-python"
9161version = "0.1.0"
9162source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9163dependencies = [
9164 "log",
9165 "msvc_spectre_libs",
9166 "pet-core",
9167 "pet-fs",
9168 "pet-python-utils",
9169 "pet-virtualenv",
9170]
9171
9172[[package]]
9173name = "pet-mac-commandlinetools"
9174version = "0.1.0"
9175source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9176dependencies = [
9177 "log",
9178 "msvc_spectre_libs",
9179 "pet-core",
9180 "pet-fs",
9181 "pet-python-utils",
9182 "pet-virtualenv",
9183]
9184
9185[[package]]
9186name = "pet-mac-python-org"
9187version = "0.1.0"
9188source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9189dependencies = [
9190 "log",
9191 "msvc_spectre_libs",
9192 "pet-core",
9193 "pet-fs",
9194 "pet-python-utils",
9195 "pet-virtualenv",
9196]
9197
9198[[package]]
9199name = "pet-mac-xcode"
9200version = "0.1.0"
9201source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9202dependencies = [
9203 "log",
9204 "msvc_spectre_libs",
9205 "pet-core",
9206 "pet-fs",
9207 "pet-python-utils",
9208 "pet-virtualenv",
9209]
9210
9211[[package]]
9212name = "pet-pipenv"
9213version = "0.1.0"
9214source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9215dependencies = [
9216 "log",
9217 "msvc_spectre_libs",
9218 "pet-core",
9219 "pet-fs",
9220 "pet-python-utils",
9221 "pet-virtualenv",
9222]
9223
9224[[package]]
9225name = "pet-pixi"
9226version = "0.1.0"
9227source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9228dependencies = [
9229 "log",
9230 "msvc_spectre_libs",
9231 "pet-conda",
9232 "pet-core",
9233 "pet-python-utils",
9234]
9235
9236[[package]]
9237name = "pet-poetry"
9238version = "0.1.0"
9239source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9240dependencies = [
9241 "base64 0.22.1",
9242 "lazy_static",
9243 "log",
9244 "msvc_spectre_libs",
9245 "pet-core",
9246 "pet-fs",
9247 "pet-python-utils",
9248 "pet-reporter",
9249 "pet-virtualenv",
9250 "regex",
9251 "serde",
9252 "serde_json",
9253 "sha2",
9254 "toml 0.8.19",
9255]
9256
9257[[package]]
9258name = "pet-pyenv"
9259version = "0.1.0"
9260source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9261dependencies = [
9262 "lazy_static",
9263 "log",
9264 "msvc_spectre_libs",
9265 "pet-conda",
9266 "pet-core",
9267 "pet-fs",
9268 "pet-python-utils",
9269 "pet-reporter",
9270 "regex",
9271 "serde",
9272 "serde_json",
9273]
9274
9275[[package]]
9276name = "pet-python-utils"
9277version = "0.1.0"
9278source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9279dependencies = [
9280 "env_logger 0.10.2",
9281 "lazy_static",
9282 "log",
9283 "msvc_spectre_libs",
9284 "pet-core",
9285 "pet-fs",
9286 "regex",
9287 "serde",
9288 "serde_json",
9289 "sha2",
9290]
9291
9292[[package]]
9293name = "pet-reporter"
9294version = "0.1.0"
9295source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9296dependencies = [
9297 "env_logger 0.10.2",
9298 "log",
9299 "msvc_spectre_libs",
9300 "pet-core",
9301 "pet-jsonrpc",
9302 "serde",
9303 "serde_json",
9304]
9305
9306[[package]]
9307name = "pet-telemetry"
9308version = "0.1.0"
9309source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9310dependencies = [
9311 "env_logger 0.10.2",
9312 "lazy_static",
9313 "log",
9314 "msvc_spectre_libs",
9315 "pet-core",
9316 "pet-fs",
9317 "pet-python-utils",
9318 "regex",
9319]
9320
9321[[package]]
9322name = "pet-venv"
9323version = "0.1.0"
9324source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9325dependencies = [
9326 "log",
9327 "msvc_spectre_libs",
9328 "pet-core",
9329 "pet-python-utils",
9330 "pet-virtualenv",
9331]
9332
9333[[package]]
9334name = "pet-virtualenv"
9335version = "0.1.0"
9336source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9337dependencies = [
9338 "log",
9339 "msvc_spectre_libs",
9340 "pet-core",
9341 "pet-fs",
9342 "pet-python-utils",
9343]
9344
9345[[package]]
9346name = "pet-virtualenvwrapper"
9347version = "0.1.0"
9348source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9349dependencies = [
9350 "log",
9351 "msvc_spectre_libs",
9352 "pet-core",
9353 "pet-fs",
9354 "pet-python-utils",
9355 "pet-virtualenv",
9356]
9357
9358[[package]]
9359name = "pet-windows-registry"
9360version = "0.1.0"
9361source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9362dependencies = [
9363 "lazy_static",
9364 "log",
9365 "msvc_spectre_libs",
9366 "pet-conda",
9367 "pet-core",
9368 "pet-fs",
9369 "pet-python-utils",
9370 "pet-virtualenv",
9371 "pet-windows-store",
9372 "regex",
9373 "winreg 0.52.0",
9374]
9375
9376[[package]]
9377name = "pet-windows-store"
9378version = "0.1.0"
9379source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9380dependencies = [
9381 "lazy_static",
9382 "log",
9383 "msvc_spectre_libs",
9384 "pet-core",
9385 "pet-fs",
9386 "pet-python-utils",
9387 "pet-virtualenv",
9388 "regex",
9389 "winreg 0.52.0",
9390]
9391
9392[[package]]
9393name = "petgraph"
9394version = "0.6.5"
9395source = "registry+https://github.com/rust-lang/crates.io-index"
9396checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9397dependencies = [
9398 "fixedbitset",
9399 "indexmap",
9400]
9401
9402[[package]]
9403name = "phf"
9404version = "0.11.2"
9405source = "registry+https://github.com/rust-lang/crates.io-index"
9406checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9407dependencies = [
9408 "phf_macros",
9409 "phf_shared 0.11.2",
9410]
9411
9412[[package]]
9413name = "phf_codegen"
9414version = "0.11.2"
9415source = "registry+https://github.com/rust-lang/crates.io-index"
9416checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9417dependencies = [
9418 "phf_generator 0.11.2",
9419 "phf_shared 0.11.2",
9420]
9421
9422[[package]]
9423name = "phf_generator"
9424version = "0.10.0"
9425source = "registry+https://github.com/rust-lang/crates.io-index"
9426checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9427dependencies = [
9428 "phf_shared 0.10.0",
9429 "rand 0.8.5",
9430]
9431
9432[[package]]
9433name = "phf_generator"
9434version = "0.11.2"
9435source = "registry+https://github.com/rust-lang/crates.io-index"
9436checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9437dependencies = [
9438 "phf_shared 0.11.2",
9439 "rand 0.8.5",
9440]
9441
9442[[package]]
9443name = "phf_macros"
9444version = "0.11.2"
9445source = "registry+https://github.com/rust-lang/crates.io-index"
9446checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9447dependencies = [
9448 "phf_generator 0.11.2",
9449 "phf_shared 0.11.2",
9450 "proc-macro2",
9451 "quote",
9452 "syn 2.0.90",
9453]
9454
9455[[package]]
9456name = "phf_shared"
9457version = "0.10.0"
9458source = "registry+https://github.com/rust-lang/crates.io-index"
9459checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9460dependencies = [
9461 "siphasher 0.3.11",
9462]
9463
9464[[package]]
9465name = "phf_shared"
9466version = "0.11.2"
9467source = "registry+https://github.com/rust-lang/crates.io-index"
9468checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9469dependencies = [
9470 "siphasher 0.3.11",
9471]
9472
9473[[package]]
9474name = "picker"
9475version = "0.1.0"
9476dependencies = [
9477 "anyhow",
9478 "ctor",
9479 "editor",
9480 "env_logger 0.11.6",
9481 "gpui",
9482 "menu",
9483 "schemars",
9484 "serde",
9485 "serde_json",
9486 "ui",
9487 "workspace",
9488]
9489
9490[[package]]
9491name = "pico-args"
9492version = "0.5.0"
9493source = "registry+https://github.com/rust-lang/crates.io-index"
9494checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9495
9496[[package]]
9497name = "pin-project"
9498version = "1.1.7"
9499source = "registry+https://github.com/rust-lang/crates.io-index"
9500checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9501dependencies = [
9502 "pin-project-internal",
9503]
9504
9505[[package]]
9506name = "pin-project-internal"
9507version = "1.1.7"
9508source = "registry+https://github.com/rust-lang/crates.io-index"
9509checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9510dependencies = [
9511 "proc-macro2",
9512 "quote",
9513 "syn 2.0.90",
9514]
9515
9516[[package]]
9517name = "pin-project-lite"
9518version = "0.2.16"
9519source = "registry+https://github.com/rust-lang/crates.io-index"
9520checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
9521
9522[[package]]
9523name = "pin-utils"
9524version = "0.1.0"
9525source = "registry+https://github.com/rust-lang/crates.io-index"
9526checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9527
9528[[package]]
9529name = "piper"
9530version = "0.2.4"
9531source = "registry+https://github.com/rust-lang/crates.io-index"
9532checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
9533dependencies = [
9534 "atomic-waker",
9535 "fastrand 2.3.0",
9536 "futures-io",
9537]
9538
9539[[package]]
9540name = "pkcs1"
9541version = "0.7.5"
9542source = "registry+https://github.com/rust-lang/crates.io-index"
9543checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
9544dependencies = [
9545 "der 0.7.9",
9546 "pkcs8 0.10.2",
9547 "spki 0.7.3",
9548]
9549
9550[[package]]
9551name = "pkcs8"
9552version = "0.9.0"
9553source = "registry+https://github.com/rust-lang/crates.io-index"
9554checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
9555dependencies = [
9556 "der 0.6.1",
9557 "spki 0.6.0",
9558]
9559
9560[[package]]
9561name = "pkcs8"
9562version = "0.10.2"
9563source = "registry+https://github.com/rust-lang/crates.io-index"
9564checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
9565dependencies = [
9566 "der 0.7.9",
9567 "spki 0.7.3",
9568]
9569
9570[[package]]
9571name = "pkg-config"
9572version = "0.3.31"
9573source = "registry+https://github.com/rust-lang/crates.io-index"
9574checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
9575
9576[[package]]
9577name = "plist"
9578version = "1.7.0"
9579source = "registry+https://github.com/rust-lang/crates.io-index"
9580checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
9581dependencies = [
9582 "base64 0.22.1",
9583 "indexmap",
9584 "quick-xml 0.32.0",
9585 "serde",
9586 "time",
9587]
9588
9589[[package]]
9590name = "plotters"
9591version = "0.3.7"
9592source = "registry+https://github.com/rust-lang/crates.io-index"
9593checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
9594dependencies = [
9595 "num-traits",
9596 "plotters-backend",
9597 "plotters-svg",
9598 "wasm-bindgen",
9599 "web-sys",
9600]
9601
9602[[package]]
9603name = "plotters-backend"
9604version = "0.3.7"
9605source = "registry+https://github.com/rust-lang/crates.io-index"
9606checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
9607
9608[[package]]
9609name = "plotters-svg"
9610version = "0.3.7"
9611source = "registry+https://github.com/rust-lang/crates.io-index"
9612checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
9613dependencies = [
9614 "plotters-backend",
9615]
9616
9617[[package]]
9618name = "png"
9619version = "0.17.15"
9620source = "registry+https://github.com/rust-lang/crates.io-index"
9621checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
9622dependencies = [
9623 "bitflags 1.3.2",
9624 "crc32fast",
9625 "fdeflate",
9626 "flate2",
9627 "miniz_oxide",
9628]
9629
9630[[package]]
9631name = "polling"
9632version = "3.7.4"
9633source = "registry+https://github.com/rust-lang/crates.io-index"
9634checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
9635dependencies = [
9636 "cfg-if",
9637 "concurrent-queue",
9638 "hermit-abi 0.4.0",
9639 "pin-project-lite",
9640 "rustix",
9641 "tracing",
9642 "windows-sys 0.59.0",
9643]
9644
9645[[package]]
9646name = "pollster"
9647version = "0.2.5"
9648source = "registry+https://github.com/rust-lang/crates.io-index"
9649checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
9650
9651[[package]]
9652name = "postage"
9653version = "0.5.0"
9654source = "registry+https://github.com/rust-lang/crates.io-index"
9655checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
9656dependencies = [
9657 "atomic",
9658 "crossbeam-queue",
9659 "futures 0.3.31",
9660 "log",
9661 "parking_lot",
9662 "pin-project",
9663 "pollster",
9664 "static_assertions",
9665 "thiserror 1.0.69",
9666]
9667
9668[[package]]
9669name = "postcard"
9670version = "1.1.1"
9671source = "registry+https://github.com/rust-lang/crates.io-index"
9672checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
9673dependencies = [
9674 "cobs",
9675 "embedded-io 0.4.0",
9676 "embedded-io 0.6.1",
9677 "serde",
9678]
9679
9680[[package]]
9681name = "powerfmt"
9682version = "0.2.0"
9683source = "registry+https://github.com/rust-lang/crates.io-index"
9684checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9685
9686[[package]]
9687name = "ppv-lite86"
9688version = "0.2.20"
9689source = "registry+https://github.com/rust-lang/crates.io-index"
9690checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
9691dependencies = [
9692 "zerocopy",
9693]
9694
9695[[package]]
9696name = "precomputed-hash"
9697version = "0.1.1"
9698source = "registry+https://github.com/rust-lang/crates.io-index"
9699checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
9700
9701[[package]]
9702name = "prettier"
9703version = "0.1.0"
9704dependencies = [
9705 "anyhow",
9706 "collections",
9707 "fs",
9708 "gpui",
9709 "language",
9710 "log",
9711 "lsp",
9712 "node_runtime",
9713 "parking_lot",
9714 "paths",
9715 "serde",
9716 "serde_json",
9717 "util",
9718]
9719
9720[[package]]
9721name = "pretty_assertions"
9722version = "1.4.1"
9723source = "registry+https://github.com/rust-lang/crates.io-index"
9724checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
9725dependencies = [
9726 "diff",
9727 "yansi",
9728]
9729
9730[[package]]
9731name = "prettyplease"
9732version = "0.2.25"
9733source = "registry+https://github.com/rust-lang/crates.io-index"
9734checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
9735dependencies = [
9736 "proc-macro2",
9737 "syn 2.0.90",
9738]
9739
9740[[package]]
9741name = "proc-macro-crate"
9742version = "3.2.0"
9743source = "registry+https://github.com/rust-lang/crates.io-index"
9744checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9745dependencies = [
9746 "toml_edit",
9747]
9748
9749[[package]]
9750name = "proc-macro-error-attr2"
9751version = "2.0.0"
9752source = "registry+https://github.com/rust-lang/crates.io-index"
9753checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
9754dependencies = [
9755 "proc-macro2",
9756 "quote",
9757]
9758
9759[[package]]
9760name = "proc-macro-error2"
9761version = "2.0.1"
9762source = "registry+https://github.com/rust-lang/crates.io-index"
9763checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
9764dependencies = [
9765 "proc-macro-error-attr2",
9766 "proc-macro2",
9767 "quote",
9768 "syn 2.0.90",
9769]
9770
9771[[package]]
9772name = "proc-macro2"
9773version = "1.0.93"
9774source = "registry+https://github.com/rust-lang/crates.io-index"
9775checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
9776dependencies = [
9777 "unicode-ident",
9778]
9779
9780[[package]]
9781name = "proc-macro2-diagnostics"
9782version = "0.10.1"
9783source = "registry+https://github.com/rust-lang/crates.io-index"
9784checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
9785dependencies = [
9786 "proc-macro2",
9787 "quote",
9788 "syn 2.0.90",
9789 "version_check",
9790 "yansi",
9791]
9792
9793[[package]]
9794name = "profiling"
9795version = "1.0.16"
9796source = "registry+https://github.com/rust-lang/crates.io-index"
9797checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9798dependencies = [
9799 "profiling-procmacros",
9800]
9801
9802[[package]]
9803name = "profiling-procmacros"
9804version = "1.0.16"
9805source = "registry+https://github.com/rust-lang/crates.io-index"
9806checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9807dependencies = [
9808 "quote",
9809 "syn 2.0.90",
9810]
9811
9812[[package]]
9813name = "project"
9814version = "0.1.0"
9815dependencies = [
9816 "aho-corasick",
9817 "anyhow",
9818 "async-trait",
9819 "client",
9820 "clock",
9821 "collections",
9822 "env_logger 0.11.6",
9823 "fancy-regex 0.14.0",
9824 "fs",
9825 "futures 0.3.31",
9826 "fuzzy",
9827 "git",
9828 "git2",
9829 "globset",
9830 "gpui",
9831 "http_client",
9832 "image",
9833 "itertools 0.14.0",
9834 "language",
9835 "log",
9836 "lsp",
9837 "node_runtime",
9838 "once_cell",
9839 "parking_lot",
9840 "pathdiff",
9841 "paths",
9842 "postage",
9843 "prettier",
9844 "pretty_assertions",
9845 "rand 0.8.5",
9846 "regex",
9847 "release_channel",
9848 "remote",
9849 "rpc",
9850 "schemars",
9851 "serde",
9852 "serde_json",
9853 "settings",
9854 "sha2",
9855 "shellexpand 2.1.2",
9856 "shlex",
9857 "similar",
9858 "smol",
9859 "snippet",
9860 "snippet_provider",
9861 "task",
9862 "tempfile",
9863 "terminal",
9864 "text",
9865 "toml 0.8.19",
9866 "unindent",
9867 "url",
9868 "util",
9869 "which 6.0.3",
9870 "worktree",
9871]
9872
9873[[package]]
9874name = "project_panel"
9875version = "0.1.0"
9876dependencies = [
9877 "anyhow",
9878 "client",
9879 "collections",
9880 "command_palette_hooks",
9881 "db",
9882 "editor",
9883 "file_icons",
9884 "git",
9885 "gpui",
9886 "indexmap",
9887 "language",
9888 "menu",
9889 "pretty_assertions",
9890 "project",
9891 "schemars",
9892 "search",
9893 "serde",
9894 "serde_derive",
9895 "serde_json",
9896 "settings",
9897 "smallvec",
9898 "theme",
9899 "ui",
9900 "util",
9901 "workspace",
9902 "worktree",
9903]
9904
9905[[package]]
9906name = "project_symbols"
9907version = "0.1.0"
9908dependencies = [
9909 "anyhow",
9910 "editor",
9911 "futures 0.3.31",
9912 "fuzzy",
9913 "gpui",
9914 "language",
9915 "lsp",
9916 "ordered-float 2.10.1",
9917 "picker",
9918 "project",
9919 "release_channel",
9920 "serde_json",
9921 "settings",
9922 "theme",
9923 "util",
9924 "workspace",
9925]
9926
9927[[package]]
9928name = "prometheus"
9929version = "0.13.4"
9930source = "registry+https://github.com/rust-lang/crates.io-index"
9931checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9932dependencies = [
9933 "cfg-if",
9934 "fnv",
9935 "lazy_static",
9936 "memchr",
9937 "parking_lot",
9938 "protobuf",
9939 "thiserror 1.0.69",
9940]
9941
9942[[package]]
9943name = "prompt_library"
9944version = "0.1.0"
9945dependencies = [
9946 "anyhow",
9947 "assets",
9948 "chrono",
9949 "collections",
9950 "editor",
9951 "fs",
9952 "futures 0.3.31",
9953 "fuzzy",
9954 "gpui",
9955 "handlebars 4.5.0",
9956 "heed",
9957 "language",
9958 "language_model",
9959 "log",
9960 "menu",
9961 "parking_lot",
9962 "paths",
9963 "picker",
9964 "release_channel",
9965 "rope",
9966 "serde",
9967 "settings",
9968 "text",
9969 "theme",
9970 "ui",
9971 "util",
9972 "uuid",
9973 "workspace",
9974 "zed_actions",
9975]
9976
9977[[package]]
9978name = "prost"
9979version = "0.9.0"
9980source = "registry+https://github.com/rust-lang/crates.io-index"
9981checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9982dependencies = [
9983 "bytes 1.9.0",
9984 "prost-derive 0.9.0",
9985]
9986
9987[[package]]
9988name = "prost"
9989version = "0.12.6"
9990source = "registry+https://github.com/rust-lang/crates.io-index"
9991checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
9992dependencies = [
9993 "bytes 1.9.0",
9994 "prost-derive 0.12.6",
9995]
9996
9997[[package]]
9998name = "prost-build"
9999version = "0.9.0"
10000source = "registry+https://github.com/rust-lang/crates.io-index"
10001checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10002dependencies = [
10003 "bytes 1.9.0",
10004 "heck 0.3.3",
10005 "itertools 0.10.5",
10006 "lazy_static",
10007 "log",
10008 "multimap 0.8.3",
10009 "petgraph",
10010 "prost 0.9.0",
10011 "prost-types 0.9.0",
10012 "regex",
10013 "tempfile",
10014 "which 4.4.2",
10015]
10016
10017[[package]]
10018name = "prost-build"
10019version = "0.12.6"
10020source = "registry+https://github.com/rust-lang/crates.io-index"
10021checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10022dependencies = [
10023 "bytes 1.9.0",
10024 "heck 0.5.0",
10025 "itertools 0.12.1",
10026 "log",
10027 "multimap 0.10.0",
10028 "once_cell",
10029 "petgraph",
10030 "prettyplease",
10031 "prost 0.12.6",
10032 "prost-types 0.12.6",
10033 "regex",
10034 "syn 2.0.90",
10035 "tempfile",
10036]
10037
10038[[package]]
10039name = "prost-derive"
10040version = "0.9.0"
10041source = "registry+https://github.com/rust-lang/crates.io-index"
10042checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10043dependencies = [
10044 "anyhow",
10045 "itertools 0.10.5",
10046 "proc-macro2",
10047 "quote",
10048 "syn 1.0.109",
10049]
10050
10051[[package]]
10052name = "prost-derive"
10053version = "0.12.6"
10054source = "registry+https://github.com/rust-lang/crates.io-index"
10055checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10056dependencies = [
10057 "anyhow",
10058 "itertools 0.12.1",
10059 "proc-macro2",
10060 "quote",
10061 "syn 2.0.90",
10062]
10063
10064[[package]]
10065name = "prost-types"
10066version = "0.9.0"
10067source = "registry+https://github.com/rust-lang/crates.io-index"
10068checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10069dependencies = [
10070 "bytes 1.9.0",
10071 "prost 0.9.0",
10072]
10073
10074[[package]]
10075name = "prost-types"
10076version = "0.12.6"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10079dependencies = [
10080 "prost 0.12.6",
10081]
10082
10083[[package]]
10084name = "proto"
10085version = "0.1.0"
10086dependencies = [
10087 "anyhow",
10088 "collections",
10089 "prost 0.9.0",
10090 "prost-build 0.9.0",
10091 "serde",
10092]
10093
10094[[package]]
10095name = "protobuf"
10096version = "2.28.0"
10097source = "registry+https://github.com/rust-lang/crates.io-index"
10098checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10099
10100[[package]]
10101name = "psm"
10102version = "0.1.24"
10103source = "registry+https://github.com/rust-lang/crates.io-index"
10104checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10105dependencies = [
10106 "cc",
10107]
10108
10109[[package]]
10110name = "ptr_meta"
10111version = "0.1.4"
10112source = "registry+https://github.com/rust-lang/crates.io-index"
10113checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10114dependencies = [
10115 "ptr_meta_derive",
10116]
10117
10118[[package]]
10119name = "ptr_meta_derive"
10120version = "0.1.4"
10121source = "registry+https://github.com/rust-lang/crates.io-index"
10122checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10123dependencies = [
10124 "proc-macro2",
10125 "quote",
10126 "syn 1.0.109",
10127]
10128
10129[[package]]
10130name = "pulldown-cmark"
10131version = "0.10.3"
10132source = "registry+https://github.com/rust-lang/crates.io-index"
10133checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10134dependencies = [
10135 "bitflags 2.8.0",
10136 "memchr",
10137 "pulldown-cmark-escape",
10138 "unicase",
10139]
10140
10141[[package]]
10142name = "pulldown-cmark"
10143version = "0.12.2"
10144source = "registry+https://github.com/rust-lang/crates.io-index"
10145checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10146dependencies = [
10147 "bitflags 2.8.0",
10148 "memchr",
10149 "unicase",
10150]
10151
10152[[package]]
10153name = "pulldown-cmark-escape"
10154version = "0.10.1"
10155source = "registry+https://github.com/rust-lang/crates.io-index"
10156checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10157
10158[[package]]
10159name = "qoi"
10160version = "0.4.1"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10163dependencies = [
10164 "bytemuck",
10165]
10166
10167[[package]]
10168name = "quick-error"
10169version = "2.0.1"
10170source = "registry+https://github.com/rust-lang/crates.io-index"
10171checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10172
10173[[package]]
10174name = "quick-xml"
10175version = "0.32.0"
10176source = "registry+https://github.com/rust-lang/crates.io-index"
10177checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10178dependencies = [
10179 "memchr",
10180]
10181
10182[[package]]
10183name = "quick-xml"
10184version = "0.36.2"
10185source = "registry+https://github.com/rust-lang/crates.io-index"
10186checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
10187dependencies = [
10188 "memchr",
10189]
10190
10191[[package]]
10192name = "quinn"
10193version = "0.11.6"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10196dependencies = [
10197 "bytes 1.9.0",
10198 "pin-project-lite",
10199 "quinn-proto",
10200 "quinn-udp",
10201 "rustc-hash 2.1.0",
10202 "rustls 0.23.20",
10203 "socket2",
10204 "thiserror 2.0.6",
10205 "tokio",
10206 "tracing",
10207]
10208
10209[[package]]
10210name = "quinn-proto"
10211version = "0.11.9"
10212source = "registry+https://github.com/rust-lang/crates.io-index"
10213checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10214dependencies = [
10215 "bytes 1.9.0",
10216 "getrandom 0.2.15",
10217 "rand 0.8.5",
10218 "ring",
10219 "rustc-hash 2.1.0",
10220 "rustls 0.23.20",
10221 "rustls-pki-types",
10222 "slab",
10223 "thiserror 2.0.6",
10224 "tinyvec",
10225 "tracing",
10226 "web-time",
10227]
10228
10229[[package]]
10230name = "quinn-udp"
10231version = "0.5.8"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527"
10234dependencies = [
10235 "cfg_aliases 0.2.1",
10236 "libc",
10237 "once_cell",
10238 "socket2",
10239 "tracing",
10240 "windows-sys 0.59.0",
10241]
10242
10243[[package]]
10244name = "quote"
10245version = "1.0.38"
10246source = "registry+https://github.com/rust-lang/crates.io-index"
10247checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10248dependencies = [
10249 "proc-macro2",
10250]
10251
10252[[package]]
10253name = "radium"
10254version = "0.7.0"
10255source = "registry+https://github.com/rust-lang/crates.io-index"
10256checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10257
10258[[package]]
10259name = "rand"
10260version = "0.7.3"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10263dependencies = [
10264 "getrandom 0.1.16",
10265 "libc",
10266 "rand_chacha 0.2.2",
10267 "rand_core 0.5.1",
10268 "rand_hc",
10269]
10270
10271[[package]]
10272name = "rand"
10273version = "0.8.5"
10274source = "registry+https://github.com/rust-lang/crates.io-index"
10275checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10276dependencies = [
10277 "libc",
10278 "rand_chacha 0.3.1",
10279 "rand_core 0.6.4",
10280]
10281
10282[[package]]
10283name = "rand_chacha"
10284version = "0.2.2"
10285source = "registry+https://github.com/rust-lang/crates.io-index"
10286checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10287dependencies = [
10288 "ppv-lite86",
10289 "rand_core 0.5.1",
10290]
10291
10292[[package]]
10293name = "rand_chacha"
10294version = "0.3.1"
10295source = "registry+https://github.com/rust-lang/crates.io-index"
10296checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10297dependencies = [
10298 "ppv-lite86",
10299 "rand_core 0.6.4",
10300]
10301
10302[[package]]
10303name = "rand_core"
10304version = "0.5.1"
10305source = "registry+https://github.com/rust-lang/crates.io-index"
10306checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10307dependencies = [
10308 "getrandom 0.1.16",
10309]
10310
10311[[package]]
10312name = "rand_core"
10313version = "0.6.4"
10314source = "registry+https://github.com/rust-lang/crates.io-index"
10315checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10316dependencies = [
10317 "getrandom 0.2.15",
10318]
10319
10320[[package]]
10321name = "rand_hc"
10322version = "0.2.0"
10323source = "registry+https://github.com/rust-lang/crates.io-index"
10324checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10325dependencies = [
10326 "rand_core 0.5.1",
10327]
10328
10329[[package]]
10330name = "rangemap"
10331version = "1.5.1"
10332source = "registry+https://github.com/rust-lang/crates.io-index"
10333checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10334
10335[[package]]
10336name = "rav1e"
10337version = "0.7.1"
10338source = "registry+https://github.com/rust-lang/crates.io-index"
10339checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10340dependencies = [
10341 "arbitrary",
10342 "arg_enum_proc_macro",
10343 "arrayvec",
10344 "av1-grain",
10345 "bitstream-io",
10346 "built",
10347 "cfg-if",
10348 "interpolate_name",
10349 "itertools 0.12.1",
10350 "libc",
10351 "libfuzzer-sys",
10352 "log",
10353 "maybe-rayon",
10354 "new_debug_unreachable",
10355 "noop_proc_macro",
10356 "num-derive",
10357 "num-traits",
10358 "once_cell",
10359 "paste",
10360 "profiling",
10361 "rand 0.8.5",
10362 "rand_chacha 0.3.1",
10363 "simd_helpers",
10364 "system-deps",
10365 "thiserror 1.0.69",
10366 "v_frame",
10367 "wasm-bindgen",
10368]
10369
10370[[package]]
10371name = "ravif"
10372version = "0.11.11"
10373source = "registry+https://github.com/rust-lang/crates.io-index"
10374checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10375dependencies = [
10376 "avif-serialize",
10377 "imgref",
10378 "loop9",
10379 "quick-error",
10380 "rav1e",
10381 "rayon",
10382 "rgb",
10383]
10384
10385[[package]]
10386name = "raw-window-handle"
10387version = "0.6.2"
10388source = "registry+https://github.com/rust-lang/crates.io-index"
10389checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10390
10391[[package]]
10392name = "raw-window-metal"
10393version = "0.4.0"
10394source = "registry+https://github.com/rust-lang/crates.io-index"
10395checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10396dependencies = [
10397 "cocoa 0.25.0",
10398 "core-graphics 0.23.2",
10399 "objc",
10400 "raw-window-handle",
10401]
10402
10403[[package]]
10404name = "rayon"
10405version = "1.10.0"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10408dependencies = [
10409 "either",
10410 "rayon-core",
10411]
10412
10413[[package]]
10414name = "rayon-core"
10415version = "1.12.1"
10416source = "registry+https://github.com/rust-lang/crates.io-index"
10417checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10418dependencies = [
10419 "crossbeam-deque",
10420 "crossbeam-utils",
10421]
10422
10423[[package]]
10424name = "read-fonts"
10425version = "0.22.5"
10426source = "registry+https://github.com/rust-lang/crates.io-index"
10427checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10428dependencies = [
10429 "bytemuck",
10430 "font-types",
10431]
10432
10433[[package]]
10434name = "recent_projects"
10435version = "0.1.0"
10436dependencies = [
10437 "anyhow",
10438 "auto_update",
10439 "editor",
10440 "extension_host",
10441 "file_finder",
10442 "futures 0.3.31",
10443 "fuzzy",
10444 "gpui",
10445 "language",
10446 "log",
10447 "markdown",
10448 "menu",
10449 "ordered-float 2.10.1",
10450 "paths",
10451 "picker",
10452 "project",
10453 "release_channel",
10454 "remote",
10455 "schemars",
10456 "serde",
10457 "serde_json",
10458 "settings",
10459 "smol",
10460 "task",
10461 "theme",
10462 "ui",
10463 "util",
10464 "workspace",
10465 "zed_actions",
10466]
10467
10468[[package]]
10469name = "redox_syscall"
10470version = "0.2.16"
10471source = "registry+https://github.com/rust-lang/crates.io-index"
10472checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
10473dependencies = [
10474 "bitflags 1.3.2",
10475]
10476
10477[[package]]
10478name = "redox_syscall"
10479version = "0.5.8"
10480source = "registry+https://github.com/rust-lang/crates.io-index"
10481checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
10482dependencies = [
10483 "bitflags 2.8.0",
10484]
10485
10486[[package]]
10487name = "redox_users"
10488version = "0.4.6"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
10491dependencies = [
10492 "getrandom 0.2.15",
10493 "libredox",
10494 "thiserror 1.0.69",
10495]
10496
10497[[package]]
10498name = "refineable"
10499version = "0.1.0"
10500dependencies = [
10501 "derive_refineable",
10502]
10503
10504[[package]]
10505name = "regalloc2"
10506version = "0.9.3"
10507source = "registry+https://github.com/rust-lang/crates.io-index"
10508checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
10509dependencies = [
10510 "hashbrown 0.13.2",
10511 "log",
10512 "rustc-hash 1.1.0",
10513 "slice-group-by",
10514 "smallvec",
10515]
10516
10517[[package]]
10518name = "regex"
10519version = "1.11.1"
10520source = "registry+https://github.com/rust-lang/crates.io-index"
10521checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
10522dependencies = [
10523 "aho-corasick",
10524 "memchr",
10525 "regex-automata 0.4.9",
10526 "regex-syntax 0.8.5",
10527]
10528
10529[[package]]
10530name = "regex-automata"
10531version = "0.1.10"
10532source = "registry+https://github.com/rust-lang/crates.io-index"
10533checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
10534dependencies = [
10535 "regex-syntax 0.6.29",
10536]
10537
10538[[package]]
10539name = "regex-automata"
10540version = "0.4.9"
10541source = "registry+https://github.com/rust-lang/crates.io-index"
10542checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
10543dependencies = [
10544 "aho-corasick",
10545 "memchr",
10546 "regex-syntax 0.8.5",
10547]
10548
10549[[package]]
10550name = "regex-lite"
10551version = "0.1.6"
10552source = "registry+https://github.com/rust-lang/crates.io-index"
10553checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
10554
10555[[package]]
10556name = "regex-syntax"
10557version = "0.6.29"
10558source = "registry+https://github.com/rust-lang/crates.io-index"
10559checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
10560
10561[[package]]
10562name = "regex-syntax"
10563version = "0.8.5"
10564source = "registry+https://github.com/rust-lang/crates.io-index"
10565checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
10566
10567[[package]]
10568name = "release_channel"
10569version = "0.1.0"
10570dependencies = [
10571 "gpui",
10572]
10573
10574[[package]]
10575name = "remote"
10576version = "0.1.0"
10577dependencies = [
10578 "anyhow",
10579 "async-trait",
10580 "collections",
10581 "fs",
10582 "futures 0.3.31",
10583 "gpui",
10584 "itertools 0.14.0",
10585 "log",
10586 "parking_lot",
10587 "paths",
10588 "prost 0.9.0",
10589 "release_channel",
10590 "rpc",
10591 "serde",
10592 "serde_json",
10593 "shlex",
10594 "smol",
10595 "tempfile",
10596 "thiserror 1.0.69",
10597 "util",
10598 "which 6.0.3",
10599]
10600
10601[[package]]
10602name = "remote_server"
10603version = "0.1.0"
10604dependencies = [
10605 "anyhow",
10606 "async-watch",
10607 "backtrace",
10608 "cargo_toml",
10609 "chrono",
10610 "clap",
10611 "client",
10612 "clock",
10613 "env_logger 0.11.6",
10614 "extension",
10615 "extension_host",
10616 "fork",
10617 "fs",
10618 "futures 0.3.31",
10619 "git",
10620 "git_hosting_providers",
10621 "gpui",
10622 "http_client",
10623 "language",
10624 "language_extension",
10625 "languages",
10626 "libc",
10627 "log",
10628 "lsp",
10629 "node_runtime",
10630 "paths",
10631 "project",
10632 "proto",
10633 "release_channel",
10634 "remote",
10635 "reqwest_client",
10636 "rpc",
10637 "rust-embed",
10638 "serde",
10639 "serde_json",
10640 "settings",
10641 "shellexpand 2.1.2",
10642 "smol",
10643 "sysinfo",
10644 "telemetry_events",
10645 "toml 0.8.19",
10646 "util",
10647 "worktree",
10648]
10649
10650[[package]]
10651name = "rend"
10652version = "0.4.2"
10653source = "registry+https://github.com/rust-lang/crates.io-index"
10654checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10655dependencies = [
10656 "bytecheck",
10657]
10658
10659[[package]]
10660name = "repl"
10661version = "0.1.0"
10662dependencies = [
10663 "alacritty_terminal",
10664 "anyhow",
10665 "async-dispatcher",
10666 "async-tungstenite 0.28.2",
10667 "base64 0.22.1",
10668 "client",
10669 "collections",
10670 "command_palette_hooks",
10671 "editor",
10672 "env_logger 0.11.6",
10673 "feature_flags",
10674 "file_icons",
10675 "futures 0.3.31",
10676 "gpui",
10677 "http_client",
10678 "image",
10679 "indoc",
10680 "jupyter-protocol",
10681 "jupyter-websocket-client",
10682 "language",
10683 "languages",
10684 "log",
10685 "markdown_preview",
10686 "menu",
10687 "multi_buffer",
10688 "nbformat",
10689 "picker",
10690 "project",
10691 "runtimelib",
10692 "schemars",
10693 "serde",
10694 "serde_json",
10695 "settings",
10696 "smol",
10697 "telemetry",
10698 "terminal",
10699 "terminal_view",
10700 "theme",
10701 "tree-sitter-md",
10702 "tree-sitter-python",
10703 "tree-sitter-typescript",
10704 "ui",
10705 "util",
10706 "uuid",
10707 "workspace",
10708]
10709
10710[[package]]
10711name = "reqwest"
10712version = "0.11.27"
10713source = "registry+https://github.com/rust-lang/crates.io-index"
10714checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10715dependencies = [
10716 "base64 0.21.7",
10717 "bytes 1.9.0",
10718 "encoding_rs",
10719 "futures-core",
10720 "futures-util",
10721 "h2 0.3.26",
10722 "http 0.2.12",
10723 "http-body 0.4.6",
10724 "hyper 0.14.32",
10725 "hyper-rustls 0.24.2",
10726 "hyper-tls",
10727 "ipnet",
10728 "js-sys",
10729 "log",
10730 "mime",
10731 "native-tls",
10732 "once_cell",
10733 "percent-encoding",
10734 "pin-project-lite",
10735 "rustls 0.21.12",
10736 "rustls-native-certs 0.6.3",
10737 "rustls-pemfile 1.0.4",
10738 "serde",
10739 "serde_json",
10740 "serde_urlencoded",
10741 "sync_wrapper 0.1.2",
10742 "system-configuration 0.5.1",
10743 "tokio",
10744 "tokio-native-tls",
10745 "tokio-rustls 0.24.1",
10746 "tower-service",
10747 "url",
10748 "wasm-bindgen",
10749 "wasm-bindgen-futures",
10750 "web-sys",
10751 "winreg 0.50.0",
10752]
10753
10754[[package]]
10755name = "reqwest"
10756version = "0.12.8"
10757source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10758dependencies = [
10759 "base64 0.22.1",
10760 "bytes 1.9.0",
10761 "encoding_rs",
10762 "futures-core",
10763 "futures-util",
10764 "h2 0.4.7",
10765 "http 1.2.0",
10766 "http-body 1.0.1",
10767 "http-body-util",
10768 "hyper 1.5.1",
10769 "hyper-rustls 0.27.3",
10770 "hyper-util",
10771 "ipnet",
10772 "js-sys",
10773 "log",
10774 "mime",
10775 "once_cell",
10776 "percent-encoding",
10777 "pin-project-lite",
10778 "quinn",
10779 "rustls 0.23.20",
10780 "rustls-native-certs 0.8.1",
10781 "rustls-pemfile 2.2.0",
10782 "rustls-pki-types",
10783 "serde",
10784 "serde_json",
10785 "serde_urlencoded",
10786 "sync_wrapper 1.0.2",
10787 "system-configuration 0.6.1",
10788 "tokio",
10789 "tokio-rustls 0.26.1",
10790 "tokio-socks",
10791 "tokio-util",
10792 "tower-service",
10793 "url",
10794 "wasm-bindgen",
10795 "wasm-bindgen-futures",
10796 "wasm-streams",
10797 "web-sys",
10798 "windows-registry",
10799]
10800
10801[[package]]
10802name = "reqwest_client"
10803version = "0.1.0"
10804dependencies = [
10805 "anyhow",
10806 "bytes 1.9.0",
10807 "futures 0.3.31",
10808 "gpui",
10809 "http_client",
10810 "log",
10811 "reqwest 0.12.8",
10812 "serde",
10813 "smol",
10814 "tokio",
10815]
10816
10817[[package]]
10818name = "resvg"
10819version = "0.44.0"
10820source = "registry+https://github.com/rust-lang/crates.io-index"
10821checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10822dependencies = [
10823 "log",
10824 "pico-args",
10825 "rgb",
10826 "svgtypes",
10827 "tiny-skia",
10828 "usvg",
10829]
10830
10831[[package]]
10832name = "rfc6979"
10833version = "0.3.1"
10834source = "registry+https://github.com/rust-lang/crates.io-index"
10835checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10836dependencies = [
10837 "crypto-bigint 0.4.9",
10838 "hmac",
10839 "zeroize",
10840]
10841
10842[[package]]
10843name = "rgb"
10844version = "0.8.50"
10845source = "registry+https://github.com/rust-lang/crates.io-index"
10846checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
10847dependencies = [
10848 "bytemuck",
10849]
10850
10851[[package]]
10852name = "rich_text"
10853version = "0.1.0"
10854dependencies = [
10855 "futures 0.3.31",
10856 "gpui",
10857 "language",
10858 "linkify",
10859 "pulldown-cmark 0.12.2",
10860 "theme",
10861 "ui",
10862 "util",
10863]
10864
10865[[package]]
10866name = "ring"
10867version = "0.17.8"
10868source = "registry+https://github.com/rust-lang/crates.io-index"
10869checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10870dependencies = [
10871 "cc",
10872 "cfg-if",
10873 "getrandom 0.2.15",
10874 "libc",
10875 "spin",
10876 "untrusted",
10877 "windows-sys 0.52.0",
10878]
10879
10880[[package]]
10881name = "rkyv"
10882version = "0.7.45"
10883source = "registry+https://github.com/rust-lang/crates.io-index"
10884checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10885dependencies = [
10886 "bitvec",
10887 "bytecheck",
10888 "bytes 1.9.0",
10889 "hashbrown 0.12.3",
10890 "ptr_meta",
10891 "rend",
10892 "rkyv_derive",
10893 "seahash",
10894 "tinyvec",
10895 "uuid",
10896]
10897
10898[[package]]
10899name = "rkyv_derive"
10900version = "0.7.45"
10901source = "registry+https://github.com/rust-lang/crates.io-index"
10902checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10903dependencies = [
10904 "proc-macro2",
10905 "quote",
10906 "syn 1.0.109",
10907]
10908
10909[[package]]
10910name = "rmp"
10911version = "0.8.14"
10912source = "registry+https://github.com/rust-lang/crates.io-index"
10913checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10914dependencies = [
10915 "byteorder",
10916 "num-traits",
10917 "paste",
10918]
10919
10920[[package]]
10921name = "rmpv"
10922version = "1.3.0"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10925dependencies = [
10926 "num-traits",
10927 "rmp",
10928]
10929
10930[[package]]
10931name = "rodio"
10932version = "0.20.1"
10933source = "registry+https://github.com/rust-lang/crates.io-index"
10934checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
10935dependencies = [
10936 "cpal",
10937 "hound",
10938]
10939
10940[[package]]
10941name = "rope"
10942version = "0.1.0"
10943dependencies = [
10944 "arrayvec",
10945 "criterion",
10946 "ctor",
10947 "env_logger 0.11.6",
10948 "gpui",
10949 "log",
10950 "rand 0.8.5",
10951 "rayon",
10952 "smallvec",
10953 "sum_tree",
10954 "unicode-segmentation",
10955 "util",
10956]
10957
10958[[package]]
10959name = "roxmltree"
10960version = "0.20.0"
10961source = "registry+https://github.com/rust-lang/crates.io-index"
10962checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10963
10964[[package]]
10965name = "rpc"
10966version = "0.1.0"
10967dependencies = [
10968 "anyhow",
10969 "async-tungstenite 0.28.2",
10970 "base64 0.22.1",
10971 "chrono",
10972 "collections",
10973 "env_logger 0.11.6",
10974 "futures 0.3.31",
10975 "gpui",
10976 "parking_lot",
10977 "proto",
10978 "rand 0.8.5",
10979 "rsa",
10980 "serde",
10981 "serde_json",
10982 "sha2",
10983 "strum",
10984 "tracing",
10985 "util",
10986 "zstd",
10987]
10988
10989[[package]]
10990name = "rsa"
10991version = "0.9.7"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
10994dependencies = [
10995 "const-oid",
10996 "digest",
10997 "num-bigint-dig",
10998 "num-integer",
10999 "num-traits",
11000 "pkcs1",
11001 "pkcs8 0.10.2",
11002 "rand_core 0.6.4",
11003 "signature 2.2.0",
11004 "spki 0.7.3",
11005 "subtle",
11006 "zeroize",
11007]
11008
11009[[package]]
11010name = "runtimelib"
11011version = "0.25.0"
11012source = "registry+https://github.com/rust-lang/crates.io-index"
11013checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11014dependencies = [
11015 "anyhow",
11016 "async-dispatcher",
11017 "async-std",
11018 "base64 0.22.1",
11019 "bytes 1.9.0",
11020 "chrono",
11021 "data-encoding",
11022 "dirs 5.0.1",
11023 "futures 0.3.31",
11024 "glob",
11025 "jupyter-protocol",
11026 "ring",
11027 "serde",
11028 "serde_json",
11029 "shellexpand 3.1.0",
11030 "smol",
11031 "uuid",
11032 "zeromq",
11033]
11034
11035[[package]]
11036name = "rust-embed"
11037version = "8.5.0"
11038source = "registry+https://github.com/rust-lang/crates.io-index"
11039checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11040dependencies = [
11041 "rust-embed-impl",
11042 "rust-embed-utils",
11043 "walkdir",
11044]
11045
11046[[package]]
11047name = "rust-embed-impl"
11048version = "8.5.0"
11049source = "registry+https://github.com/rust-lang/crates.io-index"
11050checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11051dependencies = [
11052 "proc-macro2",
11053 "quote",
11054 "rust-embed-utils",
11055 "syn 2.0.90",
11056 "walkdir",
11057]
11058
11059[[package]]
11060name = "rust-embed-utils"
11061version = "8.5.0"
11062source = "registry+https://github.com/rust-lang/crates.io-index"
11063checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11064dependencies = [
11065 "globset",
11066 "sha2",
11067 "walkdir",
11068]
11069
11070[[package]]
11071name = "rust_decimal"
11072version = "1.36.0"
11073source = "registry+https://github.com/rust-lang/crates.io-index"
11074checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11075dependencies = [
11076 "arrayvec",
11077 "borsh",
11078 "bytes 1.9.0",
11079 "num-traits",
11080 "rand 0.8.5",
11081 "rkyv",
11082 "serde",
11083 "serde_json",
11084]
11085
11086[[package]]
11087name = "rustc-demangle"
11088version = "0.1.24"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11091
11092[[package]]
11093name = "rustc-hash"
11094version = "1.1.0"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11097
11098[[package]]
11099name = "rustc-hash"
11100version = "2.1.0"
11101source = "registry+https://github.com/rust-lang/crates.io-index"
11102checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
11103
11104[[package]]
11105name = "rustc_version"
11106version = "0.4.1"
11107source = "registry+https://github.com/rust-lang/crates.io-index"
11108checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11109dependencies = [
11110 "semver",
11111]
11112
11113[[package]]
11114name = "rustix"
11115version = "0.38.42"
11116source = "registry+https://github.com/rust-lang/crates.io-index"
11117checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11118dependencies = [
11119 "bitflags 2.8.0",
11120 "errno 0.3.10",
11121 "itoa",
11122 "libc",
11123 "linux-raw-sys",
11124 "once_cell",
11125 "windows-sys 0.59.0",
11126]
11127
11128[[package]]
11129name = "rustix-openpty"
11130version = "0.1.1"
11131source = "registry+https://github.com/rust-lang/crates.io-index"
11132checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11133dependencies = [
11134 "errno 0.3.10",
11135 "libc",
11136 "rustix",
11137]
11138
11139[[package]]
11140name = "rustls"
11141version = "0.21.12"
11142source = "registry+https://github.com/rust-lang/crates.io-index"
11143checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11144dependencies = [
11145 "log",
11146 "ring",
11147 "rustls-webpki 0.101.7",
11148 "sct",
11149]
11150
11151[[package]]
11152name = "rustls"
11153version = "0.23.20"
11154source = "registry+https://github.com/rust-lang/crates.io-index"
11155checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
11156dependencies = [
11157 "once_cell",
11158 "ring",
11159 "rustls-pki-types",
11160 "rustls-webpki 0.102.8",
11161 "subtle",
11162 "zeroize",
11163]
11164
11165[[package]]
11166name = "rustls-native-certs"
11167version = "0.6.3"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11170dependencies = [
11171 "openssl-probe",
11172 "rustls-pemfile 1.0.4",
11173 "schannel",
11174 "security-framework 2.11.1",
11175]
11176
11177[[package]]
11178name = "rustls-native-certs"
11179version = "0.8.1"
11180source = "registry+https://github.com/rust-lang/crates.io-index"
11181checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11182dependencies = [
11183 "openssl-probe",
11184 "rustls-pki-types",
11185 "schannel",
11186 "security-framework 3.0.1",
11187]
11188
11189[[package]]
11190name = "rustls-pemfile"
11191version = "1.0.4"
11192source = "registry+https://github.com/rust-lang/crates.io-index"
11193checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11194dependencies = [
11195 "base64 0.21.7",
11196]
11197
11198[[package]]
11199name = "rustls-pemfile"
11200version = "2.2.0"
11201source = "registry+https://github.com/rust-lang/crates.io-index"
11202checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11203dependencies = [
11204 "rustls-pki-types",
11205]
11206
11207[[package]]
11208name = "rustls-pki-types"
11209version = "1.10.0"
11210source = "registry+https://github.com/rust-lang/crates.io-index"
11211checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11212dependencies = [
11213 "web-time",
11214]
11215
11216[[package]]
11217name = "rustls-webpki"
11218version = "0.101.7"
11219source = "registry+https://github.com/rust-lang/crates.io-index"
11220checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11221dependencies = [
11222 "ring",
11223 "untrusted",
11224]
11225
11226[[package]]
11227name = "rustls-webpki"
11228version = "0.102.8"
11229source = "registry+https://github.com/rust-lang/crates.io-index"
11230checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11231dependencies = [
11232 "ring",
11233 "rustls-pki-types",
11234 "untrusted",
11235]
11236
11237[[package]]
11238name = "rustversion"
11239version = "1.0.18"
11240source = "registry+https://github.com/rust-lang/crates.io-index"
11241checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11242
11243[[package]]
11244name = "rustybuzz"
11245version = "0.14.1"
11246source = "registry+https://github.com/rust-lang/crates.io-index"
11247checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11248dependencies = [
11249 "bitflags 2.8.0",
11250 "bytemuck",
11251 "libm",
11252 "smallvec",
11253 "ttf-parser",
11254 "unicode-bidi-mirroring",
11255 "unicode-ccc",
11256 "unicode-properties",
11257 "unicode-script",
11258]
11259
11260[[package]]
11261name = "ryu"
11262version = "1.0.18"
11263source = "registry+https://github.com/rust-lang/crates.io-index"
11264checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11265
11266[[package]]
11267name = "salsa20"
11268version = "0.10.2"
11269source = "registry+https://github.com/rust-lang/crates.io-index"
11270checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11271dependencies = [
11272 "cipher",
11273]
11274
11275[[package]]
11276name = "same-file"
11277version = "1.0.6"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11280dependencies = [
11281 "winapi-util",
11282]
11283
11284[[package]]
11285name = "schannel"
11286version = "0.1.27"
11287source = "registry+https://github.com/rust-lang/crates.io-index"
11288checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11289dependencies = [
11290 "windows-sys 0.59.0",
11291]
11292
11293[[package]]
11294name = "schemars"
11295version = "0.8.21"
11296source = "registry+https://github.com/rust-lang/crates.io-index"
11297checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11298dependencies = [
11299 "dyn-clone",
11300 "indexmap",
11301 "schemars_derive",
11302 "serde",
11303 "serde_json",
11304]
11305
11306[[package]]
11307name = "schemars_derive"
11308version = "0.8.21"
11309source = "registry+https://github.com/rust-lang/crates.io-index"
11310checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11311dependencies = [
11312 "proc-macro2",
11313 "quote",
11314 "serde_derive_internals",
11315 "syn 2.0.90",
11316]
11317
11318[[package]]
11319name = "scoped-tls"
11320version = "1.0.1"
11321source = "registry+https://github.com/rust-lang/crates.io-index"
11322checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11323
11324[[package]]
11325name = "scopeguard"
11326version = "1.2.0"
11327source = "registry+https://github.com/rust-lang/crates.io-index"
11328checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11329
11330[[package]]
11331name = "scratch"
11332version = "1.0.7"
11333source = "registry+https://github.com/rust-lang/crates.io-index"
11334checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11335
11336[[package]]
11337name = "scrypt"
11338version = "0.11.0"
11339source = "registry+https://github.com/rust-lang/crates.io-index"
11340checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11341dependencies = [
11342 "password-hash 0.5.0",
11343 "pbkdf2 0.12.2",
11344 "salsa20",
11345 "sha2",
11346]
11347
11348[[package]]
11349name = "sct"
11350version = "0.7.1"
11351source = "registry+https://github.com/rust-lang/crates.io-index"
11352checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11353dependencies = [
11354 "ring",
11355 "untrusted",
11356]
11357
11358[[package]]
11359name = "sea-bae"
11360version = "0.2.1"
11361source = "registry+https://github.com/rust-lang/crates.io-index"
11362checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11363dependencies = [
11364 "heck 0.4.1",
11365 "proc-macro-error2",
11366 "proc-macro2",
11367 "quote",
11368 "syn 2.0.90",
11369]
11370
11371[[package]]
11372name = "sea-orm"
11373version = "1.1.4"
11374source = "registry+https://github.com/rust-lang/crates.io-index"
11375checksum = "1a93194430b419da0801f404baf3b986399d6a2a4f43bc79bc96dea83f92ca43"
11376dependencies = [
11377 "async-stream",
11378 "async-trait",
11379 "bigdecimal",
11380 "chrono",
11381 "futures 0.3.31",
11382 "log",
11383 "ouroboros",
11384 "rust_decimal",
11385 "sea-orm-macros",
11386 "sea-query",
11387 "sea-query-binder",
11388 "serde",
11389 "serde_json",
11390 "sqlx",
11391 "strum",
11392 "thiserror 1.0.69",
11393 "time",
11394 "tracing",
11395 "url",
11396 "uuid",
11397]
11398
11399[[package]]
11400name = "sea-orm-macros"
11401version = "1.1.4"
11402source = "registry+https://github.com/rust-lang/crates.io-index"
11403checksum = "d19e8f22fb474a8a622eb516c46885a080535d8d559386188f525977eaad32b3"
11404dependencies = [
11405 "heck 0.4.1",
11406 "proc-macro2",
11407 "quote",
11408 "sea-bae",
11409 "syn 2.0.90",
11410 "unicode-ident",
11411]
11412
11413[[package]]
11414name = "sea-query"
11415version = "0.32.1"
11416source = "registry+https://github.com/rust-lang/crates.io-index"
11417checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
11418dependencies = [
11419 "bigdecimal",
11420 "chrono",
11421 "inherent",
11422 "ordered-float 3.9.2",
11423 "rust_decimal",
11424 "serde_json",
11425 "time",
11426 "uuid",
11427]
11428
11429[[package]]
11430name = "sea-query-binder"
11431version = "0.7.0"
11432source = "registry+https://github.com/rust-lang/crates.io-index"
11433checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
11434dependencies = [
11435 "bigdecimal",
11436 "chrono",
11437 "rust_decimal",
11438 "sea-query",
11439 "serde_json",
11440 "sqlx",
11441 "time",
11442 "uuid",
11443]
11444
11445[[package]]
11446name = "seahash"
11447version = "4.1.0"
11448source = "registry+https://github.com/rust-lang/crates.io-index"
11449checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
11450
11451[[package]]
11452name = "search"
11453version = "0.1.0"
11454dependencies = [
11455 "any_vec",
11456 "anyhow",
11457 "bitflags 2.8.0",
11458 "client",
11459 "collections",
11460 "editor",
11461 "futures 0.3.31",
11462 "gpui",
11463 "language",
11464 "menu",
11465 "project",
11466 "schemars",
11467 "serde",
11468 "serde_json",
11469 "settings",
11470 "smol",
11471 "theme",
11472 "ui",
11473 "unindent",
11474 "util",
11475 "workspace",
11476]
11477
11478[[package]]
11479name = "sec1"
11480version = "0.3.0"
11481source = "registry+https://github.com/rust-lang/crates.io-index"
11482checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
11483dependencies = [
11484 "base16ct",
11485 "der 0.6.1",
11486 "generic-array",
11487 "pkcs8 0.9.0",
11488 "subtle",
11489 "zeroize",
11490]
11491
11492[[package]]
11493name = "security-framework"
11494version = "2.11.1"
11495source = "registry+https://github.com/rust-lang/crates.io-index"
11496checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
11497dependencies = [
11498 "bitflags 2.8.0",
11499 "core-foundation 0.9.4",
11500 "core-foundation-sys",
11501 "libc",
11502 "security-framework-sys",
11503]
11504
11505[[package]]
11506name = "security-framework"
11507version = "3.0.1"
11508source = "registry+https://github.com/rust-lang/crates.io-index"
11509checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
11510dependencies = [
11511 "bitflags 2.8.0",
11512 "core-foundation 0.10.0",
11513 "core-foundation-sys",
11514 "libc",
11515 "security-framework-sys",
11516]
11517
11518[[package]]
11519name = "security-framework-sys"
11520version = "2.12.1"
11521source = "registry+https://github.com/rust-lang/crates.io-index"
11522checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
11523dependencies = [
11524 "core-foundation-sys",
11525 "libc",
11526]
11527
11528[[package]]
11529name = "self_cell"
11530version = "1.1.0"
11531source = "registry+https://github.com/rust-lang/crates.io-index"
11532checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
11533
11534[[package]]
11535name = "semantic_index"
11536version = "0.1.0"
11537dependencies = [
11538 "anyhow",
11539 "arrayvec",
11540 "blake3",
11541 "client",
11542 "clock",
11543 "collections",
11544 "env_logger 0.11.6",
11545 "feature_flags",
11546 "fs",
11547 "futures 0.3.31",
11548 "futures-batch",
11549 "gpui",
11550 "heed",
11551 "http_client",
11552 "language",
11553 "language_model",
11554 "languages",
11555 "log",
11556 "open_ai",
11557 "parking_lot",
11558 "project",
11559 "reqwest_client",
11560 "serde",
11561 "serde_json",
11562 "settings",
11563 "sha2",
11564 "smol",
11565 "tempfile",
11566 "theme",
11567 "tree-sitter",
11568 "ui",
11569 "unindent",
11570 "util",
11571 "workspace",
11572 "worktree",
11573]
11574
11575[[package]]
11576name = "semantic_version"
11577version = "0.1.0"
11578dependencies = [
11579 "anyhow",
11580 "serde",
11581]
11582
11583[[package]]
11584name = "semver"
11585version = "1.0.24"
11586source = "registry+https://github.com/rust-lang/crates.io-index"
11587checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
11588dependencies = [
11589 "serde",
11590]
11591
11592[[package]]
11593name = "serde"
11594version = "1.0.217"
11595source = "registry+https://github.com/rust-lang/crates.io-index"
11596checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
11597dependencies = [
11598 "serde_derive",
11599]
11600
11601[[package]]
11602name = "serde_derive"
11603version = "1.0.217"
11604source = "registry+https://github.com/rust-lang/crates.io-index"
11605checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
11606dependencies = [
11607 "proc-macro2",
11608 "quote",
11609 "syn 2.0.90",
11610]
11611
11612[[package]]
11613name = "serde_derive_internals"
11614version = "0.29.1"
11615source = "registry+https://github.com/rust-lang/crates.io-index"
11616checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11617dependencies = [
11618 "proc-macro2",
11619 "quote",
11620 "syn 2.0.90",
11621]
11622
11623[[package]]
11624name = "serde_fmt"
11625version = "1.0.3"
11626source = "registry+https://github.com/rust-lang/crates.io-index"
11627checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11628dependencies = [
11629 "serde",
11630]
11631
11632[[package]]
11633name = "serde_json"
11634version = "1.0.135"
11635source = "registry+https://github.com/rust-lang/crates.io-index"
11636checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
11637dependencies = [
11638 "indexmap",
11639 "itoa",
11640 "memchr",
11641 "ryu",
11642 "serde",
11643]
11644
11645[[package]]
11646name = "serde_json_lenient"
11647version = "0.2.4"
11648source = "registry+https://github.com/rust-lang/crates.io-index"
11649checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
11650dependencies = [
11651 "indexmap",
11652 "itoa",
11653 "memchr",
11654 "ryu",
11655 "serde",
11656]
11657
11658[[package]]
11659name = "serde_path_to_error"
11660version = "0.1.16"
11661source = "registry+https://github.com/rust-lang/crates.io-index"
11662checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11663dependencies = [
11664 "itoa",
11665 "serde",
11666]
11667
11668[[package]]
11669name = "serde_qs"
11670version = "0.8.5"
11671source = "registry+https://github.com/rust-lang/crates.io-index"
11672checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11673dependencies = [
11674 "percent-encoding",
11675 "serde",
11676 "thiserror 1.0.69",
11677]
11678
11679[[package]]
11680name = "serde_qs"
11681version = "0.10.1"
11682source = "registry+https://github.com/rust-lang/crates.io-index"
11683checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11684dependencies = [
11685 "percent-encoding",
11686 "serde",
11687 "thiserror 1.0.69",
11688]
11689
11690[[package]]
11691name = "serde_repr"
11692version = "0.1.19"
11693source = "registry+https://github.com/rust-lang/crates.io-index"
11694checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11695dependencies = [
11696 "proc-macro2",
11697 "quote",
11698 "syn 2.0.90",
11699]
11700
11701[[package]]
11702name = "serde_spanned"
11703version = "0.6.8"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
11706dependencies = [
11707 "serde",
11708]
11709
11710[[package]]
11711name = "serde_urlencoded"
11712version = "0.7.1"
11713source = "registry+https://github.com/rust-lang/crates.io-index"
11714checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11715dependencies = [
11716 "form_urlencoded",
11717 "itoa",
11718 "ryu",
11719 "serde",
11720]
11721
11722[[package]]
11723name = "session"
11724version = "0.1.0"
11725dependencies = [
11726 "db",
11727 "gpui",
11728 "serde_json",
11729 "util",
11730 "uuid",
11731]
11732
11733[[package]]
11734name = "settings"
11735version = "0.1.0"
11736dependencies = [
11737 "anyhow",
11738 "collections",
11739 "ec4rs",
11740 "fs",
11741 "futures 0.3.31",
11742 "gpui",
11743 "indoc",
11744 "log",
11745 "paths",
11746 "pretty_assertions",
11747 "release_channel",
11748 "rust-embed",
11749 "schemars",
11750 "serde",
11751 "serde_derive",
11752 "serde_json",
11753 "serde_json_lenient",
11754 "smallvec",
11755 "tree-sitter",
11756 "tree-sitter-json",
11757 "unindent",
11758 "util",
11759]
11760
11761[[package]]
11762name = "settings_ui"
11763version = "0.1.0"
11764dependencies = [
11765 "command_palette_hooks",
11766 "editor",
11767 "feature_flags",
11768 "gpui",
11769 "settings",
11770 "theme",
11771 "ui",
11772 "workspace",
11773]
11774
11775[[package]]
11776name = "sha1"
11777version = "0.10.6"
11778source = "registry+https://github.com/rust-lang/crates.io-index"
11779checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11780dependencies = [
11781 "cfg-if",
11782 "cpufeatures",
11783 "digest",
11784]
11785
11786[[package]]
11787name = "sha1_smol"
11788version = "1.0.1"
11789source = "registry+https://github.com/rust-lang/crates.io-index"
11790checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11791
11792[[package]]
11793name = "sha2"
11794version = "0.10.8"
11795source = "registry+https://github.com/rust-lang/crates.io-index"
11796checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11797dependencies = [
11798 "cfg-if",
11799 "cpufeatures",
11800 "digest",
11801]
11802
11803[[package]]
11804name = "sharded-slab"
11805version = "0.1.7"
11806source = "registry+https://github.com/rust-lang/crates.io-index"
11807checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11808dependencies = [
11809 "lazy_static",
11810]
11811
11812[[package]]
11813name = "shell-words"
11814version = "1.1.0"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11817
11818[[package]]
11819name = "shellexpand"
11820version = "2.1.2"
11821source = "registry+https://github.com/rust-lang/crates.io-index"
11822checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11823dependencies = [
11824 "dirs 4.0.0",
11825]
11826
11827[[package]]
11828name = "shellexpand"
11829version = "3.1.0"
11830source = "registry+https://github.com/rust-lang/crates.io-index"
11831checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11832dependencies = [
11833 "dirs 5.0.1",
11834]
11835
11836[[package]]
11837name = "shlex"
11838version = "1.3.0"
11839source = "registry+https://github.com/rust-lang/crates.io-index"
11840checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11841
11842[[package]]
11843name = "signal-hook"
11844version = "0.3.17"
11845source = "registry+https://github.com/rust-lang/crates.io-index"
11846checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11847dependencies = [
11848 "libc",
11849 "signal-hook-registry",
11850]
11851
11852[[package]]
11853name = "signal-hook-registry"
11854version = "1.4.2"
11855source = "registry+https://github.com/rust-lang/crates.io-index"
11856checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11857dependencies = [
11858 "libc",
11859]
11860
11861[[package]]
11862name = "signature"
11863version = "1.6.4"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11866dependencies = [
11867 "digest",
11868 "rand_core 0.6.4",
11869]
11870
11871[[package]]
11872name = "signature"
11873version = "2.2.0"
11874source = "registry+https://github.com/rust-lang/crates.io-index"
11875checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11876dependencies = [
11877 "digest",
11878 "rand_core 0.6.4",
11879]
11880
11881[[package]]
11882name = "simd-adler32"
11883version = "0.3.7"
11884source = "registry+https://github.com/rust-lang/crates.io-index"
11885checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11886
11887[[package]]
11888name = "simd_helpers"
11889version = "0.1.0"
11890source = "registry+https://github.com/rust-lang/crates.io-index"
11891checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11892dependencies = [
11893 "quote",
11894]
11895
11896[[package]]
11897name = "simdutf8"
11898version = "0.1.5"
11899source = "registry+https://github.com/rust-lang/crates.io-index"
11900checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
11901
11902[[package]]
11903name = "similar"
11904version = "1.3.0"
11905source = "registry+https://github.com/rust-lang/crates.io-index"
11906checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11907
11908[[package]]
11909name = "simple_asn1"
11910version = "0.6.2"
11911source = "registry+https://github.com/rust-lang/crates.io-index"
11912checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11913dependencies = [
11914 "num-bigint",
11915 "num-traits",
11916 "thiserror 1.0.69",
11917 "time",
11918]
11919
11920[[package]]
11921name = "simplecss"
11922version = "0.2.1"
11923source = "registry+https://github.com/rust-lang/crates.io-index"
11924checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11925dependencies = [
11926 "log",
11927]
11928
11929[[package]]
11930name = "simplelog"
11931version = "0.12.2"
11932source = "registry+https://github.com/rust-lang/crates.io-index"
11933checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11934dependencies = [
11935 "log",
11936 "termcolor",
11937 "time",
11938]
11939
11940[[package]]
11941name = "siphasher"
11942version = "0.3.11"
11943source = "registry+https://github.com/rust-lang/crates.io-index"
11944checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11945
11946[[package]]
11947name = "siphasher"
11948version = "1.0.1"
11949source = "registry+https://github.com/rust-lang/crates.io-index"
11950checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11951
11952[[package]]
11953name = "skrifa"
11954version = "0.22.3"
11955source = "registry+https://github.com/rust-lang/crates.io-index"
11956checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
11957dependencies = [
11958 "bytemuck",
11959 "read-fonts",
11960]
11961
11962[[package]]
11963name = "slab"
11964version = "0.4.9"
11965source = "registry+https://github.com/rust-lang/crates.io-index"
11966checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11967dependencies = [
11968 "autocfg",
11969]
11970
11971[[package]]
11972name = "slash_commands_example"
11973version = "0.1.0"
11974dependencies = [
11975 "zed_extension_api 0.1.0",
11976]
11977
11978[[package]]
11979name = "slice-group-by"
11980version = "0.3.1"
11981source = "registry+https://github.com/rust-lang/crates.io-index"
11982checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11983
11984[[package]]
11985name = "slotmap"
11986version = "1.0.7"
11987source = "registry+https://github.com/rust-lang/crates.io-index"
11988checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11989dependencies = [
11990 "version_check",
11991]
11992
11993[[package]]
11994name = "smallvec"
11995version = "1.13.2"
11996source = "registry+https://github.com/rust-lang/crates.io-index"
11997checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11998dependencies = [
11999 "serde",
12000]
12001
12002[[package]]
12003name = "smart-default"
12004version = "0.6.0"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12007dependencies = [
12008 "proc-macro2",
12009 "quote",
12010 "syn 1.0.109",
12011]
12012
12013[[package]]
12014name = "smol"
12015version = "2.0.2"
12016source = "registry+https://github.com/rust-lang/crates.io-index"
12017checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12018dependencies = [
12019 "async-channel 2.3.1",
12020 "async-executor",
12021 "async-fs",
12022 "async-io",
12023 "async-lock",
12024 "async-net",
12025 "async-process",
12026 "blocking",
12027 "futures-lite 2.5.0",
12028]
12029
12030[[package]]
12031name = "smol_str"
12032version = "0.1.24"
12033source = "registry+https://github.com/rust-lang/crates.io-index"
12034checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12035dependencies = [
12036 "serde",
12037]
12038
12039[[package]]
12040name = "snippet"
12041version = "0.1.0"
12042dependencies = [
12043 "anyhow",
12044 "smallvec",
12045]
12046
12047[[package]]
12048name = "snippet_provider"
12049version = "0.1.0"
12050dependencies = [
12051 "anyhow",
12052 "collections",
12053 "extension",
12054 "fs",
12055 "futures 0.3.31",
12056 "gpui",
12057 "parking_lot",
12058 "paths",
12059 "serde",
12060 "serde_json",
12061 "snippet",
12062 "util",
12063]
12064
12065[[package]]
12066name = "snippets_ui"
12067version = "0.1.0"
12068dependencies = [
12069 "fuzzy",
12070 "gpui",
12071 "language",
12072 "paths",
12073 "picker",
12074 "ui",
12075 "util",
12076 "workspace",
12077]
12078
12079[[package]]
12080name = "socket2"
12081version = "0.5.8"
12082source = "registry+https://github.com/rust-lang/crates.io-index"
12083checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12084dependencies = [
12085 "libc",
12086 "windows-sys 0.52.0",
12087]
12088
12089[[package]]
12090name = "spdx"
12091version = "0.10.7"
12092source = "registry+https://github.com/rust-lang/crates.io-index"
12093checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12094dependencies = [
12095 "smallvec",
12096]
12097
12098[[package]]
12099name = "spin"
12100version = "0.9.8"
12101source = "registry+https://github.com/rust-lang/crates.io-index"
12102checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12103dependencies = [
12104 "lock_api",
12105]
12106
12107[[package]]
12108name = "spirv"
12109version = "0.3.0+sdk-1.3.268.0"
12110source = "registry+https://github.com/rust-lang/crates.io-index"
12111checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12112dependencies = [
12113 "bitflags 2.8.0",
12114]
12115
12116[[package]]
12117name = "spki"
12118version = "0.6.0"
12119source = "registry+https://github.com/rust-lang/crates.io-index"
12120checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12121dependencies = [
12122 "base64ct",
12123 "der 0.6.1",
12124]
12125
12126[[package]]
12127name = "spki"
12128version = "0.7.3"
12129source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12131dependencies = [
12132 "base64ct",
12133 "der 0.7.9",
12134]
12135
12136[[package]]
12137name = "sptr"
12138version = "0.3.2"
12139source = "registry+https://github.com/rust-lang/crates.io-index"
12140checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12141
12142[[package]]
12143name = "sqlez"
12144version = "0.1.0"
12145dependencies = [
12146 "anyhow",
12147 "collections",
12148 "futures 0.3.31",
12149 "indoc",
12150 "libsqlite3-sys",
12151 "parking_lot",
12152 "smol",
12153 "sqlformat",
12154 "thread_local",
12155 "util",
12156 "uuid",
12157]
12158
12159[[package]]
12160name = "sqlez_macros"
12161version = "0.1.0"
12162dependencies = [
12163 "sqlez",
12164 "sqlformat",
12165 "syn 1.0.109",
12166]
12167
12168[[package]]
12169name = "sqlformat"
12170version = "0.2.6"
12171source = "registry+https://github.com/rust-lang/crates.io-index"
12172checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12173dependencies = [
12174 "nom",
12175 "unicode_categories",
12176]
12177
12178[[package]]
12179name = "sqlx"
12180version = "0.8.2"
12181source = "registry+https://github.com/rust-lang/crates.io-index"
12182checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
12183dependencies = [
12184 "sqlx-core",
12185 "sqlx-macros",
12186 "sqlx-mysql",
12187 "sqlx-postgres",
12188 "sqlx-sqlite",
12189]
12190
12191[[package]]
12192name = "sqlx-core"
12193version = "0.8.2"
12194source = "registry+https://github.com/rust-lang/crates.io-index"
12195checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
12196dependencies = [
12197 "atoi",
12198 "bigdecimal",
12199 "byteorder",
12200 "bytes 1.9.0",
12201 "chrono",
12202 "crc",
12203 "crossbeam-queue",
12204 "either",
12205 "event-listener 5.3.1",
12206 "futures-channel",
12207 "futures-core",
12208 "futures-intrusive",
12209 "futures-io",
12210 "futures-util",
12211 "hashbrown 0.14.5",
12212 "hashlink 0.9.1",
12213 "hex",
12214 "indexmap",
12215 "log",
12216 "memchr",
12217 "once_cell",
12218 "paste",
12219 "percent-encoding",
12220 "rust_decimal",
12221 "rustls 0.23.20",
12222 "rustls-pemfile 2.2.0",
12223 "serde",
12224 "serde_json",
12225 "sha2",
12226 "smallvec",
12227 "sqlformat",
12228 "thiserror 1.0.69",
12229 "time",
12230 "tokio",
12231 "tokio-stream",
12232 "tracing",
12233 "url",
12234 "uuid",
12235 "webpki-roots 0.26.7",
12236]
12237
12238[[package]]
12239name = "sqlx-macros"
12240version = "0.8.2"
12241source = "registry+https://github.com/rust-lang/crates.io-index"
12242checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
12243dependencies = [
12244 "proc-macro2",
12245 "quote",
12246 "sqlx-core",
12247 "sqlx-macros-core",
12248 "syn 2.0.90",
12249]
12250
12251[[package]]
12252name = "sqlx-macros-core"
12253version = "0.8.2"
12254source = "registry+https://github.com/rust-lang/crates.io-index"
12255checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
12256dependencies = [
12257 "dotenvy",
12258 "either",
12259 "heck 0.5.0",
12260 "hex",
12261 "once_cell",
12262 "proc-macro2",
12263 "quote",
12264 "serde",
12265 "serde_json",
12266 "sha2",
12267 "sqlx-core",
12268 "sqlx-mysql",
12269 "sqlx-postgres",
12270 "sqlx-sqlite",
12271 "syn 2.0.90",
12272 "tempfile",
12273 "tokio",
12274 "url",
12275]
12276
12277[[package]]
12278name = "sqlx-mysql"
12279version = "0.8.2"
12280source = "registry+https://github.com/rust-lang/crates.io-index"
12281checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
12282dependencies = [
12283 "atoi",
12284 "base64 0.22.1",
12285 "bigdecimal",
12286 "bitflags 2.8.0",
12287 "byteorder",
12288 "bytes 1.9.0",
12289 "chrono",
12290 "crc",
12291 "digest",
12292 "dotenvy",
12293 "either",
12294 "futures-channel",
12295 "futures-core",
12296 "futures-io",
12297 "futures-util",
12298 "generic-array",
12299 "hex",
12300 "hkdf",
12301 "hmac",
12302 "itoa",
12303 "log",
12304 "md-5",
12305 "memchr",
12306 "once_cell",
12307 "percent-encoding",
12308 "rand 0.8.5",
12309 "rsa",
12310 "rust_decimal",
12311 "serde",
12312 "sha1",
12313 "sha2",
12314 "smallvec",
12315 "sqlx-core",
12316 "stringprep",
12317 "thiserror 1.0.69",
12318 "time",
12319 "tracing",
12320 "uuid",
12321 "whoami",
12322]
12323
12324[[package]]
12325name = "sqlx-postgres"
12326version = "0.8.2"
12327source = "registry+https://github.com/rust-lang/crates.io-index"
12328checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
12329dependencies = [
12330 "atoi",
12331 "base64 0.22.1",
12332 "bigdecimal",
12333 "bitflags 2.8.0",
12334 "byteorder",
12335 "chrono",
12336 "crc",
12337 "dotenvy",
12338 "etcetera",
12339 "futures-channel",
12340 "futures-core",
12341 "futures-io",
12342 "futures-util",
12343 "hex",
12344 "hkdf",
12345 "hmac",
12346 "home",
12347 "itoa",
12348 "log",
12349 "md-5",
12350 "memchr",
12351 "num-bigint",
12352 "once_cell",
12353 "rand 0.8.5",
12354 "rust_decimal",
12355 "serde",
12356 "serde_json",
12357 "sha2",
12358 "smallvec",
12359 "sqlx-core",
12360 "stringprep",
12361 "thiserror 1.0.69",
12362 "time",
12363 "tracing",
12364 "uuid",
12365 "whoami",
12366]
12367
12368[[package]]
12369name = "sqlx-sqlite"
12370version = "0.8.2"
12371source = "registry+https://github.com/rust-lang/crates.io-index"
12372checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
12373dependencies = [
12374 "atoi",
12375 "chrono",
12376 "flume",
12377 "futures-channel",
12378 "futures-core",
12379 "futures-executor",
12380 "futures-intrusive",
12381 "futures-util",
12382 "libsqlite3-sys",
12383 "log",
12384 "percent-encoding",
12385 "serde",
12386 "serde_urlencoded",
12387 "sqlx-core",
12388 "time",
12389 "tracing",
12390 "url",
12391 "uuid",
12392]
12393
12394[[package]]
12395name = "stable_deref_trait"
12396version = "1.2.0"
12397source = "registry+https://github.com/rust-lang/crates.io-index"
12398checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12399
12400[[package]]
12401name = "static_assertions"
12402version = "1.1.0"
12403source = "registry+https://github.com/rust-lang/crates.io-index"
12404checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12405
12406[[package]]
12407name = "story"
12408version = "0.1.0"
12409dependencies = [
12410 "gpui",
12411 "itertools 0.14.0",
12412 "smallvec",
12413]
12414
12415[[package]]
12416name = "storybook"
12417version = "0.1.0"
12418dependencies = [
12419 "anyhow",
12420 "clap",
12421 "collab_ui",
12422 "ctrlc",
12423 "dialoguer",
12424 "editor",
12425 "fuzzy",
12426 "gpui",
12427 "indoc",
12428 "language",
12429 "log",
12430 "menu",
12431 "picker",
12432 "project",
12433 "reqwest_client",
12434 "rust-embed",
12435 "settings",
12436 "simplelog",
12437 "story",
12438 "strum",
12439 "theme",
12440 "title_bar",
12441 "ui",
12442]
12443
12444[[package]]
12445name = "streaming_diff"
12446version = "0.1.0"
12447dependencies = [
12448 "ordered-float 2.10.1",
12449 "rand 0.8.5",
12450 "rope",
12451 "util",
12452]
12453
12454[[package]]
12455name = "strict-num"
12456version = "0.1.1"
12457source = "registry+https://github.com/rust-lang/crates.io-index"
12458checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
12459dependencies = [
12460 "float-cmp",
12461]
12462
12463[[package]]
12464name = "string_cache"
12465version = "0.8.7"
12466source = "registry+https://github.com/rust-lang/crates.io-index"
12467checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
12468dependencies = [
12469 "new_debug_unreachable",
12470 "once_cell",
12471 "parking_lot",
12472 "phf_shared 0.10.0",
12473 "precomputed-hash",
12474 "serde",
12475]
12476
12477[[package]]
12478name = "string_cache_codegen"
12479version = "0.5.2"
12480source = "registry+https://github.com/rust-lang/crates.io-index"
12481checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
12482dependencies = [
12483 "phf_generator 0.10.0",
12484 "phf_shared 0.10.0",
12485 "proc-macro2",
12486 "quote",
12487]
12488
12489[[package]]
12490name = "stringprep"
12491version = "0.1.5"
12492source = "registry+https://github.com/rust-lang/crates.io-index"
12493checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
12494dependencies = [
12495 "unicode-bidi",
12496 "unicode-normalization",
12497 "unicode-properties",
12498]
12499
12500[[package]]
12501name = "strsim"
12502version = "0.11.1"
12503source = "registry+https://github.com/rust-lang/crates.io-index"
12504checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
12505
12506[[package]]
12507name = "strum"
12508version = "0.26.3"
12509source = "registry+https://github.com/rust-lang/crates.io-index"
12510checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
12511dependencies = [
12512 "strum_macros",
12513]
12514
12515[[package]]
12516name = "strum_macros"
12517version = "0.26.4"
12518source = "registry+https://github.com/rust-lang/crates.io-index"
12519checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
12520dependencies = [
12521 "heck 0.5.0",
12522 "proc-macro2",
12523 "quote",
12524 "rustversion",
12525 "syn 2.0.90",
12526]
12527
12528[[package]]
12529name = "subtle"
12530version = "2.6.1"
12531source = "registry+https://github.com/rust-lang/crates.io-index"
12532checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
12533
12534[[package]]
12535name = "sum_tree"
12536version = "0.1.0"
12537dependencies = [
12538 "arrayvec",
12539 "ctor",
12540 "env_logger 0.11.6",
12541 "log",
12542 "rand 0.8.5",
12543 "rayon",
12544]
12545
12546[[package]]
12547name = "supermaven"
12548version = "0.1.0"
12549dependencies = [
12550 "anyhow",
12551 "client",
12552 "collections",
12553 "editor",
12554 "env_logger 0.11.6",
12555 "futures 0.3.31",
12556 "gpui",
12557 "http_client",
12558 "inline_completion",
12559 "language",
12560 "log",
12561 "postage",
12562 "project",
12563 "serde",
12564 "serde_json",
12565 "settings",
12566 "smol",
12567 "supermaven_api",
12568 "text",
12569 "theme",
12570 "ui",
12571 "unicode-segmentation",
12572 "util",
12573]
12574
12575[[package]]
12576name = "supermaven_api"
12577version = "0.1.0"
12578dependencies = [
12579 "anyhow",
12580 "futures 0.3.31",
12581 "http_client",
12582 "paths",
12583 "serde",
12584 "serde_json",
12585 "smol",
12586]
12587
12588[[package]]
12589name = "sval"
12590version = "2.13.2"
12591source = "registry+https://github.com/rust-lang/crates.io-index"
12592checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
12593
12594[[package]]
12595name = "sval_buffer"
12596version = "2.13.2"
12597source = "registry+https://github.com/rust-lang/crates.io-index"
12598checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
12599dependencies = [
12600 "sval",
12601 "sval_ref",
12602]
12603
12604[[package]]
12605name = "sval_dynamic"
12606version = "2.13.2"
12607source = "registry+https://github.com/rust-lang/crates.io-index"
12608checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
12609dependencies = [
12610 "sval",
12611]
12612
12613[[package]]
12614name = "sval_fmt"
12615version = "2.13.2"
12616source = "registry+https://github.com/rust-lang/crates.io-index"
12617checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
12618dependencies = [
12619 "itoa",
12620 "ryu",
12621 "sval",
12622]
12623
12624[[package]]
12625name = "sval_json"
12626version = "2.13.2"
12627source = "registry+https://github.com/rust-lang/crates.io-index"
12628checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
12629dependencies = [
12630 "itoa",
12631 "ryu",
12632 "sval",
12633]
12634
12635[[package]]
12636name = "sval_nested"
12637version = "2.13.2"
12638source = "registry+https://github.com/rust-lang/crates.io-index"
12639checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
12640dependencies = [
12641 "sval",
12642 "sval_buffer",
12643 "sval_ref",
12644]
12645
12646[[package]]
12647name = "sval_ref"
12648version = "2.13.2"
12649source = "registry+https://github.com/rust-lang/crates.io-index"
12650checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
12651dependencies = [
12652 "sval",
12653]
12654
12655[[package]]
12656name = "sval_serde"
12657version = "2.13.2"
12658source = "registry+https://github.com/rust-lang/crates.io-index"
12659checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
12660dependencies = [
12661 "serde",
12662 "sval",
12663 "sval_nested",
12664]
12665
12666[[package]]
12667name = "svg_fmt"
12668version = "0.4.4"
12669source = "registry+https://github.com/rust-lang/crates.io-index"
12670checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
12671
12672[[package]]
12673name = "svgtypes"
12674version = "0.15.2"
12675source = "registry+https://github.com/rust-lang/crates.io-index"
12676checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12677dependencies = [
12678 "kurbo",
12679 "siphasher 1.0.1",
12680]
12681
12682[[package]]
12683name = "swash"
12684version = "0.1.19"
12685source = "registry+https://github.com/rust-lang/crates.io-index"
12686checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
12687dependencies = [
12688 "skrifa",
12689 "yazi",
12690 "zeno",
12691]
12692
12693[[package]]
12694name = "syn"
12695version = "1.0.109"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12698dependencies = [
12699 "proc-macro2",
12700 "quote",
12701 "unicode-ident",
12702]
12703
12704[[package]]
12705name = "syn"
12706version = "2.0.90"
12707source = "registry+https://github.com/rust-lang/crates.io-index"
12708checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
12709dependencies = [
12710 "proc-macro2",
12711 "quote",
12712 "unicode-ident",
12713]
12714
12715[[package]]
12716name = "sync_wrapper"
12717version = "0.1.2"
12718source = "registry+https://github.com/rust-lang/crates.io-index"
12719checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12720
12721[[package]]
12722name = "sync_wrapper"
12723version = "1.0.2"
12724source = "registry+https://github.com/rust-lang/crates.io-index"
12725checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
12726dependencies = [
12727 "futures-core",
12728]
12729
12730[[package]]
12731name = "synchronoise"
12732version = "1.0.1"
12733source = "registry+https://github.com/rust-lang/crates.io-index"
12734checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12735dependencies = [
12736 "crossbeam-queue",
12737]
12738
12739[[package]]
12740name = "synstructure"
12741version = "0.13.1"
12742source = "registry+https://github.com/rust-lang/crates.io-index"
12743checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
12744dependencies = [
12745 "proc-macro2",
12746 "quote",
12747 "syn 2.0.90",
12748]
12749
12750[[package]]
12751name = "sys-locale"
12752version = "0.3.2"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12755dependencies = [
12756 "libc",
12757]
12758
12759[[package]]
12760name = "sysinfo"
12761version = "0.31.4"
12762source = "registry+https://github.com/rust-lang/crates.io-index"
12763checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12764dependencies = [
12765 "core-foundation-sys",
12766 "libc",
12767 "memchr",
12768 "ntapi",
12769 "rayon",
12770 "windows 0.57.0",
12771]
12772
12773[[package]]
12774name = "system-configuration"
12775version = "0.5.1"
12776source = "registry+https://github.com/rust-lang/crates.io-index"
12777checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12778dependencies = [
12779 "bitflags 1.3.2",
12780 "core-foundation 0.9.4",
12781 "system-configuration-sys 0.5.0",
12782]
12783
12784[[package]]
12785name = "system-configuration"
12786version = "0.6.1"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12789dependencies = [
12790 "bitflags 2.8.0",
12791 "core-foundation 0.9.4",
12792 "system-configuration-sys 0.6.0",
12793]
12794
12795[[package]]
12796name = "system-configuration-sys"
12797version = "0.5.0"
12798source = "registry+https://github.com/rust-lang/crates.io-index"
12799checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12800dependencies = [
12801 "core-foundation-sys",
12802 "libc",
12803]
12804
12805[[package]]
12806name = "system-configuration-sys"
12807version = "0.6.0"
12808source = "registry+https://github.com/rust-lang/crates.io-index"
12809checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12810dependencies = [
12811 "core-foundation-sys",
12812 "libc",
12813]
12814
12815[[package]]
12816name = "system-deps"
12817version = "6.2.2"
12818source = "registry+https://github.com/rust-lang/crates.io-index"
12819checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12820dependencies = [
12821 "cfg-expr",
12822 "heck 0.5.0",
12823 "pkg-config",
12824 "toml 0.8.19",
12825 "version-compare",
12826]
12827
12828[[package]]
12829name = "system-interface"
12830version = "0.27.3"
12831source = "registry+https://github.com/rust-lang/crates.io-index"
12832checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
12833dependencies = [
12834 "bitflags 2.8.0",
12835 "cap-fs-ext",
12836 "cap-std",
12837 "fd-lock",
12838 "io-lifetimes",
12839 "rustix",
12840 "windows-sys 0.59.0",
12841 "winx",
12842]
12843
12844[[package]]
12845name = "tab_switcher"
12846version = "0.1.0"
12847dependencies = [
12848 "anyhow",
12849 "collections",
12850 "ctor",
12851 "editor",
12852 "env_logger 0.11.6",
12853 "gpui",
12854 "language",
12855 "menu",
12856 "picker",
12857 "project",
12858 "schemars",
12859 "serde",
12860 "serde_json",
12861 "settings",
12862 "theme",
12863 "ui",
12864 "util",
12865 "workspace",
12866]
12867
12868[[package]]
12869name = "taffy"
12870version = "0.4.4"
12871source = "registry+https://github.com/rust-lang/crates.io-index"
12872checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12873dependencies = [
12874 "arrayvec",
12875 "grid",
12876 "num-traits",
12877 "serde",
12878 "slotmap",
12879]
12880
12881[[package]]
12882name = "take-until"
12883version = "0.2.0"
12884source = "registry+https://github.com/rust-lang/crates.io-index"
12885checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12886
12887[[package]]
12888name = "tap"
12889version = "1.0.1"
12890source = "registry+https://github.com/rust-lang/crates.io-index"
12891checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12892
12893[[package]]
12894name = "target-lexicon"
12895version = "0.12.16"
12896source = "registry+https://github.com/rust-lang/crates.io-index"
12897checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12898
12899[[package]]
12900name = "task"
12901version = "0.1.0"
12902dependencies = [
12903 "anyhow",
12904 "collections",
12905 "futures 0.3.31",
12906 "gpui",
12907 "hex",
12908 "parking_lot",
12909 "schemars",
12910 "serde",
12911 "serde_json_lenient",
12912 "sha2",
12913 "shellexpand 2.1.2",
12914 "util",
12915 "zed_actions",
12916]
12917
12918[[package]]
12919name = "tasks_ui"
12920version = "0.1.0"
12921dependencies = [
12922 "anyhow",
12923 "editor",
12924 "file_icons",
12925 "fuzzy",
12926 "gpui",
12927 "language",
12928 "menu",
12929 "picker",
12930 "project",
12931 "schemars",
12932 "serde",
12933 "serde_json",
12934 "settings",
12935 "task",
12936 "tree-sitter-rust",
12937 "tree-sitter-typescript",
12938 "ui",
12939 "util",
12940 "workspace",
12941 "zed_actions",
12942]
12943
12944[[package]]
12945name = "telemetry"
12946version = "0.1.0"
12947dependencies = [
12948 "futures 0.3.31",
12949 "serde",
12950 "serde_json",
12951 "telemetry_events",
12952]
12953
12954[[package]]
12955name = "telemetry_events"
12956version = "0.1.0"
12957dependencies = [
12958 "semantic_version",
12959 "serde",
12960 "serde_json",
12961]
12962
12963[[package]]
12964name = "tempfile"
12965version = "3.15.0"
12966source = "registry+https://github.com/rust-lang/crates.io-index"
12967checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
12968dependencies = [
12969 "cfg-if",
12970 "fastrand 2.3.0",
12971 "getrandom 0.2.15",
12972 "once_cell",
12973 "rustix",
12974 "windows-sys 0.59.0",
12975]
12976
12977[[package]]
12978name = "tendril"
12979version = "0.4.3"
12980source = "registry+https://github.com/rust-lang/crates.io-index"
12981checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12982dependencies = [
12983 "futf",
12984 "mac",
12985 "utf-8",
12986]
12987
12988[[package]]
12989name = "termcolor"
12990version = "1.4.1"
12991source = "registry+https://github.com/rust-lang/crates.io-index"
12992checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12993dependencies = [
12994 "winapi-util",
12995]
12996
12997[[package]]
12998name = "terminal"
12999version = "0.1.0"
13000dependencies = [
13001 "alacritty_terminal",
13002 "anyhow",
13003 "collections",
13004 "dirs 4.0.0",
13005 "futures 0.3.31",
13006 "gpui",
13007 "libc",
13008 "rand 0.8.5",
13009 "regex",
13010 "release_channel",
13011 "schemars",
13012 "serde",
13013 "serde_derive",
13014 "settings",
13015 "smol",
13016 "sysinfo",
13017 "task",
13018 "theme",
13019 "thiserror 1.0.69",
13020 "util",
13021 "windows 0.58.0",
13022]
13023
13024[[package]]
13025name = "terminal_size"
13026version = "0.4.1"
13027source = "registry+https://github.com/rust-lang/crates.io-index"
13028checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13029dependencies = [
13030 "rustix",
13031 "windows-sys 0.59.0",
13032]
13033
13034[[package]]
13035name = "terminal_view"
13036version = "0.1.0"
13037dependencies = [
13038 "anyhow",
13039 "async-recursion 1.1.1",
13040 "breadcrumbs",
13041 "client",
13042 "collections",
13043 "db",
13044 "dirs 4.0.0",
13045 "editor",
13046 "futures 0.3.31",
13047 "gpui",
13048 "itertools 0.14.0",
13049 "language",
13050 "project",
13051 "rand 0.8.5",
13052 "schemars",
13053 "search",
13054 "serde",
13055 "serde_json",
13056 "settings",
13057 "shellexpand 2.1.2",
13058 "smol",
13059 "task",
13060 "terminal",
13061 "theme",
13062 "ui",
13063 "util",
13064 "workspace",
13065 "zed_actions",
13066]
13067
13068[[package]]
13069name = "text"
13070version = "0.1.0"
13071dependencies = [
13072 "anyhow",
13073 "clock",
13074 "collections",
13075 "ctor",
13076 "env_logger 0.11.6",
13077 "gpui",
13078 "http_client",
13079 "log",
13080 "parking_lot",
13081 "postage",
13082 "rand 0.8.5",
13083 "regex",
13084 "rope",
13085 "smallvec",
13086 "sum_tree",
13087 "util",
13088]
13089
13090[[package]]
13091name = "theme"
13092version = "0.1.0"
13093dependencies = [
13094 "anyhow",
13095 "collections",
13096 "derive_more",
13097 "fs",
13098 "futures 0.3.31",
13099 "gpui",
13100 "indexmap",
13101 "log",
13102 "palette",
13103 "parking_lot",
13104 "refineable",
13105 "schemars",
13106 "serde",
13107 "serde_derive",
13108 "serde_json",
13109 "serde_json_lenient",
13110 "serde_repr",
13111 "settings",
13112 "strum",
13113 "util",
13114 "uuid",
13115]
13116
13117[[package]]
13118name = "theme_extension"
13119version = "0.1.0"
13120dependencies = [
13121 "anyhow",
13122 "extension",
13123 "fs",
13124 "gpui",
13125 "theme",
13126]
13127
13128[[package]]
13129name = "theme_importer"
13130version = "0.1.0"
13131dependencies = [
13132 "anyhow",
13133 "clap",
13134 "gpui",
13135 "indexmap",
13136 "log",
13137 "palette",
13138 "rust-embed",
13139 "schemars",
13140 "serde",
13141 "serde_json",
13142 "serde_json_lenient",
13143 "simplelog",
13144 "strum",
13145 "theme",
13146 "vscode_theme",
13147]
13148
13149[[package]]
13150name = "theme_selector"
13151version = "0.1.0"
13152dependencies = [
13153 "fs",
13154 "fuzzy",
13155 "gpui",
13156 "log",
13157 "picker",
13158 "serde",
13159 "settings",
13160 "telemetry",
13161 "theme",
13162 "ui",
13163 "util",
13164 "workspace",
13165 "zed_actions",
13166]
13167
13168[[package]]
13169name = "thiserror"
13170version = "1.0.69"
13171source = "registry+https://github.com/rust-lang/crates.io-index"
13172checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13173dependencies = [
13174 "thiserror-impl 1.0.69",
13175]
13176
13177[[package]]
13178name = "thiserror"
13179version = "2.0.6"
13180source = "registry+https://github.com/rust-lang/crates.io-index"
13181checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13182dependencies = [
13183 "thiserror-impl 2.0.6",
13184]
13185
13186[[package]]
13187name = "thiserror-impl"
13188version = "1.0.69"
13189source = "registry+https://github.com/rust-lang/crates.io-index"
13190checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13191dependencies = [
13192 "proc-macro2",
13193 "quote",
13194 "syn 2.0.90",
13195]
13196
13197[[package]]
13198name = "thiserror-impl"
13199version = "2.0.6"
13200source = "registry+https://github.com/rust-lang/crates.io-index"
13201checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13202dependencies = [
13203 "proc-macro2",
13204 "quote",
13205 "syn 2.0.90",
13206]
13207
13208[[package]]
13209name = "thread_local"
13210version = "1.1.8"
13211source = "registry+https://github.com/rust-lang/crates.io-index"
13212checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13213dependencies = [
13214 "cfg-if",
13215 "once_cell",
13216]
13217
13218[[package]]
13219name = "tiff"
13220version = "0.9.1"
13221source = "registry+https://github.com/rust-lang/crates.io-index"
13222checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13223dependencies = [
13224 "flate2",
13225 "jpeg-decoder",
13226 "weezl",
13227]
13228
13229[[package]]
13230name = "tiktoken-rs"
13231version = "0.6.0"
13232source = "registry+https://github.com/rust-lang/crates.io-index"
13233checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13234dependencies = [
13235 "anyhow",
13236 "base64 0.21.7",
13237 "bstr",
13238 "fancy-regex 0.13.0",
13239 "lazy_static",
13240 "parking_lot",
13241 "regex",
13242 "rustc-hash 1.1.0",
13243]
13244
13245[[package]]
13246name = "time"
13247version = "0.3.37"
13248source = "registry+https://github.com/rust-lang/crates.io-index"
13249checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13250dependencies = [
13251 "deranged",
13252 "itoa",
13253 "libc",
13254 "num-conv",
13255 "num_threads",
13256 "powerfmt",
13257 "serde",
13258 "time-core",
13259 "time-macros",
13260]
13261
13262[[package]]
13263name = "time-core"
13264version = "0.1.2"
13265source = "registry+https://github.com/rust-lang/crates.io-index"
13266checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13267
13268[[package]]
13269name = "time-macros"
13270version = "0.2.19"
13271source = "registry+https://github.com/rust-lang/crates.io-index"
13272checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13273dependencies = [
13274 "num-conv",
13275 "time-core",
13276]
13277
13278[[package]]
13279name = "time_format"
13280version = "0.1.0"
13281dependencies = [
13282 "core-foundation 0.9.4",
13283 "core-foundation-sys",
13284 "sys-locale",
13285 "time",
13286]
13287
13288[[package]]
13289name = "tiny-keccak"
13290version = "2.0.2"
13291source = "registry+https://github.com/rust-lang/crates.io-index"
13292checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13293dependencies = [
13294 "crunchy",
13295]
13296
13297[[package]]
13298name = "tiny-skia"
13299version = "0.11.4"
13300source = "registry+https://github.com/rust-lang/crates.io-index"
13301checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13302dependencies = [
13303 "arrayref",
13304 "arrayvec",
13305 "bytemuck",
13306 "cfg-if",
13307 "log",
13308 "png",
13309 "tiny-skia-path",
13310]
13311
13312[[package]]
13313name = "tiny-skia-path"
13314version = "0.11.4"
13315source = "registry+https://github.com/rust-lang/crates.io-index"
13316checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13317dependencies = [
13318 "arrayref",
13319 "bytemuck",
13320 "strict-num",
13321]
13322
13323[[package]]
13324name = "tiny_http"
13325version = "0.8.2"
13326source = "registry+https://github.com/rust-lang/crates.io-index"
13327checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13328dependencies = [
13329 "ascii",
13330 "chrono",
13331 "chunked_transfer",
13332 "log",
13333 "url",
13334]
13335
13336[[package]]
13337name = "tinystr"
13338version = "0.7.6"
13339source = "registry+https://github.com/rust-lang/crates.io-index"
13340checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13341dependencies = [
13342 "displaydoc",
13343 "zerovec",
13344]
13345
13346[[package]]
13347name = "tinytemplate"
13348version = "1.2.1"
13349source = "registry+https://github.com/rust-lang/crates.io-index"
13350checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13351dependencies = [
13352 "serde",
13353 "serde_json",
13354]
13355
13356[[package]]
13357name = "tinyvec"
13358version = "1.8.0"
13359source = "registry+https://github.com/rust-lang/crates.io-index"
13360checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13361dependencies = [
13362 "tinyvec_macros",
13363]
13364
13365[[package]]
13366name = "tinyvec_macros"
13367version = "0.1.1"
13368source = "registry+https://github.com/rust-lang/crates.io-index"
13369checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13370
13371[[package]]
13372name = "title_bar"
13373version = "0.1.0"
13374dependencies = [
13375 "auto_update",
13376 "call",
13377 "client",
13378 "collections",
13379 "feature_flags",
13380 "git_ui",
13381 "gpui",
13382 "http_client",
13383 "notifications",
13384 "pretty_assertions",
13385 "project",
13386 "remote",
13387 "rpc",
13388 "schemars",
13389 "serde",
13390 "settings",
13391 "smallvec",
13392 "story",
13393 "telemetry",
13394 "theme",
13395 "tree-sitter-md",
13396 "ui",
13397 "util",
13398 "windows 0.58.0",
13399 "workspace",
13400 "zed_actions",
13401]
13402
13403[[package]]
13404name = "tokio"
13405version = "1.42.0"
13406source = "registry+https://github.com/rust-lang/crates.io-index"
13407checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
13408dependencies = [
13409 "backtrace",
13410 "bytes 1.9.0",
13411 "libc",
13412 "mio 1.0.3",
13413 "parking_lot",
13414 "pin-project-lite",
13415 "signal-hook-registry",
13416 "socket2",
13417 "tokio-macros",
13418 "windows-sys 0.52.0",
13419]
13420
13421[[package]]
13422name = "tokio-io"
13423version = "0.1.13"
13424source = "registry+https://github.com/rust-lang/crates.io-index"
13425checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
13426dependencies = [
13427 "bytes 0.4.12",
13428 "futures 0.1.31",
13429 "log",
13430]
13431
13432[[package]]
13433name = "tokio-macros"
13434version = "2.4.0"
13435source = "registry+https://github.com/rust-lang/crates.io-index"
13436checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
13437dependencies = [
13438 "proc-macro2",
13439 "quote",
13440 "syn 2.0.90",
13441]
13442
13443[[package]]
13444name = "tokio-native-tls"
13445version = "0.3.1"
13446source = "registry+https://github.com/rust-lang/crates.io-index"
13447checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
13448dependencies = [
13449 "native-tls",
13450 "tokio",
13451]
13452
13453[[package]]
13454name = "tokio-rustls"
13455version = "0.24.1"
13456source = "registry+https://github.com/rust-lang/crates.io-index"
13457checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
13458dependencies = [
13459 "rustls 0.21.12",
13460 "tokio",
13461]
13462
13463[[package]]
13464name = "tokio-rustls"
13465version = "0.26.1"
13466source = "registry+https://github.com/rust-lang/crates.io-index"
13467checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
13468dependencies = [
13469 "rustls 0.23.20",
13470 "tokio",
13471]
13472
13473[[package]]
13474name = "tokio-socks"
13475version = "0.5.2"
13476source = "registry+https://github.com/rust-lang/crates.io-index"
13477checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
13478dependencies = [
13479 "either",
13480 "futures-io",
13481 "futures-util",
13482 "thiserror 1.0.69",
13483 "tokio",
13484]
13485
13486[[package]]
13487name = "tokio-stream"
13488version = "0.1.17"
13489source = "registry+https://github.com/rust-lang/crates.io-index"
13490checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
13491dependencies = [
13492 "futures-core",
13493 "pin-project-lite",
13494 "tokio",
13495]
13496
13497[[package]]
13498name = "tokio-tungstenite"
13499version = "0.20.1"
13500source = "registry+https://github.com/rust-lang/crates.io-index"
13501checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
13502dependencies = [
13503 "futures-util",
13504 "log",
13505 "rustls 0.21.12",
13506 "rustls-native-certs 0.6.3",
13507 "tokio",
13508 "tokio-rustls 0.24.1",
13509 "tungstenite 0.20.1",
13510]
13511
13512[[package]]
13513name = "tokio-tungstenite"
13514version = "0.21.0"
13515source = "registry+https://github.com/rust-lang/crates.io-index"
13516checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
13517dependencies = [
13518 "futures-util",
13519 "log",
13520 "tokio",
13521 "tungstenite 0.21.0",
13522]
13523
13524[[package]]
13525name = "tokio-util"
13526version = "0.7.13"
13527source = "registry+https://github.com/rust-lang/crates.io-index"
13528checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
13529dependencies = [
13530 "bytes 1.9.0",
13531 "futures-core",
13532 "futures-io",
13533 "futures-sink",
13534 "pin-project-lite",
13535 "tokio",
13536]
13537
13538[[package]]
13539name = "toml"
13540version = "0.5.11"
13541source = "registry+https://github.com/rust-lang/crates.io-index"
13542checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
13543dependencies = [
13544 "serde",
13545]
13546
13547[[package]]
13548name = "toml"
13549version = "0.8.19"
13550source = "registry+https://github.com/rust-lang/crates.io-index"
13551checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
13552dependencies = [
13553 "serde",
13554 "serde_spanned",
13555 "toml_datetime",
13556 "toml_edit",
13557]
13558
13559[[package]]
13560name = "toml_datetime"
13561version = "0.6.8"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
13564dependencies = [
13565 "serde",
13566]
13567
13568[[package]]
13569name = "toml_edit"
13570version = "0.22.22"
13571source = "registry+https://github.com/rust-lang/crates.io-index"
13572checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
13573dependencies = [
13574 "indexmap",
13575 "serde",
13576 "serde_spanned",
13577 "toml_datetime",
13578 "winnow",
13579]
13580
13581[[package]]
13582name = "toolchain_selector"
13583version = "0.1.0"
13584dependencies = [
13585 "editor",
13586 "fuzzy",
13587 "gpui",
13588 "language",
13589 "picker",
13590 "project",
13591 "ui",
13592 "util",
13593 "workspace",
13594]
13595
13596[[package]]
13597name = "topological-sort"
13598version = "0.2.2"
13599source = "registry+https://github.com/rust-lang/crates.io-index"
13600checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
13601
13602[[package]]
13603name = "tower"
13604version = "0.4.13"
13605source = "registry+https://github.com/rust-lang/crates.io-index"
13606checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
13607dependencies = [
13608 "futures-core",
13609 "futures-util",
13610 "pin-project",
13611 "pin-project-lite",
13612 "tokio",
13613 "tower-layer",
13614 "tower-service",
13615 "tracing",
13616]
13617
13618[[package]]
13619name = "tower-http"
13620version = "0.3.5"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13623dependencies = [
13624 "bitflags 1.3.2",
13625 "bytes 1.9.0",
13626 "futures-core",
13627 "futures-util",
13628 "http 0.2.12",
13629 "http-body 0.4.6",
13630 "http-range-header",
13631 "pin-project-lite",
13632 "tower-layer",
13633 "tower-service",
13634]
13635
13636[[package]]
13637name = "tower-http"
13638version = "0.4.4"
13639source = "registry+https://github.com/rust-lang/crates.io-index"
13640checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13641dependencies = [
13642 "bitflags 2.8.0",
13643 "bytes 1.9.0",
13644 "futures-core",
13645 "futures-util",
13646 "http 0.2.12",
13647 "http-body 0.4.6",
13648 "http-range-header",
13649 "pin-project-lite",
13650 "tower-layer",
13651 "tower-service",
13652 "tracing",
13653]
13654
13655[[package]]
13656name = "tower-layer"
13657version = "0.3.3"
13658source = "registry+https://github.com/rust-lang/crates.io-index"
13659checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13660
13661[[package]]
13662name = "tower-service"
13663version = "0.3.3"
13664source = "registry+https://github.com/rust-lang/crates.io-index"
13665checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13666
13667[[package]]
13668name = "tracing"
13669version = "0.1.41"
13670source = "registry+https://github.com/rust-lang/crates.io-index"
13671checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
13672dependencies = [
13673 "log",
13674 "pin-project-lite",
13675 "tracing-attributes",
13676 "tracing-core",
13677]
13678
13679[[package]]
13680name = "tracing-attributes"
13681version = "0.1.28"
13682source = "registry+https://github.com/rust-lang/crates.io-index"
13683checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
13684dependencies = [
13685 "proc-macro2",
13686 "quote",
13687 "syn 2.0.90",
13688]
13689
13690[[package]]
13691name = "tracing-core"
13692version = "0.1.33"
13693source = "registry+https://github.com/rust-lang/crates.io-index"
13694checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
13695dependencies = [
13696 "once_cell",
13697 "valuable",
13698]
13699
13700[[package]]
13701name = "tracing-log"
13702version = "0.2.0"
13703source = "registry+https://github.com/rust-lang/crates.io-index"
13704checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13705dependencies = [
13706 "log",
13707 "once_cell",
13708 "tracing-core",
13709]
13710
13711[[package]]
13712name = "tracing-serde"
13713version = "0.2.0"
13714source = "registry+https://github.com/rust-lang/crates.io-index"
13715checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
13716dependencies = [
13717 "serde",
13718 "tracing-core",
13719]
13720
13721[[package]]
13722name = "tracing-subscriber"
13723version = "0.3.19"
13724source = "registry+https://github.com/rust-lang/crates.io-index"
13725checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
13726dependencies = [
13727 "matchers",
13728 "nu-ansi-term",
13729 "once_cell",
13730 "regex",
13731 "serde",
13732 "serde_json",
13733 "sharded-slab",
13734 "smallvec",
13735 "thread_local",
13736 "tracing",
13737 "tracing-core",
13738 "tracing-log",
13739 "tracing-serde",
13740]
13741
13742[[package]]
13743name = "tree-sitter"
13744version = "0.23.2"
13745source = "registry+https://github.com/rust-lang/crates.io-index"
13746checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
13747dependencies = [
13748 "cc",
13749 "regex",
13750 "regex-syntax 0.8.5",
13751 "tree-sitter-language",
13752 "wasmtime-c-api-impl",
13753]
13754
13755[[package]]
13756name = "tree-sitter-bash"
13757version = "0.23.3"
13758source = "registry+https://github.com/rust-lang/crates.io-index"
13759checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
13760dependencies = [
13761 "cc",
13762 "tree-sitter-language",
13763]
13764
13765[[package]]
13766name = "tree-sitter-c"
13767version = "0.23.4"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
13770dependencies = [
13771 "cc",
13772 "tree-sitter-language",
13773]
13774
13775[[package]]
13776name = "tree-sitter-cpp"
13777version = "0.23.4"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
13780dependencies = [
13781 "cc",
13782 "tree-sitter-language",
13783]
13784
13785[[package]]
13786name = "tree-sitter-css"
13787version = "0.23.2"
13788source = "registry+https://github.com/rust-lang/crates.io-index"
13789checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
13790dependencies = [
13791 "cc",
13792 "tree-sitter-language",
13793]
13794
13795[[package]]
13796name = "tree-sitter-diff"
13797version = "0.1.0"
13798source = "registry+https://github.com/rust-lang/crates.io-index"
13799checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13800dependencies = [
13801 "cc",
13802 "tree-sitter-language",
13803]
13804
13805[[package]]
13806name = "tree-sitter-elixir"
13807version = "0.3.3"
13808source = "registry+https://github.com/rust-lang/crates.io-index"
13809checksum = "23d7310aea06158653d18959123a64262bfbf122b7437899dea0c338654a51d3"
13810dependencies = [
13811 "cc",
13812 "tree-sitter-language",
13813]
13814
13815[[package]]
13816name = "tree-sitter-embedded-template"
13817version = "0.23.2"
13818source = "registry+https://github.com/rust-lang/crates.io-index"
13819checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
13820dependencies = [
13821 "cc",
13822 "tree-sitter-language",
13823]
13824
13825[[package]]
13826name = "tree-sitter-go"
13827version = "0.23.4"
13828source = "registry+https://github.com/rust-lang/crates.io-index"
13829checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
13830dependencies = [
13831 "cc",
13832 "tree-sitter-language",
13833]
13834
13835[[package]]
13836name = "tree-sitter-gomod"
13837version = "1.1.1"
13838source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
13839dependencies = [
13840 "cc",
13841 "tree-sitter-language",
13842]
13843
13844[[package]]
13845name = "tree-sitter-gowork"
13846version = "0.0.1"
13847source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13848dependencies = [
13849 "cc",
13850 "tree-sitter-language",
13851]
13852
13853[[package]]
13854name = "tree-sitter-heex"
13855version = "0.0.1"
13856source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13857dependencies = [
13858 "cc",
13859 "tree-sitter-language",
13860]
13861
13862[[package]]
13863name = "tree-sitter-html"
13864version = "0.20.4"
13865source = "registry+https://github.com/rust-lang/crates.io-index"
13866checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13867dependencies = [
13868 "cc",
13869 "tree-sitter",
13870]
13871
13872[[package]]
13873name = "tree-sitter-jsdoc"
13874version = "0.23.2"
13875source = "registry+https://github.com/rust-lang/crates.io-index"
13876checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
13877dependencies = [
13878 "cc",
13879 "tree-sitter-language",
13880]
13881
13882[[package]]
13883name = "tree-sitter-json"
13884version = "0.24.8"
13885source = "registry+https://github.com/rust-lang/crates.io-index"
13886checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
13887dependencies = [
13888 "cc",
13889 "tree-sitter-language",
13890]
13891
13892[[package]]
13893name = "tree-sitter-language"
13894version = "0.1.3"
13895source = "registry+https://github.com/rust-lang/crates.io-index"
13896checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
13897
13898[[package]]
13899name = "tree-sitter-md"
13900version = "0.3.2"
13901source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13902dependencies = [
13903 "cc",
13904 "tree-sitter-language",
13905]
13906
13907[[package]]
13908name = "tree-sitter-python"
13909version = "0.23.6"
13910source = "registry+https://github.com/rust-lang/crates.io-index"
13911checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
13912dependencies = [
13913 "cc",
13914 "tree-sitter-language",
13915]
13916
13917[[package]]
13918name = "tree-sitter-regex"
13919version = "0.23.0"
13920source = "registry+https://github.com/rust-lang/crates.io-index"
13921checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13922dependencies = [
13923 "cc",
13924 "tree-sitter-language",
13925]
13926
13927[[package]]
13928name = "tree-sitter-ruby"
13929version = "0.23.1"
13930source = "registry+https://github.com/rust-lang/crates.io-index"
13931checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
13932dependencies = [
13933 "cc",
13934 "tree-sitter-language",
13935]
13936
13937[[package]]
13938name = "tree-sitter-rust"
13939version = "0.23.2"
13940source = "registry+https://github.com/rust-lang/crates.io-index"
13941checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
13942dependencies = [
13943 "cc",
13944 "tree-sitter-language",
13945]
13946
13947[[package]]
13948name = "tree-sitter-typescript"
13949version = "0.23.2"
13950source = "registry+https://github.com/rust-lang/crates.io-index"
13951checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
13952dependencies = [
13953 "cc",
13954 "tree-sitter-language",
13955]
13956
13957[[package]]
13958name = "tree-sitter-yaml"
13959version = "0.6.1"
13960source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13961dependencies = [
13962 "cc",
13963 "tree-sitter-language",
13964]
13965
13966[[package]]
13967name = "try-lock"
13968version = "0.2.5"
13969source = "registry+https://github.com/rust-lang/crates.io-index"
13970checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13971
13972[[package]]
13973name = "ttf-parser"
13974version = "0.21.1"
13975source = "registry+https://github.com/rust-lang/crates.io-index"
13976checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13977
13978[[package]]
13979name = "tungstenite"
13980version = "0.20.1"
13981source = "registry+https://github.com/rust-lang/crates.io-index"
13982checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13983dependencies = [
13984 "byteorder",
13985 "bytes 1.9.0",
13986 "data-encoding",
13987 "http 0.2.12",
13988 "httparse",
13989 "log",
13990 "rand 0.8.5",
13991 "rustls 0.21.12",
13992 "sha1",
13993 "thiserror 1.0.69",
13994 "url",
13995 "utf-8",
13996]
13997
13998[[package]]
13999name = "tungstenite"
14000version = "0.21.0"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14003dependencies = [
14004 "byteorder",
14005 "bytes 1.9.0",
14006 "data-encoding",
14007 "http 1.2.0",
14008 "httparse",
14009 "log",
14010 "native-tls",
14011 "rand 0.8.5",
14012 "sha1",
14013 "thiserror 1.0.69",
14014 "url",
14015 "utf-8",
14016]
14017
14018[[package]]
14019name = "tungstenite"
14020version = "0.24.0"
14021source = "registry+https://github.com/rust-lang/crates.io-index"
14022checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14023dependencies = [
14024 "byteorder",
14025 "bytes 1.9.0",
14026 "data-encoding",
14027 "http 1.2.0",
14028 "httparse",
14029 "log",
14030 "rand 0.8.5",
14031 "sha1",
14032 "thiserror 1.0.69",
14033 "utf-8",
14034]
14035
14036[[package]]
14037name = "typeid"
14038version = "1.0.2"
14039source = "registry+https://github.com/rust-lang/crates.io-index"
14040checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14041
14042[[package]]
14043name = "typenum"
14044version = "1.17.0"
14045source = "registry+https://github.com/rust-lang/crates.io-index"
14046checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14047
14048[[package]]
14049name = "ucd-trie"
14050version = "0.1.7"
14051source = "registry+https://github.com/rust-lang/crates.io-index"
14052checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14053
14054[[package]]
14055name = "uds_windows"
14056version = "1.1.0"
14057source = "registry+https://github.com/rust-lang/crates.io-index"
14058checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14059dependencies = [
14060 "memoffset",
14061 "tempfile",
14062 "winapi",
14063]
14064
14065[[package]]
14066name = "ui"
14067version = "0.1.0"
14068dependencies = [
14069 "chrono",
14070 "gpui",
14071 "itertools 0.14.0",
14072 "menu",
14073 "serde",
14074 "settings",
14075 "smallvec",
14076 "story",
14077 "strum",
14078 "theme",
14079 "ui_macros",
14080 "windows 0.58.0",
14081]
14082
14083[[package]]
14084name = "ui_input"
14085version = "0.1.0"
14086dependencies = [
14087 "editor",
14088 "gpui",
14089 "settings",
14090 "theme",
14091 "ui",
14092]
14093
14094[[package]]
14095name = "ui_macros"
14096version = "0.1.0"
14097dependencies = [
14098 "convert_case 0.6.0",
14099 "proc-macro2",
14100 "quote",
14101 "syn 1.0.109",
14102]
14103
14104[[package]]
14105name = "unicase"
14106version = "2.8.1"
14107source = "registry+https://github.com/rust-lang/crates.io-index"
14108checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14109
14110[[package]]
14111name = "unicode-bidi"
14112version = "0.3.17"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14115
14116[[package]]
14117name = "unicode-bidi-mirroring"
14118version = "0.2.0"
14119source = "registry+https://github.com/rust-lang/crates.io-index"
14120checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14121
14122[[package]]
14123name = "unicode-ccc"
14124version = "0.2.0"
14125source = "registry+https://github.com/rust-lang/crates.io-index"
14126checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14127
14128[[package]]
14129name = "unicode-ident"
14130version = "1.0.14"
14131source = "registry+https://github.com/rust-lang/crates.io-index"
14132checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14133
14134[[package]]
14135name = "unicode-linebreak"
14136version = "0.1.5"
14137source = "registry+https://github.com/rust-lang/crates.io-index"
14138checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14139
14140[[package]]
14141name = "unicode-normalization"
14142version = "0.1.24"
14143source = "registry+https://github.com/rust-lang/crates.io-index"
14144checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14145dependencies = [
14146 "tinyvec",
14147]
14148
14149[[package]]
14150name = "unicode-properties"
14151version = "0.1.3"
14152source = "registry+https://github.com/rust-lang/crates.io-index"
14153checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14154
14155[[package]]
14156name = "unicode-script"
14157version = "0.5.7"
14158source = "registry+https://github.com/rust-lang/crates.io-index"
14159checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14160
14161[[package]]
14162name = "unicode-segmentation"
14163version = "1.12.0"
14164source = "registry+https://github.com/rust-lang/crates.io-index"
14165checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14166
14167[[package]]
14168name = "unicode-width"
14169version = "0.1.14"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14172
14173[[package]]
14174name = "unicode-xid"
14175version = "0.2.6"
14176source = "registry+https://github.com/rust-lang/crates.io-index"
14177checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14178
14179[[package]]
14180name = "unicode_categories"
14181version = "0.1.1"
14182source = "registry+https://github.com/rust-lang/crates.io-index"
14183checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14184
14185[[package]]
14186name = "unindent"
14187version = "0.1.11"
14188source = "registry+https://github.com/rust-lang/crates.io-index"
14189checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
14190
14191[[package]]
14192name = "untrusted"
14193version = "0.9.0"
14194source = "registry+https://github.com/rust-lang/crates.io-index"
14195checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14196
14197[[package]]
14198name = "url"
14199version = "2.5.4"
14200source = "registry+https://github.com/rust-lang/crates.io-index"
14201checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14202dependencies = [
14203 "form_urlencoded",
14204 "idna",
14205 "percent-encoding",
14206 "serde",
14207]
14208
14209[[package]]
14210name = "urlencoding"
14211version = "2.1.3"
14212source = "registry+https://github.com/rust-lang/crates.io-index"
14213checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14214
14215[[package]]
14216name = "usvg"
14217version = "0.44.0"
14218source = "registry+https://github.com/rust-lang/crates.io-index"
14219checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14220dependencies = [
14221 "base64 0.22.1",
14222 "data-url",
14223 "flate2",
14224 "imagesize",
14225 "kurbo",
14226 "log",
14227 "pico-args",
14228 "roxmltree",
14229 "simplecss",
14230 "siphasher 1.0.1",
14231 "strict-num",
14232 "svgtypes",
14233 "tiny-skia-path",
14234 "xmlwriter",
14235]
14236
14237[[package]]
14238name = "utf-8"
14239version = "0.7.6"
14240source = "registry+https://github.com/rust-lang/crates.io-index"
14241checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14242
14243[[package]]
14244name = "utf16_iter"
14245version = "1.0.5"
14246source = "registry+https://github.com/rust-lang/crates.io-index"
14247checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14248
14249[[package]]
14250name = "utf8_iter"
14251version = "1.0.4"
14252source = "registry+https://github.com/rust-lang/crates.io-index"
14253checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14254
14255[[package]]
14256name = "utf8parse"
14257version = "0.2.2"
14258source = "registry+https://github.com/rust-lang/crates.io-index"
14259checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14260
14261[[package]]
14262name = "util"
14263version = "0.1.0"
14264dependencies = [
14265 "anyhow",
14266 "async-fs",
14267 "collections",
14268 "dirs 4.0.0",
14269 "dunce",
14270 "futures 0.3.31",
14271 "futures-lite 1.13.0",
14272 "git2",
14273 "globset",
14274 "itertools 0.14.0",
14275 "libc",
14276 "log",
14277 "rand 0.8.5",
14278 "regex",
14279 "rust-embed",
14280 "serde",
14281 "serde_json",
14282 "smol",
14283 "take-until",
14284 "tempfile",
14285 "tendril",
14286 "unicase",
14287]
14288
14289[[package]]
14290name = "uuid"
14291version = "1.11.0"
14292source = "registry+https://github.com/rust-lang/crates.io-index"
14293checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
14294dependencies = [
14295 "getrandom 0.2.15",
14296 "serde",
14297 "sha1_smol",
14298]
14299
14300[[package]]
14301name = "v_frame"
14302version = "0.3.8"
14303source = "registry+https://github.com/rust-lang/crates.io-index"
14304checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14305dependencies = [
14306 "aligned-vec",
14307 "num-traits",
14308 "wasm-bindgen",
14309]
14310
14311[[package]]
14312name = "valuable"
14313version = "0.1.0"
14314source = "registry+https://github.com/rust-lang/crates.io-index"
14315checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14316
14317[[package]]
14318name = "value-bag"
14319version = "1.10.0"
14320source = "registry+https://github.com/rust-lang/crates.io-index"
14321checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14322dependencies = [
14323 "value-bag-serde1",
14324 "value-bag-sval2",
14325]
14326
14327[[package]]
14328name = "value-bag-serde1"
14329version = "1.10.0"
14330source = "registry+https://github.com/rust-lang/crates.io-index"
14331checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14332dependencies = [
14333 "erased-serde",
14334 "serde",
14335 "serde_fmt",
14336]
14337
14338[[package]]
14339name = "value-bag-sval2"
14340version = "1.10.0"
14341source = "registry+https://github.com/rust-lang/crates.io-index"
14342checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14343dependencies = [
14344 "sval",
14345 "sval_buffer",
14346 "sval_dynamic",
14347 "sval_fmt",
14348 "sval_json",
14349 "sval_ref",
14350 "sval_serde",
14351]
14352
14353[[package]]
14354name = "vcpkg"
14355version = "0.2.15"
14356source = "registry+https://github.com/rust-lang/crates.io-index"
14357checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14358
14359[[package]]
14360name = "vcs_menu"
14361version = "0.1.0"
14362dependencies = [
14363 "anyhow",
14364 "fuzzy",
14365 "git",
14366 "gpui",
14367 "picker",
14368 "project",
14369 "ui",
14370 "util",
14371 "workspace",
14372 "zed_actions",
14373]
14374
14375[[package]]
14376name = "version-compare"
14377version = "0.2.0"
14378source = "registry+https://github.com/rust-lang/crates.io-index"
14379checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14380
14381[[package]]
14382name = "version_check"
14383version = "0.9.5"
14384source = "registry+https://github.com/rust-lang/crates.io-index"
14385checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
14386
14387[[package]]
14388name = "vim"
14389version = "0.1.0"
14390dependencies = [
14391 "anyhow",
14392 "assets",
14393 "async-compat",
14394 "async-trait",
14395 "collections",
14396 "command_palette",
14397 "command_palette_hooks",
14398 "editor",
14399 "futures 0.3.31",
14400 "gpui",
14401 "indoc",
14402 "itertools 0.14.0",
14403 "language",
14404 "libc",
14405 "log",
14406 "lsp",
14407 "multi_buffer",
14408 "nvim-rs",
14409 "parking_lot",
14410 "project_panel",
14411 "regex",
14412 "release_channel",
14413 "schemars",
14414 "search",
14415 "serde",
14416 "serde_derive",
14417 "serde_json",
14418 "settings",
14419 "task",
14420 "theme",
14421 "tokio",
14422 "ui",
14423 "util",
14424 "vim_mode_setting",
14425 "workspace",
14426 "zed_actions",
14427]
14428
14429[[package]]
14430name = "vim_mode_setting"
14431version = "0.1.0"
14432dependencies = [
14433 "anyhow",
14434 "gpui",
14435 "settings",
14436]
14437
14438[[package]]
14439name = "vscode_theme"
14440version = "0.2.0"
14441source = "registry+https://github.com/rust-lang/crates.io-index"
14442checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
14443dependencies = [
14444 "serde",
14445]
14446
14447[[package]]
14448name = "vsimd"
14449version = "0.8.0"
14450source = "registry+https://github.com/rust-lang/crates.io-index"
14451checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
14452
14453[[package]]
14454name = "vswhom"
14455version = "0.1.0"
14456source = "registry+https://github.com/rust-lang/crates.io-index"
14457checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
14458dependencies = [
14459 "libc",
14460 "vswhom-sys",
14461]
14462
14463[[package]]
14464name = "vswhom-sys"
14465version = "0.1.2"
14466source = "registry+https://github.com/rust-lang/crates.io-index"
14467checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
14468dependencies = [
14469 "cc",
14470 "libc",
14471]
14472
14473[[package]]
14474name = "vte"
14475version = "0.14.1"
14476source = "registry+https://github.com/rust-lang/crates.io-index"
14477checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077"
14478dependencies = [
14479 "bitflags 2.8.0",
14480 "cursor-icon",
14481 "log",
14482 "memchr",
14483 "serde",
14484]
14485
14486[[package]]
14487name = "waker-fn"
14488version = "1.2.0"
14489source = "registry+https://github.com/rust-lang/crates.io-index"
14490checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
14491
14492[[package]]
14493name = "walkdir"
14494version = "2.5.0"
14495source = "registry+https://github.com/rust-lang/crates.io-index"
14496checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
14497dependencies = [
14498 "same-file",
14499 "winapi-util",
14500]
14501
14502[[package]]
14503name = "want"
14504version = "0.3.1"
14505source = "registry+https://github.com/rust-lang/crates.io-index"
14506checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
14507dependencies = [
14508 "try-lock",
14509]
14510
14511[[package]]
14512name = "warp"
14513version = "0.3.7"
14514source = "registry+https://github.com/rust-lang/crates.io-index"
14515checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
14516dependencies = [
14517 "bytes 1.9.0",
14518 "futures-channel",
14519 "futures-util",
14520 "headers",
14521 "http 0.2.12",
14522 "hyper 0.14.32",
14523 "log",
14524 "mime",
14525 "mime_guess",
14526 "percent-encoding",
14527 "pin-project",
14528 "scoped-tls",
14529 "serde",
14530 "serde_json",
14531 "serde_urlencoded",
14532 "tokio",
14533 "tokio-tungstenite 0.21.0",
14534 "tokio-util",
14535 "tower-service",
14536 "tracing",
14537]
14538
14539[[package]]
14540name = "wasi"
14541version = "0.9.0+wasi-snapshot-preview1"
14542source = "registry+https://github.com/rust-lang/crates.io-index"
14543checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
14544
14545[[package]]
14546name = "wasi"
14547version = "0.11.0+wasi-snapshot-preview1"
14548source = "registry+https://github.com/rust-lang/crates.io-index"
14549checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
14550
14551[[package]]
14552name = "wasite"
14553version = "0.1.0"
14554source = "registry+https://github.com/rust-lang/crates.io-index"
14555checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
14556
14557[[package]]
14558name = "wasm-bindgen"
14559version = "0.2.99"
14560source = "registry+https://github.com/rust-lang/crates.io-index"
14561checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
14562dependencies = [
14563 "cfg-if",
14564 "once_cell",
14565 "wasm-bindgen-macro",
14566]
14567
14568[[package]]
14569name = "wasm-bindgen-backend"
14570version = "0.2.99"
14571source = "registry+https://github.com/rust-lang/crates.io-index"
14572checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
14573dependencies = [
14574 "bumpalo",
14575 "log",
14576 "proc-macro2",
14577 "quote",
14578 "syn 2.0.90",
14579 "wasm-bindgen-shared",
14580]
14581
14582[[package]]
14583name = "wasm-bindgen-futures"
14584version = "0.4.49"
14585source = "registry+https://github.com/rust-lang/crates.io-index"
14586checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
14587dependencies = [
14588 "cfg-if",
14589 "js-sys",
14590 "once_cell",
14591 "wasm-bindgen",
14592 "web-sys",
14593]
14594
14595[[package]]
14596name = "wasm-bindgen-macro"
14597version = "0.2.99"
14598source = "registry+https://github.com/rust-lang/crates.io-index"
14599checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
14600dependencies = [
14601 "quote",
14602 "wasm-bindgen-macro-support",
14603]
14604
14605[[package]]
14606name = "wasm-bindgen-macro-support"
14607version = "0.2.99"
14608source = "registry+https://github.com/rust-lang/crates.io-index"
14609checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
14610dependencies = [
14611 "proc-macro2",
14612 "quote",
14613 "syn 2.0.90",
14614 "wasm-bindgen-backend",
14615 "wasm-bindgen-shared",
14616]
14617
14618[[package]]
14619name = "wasm-bindgen-shared"
14620version = "0.2.99"
14621source = "registry+https://github.com/rust-lang/crates.io-index"
14622checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
14623
14624[[package]]
14625name = "wasm-encoder"
14626version = "0.201.0"
14627source = "registry+https://github.com/rust-lang/crates.io-index"
14628checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
14629dependencies = [
14630 "leb128",
14631]
14632
14633[[package]]
14634name = "wasm-encoder"
14635version = "0.215.0"
14636source = "registry+https://github.com/rust-lang/crates.io-index"
14637checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14638dependencies = [
14639 "leb128",
14640]
14641
14642[[package]]
14643name = "wasm-metadata"
14644version = "0.201.0"
14645source = "registry+https://github.com/rust-lang/crates.io-index"
14646checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14647dependencies = [
14648 "anyhow",
14649 "indexmap",
14650 "serde",
14651 "serde_derive",
14652 "serde_json",
14653 "spdx",
14654 "wasm-encoder 0.201.0",
14655 "wasmparser 0.201.0",
14656]
14657
14658[[package]]
14659name = "wasm-streams"
14660version = "0.4.2"
14661source = "registry+https://github.com/rust-lang/crates.io-index"
14662checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
14663dependencies = [
14664 "futures-util",
14665 "js-sys",
14666 "wasm-bindgen",
14667 "wasm-bindgen-futures",
14668 "web-sys",
14669]
14670
14671[[package]]
14672name = "wasmparser"
14673version = "0.201.0"
14674source = "registry+https://github.com/rust-lang/crates.io-index"
14675checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14676dependencies = [
14677 "bitflags 2.8.0",
14678 "indexmap",
14679 "semver",
14680]
14681
14682[[package]]
14683name = "wasmparser"
14684version = "0.215.0"
14685source = "registry+https://github.com/rust-lang/crates.io-index"
14686checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14687dependencies = [
14688 "ahash 0.8.11",
14689 "bitflags 2.8.0",
14690 "hashbrown 0.14.5",
14691 "indexmap",
14692 "semver",
14693 "serde",
14694]
14695
14696[[package]]
14697name = "wasmprinter"
14698version = "0.215.0"
14699source = "registry+https://github.com/rust-lang/crates.io-index"
14700checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14701dependencies = [
14702 "anyhow",
14703 "termcolor",
14704 "wasmparser 0.215.0",
14705]
14706
14707[[package]]
14708name = "wasmtime"
14709version = "24.0.2"
14710source = "registry+https://github.com/rust-lang/crates.io-index"
14711checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14712dependencies = [
14713 "anyhow",
14714 "async-trait",
14715 "bitflags 2.8.0",
14716 "bumpalo",
14717 "cc",
14718 "cfg-if",
14719 "encoding_rs",
14720 "hashbrown 0.14.5",
14721 "indexmap",
14722 "libc",
14723 "libm",
14724 "log",
14725 "mach2",
14726 "memfd",
14727 "object",
14728 "once_cell",
14729 "paste",
14730 "postcard",
14731 "psm",
14732 "rustix",
14733 "semver",
14734 "serde",
14735 "serde_derive",
14736 "smallvec",
14737 "sptr",
14738 "target-lexicon",
14739 "wasmparser 0.215.0",
14740 "wasmtime-asm-macros",
14741 "wasmtime-component-macro",
14742 "wasmtime-component-util",
14743 "wasmtime-cranelift",
14744 "wasmtime-environ",
14745 "wasmtime-fiber",
14746 "wasmtime-jit-icache-coherence",
14747 "wasmtime-slab",
14748 "wasmtime-versioned-export-macros",
14749 "wasmtime-winch",
14750 "windows-sys 0.52.0",
14751]
14752
14753[[package]]
14754name = "wasmtime-asm-macros"
14755version = "24.0.2"
14756source = "registry+https://github.com/rust-lang/crates.io-index"
14757checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14758dependencies = [
14759 "cfg-if",
14760]
14761
14762[[package]]
14763name = "wasmtime-c-api-impl"
14764version = "24.0.2"
14765source = "registry+https://github.com/rust-lang/crates.io-index"
14766checksum = "4e038dd412700174019867608617127e7cc4f113f764dd10e7488dbf5f47b191"
14767dependencies = [
14768 "anyhow",
14769 "log",
14770 "once_cell",
14771 "tracing",
14772 "wasmtime",
14773 "wasmtime-c-api-macros",
14774]
14775
14776[[package]]
14777name = "wasmtime-c-api-macros"
14778version = "24.0.2"
14779source = "registry+https://github.com/rust-lang/crates.io-index"
14780checksum = "bde0ca2263811d980ab676bcb2a190c990737f58969a908976101ad208149a17"
14781dependencies = [
14782 "proc-macro2",
14783 "quote",
14784]
14785
14786[[package]]
14787name = "wasmtime-component-macro"
14788version = "24.0.2"
14789source = "registry+https://github.com/rust-lang/crates.io-index"
14790checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14791dependencies = [
14792 "anyhow",
14793 "proc-macro2",
14794 "quote",
14795 "syn 2.0.90",
14796 "wasmtime-component-util",
14797 "wasmtime-wit-bindgen",
14798 "wit-parser 0.215.0",
14799]
14800
14801[[package]]
14802name = "wasmtime-component-util"
14803version = "24.0.2"
14804source = "registry+https://github.com/rust-lang/crates.io-index"
14805checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14806
14807[[package]]
14808name = "wasmtime-cranelift"
14809version = "24.0.2"
14810source = "registry+https://github.com/rust-lang/crates.io-index"
14811checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14812dependencies = [
14813 "anyhow",
14814 "cfg-if",
14815 "cranelift-codegen",
14816 "cranelift-control",
14817 "cranelift-entity",
14818 "cranelift-frontend",
14819 "cranelift-native",
14820 "cranelift-wasm",
14821 "gimli 0.29.0",
14822 "log",
14823 "object",
14824 "target-lexicon",
14825 "thiserror 1.0.69",
14826 "wasmparser 0.215.0",
14827 "wasmtime-environ",
14828 "wasmtime-versioned-export-macros",
14829]
14830
14831[[package]]
14832name = "wasmtime-environ"
14833version = "24.0.2"
14834source = "registry+https://github.com/rust-lang/crates.io-index"
14835checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14836dependencies = [
14837 "anyhow",
14838 "cpp_demangle",
14839 "cranelift-bitset",
14840 "cranelift-entity",
14841 "gimli 0.29.0",
14842 "indexmap",
14843 "log",
14844 "object",
14845 "postcard",
14846 "rustc-demangle",
14847 "semver",
14848 "serde",
14849 "serde_derive",
14850 "target-lexicon",
14851 "wasm-encoder 0.215.0",
14852 "wasmparser 0.215.0",
14853 "wasmprinter",
14854 "wasmtime-component-util",
14855 "wasmtime-types",
14856]
14857
14858[[package]]
14859name = "wasmtime-fiber"
14860version = "24.0.2"
14861source = "registry+https://github.com/rust-lang/crates.io-index"
14862checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14863dependencies = [
14864 "anyhow",
14865 "cc",
14866 "cfg-if",
14867 "rustix",
14868 "wasmtime-asm-macros",
14869 "wasmtime-versioned-export-macros",
14870 "windows-sys 0.52.0",
14871]
14872
14873[[package]]
14874name = "wasmtime-jit-icache-coherence"
14875version = "24.0.2"
14876source = "registry+https://github.com/rust-lang/crates.io-index"
14877checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14878dependencies = [
14879 "anyhow",
14880 "cfg-if",
14881 "libc",
14882 "windows-sys 0.52.0",
14883]
14884
14885[[package]]
14886name = "wasmtime-slab"
14887version = "24.0.2"
14888source = "registry+https://github.com/rust-lang/crates.io-index"
14889checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14890
14891[[package]]
14892name = "wasmtime-types"
14893version = "24.0.2"
14894source = "registry+https://github.com/rust-lang/crates.io-index"
14895checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14896dependencies = [
14897 "anyhow",
14898 "cranelift-entity",
14899 "serde",
14900 "serde_derive",
14901 "smallvec",
14902 "wasmparser 0.215.0",
14903]
14904
14905[[package]]
14906name = "wasmtime-versioned-export-macros"
14907version = "24.0.2"
14908source = "registry+https://github.com/rust-lang/crates.io-index"
14909checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14910dependencies = [
14911 "proc-macro2",
14912 "quote",
14913 "syn 2.0.90",
14914]
14915
14916[[package]]
14917name = "wasmtime-wasi"
14918version = "24.0.2"
14919source = "registry+https://github.com/rust-lang/crates.io-index"
14920checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
14921dependencies = [
14922 "anyhow",
14923 "async-trait",
14924 "bitflags 2.8.0",
14925 "bytes 1.9.0",
14926 "cap-fs-ext",
14927 "cap-net-ext",
14928 "cap-rand",
14929 "cap-std",
14930 "cap-time-ext",
14931 "fs-set-times",
14932 "futures 0.3.31",
14933 "io-extras",
14934 "io-lifetimes",
14935 "once_cell",
14936 "rustix",
14937 "system-interface",
14938 "thiserror 1.0.69",
14939 "tokio",
14940 "tracing",
14941 "url",
14942 "wasmtime",
14943 "wiggle",
14944 "windows-sys 0.52.0",
14945]
14946
14947[[package]]
14948name = "wasmtime-winch"
14949version = "24.0.2"
14950source = "registry+https://github.com/rust-lang/crates.io-index"
14951checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14952dependencies = [
14953 "anyhow",
14954 "cranelift-codegen",
14955 "gimli 0.29.0",
14956 "object",
14957 "target-lexicon",
14958 "wasmparser 0.215.0",
14959 "wasmtime-cranelift",
14960 "wasmtime-environ",
14961 "winch-codegen",
14962]
14963
14964[[package]]
14965name = "wasmtime-wit-bindgen"
14966version = "24.0.2"
14967source = "registry+https://github.com/rust-lang/crates.io-index"
14968checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14969dependencies = [
14970 "anyhow",
14971 "heck 0.4.1",
14972 "indexmap",
14973 "wit-parser 0.215.0",
14974]
14975
14976[[package]]
14977name = "wast"
14978version = "35.0.2"
14979source = "registry+https://github.com/rust-lang/crates.io-index"
14980checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14981dependencies = [
14982 "leb128",
14983]
14984
14985[[package]]
14986name = "wayland-backend"
14987version = "0.3.7"
14988source = "registry+https://github.com/rust-lang/crates.io-index"
14989checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
14990dependencies = [
14991 "cc",
14992 "downcast-rs",
14993 "rustix",
14994 "scoped-tls",
14995 "smallvec",
14996 "wayland-sys",
14997]
14998
14999[[package]]
15000name = "wayland-client"
15001version = "0.31.7"
15002source = "registry+https://github.com/rust-lang/crates.io-index"
15003checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
15004dependencies = [
15005 "bitflags 2.8.0",
15006 "rustix",
15007 "wayland-backend",
15008 "wayland-scanner",
15009]
15010
15011[[package]]
15012name = "wayland-cursor"
15013version = "0.31.7"
15014source = "registry+https://github.com/rust-lang/crates.io-index"
15015checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c"
15016dependencies = [
15017 "rustix",
15018 "wayland-client",
15019 "xcursor",
15020]
15021
15022[[package]]
15023name = "wayland-protocols"
15024version = "0.31.2"
15025source = "registry+https://github.com/rust-lang/crates.io-index"
15026checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15027dependencies = [
15028 "bitflags 2.8.0",
15029 "wayland-backend",
15030 "wayland-client",
15031 "wayland-scanner",
15032]
15033
15034[[package]]
15035name = "wayland-protocols-plasma"
15036version = "0.2.0"
15037source = "registry+https://github.com/rust-lang/crates.io-index"
15038checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15039dependencies = [
15040 "bitflags 2.8.0",
15041 "wayland-backend",
15042 "wayland-client",
15043 "wayland-protocols",
15044 "wayland-scanner",
15045]
15046
15047[[package]]
15048name = "wayland-scanner"
15049version = "0.31.5"
15050source = "registry+https://github.com/rust-lang/crates.io-index"
15051checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
15052dependencies = [
15053 "proc-macro2",
15054 "quick-xml 0.36.2",
15055 "quote",
15056]
15057
15058[[package]]
15059name = "wayland-sys"
15060version = "0.31.5"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
15063dependencies = [
15064 "dlib",
15065 "log",
15066 "once_cell",
15067 "pkg-config",
15068]
15069
15070[[package]]
15071name = "web-sys"
15072version = "0.3.76"
15073source = "registry+https://github.com/rust-lang/crates.io-index"
15074checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15075dependencies = [
15076 "js-sys",
15077 "wasm-bindgen",
15078]
15079
15080[[package]]
15081name = "web-time"
15082version = "1.1.0"
15083source = "registry+https://github.com/rust-lang/crates.io-index"
15084checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15085dependencies = [
15086 "js-sys",
15087 "wasm-bindgen",
15088]
15089
15090[[package]]
15091name = "webpki"
15092version = "0.22.4"
15093source = "registry+https://github.com/rust-lang/crates.io-index"
15094checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
15095dependencies = [
15096 "ring",
15097 "untrusted",
15098]
15099
15100[[package]]
15101name = "webpki-roots"
15102version = "0.22.6"
15103source = "registry+https://github.com/rust-lang/crates.io-index"
15104checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
15105dependencies = [
15106 "webpki",
15107]
15108
15109[[package]]
15110name = "webpki-roots"
15111version = "0.26.7"
15112source = "registry+https://github.com/rust-lang/crates.io-index"
15113checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15114dependencies = [
15115 "rustls-pki-types",
15116]
15117
15118[[package]]
15119name = "webrtc-sys"
15120version = "0.3.5"
15121source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15122dependencies = [
15123 "cc",
15124 "cxx",
15125 "cxx-build",
15126 "glob",
15127 "log",
15128 "webrtc-sys-build",
15129]
15130
15131[[package]]
15132name = "webrtc-sys-build"
15133version = "0.3.5"
15134source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15135dependencies = [
15136 "fs2",
15137 "regex",
15138 "reqwest 0.11.27",
15139 "scratch",
15140 "semver",
15141 "zip",
15142]
15143
15144[[package]]
15145name = "weezl"
15146version = "0.1.8"
15147source = "registry+https://github.com/rust-lang/crates.io-index"
15148checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15149
15150[[package]]
15151name = "welcome"
15152version = "0.1.0"
15153dependencies = [
15154 "anyhow",
15155 "client",
15156 "copilot",
15157 "db",
15158 "editor",
15159 "fuzzy",
15160 "gpui",
15161 "install_cli",
15162 "picker",
15163 "project",
15164 "schemars",
15165 "serde",
15166 "settings",
15167 "telemetry",
15168 "ui",
15169 "util",
15170 "vim_mode_setting",
15171 "workspace",
15172 "zed_actions",
15173]
15174
15175[[package]]
15176name = "which"
15177version = "4.4.2"
15178source = "registry+https://github.com/rust-lang/crates.io-index"
15179checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15180dependencies = [
15181 "either",
15182 "home",
15183 "once_cell",
15184 "rustix",
15185]
15186
15187[[package]]
15188name = "which"
15189version = "6.0.3"
15190source = "registry+https://github.com/rust-lang/crates.io-index"
15191checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15192dependencies = [
15193 "either",
15194 "home",
15195 "rustix",
15196 "winsafe",
15197]
15198
15199[[package]]
15200name = "whoami"
15201version = "1.5.2"
15202source = "registry+https://github.com/rust-lang/crates.io-index"
15203checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15204dependencies = [
15205 "redox_syscall 0.5.8",
15206 "wasite",
15207]
15208
15209[[package]]
15210name = "wiggle"
15211version = "24.0.2"
15212source = "registry+https://github.com/rust-lang/crates.io-index"
15213checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
15214dependencies = [
15215 "anyhow",
15216 "async-trait",
15217 "bitflags 2.8.0",
15218 "thiserror 1.0.69",
15219 "tracing",
15220 "wasmtime",
15221 "wiggle-macro",
15222]
15223
15224[[package]]
15225name = "wiggle-generate"
15226version = "24.0.2"
15227source = "registry+https://github.com/rust-lang/crates.io-index"
15228checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
15229dependencies = [
15230 "anyhow",
15231 "heck 0.4.1",
15232 "proc-macro2",
15233 "quote",
15234 "shellexpand 2.1.2",
15235 "syn 2.0.90",
15236 "witx",
15237]
15238
15239[[package]]
15240name = "wiggle-macro"
15241version = "24.0.2"
15242source = "registry+https://github.com/rust-lang/crates.io-index"
15243checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
15244dependencies = [
15245 "proc-macro2",
15246 "quote",
15247 "syn 2.0.90",
15248 "wiggle-generate",
15249]
15250
15251[[package]]
15252name = "winapi"
15253version = "0.3.9"
15254source = "registry+https://github.com/rust-lang/crates.io-index"
15255checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15256dependencies = [
15257 "winapi-i686-pc-windows-gnu",
15258 "winapi-x86_64-pc-windows-gnu",
15259]
15260
15261[[package]]
15262name = "winapi-i686-pc-windows-gnu"
15263version = "0.4.0"
15264source = "registry+https://github.com/rust-lang/crates.io-index"
15265checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15266
15267[[package]]
15268name = "winapi-util"
15269version = "0.1.9"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15272dependencies = [
15273 "windows-sys 0.59.0",
15274]
15275
15276[[package]]
15277name = "winapi-x86_64-pc-windows-gnu"
15278version = "0.4.0"
15279source = "registry+https://github.com/rust-lang/crates.io-index"
15280checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15281
15282[[package]]
15283name = "winch-codegen"
15284version = "0.22.2"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
15287dependencies = [
15288 "anyhow",
15289 "cranelift-codegen",
15290 "gimli 0.29.0",
15291 "regalloc2",
15292 "smallvec",
15293 "target-lexicon",
15294 "wasmparser 0.215.0",
15295 "wasmtime-cranelift",
15296 "wasmtime-environ",
15297]
15298
15299[[package]]
15300name = "windows"
15301version = "0.54.0"
15302source = "registry+https://github.com/rust-lang/crates.io-index"
15303checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15304dependencies = [
15305 "windows-core 0.54.0",
15306 "windows-targets 0.52.6",
15307]
15308
15309[[package]]
15310name = "windows"
15311version = "0.57.0"
15312source = "registry+https://github.com/rust-lang/crates.io-index"
15313checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15314dependencies = [
15315 "windows-core 0.57.0",
15316 "windows-targets 0.52.6",
15317]
15318
15319[[package]]
15320name = "windows"
15321version = "0.58.0"
15322source = "registry+https://github.com/rust-lang/crates.io-index"
15323checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15324dependencies = [
15325 "windows-core 0.58.0",
15326 "windows-targets 0.52.6",
15327]
15328
15329[[package]]
15330name = "windows-core"
15331version = "0.52.0"
15332source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15334dependencies = [
15335 "windows-targets 0.52.6",
15336]
15337
15338[[package]]
15339name = "windows-core"
15340version = "0.54.0"
15341source = "registry+https://github.com/rust-lang/crates.io-index"
15342checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15343dependencies = [
15344 "windows-result 0.1.2",
15345 "windows-targets 0.52.6",
15346]
15347
15348[[package]]
15349name = "windows-core"
15350version = "0.57.0"
15351source = "registry+https://github.com/rust-lang/crates.io-index"
15352checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15353dependencies = [
15354 "windows-implement 0.57.0",
15355 "windows-interface 0.57.0",
15356 "windows-result 0.1.2",
15357 "windows-targets 0.52.6",
15358]
15359
15360[[package]]
15361name = "windows-core"
15362version = "0.58.0"
15363source = "registry+https://github.com/rust-lang/crates.io-index"
15364checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
15365dependencies = [
15366 "windows-implement 0.58.0",
15367 "windows-interface 0.58.0",
15368 "windows-result 0.2.0",
15369 "windows-strings",
15370 "windows-targets 0.52.6",
15371]
15372
15373[[package]]
15374name = "windows-implement"
15375version = "0.57.0"
15376source = "registry+https://github.com/rust-lang/crates.io-index"
15377checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
15378dependencies = [
15379 "proc-macro2",
15380 "quote",
15381 "syn 2.0.90",
15382]
15383
15384[[package]]
15385name = "windows-implement"
15386version = "0.58.0"
15387source = "registry+https://github.com/rust-lang/crates.io-index"
15388checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
15389dependencies = [
15390 "proc-macro2",
15391 "quote",
15392 "syn 2.0.90",
15393]
15394
15395[[package]]
15396name = "windows-interface"
15397version = "0.57.0"
15398source = "registry+https://github.com/rust-lang/crates.io-index"
15399checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
15400dependencies = [
15401 "proc-macro2",
15402 "quote",
15403 "syn 2.0.90",
15404]
15405
15406[[package]]
15407name = "windows-interface"
15408version = "0.58.0"
15409source = "registry+https://github.com/rust-lang/crates.io-index"
15410checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
15411dependencies = [
15412 "proc-macro2",
15413 "quote",
15414 "syn 2.0.90",
15415]
15416
15417[[package]]
15418name = "windows-registry"
15419version = "0.2.0"
15420source = "registry+https://github.com/rust-lang/crates.io-index"
15421checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
15422dependencies = [
15423 "windows-result 0.2.0",
15424 "windows-strings",
15425 "windows-targets 0.52.6",
15426]
15427
15428[[package]]
15429name = "windows-result"
15430version = "0.1.2"
15431source = "registry+https://github.com/rust-lang/crates.io-index"
15432checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
15433dependencies = [
15434 "windows-targets 0.52.6",
15435]
15436
15437[[package]]
15438name = "windows-result"
15439version = "0.2.0"
15440source = "registry+https://github.com/rust-lang/crates.io-index"
15441checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
15442dependencies = [
15443 "windows-targets 0.52.6",
15444]
15445
15446[[package]]
15447name = "windows-strings"
15448version = "0.1.0"
15449source = "registry+https://github.com/rust-lang/crates.io-index"
15450checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
15451dependencies = [
15452 "windows-result 0.2.0",
15453 "windows-targets 0.52.6",
15454]
15455
15456[[package]]
15457name = "windows-sys"
15458version = "0.45.0"
15459source = "registry+https://github.com/rust-lang/crates.io-index"
15460checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
15461dependencies = [
15462 "windows-targets 0.42.2",
15463]
15464
15465[[package]]
15466name = "windows-sys"
15467version = "0.48.0"
15468source = "registry+https://github.com/rust-lang/crates.io-index"
15469checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
15470dependencies = [
15471 "windows-targets 0.48.5",
15472]
15473
15474[[package]]
15475name = "windows-sys"
15476version = "0.52.0"
15477source = "registry+https://github.com/rust-lang/crates.io-index"
15478checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
15479dependencies = [
15480 "windows-targets 0.52.6",
15481]
15482
15483[[package]]
15484name = "windows-sys"
15485version = "0.59.0"
15486source = "registry+https://github.com/rust-lang/crates.io-index"
15487checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
15488dependencies = [
15489 "windows-targets 0.52.6",
15490]
15491
15492[[package]]
15493name = "windows-targets"
15494version = "0.42.2"
15495source = "registry+https://github.com/rust-lang/crates.io-index"
15496checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
15497dependencies = [
15498 "windows_aarch64_gnullvm 0.42.2",
15499 "windows_aarch64_msvc 0.42.2",
15500 "windows_i686_gnu 0.42.2",
15501 "windows_i686_msvc 0.42.2",
15502 "windows_x86_64_gnu 0.42.2",
15503 "windows_x86_64_gnullvm 0.42.2",
15504 "windows_x86_64_msvc 0.42.2",
15505]
15506
15507[[package]]
15508name = "windows-targets"
15509version = "0.48.5"
15510source = "registry+https://github.com/rust-lang/crates.io-index"
15511checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
15512dependencies = [
15513 "windows_aarch64_gnullvm 0.48.5",
15514 "windows_aarch64_msvc 0.48.5",
15515 "windows_i686_gnu 0.48.5",
15516 "windows_i686_msvc 0.48.5",
15517 "windows_x86_64_gnu 0.48.5",
15518 "windows_x86_64_gnullvm 0.48.5",
15519 "windows_x86_64_msvc 0.48.5",
15520]
15521
15522[[package]]
15523name = "windows-targets"
15524version = "0.52.6"
15525source = "registry+https://github.com/rust-lang/crates.io-index"
15526checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
15527dependencies = [
15528 "windows_aarch64_gnullvm 0.52.6",
15529 "windows_aarch64_msvc 0.52.6",
15530 "windows_i686_gnu 0.52.6",
15531 "windows_i686_gnullvm",
15532 "windows_i686_msvc 0.52.6",
15533 "windows_x86_64_gnu 0.52.6",
15534 "windows_x86_64_gnullvm 0.52.6",
15535 "windows_x86_64_msvc 0.52.6",
15536]
15537
15538[[package]]
15539name = "windows_aarch64_gnullvm"
15540version = "0.42.2"
15541source = "registry+https://github.com/rust-lang/crates.io-index"
15542checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
15543
15544[[package]]
15545name = "windows_aarch64_gnullvm"
15546version = "0.48.5"
15547source = "registry+https://github.com/rust-lang/crates.io-index"
15548checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
15549
15550[[package]]
15551name = "windows_aarch64_gnullvm"
15552version = "0.52.6"
15553source = "registry+https://github.com/rust-lang/crates.io-index"
15554checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
15555
15556[[package]]
15557name = "windows_aarch64_msvc"
15558version = "0.42.2"
15559source = "registry+https://github.com/rust-lang/crates.io-index"
15560checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
15561
15562[[package]]
15563name = "windows_aarch64_msvc"
15564version = "0.48.5"
15565source = "registry+https://github.com/rust-lang/crates.io-index"
15566checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
15567
15568[[package]]
15569name = "windows_aarch64_msvc"
15570version = "0.52.6"
15571source = "registry+https://github.com/rust-lang/crates.io-index"
15572checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
15573
15574[[package]]
15575name = "windows_i686_gnu"
15576version = "0.42.2"
15577source = "registry+https://github.com/rust-lang/crates.io-index"
15578checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
15579
15580[[package]]
15581name = "windows_i686_gnu"
15582version = "0.48.5"
15583source = "registry+https://github.com/rust-lang/crates.io-index"
15584checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
15585
15586[[package]]
15587name = "windows_i686_gnu"
15588version = "0.52.6"
15589source = "registry+https://github.com/rust-lang/crates.io-index"
15590checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
15591
15592[[package]]
15593name = "windows_i686_gnullvm"
15594version = "0.52.6"
15595source = "registry+https://github.com/rust-lang/crates.io-index"
15596checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
15597
15598[[package]]
15599name = "windows_i686_msvc"
15600version = "0.42.2"
15601source = "registry+https://github.com/rust-lang/crates.io-index"
15602checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
15603
15604[[package]]
15605name = "windows_i686_msvc"
15606version = "0.48.5"
15607source = "registry+https://github.com/rust-lang/crates.io-index"
15608checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
15609
15610[[package]]
15611name = "windows_i686_msvc"
15612version = "0.52.6"
15613source = "registry+https://github.com/rust-lang/crates.io-index"
15614checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
15615
15616[[package]]
15617name = "windows_x86_64_gnu"
15618version = "0.42.2"
15619source = "registry+https://github.com/rust-lang/crates.io-index"
15620checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
15621
15622[[package]]
15623name = "windows_x86_64_gnu"
15624version = "0.48.5"
15625source = "registry+https://github.com/rust-lang/crates.io-index"
15626checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
15627
15628[[package]]
15629name = "windows_x86_64_gnu"
15630version = "0.52.6"
15631source = "registry+https://github.com/rust-lang/crates.io-index"
15632checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
15633
15634[[package]]
15635name = "windows_x86_64_gnullvm"
15636version = "0.42.2"
15637source = "registry+https://github.com/rust-lang/crates.io-index"
15638checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
15639
15640[[package]]
15641name = "windows_x86_64_gnullvm"
15642version = "0.48.5"
15643source = "registry+https://github.com/rust-lang/crates.io-index"
15644checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
15645
15646[[package]]
15647name = "windows_x86_64_gnullvm"
15648version = "0.52.6"
15649source = "registry+https://github.com/rust-lang/crates.io-index"
15650checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
15651
15652[[package]]
15653name = "windows_x86_64_msvc"
15654version = "0.42.2"
15655source = "registry+https://github.com/rust-lang/crates.io-index"
15656checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
15657
15658[[package]]
15659name = "windows_x86_64_msvc"
15660version = "0.48.5"
15661source = "registry+https://github.com/rust-lang/crates.io-index"
15662checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
15663
15664[[package]]
15665name = "windows_x86_64_msvc"
15666version = "0.52.6"
15667source = "registry+https://github.com/rust-lang/crates.io-index"
15668checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
15669
15670[[package]]
15671name = "winnow"
15672version = "0.6.20"
15673source = "registry+https://github.com/rust-lang/crates.io-index"
15674checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
15675dependencies = [
15676 "memchr",
15677]
15678
15679[[package]]
15680name = "winreg"
15681version = "0.50.0"
15682source = "registry+https://github.com/rust-lang/crates.io-index"
15683checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15684dependencies = [
15685 "cfg-if",
15686 "windows-sys 0.48.0",
15687]
15688
15689[[package]]
15690name = "winreg"
15691version = "0.52.0"
15692source = "registry+https://github.com/rust-lang/crates.io-index"
15693checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15694dependencies = [
15695 "cfg-if",
15696 "windows-sys 0.48.0",
15697]
15698
15699[[package]]
15700name = "winresource"
15701version = "0.1.19"
15702source = "registry+https://github.com/rust-lang/crates.io-index"
15703checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
15704dependencies = [
15705 "toml 0.8.19",
15706 "version_check",
15707]
15708
15709[[package]]
15710name = "winsafe"
15711version = "0.0.19"
15712source = "registry+https://github.com/rust-lang/crates.io-index"
15713checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15714
15715[[package]]
15716name = "winx"
15717version = "0.36.4"
15718source = "registry+https://github.com/rust-lang/crates.io-index"
15719checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
15720dependencies = [
15721 "bitflags 2.8.0",
15722 "windows-sys 0.59.0",
15723]
15724
15725[[package]]
15726name = "wio"
15727version = "0.2.2"
15728source = "registry+https://github.com/rust-lang/crates.io-index"
15729checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15730dependencies = [
15731 "winapi",
15732]
15733
15734[[package]]
15735name = "wit-bindgen"
15736version = "0.22.0"
15737source = "registry+https://github.com/rust-lang/crates.io-index"
15738checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15739dependencies = [
15740 "bitflags 2.8.0",
15741 "wit-bindgen-rt",
15742 "wit-bindgen-rust-macro",
15743]
15744
15745[[package]]
15746name = "wit-bindgen-core"
15747version = "0.22.0"
15748source = "registry+https://github.com/rust-lang/crates.io-index"
15749checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15750dependencies = [
15751 "anyhow",
15752 "wit-parser 0.201.0",
15753]
15754
15755[[package]]
15756name = "wit-bindgen-rt"
15757version = "0.22.0"
15758source = "registry+https://github.com/rust-lang/crates.io-index"
15759checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15760
15761[[package]]
15762name = "wit-bindgen-rust"
15763version = "0.22.0"
15764source = "registry+https://github.com/rust-lang/crates.io-index"
15765checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15766dependencies = [
15767 "anyhow",
15768 "heck 0.4.1",
15769 "indexmap",
15770 "wasm-metadata",
15771 "wit-bindgen-core",
15772 "wit-component",
15773]
15774
15775[[package]]
15776name = "wit-bindgen-rust-macro"
15777version = "0.22.0"
15778source = "registry+https://github.com/rust-lang/crates.io-index"
15779checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15780dependencies = [
15781 "anyhow",
15782 "proc-macro2",
15783 "quote",
15784 "syn 2.0.90",
15785 "wit-bindgen-core",
15786 "wit-bindgen-rust",
15787]
15788
15789[[package]]
15790name = "wit-component"
15791version = "0.201.0"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15794dependencies = [
15795 "anyhow",
15796 "bitflags 2.8.0",
15797 "indexmap",
15798 "log",
15799 "serde",
15800 "serde_derive",
15801 "serde_json",
15802 "wasm-encoder 0.201.0",
15803 "wasm-metadata",
15804 "wasmparser 0.201.0",
15805 "wit-parser 0.201.0",
15806]
15807
15808[[package]]
15809name = "wit-parser"
15810version = "0.201.0"
15811source = "registry+https://github.com/rust-lang/crates.io-index"
15812checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15813dependencies = [
15814 "anyhow",
15815 "id-arena",
15816 "indexmap",
15817 "log",
15818 "semver",
15819 "serde",
15820 "serde_derive",
15821 "serde_json",
15822 "unicode-xid",
15823 "wasmparser 0.201.0",
15824]
15825
15826[[package]]
15827name = "wit-parser"
15828version = "0.215.0"
15829source = "registry+https://github.com/rust-lang/crates.io-index"
15830checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15831dependencies = [
15832 "anyhow",
15833 "id-arena",
15834 "indexmap",
15835 "log",
15836 "semver",
15837 "serde",
15838 "serde_derive",
15839 "serde_json",
15840 "unicode-xid",
15841 "wasmparser 0.215.0",
15842]
15843
15844[[package]]
15845name = "witx"
15846version = "0.9.1"
15847source = "registry+https://github.com/rust-lang/crates.io-index"
15848checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15849dependencies = [
15850 "anyhow",
15851 "log",
15852 "thiserror 1.0.69",
15853 "wast",
15854]
15855
15856[[package]]
15857name = "workspace"
15858version = "0.1.0"
15859dependencies = [
15860 "any_vec",
15861 "anyhow",
15862 "async-recursion 1.1.1",
15863 "bincode",
15864 "call",
15865 "client",
15866 "clock",
15867 "collections",
15868 "db",
15869 "derive_more",
15870 "env_logger 0.11.6",
15871 "fs",
15872 "futures 0.3.31",
15873 "gpui",
15874 "http_client",
15875 "itertools 0.14.0",
15876 "language",
15877 "log",
15878 "node_runtime",
15879 "parking_lot",
15880 "postage",
15881 "project",
15882 "remote",
15883 "schemars",
15884 "serde",
15885 "serde_json",
15886 "session",
15887 "settings",
15888 "smallvec",
15889 "sqlez",
15890 "strum",
15891 "task",
15892 "tempfile",
15893 "theme",
15894 "ui",
15895 "util",
15896 "uuid",
15897]
15898
15899[[package]]
15900name = "worktree"
15901version = "0.1.0"
15902dependencies = [
15903 "anyhow",
15904 "clock",
15905 "collections",
15906 "env_logger 0.11.6",
15907 "fs",
15908 "futures 0.3.31",
15909 "fuzzy",
15910 "git",
15911 "git2",
15912 "git_hosting_providers",
15913 "gpui",
15914 "http_client",
15915 "ignore",
15916 "language",
15917 "log",
15918 "parking_lot",
15919 "paths",
15920 "postage",
15921 "pretty_assertions",
15922 "rand 0.8.5",
15923 "rpc",
15924 "schemars",
15925 "serde",
15926 "serde_json",
15927 "settings",
15928 "smallvec",
15929 "smol",
15930 "sum_tree",
15931 "text",
15932 "util",
15933]
15934
15935[[package]]
15936name = "write16"
15937version = "1.0.0"
15938source = "registry+https://github.com/rust-lang/crates.io-index"
15939checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
15940
15941[[package]]
15942name = "writeable"
15943version = "0.5.5"
15944source = "registry+https://github.com/rust-lang/crates.io-index"
15945checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
15946
15947[[package]]
15948name = "wyz"
15949version = "0.5.1"
15950source = "registry+https://github.com/rust-lang/crates.io-index"
15951checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15952dependencies = [
15953 "tap",
15954]
15955
15956[[package]]
15957name = "x11-clipboard"
15958version = "0.9.3"
15959source = "registry+https://github.com/rust-lang/crates.io-index"
15960checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
15961dependencies = [
15962 "libc",
15963 "x11rb",
15964]
15965
15966[[package]]
15967name = "x11rb"
15968version = "0.13.1"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15971dependencies = [
15972 "as-raw-xcb-connection",
15973 "gethostname",
15974 "libc",
15975 "rustix",
15976 "x11rb-protocol",
15977]
15978
15979[[package]]
15980name = "x11rb-protocol"
15981version = "0.13.1"
15982source = "registry+https://github.com/rust-lang/crates.io-index"
15983checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15984
15985[[package]]
15986name = "xattr"
15987version = "0.2.3"
15988source = "registry+https://github.com/rust-lang/crates.io-index"
15989checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
15990dependencies = [
15991 "libc",
15992]
15993
15994[[package]]
15995name = "xcursor"
15996version = "0.3.8"
15997source = "registry+https://github.com/rust-lang/crates.io-index"
15998checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
15999
16000[[package]]
16001name = "xdg-home"
16002version = "1.3.0"
16003source = "registry+https://github.com/rust-lang/crates.io-index"
16004checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16005dependencies = [
16006 "libc",
16007 "windows-sys 0.59.0",
16008]
16009
16010[[package]]
16011name = "xim"
16012version = "0.4.0"
16013source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16014dependencies = [
16015 "ahash 0.8.11",
16016 "hashbrown 0.14.5",
16017 "log",
16018 "x11rb",
16019 "xim-ctext",
16020 "xim-parser",
16021]
16022
16023[[package]]
16024name = "xim-ctext"
16025version = "0.3.0"
16026source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16027dependencies = [
16028 "encoding_rs",
16029]
16030
16031[[package]]
16032name = "xim-parser"
16033version = "0.2.1"
16034source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16035dependencies = [
16036 "bitflags 2.8.0",
16037]
16038
16039[[package]]
16040name = "xkbcommon"
16041version = "0.7.0"
16042source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
16043dependencies = [
16044 "as-raw-xcb-connection",
16045 "libc",
16046 "memmap2",
16047 "xkeysym",
16048]
16049
16050[[package]]
16051name = "xkeysym"
16052version = "0.2.1"
16053source = "registry+https://github.com/rust-lang/crates.io-index"
16054checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
16055
16056[[package]]
16057name = "xml5ever"
16058version = "0.18.1"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
16061dependencies = [
16062 "log",
16063 "mac",
16064 "markup5ever",
16065]
16066
16067[[package]]
16068name = "xmlparser"
16069version = "0.13.6"
16070source = "registry+https://github.com/rust-lang/crates.io-index"
16071checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16072
16073[[package]]
16074name = "xmlwriter"
16075version = "0.1.0"
16076source = "registry+https://github.com/rust-lang/crates.io-index"
16077checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16078
16079[[package]]
16080name = "xtask"
16081version = "0.1.0"
16082dependencies = [
16083 "anyhow",
16084 "cargo_metadata",
16085 "cargo_toml",
16086 "clap",
16087]
16088
16089[[package]]
16090name = "yaml-rust2"
16091version = "0.8.1"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
16094dependencies = [
16095 "arraydeque",
16096 "encoding_rs",
16097 "hashlink 0.8.4",
16098]
16099
16100[[package]]
16101name = "yansi"
16102version = "1.0.1"
16103source = "registry+https://github.com/rust-lang/crates.io-index"
16104checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
16105
16106[[package]]
16107name = "yazi"
16108version = "0.1.6"
16109source = "registry+https://github.com/rust-lang/crates.io-index"
16110checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
16111
16112[[package]]
16113name = "yeslogic-fontconfig-sys"
16114version = "6.0.0"
16115source = "registry+https://github.com/rust-lang/crates.io-index"
16116checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
16117dependencies = [
16118 "dlib",
16119 "once_cell",
16120 "pkg-config",
16121]
16122
16123[[package]]
16124name = "yoke"
16125version = "0.7.5"
16126source = "registry+https://github.com/rust-lang/crates.io-index"
16127checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
16128dependencies = [
16129 "serde",
16130 "stable_deref_trait",
16131 "yoke-derive",
16132 "zerofrom",
16133]
16134
16135[[package]]
16136name = "yoke-derive"
16137version = "0.7.5"
16138source = "registry+https://github.com/rust-lang/crates.io-index"
16139checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
16140dependencies = [
16141 "proc-macro2",
16142 "quote",
16143 "syn 2.0.90",
16144 "synstructure",
16145]
16146
16147[[package]]
16148name = "zbus"
16149version = "4.4.0"
16150source = "registry+https://github.com/rust-lang/crates.io-index"
16151checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
16152dependencies = [
16153 "async-broadcast",
16154 "async-executor",
16155 "async-fs",
16156 "async-io",
16157 "async-lock",
16158 "async-process",
16159 "async-recursion 1.1.1",
16160 "async-task",
16161 "async-trait",
16162 "blocking",
16163 "enumflags2",
16164 "event-listener 5.3.1",
16165 "futures-core",
16166 "futures-sink",
16167 "futures-util",
16168 "hex",
16169 "nix",
16170 "ordered-stream",
16171 "rand 0.8.5",
16172 "serde",
16173 "serde_repr",
16174 "sha1",
16175 "static_assertions",
16176 "tracing",
16177 "uds_windows",
16178 "windows-sys 0.52.0",
16179 "xdg-home",
16180 "zbus_macros 4.4.0",
16181 "zbus_names 3.0.0",
16182 "zvariant 4.2.0",
16183]
16184
16185[[package]]
16186name = "zbus"
16187version = "5.1.1"
16188source = "registry+https://github.com/rust-lang/crates.io-index"
16189checksum = "1162094dc63b1629fcc44150bcceeaa80798cd28bcbe7fa987b65a034c258608"
16190dependencies = [
16191 "async-broadcast",
16192 "async-executor",
16193 "async-fs",
16194 "async-io",
16195 "async-lock",
16196 "async-process",
16197 "async-recursion 1.1.1",
16198 "async-task",
16199 "async-trait",
16200 "blocking",
16201 "enumflags2",
16202 "event-listener 5.3.1",
16203 "futures-core",
16204 "futures-util",
16205 "hex",
16206 "nix",
16207 "ordered-stream",
16208 "serde",
16209 "serde_repr",
16210 "static_assertions",
16211 "tracing",
16212 "uds_windows",
16213 "windows-sys 0.59.0",
16214 "winnow",
16215 "xdg-home",
16216 "zbus_macros 5.1.1",
16217 "zbus_names 4.1.0",
16218 "zvariant 5.1.0",
16219]
16220
16221[[package]]
16222name = "zbus_macros"
16223version = "4.4.0"
16224source = "registry+https://github.com/rust-lang/crates.io-index"
16225checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
16226dependencies = [
16227 "proc-macro-crate",
16228 "proc-macro2",
16229 "quote",
16230 "syn 2.0.90",
16231 "zvariant_utils 2.1.0",
16232]
16233
16234[[package]]
16235name = "zbus_macros"
16236version = "5.1.1"
16237source = "registry+https://github.com/rust-lang/crates.io-index"
16238checksum = "2cd2dcdce3e2727f7d74b7e33b5a89539b3cc31049562137faf7ae4eb86cd16d"
16239dependencies = [
16240 "proc-macro-crate",
16241 "proc-macro2",
16242 "quote",
16243 "syn 2.0.90",
16244 "zbus_names 4.1.0",
16245 "zvariant 5.1.0",
16246 "zvariant_utils 3.0.2",
16247]
16248
16249[[package]]
16250name = "zbus_names"
16251version = "3.0.0"
16252source = "registry+https://github.com/rust-lang/crates.io-index"
16253checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
16254dependencies = [
16255 "serde",
16256 "static_assertions",
16257 "zvariant 4.2.0",
16258]
16259
16260[[package]]
16261name = "zbus_names"
16262version = "4.1.0"
16263source = "registry+https://github.com/rust-lang/crates.io-index"
16264checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16265dependencies = [
16266 "serde",
16267 "static_assertions",
16268 "winnow",
16269 "zvariant 5.1.0",
16270]
16271
16272[[package]]
16273name = "zed"
16274version = "0.171.0"
16275dependencies = [
16276 "activity_indicator",
16277 "anyhow",
16278 "ashpd",
16279 "assets",
16280 "assistant",
16281 "assistant2",
16282 "assistant_context_editor",
16283 "assistant_settings",
16284 "assistant_tools",
16285 "async-watch",
16286 "audio",
16287 "auto_update",
16288 "auto_update_ui",
16289 "backtrace",
16290 "breadcrumbs",
16291 "call",
16292 "channel",
16293 "chrono",
16294 "clap",
16295 "cli",
16296 "client",
16297 "collab_ui",
16298 "collections",
16299 "command_palette",
16300 "command_palette_hooks",
16301 "copilot",
16302 "db",
16303 "diagnostics",
16304 "editor",
16305 "env_logger 0.11.6",
16306 "extension",
16307 "extension_host",
16308 "extensions_ui",
16309 "feature_flags",
16310 "feedback",
16311 "file_finder",
16312 "file_icons",
16313 "fs",
16314 "futures 0.3.31",
16315 "git",
16316 "git_hosting_providers",
16317 "git_ui",
16318 "go_to_line",
16319 "gpui",
16320 "http_client",
16321 "image_viewer",
16322 "inline_completion_button",
16323 "install_cli",
16324 "journal",
16325 "language",
16326 "language_extension",
16327 "language_model",
16328 "language_models",
16329 "language_selector",
16330 "language_tools",
16331 "languages",
16332 "libc",
16333 "log",
16334 "markdown",
16335 "markdown_preview",
16336 "menu",
16337 "mimalloc",
16338 "nix",
16339 "node_runtime",
16340 "notifications",
16341 "outline",
16342 "outline_panel",
16343 "parking_lot",
16344 "paths",
16345 "picker",
16346 "profiling",
16347 "project",
16348 "project_panel",
16349 "project_symbols",
16350 "prompt_library",
16351 "proto",
16352 "recent_projects",
16353 "release_channel",
16354 "remote",
16355 "repl",
16356 "reqwest_client",
16357 "rope",
16358 "search",
16359 "serde",
16360 "serde_json",
16361 "session",
16362 "settings",
16363 "settings_ui",
16364 "shellexpand 2.1.2",
16365 "simplelog",
16366 "smol",
16367 "snippet_provider",
16368 "snippets_ui",
16369 "supermaven",
16370 "sysinfo",
16371 "tab_switcher",
16372 "task",
16373 "tasks_ui",
16374 "telemetry",
16375 "telemetry_events",
16376 "terminal_view",
16377 "theme",
16378 "theme_extension",
16379 "theme_selector",
16380 "time",
16381 "toolchain_selector",
16382 "tree-sitter-md",
16383 "tree-sitter-rust",
16384 "ui",
16385 "url",
16386 "urlencoding",
16387 "util",
16388 "uuid",
16389 "vcs_menu",
16390 "vim",
16391 "vim_mode_setting",
16392 "welcome",
16393 "windows 0.58.0",
16394 "winresource",
16395 "workspace",
16396 "zed_actions",
16397 "zed_predict_tos",
16398 "zeta",
16399]
16400
16401[[package]]
16402name = "zed_actions"
16403version = "0.1.0"
16404dependencies = [
16405 "gpui",
16406 "schemars",
16407 "serde",
16408]
16409
16410[[package]]
16411name = "zed_csharp"
16412version = "0.1.0"
16413dependencies = [
16414 "zed_extension_api 0.1.0",
16415]
16416
16417[[package]]
16418name = "zed_deno"
16419version = "0.0.2"
16420dependencies = [
16421 "zed_extension_api 0.1.0",
16422]
16423
16424[[package]]
16425name = "zed_elixir"
16426version = "0.1.2"
16427dependencies = [
16428 "zed_extension_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
16429]
16430
16431[[package]]
16432name = "zed_emmet"
16433version = "0.0.3"
16434dependencies = [
16435 "zed_extension_api 0.1.0",
16436]
16437
16438[[package]]
16439name = "zed_erlang"
16440version = "0.1.1"
16441dependencies = [
16442 "zed_extension_api 0.1.0",
16443]
16444
16445[[package]]
16446name = "zed_extension_api"
16447version = "0.1.0"
16448source = "registry+https://github.com/rust-lang/crates.io-index"
16449checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
16450dependencies = [
16451 "serde",
16452 "serde_json",
16453 "wit-bindgen",
16454]
16455
16456[[package]]
16457name = "zed_extension_api"
16458version = "0.2.0"
16459dependencies = [
16460 "serde",
16461 "serde_json",
16462 "wit-bindgen",
16463]
16464
16465[[package]]
16466name = "zed_extension_api"
16467version = "0.2.0"
16468source = "registry+https://github.com/rust-lang/crates.io-index"
16469checksum = "9fd16b8b30a9dc920fc1678ff852f696b5bdf5b5843bc745a128be0aac29859e"
16470dependencies = [
16471 "serde",
16472 "serde_json",
16473 "wit-bindgen",
16474]
16475
16476[[package]]
16477name = "zed_glsl"
16478version = "0.1.0"
16479dependencies = [
16480 "zed_extension_api 0.1.0",
16481]
16482
16483[[package]]
16484name = "zed_haskell"
16485version = "0.1.2"
16486dependencies = [
16487 "zed_extension_api 0.1.0",
16488]
16489
16490[[package]]
16491name = "zed_html"
16492version = "0.1.4"
16493dependencies = [
16494 "zed_extension_api 0.1.0",
16495]
16496
16497[[package]]
16498name = "zed_lua"
16499version = "0.1.1"
16500dependencies = [
16501 "zed_extension_api 0.1.0",
16502]
16503
16504[[package]]
16505name = "zed_php"
16506version = "0.2.3"
16507dependencies = [
16508 "zed_extension_api 0.1.0",
16509]
16510
16511[[package]]
16512name = "zed_predict_tos"
16513version = "0.1.0"
16514dependencies = [
16515 "client",
16516 "gpui",
16517 "menu",
16518 "ui",
16519 "workspace",
16520]
16521
16522[[package]]
16523name = "zed_prisma"
16524version = "0.0.4"
16525dependencies = [
16526 "zed_extension_api 0.1.0",
16527]
16528
16529[[package]]
16530name = "zed_proto"
16531version = "0.2.1"
16532dependencies = [
16533 "zed_extension_api 0.1.0",
16534]
16535
16536[[package]]
16537name = "zed_purescript"
16538version = "0.0.1"
16539dependencies = [
16540 "zed_extension_api 0.1.0",
16541]
16542
16543[[package]]
16544name = "zed_ruff"
16545version = "0.1.0"
16546dependencies = [
16547 "zed_extension_api 0.1.0",
16548]
16549
16550[[package]]
16551name = "zed_snippets"
16552version = "0.0.5"
16553dependencies = [
16554 "serde_json",
16555 "zed_extension_api 0.1.0",
16556]
16557
16558[[package]]
16559name = "zed_terraform"
16560version = "0.1.1"
16561dependencies = [
16562 "zed_extension_api 0.1.0",
16563]
16564
16565[[package]]
16566name = "zed_test_extension"
16567version = "0.1.0"
16568dependencies = [
16569 "zed_extension_api 0.2.0",
16570]
16571
16572[[package]]
16573name = "zed_toml"
16574version = "0.1.2"
16575dependencies = [
16576 "zed_extension_api 0.1.0",
16577]
16578
16579[[package]]
16580name = "zed_uiua"
16581version = "0.0.1"
16582dependencies = [
16583 "zed_extension_api 0.1.0",
16584]
16585
16586[[package]]
16587name = "zed_zig"
16588version = "0.3.2"
16589dependencies = [
16590 "zed_extension_api 0.1.0",
16591]
16592
16593[[package]]
16594name = "zeno"
16595version = "0.2.3"
16596source = "registry+https://github.com/rust-lang/crates.io-index"
16597checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
16598
16599[[package]]
16600name = "zerocopy"
16601version = "0.7.35"
16602source = "registry+https://github.com/rust-lang/crates.io-index"
16603checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
16604dependencies = [
16605 "byteorder",
16606 "zerocopy-derive",
16607]
16608
16609[[package]]
16610name = "zerocopy-derive"
16611version = "0.7.35"
16612source = "registry+https://github.com/rust-lang/crates.io-index"
16613checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
16614dependencies = [
16615 "proc-macro2",
16616 "quote",
16617 "syn 2.0.90",
16618]
16619
16620[[package]]
16621name = "zerofrom"
16622version = "0.1.5"
16623source = "registry+https://github.com/rust-lang/crates.io-index"
16624checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
16625dependencies = [
16626 "zerofrom-derive",
16627]
16628
16629[[package]]
16630name = "zerofrom-derive"
16631version = "0.1.5"
16632source = "registry+https://github.com/rust-lang/crates.io-index"
16633checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
16634dependencies = [
16635 "proc-macro2",
16636 "quote",
16637 "syn 2.0.90",
16638 "synstructure",
16639]
16640
16641[[package]]
16642name = "zeroize"
16643version = "1.8.1"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
16646dependencies = [
16647 "zeroize_derive",
16648]
16649
16650[[package]]
16651name = "zeroize_derive"
16652version = "1.4.2"
16653source = "registry+https://github.com/rust-lang/crates.io-index"
16654checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
16655dependencies = [
16656 "proc-macro2",
16657 "quote",
16658 "syn 2.0.90",
16659]
16660
16661[[package]]
16662name = "zeromq"
16663version = "0.5.0-pre"
16664source = "registry+https://github.com/rust-lang/crates.io-index"
16665checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
16666dependencies = [
16667 "async-dispatcher",
16668 "async-std",
16669 "async-trait",
16670 "asynchronous-codec",
16671 "bytes 1.9.0",
16672 "crossbeam-queue",
16673 "dashmap 5.5.3",
16674 "futures 0.3.31",
16675 "log",
16676 "num-traits",
16677 "once_cell",
16678 "parking_lot",
16679 "rand 0.8.5",
16680 "regex",
16681 "thiserror 1.0.69",
16682 "uuid",
16683]
16684
16685[[package]]
16686name = "zerovec"
16687version = "0.10.4"
16688source = "registry+https://github.com/rust-lang/crates.io-index"
16689checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
16690dependencies = [
16691 "yoke",
16692 "zerofrom",
16693 "zerovec-derive",
16694]
16695
16696[[package]]
16697name = "zerovec-derive"
16698version = "0.10.3"
16699source = "registry+https://github.com/rust-lang/crates.io-index"
16700checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
16701dependencies = [
16702 "proc-macro2",
16703 "quote",
16704 "syn 2.0.90",
16705]
16706
16707[[package]]
16708name = "zeta"
16709version = "0.1.0"
16710dependencies = [
16711 "anyhow",
16712 "arrayvec",
16713 "call",
16714 "client",
16715 "clock",
16716 "collections",
16717 "ctor",
16718 "editor",
16719 "env_logger 0.11.6",
16720 "futures 0.3.31",
16721 "gpui",
16722 "http_client",
16723 "indoc",
16724 "inline_completion",
16725 "language",
16726 "language_models",
16727 "log",
16728 "menu",
16729 "reqwest_client",
16730 "rpc",
16731 "serde_json",
16732 "settings",
16733 "similar",
16734 "telemetry",
16735 "telemetry_events",
16736 "theme",
16737 "tree-sitter-go",
16738 "tree-sitter-rust",
16739 "ui",
16740 "util",
16741 "uuid",
16742 "workspace",
16743 "worktree",
16744]
16745
16746[[package]]
16747name = "zip"
16748version = "0.6.6"
16749source = "registry+https://github.com/rust-lang/crates.io-index"
16750checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
16751dependencies = [
16752 "aes",
16753 "byteorder",
16754 "bzip2",
16755 "constant_time_eq 0.1.5",
16756 "crc32fast",
16757 "crossbeam-utils",
16758 "flate2",
16759 "hmac",
16760 "pbkdf2 0.11.0",
16761 "sha1",
16762 "time",
16763 "zstd",
16764]
16765
16766[[package]]
16767name = "zstd"
16768version = "0.11.2+zstd.1.5.2"
16769source = "registry+https://github.com/rust-lang/crates.io-index"
16770checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
16771dependencies = [
16772 "zstd-safe",
16773]
16774
16775[[package]]
16776name = "zstd-safe"
16777version = "5.0.2+zstd.1.5.2"
16778source = "registry+https://github.com/rust-lang/crates.io-index"
16779checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
16780dependencies = [
16781 "libc",
16782 "zstd-sys",
16783]
16784
16785[[package]]
16786name = "zstd-sys"
16787version = "2.0.13+zstd.1.5.6"
16788source = "registry+https://github.com/rust-lang/crates.io-index"
16789checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
16790dependencies = [
16791 "cc",
16792 "pkg-config",
16793]
16794
16795[[package]]
16796name = "zune-core"
16797version = "0.4.12"
16798source = "registry+https://github.com/rust-lang/crates.io-index"
16799checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
16800
16801[[package]]
16802name = "zune-inflate"
16803version = "0.2.54"
16804source = "registry+https://github.com/rust-lang/crates.io-index"
16805checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
16806dependencies = [
16807 "simd-adler32",
16808]
16809
16810[[package]]
16811name = "zune-jpeg"
16812version = "0.4.13"
16813source = "registry+https://github.com/rust-lang/crates.io-index"
16814checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
16815dependencies = [
16816 "zune-core",
16817]
16818
16819[[package]]
16820name = "zvariant"
16821version = "4.2.0"
16822source = "registry+https://github.com/rust-lang/crates.io-index"
16823checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
16824dependencies = [
16825 "endi",
16826 "enumflags2",
16827 "serde",
16828 "static_assertions",
16829 "zvariant_derive 4.2.0",
16830]
16831
16832[[package]]
16833name = "zvariant"
16834version = "5.1.0"
16835source = "registry+https://github.com/rust-lang/crates.io-index"
16836checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f"
16837dependencies = [
16838 "endi",
16839 "enumflags2",
16840 "serde",
16841 "static_assertions",
16842 "url",
16843 "winnow",
16844 "zvariant_derive 5.1.0",
16845 "zvariant_utils 3.0.2",
16846]
16847
16848[[package]]
16849name = "zvariant_derive"
16850version = "4.2.0"
16851source = "registry+https://github.com/rust-lang/crates.io-index"
16852checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
16853dependencies = [
16854 "proc-macro-crate",
16855 "proc-macro2",
16856 "quote",
16857 "syn 2.0.90",
16858 "zvariant_utils 2.1.0",
16859]
16860
16861[[package]]
16862name = "zvariant_derive"
16863version = "5.1.0"
16864source = "registry+https://github.com/rust-lang/crates.io-index"
16865checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916"
16866dependencies = [
16867 "proc-macro-crate",
16868 "proc-macro2",
16869 "quote",
16870 "syn 2.0.90",
16871 "zvariant_utils 3.0.2",
16872]
16873
16874[[package]]
16875name = "zvariant_utils"
16876version = "2.1.0"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
16879dependencies = [
16880 "proc-macro2",
16881 "quote",
16882 "syn 2.0.90",
16883]
16884
16885[[package]]
16886name = "zvariant_utils"
16887version = "3.0.2"
16888source = "registry+https://github.com/rust-lang/crates.io-index"
16889checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6"
16890dependencies = [
16891 "proc-macro2",
16892 "quote",
16893 "serde",
16894 "static_assertions",
16895 "syn 2.0.90",
16896 "winnow",
16897]