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 "picker",
407 "pretty_assertions",
408 "project",
409 "prompt_library",
410 "proto",
411 "rand 0.8.5",
412 "rope",
413 "schemars",
414 "search",
415 "semantic_index",
416 "serde",
417 "serde_json_lenient",
418 "settings",
419 "similar",
420 "smol",
421 "streaming_diff",
422 "telemetry",
423 "telemetry_events",
424 "terminal",
425 "terminal_view",
426 "text",
427 "theme",
428 "tree-sitter-md",
429 "ui",
430 "unindent",
431 "util",
432 "workspace",
433 "zed_actions",
434]
435
436[[package]]
437name = "assistant2"
438version = "0.1.0"
439dependencies = [
440 "anyhow",
441 "assistant_settings",
442 "assistant_tool",
443 "async-watch",
444 "chrono",
445 "client",
446 "clock",
447 "collections",
448 "command_palette_hooks",
449 "context_server",
450 "db",
451 "editor",
452 "feature_flags",
453 "file_icons",
454 "fs",
455 "futures 0.3.31",
456 "fuzzy",
457 "gpui",
458 "html_to_markdown",
459 "http_client",
460 "indoc",
461 "itertools 0.14.0",
462 "language",
463 "language_model",
464 "language_model_selector",
465 "language_models",
466 "log",
467 "lsp",
468 "markdown",
469 "menu",
470 "multi_buffer",
471 "parking_lot",
472 "picker",
473 "project",
474 "prompt_library",
475 "proto",
476 "rand 0.8.5",
477 "rope",
478 "serde",
479 "serde_json",
480 "settings",
481 "similar",
482 "smol",
483 "streaming_diff",
484 "telemetry_events",
485 "terminal",
486 "terminal_view",
487 "text",
488 "theme",
489 "time",
490 "time_format",
491 "ui",
492 "unindent",
493 "util",
494 "uuid",
495 "workspace",
496 "zed_actions",
497]
498
499[[package]]
500name = "assistant_context_editor"
501version = "0.1.0"
502dependencies = [
503 "anyhow",
504 "assistant_settings",
505 "assistant_slash_command",
506 "assistant_slash_commands",
507 "assistant_tool",
508 "chrono",
509 "client",
510 "clock",
511 "collections",
512 "context_server",
513 "editor",
514 "feature_flags",
515 "fs",
516 "futures 0.3.31",
517 "fuzzy",
518 "gpui",
519 "indexed_docs",
520 "language",
521 "language_model",
522 "language_model_selector",
523 "language_models",
524 "languages",
525 "log",
526 "multi_buffer",
527 "open_ai",
528 "parking_lot",
529 "paths",
530 "picker",
531 "pretty_assertions",
532 "project",
533 "prompt_library",
534 "rand 0.8.5",
535 "regex",
536 "rope",
537 "rpc",
538 "serde",
539 "serde_json",
540 "settings",
541 "smallvec",
542 "smol",
543 "strum",
544 "telemetry_events",
545 "text",
546 "theme",
547 "tree-sitter-md",
548 "ui",
549 "unindent",
550 "util",
551 "uuid",
552 "workspace",
553]
554
555[[package]]
556name = "assistant_settings"
557version = "0.1.0"
558dependencies = [
559 "anthropic",
560 "anyhow",
561 "feature_flags",
562 "fs",
563 "gpui",
564 "language_model",
565 "lmstudio",
566 "log",
567 "ollama",
568 "open_ai",
569 "paths",
570 "schemars",
571 "serde",
572 "serde_json_lenient",
573 "settings",
574]
575
576[[package]]
577name = "assistant_slash_command"
578version = "0.1.0"
579dependencies = [
580 "anyhow",
581 "async-trait",
582 "collections",
583 "derive_more",
584 "extension",
585 "futures 0.3.31",
586 "gpui",
587 "language",
588 "language_model",
589 "parking_lot",
590 "pretty_assertions",
591 "serde",
592 "serde_json",
593 "ui",
594 "workspace",
595]
596
597[[package]]
598name = "assistant_slash_commands"
599version = "0.1.0"
600dependencies = [
601 "anyhow",
602 "assistant_slash_command",
603 "cargo_toml",
604 "chrono",
605 "collections",
606 "context_server",
607 "editor",
608 "env_logger 0.11.6",
609 "feature_flags",
610 "fs",
611 "futures 0.3.31",
612 "fuzzy",
613 "globset",
614 "gpui",
615 "html_to_markdown",
616 "http_client",
617 "indexed_docs",
618 "language",
619 "language_model",
620 "log",
621 "pretty_assertions",
622 "project",
623 "prompt_library",
624 "rope",
625 "schemars",
626 "semantic_index",
627 "serde",
628 "serde_json",
629 "settings",
630 "smol",
631 "terminal_view",
632 "text",
633 "toml 0.8.19",
634 "ui",
635 "util",
636 "workspace",
637]
638
639[[package]]
640name = "assistant_tool"
641version = "0.1.0"
642dependencies = [
643 "anyhow",
644 "collections",
645 "derive_more",
646 "gpui",
647 "parking_lot",
648 "serde",
649 "serde_json",
650 "workspace",
651]
652
653[[package]]
654name = "assistant_tools"
655version = "0.1.0"
656dependencies = [
657 "anyhow",
658 "assistant_tool",
659 "chrono",
660 "gpui",
661 "schemars",
662 "serde",
663 "serde_json",
664 "workspace",
665]
666
667[[package]]
668name = "async-attributes"
669version = "1.1.2"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
672dependencies = [
673 "quote",
674 "syn 1.0.109",
675]
676
677[[package]]
678name = "async-broadcast"
679version = "0.7.2"
680source = "registry+https://github.com/rust-lang/crates.io-index"
681checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
682dependencies = [
683 "event-listener 5.3.1",
684 "event-listener-strategy",
685 "futures-core",
686 "pin-project-lite",
687]
688
689[[package]]
690name = "async-channel"
691version = "1.9.0"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
694dependencies = [
695 "concurrent-queue",
696 "event-listener 2.5.3",
697 "futures-core",
698]
699
700[[package]]
701name = "async-channel"
702version = "2.3.1"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
705dependencies = [
706 "concurrent-queue",
707 "event-listener-strategy",
708 "futures-core",
709 "pin-project-lite",
710]
711
712[[package]]
713name = "async-compat"
714version = "0.2.4"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
717dependencies = [
718 "futures-core",
719 "futures-io",
720 "once_cell",
721 "pin-project-lite",
722 "tokio",
723]
724
725[[package]]
726name = "async-compression"
727version = "0.4.18"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
730dependencies = [
731 "deflate64",
732 "flate2",
733 "futures-core",
734 "futures-io",
735 "memchr",
736 "pin-project-lite",
737]
738
739[[package]]
740name = "async-dispatcher"
741version = "0.1.2"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
744dependencies = [
745 "async-task",
746 "futures-lite 1.13.0",
747]
748
749[[package]]
750name = "async-executor"
751version = "1.13.1"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
754dependencies = [
755 "async-task",
756 "concurrent-queue",
757 "fastrand 2.3.0",
758 "futures-lite 2.5.0",
759 "slab",
760]
761
762[[package]]
763name = "async-fs"
764version = "2.1.2"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
767dependencies = [
768 "async-lock",
769 "blocking",
770 "futures-lite 2.5.0",
771]
772
773[[package]]
774name = "async-global-executor"
775version = "2.4.1"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
778dependencies = [
779 "async-channel 2.3.1",
780 "async-executor",
781 "async-io",
782 "async-lock",
783 "blocking",
784 "futures-lite 2.5.0",
785 "once_cell",
786]
787
788[[package]]
789name = "async-io"
790version = "2.4.0"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
793dependencies = [
794 "async-lock",
795 "cfg-if",
796 "concurrent-queue",
797 "futures-io",
798 "futures-lite 2.5.0",
799 "parking",
800 "polling",
801 "rustix",
802 "slab",
803 "tracing",
804 "windows-sys 0.59.0",
805]
806
807[[package]]
808name = "async-lock"
809version = "3.4.0"
810source = "registry+https://github.com/rust-lang/crates.io-index"
811checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
812dependencies = [
813 "event-listener 5.3.1",
814 "event-listener-strategy",
815 "pin-project-lite",
816]
817
818[[package]]
819name = "async-native-tls"
820version = "0.5.0"
821source = "registry+https://github.com/rust-lang/crates.io-index"
822checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
823dependencies = [
824 "futures-util",
825 "native-tls",
826 "thiserror 1.0.69",
827 "url",
828]
829
830[[package]]
831name = "async-net"
832version = "2.0.0"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
835dependencies = [
836 "async-io",
837 "blocking",
838 "futures-lite 2.5.0",
839]
840
841[[package]]
842name = "async-pipe"
843version = "0.1.3"
844source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
845dependencies = [
846 "futures 0.3.31",
847 "log",
848]
849
850[[package]]
851name = "async-process"
852version = "2.3.0"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
855dependencies = [
856 "async-channel 2.3.1",
857 "async-io",
858 "async-lock",
859 "async-signal",
860 "async-task",
861 "blocking",
862 "cfg-if",
863 "event-listener 5.3.1",
864 "futures-lite 2.5.0",
865 "rustix",
866 "tracing",
867]
868
869[[package]]
870name = "async-recursion"
871version = "0.3.2"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
874dependencies = [
875 "proc-macro2",
876 "quote",
877 "syn 1.0.109",
878]
879
880[[package]]
881name = "async-recursion"
882version = "1.1.1"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
885dependencies = [
886 "proc-macro2",
887 "quote",
888 "syn 2.0.90",
889]
890
891[[package]]
892name = "async-signal"
893version = "0.2.10"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
896dependencies = [
897 "async-io",
898 "async-lock",
899 "atomic-waker",
900 "cfg-if",
901 "futures-core",
902 "futures-io",
903 "rustix",
904 "signal-hook-registry",
905 "slab",
906 "windows-sys 0.59.0",
907]
908
909[[package]]
910name = "async-std"
911version = "1.13.0"
912source = "registry+https://github.com/rust-lang/crates.io-index"
913checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
914dependencies = [
915 "async-attributes",
916 "async-channel 1.9.0",
917 "async-global-executor",
918 "async-io",
919 "async-lock",
920 "async-process",
921 "crossbeam-utils",
922 "futures-channel",
923 "futures-core",
924 "futures-io",
925 "futures-lite 2.5.0",
926 "gloo-timers",
927 "kv-log-macro",
928 "log",
929 "memchr",
930 "once_cell",
931 "pin-project-lite",
932 "pin-utils",
933 "slab",
934 "wasm-bindgen-futures",
935]
936
937[[package]]
938name = "async-stream"
939version = "0.3.6"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
942dependencies = [
943 "async-stream-impl",
944 "futures-core",
945 "pin-project-lite",
946]
947
948[[package]]
949name = "async-stream-impl"
950version = "0.3.6"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
953dependencies = [
954 "proc-macro2",
955 "quote",
956 "syn 2.0.90",
957]
958
959[[package]]
960name = "async-stripe"
961version = "0.40.0"
962source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
963dependencies = [
964 "chrono",
965 "futures-util",
966 "http-types",
967 "hyper 0.14.32",
968 "hyper-rustls 0.24.2",
969 "serde",
970 "serde_json",
971 "serde_path_to_error",
972 "serde_qs 0.10.1",
973 "smart-default",
974 "smol_str",
975 "thiserror 1.0.69",
976 "tokio",
977]
978
979[[package]]
980name = "async-tar"
981version = "0.5.0"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
984dependencies = [
985 "async-std",
986 "filetime",
987 "libc",
988 "pin-project",
989 "redox_syscall 0.2.16",
990 "xattr",
991]
992
993[[package]]
994name = "async-task"
995version = "4.7.1"
996source = "registry+https://github.com/rust-lang/crates.io-index"
997checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
998
999[[package]]
1000name = "async-tls"
1001version = "0.13.0"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e"
1004dependencies = [
1005 "futures-core",
1006 "futures-io",
1007 "rustls 0.21.12",
1008 "rustls-pemfile 1.0.4",
1009 "webpki-roots 0.22.6",
1010]
1011
1012[[package]]
1013name = "async-trait"
1014version = "0.1.85"
1015source = "registry+https://github.com/rust-lang/crates.io-index"
1016checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
1017dependencies = [
1018 "proc-macro2",
1019 "quote",
1020 "syn 2.0.90",
1021]
1022
1023[[package]]
1024name = "async-tungstenite"
1025version = "0.25.1"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589"
1028dependencies = [
1029 "async-native-tls",
1030 "async-std",
1031 "async-tls",
1032 "futures-io",
1033 "futures-util",
1034 "log",
1035 "pin-project-lite",
1036 "tungstenite 0.21.0",
1037]
1038
1039[[package]]
1040name = "async-tungstenite"
1041version = "0.28.2"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1044dependencies = [
1045 "async-std",
1046 "async-tls",
1047 "atomic-waker",
1048 "futures-core",
1049 "futures-io",
1050 "futures-task",
1051 "futures-util",
1052 "log",
1053 "pin-project-lite",
1054 "tungstenite 0.24.0",
1055]
1056
1057[[package]]
1058name = "async-watch"
1059version = "0.3.1"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1062dependencies = [
1063 "event-listener 2.5.3",
1064]
1065
1066[[package]]
1067name = "async_zip"
1068version = "0.0.17"
1069source = "registry+https://github.com/rust-lang/crates.io-index"
1070checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1071dependencies = [
1072 "async-compression",
1073 "crc32fast",
1074 "futures-lite 2.5.0",
1075 "pin-project",
1076 "thiserror 1.0.69",
1077]
1078
1079[[package]]
1080name = "asynchronous-codec"
1081version = "0.7.0"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1084dependencies = [
1085 "bytes 1.9.0",
1086 "futures-sink",
1087 "futures-util",
1088 "memchr",
1089 "pin-project-lite",
1090]
1091
1092[[package]]
1093name = "atoi"
1094version = "2.0.0"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1097dependencies = [
1098 "num-traits",
1099]
1100
1101[[package]]
1102name = "atomic"
1103version = "0.5.3"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1106
1107[[package]]
1108name = "atomic-waker"
1109version = "1.1.2"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1112
1113[[package]]
1114name = "audio"
1115version = "0.1.0"
1116dependencies = [
1117 "anyhow",
1118 "collections",
1119 "derive_more",
1120 "gpui",
1121 "parking_lot",
1122 "rodio",
1123 "util",
1124]
1125
1126[[package]]
1127name = "auto_update"
1128version = "0.1.0"
1129dependencies = [
1130 "anyhow",
1131 "client",
1132 "db",
1133 "gpui",
1134 "http_client",
1135 "log",
1136 "paths",
1137 "release_channel",
1138 "schemars",
1139 "serde",
1140 "serde_json",
1141 "settings",
1142 "smol",
1143 "tempfile",
1144 "which 6.0.3",
1145 "workspace",
1146]
1147
1148[[package]]
1149name = "auto_update_ui"
1150version = "0.1.0"
1151dependencies = [
1152 "anyhow",
1153 "auto_update",
1154 "client",
1155 "editor",
1156 "gpui",
1157 "http_client",
1158 "markdown_preview",
1159 "menu",
1160 "release_channel",
1161 "serde",
1162 "serde_json",
1163 "smol",
1164 "util",
1165 "workspace",
1166]
1167
1168[[package]]
1169name = "autocfg"
1170version = "1.4.0"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1173
1174[[package]]
1175name = "av1-grain"
1176version = "0.2.3"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1179dependencies = [
1180 "anyhow",
1181 "arrayvec",
1182 "log",
1183 "nom",
1184 "num-rational",
1185 "v_frame",
1186]
1187
1188[[package]]
1189name = "avif-serialize"
1190version = "0.8.2"
1191source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1193dependencies = [
1194 "arrayvec",
1195]
1196
1197[[package]]
1198name = "aws-config"
1199version = "1.5.14"
1200source = "registry+https://github.com/rust-lang/crates.io-index"
1201checksum = "9f40e82e858e02445402906e454a73e244c7f501fcae198977585946c48e8697"
1202dependencies = [
1203 "aws-credential-types",
1204 "aws-runtime",
1205 "aws-sdk-sso",
1206 "aws-sdk-ssooidc",
1207 "aws-sdk-sts",
1208 "aws-smithy-async",
1209 "aws-smithy-http",
1210 "aws-smithy-json",
1211 "aws-smithy-runtime",
1212 "aws-smithy-runtime-api",
1213 "aws-smithy-types",
1214 "aws-types",
1215 "bytes 1.9.0",
1216 "fastrand 2.3.0",
1217 "hex",
1218 "http 0.2.12",
1219 "ring",
1220 "time",
1221 "tokio",
1222 "tracing",
1223 "url",
1224 "zeroize",
1225]
1226
1227[[package]]
1228name = "aws-credential-types"
1229version = "1.2.1"
1230source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1232dependencies = [
1233 "aws-smithy-async",
1234 "aws-smithy-runtime-api",
1235 "aws-smithy-types",
1236 "zeroize",
1237]
1238
1239[[package]]
1240name = "aws-runtime"
1241version = "1.5.4"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "bee7643696e7fdd74c10f9eb42848a87fe469d35eae9c3323f80aa98f350baac"
1244dependencies = [
1245 "aws-credential-types",
1246 "aws-sigv4",
1247 "aws-smithy-async",
1248 "aws-smithy-eventstream",
1249 "aws-smithy-http",
1250 "aws-smithy-runtime",
1251 "aws-smithy-runtime-api",
1252 "aws-smithy-types",
1253 "aws-types",
1254 "bytes 1.9.0",
1255 "fastrand 2.3.0",
1256 "http 0.2.12",
1257 "http-body 0.4.6",
1258 "once_cell",
1259 "percent-encoding",
1260 "pin-project-lite",
1261 "tracing",
1262 "uuid",
1263]
1264
1265[[package]]
1266name = "aws-sdk-kinesis"
1267version = "1.56.0"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "43d9c9144b6b00173d8f212a89d6bb252d48f88aeb2ae89c33c13b0a0fcd0ac9"
1270dependencies = [
1271 "aws-credential-types",
1272 "aws-runtime",
1273 "aws-smithy-async",
1274 "aws-smithy-http",
1275 "aws-smithy-json",
1276 "aws-smithy-runtime",
1277 "aws-smithy-runtime-api",
1278 "aws-smithy-types",
1279 "aws-types",
1280 "bytes 1.9.0",
1281 "http 0.2.12",
1282 "once_cell",
1283 "regex-lite",
1284 "tracing",
1285]
1286
1287[[package]]
1288name = "aws-sdk-s3"
1289version = "1.69.0"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "0a88f1c30e4ffa2464f910297c24736ff68cca9e8d2b7d52596b54efd99b9c1e"
1292dependencies = [
1293 "aws-credential-types",
1294 "aws-runtime",
1295 "aws-sigv4",
1296 "aws-smithy-async",
1297 "aws-smithy-checksums",
1298 "aws-smithy-eventstream",
1299 "aws-smithy-http",
1300 "aws-smithy-json",
1301 "aws-smithy-runtime",
1302 "aws-smithy-runtime-api",
1303 "aws-smithy-types",
1304 "aws-smithy-xml",
1305 "aws-types",
1306 "bytes 1.9.0",
1307 "fastrand 2.3.0",
1308 "hex",
1309 "hmac",
1310 "http 0.2.12",
1311 "http-body 0.4.6",
1312 "lru",
1313 "once_cell",
1314 "percent-encoding",
1315 "regex-lite",
1316 "sha2",
1317 "tracing",
1318 "url",
1319]
1320
1321[[package]]
1322name = "aws-sdk-sso"
1323version = "1.54.0"
1324source = "registry+https://github.com/rust-lang/crates.io-index"
1325checksum = "921a13ed6aabe2d1258f65ef7804946255c799224440774c30e1a2c65cdf983a"
1326dependencies = [
1327 "aws-credential-types",
1328 "aws-runtime",
1329 "aws-smithy-async",
1330 "aws-smithy-http",
1331 "aws-smithy-json",
1332 "aws-smithy-runtime",
1333 "aws-smithy-runtime-api",
1334 "aws-smithy-types",
1335 "aws-types",
1336 "bytes 1.9.0",
1337 "http 0.2.12",
1338 "once_cell",
1339 "regex-lite",
1340 "tracing",
1341]
1342
1343[[package]]
1344name = "aws-sdk-ssooidc"
1345version = "1.55.0"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "196c952738b05dfc917d82a3e9b5ba850822a6d6a86d677afda2a156cc172ceb"
1348dependencies = [
1349 "aws-credential-types",
1350 "aws-runtime",
1351 "aws-smithy-async",
1352 "aws-smithy-http",
1353 "aws-smithy-json",
1354 "aws-smithy-runtime",
1355 "aws-smithy-runtime-api",
1356 "aws-smithy-types",
1357 "aws-types",
1358 "bytes 1.9.0",
1359 "http 0.2.12",
1360 "once_cell",
1361 "regex-lite",
1362 "tracing",
1363]
1364
1365[[package]]
1366name = "aws-sdk-sts"
1367version = "1.55.0"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "33ef5b73a927ed80b44096f8c20fb4abae65469af15198367e179ae267256e9d"
1370dependencies = [
1371 "aws-credential-types",
1372 "aws-runtime",
1373 "aws-smithy-async",
1374 "aws-smithy-http",
1375 "aws-smithy-json",
1376 "aws-smithy-query",
1377 "aws-smithy-runtime",
1378 "aws-smithy-runtime-api",
1379 "aws-smithy-types",
1380 "aws-smithy-xml",
1381 "aws-types",
1382 "http 0.2.12",
1383 "once_cell",
1384 "regex-lite",
1385 "tracing",
1386]
1387
1388[[package]]
1389name = "aws-sigv4"
1390version = "1.2.7"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "690118821e46967b3c4501d67d7d52dd75106a9c54cf36cefa1985cedbe94e05"
1393dependencies = [
1394 "aws-credential-types",
1395 "aws-smithy-eventstream",
1396 "aws-smithy-http",
1397 "aws-smithy-runtime-api",
1398 "aws-smithy-types",
1399 "bytes 1.9.0",
1400 "crypto-bigint 0.5.5",
1401 "form_urlencoded",
1402 "hex",
1403 "hmac",
1404 "http 0.2.12",
1405 "http 1.2.0",
1406 "once_cell",
1407 "p256",
1408 "percent-encoding",
1409 "ring",
1410 "sha2",
1411 "subtle",
1412 "time",
1413 "tracing",
1414 "zeroize",
1415]
1416
1417[[package]]
1418name = "aws-smithy-async"
1419version = "1.2.4"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1422dependencies = [
1423 "futures-util",
1424 "pin-project-lite",
1425 "tokio",
1426]
1427
1428[[package]]
1429name = "aws-smithy-checksums"
1430version = "0.62.0"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1433dependencies = [
1434 "aws-smithy-http",
1435 "aws-smithy-types",
1436 "bytes 1.9.0",
1437 "crc32c",
1438 "crc32fast",
1439 "crc64fast-nvme",
1440 "hex",
1441 "http 0.2.12",
1442 "http-body 0.4.6",
1443 "md-5",
1444 "pin-project-lite",
1445 "sha1",
1446 "sha2",
1447 "tracing",
1448]
1449
1450[[package]]
1451name = "aws-smithy-eventstream"
1452version = "0.60.6"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1455dependencies = [
1456 "aws-smithy-types",
1457 "bytes 1.9.0",
1458 "crc32fast",
1459]
1460
1461[[package]]
1462name = "aws-smithy-http"
1463version = "0.60.12"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1466dependencies = [
1467 "aws-smithy-eventstream",
1468 "aws-smithy-runtime-api",
1469 "aws-smithy-types",
1470 "bytes 1.9.0",
1471 "bytes-utils",
1472 "futures-core",
1473 "http 0.2.12",
1474 "http-body 0.4.6",
1475 "once_cell",
1476 "percent-encoding",
1477 "pin-project-lite",
1478 "pin-utils",
1479 "tracing",
1480]
1481
1482[[package]]
1483name = "aws-smithy-json"
1484version = "0.61.2"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1487dependencies = [
1488 "aws-smithy-types",
1489]
1490
1491[[package]]
1492name = "aws-smithy-query"
1493version = "0.60.7"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1496dependencies = [
1497 "aws-smithy-types",
1498 "urlencoding",
1499]
1500
1501[[package]]
1502name = "aws-smithy-runtime"
1503version = "1.7.7"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "865f7050bbc7107a6c98a397a9fcd9413690c27fa718446967cf03b2d3ac517e"
1506dependencies = [
1507 "aws-smithy-async",
1508 "aws-smithy-http",
1509 "aws-smithy-runtime-api",
1510 "aws-smithy-types",
1511 "bytes 1.9.0",
1512 "fastrand 2.3.0",
1513 "h2 0.3.26",
1514 "http 0.2.12",
1515 "http-body 0.4.6",
1516 "http-body 1.0.1",
1517 "httparse",
1518 "hyper 0.14.32",
1519 "hyper-rustls 0.24.2",
1520 "once_cell",
1521 "pin-project-lite",
1522 "pin-utils",
1523 "rustls 0.21.12",
1524 "tokio",
1525 "tracing",
1526]
1527
1528[[package]]
1529name = "aws-smithy-runtime-api"
1530version = "1.7.3"
1531source = "registry+https://github.com/rust-lang/crates.io-index"
1532checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1533dependencies = [
1534 "aws-smithy-async",
1535 "aws-smithy-types",
1536 "bytes 1.9.0",
1537 "http 0.2.12",
1538 "http 1.2.0",
1539 "pin-project-lite",
1540 "tokio",
1541 "tracing",
1542 "zeroize",
1543]
1544
1545[[package]]
1546name = "aws-smithy-types"
1547version = "1.2.12"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "a28f6feb647fb5e0d5b50f0472c19a7db9462b74e2fec01bb0b44eedcc834e97"
1550dependencies = [
1551 "base64-simd",
1552 "bytes 1.9.0",
1553 "bytes-utils",
1554 "futures-core",
1555 "http 0.2.12",
1556 "http 1.2.0",
1557 "http-body 0.4.6",
1558 "http-body 1.0.1",
1559 "http-body-util",
1560 "itoa",
1561 "num-integer",
1562 "pin-project-lite",
1563 "pin-utils",
1564 "ryu",
1565 "serde",
1566 "time",
1567 "tokio",
1568 "tokio-util",
1569]
1570
1571[[package]]
1572name = "aws-smithy-xml"
1573version = "0.60.9"
1574source = "registry+https://github.com/rust-lang/crates.io-index"
1575checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1576dependencies = [
1577 "xmlparser",
1578]
1579
1580[[package]]
1581name = "aws-types"
1582version = "1.3.4"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "b0df5a18c4f951c645300d365fec53a61418bcf4650f604f85fe2a665bfaa0c2"
1585dependencies = [
1586 "aws-credential-types",
1587 "aws-smithy-async",
1588 "aws-smithy-runtime-api",
1589 "aws-smithy-types",
1590 "rustc_version",
1591 "tracing",
1592]
1593
1594[[package]]
1595name = "axum"
1596version = "0.6.20"
1597source = "registry+https://github.com/rust-lang/crates.io-index"
1598checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1599dependencies = [
1600 "async-trait",
1601 "axum-core",
1602 "base64 0.21.7",
1603 "bitflags 1.3.2",
1604 "bytes 1.9.0",
1605 "futures-util",
1606 "headers",
1607 "http 0.2.12",
1608 "http-body 0.4.6",
1609 "hyper 0.14.32",
1610 "itoa",
1611 "matchit",
1612 "memchr",
1613 "mime",
1614 "percent-encoding",
1615 "pin-project-lite",
1616 "rustversion",
1617 "serde",
1618 "serde_json",
1619 "serde_path_to_error",
1620 "serde_urlencoded",
1621 "sha1",
1622 "sync_wrapper 0.1.2",
1623 "tokio",
1624 "tokio-tungstenite 0.20.1",
1625 "tower",
1626 "tower-layer",
1627 "tower-service",
1628]
1629
1630[[package]]
1631name = "axum-core"
1632version = "0.3.4"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1635dependencies = [
1636 "async-trait",
1637 "bytes 1.9.0",
1638 "futures-util",
1639 "http 0.2.12",
1640 "http-body 0.4.6",
1641 "mime",
1642 "rustversion",
1643 "tower-layer",
1644 "tower-service",
1645]
1646
1647[[package]]
1648name = "axum-extra"
1649version = "0.4.2"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1652dependencies = [
1653 "axum",
1654 "bytes 1.9.0",
1655 "futures-util",
1656 "http 0.2.12",
1657 "mime",
1658 "pin-project-lite",
1659 "serde",
1660 "serde_json",
1661 "tokio",
1662 "tower",
1663 "tower-http 0.3.5",
1664 "tower-layer",
1665 "tower-service",
1666]
1667
1668[[package]]
1669name = "backtrace"
1670version = "0.3.74"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1673dependencies = [
1674 "addr2line",
1675 "cfg-if",
1676 "libc",
1677 "miniz_oxide",
1678 "object",
1679 "rustc-demangle",
1680 "windows-targets 0.52.6",
1681]
1682
1683[[package]]
1684name = "base16ct"
1685version = "0.1.1"
1686source = "registry+https://github.com/rust-lang/crates.io-index"
1687checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1688
1689[[package]]
1690name = "base64"
1691version = "0.13.1"
1692source = "registry+https://github.com/rust-lang/crates.io-index"
1693checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1694
1695[[package]]
1696name = "base64"
1697version = "0.21.7"
1698source = "registry+https://github.com/rust-lang/crates.io-index"
1699checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1700
1701[[package]]
1702name = "base64"
1703version = "0.22.1"
1704source = "registry+https://github.com/rust-lang/crates.io-index"
1705checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1706
1707[[package]]
1708name = "base64-simd"
1709version = "0.8.0"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1712dependencies = [
1713 "outref",
1714 "vsimd",
1715]
1716
1717[[package]]
1718name = "base64ct"
1719version = "1.6.0"
1720source = "registry+https://github.com/rust-lang/crates.io-index"
1721checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1722
1723[[package]]
1724name = "bigdecimal"
1725version = "0.4.7"
1726source = "registry+https://github.com/rust-lang/crates.io-index"
1727checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1728dependencies = [
1729 "autocfg",
1730 "libm",
1731 "num-bigint",
1732 "num-integer",
1733 "num-traits",
1734 "serde",
1735]
1736
1737[[package]]
1738name = "bincode"
1739version = "1.3.3"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1742dependencies = [
1743 "serde",
1744]
1745
1746[[package]]
1747name = "bindgen"
1748version = "0.70.1"
1749source = "registry+https://github.com/rust-lang/crates.io-index"
1750checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1751dependencies = [
1752 "bitflags 2.8.0",
1753 "cexpr",
1754 "clang-sys",
1755 "itertools 0.12.1",
1756 "log",
1757 "prettyplease",
1758 "proc-macro2",
1759 "quote",
1760 "regex",
1761 "rustc-hash 1.1.0",
1762 "shlex",
1763 "syn 2.0.90",
1764]
1765
1766[[package]]
1767name = "bit-set"
1768version = "0.5.3"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1771dependencies = [
1772 "bit-vec 0.6.3",
1773]
1774
1775[[package]]
1776name = "bit-set"
1777version = "0.8.0"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1780dependencies = [
1781 "bit-vec 0.8.0",
1782]
1783
1784[[package]]
1785name = "bit-vec"
1786version = "0.6.3"
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1789
1790[[package]]
1791name = "bit-vec"
1792version = "0.8.0"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1795
1796[[package]]
1797name = "bit_field"
1798version = "0.10.2"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1801
1802[[package]]
1803name = "bitflags"
1804version = "1.3.2"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1807
1808[[package]]
1809name = "bitflags"
1810version = "2.8.0"
1811source = "registry+https://github.com/rust-lang/crates.io-index"
1812checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1813dependencies = [
1814 "serde",
1815]
1816
1817[[package]]
1818name = "bitstream-io"
1819version = "2.6.0"
1820source = "registry+https://github.com/rust-lang/crates.io-index"
1821checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1822
1823[[package]]
1824name = "bitvec"
1825version = "1.0.1"
1826source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1828dependencies = [
1829 "funty",
1830 "radium",
1831 "tap",
1832 "wyz",
1833]
1834
1835[[package]]
1836name = "blade-graphics"
1837version = "0.6.0"
1838source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1839dependencies = [
1840 "ash",
1841 "ash-window",
1842 "bitflags 2.8.0",
1843 "bytemuck",
1844 "codespan-reporting",
1845 "glow",
1846 "gpu-alloc",
1847 "gpu-alloc-ash",
1848 "hidden-trait",
1849 "js-sys",
1850 "khronos-egl",
1851 "libloading",
1852 "log",
1853 "mint",
1854 "naga",
1855 "objc2",
1856 "objc2-app-kit",
1857 "objc2-foundation",
1858 "objc2-metal",
1859 "objc2-quartz-core",
1860 "objc2-ui-kit",
1861 "raw-window-handle",
1862 "slab",
1863 "wasm-bindgen",
1864 "web-sys",
1865]
1866
1867[[package]]
1868name = "blade-macros"
1869version = "0.3.0"
1870source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1871dependencies = [
1872 "proc-macro2",
1873 "quote",
1874 "syn 2.0.90",
1875]
1876
1877[[package]]
1878name = "blade-util"
1879version = "0.2.0"
1880source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1881dependencies = [
1882 "blade-graphics",
1883 "bytemuck",
1884 "log",
1885 "profiling",
1886]
1887
1888[[package]]
1889name = "blake3"
1890version = "1.5.5"
1891source = "registry+https://github.com/rust-lang/crates.io-index"
1892checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
1893dependencies = [
1894 "arrayref",
1895 "arrayvec",
1896 "cc",
1897 "cfg-if",
1898 "constant_time_eq 0.3.1",
1899]
1900
1901[[package]]
1902name = "block"
1903version = "0.1.6"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1906
1907[[package]]
1908name = "block-buffer"
1909version = "0.10.4"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1912dependencies = [
1913 "generic-array",
1914]
1915
1916[[package]]
1917name = "block-padding"
1918version = "0.3.3"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1921dependencies = [
1922 "generic-array",
1923]
1924
1925[[package]]
1926name = "block2"
1927version = "0.5.1"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
1930dependencies = [
1931 "objc2",
1932]
1933
1934[[package]]
1935name = "blocking"
1936version = "1.6.1"
1937source = "registry+https://github.com/rust-lang/crates.io-index"
1938checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1939dependencies = [
1940 "async-channel 2.3.1",
1941 "async-task",
1942 "futures-io",
1943 "futures-lite 2.5.0",
1944 "piper",
1945]
1946
1947[[package]]
1948name = "borsh"
1949version = "1.5.3"
1950source = "registry+https://github.com/rust-lang/crates.io-index"
1951checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
1952dependencies = [
1953 "borsh-derive",
1954 "cfg_aliases 0.2.1",
1955]
1956
1957[[package]]
1958name = "borsh-derive"
1959version = "1.5.3"
1960source = "registry+https://github.com/rust-lang/crates.io-index"
1961checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
1962dependencies = [
1963 "once_cell",
1964 "proc-macro-crate",
1965 "proc-macro2",
1966 "quote",
1967 "syn 2.0.90",
1968]
1969
1970[[package]]
1971name = "breadcrumbs"
1972version = "0.1.0"
1973dependencies = [
1974 "editor",
1975 "gpui",
1976 "itertools 0.14.0",
1977 "theme",
1978 "ui",
1979 "workspace",
1980 "zed_actions",
1981]
1982
1983[[package]]
1984name = "bstr"
1985version = "1.11.1"
1986source = "registry+https://github.com/rust-lang/crates.io-index"
1987checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
1988dependencies = [
1989 "memchr",
1990 "regex-automata 0.4.9",
1991 "serde",
1992]
1993
1994[[package]]
1995name = "built"
1996version = "0.7.5"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
1999
2000[[package]]
2001name = "bumpalo"
2002version = "3.16.0"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2005
2006[[package]]
2007name = "by_address"
2008version = "1.2.1"
2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2011
2012[[package]]
2013name = "bytecheck"
2014version = "0.6.12"
2015source = "registry+https://github.com/rust-lang/crates.io-index"
2016checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2017dependencies = [
2018 "bytecheck_derive",
2019 "ptr_meta",
2020 "simdutf8",
2021]
2022
2023[[package]]
2024name = "bytecheck_derive"
2025version = "0.6.12"
2026source = "registry+https://github.com/rust-lang/crates.io-index"
2027checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2028dependencies = [
2029 "proc-macro2",
2030 "quote",
2031 "syn 1.0.109",
2032]
2033
2034[[package]]
2035name = "bytemuck"
2036version = "1.21.0"
2037source = "registry+https://github.com/rust-lang/crates.io-index"
2038checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2039dependencies = [
2040 "bytemuck_derive",
2041]
2042
2043[[package]]
2044name = "bytemuck_derive"
2045version = "1.8.0"
2046source = "registry+https://github.com/rust-lang/crates.io-index"
2047checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2048dependencies = [
2049 "proc-macro2",
2050 "quote",
2051 "syn 2.0.90",
2052]
2053
2054[[package]]
2055name = "byteorder"
2056version = "1.5.0"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2059
2060[[package]]
2061name = "byteorder-lite"
2062version = "0.1.0"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2065
2066[[package]]
2067name = "bytes"
2068version = "0.4.12"
2069source = "registry+https://github.com/rust-lang/crates.io-index"
2070checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2071dependencies = [
2072 "byteorder",
2073 "iovec",
2074]
2075
2076[[package]]
2077name = "bytes"
2078version = "1.9.0"
2079source = "registry+https://github.com/rust-lang/crates.io-index"
2080checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
2081
2082[[package]]
2083name = "bytes-utils"
2084version = "0.1.4"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2087dependencies = [
2088 "bytes 1.9.0",
2089 "either",
2090]
2091
2092[[package]]
2093name = "bzip2"
2094version = "0.4.4"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2097dependencies = [
2098 "bzip2-sys",
2099 "libc",
2100]
2101
2102[[package]]
2103name = "bzip2-sys"
2104version = "0.1.11+1.0.8"
2105source = "registry+https://github.com/rust-lang/crates.io-index"
2106checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2107dependencies = [
2108 "cc",
2109 "libc",
2110 "pkg-config",
2111]
2112
2113[[package]]
2114name = "call"
2115version = "0.1.0"
2116dependencies = [
2117 "anyhow",
2118 "audio",
2119 "client",
2120 "collections",
2121 "fs",
2122 "futures 0.3.31",
2123 "gpui",
2124 "http_client",
2125 "language",
2126 "livekit_client",
2127 "livekit_client_macos",
2128 "log",
2129 "postage",
2130 "project",
2131 "schemars",
2132 "serde",
2133 "serde_derive",
2134 "settings",
2135 "telemetry",
2136 "util",
2137]
2138
2139[[package]]
2140name = "calloop"
2141version = "0.13.0"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2144dependencies = [
2145 "bitflags 2.8.0",
2146 "log",
2147 "polling",
2148 "rustix",
2149 "slab",
2150 "thiserror 1.0.69",
2151]
2152
2153[[package]]
2154name = "calloop-wayland-source"
2155version = "0.3.0"
2156source = "registry+https://github.com/rust-lang/crates.io-index"
2157checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2158dependencies = [
2159 "calloop",
2160 "rustix",
2161 "wayland-backend",
2162 "wayland-client",
2163]
2164
2165[[package]]
2166name = "camino"
2167version = "1.1.9"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2170dependencies = [
2171 "serde",
2172]
2173
2174[[package]]
2175name = "cap-fs-ext"
2176version = "3.4.2"
2177source = "registry+https://github.com/rust-lang/crates.io-index"
2178checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2179dependencies = [
2180 "cap-primitives",
2181 "cap-std",
2182 "io-lifetimes",
2183 "windows-sys 0.59.0",
2184]
2185
2186[[package]]
2187name = "cap-net-ext"
2188version = "3.4.2"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2191dependencies = [
2192 "cap-primitives",
2193 "cap-std",
2194 "rustix",
2195 "smallvec",
2196]
2197
2198[[package]]
2199name = "cap-primitives"
2200version = "3.4.2"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2203dependencies = [
2204 "ambient-authority",
2205 "fs-set-times",
2206 "io-extras",
2207 "io-lifetimes",
2208 "ipnet",
2209 "maybe-owned",
2210 "rustix",
2211 "windows-sys 0.59.0",
2212 "winx",
2213]
2214
2215[[package]]
2216name = "cap-rand"
2217version = "3.4.2"
2218source = "registry+https://github.com/rust-lang/crates.io-index"
2219checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2220dependencies = [
2221 "ambient-authority",
2222 "rand 0.8.5",
2223]
2224
2225[[package]]
2226name = "cap-std"
2227version = "3.4.2"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2230dependencies = [
2231 "cap-primitives",
2232 "io-extras",
2233 "io-lifetimes",
2234 "rustix",
2235]
2236
2237[[package]]
2238name = "cap-time-ext"
2239version = "3.4.2"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2242dependencies = [
2243 "ambient-authority",
2244 "cap-primitives",
2245 "iana-time-zone",
2246 "once_cell",
2247 "rustix",
2248 "winx",
2249]
2250
2251[[package]]
2252name = "cargo-platform"
2253version = "0.1.9"
2254source = "registry+https://github.com/rust-lang/crates.io-index"
2255checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2256dependencies = [
2257 "serde",
2258]
2259
2260[[package]]
2261name = "cargo_metadata"
2262version = "0.19.1"
2263source = "registry+https://github.com/rust-lang/crates.io-index"
2264checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924"
2265dependencies = [
2266 "camino",
2267 "cargo-platform",
2268 "semver",
2269 "serde",
2270 "serde_json",
2271 "thiserror 2.0.6",
2272]
2273
2274[[package]]
2275name = "cargo_toml"
2276version = "0.21.0"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2279dependencies = [
2280 "serde",
2281 "toml 0.8.19",
2282]
2283
2284[[package]]
2285name = "cast"
2286version = "0.3.0"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2289
2290[[package]]
2291name = "cbc"
2292version = "0.1.2"
2293source = "registry+https://github.com/rust-lang/crates.io-index"
2294checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2295dependencies = [
2296 "cipher",
2297]
2298
2299[[package]]
2300name = "cbindgen"
2301version = "0.27.0"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2304dependencies = [
2305 "clap",
2306 "heck 0.4.1",
2307 "indexmap",
2308 "log",
2309 "proc-macro2",
2310 "quote",
2311 "serde",
2312 "serde_json",
2313 "syn 2.0.90",
2314 "tempfile",
2315 "toml 0.8.19",
2316]
2317
2318[[package]]
2319name = "cbindgen"
2320version = "0.28.0"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2323dependencies = [
2324 "heck 0.4.1",
2325 "indexmap",
2326 "log",
2327 "proc-macro2",
2328 "quote",
2329 "serde",
2330 "serde_json",
2331 "syn 2.0.90",
2332 "tempfile",
2333 "toml 0.8.19",
2334]
2335
2336[[package]]
2337name = "cc"
2338version = "1.2.3"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
2341dependencies = [
2342 "jobserver",
2343 "libc",
2344 "shlex",
2345]
2346
2347[[package]]
2348name = "cesu8"
2349version = "1.1.0"
2350source = "registry+https://github.com/rust-lang/crates.io-index"
2351checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2352
2353[[package]]
2354name = "cexpr"
2355version = "0.6.0"
2356source = "registry+https://github.com/rust-lang/crates.io-index"
2357checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2358dependencies = [
2359 "nom",
2360]
2361
2362[[package]]
2363name = "cfg-expr"
2364version = "0.15.8"
2365source = "registry+https://github.com/rust-lang/crates.io-index"
2366checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2367dependencies = [
2368 "smallvec",
2369 "target-lexicon",
2370]
2371
2372[[package]]
2373name = "cfg-if"
2374version = "1.0.0"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2377
2378[[package]]
2379name = "cfg_aliases"
2380version = "0.1.1"
2381source = "registry+https://github.com/rust-lang/crates.io-index"
2382checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2383
2384[[package]]
2385name = "cfg_aliases"
2386version = "0.2.1"
2387source = "registry+https://github.com/rust-lang/crates.io-index"
2388checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2389
2390[[package]]
2391name = "channel"
2392version = "0.1.0"
2393dependencies = [
2394 "anyhow",
2395 "client",
2396 "clock",
2397 "collections",
2398 "futures 0.3.31",
2399 "gpui",
2400 "http_client",
2401 "language",
2402 "log",
2403 "rand 0.8.5",
2404 "release_channel",
2405 "rpc",
2406 "settings",
2407 "sum_tree",
2408 "text",
2409 "time",
2410 "util",
2411]
2412
2413[[package]]
2414name = "chrono"
2415version = "0.4.39"
2416source = "registry+https://github.com/rust-lang/crates.io-index"
2417checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2418dependencies = [
2419 "android-tzdata",
2420 "iana-time-zone",
2421 "js-sys",
2422 "num-traits",
2423 "serde",
2424 "wasm-bindgen",
2425 "windows-targets 0.52.6",
2426]
2427
2428[[package]]
2429name = "chunked_transfer"
2430version = "1.5.0"
2431source = "registry+https://github.com/rust-lang/crates.io-index"
2432checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2433
2434[[package]]
2435name = "ciborium"
2436version = "0.2.2"
2437source = "registry+https://github.com/rust-lang/crates.io-index"
2438checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2439dependencies = [
2440 "ciborium-io",
2441 "ciborium-ll",
2442 "serde",
2443]
2444
2445[[package]]
2446name = "ciborium-io"
2447version = "0.2.2"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2450
2451[[package]]
2452name = "ciborium-ll"
2453version = "0.2.2"
2454source = "registry+https://github.com/rust-lang/crates.io-index"
2455checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2456dependencies = [
2457 "ciborium-io",
2458 "half",
2459]
2460
2461[[package]]
2462name = "cipher"
2463version = "0.4.4"
2464source = "registry+https://github.com/rust-lang/crates.io-index"
2465checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2466dependencies = [
2467 "crypto-common",
2468 "inout",
2469 "zeroize",
2470]
2471
2472[[package]]
2473name = "clang-sys"
2474version = "1.8.1"
2475source = "registry+https://github.com/rust-lang/crates.io-index"
2476checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2477dependencies = [
2478 "glob",
2479 "libc",
2480 "libloading",
2481]
2482
2483[[package]]
2484name = "clap"
2485version = "4.5.23"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
2488dependencies = [
2489 "clap_builder",
2490 "clap_derive",
2491]
2492
2493[[package]]
2494name = "clap_builder"
2495version = "4.5.23"
2496source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
2498dependencies = [
2499 "anstream",
2500 "anstyle",
2501 "clap_lex",
2502 "strsim",
2503 "terminal_size",
2504]
2505
2506[[package]]
2507name = "clap_complete"
2508version = "4.5.38"
2509source = "registry+https://github.com/rust-lang/crates.io-index"
2510checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2511dependencies = [
2512 "clap",
2513]
2514
2515[[package]]
2516name = "clap_derive"
2517version = "4.5.18"
2518source = "registry+https://github.com/rust-lang/crates.io-index"
2519checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2520dependencies = [
2521 "heck 0.5.0",
2522 "proc-macro2",
2523 "quote",
2524 "syn 2.0.90",
2525]
2526
2527[[package]]
2528name = "clap_lex"
2529version = "0.7.4"
2530source = "registry+https://github.com/rust-lang/crates.io-index"
2531checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2532
2533[[package]]
2534name = "cli"
2535version = "0.1.0"
2536dependencies = [
2537 "anyhow",
2538 "clap",
2539 "collections",
2540 "core-foundation 0.9.4",
2541 "core-services",
2542 "exec",
2543 "fork",
2544 "ipc-channel",
2545 "parking_lot",
2546 "paths",
2547 "plist",
2548 "release_channel",
2549 "serde",
2550 "tempfile",
2551 "util",
2552]
2553
2554[[package]]
2555name = "client"
2556version = "0.1.0"
2557dependencies = [
2558 "anyhow",
2559 "async-native-tls",
2560 "async-recursion 0.3.2",
2561 "async-tungstenite 0.28.2",
2562 "chrono",
2563 "clock",
2564 "cocoa 0.26.0",
2565 "collections",
2566 "feature_flags",
2567 "futures 0.3.31",
2568 "gpui",
2569 "http_client",
2570 "log",
2571 "parking_lot",
2572 "paths",
2573 "postage",
2574 "rand 0.8.5",
2575 "release_channel",
2576 "rpc",
2577 "rustls 0.21.12",
2578 "rustls-native-certs 0.8.1",
2579 "schemars",
2580 "serde",
2581 "serde_json",
2582 "settings",
2583 "sha2",
2584 "smol",
2585 "telemetry",
2586 "telemetry_events",
2587 "text",
2588 "thiserror 1.0.69",
2589 "time",
2590 "tiny_http",
2591 "tokio-socks",
2592 "url",
2593 "util",
2594 "windows 0.58.0",
2595 "worktree",
2596]
2597
2598[[package]]
2599name = "clock"
2600version = "0.1.0"
2601dependencies = [
2602 "parking_lot",
2603 "serde",
2604 "smallvec",
2605]
2606
2607[[package]]
2608name = "cobs"
2609version = "0.2.3"
2610source = "registry+https://github.com/rust-lang/crates.io-index"
2611checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2612
2613[[package]]
2614name = "cocoa"
2615version = "0.25.0"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2618dependencies = [
2619 "bitflags 1.3.2",
2620 "block",
2621 "cocoa-foundation 0.1.2",
2622 "core-foundation 0.9.4",
2623 "core-graphics 0.23.2",
2624 "foreign-types 0.5.0",
2625 "libc",
2626 "objc",
2627]
2628
2629[[package]]
2630name = "cocoa"
2631version = "0.26.0"
2632source = "registry+https://github.com/rust-lang/crates.io-index"
2633checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2634dependencies = [
2635 "bitflags 2.8.0",
2636 "block",
2637 "cocoa-foundation 0.2.0",
2638 "core-foundation 0.10.0",
2639 "core-graphics 0.24.0",
2640 "foreign-types 0.5.0",
2641 "libc",
2642 "objc",
2643]
2644
2645[[package]]
2646name = "cocoa-foundation"
2647version = "0.1.2"
2648source = "registry+https://github.com/rust-lang/crates.io-index"
2649checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2650dependencies = [
2651 "bitflags 1.3.2",
2652 "block",
2653 "core-foundation 0.9.4",
2654 "core-graphics-types 0.1.3",
2655 "libc",
2656 "objc",
2657]
2658
2659[[package]]
2660name = "cocoa-foundation"
2661version = "0.2.0"
2662source = "registry+https://github.com/rust-lang/crates.io-index"
2663checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2664dependencies = [
2665 "bitflags 2.8.0",
2666 "block",
2667 "core-foundation 0.10.0",
2668 "core-graphics-types 0.2.0",
2669 "libc",
2670 "objc",
2671]
2672
2673[[package]]
2674name = "codespan-reporting"
2675version = "0.11.1"
2676source = "registry+https://github.com/rust-lang/crates.io-index"
2677checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2678dependencies = [
2679 "termcolor",
2680 "unicode-width",
2681]
2682
2683[[package]]
2684name = "collab"
2685version = "0.44.0"
2686dependencies = [
2687 "anthropic",
2688 "anyhow",
2689 "assistant",
2690 "assistant_context_editor",
2691 "assistant_slash_command",
2692 "assistant_tool",
2693 "async-stripe",
2694 "async-trait",
2695 "async-tungstenite 0.28.2",
2696 "audio",
2697 "aws-config",
2698 "aws-sdk-kinesis",
2699 "aws-sdk-s3",
2700 "axum",
2701 "axum-extra",
2702 "base64 0.22.1",
2703 "call",
2704 "channel",
2705 "chrono",
2706 "client",
2707 "clock",
2708 "collab_ui",
2709 "collections",
2710 "context_server",
2711 "ctor",
2712 "dashmap 6.1.0",
2713 "derive_more",
2714 "editor",
2715 "env_logger 0.11.6",
2716 "envy",
2717 "extension",
2718 "file_finder",
2719 "fireworks",
2720 "fs",
2721 "futures 0.3.31",
2722 "git",
2723 "git_hosting_providers",
2724 "google_ai",
2725 "gpui",
2726 "hex",
2727 "http_client",
2728 "hyper 0.14.32",
2729 "indoc",
2730 "jsonwebtoken",
2731 "language",
2732 "language_model",
2733 "livekit_client",
2734 "livekit_client_macos",
2735 "livekit_server",
2736 "log",
2737 "lsp",
2738 "menu",
2739 "multi_buffer",
2740 "nanoid",
2741 "node_runtime",
2742 "notifications",
2743 "open_ai",
2744 "parking_lot",
2745 "pretty_assertions",
2746 "project",
2747 "prometheus",
2748 "prompt_library",
2749 "prost 0.9.0",
2750 "rand 0.8.5",
2751 "recent_projects",
2752 "release_channel",
2753 "remote",
2754 "remote_server",
2755 "reqwest 0.11.27",
2756 "reqwest_client",
2757 "rpc",
2758 "rustc-demangle",
2759 "scrypt",
2760 "sea-orm",
2761 "semantic_version",
2762 "semver",
2763 "serde",
2764 "serde_derive",
2765 "serde_json",
2766 "session",
2767 "settings",
2768 "sha2",
2769 "sqlx",
2770 "strum",
2771 "subtle",
2772 "supermaven_api",
2773 "telemetry_events",
2774 "text",
2775 "theme",
2776 "thiserror 1.0.69",
2777 "time",
2778 "tokio",
2779 "toml 0.8.19",
2780 "tower",
2781 "tower-http 0.4.4",
2782 "tracing",
2783 "tracing-subscriber",
2784 "unindent",
2785 "util",
2786 "uuid",
2787 "workspace",
2788 "worktree",
2789]
2790
2791[[package]]
2792name = "collab_ui"
2793version = "0.1.0"
2794dependencies = [
2795 "anyhow",
2796 "call",
2797 "channel",
2798 "chrono",
2799 "client",
2800 "collections",
2801 "db",
2802 "editor",
2803 "emojis",
2804 "futures 0.3.31",
2805 "fuzzy",
2806 "gpui",
2807 "http_client",
2808 "language",
2809 "menu",
2810 "notifications",
2811 "picker",
2812 "pretty_assertions",
2813 "project",
2814 "release_channel",
2815 "rich_text",
2816 "rpc",
2817 "schemars",
2818 "serde",
2819 "serde_derive",
2820 "serde_json",
2821 "settings",
2822 "smallvec",
2823 "story",
2824 "telemetry",
2825 "theme",
2826 "time",
2827 "time_format",
2828 "title_bar",
2829 "tree-sitter-md",
2830 "ui",
2831 "util",
2832 "workspace",
2833]
2834
2835[[package]]
2836name = "collections"
2837version = "0.1.0"
2838dependencies = [
2839 "indexmap",
2840 "rustc-hash 2.1.0",
2841]
2842
2843[[package]]
2844name = "color_quant"
2845version = "1.1.0"
2846source = "registry+https://github.com/rust-lang/crates.io-index"
2847checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2848
2849[[package]]
2850name = "colorchoice"
2851version = "1.0.3"
2852source = "registry+https://github.com/rust-lang/crates.io-index"
2853checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2854
2855[[package]]
2856name = "combine"
2857version = "4.6.7"
2858source = "registry+https://github.com/rust-lang/crates.io-index"
2859checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2860dependencies = [
2861 "bytes 1.9.0",
2862 "memchr",
2863]
2864
2865[[package]]
2866name = "command_palette"
2867version = "0.1.0"
2868dependencies = [
2869 "client",
2870 "collections",
2871 "command_palette_hooks",
2872 "ctor",
2873 "editor",
2874 "env_logger 0.11.6",
2875 "fuzzy",
2876 "go_to_line",
2877 "gpui",
2878 "language",
2879 "menu",
2880 "picker",
2881 "postage",
2882 "project",
2883 "serde",
2884 "serde_json",
2885 "settings",
2886 "telemetry",
2887 "theme",
2888 "ui",
2889 "util",
2890 "workspace",
2891 "zed_actions",
2892]
2893
2894[[package]]
2895name = "command_palette_hooks"
2896version = "0.1.0"
2897dependencies = [
2898 "collections",
2899 "derive_more",
2900 "gpui",
2901]
2902
2903[[package]]
2904name = "concurrent-queue"
2905version = "2.5.0"
2906source = "registry+https://github.com/rust-lang/crates.io-index"
2907checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2908dependencies = [
2909 "crossbeam-utils",
2910]
2911
2912[[package]]
2913name = "console"
2914version = "0.15.8"
2915source = "registry+https://github.com/rust-lang/crates.io-index"
2916checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2917dependencies = [
2918 "encode_unicode",
2919 "lazy_static",
2920 "libc",
2921 "unicode-width",
2922 "windows-sys 0.52.0",
2923]
2924
2925[[package]]
2926name = "const-oid"
2927version = "0.9.6"
2928source = "registry+https://github.com/rust-lang/crates.io-index"
2929checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2930
2931[[package]]
2932name = "const-random"
2933version = "0.1.18"
2934source = "registry+https://github.com/rust-lang/crates.io-index"
2935checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2936dependencies = [
2937 "const-random-macro",
2938]
2939
2940[[package]]
2941name = "const-random-macro"
2942version = "0.1.16"
2943source = "registry+https://github.com/rust-lang/crates.io-index"
2944checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2945dependencies = [
2946 "getrandom 0.2.15",
2947 "once_cell",
2948 "tiny-keccak",
2949]
2950
2951[[package]]
2952name = "constant_time_eq"
2953version = "0.1.5"
2954source = "registry+https://github.com/rust-lang/crates.io-index"
2955checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2956
2957[[package]]
2958name = "constant_time_eq"
2959version = "0.3.1"
2960source = "registry+https://github.com/rust-lang/crates.io-index"
2961checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2962
2963[[package]]
2964name = "context_server"
2965version = "0.1.0"
2966dependencies = [
2967 "anyhow",
2968 "assistant_tool",
2969 "collections",
2970 "command_palette_hooks",
2971 "context_server_settings",
2972 "extension",
2973 "futures 0.3.31",
2974 "gpui",
2975 "log",
2976 "parking_lot",
2977 "postage",
2978 "project",
2979 "serde",
2980 "serde_json",
2981 "settings",
2982 "smol",
2983 "url",
2984 "util",
2985 "workspace",
2986]
2987
2988[[package]]
2989name = "context_server_settings"
2990version = "0.1.0"
2991dependencies = [
2992 "anyhow",
2993 "collections",
2994 "gpui",
2995 "schemars",
2996 "serde",
2997 "serde_json",
2998 "settings",
2999]
3000
3001[[package]]
3002name = "convert_case"
3003version = "0.4.0"
3004source = "registry+https://github.com/rust-lang/crates.io-index"
3005checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3006
3007[[package]]
3008name = "convert_case"
3009version = "0.6.0"
3010source = "registry+https://github.com/rust-lang/crates.io-index"
3011checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
3012dependencies = [
3013 "unicode-segmentation",
3014]
3015
3016[[package]]
3017name = "copilot"
3018version = "0.1.0"
3019dependencies = [
3020 "anyhow",
3021 "async-compression",
3022 "async-std",
3023 "async-tar",
3024 "chrono",
3025 "client",
3026 "clock",
3027 "collections",
3028 "command_palette_hooks",
3029 "editor",
3030 "fs",
3031 "futures 0.3.31",
3032 "gpui",
3033 "http_client",
3034 "indoc",
3035 "inline_completion",
3036 "language",
3037 "lsp",
3038 "menu",
3039 "node_runtime",
3040 "parking_lot",
3041 "paths",
3042 "project",
3043 "rpc",
3044 "schemars",
3045 "serde",
3046 "serde_json",
3047 "settings",
3048 "smol",
3049 "strum",
3050 "task",
3051 "theme",
3052 "ui",
3053 "util",
3054 "workspace",
3055]
3056
3057[[package]]
3058name = "core-foundation"
3059version = "0.9.4"
3060source = "registry+https://github.com/rust-lang/crates.io-index"
3061checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3062dependencies = [
3063 "core-foundation-sys",
3064 "libc",
3065]
3066
3067[[package]]
3068name = "core-foundation"
3069version = "0.10.0"
3070source = "registry+https://github.com/rust-lang/crates.io-index"
3071checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3072dependencies = [
3073 "core-foundation-sys",
3074 "libc",
3075]
3076
3077[[package]]
3078name = "core-foundation-sys"
3079version = "0.8.7"
3080source = "registry+https://github.com/rust-lang/crates.io-index"
3081checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3082
3083[[package]]
3084name = "core-graphics"
3085version = "0.23.2"
3086source = "registry+https://github.com/rust-lang/crates.io-index"
3087checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3088dependencies = [
3089 "bitflags 1.3.2",
3090 "core-foundation 0.9.4",
3091 "core-graphics-types 0.1.3",
3092 "foreign-types 0.5.0",
3093 "libc",
3094]
3095
3096[[package]]
3097name = "core-graphics"
3098version = "0.24.0"
3099source = "registry+https://github.com/rust-lang/crates.io-index"
3100checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3101dependencies = [
3102 "bitflags 2.8.0",
3103 "core-foundation 0.10.0",
3104 "core-graphics-types 0.2.0",
3105 "foreign-types 0.5.0",
3106 "libc",
3107]
3108
3109[[package]]
3110name = "core-graphics-types"
3111version = "0.1.3"
3112source = "registry+https://github.com/rust-lang/crates.io-index"
3113checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3114dependencies = [
3115 "bitflags 1.3.2",
3116 "core-foundation 0.9.4",
3117 "libc",
3118]
3119
3120[[package]]
3121name = "core-graphics-types"
3122version = "0.2.0"
3123source = "registry+https://github.com/rust-lang/crates.io-index"
3124checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3125dependencies = [
3126 "bitflags 2.8.0",
3127 "core-foundation 0.10.0",
3128 "libc",
3129]
3130
3131[[package]]
3132name = "core-services"
3133version = "0.2.1"
3134source = "registry+https://github.com/rust-lang/crates.io-index"
3135checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3136dependencies = [
3137 "core-foundation 0.9.4",
3138]
3139
3140[[package]]
3141name = "core-text"
3142version = "20.1.0"
3143source = "registry+https://github.com/rust-lang/crates.io-index"
3144checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3145dependencies = [
3146 "core-foundation 0.9.4",
3147 "core-graphics 0.23.2",
3148 "foreign-types 0.5.0",
3149 "libc",
3150]
3151
3152[[package]]
3153name = "coreaudio-rs"
3154version = "0.11.3"
3155source = "registry+https://github.com/rust-lang/crates.io-index"
3156checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3157dependencies = [
3158 "bitflags 1.3.2",
3159 "core-foundation-sys",
3160 "coreaudio-sys",
3161]
3162
3163[[package]]
3164name = "coreaudio-rs"
3165version = "0.12.1"
3166source = "registry+https://github.com/rust-lang/crates.io-index"
3167checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3168dependencies = [
3169 "bitflags 1.3.2",
3170 "core-foundation-sys",
3171 "coreaudio-sys",
3172]
3173
3174[[package]]
3175name = "coreaudio-sys"
3176version = "0.2.16"
3177source = "registry+https://github.com/rust-lang/crates.io-index"
3178checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3179dependencies = [
3180 "bindgen",
3181]
3182
3183[[package]]
3184name = "cosmic-text"
3185version = "0.11.2"
3186source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3187dependencies = [
3188 "bitflags 2.8.0",
3189 "fontdb",
3190 "log",
3191 "rangemap",
3192 "rayon",
3193 "rustc-hash 1.1.0",
3194 "rustybuzz",
3195 "self_cell",
3196 "swash",
3197 "sys-locale",
3198 "ttf-parser",
3199 "unicode-bidi",
3200 "unicode-linebreak",
3201 "unicode-script",
3202 "unicode-segmentation",
3203]
3204
3205[[package]]
3206name = "cpal"
3207version = "0.15.3"
3208source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3209dependencies = [
3210 "alsa",
3211 "core-foundation-sys",
3212 "coreaudio-rs 0.11.3",
3213 "dasp_sample",
3214 "jni",
3215 "js-sys",
3216 "libc",
3217 "mach2",
3218 "ndk",
3219 "ndk-context",
3220 "oboe",
3221 "wasm-bindgen",
3222 "wasm-bindgen-futures",
3223 "web-sys",
3224 "windows 0.54.0",
3225]
3226
3227[[package]]
3228name = "cpp_demangle"
3229version = "0.4.4"
3230source = "registry+https://github.com/rust-lang/crates.io-index"
3231checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3232dependencies = [
3233 "cfg-if",
3234]
3235
3236[[package]]
3237name = "cpufeatures"
3238version = "0.2.16"
3239source = "registry+https://github.com/rust-lang/crates.io-index"
3240checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3241dependencies = [
3242 "libc",
3243]
3244
3245[[package]]
3246name = "cranelift-bforest"
3247version = "0.111.2"
3248source = "registry+https://github.com/rust-lang/crates.io-index"
3249checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4"
3250dependencies = [
3251 "cranelift-entity",
3252]
3253
3254[[package]]
3255name = "cranelift-bitset"
3256version = "0.111.2"
3257source = "registry+https://github.com/rust-lang/crates.io-index"
3258checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25"
3259dependencies = [
3260 "serde",
3261 "serde_derive",
3262]
3263
3264[[package]]
3265name = "cranelift-codegen"
3266version = "0.111.2"
3267source = "registry+https://github.com/rust-lang/crates.io-index"
3268checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f"
3269dependencies = [
3270 "bumpalo",
3271 "cranelift-bforest",
3272 "cranelift-bitset",
3273 "cranelift-codegen-meta",
3274 "cranelift-codegen-shared",
3275 "cranelift-control",
3276 "cranelift-entity",
3277 "cranelift-isle",
3278 "gimli 0.29.0",
3279 "hashbrown 0.14.5",
3280 "log",
3281 "regalloc2",
3282 "rustc-hash 1.1.0",
3283 "smallvec",
3284 "target-lexicon",
3285]
3286
3287[[package]]
3288name = "cranelift-codegen-meta"
3289version = "0.111.2"
3290source = "registry+https://github.com/rust-lang/crates.io-index"
3291checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af"
3292dependencies = [
3293 "cranelift-codegen-shared",
3294]
3295
3296[[package]]
3297name = "cranelift-codegen-shared"
3298version = "0.111.2"
3299source = "registry+https://github.com/rust-lang/crates.io-index"
3300checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab"
3301
3302[[package]]
3303name = "cranelift-control"
3304version = "0.111.2"
3305source = "registry+https://github.com/rust-lang/crates.io-index"
3306checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88"
3307dependencies = [
3308 "arbitrary",
3309]
3310
3311[[package]]
3312name = "cranelift-entity"
3313version = "0.111.2"
3314source = "registry+https://github.com/rust-lang/crates.io-index"
3315checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81"
3316dependencies = [
3317 "cranelift-bitset",
3318 "serde",
3319 "serde_derive",
3320]
3321
3322[[package]]
3323name = "cranelift-frontend"
3324version = "0.111.2"
3325source = "registry+https://github.com/rust-lang/crates.io-index"
3326checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f"
3327dependencies = [
3328 "cranelift-codegen",
3329 "log",
3330 "smallvec",
3331 "target-lexicon",
3332]
3333
3334[[package]]
3335name = "cranelift-isle"
3336version = "0.111.2"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f"
3339
3340[[package]]
3341name = "cranelift-native"
3342version = "0.111.2"
3343source = "registry+https://github.com/rust-lang/crates.io-index"
3344checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97"
3345dependencies = [
3346 "cranelift-codegen",
3347 "libc",
3348 "target-lexicon",
3349]
3350
3351[[package]]
3352name = "cranelift-wasm"
3353version = "0.111.2"
3354source = "registry+https://github.com/rust-lang/crates.io-index"
3355checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579"
3356dependencies = [
3357 "cranelift-codegen",
3358 "cranelift-entity",
3359 "cranelift-frontend",
3360 "itertools 0.12.1",
3361 "log",
3362 "smallvec",
3363 "wasmparser 0.215.0",
3364 "wasmtime-types",
3365]
3366
3367[[package]]
3368name = "crc"
3369version = "3.2.1"
3370source = "registry+https://github.com/rust-lang/crates.io-index"
3371checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3372dependencies = [
3373 "crc-catalog",
3374]
3375
3376[[package]]
3377name = "crc-catalog"
3378version = "2.4.0"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3381
3382[[package]]
3383name = "crc32c"
3384version = "0.6.8"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3387dependencies = [
3388 "rustc_version",
3389]
3390
3391[[package]]
3392name = "crc32fast"
3393version = "1.4.2"
3394source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3396dependencies = [
3397 "cfg-if",
3398]
3399
3400[[package]]
3401name = "crc64fast-nvme"
3402version = "1.1.1"
3403source = "registry+https://github.com/rust-lang/crates.io-index"
3404checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3405dependencies = [
3406 "cbindgen 0.27.0",
3407 "crc",
3408]
3409
3410[[package]]
3411name = "criterion"
3412version = "0.5.1"
3413source = "registry+https://github.com/rust-lang/crates.io-index"
3414checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3415dependencies = [
3416 "anes",
3417 "cast",
3418 "ciborium",
3419 "clap",
3420 "criterion-plot",
3421 "is-terminal",
3422 "itertools 0.10.5",
3423 "num-traits",
3424 "once_cell",
3425 "oorandom",
3426 "plotters",
3427 "rayon",
3428 "regex",
3429 "serde",
3430 "serde_derive",
3431 "serde_json",
3432 "tinytemplate",
3433 "walkdir",
3434]
3435
3436[[package]]
3437name = "criterion-plot"
3438version = "0.5.0"
3439source = "registry+https://github.com/rust-lang/crates.io-index"
3440checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3441dependencies = [
3442 "cast",
3443 "itertools 0.10.5",
3444]
3445
3446[[package]]
3447name = "crossbeam-channel"
3448version = "0.5.13"
3449source = "registry+https://github.com/rust-lang/crates.io-index"
3450checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3451dependencies = [
3452 "crossbeam-utils",
3453]
3454
3455[[package]]
3456name = "crossbeam-deque"
3457version = "0.8.5"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3460dependencies = [
3461 "crossbeam-epoch",
3462 "crossbeam-utils",
3463]
3464
3465[[package]]
3466name = "crossbeam-epoch"
3467version = "0.9.18"
3468source = "registry+https://github.com/rust-lang/crates.io-index"
3469checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3470dependencies = [
3471 "crossbeam-utils",
3472]
3473
3474[[package]]
3475name = "crossbeam-queue"
3476version = "0.3.11"
3477source = "registry+https://github.com/rust-lang/crates.io-index"
3478checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3479dependencies = [
3480 "crossbeam-utils",
3481]
3482
3483[[package]]
3484name = "crossbeam-utils"
3485version = "0.8.20"
3486source = "registry+https://github.com/rust-lang/crates.io-index"
3487checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3488
3489[[package]]
3490name = "crunchy"
3491version = "0.2.2"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3494
3495[[package]]
3496name = "crypto-bigint"
3497version = "0.4.9"
3498source = "registry+https://github.com/rust-lang/crates.io-index"
3499checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3500dependencies = [
3501 "generic-array",
3502 "rand_core 0.6.4",
3503 "subtle",
3504 "zeroize",
3505]
3506
3507[[package]]
3508name = "crypto-bigint"
3509version = "0.5.5"
3510source = "registry+https://github.com/rust-lang/crates.io-index"
3511checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3512dependencies = [
3513 "rand_core 0.6.4",
3514 "subtle",
3515]
3516
3517[[package]]
3518name = "crypto-common"
3519version = "0.1.6"
3520source = "registry+https://github.com/rust-lang/crates.io-index"
3521checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3522dependencies = [
3523 "generic-array",
3524 "rand_core 0.6.4",
3525 "typenum",
3526]
3527
3528[[package]]
3529name = "ctor"
3530version = "0.2.9"
3531source = "registry+https://github.com/rust-lang/crates.io-index"
3532checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
3533dependencies = [
3534 "quote",
3535 "syn 2.0.90",
3536]
3537
3538[[package]]
3539name = "ctrlc"
3540version = "3.4.5"
3541source = "registry+https://github.com/rust-lang/crates.io-index"
3542checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3543dependencies = [
3544 "nix",
3545 "windows-sys 0.59.0",
3546]
3547
3548[[package]]
3549name = "cursor-icon"
3550version = "1.1.0"
3551source = "registry+https://github.com/rust-lang/crates.io-index"
3552checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3553
3554[[package]]
3555name = "cxx"
3556version = "1.0.134"
3557source = "registry+https://github.com/rust-lang/crates.io-index"
3558checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3559dependencies = [
3560 "cc",
3561 "cxxbridge-cmd",
3562 "cxxbridge-flags",
3563 "cxxbridge-macro",
3564 "foldhash",
3565 "link-cplusplus",
3566]
3567
3568[[package]]
3569name = "cxx-build"
3570version = "1.0.134"
3571source = "registry+https://github.com/rust-lang/crates.io-index"
3572checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3573dependencies = [
3574 "cc",
3575 "codespan-reporting",
3576 "proc-macro2",
3577 "quote",
3578 "scratch",
3579 "syn 2.0.90",
3580]
3581
3582[[package]]
3583name = "cxxbridge-cmd"
3584version = "1.0.134"
3585source = "registry+https://github.com/rust-lang/crates.io-index"
3586checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3587dependencies = [
3588 "clap",
3589 "codespan-reporting",
3590 "proc-macro2",
3591 "quote",
3592 "syn 2.0.90",
3593]
3594
3595[[package]]
3596name = "cxxbridge-flags"
3597version = "1.0.134"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3600
3601[[package]]
3602name = "cxxbridge-macro"
3603version = "1.0.134"
3604source = "registry+https://github.com/rust-lang/crates.io-index"
3605checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3606dependencies = [
3607 "proc-macro2",
3608 "quote",
3609 "rustversion",
3610 "syn 2.0.90",
3611]
3612
3613[[package]]
3614name = "dashmap"
3615version = "5.5.3"
3616source = "registry+https://github.com/rust-lang/crates.io-index"
3617checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3618dependencies = [
3619 "cfg-if",
3620 "hashbrown 0.14.5",
3621 "lock_api",
3622 "once_cell",
3623 "parking_lot_core",
3624]
3625
3626[[package]]
3627name = "dashmap"
3628version = "6.1.0"
3629source = "registry+https://github.com/rust-lang/crates.io-index"
3630checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3631dependencies = [
3632 "cfg-if",
3633 "crossbeam-utils",
3634 "hashbrown 0.14.5",
3635 "lock_api",
3636 "once_cell",
3637 "parking_lot_core",
3638]
3639
3640[[package]]
3641name = "dasp_sample"
3642version = "0.11.0"
3643source = "registry+https://github.com/rust-lang/crates.io-index"
3644checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3645
3646[[package]]
3647name = "data-encoding"
3648version = "2.6.0"
3649source = "registry+https://github.com/rust-lang/crates.io-index"
3650checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3651
3652[[package]]
3653name = "data-url"
3654version = "0.3.1"
3655source = "registry+https://github.com/rust-lang/crates.io-index"
3656checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3657
3658[[package]]
3659name = "db"
3660version = "0.1.0"
3661dependencies = [
3662 "anyhow",
3663 "gpui",
3664 "indoc",
3665 "log",
3666 "paths",
3667 "release_channel",
3668 "smol",
3669 "sqlez",
3670 "sqlez_macros",
3671 "tempfile",
3672 "util",
3673]
3674
3675[[package]]
3676name = "dbus"
3677version = "0.9.7"
3678source = "registry+https://github.com/rust-lang/crates.io-index"
3679checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3680dependencies = [
3681 "libc",
3682 "libdbus-sys",
3683 "winapi",
3684]
3685
3686[[package]]
3687name = "deflate64"
3688version = "0.1.9"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3691
3692[[package]]
3693name = "der"
3694version = "0.6.1"
3695source = "registry+https://github.com/rust-lang/crates.io-index"
3696checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3697dependencies = [
3698 "const-oid",
3699 "zeroize",
3700]
3701
3702[[package]]
3703name = "der"
3704version = "0.7.9"
3705source = "registry+https://github.com/rust-lang/crates.io-index"
3706checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3707dependencies = [
3708 "const-oid",
3709 "pem-rfc7468",
3710 "zeroize",
3711]
3712
3713[[package]]
3714name = "deranged"
3715version = "0.3.11"
3716source = "registry+https://github.com/rust-lang/crates.io-index"
3717checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3718dependencies = [
3719 "powerfmt",
3720 "serde",
3721]
3722
3723[[package]]
3724name = "derive_more"
3725version = "0.99.18"
3726source = "registry+https://github.com/rust-lang/crates.io-index"
3727checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3728dependencies = [
3729 "convert_case 0.4.0",
3730 "proc-macro2",
3731 "quote",
3732 "rustc_version",
3733 "syn 2.0.90",
3734]
3735
3736[[package]]
3737name = "derive_refineable"
3738version = "0.1.0"
3739dependencies = [
3740 "proc-macro2",
3741 "quote",
3742 "syn 1.0.109",
3743]
3744
3745[[package]]
3746name = "diagnostics"
3747version = "0.1.0"
3748dependencies = [
3749 "anyhow",
3750 "client",
3751 "collections",
3752 "ctor",
3753 "editor",
3754 "env_logger 0.11.6",
3755 "gpui",
3756 "language",
3757 "log",
3758 "lsp",
3759 "pretty_assertions",
3760 "project",
3761 "rand 0.8.5",
3762 "schemars",
3763 "serde",
3764 "serde_json",
3765 "settings",
3766 "theme",
3767 "ui",
3768 "unindent",
3769 "util",
3770 "workspace",
3771]
3772
3773[[package]]
3774name = "dialoguer"
3775version = "0.11.0"
3776source = "registry+https://github.com/rust-lang/crates.io-index"
3777checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3778dependencies = [
3779 "console",
3780 "fuzzy-matcher",
3781 "shell-words",
3782 "tempfile",
3783 "thiserror 1.0.69",
3784 "zeroize",
3785]
3786
3787[[package]]
3788name = "diff"
3789version = "0.1.13"
3790source = "registry+https://github.com/rust-lang/crates.io-index"
3791checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3792
3793[[package]]
3794name = "digest"
3795version = "0.10.7"
3796source = "registry+https://github.com/rust-lang/crates.io-index"
3797checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3798dependencies = [
3799 "block-buffer",
3800 "const-oid",
3801 "crypto-common",
3802 "subtle",
3803]
3804
3805[[package]]
3806name = "dirs"
3807version = "4.0.0"
3808source = "registry+https://github.com/rust-lang/crates.io-index"
3809checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3810dependencies = [
3811 "dirs-sys 0.3.7",
3812]
3813
3814[[package]]
3815name = "dirs"
3816version = "5.0.1"
3817source = "registry+https://github.com/rust-lang/crates.io-index"
3818checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3819dependencies = [
3820 "dirs-sys 0.4.1",
3821]
3822
3823[[package]]
3824name = "dirs-sys"
3825version = "0.3.7"
3826source = "registry+https://github.com/rust-lang/crates.io-index"
3827checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3828dependencies = [
3829 "libc",
3830 "redox_users",
3831 "winapi",
3832]
3833
3834[[package]]
3835name = "dirs-sys"
3836version = "0.4.1"
3837source = "registry+https://github.com/rust-lang/crates.io-index"
3838checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3839dependencies = [
3840 "libc",
3841 "option-ext",
3842 "redox_users",
3843 "windows-sys 0.48.0",
3844]
3845
3846[[package]]
3847name = "displaydoc"
3848version = "0.2.5"
3849source = "registry+https://github.com/rust-lang/crates.io-index"
3850checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
3851dependencies = [
3852 "proc-macro2",
3853 "quote",
3854 "syn 2.0.90",
3855]
3856
3857[[package]]
3858name = "dlib"
3859version = "0.5.2"
3860source = "registry+https://github.com/rust-lang/crates.io-index"
3861checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3862dependencies = [
3863 "libloading",
3864]
3865
3866[[package]]
3867name = "docs_preprocessor"
3868version = "0.1.0"
3869dependencies = [
3870 "anyhow",
3871 "clap",
3872 "mdbook",
3873 "regex",
3874 "serde",
3875 "serde_json",
3876 "settings",
3877 "util",
3878]
3879
3880[[package]]
3881name = "dotenvy"
3882version = "0.15.7"
3883source = "registry+https://github.com/rust-lang/crates.io-index"
3884checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3885
3886[[package]]
3887name = "downcast-rs"
3888version = "1.2.1"
3889source = "registry+https://github.com/rust-lang/crates.io-index"
3890checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3891
3892[[package]]
3893name = "doxygen-rs"
3894version = "0.4.2"
3895source = "registry+https://github.com/rust-lang/crates.io-index"
3896checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3897dependencies = [
3898 "phf",
3899]
3900
3901[[package]]
3902name = "dunce"
3903version = "1.0.5"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
3906
3907[[package]]
3908name = "dwrote"
3909version = "0.11.2"
3910source = "registry+https://github.com/rust-lang/crates.io-index"
3911checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
3912dependencies = [
3913 "lazy_static",
3914 "libc",
3915 "winapi",
3916 "wio",
3917]
3918
3919[[package]]
3920name = "dyn-clone"
3921version = "1.0.17"
3922source = "registry+https://github.com/rust-lang/crates.io-index"
3923checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3924
3925[[package]]
3926name = "ec4rs"
3927version = "1.1.1"
3928source = "registry+https://github.com/rust-lang/crates.io-index"
3929checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3930
3931[[package]]
3932name = "ecdsa"
3933version = "0.14.8"
3934source = "registry+https://github.com/rust-lang/crates.io-index"
3935checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3936dependencies = [
3937 "der 0.6.1",
3938 "elliptic-curve",
3939 "rfc6979",
3940 "signature 1.6.4",
3941]
3942
3943[[package]]
3944name = "editor"
3945version = "0.1.0"
3946dependencies = [
3947 "aho-corasick",
3948 "anyhow",
3949 "assets",
3950 "chrono",
3951 "client",
3952 "clock",
3953 "collections",
3954 "convert_case 0.6.0",
3955 "ctor",
3956 "db",
3957 "emojis",
3958 "env_logger 0.11.6",
3959 "feature_flags",
3960 "file_icons",
3961 "fs",
3962 "futures 0.3.31",
3963 "fuzzy",
3964 "git",
3965 "gpui",
3966 "http_client",
3967 "indoc",
3968 "inline_completion",
3969 "itertools 0.14.0",
3970 "language",
3971 "linkify",
3972 "log",
3973 "lsp",
3974 "markdown",
3975 "multi_buffer",
3976 "ordered-float 2.10.1",
3977 "parking_lot",
3978 "pretty_assertions",
3979 "project",
3980 "rand 0.8.5",
3981 "release_channel",
3982 "rpc",
3983 "schemars",
3984 "serde",
3985 "serde_json",
3986 "settings",
3987 "similar",
3988 "smallvec",
3989 "smol",
3990 "snippet",
3991 "sum_tree",
3992 "task",
3993 "telemetry",
3994 "tempfile",
3995 "text",
3996 "theme",
3997 "time",
3998 "time_format",
3999 "tree-sitter-html",
4000 "tree-sitter-rust",
4001 "tree-sitter-typescript",
4002 "ui",
4003 "unicode-script",
4004 "unicode-segmentation",
4005 "unindent",
4006 "url",
4007 "util",
4008 "uuid",
4009 "workspace",
4010 "zed_predict_tos",
4011]
4012
4013[[package]]
4014name = "either"
4015version = "1.13.0"
4016source = "registry+https://github.com/rust-lang/crates.io-index"
4017checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4018dependencies = [
4019 "serde",
4020]
4021
4022[[package]]
4023name = "elasticlunr-rs"
4024version = "3.0.2"
4025source = "registry+https://github.com/rust-lang/crates.io-index"
4026checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4027dependencies = [
4028 "regex",
4029 "serde",
4030 "serde_derive",
4031 "serde_json",
4032]
4033
4034[[package]]
4035name = "elliptic-curve"
4036version = "0.12.3"
4037source = "registry+https://github.com/rust-lang/crates.io-index"
4038checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4039dependencies = [
4040 "base16ct",
4041 "crypto-bigint 0.4.9",
4042 "der 0.6.1",
4043 "digest",
4044 "ff",
4045 "generic-array",
4046 "group",
4047 "pkcs8 0.9.0",
4048 "rand_core 0.6.4",
4049 "sec1",
4050 "subtle",
4051 "zeroize",
4052]
4053
4054[[package]]
4055name = "embed-resource"
4056version = "3.0.1"
4057source = "registry+https://github.com/rust-lang/crates.io-index"
4058checksum = "4762ce03154ba57ebaeee60cc631901ceae4f18219cbb874e464347471594742"
4059dependencies = [
4060 "cc",
4061 "memchr",
4062 "rustc_version",
4063 "toml 0.8.19",
4064 "vswhom",
4065 "winreg 0.52.0",
4066]
4067
4068[[package]]
4069name = "embedded-io"
4070version = "0.4.0"
4071source = "registry+https://github.com/rust-lang/crates.io-index"
4072checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4073
4074[[package]]
4075name = "embedded-io"
4076version = "0.6.1"
4077source = "registry+https://github.com/rust-lang/crates.io-index"
4078checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4079
4080[[package]]
4081name = "emojis"
4082version = "0.6.4"
4083source = "registry+https://github.com/rust-lang/crates.io-index"
4084checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4085dependencies = [
4086 "phf",
4087]
4088
4089[[package]]
4090name = "encode_unicode"
4091version = "0.3.6"
4092source = "registry+https://github.com/rust-lang/crates.io-index"
4093checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4094
4095[[package]]
4096name = "encoding_rs"
4097version = "0.8.35"
4098source = "registry+https://github.com/rust-lang/crates.io-index"
4099checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4100dependencies = [
4101 "cfg-if",
4102]
4103
4104[[package]]
4105name = "endi"
4106version = "1.1.0"
4107source = "registry+https://github.com/rust-lang/crates.io-index"
4108checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4109
4110[[package]]
4111name = "enumflags2"
4112version = "0.7.10"
4113source = "registry+https://github.com/rust-lang/crates.io-index"
4114checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4115dependencies = [
4116 "enumflags2_derive",
4117 "serde",
4118]
4119
4120[[package]]
4121name = "enumflags2_derive"
4122version = "0.7.10"
4123source = "registry+https://github.com/rust-lang/crates.io-index"
4124checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4125dependencies = [
4126 "proc-macro2",
4127 "quote",
4128 "syn 2.0.90",
4129]
4130
4131[[package]]
4132name = "env_filter"
4133version = "0.1.2"
4134source = "registry+https://github.com/rust-lang/crates.io-index"
4135checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4136dependencies = [
4137 "log",
4138 "regex",
4139]
4140
4141[[package]]
4142name = "env_logger"
4143version = "0.10.2"
4144source = "registry+https://github.com/rust-lang/crates.io-index"
4145checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4146dependencies = [
4147 "humantime",
4148 "is-terminal",
4149 "log",
4150 "regex",
4151 "termcolor",
4152]
4153
4154[[package]]
4155name = "env_logger"
4156version = "0.11.6"
4157source = "registry+https://github.com/rust-lang/crates.io-index"
4158checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4159dependencies = [
4160 "anstream",
4161 "anstyle",
4162 "env_filter",
4163 "humantime",
4164 "log",
4165]
4166
4167[[package]]
4168name = "envy"
4169version = "0.4.2"
4170source = "registry+https://github.com/rust-lang/crates.io-index"
4171checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4172dependencies = [
4173 "serde",
4174]
4175
4176[[package]]
4177name = "equivalent"
4178version = "1.0.1"
4179source = "registry+https://github.com/rust-lang/crates.io-index"
4180checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4181
4182[[package]]
4183name = "erased-serde"
4184version = "0.4.5"
4185source = "registry+https://github.com/rust-lang/crates.io-index"
4186checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4187dependencies = [
4188 "serde",
4189 "typeid",
4190]
4191
4192[[package]]
4193name = "errno"
4194version = "0.2.8"
4195source = "registry+https://github.com/rust-lang/crates.io-index"
4196checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4197dependencies = [
4198 "errno-dragonfly",
4199 "libc",
4200 "winapi",
4201]
4202
4203[[package]]
4204name = "errno"
4205version = "0.3.10"
4206source = "registry+https://github.com/rust-lang/crates.io-index"
4207checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4208dependencies = [
4209 "libc",
4210 "windows-sys 0.59.0",
4211]
4212
4213[[package]]
4214name = "errno-dragonfly"
4215version = "0.1.2"
4216source = "registry+https://github.com/rust-lang/crates.io-index"
4217checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4218dependencies = [
4219 "cc",
4220 "libc",
4221]
4222
4223[[package]]
4224name = "etagere"
4225version = "0.2.13"
4226source = "registry+https://github.com/rust-lang/crates.io-index"
4227checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
4228dependencies = [
4229 "euclid",
4230 "svg_fmt",
4231]
4232
4233[[package]]
4234name = "etcetera"
4235version = "0.8.0"
4236source = "registry+https://github.com/rust-lang/crates.io-index"
4237checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4238dependencies = [
4239 "cfg-if",
4240 "home",
4241 "windows-sys 0.48.0",
4242]
4243
4244[[package]]
4245name = "euclid"
4246version = "0.22.11"
4247source = "registry+https://github.com/rust-lang/crates.io-index"
4248checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4249dependencies = [
4250 "num-traits",
4251]
4252
4253[[package]]
4254name = "evals"
4255version = "0.1.0"
4256dependencies = [
4257 "anyhow",
4258 "clap",
4259 "client",
4260 "clock",
4261 "collections",
4262 "env_logger 0.11.6",
4263 "feature_flags",
4264 "fs",
4265 "git",
4266 "gpui",
4267 "http_client",
4268 "language",
4269 "languages",
4270 "node_runtime",
4271 "open_ai",
4272 "project",
4273 "reqwest_client",
4274 "semantic_index",
4275 "serde",
4276 "serde_json",
4277 "settings",
4278 "smol",
4279 "util",
4280]
4281
4282[[package]]
4283name = "event-listener"
4284version = "2.5.3"
4285source = "registry+https://github.com/rust-lang/crates.io-index"
4286checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4287
4288[[package]]
4289name = "event-listener"
4290version = "5.3.1"
4291source = "registry+https://github.com/rust-lang/crates.io-index"
4292checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4293dependencies = [
4294 "concurrent-queue",
4295 "parking",
4296 "pin-project-lite",
4297]
4298
4299[[package]]
4300name = "event-listener-strategy"
4301version = "0.5.3"
4302source = "registry+https://github.com/rust-lang/crates.io-index"
4303checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4304dependencies = [
4305 "event-listener 5.3.1",
4306 "pin-project-lite",
4307]
4308
4309[[package]]
4310name = "exec"
4311version = "0.3.1"
4312source = "registry+https://github.com/rust-lang/crates.io-index"
4313checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4314dependencies = [
4315 "errno 0.2.8",
4316 "libc",
4317]
4318
4319[[package]]
4320name = "exr"
4321version = "1.73.0"
4322source = "registry+https://github.com/rust-lang/crates.io-index"
4323checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4324dependencies = [
4325 "bit_field",
4326 "half",
4327 "lebe",
4328 "miniz_oxide",
4329 "rayon-core",
4330 "smallvec",
4331 "zune-inflate",
4332]
4333
4334[[package]]
4335name = "extension"
4336version = "0.1.0"
4337dependencies = [
4338 "anyhow",
4339 "async-compression",
4340 "async-tar",
4341 "async-trait",
4342 "collections",
4343 "fs",
4344 "futures 0.3.31",
4345 "gpui",
4346 "http_client",
4347 "language",
4348 "log",
4349 "lsp",
4350 "parking_lot",
4351 "semantic_version",
4352 "serde",
4353 "serde_json",
4354 "toml 0.8.19",
4355 "util",
4356 "wasm-encoder 0.215.0",
4357 "wasmparser 0.215.0",
4358 "wit-component",
4359]
4360
4361[[package]]
4362name = "extension_cli"
4363version = "0.1.0"
4364dependencies = [
4365 "anyhow",
4366 "clap",
4367 "env_logger 0.11.6",
4368 "extension",
4369 "fs",
4370 "language",
4371 "log",
4372 "reqwest_client",
4373 "rpc",
4374 "serde",
4375 "serde_json",
4376 "theme",
4377 "tokio",
4378 "toml 0.8.19",
4379 "tree-sitter",
4380 "wasmtime",
4381]
4382
4383[[package]]
4384name = "extension_host"
4385version = "0.1.0"
4386dependencies = [
4387 "anyhow",
4388 "async-compression",
4389 "async-tar",
4390 "async-trait",
4391 "client",
4392 "collections",
4393 "context_server_settings",
4394 "ctor",
4395 "env_logger 0.11.6",
4396 "extension",
4397 "fs",
4398 "futures 0.3.31",
4399 "gpui",
4400 "http_client",
4401 "language",
4402 "language_extension",
4403 "log",
4404 "lsp",
4405 "node_runtime",
4406 "parking_lot",
4407 "paths",
4408 "project",
4409 "release_channel",
4410 "remote",
4411 "reqwest_client",
4412 "schemars",
4413 "semantic_version",
4414 "serde",
4415 "serde_json",
4416 "serde_json_lenient",
4417 "settings",
4418 "task",
4419 "telemetry",
4420 "tempfile",
4421 "theme",
4422 "theme_extension",
4423 "toml 0.8.19",
4424 "url",
4425 "util",
4426 "wasmparser 0.215.0",
4427 "wasmtime",
4428 "wasmtime-wasi",
4429]
4430
4431[[package]]
4432name = "extensions_ui"
4433version = "0.1.0"
4434dependencies = [
4435 "anyhow",
4436 "client",
4437 "collections",
4438 "db",
4439 "editor",
4440 "extension_host",
4441 "fs",
4442 "fuzzy",
4443 "gpui",
4444 "language",
4445 "num-format",
4446 "picker",
4447 "project",
4448 "release_channel",
4449 "semantic_version",
4450 "serde",
4451 "settings",
4452 "smallvec",
4453 "telemetry",
4454 "theme",
4455 "ui",
4456 "util",
4457 "vim_mode_setting",
4458 "workspace",
4459 "zed_actions",
4460]
4461
4462[[package]]
4463name = "fallible-iterator"
4464version = "0.3.0"
4465source = "registry+https://github.com/rust-lang/crates.io-index"
4466checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4467
4468[[package]]
4469name = "fancy-regex"
4470version = "0.13.0"
4471source = "registry+https://github.com/rust-lang/crates.io-index"
4472checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4473dependencies = [
4474 "bit-set 0.5.3",
4475 "regex-automata 0.4.9",
4476 "regex-syntax 0.8.5",
4477]
4478
4479[[package]]
4480name = "fancy-regex"
4481version = "0.14.0"
4482source = "registry+https://github.com/rust-lang/crates.io-index"
4483checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4484dependencies = [
4485 "bit-set 0.8.0",
4486 "regex-automata 0.4.9",
4487 "regex-syntax 0.8.5",
4488]
4489
4490[[package]]
4491name = "fast-srgb8"
4492version = "1.0.0"
4493source = "registry+https://github.com/rust-lang/crates.io-index"
4494checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4495
4496[[package]]
4497name = "fastrand"
4498version = "1.9.0"
4499source = "registry+https://github.com/rust-lang/crates.io-index"
4500checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4501dependencies = [
4502 "instant",
4503]
4504
4505[[package]]
4506name = "fastrand"
4507version = "2.3.0"
4508source = "registry+https://github.com/rust-lang/crates.io-index"
4509checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4510
4511[[package]]
4512name = "fd-lock"
4513version = "4.0.2"
4514source = "registry+https://github.com/rust-lang/crates.io-index"
4515checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4516dependencies = [
4517 "cfg-if",
4518 "rustix",
4519 "windows-sys 0.52.0",
4520]
4521
4522[[package]]
4523name = "fdeflate"
4524version = "0.3.7"
4525source = "registry+https://github.com/rust-lang/crates.io-index"
4526checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4527dependencies = [
4528 "simd-adler32",
4529]
4530
4531[[package]]
4532name = "feature_flags"
4533version = "0.1.0"
4534dependencies = [
4535 "futures 0.3.31",
4536 "gpui",
4537]
4538
4539[[package]]
4540name = "feedback"
4541version = "0.1.0"
4542dependencies = [
4543 "anyhow",
4544 "bitflags 2.8.0",
4545 "client",
4546 "db",
4547 "editor",
4548 "futures 0.3.31",
4549 "gpui",
4550 "http_client",
4551 "human_bytes",
4552 "language",
4553 "log",
4554 "menu",
4555 "project",
4556 "regex",
4557 "release_channel",
4558 "serde",
4559 "serde_derive",
4560 "serde_json",
4561 "smol",
4562 "sysinfo",
4563 "ui",
4564 "urlencoding",
4565 "util",
4566 "workspace",
4567 "zed_actions",
4568]
4569
4570[[package]]
4571name = "ff"
4572version = "0.12.1"
4573source = "registry+https://github.com/rust-lang/crates.io-index"
4574checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4575dependencies = [
4576 "rand_core 0.6.4",
4577 "subtle",
4578]
4579
4580[[package]]
4581name = "file_finder"
4582version = "0.1.0"
4583dependencies = [
4584 "anyhow",
4585 "collections",
4586 "ctor",
4587 "editor",
4588 "env_logger 0.11.6",
4589 "file_icons",
4590 "futures 0.3.31",
4591 "fuzzy",
4592 "gpui",
4593 "language",
4594 "menu",
4595 "picker",
4596 "project",
4597 "schemars",
4598 "serde",
4599 "serde_derive",
4600 "serde_json",
4601 "settings",
4602 "text",
4603 "theme",
4604 "ui",
4605 "util",
4606 "workspace",
4607]
4608
4609[[package]]
4610name = "file_icons"
4611version = "0.1.0"
4612dependencies = [
4613 "collections",
4614 "gpui",
4615 "serde",
4616 "serde_derive",
4617 "serde_json",
4618 "settings",
4619 "theme",
4620 "util",
4621]
4622
4623[[package]]
4624name = "filedescriptor"
4625version = "0.8.2"
4626source = "registry+https://github.com/rust-lang/crates.io-index"
4627checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4628dependencies = [
4629 "libc",
4630 "thiserror 1.0.69",
4631 "winapi",
4632]
4633
4634[[package]]
4635name = "filetime"
4636version = "0.2.25"
4637source = "registry+https://github.com/rust-lang/crates.io-index"
4638checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4639dependencies = [
4640 "cfg-if",
4641 "libc",
4642 "libredox",
4643 "windows-sys 0.59.0",
4644]
4645
4646[[package]]
4647name = "fireworks"
4648version = "0.1.0"
4649dependencies = [
4650 "anyhow",
4651 "futures 0.3.31",
4652 "http_client",
4653 "serde",
4654 "serde_json",
4655]
4656
4657[[package]]
4658name = "fixedbitset"
4659version = "0.4.2"
4660source = "registry+https://github.com/rust-lang/crates.io-index"
4661checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4662
4663[[package]]
4664name = "flate2"
4665version = "1.0.35"
4666source = "registry+https://github.com/rust-lang/crates.io-index"
4667checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4668dependencies = [
4669 "crc32fast",
4670 "miniz_oxide",
4671]
4672
4673[[package]]
4674name = "float-cmp"
4675version = "0.9.0"
4676source = "registry+https://github.com/rust-lang/crates.io-index"
4677checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4678
4679[[package]]
4680name = "float-ord"
4681version = "0.3.2"
4682source = "registry+https://github.com/rust-lang/crates.io-index"
4683checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4684
4685[[package]]
4686name = "flume"
4687version = "0.11.1"
4688source = "registry+https://github.com/rust-lang/crates.io-index"
4689checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4690dependencies = [
4691 "futures-core",
4692 "futures-sink",
4693 "nanorand",
4694 "spin",
4695]
4696
4697[[package]]
4698name = "fnv"
4699version = "1.0.7"
4700source = "registry+https://github.com/rust-lang/crates.io-index"
4701checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4702
4703[[package]]
4704name = "foldhash"
4705version = "0.1.3"
4706source = "registry+https://github.com/rust-lang/crates.io-index"
4707checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4708
4709[[package]]
4710name = "font-kit"
4711version = "0.14.1"
4712source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4713dependencies = [
4714 "bitflags 2.8.0",
4715 "byteorder",
4716 "core-foundation 0.9.4",
4717 "core-graphics 0.23.2",
4718 "core-text",
4719 "dirs 5.0.1",
4720 "dwrote",
4721 "float-ord",
4722 "freetype-sys",
4723 "lazy_static",
4724 "libc",
4725 "log",
4726 "pathfinder_geometry",
4727 "pathfinder_simd",
4728 "walkdir",
4729 "winapi",
4730 "yeslogic-fontconfig-sys",
4731]
4732
4733[[package]]
4734name = "font-types"
4735version = "0.7.3"
4736source = "registry+https://github.com/rust-lang/crates.io-index"
4737checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4738dependencies = [
4739 "bytemuck",
4740]
4741
4742[[package]]
4743name = "fontconfig-parser"
4744version = "0.5.7"
4745source = "registry+https://github.com/rust-lang/crates.io-index"
4746checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4747dependencies = [
4748 "roxmltree",
4749]
4750
4751[[package]]
4752name = "fontdb"
4753version = "0.18.0"
4754source = "registry+https://github.com/rust-lang/crates.io-index"
4755checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4756dependencies = [
4757 "fontconfig-parser",
4758 "log",
4759 "memmap2",
4760 "slotmap",
4761 "tinyvec",
4762 "ttf-parser",
4763]
4764
4765[[package]]
4766name = "foreign-types"
4767version = "0.3.2"
4768source = "registry+https://github.com/rust-lang/crates.io-index"
4769checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4770dependencies = [
4771 "foreign-types-shared 0.1.1",
4772]
4773
4774[[package]]
4775name = "foreign-types"
4776version = "0.5.0"
4777source = "registry+https://github.com/rust-lang/crates.io-index"
4778checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4779dependencies = [
4780 "foreign-types-macros",
4781 "foreign-types-shared 0.3.1",
4782]
4783
4784[[package]]
4785name = "foreign-types-macros"
4786version = "0.2.3"
4787source = "registry+https://github.com/rust-lang/crates.io-index"
4788checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4789dependencies = [
4790 "proc-macro2",
4791 "quote",
4792 "syn 2.0.90",
4793]
4794
4795[[package]]
4796name = "foreign-types-shared"
4797version = "0.1.1"
4798source = "registry+https://github.com/rust-lang/crates.io-index"
4799checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4800
4801[[package]]
4802name = "foreign-types-shared"
4803version = "0.3.1"
4804source = "registry+https://github.com/rust-lang/crates.io-index"
4805checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4806
4807[[package]]
4808name = "fork"
4809version = "0.2.0"
4810source = "registry+https://github.com/rust-lang/crates.io-index"
4811checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4812dependencies = [
4813 "libc",
4814]
4815
4816[[package]]
4817name = "form_urlencoded"
4818version = "1.2.1"
4819source = "registry+https://github.com/rust-lang/crates.io-index"
4820checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4821dependencies = [
4822 "percent-encoding",
4823]
4824
4825[[package]]
4826name = "freetype-sys"
4827version = "0.20.1"
4828source = "registry+https://github.com/rust-lang/crates.io-index"
4829checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4830dependencies = [
4831 "cc",
4832 "libc",
4833 "pkg-config",
4834]
4835
4836[[package]]
4837name = "fs"
4838version = "0.1.0"
4839dependencies = [
4840 "anyhow",
4841 "ashpd",
4842 "async-tar",
4843 "async-trait",
4844 "cocoa 0.26.0",
4845 "collections",
4846 "fsevent",
4847 "futures 0.3.31",
4848 "git",
4849 "git2",
4850 "gpui",
4851 "libc",
4852 "log",
4853 "notify",
4854 "objc",
4855 "parking_lot",
4856 "paths",
4857 "proto",
4858 "rope",
4859 "serde",
4860 "serde_json",
4861 "smol",
4862 "tempfile",
4863 "text",
4864 "time",
4865 "util",
4866 "windows 0.58.0",
4867]
4868
4869[[package]]
4870name = "fs-set-times"
4871version = "0.20.2"
4872source = "registry+https://github.com/rust-lang/crates.io-index"
4873checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
4874dependencies = [
4875 "io-lifetimes",
4876 "rustix",
4877 "windows-sys 0.59.0",
4878]
4879
4880[[package]]
4881name = "fs2"
4882version = "0.4.3"
4883source = "registry+https://github.com/rust-lang/crates.io-index"
4884checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4885dependencies = [
4886 "libc",
4887 "winapi",
4888]
4889
4890[[package]]
4891name = "fsevent"
4892version = "0.1.0"
4893dependencies = [
4894 "bitflags 2.8.0",
4895 "core-foundation 0.9.4",
4896 "fsevent-sys 3.1.0",
4897 "parking_lot",
4898 "tempfile",
4899]
4900
4901[[package]]
4902name = "fsevent-sys"
4903version = "3.1.0"
4904source = "registry+https://github.com/rust-lang/crates.io-index"
4905checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4906dependencies = [
4907 "libc",
4908]
4909
4910[[package]]
4911name = "fsevent-sys"
4912version = "4.1.0"
4913source = "registry+https://github.com/rust-lang/crates.io-index"
4914checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4915dependencies = [
4916 "libc",
4917]
4918
4919[[package]]
4920name = "funty"
4921version = "2.0.0"
4922source = "registry+https://github.com/rust-lang/crates.io-index"
4923checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4924
4925[[package]]
4926name = "futf"
4927version = "0.1.5"
4928source = "registry+https://github.com/rust-lang/crates.io-index"
4929checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4930dependencies = [
4931 "mac",
4932 "new_debug_unreachable",
4933]
4934
4935[[package]]
4936name = "futures"
4937version = "0.1.31"
4938source = "registry+https://github.com/rust-lang/crates.io-index"
4939checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4940
4941[[package]]
4942name = "futures"
4943version = "0.3.31"
4944source = "registry+https://github.com/rust-lang/crates.io-index"
4945checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
4946dependencies = [
4947 "futures-channel",
4948 "futures-core",
4949 "futures-executor",
4950 "futures-io",
4951 "futures-sink",
4952 "futures-task",
4953 "futures-util",
4954]
4955
4956[[package]]
4957name = "futures-batch"
4958version = "0.6.1"
4959source = "registry+https://github.com/rust-lang/crates.io-index"
4960checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4961dependencies = [
4962 "futures 0.3.31",
4963 "futures-timer",
4964 "pin-utils",
4965]
4966
4967[[package]]
4968name = "futures-channel"
4969version = "0.3.31"
4970source = "registry+https://github.com/rust-lang/crates.io-index"
4971checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
4972dependencies = [
4973 "futures-core",
4974 "futures-sink",
4975]
4976
4977[[package]]
4978name = "futures-core"
4979version = "0.3.31"
4980source = "registry+https://github.com/rust-lang/crates.io-index"
4981checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
4982
4983[[package]]
4984name = "futures-executor"
4985version = "0.3.31"
4986source = "registry+https://github.com/rust-lang/crates.io-index"
4987checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
4988dependencies = [
4989 "futures-core",
4990 "futures-task",
4991 "futures-util",
4992]
4993
4994[[package]]
4995name = "futures-intrusive"
4996version = "0.5.0"
4997source = "registry+https://github.com/rust-lang/crates.io-index"
4998checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4999dependencies = [
5000 "futures-core",
5001 "lock_api",
5002 "parking_lot",
5003]
5004
5005[[package]]
5006name = "futures-io"
5007version = "0.3.31"
5008source = "registry+https://github.com/rust-lang/crates.io-index"
5009checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5010
5011[[package]]
5012name = "futures-lite"
5013version = "1.13.0"
5014source = "registry+https://github.com/rust-lang/crates.io-index"
5015checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5016dependencies = [
5017 "fastrand 1.9.0",
5018 "futures-core",
5019 "futures-io",
5020 "memchr",
5021 "parking",
5022 "pin-project-lite",
5023 "waker-fn",
5024]
5025
5026[[package]]
5027name = "futures-lite"
5028version = "2.5.0"
5029source = "registry+https://github.com/rust-lang/crates.io-index"
5030checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
5031dependencies = [
5032 "fastrand 2.3.0",
5033 "futures-core",
5034 "futures-io",
5035 "parking",
5036 "pin-project-lite",
5037]
5038
5039[[package]]
5040name = "futures-macro"
5041version = "0.3.31"
5042source = "registry+https://github.com/rust-lang/crates.io-index"
5043checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5044dependencies = [
5045 "proc-macro2",
5046 "quote",
5047 "syn 2.0.90",
5048]
5049
5050[[package]]
5051name = "futures-sink"
5052version = "0.3.31"
5053source = "registry+https://github.com/rust-lang/crates.io-index"
5054checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5055
5056[[package]]
5057name = "futures-task"
5058version = "0.3.31"
5059source = "registry+https://github.com/rust-lang/crates.io-index"
5060checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5061
5062[[package]]
5063name = "futures-timer"
5064version = "3.0.3"
5065source = "registry+https://github.com/rust-lang/crates.io-index"
5066checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5067
5068[[package]]
5069name = "futures-util"
5070version = "0.3.31"
5071source = "registry+https://github.com/rust-lang/crates.io-index"
5072checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5073dependencies = [
5074 "futures 0.1.31",
5075 "futures-channel",
5076 "futures-core",
5077 "futures-io",
5078 "futures-macro",
5079 "futures-sink",
5080 "futures-task",
5081 "memchr",
5082 "pin-project-lite",
5083 "pin-utils",
5084 "slab",
5085 "tokio-io",
5086]
5087
5088[[package]]
5089name = "fuzzy"
5090version = "0.1.0"
5091dependencies = [
5092 "gpui",
5093 "log",
5094 "util",
5095]
5096
5097[[package]]
5098name = "fuzzy-matcher"
5099version = "0.3.7"
5100source = "registry+https://github.com/rust-lang/crates.io-index"
5101checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5102dependencies = [
5103 "thread_local",
5104]
5105
5106[[package]]
5107name = "generic-array"
5108version = "0.14.7"
5109source = "registry+https://github.com/rust-lang/crates.io-index"
5110checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5111dependencies = [
5112 "typenum",
5113 "version_check",
5114]
5115
5116[[package]]
5117name = "gethostname"
5118version = "0.4.3"
5119source = "registry+https://github.com/rust-lang/crates.io-index"
5120checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5121dependencies = [
5122 "libc",
5123 "windows-targets 0.48.5",
5124]
5125
5126[[package]]
5127name = "getrandom"
5128version = "0.1.16"
5129source = "registry+https://github.com/rust-lang/crates.io-index"
5130checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5131dependencies = [
5132 "cfg-if",
5133 "libc",
5134 "wasi 0.9.0+wasi-snapshot-preview1",
5135]
5136
5137[[package]]
5138name = "getrandom"
5139version = "0.2.15"
5140source = "registry+https://github.com/rust-lang/crates.io-index"
5141checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5142dependencies = [
5143 "cfg-if",
5144 "js-sys",
5145 "libc",
5146 "wasi 0.11.0+wasi-snapshot-preview1",
5147 "wasm-bindgen",
5148]
5149
5150[[package]]
5151name = "gif"
5152version = "0.13.1"
5153source = "registry+https://github.com/rust-lang/crates.io-index"
5154checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5155dependencies = [
5156 "color_quant",
5157 "weezl",
5158]
5159
5160[[package]]
5161name = "gimli"
5162version = "0.29.0"
5163source = "registry+https://github.com/rust-lang/crates.io-index"
5164checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
5165dependencies = [
5166 "fallible-iterator",
5167 "indexmap",
5168 "stable_deref_trait",
5169]
5170
5171[[package]]
5172name = "gimli"
5173version = "0.31.1"
5174source = "registry+https://github.com/rust-lang/crates.io-index"
5175checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5176
5177[[package]]
5178name = "git"
5179version = "0.1.0"
5180dependencies = [
5181 "anyhow",
5182 "async-trait",
5183 "collections",
5184 "derive_more",
5185 "git2",
5186 "gpui",
5187 "http_client",
5188 "log",
5189 "parking_lot",
5190 "pretty_assertions",
5191 "regex",
5192 "rope",
5193 "serde",
5194 "serde_json",
5195 "smol",
5196 "sum_tree",
5197 "text",
5198 "time",
5199 "unindent",
5200 "url",
5201 "util",
5202]
5203
5204[[package]]
5205name = "git2"
5206version = "0.19.0"
5207source = "registry+https://github.com/rust-lang/crates.io-index"
5208checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
5209dependencies = [
5210 "bitflags 2.8.0",
5211 "libc",
5212 "libgit2-sys",
5213 "log",
5214 "url",
5215]
5216
5217[[package]]
5218name = "git_hosting_providers"
5219version = "0.1.0"
5220dependencies = [
5221 "anyhow",
5222 "async-trait",
5223 "futures 0.3.31",
5224 "git",
5225 "gpui",
5226 "http_client",
5227 "indoc",
5228 "pretty_assertions",
5229 "regex",
5230 "serde",
5231 "serde_json",
5232 "url",
5233 "util",
5234]
5235
5236[[package]]
5237name = "git_ui"
5238version = "0.1.0"
5239dependencies = [
5240 "anyhow",
5241 "collections",
5242 "db",
5243 "editor",
5244 "futures 0.3.31",
5245 "git",
5246 "gpui",
5247 "menu",
5248 "picker",
5249 "project",
5250 "schemars",
5251 "serde",
5252 "serde_derive",
5253 "serde_json",
5254 "settings",
5255 "theme",
5256 "ui",
5257 "util",
5258 "windows 0.58.0",
5259 "workspace",
5260]
5261
5262[[package]]
5263name = "glob"
5264version = "0.3.1"
5265source = "registry+https://github.com/rust-lang/crates.io-index"
5266checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5267
5268[[package]]
5269name = "globset"
5270version = "0.4.15"
5271source = "registry+https://github.com/rust-lang/crates.io-index"
5272checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5273dependencies = [
5274 "aho-corasick",
5275 "bstr",
5276 "log",
5277 "regex-automata 0.4.9",
5278 "regex-syntax 0.8.5",
5279]
5280
5281[[package]]
5282name = "gloo-timers"
5283version = "0.3.0"
5284source = "registry+https://github.com/rust-lang/crates.io-index"
5285checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5286dependencies = [
5287 "futures-channel",
5288 "futures-core",
5289 "js-sys",
5290 "wasm-bindgen",
5291]
5292
5293[[package]]
5294name = "glow"
5295version = "0.14.2"
5296source = "registry+https://github.com/rust-lang/crates.io-index"
5297checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5298dependencies = [
5299 "js-sys",
5300 "slotmap",
5301 "wasm-bindgen",
5302 "web-sys",
5303]
5304
5305[[package]]
5306name = "go_to_line"
5307version = "0.1.0"
5308dependencies = [
5309 "anyhow",
5310 "editor",
5311 "gpui",
5312 "indoc",
5313 "language",
5314 "menu",
5315 "project",
5316 "rope",
5317 "schemars",
5318 "serde",
5319 "serde_json",
5320 "settings",
5321 "text",
5322 "theme",
5323 "tree-sitter-rust",
5324 "tree-sitter-typescript",
5325 "ui",
5326 "util",
5327 "workspace",
5328]
5329
5330[[package]]
5331name = "google_ai"
5332version = "0.1.0"
5333dependencies = [
5334 "anyhow",
5335 "futures 0.3.31",
5336 "http_client",
5337 "schemars",
5338 "serde",
5339 "serde_json",
5340 "strum",
5341]
5342
5343[[package]]
5344name = "gpu-alloc"
5345version = "0.6.0"
5346source = "registry+https://github.com/rust-lang/crates.io-index"
5347checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5348dependencies = [
5349 "bitflags 2.8.0",
5350 "gpu-alloc-types",
5351]
5352
5353[[package]]
5354name = "gpu-alloc-ash"
5355version = "0.7.0"
5356source = "registry+https://github.com/rust-lang/crates.io-index"
5357checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5358dependencies = [
5359 "ash",
5360 "gpu-alloc-types",
5361 "tinyvec",
5362]
5363
5364[[package]]
5365name = "gpu-alloc-types"
5366version = "0.3.0"
5367source = "registry+https://github.com/rust-lang/crates.io-index"
5368checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5369dependencies = [
5370 "bitflags 2.8.0",
5371]
5372
5373[[package]]
5374name = "gpui"
5375version = "0.1.0"
5376dependencies = [
5377 "anyhow",
5378 "as-raw-xcb-connection",
5379 "ashpd",
5380 "async-task",
5381 "backtrace",
5382 "bindgen",
5383 "blade-graphics",
5384 "blade-macros",
5385 "blade-util",
5386 "block",
5387 "bytemuck",
5388 "calloop",
5389 "calloop-wayland-source",
5390 "cbindgen 0.28.0",
5391 "cocoa 0.26.0",
5392 "collections",
5393 "core-foundation 0.9.4",
5394 "core-foundation-sys",
5395 "core-graphics 0.23.2",
5396 "core-text",
5397 "cosmic-text",
5398 "ctor",
5399 "derive_more",
5400 "embed-resource",
5401 "env_logger 0.11.6",
5402 "etagere",
5403 "filedescriptor",
5404 "flume",
5405 "font-kit",
5406 "foreign-types 0.5.0",
5407 "futures 0.3.31",
5408 "gpui_macros",
5409 "http_client",
5410 "image",
5411 "itertools 0.14.0",
5412 "linkme",
5413 "log",
5414 "media",
5415 "metal",
5416 "num_cpus",
5417 "objc",
5418 "objc2",
5419 "objc2-metal",
5420 "oo7",
5421 "open",
5422 "parking",
5423 "parking_lot",
5424 "pathfinder_geometry",
5425 "postage",
5426 "profiling",
5427 "rand 0.8.5",
5428 "raw-window-handle",
5429 "refineable",
5430 "resvg",
5431 "schemars",
5432 "seahash",
5433 "semantic_version",
5434 "serde",
5435 "serde_derive",
5436 "serde_json",
5437 "slotmap",
5438 "smallvec",
5439 "smol",
5440 "strum",
5441 "sum_tree",
5442 "taffy",
5443 "thiserror 1.0.69",
5444 "unicode-segmentation",
5445 "usvg",
5446 "util",
5447 "uuid",
5448 "waker-fn",
5449 "wayland-backend",
5450 "wayland-client",
5451 "wayland-cursor",
5452 "wayland-protocols",
5453 "wayland-protocols-plasma",
5454 "windows 0.58.0",
5455 "windows-core 0.58.0",
5456 "x11-clipboard",
5457 "x11rb",
5458 "xim",
5459 "xkbcommon",
5460]
5461
5462[[package]]
5463name = "gpui_macros"
5464version = "0.1.0"
5465dependencies = [
5466 "proc-macro2",
5467 "quote",
5468 "syn 1.0.109",
5469]
5470
5471[[package]]
5472name = "grid"
5473version = "0.13.0"
5474source = "registry+https://github.com/rust-lang/crates.io-index"
5475checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5476
5477[[package]]
5478name = "group"
5479version = "0.12.1"
5480source = "registry+https://github.com/rust-lang/crates.io-index"
5481checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5482dependencies = [
5483 "ff",
5484 "rand_core 0.6.4",
5485 "subtle",
5486]
5487
5488[[package]]
5489name = "h2"
5490version = "0.3.26"
5491source = "registry+https://github.com/rust-lang/crates.io-index"
5492checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5493dependencies = [
5494 "bytes 1.9.0",
5495 "fnv",
5496 "futures-core",
5497 "futures-sink",
5498 "futures-util",
5499 "http 0.2.12",
5500 "indexmap",
5501 "slab",
5502 "tokio",
5503 "tokio-util",
5504 "tracing",
5505]
5506
5507[[package]]
5508name = "h2"
5509version = "0.4.7"
5510source = "registry+https://github.com/rust-lang/crates.io-index"
5511checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5512dependencies = [
5513 "atomic-waker",
5514 "bytes 1.9.0",
5515 "fnv",
5516 "futures-core",
5517 "futures-sink",
5518 "http 1.2.0",
5519 "indexmap",
5520 "slab",
5521 "tokio",
5522 "tokio-util",
5523 "tracing",
5524]
5525
5526[[package]]
5527name = "half"
5528version = "2.4.1"
5529source = "registry+https://github.com/rust-lang/crates.io-index"
5530checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5531dependencies = [
5532 "cfg-if",
5533 "crunchy",
5534]
5535
5536[[package]]
5537name = "handlebars"
5538version = "4.5.0"
5539source = "registry+https://github.com/rust-lang/crates.io-index"
5540checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5541dependencies = [
5542 "log",
5543 "pest",
5544 "pest_derive",
5545 "serde",
5546 "serde_json",
5547 "thiserror 1.0.69",
5548]
5549
5550[[package]]
5551name = "handlebars"
5552version = "6.2.0"
5553source = "registry+https://github.com/rust-lang/crates.io-index"
5554checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5555dependencies = [
5556 "log",
5557 "num-order",
5558 "pest",
5559 "pest_derive",
5560 "serde",
5561 "serde_json",
5562 "thiserror 1.0.69",
5563]
5564
5565[[package]]
5566name = "hashbrown"
5567version = "0.12.3"
5568source = "registry+https://github.com/rust-lang/crates.io-index"
5569checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5570dependencies = [
5571 "ahash 0.7.8",
5572]
5573
5574[[package]]
5575name = "hashbrown"
5576version = "0.13.2"
5577source = "registry+https://github.com/rust-lang/crates.io-index"
5578checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5579dependencies = [
5580 "ahash 0.8.11",
5581]
5582
5583[[package]]
5584name = "hashbrown"
5585version = "0.14.5"
5586source = "registry+https://github.com/rust-lang/crates.io-index"
5587checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5588dependencies = [
5589 "ahash 0.8.11",
5590 "allocator-api2",
5591 "serde",
5592]
5593
5594[[package]]
5595name = "hashbrown"
5596version = "0.15.2"
5597source = "registry+https://github.com/rust-lang/crates.io-index"
5598checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5599dependencies = [
5600 "allocator-api2",
5601 "equivalent",
5602 "foldhash",
5603]
5604
5605[[package]]
5606name = "hashlink"
5607version = "0.8.4"
5608source = "registry+https://github.com/rust-lang/crates.io-index"
5609checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5610dependencies = [
5611 "hashbrown 0.14.5",
5612]
5613
5614[[package]]
5615name = "hashlink"
5616version = "0.9.1"
5617source = "registry+https://github.com/rust-lang/crates.io-index"
5618checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5619dependencies = [
5620 "hashbrown 0.14.5",
5621]
5622
5623[[package]]
5624name = "headers"
5625version = "0.3.9"
5626source = "registry+https://github.com/rust-lang/crates.io-index"
5627checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5628dependencies = [
5629 "base64 0.21.7",
5630 "bytes 1.9.0",
5631 "headers-core",
5632 "http 0.2.12",
5633 "httpdate",
5634 "mime",
5635 "sha1",
5636]
5637
5638[[package]]
5639name = "headers-core"
5640version = "0.2.0"
5641source = "registry+https://github.com/rust-lang/crates.io-index"
5642checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5643dependencies = [
5644 "http 0.2.12",
5645]
5646
5647[[package]]
5648name = "heck"
5649version = "0.3.3"
5650source = "registry+https://github.com/rust-lang/crates.io-index"
5651checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5652dependencies = [
5653 "unicode-segmentation",
5654]
5655
5656[[package]]
5657name = "heck"
5658version = "0.4.1"
5659source = "registry+https://github.com/rust-lang/crates.io-index"
5660checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5661dependencies = [
5662 "unicode-segmentation",
5663]
5664
5665[[package]]
5666name = "heck"
5667version = "0.5.0"
5668source = "registry+https://github.com/rust-lang/crates.io-index"
5669checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5670
5671[[package]]
5672name = "heed"
5673version = "0.21.0"
5674source = "registry+https://github.com/rust-lang/crates.io-index"
5675checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5676dependencies = [
5677 "bitflags 2.8.0",
5678 "byteorder",
5679 "heed-traits",
5680 "heed-types",
5681 "libc",
5682 "lmdb-master-sys",
5683 "once_cell",
5684 "page_size",
5685 "serde",
5686 "synchronoise",
5687 "url",
5688]
5689
5690[[package]]
5691name = "heed-traits"
5692version = "0.20.0"
5693source = "registry+https://github.com/rust-lang/crates.io-index"
5694checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5695
5696[[package]]
5697name = "heed-types"
5698version = "0.21.0"
5699source = "registry+https://github.com/rust-lang/crates.io-index"
5700checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5701dependencies = [
5702 "bincode",
5703 "byteorder",
5704 "heed-traits",
5705 "serde",
5706 "serde_json",
5707]
5708
5709[[package]]
5710name = "hermit-abi"
5711version = "0.3.9"
5712source = "registry+https://github.com/rust-lang/crates.io-index"
5713checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5714
5715[[package]]
5716name = "hermit-abi"
5717version = "0.4.0"
5718source = "registry+https://github.com/rust-lang/crates.io-index"
5719checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5720
5721[[package]]
5722name = "hex"
5723version = "0.4.3"
5724source = "registry+https://github.com/rust-lang/crates.io-index"
5725checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5726
5727[[package]]
5728name = "hexf-parse"
5729version = "0.2.1"
5730source = "registry+https://github.com/rust-lang/crates.io-index"
5731checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5732
5733[[package]]
5734name = "hidden-trait"
5735version = "0.1.2"
5736source = "registry+https://github.com/rust-lang/crates.io-index"
5737checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5738dependencies = [
5739 "proc-macro2",
5740 "quote",
5741 "syn 1.0.109",
5742]
5743
5744[[package]]
5745name = "hkdf"
5746version = "0.12.4"
5747source = "registry+https://github.com/rust-lang/crates.io-index"
5748checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5749dependencies = [
5750 "hmac",
5751]
5752
5753[[package]]
5754name = "hmac"
5755version = "0.12.1"
5756source = "registry+https://github.com/rust-lang/crates.io-index"
5757checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5758dependencies = [
5759 "digest",
5760]
5761
5762[[package]]
5763name = "home"
5764version = "0.5.9"
5765source = "registry+https://github.com/rust-lang/crates.io-index"
5766checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5767dependencies = [
5768 "windows-sys 0.52.0",
5769]
5770
5771[[package]]
5772name = "hound"
5773version = "3.5.1"
5774source = "registry+https://github.com/rust-lang/crates.io-index"
5775checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5776
5777[[package]]
5778name = "html5ever"
5779version = "0.27.0"
5780source = "registry+https://github.com/rust-lang/crates.io-index"
5781checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5782dependencies = [
5783 "log",
5784 "mac",
5785 "markup5ever",
5786 "proc-macro2",
5787 "quote",
5788 "syn 2.0.90",
5789]
5790
5791[[package]]
5792name = "html_to_markdown"
5793version = "0.1.0"
5794dependencies = [
5795 "anyhow",
5796 "html5ever",
5797 "indoc",
5798 "markup5ever_rcdom",
5799 "pretty_assertions",
5800 "regex",
5801]
5802
5803[[package]]
5804name = "http"
5805version = "0.2.12"
5806source = "registry+https://github.com/rust-lang/crates.io-index"
5807checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5808dependencies = [
5809 "bytes 1.9.0",
5810 "fnv",
5811 "itoa",
5812]
5813
5814[[package]]
5815name = "http"
5816version = "1.2.0"
5817source = "registry+https://github.com/rust-lang/crates.io-index"
5818checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
5819dependencies = [
5820 "bytes 1.9.0",
5821 "fnv",
5822 "itoa",
5823]
5824
5825[[package]]
5826name = "http-body"
5827version = "0.4.6"
5828source = "registry+https://github.com/rust-lang/crates.io-index"
5829checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5830dependencies = [
5831 "bytes 1.9.0",
5832 "http 0.2.12",
5833 "pin-project-lite",
5834]
5835
5836[[package]]
5837name = "http-body"
5838version = "1.0.1"
5839source = "registry+https://github.com/rust-lang/crates.io-index"
5840checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5841dependencies = [
5842 "bytes 1.9.0",
5843 "http 1.2.0",
5844]
5845
5846[[package]]
5847name = "http-body-util"
5848version = "0.1.2"
5849source = "registry+https://github.com/rust-lang/crates.io-index"
5850checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5851dependencies = [
5852 "bytes 1.9.0",
5853 "futures-util",
5854 "http 1.2.0",
5855 "http-body 1.0.1",
5856 "pin-project-lite",
5857]
5858
5859[[package]]
5860name = "http-range-header"
5861version = "0.3.1"
5862source = "registry+https://github.com/rust-lang/crates.io-index"
5863checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5864
5865[[package]]
5866name = "http-types"
5867version = "2.12.0"
5868source = "registry+https://github.com/rust-lang/crates.io-index"
5869checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5870dependencies = [
5871 "anyhow",
5872 "async-channel 1.9.0",
5873 "base64 0.13.1",
5874 "futures-lite 1.13.0",
5875 "http 0.2.12",
5876 "infer",
5877 "pin-project-lite",
5878 "rand 0.7.3",
5879 "serde",
5880 "serde_json",
5881 "serde_qs 0.8.5",
5882 "serde_urlencoded",
5883 "url",
5884]
5885
5886[[package]]
5887name = "http_client"
5888version = "0.1.0"
5889dependencies = [
5890 "anyhow",
5891 "bytes 1.9.0",
5892 "derive_more",
5893 "futures 0.3.31",
5894 "http 1.2.0",
5895 "log",
5896 "serde",
5897 "serde_json",
5898 "url",
5899]
5900
5901[[package]]
5902name = "httparse"
5903version = "1.9.5"
5904source = "registry+https://github.com/rust-lang/crates.io-index"
5905checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
5906
5907[[package]]
5908name = "httpdate"
5909version = "1.0.3"
5910source = "registry+https://github.com/rust-lang/crates.io-index"
5911checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5912
5913[[package]]
5914name = "human_bytes"
5915version = "0.4.3"
5916source = "registry+https://github.com/rust-lang/crates.io-index"
5917checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5918
5919[[package]]
5920name = "humantime"
5921version = "2.1.0"
5922source = "registry+https://github.com/rust-lang/crates.io-index"
5923checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5924
5925[[package]]
5926name = "hyper"
5927version = "0.14.32"
5928source = "registry+https://github.com/rust-lang/crates.io-index"
5929checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
5930dependencies = [
5931 "bytes 1.9.0",
5932 "futures-channel",
5933 "futures-core",
5934 "futures-util",
5935 "h2 0.3.26",
5936 "http 0.2.12",
5937 "http-body 0.4.6",
5938 "httparse",
5939 "httpdate",
5940 "itoa",
5941 "pin-project-lite",
5942 "socket2",
5943 "tokio",
5944 "tower-service",
5945 "tracing",
5946 "want",
5947]
5948
5949[[package]]
5950name = "hyper"
5951version = "1.5.1"
5952source = "registry+https://github.com/rust-lang/crates.io-index"
5953checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
5954dependencies = [
5955 "bytes 1.9.0",
5956 "futures-channel",
5957 "futures-util",
5958 "h2 0.4.7",
5959 "http 1.2.0",
5960 "http-body 1.0.1",
5961 "httparse",
5962 "itoa",
5963 "pin-project-lite",
5964 "smallvec",
5965 "tokio",
5966 "want",
5967]
5968
5969[[package]]
5970name = "hyper-rustls"
5971version = "0.24.2"
5972source = "registry+https://github.com/rust-lang/crates.io-index"
5973checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5974dependencies = [
5975 "futures-util",
5976 "http 0.2.12",
5977 "hyper 0.14.32",
5978 "log",
5979 "rustls 0.21.12",
5980 "rustls-native-certs 0.6.3",
5981 "tokio",
5982 "tokio-rustls 0.24.1",
5983]
5984
5985[[package]]
5986name = "hyper-rustls"
5987version = "0.27.3"
5988source = "registry+https://github.com/rust-lang/crates.io-index"
5989checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5990dependencies = [
5991 "futures-util",
5992 "http 1.2.0",
5993 "hyper 1.5.1",
5994 "hyper-util",
5995 "rustls 0.23.20",
5996 "rustls-native-certs 0.8.1",
5997 "rustls-pki-types",
5998 "tokio",
5999 "tokio-rustls 0.26.1",
6000 "tower-service",
6001]
6002
6003[[package]]
6004name = "hyper-tls"
6005version = "0.5.0"
6006source = "registry+https://github.com/rust-lang/crates.io-index"
6007checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6008dependencies = [
6009 "bytes 1.9.0",
6010 "hyper 0.14.32",
6011 "native-tls",
6012 "tokio",
6013 "tokio-native-tls",
6014]
6015
6016[[package]]
6017name = "hyper-util"
6018version = "0.1.10"
6019source = "registry+https://github.com/rust-lang/crates.io-index"
6020checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6021dependencies = [
6022 "bytes 1.9.0",
6023 "futures-channel",
6024 "futures-util",
6025 "http 1.2.0",
6026 "http-body 1.0.1",
6027 "hyper 1.5.1",
6028 "pin-project-lite",
6029 "socket2",
6030 "tokio",
6031 "tower-service",
6032 "tracing",
6033]
6034
6035[[package]]
6036name = "iana-time-zone"
6037version = "0.1.61"
6038source = "registry+https://github.com/rust-lang/crates.io-index"
6039checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6040dependencies = [
6041 "android_system_properties",
6042 "core-foundation-sys",
6043 "iana-time-zone-haiku",
6044 "js-sys",
6045 "wasm-bindgen",
6046 "windows-core 0.52.0",
6047]
6048
6049[[package]]
6050name = "iana-time-zone-haiku"
6051version = "0.1.2"
6052source = "registry+https://github.com/rust-lang/crates.io-index"
6053checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6054dependencies = [
6055 "cc",
6056]
6057
6058[[package]]
6059name = "icu_collections"
6060version = "1.5.0"
6061source = "registry+https://github.com/rust-lang/crates.io-index"
6062checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6063dependencies = [
6064 "displaydoc",
6065 "yoke",
6066 "zerofrom",
6067 "zerovec",
6068]
6069
6070[[package]]
6071name = "icu_locid"
6072version = "1.5.0"
6073source = "registry+https://github.com/rust-lang/crates.io-index"
6074checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6075dependencies = [
6076 "displaydoc",
6077 "litemap",
6078 "tinystr",
6079 "writeable",
6080 "zerovec",
6081]
6082
6083[[package]]
6084name = "icu_locid_transform"
6085version = "1.5.0"
6086source = "registry+https://github.com/rust-lang/crates.io-index"
6087checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6088dependencies = [
6089 "displaydoc",
6090 "icu_locid",
6091 "icu_locid_transform_data",
6092 "icu_provider",
6093 "tinystr",
6094 "zerovec",
6095]
6096
6097[[package]]
6098name = "icu_locid_transform_data"
6099version = "1.5.0"
6100source = "registry+https://github.com/rust-lang/crates.io-index"
6101checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6102
6103[[package]]
6104name = "icu_normalizer"
6105version = "1.5.0"
6106source = "registry+https://github.com/rust-lang/crates.io-index"
6107checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6108dependencies = [
6109 "displaydoc",
6110 "icu_collections",
6111 "icu_normalizer_data",
6112 "icu_properties",
6113 "icu_provider",
6114 "smallvec",
6115 "utf16_iter",
6116 "utf8_iter",
6117 "write16",
6118 "zerovec",
6119]
6120
6121[[package]]
6122name = "icu_normalizer_data"
6123version = "1.5.0"
6124source = "registry+https://github.com/rust-lang/crates.io-index"
6125checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6126
6127[[package]]
6128name = "icu_properties"
6129version = "1.5.1"
6130source = "registry+https://github.com/rust-lang/crates.io-index"
6131checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6132dependencies = [
6133 "displaydoc",
6134 "icu_collections",
6135 "icu_locid_transform",
6136 "icu_properties_data",
6137 "icu_provider",
6138 "tinystr",
6139 "zerovec",
6140]
6141
6142[[package]]
6143name = "icu_properties_data"
6144version = "1.5.0"
6145source = "registry+https://github.com/rust-lang/crates.io-index"
6146checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6147
6148[[package]]
6149name = "icu_provider"
6150version = "1.5.0"
6151source = "registry+https://github.com/rust-lang/crates.io-index"
6152checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6153dependencies = [
6154 "displaydoc",
6155 "icu_locid",
6156 "icu_provider_macros",
6157 "stable_deref_trait",
6158 "tinystr",
6159 "writeable",
6160 "yoke",
6161 "zerofrom",
6162 "zerovec",
6163]
6164
6165[[package]]
6166name = "icu_provider_macros"
6167version = "1.5.0"
6168source = "registry+https://github.com/rust-lang/crates.io-index"
6169checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6170dependencies = [
6171 "proc-macro2",
6172 "quote",
6173 "syn 2.0.90",
6174]
6175
6176[[package]]
6177name = "id-arena"
6178version = "2.2.1"
6179source = "registry+https://github.com/rust-lang/crates.io-index"
6180checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6181
6182[[package]]
6183name = "idna"
6184version = "1.0.3"
6185source = "registry+https://github.com/rust-lang/crates.io-index"
6186checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6187dependencies = [
6188 "idna_adapter",
6189 "smallvec",
6190 "utf8_iter",
6191]
6192
6193[[package]]
6194name = "idna_adapter"
6195version = "1.2.0"
6196source = "registry+https://github.com/rust-lang/crates.io-index"
6197checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6198dependencies = [
6199 "icu_normalizer",
6200 "icu_properties",
6201]
6202
6203[[package]]
6204name = "ignore"
6205version = "0.4.23"
6206source = "registry+https://github.com/rust-lang/crates.io-index"
6207checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6208dependencies = [
6209 "crossbeam-deque",
6210 "globset",
6211 "log",
6212 "memchr",
6213 "regex-automata 0.4.9",
6214 "same-file",
6215 "walkdir",
6216 "winapi-util",
6217]
6218
6219[[package]]
6220name = "image"
6221version = "0.25.5"
6222source = "registry+https://github.com/rust-lang/crates.io-index"
6223checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6224dependencies = [
6225 "bytemuck",
6226 "byteorder-lite",
6227 "color_quant",
6228 "exr",
6229 "gif",
6230 "image-webp",
6231 "num-traits",
6232 "png",
6233 "qoi",
6234 "ravif",
6235 "rayon",
6236 "rgb",
6237 "tiff",
6238 "zune-core",
6239 "zune-jpeg",
6240]
6241
6242[[package]]
6243name = "image-webp"
6244version = "0.2.0"
6245source = "registry+https://github.com/rust-lang/crates.io-index"
6246checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6247dependencies = [
6248 "byteorder-lite",
6249 "quick-error",
6250]
6251
6252[[package]]
6253name = "image_viewer"
6254version = "0.1.0"
6255dependencies = [
6256 "anyhow",
6257 "db",
6258 "editor",
6259 "file_icons",
6260 "gpui",
6261 "project",
6262 "settings",
6263 "theme",
6264 "ui",
6265 "util",
6266 "workspace",
6267]
6268
6269[[package]]
6270name = "imagesize"
6271version = "0.13.0"
6272source = "registry+https://github.com/rust-lang/crates.io-index"
6273checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6274
6275[[package]]
6276name = "imgref"
6277version = "1.11.0"
6278source = "registry+https://github.com/rust-lang/crates.io-index"
6279checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6280
6281[[package]]
6282name = "indexed_docs"
6283version = "0.1.0"
6284dependencies = [
6285 "anyhow",
6286 "async-trait",
6287 "cargo_metadata",
6288 "collections",
6289 "derive_more",
6290 "extension",
6291 "fs",
6292 "futures 0.3.31",
6293 "fuzzy",
6294 "gpui",
6295 "heed",
6296 "html_to_markdown",
6297 "http_client",
6298 "indexmap",
6299 "indoc",
6300 "parking_lot",
6301 "paths",
6302 "pretty_assertions",
6303 "serde",
6304 "strum",
6305 "util",
6306]
6307
6308[[package]]
6309name = "indexmap"
6310version = "2.7.0"
6311source = "registry+https://github.com/rust-lang/crates.io-index"
6312checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
6313dependencies = [
6314 "equivalent",
6315 "hashbrown 0.15.2",
6316 "serde",
6317]
6318
6319[[package]]
6320name = "indoc"
6321version = "2.0.5"
6322source = "registry+https://github.com/rust-lang/crates.io-index"
6323checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6324
6325[[package]]
6326name = "infer"
6327version = "0.2.3"
6328source = "registry+https://github.com/rust-lang/crates.io-index"
6329checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6330
6331[[package]]
6332name = "inherent"
6333version = "1.0.11"
6334source = "registry+https://github.com/rust-lang/crates.io-index"
6335checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6336dependencies = [
6337 "proc-macro2",
6338 "quote",
6339 "syn 2.0.90",
6340]
6341
6342[[package]]
6343name = "inline_completion"
6344version = "0.1.0"
6345dependencies = [
6346 "gpui",
6347 "language",
6348]
6349
6350[[package]]
6351name = "inline_completion_button"
6352version = "0.1.0"
6353dependencies = [
6354 "anyhow",
6355 "client",
6356 "copilot",
6357 "editor",
6358 "feature_flags",
6359 "fs",
6360 "futures 0.3.31",
6361 "gpui",
6362 "indoc",
6363 "inline_completion",
6364 "language",
6365 "lsp",
6366 "paths",
6367 "project",
6368 "serde_json",
6369 "settings",
6370 "supermaven",
6371 "theme",
6372 "ui",
6373 "workspace",
6374 "zed_actions",
6375 "zed_predict_tos",
6376 "zeta",
6377]
6378
6379[[package]]
6380name = "inotify"
6381version = "0.9.6"
6382source = "registry+https://github.com/rust-lang/crates.io-index"
6383checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6384dependencies = [
6385 "bitflags 1.3.2",
6386 "inotify-sys",
6387 "libc",
6388]
6389
6390[[package]]
6391name = "inotify-sys"
6392version = "0.1.5"
6393source = "registry+https://github.com/rust-lang/crates.io-index"
6394checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6395dependencies = [
6396 "libc",
6397]
6398
6399[[package]]
6400name = "inout"
6401version = "0.1.3"
6402source = "registry+https://github.com/rust-lang/crates.io-index"
6403checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6404dependencies = [
6405 "block-padding",
6406 "generic-array",
6407]
6408
6409[[package]]
6410name = "install_cli"
6411version = "0.1.0"
6412dependencies = [
6413 "anyhow",
6414 "gpui",
6415 "smol",
6416 "util",
6417]
6418
6419[[package]]
6420name = "instant"
6421version = "0.1.13"
6422source = "registry+https://github.com/rust-lang/crates.io-index"
6423checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6424dependencies = [
6425 "cfg-if",
6426]
6427
6428[[package]]
6429name = "interpolate_name"
6430version = "0.2.4"
6431source = "registry+https://github.com/rust-lang/crates.io-index"
6432checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6433dependencies = [
6434 "proc-macro2",
6435 "quote",
6436 "syn 2.0.90",
6437]
6438
6439[[package]]
6440name = "io-extras"
6441version = "0.18.4"
6442source = "registry+https://github.com/rust-lang/crates.io-index"
6443checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6444dependencies = [
6445 "io-lifetimes",
6446 "windows-sys 0.59.0",
6447]
6448
6449[[package]]
6450name = "io-lifetimes"
6451version = "2.0.4"
6452source = "registry+https://github.com/rust-lang/crates.io-index"
6453checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6454
6455[[package]]
6456name = "iovec"
6457version = "0.1.4"
6458source = "registry+https://github.com/rust-lang/crates.io-index"
6459checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6460dependencies = [
6461 "libc",
6462]
6463
6464[[package]]
6465name = "ipc-channel"
6466version = "0.19.0"
6467source = "registry+https://github.com/rust-lang/crates.io-index"
6468checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6469dependencies = [
6470 "bincode",
6471 "crossbeam-channel",
6472 "fnv",
6473 "lazy_static",
6474 "libc",
6475 "mio 1.0.3",
6476 "rand 0.8.5",
6477 "serde",
6478 "tempfile",
6479 "uuid",
6480 "windows 0.58.0",
6481]
6482
6483[[package]]
6484name = "ipnet"
6485version = "2.10.1"
6486source = "registry+https://github.com/rust-lang/crates.io-index"
6487checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6488
6489[[package]]
6490name = "is-docker"
6491version = "0.2.0"
6492source = "registry+https://github.com/rust-lang/crates.io-index"
6493checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6494dependencies = [
6495 "once_cell",
6496]
6497
6498[[package]]
6499name = "is-terminal"
6500version = "0.4.13"
6501source = "registry+https://github.com/rust-lang/crates.io-index"
6502checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6503dependencies = [
6504 "hermit-abi 0.4.0",
6505 "libc",
6506 "windows-sys 0.52.0",
6507]
6508
6509[[package]]
6510name = "is-wsl"
6511version = "0.4.0"
6512source = "registry+https://github.com/rust-lang/crates.io-index"
6513checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6514dependencies = [
6515 "is-docker",
6516 "once_cell",
6517]
6518
6519[[package]]
6520name = "is_terminal_polyfill"
6521version = "1.70.1"
6522source = "registry+https://github.com/rust-lang/crates.io-index"
6523checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6524
6525[[package]]
6526name = "itertools"
6527version = "0.10.5"
6528source = "registry+https://github.com/rust-lang/crates.io-index"
6529checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6530dependencies = [
6531 "either",
6532]
6533
6534[[package]]
6535name = "itertools"
6536version = "0.11.0"
6537source = "registry+https://github.com/rust-lang/crates.io-index"
6538checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6539dependencies = [
6540 "either",
6541]
6542
6543[[package]]
6544name = "itertools"
6545version = "0.12.1"
6546source = "registry+https://github.com/rust-lang/crates.io-index"
6547checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6548dependencies = [
6549 "either",
6550]
6551
6552[[package]]
6553name = "itertools"
6554version = "0.14.0"
6555source = "registry+https://github.com/rust-lang/crates.io-index"
6556checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6557dependencies = [
6558 "either",
6559]
6560
6561[[package]]
6562name = "itoa"
6563version = "1.0.14"
6564source = "registry+https://github.com/rust-lang/crates.io-index"
6565checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6566
6567[[package]]
6568name = "jni"
6569version = "0.21.1"
6570source = "registry+https://github.com/rust-lang/crates.io-index"
6571checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6572dependencies = [
6573 "cesu8",
6574 "cfg-if",
6575 "combine",
6576 "jni-sys",
6577 "log",
6578 "thiserror 1.0.69",
6579 "walkdir",
6580 "windows-sys 0.45.0",
6581]
6582
6583[[package]]
6584name = "jni-sys"
6585version = "0.3.0"
6586source = "registry+https://github.com/rust-lang/crates.io-index"
6587checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6588
6589[[package]]
6590name = "jobserver"
6591version = "0.1.32"
6592source = "registry+https://github.com/rust-lang/crates.io-index"
6593checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6594dependencies = [
6595 "libc",
6596]
6597
6598[[package]]
6599name = "journal"
6600version = "0.1.0"
6601dependencies = [
6602 "anyhow",
6603 "chrono",
6604 "editor",
6605 "gpui",
6606 "log",
6607 "schemars",
6608 "serde",
6609 "settings",
6610 "shellexpand 2.1.2",
6611 "workspace",
6612]
6613
6614[[package]]
6615name = "jpeg-decoder"
6616version = "0.3.1"
6617source = "registry+https://github.com/rust-lang/crates.io-index"
6618checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6619
6620[[package]]
6621name = "js-sys"
6622version = "0.3.76"
6623source = "registry+https://github.com/rust-lang/crates.io-index"
6624checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6625dependencies = [
6626 "once_cell",
6627 "wasm-bindgen",
6628]
6629
6630[[package]]
6631name = "jsonwebtoken"
6632version = "9.3.0"
6633source = "registry+https://github.com/rust-lang/crates.io-index"
6634checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6635dependencies = [
6636 "base64 0.21.7",
6637 "js-sys",
6638 "pem",
6639 "ring",
6640 "serde",
6641 "serde_json",
6642 "simple_asn1",
6643]
6644
6645[[package]]
6646name = "jupyter-protocol"
6647version = "0.6.0"
6648source = "registry+https://github.com/rust-lang/crates.io-index"
6649checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6650dependencies = [
6651 "anyhow",
6652 "async-trait",
6653 "bytes 1.9.0",
6654 "chrono",
6655 "futures 0.3.31",
6656 "serde",
6657 "serde_json",
6658 "uuid",
6659]
6660
6661[[package]]
6662name = "jupyter-websocket-client"
6663version = "0.9.0"
6664source = "registry+https://github.com/rust-lang/crates.io-index"
6665checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6666dependencies = [
6667 "anyhow",
6668 "async-trait",
6669 "async-tungstenite 0.28.2",
6670 "futures 0.3.31",
6671 "jupyter-protocol",
6672 "serde",
6673 "serde_json",
6674 "url",
6675 "uuid",
6676]
6677
6678[[package]]
6679name = "khronos-egl"
6680version = "6.0.0"
6681source = "registry+https://github.com/rust-lang/crates.io-index"
6682checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6683dependencies = [
6684 "libc",
6685 "libloading",
6686]
6687
6688[[package]]
6689name = "kqueue"
6690version = "1.0.8"
6691source = "registry+https://github.com/rust-lang/crates.io-index"
6692checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6693dependencies = [
6694 "kqueue-sys",
6695 "libc",
6696]
6697
6698[[package]]
6699name = "kqueue-sys"
6700version = "1.0.4"
6701source = "registry+https://github.com/rust-lang/crates.io-index"
6702checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6703dependencies = [
6704 "bitflags 1.3.2",
6705 "libc",
6706]
6707
6708[[package]]
6709name = "kurbo"
6710version = "0.11.1"
6711source = "registry+https://github.com/rust-lang/crates.io-index"
6712checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6713dependencies = [
6714 "arrayvec",
6715 "smallvec",
6716]
6717
6718[[package]]
6719name = "kv-log-macro"
6720version = "1.0.7"
6721source = "registry+https://github.com/rust-lang/crates.io-index"
6722checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6723dependencies = [
6724 "log",
6725]
6726
6727[[package]]
6728name = "language"
6729version = "0.1.0"
6730dependencies = [
6731 "anyhow",
6732 "async-trait",
6733 "async-watch",
6734 "clock",
6735 "collections",
6736 "ctor",
6737 "ec4rs",
6738 "env_logger 0.11.6",
6739 "fs",
6740 "futures 0.3.31",
6741 "fuzzy",
6742 "globset",
6743 "gpui",
6744 "http_client",
6745 "indoc",
6746 "itertools 0.14.0",
6747 "log",
6748 "lsp",
6749 "parking_lot",
6750 "postage",
6751 "pretty_assertions",
6752 "pulldown-cmark 0.12.2",
6753 "rand 0.8.5",
6754 "regex",
6755 "rpc",
6756 "schemars",
6757 "serde",
6758 "serde_json",
6759 "settings",
6760 "similar",
6761 "smallvec",
6762 "smol",
6763 "strsim",
6764 "sum_tree",
6765 "task",
6766 "text",
6767 "theme",
6768 "tree-sitter",
6769 "tree-sitter-elixir",
6770 "tree-sitter-embedded-template",
6771 "tree-sitter-heex",
6772 "tree-sitter-html",
6773 "tree-sitter-json",
6774 "tree-sitter-md",
6775 "tree-sitter-ruby",
6776 "tree-sitter-rust",
6777 "tree-sitter-typescript",
6778 "unicase",
6779 "unindent",
6780 "util",
6781]
6782
6783[[package]]
6784name = "language_extension"
6785version = "0.1.0"
6786dependencies = [
6787 "anyhow",
6788 "async-trait",
6789 "collections",
6790 "extension",
6791 "futures 0.3.31",
6792 "gpui",
6793 "language",
6794 "lsp",
6795 "serde",
6796 "serde_json",
6797 "util",
6798]
6799
6800[[package]]
6801name = "language_model"
6802version = "0.1.0"
6803dependencies = [
6804 "anthropic",
6805 "anyhow",
6806 "base64 0.22.1",
6807 "collections",
6808 "futures 0.3.31",
6809 "google_ai",
6810 "gpui",
6811 "http_client",
6812 "image",
6813 "lmstudio",
6814 "log",
6815 "ollama",
6816 "open_ai",
6817 "parking_lot",
6818 "proto",
6819 "schemars",
6820 "serde",
6821 "serde_json",
6822 "smol",
6823 "strum",
6824 "ui",
6825 "util",
6826]
6827
6828[[package]]
6829name = "language_model_selector"
6830version = "0.1.0"
6831dependencies = [
6832 "feature_flags",
6833 "gpui",
6834 "language_model",
6835 "picker",
6836 "proto",
6837 "ui",
6838 "workspace",
6839 "zed_actions",
6840]
6841
6842[[package]]
6843name = "language_models"
6844version = "0.1.0"
6845dependencies = [
6846 "anthropic",
6847 "anyhow",
6848 "client",
6849 "collections",
6850 "copilot",
6851 "editor",
6852 "feature_flags",
6853 "fs",
6854 "futures 0.3.31",
6855 "google_ai",
6856 "gpui",
6857 "http_client",
6858 "language_model",
6859 "lmstudio",
6860 "menu",
6861 "ollama",
6862 "open_ai",
6863 "project",
6864 "proto",
6865 "schemars",
6866 "serde",
6867 "serde_json",
6868 "settings",
6869 "smol",
6870 "strum",
6871 "telemetry_events",
6872 "theme",
6873 "thiserror 1.0.69",
6874 "tiktoken-rs",
6875 "ui",
6876 "util",
6877]
6878
6879[[package]]
6880name = "language_selector"
6881version = "0.1.0"
6882dependencies = [
6883 "anyhow",
6884 "editor",
6885 "file_finder",
6886 "file_icons",
6887 "fuzzy",
6888 "gpui",
6889 "language",
6890 "picker",
6891 "project",
6892 "settings",
6893 "ui",
6894 "util",
6895 "workspace",
6896]
6897
6898[[package]]
6899name = "language_tools"
6900version = "0.1.0"
6901dependencies = [
6902 "anyhow",
6903 "client",
6904 "collections",
6905 "copilot",
6906 "editor",
6907 "env_logger 0.11.6",
6908 "futures 0.3.31",
6909 "gpui",
6910 "itertools 0.14.0",
6911 "language",
6912 "lsp",
6913 "project",
6914 "release_channel",
6915 "serde_json",
6916 "settings",
6917 "theme",
6918 "tree-sitter",
6919 "ui",
6920 "util",
6921 "workspace",
6922 "zed_actions",
6923]
6924
6925[[package]]
6926name = "languages"
6927version = "0.1.0"
6928dependencies = [
6929 "anyhow",
6930 "async-compression",
6931 "async-tar",
6932 "async-trait",
6933 "collections",
6934 "futures 0.3.31",
6935 "gpui",
6936 "http_client",
6937 "language",
6938 "log",
6939 "lsp",
6940 "node_runtime",
6941 "paths",
6942 "pet",
6943 "pet-conda",
6944 "pet-core",
6945 "pet-fs",
6946 "pet-poetry",
6947 "pet-reporter",
6948 "project",
6949 "regex",
6950 "rope",
6951 "rust-embed",
6952 "serde",
6953 "serde_json",
6954 "settings",
6955 "smol",
6956 "task",
6957 "text",
6958 "theme",
6959 "toml 0.8.19",
6960 "tree-sitter",
6961 "tree-sitter-bash",
6962 "tree-sitter-c",
6963 "tree-sitter-cpp",
6964 "tree-sitter-css",
6965 "tree-sitter-diff",
6966 "tree-sitter-go",
6967 "tree-sitter-gomod",
6968 "tree-sitter-gowork",
6969 "tree-sitter-jsdoc",
6970 "tree-sitter-json",
6971 "tree-sitter-md",
6972 "tree-sitter-python",
6973 "tree-sitter-regex",
6974 "tree-sitter-rust",
6975 "tree-sitter-typescript",
6976 "tree-sitter-yaml",
6977 "unindent",
6978 "util",
6979 "workspace",
6980]
6981
6982[[package]]
6983name = "lazy_static"
6984version = "1.5.0"
6985source = "registry+https://github.com/rust-lang/crates.io-index"
6986checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6987dependencies = [
6988 "spin",
6989]
6990
6991[[package]]
6992name = "leb128"
6993version = "0.2.5"
6994source = "registry+https://github.com/rust-lang/crates.io-index"
6995checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6996
6997[[package]]
6998name = "lebe"
6999version = "0.5.2"
7000source = "registry+https://github.com/rust-lang/crates.io-index"
7001checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7002
7003[[package]]
7004name = "libc"
7005version = "0.2.169"
7006source = "registry+https://github.com/rust-lang/crates.io-index"
7007checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
7008
7009[[package]]
7010name = "libdbus-sys"
7011version = "0.2.5"
7012source = "registry+https://github.com/rust-lang/crates.io-index"
7013checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7014dependencies = [
7015 "cc",
7016 "pkg-config",
7017]
7018
7019[[package]]
7020name = "libfuzzer-sys"
7021version = "0.4.8"
7022source = "registry+https://github.com/rust-lang/crates.io-index"
7023checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7024dependencies = [
7025 "arbitrary",
7026 "cc",
7027]
7028
7029[[package]]
7030name = "libgit2-sys"
7031version = "0.17.0+1.8.1"
7032source = "registry+https://github.com/rust-lang/crates.io-index"
7033checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
7034dependencies = [
7035 "cc",
7036 "libc",
7037 "libz-sys",
7038 "pkg-config",
7039]
7040
7041[[package]]
7042name = "libloading"
7043version = "0.8.6"
7044source = "registry+https://github.com/rust-lang/crates.io-index"
7045checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7046dependencies = [
7047 "cfg-if",
7048 "windows-targets 0.52.6",
7049]
7050
7051[[package]]
7052name = "libm"
7053version = "0.2.11"
7054source = "registry+https://github.com/rust-lang/crates.io-index"
7055checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7056
7057[[package]]
7058name = "libmimalloc-sys"
7059version = "0.1.39"
7060source = "registry+https://github.com/rust-lang/crates.io-index"
7061checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7062dependencies = [
7063 "cc",
7064 "libc",
7065]
7066
7067[[package]]
7068name = "libredox"
7069version = "0.1.3"
7070source = "registry+https://github.com/rust-lang/crates.io-index"
7071checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7072dependencies = [
7073 "bitflags 2.8.0",
7074 "libc",
7075 "redox_syscall 0.5.8",
7076]
7077
7078[[package]]
7079name = "libsqlite3-sys"
7080version = "0.30.1"
7081source = "registry+https://github.com/rust-lang/crates.io-index"
7082checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7083dependencies = [
7084 "cc",
7085 "pkg-config",
7086 "vcpkg",
7087]
7088
7089[[package]]
7090name = "libwebrtc"
7091version = "0.3.7"
7092source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7093dependencies = [
7094 "cxx",
7095 "jni",
7096 "js-sys",
7097 "lazy_static",
7098 "livekit-protocol",
7099 "livekit-runtime",
7100 "log",
7101 "parking_lot",
7102 "serde",
7103 "serde_json",
7104 "thiserror 1.0.69",
7105 "tokio",
7106 "wasm-bindgen",
7107 "wasm-bindgen-futures",
7108 "web-sys",
7109 "webrtc-sys",
7110]
7111
7112[[package]]
7113name = "libz-sys"
7114version = "1.1.20"
7115source = "registry+https://github.com/rust-lang/crates.io-index"
7116checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7117dependencies = [
7118 "cc",
7119 "libc",
7120 "pkg-config",
7121 "vcpkg",
7122]
7123
7124[[package]]
7125name = "link-cplusplus"
7126version = "1.0.9"
7127source = "registry+https://github.com/rust-lang/crates.io-index"
7128checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7129dependencies = [
7130 "cc",
7131]
7132
7133[[package]]
7134name = "linkify"
7135version = "0.10.0"
7136source = "registry+https://github.com/rust-lang/crates.io-index"
7137checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7138dependencies = [
7139 "memchr",
7140]
7141
7142[[package]]
7143name = "linkme"
7144version = "0.3.31"
7145source = "registry+https://github.com/rust-lang/crates.io-index"
7146checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
7147dependencies = [
7148 "linkme-impl",
7149]
7150
7151[[package]]
7152name = "linkme-impl"
7153version = "0.3.31"
7154source = "registry+https://github.com/rust-lang/crates.io-index"
7155checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
7156dependencies = [
7157 "proc-macro2",
7158 "quote",
7159 "syn 2.0.90",
7160]
7161
7162[[package]]
7163name = "linux-raw-sys"
7164version = "0.4.14"
7165source = "registry+https://github.com/rust-lang/crates.io-index"
7166checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7167
7168[[package]]
7169name = "litemap"
7170version = "0.7.4"
7171source = "registry+https://github.com/rust-lang/crates.io-index"
7172checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7173
7174[[package]]
7175name = "livekit"
7176version = "0.7.0"
7177source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7178dependencies = [
7179 "chrono",
7180 "futures-util",
7181 "lazy_static",
7182 "libwebrtc",
7183 "livekit-api",
7184 "livekit-protocol",
7185 "livekit-runtime",
7186 "log",
7187 "parking_lot",
7188 "prost 0.12.6",
7189 "semver",
7190 "serde",
7191 "serde_json",
7192 "thiserror 1.0.69",
7193 "tokio",
7194]
7195
7196[[package]]
7197name = "livekit-api"
7198version = "0.4.1"
7199source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7200dependencies = [
7201 "async-tungstenite 0.25.1",
7202 "futures-util",
7203 "http 0.2.12",
7204 "jsonwebtoken",
7205 "livekit-protocol",
7206 "livekit-runtime",
7207 "log",
7208 "parking_lot",
7209 "prost 0.12.6",
7210 "reqwest 0.11.27",
7211 "scopeguard",
7212 "serde",
7213 "serde_json",
7214 "sha2",
7215 "thiserror 1.0.69",
7216 "tokio",
7217 "tokio-tungstenite 0.20.1",
7218 "url",
7219]
7220
7221[[package]]
7222name = "livekit-protocol"
7223version = "0.3.6"
7224source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7225dependencies = [
7226 "futures-util",
7227 "livekit-runtime",
7228 "parking_lot",
7229 "pbjson",
7230 "pbjson-types",
7231 "prost 0.12.6",
7232 "prost-types 0.12.6",
7233 "serde",
7234 "thiserror 1.0.69",
7235 "tokio",
7236]
7237
7238[[package]]
7239name = "livekit-runtime"
7240version = "0.3.1"
7241source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7242dependencies = [
7243 "async-io",
7244 "async-std",
7245 "async-task",
7246 "futures 0.3.31",
7247]
7248
7249[[package]]
7250name = "livekit_client"
7251version = "0.1.0"
7252dependencies = [
7253 "anyhow",
7254 "async-trait",
7255 "collections",
7256 "core-foundation 0.9.4",
7257 "coreaudio-rs 0.12.1",
7258 "cpal",
7259 "futures 0.3.31",
7260 "gpui",
7261 "http 0.2.12",
7262 "http_client",
7263 "image",
7264 "livekit",
7265 "livekit_server",
7266 "log",
7267 "media",
7268 "nanoid",
7269 "parking_lot",
7270 "postage",
7271 "serde",
7272 "serde_json",
7273 "sha2",
7274 "simplelog",
7275 "smallvec",
7276 "util",
7277]
7278
7279[[package]]
7280name = "livekit_client_macos"
7281version = "0.1.0"
7282dependencies = [
7283 "anyhow",
7284 "async-broadcast",
7285 "async-trait",
7286 "collections",
7287 "core-foundation 0.9.4",
7288 "futures 0.3.31",
7289 "gpui",
7290 "livekit_server",
7291 "log",
7292 "media",
7293 "nanoid",
7294 "parking_lot",
7295 "postage",
7296 "serde",
7297 "serde_json",
7298 "sha2",
7299 "simplelog",
7300]
7301
7302[[package]]
7303name = "livekit_server"
7304version = "0.1.0"
7305dependencies = [
7306 "anyhow",
7307 "async-trait",
7308 "jsonwebtoken",
7309 "log",
7310 "prost 0.9.0",
7311 "prost-build 0.9.0",
7312 "prost-types 0.9.0",
7313 "reqwest 0.12.8",
7314 "serde",
7315]
7316
7317[[package]]
7318name = "lmdb-master-sys"
7319version = "0.2.4"
7320source = "registry+https://github.com/rust-lang/crates.io-index"
7321checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7322dependencies = [
7323 "cc",
7324 "doxygen-rs",
7325 "libc",
7326]
7327
7328[[package]]
7329name = "lmstudio"
7330version = "0.1.0"
7331dependencies = [
7332 "anyhow",
7333 "futures 0.3.31",
7334 "http_client",
7335 "schemars",
7336 "serde",
7337 "serde_json",
7338]
7339
7340[[package]]
7341name = "lock_api"
7342version = "0.4.12"
7343source = "registry+https://github.com/rust-lang/crates.io-index"
7344checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7345dependencies = [
7346 "autocfg",
7347 "scopeguard",
7348]
7349
7350[[package]]
7351name = "log"
7352version = "0.4.25"
7353source = "registry+https://github.com/rust-lang/crates.io-index"
7354checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
7355dependencies = [
7356 "serde",
7357 "value-bag",
7358]
7359
7360[[package]]
7361name = "loop9"
7362version = "0.1.5"
7363source = "registry+https://github.com/rust-lang/crates.io-index"
7364checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7365dependencies = [
7366 "imgref",
7367]
7368
7369[[package]]
7370name = "lru"
7371version = "0.12.5"
7372source = "registry+https://github.com/rust-lang/crates.io-index"
7373checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7374dependencies = [
7375 "hashbrown 0.15.2",
7376]
7377
7378[[package]]
7379name = "lsp"
7380version = "0.1.0"
7381dependencies = [
7382 "anyhow",
7383 "async-pipe",
7384 "collections",
7385 "ctor",
7386 "env_logger 0.11.6",
7387 "futures 0.3.31",
7388 "gpui",
7389 "log",
7390 "lsp-types",
7391 "parking_lot",
7392 "postage",
7393 "release_channel",
7394 "schemars",
7395 "serde",
7396 "serde_json",
7397 "smol",
7398 "util",
7399]
7400
7401[[package]]
7402name = "lsp-types"
7403version = "0.95.1"
7404source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
7405dependencies = [
7406 "bitflags 1.3.2",
7407 "serde",
7408 "serde_json",
7409 "serde_repr",
7410 "url",
7411]
7412
7413[[package]]
7414name = "mac"
7415version = "0.1.1"
7416source = "registry+https://github.com/rust-lang/crates.io-index"
7417checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7418
7419[[package]]
7420name = "mach2"
7421version = "0.4.2"
7422source = "registry+https://github.com/rust-lang/crates.io-index"
7423checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7424dependencies = [
7425 "libc",
7426]
7427
7428[[package]]
7429name = "malloc_buf"
7430version = "0.0.6"
7431source = "registry+https://github.com/rust-lang/crates.io-index"
7432checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7433dependencies = [
7434 "libc",
7435]
7436
7437[[package]]
7438name = "maplit"
7439version = "1.0.2"
7440source = "registry+https://github.com/rust-lang/crates.io-index"
7441checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7442
7443[[package]]
7444name = "markdown"
7445version = "0.1.0"
7446dependencies = [
7447 "anyhow",
7448 "assets",
7449 "env_logger 0.11.6",
7450 "futures 0.3.31",
7451 "gpui",
7452 "language",
7453 "languages",
7454 "linkify",
7455 "log",
7456 "node_runtime",
7457 "pulldown-cmark 0.12.2",
7458 "settings",
7459 "theme",
7460 "ui",
7461 "util",
7462]
7463
7464[[package]]
7465name = "markdown_preview"
7466version = "0.1.0"
7467dependencies = [
7468 "anyhow",
7469 "async-recursion 1.1.1",
7470 "collections",
7471 "editor",
7472 "gpui",
7473 "language",
7474 "linkify",
7475 "log",
7476 "pretty_assertions",
7477 "pulldown-cmark 0.12.2",
7478 "settings",
7479 "theme",
7480 "ui",
7481 "util",
7482 "workspace",
7483]
7484
7485[[package]]
7486name = "markup5ever"
7487version = "0.12.1"
7488source = "registry+https://github.com/rust-lang/crates.io-index"
7489checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7490dependencies = [
7491 "log",
7492 "phf",
7493 "phf_codegen",
7494 "string_cache",
7495 "string_cache_codegen",
7496 "tendril",
7497]
7498
7499[[package]]
7500name = "markup5ever_rcdom"
7501version = "0.3.0"
7502source = "registry+https://github.com/rust-lang/crates.io-index"
7503checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7504dependencies = [
7505 "html5ever",
7506 "markup5ever",
7507 "tendril",
7508 "xml5ever",
7509]
7510
7511[[package]]
7512name = "matchers"
7513version = "0.1.0"
7514source = "registry+https://github.com/rust-lang/crates.io-index"
7515checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7516dependencies = [
7517 "regex-automata 0.1.10",
7518]
7519
7520[[package]]
7521name = "matchit"
7522version = "0.7.3"
7523source = "registry+https://github.com/rust-lang/crates.io-index"
7524checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7525
7526[[package]]
7527name = "maybe-owned"
7528version = "0.3.4"
7529source = "registry+https://github.com/rust-lang/crates.io-index"
7530checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7531
7532[[package]]
7533name = "maybe-rayon"
7534version = "0.1.1"
7535source = "registry+https://github.com/rust-lang/crates.io-index"
7536checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7537dependencies = [
7538 "cfg-if",
7539 "rayon",
7540]
7541
7542[[package]]
7543name = "md-5"
7544version = "0.10.6"
7545source = "registry+https://github.com/rust-lang/crates.io-index"
7546checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7547dependencies = [
7548 "cfg-if",
7549 "digest",
7550]
7551
7552[[package]]
7553name = "mdbook"
7554version = "0.4.43"
7555source = "registry+https://github.com/rust-lang/crates.io-index"
7556checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148"
7557dependencies = [
7558 "ammonia",
7559 "anyhow",
7560 "chrono",
7561 "clap",
7562 "clap_complete",
7563 "elasticlunr-rs",
7564 "env_logger 0.11.6",
7565 "futures-util",
7566 "handlebars 6.2.0",
7567 "ignore",
7568 "log",
7569 "memchr",
7570 "notify",
7571 "notify-debouncer-mini",
7572 "once_cell",
7573 "opener",
7574 "pathdiff",
7575 "pulldown-cmark 0.10.3",
7576 "regex",
7577 "serde",
7578 "serde_json",
7579 "shlex",
7580 "tempfile",
7581 "tokio",
7582 "toml 0.5.11",
7583 "topological-sort",
7584 "walkdir",
7585 "warp",
7586]
7587
7588[[package]]
7589name = "media"
7590version = "0.1.0"
7591dependencies = [
7592 "anyhow",
7593 "bindgen",
7594 "core-foundation 0.9.4",
7595 "ctor",
7596 "foreign-types 0.5.0",
7597 "metal",
7598 "objc",
7599]
7600
7601[[package]]
7602name = "memchr"
7603version = "2.7.4"
7604source = "registry+https://github.com/rust-lang/crates.io-index"
7605checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7606
7607[[package]]
7608name = "memfd"
7609version = "0.6.4"
7610source = "registry+https://github.com/rust-lang/crates.io-index"
7611checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7612dependencies = [
7613 "rustix",
7614]
7615
7616[[package]]
7617name = "memmap2"
7618version = "0.9.5"
7619source = "registry+https://github.com/rust-lang/crates.io-index"
7620checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7621dependencies = [
7622 "libc",
7623]
7624
7625[[package]]
7626name = "memoffset"
7627version = "0.9.1"
7628source = "registry+https://github.com/rust-lang/crates.io-index"
7629checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7630dependencies = [
7631 "autocfg",
7632]
7633
7634[[package]]
7635name = "menu"
7636version = "0.1.0"
7637dependencies = [
7638 "gpui",
7639 "serde",
7640]
7641
7642[[package]]
7643name = "metal"
7644version = "0.30.0"
7645source = "registry+https://github.com/rust-lang/crates.io-index"
7646checksum = "9c3572083504c43e14aec05447f8a3d57cce0f66d7a3c1b9058572eca4d70ab9"
7647dependencies = [
7648 "bitflags 2.8.0",
7649 "block",
7650 "core-graphics-types 0.1.3",
7651 "foreign-types 0.5.0",
7652 "log",
7653 "objc",
7654 "paste",
7655]
7656
7657[[package]]
7658name = "mimalloc"
7659version = "0.1.43"
7660source = "registry+https://github.com/rust-lang/crates.io-index"
7661checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7662dependencies = [
7663 "libmimalloc-sys",
7664]
7665
7666[[package]]
7667name = "mime"
7668version = "0.3.17"
7669source = "registry+https://github.com/rust-lang/crates.io-index"
7670checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7671
7672[[package]]
7673name = "mime_guess"
7674version = "2.0.5"
7675source = "registry+https://github.com/rust-lang/crates.io-index"
7676checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7677dependencies = [
7678 "mime",
7679 "unicase",
7680]
7681
7682[[package]]
7683name = "minimal-lexical"
7684version = "0.2.1"
7685source = "registry+https://github.com/rust-lang/crates.io-index"
7686checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7687
7688[[package]]
7689name = "miniz_oxide"
7690version = "0.8.0"
7691source = "registry+https://github.com/rust-lang/crates.io-index"
7692checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7693dependencies = [
7694 "adler2",
7695 "simd-adler32",
7696]
7697
7698[[package]]
7699name = "mint"
7700version = "0.5.9"
7701source = "registry+https://github.com/rust-lang/crates.io-index"
7702checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7703
7704[[package]]
7705name = "mio"
7706version = "0.8.11"
7707source = "registry+https://github.com/rust-lang/crates.io-index"
7708checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7709dependencies = [
7710 "libc",
7711 "log",
7712 "wasi 0.11.0+wasi-snapshot-preview1",
7713 "windows-sys 0.48.0",
7714]
7715
7716[[package]]
7717name = "mio"
7718version = "1.0.3"
7719source = "registry+https://github.com/rust-lang/crates.io-index"
7720checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
7721dependencies = [
7722 "libc",
7723 "log",
7724 "wasi 0.11.0+wasi-snapshot-preview1",
7725 "windows-sys 0.52.0",
7726]
7727
7728[[package]]
7729name = "miow"
7730version = "0.6.0"
7731source = "registry+https://github.com/rust-lang/crates.io-index"
7732checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7733dependencies = [
7734 "windows-sys 0.48.0",
7735]
7736
7737[[package]]
7738name = "msvc_spectre_libs"
7739version = "0.1.2"
7740source = "registry+https://github.com/rust-lang/crates.io-index"
7741checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7742dependencies = [
7743 "cc",
7744]
7745
7746[[package]]
7747name = "multi_buffer"
7748version = "0.1.0"
7749dependencies = [
7750 "anyhow",
7751 "clock",
7752 "collections",
7753 "ctor",
7754 "env_logger 0.11.6",
7755 "futures 0.3.31",
7756 "gpui",
7757 "itertools 0.14.0",
7758 "language",
7759 "log",
7760 "parking_lot",
7761 "rand 0.8.5",
7762 "serde",
7763 "settings",
7764 "smallvec",
7765 "sum_tree",
7766 "text",
7767 "theme",
7768 "tree-sitter",
7769 "util",
7770]
7771
7772[[package]]
7773name = "multimap"
7774version = "0.8.3"
7775source = "registry+https://github.com/rust-lang/crates.io-index"
7776checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7777
7778[[package]]
7779name = "multimap"
7780version = "0.10.0"
7781source = "registry+https://github.com/rust-lang/crates.io-index"
7782checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
7783
7784[[package]]
7785name = "naga"
7786version = "23.1.0"
7787source = "registry+https://github.com/rust-lang/crates.io-index"
7788checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
7789dependencies = [
7790 "arrayvec",
7791 "bit-set 0.8.0",
7792 "bitflags 2.8.0",
7793 "cfg_aliases 0.1.1",
7794 "codespan-reporting",
7795 "hexf-parse",
7796 "indexmap",
7797 "log",
7798 "rustc-hash 1.1.0",
7799 "spirv",
7800 "termcolor",
7801 "thiserror 1.0.69",
7802 "unicode-xid",
7803]
7804
7805[[package]]
7806name = "nanoid"
7807version = "0.4.0"
7808source = "registry+https://github.com/rust-lang/crates.io-index"
7809checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7810dependencies = [
7811 "rand 0.8.5",
7812]
7813
7814[[package]]
7815name = "nanorand"
7816version = "0.7.0"
7817source = "registry+https://github.com/rust-lang/crates.io-index"
7818checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7819dependencies = [
7820 "getrandom 0.2.15",
7821]
7822
7823[[package]]
7824name = "native-tls"
7825version = "0.2.12"
7826source = "registry+https://github.com/rust-lang/crates.io-index"
7827checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7828dependencies = [
7829 "libc",
7830 "log",
7831 "openssl",
7832 "openssl-probe",
7833 "openssl-sys",
7834 "schannel",
7835 "security-framework 2.11.1",
7836 "security-framework-sys",
7837 "tempfile",
7838]
7839
7840[[package]]
7841name = "nbformat"
7842version = "0.10.0"
7843source = "registry+https://github.com/rust-lang/crates.io-index"
7844checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
7845dependencies = [
7846 "anyhow",
7847 "chrono",
7848 "jupyter-protocol",
7849 "serde",
7850 "serde_json",
7851 "thiserror 1.0.69",
7852 "uuid",
7853]
7854
7855[[package]]
7856name = "ndk"
7857version = "0.8.0"
7858source = "registry+https://github.com/rust-lang/crates.io-index"
7859checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7860dependencies = [
7861 "bitflags 2.8.0",
7862 "jni-sys",
7863 "log",
7864 "ndk-sys",
7865 "num_enum",
7866 "thiserror 1.0.69",
7867]
7868
7869[[package]]
7870name = "ndk-context"
7871version = "0.1.1"
7872source = "registry+https://github.com/rust-lang/crates.io-index"
7873checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7874
7875[[package]]
7876name = "ndk-sys"
7877version = "0.5.0+25.2.9519653"
7878source = "registry+https://github.com/rust-lang/crates.io-index"
7879checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7880dependencies = [
7881 "jni-sys",
7882]
7883
7884[[package]]
7885name = "new_debug_unreachable"
7886version = "1.0.6"
7887source = "registry+https://github.com/rust-lang/crates.io-index"
7888checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7889
7890[[package]]
7891name = "nix"
7892version = "0.29.0"
7893source = "registry+https://github.com/rust-lang/crates.io-index"
7894checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7895dependencies = [
7896 "bitflags 2.8.0",
7897 "cfg-if",
7898 "cfg_aliases 0.2.1",
7899 "libc",
7900 "memoffset",
7901]
7902
7903[[package]]
7904name = "node_runtime"
7905version = "0.1.0"
7906dependencies = [
7907 "anyhow",
7908 "async-compression",
7909 "async-std",
7910 "async-tar",
7911 "async-trait",
7912 "async-watch",
7913 "async_zip",
7914 "futures 0.3.31",
7915 "http_client",
7916 "log",
7917 "paths",
7918 "semver",
7919 "serde",
7920 "serde_json",
7921 "smol",
7922 "tempfile",
7923 "util",
7924 "walkdir",
7925 "which 6.0.3",
7926]
7927
7928[[package]]
7929name = "nom"
7930version = "7.1.3"
7931source = "registry+https://github.com/rust-lang/crates.io-index"
7932checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7933dependencies = [
7934 "memchr",
7935 "minimal-lexical",
7936]
7937
7938[[package]]
7939name = "noop_proc_macro"
7940version = "0.3.0"
7941source = "registry+https://github.com/rust-lang/crates.io-index"
7942checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7943
7944[[package]]
7945name = "normpath"
7946version = "1.3.0"
7947source = "registry+https://github.com/rust-lang/crates.io-index"
7948checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7949dependencies = [
7950 "windows-sys 0.59.0",
7951]
7952
7953[[package]]
7954name = "notifications"
7955version = "0.1.0"
7956dependencies = [
7957 "anyhow",
7958 "channel",
7959 "client",
7960 "collections",
7961 "db",
7962 "gpui",
7963 "rpc",
7964 "settings",
7965 "sum_tree",
7966 "time",
7967 "util",
7968]
7969
7970[[package]]
7971name = "notify"
7972version = "6.1.1"
7973source = "registry+https://github.com/rust-lang/crates.io-index"
7974checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7975dependencies = [
7976 "bitflags 2.8.0",
7977 "crossbeam-channel",
7978 "filetime",
7979 "fsevent-sys 4.1.0",
7980 "inotify",
7981 "kqueue",
7982 "libc",
7983 "log",
7984 "mio 0.8.11",
7985 "walkdir",
7986 "windows-sys 0.48.0",
7987]
7988
7989[[package]]
7990name = "notify-debouncer-mini"
7991version = "0.4.1"
7992source = "registry+https://github.com/rust-lang/crates.io-index"
7993checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7994dependencies = [
7995 "crossbeam-channel",
7996 "log",
7997 "notify",
7998]
7999
8000[[package]]
8001name = "ntapi"
8002version = "0.4.1"
8003source = "registry+https://github.com/rust-lang/crates.io-index"
8004checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8005dependencies = [
8006 "winapi",
8007]
8008
8009[[package]]
8010name = "nu-ansi-term"
8011version = "0.46.0"
8012source = "registry+https://github.com/rust-lang/crates.io-index"
8013checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8014dependencies = [
8015 "overload",
8016 "winapi",
8017]
8018
8019[[package]]
8020name = "num"
8021version = "0.4.3"
8022source = "registry+https://github.com/rust-lang/crates.io-index"
8023checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8024dependencies = [
8025 "num-bigint",
8026 "num-complex",
8027 "num-integer",
8028 "num-iter",
8029 "num-rational",
8030 "num-traits",
8031]
8032
8033[[package]]
8034name = "num-bigint"
8035version = "0.4.6"
8036source = "registry+https://github.com/rust-lang/crates.io-index"
8037checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8038dependencies = [
8039 "num-integer",
8040 "num-traits",
8041]
8042
8043[[package]]
8044name = "num-bigint-dig"
8045version = "0.8.4"
8046source = "registry+https://github.com/rust-lang/crates.io-index"
8047checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8048dependencies = [
8049 "byteorder",
8050 "lazy_static",
8051 "libm",
8052 "num-integer",
8053 "num-iter",
8054 "num-traits",
8055 "rand 0.8.5",
8056 "serde",
8057 "smallvec",
8058 "zeroize",
8059]
8060
8061[[package]]
8062name = "num-complex"
8063version = "0.4.6"
8064source = "registry+https://github.com/rust-lang/crates.io-index"
8065checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8066dependencies = [
8067 "num-traits",
8068]
8069
8070[[package]]
8071name = "num-conv"
8072version = "0.1.0"
8073source = "registry+https://github.com/rust-lang/crates.io-index"
8074checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8075
8076[[package]]
8077name = "num-derive"
8078version = "0.4.2"
8079source = "registry+https://github.com/rust-lang/crates.io-index"
8080checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8081dependencies = [
8082 "proc-macro2",
8083 "quote",
8084 "syn 2.0.90",
8085]
8086
8087[[package]]
8088name = "num-format"
8089version = "0.4.4"
8090source = "registry+https://github.com/rust-lang/crates.io-index"
8091checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8092dependencies = [
8093 "arrayvec",
8094 "itoa",
8095]
8096
8097[[package]]
8098name = "num-integer"
8099version = "0.1.46"
8100source = "registry+https://github.com/rust-lang/crates.io-index"
8101checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8102dependencies = [
8103 "num-traits",
8104]
8105
8106[[package]]
8107name = "num-iter"
8108version = "0.1.45"
8109source = "registry+https://github.com/rust-lang/crates.io-index"
8110checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8111dependencies = [
8112 "autocfg",
8113 "num-integer",
8114 "num-traits",
8115]
8116
8117[[package]]
8118name = "num-modular"
8119version = "0.6.1"
8120source = "registry+https://github.com/rust-lang/crates.io-index"
8121checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8122
8123[[package]]
8124name = "num-order"
8125version = "1.2.0"
8126source = "registry+https://github.com/rust-lang/crates.io-index"
8127checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8128dependencies = [
8129 "num-modular",
8130]
8131
8132[[package]]
8133name = "num-rational"
8134version = "0.4.2"
8135source = "registry+https://github.com/rust-lang/crates.io-index"
8136checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8137dependencies = [
8138 "num-bigint",
8139 "num-integer",
8140 "num-traits",
8141]
8142
8143[[package]]
8144name = "num-traits"
8145version = "0.2.19"
8146source = "registry+https://github.com/rust-lang/crates.io-index"
8147checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8148dependencies = [
8149 "autocfg",
8150 "libm",
8151]
8152
8153[[package]]
8154name = "num_cpus"
8155version = "1.16.0"
8156source = "registry+https://github.com/rust-lang/crates.io-index"
8157checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8158dependencies = [
8159 "hermit-abi 0.3.9",
8160 "libc",
8161]
8162
8163[[package]]
8164name = "num_enum"
8165version = "0.7.3"
8166source = "registry+https://github.com/rust-lang/crates.io-index"
8167checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8168dependencies = [
8169 "num_enum_derive",
8170]
8171
8172[[package]]
8173name = "num_enum_derive"
8174version = "0.7.3"
8175source = "registry+https://github.com/rust-lang/crates.io-index"
8176checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8177dependencies = [
8178 "proc-macro-crate",
8179 "proc-macro2",
8180 "quote",
8181 "syn 2.0.90",
8182]
8183
8184[[package]]
8185name = "num_threads"
8186version = "0.1.7"
8187source = "registry+https://github.com/rust-lang/crates.io-index"
8188checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8189dependencies = [
8190 "libc",
8191]
8192
8193[[package]]
8194name = "nvim-rs"
8195version = "0.8.0-pre"
8196source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8197dependencies = [
8198 "async-trait",
8199 "futures 0.3.31",
8200 "log",
8201 "parity-tokio-ipc",
8202 "rmp",
8203 "rmpv",
8204 "tokio",
8205 "tokio-util",
8206 "winapi",
8207]
8208
8209[[package]]
8210name = "objc"
8211version = "0.2.7"
8212source = "registry+https://github.com/rust-lang/crates.io-index"
8213checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8214dependencies = [
8215 "malloc_buf",
8216]
8217
8218[[package]]
8219name = "objc-sys"
8220version = "0.3.5"
8221source = "registry+https://github.com/rust-lang/crates.io-index"
8222checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8223
8224[[package]]
8225name = "objc2"
8226version = "0.5.2"
8227source = "registry+https://github.com/rust-lang/crates.io-index"
8228checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8229dependencies = [
8230 "objc-sys",
8231 "objc2-encode",
8232]
8233
8234[[package]]
8235name = "objc2-app-kit"
8236version = "0.2.2"
8237source = "registry+https://github.com/rust-lang/crates.io-index"
8238checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8239dependencies = [
8240 "bitflags 2.8.0",
8241 "block2",
8242 "libc",
8243 "objc2",
8244 "objc2-core-data",
8245 "objc2-core-image",
8246 "objc2-foundation",
8247 "objc2-quartz-core",
8248]
8249
8250[[package]]
8251name = "objc2-cloud-kit"
8252version = "0.2.2"
8253source = "registry+https://github.com/rust-lang/crates.io-index"
8254checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8255dependencies = [
8256 "bitflags 2.8.0",
8257 "block2",
8258 "objc2",
8259 "objc2-core-location",
8260 "objc2-foundation",
8261]
8262
8263[[package]]
8264name = "objc2-contacts"
8265version = "0.2.2"
8266source = "registry+https://github.com/rust-lang/crates.io-index"
8267checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8268dependencies = [
8269 "block2",
8270 "objc2",
8271 "objc2-foundation",
8272]
8273
8274[[package]]
8275name = "objc2-core-data"
8276version = "0.2.2"
8277source = "registry+https://github.com/rust-lang/crates.io-index"
8278checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8279dependencies = [
8280 "bitflags 2.8.0",
8281 "block2",
8282 "objc2",
8283 "objc2-foundation",
8284]
8285
8286[[package]]
8287name = "objc2-core-image"
8288version = "0.2.2"
8289source = "registry+https://github.com/rust-lang/crates.io-index"
8290checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8291dependencies = [
8292 "block2",
8293 "objc2",
8294 "objc2-foundation",
8295 "objc2-metal",
8296]
8297
8298[[package]]
8299name = "objc2-core-location"
8300version = "0.2.2"
8301source = "registry+https://github.com/rust-lang/crates.io-index"
8302checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8303dependencies = [
8304 "block2",
8305 "objc2",
8306 "objc2-contacts",
8307 "objc2-foundation",
8308]
8309
8310[[package]]
8311name = "objc2-encode"
8312version = "4.0.3"
8313source = "registry+https://github.com/rust-lang/crates.io-index"
8314checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8315
8316[[package]]
8317name = "objc2-foundation"
8318version = "0.2.2"
8319source = "registry+https://github.com/rust-lang/crates.io-index"
8320checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8321dependencies = [
8322 "bitflags 2.8.0",
8323 "block2",
8324 "libc",
8325 "objc2",
8326]
8327
8328[[package]]
8329name = "objc2-link-presentation"
8330version = "0.2.2"
8331source = "registry+https://github.com/rust-lang/crates.io-index"
8332checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8333dependencies = [
8334 "block2",
8335 "objc2",
8336 "objc2-app-kit",
8337 "objc2-foundation",
8338]
8339
8340[[package]]
8341name = "objc2-metal"
8342version = "0.2.2"
8343source = "registry+https://github.com/rust-lang/crates.io-index"
8344checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8345dependencies = [
8346 "bitflags 2.8.0",
8347 "block2",
8348 "objc2",
8349 "objc2-foundation",
8350]
8351
8352[[package]]
8353name = "objc2-quartz-core"
8354version = "0.2.2"
8355source = "registry+https://github.com/rust-lang/crates.io-index"
8356checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8357dependencies = [
8358 "bitflags 2.8.0",
8359 "block2",
8360 "objc2",
8361 "objc2-foundation",
8362 "objc2-metal",
8363]
8364
8365[[package]]
8366name = "objc2-symbols"
8367version = "0.2.2"
8368source = "registry+https://github.com/rust-lang/crates.io-index"
8369checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8370dependencies = [
8371 "objc2",
8372 "objc2-foundation",
8373]
8374
8375[[package]]
8376name = "objc2-ui-kit"
8377version = "0.2.2"
8378source = "registry+https://github.com/rust-lang/crates.io-index"
8379checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8380dependencies = [
8381 "bitflags 2.8.0",
8382 "block2",
8383 "objc2",
8384 "objc2-cloud-kit",
8385 "objc2-core-data",
8386 "objc2-core-image",
8387 "objc2-core-location",
8388 "objc2-foundation",
8389 "objc2-link-presentation",
8390 "objc2-quartz-core",
8391 "objc2-symbols",
8392 "objc2-uniform-type-identifiers",
8393 "objc2-user-notifications",
8394]
8395
8396[[package]]
8397name = "objc2-uniform-type-identifiers"
8398version = "0.2.2"
8399source = "registry+https://github.com/rust-lang/crates.io-index"
8400checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8401dependencies = [
8402 "block2",
8403 "objc2",
8404 "objc2-foundation",
8405]
8406
8407[[package]]
8408name = "objc2-user-notifications"
8409version = "0.2.2"
8410source = "registry+https://github.com/rust-lang/crates.io-index"
8411checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8412dependencies = [
8413 "bitflags 2.8.0",
8414 "block2",
8415 "objc2",
8416 "objc2-core-location",
8417 "objc2-foundation",
8418]
8419
8420[[package]]
8421name = "object"
8422version = "0.36.5"
8423source = "registry+https://github.com/rust-lang/crates.io-index"
8424checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8425dependencies = [
8426 "crc32fast",
8427 "hashbrown 0.15.2",
8428 "indexmap",
8429 "memchr",
8430]
8431
8432[[package]]
8433name = "oboe"
8434version = "0.6.1"
8435source = "registry+https://github.com/rust-lang/crates.io-index"
8436checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8437dependencies = [
8438 "jni",
8439 "ndk",
8440 "ndk-context",
8441 "num-derive",
8442 "num-traits",
8443 "oboe-sys",
8444]
8445
8446[[package]]
8447name = "oboe-sys"
8448version = "0.6.1"
8449source = "registry+https://github.com/rust-lang/crates.io-index"
8450checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8451dependencies = [
8452 "cc",
8453]
8454
8455[[package]]
8456name = "ollama"
8457version = "0.1.0"
8458dependencies = [
8459 "anyhow",
8460 "futures 0.3.31",
8461 "http_client",
8462 "schemars",
8463 "serde",
8464 "serde_json",
8465]
8466
8467[[package]]
8468name = "once_cell"
8469version = "1.20.2"
8470source = "registry+https://github.com/rust-lang/crates.io-index"
8471checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
8472
8473[[package]]
8474name = "oo7"
8475version = "0.3.3"
8476source = "git+https://github.com/zed-industries/oo7?branch=avoid-crypto-panic#9d5d5fcd7e4e0add9b420ffb58f67661b0b37568"
8477dependencies = [
8478 "aes",
8479 "async-fs",
8480 "async-io",
8481 "async-lock",
8482 "async-net",
8483 "blocking",
8484 "cbc",
8485 "cipher",
8486 "digest",
8487 "endi",
8488 "futures-lite 2.5.0",
8489 "futures-util",
8490 "hkdf",
8491 "hmac",
8492 "md-5",
8493 "num",
8494 "num-bigint-dig",
8495 "pbkdf2 0.12.2",
8496 "rand 0.8.5",
8497 "serde",
8498 "sha2",
8499 "subtle",
8500 "zbus 4.4.0",
8501 "zeroize",
8502 "zvariant 4.2.0",
8503]
8504
8505[[package]]
8506name = "oorandom"
8507version = "11.1.4"
8508source = "registry+https://github.com/rust-lang/crates.io-index"
8509checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8510
8511[[package]]
8512name = "open"
8513version = "5.3.2"
8514source = "registry+https://github.com/rust-lang/crates.io-index"
8515checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8516dependencies = [
8517 "is-wsl",
8518 "libc",
8519 "pathdiff",
8520]
8521
8522[[package]]
8523name = "open_ai"
8524version = "0.1.0"
8525dependencies = [
8526 "anyhow",
8527 "futures 0.3.31",
8528 "http_client",
8529 "schemars",
8530 "serde",
8531 "serde_json",
8532 "strum",
8533]
8534
8535[[package]]
8536name = "opener"
8537version = "0.7.2"
8538source = "registry+https://github.com/rust-lang/crates.io-index"
8539checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
8540dependencies = [
8541 "bstr",
8542 "dbus",
8543 "normpath",
8544 "windows-sys 0.59.0",
8545]
8546
8547[[package]]
8548name = "openssl"
8549version = "0.10.68"
8550source = "registry+https://github.com/rust-lang/crates.io-index"
8551checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
8552dependencies = [
8553 "bitflags 2.8.0",
8554 "cfg-if",
8555 "foreign-types 0.3.2",
8556 "libc",
8557 "once_cell",
8558 "openssl-macros",
8559 "openssl-sys",
8560]
8561
8562[[package]]
8563name = "openssl-macros"
8564version = "0.1.1"
8565source = "registry+https://github.com/rust-lang/crates.io-index"
8566checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
8567dependencies = [
8568 "proc-macro2",
8569 "quote",
8570 "syn 2.0.90",
8571]
8572
8573[[package]]
8574name = "openssl-probe"
8575version = "0.1.5"
8576source = "registry+https://github.com/rust-lang/crates.io-index"
8577checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
8578
8579[[package]]
8580name = "openssl-src"
8581version = "300.4.1+3.4.0"
8582source = "registry+https://github.com/rust-lang/crates.io-index"
8583checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
8584dependencies = [
8585 "cc",
8586]
8587
8588[[package]]
8589name = "openssl-sys"
8590version = "0.9.104"
8591source = "registry+https://github.com/rust-lang/crates.io-index"
8592checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
8593dependencies = [
8594 "cc",
8595 "libc",
8596 "openssl-src",
8597 "pkg-config",
8598 "vcpkg",
8599]
8600
8601[[package]]
8602name = "option-ext"
8603version = "0.2.0"
8604source = "registry+https://github.com/rust-lang/crates.io-index"
8605checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
8606
8607[[package]]
8608name = "ordered-float"
8609version = "2.10.1"
8610source = "registry+https://github.com/rust-lang/crates.io-index"
8611checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
8612dependencies = [
8613 "num-traits",
8614]
8615
8616[[package]]
8617name = "ordered-float"
8618version = "3.9.2"
8619source = "registry+https://github.com/rust-lang/crates.io-index"
8620checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
8621dependencies = [
8622 "num-traits",
8623]
8624
8625[[package]]
8626name = "ordered-stream"
8627version = "0.2.0"
8628source = "registry+https://github.com/rust-lang/crates.io-index"
8629checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
8630dependencies = [
8631 "futures-core",
8632 "pin-project-lite",
8633]
8634
8635[[package]]
8636name = "ouroboros"
8637version = "0.18.4"
8638source = "registry+https://github.com/rust-lang/crates.io-index"
8639checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
8640dependencies = [
8641 "aliasable",
8642 "ouroboros_macro",
8643 "static_assertions",
8644]
8645
8646[[package]]
8647name = "ouroboros_macro"
8648version = "0.18.4"
8649source = "registry+https://github.com/rust-lang/crates.io-index"
8650checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
8651dependencies = [
8652 "heck 0.4.1",
8653 "itertools 0.12.1",
8654 "proc-macro2",
8655 "proc-macro2-diagnostics",
8656 "quote",
8657 "syn 2.0.90",
8658]
8659
8660[[package]]
8661name = "outline"
8662version = "0.1.0"
8663dependencies = [
8664 "editor",
8665 "fuzzy",
8666 "gpui",
8667 "indoc",
8668 "language",
8669 "menu",
8670 "ordered-float 2.10.1",
8671 "picker",
8672 "project",
8673 "rope",
8674 "serde_json",
8675 "settings",
8676 "smol",
8677 "theme",
8678 "tree-sitter-rust",
8679 "tree-sitter-typescript",
8680 "ui",
8681 "util",
8682 "workspace",
8683 "zed_actions",
8684]
8685
8686[[package]]
8687name = "outline_panel"
8688version = "0.1.0"
8689dependencies = [
8690 "anyhow",
8691 "collections",
8692 "db",
8693 "editor",
8694 "file_icons",
8695 "fuzzy",
8696 "gpui",
8697 "itertools 0.14.0",
8698 "language",
8699 "log",
8700 "menu",
8701 "outline",
8702 "pretty_assertions",
8703 "project",
8704 "schemars",
8705 "search",
8706 "serde",
8707 "serde_json",
8708 "settings",
8709 "smallvec",
8710 "smol",
8711 "theme",
8712 "ui",
8713 "util",
8714 "workspace",
8715 "worktree",
8716]
8717
8718[[package]]
8719name = "outref"
8720version = "0.5.1"
8721source = "registry+https://github.com/rust-lang/crates.io-index"
8722checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8723
8724[[package]]
8725name = "overload"
8726version = "0.1.1"
8727source = "registry+https://github.com/rust-lang/crates.io-index"
8728checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8729
8730[[package]]
8731name = "p256"
8732version = "0.11.1"
8733source = "registry+https://github.com/rust-lang/crates.io-index"
8734checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8735dependencies = [
8736 "ecdsa",
8737 "elliptic-curve",
8738 "sha2",
8739]
8740
8741[[package]]
8742name = "page_size"
8743version = "0.6.0"
8744source = "registry+https://github.com/rust-lang/crates.io-index"
8745checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8746dependencies = [
8747 "libc",
8748 "winapi",
8749]
8750
8751[[package]]
8752name = "palette"
8753version = "0.7.6"
8754source = "registry+https://github.com/rust-lang/crates.io-index"
8755checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8756dependencies = [
8757 "approx",
8758 "fast-srgb8",
8759 "palette_derive",
8760]
8761
8762[[package]]
8763name = "palette_derive"
8764version = "0.7.6"
8765source = "registry+https://github.com/rust-lang/crates.io-index"
8766checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8767dependencies = [
8768 "by_address",
8769 "proc-macro2",
8770 "quote",
8771 "syn 2.0.90",
8772]
8773
8774[[package]]
8775name = "parity-tokio-ipc"
8776version = "0.9.0"
8777source = "registry+https://github.com/rust-lang/crates.io-index"
8778checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8779dependencies = [
8780 "futures 0.3.31",
8781 "libc",
8782 "log",
8783 "rand 0.7.3",
8784 "tokio",
8785 "winapi",
8786]
8787
8788[[package]]
8789name = "parking"
8790version = "2.2.1"
8791source = "registry+https://github.com/rust-lang/crates.io-index"
8792checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8793
8794[[package]]
8795name = "parking_lot"
8796version = "0.12.3"
8797source = "registry+https://github.com/rust-lang/crates.io-index"
8798checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8799dependencies = [
8800 "lock_api",
8801 "parking_lot_core",
8802]
8803
8804[[package]]
8805name = "parking_lot_core"
8806version = "0.9.10"
8807source = "registry+https://github.com/rust-lang/crates.io-index"
8808checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8809dependencies = [
8810 "cfg-if",
8811 "libc",
8812 "redox_syscall 0.5.8",
8813 "smallvec",
8814 "windows-targets 0.52.6",
8815]
8816
8817[[package]]
8818name = "password-hash"
8819version = "0.4.2"
8820source = "registry+https://github.com/rust-lang/crates.io-index"
8821checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
8822dependencies = [
8823 "base64ct",
8824 "rand_core 0.6.4",
8825 "subtle",
8826]
8827
8828[[package]]
8829name = "password-hash"
8830version = "0.5.0"
8831source = "registry+https://github.com/rust-lang/crates.io-index"
8832checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8833dependencies = [
8834 "base64ct",
8835 "rand_core 0.6.4",
8836 "subtle",
8837]
8838
8839[[package]]
8840name = "paste"
8841version = "1.0.15"
8842source = "registry+https://github.com/rust-lang/crates.io-index"
8843checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8844
8845[[package]]
8846name = "pathdiff"
8847version = "0.2.3"
8848source = "registry+https://github.com/rust-lang/crates.io-index"
8849checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
8850
8851[[package]]
8852name = "pathfinder_geometry"
8853version = "0.5.1"
8854source = "registry+https://github.com/rust-lang/crates.io-index"
8855checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8856dependencies = [
8857 "log",
8858 "pathfinder_simd",
8859]
8860
8861[[package]]
8862name = "pathfinder_simd"
8863version = "0.5.4"
8864source = "registry+https://github.com/rust-lang/crates.io-index"
8865checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8866dependencies = [
8867 "rustc_version",
8868]
8869
8870[[package]]
8871name = "paths"
8872version = "0.1.0"
8873dependencies = [
8874 "dirs 4.0.0",
8875 "util",
8876]
8877
8878[[package]]
8879name = "pbjson"
8880version = "0.6.0"
8881source = "registry+https://github.com/rust-lang/crates.io-index"
8882checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
8883dependencies = [
8884 "base64 0.21.7",
8885 "serde",
8886]
8887
8888[[package]]
8889name = "pbjson-build"
8890version = "0.6.2"
8891source = "registry+https://github.com/rust-lang/crates.io-index"
8892checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
8893dependencies = [
8894 "heck 0.4.1",
8895 "itertools 0.11.0",
8896 "prost 0.12.6",
8897 "prost-types 0.12.6",
8898]
8899
8900[[package]]
8901name = "pbjson-types"
8902version = "0.6.0"
8903source = "registry+https://github.com/rust-lang/crates.io-index"
8904checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
8905dependencies = [
8906 "bytes 1.9.0",
8907 "chrono",
8908 "pbjson",
8909 "pbjson-build",
8910 "prost 0.12.6",
8911 "prost-build 0.12.6",
8912 "serde",
8913]
8914
8915[[package]]
8916name = "pbkdf2"
8917version = "0.11.0"
8918source = "registry+https://github.com/rust-lang/crates.io-index"
8919checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8920dependencies = [
8921 "digest",
8922 "hmac",
8923 "password-hash 0.4.2",
8924 "sha2",
8925]
8926
8927[[package]]
8928name = "pbkdf2"
8929version = "0.12.2"
8930source = "registry+https://github.com/rust-lang/crates.io-index"
8931checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8932dependencies = [
8933 "digest",
8934 "hmac",
8935]
8936
8937[[package]]
8938name = "pem"
8939version = "3.0.4"
8940source = "registry+https://github.com/rust-lang/crates.io-index"
8941checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8942dependencies = [
8943 "base64 0.22.1",
8944 "serde",
8945]
8946
8947[[package]]
8948name = "pem-rfc7468"
8949version = "0.7.0"
8950source = "registry+https://github.com/rust-lang/crates.io-index"
8951checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8952dependencies = [
8953 "base64ct",
8954]
8955
8956[[package]]
8957name = "percent-encoding"
8958version = "2.3.1"
8959source = "registry+https://github.com/rust-lang/crates.io-index"
8960checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8961
8962[[package]]
8963name = "perplexity"
8964version = "0.1.0"
8965dependencies = [
8966 "serde",
8967 "zed_extension_api 0.2.0",
8968]
8969
8970[[package]]
8971name = "pest"
8972version = "2.7.15"
8973source = "registry+https://github.com/rust-lang/crates.io-index"
8974checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
8975dependencies = [
8976 "memchr",
8977 "thiserror 2.0.6",
8978 "ucd-trie",
8979]
8980
8981[[package]]
8982name = "pest_derive"
8983version = "2.7.15"
8984source = "registry+https://github.com/rust-lang/crates.io-index"
8985checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
8986dependencies = [
8987 "pest",
8988 "pest_generator",
8989]
8990
8991[[package]]
8992name = "pest_generator"
8993version = "2.7.15"
8994source = "registry+https://github.com/rust-lang/crates.io-index"
8995checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
8996dependencies = [
8997 "pest",
8998 "pest_meta",
8999 "proc-macro2",
9000 "quote",
9001 "syn 2.0.90",
9002]
9003
9004[[package]]
9005name = "pest_meta"
9006version = "2.7.15"
9007source = "registry+https://github.com/rust-lang/crates.io-index"
9008checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9009dependencies = [
9010 "once_cell",
9011 "pest",
9012 "sha2",
9013]
9014
9015[[package]]
9016name = "pet"
9017version = "0.1.0"
9018source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9019dependencies = [
9020 "clap",
9021 "env_logger 0.10.2",
9022 "lazy_static",
9023 "log",
9024 "msvc_spectre_libs",
9025 "pet-conda",
9026 "pet-core",
9027 "pet-env-var-path",
9028 "pet-fs",
9029 "pet-global-virtualenvs",
9030 "pet-homebrew",
9031 "pet-jsonrpc",
9032 "pet-linux-global-python",
9033 "pet-mac-commandlinetools",
9034 "pet-mac-python-org",
9035 "pet-mac-xcode",
9036 "pet-pipenv",
9037 "pet-pixi",
9038 "pet-poetry",
9039 "pet-pyenv",
9040 "pet-python-utils",
9041 "pet-reporter",
9042 "pet-telemetry",
9043 "pet-venv",
9044 "pet-virtualenv",
9045 "pet-virtualenvwrapper",
9046 "pet-windows-registry",
9047 "pet-windows-store",
9048 "serde",
9049 "serde_json",
9050]
9051
9052[[package]]
9053name = "pet-conda"
9054version = "0.1.0"
9055source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9056dependencies = [
9057 "env_logger 0.10.2",
9058 "lazy_static",
9059 "log",
9060 "msvc_spectre_libs",
9061 "pet-core",
9062 "pet-fs",
9063 "pet-python-utils",
9064 "pet-reporter",
9065 "regex",
9066 "serde",
9067 "serde_json",
9068 "yaml-rust2",
9069]
9070
9071[[package]]
9072name = "pet-core"
9073version = "0.1.0"
9074source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9075dependencies = [
9076 "clap",
9077 "lazy_static",
9078 "log",
9079 "msvc_spectre_libs",
9080 "pet-fs",
9081 "regex",
9082 "serde",
9083 "serde_json",
9084]
9085
9086[[package]]
9087name = "pet-env-var-path"
9088version = "0.1.0"
9089source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9090dependencies = [
9091 "lazy_static",
9092 "log",
9093 "msvc_spectre_libs",
9094 "pet-conda",
9095 "pet-core",
9096 "pet-fs",
9097 "pet-python-utils",
9098 "pet-virtualenv",
9099 "regex",
9100]
9101
9102[[package]]
9103name = "pet-fs"
9104version = "0.1.0"
9105source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9106dependencies = [
9107 "log",
9108 "msvc_spectre_libs",
9109]
9110
9111[[package]]
9112name = "pet-global-virtualenvs"
9113version = "0.1.0"
9114source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9115dependencies = [
9116 "log",
9117 "msvc_spectre_libs",
9118 "pet-conda",
9119 "pet-core",
9120 "pet-fs",
9121 "pet-virtualenv",
9122]
9123
9124[[package]]
9125name = "pet-homebrew"
9126version = "0.1.0"
9127source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9128dependencies = [
9129 "lazy_static",
9130 "log",
9131 "msvc_spectre_libs",
9132 "pet-conda",
9133 "pet-core",
9134 "pet-fs",
9135 "pet-python-utils",
9136 "pet-virtualenv",
9137 "regex",
9138 "serde",
9139 "serde_json",
9140]
9141
9142[[package]]
9143name = "pet-jsonrpc"
9144version = "0.1.0"
9145source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9146dependencies = [
9147 "env_logger 0.10.2",
9148 "log",
9149 "msvc_spectre_libs",
9150 "pet-core",
9151 "serde",
9152 "serde_json",
9153]
9154
9155[[package]]
9156name = "pet-linux-global-python"
9157version = "0.1.0"
9158source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9159dependencies = [
9160 "log",
9161 "msvc_spectre_libs",
9162 "pet-core",
9163 "pet-fs",
9164 "pet-python-utils",
9165 "pet-virtualenv",
9166]
9167
9168[[package]]
9169name = "pet-mac-commandlinetools"
9170version = "0.1.0"
9171source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9172dependencies = [
9173 "log",
9174 "msvc_spectre_libs",
9175 "pet-core",
9176 "pet-fs",
9177 "pet-python-utils",
9178 "pet-virtualenv",
9179]
9180
9181[[package]]
9182name = "pet-mac-python-org"
9183version = "0.1.0"
9184source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9185dependencies = [
9186 "log",
9187 "msvc_spectre_libs",
9188 "pet-core",
9189 "pet-fs",
9190 "pet-python-utils",
9191 "pet-virtualenv",
9192]
9193
9194[[package]]
9195name = "pet-mac-xcode"
9196version = "0.1.0"
9197source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9198dependencies = [
9199 "log",
9200 "msvc_spectre_libs",
9201 "pet-core",
9202 "pet-fs",
9203 "pet-python-utils",
9204 "pet-virtualenv",
9205]
9206
9207[[package]]
9208name = "pet-pipenv"
9209version = "0.1.0"
9210source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9211dependencies = [
9212 "log",
9213 "msvc_spectre_libs",
9214 "pet-core",
9215 "pet-fs",
9216 "pet-python-utils",
9217 "pet-virtualenv",
9218]
9219
9220[[package]]
9221name = "pet-pixi"
9222version = "0.1.0"
9223source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9224dependencies = [
9225 "log",
9226 "msvc_spectre_libs",
9227 "pet-conda",
9228 "pet-core",
9229 "pet-python-utils",
9230]
9231
9232[[package]]
9233name = "pet-poetry"
9234version = "0.1.0"
9235source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9236dependencies = [
9237 "base64 0.22.1",
9238 "lazy_static",
9239 "log",
9240 "msvc_spectre_libs",
9241 "pet-core",
9242 "pet-fs",
9243 "pet-python-utils",
9244 "pet-reporter",
9245 "pet-virtualenv",
9246 "regex",
9247 "serde",
9248 "serde_json",
9249 "sha2",
9250 "toml 0.8.19",
9251]
9252
9253[[package]]
9254name = "pet-pyenv"
9255version = "0.1.0"
9256source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9257dependencies = [
9258 "lazy_static",
9259 "log",
9260 "msvc_spectre_libs",
9261 "pet-conda",
9262 "pet-core",
9263 "pet-fs",
9264 "pet-python-utils",
9265 "pet-reporter",
9266 "regex",
9267 "serde",
9268 "serde_json",
9269]
9270
9271[[package]]
9272name = "pet-python-utils"
9273version = "0.1.0"
9274source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9275dependencies = [
9276 "env_logger 0.10.2",
9277 "lazy_static",
9278 "log",
9279 "msvc_spectre_libs",
9280 "pet-core",
9281 "pet-fs",
9282 "regex",
9283 "serde",
9284 "serde_json",
9285 "sha2",
9286]
9287
9288[[package]]
9289name = "pet-reporter"
9290version = "0.1.0"
9291source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9292dependencies = [
9293 "env_logger 0.10.2",
9294 "log",
9295 "msvc_spectre_libs",
9296 "pet-core",
9297 "pet-jsonrpc",
9298 "serde",
9299 "serde_json",
9300]
9301
9302[[package]]
9303name = "pet-telemetry"
9304version = "0.1.0"
9305source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9306dependencies = [
9307 "env_logger 0.10.2",
9308 "lazy_static",
9309 "log",
9310 "msvc_spectre_libs",
9311 "pet-core",
9312 "pet-fs",
9313 "pet-python-utils",
9314 "regex",
9315]
9316
9317[[package]]
9318name = "pet-venv"
9319version = "0.1.0"
9320source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9321dependencies = [
9322 "log",
9323 "msvc_spectre_libs",
9324 "pet-core",
9325 "pet-python-utils",
9326 "pet-virtualenv",
9327]
9328
9329[[package]]
9330name = "pet-virtualenv"
9331version = "0.1.0"
9332source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9333dependencies = [
9334 "log",
9335 "msvc_spectre_libs",
9336 "pet-core",
9337 "pet-fs",
9338 "pet-python-utils",
9339]
9340
9341[[package]]
9342name = "pet-virtualenvwrapper"
9343version = "0.1.0"
9344source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9345dependencies = [
9346 "log",
9347 "msvc_spectre_libs",
9348 "pet-core",
9349 "pet-fs",
9350 "pet-python-utils",
9351 "pet-virtualenv",
9352]
9353
9354[[package]]
9355name = "pet-windows-registry"
9356version = "0.1.0"
9357source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9358dependencies = [
9359 "lazy_static",
9360 "log",
9361 "msvc_spectre_libs",
9362 "pet-conda",
9363 "pet-core",
9364 "pet-fs",
9365 "pet-python-utils",
9366 "pet-virtualenv",
9367 "pet-windows-store",
9368 "regex",
9369 "winreg 0.52.0",
9370]
9371
9372[[package]]
9373name = "pet-windows-store"
9374version = "0.1.0"
9375source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9376dependencies = [
9377 "lazy_static",
9378 "log",
9379 "msvc_spectre_libs",
9380 "pet-core",
9381 "pet-fs",
9382 "pet-python-utils",
9383 "pet-virtualenv",
9384 "regex",
9385 "winreg 0.52.0",
9386]
9387
9388[[package]]
9389name = "petgraph"
9390version = "0.6.5"
9391source = "registry+https://github.com/rust-lang/crates.io-index"
9392checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9393dependencies = [
9394 "fixedbitset",
9395 "indexmap",
9396]
9397
9398[[package]]
9399name = "phf"
9400version = "0.11.2"
9401source = "registry+https://github.com/rust-lang/crates.io-index"
9402checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9403dependencies = [
9404 "phf_macros",
9405 "phf_shared 0.11.2",
9406]
9407
9408[[package]]
9409name = "phf_codegen"
9410version = "0.11.2"
9411source = "registry+https://github.com/rust-lang/crates.io-index"
9412checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9413dependencies = [
9414 "phf_generator 0.11.2",
9415 "phf_shared 0.11.2",
9416]
9417
9418[[package]]
9419name = "phf_generator"
9420version = "0.10.0"
9421source = "registry+https://github.com/rust-lang/crates.io-index"
9422checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9423dependencies = [
9424 "phf_shared 0.10.0",
9425 "rand 0.8.5",
9426]
9427
9428[[package]]
9429name = "phf_generator"
9430version = "0.11.2"
9431source = "registry+https://github.com/rust-lang/crates.io-index"
9432checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9433dependencies = [
9434 "phf_shared 0.11.2",
9435 "rand 0.8.5",
9436]
9437
9438[[package]]
9439name = "phf_macros"
9440version = "0.11.2"
9441source = "registry+https://github.com/rust-lang/crates.io-index"
9442checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9443dependencies = [
9444 "phf_generator 0.11.2",
9445 "phf_shared 0.11.2",
9446 "proc-macro2",
9447 "quote",
9448 "syn 2.0.90",
9449]
9450
9451[[package]]
9452name = "phf_shared"
9453version = "0.10.0"
9454source = "registry+https://github.com/rust-lang/crates.io-index"
9455checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9456dependencies = [
9457 "siphasher 0.3.11",
9458]
9459
9460[[package]]
9461name = "phf_shared"
9462version = "0.11.2"
9463source = "registry+https://github.com/rust-lang/crates.io-index"
9464checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9465dependencies = [
9466 "siphasher 0.3.11",
9467]
9468
9469[[package]]
9470name = "picker"
9471version = "0.1.0"
9472dependencies = [
9473 "anyhow",
9474 "ctor",
9475 "editor",
9476 "env_logger 0.11.6",
9477 "gpui",
9478 "menu",
9479 "schemars",
9480 "serde",
9481 "serde_json",
9482 "ui",
9483 "workspace",
9484]
9485
9486[[package]]
9487name = "pico-args"
9488version = "0.5.0"
9489source = "registry+https://github.com/rust-lang/crates.io-index"
9490checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9491
9492[[package]]
9493name = "pin-project"
9494version = "1.1.7"
9495source = "registry+https://github.com/rust-lang/crates.io-index"
9496checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9497dependencies = [
9498 "pin-project-internal",
9499]
9500
9501[[package]]
9502name = "pin-project-internal"
9503version = "1.1.7"
9504source = "registry+https://github.com/rust-lang/crates.io-index"
9505checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9506dependencies = [
9507 "proc-macro2",
9508 "quote",
9509 "syn 2.0.90",
9510]
9511
9512[[package]]
9513name = "pin-project-lite"
9514version = "0.2.16"
9515source = "registry+https://github.com/rust-lang/crates.io-index"
9516checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
9517
9518[[package]]
9519name = "pin-utils"
9520version = "0.1.0"
9521source = "registry+https://github.com/rust-lang/crates.io-index"
9522checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9523
9524[[package]]
9525name = "piper"
9526version = "0.2.4"
9527source = "registry+https://github.com/rust-lang/crates.io-index"
9528checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
9529dependencies = [
9530 "atomic-waker",
9531 "fastrand 2.3.0",
9532 "futures-io",
9533]
9534
9535[[package]]
9536name = "pkcs1"
9537version = "0.7.5"
9538source = "registry+https://github.com/rust-lang/crates.io-index"
9539checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
9540dependencies = [
9541 "der 0.7.9",
9542 "pkcs8 0.10.2",
9543 "spki 0.7.3",
9544]
9545
9546[[package]]
9547name = "pkcs8"
9548version = "0.9.0"
9549source = "registry+https://github.com/rust-lang/crates.io-index"
9550checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
9551dependencies = [
9552 "der 0.6.1",
9553 "spki 0.6.0",
9554]
9555
9556[[package]]
9557name = "pkcs8"
9558version = "0.10.2"
9559source = "registry+https://github.com/rust-lang/crates.io-index"
9560checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
9561dependencies = [
9562 "der 0.7.9",
9563 "spki 0.7.3",
9564]
9565
9566[[package]]
9567name = "pkg-config"
9568version = "0.3.31"
9569source = "registry+https://github.com/rust-lang/crates.io-index"
9570checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
9571
9572[[package]]
9573name = "plist"
9574version = "1.7.0"
9575source = "registry+https://github.com/rust-lang/crates.io-index"
9576checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
9577dependencies = [
9578 "base64 0.22.1",
9579 "indexmap",
9580 "quick-xml 0.32.0",
9581 "serde",
9582 "time",
9583]
9584
9585[[package]]
9586name = "plotters"
9587version = "0.3.7"
9588source = "registry+https://github.com/rust-lang/crates.io-index"
9589checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
9590dependencies = [
9591 "num-traits",
9592 "plotters-backend",
9593 "plotters-svg",
9594 "wasm-bindgen",
9595 "web-sys",
9596]
9597
9598[[package]]
9599name = "plotters-backend"
9600version = "0.3.7"
9601source = "registry+https://github.com/rust-lang/crates.io-index"
9602checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
9603
9604[[package]]
9605name = "plotters-svg"
9606version = "0.3.7"
9607source = "registry+https://github.com/rust-lang/crates.io-index"
9608checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
9609dependencies = [
9610 "plotters-backend",
9611]
9612
9613[[package]]
9614name = "png"
9615version = "0.17.15"
9616source = "registry+https://github.com/rust-lang/crates.io-index"
9617checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
9618dependencies = [
9619 "bitflags 1.3.2",
9620 "crc32fast",
9621 "fdeflate",
9622 "flate2",
9623 "miniz_oxide",
9624]
9625
9626[[package]]
9627name = "polling"
9628version = "3.7.4"
9629source = "registry+https://github.com/rust-lang/crates.io-index"
9630checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
9631dependencies = [
9632 "cfg-if",
9633 "concurrent-queue",
9634 "hermit-abi 0.4.0",
9635 "pin-project-lite",
9636 "rustix",
9637 "tracing",
9638 "windows-sys 0.59.0",
9639]
9640
9641[[package]]
9642name = "pollster"
9643version = "0.2.5"
9644source = "registry+https://github.com/rust-lang/crates.io-index"
9645checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
9646
9647[[package]]
9648name = "postage"
9649version = "0.5.0"
9650source = "registry+https://github.com/rust-lang/crates.io-index"
9651checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
9652dependencies = [
9653 "atomic",
9654 "crossbeam-queue",
9655 "futures 0.3.31",
9656 "log",
9657 "parking_lot",
9658 "pin-project",
9659 "pollster",
9660 "static_assertions",
9661 "thiserror 1.0.69",
9662]
9663
9664[[package]]
9665name = "postcard"
9666version = "1.1.1"
9667source = "registry+https://github.com/rust-lang/crates.io-index"
9668checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
9669dependencies = [
9670 "cobs",
9671 "embedded-io 0.4.0",
9672 "embedded-io 0.6.1",
9673 "serde",
9674]
9675
9676[[package]]
9677name = "powerfmt"
9678version = "0.2.0"
9679source = "registry+https://github.com/rust-lang/crates.io-index"
9680checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9681
9682[[package]]
9683name = "ppv-lite86"
9684version = "0.2.20"
9685source = "registry+https://github.com/rust-lang/crates.io-index"
9686checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
9687dependencies = [
9688 "zerocopy",
9689]
9690
9691[[package]]
9692name = "precomputed-hash"
9693version = "0.1.1"
9694source = "registry+https://github.com/rust-lang/crates.io-index"
9695checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
9696
9697[[package]]
9698name = "prettier"
9699version = "0.1.0"
9700dependencies = [
9701 "anyhow",
9702 "collections",
9703 "fs",
9704 "gpui",
9705 "language",
9706 "log",
9707 "lsp",
9708 "node_runtime",
9709 "parking_lot",
9710 "paths",
9711 "serde",
9712 "serde_json",
9713 "util",
9714]
9715
9716[[package]]
9717name = "pretty_assertions"
9718version = "1.4.1"
9719source = "registry+https://github.com/rust-lang/crates.io-index"
9720checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
9721dependencies = [
9722 "diff",
9723 "yansi",
9724]
9725
9726[[package]]
9727name = "prettyplease"
9728version = "0.2.25"
9729source = "registry+https://github.com/rust-lang/crates.io-index"
9730checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
9731dependencies = [
9732 "proc-macro2",
9733 "syn 2.0.90",
9734]
9735
9736[[package]]
9737name = "proc-macro-crate"
9738version = "3.2.0"
9739source = "registry+https://github.com/rust-lang/crates.io-index"
9740checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9741dependencies = [
9742 "toml_edit",
9743]
9744
9745[[package]]
9746name = "proc-macro-error-attr2"
9747version = "2.0.0"
9748source = "registry+https://github.com/rust-lang/crates.io-index"
9749checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
9750dependencies = [
9751 "proc-macro2",
9752 "quote",
9753]
9754
9755[[package]]
9756name = "proc-macro-error2"
9757version = "2.0.1"
9758source = "registry+https://github.com/rust-lang/crates.io-index"
9759checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
9760dependencies = [
9761 "proc-macro-error-attr2",
9762 "proc-macro2",
9763 "quote",
9764 "syn 2.0.90",
9765]
9766
9767[[package]]
9768name = "proc-macro2"
9769version = "1.0.93"
9770source = "registry+https://github.com/rust-lang/crates.io-index"
9771checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
9772dependencies = [
9773 "unicode-ident",
9774]
9775
9776[[package]]
9777name = "proc-macro2-diagnostics"
9778version = "0.10.1"
9779source = "registry+https://github.com/rust-lang/crates.io-index"
9780checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
9781dependencies = [
9782 "proc-macro2",
9783 "quote",
9784 "syn 2.0.90",
9785 "version_check",
9786 "yansi",
9787]
9788
9789[[package]]
9790name = "profiling"
9791version = "1.0.16"
9792source = "registry+https://github.com/rust-lang/crates.io-index"
9793checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9794dependencies = [
9795 "profiling-procmacros",
9796]
9797
9798[[package]]
9799name = "profiling-procmacros"
9800version = "1.0.16"
9801source = "registry+https://github.com/rust-lang/crates.io-index"
9802checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9803dependencies = [
9804 "quote",
9805 "syn 2.0.90",
9806]
9807
9808[[package]]
9809name = "project"
9810version = "0.1.0"
9811dependencies = [
9812 "aho-corasick",
9813 "anyhow",
9814 "async-trait",
9815 "client",
9816 "clock",
9817 "collections",
9818 "env_logger 0.11.6",
9819 "fancy-regex 0.14.0",
9820 "fs",
9821 "futures 0.3.31",
9822 "fuzzy",
9823 "git",
9824 "git2",
9825 "globset",
9826 "gpui",
9827 "http_client",
9828 "image",
9829 "itertools 0.14.0",
9830 "language",
9831 "log",
9832 "lsp",
9833 "node_runtime",
9834 "parking_lot",
9835 "pathdiff",
9836 "paths",
9837 "postage",
9838 "prettier",
9839 "pretty_assertions",
9840 "rand 0.8.5",
9841 "regex",
9842 "release_channel",
9843 "remote",
9844 "rpc",
9845 "schemars",
9846 "serde",
9847 "serde_json",
9848 "settings",
9849 "sha2",
9850 "shellexpand 2.1.2",
9851 "shlex",
9852 "similar",
9853 "smol",
9854 "snippet",
9855 "snippet_provider",
9856 "task",
9857 "tempfile",
9858 "terminal",
9859 "text",
9860 "toml 0.8.19",
9861 "unindent",
9862 "url",
9863 "util",
9864 "which 6.0.3",
9865 "worktree",
9866]
9867
9868[[package]]
9869name = "project_panel"
9870version = "0.1.0"
9871dependencies = [
9872 "anyhow",
9873 "client",
9874 "collections",
9875 "command_palette_hooks",
9876 "db",
9877 "editor",
9878 "file_icons",
9879 "git",
9880 "gpui",
9881 "indexmap",
9882 "language",
9883 "menu",
9884 "pretty_assertions",
9885 "project",
9886 "schemars",
9887 "search",
9888 "serde",
9889 "serde_derive",
9890 "serde_json",
9891 "settings",
9892 "smallvec",
9893 "theme",
9894 "ui",
9895 "util",
9896 "workspace",
9897 "worktree",
9898]
9899
9900[[package]]
9901name = "project_symbols"
9902version = "0.1.0"
9903dependencies = [
9904 "anyhow",
9905 "editor",
9906 "futures 0.3.31",
9907 "fuzzy",
9908 "gpui",
9909 "language",
9910 "lsp",
9911 "ordered-float 2.10.1",
9912 "picker",
9913 "project",
9914 "release_channel",
9915 "serde_json",
9916 "settings",
9917 "theme",
9918 "util",
9919 "workspace",
9920]
9921
9922[[package]]
9923name = "prometheus"
9924version = "0.13.4"
9925source = "registry+https://github.com/rust-lang/crates.io-index"
9926checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9927dependencies = [
9928 "cfg-if",
9929 "fnv",
9930 "lazy_static",
9931 "memchr",
9932 "parking_lot",
9933 "protobuf",
9934 "thiserror 1.0.69",
9935]
9936
9937[[package]]
9938name = "prompt_library"
9939version = "0.1.0"
9940dependencies = [
9941 "anyhow",
9942 "assets",
9943 "chrono",
9944 "collections",
9945 "editor",
9946 "fs",
9947 "futures 0.3.31",
9948 "fuzzy",
9949 "gpui",
9950 "handlebars 4.5.0",
9951 "heed",
9952 "language",
9953 "language_model",
9954 "log",
9955 "menu",
9956 "parking_lot",
9957 "paths",
9958 "picker",
9959 "release_channel",
9960 "rope",
9961 "serde",
9962 "settings",
9963 "text",
9964 "theme",
9965 "ui",
9966 "util",
9967 "uuid",
9968 "workspace",
9969 "zed_actions",
9970]
9971
9972[[package]]
9973name = "prost"
9974version = "0.9.0"
9975source = "registry+https://github.com/rust-lang/crates.io-index"
9976checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9977dependencies = [
9978 "bytes 1.9.0",
9979 "prost-derive 0.9.0",
9980]
9981
9982[[package]]
9983name = "prost"
9984version = "0.12.6"
9985source = "registry+https://github.com/rust-lang/crates.io-index"
9986checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
9987dependencies = [
9988 "bytes 1.9.0",
9989 "prost-derive 0.12.6",
9990]
9991
9992[[package]]
9993name = "prost-build"
9994version = "0.9.0"
9995source = "registry+https://github.com/rust-lang/crates.io-index"
9996checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9997dependencies = [
9998 "bytes 1.9.0",
9999 "heck 0.3.3",
10000 "itertools 0.10.5",
10001 "lazy_static",
10002 "log",
10003 "multimap 0.8.3",
10004 "petgraph",
10005 "prost 0.9.0",
10006 "prost-types 0.9.0",
10007 "regex",
10008 "tempfile",
10009 "which 4.4.2",
10010]
10011
10012[[package]]
10013name = "prost-build"
10014version = "0.12.6"
10015source = "registry+https://github.com/rust-lang/crates.io-index"
10016checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10017dependencies = [
10018 "bytes 1.9.0",
10019 "heck 0.5.0",
10020 "itertools 0.12.1",
10021 "log",
10022 "multimap 0.10.0",
10023 "once_cell",
10024 "petgraph",
10025 "prettyplease",
10026 "prost 0.12.6",
10027 "prost-types 0.12.6",
10028 "regex",
10029 "syn 2.0.90",
10030 "tempfile",
10031]
10032
10033[[package]]
10034name = "prost-derive"
10035version = "0.9.0"
10036source = "registry+https://github.com/rust-lang/crates.io-index"
10037checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10038dependencies = [
10039 "anyhow",
10040 "itertools 0.10.5",
10041 "proc-macro2",
10042 "quote",
10043 "syn 1.0.109",
10044]
10045
10046[[package]]
10047name = "prost-derive"
10048version = "0.12.6"
10049source = "registry+https://github.com/rust-lang/crates.io-index"
10050checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10051dependencies = [
10052 "anyhow",
10053 "itertools 0.12.1",
10054 "proc-macro2",
10055 "quote",
10056 "syn 2.0.90",
10057]
10058
10059[[package]]
10060name = "prost-types"
10061version = "0.9.0"
10062source = "registry+https://github.com/rust-lang/crates.io-index"
10063checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10064dependencies = [
10065 "bytes 1.9.0",
10066 "prost 0.9.0",
10067]
10068
10069[[package]]
10070name = "prost-types"
10071version = "0.12.6"
10072source = "registry+https://github.com/rust-lang/crates.io-index"
10073checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10074dependencies = [
10075 "prost 0.12.6",
10076]
10077
10078[[package]]
10079name = "proto"
10080version = "0.1.0"
10081dependencies = [
10082 "anyhow",
10083 "collections",
10084 "prost 0.9.0",
10085 "prost-build 0.9.0",
10086 "serde",
10087]
10088
10089[[package]]
10090name = "protobuf"
10091version = "2.28.0"
10092source = "registry+https://github.com/rust-lang/crates.io-index"
10093checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10094
10095[[package]]
10096name = "psm"
10097version = "0.1.24"
10098source = "registry+https://github.com/rust-lang/crates.io-index"
10099checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10100dependencies = [
10101 "cc",
10102]
10103
10104[[package]]
10105name = "ptr_meta"
10106version = "0.1.4"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10109dependencies = [
10110 "ptr_meta_derive",
10111]
10112
10113[[package]]
10114name = "ptr_meta_derive"
10115version = "0.1.4"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10118dependencies = [
10119 "proc-macro2",
10120 "quote",
10121 "syn 1.0.109",
10122]
10123
10124[[package]]
10125name = "pulldown-cmark"
10126version = "0.10.3"
10127source = "registry+https://github.com/rust-lang/crates.io-index"
10128checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10129dependencies = [
10130 "bitflags 2.8.0",
10131 "memchr",
10132 "pulldown-cmark-escape",
10133 "unicase",
10134]
10135
10136[[package]]
10137name = "pulldown-cmark"
10138version = "0.12.2"
10139source = "registry+https://github.com/rust-lang/crates.io-index"
10140checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10141dependencies = [
10142 "bitflags 2.8.0",
10143 "memchr",
10144 "unicase",
10145]
10146
10147[[package]]
10148name = "pulldown-cmark-escape"
10149version = "0.10.1"
10150source = "registry+https://github.com/rust-lang/crates.io-index"
10151checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10152
10153[[package]]
10154name = "qoi"
10155version = "0.4.1"
10156source = "registry+https://github.com/rust-lang/crates.io-index"
10157checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10158dependencies = [
10159 "bytemuck",
10160]
10161
10162[[package]]
10163name = "quick-error"
10164version = "2.0.1"
10165source = "registry+https://github.com/rust-lang/crates.io-index"
10166checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10167
10168[[package]]
10169name = "quick-xml"
10170version = "0.32.0"
10171source = "registry+https://github.com/rust-lang/crates.io-index"
10172checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10173dependencies = [
10174 "memchr",
10175]
10176
10177[[package]]
10178name = "quick-xml"
10179version = "0.36.2"
10180source = "registry+https://github.com/rust-lang/crates.io-index"
10181checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
10182dependencies = [
10183 "memchr",
10184]
10185
10186[[package]]
10187name = "quinn"
10188version = "0.11.6"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10191dependencies = [
10192 "bytes 1.9.0",
10193 "pin-project-lite",
10194 "quinn-proto",
10195 "quinn-udp",
10196 "rustc-hash 2.1.0",
10197 "rustls 0.23.20",
10198 "socket2",
10199 "thiserror 2.0.6",
10200 "tokio",
10201 "tracing",
10202]
10203
10204[[package]]
10205name = "quinn-proto"
10206version = "0.11.9"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10209dependencies = [
10210 "bytes 1.9.0",
10211 "getrandom 0.2.15",
10212 "rand 0.8.5",
10213 "ring",
10214 "rustc-hash 2.1.0",
10215 "rustls 0.23.20",
10216 "rustls-pki-types",
10217 "slab",
10218 "thiserror 2.0.6",
10219 "tinyvec",
10220 "tracing",
10221 "web-time",
10222]
10223
10224[[package]]
10225name = "quinn-udp"
10226version = "0.5.8"
10227source = "registry+https://github.com/rust-lang/crates.io-index"
10228checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527"
10229dependencies = [
10230 "cfg_aliases 0.2.1",
10231 "libc",
10232 "once_cell",
10233 "socket2",
10234 "tracing",
10235 "windows-sys 0.59.0",
10236]
10237
10238[[package]]
10239name = "quote"
10240version = "1.0.38"
10241source = "registry+https://github.com/rust-lang/crates.io-index"
10242checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10243dependencies = [
10244 "proc-macro2",
10245]
10246
10247[[package]]
10248name = "radium"
10249version = "0.7.0"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10252
10253[[package]]
10254name = "rand"
10255version = "0.7.3"
10256source = "registry+https://github.com/rust-lang/crates.io-index"
10257checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10258dependencies = [
10259 "getrandom 0.1.16",
10260 "libc",
10261 "rand_chacha 0.2.2",
10262 "rand_core 0.5.1",
10263 "rand_hc",
10264]
10265
10266[[package]]
10267name = "rand"
10268version = "0.8.5"
10269source = "registry+https://github.com/rust-lang/crates.io-index"
10270checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10271dependencies = [
10272 "libc",
10273 "rand_chacha 0.3.1",
10274 "rand_core 0.6.4",
10275]
10276
10277[[package]]
10278name = "rand_chacha"
10279version = "0.2.2"
10280source = "registry+https://github.com/rust-lang/crates.io-index"
10281checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10282dependencies = [
10283 "ppv-lite86",
10284 "rand_core 0.5.1",
10285]
10286
10287[[package]]
10288name = "rand_chacha"
10289version = "0.3.1"
10290source = "registry+https://github.com/rust-lang/crates.io-index"
10291checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10292dependencies = [
10293 "ppv-lite86",
10294 "rand_core 0.6.4",
10295]
10296
10297[[package]]
10298name = "rand_core"
10299version = "0.5.1"
10300source = "registry+https://github.com/rust-lang/crates.io-index"
10301checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10302dependencies = [
10303 "getrandom 0.1.16",
10304]
10305
10306[[package]]
10307name = "rand_core"
10308version = "0.6.4"
10309source = "registry+https://github.com/rust-lang/crates.io-index"
10310checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10311dependencies = [
10312 "getrandom 0.2.15",
10313]
10314
10315[[package]]
10316name = "rand_hc"
10317version = "0.2.0"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10320dependencies = [
10321 "rand_core 0.5.1",
10322]
10323
10324[[package]]
10325name = "rangemap"
10326version = "1.5.1"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10329
10330[[package]]
10331name = "rav1e"
10332version = "0.7.1"
10333source = "registry+https://github.com/rust-lang/crates.io-index"
10334checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10335dependencies = [
10336 "arbitrary",
10337 "arg_enum_proc_macro",
10338 "arrayvec",
10339 "av1-grain",
10340 "bitstream-io",
10341 "built",
10342 "cfg-if",
10343 "interpolate_name",
10344 "itertools 0.12.1",
10345 "libc",
10346 "libfuzzer-sys",
10347 "log",
10348 "maybe-rayon",
10349 "new_debug_unreachable",
10350 "noop_proc_macro",
10351 "num-derive",
10352 "num-traits",
10353 "once_cell",
10354 "paste",
10355 "profiling",
10356 "rand 0.8.5",
10357 "rand_chacha 0.3.1",
10358 "simd_helpers",
10359 "system-deps",
10360 "thiserror 1.0.69",
10361 "v_frame",
10362 "wasm-bindgen",
10363]
10364
10365[[package]]
10366name = "ravif"
10367version = "0.11.11"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10370dependencies = [
10371 "avif-serialize",
10372 "imgref",
10373 "loop9",
10374 "quick-error",
10375 "rav1e",
10376 "rayon",
10377 "rgb",
10378]
10379
10380[[package]]
10381name = "raw-window-handle"
10382version = "0.6.2"
10383source = "registry+https://github.com/rust-lang/crates.io-index"
10384checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10385
10386[[package]]
10387name = "raw-window-metal"
10388version = "0.4.0"
10389source = "registry+https://github.com/rust-lang/crates.io-index"
10390checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10391dependencies = [
10392 "cocoa 0.25.0",
10393 "core-graphics 0.23.2",
10394 "objc",
10395 "raw-window-handle",
10396]
10397
10398[[package]]
10399name = "rayon"
10400version = "1.10.0"
10401source = "registry+https://github.com/rust-lang/crates.io-index"
10402checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10403dependencies = [
10404 "either",
10405 "rayon-core",
10406]
10407
10408[[package]]
10409name = "rayon-core"
10410version = "1.12.1"
10411source = "registry+https://github.com/rust-lang/crates.io-index"
10412checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10413dependencies = [
10414 "crossbeam-deque",
10415 "crossbeam-utils",
10416]
10417
10418[[package]]
10419name = "read-fonts"
10420version = "0.22.5"
10421source = "registry+https://github.com/rust-lang/crates.io-index"
10422checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10423dependencies = [
10424 "bytemuck",
10425 "font-types",
10426]
10427
10428[[package]]
10429name = "recent_projects"
10430version = "0.1.0"
10431dependencies = [
10432 "anyhow",
10433 "auto_update",
10434 "editor",
10435 "extension_host",
10436 "file_finder",
10437 "futures 0.3.31",
10438 "fuzzy",
10439 "gpui",
10440 "language",
10441 "log",
10442 "markdown",
10443 "menu",
10444 "ordered-float 2.10.1",
10445 "paths",
10446 "picker",
10447 "project",
10448 "release_channel",
10449 "remote",
10450 "schemars",
10451 "serde",
10452 "serde_json",
10453 "settings",
10454 "smol",
10455 "task",
10456 "theme",
10457 "ui",
10458 "util",
10459 "workspace",
10460 "zed_actions",
10461]
10462
10463[[package]]
10464name = "redox_syscall"
10465version = "0.2.16"
10466source = "registry+https://github.com/rust-lang/crates.io-index"
10467checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
10468dependencies = [
10469 "bitflags 1.3.2",
10470]
10471
10472[[package]]
10473name = "redox_syscall"
10474version = "0.5.8"
10475source = "registry+https://github.com/rust-lang/crates.io-index"
10476checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
10477dependencies = [
10478 "bitflags 2.8.0",
10479]
10480
10481[[package]]
10482name = "redox_users"
10483version = "0.4.6"
10484source = "registry+https://github.com/rust-lang/crates.io-index"
10485checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
10486dependencies = [
10487 "getrandom 0.2.15",
10488 "libredox",
10489 "thiserror 1.0.69",
10490]
10491
10492[[package]]
10493name = "refineable"
10494version = "0.1.0"
10495dependencies = [
10496 "derive_refineable",
10497]
10498
10499[[package]]
10500name = "regalloc2"
10501version = "0.9.3"
10502source = "registry+https://github.com/rust-lang/crates.io-index"
10503checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
10504dependencies = [
10505 "hashbrown 0.13.2",
10506 "log",
10507 "rustc-hash 1.1.0",
10508 "slice-group-by",
10509 "smallvec",
10510]
10511
10512[[package]]
10513name = "regex"
10514version = "1.11.1"
10515source = "registry+https://github.com/rust-lang/crates.io-index"
10516checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
10517dependencies = [
10518 "aho-corasick",
10519 "memchr",
10520 "regex-automata 0.4.9",
10521 "regex-syntax 0.8.5",
10522]
10523
10524[[package]]
10525name = "regex-automata"
10526version = "0.1.10"
10527source = "registry+https://github.com/rust-lang/crates.io-index"
10528checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
10529dependencies = [
10530 "regex-syntax 0.6.29",
10531]
10532
10533[[package]]
10534name = "regex-automata"
10535version = "0.4.9"
10536source = "registry+https://github.com/rust-lang/crates.io-index"
10537checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
10538dependencies = [
10539 "aho-corasick",
10540 "memchr",
10541 "regex-syntax 0.8.5",
10542]
10543
10544[[package]]
10545name = "regex-lite"
10546version = "0.1.6"
10547source = "registry+https://github.com/rust-lang/crates.io-index"
10548checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
10549
10550[[package]]
10551name = "regex-syntax"
10552version = "0.6.29"
10553source = "registry+https://github.com/rust-lang/crates.io-index"
10554checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
10555
10556[[package]]
10557name = "regex-syntax"
10558version = "0.8.5"
10559source = "registry+https://github.com/rust-lang/crates.io-index"
10560checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
10561
10562[[package]]
10563name = "release_channel"
10564version = "0.1.0"
10565dependencies = [
10566 "gpui",
10567]
10568
10569[[package]]
10570name = "remote"
10571version = "0.1.0"
10572dependencies = [
10573 "anyhow",
10574 "async-trait",
10575 "collections",
10576 "fs",
10577 "futures 0.3.31",
10578 "gpui",
10579 "itertools 0.14.0",
10580 "log",
10581 "parking_lot",
10582 "paths",
10583 "prost 0.9.0",
10584 "release_channel",
10585 "rpc",
10586 "serde",
10587 "serde_json",
10588 "shlex",
10589 "smol",
10590 "tempfile",
10591 "thiserror 1.0.69",
10592 "util",
10593 "which 6.0.3",
10594]
10595
10596[[package]]
10597name = "remote_server"
10598version = "0.1.0"
10599dependencies = [
10600 "anyhow",
10601 "async-watch",
10602 "backtrace",
10603 "cargo_toml",
10604 "chrono",
10605 "clap",
10606 "client",
10607 "clock",
10608 "env_logger 0.11.6",
10609 "extension",
10610 "extension_host",
10611 "fork",
10612 "fs",
10613 "futures 0.3.31",
10614 "git",
10615 "git_hosting_providers",
10616 "gpui",
10617 "http_client",
10618 "language",
10619 "language_extension",
10620 "languages",
10621 "libc",
10622 "log",
10623 "lsp",
10624 "node_runtime",
10625 "paths",
10626 "project",
10627 "proto",
10628 "release_channel",
10629 "remote",
10630 "reqwest_client",
10631 "rpc",
10632 "rust-embed",
10633 "serde",
10634 "serde_json",
10635 "settings",
10636 "shellexpand 2.1.2",
10637 "smol",
10638 "sysinfo",
10639 "telemetry_events",
10640 "toml 0.8.19",
10641 "util",
10642 "worktree",
10643]
10644
10645[[package]]
10646name = "rend"
10647version = "0.4.2"
10648source = "registry+https://github.com/rust-lang/crates.io-index"
10649checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10650dependencies = [
10651 "bytecheck",
10652]
10653
10654[[package]]
10655name = "repl"
10656version = "0.1.0"
10657dependencies = [
10658 "alacritty_terminal",
10659 "anyhow",
10660 "async-dispatcher",
10661 "async-tungstenite 0.28.2",
10662 "base64 0.22.1",
10663 "client",
10664 "collections",
10665 "command_palette_hooks",
10666 "editor",
10667 "env_logger 0.11.6",
10668 "feature_flags",
10669 "file_icons",
10670 "futures 0.3.31",
10671 "gpui",
10672 "http_client",
10673 "image",
10674 "indoc",
10675 "jupyter-protocol",
10676 "jupyter-websocket-client",
10677 "language",
10678 "languages",
10679 "log",
10680 "markdown_preview",
10681 "menu",
10682 "multi_buffer",
10683 "nbformat",
10684 "picker",
10685 "project",
10686 "runtimelib",
10687 "schemars",
10688 "serde",
10689 "serde_json",
10690 "settings",
10691 "smol",
10692 "telemetry",
10693 "terminal",
10694 "terminal_view",
10695 "theme",
10696 "tree-sitter-md",
10697 "tree-sitter-python",
10698 "tree-sitter-typescript",
10699 "ui",
10700 "util",
10701 "uuid",
10702 "workspace",
10703]
10704
10705[[package]]
10706name = "reqwest"
10707version = "0.11.27"
10708source = "registry+https://github.com/rust-lang/crates.io-index"
10709checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10710dependencies = [
10711 "base64 0.21.7",
10712 "bytes 1.9.0",
10713 "encoding_rs",
10714 "futures-core",
10715 "futures-util",
10716 "h2 0.3.26",
10717 "http 0.2.12",
10718 "http-body 0.4.6",
10719 "hyper 0.14.32",
10720 "hyper-rustls 0.24.2",
10721 "hyper-tls",
10722 "ipnet",
10723 "js-sys",
10724 "log",
10725 "mime",
10726 "native-tls",
10727 "once_cell",
10728 "percent-encoding",
10729 "pin-project-lite",
10730 "rustls 0.21.12",
10731 "rustls-native-certs 0.6.3",
10732 "rustls-pemfile 1.0.4",
10733 "serde",
10734 "serde_json",
10735 "serde_urlencoded",
10736 "sync_wrapper 0.1.2",
10737 "system-configuration 0.5.1",
10738 "tokio",
10739 "tokio-native-tls",
10740 "tokio-rustls 0.24.1",
10741 "tower-service",
10742 "url",
10743 "wasm-bindgen",
10744 "wasm-bindgen-futures",
10745 "web-sys",
10746 "winreg 0.50.0",
10747]
10748
10749[[package]]
10750name = "reqwest"
10751version = "0.12.8"
10752source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10753dependencies = [
10754 "base64 0.22.1",
10755 "bytes 1.9.0",
10756 "encoding_rs",
10757 "futures-core",
10758 "futures-util",
10759 "h2 0.4.7",
10760 "http 1.2.0",
10761 "http-body 1.0.1",
10762 "http-body-util",
10763 "hyper 1.5.1",
10764 "hyper-rustls 0.27.3",
10765 "hyper-util",
10766 "ipnet",
10767 "js-sys",
10768 "log",
10769 "mime",
10770 "once_cell",
10771 "percent-encoding",
10772 "pin-project-lite",
10773 "quinn",
10774 "rustls 0.23.20",
10775 "rustls-native-certs 0.8.1",
10776 "rustls-pemfile 2.2.0",
10777 "rustls-pki-types",
10778 "serde",
10779 "serde_json",
10780 "serde_urlencoded",
10781 "sync_wrapper 1.0.2",
10782 "system-configuration 0.6.1",
10783 "tokio",
10784 "tokio-rustls 0.26.1",
10785 "tokio-socks",
10786 "tokio-util",
10787 "tower-service",
10788 "url",
10789 "wasm-bindgen",
10790 "wasm-bindgen-futures",
10791 "wasm-streams",
10792 "web-sys",
10793 "windows-registry",
10794]
10795
10796[[package]]
10797name = "reqwest_client"
10798version = "0.1.0"
10799dependencies = [
10800 "anyhow",
10801 "bytes 1.9.0",
10802 "futures 0.3.31",
10803 "gpui",
10804 "http_client",
10805 "log",
10806 "reqwest 0.12.8",
10807 "serde",
10808 "smol",
10809 "tokio",
10810]
10811
10812[[package]]
10813name = "resvg"
10814version = "0.44.0"
10815source = "registry+https://github.com/rust-lang/crates.io-index"
10816checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10817dependencies = [
10818 "log",
10819 "pico-args",
10820 "rgb",
10821 "svgtypes",
10822 "tiny-skia",
10823 "usvg",
10824]
10825
10826[[package]]
10827name = "rfc6979"
10828version = "0.3.1"
10829source = "registry+https://github.com/rust-lang/crates.io-index"
10830checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10831dependencies = [
10832 "crypto-bigint 0.4.9",
10833 "hmac",
10834 "zeroize",
10835]
10836
10837[[package]]
10838name = "rgb"
10839version = "0.8.50"
10840source = "registry+https://github.com/rust-lang/crates.io-index"
10841checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
10842dependencies = [
10843 "bytemuck",
10844]
10845
10846[[package]]
10847name = "rich_text"
10848version = "0.1.0"
10849dependencies = [
10850 "futures 0.3.31",
10851 "gpui",
10852 "language",
10853 "linkify",
10854 "pulldown-cmark 0.12.2",
10855 "theme",
10856 "ui",
10857 "util",
10858]
10859
10860[[package]]
10861name = "ring"
10862version = "0.17.8"
10863source = "registry+https://github.com/rust-lang/crates.io-index"
10864checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10865dependencies = [
10866 "cc",
10867 "cfg-if",
10868 "getrandom 0.2.15",
10869 "libc",
10870 "spin",
10871 "untrusted",
10872 "windows-sys 0.52.0",
10873]
10874
10875[[package]]
10876name = "rkyv"
10877version = "0.7.45"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10880dependencies = [
10881 "bitvec",
10882 "bytecheck",
10883 "bytes 1.9.0",
10884 "hashbrown 0.12.3",
10885 "ptr_meta",
10886 "rend",
10887 "rkyv_derive",
10888 "seahash",
10889 "tinyvec",
10890 "uuid",
10891]
10892
10893[[package]]
10894name = "rkyv_derive"
10895version = "0.7.45"
10896source = "registry+https://github.com/rust-lang/crates.io-index"
10897checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10898dependencies = [
10899 "proc-macro2",
10900 "quote",
10901 "syn 1.0.109",
10902]
10903
10904[[package]]
10905name = "rmp"
10906version = "0.8.14"
10907source = "registry+https://github.com/rust-lang/crates.io-index"
10908checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10909dependencies = [
10910 "byteorder",
10911 "num-traits",
10912 "paste",
10913]
10914
10915[[package]]
10916name = "rmpv"
10917version = "1.3.0"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10920dependencies = [
10921 "num-traits",
10922 "rmp",
10923]
10924
10925[[package]]
10926name = "rodio"
10927version = "0.20.1"
10928source = "registry+https://github.com/rust-lang/crates.io-index"
10929checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
10930dependencies = [
10931 "cpal",
10932 "hound",
10933]
10934
10935[[package]]
10936name = "rope"
10937version = "0.1.0"
10938dependencies = [
10939 "arrayvec",
10940 "criterion",
10941 "ctor",
10942 "env_logger 0.11.6",
10943 "gpui",
10944 "log",
10945 "rand 0.8.5",
10946 "rayon",
10947 "smallvec",
10948 "sum_tree",
10949 "unicode-segmentation",
10950 "util",
10951]
10952
10953[[package]]
10954name = "roxmltree"
10955version = "0.20.0"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10958
10959[[package]]
10960name = "rpc"
10961version = "0.1.0"
10962dependencies = [
10963 "anyhow",
10964 "async-tungstenite 0.28.2",
10965 "base64 0.22.1",
10966 "chrono",
10967 "collections",
10968 "env_logger 0.11.6",
10969 "futures 0.3.31",
10970 "gpui",
10971 "parking_lot",
10972 "proto",
10973 "rand 0.8.5",
10974 "rsa",
10975 "serde",
10976 "serde_json",
10977 "sha2",
10978 "strum",
10979 "tracing",
10980 "util",
10981 "zstd",
10982]
10983
10984[[package]]
10985name = "rsa"
10986version = "0.9.7"
10987source = "registry+https://github.com/rust-lang/crates.io-index"
10988checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
10989dependencies = [
10990 "const-oid",
10991 "digest",
10992 "num-bigint-dig",
10993 "num-integer",
10994 "num-traits",
10995 "pkcs1",
10996 "pkcs8 0.10.2",
10997 "rand_core 0.6.4",
10998 "signature 2.2.0",
10999 "spki 0.7.3",
11000 "subtle",
11001 "zeroize",
11002]
11003
11004[[package]]
11005name = "runtimelib"
11006version = "0.25.0"
11007source = "registry+https://github.com/rust-lang/crates.io-index"
11008checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11009dependencies = [
11010 "anyhow",
11011 "async-dispatcher",
11012 "async-std",
11013 "base64 0.22.1",
11014 "bytes 1.9.0",
11015 "chrono",
11016 "data-encoding",
11017 "dirs 5.0.1",
11018 "futures 0.3.31",
11019 "glob",
11020 "jupyter-protocol",
11021 "ring",
11022 "serde",
11023 "serde_json",
11024 "shellexpand 3.1.0",
11025 "smol",
11026 "uuid",
11027 "zeromq",
11028]
11029
11030[[package]]
11031name = "rust-embed"
11032version = "8.5.0"
11033source = "registry+https://github.com/rust-lang/crates.io-index"
11034checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11035dependencies = [
11036 "rust-embed-impl",
11037 "rust-embed-utils",
11038 "walkdir",
11039]
11040
11041[[package]]
11042name = "rust-embed-impl"
11043version = "8.5.0"
11044source = "registry+https://github.com/rust-lang/crates.io-index"
11045checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11046dependencies = [
11047 "proc-macro2",
11048 "quote",
11049 "rust-embed-utils",
11050 "syn 2.0.90",
11051 "walkdir",
11052]
11053
11054[[package]]
11055name = "rust-embed-utils"
11056version = "8.5.0"
11057source = "registry+https://github.com/rust-lang/crates.io-index"
11058checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11059dependencies = [
11060 "globset",
11061 "sha2",
11062 "walkdir",
11063]
11064
11065[[package]]
11066name = "rust_decimal"
11067version = "1.36.0"
11068source = "registry+https://github.com/rust-lang/crates.io-index"
11069checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11070dependencies = [
11071 "arrayvec",
11072 "borsh",
11073 "bytes 1.9.0",
11074 "num-traits",
11075 "rand 0.8.5",
11076 "rkyv",
11077 "serde",
11078 "serde_json",
11079]
11080
11081[[package]]
11082name = "rustc-demangle"
11083version = "0.1.24"
11084source = "registry+https://github.com/rust-lang/crates.io-index"
11085checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11086
11087[[package]]
11088name = "rustc-hash"
11089version = "1.1.0"
11090source = "registry+https://github.com/rust-lang/crates.io-index"
11091checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11092
11093[[package]]
11094name = "rustc-hash"
11095version = "2.1.0"
11096source = "registry+https://github.com/rust-lang/crates.io-index"
11097checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
11098
11099[[package]]
11100name = "rustc_version"
11101version = "0.4.1"
11102source = "registry+https://github.com/rust-lang/crates.io-index"
11103checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11104dependencies = [
11105 "semver",
11106]
11107
11108[[package]]
11109name = "rustix"
11110version = "0.38.42"
11111source = "registry+https://github.com/rust-lang/crates.io-index"
11112checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11113dependencies = [
11114 "bitflags 2.8.0",
11115 "errno 0.3.10",
11116 "itoa",
11117 "libc",
11118 "linux-raw-sys",
11119 "once_cell",
11120 "windows-sys 0.59.0",
11121]
11122
11123[[package]]
11124name = "rustix-openpty"
11125version = "0.1.1"
11126source = "registry+https://github.com/rust-lang/crates.io-index"
11127checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11128dependencies = [
11129 "errno 0.3.10",
11130 "libc",
11131 "rustix",
11132]
11133
11134[[package]]
11135name = "rustls"
11136version = "0.21.12"
11137source = "registry+https://github.com/rust-lang/crates.io-index"
11138checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11139dependencies = [
11140 "log",
11141 "ring",
11142 "rustls-webpki 0.101.7",
11143 "sct",
11144]
11145
11146[[package]]
11147name = "rustls"
11148version = "0.23.20"
11149source = "registry+https://github.com/rust-lang/crates.io-index"
11150checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
11151dependencies = [
11152 "once_cell",
11153 "ring",
11154 "rustls-pki-types",
11155 "rustls-webpki 0.102.8",
11156 "subtle",
11157 "zeroize",
11158]
11159
11160[[package]]
11161name = "rustls-native-certs"
11162version = "0.6.3"
11163source = "registry+https://github.com/rust-lang/crates.io-index"
11164checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11165dependencies = [
11166 "openssl-probe",
11167 "rustls-pemfile 1.0.4",
11168 "schannel",
11169 "security-framework 2.11.1",
11170]
11171
11172[[package]]
11173name = "rustls-native-certs"
11174version = "0.8.1"
11175source = "registry+https://github.com/rust-lang/crates.io-index"
11176checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11177dependencies = [
11178 "openssl-probe",
11179 "rustls-pki-types",
11180 "schannel",
11181 "security-framework 3.0.1",
11182]
11183
11184[[package]]
11185name = "rustls-pemfile"
11186version = "1.0.4"
11187source = "registry+https://github.com/rust-lang/crates.io-index"
11188checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11189dependencies = [
11190 "base64 0.21.7",
11191]
11192
11193[[package]]
11194name = "rustls-pemfile"
11195version = "2.2.0"
11196source = "registry+https://github.com/rust-lang/crates.io-index"
11197checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11198dependencies = [
11199 "rustls-pki-types",
11200]
11201
11202[[package]]
11203name = "rustls-pki-types"
11204version = "1.10.0"
11205source = "registry+https://github.com/rust-lang/crates.io-index"
11206checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11207dependencies = [
11208 "web-time",
11209]
11210
11211[[package]]
11212name = "rustls-webpki"
11213version = "0.101.7"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11216dependencies = [
11217 "ring",
11218 "untrusted",
11219]
11220
11221[[package]]
11222name = "rustls-webpki"
11223version = "0.102.8"
11224source = "registry+https://github.com/rust-lang/crates.io-index"
11225checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11226dependencies = [
11227 "ring",
11228 "rustls-pki-types",
11229 "untrusted",
11230]
11231
11232[[package]]
11233name = "rustversion"
11234version = "1.0.18"
11235source = "registry+https://github.com/rust-lang/crates.io-index"
11236checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11237
11238[[package]]
11239name = "rustybuzz"
11240version = "0.14.1"
11241source = "registry+https://github.com/rust-lang/crates.io-index"
11242checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11243dependencies = [
11244 "bitflags 2.8.0",
11245 "bytemuck",
11246 "libm",
11247 "smallvec",
11248 "ttf-parser",
11249 "unicode-bidi-mirroring",
11250 "unicode-ccc",
11251 "unicode-properties",
11252 "unicode-script",
11253]
11254
11255[[package]]
11256name = "ryu"
11257version = "1.0.18"
11258source = "registry+https://github.com/rust-lang/crates.io-index"
11259checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11260
11261[[package]]
11262name = "salsa20"
11263version = "0.10.2"
11264source = "registry+https://github.com/rust-lang/crates.io-index"
11265checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11266dependencies = [
11267 "cipher",
11268]
11269
11270[[package]]
11271name = "same-file"
11272version = "1.0.6"
11273source = "registry+https://github.com/rust-lang/crates.io-index"
11274checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11275dependencies = [
11276 "winapi-util",
11277]
11278
11279[[package]]
11280name = "schannel"
11281version = "0.1.27"
11282source = "registry+https://github.com/rust-lang/crates.io-index"
11283checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11284dependencies = [
11285 "windows-sys 0.59.0",
11286]
11287
11288[[package]]
11289name = "schemars"
11290version = "0.8.21"
11291source = "registry+https://github.com/rust-lang/crates.io-index"
11292checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11293dependencies = [
11294 "dyn-clone",
11295 "indexmap",
11296 "schemars_derive",
11297 "serde",
11298 "serde_json",
11299]
11300
11301[[package]]
11302name = "schemars_derive"
11303version = "0.8.21"
11304source = "registry+https://github.com/rust-lang/crates.io-index"
11305checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11306dependencies = [
11307 "proc-macro2",
11308 "quote",
11309 "serde_derive_internals",
11310 "syn 2.0.90",
11311]
11312
11313[[package]]
11314name = "scoped-tls"
11315version = "1.0.1"
11316source = "registry+https://github.com/rust-lang/crates.io-index"
11317checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11318
11319[[package]]
11320name = "scopeguard"
11321version = "1.2.0"
11322source = "registry+https://github.com/rust-lang/crates.io-index"
11323checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11324
11325[[package]]
11326name = "scratch"
11327version = "1.0.7"
11328source = "registry+https://github.com/rust-lang/crates.io-index"
11329checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11330
11331[[package]]
11332name = "scrypt"
11333version = "0.11.0"
11334source = "registry+https://github.com/rust-lang/crates.io-index"
11335checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11336dependencies = [
11337 "password-hash 0.5.0",
11338 "pbkdf2 0.12.2",
11339 "salsa20",
11340 "sha2",
11341]
11342
11343[[package]]
11344name = "sct"
11345version = "0.7.1"
11346source = "registry+https://github.com/rust-lang/crates.io-index"
11347checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11348dependencies = [
11349 "ring",
11350 "untrusted",
11351]
11352
11353[[package]]
11354name = "sea-bae"
11355version = "0.2.1"
11356source = "registry+https://github.com/rust-lang/crates.io-index"
11357checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11358dependencies = [
11359 "heck 0.4.1",
11360 "proc-macro-error2",
11361 "proc-macro2",
11362 "quote",
11363 "syn 2.0.90",
11364]
11365
11366[[package]]
11367name = "sea-orm"
11368version = "1.1.4"
11369source = "registry+https://github.com/rust-lang/crates.io-index"
11370checksum = "1a93194430b419da0801f404baf3b986399d6a2a4f43bc79bc96dea83f92ca43"
11371dependencies = [
11372 "async-stream",
11373 "async-trait",
11374 "bigdecimal",
11375 "chrono",
11376 "futures 0.3.31",
11377 "log",
11378 "ouroboros",
11379 "rust_decimal",
11380 "sea-orm-macros",
11381 "sea-query",
11382 "sea-query-binder",
11383 "serde",
11384 "serde_json",
11385 "sqlx",
11386 "strum",
11387 "thiserror 1.0.69",
11388 "time",
11389 "tracing",
11390 "url",
11391 "uuid",
11392]
11393
11394[[package]]
11395name = "sea-orm-macros"
11396version = "1.1.4"
11397source = "registry+https://github.com/rust-lang/crates.io-index"
11398checksum = "d19e8f22fb474a8a622eb516c46885a080535d8d559386188f525977eaad32b3"
11399dependencies = [
11400 "heck 0.4.1",
11401 "proc-macro2",
11402 "quote",
11403 "sea-bae",
11404 "syn 2.0.90",
11405 "unicode-ident",
11406]
11407
11408[[package]]
11409name = "sea-query"
11410version = "0.32.1"
11411source = "registry+https://github.com/rust-lang/crates.io-index"
11412checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
11413dependencies = [
11414 "bigdecimal",
11415 "chrono",
11416 "inherent",
11417 "ordered-float 3.9.2",
11418 "rust_decimal",
11419 "serde_json",
11420 "time",
11421 "uuid",
11422]
11423
11424[[package]]
11425name = "sea-query-binder"
11426version = "0.7.0"
11427source = "registry+https://github.com/rust-lang/crates.io-index"
11428checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
11429dependencies = [
11430 "bigdecimal",
11431 "chrono",
11432 "rust_decimal",
11433 "sea-query",
11434 "serde_json",
11435 "sqlx",
11436 "time",
11437 "uuid",
11438]
11439
11440[[package]]
11441name = "seahash"
11442version = "4.1.0"
11443source = "registry+https://github.com/rust-lang/crates.io-index"
11444checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
11445
11446[[package]]
11447name = "search"
11448version = "0.1.0"
11449dependencies = [
11450 "any_vec",
11451 "anyhow",
11452 "bitflags 2.8.0",
11453 "client",
11454 "collections",
11455 "editor",
11456 "futures 0.3.31",
11457 "gpui",
11458 "language",
11459 "menu",
11460 "project",
11461 "schemars",
11462 "serde",
11463 "serde_json",
11464 "settings",
11465 "smol",
11466 "theme",
11467 "ui",
11468 "unindent",
11469 "util",
11470 "workspace",
11471]
11472
11473[[package]]
11474name = "sec1"
11475version = "0.3.0"
11476source = "registry+https://github.com/rust-lang/crates.io-index"
11477checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
11478dependencies = [
11479 "base16ct",
11480 "der 0.6.1",
11481 "generic-array",
11482 "pkcs8 0.9.0",
11483 "subtle",
11484 "zeroize",
11485]
11486
11487[[package]]
11488name = "security-framework"
11489version = "2.11.1"
11490source = "registry+https://github.com/rust-lang/crates.io-index"
11491checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
11492dependencies = [
11493 "bitflags 2.8.0",
11494 "core-foundation 0.9.4",
11495 "core-foundation-sys",
11496 "libc",
11497 "security-framework-sys",
11498]
11499
11500[[package]]
11501name = "security-framework"
11502version = "3.0.1"
11503source = "registry+https://github.com/rust-lang/crates.io-index"
11504checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
11505dependencies = [
11506 "bitflags 2.8.0",
11507 "core-foundation 0.10.0",
11508 "core-foundation-sys",
11509 "libc",
11510 "security-framework-sys",
11511]
11512
11513[[package]]
11514name = "security-framework-sys"
11515version = "2.12.1"
11516source = "registry+https://github.com/rust-lang/crates.io-index"
11517checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
11518dependencies = [
11519 "core-foundation-sys",
11520 "libc",
11521]
11522
11523[[package]]
11524name = "self_cell"
11525version = "1.1.0"
11526source = "registry+https://github.com/rust-lang/crates.io-index"
11527checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
11528
11529[[package]]
11530name = "semantic_index"
11531version = "0.1.0"
11532dependencies = [
11533 "anyhow",
11534 "arrayvec",
11535 "blake3",
11536 "client",
11537 "clock",
11538 "collections",
11539 "env_logger 0.11.6",
11540 "feature_flags",
11541 "fs",
11542 "futures 0.3.31",
11543 "futures-batch",
11544 "gpui",
11545 "heed",
11546 "http_client",
11547 "language",
11548 "language_model",
11549 "languages",
11550 "log",
11551 "open_ai",
11552 "parking_lot",
11553 "project",
11554 "reqwest_client",
11555 "serde",
11556 "serde_json",
11557 "settings",
11558 "sha2",
11559 "smol",
11560 "tempfile",
11561 "theme",
11562 "tree-sitter",
11563 "ui",
11564 "unindent",
11565 "util",
11566 "workspace",
11567 "worktree",
11568]
11569
11570[[package]]
11571name = "semantic_version"
11572version = "0.1.0"
11573dependencies = [
11574 "anyhow",
11575 "serde",
11576]
11577
11578[[package]]
11579name = "semver"
11580version = "1.0.24"
11581source = "registry+https://github.com/rust-lang/crates.io-index"
11582checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
11583dependencies = [
11584 "serde",
11585]
11586
11587[[package]]
11588name = "serde"
11589version = "1.0.217"
11590source = "registry+https://github.com/rust-lang/crates.io-index"
11591checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
11592dependencies = [
11593 "serde_derive",
11594]
11595
11596[[package]]
11597name = "serde_derive"
11598version = "1.0.217"
11599source = "registry+https://github.com/rust-lang/crates.io-index"
11600checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
11601dependencies = [
11602 "proc-macro2",
11603 "quote",
11604 "syn 2.0.90",
11605]
11606
11607[[package]]
11608name = "serde_derive_internals"
11609version = "0.29.1"
11610source = "registry+https://github.com/rust-lang/crates.io-index"
11611checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11612dependencies = [
11613 "proc-macro2",
11614 "quote",
11615 "syn 2.0.90",
11616]
11617
11618[[package]]
11619name = "serde_fmt"
11620version = "1.0.3"
11621source = "registry+https://github.com/rust-lang/crates.io-index"
11622checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11623dependencies = [
11624 "serde",
11625]
11626
11627[[package]]
11628name = "serde_json"
11629version = "1.0.135"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
11632dependencies = [
11633 "indexmap",
11634 "itoa",
11635 "memchr",
11636 "ryu",
11637 "serde",
11638]
11639
11640[[package]]
11641name = "serde_json_lenient"
11642version = "0.2.4"
11643source = "registry+https://github.com/rust-lang/crates.io-index"
11644checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
11645dependencies = [
11646 "indexmap",
11647 "itoa",
11648 "memchr",
11649 "ryu",
11650 "serde",
11651]
11652
11653[[package]]
11654name = "serde_path_to_error"
11655version = "0.1.16"
11656source = "registry+https://github.com/rust-lang/crates.io-index"
11657checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11658dependencies = [
11659 "itoa",
11660 "serde",
11661]
11662
11663[[package]]
11664name = "serde_qs"
11665version = "0.8.5"
11666source = "registry+https://github.com/rust-lang/crates.io-index"
11667checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11668dependencies = [
11669 "percent-encoding",
11670 "serde",
11671 "thiserror 1.0.69",
11672]
11673
11674[[package]]
11675name = "serde_qs"
11676version = "0.10.1"
11677source = "registry+https://github.com/rust-lang/crates.io-index"
11678checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11679dependencies = [
11680 "percent-encoding",
11681 "serde",
11682 "thiserror 1.0.69",
11683]
11684
11685[[package]]
11686name = "serde_repr"
11687version = "0.1.19"
11688source = "registry+https://github.com/rust-lang/crates.io-index"
11689checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11690dependencies = [
11691 "proc-macro2",
11692 "quote",
11693 "syn 2.0.90",
11694]
11695
11696[[package]]
11697name = "serde_spanned"
11698version = "0.6.8"
11699source = "registry+https://github.com/rust-lang/crates.io-index"
11700checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
11701dependencies = [
11702 "serde",
11703]
11704
11705[[package]]
11706name = "serde_urlencoded"
11707version = "0.7.1"
11708source = "registry+https://github.com/rust-lang/crates.io-index"
11709checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11710dependencies = [
11711 "form_urlencoded",
11712 "itoa",
11713 "ryu",
11714 "serde",
11715]
11716
11717[[package]]
11718name = "session"
11719version = "0.1.0"
11720dependencies = [
11721 "db",
11722 "gpui",
11723 "serde_json",
11724 "util",
11725 "uuid",
11726]
11727
11728[[package]]
11729name = "settings"
11730version = "0.1.0"
11731dependencies = [
11732 "anyhow",
11733 "collections",
11734 "ec4rs",
11735 "fs",
11736 "futures 0.3.31",
11737 "gpui",
11738 "indoc",
11739 "log",
11740 "paths",
11741 "pretty_assertions",
11742 "release_channel",
11743 "rust-embed",
11744 "schemars",
11745 "serde",
11746 "serde_derive",
11747 "serde_json",
11748 "serde_json_lenient",
11749 "smallvec",
11750 "tree-sitter",
11751 "tree-sitter-json",
11752 "unindent",
11753 "util",
11754]
11755
11756[[package]]
11757name = "settings_ui"
11758version = "0.1.0"
11759dependencies = [
11760 "command_palette_hooks",
11761 "editor",
11762 "feature_flags",
11763 "gpui",
11764 "settings",
11765 "theme",
11766 "ui",
11767 "workspace",
11768]
11769
11770[[package]]
11771name = "sha1"
11772version = "0.10.6"
11773source = "registry+https://github.com/rust-lang/crates.io-index"
11774checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11775dependencies = [
11776 "cfg-if",
11777 "cpufeatures",
11778 "digest",
11779]
11780
11781[[package]]
11782name = "sha1_smol"
11783version = "1.0.1"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11786
11787[[package]]
11788name = "sha2"
11789version = "0.10.8"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11792dependencies = [
11793 "cfg-if",
11794 "cpufeatures",
11795 "digest",
11796]
11797
11798[[package]]
11799name = "sharded-slab"
11800version = "0.1.7"
11801source = "registry+https://github.com/rust-lang/crates.io-index"
11802checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11803dependencies = [
11804 "lazy_static",
11805]
11806
11807[[package]]
11808name = "shell-words"
11809version = "1.1.0"
11810source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11812
11813[[package]]
11814name = "shellexpand"
11815version = "2.1.2"
11816source = "registry+https://github.com/rust-lang/crates.io-index"
11817checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11818dependencies = [
11819 "dirs 4.0.0",
11820]
11821
11822[[package]]
11823name = "shellexpand"
11824version = "3.1.0"
11825source = "registry+https://github.com/rust-lang/crates.io-index"
11826checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11827dependencies = [
11828 "dirs 5.0.1",
11829]
11830
11831[[package]]
11832name = "shlex"
11833version = "1.3.0"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11836
11837[[package]]
11838name = "signal-hook"
11839version = "0.3.17"
11840source = "registry+https://github.com/rust-lang/crates.io-index"
11841checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11842dependencies = [
11843 "libc",
11844 "signal-hook-registry",
11845]
11846
11847[[package]]
11848name = "signal-hook-registry"
11849version = "1.4.2"
11850source = "registry+https://github.com/rust-lang/crates.io-index"
11851checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11852dependencies = [
11853 "libc",
11854]
11855
11856[[package]]
11857name = "signature"
11858version = "1.6.4"
11859source = "registry+https://github.com/rust-lang/crates.io-index"
11860checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11861dependencies = [
11862 "digest",
11863 "rand_core 0.6.4",
11864]
11865
11866[[package]]
11867name = "signature"
11868version = "2.2.0"
11869source = "registry+https://github.com/rust-lang/crates.io-index"
11870checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11871dependencies = [
11872 "digest",
11873 "rand_core 0.6.4",
11874]
11875
11876[[package]]
11877name = "simd-adler32"
11878version = "0.3.7"
11879source = "registry+https://github.com/rust-lang/crates.io-index"
11880checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11881
11882[[package]]
11883name = "simd_helpers"
11884version = "0.1.0"
11885source = "registry+https://github.com/rust-lang/crates.io-index"
11886checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11887dependencies = [
11888 "quote",
11889]
11890
11891[[package]]
11892name = "simdutf8"
11893version = "0.1.5"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
11896
11897[[package]]
11898name = "similar"
11899version = "1.3.0"
11900source = "registry+https://github.com/rust-lang/crates.io-index"
11901checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11902
11903[[package]]
11904name = "simple_asn1"
11905version = "0.6.2"
11906source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11908dependencies = [
11909 "num-bigint",
11910 "num-traits",
11911 "thiserror 1.0.69",
11912 "time",
11913]
11914
11915[[package]]
11916name = "simplecss"
11917version = "0.2.1"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11920dependencies = [
11921 "log",
11922]
11923
11924[[package]]
11925name = "simplelog"
11926version = "0.12.2"
11927source = "registry+https://github.com/rust-lang/crates.io-index"
11928checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11929dependencies = [
11930 "log",
11931 "termcolor",
11932 "time",
11933]
11934
11935[[package]]
11936name = "siphasher"
11937version = "0.3.11"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11940
11941[[package]]
11942name = "siphasher"
11943version = "1.0.1"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11946
11947[[package]]
11948name = "skrifa"
11949version = "0.22.3"
11950source = "registry+https://github.com/rust-lang/crates.io-index"
11951checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
11952dependencies = [
11953 "bytemuck",
11954 "read-fonts",
11955]
11956
11957[[package]]
11958name = "slab"
11959version = "0.4.9"
11960source = "registry+https://github.com/rust-lang/crates.io-index"
11961checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11962dependencies = [
11963 "autocfg",
11964]
11965
11966[[package]]
11967name = "slash_commands_example"
11968version = "0.1.0"
11969dependencies = [
11970 "zed_extension_api 0.1.0",
11971]
11972
11973[[package]]
11974name = "slice-group-by"
11975version = "0.3.1"
11976source = "registry+https://github.com/rust-lang/crates.io-index"
11977checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11978
11979[[package]]
11980name = "slotmap"
11981version = "1.0.7"
11982source = "registry+https://github.com/rust-lang/crates.io-index"
11983checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11984dependencies = [
11985 "version_check",
11986]
11987
11988[[package]]
11989name = "smallvec"
11990version = "1.13.2"
11991source = "registry+https://github.com/rust-lang/crates.io-index"
11992checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11993dependencies = [
11994 "serde",
11995]
11996
11997[[package]]
11998name = "smart-default"
11999version = "0.6.0"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12002dependencies = [
12003 "proc-macro2",
12004 "quote",
12005 "syn 1.0.109",
12006]
12007
12008[[package]]
12009name = "smol"
12010version = "2.0.2"
12011source = "registry+https://github.com/rust-lang/crates.io-index"
12012checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12013dependencies = [
12014 "async-channel 2.3.1",
12015 "async-executor",
12016 "async-fs",
12017 "async-io",
12018 "async-lock",
12019 "async-net",
12020 "async-process",
12021 "blocking",
12022 "futures-lite 2.5.0",
12023]
12024
12025[[package]]
12026name = "smol_str"
12027version = "0.1.24"
12028source = "registry+https://github.com/rust-lang/crates.io-index"
12029checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12030dependencies = [
12031 "serde",
12032]
12033
12034[[package]]
12035name = "snippet"
12036version = "0.1.0"
12037dependencies = [
12038 "anyhow",
12039 "smallvec",
12040]
12041
12042[[package]]
12043name = "snippet_provider"
12044version = "0.1.0"
12045dependencies = [
12046 "anyhow",
12047 "collections",
12048 "extension",
12049 "fs",
12050 "futures 0.3.31",
12051 "gpui",
12052 "parking_lot",
12053 "paths",
12054 "serde",
12055 "serde_json",
12056 "snippet",
12057 "util",
12058]
12059
12060[[package]]
12061name = "snippets_ui"
12062version = "0.1.0"
12063dependencies = [
12064 "fuzzy",
12065 "gpui",
12066 "language",
12067 "paths",
12068 "picker",
12069 "ui",
12070 "util",
12071 "workspace",
12072]
12073
12074[[package]]
12075name = "socket2"
12076version = "0.5.8"
12077source = "registry+https://github.com/rust-lang/crates.io-index"
12078checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12079dependencies = [
12080 "libc",
12081 "windows-sys 0.52.0",
12082]
12083
12084[[package]]
12085name = "spdx"
12086version = "0.10.7"
12087source = "registry+https://github.com/rust-lang/crates.io-index"
12088checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12089dependencies = [
12090 "smallvec",
12091]
12092
12093[[package]]
12094name = "spin"
12095version = "0.9.8"
12096source = "registry+https://github.com/rust-lang/crates.io-index"
12097checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12098dependencies = [
12099 "lock_api",
12100]
12101
12102[[package]]
12103name = "spirv"
12104version = "0.3.0+sdk-1.3.268.0"
12105source = "registry+https://github.com/rust-lang/crates.io-index"
12106checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12107dependencies = [
12108 "bitflags 2.8.0",
12109]
12110
12111[[package]]
12112name = "spki"
12113version = "0.6.0"
12114source = "registry+https://github.com/rust-lang/crates.io-index"
12115checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12116dependencies = [
12117 "base64ct",
12118 "der 0.6.1",
12119]
12120
12121[[package]]
12122name = "spki"
12123version = "0.7.3"
12124source = "registry+https://github.com/rust-lang/crates.io-index"
12125checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12126dependencies = [
12127 "base64ct",
12128 "der 0.7.9",
12129]
12130
12131[[package]]
12132name = "sptr"
12133version = "0.3.2"
12134source = "registry+https://github.com/rust-lang/crates.io-index"
12135checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12136
12137[[package]]
12138name = "sqlez"
12139version = "0.1.0"
12140dependencies = [
12141 "anyhow",
12142 "collections",
12143 "futures 0.3.31",
12144 "indoc",
12145 "libsqlite3-sys",
12146 "parking_lot",
12147 "smol",
12148 "sqlformat",
12149 "thread_local",
12150 "util",
12151 "uuid",
12152]
12153
12154[[package]]
12155name = "sqlez_macros"
12156version = "0.1.0"
12157dependencies = [
12158 "sqlez",
12159 "sqlformat",
12160 "syn 1.0.109",
12161]
12162
12163[[package]]
12164name = "sqlformat"
12165version = "0.2.6"
12166source = "registry+https://github.com/rust-lang/crates.io-index"
12167checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12168dependencies = [
12169 "nom",
12170 "unicode_categories",
12171]
12172
12173[[package]]
12174name = "sqlx"
12175version = "0.8.2"
12176source = "registry+https://github.com/rust-lang/crates.io-index"
12177checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
12178dependencies = [
12179 "sqlx-core",
12180 "sqlx-macros",
12181 "sqlx-mysql",
12182 "sqlx-postgres",
12183 "sqlx-sqlite",
12184]
12185
12186[[package]]
12187name = "sqlx-core"
12188version = "0.8.2"
12189source = "registry+https://github.com/rust-lang/crates.io-index"
12190checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
12191dependencies = [
12192 "atoi",
12193 "bigdecimal",
12194 "byteorder",
12195 "bytes 1.9.0",
12196 "chrono",
12197 "crc",
12198 "crossbeam-queue",
12199 "either",
12200 "event-listener 5.3.1",
12201 "futures-channel",
12202 "futures-core",
12203 "futures-intrusive",
12204 "futures-io",
12205 "futures-util",
12206 "hashbrown 0.14.5",
12207 "hashlink 0.9.1",
12208 "hex",
12209 "indexmap",
12210 "log",
12211 "memchr",
12212 "once_cell",
12213 "paste",
12214 "percent-encoding",
12215 "rust_decimal",
12216 "rustls 0.23.20",
12217 "rustls-pemfile 2.2.0",
12218 "serde",
12219 "serde_json",
12220 "sha2",
12221 "smallvec",
12222 "sqlformat",
12223 "thiserror 1.0.69",
12224 "time",
12225 "tokio",
12226 "tokio-stream",
12227 "tracing",
12228 "url",
12229 "uuid",
12230 "webpki-roots 0.26.7",
12231]
12232
12233[[package]]
12234name = "sqlx-macros"
12235version = "0.8.2"
12236source = "registry+https://github.com/rust-lang/crates.io-index"
12237checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
12238dependencies = [
12239 "proc-macro2",
12240 "quote",
12241 "sqlx-core",
12242 "sqlx-macros-core",
12243 "syn 2.0.90",
12244]
12245
12246[[package]]
12247name = "sqlx-macros-core"
12248version = "0.8.2"
12249source = "registry+https://github.com/rust-lang/crates.io-index"
12250checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
12251dependencies = [
12252 "dotenvy",
12253 "either",
12254 "heck 0.5.0",
12255 "hex",
12256 "once_cell",
12257 "proc-macro2",
12258 "quote",
12259 "serde",
12260 "serde_json",
12261 "sha2",
12262 "sqlx-core",
12263 "sqlx-mysql",
12264 "sqlx-postgres",
12265 "sqlx-sqlite",
12266 "syn 2.0.90",
12267 "tempfile",
12268 "tokio",
12269 "url",
12270]
12271
12272[[package]]
12273name = "sqlx-mysql"
12274version = "0.8.2"
12275source = "registry+https://github.com/rust-lang/crates.io-index"
12276checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
12277dependencies = [
12278 "atoi",
12279 "base64 0.22.1",
12280 "bigdecimal",
12281 "bitflags 2.8.0",
12282 "byteorder",
12283 "bytes 1.9.0",
12284 "chrono",
12285 "crc",
12286 "digest",
12287 "dotenvy",
12288 "either",
12289 "futures-channel",
12290 "futures-core",
12291 "futures-io",
12292 "futures-util",
12293 "generic-array",
12294 "hex",
12295 "hkdf",
12296 "hmac",
12297 "itoa",
12298 "log",
12299 "md-5",
12300 "memchr",
12301 "once_cell",
12302 "percent-encoding",
12303 "rand 0.8.5",
12304 "rsa",
12305 "rust_decimal",
12306 "serde",
12307 "sha1",
12308 "sha2",
12309 "smallvec",
12310 "sqlx-core",
12311 "stringprep",
12312 "thiserror 1.0.69",
12313 "time",
12314 "tracing",
12315 "uuid",
12316 "whoami",
12317]
12318
12319[[package]]
12320name = "sqlx-postgres"
12321version = "0.8.2"
12322source = "registry+https://github.com/rust-lang/crates.io-index"
12323checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
12324dependencies = [
12325 "atoi",
12326 "base64 0.22.1",
12327 "bigdecimal",
12328 "bitflags 2.8.0",
12329 "byteorder",
12330 "chrono",
12331 "crc",
12332 "dotenvy",
12333 "etcetera",
12334 "futures-channel",
12335 "futures-core",
12336 "futures-io",
12337 "futures-util",
12338 "hex",
12339 "hkdf",
12340 "hmac",
12341 "home",
12342 "itoa",
12343 "log",
12344 "md-5",
12345 "memchr",
12346 "num-bigint",
12347 "once_cell",
12348 "rand 0.8.5",
12349 "rust_decimal",
12350 "serde",
12351 "serde_json",
12352 "sha2",
12353 "smallvec",
12354 "sqlx-core",
12355 "stringprep",
12356 "thiserror 1.0.69",
12357 "time",
12358 "tracing",
12359 "uuid",
12360 "whoami",
12361]
12362
12363[[package]]
12364name = "sqlx-sqlite"
12365version = "0.8.2"
12366source = "registry+https://github.com/rust-lang/crates.io-index"
12367checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
12368dependencies = [
12369 "atoi",
12370 "chrono",
12371 "flume",
12372 "futures-channel",
12373 "futures-core",
12374 "futures-executor",
12375 "futures-intrusive",
12376 "futures-util",
12377 "libsqlite3-sys",
12378 "log",
12379 "percent-encoding",
12380 "serde",
12381 "serde_urlencoded",
12382 "sqlx-core",
12383 "time",
12384 "tracing",
12385 "url",
12386 "uuid",
12387]
12388
12389[[package]]
12390name = "stable_deref_trait"
12391version = "1.2.0"
12392source = "registry+https://github.com/rust-lang/crates.io-index"
12393checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12394
12395[[package]]
12396name = "static_assertions"
12397version = "1.1.0"
12398source = "registry+https://github.com/rust-lang/crates.io-index"
12399checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12400
12401[[package]]
12402name = "story"
12403version = "0.1.0"
12404dependencies = [
12405 "gpui",
12406 "itertools 0.14.0",
12407 "smallvec",
12408]
12409
12410[[package]]
12411name = "storybook"
12412version = "0.1.0"
12413dependencies = [
12414 "anyhow",
12415 "clap",
12416 "collab_ui",
12417 "ctrlc",
12418 "dialoguer",
12419 "editor",
12420 "fuzzy",
12421 "gpui",
12422 "indoc",
12423 "language",
12424 "log",
12425 "menu",
12426 "picker",
12427 "project",
12428 "reqwest_client",
12429 "rust-embed",
12430 "settings",
12431 "simplelog",
12432 "story",
12433 "strum",
12434 "theme",
12435 "title_bar",
12436 "ui",
12437]
12438
12439[[package]]
12440name = "streaming_diff"
12441version = "0.1.0"
12442dependencies = [
12443 "ordered-float 2.10.1",
12444 "rand 0.8.5",
12445 "rope",
12446 "util",
12447]
12448
12449[[package]]
12450name = "strict-num"
12451version = "0.1.1"
12452source = "registry+https://github.com/rust-lang/crates.io-index"
12453checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
12454dependencies = [
12455 "float-cmp",
12456]
12457
12458[[package]]
12459name = "string_cache"
12460version = "0.8.7"
12461source = "registry+https://github.com/rust-lang/crates.io-index"
12462checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
12463dependencies = [
12464 "new_debug_unreachable",
12465 "once_cell",
12466 "parking_lot",
12467 "phf_shared 0.10.0",
12468 "precomputed-hash",
12469 "serde",
12470]
12471
12472[[package]]
12473name = "string_cache_codegen"
12474version = "0.5.2"
12475source = "registry+https://github.com/rust-lang/crates.io-index"
12476checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
12477dependencies = [
12478 "phf_generator 0.10.0",
12479 "phf_shared 0.10.0",
12480 "proc-macro2",
12481 "quote",
12482]
12483
12484[[package]]
12485name = "stringprep"
12486version = "0.1.5"
12487source = "registry+https://github.com/rust-lang/crates.io-index"
12488checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
12489dependencies = [
12490 "unicode-bidi",
12491 "unicode-normalization",
12492 "unicode-properties",
12493]
12494
12495[[package]]
12496name = "strsim"
12497version = "0.11.1"
12498source = "registry+https://github.com/rust-lang/crates.io-index"
12499checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
12500
12501[[package]]
12502name = "strum"
12503version = "0.26.3"
12504source = "registry+https://github.com/rust-lang/crates.io-index"
12505checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
12506dependencies = [
12507 "strum_macros",
12508]
12509
12510[[package]]
12511name = "strum_macros"
12512version = "0.26.4"
12513source = "registry+https://github.com/rust-lang/crates.io-index"
12514checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
12515dependencies = [
12516 "heck 0.5.0",
12517 "proc-macro2",
12518 "quote",
12519 "rustversion",
12520 "syn 2.0.90",
12521]
12522
12523[[package]]
12524name = "subtle"
12525version = "2.6.1"
12526source = "registry+https://github.com/rust-lang/crates.io-index"
12527checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
12528
12529[[package]]
12530name = "sum_tree"
12531version = "0.1.0"
12532dependencies = [
12533 "arrayvec",
12534 "ctor",
12535 "env_logger 0.11.6",
12536 "log",
12537 "rand 0.8.5",
12538 "rayon",
12539]
12540
12541[[package]]
12542name = "supermaven"
12543version = "0.1.0"
12544dependencies = [
12545 "anyhow",
12546 "client",
12547 "collections",
12548 "editor",
12549 "env_logger 0.11.6",
12550 "futures 0.3.31",
12551 "gpui",
12552 "http_client",
12553 "inline_completion",
12554 "language",
12555 "log",
12556 "postage",
12557 "project",
12558 "serde",
12559 "serde_json",
12560 "settings",
12561 "smol",
12562 "supermaven_api",
12563 "text",
12564 "theme",
12565 "ui",
12566 "unicode-segmentation",
12567 "util",
12568]
12569
12570[[package]]
12571name = "supermaven_api"
12572version = "0.1.0"
12573dependencies = [
12574 "anyhow",
12575 "futures 0.3.31",
12576 "http_client",
12577 "paths",
12578 "serde",
12579 "serde_json",
12580 "smol",
12581]
12582
12583[[package]]
12584name = "sval"
12585version = "2.13.2"
12586source = "registry+https://github.com/rust-lang/crates.io-index"
12587checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
12588
12589[[package]]
12590name = "sval_buffer"
12591version = "2.13.2"
12592source = "registry+https://github.com/rust-lang/crates.io-index"
12593checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
12594dependencies = [
12595 "sval",
12596 "sval_ref",
12597]
12598
12599[[package]]
12600name = "sval_dynamic"
12601version = "2.13.2"
12602source = "registry+https://github.com/rust-lang/crates.io-index"
12603checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
12604dependencies = [
12605 "sval",
12606]
12607
12608[[package]]
12609name = "sval_fmt"
12610version = "2.13.2"
12611source = "registry+https://github.com/rust-lang/crates.io-index"
12612checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
12613dependencies = [
12614 "itoa",
12615 "ryu",
12616 "sval",
12617]
12618
12619[[package]]
12620name = "sval_json"
12621version = "2.13.2"
12622source = "registry+https://github.com/rust-lang/crates.io-index"
12623checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
12624dependencies = [
12625 "itoa",
12626 "ryu",
12627 "sval",
12628]
12629
12630[[package]]
12631name = "sval_nested"
12632version = "2.13.2"
12633source = "registry+https://github.com/rust-lang/crates.io-index"
12634checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
12635dependencies = [
12636 "sval",
12637 "sval_buffer",
12638 "sval_ref",
12639]
12640
12641[[package]]
12642name = "sval_ref"
12643version = "2.13.2"
12644source = "registry+https://github.com/rust-lang/crates.io-index"
12645checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
12646dependencies = [
12647 "sval",
12648]
12649
12650[[package]]
12651name = "sval_serde"
12652version = "2.13.2"
12653source = "registry+https://github.com/rust-lang/crates.io-index"
12654checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
12655dependencies = [
12656 "serde",
12657 "sval",
12658 "sval_nested",
12659]
12660
12661[[package]]
12662name = "svg_fmt"
12663version = "0.4.4"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
12666
12667[[package]]
12668name = "svgtypes"
12669version = "0.15.2"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12672dependencies = [
12673 "kurbo",
12674 "siphasher 1.0.1",
12675]
12676
12677[[package]]
12678name = "swash"
12679version = "0.1.19"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
12682dependencies = [
12683 "skrifa",
12684 "yazi",
12685 "zeno",
12686]
12687
12688[[package]]
12689name = "syn"
12690version = "1.0.109"
12691source = "registry+https://github.com/rust-lang/crates.io-index"
12692checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12693dependencies = [
12694 "proc-macro2",
12695 "quote",
12696 "unicode-ident",
12697]
12698
12699[[package]]
12700name = "syn"
12701version = "2.0.90"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
12704dependencies = [
12705 "proc-macro2",
12706 "quote",
12707 "unicode-ident",
12708]
12709
12710[[package]]
12711name = "sync_wrapper"
12712version = "0.1.2"
12713source = "registry+https://github.com/rust-lang/crates.io-index"
12714checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12715
12716[[package]]
12717name = "sync_wrapper"
12718version = "1.0.2"
12719source = "registry+https://github.com/rust-lang/crates.io-index"
12720checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
12721dependencies = [
12722 "futures-core",
12723]
12724
12725[[package]]
12726name = "synchronoise"
12727version = "1.0.1"
12728source = "registry+https://github.com/rust-lang/crates.io-index"
12729checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12730dependencies = [
12731 "crossbeam-queue",
12732]
12733
12734[[package]]
12735name = "synstructure"
12736version = "0.13.1"
12737source = "registry+https://github.com/rust-lang/crates.io-index"
12738checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
12739dependencies = [
12740 "proc-macro2",
12741 "quote",
12742 "syn 2.0.90",
12743]
12744
12745[[package]]
12746name = "sys-locale"
12747version = "0.3.2"
12748source = "registry+https://github.com/rust-lang/crates.io-index"
12749checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12750dependencies = [
12751 "libc",
12752]
12753
12754[[package]]
12755name = "sysinfo"
12756version = "0.31.4"
12757source = "registry+https://github.com/rust-lang/crates.io-index"
12758checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12759dependencies = [
12760 "core-foundation-sys",
12761 "libc",
12762 "memchr",
12763 "ntapi",
12764 "rayon",
12765 "windows 0.57.0",
12766]
12767
12768[[package]]
12769name = "system-configuration"
12770version = "0.5.1"
12771source = "registry+https://github.com/rust-lang/crates.io-index"
12772checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12773dependencies = [
12774 "bitflags 1.3.2",
12775 "core-foundation 0.9.4",
12776 "system-configuration-sys 0.5.0",
12777]
12778
12779[[package]]
12780name = "system-configuration"
12781version = "0.6.1"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12784dependencies = [
12785 "bitflags 2.8.0",
12786 "core-foundation 0.9.4",
12787 "system-configuration-sys 0.6.0",
12788]
12789
12790[[package]]
12791name = "system-configuration-sys"
12792version = "0.5.0"
12793source = "registry+https://github.com/rust-lang/crates.io-index"
12794checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12795dependencies = [
12796 "core-foundation-sys",
12797 "libc",
12798]
12799
12800[[package]]
12801name = "system-configuration-sys"
12802version = "0.6.0"
12803source = "registry+https://github.com/rust-lang/crates.io-index"
12804checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12805dependencies = [
12806 "core-foundation-sys",
12807 "libc",
12808]
12809
12810[[package]]
12811name = "system-deps"
12812version = "6.2.2"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12815dependencies = [
12816 "cfg-expr",
12817 "heck 0.5.0",
12818 "pkg-config",
12819 "toml 0.8.19",
12820 "version-compare",
12821]
12822
12823[[package]]
12824name = "system-interface"
12825version = "0.27.3"
12826source = "registry+https://github.com/rust-lang/crates.io-index"
12827checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
12828dependencies = [
12829 "bitflags 2.8.0",
12830 "cap-fs-ext",
12831 "cap-std",
12832 "fd-lock",
12833 "io-lifetimes",
12834 "rustix",
12835 "windows-sys 0.59.0",
12836 "winx",
12837]
12838
12839[[package]]
12840name = "tab_switcher"
12841version = "0.1.0"
12842dependencies = [
12843 "anyhow",
12844 "collections",
12845 "ctor",
12846 "editor",
12847 "env_logger 0.11.6",
12848 "gpui",
12849 "language",
12850 "menu",
12851 "picker",
12852 "project",
12853 "schemars",
12854 "serde",
12855 "serde_json",
12856 "settings",
12857 "theme",
12858 "ui",
12859 "util",
12860 "workspace",
12861]
12862
12863[[package]]
12864name = "taffy"
12865version = "0.4.4"
12866source = "registry+https://github.com/rust-lang/crates.io-index"
12867checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12868dependencies = [
12869 "arrayvec",
12870 "grid",
12871 "num-traits",
12872 "serde",
12873 "slotmap",
12874]
12875
12876[[package]]
12877name = "take-until"
12878version = "0.2.0"
12879source = "registry+https://github.com/rust-lang/crates.io-index"
12880checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12881
12882[[package]]
12883name = "tap"
12884version = "1.0.1"
12885source = "registry+https://github.com/rust-lang/crates.io-index"
12886checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12887
12888[[package]]
12889name = "target-lexicon"
12890version = "0.12.16"
12891source = "registry+https://github.com/rust-lang/crates.io-index"
12892checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12893
12894[[package]]
12895name = "task"
12896version = "0.1.0"
12897dependencies = [
12898 "anyhow",
12899 "collections",
12900 "futures 0.3.31",
12901 "gpui",
12902 "hex",
12903 "parking_lot",
12904 "schemars",
12905 "serde",
12906 "serde_json_lenient",
12907 "sha2",
12908 "shellexpand 2.1.2",
12909 "util",
12910 "zed_actions",
12911]
12912
12913[[package]]
12914name = "tasks_ui"
12915version = "0.1.0"
12916dependencies = [
12917 "anyhow",
12918 "editor",
12919 "file_icons",
12920 "fuzzy",
12921 "gpui",
12922 "language",
12923 "menu",
12924 "picker",
12925 "project",
12926 "schemars",
12927 "serde",
12928 "serde_json",
12929 "settings",
12930 "task",
12931 "tree-sitter-rust",
12932 "tree-sitter-typescript",
12933 "ui",
12934 "util",
12935 "workspace",
12936 "zed_actions",
12937]
12938
12939[[package]]
12940name = "telemetry"
12941version = "0.1.0"
12942dependencies = [
12943 "futures 0.3.31",
12944 "serde",
12945 "serde_json",
12946 "telemetry_events",
12947]
12948
12949[[package]]
12950name = "telemetry_events"
12951version = "0.1.0"
12952dependencies = [
12953 "semantic_version",
12954 "serde",
12955 "serde_json",
12956]
12957
12958[[package]]
12959name = "tempfile"
12960version = "3.15.0"
12961source = "registry+https://github.com/rust-lang/crates.io-index"
12962checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
12963dependencies = [
12964 "cfg-if",
12965 "fastrand 2.3.0",
12966 "getrandom 0.2.15",
12967 "once_cell",
12968 "rustix",
12969 "windows-sys 0.59.0",
12970]
12971
12972[[package]]
12973name = "tendril"
12974version = "0.4.3"
12975source = "registry+https://github.com/rust-lang/crates.io-index"
12976checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12977dependencies = [
12978 "futf",
12979 "mac",
12980 "utf-8",
12981]
12982
12983[[package]]
12984name = "termcolor"
12985version = "1.4.1"
12986source = "registry+https://github.com/rust-lang/crates.io-index"
12987checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12988dependencies = [
12989 "winapi-util",
12990]
12991
12992[[package]]
12993name = "terminal"
12994version = "0.1.0"
12995dependencies = [
12996 "alacritty_terminal",
12997 "anyhow",
12998 "collections",
12999 "dirs 4.0.0",
13000 "futures 0.3.31",
13001 "gpui",
13002 "libc",
13003 "rand 0.8.5",
13004 "regex",
13005 "release_channel",
13006 "schemars",
13007 "serde",
13008 "serde_derive",
13009 "settings",
13010 "smol",
13011 "sysinfo",
13012 "task",
13013 "theme",
13014 "thiserror 1.0.69",
13015 "util",
13016 "windows 0.58.0",
13017]
13018
13019[[package]]
13020name = "terminal_size"
13021version = "0.4.1"
13022source = "registry+https://github.com/rust-lang/crates.io-index"
13023checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13024dependencies = [
13025 "rustix",
13026 "windows-sys 0.59.0",
13027]
13028
13029[[package]]
13030name = "terminal_view"
13031version = "0.1.0"
13032dependencies = [
13033 "anyhow",
13034 "async-recursion 1.1.1",
13035 "breadcrumbs",
13036 "client",
13037 "collections",
13038 "db",
13039 "dirs 4.0.0",
13040 "editor",
13041 "futures 0.3.31",
13042 "gpui",
13043 "itertools 0.14.0",
13044 "language",
13045 "project",
13046 "rand 0.8.5",
13047 "schemars",
13048 "search",
13049 "serde",
13050 "serde_json",
13051 "settings",
13052 "shellexpand 2.1.2",
13053 "smol",
13054 "task",
13055 "terminal",
13056 "theme",
13057 "ui",
13058 "util",
13059 "workspace",
13060 "zed_actions",
13061]
13062
13063[[package]]
13064name = "text"
13065version = "0.1.0"
13066dependencies = [
13067 "anyhow",
13068 "clock",
13069 "collections",
13070 "ctor",
13071 "env_logger 0.11.6",
13072 "gpui",
13073 "http_client",
13074 "log",
13075 "parking_lot",
13076 "postage",
13077 "rand 0.8.5",
13078 "regex",
13079 "rope",
13080 "smallvec",
13081 "sum_tree",
13082 "util",
13083]
13084
13085[[package]]
13086name = "theme"
13087version = "0.1.0"
13088dependencies = [
13089 "anyhow",
13090 "collections",
13091 "derive_more",
13092 "fs",
13093 "futures 0.3.31",
13094 "gpui",
13095 "indexmap",
13096 "log",
13097 "palette",
13098 "parking_lot",
13099 "refineable",
13100 "schemars",
13101 "serde",
13102 "serde_derive",
13103 "serde_json",
13104 "serde_json_lenient",
13105 "serde_repr",
13106 "settings",
13107 "strum",
13108 "util",
13109 "uuid",
13110]
13111
13112[[package]]
13113name = "theme_extension"
13114version = "0.1.0"
13115dependencies = [
13116 "anyhow",
13117 "extension",
13118 "fs",
13119 "gpui",
13120 "theme",
13121]
13122
13123[[package]]
13124name = "theme_importer"
13125version = "0.1.0"
13126dependencies = [
13127 "anyhow",
13128 "clap",
13129 "gpui",
13130 "indexmap",
13131 "log",
13132 "palette",
13133 "rust-embed",
13134 "schemars",
13135 "serde",
13136 "serde_json",
13137 "serde_json_lenient",
13138 "simplelog",
13139 "strum",
13140 "theme",
13141 "vscode_theme",
13142]
13143
13144[[package]]
13145name = "theme_selector"
13146version = "0.1.0"
13147dependencies = [
13148 "fs",
13149 "fuzzy",
13150 "gpui",
13151 "log",
13152 "picker",
13153 "serde",
13154 "settings",
13155 "telemetry",
13156 "theme",
13157 "ui",
13158 "util",
13159 "workspace",
13160 "zed_actions",
13161]
13162
13163[[package]]
13164name = "thiserror"
13165version = "1.0.69"
13166source = "registry+https://github.com/rust-lang/crates.io-index"
13167checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13168dependencies = [
13169 "thiserror-impl 1.0.69",
13170]
13171
13172[[package]]
13173name = "thiserror"
13174version = "2.0.6"
13175source = "registry+https://github.com/rust-lang/crates.io-index"
13176checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13177dependencies = [
13178 "thiserror-impl 2.0.6",
13179]
13180
13181[[package]]
13182name = "thiserror-impl"
13183version = "1.0.69"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13186dependencies = [
13187 "proc-macro2",
13188 "quote",
13189 "syn 2.0.90",
13190]
13191
13192[[package]]
13193name = "thiserror-impl"
13194version = "2.0.6"
13195source = "registry+https://github.com/rust-lang/crates.io-index"
13196checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13197dependencies = [
13198 "proc-macro2",
13199 "quote",
13200 "syn 2.0.90",
13201]
13202
13203[[package]]
13204name = "thread_local"
13205version = "1.1.8"
13206source = "registry+https://github.com/rust-lang/crates.io-index"
13207checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13208dependencies = [
13209 "cfg-if",
13210 "once_cell",
13211]
13212
13213[[package]]
13214name = "tiff"
13215version = "0.9.1"
13216source = "registry+https://github.com/rust-lang/crates.io-index"
13217checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13218dependencies = [
13219 "flate2",
13220 "jpeg-decoder",
13221 "weezl",
13222]
13223
13224[[package]]
13225name = "tiktoken-rs"
13226version = "0.6.0"
13227source = "registry+https://github.com/rust-lang/crates.io-index"
13228checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13229dependencies = [
13230 "anyhow",
13231 "base64 0.21.7",
13232 "bstr",
13233 "fancy-regex 0.13.0",
13234 "lazy_static",
13235 "parking_lot",
13236 "regex",
13237 "rustc-hash 1.1.0",
13238]
13239
13240[[package]]
13241name = "time"
13242version = "0.3.37"
13243source = "registry+https://github.com/rust-lang/crates.io-index"
13244checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13245dependencies = [
13246 "deranged",
13247 "itoa",
13248 "libc",
13249 "num-conv",
13250 "num_threads",
13251 "powerfmt",
13252 "serde",
13253 "time-core",
13254 "time-macros",
13255]
13256
13257[[package]]
13258name = "time-core"
13259version = "0.1.2"
13260source = "registry+https://github.com/rust-lang/crates.io-index"
13261checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13262
13263[[package]]
13264name = "time-macros"
13265version = "0.2.19"
13266source = "registry+https://github.com/rust-lang/crates.io-index"
13267checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13268dependencies = [
13269 "num-conv",
13270 "time-core",
13271]
13272
13273[[package]]
13274name = "time_format"
13275version = "0.1.0"
13276dependencies = [
13277 "core-foundation 0.9.4",
13278 "core-foundation-sys",
13279 "sys-locale",
13280 "time",
13281]
13282
13283[[package]]
13284name = "tiny-keccak"
13285version = "2.0.2"
13286source = "registry+https://github.com/rust-lang/crates.io-index"
13287checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13288dependencies = [
13289 "crunchy",
13290]
13291
13292[[package]]
13293name = "tiny-skia"
13294version = "0.11.4"
13295source = "registry+https://github.com/rust-lang/crates.io-index"
13296checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13297dependencies = [
13298 "arrayref",
13299 "arrayvec",
13300 "bytemuck",
13301 "cfg-if",
13302 "log",
13303 "png",
13304 "tiny-skia-path",
13305]
13306
13307[[package]]
13308name = "tiny-skia-path"
13309version = "0.11.4"
13310source = "registry+https://github.com/rust-lang/crates.io-index"
13311checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13312dependencies = [
13313 "arrayref",
13314 "bytemuck",
13315 "strict-num",
13316]
13317
13318[[package]]
13319name = "tiny_http"
13320version = "0.8.2"
13321source = "registry+https://github.com/rust-lang/crates.io-index"
13322checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13323dependencies = [
13324 "ascii",
13325 "chrono",
13326 "chunked_transfer",
13327 "log",
13328 "url",
13329]
13330
13331[[package]]
13332name = "tinystr"
13333version = "0.7.6"
13334source = "registry+https://github.com/rust-lang/crates.io-index"
13335checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13336dependencies = [
13337 "displaydoc",
13338 "zerovec",
13339]
13340
13341[[package]]
13342name = "tinytemplate"
13343version = "1.2.1"
13344source = "registry+https://github.com/rust-lang/crates.io-index"
13345checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13346dependencies = [
13347 "serde",
13348 "serde_json",
13349]
13350
13351[[package]]
13352name = "tinyvec"
13353version = "1.8.0"
13354source = "registry+https://github.com/rust-lang/crates.io-index"
13355checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13356dependencies = [
13357 "tinyvec_macros",
13358]
13359
13360[[package]]
13361name = "tinyvec_macros"
13362version = "0.1.1"
13363source = "registry+https://github.com/rust-lang/crates.io-index"
13364checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13365
13366[[package]]
13367name = "title_bar"
13368version = "0.1.0"
13369dependencies = [
13370 "auto_update",
13371 "call",
13372 "client",
13373 "collections",
13374 "feature_flags",
13375 "git_ui",
13376 "gpui",
13377 "http_client",
13378 "notifications",
13379 "pretty_assertions",
13380 "project",
13381 "remote",
13382 "rpc",
13383 "schemars",
13384 "serde",
13385 "settings",
13386 "smallvec",
13387 "story",
13388 "telemetry",
13389 "theme",
13390 "tree-sitter-md",
13391 "ui",
13392 "util",
13393 "windows 0.58.0",
13394 "workspace",
13395 "zed_actions",
13396]
13397
13398[[package]]
13399name = "tokio"
13400version = "1.42.0"
13401source = "registry+https://github.com/rust-lang/crates.io-index"
13402checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
13403dependencies = [
13404 "backtrace",
13405 "bytes 1.9.0",
13406 "libc",
13407 "mio 1.0.3",
13408 "parking_lot",
13409 "pin-project-lite",
13410 "signal-hook-registry",
13411 "socket2",
13412 "tokio-macros",
13413 "windows-sys 0.52.0",
13414]
13415
13416[[package]]
13417name = "tokio-io"
13418version = "0.1.13"
13419source = "registry+https://github.com/rust-lang/crates.io-index"
13420checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
13421dependencies = [
13422 "bytes 0.4.12",
13423 "futures 0.1.31",
13424 "log",
13425]
13426
13427[[package]]
13428name = "tokio-macros"
13429version = "2.4.0"
13430source = "registry+https://github.com/rust-lang/crates.io-index"
13431checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
13432dependencies = [
13433 "proc-macro2",
13434 "quote",
13435 "syn 2.0.90",
13436]
13437
13438[[package]]
13439name = "tokio-native-tls"
13440version = "0.3.1"
13441source = "registry+https://github.com/rust-lang/crates.io-index"
13442checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
13443dependencies = [
13444 "native-tls",
13445 "tokio",
13446]
13447
13448[[package]]
13449name = "tokio-rustls"
13450version = "0.24.1"
13451source = "registry+https://github.com/rust-lang/crates.io-index"
13452checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
13453dependencies = [
13454 "rustls 0.21.12",
13455 "tokio",
13456]
13457
13458[[package]]
13459name = "tokio-rustls"
13460version = "0.26.1"
13461source = "registry+https://github.com/rust-lang/crates.io-index"
13462checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
13463dependencies = [
13464 "rustls 0.23.20",
13465 "tokio",
13466]
13467
13468[[package]]
13469name = "tokio-socks"
13470version = "0.5.2"
13471source = "registry+https://github.com/rust-lang/crates.io-index"
13472checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
13473dependencies = [
13474 "either",
13475 "futures-io",
13476 "futures-util",
13477 "thiserror 1.0.69",
13478 "tokio",
13479]
13480
13481[[package]]
13482name = "tokio-stream"
13483version = "0.1.17"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
13486dependencies = [
13487 "futures-core",
13488 "pin-project-lite",
13489 "tokio",
13490]
13491
13492[[package]]
13493name = "tokio-tungstenite"
13494version = "0.20.1"
13495source = "registry+https://github.com/rust-lang/crates.io-index"
13496checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
13497dependencies = [
13498 "futures-util",
13499 "log",
13500 "rustls 0.21.12",
13501 "rustls-native-certs 0.6.3",
13502 "tokio",
13503 "tokio-rustls 0.24.1",
13504 "tungstenite 0.20.1",
13505]
13506
13507[[package]]
13508name = "tokio-tungstenite"
13509version = "0.21.0"
13510source = "registry+https://github.com/rust-lang/crates.io-index"
13511checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
13512dependencies = [
13513 "futures-util",
13514 "log",
13515 "tokio",
13516 "tungstenite 0.21.0",
13517]
13518
13519[[package]]
13520name = "tokio-util"
13521version = "0.7.13"
13522source = "registry+https://github.com/rust-lang/crates.io-index"
13523checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
13524dependencies = [
13525 "bytes 1.9.0",
13526 "futures-core",
13527 "futures-io",
13528 "futures-sink",
13529 "pin-project-lite",
13530 "tokio",
13531]
13532
13533[[package]]
13534name = "toml"
13535version = "0.5.11"
13536source = "registry+https://github.com/rust-lang/crates.io-index"
13537checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
13538dependencies = [
13539 "serde",
13540]
13541
13542[[package]]
13543name = "toml"
13544version = "0.8.19"
13545source = "registry+https://github.com/rust-lang/crates.io-index"
13546checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
13547dependencies = [
13548 "serde",
13549 "serde_spanned",
13550 "toml_datetime",
13551 "toml_edit",
13552]
13553
13554[[package]]
13555name = "toml_datetime"
13556version = "0.6.8"
13557source = "registry+https://github.com/rust-lang/crates.io-index"
13558checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
13559dependencies = [
13560 "serde",
13561]
13562
13563[[package]]
13564name = "toml_edit"
13565version = "0.22.22"
13566source = "registry+https://github.com/rust-lang/crates.io-index"
13567checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
13568dependencies = [
13569 "indexmap",
13570 "serde",
13571 "serde_spanned",
13572 "toml_datetime",
13573 "winnow",
13574]
13575
13576[[package]]
13577name = "toolchain_selector"
13578version = "0.1.0"
13579dependencies = [
13580 "editor",
13581 "fuzzy",
13582 "gpui",
13583 "language",
13584 "picker",
13585 "project",
13586 "ui",
13587 "util",
13588 "workspace",
13589]
13590
13591[[package]]
13592name = "topological-sort"
13593version = "0.2.2"
13594source = "registry+https://github.com/rust-lang/crates.io-index"
13595checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
13596
13597[[package]]
13598name = "tower"
13599version = "0.4.13"
13600source = "registry+https://github.com/rust-lang/crates.io-index"
13601checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
13602dependencies = [
13603 "futures-core",
13604 "futures-util",
13605 "pin-project",
13606 "pin-project-lite",
13607 "tokio",
13608 "tower-layer",
13609 "tower-service",
13610 "tracing",
13611]
13612
13613[[package]]
13614name = "tower-http"
13615version = "0.3.5"
13616source = "registry+https://github.com/rust-lang/crates.io-index"
13617checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13618dependencies = [
13619 "bitflags 1.3.2",
13620 "bytes 1.9.0",
13621 "futures-core",
13622 "futures-util",
13623 "http 0.2.12",
13624 "http-body 0.4.6",
13625 "http-range-header",
13626 "pin-project-lite",
13627 "tower-layer",
13628 "tower-service",
13629]
13630
13631[[package]]
13632name = "tower-http"
13633version = "0.4.4"
13634source = "registry+https://github.com/rust-lang/crates.io-index"
13635checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13636dependencies = [
13637 "bitflags 2.8.0",
13638 "bytes 1.9.0",
13639 "futures-core",
13640 "futures-util",
13641 "http 0.2.12",
13642 "http-body 0.4.6",
13643 "http-range-header",
13644 "pin-project-lite",
13645 "tower-layer",
13646 "tower-service",
13647 "tracing",
13648]
13649
13650[[package]]
13651name = "tower-layer"
13652version = "0.3.3"
13653source = "registry+https://github.com/rust-lang/crates.io-index"
13654checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13655
13656[[package]]
13657name = "tower-service"
13658version = "0.3.3"
13659source = "registry+https://github.com/rust-lang/crates.io-index"
13660checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13661
13662[[package]]
13663name = "tracing"
13664version = "0.1.41"
13665source = "registry+https://github.com/rust-lang/crates.io-index"
13666checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
13667dependencies = [
13668 "log",
13669 "pin-project-lite",
13670 "tracing-attributes",
13671 "tracing-core",
13672]
13673
13674[[package]]
13675name = "tracing-attributes"
13676version = "0.1.28"
13677source = "registry+https://github.com/rust-lang/crates.io-index"
13678checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
13679dependencies = [
13680 "proc-macro2",
13681 "quote",
13682 "syn 2.0.90",
13683]
13684
13685[[package]]
13686name = "tracing-core"
13687version = "0.1.33"
13688source = "registry+https://github.com/rust-lang/crates.io-index"
13689checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
13690dependencies = [
13691 "once_cell",
13692 "valuable",
13693]
13694
13695[[package]]
13696name = "tracing-log"
13697version = "0.2.0"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13700dependencies = [
13701 "log",
13702 "once_cell",
13703 "tracing-core",
13704]
13705
13706[[package]]
13707name = "tracing-serde"
13708version = "0.2.0"
13709source = "registry+https://github.com/rust-lang/crates.io-index"
13710checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
13711dependencies = [
13712 "serde",
13713 "tracing-core",
13714]
13715
13716[[package]]
13717name = "tracing-subscriber"
13718version = "0.3.19"
13719source = "registry+https://github.com/rust-lang/crates.io-index"
13720checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
13721dependencies = [
13722 "matchers",
13723 "nu-ansi-term",
13724 "once_cell",
13725 "regex",
13726 "serde",
13727 "serde_json",
13728 "sharded-slab",
13729 "smallvec",
13730 "thread_local",
13731 "tracing",
13732 "tracing-core",
13733 "tracing-log",
13734 "tracing-serde",
13735]
13736
13737[[package]]
13738name = "tree-sitter"
13739version = "0.23.2"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
13742dependencies = [
13743 "cc",
13744 "regex",
13745 "regex-syntax 0.8.5",
13746 "tree-sitter-language",
13747 "wasmtime-c-api-impl",
13748]
13749
13750[[package]]
13751name = "tree-sitter-bash"
13752version = "0.23.3"
13753source = "registry+https://github.com/rust-lang/crates.io-index"
13754checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
13755dependencies = [
13756 "cc",
13757 "tree-sitter-language",
13758]
13759
13760[[package]]
13761name = "tree-sitter-c"
13762version = "0.23.4"
13763source = "registry+https://github.com/rust-lang/crates.io-index"
13764checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
13765dependencies = [
13766 "cc",
13767 "tree-sitter-language",
13768]
13769
13770[[package]]
13771name = "tree-sitter-cpp"
13772version = "0.23.4"
13773source = "registry+https://github.com/rust-lang/crates.io-index"
13774checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
13775dependencies = [
13776 "cc",
13777 "tree-sitter-language",
13778]
13779
13780[[package]]
13781name = "tree-sitter-css"
13782version = "0.23.2"
13783source = "registry+https://github.com/rust-lang/crates.io-index"
13784checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
13785dependencies = [
13786 "cc",
13787 "tree-sitter-language",
13788]
13789
13790[[package]]
13791name = "tree-sitter-diff"
13792version = "0.1.0"
13793source = "registry+https://github.com/rust-lang/crates.io-index"
13794checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13795dependencies = [
13796 "cc",
13797 "tree-sitter-language",
13798]
13799
13800[[package]]
13801name = "tree-sitter-elixir"
13802version = "0.3.3"
13803source = "registry+https://github.com/rust-lang/crates.io-index"
13804checksum = "23d7310aea06158653d18959123a64262bfbf122b7437899dea0c338654a51d3"
13805dependencies = [
13806 "cc",
13807 "tree-sitter-language",
13808]
13809
13810[[package]]
13811name = "tree-sitter-embedded-template"
13812version = "0.23.2"
13813source = "registry+https://github.com/rust-lang/crates.io-index"
13814checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
13815dependencies = [
13816 "cc",
13817 "tree-sitter-language",
13818]
13819
13820[[package]]
13821name = "tree-sitter-go"
13822version = "0.23.4"
13823source = "registry+https://github.com/rust-lang/crates.io-index"
13824checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
13825dependencies = [
13826 "cc",
13827 "tree-sitter-language",
13828]
13829
13830[[package]]
13831name = "tree-sitter-gomod"
13832version = "1.1.1"
13833source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
13834dependencies = [
13835 "cc",
13836 "tree-sitter-language",
13837]
13838
13839[[package]]
13840name = "tree-sitter-gowork"
13841version = "0.0.1"
13842source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13843dependencies = [
13844 "cc",
13845 "tree-sitter-language",
13846]
13847
13848[[package]]
13849name = "tree-sitter-heex"
13850version = "0.0.1"
13851source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13852dependencies = [
13853 "cc",
13854 "tree-sitter-language",
13855]
13856
13857[[package]]
13858name = "tree-sitter-html"
13859version = "0.20.4"
13860source = "registry+https://github.com/rust-lang/crates.io-index"
13861checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13862dependencies = [
13863 "cc",
13864 "tree-sitter",
13865]
13866
13867[[package]]
13868name = "tree-sitter-jsdoc"
13869version = "0.23.2"
13870source = "registry+https://github.com/rust-lang/crates.io-index"
13871checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
13872dependencies = [
13873 "cc",
13874 "tree-sitter-language",
13875]
13876
13877[[package]]
13878name = "tree-sitter-json"
13879version = "0.24.8"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
13882dependencies = [
13883 "cc",
13884 "tree-sitter-language",
13885]
13886
13887[[package]]
13888name = "tree-sitter-language"
13889version = "0.1.3"
13890source = "registry+https://github.com/rust-lang/crates.io-index"
13891checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
13892
13893[[package]]
13894name = "tree-sitter-md"
13895version = "0.3.2"
13896source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13897dependencies = [
13898 "cc",
13899 "tree-sitter-language",
13900]
13901
13902[[package]]
13903name = "tree-sitter-python"
13904version = "0.23.6"
13905source = "registry+https://github.com/rust-lang/crates.io-index"
13906checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
13907dependencies = [
13908 "cc",
13909 "tree-sitter-language",
13910]
13911
13912[[package]]
13913name = "tree-sitter-regex"
13914version = "0.23.0"
13915source = "registry+https://github.com/rust-lang/crates.io-index"
13916checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13917dependencies = [
13918 "cc",
13919 "tree-sitter-language",
13920]
13921
13922[[package]]
13923name = "tree-sitter-ruby"
13924version = "0.23.1"
13925source = "registry+https://github.com/rust-lang/crates.io-index"
13926checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
13927dependencies = [
13928 "cc",
13929 "tree-sitter-language",
13930]
13931
13932[[package]]
13933name = "tree-sitter-rust"
13934version = "0.23.2"
13935source = "registry+https://github.com/rust-lang/crates.io-index"
13936checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
13937dependencies = [
13938 "cc",
13939 "tree-sitter-language",
13940]
13941
13942[[package]]
13943name = "tree-sitter-typescript"
13944version = "0.23.2"
13945source = "registry+https://github.com/rust-lang/crates.io-index"
13946checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
13947dependencies = [
13948 "cc",
13949 "tree-sitter-language",
13950]
13951
13952[[package]]
13953name = "tree-sitter-yaml"
13954version = "0.6.1"
13955source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13956dependencies = [
13957 "cc",
13958 "tree-sitter-language",
13959]
13960
13961[[package]]
13962name = "try-lock"
13963version = "0.2.5"
13964source = "registry+https://github.com/rust-lang/crates.io-index"
13965checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13966
13967[[package]]
13968name = "ttf-parser"
13969version = "0.21.1"
13970source = "registry+https://github.com/rust-lang/crates.io-index"
13971checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13972
13973[[package]]
13974name = "tungstenite"
13975version = "0.20.1"
13976source = "registry+https://github.com/rust-lang/crates.io-index"
13977checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13978dependencies = [
13979 "byteorder",
13980 "bytes 1.9.0",
13981 "data-encoding",
13982 "http 0.2.12",
13983 "httparse",
13984 "log",
13985 "rand 0.8.5",
13986 "rustls 0.21.12",
13987 "sha1",
13988 "thiserror 1.0.69",
13989 "url",
13990 "utf-8",
13991]
13992
13993[[package]]
13994name = "tungstenite"
13995version = "0.21.0"
13996source = "registry+https://github.com/rust-lang/crates.io-index"
13997checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
13998dependencies = [
13999 "byteorder",
14000 "bytes 1.9.0",
14001 "data-encoding",
14002 "http 1.2.0",
14003 "httparse",
14004 "log",
14005 "native-tls",
14006 "rand 0.8.5",
14007 "sha1",
14008 "thiserror 1.0.69",
14009 "url",
14010 "utf-8",
14011]
14012
14013[[package]]
14014name = "tungstenite"
14015version = "0.24.0"
14016source = "registry+https://github.com/rust-lang/crates.io-index"
14017checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14018dependencies = [
14019 "byteorder",
14020 "bytes 1.9.0",
14021 "data-encoding",
14022 "http 1.2.0",
14023 "httparse",
14024 "log",
14025 "rand 0.8.5",
14026 "sha1",
14027 "thiserror 1.0.69",
14028 "utf-8",
14029]
14030
14031[[package]]
14032name = "typeid"
14033version = "1.0.2"
14034source = "registry+https://github.com/rust-lang/crates.io-index"
14035checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14036
14037[[package]]
14038name = "typenum"
14039version = "1.17.0"
14040source = "registry+https://github.com/rust-lang/crates.io-index"
14041checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14042
14043[[package]]
14044name = "ucd-trie"
14045version = "0.1.7"
14046source = "registry+https://github.com/rust-lang/crates.io-index"
14047checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14048
14049[[package]]
14050name = "uds_windows"
14051version = "1.1.0"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14054dependencies = [
14055 "memoffset",
14056 "tempfile",
14057 "winapi",
14058]
14059
14060[[package]]
14061name = "ui"
14062version = "0.1.0"
14063dependencies = [
14064 "chrono",
14065 "gpui",
14066 "itertools 0.14.0",
14067 "menu",
14068 "serde",
14069 "settings",
14070 "smallvec",
14071 "story",
14072 "strum",
14073 "theme",
14074 "ui_macros",
14075 "windows 0.58.0",
14076]
14077
14078[[package]]
14079name = "ui_input"
14080version = "0.1.0"
14081dependencies = [
14082 "editor",
14083 "gpui",
14084 "settings",
14085 "theme",
14086 "ui",
14087]
14088
14089[[package]]
14090name = "ui_macros"
14091version = "0.1.0"
14092dependencies = [
14093 "convert_case 0.6.0",
14094 "proc-macro2",
14095 "quote",
14096 "syn 1.0.109",
14097]
14098
14099[[package]]
14100name = "unicase"
14101version = "2.8.1"
14102source = "registry+https://github.com/rust-lang/crates.io-index"
14103checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14104
14105[[package]]
14106name = "unicode-bidi"
14107version = "0.3.17"
14108source = "registry+https://github.com/rust-lang/crates.io-index"
14109checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14110
14111[[package]]
14112name = "unicode-bidi-mirroring"
14113version = "0.2.0"
14114source = "registry+https://github.com/rust-lang/crates.io-index"
14115checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14116
14117[[package]]
14118name = "unicode-ccc"
14119version = "0.2.0"
14120source = "registry+https://github.com/rust-lang/crates.io-index"
14121checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14122
14123[[package]]
14124name = "unicode-ident"
14125version = "1.0.14"
14126source = "registry+https://github.com/rust-lang/crates.io-index"
14127checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14128
14129[[package]]
14130name = "unicode-linebreak"
14131version = "0.1.5"
14132source = "registry+https://github.com/rust-lang/crates.io-index"
14133checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14134
14135[[package]]
14136name = "unicode-normalization"
14137version = "0.1.24"
14138source = "registry+https://github.com/rust-lang/crates.io-index"
14139checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14140dependencies = [
14141 "tinyvec",
14142]
14143
14144[[package]]
14145name = "unicode-properties"
14146version = "0.1.3"
14147source = "registry+https://github.com/rust-lang/crates.io-index"
14148checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14149
14150[[package]]
14151name = "unicode-script"
14152version = "0.5.7"
14153source = "registry+https://github.com/rust-lang/crates.io-index"
14154checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14155
14156[[package]]
14157name = "unicode-segmentation"
14158version = "1.12.0"
14159source = "registry+https://github.com/rust-lang/crates.io-index"
14160checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14161
14162[[package]]
14163name = "unicode-width"
14164version = "0.1.14"
14165source = "registry+https://github.com/rust-lang/crates.io-index"
14166checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14167
14168[[package]]
14169name = "unicode-xid"
14170version = "0.2.6"
14171source = "registry+https://github.com/rust-lang/crates.io-index"
14172checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14173
14174[[package]]
14175name = "unicode_categories"
14176version = "0.1.1"
14177source = "registry+https://github.com/rust-lang/crates.io-index"
14178checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14179
14180[[package]]
14181name = "unindent"
14182version = "0.1.11"
14183source = "registry+https://github.com/rust-lang/crates.io-index"
14184checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
14185
14186[[package]]
14187name = "untrusted"
14188version = "0.9.0"
14189source = "registry+https://github.com/rust-lang/crates.io-index"
14190checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14191
14192[[package]]
14193name = "url"
14194version = "2.5.4"
14195source = "registry+https://github.com/rust-lang/crates.io-index"
14196checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14197dependencies = [
14198 "form_urlencoded",
14199 "idna",
14200 "percent-encoding",
14201 "serde",
14202]
14203
14204[[package]]
14205name = "urlencoding"
14206version = "2.1.3"
14207source = "registry+https://github.com/rust-lang/crates.io-index"
14208checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14209
14210[[package]]
14211name = "usvg"
14212version = "0.44.0"
14213source = "registry+https://github.com/rust-lang/crates.io-index"
14214checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14215dependencies = [
14216 "base64 0.22.1",
14217 "data-url",
14218 "flate2",
14219 "imagesize",
14220 "kurbo",
14221 "log",
14222 "pico-args",
14223 "roxmltree",
14224 "simplecss",
14225 "siphasher 1.0.1",
14226 "strict-num",
14227 "svgtypes",
14228 "tiny-skia-path",
14229 "xmlwriter",
14230]
14231
14232[[package]]
14233name = "utf-8"
14234version = "0.7.6"
14235source = "registry+https://github.com/rust-lang/crates.io-index"
14236checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14237
14238[[package]]
14239name = "utf16_iter"
14240version = "1.0.5"
14241source = "registry+https://github.com/rust-lang/crates.io-index"
14242checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14243
14244[[package]]
14245name = "utf8_iter"
14246version = "1.0.4"
14247source = "registry+https://github.com/rust-lang/crates.io-index"
14248checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14249
14250[[package]]
14251name = "utf8parse"
14252version = "0.2.2"
14253source = "registry+https://github.com/rust-lang/crates.io-index"
14254checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14255
14256[[package]]
14257name = "util"
14258version = "0.1.0"
14259dependencies = [
14260 "anyhow",
14261 "async-fs",
14262 "collections",
14263 "dirs 4.0.0",
14264 "dunce",
14265 "futures 0.3.31",
14266 "futures-lite 1.13.0",
14267 "git2",
14268 "globset",
14269 "itertools 0.14.0",
14270 "libc",
14271 "log",
14272 "rand 0.8.5",
14273 "regex",
14274 "rust-embed",
14275 "serde",
14276 "serde_json",
14277 "smol",
14278 "take-until",
14279 "tempfile",
14280 "tendril",
14281 "unicase",
14282]
14283
14284[[package]]
14285name = "uuid"
14286version = "1.11.0"
14287source = "registry+https://github.com/rust-lang/crates.io-index"
14288checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
14289dependencies = [
14290 "getrandom 0.2.15",
14291 "serde",
14292 "sha1_smol",
14293]
14294
14295[[package]]
14296name = "v_frame"
14297version = "0.3.8"
14298source = "registry+https://github.com/rust-lang/crates.io-index"
14299checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14300dependencies = [
14301 "aligned-vec",
14302 "num-traits",
14303 "wasm-bindgen",
14304]
14305
14306[[package]]
14307name = "valuable"
14308version = "0.1.0"
14309source = "registry+https://github.com/rust-lang/crates.io-index"
14310checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14311
14312[[package]]
14313name = "value-bag"
14314version = "1.10.0"
14315source = "registry+https://github.com/rust-lang/crates.io-index"
14316checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14317dependencies = [
14318 "value-bag-serde1",
14319 "value-bag-sval2",
14320]
14321
14322[[package]]
14323name = "value-bag-serde1"
14324version = "1.10.0"
14325source = "registry+https://github.com/rust-lang/crates.io-index"
14326checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14327dependencies = [
14328 "erased-serde",
14329 "serde",
14330 "serde_fmt",
14331]
14332
14333[[package]]
14334name = "value-bag-sval2"
14335version = "1.10.0"
14336source = "registry+https://github.com/rust-lang/crates.io-index"
14337checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14338dependencies = [
14339 "sval",
14340 "sval_buffer",
14341 "sval_dynamic",
14342 "sval_fmt",
14343 "sval_json",
14344 "sval_ref",
14345 "sval_serde",
14346]
14347
14348[[package]]
14349name = "vcpkg"
14350version = "0.2.15"
14351source = "registry+https://github.com/rust-lang/crates.io-index"
14352checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14353
14354[[package]]
14355name = "vcs_menu"
14356version = "0.1.0"
14357dependencies = [
14358 "anyhow",
14359 "fuzzy",
14360 "git",
14361 "gpui",
14362 "picker",
14363 "project",
14364 "ui",
14365 "util",
14366 "workspace",
14367 "zed_actions",
14368]
14369
14370[[package]]
14371name = "version-compare"
14372version = "0.2.0"
14373source = "registry+https://github.com/rust-lang/crates.io-index"
14374checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14375
14376[[package]]
14377name = "version_check"
14378version = "0.9.5"
14379source = "registry+https://github.com/rust-lang/crates.io-index"
14380checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
14381
14382[[package]]
14383name = "vim"
14384version = "0.1.0"
14385dependencies = [
14386 "anyhow",
14387 "assets",
14388 "async-compat",
14389 "async-trait",
14390 "collections",
14391 "command_palette",
14392 "command_palette_hooks",
14393 "editor",
14394 "futures 0.3.31",
14395 "gpui",
14396 "indoc",
14397 "itertools 0.14.0",
14398 "language",
14399 "libc",
14400 "log",
14401 "lsp",
14402 "multi_buffer",
14403 "nvim-rs",
14404 "parking_lot",
14405 "project_panel",
14406 "regex",
14407 "release_channel",
14408 "schemars",
14409 "search",
14410 "serde",
14411 "serde_derive",
14412 "serde_json",
14413 "settings",
14414 "task",
14415 "theme",
14416 "tokio",
14417 "ui",
14418 "util",
14419 "vim_mode_setting",
14420 "workspace",
14421 "zed_actions",
14422]
14423
14424[[package]]
14425name = "vim_mode_setting"
14426version = "0.1.0"
14427dependencies = [
14428 "anyhow",
14429 "gpui",
14430 "settings",
14431]
14432
14433[[package]]
14434name = "vscode_theme"
14435version = "0.2.0"
14436source = "registry+https://github.com/rust-lang/crates.io-index"
14437checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
14438dependencies = [
14439 "serde",
14440]
14441
14442[[package]]
14443name = "vsimd"
14444version = "0.8.0"
14445source = "registry+https://github.com/rust-lang/crates.io-index"
14446checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
14447
14448[[package]]
14449name = "vswhom"
14450version = "0.1.0"
14451source = "registry+https://github.com/rust-lang/crates.io-index"
14452checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
14453dependencies = [
14454 "libc",
14455 "vswhom-sys",
14456]
14457
14458[[package]]
14459name = "vswhom-sys"
14460version = "0.1.2"
14461source = "registry+https://github.com/rust-lang/crates.io-index"
14462checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
14463dependencies = [
14464 "cc",
14465 "libc",
14466]
14467
14468[[package]]
14469name = "vte"
14470version = "0.14.1"
14471source = "registry+https://github.com/rust-lang/crates.io-index"
14472checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077"
14473dependencies = [
14474 "bitflags 2.8.0",
14475 "cursor-icon",
14476 "log",
14477 "memchr",
14478 "serde",
14479]
14480
14481[[package]]
14482name = "waker-fn"
14483version = "1.2.0"
14484source = "registry+https://github.com/rust-lang/crates.io-index"
14485checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
14486
14487[[package]]
14488name = "walkdir"
14489version = "2.5.0"
14490source = "registry+https://github.com/rust-lang/crates.io-index"
14491checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
14492dependencies = [
14493 "same-file",
14494 "winapi-util",
14495]
14496
14497[[package]]
14498name = "want"
14499version = "0.3.1"
14500source = "registry+https://github.com/rust-lang/crates.io-index"
14501checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
14502dependencies = [
14503 "try-lock",
14504]
14505
14506[[package]]
14507name = "warp"
14508version = "0.3.7"
14509source = "registry+https://github.com/rust-lang/crates.io-index"
14510checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
14511dependencies = [
14512 "bytes 1.9.0",
14513 "futures-channel",
14514 "futures-util",
14515 "headers",
14516 "http 0.2.12",
14517 "hyper 0.14.32",
14518 "log",
14519 "mime",
14520 "mime_guess",
14521 "percent-encoding",
14522 "pin-project",
14523 "scoped-tls",
14524 "serde",
14525 "serde_json",
14526 "serde_urlencoded",
14527 "tokio",
14528 "tokio-tungstenite 0.21.0",
14529 "tokio-util",
14530 "tower-service",
14531 "tracing",
14532]
14533
14534[[package]]
14535name = "wasi"
14536version = "0.9.0+wasi-snapshot-preview1"
14537source = "registry+https://github.com/rust-lang/crates.io-index"
14538checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
14539
14540[[package]]
14541name = "wasi"
14542version = "0.11.0+wasi-snapshot-preview1"
14543source = "registry+https://github.com/rust-lang/crates.io-index"
14544checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
14545
14546[[package]]
14547name = "wasite"
14548version = "0.1.0"
14549source = "registry+https://github.com/rust-lang/crates.io-index"
14550checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
14551
14552[[package]]
14553name = "wasm-bindgen"
14554version = "0.2.99"
14555source = "registry+https://github.com/rust-lang/crates.io-index"
14556checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
14557dependencies = [
14558 "cfg-if",
14559 "once_cell",
14560 "wasm-bindgen-macro",
14561]
14562
14563[[package]]
14564name = "wasm-bindgen-backend"
14565version = "0.2.99"
14566source = "registry+https://github.com/rust-lang/crates.io-index"
14567checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
14568dependencies = [
14569 "bumpalo",
14570 "log",
14571 "proc-macro2",
14572 "quote",
14573 "syn 2.0.90",
14574 "wasm-bindgen-shared",
14575]
14576
14577[[package]]
14578name = "wasm-bindgen-futures"
14579version = "0.4.49"
14580source = "registry+https://github.com/rust-lang/crates.io-index"
14581checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
14582dependencies = [
14583 "cfg-if",
14584 "js-sys",
14585 "once_cell",
14586 "wasm-bindgen",
14587 "web-sys",
14588]
14589
14590[[package]]
14591name = "wasm-bindgen-macro"
14592version = "0.2.99"
14593source = "registry+https://github.com/rust-lang/crates.io-index"
14594checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
14595dependencies = [
14596 "quote",
14597 "wasm-bindgen-macro-support",
14598]
14599
14600[[package]]
14601name = "wasm-bindgen-macro-support"
14602version = "0.2.99"
14603source = "registry+https://github.com/rust-lang/crates.io-index"
14604checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
14605dependencies = [
14606 "proc-macro2",
14607 "quote",
14608 "syn 2.0.90",
14609 "wasm-bindgen-backend",
14610 "wasm-bindgen-shared",
14611]
14612
14613[[package]]
14614name = "wasm-bindgen-shared"
14615version = "0.2.99"
14616source = "registry+https://github.com/rust-lang/crates.io-index"
14617checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
14618
14619[[package]]
14620name = "wasm-encoder"
14621version = "0.201.0"
14622source = "registry+https://github.com/rust-lang/crates.io-index"
14623checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
14624dependencies = [
14625 "leb128",
14626]
14627
14628[[package]]
14629name = "wasm-encoder"
14630version = "0.215.0"
14631source = "registry+https://github.com/rust-lang/crates.io-index"
14632checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14633dependencies = [
14634 "leb128",
14635]
14636
14637[[package]]
14638name = "wasm-metadata"
14639version = "0.201.0"
14640source = "registry+https://github.com/rust-lang/crates.io-index"
14641checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14642dependencies = [
14643 "anyhow",
14644 "indexmap",
14645 "serde",
14646 "serde_derive",
14647 "serde_json",
14648 "spdx",
14649 "wasm-encoder 0.201.0",
14650 "wasmparser 0.201.0",
14651]
14652
14653[[package]]
14654name = "wasm-streams"
14655version = "0.4.2"
14656source = "registry+https://github.com/rust-lang/crates.io-index"
14657checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
14658dependencies = [
14659 "futures-util",
14660 "js-sys",
14661 "wasm-bindgen",
14662 "wasm-bindgen-futures",
14663 "web-sys",
14664]
14665
14666[[package]]
14667name = "wasmparser"
14668version = "0.201.0"
14669source = "registry+https://github.com/rust-lang/crates.io-index"
14670checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14671dependencies = [
14672 "bitflags 2.8.0",
14673 "indexmap",
14674 "semver",
14675]
14676
14677[[package]]
14678name = "wasmparser"
14679version = "0.215.0"
14680source = "registry+https://github.com/rust-lang/crates.io-index"
14681checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14682dependencies = [
14683 "ahash 0.8.11",
14684 "bitflags 2.8.0",
14685 "hashbrown 0.14.5",
14686 "indexmap",
14687 "semver",
14688 "serde",
14689]
14690
14691[[package]]
14692name = "wasmprinter"
14693version = "0.215.0"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14696dependencies = [
14697 "anyhow",
14698 "termcolor",
14699 "wasmparser 0.215.0",
14700]
14701
14702[[package]]
14703name = "wasmtime"
14704version = "24.0.2"
14705source = "registry+https://github.com/rust-lang/crates.io-index"
14706checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14707dependencies = [
14708 "anyhow",
14709 "async-trait",
14710 "bitflags 2.8.0",
14711 "bumpalo",
14712 "cc",
14713 "cfg-if",
14714 "encoding_rs",
14715 "hashbrown 0.14.5",
14716 "indexmap",
14717 "libc",
14718 "libm",
14719 "log",
14720 "mach2",
14721 "memfd",
14722 "object",
14723 "once_cell",
14724 "paste",
14725 "postcard",
14726 "psm",
14727 "rustix",
14728 "semver",
14729 "serde",
14730 "serde_derive",
14731 "smallvec",
14732 "sptr",
14733 "target-lexicon",
14734 "wasmparser 0.215.0",
14735 "wasmtime-asm-macros",
14736 "wasmtime-component-macro",
14737 "wasmtime-component-util",
14738 "wasmtime-cranelift",
14739 "wasmtime-environ",
14740 "wasmtime-fiber",
14741 "wasmtime-jit-icache-coherence",
14742 "wasmtime-slab",
14743 "wasmtime-versioned-export-macros",
14744 "wasmtime-winch",
14745 "windows-sys 0.52.0",
14746]
14747
14748[[package]]
14749name = "wasmtime-asm-macros"
14750version = "24.0.2"
14751source = "registry+https://github.com/rust-lang/crates.io-index"
14752checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14753dependencies = [
14754 "cfg-if",
14755]
14756
14757[[package]]
14758name = "wasmtime-c-api-impl"
14759version = "24.0.2"
14760source = "registry+https://github.com/rust-lang/crates.io-index"
14761checksum = "4e038dd412700174019867608617127e7cc4f113f764dd10e7488dbf5f47b191"
14762dependencies = [
14763 "anyhow",
14764 "log",
14765 "once_cell",
14766 "tracing",
14767 "wasmtime",
14768 "wasmtime-c-api-macros",
14769]
14770
14771[[package]]
14772name = "wasmtime-c-api-macros"
14773version = "24.0.2"
14774source = "registry+https://github.com/rust-lang/crates.io-index"
14775checksum = "bde0ca2263811d980ab676bcb2a190c990737f58969a908976101ad208149a17"
14776dependencies = [
14777 "proc-macro2",
14778 "quote",
14779]
14780
14781[[package]]
14782name = "wasmtime-component-macro"
14783version = "24.0.2"
14784source = "registry+https://github.com/rust-lang/crates.io-index"
14785checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14786dependencies = [
14787 "anyhow",
14788 "proc-macro2",
14789 "quote",
14790 "syn 2.0.90",
14791 "wasmtime-component-util",
14792 "wasmtime-wit-bindgen",
14793 "wit-parser 0.215.0",
14794]
14795
14796[[package]]
14797name = "wasmtime-component-util"
14798version = "24.0.2"
14799source = "registry+https://github.com/rust-lang/crates.io-index"
14800checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14801
14802[[package]]
14803name = "wasmtime-cranelift"
14804version = "24.0.2"
14805source = "registry+https://github.com/rust-lang/crates.io-index"
14806checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14807dependencies = [
14808 "anyhow",
14809 "cfg-if",
14810 "cranelift-codegen",
14811 "cranelift-control",
14812 "cranelift-entity",
14813 "cranelift-frontend",
14814 "cranelift-native",
14815 "cranelift-wasm",
14816 "gimli 0.29.0",
14817 "log",
14818 "object",
14819 "target-lexicon",
14820 "thiserror 1.0.69",
14821 "wasmparser 0.215.0",
14822 "wasmtime-environ",
14823 "wasmtime-versioned-export-macros",
14824]
14825
14826[[package]]
14827name = "wasmtime-environ"
14828version = "24.0.2"
14829source = "registry+https://github.com/rust-lang/crates.io-index"
14830checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14831dependencies = [
14832 "anyhow",
14833 "cpp_demangle",
14834 "cranelift-bitset",
14835 "cranelift-entity",
14836 "gimli 0.29.0",
14837 "indexmap",
14838 "log",
14839 "object",
14840 "postcard",
14841 "rustc-demangle",
14842 "semver",
14843 "serde",
14844 "serde_derive",
14845 "target-lexicon",
14846 "wasm-encoder 0.215.0",
14847 "wasmparser 0.215.0",
14848 "wasmprinter",
14849 "wasmtime-component-util",
14850 "wasmtime-types",
14851]
14852
14853[[package]]
14854name = "wasmtime-fiber"
14855version = "24.0.2"
14856source = "registry+https://github.com/rust-lang/crates.io-index"
14857checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14858dependencies = [
14859 "anyhow",
14860 "cc",
14861 "cfg-if",
14862 "rustix",
14863 "wasmtime-asm-macros",
14864 "wasmtime-versioned-export-macros",
14865 "windows-sys 0.52.0",
14866]
14867
14868[[package]]
14869name = "wasmtime-jit-icache-coherence"
14870version = "24.0.2"
14871source = "registry+https://github.com/rust-lang/crates.io-index"
14872checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14873dependencies = [
14874 "anyhow",
14875 "cfg-if",
14876 "libc",
14877 "windows-sys 0.52.0",
14878]
14879
14880[[package]]
14881name = "wasmtime-slab"
14882version = "24.0.2"
14883source = "registry+https://github.com/rust-lang/crates.io-index"
14884checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14885
14886[[package]]
14887name = "wasmtime-types"
14888version = "24.0.2"
14889source = "registry+https://github.com/rust-lang/crates.io-index"
14890checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14891dependencies = [
14892 "anyhow",
14893 "cranelift-entity",
14894 "serde",
14895 "serde_derive",
14896 "smallvec",
14897 "wasmparser 0.215.0",
14898]
14899
14900[[package]]
14901name = "wasmtime-versioned-export-macros"
14902version = "24.0.2"
14903source = "registry+https://github.com/rust-lang/crates.io-index"
14904checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14905dependencies = [
14906 "proc-macro2",
14907 "quote",
14908 "syn 2.0.90",
14909]
14910
14911[[package]]
14912name = "wasmtime-wasi"
14913version = "24.0.2"
14914source = "registry+https://github.com/rust-lang/crates.io-index"
14915checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
14916dependencies = [
14917 "anyhow",
14918 "async-trait",
14919 "bitflags 2.8.0",
14920 "bytes 1.9.0",
14921 "cap-fs-ext",
14922 "cap-net-ext",
14923 "cap-rand",
14924 "cap-std",
14925 "cap-time-ext",
14926 "fs-set-times",
14927 "futures 0.3.31",
14928 "io-extras",
14929 "io-lifetimes",
14930 "once_cell",
14931 "rustix",
14932 "system-interface",
14933 "thiserror 1.0.69",
14934 "tokio",
14935 "tracing",
14936 "url",
14937 "wasmtime",
14938 "wiggle",
14939 "windows-sys 0.52.0",
14940]
14941
14942[[package]]
14943name = "wasmtime-winch"
14944version = "24.0.2"
14945source = "registry+https://github.com/rust-lang/crates.io-index"
14946checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14947dependencies = [
14948 "anyhow",
14949 "cranelift-codegen",
14950 "gimli 0.29.0",
14951 "object",
14952 "target-lexicon",
14953 "wasmparser 0.215.0",
14954 "wasmtime-cranelift",
14955 "wasmtime-environ",
14956 "winch-codegen",
14957]
14958
14959[[package]]
14960name = "wasmtime-wit-bindgen"
14961version = "24.0.2"
14962source = "registry+https://github.com/rust-lang/crates.io-index"
14963checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14964dependencies = [
14965 "anyhow",
14966 "heck 0.4.1",
14967 "indexmap",
14968 "wit-parser 0.215.0",
14969]
14970
14971[[package]]
14972name = "wast"
14973version = "35.0.2"
14974source = "registry+https://github.com/rust-lang/crates.io-index"
14975checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14976dependencies = [
14977 "leb128",
14978]
14979
14980[[package]]
14981name = "wayland-backend"
14982version = "0.3.7"
14983source = "registry+https://github.com/rust-lang/crates.io-index"
14984checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
14985dependencies = [
14986 "cc",
14987 "downcast-rs",
14988 "rustix",
14989 "scoped-tls",
14990 "smallvec",
14991 "wayland-sys",
14992]
14993
14994[[package]]
14995name = "wayland-client"
14996version = "0.31.7"
14997source = "registry+https://github.com/rust-lang/crates.io-index"
14998checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
14999dependencies = [
15000 "bitflags 2.8.0",
15001 "rustix",
15002 "wayland-backend",
15003 "wayland-scanner",
15004]
15005
15006[[package]]
15007name = "wayland-cursor"
15008version = "0.31.7"
15009source = "registry+https://github.com/rust-lang/crates.io-index"
15010checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c"
15011dependencies = [
15012 "rustix",
15013 "wayland-client",
15014 "xcursor",
15015]
15016
15017[[package]]
15018name = "wayland-protocols"
15019version = "0.31.2"
15020source = "registry+https://github.com/rust-lang/crates.io-index"
15021checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15022dependencies = [
15023 "bitflags 2.8.0",
15024 "wayland-backend",
15025 "wayland-client",
15026 "wayland-scanner",
15027]
15028
15029[[package]]
15030name = "wayland-protocols-plasma"
15031version = "0.2.0"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15034dependencies = [
15035 "bitflags 2.8.0",
15036 "wayland-backend",
15037 "wayland-client",
15038 "wayland-protocols",
15039 "wayland-scanner",
15040]
15041
15042[[package]]
15043name = "wayland-scanner"
15044version = "0.31.5"
15045source = "registry+https://github.com/rust-lang/crates.io-index"
15046checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
15047dependencies = [
15048 "proc-macro2",
15049 "quick-xml 0.36.2",
15050 "quote",
15051]
15052
15053[[package]]
15054name = "wayland-sys"
15055version = "0.31.5"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
15058dependencies = [
15059 "dlib",
15060 "log",
15061 "once_cell",
15062 "pkg-config",
15063]
15064
15065[[package]]
15066name = "web-sys"
15067version = "0.3.76"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15070dependencies = [
15071 "js-sys",
15072 "wasm-bindgen",
15073]
15074
15075[[package]]
15076name = "web-time"
15077version = "1.1.0"
15078source = "registry+https://github.com/rust-lang/crates.io-index"
15079checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15080dependencies = [
15081 "js-sys",
15082 "wasm-bindgen",
15083]
15084
15085[[package]]
15086name = "webpki"
15087version = "0.22.4"
15088source = "registry+https://github.com/rust-lang/crates.io-index"
15089checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
15090dependencies = [
15091 "ring",
15092 "untrusted",
15093]
15094
15095[[package]]
15096name = "webpki-roots"
15097version = "0.22.6"
15098source = "registry+https://github.com/rust-lang/crates.io-index"
15099checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
15100dependencies = [
15101 "webpki",
15102]
15103
15104[[package]]
15105name = "webpki-roots"
15106version = "0.26.7"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15109dependencies = [
15110 "rustls-pki-types",
15111]
15112
15113[[package]]
15114name = "webrtc-sys"
15115version = "0.3.5"
15116source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15117dependencies = [
15118 "cc",
15119 "cxx",
15120 "cxx-build",
15121 "glob",
15122 "log",
15123 "webrtc-sys-build",
15124]
15125
15126[[package]]
15127name = "webrtc-sys-build"
15128version = "0.3.5"
15129source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15130dependencies = [
15131 "fs2",
15132 "regex",
15133 "reqwest 0.11.27",
15134 "scratch",
15135 "semver",
15136 "zip",
15137]
15138
15139[[package]]
15140name = "weezl"
15141version = "0.1.8"
15142source = "registry+https://github.com/rust-lang/crates.io-index"
15143checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15144
15145[[package]]
15146name = "welcome"
15147version = "0.1.0"
15148dependencies = [
15149 "anyhow",
15150 "client",
15151 "copilot",
15152 "db",
15153 "editor",
15154 "fuzzy",
15155 "gpui",
15156 "install_cli",
15157 "picker",
15158 "project",
15159 "schemars",
15160 "serde",
15161 "settings",
15162 "telemetry",
15163 "ui",
15164 "util",
15165 "vim_mode_setting",
15166 "workspace",
15167 "zed_actions",
15168]
15169
15170[[package]]
15171name = "which"
15172version = "4.4.2"
15173source = "registry+https://github.com/rust-lang/crates.io-index"
15174checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15175dependencies = [
15176 "either",
15177 "home",
15178 "once_cell",
15179 "rustix",
15180]
15181
15182[[package]]
15183name = "which"
15184version = "6.0.3"
15185source = "registry+https://github.com/rust-lang/crates.io-index"
15186checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15187dependencies = [
15188 "either",
15189 "home",
15190 "rustix",
15191 "winsafe",
15192]
15193
15194[[package]]
15195name = "whoami"
15196version = "1.5.2"
15197source = "registry+https://github.com/rust-lang/crates.io-index"
15198checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15199dependencies = [
15200 "redox_syscall 0.5.8",
15201 "wasite",
15202]
15203
15204[[package]]
15205name = "wiggle"
15206version = "24.0.2"
15207source = "registry+https://github.com/rust-lang/crates.io-index"
15208checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
15209dependencies = [
15210 "anyhow",
15211 "async-trait",
15212 "bitflags 2.8.0",
15213 "thiserror 1.0.69",
15214 "tracing",
15215 "wasmtime",
15216 "wiggle-macro",
15217]
15218
15219[[package]]
15220name = "wiggle-generate"
15221version = "24.0.2"
15222source = "registry+https://github.com/rust-lang/crates.io-index"
15223checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
15224dependencies = [
15225 "anyhow",
15226 "heck 0.4.1",
15227 "proc-macro2",
15228 "quote",
15229 "shellexpand 2.1.2",
15230 "syn 2.0.90",
15231 "witx",
15232]
15233
15234[[package]]
15235name = "wiggle-macro"
15236version = "24.0.2"
15237source = "registry+https://github.com/rust-lang/crates.io-index"
15238checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
15239dependencies = [
15240 "proc-macro2",
15241 "quote",
15242 "syn 2.0.90",
15243 "wiggle-generate",
15244]
15245
15246[[package]]
15247name = "winapi"
15248version = "0.3.9"
15249source = "registry+https://github.com/rust-lang/crates.io-index"
15250checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15251dependencies = [
15252 "winapi-i686-pc-windows-gnu",
15253 "winapi-x86_64-pc-windows-gnu",
15254]
15255
15256[[package]]
15257name = "winapi-i686-pc-windows-gnu"
15258version = "0.4.0"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15261
15262[[package]]
15263name = "winapi-util"
15264version = "0.1.9"
15265source = "registry+https://github.com/rust-lang/crates.io-index"
15266checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15267dependencies = [
15268 "windows-sys 0.59.0",
15269]
15270
15271[[package]]
15272name = "winapi-x86_64-pc-windows-gnu"
15273version = "0.4.0"
15274source = "registry+https://github.com/rust-lang/crates.io-index"
15275checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15276
15277[[package]]
15278name = "winch-codegen"
15279version = "0.22.2"
15280source = "registry+https://github.com/rust-lang/crates.io-index"
15281checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
15282dependencies = [
15283 "anyhow",
15284 "cranelift-codegen",
15285 "gimli 0.29.0",
15286 "regalloc2",
15287 "smallvec",
15288 "target-lexicon",
15289 "wasmparser 0.215.0",
15290 "wasmtime-cranelift",
15291 "wasmtime-environ",
15292]
15293
15294[[package]]
15295name = "windows"
15296version = "0.54.0"
15297source = "registry+https://github.com/rust-lang/crates.io-index"
15298checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15299dependencies = [
15300 "windows-core 0.54.0",
15301 "windows-targets 0.52.6",
15302]
15303
15304[[package]]
15305name = "windows"
15306version = "0.57.0"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15309dependencies = [
15310 "windows-core 0.57.0",
15311 "windows-targets 0.52.6",
15312]
15313
15314[[package]]
15315name = "windows"
15316version = "0.58.0"
15317source = "registry+https://github.com/rust-lang/crates.io-index"
15318checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15319dependencies = [
15320 "windows-core 0.58.0",
15321 "windows-targets 0.52.6",
15322]
15323
15324[[package]]
15325name = "windows-core"
15326version = "0.52.0"
15327source = "registry+https://github.com/rust-lang/crates.io-index"
15328checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15329dependencies = [
15330 "windows-targets 0.52.6",
15331]
15332
15333[[package]]
15334name = "windows-core"
15335version = "0.54.0"
15336source = "registry+https://github.com/rust-lang/crates.io-index"
15337checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15338dependencies = [
15339 "windows-result 0.1.2",
15340 "windows-targets 0.52.6",
15341]
15342
15343[[package]]
15344name = "windows-core"
15345version = "0.57.0"
15346source = "registry+https://github.com/rust-lang/crates.io-index"
15347checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15348dependencies = [
15349 "windows-implement 0.57.0",
15350 "windows-interface 0.57.0",
15351 "windows-result 0.1.2",
15352 "windows-targets 0.52.6",
15353]
15354
15355[[package]]
15356name = "windows-core"
15357version = "0.58.0"
15358source = "registry+https://github.com/rust-lang/crates.io-index"
15359checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
15360dependencies = [
15361 "windows-implement 0.58.0",
15362 "windows-interface 0.58.0",
15363 "windows-result 0.2.0",
15364 "windows-strings",
15365 "windows-targets 0.52.6",
15366]
15367
15368[[package]]
15369name = "windows-implement"
15370version = "0.57.0"
15371source = "registry+https://github.com/rust-lang/crates.io-index"
15372checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
15373dependencies = [
15374 "proc-macro2",
15375 "quote",
15376 "syn 2.0.90",
15377]
15378
15379[[package]]
15380name = "windows-implement"
15381version = "0.58.0"
15382source = "registry+https://github.com/rust-lang/crates.io-index"
15383checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
15384dependencies = [
15385 "proc-macro2",
15386 "quote",
15387 "syn 2.0.90",
15388]
15389
15390[[package]]
15391name = "windows-interface"
15392version = "0.57.0"
15393source = "registry+https://github.com/rust-lang/crates.io-index"
15394checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
15395dependencies = [
15396 "proc-macro2",
15397 "quote",
15398 "syn 2.0.90",
15399]
15400
15401[[package]]
15402name = "windows-interface"
15403version = "0.58.0"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
15406dependencies = [
15407 "proc-macro2",
15408 "quote",
15409 "syn 2.0.90",
15410]
15411
15412[[package]]
15413name = "windows-registry"
15414version = "0.2.0"
15415source = "registry+https://github.com/rust-lang/crates.io-index"
15416checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
15417dependencies = [
15418 "windows-result 0.2.0",
15419 "windows-strings",
15420 "windows-targets 0.52.6",
15421]
15422
15423[[package]]
15424name = "windows-result"
15425version = "0.1.2"
15426source = "registry+https://github.com/rust-lang/crates.io-index"
15427checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
15428dependencies = [
15429 "windows-targets 0.52.6",
15430]
15431
15432[[package]]
15433name = "windows-result"
15434version = "0.2.0"
15435source = "registry+https://github.com/rust-lang/crates.io-index"
15436checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
15437dependencies = [
15438 "windows-targets 0.52.6",
15439]
15440
15441[[package]]
15442name = "windows-strings"
15443version = "0.1.0"
15444source = "registry+https://github.com/rust-lang/crates.io-index"
15445checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
15446dependencies = [
15447 "windows-result 0.2.0",
15448 "windows-targets 0.52.6",
15449]
15450
15451[[package]]
15452name = "windows-sys"
15453version = "0.45.0"
15454source = "registry+https://github.com/rust-lang/crates.io-index"
15455checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
15456dependencies = [
15457 "windows-targets 0.42.2",
15458]
15459
15460[[package]]
15461name = "windows-sys"
15462version = "0.48.0"
15463source = "registry+https://github.com/rust-lang/crates.io-index"
15464checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
15465dependencies = [
15466 "windows-targets 0.48.5",
15467]
15468
15469[[package]]
15470name = "windows-sys"
15471version = "0.52.0"
15472source = "registry+https://github.com/rust-lang/crates.io-index"
15473checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
15474dependencies = [
15475 "windows-targets 0.52.6",
15476]
15477
15478[[package]]
15479name = "windows-sys"
15480version = "0.59.0"
15481source = "registry+https://github.com/rust-lang/crates.io-index"
15482checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
15483dependencies = [
15484 "windows-targets 0.52.6",
15485]
15486
15487[[package]]
15488name = "windows-targets"
15489version = "0.42.2"
15490source = "registry+https://github.com/rust-lang/crates.io-index"
15491checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
15492dependencies = [
15493 "windows_aarch64_gnullvm 0.42.2",
15494 "windows_aarch64_msvc 0.42.2",
15495 "windows_i686_gnu 0.42.2",
15496 "windows_i686_msvc 0.42.2",
15497 "windows_x86_64_gnu 0.42.2",
15498 "windows_x86_64_gnullvm 0.42.2",
15499 "windows_x86_64_msvc 0.42.2",
15500]
15501
15502[[package]]
15503name = "windows-targets"
15504version = "0.48.5"
15505source = "registry+https://github.com/rust-lang/crates.io-index"
15506checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
15507dependencies = [
15508 "windows_aarch64_gnullvm 0.48.5",
15509 "windows_aarch64_msvc 0.48.5",
15510 "windows_i686_gnu 0.48.5",
15511 "windows_i686_msvc 0.48.5",
15512 "windows_x86_64_gnu 0.48.5",
15513 "windows_x86_64_gnullvm 0.48.5",
15514 "windows_x86_64_msvc 0.48.5",
15515]
15516
15517[[package]]
15518name = "windows-targets"
15519version = "0.52.6"
15520source = "registry+https://github.com/rust-lang/crates.io-index"
15521checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
15522dependencies = [
15523 "windows_aarch64_gnullvm 0.52.6",
15524 "windows_aarch64_msvc 0.52.6",
15525 "windows_i686_gnu 0.52.6",
15526 "windows_i686_gnullvm",
15527 "windows_i686_msvc 0.52.6",
15528 "windows_x86_64_gnu 0.52.6",
15529 "windows_x86_64_gnullvm 0.52.6",
15530 "windows_x86_64_msvc 0.52.6",
15531]
15532
15533[[package]]
15534name = "windows_aarch64_gnullvm"
15535version = "0.42.2"
15536source = "registry+https://github.com/rust-lang/crates.io-index"
15537checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
15538
15539[[package]]
15540name = "windows_aarch64_gnullvm"
15541version = "0.48.5"
15542source = "registry+https://github.com/rust-lang/crates.io-index"
15543checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
15544
15545[[package]]
15546name = "windows_aarch64_gnullvm"
15547version = "0.52.6"
15548source = "registry+https://github.com/rust-lang/crates.io-index"
15549checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
15550
15551[[package]]
15552name = "windows_aarch64_msvc"
15553version = "0.42.2"
15554source = "registry+https://github.com/rust-lang/crates.io-index"
15555checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
15556
15557[[package]]
15558name = "windows_aarch64_msvc"
15559version = "0.48.5"
15560source = "registry+https://github.com/rust-lang/crates.io-index"
15561checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
15562
15563[[package]]
15564name = "windows_aarch64_msvc"
15565version = "0.52.6"
15566source = "registry+https://github.com/rust-lang/crates.io-index"
15567checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
15568
15569[[package]]
15570name = "windows_i686_gnu"
15571version = "0.42.2"
15572source = "registry+https://github.com/rust-lang/crates.io-index"
15573checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
15574
15575[[package]]
15576name = "windows_i686_gnu"
15577version = "0.48.5"
15578source = "registry+https://github.com/rust-lang/crates.io-index"
15579checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
15580
15581[[package]]
15582name = "windows_i686_gnu"
15583version = "0.52.6"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
15586
15587[[package]]
15588name = "windows_i686_gnullvm"
15589version = "0.52.6"
15590source = "registry+https://github.com/rust-lang/crates.io-index"
15591checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
15592
15593[[package]]
15594name = "windows_i686_msvc"
15595version = "0.42.2"
15596source = "registry+https://github.com/rust-lang/crates.io-index"
15597checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
15598
15599[[package]]
15600name = "windows_i686_msvc"
15601version = "0.48.5"
15602source = "registry+https://github.com/rust-lang/crates.io-index"
15603checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
15604
15605[[package]]
15606name = "windows_i686_msvc"
15607version = "0.52.6"
15608source = "registry+https://github.com/rust-lang/crates.io-index"
15609checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
15610
15611[[package]]
15612name = "windows_x86_64_gnu"
15613version = "0.42.2"
15614source = "registry+https://github.com/rust-lang/crates.io-index"
15615checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
15616
15617[[package]]
15618name = "windows_x86_64_gnu"
15619version = "0.48.5"
15620source = "registry+https://github.com/rust-lang/crates.io-index"
15621checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
15622
15623[[package]]
15624name = "windows_x86_64_gnu"
15625version = "0.52.6"
15626source = "registry+https://github.com/rust-lang/crates.io-index"
15627checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
15628
15629[[package]]
15630name = "windows_x86_64_gnullvm"
15631version = "0.42.2"
15632source = "registry+https://github.com/rust-lang/crates.io-index"
15633checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
15634
15635[[package]]
15636name = "windows_x86_64_gnullvm"
15637version = "0.48.5"
15638source = "registry+https://github.com/rust-lang/crates.io-index"
15639checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
15640
15641[[package]]
15642name = "windows_x86_64_gnullvm"
15643version = "0.52.6"
15644source = "registry+https://github.com/rust-lang/crates.io-index"
15645checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
15646
15647[[package]]
15648name = "windows_x86_64_msvc"
15649version = "0.42.2"
15650source = "registry+https://github.com/rust-lang/crates.io-index"
15651checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
15652
15653[[package]]
15654name = "windows_x86_64_msvc"
15655version = "0.48.5"
15656source = "registry+https://github.com/rust-lang/crates.io-index"
15657checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
15658
15659[[package]]
15660name = "windows_x86_64_msvc"
15661version = "0.52.6"
15662source = "registry+https://github.com/rust-lang/crates.io-index"
15663checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
15664
15665[[package]]
15666name = "winnow"
15667version = "0.6.20"
15668source = "registry+https://github.com/rust-lang/crates.io-index"
15669checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
15670dependencies = [
15671 "memchr",
15672]
15673
15674[[package]]
15675name = "winreg"
15676version = "0.50.0"
15677source = "registry+https://github.com/rust-lang/crates.io-index"
15678checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15679dependencies = [
15680 "cfg-if",
15681 "windows-sys 0.48.0",
15682]
15683
15684[[package]]
15685name = "winreg"
15686version = "0.52.0"
15687source = "registry+https://github.com/rust-lang/crates.io-index"
15688checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15689dependencies = [
15690 "cfg-if",
15691 "windows-sys 0.48.0",
15692]
15693
15694[[package]]
15695name = "winresource"
15696version = "0.1.19"
15697source = "registry+https://github.com/rust-lang/crates.io-index"
15698checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
15699dependencies = [
15700 "toml 0.8.19",
15701 "version_check",
15702]
15703
15704[[package]]
15705name = "winsafe"
15706version = "0.0.19"
15707source = "registry+https://github.com/rust-lang/crates.io-index"
15708checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15709
15710[[package]]
15711name = "winx"
15712version = "0.36.4"
15713source = "registry+https://github.com/rust-lang/crates.io-index"
15714checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
15715dependencies = [
15716 "bitflags 2.8.0",
15717 "windows-sys 0.59.0",
15718]
15719
15720[[package]]
15721name = "wio"
15722version = "0.2.2"
15723source = "registry+https://github.com/rust-lang/crates.io-index"
15724checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15725dependencies = [
15726 "winapi",
15727]
15728
15729[[package]]
15730name = "wit-bindgen"
15731version = "0.22.0"
15732source = "registry+https://github.com/rust-lang/crates.io-index"
15733checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15734dependencies = [
15735 "bitflags 2.8.0",
15736 "wit-bindgen-rt",
15737 "wit-bindgen-rust-macro",
15738]
15739
15740[[package]]
15741name = "wit-bindgen-core"
15742version = "0.22.0"
15743source = "registry+https://github.com/rust-lang/crates.io-index"
15744checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15745dependencies = [
15746 "anyhow",
15747 "wit-parser 0.201.0",
15748]
15749
15750[[package]]
15751name = "wit-bindgen-rt"
15752version = "0.22.0"
15753source = "registry+https://github.com/rust-lang/crates.io-index"
15754checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15755
15756[[package]]
15757name = "wit-bindgen-rust"
15758version = "0.22.0"
15759source = "registry+https://github.com/rust-lang/crates.io-index"
15760checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15761dependencies = [
15762 "anyhow",
15763 "heck 0.4.1",
15764 "indexmap",
15765 "wasm-metadata",
15766 "wit-bindgen-core",
15767 "wit-component",
15768]
15769
15770[[package]]
15771name = "wit-bindgen-rust-macro"
15772version = "0.22.0"
15773source = "registry+https://github.com/rust-lang/crates.io-index"
15774checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15775dependencies = [
15776 "anyhow",
15777 "proc-macro2",
15778 "quote",
15779 "syn 2.0.90",
15780 "wit-bindgen-core",
15781 "wit-bindgen-rust",
15782]
15783
15784[[package]]
15785name = "wit-component"
15786version = "0.201.0"
15787source = "registry+https://github.com/rust-lang/crates.io-index"
15788checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15789dependencies = [
15790 "anyhow",
15791 "bitflags 2.8.0",
15792 "indexmap",
15793 "log",
15794 "serde",
15795 "serde_derive",
15796 "serde_json",
15797 "wasm-encoder 0.201.0",
15798 "wasm-metadata",
15799 "wasmparser 0.201.0",
15800 "wit-parser 0.201.0",
15801]
15802
15803[[package]]
15804name = "wit-parser"
15805version = "0.201.0"
15806source = "registry+https://github.com/rust-lang/crates.io-index"
15807checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15808dependencies = [
15809 "anyhow",
15810 "id-arena",
15811 "indexmap",
15812 "log",
15813 "semver",
15814 "serde",
15815 "serde_derive",
15816 "serde_json",
15817 "unicode-xid",
15818 "wasmparser 0.201.0",
15819]
15820
15821[[package]]
15822name = "wit-parser"
15823version = "0.215.0"
15824source = "registry+https://github.com/rust-lang/crates.io-index"
15825checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15826dependencies = [
15827 "anyhow",
15828 "id-arena",
15829 "indexmap",
15830 "log",
15831 "semver",
15832 "serde",
15833 "serde_derive",
15834 "serde_json",
15835 "unicode-xid",
15836 "wasmparser 0.215.0",
15837]
15838
15839[[package]]
15840name = "witx"
15841version = "0.9.1"
15842source = "registry+https://github.com/rust-lang/crates.io-index"
15843checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15844dependencies = [
15845 "anyhow",
15846 "log",
15847 "thiserror 1.0.69",
15848 "wast",
15849]
15850
15851[[package]]
15852name = "workspace"
15853version = "0.1.0"
15854dependencies = [
15855 "any_vec",
15856 "anyhow",
15857 "async-recursion 1.1.1",
15858 "bincode",
15859 "call",
15860 "client",
15861 "clock",
15862 "collections",
15863 "db",
15864 "derive_more",
15865 "env_logger 0.11.6",
15866 "fs",
15867 "futures 0.3.31",
15868 "gpui",
15869 "http_client",
15870 "itertools 0.14.0",
15871 "language",
15872 "log",
15873 "node_runtime",
15874 "parking_lot",
15875 "postage",
15876 "project",
15877 "remote",
15878 "schemars",
15879 "serde",
15880 "serde_json",
15881 "session",
15882 "settings",
15883 "smallvec",
15884 "sqlez",
15885 "strum",
15886 "task",
15887 "tempfile",
15888 "theme",
15889 "ui",
15890 "util",
15891 "uuid",
15892]
15893
15894[[package]]
15895name = "worktree"
15896version = "0.1.0"
15897dependencies = [
15898 "anyhow",
15899 "clock",
15900 "collections",
15901 "env_logger 0.11.6",
15902 "fs",
15903 "futures 0.3.31",
15904 "fuzzy",
15905 "git",
15906 "git2",
15907 "git_hosting_providers",
15908 "gpui",
15909 "http_client",
15910 "ignore",
15911 "language",
15912 "log",
15913 "parking_lot",
15914 "paths",
15915 "postage",
15916 "pretty_assertions",
15917 "rand 0.8.5",
15918 "rpc",
15919 "schemars",
15920 "serde",
15921 "serde_json",
15922 "settings",
15923 "smallvec",
15924 "smol",
15925 "sum_tree",
15926 "text",
15927 "util",
15928]
15929
15930[[package]]
15931name = "write16"
15932version = "1.0.0"
15933source = "registry+https://github.com/rust-lang/crates.io-index"
15934checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
15935
15936[[package]]
15937name = "writeable"
15938version = "0.5.5"
15939source = "registry+https://github.com/rust-lang/crates.io-index"
15940checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
15941
15942[[package]]
15943name = "wyz"
15944version = "0.5.1"
15945source = "registry+https://github.com/rust-lang/crates.io-index"
15946checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15947dependencies = [
15948 "tap",
15949]
15950
15951[[package]]
15952name = "x11-clipboard"
15953version = "0.9.3"
15954source = "registry+https://github.com/rust-lang/crates.io-index"
15955checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
15956dependencies = [
15957 "libc",
15958 "x11rb",
15959]
15960
15961[[package]]
15962name = "x11rb"
15963version = "0.13.1"
15964source = "registry+https://github.com/rust-lang/crates.io-index"
15965checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15966dependencies = [
15967 "as-raw-xcb-connection",
15968 "gethostname",
15969 "libc",
15970 "rustix",
15971 "x11rb-protocol",
15972]
15973
15974[[package]]
15975name = "x11rb-protocol"
15976version = "0.13.1"
15977source = "registry+https://github.com/rust-lang/crates.io-index"
15978checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15979
15980[[package]]
15981name = "xattr"
15982version = "0.2.3"
15983source = "registry+https://github.com/rust-lang/crates.io-index"
15984checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
15985dependencies = [
15986 "libc",
15987]
15988
15989[[package]]
15990name = "xcursor"
15991version = "0.3.8"
15992source = "registry+https://github.com/rust-lang/crates.io-index"
15993checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
15994
15995[[package]]
15996name = "xdg-home"
15997version = "1.3.0"
15998source = "registry+https://github.com/rust-lang/crates.io-index"
15999checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16000dependencies = [
16001 "libc",
16002 "windows-sys 0.59.0",
16003]
16004
16005[[package]]
16006name = "xim"
16007version = "0.4.0"
16008source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16009dependencies = [
16010 "ahash 0.8.11",
16011 "hashbrown 0.14.5",
16012 "log",
16013 "x11rb",
16014 "xim-ctext",
16015 "xim-parser",
16016]
16017
16018[[package]]
16019name = "xim-ctext"
16020version = "0.3.0"
16021source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16022dependencies = [
16023 "encoding_rs",
16024]
16025
16026[[package]]
16027name = "xim-parser"
16028version = "0.2.1"
16029source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16030dependencies = [
16031 "bitflags 2.8.0",
16032]
16033
16034[[package]]
16035name = "xkbcommon"
16036version = "0.7.0"
16037source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
16038dependencies = [
16039 "as-raw-xcb-connection",
16040 "libc",
16041 "memmap2",
16042 "xkeysym",
16043]
16044
16045[[package]]
16046name = "xkeysym"
16047version = "0.2.1"
16048source = "registry+https://github.com/rust-lang/crates.io-index"
16049checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
16050
16051[[package]]
16052name = "xml5ever"
16053version = "0.18.1"
16054source = "registry+https://github.com/rust-lang/crates.io-index"
16055checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
16056dependencies = [
16057 "log",
16058 "mac",
16059 "markup5ever",
16060]
16061
16062[[package]]
16063name = "xmlparser"
16064version = "0.13.6"
16065source = "registry+https://github.com/rust-lang/crates.io-index"
16066checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16067
16068[[package]]
16069name = "xmlwriter"
16070version = "0.1.0"
16071source = "registry+https://github.com/rust-lang/crates.io-index"
16072checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16073
16074[[package]]
16075name = "xtask"
16076version = "0.1.0"
16077dependencies = [
16078 "anyhow",
16079 "cargo_metadata",
16080 "cargo_toml",
16081 "clap",
16082]
16083
16084[[package]]
16085name = "yaml-rust2"
16086version = "0.8.1"
16087source = "registry+https://github.com/rust-lang/crates.io-index"
16088checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
16089dependencies = [
16090 "arraydeque",
16091 "encoding_rs",
16092 "hashlink 0.8.4",
16093]
16094
16095[[package]]
16096name = "yansi"
16097version = "1.0.1"
16098source = "registry+https://github.com/rust-lang/crates.io-index"
16099checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
16100
16101[[package]]
16102name = "yazi"
16103version = "0.1.6"
16104source = "registry+https://github.com/rust-lang/crates.io-index"
16105checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
16106
16107[[package]]
16108name = "yeslogic-fontconfig-sys"
16109version = "6.0.0"
16110source = "registry+https://github.com/rust-lang/crates.io-index"
16111checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
16112dependencies = [
16113 "dlib",
16114 "once_cell",
16115 "pkg-config",
16116]
16117
16118[[package]]
16119name = "yoke"
16120version = "0.7.5"
16121source = "registry+https://github.com/rust-lang/crates.io-index"
16122checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
16123dependencies = [
16124 "serde",
16125 "stable_deref_trait",
16126 "yoke-derive",
16127 "zerofrom",
16128]
16129
16130[[package]]
16131name = "yoke-derive"
16132version = "0.7.5"
16133source = "registry+https://github.com/rust-lang/crates.io-index"
16134checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
16135dependencies = [
16136 "proc-macro2",
16137 "quote",
16138 "syn 2.0.90",
16139 "synstructure",
16140]
16141
16142[[package]]
16143name = "zbus"
16144version = "4.4.0"
16145source = "registry+https://github.com/rust-lang/crates.io-index"
16146checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
16147dependencies = [
16148 "async-broadcast",
16149 "async-executor",
16150 "async-fs",
16151 "async-io",
16152 "async-lock",
16153 "async-process",
16154 "async-recursion 1.1.1",
16155 "async-task",
16156 "async-trait",
16157 "blocking",
16158 "enumflags2",
16159 "event-listener 5.3.1",
16160 "futures-core",
16161 "futures-sink",
16162 "futures-util",
16163 "hex",
16164 "nix",
16165 "ordered-stream",
16166 "rand 0.8.5",
16167 "serde",
16168 "serde_repr",
16169 "sha1",
16170 "static_assertions",
16171 "tracing",
16172 "uds_windows",
16173 "windows-sys 0.52.0",
16174 "xdg-home",
16175 "zbus_macros 4.4.0",
16176 "zbus_names 3.0.0",
16177 "zvariant 4.2.0",
16178]
16179
16180[[package]]
16181name = "zbus"
16182version = "5.1.1"
16183source = "registry+https://github.com/rust-lang/crates.io-index"
16184checksum = "1162094dc63b1629fcc44150bcceeaa80798cd28bcbe7fa987b65a034c258608"
16185dependencies = [
16186 "async-broadcast",
16187 "async-executor",
16188 "async-fs",
16189 "async-io",
16190 "async-lock",
16191 "async-process",
16192 "async-recursion 1.1.1",
16193 "async-task",
16194 "async-trait",
16195 "blocking",
16196 "enumflags2",
16197 "event-listener 5.3.1",
16198 "futures-core",
16199 "futures-util",
16200 "hex",
16201 "nix",
16202 "ordered-stream",
16203 "serde",
16204 "serde_repr",
16205 "static_assertions",
16206 "tracing",
16207 "uds_windows",
16208 "windows-sys 0.59.0",
16209 "winnow",
16210 "xdg-home",
16211 "zbus_macros 5.1.1",
16212 "zbus_names 4.1.0",
16213 "zvariant 5.1.0",
16214]
16215
16216[[package]]
16217name = "zbus_macros"
16218version = "4.4.0"
16219source = "registry+https://github.com/rust-lang/crates.io-index"
16220checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
16221dependencies = [
16222 "proc-macro-crate",
16223 "proc-macro2",
16224 "quote",
16225 "syn 2.0.90",
16226 "zvariant_utils 2.1.0",
16227]
16228
16229[[package]]
16230name = "zbus_macros"
16231version = "5.1.1"
16232source = "registry+https://github.com/rust-lang/crates.io-index"
16233checksum = "2cd2dcdce3e2727f7d74b7e33b5a89539b3cc31049562137faf7ae4eb86cd16d"
16234dependencies = [
16235 "proc-macro-crate",
16236 "proc-macro2",
16237 "quote",
16238 "syn 2.0.90",
16239 "zbus_names 4.1.0",
16240 "zvariant 5.1.0",
16241 "zvariant_utils 3.0.2",
16242]
16243
16244[[package]]
16245name = "zbus_names"
16246version = "3.0.0"
16247source = "registry+https://github.com/rust-lang/crates.io-index"
16248checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
16249dependencies = [
16250 "serde",
16251 "static_assertions",
16252 "zvariant 4.2.0",
16253]
16254
16255[[package]]
16256name = "zbus_names"
16257version = "4.1.0"
16258source = "registry+https://github.com/rust-lang/crates.io-index"
16259checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16260dependencies = [
16261 "serde",
16262 "static_assertions",
16263 "winnow",
16264 "zvariant 5.1.0",
16265]
16266
16267[[package]]
16268name = "zed"
16269version = "0.171.0"
16270dependencies = [
16271 "activity_indicator",
16272 "anyhow",
16273 "ashpd",
16274 "assets",
16275 "assistant",
16276 "assistant2",
16277 "assistant_settings",
16278 "assistant_tools",
16279 "async-watch",
16280 "audio",
16281 "auto_update",
16282 "auto_update_ui",
16283 "backtrace",
16284 "breadcrumbs",
16285 "call",
16286 "channel",
16287 "chrono",
16288 "clap",
16289 "cli",
16290 "client",
16291 "collab_ui",
16292 "collections",
16293 "command_palette",
16294 "command_palette_hooks",
16295 "copilot",
16296 "db",
16297 "diagnostics",
16298 "editor",
16299 "env_logger 0.11.6",
16300 "extension",
16301 "extension_host",
16302 "extensions_ui",
16303 "feature_flags",
16304 "feedback",
16305 "file_finder",
16306 "file_icons",
16307 "fs",
16308 "futures 0.3.31",
16309 "git",
16310 "git_hosting_providers",
16311 "git_ui",
16312 "go_to_line",
16313 "gpui",
16314 "http_client",
16315 "image_viewer",
16316 "inline_completion_button",
16317 "install_cli",
16318 "journal",
16319 "language",
16320 "language_extension",
16321 "language_model",
16322 "language_models",
16323 "language_selector",
16324 "language_tools",
16325 "languages",
16326 "libc",
16327 "log",
16328 "markdown",
16329 "markdown_preview",
16330 "menu",
16331 "mimalloc",
16332 "nix",
16333 "node_runtime",
16334 "notifications",
16335 "outline",
16336 "outline_panel",
16337 "parking_lot",
16338 "paths",
16339 "picker",
16340 "profiling",
16341 "project",
16342 "project_panel",
16343 "project_symbols",
16344 "prompt_library",
16345 "proto",
16346 "recent_projects",
16347 "release_channel",
16348 "remote",
16349 "repl",
16350 "reqwest_client",
16351 "rope",
16352 "search",
16353 "serde",
16354 "serde_json",
16355 "session",
16356 "settings",
16357 "settings_ui",
16358 "shellexpand 2.1.2",
16359 "simplelog",
16360 "smol",
16361 "snippet_provider",
16362 "snippets_ui",
16363 "supermaven",
16364 "sysinfo",
16365 "tab_switcher",
16366 "task",
16367 "tasks_ui",
16368 "telemetry",
16369 "telemetry_events",
16370 "terminal_view",
16371 "theme",
16372 "theme_extension",
16373 "theme_selector",
16374 "time",
16375 "toolchain_selector",
16376 "tree-sitter-md",
16377 "tree-sitter-rust",
16378 "ui",
16379 "url",
16380 "urlencoding",
16381 "util",
16382 "uuid",
16383 "vcs_menu",
16384 "vim",
16385 "vim_mode_setting",
16386 "welcome",
16387 "windows 0.58.0",
16388 "winresource",
16389 "workspace",
16390 "zed_actions",
16391 "zed_predict_tos",
16392 "zeta",
16393]
16394
16395[[package]]
16396name = "zed_actions"
16397version = "0.1.0"
16398dependencies = [
16399 "gpui",
16400 "schemars",
16401 "serde",
16402]
16403
16404[[package]]
16405name = "zed_csharp"
16406version = "0.1.0"
16407dependencies = [
16408 "zed_extension_api 0.1.0",
16409]
16410
16411[[package]]
16412name = "zed_deno"
16413version = "0.0.2"
16414dependencies = [
16415 "zed_extension_api 0.1.0",
16416]
16417
16418[[package]]
16419name = "zed_elixir"
16420version = "0.1.2"
16421dependencies = [
16422 "zed_extension_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
16423]
16424
16425[[package]]
16426name = "zed_emmet"
16427version = "0.0.3"
16428dependencies = [
16429 "zed_extension_api 0.1.0",
16430]
16431
16432[[package]]
16433name = "zed_erlang"
16434version = "0.1.1"
16435dependencies = [
16436 "zed_extension_api 0.1.0",
16437]
16438
16439[[package]]
16440name = "zed_extension_api"
16441version = "0.1.0"
16442source = "registry+https://github.com/rust-lang/crates.io-index"
16443checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
16444dependencies = [
16445 "serde",
16446 "serde_json",
16447 "wit-bindgen",
16448]
16449
16450[[package]]
16451name = "zed_extension_api"
16452version = "0.2.0"
16453dependencies = [
16454 "serde",
16455 "serde_json",
16456 "wit-bindgen",
16457]
16458
16459[[package]]
16460name = "zed_extension_api"
16461version = "0.2.0"
16462source = "registry+https://github.com/rust-lang/crates.io-index"
16463checksum = "9fd16b8b30a9dc920fc1678ff852f696b5bdf5b5843bc745a128be0aac29859e"
16464dependencies = [
16465 "serde",
16466 "serde_json",
16467 "wit-bindgen",
16468]
16469
16470[[package]]
16471name = "zed_glsl"
16472version = "0.1.0"
16473dependencies = [
16474 "zed_extension_api 0.1.0",
16475]
16476
16477[[package]]
16478name = "zed_haskell"
16479version = "0.1.2"
16480dependencies = [
16481 "zed_extension_api 0.1.0",
16482]
16483
16484[[package]]
16485name = "zed_html"
16486version = "0.1.4"
16487dependencies = [
16488 "zed_extension_api 0.1.0",
16489]
16490
16491[[package]]
16492name = "zed_lua"
16493version = "0.1.1"
16494dependencies = [
16495 "zed_extension_api 0.1.0",
16496]
16497
16498[[package]]
16499name = "zed_php"
16500version = "0.2.3"
16501dependencies = [
16502 "zed_extension_api 0.1.0",
16503]
16504
16505[[package]]
16506name = "zed_predict_tos"
16507version = "0.1.0"
16508dependencies = [
16509 "client",
16510 "gpui",
16511 "menu",
16512 "ui",
16513 "workspace",
16514]
16515
16516[[package]]
16517name = "zed_prisma"
16518version = "0.0.4"
16519dependencies = [
16520 "zed_extension_api 0.1.0",
16521]
16522
16523[[package]]
16524name = "zed_proto"
16525version = "0.2.1"
16526dependencies = [
16527 "zed_extension_api 0.1.0",
16528]
16529
16530[[package]]
16531name = "zed_purescript"
16532version = "0.0.1"
16533dependencies = [
16534 "zed_extension_api 0.1.0",
16535]
16536
16537[[package]]
16538name = "zed_ruff"
16539version = "0.1.0"
16540dependencies = [
16541 "zed_extension_api 0.1.0",
16542]
16543
16544[[package]]
16545name = "zed_snippets"
16546version = "0.0.5"
16547dependencies = [
16548 "serde_json",
16549 "zed_extension_api 0.1.0",
16550]
16551
16552[[package]]
16553name = "zed_terraform"
16554version = "0.1.1"
16555dependencies = [
16556 "zed_extension_api 0.1.0",
16557]
16558
16559[[package]]
16560name = "zed_test_extension"
16561version = "0.1.0"
16562dependencies = [
16563 "zed_extension_api 0.2.0",
16564]
16565
16566[[package]]
16567name = "zed_toml"
16568version = "0.1.2"
16569dependencies = [
16570 "zed_extension_api 0.1.0",
16571]
16572
16573[[package]]
16574name = "zed_uiua"
16575version = "0.0.1"
16576dependencies = [
16577 "zed_extension_api 0.1.0",
16578]
16579
16580[[package]]
16581name = "zed_zig"
16582version = "0.3.2"
16583dependencies = [
16584 "zed_extension_api 0.1.0",
16585]
16586
16587[[package]]
16588name = "zeno"
16589version = "0.2.3"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
16592
16593[[package]]
16594name = "zerocopy"
16595version = "0.7.35"
16596source = "registry+https://github.com/rust-lang/crates.io-index"
16597checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
16598dependencies = [
16599 "byteorder",
16600 "zerocopy-derive",
16601]
16602
16603[[package]]
16604name = "zerocopy-derive"
16605version = "0.7.35"
16606source = "registry+https://github.com/rust-lang/crates.io-index"
16607checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
16608dependencies = [
16609 "proc-macro2",
16610 "quote",
16611 "syn 2.0.90",
16612]
16613
16614[[package]]
16615name = "zerofrom"
16616version = "0.1.5"
16617source = "registry+https://github.com/rust-lang/crates.io-index"
16618checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
16619dependencies = [
16620 "zerofrom-derive",
16621]
16622
16623[[package]]
16624name = "zerofrom-derive"
16625version = "0.1.5"
16626source = "registry+https://github.com/rust-lang/crates.io-index"
16627checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
16628dependencies = [
16629 "proc-macro2",
16630 "quote",
16631 "syn 2.0.90",
16632 "synstructure",
16633]
16634
16635[[package]]
16636name = "zeroize"
16637version = "1.8.1"
16638source = "registry+https://github.com/rust-lang/crates.io-index"
16639checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
16640dependencies = [
16641 "zeroize_derive",
16642]
16643
16644[[package]]
16645name = "zeroize_derive"
16646version = "1.4.2"
16647source = "registry+https://github.com/rust-lang/crates.io-index"
16648checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
16649dependencies = [
16650 "proc-macro2",
16651 "quote",
16652 "syn 2.0.90",
16653]
16654
16655[[package]]
16656name = "zeromq"
16657version = "0.5.0-pre"
16658source = "registry+https://github.com/rust-lang/crates.io-index"
16659checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
16660dependencies = [
16661 "async-dispatcher",
16662 "async-std",
16663 "async-trait",
16664 "asynchronous-codec",
16665 "bytes 1.9.0",
16666 "crossbeam-queue",
16667 "dashmap 5.5.3",
16668 "futures 0.3.31",
16669 "log",
16670 "num-traits",
16671 "once_cell",
16672 "parking_lot",
16673 "rand 0.8.5",
16674 "regex",
16675 "thiserror 1.0.69",
16676 "uuid",
16677]
16678
16679[[package]]
16680name = "zerovec"
16681version = "0.10.4"
16682source = "registry+https://github.com/rust-lang/crates.io-index"
16683checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
16684dependencies = [
16685 "yoke",
16686 "zerofrom",
16687 "zerovec-derive",
16688]
16689
16690[[package]]
16691name = "zerovec-derive"
16692version = "0.10.3"
16693source = "registry+https://github.com/rust-lang/crates.io-index"
16694checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
16695dependencies = [
16696 "proc-macro2",
16697 "quote",
16698 "syn 2.0.90",
16699]
16700
16701[[package]]
16702name = "zeta"
16703version = "0.1.0"
16704dependencies = [
16705 "anyhow",
16706 "arrayvec",
16707 "call",
16708 "client",
16709 "clock",
16710 "collections",
16711 "ctor",
16712 "editor",
16713 "env_logger 0.11.6",
16714 "futures 0.3.31",
16715 "gpui",
16716 "http_client",
16717 "indoc",
16718 "inline_completion",
16719 "language",
16720 "language_models",
16721 "log",
16722 "menu",
16723 "reqwest_client",
16724 "rpc",
16725 "serde_json",
16726 "settings",
16727 "similar",
16728 "telemetry",
16729 "telemetry_events",
16730 "theme",
16731 "tree-sitter-go",
16732 "tree-sitter-rust",
16733 "ui",
16734 "util",
16735 "uuid",
16736 "workspace",
16737 "worktree",
16738]
16739
16740[[package]]
16741name = "zip"
16742version = "0.6.6"
16743source = "registry+https://github.com/rust-lang/crates.io-index"
16744checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
16745dependencies = [
16746 "aes",
16747 "byteorder",
16748 "bzip2",
16749 "constant_time_eq 0.1.5",
16750 "crc32fast",
16751 "crossbeam-utils",
16752 "flate2",
16753 "hmac",
16754 "pbkdf2 0.11.0",
16755 "sha1",
16756 "time",
16757 "zstd",
16758]
16759
16760[[package]]
16761name = "zstd"
16762version = "0.11.2+zstd.1.5.2"
16763source = "registry+https://github.com/rust-lang/crates.io-index"
16764checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
16765dependencies = [
16766 "zstd-safe",
16767]
16768
16769[[package]]
16770name = "zstd-safe"
16771version = "5.0.2+zstd.1.5.2"
16772source = "registry+https://github.com/rust-lang/crates.io-index"
16773checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
16774dependencies = [
16775 "libc",
16776 "zstd-sys",
16777]
16778
16779[[package]]
16780name = "zstd-sys"
16781version = "2.0.13+zstd.1.5.6"
16782source = "registry+https://github.com/rust-lang/crates.io-index"
16783checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
16784dependencies = [
16785 "cc",
16786 "pkg-config",
16787]
16788
16789[[package]]
16790name = "zune-core"
16791version = "0.4.12"
16792source = "registry+https://github.com/rust-lang/crates.io-index"
16793checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
16794
16795[[package]]
16796name = "zune-inflate"
16797version = "0.2.54"
16798source = "registry+https://github.com/rust-lang/crates.io-index"
16799checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
16800dependencies = [
16801 "simd-adler32",
16802]
16803
16804[[package]]
16805name = "zune-jpeg"
16806version = "0.4.13"
16807source = "registry+https://github.com/rust-lang/crates.io-index"
16808checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
16809dependencies = [
16810 "zune-core",
16811]
16812
16813[[package]]
16814name = "zvariant"
16815version = "4.2.0"
16816source = "registry+https://github.com/rust-lang/crates.io-index"
16817checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
16818dependencies = [
16819 "endi",
16820 "enumflags2",
16821 "serde",
16822 "static_assertions",
16823 "zvariant_derive 4.2.0",
16824]
16825
16826[[package]]
16827name = "zvariant"
16828version = "5.1.0"
16829source = "registry+https://github.com/rust-lang/crates.io-index"
16830checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f"
16831dependencies = [
16832 "endi",
16833 "enumflags2",
16834 "serde",
16835 "static_assertions",
16836 "url",
16837 "winnow",
16838 "zvariant_derive 5.1.0",
16839 "zvariant_utils 3.0.2",
16840]
16841
16842[[package]]
16843name = "zvariant_derive"
16844version = "4.2.0"
16845source = "registry+https://github.com/rust-lang/crates.io-index"
16846checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
16847dependencies = [
16848 "proc-macro-crate",
16849 "proc-macro2",
16850 "quote",
16851 "syn 2.0.90",
16852 "zvariant_utils 2.1.0",
16853]
16854
16855[[package]]
16856name = "zvariant_derive"
16857version = "5.1.0"
16858source = "registry+https://github.com/rust-lang/crates.io-index"
16859checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916"
16860dependencies = [
16861 "proc-macro-crate",
16862 "proc-macro2",
16863 "quote",
16864 "syn 2.0.90",
16865 "zvariant_utils 3.0.2",
16866]
16867
16868[[package]]
16869name = "zvariant_utils"
16870version = "2.1.0"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
16873dependencies = [
16874 "proc-macro2",
16875 "quote",
16876 "syn 2.0.90",
16877]
16878
16879[[package]]
16880name = "zvariant_utils"
16881version = "3.0.2"
16882source = "registry+https://github.com/rust-lang/crates.io-index"
16883checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6"
16884dependencies = [
16885 "proc-macro2",
16886 "quote",
16887 "serde",
16888 "static_assertions",
16889 "syn 2.0.90",
16890 "winnow",
16891]