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",
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 0.7.35",
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.1-dev"
87source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
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.97"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
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.100",
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.11.0"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
348dependencies = [
349 "async-fs",
350 "async-net",
351 "enumflags2",
352 "futures-channel",
353 "futures-util",
354 "rand 0.9.0",
355 "serde",
356 "serde_repr",
357 "url",
358 "zbus",
359]
360
361[[package]]
362name = "askpass"
363version = "0.1.0"
364dependencies = [
365 "anyhow",
366 "futures 0.3.31",
367 "gpui",
368 "smol",
369 "tempfile",
370 "util",
371 "which 6.0.3",
372]
373
374[[package]]
375name = "assets"
376version = "0.1.0"
377dependencies = [
378 "anyhow",
379 "gpui",
380 "rust-embed",
381]
382
383[[package]]
384name = "assistant"
385version = "0.1.0"
386dependencies = [
387 "anyhow",
388 "assistant_context_editor",
389 "assistant_settings",
390 "assistant_slash_command",
391 "assistant_slash_commands",
392 "assistant_tool",
393 "async-watch",
394 "client",
395 "collections",
396 "command_palette_hooks",
397 "context_server",
398 "ctor",
399 "db",
400 "editor",
401 "env_logger 0.11.7",
402 "feature_flags",
403 "fs",
404 "futures 0.3.31",
405 "gpui",
406 "indexed_docs",
407 "indoc",
408 "language",
409 "language_model",
410 "language_model_selector",
411 "languages",
412 "log",
413 "lsp",
414 "menu",
415 "multi_buffer",
416 "parking_lot",
417 "paths",
418 "pretty_assertions",
419 "project",
420 "prompt_library",
421 "prompt_store",
422 "proto",
423 "rand 0.8.5",
424 "rope",
425 "schemars",
426 "search",
427 "semantic_index",
428 "serde",
429 "serde_json_lenient",
430 "settings",
431 "smol",
432 "streaming_diff",
433 "telemetry",
434 "telemetry_events",
435 "terminal",
436 "terminal_view",
437 "text",
438 "theme",
439 "tree-sitter-md",
440 "ui",
441 "unindent",
442 "util",
443 "workspace",
444 "zed_actions",
445]
446
447[[package]]
448name = "assistant2"
449version = "0.1.0"
450dependencies = [
451 "anyhow",
452 "assistant_context_editor",
453 "assistant_settings",
454 "assistant_slash_command",
455 "assistant_tool",
456 "async-watch",
457 "chrono",
458 "client",
459 "clock",
460 "collections",
461 "command_palette_hooks",
462 "context_server",
463 "db",
464 "editor",
465 "feature_flags",
466 "file_icons",
467 "fs",
468 "futures 0.3.31",
469 "fuzzy",
470 "git",
471 "gpui",
472 "heed",
473 "html_to_markdown",
474 "http_client",
475 "indoc",
476 "itertools 0.14.0",
477 "language",
478 "language_model",
479 "language_model_selector",
480 "log",
481 "lsp",
482 "markdown",
483 "menu",
484 "multi_buffer",
485 "parking_lot",
486 "paths",
487 "picker",
488 "project",
489 "prompt_library",
490 "prompt_store",
491 "proto",
492 "rand 0.8.5",
493 "rope",
494 "scripting_tool",
495 "serde",
496 "serde_json",
497 "settings",
498 "smol",
499 "streaming_diff",
500 "telemetry",
501 "telemetry_events",
502 "terminal",
503 "terminal_view",
504 "text",
505 "theme",
506 "time",
507 "time_format",
508 "ui",
509 "util",
510 "uuid",
511 "vim_mode_setting",
512 "workspace",
513 "zed_actions",
514]
515
516[[package]]
517name = "assistant_context_editor"
518version = "0.1.0"
519dependencies = [
520 "anyhow",
521 "assistant_settings",
522 "assistant_slash_command",
523 "assistant_slash_commands",
524 "chrono",
525 "client",
526 "clock",
527 "collections",
528 "context_server",
529 "editor",
530 "fs",
531 "futures 0.3.31",
532 "fuzzy",
533 "gpui",
534 "indexed_docs",
535 "language",
536 "language_model",
537 "language_model_selector",
538 "languages",
539 "log",
540 "multi_buffer",
541 "open_ai",
542 "parking_lot",
543 "paths",
544 "picker",
545 "pretty_assertions",
546 "project",
547 "prompt_store",
548 "rand 0.8.5",
549 "regex",
550 "rope",
551 "rpc",
552 "serde",
553 "serde_json",
554 "settings",
555 "smallvec",
556 "smol",
557 "strum",
558 "telemetry_events",
559 "text",
560 "theme",
561 "tree-sitter-md",
562 "ui",
563 "unindent",
564 "util",
565 "uuid",
566 "workspace",
567]
568
569[[package]]
570name = "assistant_eval"
571version = "0.1.0"
572dependencies = [
573 "anyhow",
574 "assistant2",
575 "assistant_tool",
576 "assistant_tools",
577 "clap",
578 "client",
579 "collections",
580 "context_server",
581 "env_logger 0.11.7",
582 "fs",
583 "futures 0.3.31",
584 "gpui",
585 "gpui_tokio",
586 "itertools 0.14.0",
587 "language",
588 "language_model",
589 "language_models",
590 "node_runtime",
591 "project",
592 "prompt_store",
593 "regex",
594 "release_channel",
595 "reqwest_client",
596 "serde",
597 "serde_json",
598 "serde_json_lenient",
599 "settings",
600 "smol",
601 "util",
602]
603
604[[package]]
605name = "assistant_settings"
606version = "0.1.0"
607dependencies = [
608 "anthropic",
609 "anyhow",
610 "deepseek",
611 "feature_flags",
612 "fs",
613 "gpui",
614 "language_model",
615 "lmstudio",
616 "log",
617 "ollama",
618 "open_ai",
619 "paths",
620 "schemars",
621 "serde",
622 "serde_json_lenient",
623 "settings",
624]
625
626[[package]]
627name = "assistant_slash_command"
628version = "0.1.0"
629dependencies = [
630 "anyhow",
631 "async-trait",
632 "collections",
633 "derive_more",
634 "extension",
635 "futures 0.3.31",
636 "gpui",
637 "language",
638 "language_model",
639 "parking_lot",
640 "pretty_assertions",
641 "serde",
642 "serde_json",
643 "ui",
644 "workspace",
645]
646
647[[package]]
648name = "assistant_slash_commands"
649version = "0.1.0"
650dependencies = [
651 "anyhow",
652 "assistant_slash_command",
653 "cargo_toml",
654 "chrono",
655 "collections",
656 "context_server",
657 "editor",
658 "env_logger 0.11.7",
659 "feature_flags",
660 "fs",
661 "futures 0.3.31",
662 "fuzzy",
663 "globset",
664 "gpui",
665 "html_to_markdown",
666 "http_client",
667 "indexed_docs",
668 "language",
669 "language_model",
670 "log",
671 "pretty_assertions",
672 "project",
673 "prompt_store",
674 "rope",
675 "schemars",
676 "semantic_index",
677 "serde",
678 "serde_json",
679 "settings",
680 "smol",
681 "terminal_view",
682 "text",
683 "toml 0.8.20",
684 "ui",
685 "util",
686 "workspace",
687 "worktree",
688]
689
690[[package]]
691name = "assistant_tool"
692version = "0.1.0"
693dependencies = [
694 "anyhow",
695 "collections",
696 "derive_more",
697 "gpui",
698 "language",
699 "language_model",
700 "parking_lot",
701 "project",
702 "serde",
703 "serde_json",
704]
705
706[[package]]
707name = "assistant_tools"
708version = "0.1.0"
709dependencies = [
710 "anyhow",
711 "assistant_tool",
712 "chrono",
713 "collections",
714 "feature_flags",
715 "futures 0.3.31",
716 "gpui",
717 "language",
718 "language_model",
719 "project",
720 "rand 0.8.5",
721 "release_channel",
722 "schemars",
723 "serde",
724 "serde_json",
725 "settings",
726 "theme",
727 "ui",
728 "util",
729 "workspace",
730 "worktree",
731]
732
733[[package]]
734name = "async-attributes"
735version = "1.1.2"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
738dependencies = [
739 "quote",
740 "syn 1.0.109",
741]
742
743[[package]]
744name = "async-broadcast"
745version = "0.7.2"
746source = "registry+https://github.com/rust-lang/crates.io-index"
747checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
748dependencies = [
749 "event-listener 5.3.1",
750 "event-listener-strategy",
751 "futures-core",
752 "pin-project-lite",
753]
754
755[[package]]
756name = "async-channel"
757version = "1.9.0"
758source = "registry+https://github.com/rust-lang/crates.io-index"
759checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
760dependencies = [
761 "concurrent-queue",
762 "event-listener 2.5.3",
763 "futures-core",
764]
765
766[[package]]
767name = "async-channel"
768version = "2.3.1"
769source = "registry+https://github.com/rust-lang/crates.io-index"
770checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
771dependencies = [
772 "concurrent-queue",
773 "event-listener-strategy",
774 "futures-core",
775 "pin-project-lite",
776]
777
778[[package]]
779name = "async-compat"
780version = "0.2.4"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
783dependencies = [
784 "futures-core",
785 "futures-io",
786 "once_cell",
787 "pin-project-lite",
788 "tokio",
789]
790
791[[package]]
792name = "async-compression"
793version = "0.4.20"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861"
796dependencies = [
797 "deflate64",
798 "flate2",
799 "futures-core",
800 "futures-io",
801 "memchr",
802 "pin-project-lite",
803]
804
805[[package]]
806name = "async-dispatcher"
807version = "0.1.2"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
810dependencies = [
811 "async-task",
812 "futures-lite 1.13.0",
813]
814
815[[package]]
816name = "async-executor"
817version = "1.13.1"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
820dependencies = [
821 "async-task",
822 "concurrent-queue",
823 "fastrand 2.3.0",
824 "futures-lite 2.6.0",
825 "slab",
826]
827
828[[package]]
829name = "async-fs"
830version = "2.1.2"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
833dependencies = [
834 "async-lock",
835 "blocking",
836 "futures-lite 2.6.0",
837]
838
839[[package]]
840name = "async-global-executor"
841version = "2.4.1"
842source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
844dependencies = [
845 "async-channel 2.3.1",
846 "async-executor",
847 "async-io",
848 "async-lock",
849 "blocking",
850 "futures-lite 2.6.0",
851 "once_cell",
852]
853
854[[package]]
855name = "async-io"
856version = "2.4.0"
857source = "registry+https://github.com/rust-lang/crates.io-index"
858checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
859dependencies = [
860 "async-lock",
861 "cfg-if",
862 "concurrent-queue",
863 "futures-io",
864 "futures-lite 2.6.0",
865 "parking",
866 "polling",
867 "rustix",
868 "slab",
869 "tracing",
870 "windows-sys 0.59.0",
871]
872
873[[package]]
874name = "async-lock"
875version = "3.4.0"
876source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
878dependencies = [
879 "event-listener 5.3.1",
880 "event-listener-strategy",
881 "pin-project-lite",
882]
883
884[[package]]
885name = "async-native-tls"
886version = "0.5.0"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
889dependencies = [
890 "futures-util",
891 "native-tls",
892 "thiserror 1.0.69",
893 "url",
894]
895
896[[package]]
897name = "async-net"
898version = "2.0.0"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
901dependencies = [
902 "async-io",
903 "blocking",
904 "futures-lite 2.6.0",
905]
906
907[[package]]
908name = "async-pipe"
909version = "0.1.3"
910source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
911dependencies = [
912 "futures 0.3.31",
913 "log",
914]
915
916[[package]]
917name = "async-process"
918version = "2.3.0"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
921dependencies = [
922 "async-channel 2.3.1",
923 "async-io",
924 "async-lock",
925 "async-signal",
926 "async-task",
927 "blocking",
928 "cfg-if",
929 "event-listener 5.3.1",
930 "futures-lite 2.6.0",
931 "rustix",
932 "tracing",
933]
934
935[[package]]
936name = "async-recursion"
937version = "0.3.2"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
940dependencies = [
941 "proc-macro2",
942 "quote",
943 "syn 1.0.109",
944]
945
946[[package]]
947name = "async-recursion"
948version = "1.1.1"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
951dependencies = [
952 "proc-macro2",
953 "quote",
954 "syn 2.0.100",
955]
956
957[[package]]
958name = "async-signal"
959version = "0.2.10"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
962dependencies = [
963 "async-io",
964 "async-lock",
965 "atomic-waker",
966 "cfg-if",
967 "futures-core",
968 "futures-io",
969 "rustix",
970 "signal-hook-registry",
971 "slab",
972 "windows-sys 0.59.0",
973]
974
975[[package]]
976name = "async-std"
977version = "1.13.0"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
980dependencies = [
981 "async-attributes",
982 "async-channel 1.9.0",
983 "async-global-executor",
984 "async-io",
985 "async-lock",
986 "async-process",
987 "crossbeam-utils",
988 "futures-channel",
989 "futures-core",
990 "futures-io",
991 "futures-lite 2.6.0",
992 "gloo-timers",
993 "kv-log-macro",
994 "log",
995 "memchr",
996 "once_cell",
997 "pin-project-lite",
998 "pin-utils",
999 "slab",
1000 "wasm-bindgen-futures",
1001]
1002
1003[[package]]
1004name = "async-stream"
1005version = "0.3.6"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1008dependencies = [
1009 "async-stream-impl",
1010 "futures-core",
1011 "pin-project-lite",
1012]
1013
1014[[package]]
1015name = "async-stream-impl"
1016version = "0.3.6"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1019dependencies = [
1020 "proc-macro2",
1021 "quote",
1022 "syn 2.0.100",
1023]
1024
1025[[package]]
1026name = "async-stripe"
1027version = "0.40.0"
1028source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
1029dependencies = [
1030 "chrono",
1031 "futures-util",
1032 "http-types",
1033 "hyper 0.14.32",
1034 "hyper-rustls 0.24.2",
1035 "serde",
1036 "serde_json",
1037 "serde_path_to_error",
1038 "serde_qs 0.10.1",
1039 "smart-default",
1040 "smol_str",
1041 "thiserror 1.0.69",
1042 "tokio",
1043]
1044
1045[[package]]
1046name = "async-tar"
1047version = "0.5.0"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1050dependencies = [
1051 "async-std",
1052 "filetime",
1053 "libc",
1054 "pin-project",
1055 "redox_syscall 0.2.16",
1056 "xattr",
1057]
1058
1059[[package]]
1060name = "async-task"
1061version = "4.7.1"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1064
1065[[package]]
1066name = "async-tls"
1067version = "0.13.0"
1068source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
1069dependencies = [
1070 "futures-core",
1071 "futures-io",
1072 "rustls 0.23.23",
1073 "rustls-pemfile 2.2.0",
1074 "webpki-roots",
1075]
1076
1077[[package]]
1078name = "async-trait"
1079version = "0.1.87"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97"
1082dependencies = [
1083 "proc-macro2",
1084 "quote",
1085 "syn 2.0.100",
1086]
1087
1088[[package]]
1089name = "async-tungstenite"
1090version = "0.28.2"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1093dependencies = [
1094 "async-std",
1095 "async-tls",
1096 "atomic-waker",
1097 "futures-core",
1098 "futures-io",
1099 "futures-task",
1100 "futures-util",
1101 "log",
1102 "pin-project-lite",
1103 "tungstenite 0.24.0",
1104]
1105
1106[[package]]
1107name = "async-watch"
1108version = "0.3.1"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1111dependencies = [
1112 "event-listener 2.5.3",
1113]
1114
1115[[package]]
1116name = "async_zip"
1117version = "0.0.17"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1120dependencies = [
1121 "async-compression",
1122 "crc32fast",
1123 "futures-lite 2.6.0",
1124 "pin-project",
1125 "thiserror 1.0.69",
1126]
1127
1128[[package]]
1129name = "asynchronous-codec"
1130version = "0.7.0"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1133dependencies = [
1134 "bytes 1.10.1",
1135 "futures-sink",
1136 "futures-util",
1137 "memchr",
1138 "pin-project-lite",
1139]
1140
1141[[package]]
1142name = "atoi"
1143version = "2.0.0"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1146dependencies = [
1147 "num-traits",
1148]
1149
1150[[package]]
1151name = "atomic"
1152version = "0.5.3"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1155
1156[[package]]
1157name = "atomic-waker"
1158version = "1.1.2"
1159source = "registry+https://github.com/rust-lang/crates.io-index"
1160checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1161
1162[[package]]
1163name = "audio"
1164version = "0.1.0"
1165dependencies = [
1166 "anyhow",
1167 "collections",
1168 "derive_more",
1169 "gpui",
1170 "parking_lot",
1171 "rodio",
1172 "util",
1173]
1174
1175[[package]]
1176name = "auto_update"
1177version = "0.1.0"
1178dependencies = [
1179 "anyhow",
1180 "client",
1181 "db",
1182 "gpui",
1183 "http_client",
1184 "log",
1185 "paths",
1186 "release_channel",
1187 "schemars",
1188 "serde",
1189 "serde_json",
1190 "settings",
1191 "smol",
1192 "tempfile",
1193 "which 6.0.3",
1194 "workspace",
1195]
1196
1197[[package]]
1198name = "auto_update_ui"
1199version = "0.1.0"
1200dependencies = [
1201 "anyhow",
1202 "auto_update",
1203 "client",
1204 "editor",
1205 "gpui",
1206 "http_client",
1207 "markdown_preview",
1208 "release_channel",
1209 "serde",
1210 "serde_json",
1211 "smol",
1212 "util",
1213 "workspace",
1214]
1215
1216[[package]]
1217name = "autocfg"
1218version = "1.4.0"
1219source = "registry+https://github.com/rust-lang/crates.io-index"
1220checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1221
1222[[package]]
1223name = "av1-grain"
1224version = "0.2.3"
1225source = "registry+https://github.com/rust-lang/crates.io-index"
1226checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1227dependencies = [
1228 "anyhow",
1229 "arrayvec",
1230 "log",
1231 "nom",
1232 "num-rational",
1233 "v_frame",
1234]
1235
1236[[package]]
1237name = "avif-serialize"
1238version = "0.8.2"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1241dependencies = [
1242 "arrayvec",
1243]
1244
1245[[package]]
1246name = "aws-config"
1247version = "1.5.16"
1248source = "registry+https://github.com/rust-lang/crates.io-index"
1249checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
1250dependencies = [
1251 "aws-credential-types",
1252 "aws-runtime",
1253 "aws-sdk-sso",
1254 "aws-sdk-ssooidc",
1255 "aws-sdk-sts",
1256 "aws-smithy-async",
1257 "aws-smithy-http",
1258 "aws-smithy-json",
1259 "aws-smithy-runtime",
1260 "aws-smithy-runtime-api",
1261 "aws-smithy-types",
1262 "aws-types",
1263 "bytes 1.10.1",
1264 "fastrand 2.3.0",
1265 "hex",
1266 "http 0.2.12",
1267 "ring",
1268 "time",
1269 "tokio",
1270 "tracing",
1271 "url",
1272 "zeroize",
1273]
1274
1275[[package]]
1276name = "aws-credential-types"
1277version = "1.2.1"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1280dependencies = [
1281 "aws-smithy-async",
1282 "aws-smithy-runtime-api",
1283 "aws-smithy-types",
1284 "zeroize",
1285]
1286
1287[[package]]
1288name = "aws-lc-rs"
1289version = "1.12.6"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
1292dependencies = [
1293 "aws-lc-sys",
1294 "zeroize",
1295]
1296
1297[[package]]
1298name = "aws-lc-sys"
1299version = "0.27.0"
1300source = "registry+https://github.com/rust-lang/crates.io-index"
1301checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
1302dependencies = [
1303 "bindgen 0.69.5",
1304 "cc",
1305 "cmake",
1306 "dunce",
1307 "fs_extra",
1308]
1309
1310[[package]]
1311name = "aws-runtime"
1312version = "1.5.5"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
1315dependencies = [
1316 "aws-credential-types",
1317 "aws-sigv4",
1318 "aws-smithy-async",
1319 "aws-smithy-eventstream",
1320 "aws-smithy-http",
1321 "aws-smithy-runtime",
1322 "aws-smithy-runtime-api",
1323 "aws-smithy-types",
1324 "aws-types",
1325 "bytes 1.10.1",
1326 "fastrand 2.3.0",
1327 "http 0.2.12",
1328 "http-body 0.4.6",
1329 "once_cell",
1330 "percent-encoding",
1331 "pin-project-lite",
1332 "tracing",
1333 "uuid",
1334]
1335
1336[[package]]
1337name = "aws-sdk-bedrockruntime"
1338version = "1.74.0"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
1341dependencies = [
1342 "aws-credential-types",
1343 "aws-runtime",
1344 "aws-smithy-async",
1345 "aws-smithy-eventstream",
1346 "aws-smithy-http",
1347 "aws-smithy-json",
1348 "aws-smithy-runtime",
1349 "aws-smithy-runtime-api",
1350 "aws-smithy-types",
1351 "aws-types",
1352 "bytes 1.10.1",
1353 "fastrand 2.3.0",
1354 "http 0.2.12",
1355 "once_cell",
1356 "regex-lite",
1357 "tracing",
1358]
1359
1360[[package]]
1361name = "aws-sdk-kinesis"
1362version = "1.61.0"
1363source = "registry+https://github.com/rust-lang/crates.io-index"
1364checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
1365dependencies = [
1366 "aws-credential-types",
1367 "aws-runtime",
1368 "aws-smithy-async",
1369 "aws-smithy-http",
1370 "aws-smithy-json",
1371 "aws-smithy-runtime",
1372 "aws-smithy-runtime-api",
1373 "aws-smithy-types",
1374 "aws-types",
1375 "bytes 1.10.1",
1376 "http 0.2.12",
1377 "once_cell",
1378 "regex-lite",
1379 "tracing",
1380]
1381
1382[[package]]
1383name = "aws-sdk-s3"
1384version = "1.76.0"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
1387dependencies = [
1388 "aws-credential-types",
1389 "aws-runtime",
1390 "aws-sigv4",
1391 "aws-smithy-async",
1392 "aws-smithy-checksums",
1393 "aws-smithy-eventstream",
1394 "aws-smithy-http",
1395 "aws-smithy-json",
1396 "aws-smithy-runtime",
1397 "aws-smithy-runtime-api",
1398 "aws-smithy-types",
1399 "aws-smithy-xml",
1400 "aws-types",
1401 "bytes 1.10.1",
1402 "fastrand 2.3.0",
1403 "hex",
1404 "hmac",
1405 "http 0.2.12",
1406 "http-body 0.4.6",
1407 "lru",
1408 "once_cell",
1409 "percent-encoding",
1410 "regex-lite",
1411 "sha2",
1412 "tracing",
1413 "url",
1414]
1415
1416[[package]]
1417name = "aws-sdk-sso"
1418version = "1.58.0"
1419source = "registry+https://github.com/rust-lang/crates.io-index"
1420checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
1421dependencies = [
1422 "aws-credential-types",
1423 "aws-runtime",
1424 "aws-smithy-async",
1425 "aws-smithy-http",
1426 "aws-smithy-json",
1427 "aws-smithy-runtime",
1428 "aws-smithy-runtime-api",
1429 "aws-smithy-types",
1430 "aws-types",
1431 "bytes 1.10.1",
1432 "http 0.2.12",
1433 "once_cell",
1434 "regex-lite",
1435 "tracing",
1436]
1437
1438[[package]]
1439name = "aws-sdk-ssooidc"
1440version = "1.59.0"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
1443dependencies = [
1444 "aws-credential-types",
1445 "aws-runtime",
1446 "aws-smithy-async",
1447 "aws-smithy-http",
1448 "aws-smithy-json",
1449 "aws-smithy-runtime",
1450 "aws-smithy-runtime-api",
1451 "aws-smithy-types",
1452 "aws-types",
1453 "bytes 1.10.1",
1454 "http 0.2.12",
1455 "once_cell",
1456 "regex-lite",
1457 "tracing",
1458]
1459
1460[[package]]
1461name = "aws-sdk-sts"
1462version = "1.59.0"
1463source = "registry+https://github.com/rust-lang/crates.io-index"
1464checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
1465dependencies = [
1466 "aws-credential-types",
1467 "aws-runtime",
1468 "aws-smithy-async",
1469 "aws-smithy-http",
1470 "aws-smithy-json",
1471 "aws-smithy-query",
1472 "aws-smithy-runtime",
1473 "aws-smithy-runtime-api",
1474 "aws-smithy-types",
1475 "aws-smithy-xml",
1476 "aws-types",
1477 "http 0.2.12",
1478 "once_cell",
1479 "regex-lite",
1480 "tracing",
1481]
1482
1483[[package]]
1484name = "aws-sigv4"
1485version = "1.2.9"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
1488dependencies = [
1489 "aws-credential-types",
1490 "aws-smithy-eventstream",
1491 "aws-smithy-http",
1492 "aws-smithy-runtime-api",
1493 "aws-smithy-types",
1494 "bytes 1.10.1",
1495 "crypto-bigint 0.5.5",
1496 "form_urlencoded",
1497 "hex",
1498 "hmac",
1499 "http 0.2.12",
1500 "http 1.2.0",
1501 "once_cell",
1502 "p256",
1503 "percent-encoding",
1504 "ring",
1505 "sha2",
1506 "subtle",
1507 "time",
1508 "tracing",
1509 "zeroize",
1510]
1511
1512[[package]]
1513name = "aws-smithy-async"
1514version = "1.2.4"
1515source = "registry+https://github.com/rust-lang/crates.io-index"
1516checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1517dependencies = [
1518 "futures-util",
1519 "pin-project-lite",
1520 "tokio",
1521]
1522
1523[[package]]
1524name = "aws-smithy-checksums"
1525version = "0.62.0"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1528dependencies = [
1529 "aws-smithy-http",
1530 "aws-smithy-types",
1531 "bytes 1.10.1",
1532 "crc32c",
1533 "crc32fast",
1534 "crc64fast-nvme",
1535 "hex",
1536 "http 0.2.12",
1537 "http-body 0.4.6",
1538 "md-5",
1539 "pin-project-lite",
1540 "sha1",
1541 "sha2",
1542 "tracing",
1543]
1544
1545[[package]]
1546name = "aws-smithy-eventstream"
1547version = "0.60.6"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1550dependencies = [
1551 "aws-smithy-types",
1552 "bytes 1.10.1",
1553 "crc32fast",
1554]
1555
1556[[package]]
1557name = "aws-smithy-http"
1558version = "0.60.12"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1561dependencies = [
1562 "aws-smithy-eventstream",
1563 "aws-smithy-runtime-api",
1564 "aws-smithy-types",
1565 "bytes 1.10.1",
1566 "bytes-utils",
1567 "futures-core",
1568 "http 0.2.12",
1569 "http-body 0.4.6",
1570 "once_cell",
1571 "percent-encoding",
1572 "pin-project-lite",
1573 "pin-utils",
1574 "tracing",
1575]
1576
1577[[package]]
1578name = "aws-smithy-json"
1579version = "0.61.2"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1582dependencies = [
1583 "aws-smithy-types",
1584]
1585
1586[[package]]
1587name = "aws-smithy-query"
1588version = "0.60.7"
1589source = "registry+https://github.com/rust-lang/crates.io-index"
1590checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1591dependencies = [
1592 "aws-smithy-types",
1593 "urlencoding",
1594]
1595
1596[[package]]
1597name = "aws-smithy-runtime"
1598version = "1.7.8"
1599source = "registry+https://github.com/rust-lang/crates.io-index"
1600checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
1601dependencies = [
1602 "aws-smithy-async",
1603 "aws-smithy-http",
1604 "aws-smithy-runtime-api",
1605 "aws-smithy-types",
1606 "bytes 1.10.1",
1607 "fastrand 2.3.0",
1608 "h2 0.3.26",
1609 "http 0.2.12",
1610 "http-body 0.4.6",
1611 "http-body 1.0.1",
1612 "httparse",
1613 "hyper 0.14.32",
1614 "hyper-rustls 0.24.2",
1615 "once_cell",
1616 "pin-project-lite",
1617 "pin-utils",
1618 "rustls 0.21.12",
1619 "tokio",
1620 "tracing",
1621]
1622
1623[[package]]
1624name = "aws-smithy-runtime-api"
1625version = "1.7.3"
1626source = "registry+https://github.com/rust-lang/crates.io-index"
1627checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1628dependencies = [
1629 "aws-smithy-async",
1630 "aws-smithy-types",
1631 "bytes 1.10.1",
1632 "http 0.2.12",
1633 "http 1.2.0",
1634 "pin-project-lite",
1635 "tokio",
1636 "tracing",
1637 "zeroize",
1638]
1639
1640[[package]]
1641name = "aws-smithy-types"
1642version = "1.2.13"
1643source = "registry+https://github.com/rust-lang/crates.io-index"
1644checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
1645dependencies = [
1646 "base64-simd",
1647 "bytes 1.10.1",
1648 "bytes-utils",
1649 "futures-core",
1650 "http 0.2.12",
1651 "http 1.2.0",
1652 "http-body 0.4.6",
1653 "http-body 1.0.1",
1654 "http-body-util",
1655 "itoa",
1656 "num-integer",
1657 "pin-project-lite",
1658 "pin-utils",
1659 "ryu",
1660 "serde",
1661 "time",
1662 "tokio",
1663 "tokio-util",
1664]
1665
1666[[package]]
1667name = "aws-smithy-xml"
1668version = "0.60.9"
1669source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1671dependencies = [
1672 "xmlparser",
1673]
1674
1675[[package]]
1676name = "aws-types"
1677version = "1.3.5"
1678source = "registry+https://github.com/rust-lang/crates.io-index"
1679checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
1680dependencies = [
1681 "aws-credential-types",
1682 "aws-smithy-async",
1683 "aws-smithy-runtime-api",
1684 "aws-smithy-types",
1685 "rustc_version",
1686 "tracing",
1687]
1688
1689[[package]]
1690name = "aws_http_client"
1691version = "0.1.0"
1692dependencies = [
1693 "aws-smithy-runtime-api",
1694 "aws-smithy-types",
1695 "futures 0.3.31",
1696 "http_client",
1697 "tokio",
1698]
1699
1700[[package]]
1701name = "axum"
1702version = "0.6.20"
1703source = "registry+https://github.com/rust-lang/crates.io-index"
1704checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1705dependencies = [
1706 "async-trait",
1707 "axum-core",
1708 "base64 0.21.7",
1709 "bitflags 1.3.2",
1710 "bytes 1.10.1",
1711 "futures-util",
1712 "headers",
1713 "http 0.2.12",
1714 "http-body 0.4.6",
1715 "hyper 0.14.32",
1716 "itoa",
1717 "matchit",
1718 "memchr",
1719 "mime",
1720 "percent-encoding",
1721 "pin-project-lite",
1722 "rustversion",
1723 "serde",
1724 "serde_json",
1725 "serde_path_to_error",
1726 "serde_urlencoded",
1727 "sha1",
1728 "sync_wrapper 0.1.2",
1729 "tokio",
1730 "tokio-tungstenite 0.20.1",
1731 "tower",
1732 "tower-layer",
1733 "tower-service",
1734]
1735
1736[[package]]
1737name = "axum-core"
1738version = "0.3.4"
1739source = "registry+https://github.com/rust-lang/crates.io-index"
1740checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1741dependencies = [
1742 "async-trait",
1743 "bytes 1.10.1",
1744 "futures-util",
1745 "http 0.2.12",
1746 "http-body 0.4.6",
1747 "mime",
1748 "rustversion",
1749 "tower-layer",
1750 "tower-service",
1751]
1752
1753[[package]]
1754name = "axum-extra"
1755version = "0.4.2"
1756source = "registry+https://github.com/rust-lang/crates.io-index"
1757checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1758dependencies = [
1759 "axum",
1760 "bytes 1.10.1",
1761 "futures-util",
1762 "http 0.2.12",
1763 "mime",
1764 "pin-project-lite",
1765 "serde",
1766 "serde_json",
1767 "tokio",
1768 "tower",
1769 "tower-http 0.3.5",
1770 "tower-layer",
1771 "tower-service",
1772]
1773
1774[[package]]
1775name = "backtrace"
1776version = "0.3.74"
1777source = "registry+https://github.com/rust-lang/crates.io-index"
1778checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1779dependencies = [
1780 "addr2line",
1781 "cfg-if",
1782 "libc",
1783 "miniz_oxide",
1784 "object",
1785 "rustc-demangle",
1786 "windows-targets 0.52.6",
1787]
1788
1789[[package]]
1790name = "base16ct"
1791version = "0.1.1"
1792source = "registry+https://github.com/rust-lang/crates.io-index"
1793checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1794
1795[[package]]
1796name = "base64"
1797version = "0.13.1"
1798source = "registry+https://github.com/rust-lang/crates.io-index"
1799checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1800
1801[[package]]
1802name = "base64"
1803version = "0.21.7"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1806
1807[[package]]
1808name = "base64"
1809version = "0.22.1"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1812
1813[[package]]
1814name = "base64-simd"
1815version = "0.8.0"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1818dependencies = [
1819 "outref",
1820 "vsimd",
1821]
1822
1823[[package]]
1824name = "base64ct"
1825version = "1.6.0"
1826source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1828
1829[[package]]
1830name = "bedrock"
1831version = "0.1.0"
1832dependencies = [
1833 "anyhow",
1834 "aws-sdk-bedrockruntime",
1835 "aws-smithy-types",
1836 "futures 0.3.31",
1837 "schemars",
1838 "serde",
1839 "serde_json",
1840 "strum",
1841 "thiserror 1.0.69",
1842 "tokio",
1843]
1844
1845[[package]]
1846name = "bigdecimal"
1847version = "0.4.7"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1850dependencies = [
1851 "autocfg",
1852 "libm",
1853 "num-bigint",
1854 "num-integer",
1855 "num-traits",
1856 "serde",
1857]
1858
1859[[package]]
1860name = "bincode"
1861version = "1.3.3"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1864dependencies = [
1865 "serde",
1866]
1867
1868[[package]]
1869name = "bindgen"
1870version = "0.69.5"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1873dependencies = [
1874 "bitflags 2.8.0",
1875 "cexpr",
1876 "clang-sys",
1877 "itertools 0.12.1",
1878 "lazy_static",
1879 "lazycell",
1880 "log",
1881 "prettyplease",
1882 "proc-macro2",
1883 "quote",
1884 "regex",
1885 "rustc-hash 1.1.0",
1886 "shlex",
1887 "syn 2.0.100",
1888 "which 4.4.2",
1889]
1890
1891[[package]]
1892name = "bindgen"
1893version = "0.70.1"
1894source = "registry+https://github.com/rust-lang/crates.io-index"
1895checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1896dependencies = [
1897 "bitflags 2.8.0",
1898 "cexpr",
1899 "clang-sys",
1900 "itertools 0.12.1",
1901 "log",
1902 "prettyplease",
1903 "proc-macro2",
1904 "quote",
1905 "regex",
1906 "rustc-hash 1.1.0",
1907 "shlex",
1908 "syn 2.0.100",
1909]
1910
1911[[package]]
1912name = "bit-set"
1913version = "0.5.3"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1916dependencies = [
1917 "bit-vec 0.6.3",
1918]
1919
1920[[package]]
1921name = "bit-set"
1922version = "0.8.0"
1923source = "registry+https://github.com/rust-lang/crates.io-index"
1924checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1925dependencies = [
1926 "bit-vec 0.8.0",
1927]
1928
1929[[package]]
1930name = "bit-vec"
1931version = "0.6.3"
1932source = "registry+https://github.com/rust-lang/crates.io-index"
1933checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1934
1935[[package]]
1936name = "bit-vec"
1937version = "0.8.0"
1938source = "registry+https://github.com/rust-lang/crates.io-index"
1939checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1940
1941[[package]]
1942name = "bit_field"
1943version = "0.10.2"
1944source = "registry+https://github.com/rust-lang/crates.io-index"
1945checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1946
1947[[package]]
1948name = "bitflags"
1949version = "1.3.2"
1950source = "registry+https://github.com/rust-lang/crates.io-index"
1951checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1952
1953[[package]]
1954name = "bitflags"
1955version = "2.8.0"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1958dependencies = [
1959 "serde",
1960]
1961
1962[[package]]
1963name = "bitstream-io"
1964version = "2.6.0"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1967
1968[[package]]
1969name = "bitvec"
1970version = "1.0.1"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1973dependencies = [
1974 "funty",
1975 "radium",
1976 "tap",
1977 "wyz",
1978]
1979
1980[[package]]
1981name = "blade-graphics"
1982version = "0.6.0"
1983source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1984dependencies = [
1985 "ash",
1986 "ash-window",
1987 "bitflags 2.8.0",
1988 "bytemuck",
1989 "codespan-reporting",
1990 "glow",
1991 "gpu-alloc",
1992 "gpu-alloc-ash",
1993 "hidden-trait",
1994 "js-sys",
1995 "khronos-egl",
1996 "libloading",
1997 "log",
1998 "mint",
1999 "naga",
2000 "objc2",
2001 "objc2-app-kit",
2002 "objc2-foundation",
2003 "objc2-metal",
2004 "objc2-quartz-core",
2005 "objc2-ui-kit",
2006 "raw-window-handle",
2007 "slab",
2008 "wasm-bindgen",
2009 "web-sys",
2010]
2011
2012[[package]]
2013name = "blade-macros"
2014version = "0.3.0"
2015source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
2016dependencies = [
2017 "proc-macro2",
2018 "quote",
2019 "syn 2.0.100",
2020]
2021
2022[[package]]
2023name = "blade-util"
2024version = "0.2.0"
2025source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
2026dependencies = [
2027 "blade-graphics",
2028 "bytemuck",
2029 "log",
2030 "profiling",
2031]
2032
2033[[package]]
2034name = "blake3"
2035version = "1.6.1"
2036source = "registry+https://github.com/rust-lang/crates.io-index"
2037checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
2038dependencies = [
2039 "arrayref",
2040 "arrayvec",
2041 "cc",
2042 "cfg-if",
2043 "constant_time_eq 0.3.1",
2044]
2045
2046[[package]]
2047name = "block"
2048version = "0.1.6"
2049source = "registry+https://github.com/rust-lang/crates.io-index"
2050checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2051
2052[[package]]
2053name = "block-buffer"
2054version = "0.10.4"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2057dependencies = [
2058 "generic-array",
2059]
2060
2061[[package]]
2062name = "block-padding"
2063version = "0.3.3"
2064source = "registry+https://github.com/rust-lang/crates.io-index"
2065checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2066dependencies = [
2067 "generic-array",
2068]
2069
2070[[package]]
2071name = "block2"
2072version = "0.5.1"
2073source = "registry+https://github.com/rust-lang/crates.io-index"
2074checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
2075dependencies = [
2076 "objc2",
2077]
2078
2079[[package]]
2080name = "blocking"
2081version = "1.6.1"
2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2084dependencies = [
2085 "async-channel 2.3.1",
2086 "async-task",
2087 "futures-io",
2088 "futures-lite 2.6.0",
2089 "piper",
2090]
2091
2092[[package]]
2093name = "borsh"
2094version = "1.5.3"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
2097dependencies = [
2098 "borsh-derive",
2099 "cfg_aliases 0.2.1",
2100]
2101
2102[[package]]
2103name = "borsh-derive"
2104version = "1.5.3"
2105source = "registry+https://github.com/rust-lang/crates.io-index"
2106checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
2107dependencies = [
2108 "once_cell",
2109 "proc-macro-crate",
2110 "proc-macro2",
2111 "quote",
2112 "syn 2.0.100",
2113]
2114
2115[[package]]
2116name = "breadcrumbs"
2117version = "0.1.0"
2118dependencies = [
2119 "editor",
2120 "gpui",
2121 "itertools 0.14.0",
2122 "theme",
2123 "ui",
2124 "workspace",
2125 "zed_actions",
2126]
2127
2128[[package]]
2129name = "bstr"
2130version = "1.11.1"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
2133dependencies = [
2134 "memchr",
2135 "regex-automata 0.4.9",
2136 "serde",
2137]
2138
2139[[package]]
2140name = "buffer_diff"
2141version = "0.1.0"
2142dependencies = [
2143 "anyhow",
2144 "clock",
2145 "ctor",
2146 "env_logger 0.11.7",
2147 "futures 0.3.31",
2148 "git2",
2149 "gpui",
2150 "language",
2151 "log",
2152 "pretty_assertions",
2153 "rand 0.8.5",
2154 "rope",
2155 "serde_json",
2156 "sum_tree",
2157 "text",
2158 "unindent",
2159 "util",
2160]
2161
2162[[package]]
2163name = "built"
2164version = "0.7.5"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
2167
2168[[package]]
2169name = "bumpalo"
2170version = "3.16.0"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2173dependencies = [
2174 "allocator-api2",
2175]
2176
2177[[package]]
2178name = "by_address"
2179version = "1.2.1"
2180source = "registry+https://github.com/rust-lang/crates.io-index"
2181checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2182
2183[[package]]
2184name = "bytecheck"
2185version = "0.6.12"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2188dependencies = [
2189 "bytecheck_derive",
2190 "ptr_meta",
2191 "simdutf8",
2192]
2193
2194[[package]]
2195name = "bytecheck_derive"
2196version = "0.6.12"
2197source = "registry+https://github.com/rust-lang/crates.io-index"
2198checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2199dependencies = [
2200 "proc-macro2",
2201 "quote",
2202 "syn 1.0.109",
2203]
2204
2205[[package]]
2206name = "bytemuck"
2207version = "1.21.0"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2210dependencies = [
2211 "bytemuck_derive",
2212]
2213
2214[[package]]
2215name = "bytemuck_derive"
2216version = "1.8.0"
2217source = "registry+https://github.com/rust-lang/crates.io-index"
2218checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2219dependencies = [
2220 "proc-macro2",
2221 "quote",
2222 "syn 2.0.100",
2223]
2224
2225[[package]]
2226name = "byteorder"
2227version = "1.5.0"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2230
2231[[package]]
2232name = "byteorder-lite"
2233version = "0.1.0"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2236
2237[[package]]
2238name = "bytes"
2239version = "0.4.12"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2242dependencies = [
2243 "byteorder",
2244 "iovec",
2245]
2246
2247[[package]]
2248name = "bytes"
2249version = "1.10.1"
2250source = "registry+https://github.com/rust-lang/crates.io-index"
2251checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2252
2253[[package]]
2254name = "bytes-utils"
2255version = "0.1.4"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
2257checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2258dependencies = [
2259 "bytes 1.10.1",
2260 "either",
2261]
2262
2263[[package]]
2264name = "bzip2"
2265version = "0.4.4"
2266source = "registry+https://github.com/rust-lang/crates.io-index"
2267checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2268dependencies = [
2269 "bzip2-sys",
2270 "libc",
2271]
2272
2273[[package]]
2274name = "bzip2-sys"
2275version = "0.1.11+1.0.8"
2276source = "registry+https://github.com/rust-lang/crates.io-index"
2277checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2278dependencies = [
2279 "cc",
2280 "libc",
2281 "pkg-config",
2282]
2283
2284[[package]]
2285name = "call"
2286version = "0.1.0"
2287dependencies = [
2288 "anyhow",
2289 "audio",
2290 "client",
2291 "collections",
2292 "fs",
2293 "futures 0.3.31",
2294 "gpui",
2295 "http_client",
2296 "language",
2297 "livekit_client",
2298 "livekit_client_macos",
2299 "log",
2300 "postage",
2301 "project",
2302 "schemars",
2303 "serde",
2304 "serde_derive",
2305 "settings",
2306 "telemetry",
2307 "util",
2308]
2309
2310[[package]]
2311name = "calloop"
2312version = "0.13.0"
2313source = "registry+https://github.com/rust-lang/crates.io-index"
2314checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2315dependencies = [
2316 "bitflags 2.8.0",
2317 "log",
2318 "polling",
2319 "rustix",
2320 "slab",
2321 "thiserror 1.0.69",
2322]
2323
2324[[package]]
2325name = "calloop-wayland-source"
2326version = "0.3.0"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2329dependencies = [
2330 "calloop",
2331 "rustix",
2332 "wayland-backend",
2333 "wayland-client",
2334]
2335
2336[[package]]
2337name = "camino"
2338version = "1.1.9"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2341dependencies = [
2342 "serde",
2343]
2344
2345[[package]]
2346name = "cap-fs-ext"
2347version = "3.4.2"
2348source = "registry+https://github.com/rust-lang/crates.io-index"
2349checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2350dependencies = [
2351 "cap-primitives",
2352 "cap-std",
2353 "io-lifetimes",
2354 "windows-sys 0.59.0",
2355]
2356
2357[[package]]
2358name = "cap-net-ext"
2359version = "3.4.2"
2360source = "registry+https://github.com/rust-lang/crates.io-index"
2361checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2362dependencies = [
2363 "cap-primitives",
2364 "cap-std",
2365 "rustix",
2366 "smallvec",
2367]
2368
2369[[package]]
2370name = "cap-primitives"
2371version = "3.4.2"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2374dependencies = [
2375 "ambient-authority",
2376 "fs-set-times",
2377 "io-extras",
2378 "io-lifetimes",
2379 "ipnet",
2380 "maybe-owned",
2381 "rustix",
2382 "windows-sys 0.59.0",
2383 "winx",
2384]
2385
2386[[package]]
2387name = "cap-rand"
2388version = "3.4.2"
2389source = "registry+https://github.com/rust-lang/crates.io-index"
2390checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2391dependencies = [
2392 "ambient-authority",
2393 "rand 0.8.5",
2394]
2395
2396[[package]]
2397name = "cap-std"
2398version = "3.4.2"
2399source = "registry+https://github.com/rust-lang/crates.io-index"
2400checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2401dependencies = [
2402 "cap-primitives",
2403 "io-extras",
2404 "io-lifetimes",
2405 "rustix",
2406]
2407
2408[[package]]
2409name = "cap-time-ext"
2410version = "3.4.2"
2411source = "registry+https://github.com/rust-lang/crates.io-index"
2412checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2413dependencies = [
2414 "ambient-authority",
2415 "cap-primitives",
2416 "iana-time-zone",
2417 "once_cell",
2418 "rustix",
2419 "winx",
2420]
2421
2422[[package]]
2423name = "cargo-platform"
2424version = "0.1.9"
2425source = "registry+https://github.com/rust-lang/crates.io-index"
2426checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2427dependencies = [
2428 "serde",
2429]
2430
2431[[package]]
2432name = "cargo_metadata"
2433version = "0.19.2"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2436dependencies = [
2437 "camino",
2438 "cargo-platform",
2439 "semver",
2440 "serde",
2441 "serde_json",
2442 "thiserror 2.0.6",
2443]
2444
2445[[package]]
2446name = "cargo_toml"
2447version = "0.21.0"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2450dependencies = [
2451 "serde",
2452 "toml 0.8.20",
2453]
2454
2455[[package]]
2456name = "cast"
2457version = "0.3.0"
2458source = "registry+https://github.com/rust-lang/crates.io-index"
2459checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2460
2461[[package]]
2462name = "cbc"
2463version = "0.1.2"
2464source = "registry+https://github.com/rust-lang/crates.io-index"
2465checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2466dependencies = [
2467 "cipher",
2468]
2469
2470[[package]]
2471name = "cbindgen"
2472version = "0.27.0"
2473source = "registry+https://github.com/rust-lang/crates.io-index"
2474checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2475dependencies = [
2476 "clap",
2477 "heck 0.4.1",
2478 "indexmap",
2479 "log",
2480 "proc-macro2",
2481 "quote",
2482 "serde",
2483 "serde_json",
2484 "syn 2.0.100",
2485 "tempfile",
2486 "toml 0.8.20",
2487]
2488
2489[[package]]
2490name = "cbindgen"
2491version = "0.28.0"
2492source = "registry+https://github.com/rust-lang/crates.io-index"
2493checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2494dependencies = [
2495 "heck 0.4.1",
2496 "indexmap",
2497 "log",
2498 "proc-macro2",
2499 "quote",
2500 "serde",
2501 "serde_json",
2502 "syn 2.0.100",
2503 "tempfile",
2504 "toml 0.8.20",
2505]
2506
2507[[package]]
2508name = "cc"
2509version = "1.2.12"
2510source = "registry+https://github.com/rust-lang/crates.io-index"
2511checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
2512dependencies = [
2513 "jobserver",
2514 "libc",
2515 "shlex",
2516]
2517
2518[[package]]
2519name = "cesu8"
2520version = "1.1.0"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2523
2524[[package]]
2525name = "cexpr"
2526version = "0.6.0"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2529dependencies = [
2530 "nom",
2531]
2532
2533[[package]]
2534name = "cfg-expr"
2535version = "0.15.8"
2536source = "registry+https://github.com/rust-lang/crates.io-index"
2537checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2538dependencies = [
2539 "smallvec",
2540 "target-lexicon 0.12.16",
2541]
2542
2543[[package]]
2544name = "cfg-if"
2545version = "1.0.0"
2546source = "registry+https://github.com/rust-lang/crates.io-index"
2547checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2548
2549[[package]]
2550name = "cfg_aliases"
2551version = "0.1.1"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2554
2555[[package]]
2556name = "cfg_aliases"
2557version = "0.2.1"
2558source = "registry+https://github.com/rust-lang/crates.io-index"
2559checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2560
2561[[package]]
2562name = "channel"
2563version = "0.1.0"
2564dependencies = [
2565 "anyhow",
2566 "client",
2567 "clock",
2568 "collections",
2569 "futures 0.3.31",
2570 "gpui",
2571 "http_client",
2572 "language",
2573 "log",
2574 "rand 0.8.5",
2575 "release_channel",
2576 "rpc",
2577 "settings",
2578 "sum_tree",
2579 "text",
2580 "time",
2581 "util",
2582]
2583
2584[[package]]
2585name = "chrono"
2586version = "0.4.40"
2587source = "registry+https://github.com/rust-lang/crates.io-index"
2588checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
2589dependencies = [
2590 "android-tzdata",
2591 "iana-time-zone",
2592 "js-sys",
2593 "num-traits",
2594 "serde",
2595 "wasm-bindgen",
2596 "windows-link",
2597]
2598
2599[[package]]
2600name = "chunked_transfer"
2601version = "1.5.0"
2602source = "registry+https://github.com/rust-lang/crates.io-index"
2603checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2604
2605[[package]]
2606name = "ciborium"
2607version = "0.2.2"
2608source = "registry+https://github.com/rust-lang/crates.io-index"
2609checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2610dependencies = [
2611 "ciborium-io",
2612 "ciborium-ll",
2613 "serde",
2614]
2615
2616[[package]]
2617name = "ciborium-io"
2618version = "0.2.2"
2619source = "registry+https://github.com/rust-lang/crates.io-index"
2620checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2621
2622[[package]]
2623name = "ciborium-ll"
2624version = "0.2.2"
2625source = "registry+https://github.com/rust-lang/crates.io-index"
2626checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2627dependencies = [
2628 "ciborium-io",
2629 "half",
2630]
2631
2632[[package]]
2633name = "cipher"
2634version = "0.4.4"
2635source = "registry+https://github.com/rust-lang/crates.io-index"
2636checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2637dependencies = [
2638 "crypto-common",
2639 "inout",
2640 "zeroize",
2641]
2642
2643[[package]]
2644name = "clang-sys"
2645version = "1.8.1"
2646source = "registry+https://github.com/rust-lang/crates.io-index"
2647checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2648dependencies = [
2649 "glob",
2650 "libc",
2651 "libloading",
2652]
2653
2654[[package]]
2655name = "clap"
2656version = "4.5.32"
2657source = "registry+https://github.com/rust-lang/crates.io-index"
2658checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
2659dependencies = [
2660 "clap_builder",
2661 "clap_derive",
2662]
2663
2664[[package]]
2665name = "clap_builder"
2666version = "4.5.32"
2667source = "registry+https://github.com/rust-lang/crates.io-index"
2668checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
2669dependencies = [
2670 "anstream",
2671 "anstyle",
2672 "clap_lex",
2673 "strsim",
2674 "terminal_size",
2675]
2676
2677[[package]]
2678name = "clap_complete"
2679version = "4.5.38"
2680source = "registry+https://github.com/rust-lang/crates.io-index"
2681checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2682dependencies = [
2683 "clap",
2684]
2685
2686[[package]]
2687name = "clap_derive"
2688version = "4.5.32"
2689source = "registry+https://github.com/rust-lang/crates.io-index"
2690checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
2691dependencies = [
2692 "heck 0.5.0",
2693 "proc-macro2",
2694 "quote",
2695 "syn 2.0.100",
2696]
2697
2698[[package]]
2699name = "clap_lex"
2700version = "0.7.4"
2701source = "registry+https://github.com/rust-lang/crates.io-index"
2702checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2703
2704[[package]]
2705name = "cli"
2706version = "0.1.0"
2707dependencies = [
2708 "anyhow",
2709 "clap",
2710 "collections",
2711 "core-foundation 0.9.4",
2712 "core-services",
2713 "exec",
2714 "fork",
2715 "ipc-channel",
2716 "parking_lot",
2717 "paths",
2718 "plist",
2719 "release_channel",
2720 "serde",
2721 "tempfile",
2722 "util",
2723 "windows 0.60.0",
2724]
2725
2726[[package]]
2727name = "client"
2728version = "0.1.0"
2729dependencies = [
2730 "anyhow",
2731 "async-native-tls",
2732 "async-recursion 0.3.2",
2733 "async-tungstenite",
2734 "chrono",
2735 "clock",
2736 "cocoa 0.26.0",
2737 "collections",
2738 "credentials_provider",
2739 "feature_flags",
2740 "futures 0.3.31",
2741 "gpui",
2742 "http_client",
2743 "http_client_tls",
2744 "log",
2745 "parking_lot",
2746 "paths",
2747 "postage",
2748 "rand 0.8.5",
2749 "release_channel",
2750 "rpc",
2751 "schemars",
2752 "serde",
2753 "serde_json",
2754 "settings",
2755 "sha2",
2756 "smol",
2757 "telemetry",
2758 "telemetry_events",
2759 "text",
2760 "thiserror 1.0.69",
2761 "time",
2762 "tiny_http",
2763 "tokio-socks",
2764 "url",
2765 "util",
2766 "windows 0.60.0",
2767 "worktree",
2768]
2769
2770[[package]]
2771name = "clock"
2772version = "0.1.0"
2773dependencies = [
2774 "parking_lot",
2775 "serde",
2776 "smallvec",
2777]
2778
2779[[package]]
2780name = "cmake"
2781version = "0.1.53"
2782source = "registry+https://github.com/rust-lang/crates.io-index"
2783checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
2784dependencies = [
2785 "cc",
2786]
2787
2788[[package]]
2789name = "cobs"
2790version = "0.2.3"
2791source = "registry+https://github.com/rust-lang/crates.io-index"
2792checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2793
2794[[package]]
2795name = "cocoa"
2796version = "0.25.0"
2797source = "registry+https://github.com/rust-lang/crates.io-index"
2798checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2799dependencies = [
2800 "bitflags 1.3.2",
2801 "block",
2802 "cocoa-foundation 0.1.2",
2803 "core-foundation 0.9.4",
2804 "core-graphics 0.23.2",
2805 "foreign-types 0.5.0",
2806 "libc",
2807 "objc",
2808]
2809
2810[[package]]
2811name = "cocoa"
2812version = "0.26.0"
2813source = "registry+https://github.com/rust-lang/crates.io-index"
2814checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2815dependencies = [
2816 "bitflags 2.8.0",
2817 "block",
2818 "cocoa-foundation 0.2.0",
2819 "core-foundation 0.10.0",
2820 "core-graphics 0.24.0",
2821 "foreign-types 0.5.0",
2822 "libc",
2823 "objc",
2824]
2825
2826[[package]]
2827name = "cocoa-foundation"
2828version = "0.1.2"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2831dependencies = [
2832 "bitflags 1.3.2",
2833 "block",
2834 "core-foundation 0.9.4",
2835 "core-graphics-types 0.1.3",
2836 "libc",
2837 "objc",
2838]
2839
2840[[package]]
2841name = "cocoa-foundation"
2842version = "0.2.0"
2843source = "registry+https://github.com/rust-lang/crates.io-index"
2844checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2845dependencies = [
2846 "bitflags 2.8.0",
2847 "block",
2848 "core-foundation 0.10.0",
2849 "core-graphics-types 0.2.0",
2850 "libc",
2851 "objc",
2852]
2853
2854[[package]]
2855name = "codespan-reporting"
2856version = "0.11.1"
2857source = "registry+https://github.com/rust-lang/crates.io-index"
2858checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2859dependencies = [
2860 "termcolor",
2861 "unicode-width",
2862]
2863
2864[[package]]
2865name = "collab"
2866version = "0.44.0"
2867dependencies = [
2868 "anthropic",
2869 "anyhow",
2870 "assistant",
2871 "assistant_context_editor",
2872 "assistant_slash_command",
2873 "assistant_tool",
2874 "async-stripe",
2875 "async-trait",
2876 "async-tungstenite",
2877 "audio",
2878 "aws-config",
2879 "aws-sdk-kinesis",
2880 "aws-sdk-s3",
2881 "axum",
2882 "axum-extra",
2883 "base64 0.22.1",
2884 "buffer_diff",
2885 "call",
2886 "channel",
2887 "chrono",
2888 "client",
2889 "clock",
2890 "collab_ui",
2891 "collections",
2892 "context_server",
2893 "ctor",
2894 "dashmap 6.1.0",
2895 "derive_more",
2896 "editor",
2897 "env_logger 0.11.7",
2898 "envy",
2899 "extension",
2900 "file_finder",
2901 "fs",
2902 "futures 0.3.31",
2903 "git",
2904 "git_hosting_providers",
2905 "git_ui",
2906 "google_ai",
2907 "gpui",
2908 "hex",
2909 "http_client",
2910 "hyper 0.14.32",
2911 "indoc",
2912 "jsonwebtoken",
2913 "language",
2914 "language_model",
2915 "livekit_api",
2916 "livekit_client",
2917 "livekit_client_macos",
2918 "log",
2919 "lsp",
2920 "menu",
2921 "multi_buffer",
2922 "nanoid",
2923 "node_runtime",
2924 "notifications",
2925 "open_ai",
2926 "parking_lot",
2927 "pretty_assertions",
2928 "project",
2929 "prometheus",
2930 "prompt_store",
2931 "prost 0.9.0",
2932 "rand 0.8.5",
2933 "recent_projects",
2934 "release_channel",
2935 "remote",
2936 "remote_server",
2937 "reqwest 0.11.27",
2938 "reqwest_client",
2939 "rpc",
2940 "rustc-demangle",
2941 "scrypt",
2942 "sea-orm",
2943 "semantic_version",
2944 "semver",
2945 "serde",
2946 "serde_derive",
2947 "serde_json",
2948 "session",
2949 "settings",
2950 "sha2",
2951 "sqlx",
2952 "strum",
2953 "subtle",
2954 "supermaven_api",
2955 "telemetry_events",
2956 "text",
2957 "theme",
2958 "thiserror 1.0.69",
2959 "time",
2960 "tokio",
2961 "toml 0.8.20",
2962 "tower",
2963 "tower-http 0.4.4",
2964 "tracing",
2965 "tracing-subscriber",
2966 "unindent",
2967 "util",
2968 "uuid",
2969 "workspace",
2970 "worktree",
2971]
2972
2973[[package]]
2974name = "collab_ui"
2975version = "0.1.0"
2976dependencies = [
2977 "anyhow",
2978 "call",
2979 "channel",
2980 "chrono",
2981 "client",
2982 "collections",
2983 "db",
2984 "editor",
2985 "emojis",
2986 "futures 0.3.31",
2987 "fuzzy",
2988 "gpui",
2989 "http_client",
2990 "language",
2991 "menu",
2992 "notifications",
2993 "picker",
2994 "pretty_assertions",
2995 "project",
2996 "release_channel",
2997 "rich_text",
2998 "rpc",
2999 "schemars",
3000 "serde",
3001 "serde_derive",
3002 "serde_json",
3003 "settings",
3004 "smallvec",
3005 "story",
3006 "telemetry",
3007 "theme",
3008 "time",
3009 "time_format",
3010 "title_bar",
3011 "tree-sitter-md",
3012 "ui",
3013 "util",
3014 "workspace",
3015]
3016
3017[[package]]
3018name = "collections"
3019version = "0.1.0"
3020dependencies = [
3021 "indexmap",
3022 "rustc-hash 2.1.1",
3023]
3024
3025[[package]]
3026name = "color_quant"
3027version = "1.1.0"
3028source = "registry+https://github.com/rust-lang/crates.io-index"
3029checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3030
3031[[package]]
3032name = "colorchoice"
3033version = "1.0.3"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3036
3037[[package]]
3038name = "combine"
3039version = "4.6.7"
3040source = "registry+https://github.com/rust-lang/crates.io-index"
3041checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3042dependencies = [
3043 "bytes 1.10.1",
3044 "memchr",
3045]
3046
3047[[package]]
3048name = "command_palette"
3049version = "0.1.0"
3050dependencies = [
3051 "client",
3052 "collections",
3053 "command_palette_hooks",
3054 "ctor",
3055 "editor",
3056 "env_logger 0.11.7",
3057 "fuzzy",
3058 "go_to_line",
3059 "gpui",
3060 "language",
3061 "menu",
3062 "picker",
3063 "postage",
3064 "project",
3065 "serde",
3066 "serde_json",
3067 "settings",
3068 "telemetry",
3069 "theme",
3070 "ui",
3071 "util",
3072 "workspace",
3073 "zed_actions",
3074]
3075
3076[[package]]
3077name = "command_palette_hooks"
3078version = "0.1.0"
3079dependencies = [
3080 "collections",
3081 "derive_more",
3082 "gpui",
3083]
3084
3085[[package]]
3086name = "component"
3087version = "0.1.0"
3088dependencies = [
3089 "collections",
3090 "gpui",
3091 "linkme",
3092 "parking_lot",
3093 "theme",
3094]
3095
3096[[package]]
3097name = "component_preview"
3098version = "0.1.0"
3099dependencies = [
3100 "client",
3101 "collections",
3102 "component",
3103 "gpui",
3104 "languages",
3105 "notifications",
3106 "project",
3107 "ui",
3108 "workspace",
3109]
3110
3111[[package]]
3112name = "concurrent-queue"
3113version = "2.5.0"
3114source = "registry+https://github.com/rust-lang/crates.io-index"
3115checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3116dependencies = [
3117 "crossbeam-utils",
3118]
3119
3120[[package]]
3121name = "console"
3122version = "0.15.8"
3123source = "registry+https://github.com/rust-lang/crates.io-index"
3124checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
3125dependencies = [
3126 "encode_unicode",
3127 "lazy_static",
3128 "libc",
3129 "unicode-width",
3130 "windows-sys 0.52.0",
3131]
3132
3133[[package]]
3134name = "const-oid"
3135version = "0.9.6"
3136source = "registry+https://github.com/rust-lang/crates.io-index"
3137checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3138
3139[[package]]
3140name = "const-random"
3141version = "0.1.18"
3142source = "registry+https://github.com/rust-lang/crates.io-index"
3143checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3144dependencies = [
3145 "const-random-macro",
3146]
3147
3148[[package]]
3149name = "const-random-macro"
3150version = "0.1.16"
3151source = "registry+https://github.com/rust-lang/crates.io-index"
3152checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3153dependencies = [
3154 "getrandom 0.2.15",
3155 "once_cell",
3156 "tiny-keccak",
3157]
3158
3159[[package]]
3160name = "constant_time_eq"
3161version = "0.1.5"
3162source = "registry+https://github.com/rust-lang/crates.io-index"
3163checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3164
3165[[package]]
3166name = "constant_time_eq"
3167version = "0.3.1"
3168source = "registry+https://github.com/rust-lang/crates.io-index"
3169checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3170
3171[[package]]
3172name = "context_server"
3173version = "0.1.0"
3174dependencies = [
3175 "anyhow",
3176 "assistant_tool",
3177 "async-trait",
3178 "collections",
3179 "command_palette_hooks",
3180 "context_server_settings",
3181 "extension",
3182 "futures 0.3.31",
3183 "gpui",
3184 "language_model",
3185 "log",
3186 "parking_lot",
3187 "postage",
3188 "project",
3189 "serde",
3190 "serde_json",
3191 "settings",
3192 "smol",
3193 "url",
3194 "util",
3195]
3196
3197[[package]]
3198name = "context_server_settings"
3199version = "0.1.0"
3200dependencies = [
3201 "anyhow",
3202 "collections",
3203 "gpui",
3204 "schemars",
3205 "serde",
3206 "serde_json",
3207 "settings",
3208]
3209
3210[[package]]
3211name = "convert_case"
3212version = "0.4.0"
3213source = "registry+https://github.com/rust-lang/crates.io-index"
3214checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3215
3216[[package]]
3217name = "convert_case"
3218version = "0.8.0"
3219source = "registry+https://github.com/rust-lang/crates.io-index"
3220checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3221dependencies = [
3222 "unicode-segmentation",
3223]
3224
3225[[package]]
3226name = "copilot"
3227version = "0.1.0"
3228dependencies = [
3229 "anyhow",
3230 "async-compression",
3231 "async-std",
3232 "async-tar",
3233 "chrono",
3234 "client",
3235 "clock",
3236 "collections",
3237 "command_palette_hooks",
3238 "ctor",
3239 "editor",
3240 "env_logger 0.11.7",
3241 "fs",
3242 "futures 0.3.31",
3243 "gpui",
3244 "http_client",
3245 "indoc",
3246 "inline_completion",
3247 "language",
3248 "log",
3249 "lsp",
3250 "menu",
3251 "node_runtime",
3252 "parking_lot",
3253 "paths",
3254 "project",
3255 "rpc",
3256 "schemars",
3257 "serde",
3258 "serde_json",
3259 "settings",
3260 "smol",
3261 "strum",
3262 "task",
3263 "theme",
3264 "ui",
3265 "util",
3266 "workspace",
3267]
3268
3269[[package]]
3270name = "core-foundation"
3271version = "0.9.4"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3274dependencies = [
3275 "core-foundation-sys",
3276 "libc",
3277]
3278
3279[[package]]
3280name = "core-foundation"
3281version = "0.10.0"
3282source = "registry+https://github.com/rust-lang/crates.io-index"
3283checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3284dependencies = [
3285 "core-foundation-sys",
3286 "libc",
3287]
3288
3289[[package]]
3290name = "core-foundation-sys"
3291version = "0.8.7"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3294
3295[[package]]
3296name = "core-graphics"
3297version = "0.23.2"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3300dependencies = [
3301 "bitflags 1.3.2",
3302 "core-foundation 0.9.4",
3303 "core-graphics-types 0.1.3",
3304 "foreign-types 0.5.0",
3305 "libc",
3306]
3307
3308[[package]]
3309name = "core-graphics"
3310version = "0.24.0"
3311source = "registry+https://github.com/rust-lang/crates.io-index"
3312checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3313dependencies = [
3314 "bitflags 2.8.0",
3315 "core-foundation 0.10.0",
3316 "core-graphics-types 0.2.0",
3317 "foreign-types 0.5.0",
3318 "libc",
3319]
3320
3321[[package]]
3322name = "core-graphics-types"
3323version = "0.1.3"
3324source = "registry+https://github.com/rust-lang/crates.io-index"
3325checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3326dependencies = [
3327 "bitflags 1.3.2",
3328 "core-foundation 0.9.4",
3329 "libc",
3330]
3331
3332[[package]]
3333name = "core-graphics-types"
3334version = "0.2.0"
3335source = "registry+https://github.com/rust-lang/crates.io-index"
3336checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3337dependencies = [
3338 "bitflags 2.8.0",
3339 "core-foundation 0.10.0",
3340 "libc",
3341]
3342
3343[[package]]
3344name = "core-services"
3345version = "0.2.1"
3346source = "registry+https://github.com/rust-lang/crates.io-index"
3347checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3348dependencies = [
3349 "core-foundation 0.9.4",
3350]
3351
3352[[package]]
3353name = "core-text"
3354version = "20.1.0"
3355source = "registry+https://github.com/rust-lang/crates.io-index"
3356checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3357dependencies = [
3358 "core-foundation 0.9.4",
3359 "core-graphics 0.23.2",
3360 "foreign-types 0.5.0",
3361 "libc",
3362]
3363
3364[[package]]
3365name = "core_maths"
3366version = "0.1.1"
3367source = "registry+https://github.com/rust-lang/crates.io-index"
3368checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3369dependencies = [
3370 "libm",
3371]
3372
3373[[package]]
3374name = "coreaudio-rs"
3375version = "0.11.3"
3376source = "registry+https://github.com/rust-lang/crates.io-index"
3377checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3378dependencies = [
3379 "bitflags 1.3.2",
3380 "core-foundation-sys",
3381 "coreaudio-sys",
3382]
3383
3384[[package]]
3385name = "coreaudio-rs"
3386version = "0.12.1"
3387source = "registry+https://github.com/rust-lang/crates.io-index"
3388checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3389dependencies = [
3390 "bitflags 1.3.2",
3391 "core-foundation-sys",
3392 "coreaudio-sys",
3393]
3394
3395[[package]]
3396name = "coreaudio-sys"
3397version = "0.2.16"
3398source = "registry+https://github.com/rust-lang/crates.io-index"
3399checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3400dependencies = [
3401 "bindgen 0.70.1",
3402]
3403
3404[[package]]
3405name = "cosmic-text"
3406version = "0.11.2"
3407source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3408dependencies = [
3409 "bitflags 2.8.0",
3410 "fontdb 0.18.0",
3411 "log",
3412 "rangemap",
3413 "rayon",
3414 "rustc-hash 1.1.0",
3415 "rustybuzz 0.14.1",
3416 "self_cell",
3417 "swash",
3418 "sys-locale",
3419 "ttf-parser 0.21.1",
3420 "unicode-bidi",
3421 "unicode-linebreak",
3422 "unicode-script",
3423 "unicode-segmentation",
3424]
3425
3426[[package]]
3427name = "cpal"
3428version = "0.15.3"
3429source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3430dependencies = [
3431 "alsa",
3432 "core-foundation-sys",
3433 "coreaudio-rs 0.11.3",
3434 "dasp_sample",
3435 "jni",
3436 "js-sys",
3437 "libc",
3438 "mach2",
3439 "ndk",
3440 "ndk-context",
3441 "oboe",
3442 "wasm-bindgen",
3443 "wasm-bindgen-futures",
3444 "web-sys",
3445 "windows 0.54.0",
3446]
3447
3448[[package]]
3449name = "cpp_demangle"
3450version = "0.4.4"
3451source = "registry+https://github.com/rust-lang/crates.io-index"
3452checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3453dependencies = [
3454 "cfg-if",
3455]
3456
3457[[package]]
3458name = "cpufeatures"
3459version = "0.2.16"
3460source = "registry+https://github.com/rust-lang/crates.io-index"
3461checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3462dependencies = [
3463 "libc",
3464]
3465
3466[[package]]
3467name = "cranelift-bforest"
3468version = "0.116.1"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3471dependencies = [
3472 "cranelift-entity",
3473]
3474
3475[[package]]
3476name = "cranelift-bitset"
3477version = "0.116.1"
3478source = "registry+https://github.com/rust-lang/crates.io-index"
3479checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3480dependencies = [
3481 "serde",
3482 "serde_derive",
3483]
3484
3485[[package]]
3486name = "cranelift-codegen"
3487version = "0.116.1"
3488source = "registry+https://github.com/rust-lang/crates.io-index"
3489checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3490dependencies = [
3491 "bumpalo",
3492 "cranelift-bforest",
3493 "cranelift-bitset",
3494 "cranelift-codegen-meta",
3495 "cranelift-codegen-shared",
3496 "cranelift-control",
3497 "cranelift-entity",
3498 "cranelift-isle",
3499 "gimli",
3500 "hashbrown 0.14.5",
3501 "log",
3502 "regalloc2",
3503 "rustc-hash 2.1.1",
3504 "serde",
3505 "smallvec",
3506 "target-lexicon 0.13.2",
3507]
3508
3509[[package]]
3510name = "cranelift-codegen-meta"
3511version = "0.116.1"
3512source = "registry+https://github.com/rust-lang/crates.io-index"
3513checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3514dependencies = [
3515 "cranelift-codegen-shared",
3516]
3517
3518[[package]]
3519name = "cranelift-codegen-shared"
3520version = "0.116.1"
3521source = "registry+https://github.com/rust-lang/crates.io-index"
3522checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3523
3524[[package]]
3525name = "cranelift-control"
3526version = "0.116.1"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3529dependencies = [
3530 "arbitrary",
3531]
3532
3533[[package]]
3534name = "cranelift-entity"
3535version = "0.116.1"
3536source = "registry+https://github.com/rust-lang/crates.io-index"
3537checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3538dependencies = [
3539 "cranelift-bitset",
3540 "serde",
3541 "serde_derive",
3542]
3543
3544[[package]]
3545name = "cranelift-frontend"
3546version = "0.116.1"
3547source = "registry+https://github.com/rust-lang/crates.io-index"
3548checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3549dependencies = [
3550 "cranelift-codegen",
3551 "log",
3552 "smallvec",
3553 "target-lexicon 0.13.2",
3554]
3555
3556[[package]]
3557name = "cranelift-isle"
3558version = "0.116.1"
3559source = "registry+https://github.com/rust-lang/crates.io-index"
3560checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3561
3562[[package]]
3563name = "cranelift-native"
3564version = "0.116.1"
3565source = "registry+https://github.com/rust-lang/crates.io-index"
3566checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3567dependencies = [
3568 "cranelift-codegen",
3569 "libc",
3570 "target-lexicon 0.13.2",
3571]
3572
3573[[package]]
3574name = "crc"
3575version = "3.2.1"
3576source = "registry+https://github.com/rust-lang/crates.io-index"
3577checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3578dependencies = [
3579 "crc-catalog",
3580]
3581
3582[[package]]
3583name = "crc-catalog"
3584version = "2.4.0"
3585source = "registry+https://github.com/rust-lang/crates.io-index"
3586checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3587
3588[[package]]
3589name = "crc32c"
3590version = "0.6.8"
3591source = "registry+https://github.com/rust-lang/crates.io-index"
3592checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3593dependencies = [
3594 "rustc_version",
3595]
3596
3597[[package]]
3598name = "crc32fast"
3599version = "1.4.2"
3600source = "registry+https://github.com/rust-lang/crates.io-index"
3601checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3602dependencies = [
3603 "cfg-if",
3604]
3605
3606[[package]]
3607name = "crc64fast-nvme"
3608version = "1.1.1"
3609source = "registry+https://github.com/rust-lang/crates.io-index"
3610checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3611dependencies = [
3612 "cbindgen 0.27.0",
3613 "crc",
3614]
3615
3616[[package]]
3617name = "credentials_provider"
3618version = "0.1.0"
3619dependencies = [
3620 "anyhow",
3621 "futures 0.3.31",
3622 "gpui",
3623 "paths",
3624 "release_channel",
3625 "serde",
3626 "serde_json",
3627]
3628
3629[[package]]
3630name = "criterion"
3631version = "0.5.1"
3632source = "registry+https://github.com/rust-lang/crates.io-index"
3633checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3634dependencies = [
3635 "anes",
3636 "cast",
3637 "ciborium",
3638 "clap",
3639 "criterion-plot",
3640 "is-terminal",
3641 "itertools 0.10.5",
3642 "num-traits",
3643 "once_cell",
3644 "oorandom",
3645 "plotters",
3646 "rayon",
3647 "regex",
3648 "serde",
3649 "serde_derive",
3650 "serde_json",
3651 "tinytemplate",
3652 "walkdir",
3653]
3654
3655[[package]]
3656name = "criterion-plot"
3657version = "0.5.0"
3658source = "registry+https://github.com/rust-lang/crates.io-index"
3659checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3660dependencies = [
3661 "cast",
3662 "itertools 0.10.5",
3663]
3664
3665[[package]]
3666name = "crossbeam-channel"
3667version = "0.5.13"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3670dependencies = [
3671 "crossbeam-utils",
3672]
3673
3674[[package]]
3675name = "crossbeam-deque"
3676version = "0.8.5"
3677source = "registry+https://github.com/rust-lang/crates.io-index"
3678checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3679dependencies = [
3680 "crossbeam-epoch",
3681 "crossbeam-utils",
3682]
3683
3684[[package]]
3685name = "crossbeam-epoch"
3686version = "0.9.18"
3687source = "registry+https://github.com/rust-lang/crates.io-index"
3688checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3689dependencies = [
3690 "crossbeam-utils",
3691]
3692
3693[[package]]
3694name = "crossbeam-queue"
3695version = "0.3.11"
3696source = "registry+https://github.com/rust-lang/crates.io-index"
3697checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3698dependencies = [
3699 "crossbeam-utils",
3700]
3701
3702[[package]]
3703name = "crossbeam-utils"
3704version = "0.8.20"
3705source = "registry+https://github.com/rust-lang/crates.io-index"
3706checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3707
3708[[package]]
3709name = "crunchy"
3710version = "0.2.2"
3711source = "registry+https://github.com/rust-lang/crates.io-index"
3712checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3713
3714[[package]]
3715name = "crypto-bigint"
3716version = "0.4.9"
3717source = "registry+https://github.com/rust-lang/crates.io-index"
3718checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3719dependencies = [
3720 "generic-array",
3721 "rand_core 0.6.4",
3722 "subtle",
3723 "zeroize",
3724]
3725
3726[[package]]
3727name = "crypto-bigint"
3728version = "0.5.5"
3729source = "registry+https://github.com/rust-lang/crates.io-index"
3730checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3731dependencies = [
3732 "rand_core 0.6.4",
3733 "subtle",
3734]
3735
3736[[package]]
3737name = "crypto-common"
3738version = "0.1.6"
3739source = "registry+https://github.com/rust-lang/crates.io-index"
3740checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3741dependencies = [
3742 "generic-array",
3743 "rand_core 0.6.4",
3744 "typenum",
3745]
3746
3747[[package]]
3748name = "ctor"
3749version = "0.4.1"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
3752dependencies = [
3753 "ctor-proc-macro",
3754 "dtor",
3755]
3756
3757[[package]]
3758name = "ctor-proc-macro"
3759version = "0.0.5"
3760source = "registry+https://github.com/rust-lang/crates.io-index"
3761checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3762
3763[[package]]
3764name = "ctrlc"
3765version = "3.4.5"
3766source = "registry+https://github.com/rust-lang/crates.io-index"
3767checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3768dependencies = [
3769 "nix",
3770 "windows-sys 0.59.0",
3771]
3772
3773[[package]]
3774name = "cursor-icon"
3775version = "1.1.0"
3776source = "registry+https://github.com/rust-lang/crates.io-index"
3777checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3778
3779[[package]]
3780name = "cxx"
3781version = "1.0.134"
3782source = "registry+https://github.com/rust-lang/crates.io-index"
3783checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3784dependencies = [
3785 "cc",
3786 "cxxbridge-cmd",
3787 "cxxbridge-flags",
3788 "cxxbridge-macro",
3789 "foldhash",
3790 "link-cplusplus",
3791]
3792
3793[[package]]
3794name = "cxx-build"
3795version = "1.0.134"
3796source = "registry+https://github.com/rust-lang/crates.io-index"
3797checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3798dependencies = [
3799 "cc",
3800 "codespan-reporting",
3801 "proc-macro2",
3802 "quote",
3803 "scratch",
3804 "syn 2.0.100",
3805]
3806
3807[[package]]
3808name = "cxxbridge-cmd"
3809version = "1.0.134"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3812dependencies = [
3813 "clap",
3814 "codespan-reporting",
3815 "proc-macro2",
3816 "quote",
3817 "syn 2.0.100",
3818]
3819
3820[[package]]
3821name = "cxxbridge-flags"
3822version = "1.0.134"
3823source = "registry+https://github.com/rust-lang/crates.io-index"
3824checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3825
3826[[package]]
3827name = "cxxbridge-macro"
3828version = "1.0.134"
3829source = "registry+https://github.com/rust-lang/crates.io-index"
3830checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3831dependencies = [
3832 "proc-macro2",
3833 "quote",
3834 "rustversion",
3835 "syn 2.0.100",
3836]
3837
3838[[package]]
3839name = "dashmap"
3840version = "5.5.3"
3841source = "registry+https://github.com/rust-lang/crates.io-index"
3842checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3843dependencies = [
3844 "cfg-if",
3845 "hashbrown 0.14.5",
3846 "lock_api",
3847 "once_cell",
3848 "parking_lot_core",
3849]
3850
3851[[package]]
3852name = "dashmap"
3853version = "6.1.0"
3854source = "registry+https://github.com/rust-lang/crates.io-index"
3855checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3856dependencies = [
3857 "cfg-if",
3858 "crossbeam-utils",
3859 "hashbrown 0.14.5",
3860 "lock_api",
3861 "once_cell",
3862 "parking_lot_core",
3863]
3864
3865[[package]]
3866name = "dasp_sample"
3867version = "0.11.0"
3868source = "registry+https://github.com/rust-lang/crates.io-index"
3869checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3870
3871[[package]]
3872name = "data-encoding"
3873version = "2.6.0"
3874source = "registry+https://github.com/rust-lang/crates.io-index"
3875checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3876
3877[[package]]
3878name = "data-url"
3879version = "0.3.1"
3880source = "registry+https://github.com/rust-lang/crates.io-index"
3881checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3882
3883[[package]]
3884name = "db"
3885version = "0.1.0"
3886dependencies = [
3887 "anyhow",
3888 "gpui",
3889 "indoc",
3890 "log",
3891 "paths",
3892 "release_channel",
3893 "smol",
3894 "sqlez",
3895 "sqlez_macros",
3896 "tempfile",
3897 "util",
3898]
3899
3900[[package]]
3901name = "dbus"
3902version = "0.9.7"
3903source = "registry+https://github.com/rust-lang/crates.io-index"
3904checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3905dependencies = [
3906 "libc",
3907 "libdbus-sys",
3908 "winapi",
3909]
3910
3911[[package]]
3912name = "deepseek"
3913version = "0.1.0"
3914dependencies = [
3915 "anyhow",
3916 "futures 0.3.31",
3917 "http_client",
3918 "schemars",
3919 "serde",
3920 "serde_json",
3921]
3922
3923[[package]]
3924name = "deflate64"
3925version = "0.1.9"
3926source = "registry+https://github.com/rust-lang/crates.io-index"
3927checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3928
3929[[package]]
3930name = "der"
3931version = "0.6.1"
3932source = "registry+https://github.com/rust-lang/crates.io-index"
3933checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3934dependencies = [
3935 "const-oid",
3936 "zeroize",
3937]
3938
3939[[package]]
3940name = "der"
3941version = "0.7.9"
3942source = "registry+https://github.com/rust-lang/crates.io-index"
3943checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3944dependencies = [
3945 "const-oid",
3946 "pem-rfc7468",
3947 "zeroize",
3948]
3949
3950[[package]]
3951name = "deranged"
3952version = "0.3.11"
3953source = "registry+https://github.com/rust-lang/crates.io-index"
3954checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3955dependencies = [
3956 "powerfmt",
3957 "serde",
3958]
3959
3960[[package]]
3961name = "derive_more"
3962version = "0.99.19"
3963source = "registry+https://github.com/rust-lang/crates.io-index"
3964checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
3965dependencies = [
3966 "convert_case 0.4.0",
3967 "proc-macro2",
3968 "quote",
3969 "rustc_version",
3970 "syn 2.0.100",
3971]
3972
3973[[package]]
3974name = "derive_refineable"
3975version = "0.1.0"
3976dependencies = [
3977 "proc-macro2",
3978 "quote",
3979 "syn 1.0.109",
3980]
3981
3982[[package]]
3983name = "diagnostics"
3984version = "0.1.0"
3985dependencies = [
3986 "anyhow",
3987 "client",
3988 "collections",
3989 "ctor",
3990 "editor",
3991 "env_logger 0.11.7",
3992 "gpui",
3993 "language",
3994 "log",
3995 "lsp",
3996 "pretty_assertions",
3997 "project",
3998 "rand 0.8.5",
3999 "serde",
4000 "serde_json",
4001 "settings",
4002 "theme",
4003 "ui",
4004 "unindent",
4005 "util",
4006 "workspace",
4007]
4008
4009[[package]]
4010name = "dialoguer"
4011version = "0.11.0"
4012source = "registry+https://github.com/rust-lang/crates.io-index"
4013checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4014dependencies = [
4015 "console",
4016 "fuzzy-matcher",
4017 "shell-words",
4018 "tempfile",
4019 "thiserror 1.0.69",
4020 "zeroize",
4021]
4022
4023[[package]]
4024name = "diff"
4025version = "0.1.13"
4026source = "registry+https://github.com/rust-lang/crates.io-index"
4027checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4028
4029[[package]]
4030name = "digest"
4031version = "0.10.7"
4032source = "registry+https://github.com/rust-lang/crates.io-index"
4033checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4034dependencies = [
4035 "block-buffer",
4036 "const-oid",
4037 "crypto-common",
4038 "subtle",
4039]
4040
4041[[package]]
4042name = "dirs"
4043version = "4.0.0"
4044source = "registry+https://github.com/rust-lang/crates.io-index"
4045checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4046dependencies = [
4047 "dirs-sys 0.3.7",
4048]
4049
4050[[package]]
4051name = "dirs"
4052version = "5.0.1"
4053source = "registry+https://github.com/rust-lang/crates.io-index"
4054checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4055dependencies = [
4056 "dirs-sys 0.4.1",
4057]
4058
4059[[package]]
4060name = "dirs-sys"
4061version = "0.3.7"
4062source = "registry+https://github.com/rust-lang/crates.io-index"
4063checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4064dependencies = [
4065 "libc",
4066 "redox_users",
4067 "winapi",
4068]
4069
4070[[package]]
4071name = "dirs-sys"
4072version = "0.4.1"
4073source = "registry+https://github.com/rust-lang/crates.io-index"
4074checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4075dependencies = [
4076 "libc",
4077 "option-ext",
4078 "redox_users",
4079 "windows-sys 0.48.0",
4080]
4081
4082[[package]]
4083name = "displaydoc"
4084version = "0.2.5"
4085source = "registry+https://github.com/rust-lang/crates.io-index"
4086checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4087dependencies = [
4088 "proc-macro2",
4089 "quote",
4090 "syn 2.0.100",
4091]
4092
4093[[package]]
4094name = "dlib"
4095version = "0.5.2"
4096source = "registry+https://github.com/rust-lang/crates.io-index"
4097checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4098dependencies = [
4099 "libloading",
4100]
4101
4102[[package]]
4103name = "docs_preprocessor"
4104version = "0.1.0"
4105dependencies = [
4106 "anyhow",
4107 "clap",
4108 "mdbook",
4109 "regex",
4110 "serde",
4111 "serde_json",
4112 "settings",
4113 "util",
4114]
4115
4116[[package]]
4117name = "dotenvy"
4118version = "0.15.7"
4119source = "registry+https://github.com/rust-lang/crates.io-index"
4120checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4121
4122[[package]]
4123name = "downcast-rs"
4124version = "1.2.1"
4125source = "registry+https://github.com/rust-lang/crates.io-index"
4126checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4127
4128[[package]]
4129name = "doxygen-rs"
4130version = "0.4.2"
4131source = "registry+https://github.com/rust-lang/crates.io-index"
4132checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4133dependencies = [
4134 "phf",
4135]
4136
4137[[package]]
4138name = "dtor"
4139version = "0.0.5"
4140source = "registry+https://github.com/rust-lang/crates.io-index"
4141checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
4142dependencies = [
4143 "dtor-proc-macro",
4144]
4145
4146[[package]]
4147name = "dtor-proc-macro"
4148version = "0.0.5"
4149source = "registry+https://github.com/rust-lang/crates.io-index"
4150checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4151
4152[[package]]
4153name = "dunce"
4154version = "1.0.5"
4155source = "registry+https://github.com/rust-lang/crates.io-index"
4156checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4157
4158[[package]]
4159name = "dwrote"
4160version = "0.11.2"
4161source = "registry+https://github.com/rust-lang/crates.io-index"
4162checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
4163dependencies = [
4164 "lazy_static",
4165 "libc",
4166 "winapi",
4167 "wio",
4168]
4169
4170[[package]]
4171name = "dyn-clone"
4172version = "1.0.17"
4173source = "registry+https://github.com/rust-lang/crates.io-index"
4174checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
4175
4176[[package]]
4177name = "ec4rs"
4178version = "1.1.1"
4179source = "registry+https://github.com/rust-lang/crates.io-index"
4180checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
4181
4182[[package]]
4183name = "ecdsa"
4184version = "0.14.8"
4185source = "registry+https://github.com/rust-lang/crates.io-index"
4186checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4187dependencies = [
4188 "der 0.6.1",
4189 "elliptic-curve",
4190 "rfc6979",
4191 "signature 1.6.4",
4192]
4193
4194[[package]]
4195name = "editor"
4196version = "0.1.0"
4197dependencies = [
4198 "aho-corasick",
4199 "anyhow",
4200 "assets",
4201 "buffer_diff",
4202 "chrono",
4203 "client",
4204 "clock",
4205 "collections",
4206 "convert_case 0.8.0",
4207 "ctor",
4208 "db",
4209 "emojis",
4210 "env_logger 0.11.7",
4211 "file_icons",
4212 "fs",
4213 "futures 0.3.31",
4214 "fuzzy",
4215 "git",
4216 "gpui",
4217 "http_client",
4218 "indoc",
4219 "inline_completion",
4220 "itertools 0.14.0",
4221 "language",
4222 "languages",
4223 "linkify",
4224 "log",
4225 "lsp",
4226 "markdown",
4227 "multi_buffer",
4228 "ordered-float 2.10.1",
4229 "parking_lot",
4230 "pretty_assertions",
4231 "project",
4232 "rand 0.8.5",
4233 "release_channel",
4234 "rpc",
4235 "schemars",
4236 "serde",
4237 "serde_json",
4238 "settings",
4239 "smallvec",
4240 "smol",
4241 "snippet",
4242 "sum_tree",
4243 "task",
4244 "telemetry",
4245 "tempfile",
4246 "text",
4247 "theme",
4248 "time",
4249 "time_format",
4250 "tree-sitter-html",
4251 "tree-sitter-rust",
4252 "tree-sitter-typescript",
4253 "ui",
4254 "unicode-script",
4255 "unicode-segmentation",
4256 "unindent",
4257 "url",
4258 "util",
4259 "uuid",
4260 "workspace",
4261 "zed_actions",
4262]
4263
4264[[package]]
4265name = "either"
4266version = "1.13.0"
4267source = "registry+https://github.com/rust-lang/crates.io-index"
4268checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4269dependencies = [
4270 "serde",
4271]
4272
4273[[package]]
4274name = "elasticlunr-rs"
4275version = "3.0.2"
4276source = "registry+https://github.com/rust-lang/crates.io-index"
4277checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4278dependencies = [
4279 "regex",
4280 "serde",
4281 "serde_derive",
4282 "serde_json",
4283]
4284
4285[[package]]
4286name = "elliptic-curve"
4287version = "0.12.3"
4288source = "registry+https://github.com/rust-lang/crates.io-index"
4289checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4290dependencies = [
4291 "base16ct",
4292 "crypto-bigint 0.4.9",
4293 "der 0.6.1",
4294 "digest",
4295 "ff",
4296 "generic-array",
4297 "group",
4298 "pkcs8 0.9.0",
4299 "rand_core 0.6.4",
4300 "sec1",
4301 "subtle",
4302 "zeroize",
4303]
4304
4305[[package]]
4306name = "embed-resource"
4307version = "3.0.2"
4308source = "registry+https://github.com/rust-lang/crates.io-index"
4309checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4310dependencies = [
4311 "cc",
4312 "memchr",
4313 "rustc_version",
4314 "toml 0.8.20",
4315 "vswhom",
4316 "winreg 0.52.0",
4317]
4318
4319[[package]]
4320name = "embedded-io"
4321version = "0.4.0"
4322source = "registry+https://github.com/rust-lang/crates.io-index"
4323checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4324
4325[[package]]
4326name = "embedded-io"
4327version = "0.6.1"
4328source = "registry+https://github.com/rust-lang/crates.io-index"
4329checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4330
4331[[package]]
4332name = "emojis"
4333version = "0.6.4"
4334source = "registry+https://github.com/rust-lang/crates.io-index"
4335checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4336dependencies = [
4337 "phf",
4338]
4339
4340[[package]]
4341name = "encode_unicode"
4342version = "0.3.6"
4343source = "registry+https://github.com/rust-lang/crates.io-index"
4344checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4345
4346[[package]]
4347name = "encoding_rs"
4348version = "0.8.35"
4349source = "registry+https://github.com/rust-lang/crates.io-index"
4350checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4351dependencies = [
4352 "cfg-if",
4353]
4354
4355[[package]]
4356name = "endi"
4357version = "1.1.0"
4358source = "registry+https://github.com/rust-lang/crates.io-index"
4359checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4360
4361[[package]]
4362name = "enumflags2"
4363version = "0.7.10"
4364source = "registry+https://github.com/rust-lang/crates.io-index"
4365checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4366dependencies = [
4367 "enumflags2_derive",
4368 "serde",
4369]
4370
4371[[package]]
4372name = "enumflags2_derive"
4373version = "0.7.10"
4374source = "registry+https://github.com/rust-lang/crates.io-index"
4375checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4376dependencies = [
4377 "proc-macro2",
4378 "quote",
4379 "syn 2.0.100",
4380]
4381
4382[[package]]
4383name = "env_filter"
4384version = "0.1.2"
4385source = "registry+https://github.com/rust-lang/crates.io-index"
4386checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4387dependencies = [
4388 "log",
4389 "regex",
4390]
4391
4392[[package]]
4393name = "env_home"
4394version = "0.1.0"
4395source = "registry+https://github.com/rust-lang/crates.io-index"
4396checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
4397
4398[[package]]
4399name = "env_logger"
4400version = "0.10.2"
4401source = "registry+https://github.com/rust-lang/crates.io-index"
4402checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4403dependencies = [
4404 "humantime",
4405 "is-terminal",
4406 "log",
4407 "regex",
4408 "termcolor",
4409]
4410
4411[[package]]
4412name = "env_logger"
4413version = "0.11.7"
4414source = "registry+https://github.com/rust-lang/crates.io-index"
4415checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
4416dependencies = [
4417 "anstream",
4418 "anstyle",
4419 "env_filter",
4420 "jiff",
4421 "log",
4422]
4423
4424[[package]]
4425name = "envy"
4426version = "0.4.2"
4427source = "registry+https://github.com/rust-lang/crates.io-index"
4428checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4429dependencies = [
4430 "serde",
4431]
4432
4433[[package]]
4434name = "equivalent"
4435version = "1.0.1"
4436source = "registry+https://github.com/rust-lang/crates.io-index"
4437checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4438
4439[[package]]
4440name = "erased-serde"
4441version = "0.4.5"
4442source = "registry+https://github.com/rust-lang/crates.io-index"
4443checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4444dependencies = [
4445 "serde",
4446 "typeid",
4447]
4448
4449[[package]]
4450name = "errno"
4451version = "0.2.8"
4452source = "registry+https://github.com/rust-lang/crates.io-index"
4453checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4454dependencies = [
4455 "errno-dragonfly",
4456 "libc",
4457 "winapi",
4458]
4459
4460[[package]]
4461name = "errno"
4462version = "0.3.10"
4463source = "registry+https://github.com/rust-lang/crates.io-index"
4464checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4465dependencies = [
4466 "libc",
4467 "windows-sys 0.59.0",
4468]
4469
4470[[package]]
4471name = "errno-dragonfly"
4472version = "0.1.2"
4473source = "registry+https://github.com/rust-lang/crates.io-index"
4474checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4475dependencies = [
4476 "cc",
4477 "libc",
4478]
4479
4480[[package]]
4481name = "etagere"
4482version = "0.2.15"
4483source = "registry+https://github.com/rust-lang/crates.io-index"
4484checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4485dependencies = [
4486 "euclid",
4487 "svg_fmt",
4488]
4489
4490[[package]]
4491name = "etcetera"
4492version = "0.8.0"
4493source = "registry+https://github.com/rust-lang/crates.io-index"
4494checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4495dependencies = [
4496 "cfg-if",
4497 "home",
4498 "windows-sys 0.48.0",
4499]
4500
4501[[package]]
4502name = "euclid"
4503version = "0.22.11"
4504source = "registry+https://github.com/rust-lang/crates.io-index"
4505checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4506dependencies = [
4507 "num-traits",
4508]
4509
4510[[package]]
4511name = "evals"
4512version = "0.1.0"
4513dependencies = [
4514 "anyhow",
4515 "clap",
4516 "client",
4517 "clock",
4518 "collections",
4519 "env_logger 0.11.7",
4520 "feature_flags",
4521 "fs",
4522 "gpui",
4523 "http_client",
4524 "language",
4525 "languages",
4526 "node_runtime",
4527 "open_ai",
4528 "project",
4529 "reqwest_client",
4530 "semantic_index",
4531 "serde",
4532 "serde_json",
4533 "settings",
4534 "smol",
4535 "util",
4536]
4537
4538[[package]]
4539name = "event-listener"
4540version = "2.5.3"
4541source = "registry+https://github.com/rust-lang/crates.io-index"
4542checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4543
4544[[package]]
4545name = "event-listener"
4546version = "5.3.1"
4547source = "registry+https://github.com/rust-lang/crates.io-index"
4548checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4549dependencies = [
4550 "concurrent-queue",
4551 "parking",
4552 "pin-project-lite",
4553]
4554
4555[[package]]
4556name = "event-listener-strategy"
4557version = "0.5.3"
4558source = "registry+https://github.com/rust-lang/crates.io-index"
4559checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4560dependencies = [
4561 "event-listener 5.3.1",
4562 "pin-project-lite",
4563]
4564
4565[[package]]
4566name = "exec"
4567version = "0.3.1"
4568source = "registry+https://github.com/rust-lang/crates.io-index"
4569checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4570dependencies = [
4571 "errno 0.2.8",
4572 "libc",
4573]
4574
4575[[package]]
4576name = "exr"
4577version = "1.73.0"
4578source = "registry+https://github.com/rust-lang/crates.io-index"
4579checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4580dependencies = [
4581 "bit_field",
4582 "half",
4583 "lebe",
4584 "miniz_oxide",
4585 "rayon-core",
4586 "smallvec",
4587 "zune-inflate",
4588]
4589
4590[[package]]
4591name = "extension"
4592version = "0.1.0"
4593dependencies = [
4594 "anyhow",
4595 "async-compression",
4596 "async-tar",
4597 "async-trait",
4598 "collections",
4599 "convert_case 0.8.0",
4600 "fs",
4601 "futures 0.3.31",
4602 "gpui",
4603 "http_client",
4604 "language",
4605 "log",
4606 "lsp",
4607 "parking_lot",
4608 "semantic_version",
4609 "serde",
4610 "serde_json",
4611 "toml 0.8.20",
4612 "util",
4613 "wasm-encoder 0.221.3",
4614 "wasmparser 0.221.3",
4615 "wit-component 0.221.3",
4616]
4617
4618[[package]]
4619name = "extension_cli"
4620version = "0.1.0"
4621dependencies = [
4622 "anyhow",
4623 "clap",
4624 "env_logger 0.11.7",
4625 "extension",
4626 "fs",
4627 "language",
4628 "log",
4629 "reqwest_client",
4630 "rpc",
4631 "serde",
4632 "serde_json",
4633 "theme",
4634 "tokio",
4635 "toml 0.8.20",
4636 "tree-sitter",
4637 "wasmtime",
4638]
4639
4640[[package]]
4641name = "extension_host"
4642version = "0.1.0"
4643dependencies = [
4644 "anyhow",
4645 "async-compression",
4646 "async-tar",
4647 "async-trait",
4648 "client",
4649 "collections",
4650 "context_server_settings",
4651 "ctor",
4652 "env_logger 0.11.7",
4653 "extension",
4654 "fs",
4655 "futures 0.3.31",
4656 "gpui",
4657 "http_client",
4658 "language",
4659 "language_extension",
4660 "log",
4661 "lsp",
4662 "node_runtime",
4663 "parking_lot",
4664 "paths",
4665 "project",
4666 "release_channel",
4667 "remote",
4668 "reqwest_client",
4669 "schemars",
4670 "semantic_version",
4671 "serde",
4672 "serde_json",
4673 "serde_json_lenient",
4674 "settings",
4675 "task",
4676 "telemetry",
4677 "tempfile",
4678 "theme",
4679 "theme_extension",
4680 "toml 0.8.20",
4681 "url",
4682 "util",
4683 "wasmparser 0.221.3",
4684 "wasmtime",
4685 "wasmtime-wasi",
4686]
4687
4688[[package]]
4689name = "extensions_ui"
4690version = "0.1.0"
4691dependencies = [
4692 "anyhow",
4693 "client",
4694 "collections",
4695 "db",
4696 "editor",
4697 "extension_host",
4698 "feature_flags",
4699 "fs",
4700 "fuzzy",
4701 "gpui",
4702 "language",
4703 "num-format",
4704 "picker",
4705 "project",
4706 "release_channel",
4707 "semantic_version",
4708 "serde",
4709 "settings",
4710 "smallvec",
4711 "telemetry",
4712 "theme",
4713 "ui",
4714 "util",
4715 "vim_mode_setting",
4716 "workspace",
4717 "zed_actions",
4718]
4719
4720[[package]]
4721name = "fallible-iterator"
4722version = "0.3.0"
4723source = "registry+https://github.com/rust-lang/crates.io-index"
4724checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4725
4726[[package]]
4727name = "fancy-regex"
4728version = "0.13.0"
4729source = "registry+https://github.com/rust-lang/crates.io-index"
4730checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4731dependencies = [
4732 "bit-set 0.5.3",
4733 "regex-automata 0.4.9",
4734 "regex-syntax 0.8.5",
4735]
4736
4737[[package]]
4738name = "fancy-regex"
4739version = "0.14.0"
4740source = "registry+https://github.com/rust-lang/crates.io-index"
4741checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4742dependencies = [
4743 "bit-set 0.8.0",
4744 "regex-automata 0.4.9",
4745 "regex-syntax 0.8.5",
4746]
4747
4748[[package]]
4749name = "fast-srgb8"
4750version = "1.0.0"
4751source = "registry+https://github.com/rust-lang/crates.io-index"
4752checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4753
4754[[package]]
4755name = "fastrand"
4756version = "1.9.0"
4757source = "registry+https://github.com/rust-lang/crates.io-index"
4758checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4759dependencies = [
4760 "instant",
4761]
4762
4763[[package]]
4764name = "fastrand"
4765version = "2.3.0"
4766source = "registry+https://github.com/rust-lang/crates.io-index"
4767checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4768
4769[[package]]
4770name = "fd-lock"
4771version = "4.0.2"
4772source = "registry+https://github.com/rust-lang/crates.io-index"
4773checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4774dependencies = [
4775 "cfg-if",
4776 "rustix",
4777 "windows-sys 0.52.0",
4778]
4779
4780[[package]]
4781name = "fdeflate"
4782version = "0.3.7"
4783source = "registry+https://github.com/rust-lang/crates.io-index"
4784checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4785dependencies = [
4786 "simd-adler32",
4787]
4788
4789[[package]]
4790name = "feature_flags"
4791version = "0.1.0"
4792dependencies = [
4793 "futures 0.3.31",
4794 "gpui",
4795 "smol",
4796]
4797
4798[[package]]
4799name = "feedback"
4800version = "0.1.0"
4801dependencies = [
4802 "anyhow",
4803 "bitflags 2.8.0",
4804 "client",
4805 "db",
4806 "editor",
4807 "futures 0.3.31",
4808 "gpui",
4809 "http_client",
4810 "human_bytes",
4811 "language",
4812 "log",
4813 "menu",
4814 "project",
4815 "regex",
4816 "release_channel",
4817 "serde",
4818 "serde_derive",
4819 "serde_json",
4820 "smol",
4821 "sysinfo",
4822 "ui",
4823 "urlencoding",
4824 "util",
4825 "workspace",
4826 "zed_actions",
4827]
4828
4829[[package]]
4830name = "ff"
4831version = "0.12.1"
4832source = "registry+https://github.com/rust-lang/crates.io-index"
4833checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4834dependencies = [
4835 "rand_core 0.6.4",
4836 "subtle",
4837]
4838
4839[[package]]
4840name = "file_finder"
4841version = "0.1.0"
4842dependencies = [
4843 "anyhow",
4844 "collections",
4845 "ctor",
4846 "editor",
4847 "env_logger 0.11.7",
4848 "file_icons",
4849 "futures 0.3.31",
4850 "fuzzy",
4851 "gpui",
4852 "language",
4853 "menu",
4854 "picker",
4855 "project",
4856 "schemars",
4857 "serde",
4858 "serde_derive",
4859 "serde_json",
4860 "settings",
4861 "text",
4862 "theme",
4863 "ui",
4864 "util",
4865 "workspace",
4866]
4867
4868[[package]]
4869name = "file_icons"
4870version = "0.1.0"
4871dependencies = [
4872 "gpui",
4873 "serde",
4874 "settings",
4875 "theme",
4876 "util",
4877]
4878
4879[[package]]
4880name = "filedescriptor"
4881version = "0.8.3"
4882source = "registry+https://github.com/rust-lang/crates.io-index"
4883checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
4884dependencies = [
4885 "libc",
4886 "thiserror 1.0.69",
4887 "winapi",
4888]
4889
4890[[package]]
4891name = "filetime"
4892version = "0.2.25"
4893source = "registry+https://github.com/rust-lang/crates.io-index"
4894checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4895dependencies = [
4896 "cfg-if",
4897 "libc",
4898 "libredox",
4899 "windows-sys 0.59.0",
4900]
4901
4902[[package]]
4903name = "fixedbitset"
4904version = "0.4.2"
4905source = "registry+https://github.com/rust-lang/crates.io-index"
4906checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4907
4908[[package]]
4909name = "flate2"
4910version = "1.0.35"
4911source = "registry+https://github.com/rust-lang/crates.io-index"
4912checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4913dependencies = [
4914 "crc32fast",
4915 "miniz_oxide",
4916]
4917
4918[[package]]
4919name = "float-cmp"
4920version = "0.9.0"
4921source = "registry+https://github.com/rust-lang/crates.io-index"
4922checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4923
4924[[package]]
4925name = "float-ord"
4926version = "0.3.2"
4927source = "registry+https://github.com/rust-lang/crates.io-index"
4928checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4929
4930[[package]]
4931name = "float_next_after"
4932version = "1.0.0"
4933source = "registry+https://github.com/rust-lang/crates.io-index"
4934checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
4935
4936[[package]]
4937name = "flume"
4938version = "0.11.1"
4939source = "registry+https://github.com/rust-lang/crates.io-index"
4940checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4941dependencies = [
4942 "futures-core",
4943 "futures-sink",
4944 "nanorand",
4945 "spin",
4946]
4947
4948[[package]]
4949name = "fnv"
4950version = "1.0.7"
4951source = "registry+https://github.com/rust-lang/crates.io-index"
4952checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4953
4954[[package]]
4955name = "foldhash"
4956version = "0.1.3"
4957source = "registry+https://github.com/rust-lang/crates.io-index"
4958checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4959
4960[[package]]
4961name = "font-kit"
4962version = "0.14.1"
4963source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4964dependencies = [
4965 "bitflags 2.8.0",
4966 "byteorder",
4967 "core-foundation 0.9.4",
4968 "core-graphics 0.23.2",
4969 "core-text",
4970 "dirs 5.0.1",
4971 "dwrote",
4972 "float-ord",
4973 "freetype-sys",
4974 "lazy_static",
4975 "libc",
4976 "log",
4977 "pathfinder_geometry",
4978 "pathfinder_simd",
4979 "walkdir",
4980 "winapi",
4981 "yeslogic-fontconfig-sys",
4982]
4983
4984[[package]]
4985name = "font-types"
4986version = "0.7.3"
4987source = "registry+https://github.com/rust-lang/crates.io-index"
4988checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4989dependencies = [
4990 "bytemuck",
4991]
4992
4993[[package]]
4994name = "fontconfig-parser"
4995version = "0.5.7"
4996source = "registry+https://github.com/rust-lang/crates.io-index"
4997checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4998dependencies = [
4999 "roxmltree",
5000]
5001
5002[[package]]
5003name = "fontdb"
5004version = "0.18.0"
5005source = "registry+https://github.com/rust-lang/crates.io-index"
5006checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
5007dependencies = [
5008 "fontconfig-parser",
5009 "log",
5010 "memmap2",
5011 "slotmap",
5012 "tinyvec",
5013 "ttf-parser 0.21.1",
5014]
5015
5016[[package]]
5017name = "fontdb"
5018version = "0.23.0"
5019source = "registry+https://github.com/rust-lang/crates.io-index"
5020checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
5021dependencies = [
5022 "fontconfig-parser",
5023 "log",
5024 "memmap2",
5025 "slotmap",
5026 "tinyvec",
5027 "ttf-parser 0.25.1",
5028]
5029
5030[[package]]
5031name = "foreign-types"
5032version = "0.3.2"
5033source = "registry+https://github.com/rust-lang/crates.io-index"
5034checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
5035dependencies = [
5036 "foreign-types-shared 0.1.1",
5037]
5038
5039[[package]]
5040name = "foreign-types"
5041version = "0.5.0"
5042source = "registry+https://github.com/rust-lang/crates.io-index"
5043checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5044dependencies = [
5045 "foreign-types-macros",
5046 "foreign-types-shared 0.3.1",
5047]
5048
5049[[package]]
5050name = "foreign-types-macros"
5051version = "0.2.3"
5052source = "registry+https://github.com/rust-lang/crates.io-index"
5053checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5054dependencies = [
5055 "proc-macro2",
5056 "quote",
5057 "syn 2.0.100",
5058]
5059
5060[[package]]
5061name = "foreign-types-shared"
5062version = "0.1.1"
5063source = "registry+https://github.com/rust-lang/crates.io-index"
5064checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5065
5066[[package]]
5067name = "foreign-types-shared"
5068version = "0.3.1"
5069source = "registry+https://github.com/rust-lang/crates.io-index"
5070checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5071
5072[[package]]
5073name = "fork"
5074version = "0.2.0"
5075source = "registry+https://github.com/rust-lang/crates.io-index"
5076checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5077dependencies = [
5078 "libc",
5079]
5080
5081[[package]]
5082name = "form_urlencoded"
5083version = "1.2.1"
5084source = "registry+https://github.com/rust-lang/crates.io-index"
5085checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5086dependencies = [
5087 "percent-encoding",
5088]
5089
5090[[package]]
5091name = "freetype-sys"
5092version = "0.20.1"
5093source = "registry+https://github.com/rust-lang/crates.io-index"
5094checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5095dependencies = [
5096 "cc",
5097 "libc",
5098 "pkg-config",
5099]
5100
5101[[package]]
5102name = "fs"
5103version = "0.1.0"
5104dependencies = [
5105 "anyhow",
5106 "ashpd",
5107 "async-tar",
5108 "async-trait",
5109 "cocoa 0.26.0",
5110 "collections",
5111 "fsevent",
5112 "futures 0.3.31",
5113 "git",
5114 "git2",
5115 "gpui",
5116 "libc",
5117 "log",
5118 "notify 6.1.1",
5119 "objc",
5120 "parking_lot",
5121 "paths",
5122 "proto",
5123 "rope",
5124 "serde",
5125 "serde_json",
5126 "smol",
5127 "tempfile",
5128 "text",
5129 "time",
5130 "util",
5131 "windows 0.60.0",
5132]
5133
5134[[package]]
5135name = "fs-set-times"
5136version = "0.20.2"
5137source = "registry+https://github.com/rust-lang/crates.io-index"
5138checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
5139dependencies = [
5140 "io-lifetimes",
5141 "rustix",
5142 "windows-sys 0.59.0",
5143]
5144
5145[[package]]
5146name = "fs2"
5147version = "0.4.3"
5148source = "registry+https://github.com/rust-lang/crates.io-index"
5149checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5150dependencies = [
5151 "libc",
5152 "winapi",
5153]
5154
5155[[package]]
5156name = "fs_extra"
5157version = "1.3.0"
5158source = "registry+https://github.com/rust-lang/crates.io-index"
5159checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5160
5161[[package]]
5162name = "fsevent"
5163version = "0.1.0"
5164dependencies = [
5165 "bitflags 2.8.0",
5166 "core-foundation 0.9.4",
5167 "fsevent-sys 3.1.0",
5168 "parking_lot",
5169 "tempfile",
5170]
5171
5172[[package]]
5173name = "fsevent-sys"
5174version = "3.1.0"
5175source = "registry+https://github.com/rust-lang/crates.io-index"
5176checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5177dependencies = [
5178 "libc",
5179]
5180
5181[[package]]
5182name = "fsevent-sys"
5183version = "4.1.0"
5184source = "registry+https://github.com/rust-lang/crates.io-index"
5185checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5186dependencies = [
5187 "libc",
5188]
5189
5190[[package]]
5191name = "funty"
5192version = "2.0.0"
5193source = "registry+https://github.com/rust-lang/crates.io-index"
5194checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5195
5196[[package]]
5197name = "futf"
5198version = "0.1.5"
5199source = "registry+https://github.com/rust-lang/crates.io-index"
5200checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5201dependencies = [
5202 "mac",
5203 "new_debug_unreachable",
5204]
5205
5206[[package]]
5207name = "futures"
5208version = "0.1.31"
5209source = "registry+https://github.com/rust-lang/crates.io-index"
5210checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5211
5212[[package]]
5213name = "futures"
5214version = "0.3.31"
5215source = "registry+https://github.com/rust-lang/crates.io-index"
5216checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5217dependencies = [
5218 "futures-channel",
5219 "futures-core",
5220 "futures-executor",
5221 "futures-io",
5222 "futures-sink",
5223 "futures-task",
5224 "futures-util",
5225]
5226
5227[[package]]
5228name = "futures-batch"
5229version = "0.6.1"
5230source = "registry+https://github.com/rust-lang/crates.io-index"
5231checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5232dependencies = [
5233 "futures 0.3.31",
5234 "futures-timer",
5235 "pin-utils",
5236]
5237
5238[[package]]
5239name = "futures-channel"
5240version = "0.3.31"
5241source = "registry+https://github.com/rust-lang/crates.io-index"
5242checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5243dependencies = [
5244 "futures-core",
5245 "futures-sink",
5246]
5247
5248[[package]]
5249name = "futures-core"
5250version = "0.3.31"
5251source = "registry+https://github.com/rust-lang/crates.io-index"
5252checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5253
5254[[package]]
5255name = "futures-executor"
5256version = "0.3.31"
5257source = "registry+https://github.com/rust-lang/crates.io-index"
5258checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5259dependencies = [
5260 "futures-core",
5261 "futures-task",
5262 "futures-util",
5263]
5264
5265[[package]]
5266name = "futures-intrusive"
5267version = "0.5.0"
5268source = "registry+https://github.com/rust-lang/crates.io-index"
5269checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5270dependencies = [
5271 "futures-core",
5272 "lock_api",
5273 "parking_lot",
5274]
5275
5276[[package]]
5277name = "futures-io"
5278version = "0.3.31"
5279source = "registry+https://github.com/rust-lang/crates.io-index"
5280checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5281
5282[[package]]
5283name = "futures-lite"
5284version = "1.13.0"
5285source = "registry+https://github.com/rust-lang/crates.io-index"
5286checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5287dependencies = [
5288 "fastrand 1.9.0",
5289 "futures-core",
5290 "futures-io",
5291 "memchr",
5292 "parking",
5293 "pin-project-lite",
5294 "waker-fn",
5295]
5296
5297[[package]]
5298name = "futures-lite"
5299version = "2.6.0"
5300source = "registry+https://github.com/rust-lang/crates.io-index"
5301checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5302dependencies = [
5303 "fastrand 2.3.0",
5304 "futures-core",
5305 "futures-io",
5306 "parking",
5307 "pin-project-lite",
5308]
5309
5310[[package]]
5311name = "futures-macro"
5312version = "0.3.31"
5313source = "registry+https://github.com/rust-lang/crates.io-index"
5314checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5315dependencies = [
5316 "proc-macro2",
5317 "quote",
5318 "syn 2.0.100",
5319]
5320
5321[[package]]
5322name = "futures-sink"
5323version = "0.3.31"
5324source = "registry+https://github.com/rust-lang/crates.io-index"
5325checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5326
5327[[package]]
5328name = "futures-task"
5329version = "0.3.31"
5330source = "registry+https://github.com/rust-lang/crates.io-index"
5331checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5332
5333[[package]]
5334name = "futures-timer"
5335version = "3.0.3"
5336source = "registry+https://github.com/rust-lang/crates.io-index"
5337checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5338
5339[[package]]
5340name = "futures-util"
5341version = "0.3.31"
5342source = "registry+https://github.com/rust-lang/crates.io-index"
5343checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5344dependencies = [
5345 "futures 0.1.31",
5346 "futures-channel",
5347 "futures-core",
5348 "futures-io",
5349 "futures-macro",
5350 "futures-sink",
5351 "futures-task",
5352 "memchr",
5353 "pin-project-lite",
5354 "pin-utils",
5355 "slab",
5356 "tokio-io",
5357]
5358
5359[[package]]
5360name = "fuzzy"
5361version = "0.1.0"
5362dependencies = [
5363 "gpui",
5364 "log",
5365 "util",
5366]
5367
5368[[package]]
5369name = "fuzzy-matcher"
5370version = "0.3.7"
5371source = "registry+https://github.com/rust-lang/crates.io-index"
5372checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5373dependencies = [
5374 "thread_local",
5375]
5376
5377[[package]]
5378name = "generic-array"
5379version = "0.14.7"
5380source = "registry+https://github.com/rust-lang/crates.io-index"
5381checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5382dependencies = [
5383 "typenum",
5384 "version_check",
5385]
5386
5387[[package]]
5388name = "gethostname"
5389version = "0.4.3"
5390source = "registry+https://github.com/rust-lang/crates.io-index"
5391checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5392dependencies = [
5393 "libc",
5394 "windows-targets 0.48.5",
5395]
5396
5397[[package]]
5398name = "getrandom"
5399version = "0.1.16"
5400source = "registry+https://github.com/rust-lang/crates.io-index"
5401checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5402dependencies = [
5403 "cfg-if",
5404 "libc",
5405 "wasi 0.9.0+wasi-snapshot-preview1",
5406]
5407
5408[[package]]
5409name = "getrandom"
5410version = "0.2.15"
5411source = "registry+https://github.com/rust-lang/crates.io-index"
5412checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5413dependencies = [
5414 "cfg-if",
5415 "js-sys",
5416 "libc",
5417 "wasi 0.11.0+wasi-snapshot-preview1",
5418 "wasm-bindgen",
5419]
5420
5421[[package]]
5422name = "getrandom"
5423version = "0.3.1"
5424source = "registry+https://github.com/rust-lang/crates.io-index"
5425checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
5426dependencies = [
5427 "cfg-if",
5428 "libc",
5429 "wasi 0.13.3+wasi-0.2.2",
5430 "windows-targets 0.52.6",
5431]
5432
5433[[package]]
5434name = "gif"
5435version = "0.13.1"
5436source = "registry+https://github.com/rust-lang/crates.io-index"
5437checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5438dependencies = [
5439 "color_quant",
5440 "weezl",
5441]
5442
5443[[package]]
5444name = "gimli"
5445version = "0.31.1"
5446source = "registry+https://github.com/rust-lang/crates.io-index"
5447checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5448dependencies = [
5449 "fallible-iterator",
5450 "indexmap",
5451 "stable_deref_trait",
5452]
5453
5454[[package]]
5455name = "git"
5456version = "0.1.0"
5457dependencies = [
5458 "anyhow",
5459 "askpass",
5460 "async-trait",
5461 "collections",
5462 "derive_more",
5463 "futures 0.3.31",
5464 "git2",
5465 "gpui",
5466 "http_client",
5467 "log",
5468 "parking_lot",
5469 "pretty_assertions",
5470 "regex",
5471 "rope",
5472 "schemars",
5473 "serde",
5474 "serde_json",
5475 "smol",
5476 "sum_tree",
5477 "text",
5478 "time",
5479 "unindent",
5480 "url",
5481 "util",
5482]
5483
5484[[package]]
5485name = "git2"
5486version = "0.20.0"
5487source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
5488dependencies = [
5489 "bitflags 2.8.0",
5490 "libc",
5491 "libgit2-sys",
5492 "log",
5493 "url",
5494]
5495
5496[[package]]
5497name = "git_hosting_providers"
5498version = "0.1.0"
5499dependencies = [
5500 "anyhow",
5501 "async-trait",
5502 "futures 0.3.31",
5503 "git",
5504 "gpui",
5505 "http_client",
5506 "indoc",
5507 "pretty_assertions",
5508 "regex",
5509 "serde",
5510 "serde_json",
5511 "url",
5512 "util",
5513]
5514
5515[[package]]
5516name = "git_ui"
5517version = "0.1.0"
5518dependencies = [
5519 "anyhow",
5520 "askpass",
5521 "assistant_settings",
5522 "buffer_diff",
5523 "chrono",
5524 "collections",
5525 "command_palette_hooks",
5526 "component",
5527 "ctor",
5528 "db",
5529 "editor",
5530 "env_logger 0.11.7",
5531 "futures 0.3.31",
5532 "fuzzy",
5533 "git",
5534 "gpui",
5535 "itertools 0.14.0",
5536 "language",
5537 "language_model",
5538 "linkify",
5539 "linkme",
5540 "log",
5541 "menu",
5542 "multi_buffer",
5543 "notifications",
5544 "panel",
5545 "picker",
5546 "postage",
5547 "pretty_assertions",
5548 "project",
5549 "schemars",
5550 "serde",
5551 "serde_derive",
5552 "serde_json",
5553 "settings",
5554 "smallvec",
5555 "strum",
5556 "telemetry",
5557 "theme",
5558 "time",
5559 "time_format",
5560 "ui",
5561 "unindent",
5562 "util",
5563 "windows 0.60.0",
5564 "workspace",
5565 "zed_actions",
5566]
5567
5568[[package]]
5569name = "glob"
5570version = "0.3.1"
5571source = "registry+https://github.com/rust-lang/crates.io-index"
5572checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5573
5574[[package]]
5575name = "globset"
5576version = "0.4.16"
5577source = "registry+https://github.com/rust-lang/crates.io-index"
5578checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
5579dependencies = [
5580 "aho-corasick",
5581 "bstr",
5582 "log",
5583 "regex-automata 0.4.9",
5584 "regex-syntax 0.8.5",
5585]
5586
5587[[package]]
5588name = "gloo-timers"
5589version = "0.3.0"
5590source = "registry+https://github.com/rust-lang/crates.io-index"
5591checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5592dependencies = [
5593 "futures-channel",
5594 "futures-core",
5595 "js-sys",
5596 "wasm-bindgen",
5597]
5598
5599[[package]]
5600name = "glow"
5601version = "0.14.2"
5602source = "registry+https://github.com/rust-lang/crates.io-index"
5603checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5604dependencies = [
5605 "js-sys",
5606 "slotmap",
5607 "wasm-bindgen",
5608 "web-sys",
5609]
5610
5611[[package]]
5612name = "go_to_line"
5613version = "0.1.0"
5614dependencies = [
5615 "anyhow",
5616 "editor",
5617 "gpui",
5618 "indoc",
5619 "language",
5620 "menu",
5621 "project",
5622 "rope",
5623 "schemars",
5624 "serde",
5625 "serde_json",
5626 "settings",
5627 "text",
5628 "theme",
5629 "tree-sitter-rust",
5630 "tree-sitter-typescript",
5631 "ui",
5632 "util",
5633 "workspace",
5634]
5635
5636[[package]]
5637name = "google_ai"
5638version = "0.1.0"
5639dependencies = [
5640 "anyhow",
5641 "futures 0.3.31",
5642 "http_client",
5643 "schemars",
5644 "serde",
5645 "serde_json",
5646 "strum",
5647]
5648
5649[[package]]
5650name = "gpu-alloc"
5651version = "0.6.0"
5652source = "registry+https://github.com/rust-lang/crates.io-index"
5653checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5654dependencies = [
5655 "bitflags 2.8.0",
5656 "gpu-alloc-types",
5657]
5658
5659[[package]]
5660name = "gpu-alloc-ash"
5661version = "0.7.0"
5662source = "registry+https://github.com/rust-lang/crates.io-index"
5663checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5664dependencies = [
5665 "ash",
5666 "gpu-alloc-types",
5667 "tinyvec",
5668]
5669
5670[[package]]
5671name = "gpu-alloc-types"
5672version = "0.3.0"
5673source = "registry+https://github.com/rust-lang/crates.io-index"
5674checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5675dependencies = [
5676 "bitflags 2.8.0",
5677]
5678
5679[[package]]
5680name = "gpui"
5681version = "0.1.0"
5682dependencies = [
5683 "anyhow",
5684 "as-raw-xcb-connection",
5685 "ashpd",
5686 "async-task",
5687 "backtrace",
5688 "bindgen 0.70.1",
5689 "blade-graphics",
5690 "blade-macros",
5691 "blade-util",
5692 "block",
5693 "bytemuck",
5694 "calloop",
5695 "calloop-wayland-source",
5696 "cbindgen 0.28.0",
5697 "cocoa 0.26.0",
5698 "collections",
5699 "core-foundation 0.9.4",
5700 "core-foundation-sys",
5701 "core-graphics 0.23.2",
5702 "core-text",
5703 "cosmic-text",
5704 "ctor",
5705 "derive_more",
5706 "embed-resource",
5707 "env_logger 0.11.7",
5708 "etagere",
5709 "filedescriptor",
5710 "flume",
5711 "font-kit",
5712 "foreign-types 0.5.0",
5713 "futures 0.3.31",
5714 "gpui_macros",
5715 "http_client",
5716 "image",
5717 "inventory",
5718 "itertools 0.14.0",
5719 "log",
5720 "lyon",
5721 "media",
5722 "metal",
5723 "naga",
5724 "num_cpus",
5725 "objc",
5726 "objc2",
5727 "objc2-metal",
5728 "oo7",
5729 "open",
5730 "parking",
5731 "parking_lot",
5732 "pathfinder_geometry",
5733 "postage",
5734 "profiling",
5735 "rand 0.8.5",
5736 "raw-window-handle",
5737 "refineable",
5738 "reqwest_client",
5739 "resvg",
5740 "schemars",
5741 "seahash",
5742 "semantic_version",
5743 "serde",
5744 "serde_derive",
5745 "serde_json",
5746 "slotmap",
5747 "smallvec",
5748 "smol",
5749 "strum",
5750 "sum_tree",
5751 "taffy",
5752 "thiserror 1.0.69",
5753 "unicode-segmentation",
5754 "usvg",
5755 "util",
5756 "uuid",
5757 "waker-fn",
5758 "wayland-backend",
5759 "wayland-client",
5760 "wayland-cursor",
5761 "wayland-protocols",
5762 "wayland-protocols-plasma",
5763 "windows 0.60.0",
5764 "windows-core 0.60.1",
5765 "x11-clipboard",
5766 "x11rb",
5767 "xim",
5768 "xkbcommon",
5769]
5770
5771[[package]]
5772name = "gpui_macros"
5773version = "0.1.0"
5774dependencies = [
5775 "gpui",
5776 "proc-macro2",
5777 "quote",
5778 "syn 1.0.109",
5779]
5780
5781[[package]]
5782name = "gpui_tokio"
5783version = "0.1.0"
5784dependencies = [
5785 "gpui",
5786 "tokio",
5787 "util",
5788]
5789
5790[[package]]
5791name = "grid"
5792version = "0.13.0"
5793source = "registry+https://github.com/rust-lang/crates.io-index"
5794checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5795
5796[[package]]
5797name = "group"
5798version = "0.12.1"
5799source = "registry+https://github.com/rust-lang/crates.io-index"
5800checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5801dependencies = [
5802 "ff",
5803 "rand_core 0.6.4",
5804 "subtle",
5805]
5806
5807[[package]]
5808name = "h2"
5809version = "0.3.26"
5810source = "registry+https://github.com/rust-lang/crates.io-index"
5811checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5812dependencies = [
5813 "bytes 1.10.1",
5814 "fnv",
5815 "futures-core",
5816 "futures-sink",
5817 "futures-util",
5818 "http 0.2.12",
5819 "indexmap",
5820 "slab",
5821 "tokio",
5822 "tokio-util",
5823 "tracing",
5824]
5825
5826[[package]]
5827name = "h2"
5828version = "0.4.7"
5829source = "registry+https://github.com/rust-lang/crates.io-index"
5830checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5831dependencies = [
5832 "atomic-waker",
5833 "bytes 1.10.1",
5834 "fnv",
5835 "futures-core",
5836 "futures-sink",
5837 "http 1.2.0",
5838 "indexmap",
5839 "slab",
5840 "tokio",
5841 "tokio-util",
5842 "tracing",
5843]
5844
5845[[package]]
5846name = "half"
5847version = "2.4.1"
5848source = "registry+https://github.com/rust-lang/crates.io-index"
5849checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5850dependencies = [
5851 "cfg-if",
5852 "crunchy",
5853]
5854
5855[[package]]
5856name = "handlebars"
5857version = "4.5.0"
5858source = "registry+https://github.com/rust-lang/crates.io-index"
5859checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5860dependencies = [
5861 "log",
5862 "pest",
5863 "pest_derive",
5864 "serde",
5865 "serde_json",
5866 "thiserror 1.0.69",
5867]
5868
5869[[package]]
5870name = "handlebars"
5871version = "6.2.0"
5872source = "registry+https://github.com/rust-lang/crates.io-index"
5873checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5874dependencies = [
5875 "log",
5876 "num-order",
5877 "pest",
5878 "pest_derive",
5879 "serde",
5880 "serde_json",
5881 "thiserror 1.0.69",
5882]
5883
5884[[package]]
5885name = "hashbrown"
5886version = "0.12.3"
5887source = "registry+https://github.com/rust-lang/crates.io-index"
5888checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5889dependencies = [
5890 "ahash 0.7.8",
5891]
5892
5893[[package]]
5894name = "hashbrown"
5895version = "0.14.5"
5896source = "registry+https://github.com/rust-lang/crates.io-index"
5897checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5898dependencies = [
5899 "ahash 0.8.11",
5900 "allocator-api2",
5901]
5902
5903[[package]]
5904name = "hashbrown"
5905version = "0.15.2"
5906source = "registry+https://github.com/rust-lang/crates.io-index"
5907checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5908dependencies = [
5909 "allocator-api2",
5910 "equivalent",
5911 "foldhash",
5912 "serde",
5913]
5914
5915[[package]]
5916name = "hashlink"
5917version = "0.8.4"
5918source = "registry+https://github.com/rust-lang/crates.io-index"
5919checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5920dependencies = [
5921 "hashbrown 0.14.5",
5922]
5923
5924[[package]]
5925name = "hashlink"
5926version = "0.10.0"
5927source = "registry+https://github.com/rust-lang/crates.io-index"
5928checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
5929dependencies = [
5930 "hashbrown 0.15.2",
5931]
5932
5933[[package]]
5934name = "headers"
5935version = "0.3.9"
5936source = "registry+https://github.com/rust-lang/crates.io-index"
5937checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5938dependencies = [
5939 "base64 0.21.7",
5940 "bytes 1.10.1",
5941 "headers-core",
5942 "http 0.2.12",
5943 "httpdate",
5944 "mime",
5945 "sha1",
5946]
5947
5948[[package]]
5949name = "headers-core"
5950version = "0.2.0"
5951source = "registry+https://github.com/rust-lang/crates.io-index"
5952checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5953dependencies = [
5954 "http 0.2.12",
5955]
5956
5957[[package]]
5958name = "heck"
5959version = "0.3.3"
5960source = "registry+https://github.com/rust-lang/crates.io-index"
5961checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5962dependencies = [
5963 "unicode-segmentation",
5964]
5965
5966[[package]]
5967name = "heck"
5968version = "0.4.1"
5969source = "registry+https://github.com/rust-lang/crates.io-index"
5970checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5971dependencies = [
5972 "unicode-segmentation",
5973]
5974
5975[[package]]
5976name = "heck"
5977version = "0.5.0"
5978source = "registry+https://github.com/rust-lang/crates.io-index"
5979checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5980
5981[[package]]
5982name = "heed"
5983version = "0.21.0"
5984source = "registry+https://github.com/rust-lang/crates.io-index"
5985checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5986dependencies = [
5987 "bitflags 2.8.0",
5988 "byteorder",
5989 "heed-traits",
5990 "heed-types",
5991 "libc",
5992 "lmdb-master-sys",
5993 "once_cell",
5994 "page_size",
5995 "serde",
5996 "synchronoise",
5997 "url",
5998]
5999
6000[[package]]
6001name = "heed-traits"
6002version = "0.20.0"
6003source = "registry+https://github.com/rust-lang/crates.io-index"
6004checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
6005
6006[[package]]
6007name = "heed-types"
6008version = "0.21.0"
6009source = "registry+https://github.com/rust-lang/crates.io-index"
6010checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
6011dependencies = [
6012 "bincode",
6013 "byteorder",
6014 "heed-traits",
6015 "serde",
6016 "serde_json",
6017]
6018
6019[[package]]
6020name = "hermit-abi"
6021version = "0.3.9"
6022source = "registry+https://github.com/rust-lang/crates.io-index"
6023checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
6024
6025[[package]]
6026name = "hermit-abi"
6027version = "0.4.0"
6028source = "registry+https://github.com/rust-lang/crates.io-index"
6029checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
6030
6031[[package]]
6032name = "hex"
6033version = "0.4.3"
6034source = "registry+https://github.com/rust-lang/crates.io-index"
6035checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
6036
6037[[package]]
6038name = "hexf-parse"
6039version = "0.2.1"
6040source = "registry+https://github.com/rust-lang/crates.io-index"
6041checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
6042
6043[[package]]
6044name = "hidden-trait"
6045version = "0.1.2"
6046source = "registry+https://github.com/rust-lang/crates.io-index"
6047checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
6048dependencies = [
6049 "proc-macro2",
6050 "quote",
6051 "syn 1.0.109",
6052]
6053
6054[[package]]
6055name = "hkdf"
6056version = "0.12.4"
6057source = "registry+https://github.com/rust-lang/crates.io-index"
6058checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
6059dependencies = [
6060 "hmac",
6061]
6062
6063[[package]]
6064name = "hmac"
6065version = "0.12.1"
6066source = "registry+https://github.com/rust-lang/crates.io-index"
6067checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
6068dependencies = [
6069 "digest",
6070]
6071
6072[[package]]
6073name = "home"
6074version = "0.5.9"
6075source = "registry+https://github.com/rust-lang/crates.io-index"
6076checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
6077dependencies = [
6078 "windows-sys 0.52.0",
6079]
6080
6081[[package]]
6082name = "hound"
6083version = "3.5.1"
6084source = "registry+https://github.com/rust-lang/crates.io-index"
6085checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
6086
6087[[package]]
6088name = "html5ever"
6089version = "0.27.0"
6090source = "registry+https://github.com/rust-lang/crates.io-index"
6091checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
6092dependencies = [
6093 "log",
6094 "mac",
6095 "markup5ever",
6096 "proc-macro2",
6097 "quote",
6098 "syn 2.0.100",
6099]
6100
6101[[package]]
6102name = "html_to_markdown"
6103version = "0.1.0"
6104dependencies = [
6105 "anyhow",
6106 "html5ever",
6107 "indoc",
6108 "markup5ever_rcdom",
6109 "pretty_assertions",
6110 "regex",
6111]
6112
6113[[package]]
6114name = "http"
6115version = "0.2.12"
6116source = "registry+https://github.com/rust-lang/crates.io-index"
6117checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
6118dependencies = [
6119 "bytes 1.10.1",
6120 "fnv",
6121 "itoa",
6122]
6123
6124[[package]]
6125name = "http"
6126version = "1.2.0"
6127source = "registry+https://github.com/rust-lang/crates.io-index"
6128checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
6129dependencies = [
6130 "bytes 1.10.1",
6131 "fnv",
6132 "itoa",
6133]
6134
6135[[package]]
6136name = "http-body"
6137version = "0.4.6"
6138source = "registry+https://github.com/rust-lang/crates.io-index"
6139checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
6140dependencies = [
6141 "bytes 1.10.1",
6142 "http 0.2.12",
6143 "pin-project-lite",
6144]
6145
6146[[package]]
6147name = "http-body"
6148version = "1.0.1"
6149source = "registry+https://github.com/rust-lang/crates.io-index"
6150checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
6151dependencies = [
6152 "bytes 1.10.1",
6153 "http 1.2.0",
6154]
6155
6156[[package]]
6157name = "http-body-util"
6158version = "0.1.2"
6159source = "registry+https://github.com/rust-lang/crates.io-index"
6160checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
6161dependencies = [
6162 "bytes 1.10.1",
6163 "futures-util",
6164 "http 1.2.0",
6165 "http-body 1.0.1",
6166 "pin-project-lite",
6167]
6168
6169[[package]]
6170name = "http-range-header"
6171version = "0.3.1"
6172source = "registry+https://github.com/rust-lang/crates.io-index"
6173checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
6174
6175[[package]]
6176name = "http-types"
6177version = "2.12.0"
6178source = "registry+https://github.com/rust-lang/crates.io-index"
6179checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
6180dependencies = [
6181 "anyhow",
6182 "async-channel 1.9.0",
6183 "base64 0.13.1",
6184 "futures-lite 1.13.0",
6185 "http 0.2.12",
6186 "infer",
6187 "pin-project-lite",
6188 "rand 0.7.3",
6189 "serde",
6190 "serde_json",
6191 "serde_qs 0.8.5",
6192 "serde_urlencoded",
6193 "url",
6194]
6195
6196[[package]]
6197name = "http_client"
6198version = "0.1.0"
6199dependencies = [
6200 "anyhow",
6201 "bytes 1.10.1",
6202 "derive_more",
6203 "futures 0.3.31",
6204 "http 1.2.0",
6205 "log",
6206 "serde",
6207 "serde_json",
6208 "url",
6209]
6210
6211[[package]]
6212name = "http_client_tls"
6213version = "0.1.0"
6214dependencies = [
6215 "rustls 0.23.23",
6216 "rustls-platform-verifier",
6217]
6218
6219[[package]]
6220name = "httparse"
6221version = "1.9.5"
6222source = "registry+https://github.com/rust-lang/crates.io-index"
6223checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
6224
6225[[package]]
6226name = "httpdate"
6227version = "1.0.3"
6228source = "registry+https://github.com/rust-lang/crates.io-index"
6229checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
6230
6231[[package]]
6232name = "human_bytes"
6233version = "0.4.3"
6234source = "registry+https://github.com/rust-lang/crates.io-index"
6235checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
6236
6237[[package]]
6238name = "humantime"
6239version = "2.1.0"
6240source = "registry+https://github.com/rust-lang/crates.io-index"
6241checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
6242
6243[[package]]
6244name = "hyper"
6245version = "0.14.32"
6246source = "registry+https://github.com/rust-lang/crates.io-index"
6247checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
6248dependencies = [
6249 "bytes 1.10.1",
6250 "futures-channel",
6251 "futures-core",
6252 "futures-util",
6253 "h2 0.3.26",
6254 "http 0.2.12",
6255 "http-body 0.4.6",
6256 "httparse",
6257 "httpdate",
6258 "itoa",
6259 "pin-project-lite",
6260 "socket2",
6261 "tokio",
6262 "tower-service",
6263 "tracing",
6264 "want",
6265]
6266
6267[[package]]
6268name = "hyper"
6269version = "1.5.1"
6270source = "registry+https://github.com/rust-lang/crates.io-index"
6271checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
6272dependencies = [
6273 "bytes 1.10.1",
6274 "futures-channel",
6275 "futures-util",
6276 "h2 0.4.7",
6277 "http 1.2.0",
6278 "http-body 1.0.1",
6279 "httparse",
6280 "itoa",
6281 "pin-project-lite",
6282 "smallvec",
6283 "tokio",
6284 "want",
6285]
6286
6287[[package]]
6288name = "hyper-rustls"
6289version = "0.24.2"
6290source = "registry+https://github.com/rust-lang/crates.io-index"
6291checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
6292dependencies = [
6293 "futures-util",
6294 "http 0.2.12",
6295 "hyper 0.14.32",
6296 "log",
6297 "rustls 0.21.12",
6298 "rustls-native-certs 0.6.3",
6299 "tokio",
6300 "tokio-rustls 0.24.1",
6301]
6302
6303[[package]]
6304name = "hyper-rustls"
6305version = "0.27.3"
6306source = "registry+https://github.com/rust-lang/crates.io-index"
6307checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6308dependencies = [
6309 "futures-util",
6310 "http 1.2.0",
6311 "hyper 1.5.1",
6312 "hyper-util",
6313 "rustls 0.23.23",
6314 "rustls-native-certs 0.8.1",
6315 "rustls-pki-types",
6316 "tokio",
6317 "tokio-rustls 0.26.1",
6318 "tower-service",
6319]
6320
6321[[package]]
6322name = "hyper-tls"
6323version = "0.5.0"
6324source = "registry+https://github.com/rust-lang/crates.io-index"
6325checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6326dependencies = [
6327 "bytes 1.10.1",
6328 "hyper 0.14.32",
6329 "native-tls",
6330 "tokio",
6331 "tokio-native-tls",
6332]
6333
6334[[package]]
6335name = "hyper-util"
6336version = "0.1.10"
6337source = "registry+https://github.com/rust-lang/crates.io-index"
6338checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6339dependencies = [
6340 "bytes 1.10.1",
6341 "futures-channel",
6342 "futures-util",
6343 "http 1.2.0",
6344 "http-body 1.0.1",
6345 "hyper 1.5.1",
6346 "pin-project-lite",
6347 "socket2",
6348 "tokio",
6349 "tower-service",
6350 "tracing",
6351]
6352
6353[[package]]
6354name = "iana-time-zone"
6355version = "0.1.61"
6356source = "registry+https://github.com/rust-lang/crates.io-index"
6357checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6358dependencies = [
6359 "android_system_properties",
6360 "core-foundation-sys",
6361 "iana-time-zone-haiku",
6362 "js-sys",
6363 "wasm-bindgen",
6364 "windows-core 0.52.0",
6365]
6366
6367[[package]]
6368name = "iana-time-zone-haiku"
6369version = "0.1.2"
6370source = "registry+https://github.com/rust-lang/crates.io-index"
6371checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6372dependencies = [
6373 "cc",
6374]
6375
6376[[package]]
6377name = "icu_collections"
6378version = "1.5.0"
6379source = "registry+https://github.com/rust-lang/crates.io-index"
6380checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6381dependencies = [
6382 "displaydoc",
6383 "yoke",
6384 "zerofrom",
6385 "zerovec",
6386]
6387
6388[[package]]
6389name = "icu_locid"
6390version = "1.5.0"
6391source = "registry+https://github.com/rust-lang/crates.io-index"
6392checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6393dependencies = [
6394 "displaydoc",
6395 "litemap",
6396 "tinystr",
6397 "writeable",
6398 "zerovec",
6399]
6400
6401[[package]]
6402name = "icu_locid_transform"
6403version = "1.5.0"
6404source = "registry+https://github.com/rust-lang/crates.io-index"
6405checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6406dependencies = [
6407 "displaydoc",
6408 "icu_locid",
6409 "icu_locid_transform_data",
6410 "icu_provider",
6411 "tinystr",
6412 "zerovec",
6413]
6414
6415[[package]]
6416name = "icu_locid_transform_data"
6417version = "1.5.0"
6418source = "registry+https://github.com/rust-lang/crates.io-index"
6419checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6420
6421[[package]]
6422name = "icu_normalizer"
6423version = "1.5.0"
6424source = "registry+https://github.com/rust-lang/crates.io-index"
6425checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6426dependencies = [
6427 "displaydoc",
6428 "icu_collections",
6429 "icu_normalizer_data",
6430 "icu_properties",
6431 "icu_provider",
6432 "smallvec",
6433 "utf16_iter",
6434 "utf8_iter",
6435 "write16",
6436 "zerovec",
6437]
6438
6439[[package]]
6440name = "icu_normalizer_data"
6441version = "1.5.0"
6442source = "registry+https://github.com/rust-lang/crates.io-index"
6443checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6444
6445[[package]]
6446name = "icu_properties"
6447version = "1.5.1"
6448source = "registry+https://github.com/rust-lang/crates.io-index"
6449checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6450dependencies = [
6451 "displaydoc",
6452 "icu_collections",
6453 "icu_locid_transform",
6454 "icu_properties_data",
6455 "icu_provider",
6456 "tinystr",
6457 "zerovec",
6458]
6459
6460[[package]]
6461name = "icu_properties_data"
6462version = "1.5.0"
6463source = "registry+https://github.com/rust-lang/crates.io-index"
6464checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6465
6466[[package]]
6467name = "icu_provider"
6468version = "1.5.0"
6469source = "registry+https://github.com/rust-lang/crates.io-index"
6470checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6471dependencies = [
6472 "displaydoc",
6473 "icu_locid",
6474 "icu_provider_macros",
6475 "stable_deref_trait",
6476 "tinystr",
6477 "writeable",
6478 "yoke",
6479 "zerofrom",
6480 "zerovec",
6481]
6482
6483[[package]]
6484name = "icu_provider_macros"
6485version = "1.5.0"
6486source = "registry+https://github.com/rust-lang/crates.io-index"
6487checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6488dependencies = [
6489 "proc-macro2",
6490 "quote",
6491 "syn 2.0.100",
6492]
6493
6494[[package]]
6495name = "id-arena"
6496version = "2.2.1"
6497source = "registry+https://github.com/rust-lang/crates.io-index"
6498checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6499
6500[[package]]
6501name = "idna"
6502version = "1.0.3"
6503source = "registry+https://github.com/rust-lang/crates.io-index"
6504checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6505dependencies = [
6506 "idna_adapter",
6507 "smallvec",
6508 "utf8_iter",
6509]
6510
6511[[package]]
6512name = "idna_adapter"
6513version = "1.2.0"
6514source = "registry+https://github.com/rust-lang/crates.io-index"
6515checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6516dependencies = [
6517 "icu_normalizer",
6518 "icu_properties",
6519]
6520
6521[[package]]
6522name = "ignore"
6523version = "0.4.23"
6524source = "registry+https://github.com/rust-lang/crates.io-index"
6525checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6526dependencies = [
6527 "crossbeam-deque",
6528 "globset",
6529 "log",
6530 "memchr",
6531 "regex-automata 0.4.9",
6532 "same-file",
6533 "walkdir",
6534 "winapi-util",
6535]
6536
6537[[package]]
6538name = "image"
6539version = "0.25.5"
6540source = "registry+https://github.com/rust-lang/crates.io-index"
6541checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6542dependencies = [
6543 "bytemuck",
6544 "byteorder-lite",
6545 "color_quant",
6546 "exr",
6547 "gif",
6548 "image-webp",
6549 "num-traits",
6550 "png",
6551 "qoi",
6552 "ravif",
6553 "rayon",
6554 "rgb",
6555 "tiff",
6556 "zune-core",
6557 "zune-jpeg",
6558]
6559
6560[[package]]
6561name = "image-webp"
6562version = "0.2.0"
6563source = "registry+https://github.com/rust-lang/crates.io-index"
6564checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6565dependencies = [
6566 "byteorder-lite",
6567 "quick-error",
6568]
6569
6570[[package]]
6571name = "image_viewer"
6572version = "0.1.0"
6573dependencies = [
6574 "anyhow",
6575 "db",
6576 "editor",
6577 "file_icons",
6578 "gpui",
6579 "project",
6580 "schemars",
6581 "serde",
6582 "settings",
6583 "theme",
6584 "ui",
6585 "util",
6586 "workspace",
6587]
6588
6589[[package]]
6590name = "imagesize"
6591version = "0.13.0"
6592source = "registry+https://github.com/rust-lang/crates.io-index"
6593checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6594
6595[[package]]
6596name = "imara-diff"
6597version = "0.1.8"
6598source = "registry+https://github.com/rust-lang/crates.io-index"
6599checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
6600dependencies = [
6601 "hashbrown 0.15.2",
6602]
6603
6604[[package]]
6605name = "imgref"
6606version = "1.11.0"
6607source = "registry+https://github.com/rust-lang/crates.io-index"
6608checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6609
6610[[package]]
6611name = "indexed_docs"
6612version = "0.1.0"
6613dependencies = [
6614 "anyhow",
6615 "async-trait",
6616 "cargo_metadata",
6617 "collections",
6618 "derive_more",
6619 "extension",
6620 "fs",
6621 "futures 0.3.31",
6622 "fuzzy",
6623 "gpui",
6624 "heed",
6625 "html_to_markdown",
6626 "http_client",
6627 "indexmap",
6628 "indoc",
6629 "parking_lot",
6630 "paths",
6631 "pretty_assertions",
6632 "serde",
6633 "strum",
6634 "util",
6635]
6636
6637[[package]]
6638name = "indexmap"
6639version = "2.7.1"
6640source = "registry+https://github.com/rust-lang/crates.io-index"
6641checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6642dependencies = [
6643 "equivalent",
6644 "hashbrown 0.15.2",
6645 "serde",
6646]
6647
6648[[package]]
6649name = "indoc"
6650version = "2.0.6"
6651source = "registry+https://github.com/rust-lang/crates.io-index"
6652checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
6653
6654[[package]]
6655name = "infer"
6656version = "0.2.3"
6657source = "registry+https://github.com/rust-lang/crates.io-index"
6658checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6659
6660[[package]]
6661name = "inherent"
6662version = "1.0.11"
6663source = "registry+https://github.com/rust-lang/crates.io-index"
6664checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6665dependencies = [
6666 "proc-macro2",
6667 "quote",
6668 "syn 2.0.100",
6669]
6670
6671[[package]]
6672name = "inline_completion"
6673version = "0.1.0"
6674dependencies = [
6675 "gpui",
6676 "language",
6677 "project",
6678]
6679
6680[[package]]
6681name = "inline_completion_button"
6682version = "0.1.0"
6683dependencies = [
6684 "anyhow",
6685 "client",
6686 "copilot",
6687 "editor",
6688 "feature_flags",
6689 "fs",
6690 "futures 0.3.31",
6691 "gpui",
6692 "indoc",
6693 "inline_completion",
6694 "language",
6695 "lsp",
6696 "paths",
6697 "project",
6698 "regex",
6699 "serde_json",
6700 "settings",
6701 "supermaven",
6702 "telemetry",
6703 "theme",
6704 "ui",
6705 "workspace",
6706 "zed_actions",
6707 "zeta",
6708]
6709
6710[[package]]
6711name = "inotify"
6712version = "0.9.6"
6713source = "registry+https://github.com/rust-lang/crates.io-index"
6714checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6715dependencies = [
6716 "bitflags 1.3.2",
6717 "inotify-sys",
6718 "libc",
6719]
6720
6721[[package]]
6722name = "inotify"
6723version = "0.11.0"
6724source = "registry+https://github.com/rust-lang/crates.io-index"
6725checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
6726dependencies = [
6727 "bitflags 2.8.0",
6728 "inotify-sys",
6729 "libc",
6730]
6731
6732[[package]]
6733name = "inotify-sys"
6734version = "0.1.5"
6735source = "registry+https://github.com/rust-lang/crates.io-index"
6736checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6737dependencies = [
6738 "libc",
6739]
6740
6741[[package]]
6742name = "inout"
6743version = "0.1.3"
6744source = "registry+https://github.com/rust-lang/crates.io-index"
6745checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6746dependencies = [
6747 "block-padding",
6748 "generic-array",
6749]
6750
6751[[package]]
6752name = "install_cli"
6753version = "0.1.0"
6754dependencies = [
6755 "anyhow",
6756 "gpui",
6757 "smol",
6758 "util",
6759]
6760
6761[[package]]
6762name = "instant"
6763version = "0.1.13"
6764source = "registry+https://github.com/rust-lang/crates.io-index"
6765checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6766dependencies = [
6767 "cfg-if",
6768]
6769
6770[[package]]
6771name = "interpolate_name"
6772version = "0.2.4"
6773source = "registry+https://github.com/rust-lang/crates.io-index"
6774checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6775dependencies = [
6776 "proc-macro2",
6777 "quote",
6778 "syn 2.0.100",
6779]
6780
6781[[package]]
6782name = "inventory"
6783version = "0.3.20"
6784source = "registry+https://github.com/rust-lang/crates.io-index"
6785checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
6786dependencies = [
6787 "rustversion",
6788]
6789
6790[[package]]
6791name = "io-extras"
6792version = "0.18.4"
6793source = "registry+https://github.com/rust-lang/crates.io-index"
6794checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6795dependencies = [
6796 "io-lifetimes",
6797 "windows-sys 0.59.0",
6798]
6799
6800[[package]]
6801name = "io-lifetimes"
6802version = "2.0.4"
6803source = "registry+https://github.com/rust-lang/crates.io-index"
6804checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6805
6806[[package]]
6807name = "iovec"
6808version = "0.1.4"
6809source = "registry+https://github.com/rust-lang/crates.io-index"
6810checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6811dependencies = [
6812 "libc",
6813]
6814
6815[[package]]
6816name = "ipc-channel"
6817version = "0.19.0"
6818source = "registry+https://github.com/rust-lang/crates.io-index"
6819checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6820dependencies = [
6821 "bincode",
6822 "crossbeam-channel",
6823 "fnv",
6824 "lazy_static",
6825 "libc",
6826 "mio 1.0.3",
6827 "rand 0.8.5",
6828 "serde",
6829 "tempfile",
6830 "uuid",
6831 "windows 0.58.0",
6832]
6833
6834[[package]]
6835name = "ipnet"
6836version = "2.10.1"
6837source = "registry+https://github.com/rust-lang/crates.io-index"
6838checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6839
6840[[package]]
6841name = "is-docker"
6842version = "0.2.0"
6843source = "registry+https://github.com/rust-lang/crates.io-index"
6844checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6845dependencies = [
6846 "once_cell",
6847]
6848
6849[[package]]
6850name = "is-terminal"
6851version = "0.4.13"
6852source = "registry+https://github.com/rust-lang/crates.io-index"
6853checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6854dependencies = [
6855 "hermit-abi 0.4.0",
6856 "libc",
6857 "windows-sys 0.52.0",
6858]
6859
6860[[package]]
6861name = "is-wsl"
6862version = "0.4.0"
6863source = "registry+https://github.com/rust-lang/crates.io-index"
6864checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6865dependencies = [
6866 "is-docker",
6867 "once_cell",
6868]
6869
6870[[package]]
6871name = "is_terminal_polyfill"
6872version = "1.70.1"
6873source = "registry+https://github.com/rust-lang/crates.io-index"
6874checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6875
6876[[package]]
6877name = "itertools"
6878version = "0.10.5"
6879source = "registry+https://github.com/rust-lang/crates.io-index"
6880checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6881dependencies = [
6882 "either",
6883]
6884
6885[[package]]
6886name = "itertools"
6887version = "0.11.0"
6888source = "registry+https://github.com/rust-lang/crates.io-index"
6889checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6890dependencies = [
6891 "either",
6892]
6893
6894[[package]]
6895name = "itertools"
6896version = "0.12.1"
6897source = "registry+https://github.com/rust-lang/crates.io-index"
6898checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6899dependencies = [
6900 "either",
6901]
6902
6903[[package]]
6904name = "itertools"
6905version = "0.14.0"
6906source = "registry+https://github.com/rust-lang/crates.io-index"
6907checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6908dependencies = [
6909 "either",
6910]
6911
6912[[package]]
6913name = "itoa"
6914version = "1.0.14"
6915source = "registry+https://github.com/rust-lang/crates.io-index"
6916checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6917
6918[[package]]
6919name = "jiff"
6920version = "0.2.4"
6921source = "registry+https://github.com/rust-lang/crates.io-index"
6922checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
6923dependencies = [
6924 "jiff-static",
6925 "log",
6926 "portable-atomic",
6927 "portable-atomic-util",
6928 "serde",
6929]
6930
6931[[package]]
6932name = "jiff-static"
6933version = "0.2.4"
6934source = "registry+https://github.com/rust-lang/crates.io-index"
6935checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
6936dependencies = [
6937 "proc-macro2",
6938 "quote",
6939 "syn 2.0.100",
6940]
6941
6942[[package]]
6943name = "jni"
6944version = "0.21.1"
6945source = "registry+https://github.com/rust-lang/crates.io-index"
6946checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6947dependencies = [
6948 "cesu8",
6949 "cfg-if",
6950 "combine",
6951 "jni-sys",
6952 "log",
6953 "thiserror 1.0.69",
6954 "walkdir",
6955 "windows-sys 0.45.0",
6956]
6957
6958[[package]]
6959name = "jni-sys"
6960version = "0.3.0"
6961source = "registry+https://github.com/rust-lang/crates.io-index"
6962checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6963
6964[[package]]
6965name = "jobserver"
6966version = "0.1.32"
6967source = "registry+https://github.com/rust-lang/crates.io-index"
6968checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6969dependencies = [
6970 "libc",
6971]
6972
6973[[package]]
6974name = "journal"
6975version = "0.1.0"
6976dependencies = [
6977 "anyhow",
6978 "chrono",
6979 "editor",
6980 "gpui",
6981 "log",
6982 "schemars",
6983 "serde",
6984 "settings",
6985 "shellexpand 2.1.2",
6986 "workspace",
6987]
6988
6989[[package]]
6990name = "jpeg-decoder"
6991version = "0.3.1"
6992source = "registry+https://github.com/rust-lang/crates.io-index"
6993checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6994
6995[[package]]
6996name = "js-sys"
6997version = "0.3.76"
6998source = "registry+https://github.com/rust-lang/crates.io-index"
6999checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
7000dependencies = [
7001 "once_cell",
7002 "wasm-bindgen",
7003]
7004
7005[[package]]
7006name = "jsonwebtoken"
7007version = "9.3.1"
7008source = "registry+https://github.com/rust-lang/crates.io-index"
7009checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
7010dependencies = [
7011 "base64 0.22.1",
7012 "js-sys",
7013 "pem",
7014 "ring",
7015 "serde",
7016 "serde_json",
7017 "simple_asn1",
7018]
7019
7020[[package]]
7021name = "jupyter-protocol"
7022version = "0.6.0"
7023source = "registry+https://github.com/rust-lang/crates.io-index"
7024checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
7025dependencies = [
7026 "anyhow",
7027 "async-trait",
7028 "bytes 1.10.1",
7029 "chrono",
7030 "futures 0.3.31",
7031 "serde",
7032 "serde_json",
7033 "uuid",
7034]
7035
7036[[package]]
7037name = "jupyter-websocket-client"
7038version = "0.9.0"
7039source = "registry+https://github.com/rust-lang/crates.io-index"
7040checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
7041dependencies = [
7042 "anyhow",
7043 "async-trait",
7044 "async-tungstenite",
7045 "futures 0.3.31",
7046 "jupyter-protocol",
7047 "serde",
7048 "serde_json",
7049 "url",
7050 "uuid",
7051]
7052
7053[[package]]
7054name = "khronos-egl"
7055version = "6.0.0"
7056source = "registry+https://github.com/rust-lang/crates.io-index"
7057checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
7058dependencies = [
7059 "libc",
7060 "libloading",
7061]
7062
7063[[package]]
7064name = "kqueue"
7065version = "1.0.8"
7066source = "registry+https://github.com/rust-lang/crates.io-index"
7067checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
7068dependencies = [
7069 "kqueue-sys",
7070 "libc",
7071]
7072
7073[[package]]
7074name = "kqueue-sys"
7075version = "1.0.4"
7076source = "registry+https://github.com/rust-lang/crates.io-index"
7077checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
7078dependencies = [
7079 "bitflags 1.3.2",
7080 "libc",
7081]
7082
7083[[package]]
7084name = "kurbo"
7085version = "0.11.1"
7086source = "registry+https://github.com/rust-lang/crates.io-index"
7087checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
7088dependencies = [
7089 "arrayvec",
7090 "smallvec",
7091]
7092
7093[[package]]
7094name = "kv-log-macro"
7095version = "1.0.7"
7096source = "registry+https://github.com/rust-lang/crates.io-index"
7097checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
7098dependencies = [
7099 "log",
7100]
7101
7102[[package]]
7103name = "language"
7104version = "0.1.0"
7105dependencies = [
7106 "anyhow",
7107 "async-trait",
7108 "async-watch",
7109 "clock",
7110 "collections",
7111 "ctor",
7112 "ec4rs",
7113 "env_logger 0.11.7",
7114 "fs",
7115 "futures 0.3.31",
7116 "fuzzy",
7117 "globset",
7118 "gpui",
7119 "http_client",
7120 "imara-diff",
7121 "indoc",
7122 "itertools 0.14.0",
7123 "log",
7124 "lsp",
7125 "parking_lot",
7126 "postage",
7127 "pretty_assertions",
7128 "rand 0.8.5",
7129 "regex",
7130 "rpc",
7131 "schemars",
7132 "serde",
7133 "serde_json",
7134 "settings",
7135 "smallvec",
7136 "smol",
7137 "streaming-iterator",
7138 "strsim",
7139 "sum_tree",
7140 "task",
7141 "text",
7142 "theme",
7143 "tree-sitter",
7144 "tree-sitter-elixir",
7145 "tree-sitter-embedded-template",
7146 "tree-sitter-heex",
7147 "tree-sitter-html",
7148 "tree-sitter-json",
7149 "tree-sitter-md",
7150 "tree-sitter-ruby",
7151 "tree-sitter-rust",
7152 "tree-sitter-typescript",
7153 "unicase",
7154 "unindent",
7155 "util",
7156]
7157
7158[[package]]
7159name = "language_extension"
7160version = "0.1.0"
7161dependencies = [
7162 "anyhow",
7163 "async-trait",
7164 "collections",
7165 "extension",
7166 "fs",
7167 "futures 0.3.31",
7168 "gpui",
7169 "language",
7170 "lsp",
7171 "serde",
7172 "serde_json",
7173 "util",
7174]
7175
7176[[package]]
7177name = "language_model"
7178version = "0.1.0"
7179dependencies = [
7180 "anthropic",
7181 "anyhow",
7182 "base64 0.22.1",
7183 "client",
7184 "collections",
7185 "futures 0.3.31",
7186 "google_ai",
7187 "gpui",
7188 "http_client",
7189 "image",
7190 "log",
7191 "open_ai",
7192 "parking_lot",
7193 "proto",
7194 "schemars",
7195 "serde",
7196 "serde_json",
7197 "smol",
7198 "strum",
7199 "telemetry_events",
7200 "thiserror 1.0.69",
7201 "ui",
7202 "util",
7203]
7204
7205[[package]]
7206name = "language_model_selector"
7207version = "0.1.0"
7208dependencies = [
7209 "feature_flags",
7210 "gpui",
7211 "language_model",
7212 "log",
7213 "picker",
7214 "proto",
7215 "ui",
7216 "workspace",
7217 "zed_actions",
7218]
7219
7220[[package]]
7221name = "language_models"
7222version = "0.1.0"
7223dependencies = [
7224 "anthropic",
7225 "anyhow",
7226 "aws-config",
7227 "aws-credential-types",
7228 "aws_http_client",
7229 "bedrock",
7230 "client",
7231 "collections",
7232 "copilot",
7233 "credentials_provider",
7234 "deepseek",
7235 "editor",
7236 "feature_flags",
7237 "fs",
7238 "futures 0.3.31",
7239 "google_ai",
7240 "gpui",
7241 "gpui_tokio",
7242 "http_client",
7243 "language_model",
7244 "lmstudio",
7245 "log",
7246 "menu",
7247 "mistral",
7248 "ollama",
7249 "open_ai",
7250 "project",
7251 "proto",
7252 "schemars",
7253 "serde",
7254 "serde_json",
7255 "settings",
7256 "smol",
7257 "strum",
7258 "theme",
7259 "tiktoken-rs",
7260 "tokio",
7261 "ui",
7262 "util",
7263]
7264
7265[[package]]
7266name = "language_selector"
7267version = "0.1.0"
7268dependencies = [
7269 "anyhow",
7270 "editor",
7271 "file_finder",
7272 "file_icons",
7273 "fuzzy",
7274 "gpui",
7275 "language",
7276 "picker",
7277 "project",
7278 "settings",
7279 "ui",
7280 "util",
7281 "workspace",
7282]
7283
7284[[package]]
7285name = "language_tools"
7286version = "0.1.0"
7287dependencies = [
7288 "anyhow",
7289 "client",
7290 "collections",
7291 "copilot",
7292 "editor",
7293 "env_logger 0.11.7",
7294 "futures 0.3.31",
7295 "gpui",
7296 "itertools 0.14.0",
7297 "language",
7298 "lsp",
7299 "project",
7300 "release_channel",
7301 "serde_json",
7302 "settings",
7303 "theme",
7304 "tree-sitter",
7305 "ui",
7306 "util",
7307 "workspace",
7308 "zed_actions",
7309]
7310
7311[[package]]
7312name = "languages"
7313version = "0.1.0"
7314dependencies = [
7315 "anyhow",
7316 "async-compression",
7317 "async-tar",
7318 "async-trait",
7319 "collections",
7320 "futures 0.3.31",
7321 "gpui",
7322 "http_client",
7323 "language",
7324 "log",
7325 "lsp",
7326 "node_runtime",
7327 "paths",
7328 "pet",
7329 "pet-conda",
7330 "pet-core",
7331 "pet-fs",
7332 "pet-poetry",
7333 "pet-reporter",
7334 "pretty_assertions",
7335 "project",
7336 "regex",
7337 "rope",
7338 "rust-embed",
7339 "serde",
7340 "serde_json",
7341 "settings",
7342 "smol",
7343 "snippet_provider",
7344 "task",
7345 "text",
7346 "theme",
7347 "toml 0.8.20",
7348 "tree-sitter",
7349 "tree-sitter-bash",
7350 "tree-sitter-c",
7351 "tree-sitter-cpp",
7352 "tree-sitter-css",
7353 "tree-sitter-diff",
7354 "tree-sitter-gitcommit",
7355 "tree-sitter-go",
7356 "tree-sitter-gomod",
7357 "tree-sitter-gowork",
7358 "tree-sitter-jsdoc",
7359 "tree-sitter-json",
7360 "tree-sitter-md",
7361 "tree-sitter-python",
7362 "tree-sitter-regex",
7363 "tree-sitter-rust",
7364 "tree-sitter-typescript",
7365 "tree-sitter-yaml",
7366 "unindent",
7367 "util",
7368 "workspace",
7369]
7370
7371[[package]]
7372name = "lazy_static"
7373version = "1.5.0"
7374source = "registry+https://github.com/rust-lang/crates.io-index"
7375checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7376dependencies = [
7377 "spin",
7378]
7379
7380[[package]]
7381name = "lazycell"
7382version = "1.3.0"
7383source = "registry+https://github.com/rust-lang/crates.io-index"
7384checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
7385
7386[[package]]
7387name = "leb128"
7388version = "0.2.5"
7389source = "registry+https://github.com/rust-lang/crates.io-index"
7390checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7391
7392[[package]]
7393name = "lebe"
7394version = "0.5.2"
7395source = "registry+https://github.com/rust-lang/crates.io-index"
7396checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7397
7398[[package]]
7399name = "libc"
7400version = "0.2.171"
7401source = "registry+https://github.com/rust-lang/crates.io-index"
7402checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
7403
7404[[package]]
7405name = "libdbus-sys"
7406version = "0.2.5"
7407source = "registry+https://github.com/rust-lang/crates.io-index"
7408checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7409dependencies = [
7410 "cc",
7411 "pkg-config",
7412]
7413
7414[[package]]
7415name = "libfuzzer-sys"
7416version = "0.4.8"
7417source = "registry+https://github.com/rust-lang/crates.io-index"
7418checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7419dependencies = [
7420 "arbitrary",
7421 "cc",
7422]
7423
7424[[package]]
7425name = "libgit2-sys"
7426version = "0.18.0+1.9.0"
7427source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
7428dependencies = [
7429 "cc",
7430 "libc",
7431 "libz-sys",
7432 "pkg-config",
7433]
7434
7435[[package]]
7436name = "libloading"
7437version = "0.8.6"
7438source = "registry+https://github.com/rust-lang/crates.io-index"
7439checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7440dependencies = [
7441 "cfg-if",
7442 "windows-targets 0.52.6",
7443]
7444
7445[[package]]
7446name = "libm"
7447version = "0.2.11"
7448source = "registry+https://github.com/rust-lang/crates.io-index"
7449checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7450
7451[[package]]
7452name = "libmimalloc-sys"
7453version = "0.1.39"
7454source = "registry+https://github.com/rust-lang/crates.io-index"
7455checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7456dependencies = [
7457 "cc",
7458 "libc",
7459]
7460
7461[[package]]
7462name = "libredox"
7463version = "0.1.3"
7464source = "registry+https://github.com/rust-lang/crates.io-index"
7465checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7466dependencies = [
7467 "bitflags 2.8.0",
7468 "libc",
7469 "redox_syscall 0.5.8",
7470]
7471
7472[[package]]
7473name = "libsqlite3-sys"
7474version = "0.30.1"
7475source = "registry+https://github.com/rust-lang/crates.io-index"
7476checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7477dependencies = [
7478 "cc",
7479 "pkg-config",
7480 "vcpkg",
7481]
7482
7483[[package]]
7484name = "libwebrtc"
7485version = "0.3.7"
7486source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7487dependencies = [
7488 "cxx",
7489 "jni",
7490 "js-sys",
7491 "lazy_static",
7492 "livekit-protocol",
7493 "livekit-runtime",
7494 "log",
7495 "parking_lot",
7496 "serde",
7497 "serde_json",
7498 "thiserror 1.0.69",
7499 "tokio",
7500 "wasm-bindgen",
7501 "wasm-bindgen-futures",
7502 "web-sys",
7503 "webrtc-sys",
7504]
7505
7506[[package]]
7507name = "libz-sys"
7508version = "1.1.20"
7509source = "registry+https://github.com/rust-lang/crates.io-index"
7510checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7511dependencies = [
7512 "cc",
7513 "libc",
7514 "pkg-config",
7515 "vcpkg",
7516]
7517
7518[[package]]
7519name = "link-cplusplus"
7520version = "1.0.9"
7521source = "registry+https://github.com/rust-lang/crates.io-index"
7522checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7523dependencies = [
7524 "cc",
7525]
7526
7527[[package]]
7528name = "linkify"
7529version = "0.10.0"
7530source = "registry+https://github.com/rust-lang/crates.io-index"
7531checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7532dependencies = [
7533 "memchr",
7534]
7535
7536[[package]]
7537name = "linkme"
7538version = "0.3.32"
7539source = "registry+https://github.com/rust-lang/crates.io-index"
7540checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
7541dependencies = [
7542 "linkme-impl",
7543]
7544
7545[[package]]
7546name = "linkme-impl"
7547version = "0.3.32"
7548source = "registry+https://github.com/rust-lang/crates.io-index"
7549checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
7550dependencies = [
7551 "proc-macro2",
7552 "quote",
7553 "syn 2.0.100",
7554]
7555
7556[[package]]
7557name = "linux-raw-sys"
7558version = "0.4.14"
7559source = "registry+https://github.com/rust-lang/crates.io-index"
7560checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7561
7562[[package]]
7563name = "litemap"
7564version = "0.7.4"
7565source = "registry+https://github.com/rust-lang/crates.io-index"
7566checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7567
7568[[package]]
7569name = "livekit"
7570version = "0.7.0"
7571source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7572dependencies = [
7573 "chrono",
7574 "futures-util",
7575 "lazy_static",
7576 "libwebrtc",
7577 "livekit-api",
7578 "livekit-protocol",
7579 "livekit-runtime",
7580 "log",
7581 "parking_lot",
7582 "prost 0.12.6",
7583 "semver",
7584 "serde",
7585 "serde_json",
7586 "thiserror 1.0.69",
7587 "tokio",
7588]
7589
7590[[package]]
7591name = "livekit-api"
7592version = "0.4.1"
7593source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7594dependencies = [
7595 "async-tungstenite",
7596 "futures-util",
7597 "http 0.2.12",
7598 "jsonwebtoken",
7599 "livekit-protocol",
7600 "livekit-runtime",
7601 "log",
7602 "parking_lot",
7603 "prost 0.12.6",
7604 "reqwest 0.11.27",
7605 "scopeguard",
7606 "serde",
7607 "serde_json",
7608 "sha2",
7609 "thiserror 1.0.69",
7610 "tokio",
7611 "tokio-tungstenite 0.20.1",
7612 "url",
7613]
7614
7615[[package]]
7616name = "livekit-protocol"
7617version = "0.3.6"
7618source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7619dependencies = [
7620 "futures-util",
7621 "livekit-runtime",
7622 "parking_lot",
7623 "pbjson",
7624 "pbjson-types",
7625 "prost 0.12.6",
7626 "prost-types 0.12.6",
7627 "serde",
7628 "thiserror 1.0.69",
7629 "tokio",
7630]
7631
7632[[package]]
7633name = "livekit-runtime"
7634version = "0.3.1"
7635source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7636dependencies = [
7637 "async-io",
7638 "async-std",
7639 "async-task",
7640 "futures 0.3.31",
7641]
7642
7643[[package]]
7644name = "livekit_api"
7645version = "0.1.0"
7646dependencies = [
7647 "anyhow",
7648 "async-trait",
7649 "jsonwebtoken",
7650 "log",
7651 "prost 0.9.0",
7652 "prost-build 0.9.0",
7653 "prost-types 0.9.0",
7654 "reqwest 0.12.8",
7655 "serde",
7656]
7657
7658[[package]]
7659name = "livekit_client"
7660version = "0.1.0"
7661dependencies = [
7662 "anyhow",
7663 "async-trait",
7664 "collections",
7665 "core-foundation 0.9.4",
7666 "coreaudio-rs 0.12.1",
7667 "cpal",
7668 "futures 0.3.31",
7669 "gpui",
7670 "http 0.2.12",
7671 "http_client",
7672 "image",
7673 "livekit",
7674 "livekit_api",
7675 "log",
7676 "media",
7677 "nanoid",
7678 "parking_lot",
7679 "postage",
7680 "serde",
7681 "serde_json",
7682 "sha2",
7683 "simplelog",
7684 "smallvec",
7685 "util",
7686]
7687
7688[[package]]
7689name = "livekit_client_macos"
7690version = "0.1.0"
7691dependencies = [
7692 "anyhow",
7693 "async-broadcast",
7694 "async-trait",
7695 "collections",
7696 "core-foundation 0.9.4",
7697 "futures 0.3.31",
7698 "gpui",
7699 "livekit_api",
7700 "log",
7701 "media",
7702 "nanoid",
7703 "parking_lot",
7704 "postage",
7705 "serde",
7706 "serde_json",
7707 "sha2",
7708 "simplelog",
7709]
7710
7711[[package]]
7712name = "lmdb-master-sys"
7713version = "0.2.4"
7714source = "registry+https://github.com/rust-lang/crates.io-index"
7715checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7716dependencies = [
7717 "cc",
7718 "doxygen-rs",
7719 "libc",
7720]
7721
7722[[package]]
7723name = "lmstudio"
7724version = "0.1.0"
7725dependencies = [
7726 "anyhow",
7727 "futures 0.3.31",
7728 "http_client",
7729 "schemars",
7730 "serde",
7731 "serde_json",
7732]
7733
7734[[package]]
7735name = "lock_api"
7736version = "0.4.12"
7737source = "registry+https://github.com/rust-lang/crates.io-index"
7738checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7739dependencies = [
7740 "autocfg",
7741 "scopeguard",
7742]
7743
7744[[package]]
7745name = "log"
7746version = "0.4.26"
7747source = "registry+https://github.com/rust-lang/crates.io-index"
7748checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
7749dependencies = [
7750 "serde",
7751 "value-bag",
7752]
7753
7754[[package]]
7755name = "loop9"
7756version = "0.1.5"
7757source = "registry+https://github.com/rust-lang/crates.io-index"
7758checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7759dependencies = [
7760 "imgref",
7761]
7762
7763[[package]]
7764name = "lru"
7765version = "0.12.5"
7766source = "registry+https://github.com/rust-lang/crates.io-index"
7767checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7768dependencies = [
7769 "hashbrown 0.15.2",
7770]
7771
7772[[package]]
7773name = "lsp"
7774version = "0.1.0"
7775dependencies = [
7776 "anyhow",
7777 "async-pipe",
7778 "collections",
7779 "ctor",
7780 "env_logger 0.11.7",
7781 "futures 0.3.31",
7782 "gpui",
7783 "log",
7784 "lsp-types",
7785 "parking_lot",
7786 "postage",
7787 "release_channel",
7788 "schemars",
7789 "serde",
7790 "serde_json",
7791 "smol",
7792 "util",
7793]
7794
7795[[package]]
7796name = "lsp-types"
7797version = "0.95.1"
7798source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
7799dependencies = [
7800 "bitflags 1.3.2",
7801 "serde",
7802 "serde_json",
7803 "serde_repr",
7804 "url",
7805]
7806
7807[[package]]
7808name = "lua-src"
7809version = "547.0.0"
7810source = "registry+https://github.com/rust-lang/crates.io-index"
7811checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
7812dependencies = [
7813 "cc",
7814]
7815
7816[[package]]
7817name = "luajit-src"
7818version = "210.5.12+a4f56a4"
7819source = "registry+https://github.com/rust-lang/crates.io-index"
7820checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
7821dependencies = [
7822 "cc",
7823 "which 7.0.2",
7824]
7825
7826[[package]]
7827name = "lyon"
7828version = "1.0.1"
7829source = "registry+https://github.com/rust-lang/crates.io-index"
7830checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
7831dependencies = [
7832 "lyon_algorithms",
7833 "lyon_extra",
7834 "lyon_tessellation",
7835]
7836
7837[[package]]
7838name = "lyon_algorithms"
7839version = "1.0.5"
7840source = "registry+https://github.com/rust-lang/crates.io-index"
7841checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
7842dependencies = [
7843 "lyon_path",
7844 "num-traits",
7845]
7846
7847[[package]]
7848name = "lyon_extra"
7849version = "1.0.3"
7850source = "registry+https://github.com/rust-lang/crates.io-index"
7851checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
7852dependencies = [
7853 "lyon_path",
7854 "thiserror 1.0.69",
7855]
7856
7857[[package]]
7858name = "lyon_geom"
7859version = "1.0.6"
7860source = "registry+https://github.com/rust-lang/crates.io-index"
7861checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
7862dependencies = [
7863 "arrayvec",
7864 "euclid",
7865 "num-traits",
7866]
7867
7868[[package]]
7869name = "lyon_path"
7870version = "1.0.6"
7871source = "registry+https://github.com/rust-lang/crates.io-index"
7872checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
7873dependencies = [
7874 "lyon_geom",
7875 "num-traits",
7876]
7877
7878[[package]]
7879name = "lyon_tessellation"
7880version = "1.0.15"
7881source = "registry+https://github.com/rust-lang/crates.io-index"
7882checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
7883dependencies = [
7884 "float_next_after",
7885 "lyon_path",
7886 "num-traits",
7887]
7888
7889[[package]]
7890name = "mac"
7891version = "0.1.1"
7892source = "registry+https://github.com/rust-lang/crates.io-index"
7893checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7894
7895[[package]]
7896name = "mach2"
7897version = "0.4.2"
7898source = "registry+https://github.com/rust-lang/crates.io-index"
7899checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7900dependencies = [
7901 "libc",
7902]
7903
7904[[package]]
7905name = "malloc_buf"
7906version = "0.0.6"
7907source = "registry+https://github.com/rust-lang/crates.io-index"
7908checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7909dependencies = [
7910 "libc",
7911]
7912
7913[[package]]
7914name = "maplit"
7915version = "1.0.2"
7916source = "registry+https://github.com/rust-lang/crates.io-index"
7917checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7918
7919[[package]]
7920name = "markdown"
7921version = "0.1.0"
7922dependencies = [
7923 "anyhow",
7924 "assets",
7925 "env_logger 0.11.7",
7926 "gpui",
7927 "language",
7928 "languages",
7929 "linkify",
7930 "log",
7931 "node_runtime",
7932 "pulldown-cmark 0.12.2",
7933 "settings",
7934 "theme",
7935 "ui",
7936 "util",
7937]
7938
7939[[package]]
7940name = "markdown_preview"
7941version = "0.1.0"
7942dependencies = [
7943 "anyhow",
7944 "async-recursion 1.1.1",
7945 "collections",
7946 "editor",
7947 "gpui",
7948 "language",
7949 "linkify",
7950 "log",
7951 "pretty_assertions",
7952 "pulldown-cmark 0.12.2",
7953 "settings",
7954 "theme",
7955 "ui",
7956 "util",
7957 "workspace",
7958]
7959
7960[[package]]
7961name = "markup5ever"
7962version = "0.12.1"
7963source = "registry+https://github.com/rust-lang/crates.io-index"
7964checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7965dependencies = [
7966 "log",
7967 "phf",
7968 "phf_codegen",
7969 "string_cache",
7970 "string_cache_codegen",
7971 "tendril",
7972]
7973
7974[[package]]
7975name = "markup5ever_rcdom"
7976version = "0.3.0"
7977source = "registry+https://github.com/rust-lang/crates.io-index"
7978checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7979dependencies = [
7980 "html5ever",
7981 "markup5ever",
7982 "tendril",
7983 "xml5ever",
7984]
7985
7986[[package]]
7987name = "matchers"
7988version = "0.1.0"
7989source = "registry+https://github.com/rust-lang/crates.io-index"
7990checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7991dependencies = [
7992 "regex-automata 0.1.10",
7993]
7994
7995[[package]]
7996name = "matchit"
7997version = "0.7.3"
7998source = "registry+https://github.com/rust-lang/crates.io-index"
7999checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
8000
8001[[package]]
8002name = "maybe-owned"
8003version = "0.3.4"
8004source = "registry+https://github.com/rust-lang/crates.io-index"
8005checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
8006
8007[[package]]
8008name = "maybe-rayon"
8009version = "0.1.1"
8010source = "registry+https://github.com/rust-lang/crates.io-index"
8011checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
8012dependencies = [
8013 "cfg-if",
8014 "rayon",
8015]
8016
8017[[package]]
8018name = "md-5"
8019version = "0.10.6"
8020source = "registry+https://github.com/rust-lang/crates.io-index"
8021checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
8022dependencies = [
8023 "cfg-if",
8024 "digest",
8025]
8026
8027[[package]]
8028name = "mdbook"
8029version = "0.4.47"
8030source = "registry+https://github.com/rust-lang/crates.io-index"
8031checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
8032dependencies = [
8033 "ammonia",
8034 "anyhow",
8035 "chrono",
8036 "clap",
8037 "clap_complete",
8038 "elasticlunr-rs",
8039 "env_logger 0.11.7",
8040 "futures-util",
8041 "handlebars 6.2.0",
8042 "hex",
8043 "ignore",
8044 "log",
8045 "memchr",
8046 "notify 8.0.0",
8047 "notify-debouncer-mini",
8048 "once_cell",
8049 "opener",
8050 "pathdiff",
8051 "pulldown-cmark 0.10.3",
8052 "regex",
8053 "serde",
8054 "serde_json",
8055 "sha2",
8056 "shlex",
8057 "tempfile",
8058 "tokio",
8059 "toml 0.5.11",
8060 "topological-sort",
8061 "walkdir",
8062 "warp",
8063]
8064
8065[[package]]
8066name = "media"
8067version = "0.1.0"
8068dependencies = [
8069 "anyhow",
8070 "bindgen 0.70.1",
8071 "core-foundation 0.9.4",
8072 "ctor",
8073 "foreign-types 0.5.0",
8074 "metal",
8075 "objc",
8076]
8077
8078[[package]]
8079name = "memchr"
8080version = "2.7.4"
8081source = "registry+https://github.com/rust-lang/crates.io-index"
8082checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
8083
8084[[package]]
8085name = "memfd"
8086version = "0.6.4"
8087source = "registry+https://github.com/rust-lang/crates.io-index"
8088checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
8089dependencies = [
8090 "rustix",
8091]
8092
8093[[package]]
8094name = "memmap2"
8095version = "0.9.5"
8096source = "registry+https://github.com/rust-lang/crates.io-index"
8097checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
8098dependencies = [
8099 "libc",
8100]
8101
8102[[package]]
8103name = "memoffset"
8104version = "0.9.1"
8105source = "registry+https://github.com/rust-lang/crates.io-index"
8106checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
8107dependencies = [
8108 "autocfg",
8109]
8110
8111[[package]]
8112name = "menu"
8113version = "0.1.0"
8114dependencies = [
8115 "gpui",
8116 "serde",
8117]
8118
8119[[package]]
8120name = "metal"
8121version = "0.31.0"
8122source = "registry+https://github.com/rust-lang/crates.io-index"
8123checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
8124dependencies = [
8125 "bitflags 2.8.0",
8126 "block",
8127 "core-graphics-types 0.1.3",
8128 "foreign-types 0.5.0",
8129 "log",
8130 "objc",
8131 "paste",
8132]
8133
8134[[package]]
8135name = "migrator"
8136version = "0.1.0"
8137dependencies = [
8138 "anyhow",
8139 "collections",
8140 "convert_case 0.8.0",
8141 "log",
8142 "pretty_assertions",
8143 "streaming-iterator",
8144 "tree-sitter",
8145 "tree-sitter-json",
8146]
8147
8148[[package]]
8149name = "mimalloc"
8150version = "0.1.43"
8151source = "registry+https://github.com/rust-lang/crates.io-index"
8152checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
8153dependencies = [
8154 "libmimalloc-sys",
8155]
8156
8157[[package]]
8158name = "mime"
8159version = "0.3.17"
8160source = "registry+https://github.com/rust-lang/crates.io-index"
8161checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
8162
8163[[package]]
8164name = "mime_guess"
8165version = "2.0.5"
8166source = "registry+https://github.com/rust-lang/crates.io-index"
8167checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
8168dependencies = [
8169 "mime",
8170 "unicase",
8171]
8172
8173[[package]]
8174name = "minimal-lexical"
8175version = "0.2.1"
8176source = "registry+https://github.com/rust-lang/crates.io-index"
8177checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
8178
8179[[package]]
8180name = "miniz_oxide"
8181version = "0.8.0"
8182source = "registry+https://github.com/rust-lang/crates.io-index"
8183checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
8184dependencies = [
8185 "adler2",
8186 "simd-adler32",
8187]
8188
8189[[package]]
8190name = "mint"
8191version = "0.5.9"
8192source = "registry+https://github.com/rust-lang/crates.io-index"
8193checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
8194
8195[[package]]
8196name = "mio"
8197version = "0.8.11"
8198source = "registry+https://github.com/rust-lang/crates.io-index"
8199checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
8200dependencies = [
8201 "libc",
8202 "log",
8203 "wasi 0.11.0+wasi-snapshot-preview1",
8204 "windows-sys 0.48.0",
8205]
8206
8207[[package]]
8208name = "mio"
8209version = "1.0.3"
8210source = "registry+https://github.com/rust-lang/crates.io-index"
8211checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
8212dependencies = [
8213 "libc",
8214 "log",
8215 "wasi 0.11.0+wasi-snapshot-preview1",
8216 "windows-sys 0.52.0",
8217]
8218
8219[[package]]
8220name = "miow"
8221version = "0.6.0"
8222source = "registry+https://github.com/rust-lang/crates.io-index"
8223checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
8224dependencies = [
8225 "windows-sys 0.48.0",
8226]
8227
8228[[package]]
8229name = "mistral"
8230version = "0.1.0"
8231dependencies = [
8232 "anyhow",
8233 "futures 0.3.31",
8234 "http_client",
8235 "schemars",
8236 "serde",
8237 "serde_json",
8238 "strum",
8239]
8240
8241[[package]]
8242name = "mlua"
8243version = "0.10.3"
8244source = "registry+https://github.com/rust-lang/crates.io-index"
8245checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
8246dependencies = [
8247 "bstr",
8248 "either",
8249 "futures-util",
8250 "mlua-sys",
8251 "num-traits",
8252 "parking_lot",
8253 "rustc-hash 2.1.1",
8254]
8255
8256[[package]]
8257name = "mlua-sys"
8258version = "0.6.7"
8259source = "registry+https://github.com/rust-lang/crates.io-index"
8260checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
8261dependencies = [
8262 "cc",
8263 "cfg-if",
8264 "lua-src",
8265 "luajit-src",
8266 "pkg-config",
8267]
8268
8269[[package]]
8270name = "msvc_spectre_libs"
8271version = "0.1.2"
8272source = "registry+https://github.com/rust-lang/crates.io-index"
8273checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
8274dependencies = [
8275 "cc",
8276]
8277
8278[[package]]
8279name = "multi_buffer"
8280version = "0.1.0"
8281dependencies = [
8282 "anyhow",
8283 "buffer_diff",
8284 "clock",
8285 "collections",
8286 "ctor",
8287 "env_logger 0.11.7",
8288 "futures 0.3.31",
8289 "gpui",
8290 "indoc",
8291 "itertools 0.14.0",
8292 "language",
8293 "log",
8294 "parking_lot",
8295 "pretty_assertions",
8296 "project",
8297 "rand 0.8.5",
8298 "rope",
8299 "serde",
8300 "settings",
8301 "smallvec",
8302 "smol",
8303 "sum_tree",
8304 "text",
8305 "theme",
8306 "tree-sitter",
8307 "util",
8308]
8309
8310[[package]]
8311name = "multimap"
8312version = "0.8.3"
8313source = "registry+https://github.com/rust-lang/crates.io-index"
8314checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
8315
8316[[package]]
8317name = "multimap"
8318version = "0.10.0"
8319source = "registry+https://github.com/rust-lang/crates.io-index"
8320checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
8321
8322[[package]]
8323name = "naga"
8324version = "23.1.0"
8325source = "registry+https://github.com/rust-lang/crates.io-index"
8326checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
8327dependencies = [
8328 "arrayvec",
8329 "bit-set 0.8.0",
8330 "bitflags 2.8.0",
8331 "cfg_aliases 0.1.1",
8332 "codespan-reporting",
8333 "hexf-parse",
8334 "indexmap",
8335 "log",
8336 "rustc-hash 1.1.0",
8337 "spirv",
8338 "termcolor",
8339 "thiserror 1.0.69",
8340 "unicode-xid",
8341]
8342
8343[[package]]
8344name = "nanoid"
8345version = "0.4.0"
8346source = "registry+https://github.com/rust-lang/crates.io-index"
8347checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
8348dependencies = [
8349 "rand 0.8.5",
8350]
8351
8352[[package]]
8353name = "nanorand"
8354version = "0.7.0"
8355source = "registry+https://github.com/rust-lang/crates.io-index"
8356checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
8357dependencies = [
8358 "getrandom 0.2.15",
8359]
8360
8361[[package]]
8362name = "native-tls"
8363version = "0.2.12"
8364source = "registry+https://github.com/rust-lang/crates.io-index"
8365checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
8366dependencies = [
8367 "libc",
8368 "log",
8369 "openssl",
8370 "openssl-probe",
8371 "openssl-sys",
8372 "schannel",
8373 "security-framework 2.11.1",
8374 "security-framework-sys",
8375 "tempfile",
8376]
8377
8378[[package]]
8379name = "nbformat"
8380version = "0.10.0"
8381source = "registry+https://github.com/rust-lang/crates.io-index"
8382checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
8383dependencies = [
8384 "anyhow",
8385 "chrono",
8386 "jupyter-protocol",
8387 "serde",
8388 "serde_json",
8389 "thiserror 1.0.69",
8390 "uuid",
8391]
8392
8393[[package]]
8394name = "ndk"
8395version = "0.8.0"
8396source = "registry+https://github.com/rust-lang/crates.io-index"
8397checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
8398dependencies = [
8399 "bitflags 2.8.0",
8400 "jni-sys",
8401 "log",
8402 "ndk-sys",
8403 "num_enum",
8404 "thiserror 1.0.69",
8405]
8406
8407[[package]]
8408name = "ndk-context"
8409version = "0.1.1"
8410source = "registry+https://github.com/rust-lang/crates.io-index"
8411checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
8412
8413[[package]]
8414name = "ndk-sys"
8415version = "0.5.0+25.2.9519653"
8416source = "registry+https://github.com/rust-lang/crates.io-index"
8417checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
8418dependencies = [
8419 "jni-sys",
8420]
8421
8422[[package]]
8423name = "new_debug_unreachable"
8424version = "1.0.6"
8425source = "registry+https://github.com/rust-lang/crates.io-index"
8426checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
8427
8428[[package]]
8429name = "nix"
8430version = "0.29.0"
8431source = "registry+https://github.com/rust-lang/crates.io-index"
8432checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
8433dependencies = [
8434 "bitflags 2.8.0",
8435 "cfg-if",
8436 "cfg_aliases 0.2.1",
8437 "libc",
8438 "memoffset",
8439]
8440
8441[[package]]
8442name = "node_runtime"
8443version = "0.1.0"
8444dependencies = [
8445 "anyhow",
8446 "async-compression",
8447 "async-std",
8448 "async-tar",
8449 "async-trait",
8450 "async-watch",
8451 "async_zip",
8452 "futures 0.3.31",
8453 "http_client",
8454 "log",
8455 "paths",
8456 "semver",
8457 "serde",
8458 "serde_json",
8459 "smol",
8460 "tempfile",
8461 "util",
8462 "walkdir",
8463 "which 6.0.3",
8464]
8465
8466[[package]]
8467name = "nom"
8468version = "7.1.3"
8469source = "registry+https://github.com/rust-lang/crates.io-index"
8470checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
8471dependencies = [
8472 "memchr",
8473 "minimal-lexical",
8474]
8475
8476[[package]]
8477name = "noop_proc_macro"
8478version = "0.3.0"
8479source = "registry+https://github.com/rust-lang/crates.io-index"
8480checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
8481
8482[[package]]
8483name = "normpath"
8484version = "1.3.0"
8485source = "registry+https://github.com/rust-lang/crates.io-index"
8486checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
8487dependencies = [
8488 "windows-sys 0.59.0",
8489]
8490
8491[[package]]
8492name = "notifications"
8493version = "0.1.0"
8494dependencies = [
8495 "anyhow",
8496 "channel",
8497 "client",
8498 "collections",
8499 "component",
8500 "db",
8501 "gpui",
8502 "linkme",
8503 "rpc",
8504 "settings",
8505 "sum_tree",
8506 "time",
8507 "ui",
8508 "util",
8509 "workspace",
8510]
8511
8512[[package]]
8513name = "notify"
8514version = "6.1.1"
8515source = "registry+https://github.com/rust-lang/crates.io-index"
8516checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
8517dependencies = [
8518 "bitflags 2.8.0",
8519 "crossbeam-channel",
8520 "filetime",
8521 "fsevent-sys 4.1.0",
8522 "inotify 0.9.6",
8523 "kqueue",
8524 "libc",
8525 "log",
8526 "mio 0.8.11",
8527 "walkdir",
8528 "windows-sys 0.48.0",
8529]
8530
8531[[package]]
8532name = "notify"
8533version = "8.0.0"
8534source = "registry+https://github.com/rust-lang/crates.io-index"
8535checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
8536dependencies = [
8537 "bitflags 2.8.0",
8538 "filetime",
8539 "fsevent-sys 4.1.0",
8540 "inotify 0.11.0",
8541 "kqueue",
8542 "libc",
8543 "log",
8544 "mio 1.0.3",
8545 "notify-types",
8546 "walkdir",
8547 "windows-sys 0.59.0",
8548]
8549
8550[[package]]
8551name = "notify-debouncer-mini"
8552version = "0.6.0"
8553source = "registry+https://github.com/rust-lang/crates.io-index"
8554checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
8555dependencies = [
8556 "log",
8557 "notify 8.0.0",
8558 "notify-types",
8559 "tempfile",
8560]
8561
8562[[package]]
8563name = "notify-types"
8564version = "2.0.0"
8565source = "registry+https://github.com/rust-lang/crates.io-index"
8566checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
8567
8568[[package]]
8569name = "ntapi"
8570version = "0.4.1"
8571source = "registry+https://github.com/rust-lang/crates.io-index"
8572checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8573dependencies = [
8574 "winapi",
8575]
8576
8577[[package]]
8578name = "nu-ansi-term"
8579version = "0.46.0"
8580source = "registry+https://github.com/rust-lang/crates.io-index"
8581checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8582dependencies = [
8583 "overload",
8584 "winapi",
8585]
8586
8587[[package]]
8588name = "num"
8589version = "0.4.3"
8590source = "registry+https://github.com/rust-lang/crates.io-index"
8591checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8592dependencies = [
8593 "num-bigint",
8594 "num-complex",
8595 "num-integer",
8596 "num-iter",
8597 "num-rational",
8598 "num-traits",
8599]
8600
8601[[package]]
8602name = "num-bigint"
8603version = "0.4.6"
8604source = "registry+https://github.com/rust-lang/crates.io-index"
8605checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8606dependencies = [
8607 "num-integer",
8608 "num-traits",
8609]
8610
8611[[package]]
8612name = "num-bigint-dig"
8613version = "0.8.4"
8614source = "registry+https://github.com/rust-lang/crates.io-index"
8615checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8616dependencies = [
8617 "byteorder",
8618 "lazy_static",
8619 "libm",
8620 "num-integer",
8621 "num-iter",
8622 "num-traits",
8623 "rand 0.8.5",
8624 "serde",
8625 "smallvec",
8626 "zeroize",
8627]
8628
8629[[package]]
8630name = "num-complex"
8631version = "0.4.6"
8632source = "registry+https://github.com/rust-lang/crates.io-index"
8633checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8634dependencies = [
8635 "num-traits",
8636]
8637
8638[[package]]
8639name = "num-conv"
8640version = "0.1.0"
8641source = "registry+https://github.com/rust-lang/crates.io-index"
8642checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8643
8644[[package]]
8645name = "num-derive"
8646version = "0.4.2"
8647source = "registry+https://github.com/rust-lang/crates.io-index"
8648checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8649dependencies = [
8650 "proc-macro2",
8651 "quote",
8652 "syn 2.0.100",
8653]
8654
8655[[package]]
8656name = "num-format"
8657version = "0.4.4"
8658source = "registry+https://github.com/rust-lang/crates.io-index"
8659checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8660dependencies = [
8661 "arrayvec",
8662 "itoa",
8663]
8664
8665[[package]]
8666name = "num-integer"
8667version = "0.1.46"
8668source = "registry+https://github.com/rust-lang/crates.io-index"
8669checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8670dependencies = [
8671 "num-traits",
8672]
8673
8674[[package]]
8675name = "num-iter"
8676version = "0.1.45"
8677source = "registry+https://github.com/rust-lang/crates.io-index"
8678checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8679dependencies = [
8680 "autocfg",
8681 "num-integer",
8682 "num-traits",
8683]
8684
8685[[package]]
8686name = "num-modular"
8687version = "0.6.1"
8688source = "registry+https://github.com/rust-lang/crates.io-index"
8689checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8690
8691[[package]]
8692name = "num-order"
8693version = "1.2.0"
8694source = "registry+https://github.com/rust-lang/crates.io-index"
8695checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8696dependencies = [
8697 "num-modular",
8698]
8699
8700[[package]]
8701name = "num-rational"
8702version = "0.4.2"
8703source = "registry+https://github.com/rust-lang/crates.io-index"
8704checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8705dependencies = [
8706 "num-bigint",
8707 "num-integer",
8708 "num-traits",
8709]
8710
8711[[package]]
8712name = "num-traits"
8713version = "0.2.19"
8714source = "registry+https://github.com/rust-lang/crates.io-index"
8715checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8716dependencies = [
8717 "autocfg",
8718 "libm",
8719]
8720
8721[[package]]
8722name = "num_cpus"
8723version = "1.16.0"
8724source = "registry+https://github.com/rust-lang/crates.io-index"
8725checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8726dependencies = [
8727 "hermit-abi 0.3.9",
8728 "libc",
8729]
8730
8731[[package]]
8732name = "num_enum"
8733version = "0.7.3"
8734source = "registry+https://github.com/rust-lang/crates.io-index"
8735checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8736dependencies = [
8737 "num_enum_derive",
8738]
8739
8740[[package]]
8741name = "num_enum_derive"
8742version = "0.7.3"
8743source = "registry+https://github.com/rust-lang/crates.io-index"
8744checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8745dependencies = [
8746 "proc-macro-crate",
8747 "proc-macro2",
8748 "quote",
8749 "syn 2.0.100",
8750]
8751
8752[[package]]
8753name = "num_threads"
8754version = "0.1.7"
8755source = "registry+https://github.com/rust-lang/crates.io-index"
8756checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8757dependencies = [
8758 "libc",
8759]
8760
8761[[package]]
8762name = "nvim-rs"
8763version = "0.8.0-pre"
8764source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8765dependencies = [
8766 "async-trait",
8767 "futures 0.3.31",
8768 "log",
8769 "parity-tokio-ipc",
8770 "rmp",
8771 "rmpv",
8772 "tokio",
8773 "tokio-util",
8774 "winapi",
8775]
8776
8777[[package]]
8778name = "objc"
8779version = "0.2.7"
8780source = "registry+https://github.com/rust-lang/crates.io-index"
8781checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8782dependencies = [
8783 "malloc_buf",
8784]
8785
8786[[package]]
8787name = "objc-sys"
8788version = "0.3.5"
8789source = "registry+https://github.com/rust-lang/crates.io-index"
8790checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8791
8792[[package]]
8793name = "objc2"
8794version = "0.5.2"
8795source = "registry+https://github.com/rust-lang/crates.io-index"
8796checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8797dependencies = [
8798 "objc-sys",
8799 "objc2-encode",
8800]
8801
8802[[package]]
8803name = "objc2-app-kit"
8804version = "0.2.2"
8805source = "registry+https://github.com/rust-lang/crates.io-index"
8806checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8807dependencies = [
8808 "bitflags 2.8.0",
8809 "block2",
8810 "libc",
8811 "objc2",
8812 "objc2-core-data",
8813 "objc2-core-image",
8814 "objc2-foundation",
8815 "objc2-quartz-core",
8816]
8817
8818[[package]]
8819name = "objc2-cloud-kit"
8820version = "0.2.2"
8821source = "registry+https://github.com/rust-lang/crates.io-index"
8822checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8823dependencies = [
8824 "bitflags 2.8.0",
8825 "block2",
8826 "objc2",
8827 "objc2-core-location",
8828 "objc2-foundation",
8829]
8830
8831[[package]]
8832name = "objc2-contacts"
8833version = "0.2.2"
8834source = "registry+https://github.com/rust-lang/crates.io-index"
8835checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8836dependencies = [
8837 "block2",
8838 "objc2",
8839 "objc2-foundation",
8840]
8841
8842[[package]]
8843name = "objc2-core-data"
8844version = "0.2.2"
8845source = "registry+https://github.com/rust-lang/crates.io-index"
8846checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8847dependencies = [
8848 "bitflags 2.8.0",
8849 "block2",
8850 "objc2",
8851 "objc2-foundation",
8852]
8853
8854[[package]]
8855name = "objc2-core-image"
8856version = "0.2.2"
8857source = "registry+https://github.com/rust-lang/crates.io-index"
8858checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8859dependencies = [
8860 "block2",
8861 "objc2",
8862 "objc2-foundation",
8863 "objc2-metal",
8864]
8865
8866[[package]]
8867name = "objc2-core-location"
8868version = "0.2.2"
8869source = "registry+https://github.com/rust-lang/crates.io-index"
8870checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8871dependencies = [
8872 "block2",
8873 "objc2",
8874 "objc2-contacts",
8875 "objc2-foundation",
8876]
8877
8878[[package]]
8879name = "objc2-encode"
8880version = "4.0.3"
8881source = "registry+https://github.com/rust-lang/crates.io-index"
8882checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8883
8884[[package]]
8885name = "objc2-foundation"
8886version = "0.2.2"
8887source = "registry+https://github.com/rust-lang/crates.io-index"
8888checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8889dependencies = [
8890 "bitflags 2.8.0",
8891 "block2",
8892 "libc",
8893 "objc2",
8894]
8895
8896[[package]]
8897name = "objc2-link-presentation"
8898version = "0.2.2"
8899source = "registry+https://github.com/rust-lang/crates.io-index"
8900checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8901dependencies = [
8902 "block2",
8903 "objc2",
8904 "objc2-app-kit",
8905 "objc2-foundation",
8906]
8907
8908[[package]]
8909name = "objc2-metal"
8910version = "0.2.2"
8911source = "registry+https://github.com/rust-lang/crates.io-index"
8912checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8913dependencies = [
8914 "bitflags 2.8.0",
8915 "block2",
8916 "objc2",
8917 "objc2-foundation",
8918]
8919
8920[[package]]
8921name = "objc2-quartz-core"
8922version = "0.2.2"
8923source = "registry+https://github.com/rust-lang/crates.io-index"
8924checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8925dependencies = [
8926 "bitflags 2.8.0",
8927 "block2",
8928 "objc2",
8929 "objc2-foundation",
8930 "objc2-metal",
8931]
8932
8933[[package]]
8934name = "objc2-symbols"
8935version = "0.2.2"
8936source = "registry+https://github.com/rust-lang/crates.io-index"
8937checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8938dependencies = [
8939 "objc2",
8940 "objc2-foundation",
8941]
8942
8943[[package]]
8944name = "objc2-ui-kit"
8945version = "0.2.2"
8946source = "registry+https://github.com/rust-lang/crates.io-index"
8947checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8948dependencies = [
8949 "bitflags 2.8.0",
8950 "block2",
8951 "objc2",
8952 "objc2-cloud-kit",
8953 "objc2-core-data",
8954 "objc2-core-image",
8955 "objc2-core-location",
8956 "objc2-foundation",
8957 "objc2-link-presentation",
8958 "objc2-quartz-core",
8959 "objc2-symbols",
8960 "objc2-uniform-type-identifiers",
8961 "objc2-user-notifications",
8962]
8963
8964[[package]]
8965name = "objc2-uniform-type-identifiers"
8966version = "0.2.2"
8967source = "registry+https://github.com/rust-lang/crates.io-index"
8968checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8969dependencies = [
8970 "block2",
8971 "objc2",
8972 "objc2-foundation",
8973]
8974
8975[[package]]
8976name = "objc2-user-notifications"
8977version = "0.2.2"
8978source = "registry+https://github.com/rust-lang/crates.io-index"
8979checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8980dependencies = [
8981 "bitflags 2.8.0",
8982 "block2",
8983 "objc2",
8984 "objc2-core-location",
8985 "objc2-foundation",
8986]
8987
8988[[package]]
8989name = "object"
8990version = "0.36.5"
8991source = "registry+https://github.com/rust-lang/crates.io-index"
8992checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8993dependencies = [
8994 "crc32fast",
8995 "hashbrown 0.15.2",
8996 "indexmap",
8997 "memchr",
8998]
8999
9000[[package]]
9001name = "oboe"
9002version = "0.6.1"
9003source = "registry+https://github.com/rust-lang/crates.io-index"
9004checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
9005dependencies = [
9006 "jni",
9007 "ndk",
9008 "ndk-context",
9009 "num-derive",
9010 "num-traits",
9011 "oboe-sys",
9012]
9013
9014[[package]]
9015name = "oboe-sys"
9016version = "0.6.1"
9017source = "registry+https://github.com/rust-lang/crates.io-index"
9018checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
9019dependencies = [
9020 "cc",
9021]
9022
9023[[package]]
9024name = "ollama"
9025version = "0.1.0"
9026dependencies = [
9027 "anyhow",
9028 "futures 0.3.31",
9029 "http_client",
9030 "schemars",
9031 "serde",
9032 "serde_json",
9033]
9034
9035[[package]]
9036name = "once_cell"
9037version = "1.20.3"
9038source = "registry+https://github.com/rust-lang/crates.io-index"
9039checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
9040
9041[[package]]
9042name = "oo7"
9043version = "0.4.1"
9044source = "registry+https://github.com/rust-lang/crates.io-index"
9045checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
9046dependencies = [
9047 "aes",
9048 "ashpd",
9049 "async-fs",
9050 "async-io",
9051 "async-lock",
9052 "blocking",
9053 "cbc",
9054 "cipher",
9055 "digest",
9056 "endi",
9057 "futures-lite 2.6.0",
9058 "futures-util",
9059 "getrandom 0.3.1",
9060 "hkdf",
9061 "hmac",
9062 "md-5",
9063 "num",
9064 "num-bigint-dig",
9065 "pbkdf2 0.12.2",
9066 "rand 0.9.0",
9067 "serde",
9068 "sha2",
9069 "subtle",
9070 "zbus",
9071 "zbus_macros",
9072 "zeroize",
9073 "zvariant",
9074]
9075
9076[[package]]
9077name = "oorandom"
9078version = "11.1.4"
9079source = "registry+https://github.com/rust-lang/crates.io-index"
9080checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
9081
9082[[package]]
9083name = "open"
9084version = "5.3.2"
9085source = "registry+https://github.com/rust-lang/crates.io-index"
9086checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
9087dependencies = [
9088 "is-wsl",
9089 "libc",
9090 "pathdiff",
9091]
9092
9093[[package]]
9094name = "open_ai"
9095version = "0.1.0"
9096dependencies = [
9097 "anyhow",
9098 "futures 0.3.31",
9099 "http_client",
9100 "schemars",
9101 "serde",
9102 "serde_json",
9103 "strum",
9104]
9105
9106[[package]]
9107name = "opener"
9108version = "0.7.2"
9109source = "registry+https://github.com/rust-lang/crates.io-index"
9110checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
9111dependencies = [
9112 "bstr",
9113 "dbus",
9114 "normpath",
9115 "windows-sys 0.59.0",
9116]
9117
9118[[package]]
9119name = "openssl"
9120version = "0.10.70"
9121source = "registry+https://github.com/rust-lang/crates.io-index"
9122checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
9123dependencies = [
9124 "bitflags 2.8.0",
9125 "cfg-if",
9126 "foreign-types 0.3.2",
9127 "libc",
9128 "once_cell",
9129 "openssl-macros",
9130 "openssl-sys",
9131]
9132
9133[[package]]
9134name = "openssl-macros"
9135version = "0.1.1"
9136source = "registry+https://github.com/rust-lang/crates.io-index"
9137checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
9138dependencies = [
9139 "proc-macro2",
9140 "quote",
9141 "syn 2.0.100",
9142]
9143
9144[[package]]
9145name = "openssl-probe"
9146version = "0.1.5"
9147source = "registry+https://github.com/rust-lang/crates.io-index"
9148checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
9149
9150[[package]]
9151name = "openssl-src"
9152version = "300.4.1+3.4.0"
9153source = "registry+https://github.com/rust-lang/crates.io-index"
9154checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
9155dependencies = [
9156 "cc",
9157]
9158
9159[[package]]
9160name = "openssl-sys"
9161version = "0.9.105"
9162source = "registry+https://github.com/rust-lang/crates.io-index"
9163checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
9164dependencies = [
9165 "cc",
9166 "libc",
9167 "openssl-src",
9168 "pkg-config",
9169 "vcpkg",
9170]
9171
9172[[package]]
9173name = "option-ext"
9174version = "0.2.0"
9175source = "registry+https://github.com/rust-lang/crates.io-index"
9176checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
9177
9178[[package]]
9179name = "ordered-float"
9180version = "2.10.1"
9181source = "registry+https://github.com/rust-lang/crates.io-index"
9182checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
9183dependencies = [
9184 "num-traits",
9185]
9186
9187[[package]]
9188name = "ordered-float"
9189version = "3.9.2"
9190source = "registry+https://github.com/rust-lang/crates.io-index"
9191checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
9192dependencies = [
9193 "num-traits",
9194]
9195
9196[[package]]
9197name = "ordered-stream"
9198version = "0.2.0"
9199source = "registry+https://github.com/rust-lang/crates.io-index"
9200checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
9201dependencies = [
9202 "futures-core",
9203 "pin-project-lite",
9204]
9205
9206[[package]]
9207name = "ouroboros"
9208version = "0.18.4"
9209source = "registry+https://github.com/rust-lang/crates.io-index"
9210checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
9211dependencies = [
9212 "aliasable",
9213 "ouroboros_macro",
9214 "static_assertions",
9215]
9216
9217[[package]]
9218name = "ouroboros_macro"
9219version = "0.18.4"
9220source = "registry+https://github.com/rust-lang/crates.io-index"
9221checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
9222dependencies = [
9223 "heck 0.4.1",
9224 "itertools 0.12.1",
9225 "proc-macro2",
9226 "proc-macro2-diagnostics",
9227 "quote",
9228 "syn 2.0.100",
9229]
9230
9231[[package]]
9232name = "outline"
9233version = "0.1.0"
9234dependencies = [
9235 "editor",
9236 "fuzzy",
9237 "gpui",
9238 "indoc",
9239 "language",
9240 "menu",
9241 "ordered-float 2.10.1",
9242 "picker",
9243 "project",
9244 "rope",
9245 "serde_json",
9246 "settings",
9247 "smol",
9248 "theme",
9249 "tree-sitter-rust",
9250 "tree-sitter-typescript",
9251 "ui",
9252 "util",
9253 "workspace",
9254 "zed_actions",
9255]
9256
9257[[package]]
9258name = "outline_panel"
9259version = "0.1.0"
9260dependencies = [
9261 "anyhow",
9262 "collections",
9263 "db",
9264 "editor",
9265 "file_icons",
9266 "fuzzy",
9267 "gpui",
9268 "itertools 0.14.0",
9269 "language",
9270 "log",
9271 "menu",
9272 "outline",
9273 "pretty_assertions",
9274 "project",
9275 "schemars",
9276 "search",
9277 "serde",
9278 "serde_json",
9279 "settings",
9280 "smallvec",
9281 "smol",
9282 "theme",
9283 "ui",
9284 "util",
9285 "workspace",
9286 "worktree",
9287 "zed_actions",
9288]
9289
9290[[package]]
9291name = "outref"
9292version = "0.5.1"
9293source = "registry+https://github.com/rust-lang/crates.io-index"
9294checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
9295
9296[[package]]
9297name = "overload"
9298version = "0.1.1"
9299source = "registry+https://github.com/rust-lang/crates.io-index"
9300checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
9301
9302[[package]]
9303name = "p256"
9304version = "0.11.1"
9305source = "registry+https://github.com/rust-lang/crates.io-index"
9306checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
9307dependencies = [
9308 "ecdsa",
9309 "elliptic-curve",
9310 "sha2",
9311]
9312
9313[[package]]
9314name = "page_size"
9315version = "0.6.0"
9316source = "registry+https://github.com/rust-lang/crates.io-index"
9317checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
9318dependencies = [
9319 "libc",
9320 "winapi",
9321]
9322
9323[[package]]
9324name = "palette"
9325version = "0.7.6"
9326source = "registry+https://github.com/rust-lang/crates.io-index"
9327checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
9328dependencies = [
9329 "approx",
9330 "fast-srgb8",
9331 "palette_derive",
9332]
9333
9334[[package]]
9335name = "palette_derive"
9336version = "0.7.6"
9337source = "registry+https://github.com/rust-lang/crates.io-index"
9338checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
9339dependencies = [
9340 "by_address",
9341 "proc-macro2",
9342 "quote",
9343 "syn 2.0.100",
9344]
9345
9346[[package]]
9347name = "panel"
9348version = "0.1.0"
9349dependencies = [
9350 "editor",
9351 "gpui",
9352 "settings",
9353 "theme",
9354 "ui",
9355 "workspace",
9356]
9357
9358[[package]]
9359name = "parity-tokio-ipc"
9360version = "0.9.0"
9361source = "registry+https://github.com/rust-lang/crates.io-index"
9362checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
9363dependencies = [
9364 "futures 0.3.31",
9365 "libc",
9366 "log",
9367 "rand 0.7.3",
9368 "tokio",
9369 "winapi",
9370]
9371
9372[[package]]
9373name = "parking"
9374version = "2.2.1"
9375source = "registry+https://github.com/rust-lang/crates.io-index"
9376checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
9377
9378[[package]]
9379name = "parking_lot"
9380version = "0.12.3"
9381source = "registry+https://github.com/rust-lang/crates.io-index"
9382checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
9383dependencies = [
9384 "lock_api",
9385 "parking_lot_core",
9386]
9387
9388[[package]]
9389name = "parking_lot_core"
9390version = "0.9.10"
9391source = "registry+https://github.com/rust-lang/crates.io-index"
9392checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
9393dependencies = [
9394 "cfg-if",
9395 "libc",
9396 "redox_syscall 0.5.8",
9397 "smallvec",
9398 "windows-targets 0.52.6",
9399]
9400
9401[[package]]
9402name = "password-hash"
9403version = "0.4.2"
9404source = "registry+https://github.com/rust-lang/crates.io-index"
9405checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
9406dependencies = [
9407 "base64ct",
9408 "rand_core 0.6.4",
9409 "subtle",
9410]
9411
9412[[package]]
9413name = "password-hash"
9414version = "0.5.0"
9415source = "registry+https://github.com/rust-lang/crates.io-index"
9416checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
9417dependencies = [
9418 "base64ct",
9419 "rand_core 0.6.4",
9420 "subtle",
9421]
9422
9423[[package]]
9424name = "paste"
9425version = "1.0.15"
9426source = "registry+https://github.com/rust-lang/crates.io-index"
9427checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
9428
9429[[package]]
9430name = "pathdiff"
9431version = "0.2.3"
9432source = "registry+https://github.com/rust-lang/crates.io-index"
9433checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
9434
9435[[package]]
9436name = "pathfinder_geometry"
9437version = "0.5.1"
9438source = "registry+https://github.com/rust-lang/crates.io-index"
9439checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
9440dependencies = [
9441 "log",
9442 "pathfinder_simd",
9443]
9444
9445[[package]]
9446name = "pathfinder_simd"
9447version = "0.5.4"
9448source = "registry+https://github.com/rust-lang/crates.io-index"
9449checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
9450dependencies = [
9451 "rustc_version",
9452]
9453
9454[[package]]
9455name = "paths"
9456version = "0.1.0"
9457dependencies = [
9458 "dirs 4.0.0",
9459 "util",
9460]
9461
9462[[package]]
9463name = "pbjson"
9464version = "0.6.0"
9465source = "registry+https://github.com/rust-lang/crates.io-index"
9466checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
9467dependencies = [
9468 "base64 0.21.7",
9469 "serde",
9470]
9471
9472[[package]]
9473name = "pbjson-build"
9474version = "0.6.2"
9475source = "registry+https://github.com/rust-lang/crates.io-index"
9476checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
9477dependencies = [
9478 "heck 0.4.1",
9479 "itertools 0.11.0",
9480 "prost 0.12.6",
9481 "prost-types 0.12.6",
9482]
9483
9484[[package]]
9485name = "pbjson-types"
9486version = "0.6.0"
9487source = "registry+https://github.com/rust-lang/crates.io-index"
9488checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
9489dependencies = [
9490 "bytes 1.10.1",
9491 "chrono",
9492 "pbjson",
9493 "pbjson-build",
9494 "prost 0.12.6",
9495 "prost-build 0.12.6",
9496 "serde",
9497]
9498
9499[[package]]
9500name = "pbkdf2"
9501version = "0.11.0"
9502source = "registry+https://github.com/rust-lang/crates.io-index"
9503checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
9504dependencies = [
9505 "digest",
9506 "hmac",
9507 "password-hash 0.4.2",
9508 "sha2",
9509]
9510
9511[[package]]
9512name = "pbkdf2"
9513version = "0.12.2"
9514source = "registry+https://github.com/rust-lang/crates.io-index"
9515checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
9516dependencies = [
9517 "digest",
9518 "hmac",
9519]
9520
9521[[package]]
9522name = "pem"
9523version = "3.0.4"
9524source = "registry+https://github.com/rust-lang/crates.io-index"
9525checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
9526dependencies = [
9527 "base64 0.22.1",
9528 "serde",
9529]
9530
9531[[package]]
9532name = "pem-rfc7468"
9533version = "0.7.0"
9534source = "registry+https://github.com/rust-lang/crates.io-index"
9535checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
9536dependencies = [
9537 "base64ct",
9538]
9539
9540[[package]]
9541name = "percent-encoding"
9542version = "2.3.1"
9543source = "registry+https://github.com/rust-lang/crates.io-index"
9544checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
9545
9546[[package]]
9547name = "perplexity"
9548version = "0.1.0"
9549dependencies = [
9550 "serde",
9551 "zed_extension_api 0.3.0",
9552]
9553
9554[[package]]
9555name = "pest"
9556version = "2.7.15"
9557source = "registry+https://github.com/rust-lang/crates.io-index"
9558checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
9559dependencies = [
9560 "memchr",
9561 "thiserror 2.0.6",
9562 "ucd-trie",
9563]
9564
9565[[package]]
9566name = "pest_derive"
9567version = "2.7.15"
9568source = "registry+https://github.com/rust-lang/crates.io-index"
9569checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9570dependencies = [
9571 "pest",
9572 "pest_generator",
9573]
9574
9575[[package]]
9576name = "pest_generator"
9577version = "2.7.15"
9578source = "registry+https://github.com/rust-lang/crates.io-index"
9579checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9580dependencies = [
9581 "pest",
9582 "pest_meta",
9583 "proc-macro2",
9584 "quote",
9585 "syn 2.0.100",
9586]
9587
9588[[package]]
9589name = "pest_meta"
9590version = "2.7.15"
9591source = "registry+https://github.com/rust-lang/crates.io-index"
9592checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9593dependencies = [
9594 "once_cell",
9595 "pest",
9596 "sha2",
9597]
9598
9599[[package]]
9600name = "pet"
9601version = "0.1.0"
9602source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9603dependencies = [
9604 "clap",
9605 "env_logger 0.10.2",
9606 "lazy_static",
9607 "log",
9608 "msvc_spectre_libs",
9609 "pet-conda",
9610 "pet-core",
9611 "pet-env-var-path",
9612 "pet-fs",
9613 "pet-global-virtualenvs",
9614 "pet-homebrew",
9615 "pet-jsonrpc",
9616 "pet-linux-global-python",
9617 "pet-mac-commandlinetools",
9618 "pet-mac-python-org",
9619 "pet-mac-xcode",
9620 "pet-pipenv",
9621 "pet-pixi",
9622 "pet-poetry",
9623 "pet-pyenv",
9624 "pet-python-utils",
9625 "pet-reporter",
9626 "pet-telemetry",
9627 "pet-venv",
9628 "pet-virtualenv",
9629 "pet-virtualenvwrapper",
9630 "pet-windows-registry",
9631 "pet-windows-store",
9632 "serde",
9633 "serde_json",
9634]
9635
9636[[package]]
9637name = "pet-conda"
9638version = "0.1.0"
9639source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9640dependencies = [
9641 "env_logger 0.10.2",
9642 "lazy_static",
9643 "log",
9644 "msvc_spectre_libs",
9645 "pet-core",
9646 "pet-fs",
9647 "pet-python-utils",
9648 "pet-reporter",
9649 "regex",
9650 "serde",
9651 "serde_json",
9652 "yaml-rust2",
9653]
9654
9655[[package]]
9656name = "pet-core"
9657version = "0.1.0"
9658source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9659dependencies = [
9660 "clap",
9661 "lazy_static",
9662 "log",
9663 "msvc_spectre_libs",
9664 "pet-fs",
9665 "regex",
9666 "serde",
9667 "serde_json",
9668]
9669
9670[[package]]
9671name = "pet-env-var-path"
9672version = "0.1.0"
9673source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9674dependencies = [
9675 "lazy_static",
9676 "log",
9677 "msvc_spectre_libs",
9678 "pet-conda",
9679 "pet-core",
9680 "pet-fs",
9681 "pet-python-utils",
9682 "pet-virtualenv",
9683 "regex",
9684]
9685
9686[[package]]
9687name = "pet-fs"
9688version = "0.1.0"
9689source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9690dependencies = [
9691 "log",
9692 "msvc_spectre_libs",
9693]
9694
9695[[package]]
9696name = "pet-global-virtualenvs"
9697version = "0.1.0"
9698source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9699dependencies = [
9700 "log",
9701 "msvc_spectre_libs",
9702 "pet-conda",
9703 "pet-core",
9704 "pet-fs",
9705 "pet-virtualenv",
9706]
9707
9708[[package]]
9709name = "pet-homebrew"
9710version = "0.1.0"
9711source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9712dependencies = [
9713 "lazy_static",
9714 "log",
9715 "msvc_spectre_libs",
9716 "pet-conda",
9717 "pet-core",
9718 "pet-fs",
9719 "pet-python-utils",
9720 "pet-virtualenv",
9721 "regex",
9722 "serde",
9723 "serde_json",
9724]
9725
9726[[package]]
9727name = "pet-jsonrpc"
9728version = "0.1.0"
9729source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9730dependencies = [
9731 "env_logger 0.10.2",
9732 "log",
9733 "msvc_spectre_libs",
9734 "pet-core",
9735 "serde",
9736 "serde_json",
9737]
9738
9739[[package]]
9740name = "pet-linux-global-python"
9741version = "0.1.0"
9742source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9743dependencies = [
9744 "log",
9745 "msvc_spectre_libs",
9746 "pet-core",
9747 "pet-fs",
9748 "pet-python-utils",
9749 "pet-virtualenv",
9750]
9751
9752[[package]]
9753name = "pet-mac-commandlinetools"
9754version = "0.1.0"
9755source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9756dependencies = [
9757 "log",
9758 "msvc_spectre_libs",
9759 "pet-core",
9760 "pet-fs",
9761 "pet-python-utils",
9762 "pet-virtualenv",
9763]
9764
9765[[package]]
9766name = "pet-mac-python-org"
9767version = "0.1.0"
9768source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9769dependencies = [
9770 "log",
9771 "msvc_spectre_libs",
9772 "pet-core",
9773 "pet-fs",
9774 "pet-python-utils",
9775 "pet-virtualenv",
9776]
9777
9778[[package]]
9779name = "pet-mac-xcode"
9780version = "0.1.0"
9781source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9782dependencies = [
9783 "log",
9784 "msvc_spectre_libs",
9785 "pet-core",
9786 "pet-fs",
9787 "pet-python-utils",
9788 "pet-virtualenv",
9789]
9790
9791[[package]]
9792name = "pet-pipenv"
9793version = "0.1.0"
9794source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9795dependencies = [
9796 "log",
9797 "msvc_spectre_libs",
9798 "pet-core",
9799 "pet-fs",
9800 "pet-python-utils",
9801 "pet-virtualenv",
9802]
9803
9804[[package]]
9805name = "pet-pixi"
9806version = "0.1.0"
9807source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9808dependencies = [
9809 "log",
9810 "msvc_spectre_libs",
9811 "pet-conda",
9812 "pet-core",
9813 "pet-python-utils",
9814]
9815
9816[[package]]
9817name = "pet-poetry"
9818version = "0.1.0"
9819source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9820dependencies = [
9821 "base64 0.22.1",
9822 "lazy_static",
9823 "log",
9824 "msvc_spectre_libs",
9825 "pet-core",
9826 "pet-fs",
9827 "pet-python-utils",
9828 "pet-reporter",
9829 "pet-virtualenv",
9830 "regex",
9831 "serde",
9832 "serde_json",
9833 "sha2",
9834 "toml 0.8.20",
9835]
9836
9837[[package]]
9838name = "pet-pyenv"
9839version = "0.1.0"
9840source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9841dependencies = [
9842 "lazy_static",
9843 "log",
9844 "msvc_spectre_libs",
9845 "pet-conda",
9846 "pet-core",
9847 "pet-fs",
9848 "pet-python-utils",
9849 "pet-reporter",
9850 "regex",
9851 "serde",
9852 "serde_json",
9853]
9854
9855[[package]]
9856name = "pet-python-utils"
9857version = "0.1.0"
9858source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9859dependencies = [
9860 "env_logger 0.10.2",
9861 "lazy_static",
9862 "log",
9863 "msvc_spectre_libs",
9864 "pet-core",
9865 "pet-fs",
9866 "regex",
9867 "serde",
9868 "serde_json",
9869 "sha2",
9870]
9871
9872[[package]]
9873name = "pet-reporter"
9874version = "0.1.0"
9875source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9876dependencies = [
9877 "env_logger 0.10.2",
9878 "log",
9879 "msvc_spectre_libs",
9880 "pet-core",
9881 "pet-jsonrpc",
9882 "serde",
9883 "serde_json",
9884]
9885
9886[[package]]
9887name = "pet-telemetry"
9888version = "0.1.0"
9889source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9890dependencies = [
9891 "env_logger 0.10.2",
9892 "lazy_static",
9893 "log",
9894 "msvc_spectre_libs",
9895 "pet-core",
9896 "pet-fs",
9897 "pet-python-utils",
9898 "regex",
9899]
9900
9901[[package]]
9902name = "pet-venv"
9903version = "0.1.0"
9904source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9905dependencies = [
9906 "log",
9907 "msvc_spectre_libs",
9908 "pet-core",
9909 "pet-python-utils",
9910 "pet-virtualenv",
9911]
9912
9913[[package]]
9914name = "pet-virtualenv"
9915version = "0.1.0"
9916source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9917dependencies = [
9918 "log",
9919 "msvc_spectre_libs",
9920 "pet-core",
9921 "pet-fs",
9922 "pet-python-utils",
9923]
9924
9925[[package]]
9926name = "pet-virtualenvwrapper"
9927version = "0.1.0"
9928source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9929dependencies = [
9930 "log",
9931 "msvc_spectre_libs",
9932 "pet-core",
9933 "pet-fs",
9934 "pet-python-utils",
9935 "pet-virtualenv",
9936]
9937
9938[[package]]
9939name = "pet-windows-registry"
9940version = "0.1.0"
9941source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9942dependencies = [
9943 "lazy_static",
9944 "log",
9945 "msvc_spectre_libs",
9946 "pet-conda",
9947 "pet-core",
9948 "pet-fs",
9949 "pet-python-utils",
9950 "pet-virtualenv",
9951 "pet-windows-store",
9952 "regex",
9953 "winreg 0.52.0",
9954]
9955
9956[[package]]
9957name = "pet-windows-store"
9958version = "0.1.0"
9959source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9960dependencies = [
9961 "lazy_static",
9962 "log",
9963 "msvc_spectre_libs",
9964 "pet-core",
9965 "pet-fs",
9966 "pet-python-utils",
9967 "pet-virtualenv",
9968 "regex",
9969 "winreg 0.52.0",
9970]
9971
9972[[package]]
9973name = "petgraph"
9974version = "0.6.5"
9975source = "registry+https://github.com/rust-lang/crates.io-index"
9976checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9977dependencies = [
9978 "fixedbitset",
9979 "indexmap",
9980]
9981
9982[[package]]
9983name = "phf"
9984version = "0.11.2"
9985source = "registry+https://github.com/rust-lang/crates.io-index"
9986checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9987dependencies = [
9988 "phf_macros",
9989 "phf_shared 0.11.2",
9990]
9991
9992[[package]]
9993name = "phf_codegen"
9994version = "0.11.2"
9995source = "registry+https://github.com/rust-lang/crates.io-index"
9996checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9997dependencies = [
9998 "phf_generator 0.11.2",
9999 "phf_shared 0.11.2",
10000]
10001
10002[[package]]
10003name = "phf_generator"
10004version = "0.10.0"
10005source = "registry+https://github.com/rust-lang/crates.io-index"
10006checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10007dependencies = [
10008 "phf_shared 0.10.0",
10009 "rand 0.8.5",
10010]
10011
10012[[package]]
10013name = "phf_generator"
10014version = "0.11.2"
10015source = "registry+https://github.com/rust-lang/crates.io-index"
10016checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10017dependencies = [
10018 "phf_shared 0.11.2",
10019 "rand 0.8.5",
10020]
10021
10022[[package]]
10023name = "phf_macros"
10024version = "0.11.2"
10025source = "registry+https://github.com/rust-lang/crates.io-index"
10026checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10027dependencies = [
10028 "phf_generator 0.11.2",
10029 "phf_shared 0.11.2",
10030 "proc-macro2",
10031 "quote",
10032 "syn 2.0.100",
10033]
10034
10035[[package]]
10036name = "phf_shared"
10037version = "0.10.0"
10038source = "registry+https://github.com/rust-lang/crates.io-index"
10039checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10040dependencies = [
10041 "siphasher 0.3.11",
10042]
10043
10044[[package]]
10045name = "phf_shared"
10046version = "0.11.2"
10047source = "registry+https://github.com/rust-lang/crates.io-index"
10048checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10049dependencies = [
10050 "siphasher 0.3.11",
10051]
10052
10053[[package]]
10054name = "picker"
10055version = "0.1.0"
10056dependencies = [
10057 "anyhow",
10058 "ctor",
10059 "editor",
10060 "env_logger 0.11.7",
10061 "gpui",
10062 "menu",
10063 "schemars",
10064 "serde",
10065 "serde_json",
10066 "ui",
10067 "util",
10068 "workspace",
10069]
10070
10071[[package]]
10072name = "pico-args"
10073version = "0.5.0"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10076
10077[[package]]
10078name = "pin-project"
10079version = "1.1.7"
10080source = "registry+https://github.com/rust-lang/crates.io-index"
10081checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10082dependencies = [
10083 "pin-project-internal",
10084]
10085
10086[[package]]
10087name = "pin-project-internal"
10088version = "1.1.7"
10089source = "registry+https://github.com/rust-lang/crates.io-index"
10090checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10091dependencies = [
10092 "proc-macro2",
10093 "quote",
10094 "syn 2.0.100",
10095]
10096
10097[[package]]
10098name = "pin-project-lite"
10099version = "0.2.16"
10100source = "registry+https://github.com/rust-lang/crates.io-index"
10101checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10102
10103[[package]]
10104name = "pin-utils"
10105version = "0.1.0"
10106source = "registry+https://github.com/rust-lang/crates.io-index"
10107checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10108
10109[[package]]
10110name = "piper"
10111version = "0.2.4"
10112source = "registry+https://github.com/rust-lang/crates.io-index"
10113checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10114dependencies = [
10115 "atomic-waker",
10116 "fastrand 2.3.0",
10117 "futures-io",
10118]
10119
10120[[package]]
10121name = "pkcs1"
10122version = "0.7.5"
10123source = "registry+https://github.com/rust-lang/crates.io-index"
10124checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10125dependencies = [
10126 "der 0.7.9",
10127 "pkcs8 0.10.2",
10128 "spki 0.7.3",
10129]
10130
10131[[package]]
10132name = "pkcs8"
10133version = "0.9.0"
10134source = "registry+https://github.com/rust-lang/crates.io-index"
10135checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10136dependencies = [
10137 "der 0.6.1",
10138 "spki 0.6.0",
10139]
10140
10141[[package]]
10142name = "pkcs8"
10143version = "0.10.2"
10144source = "registry+https://github.com/rust-lang/crates.io-index"
10145checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10146dependencies = [
10147 "der 0.7.9",
10148 "spki 0.7.3",
10149]
10150
10151[[package]]
10152name = "pkg-config"
10153version = "0.3.31"
10154source = "registry+https://github.com/rust-lang/crates.io-index"
10155checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10156
10157[[package]]
10158name = "plist"
10159version = "1.7.0"
10160source = "registry+https://github.com/rust-lang/crates.io-index"
10161checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10162dependencies = [
10163 "base64 0.22.1",
10164 "indexmap",
10165 "quick-xml 0.32.0",
10166 "serde",
10167 "time",
10168]
10169
10170[[package]]
10171name = "plotters"
10172version = "0.3.7"
10173source = "registry+https://github.com/rust-lang/crates.io-index"
10174checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10175dependencies = [
10176 "num-traits",
10177 "plotters-backend",
10178 "plotters-svg",
10179 "wasm-bindgen",
10180 "web-sys",
10181]
10182
10183[[package]]
10184name = "plotters-backend"
10185version = "0.3.7"
10186source = "registry+https://github.com/rust-lang/crates.io-index"
10187checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10188
10189[[package]]
10190name = "plotters-svg"
10191version = "0.3.7"
10192source = "registry+https://github.com/rust-lang/crates.io-index"
10193checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10194dependencies = [
10195 "plotters-backend",
10196]
10197
10198[[package]]
10199name = "png"
10200version = "0.17.15"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10203dependencies = [
10204 "bitflags 1.3.2",
10205 "crc32fast",
10206 "fdeflate",
10207 "flate2",
10208 "miniz_oxide",
10209]
10210
10211[[package]]
10212name = "polling"
10213version = "3.7.4"
10214source = "registry+https://github.com/rust-lang/crates.io-index"
10215checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10216dependencies = [
10217 "cfg-if",
10218 "concurrent-queue",
10219 "hermit-abi 0.4.0",
10220 "pin-project-lite",
10221 "rustix",
10222 "tracing",
10223 "windows-sys 0.59.0",
10224]
10225
10226[[package]]
10227name = "pollster"
10228version = "0.2.5"
10229source = "registry+https://github.com/rust-lang/crates.io-index"
10230checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10231
10232[[package]]
10233name = "portable-atomic"
10234version = "1.11.0"
10235source = "registry+https://github.com/rust-lang/crates.io-index"
10236checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10237
10238[[package]]
10239name = "portable-atomic-util"
10240version = "0.2.4"
10241source = "registry+https://github.com/rust-lang/crates.io-index"
10242checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10243dependencies = [
10244 "portable-atomic",
10245]
10246
10247[[package]]
10248name = "postage"
10249version = "0.5.0"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10252dependencies = [
10253 "atomic",
10254 "crossbeam-queue",
10255 "futures 0.3.31",
10256 "log",
10257 "parking_lot",
10258 "pin-project",
10259 "pollster",
10260 "static_assertions",
10261 "thiserror 1.0.69",
10262]
10263
10264[[package]]
10265name = "postcard"
10266version = "1.1.1"
10267source = "registry+https://github.com/rust-lang/crates.io-index"
10268checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10269dependencies = [
10270 "cobs",
10271 "embedded-io 0.4.0",
10272 "embedded-io 0.6.1",
10273 "serde",
10274]
10275
10276[[package]]
10277name = "powerfmt"
10278version = "0.2.0"
10279source = "registry+https://github.com/rust-lang/crates.io-index"
10280checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10281
10282[[package]]
10283name = "ppv-lite86"
10284version = "0.2.20"
10285source = "registry+https://github.com/rust-lang/crates.io-index"
10286checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10287dependencies = [
10288 "zerocopy 0.7.35",
10289]
10290
10291[[package]]
10292name = "precomputed-hash"
10293version = "0.1.1"
10294source = "registry+https://github.com/rust-lang/crates.io-index"
10295checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10296
10297[[package]]
10298name = "prettier"
10299version = "0.1.0"
10300dependencies = [
10301 "anyhow",
10302 "collections",
10303 "fs",
10304 "gpui",
10305 "language",
10306 "log",
10307 "lsp",
10308 "node_runtime",
10309 "parking_lot",
10310 "paths",
10311 "serde",
10312 "serde_json",
10313 "util",
10314]
10315
10316[[package]]
10317name = "pretty_assertions"
10318version = "1.4.1"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10321dependencies = [
10322 "diff",
10323 "yansi",
10324]
10325
10326[[package]]
10327name = "prettyplease"
10328version = "0.2.25"
10329source = "registry+https://github.com/rust-lang/crates.io-index"
10330checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10331dependencies = [
10332 "proc-macro2",
10333 "syn 2.0.100",
10334]
10335
10336[[package]]
10337name = "proc-macro-crate"
10338version = "3.2.0"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10341dependencies = [
10342 "toml_edit",
10343]
10344
10345[[package]]
10346name = "proc-macro-error-attr2"
10347version = "2.0.0"
10348source = "registry+https://github.com/rust-lang/crates.io-index"
10349checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10350dependencies = [
10351 "proc-macro2",
10352 "quote",
10353]
10354
10355[[package]]
10356name = "proc-macro-error2"
10357version = "2.0.1"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10360dependencies = [
10361 "proc-macro-error-attr2",
10362 "proc-macro2",
10363 "quote",
10364 "syn 2.0.100",
10365]
10366
10367[[package]]
10368name = "proc-macro2"
10369version = "1.0.94"
10370source = "registry+https://github.com/rust-lang/crates.io-index"
10371checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10372dependencies = [
10373 "unicode-ident",
10374]
10375
10376[[package]]
10377name = "proc-macro2-diagnostics"
10378version = "0.10.1"
10379source = "registry+https://github.com/rust-lang/crates.io-index"
10380checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10381dependencies = [
10382 "proc-macro2",
10383 "quote",
10384 "syn 2.0.100",
10385 "version_check",
10386 "yansi",
10387]
10388
10389[[package]]
10390name = "profiling"
10391version = "1.0.16"
10392source = "registry+https://github.com/rust-lang/crates.io-index"
10393checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10394dependencies = [
10395 "profiling-procmacros",
10396]
10397
10398[[package]]
10399name = "profiling-procmacros"
10400version = "1.0.16"
10401source = "registry+https://github.com/rust-lang/crates.io-index"
10402checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10403dependencies = [
10404 "quote",
10405 "syn 2.0.100",
10406]
10407
10408[[package]]
10409name = "project"
10410version = "0.1.0"
10411dependencies = [
10412 "aho-corasick",
10413 "anyhow",
10414 "askpass",
10415 "async-trait",
10416 "buffer_diff",
10417 "client",
10418 "clock",
10419 "collections",
10420 "env_logger 0.11.7",
10421 "extension",
10422 "fancy-regex 0.14.0",
10423 "fs",
10424 "futures 0.3.31",
10425 "fuzzy",
10426 "git",
10427 "git2",
10428 "globset",
10429 "gpui",
10430 "http_client",
10431 "image",
10432 "itertools 0.14.0",
10433 "language",
10434 "log",
10435 "lsp",
10436 "node_runtime",
10437 "parking_lot",
10438 "pathdiff",
10439 "paths",
10440 "postage",
10441 "prettier",
10442 "pretty_assertions",
10443 "rand 0.8.5",
10444 "regex",
10445 "release_channel",
10446 "remote",
10447 "rpc",
10448 "schemars",
10449 "serde",
10450 "serde_json",
10451 "settings",
10452 "sha2",
10453 "shellexpand 2.1.2",
10454 "shlex",
10455 "smol",
10456 "snippet",
10457 "snippet_provider",
10458 "task",
10459 "tempfile",
10460 "terminal",
10461 "text",
10462 "toml 0.8.20",
10463 "unindent",
10464 "url",
10465 "util",
10466 "which 6.0.3",
10467 "worktree",
10468]
10469
10470[[package]]
10471name = "project_panel"
10472version = "0.1.0"
10473dependencies = [
10474 "anyhow",
10475 "client",
10476 "collections",
10477 "command_palette_hooks",
10478 "db",
10479 "editor",
10480 "file_icons",
10481 "git",
10482 "gpui",
10483 "indexmap",
10484 "language",
10485 "menu",
10486 "pretty_assertions",
10487 "project",
10488 "schemars",
10489 "search",
10490 "serde",
10491 "serde_derive",
10492 "serde_json",
10493 "settings",
10494 "smallvec",
10495 "theme",
10496 "ui",
10497 "util",
10498 "workspace",
10499 "worktree",
10500 "zed_actions",
10501]
10502
10503[[package]]
10504name = "project_symbols"
10505version = "0.1.0"
10506dependencies = [
10507 "anyhow",
10508 "editor",
10509 "futures 0.3.31",
10510 "fuzzy",
10511 "gpui",
10512 "language",
10513 "lsp",
10514 "ordered-float 2.10.1",
10515 "picker",
10516 "project",
10517 "release_channel",
10518 "serde_json",
10519 "settings",
10520 "theme",
10521 "util",
10522 "workspace",
10523]
10524
10525[[package]]
10526name = "prometheus"
10527version = "0.13.4"
10528source = "registry+https://github.com/rust-lang/crates.io-index"
10529checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10530dependencies = [
10531 "cfg-if",
10532 "fnv",
10533 "lazy_static",
10534 "memchr",
10535 "parking_lot",
10536 "protobuf",
10537 "thiserror 1.0.69",
10538]
10539
10540[[package]]
10541name = "prompt_library"
10542version = "0.1.0"
10543dependencies = [
10544 "anyhow",
10545 "collections",
10546 "editor",
10547 "gpui",
10548 "language",
10549 "language_model",
10550 "log",
10551 "menu",
10552 "picker",
10553 "prompt_store",
10554 "release_channel",
10555 "rope",
10556 "serde",
10557 "settings",
10558 "theme",
10559 "ui",
10560 "util",
10561 "workspace",
10562 "zed_actions",
10563]
10564
10565[[package]]
10566name = "prompt_store"
10567version = "0.1.0"
10568dependencies = [
10569 "anyhow",
10570 "assets",
10571 "chrono",
10572 "collections",
10573 "fs",
10574 "futures 0.3.31",
10575 "fuzzy",
10576 "gpui",
10577 "handlebars 4.5.0",
10578 "heed",
10579 "language",
10580 "log",
10581 "parking_lot",
10582 "paths",
10583 "rope",
10584 "serde",
10585 "text",
10586 "util",
10587 "uuid",
10588]
10589
10590[[package]]
10591name = "prost"
10592version = "0.9.0"
10593source = "registry+https://github.com/rust-lang/crates.io-index"
10594checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10595dependencies = [
10596 "bytes 1.10.1",
10597 "prost-derive 0.9.0",
10598]
10599
10600[[package]]
10601name = "prost"
10602version = "0.12.6"
10603source = "registry+https://github.com/rust-lang/crates.io-index"
10604checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10605dependencies = [
10606 "bytes 1.10.1",
10607 "prost-derive 0.12.6",
10608]
10609
10610[[package]]
10611name = "prost-build"
10612version = "0.9.0"
10613source = "registry+https://github.com/rust-lang/crates.io-index"
10614checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10615dependencies = [
10616 "bytes 1.10.1",
10617 "heck 0.3.3",
10618 "itertools 0.10.5",
10619 "lazy_static",
10620 "log",
10621 "multimap 0.8.3",
10622 "petgraph",
10623 "prost 0.9.0",
10624 "prost-types 0.9.0",
10625 "regex",
10626 "tempfile",
10627 "which 4.4.2",
10628]
10629
10630[[package]]
10631name = "prost-build"
10632version = "0.12.6"
10633source = "registry+https://github.com/rust-lang/crates.io-index"
10634checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10635dependencies = [
10636 "bytes 1.10.1",
10637 "heck 0.5.0",
10638 "itertools 0.12.1",
10639 "log",
10640 "multimap 0.10.0",
10641 "once_cell",
10642 "petgraph",
10643 "prettyplease",
10644 "prost 0.12.6",
10645 "prost-types 0.12.6",
10646 "regex",
10647 "syn 2.0.100",
10648 "tempfile",
10649]
10650
10651[[package]]
10652name = "prost-derive"
10653version = "0.9.0"
10654source = "registry+https://github.com/rust-lang/crates.io-index"
10655checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10656dependencies = [
10657 "anyhow",
10658 "itertools 0.10.5",
10659 "proc-macro2",
10660 "quote",
10661 "syn 1.0.109",
10662]
10663
10664[[package]]
10665name = "prost-derive"
10666version = "0.12.6"
10667source = "registry+https://github.com/rust-lang/crates.io-index"
10668checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10669dependencies = [
10670 "anyhow",
10671 "itertools 0.12.1",
10672 "proc-macro2",
10673 "quote",
10674 "syn 2.0.100",
10675]
10676
10677[[package]]
10678name = "prost-types"
10679version = "0.9.0"
10680source = "registry+https://github.com/rust-lang/crates.io-index"
10681checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10682dependencies = [
10683 "bytes 1.10.1",
10684 "prost 0.9.0",
10685]
10686
10687[[package]]
10688name = "prost-types"
10689version = "0.12.6"
10690source = "registry+https://github.com/rust-lang/crates.io-index"
10691checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10692dependencies = [
10693 "prost 0.12.6",
10694]
10695
10696[[package]]
10697name = "proto"
10698version = "0.1.0"
10699dependencies = [
10700 "anyhow",
10701 "collections",
10702 "prost 0.9.0",
10703 "prost-build 0.9.0",
10704 "serde",
10705]
10706
10707[[package]]
10708name = "protobuf"
10709version = "2.28.0"
10710source = "registry+https://github.com/rust-lang/crates.io-index"
10711checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10712
10713[[package]]
10714name = "psm"
10715version = "0.1.24"
10716source = "registry+https://github.com/rust-lang/crates.io-index"
10717checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10718dependencies = [
10719 "cc",
10720]
10721
10722[[package]]
10723name = "ptr_meta"
10724version = "0.1.4"
10725source = "registry+https://github.com/rust-lang/crates.io-index"
10726checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10727dependencies = [
10728 "ptr_meta_derive",
10729]
10730
10731[[package]]
10732name = "ptr_meta_derive"
10733version = "0.1.4"
10734source = "registry+https://github.com/rust-lang/crates.io-index"
10735checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10736dependencies = [
10737 "proc-macro2",
10738 "quote",
10739 "syn 1.0.109",
10740]
10741
10742[[package]]
10743name = "pulldown-cmark"
10744version = "0.10.3"
10745source = "registry+https://github.com/rust-lang/crates.io-index"
10746checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10747dependencies = [
10748 "bitflags 2.8.0",
10749 "memchr",
10750 "pulldown-cmark-escape",
10751 "unicase",
10752]
10753
10754[[package]]
10755name = "pulldown-cmark"
10756version = "0.12.2"
10757source = "registry+https://github.com/rust-lang/crates.io-index"
10758checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10759dependencies = [
10760 "bitflags 2.8.0",
10761 "memchr",
10762 "unicase",
10763]
10764
10765[[package]]
10766name = "pulldown-cmark-escape"
10767version = "0.10.1"
10768source = "registry+https://github.com/rust-lang/crates.io-index"
10769checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10770
10771[[package]]
10772name = "pulley-interpreter"
10773version = "29.0.1"
10774source = "registry+https://github.com/rust-lang/crates.io-index"
10775checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10776dependencies = [
10777 "cranelift-bitset",
10778 "log",
10779 "sptr",
10780 "wasmtime-math",
10781]
10782
10783[[package]]
10784name = "qoi"
10785version = "0.4.1"
10786source = "registry+https://github.com/rust-lang/crates.io-index"
10787checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10788dependencies = [
10789 "bytemuck",
10790]
10791
10792[[package]]
10793name = "quick-error"
10794version = "2.0.1"
10795source = "registry+https://github.com/rust-lang/crates.io-index"
10796checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10797
10798[[package]]
10799name = "quick-xml"
10800version = "0.32.0"
10801source = "registry+https://github.com/rust-lang/crates.io-index"
10802checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10803dependencies = [
10804 "memchr",
10805]
10806
10807[[package]]
10808name = "quick-xml"
10809version = "0.37.2"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10812dependencies = [
10813 "memchr",
10814]
10815
10816[[package]]
10817name = "quinn"
10818version = "0.11.6"
10819source = "registry+https://github.com/rust-lang/crates.io-index"
10820checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10821dependencies = [
10822 "bytes 1.10.1",
10823 "pin-project-lite",
10824 "quinn-proto",
10825 "quinn-udp",
10826 "rustc-hash 2.1.1",
10827 "rustls 0.23.23",
10828 "socket2",
10829 "thiserror 2.0.6",
10830 "tokio",
10831 "tracing",
10832]
10833
10834[[package]]
10835name = "quinn-proto"
10836version = "0.11.9"
10837source = "registry+https://github.com/rust-lang/crates.io-index"
10838checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10839dependencies = [
10840 "bytes 1.10.1",
10841 "getrandom 0.2.15",
10842 "rand 0.8.5",
10843 "ring",
10844 "rustc-hash 2.1.1",
10845 "rustls 0.23.23",
10846 "rustls-pki-types",
10847 "slab",
10848 "thiserror 2.0.6",
10849 "tinyvec",
10850 "tracing",
10851 "web-time",
10852]
10853
10854[[package]]
10855name = "quinn-udp"
10856version = "0.5.9"
10857source = "registry+https://github.com/rust-lang/crates.io-index"
10858checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10859dependencies = [
10860 "cfg_aliases 0.2.1",
10861 "libc",
10862 "once_cell",
10863 "socket2",
10864 "tracing",
10865 "windows-sys 0.59.0",
10866]
10867
10868[[package]]
10869name = "quote"
10870version = "1.0.40"
10871source = "registry+https://github.com/rust-lang/crates.io-index"
10872checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10873dependencies = [
10874 "proc-macro2",
10875]
10876
10877[[package]]
10878name = "radium"
10879version = "0.7.0"
10880source = "registry+https://github.com/rust-lang/crates.io-index"
10881checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10882
10883[[package]]
10884name = "rand"
10885version = "0.7.3"
10886source = "registry+https://github.com/rust-lang/crates.io-index"
10887checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10888dependencies = [
10889 "getrandom 0.1.16",
10890 "libc",
10891 "rand_chacha 0.2.2",
10892 "rand_core 0.5.1",
10893 "rand_hc",
10894]
10895
10896[[package]]
10897name = "rand"
10898version = "0.8.5"
10899source = "registry+https://github.com/rust-lang/crates.io-index"
10900checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10901dependencies = [
10902 "libc",
10903 "rand_chacha 0.3.1",
10904 "rand_core 0.6.4",
10905]
10906
10907[[package]]
10908name = "rand"
10909version = "0.9.0"
10910source = "registry+https://github.com/rust-lang/crates.io-index"
10911checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10912dependencies = [
10913 "rand_chacha 0.9.0",
10914 "rand_core 0.9.0",
10915 "zerocopy 0.8.18",
10916]
10917
10918[[package]]
10919name = "rand_chacha"
10920version = "0.2.2"
10921source = "registry+https://github.com/rust-lang/crates.io-index"
10922checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10923dependencies = [
10924 "ppv-lite86",
10925 "rand_core 0.5.1",
10926]
10927
10928[[package]]
10929name = "rand_chacha"
10930version = "0.3.1"
10931source = "registry+https://github.com/rust-lang/crates.io-index"
10932checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10933dependencies = [
10934 "ppv-lite86",
10935 "rand_core 0.6.4",
10936]
10937
10938[[package]]
10939name = "rand_chacha"
10940version = "0.9.0"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
10943dependencies = [
10944 "ppv-lite86",
10945 "rand_core 0.9.0",
10946]
10947
10948[[package]]
10949name = "rand_core"
10950version = "0.5.1"
10951source = "registry+https://github.com/rust-lang/crates.io-index"
10952checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10953dependencies = [
10954 "getrandom 0.1.16",
10955]
10956
10957[[package]]
10958name = "rand_core"
10959version = "0.6.4"
10960source = "registry+https://github.com/rust-lang/crates.io-index"
10961checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10962dependencies = [
10963 "getrandom 0.2.15",
10964]
10965
10966[[package]]
10967name = "rand_core"
10968version = "0.9.0"
10969source = "registry+https://github.com/rust-lang/crates.io-index"
10970checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
10971dependencies = [
10972 "getrandom 0.3.1",
10973 "zerocopy 0.8.18",
10974]
10975
10976[[package]]
10977name = "rand_hc"
10978version = "0.2.0"
10979source = "registry+https://github.com/rust-lang/crates.io-index"
10980checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10981dependencies = [
10982 "rand_core 0.5.1",
10983]
10984
10985[[package]]
10986name = "rangemap"
10987version = "1.5.1"
10988source = "registry+https://github.com/rust-lang/crates.io-index"
10989checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10990
10991[[package]]
10992name = "rav1e"
10993version = "0.7.1"
10994source = "registry+https://github.com/rust-lang/crates.io-index"
10995checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10996dependencies = [
10997 "arbitrary",
10998 "arg_enum_proc_macro",
10999 "arrayvec",
11000 "av1-grain",
11001 "bitstream-io",
11002 "built",
11003 "cfg-if",
11004 "interpolate_name",
11005 "itertools 0.12.1",
11006 "libc",
11007 "libfuzzer-sys",
11008 "log",
11009 "maybe-rayon",
11010 "new_debug_unreachable",
11011 "noop_proc_macro",
11012 "num-derive",
11013 "num-traits",
11014 "once_cell",
11015 "paste",
11016 "profiling",
11017 "rand 0.8.5",
11018 "rand_chacha 0.3.1",
11019 "simd_helpers",
11020 "system-deps",
11021 "thiserror 1.0.69",
11022 "v_frame",
11023 "wasm-bindgen",
11024]
11025
11026[[package]]
11027name = "ravif"
11028version = "0.11.11"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11031dependencies = [
11032 "avif-serialize",
11033 "imgref",
11034 "loop9",
11035 "quick-error",
11036 "rav1e",
11037 "rayon",
11038 "rgb",
11039]
11040
11041[[package]]
11042name = "raw-window-handle"
11043version = "0.6.2"
11044source = "registry+https://github.com/rust-lang/crates.io-index"
11045checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11046
11047[[package]]
11048name = "raw-window-metal"
11049version = "0.4.0"
11050source = "registry+https://github.com/rust-lang/crates.io-index"
11051checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11052dependencies = [
11053 "cocoa 0.25.0",
11054 "core-graphics 0.23.2",
11055 "objc",
11056 "raw-window-handle",
11057]
11058
11059[[package]]
11060name = "rayon"
11061version = "1.10.0"
11062source = "registry+https://github.com/rust-lang/crates.io-index"
11063checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11064dependencies = [
11065 "either",
11066 "rayon-core",
11067]
11068
11069[[package]]
11070name = "rayon-core"
11071version = "1.12.1"
11072source = "registry+https://github.com/rust-lang/crates.io-index"
11073checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11074dependencies = [
11075 "crossbeam-deque",
11076 "crossbeam-utils",
11077]
11078
11079[[package]]
11080name = "read-fonts"
11081version = "0.22.5"
11082source = "registry+https://github.com/rust-lang/crates.io-index"
11083checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11084dependencies = [
11085 "bytemuck",
11086 "font-types",
11087]
11088
11089[[package]]
11090name = "recent_projects"
11091version = "0.1.0"
11092dependencies = [
11093 "anyhow",
11094 "auto_update",
11095 "editor",
11096 "extension_host",
11097 "file_finder",
11098 "futures 0.3.31",
11099 "fuzzy",
11100 "gpui",
11101 "language",
11102 "log",
11103 "markdown",
11104 "menu",
11105 "ordered-float 2.10.1",
11106 "paths",
11107 "picker",
11108 "project",
11109 "release_channel",
11110 "remote",
11111 "schemars",
11112 "serde",
11113 "serde_json",
11114 "settings",
11115 "smol",
11116 "task",
11117 "telemetry",
11118 "theme",
11119 "ui",
11120 "util",
11121 "workspace",
11122 "zed_actions",
11123]
11124
11125[[package]]
11126name = "redox_syscall"
11127version = "0.2.16"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11130dependencies = [
11131 "bitflags 1.3.2",
11132]
11133
11134[[package]]
11135name = "redox_syscall"
11136version = "0.5.8"
11137source = "registry+https://github.com/rust-lang/crates.io-index"
11138checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11139dependencies = [
11140 "bitflags 2.8.0",
11141]
11142
11143[[package]]
11144name = "redox_users"
11145version = "0.4.6"
11146source = "registry+https://github.com/rust-lang/crates.io-index"
11147checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11148dependencies = [
11149 "getrandom 0.2.15",
11150 "libredox",
11151 "thiserror 1.0.69",
11152]
11153
11154[[package]]
11155name = "refineable"
11156version = "0.1.0"
11157dependencies = [
11158 "derive_refineable",
11159]
11160
11161[[package]]
11162name = "regalloc2"
11163version = "0.11.1"
11164source = "registry+https://github.com/rust-lang/crates.io-index"
11165checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11166dependencies = [
11167 "allocator-api2",
11168 "bumpalo",
11169 "hashbrown 0.15.2",
11170 "log",
11171 "rustc-hash 2.1.1",
11172 "smallvec",
11173]
11174
11175[[package]]
11176name = "regex"
11177version = "1.11.1"
11178source = "registry+https://github.com/rust-lang/crates.io-index"
11179checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11180dependencies = [
11181 "aho-corasick",
11182 "memchr",
11183 "regex-automata 0.4.9",
11184 "regex-syntax 0.8.5",
11185]
11186
11187[[package]]
11188name = "regex-automata"
11189version = "0.1.10"
11190source = "registry+https://github.com/rust-lang/crates.io-index"
11191checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11192dependencies = [
11193 "regex-syntax 0.6.29",
11194]
11195
11196[[package]]
11197name = "regex-automata"
11198version = "0.4.9"
11199source = "registry+https://github.com/rust-lang/crates.io-index"
11200checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11201dependencies = [
11202 "aho-corasick",
11203 "memchr",
11204 "regex-syntax 0.8.5",
11205]
11206
11207[[package]]
11208name = "regex-lite"
11209version = "0.1.6"
11210source = "registry+https://github.com/rust-lang/crates.io-index"
11211checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11212
11213[[package]]
11214name = "regex-syntax"
11215version = "0.6.29"
11216source = "registry+https://github.com/rust-lang/crates.io-index"
11217checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11218
11219[[package]]
11220name = "regex-syntax"
11221version = "0.8.5"
11222source = "registry+https://github.com/rust-lang/crates.io-index"
11223checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11224
11225[[package]]
11226name = "release_channel"
11227version = "0.1.0"
11228dependencies = [
11229 "gpui",
11230]
11231
11232[[package]]
11233name = "remote"
11234version = "0.1.0"
11235dependencies = [
11236 "anyhow",
11237 "askpass",
11238 "async-trait",
11239 "collections",
11240 "fs",
11241 "futures 0.3.31",
11242 "gpui",
11243 "itertools 0.14.0",
11244 "log",
11245 "parking_lot",
11246 "paths",
11247 "prost 0.9.0",
11248 "release_channel",
11249 "rpc",
11250 "schemars",
11251 "serde",
11252 "serde_json",
11253 "shlex",
11254 "smol",
11255 "tempfile",
11256 "thiserror 1.0.69",
11257 "urlencoding",
11258 "util",
11259]
11260
11261[[package]]
11262name = "remote_server"
11263version = "0.1.0"
11264dependencies = [
11265 "anyhow",
11266 "async-watch",
11267 "backtrace",
11268 "cargo_toml",
11269 "chrono",
11270 "clap",
11271 "client",
11272 "clock",
11273 "env_logger 0.11.7",
11274 "extension",
11275 "extension_host",
11276 "fork",
11277 "fs",
11278 "futures 0.3.31",
11279 "git",
11280 "git_hosting_providers",
11281 "gpui",
11282 "gpui_tokio",
11283 "http_client",
11284 "language",
11285 "language_extension",
11286 "languages",
11287 "libc",
11288 "log",
11289 "lsp",
11290 "node_runtime",
11291 "paths",
11292 "project",
11293 "proto",
11294 "release_channel",
11295 "remote",
11296 "reqwest_client",
11297 "rpc",
11298 "rust-embed",
11299 "serde",
11300 "serde_json",
11301 "settings",
11302 "shellexpand 2.1.2",
11303 "smol",
11304 "sysinfo",
11305 "telemetry_events",
11306 "toml 0.8.20",
11307 "unindent",
11308 "util",
11309 "worktree",
11310]
11311
11312[[package]]
11313name = "rend"
11314version = "0.4.2"
11315source = "registry+https://github.com/rust-lang/crates.io-index"
11316checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11317dependencies = [
11318 "bytecheck",
11319]
11320
11321[[package]]
11322name = "repl"
11323version = "0.1.0"
11324dependencies = [
11325 "alacritty_terminal",
11326 "anyhow",
11327 "async-dispatcher",
11328 "async-tungstenite",
11329 "base64 0.22.1",
11330 "client",
11331 "collections",
11332 "command_palette_hooks",
11333 "editor",
11334 "env_logger 0.11.7",
11335 "feature_flags",
11336 "file_icons",
11337 "futures 0.3.31",
11338 "gpui",
11339 "http_client",
11340 "image",
11341 "indoc",
11342 "jupyter-protocol",
11343 "jupyter-websocket-client",
11344 "language",
11345 "languages",
11346 "log",
11347 "markdown_preview",
11348 "menu",
11349 "multi_buffer",
11350 "nbformat",
11351 "picker",
11352 "project",
11353 "runtimelib",
11354 "schemars",
11355 "serde",
11356 "serde_json",
11357 "settings",
11358 "smol",
11359 "telemetry",
11360 "terminal",
11361 "terminal_view",
11362 "theme",
11363 "tree-sitter-md",
11364 "tree-sitter-python",
11365 "tree-sitter-typescript",
11366 "ui",
11367 "util",
11368 "uuid",
11369 "workspace",
11370]
11371
11372[[package]]
11373name = "reqwest"
11374version = "0.11.27"
11375source = "registry+https://github.com/rust-lang/crates.io-index"
11376checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11377dependencies = [
11378 "base64 0.21.7",
11379 "bytes 1.10.1",
11380 "encoding_rs",
11381 "futures-core",
11382 "futures-util",
11383 "h2 0.3.26",
11384 "http 0.2.12",
11385 "http-body 0.4.6",
11386 "hyper 0.14.32",
11387 "hyper-rustls 0.24.2",
11388 "hyper-tls",
11389 "ipnet",
11390 "js-sys",
11391 "log",
11392 "mime",
11393 "native-tls",
11394 "once_cell",
11395 "percent-encoding",
11396 "pin-project-lite",
11397 "rustls 0.21.12",
11398 "rustls-native-certs 0.6.3",
11399 "rustls-pemfile 1.0.4",
11400 "serde",
11401 "serde_json",
11402 "serde_urlencoded",
11403 "sync_wrapper 0.1.2",
11404 "system-configuration 0.5.1",
11405 "tokio",
11406 "tokio-native-tls",
11407 "tokio-rustls 0.24.1",
11408 "tower-service",
11409 "url",
11410 "wasm-bindgen",
11411 "wasm-bindgen-futures",
11412 "web-sys",
11413 "winreg 0.50.0",
11414]
11415
11416[[package]]
11417name = "reqwest"
11418version = "0.12.8"
11419source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11420dependencies = [
11421 "base64 0.22.1",
11422 "bytes 1.10.1",
11423 "encoding_rs",
11424 "futures-core",
11425 "futures-util",
11426 "h2 0.4.7",
11427 "http 1.2.0",
11428 "http-body 1.0.1",
11429 "http-body-util",
11430 "hyper 1.5.1",
11431 "hyper-rustls 0.27.3",
11432 "hyper-util",
11433 "ipnet",
11434 "js-sys",
11435 "log",
11436 "mime",
11437 "once_cell",
11438 "percent-encoding",
11439 "pin-project-lite",
11440 "quinn",
11441 "rustls 0.23.23",
11442 "rustls-native-certs 0.8.1",
11443 "rustls-pemfile 2.2.0",
11444 "rustls-pki-types",
11445 "serde",
11446 "serde_json",
11447 "serde_urlencoded",
11448 "sync_wrapper 1.0.2",
11449 "system-configuration 0.6.1",
11450 "tokio",
11451 "tokio-rustls 0.26.1",
11452 "tokio-socks",
11453 "tokio-util",
11454 "tower-service",
11455 "url",
11456 "wasm-bindgen",
11457 "wasm-bindgen-futures",
11458 "wasm-streams",
11459 "web-sys",
11460 "windows-registry",
11461]
11462
11463[[package]]
11464name = "reqwest_client"
11465version = "0.1.0"
11466dependencies = [
11467 "anyhow",
11468 "bytes 1.10.1",
11469 "futures 0.3.31",
11470 "gpui",
11471 "http_client",
11472 "http_client_tls",
11473 "log",
11474 "regex",
11475 "reqwest 0.12.8",
11476 "serde",
11477 "smol",
11478 "tokio",
11479]
11480
11481[[package]]
11482name = "resvg"
11483version = "0.45.0"
11484source = "registry+https://github.com/rust-lang/crates.io-index"
11485checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11486dependencies = [
11487 "log",
11488 "pico-args",
11489 "rgb",
11490 "svgtypes",
11491 "tiny-skia",
11492 "usvg",
11493]
11494
11495[[package]]
11496name = "rfc6979"
11497version = "0.3.1"
11498source = "registry+https://github.com/rust-lang/crates.io-index"
11499checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11500dependencies = [
11501 "crypto-bigint 0.4.9",
11502 "hmac",
11503 "zeroize",
11504]
11505
11506[[package]]
11507name = "rgb"
11508version = "0.8.50"
11509source = "registry+https://github.com/rust-lang/crates.io-index"
11510checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11511dependencies = [
11512 "bytemuck",
11513]
11514
11515[[package]]
11516name = "rich_text"
11517version = "0.1.0"
11518dependencies = [
11519 "futures 0.3.31",
11520 "gpui",
11521 "language",
11522 "linkify",
11523 "pulldown-cmark 0.12.2",
11524 "theme",
11525 "ui",
11526 "util",
11527]
11528
11529[[package]]
11530name = "ring"
11531version = "0.17.8"
11532source = "registry+https://github.com/rust-lang/crates.io-index"
11533checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11534dependencies = [
11535 "cc",
11536 "cfg-if",
11537 "getrandom 0.2.15",
11538 "libc",
11539 "spin",
11540 "untrusted",
11541 "windows-sys 0.52.0",
11542]
11543
11544[[package]]
11545name = "rkyv"
11546version = "0.7.45"
11547source = "registry+https://github.com/rust-lang/crates.io-index"
11548checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11549dependencies = [
11550 "bitvec",
11551 "bytecheck",
11552 "bytes 1.10.1",
11553 "hashbrown 0.12.3",
11554 "ptr_meta",
11555 "rend",
11556 "rkyv_derive",
11557 "seahash",
11558 "tinyvec",
11559 "uuid",
11560]
11561
11562[[package]]
11563name = "rkyv_derive"
11564version = "0.7.45"
11565source = "registry+https://github.com/rust-lang/crates.io-index"
11566checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11567dependencies = [
11568 "proc-macro2",
11569 "quote",
11570 "syn 1.0.109",
11571]
11572
11573[[package]]
11574name = "rmp"
11575version = "0.8.14"
11576source = "registry+https://github.com/rust-lang/crates.io-index"
11577checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11578dependencies = [
11579 "byteorder",
11580 "num-traits",
11581 "paste",
11582]
11583
11584[[package]]
11585name = "rmpv"
11586version = "1.3.0"
11587source = "registry+https://github.com/rust-lang/crates.io-index"
11588checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11589dependencies = [
11590 "num-traits",
11591 "rmp",
11592]
11593
11594[[package]]
11595name = "rodio"
11596version = "0.20.1"
11597source = "registry+https://github.com/rust-lang/crates.io-index"
11598checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11599dependencies = [
11600 "cpal",
11601 "hound",
11602]
11603
11604[[package]]
11605name = "rope"
11606version = "0.1.0"
11607dependencies = [
11608 "arrayvec",
11609 "criterion",
11610 "ctor",
11611 "env_logger 0.11.7",
11612 "gpui",
11613 "log",
11614 "rand 0.8.5",
11615 "rayon",
11616 "smallvec",
11617 "sum_tree",
11618 "unicode-segmentation",
11619 "util",
11620]
11621
11622[[package]]
11623name = "roxmltree"
11624version = "0.20.0"
11625source = "registry+https://github.com/rust-lang/crates.io-index"
11626checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11627
11628[[package]]
11629name = "rpc"
11630version = "0.1.0"
11631dependencies = [
11632 "anyhow",
11633 "async-tungstenite",
11634 "base64 0.22.1",
11635 "chrono",
11636 "collections",
11637 "env_logger 0.11.7",
11638 "futures 0.3.31",
11639 "gpui",
11640 "parking_lot",
11641 "proto",
11642 "rand 0.8.5",
11643 "rsa",
11644 "serde",
11645 "serde_json",
11646 "sha2",
11647 "strum",
11648 "tracing",
11649 "util",
11650 "zstd",
11651]
11652
11653[[package]]
11654name = "rsa"
11655version = "0.9.8"
11656source = "registry+https://github.com/rust-lang/crates.io-index"
11657checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11658dependencies = [
11659 "const-oid",
11660 "digest",
11661 "num-bigint-dig",
11662 "num-integer",
11663 "num-traits",
11664 "pkcs1",
11665 "pkcs8 0.10.2",
11666 "rand_core 0.6.4",
11667 "signature 2.2.0",
11668 "spki 0.7.3",
11669 "subtle",
11670 "zeroize",
11671]
11672
11673[[package]]
11674name = "runtimelib"
11675version = "0.25.0"
11676source = "registry+https://github.com/rust-lang/crates.io-index"
11677checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11678dependencies = [
11679 "anyhow",
11680 "async-dispatcher",
11681 "async-std",
11682 "base64 0.22.1",
11683 "bytes 1.10.1",
11684 "chrono",
11685 "data-encoding",
11686 "dirs 5.0.1",
11687 "futures 0.3.31",
11688 "glob",
11689 "jupyter-protocol",
11690 "ring",
11691 "serde",
11692 "serde_json",
11693 "shellexpand 3.1.0",
11694 "smol",
11695 "uuid",
11696 "zeromq",
11697]
11698
11699[[package]]
11700name = "rust-embed"
11701version = "8.5.0"
11702source = "registry+https://github.com/rust-lang/crates.io-index"
11703checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11704dependencies = [
11705 "rust-embed-impl",
11706 "rust-embed-utils",
11707 "walkdir",
11708]
11709
11710[[package]]
11711name = "rust-embed-impl"
11712version = "8.5.0"
11713source = "registry+https://github.com/rust-lang/crates.io-index"
11714checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11715dependencies = [
11716 "proc-macro2",
11717 "quote",
11718 "rust-embed-utils",
11719 "syn 2.0.100",
11720 "walkdir",
11721]
11722
11723[[package]]
11724name = "rust-embed-utils"
11725version = "8.5.0"
11726source = "registry+https://github.com/rust-lang/crates.io-index"
11727checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11728dependencies = [
11729 "globset",
11730 "sha2",
11731 "walkdir",
11732]
11733
11734[[package]]
11735name = "rust_decimal"
11736version = "1.36.0"
11737source = "registry+https://github.com/rust-lang/crates.io-index"
11738checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11739dependencies = [
11740 "arrayvec",
11741 "borsh",
11742 "bytes 1.10.1",
11743 "num-traits",
11744 "rand 0.8.5",
11745 "rkyv",
11746 "serde",
11747 "serde_json",
11748]
11749
11750[[package]]
11751name = "rustc-demangle"
11752version = "0.1.24"
11753source = "registry+https://github.com/rust-lang/crates.io-index"
11754checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11755
11756[[package]]
11757name = "rustc-hash"
11758version = "1.1.0"
11759source = "registry+https://github.com/rust-lang/crates.io-index"
11760checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11761
11762[[package]]
11763name = "rustc-hash"
11764version = "2.1.1"
11765source = "registry+https://github.com/rust-lang/crates.io-index"
11766checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11767
11768[[package]]
11769name = "rustc_version"
11770version = "0.4.1"
11771source = "registry+https://github.com/rust-lang/crates.io-index"
11772checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11773dependencies = [
11774 "semver",
11775]
11776
11777[[package]]
11778name = "rustix"
11779version = "0.38.42"
11780source = "registry+https://github.com/rust-lang/crates.io-index"
11781checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11782dependencies = [
11783 "bitflags 2.8.0",
11784 "errno 0.3.10",
11785 "itoa",
11786 "libc",
11787 "linux-raw-sys",
11788 "once_cell",
11789 "windows-sys 0.59.0",
11790]
11791
11792[[package]]
11793name = "rustix-openpty"
11794version = "0.1.1"
11795source = "registry+https://github.com/rust-lang/crates.io-index"
11796checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11797dependencies = [
11798 "errno 0.3.10",
11799 "libc",
11800 "rustix",
11801]
11802
11803[[package]]
11804name = "rustls"
11805version = "0.21.12"
11806source = "registry+https://github.com/rust-lang/crates.io-index"
11807checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11808dependencies = [
11809 "log",
11810 "ring",
11811 "rustls-webpki 0.101.7",
11812 "sct",
11813]
11814
11815[[package]]
11816name = "rustls"
11817version = "0.23.23"
11818source = "registry+https://github.com/rust-lang/crates.io-index"
11819checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11820dependencies = [
11821 "aws-lc-rs",
11822 "log",
11823 "once_cell",
11824 "ring",
11825 "rustls-pki-types",
11826 "rustls-webpki 0.102.8",
11827 "subtle",
11828 "zeroize",
11829]
11830
11831[[package]]
11832name = "rustls-native-certs"
11833version = "0.6.3"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11836dependencies = [
11837 "openssl-probe",
11838 "rustls-pemfile 1.0.4",
11839 "schannel",
11840 "security-framework 2.11.1",
11841]
11842
11843[[package]]
11844name = "rustls-native-certs"
11845version = "0.8.1"
11846source = "registry+https://github.com/rust-lang/crates.io-index"
11847checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11848dependencies = [
11849 "openssl-probe",
11850 "rustls-pki-types",
11851 "schannel",
11852 "security-framework 3.0.1",
11853]
11854
11855[[package]]
11856name = "rustls-pemfile"
11857version = "1.0.4"
11858source = "registry+https://github.com/rust-lang/crates.io-index"
11859checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11860dependencies = [
11861 "base64 0.21.7",
11862]
11863
11864[[package]]
11865name = "rustls-pemfile"
11866version = "2.2.0"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11869dependencies = [
11870 "rustls-pki-types",
11871]
11872
11873[[package]]
11874name = "rustls-pki-types"
11875version = "1.10.0"
11876source = "registry+https://github.com/rust-lang/crates.io-index"
11877checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11878dependencies = [
11879 "web-time",
11880]
11881
11882[[package]]
11883name = "rustls-platform-verifier"
11884version = "0.5.0"
11885source = "registry+https://github.com/rust-lang/crates.io-index"
11886checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
11887dependencies = [
11888 "core-foundation 0.10.0",
11889 "core-foundation-sys",
11890 "jni",
11891 "log",
11892 "once_cell",
11893 "rustls 0.23.23",
11894 "rustls-native-certs 0.8.1",
11895 "rustls-platform-verifier-android",
11896 "rustls-webpki 0.102.8",
11897 "security-framework 3.0.1",
11898 "security-framework-sys",
11899 "webpki-root-certs",
11900 "windows-sys 0.52.0",
11901]
11902
11903[[package]]
11904name = "rustls-platform-verifier-android"
11905version = "0.1.1"
11906source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11908
11909[[package]]
11910name = "rustls-webpki"
11911version = "0.101.7"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11914dependencies = [
11915 "ring",
11916 "untrusted",
11917]
11918
11919[[package]]
11920name = "rustls-webpki"
11921version = "0.102.8"
11922source = "registry+https://github.com/rust-lang/crates.io-index"
11923checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11924dependencies = [
11925 "aws-lc-rs",
11926 "ring",
11927 "rustls-pki-types",
11928 "untrusted",
11929]
11930
11931[[package]]
11932name = "rustversion"
11933version = "1.0.18"
11934source = "registry+https://github.com/rust-lang/crates.io-index"
11935checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11936
11937[[package]]
11938name = "rustybuzz"
11939version = "0.14.1"
11940source = "registry+https://github.com/rust-lang/crates.io-index"
11941checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11942dependencies = [
11943 "bitflags 2.8.0",
11944 "bytemuck",
11945 "libm",
11946 "smallvec",
11947 "ttf-parser 0.21.1",
11948 "unicode-bidi-mirroring 0.2.0",
11949 "unicode-ccc 0.2.0",
11950 "unicode-properties",
11951 "unicode-script",
11952]
11953
11954[[package]]
11955name = "rustybuzz"
11956version = "0.20.1"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
11959dependencies = [
11960 "bitflags 2.8.0",
11961 "bytemuck",
11962 "core_maths",
11963 "log",
11964 "smallvec",
11965 "ttf-parser 0.25.1",
11966 "unicode-bidi-mirroring 0.4.0",
11967 "unicode-ccc 0.4.0",
11968 "unicode-properties",
11969 "unicode-script",
11970]
11971
11972[[package]]
11973name = "ryu"
11974version = "1.0.18"
11975source = "registry+https://github.com/rust-lang/crates.io-index"
11976checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11977
11978[[package]]
11979name = "salsa20"
11980version = "0.10.2"
11981source = "registry+https://github.com/rust-lang/crates.io-index"
11982checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11983dependencies = [
11984 "cipher",
11985]
11986
11987[[package]]
11988name = "same-file"
11989version = "1.0.6"
11990source = "registry+https://github.com/rust-lang/crates.io-index"
11991checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11992dependencies = [
11993 "winapi-util",
11994]
11995
11996[[package]]
11997name = "schannel"
11998version = "0.1.27"
11999source = "registry+https://github.com/rust-lang/crates.io-index"
12000checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12001dependencies = [
12002 "windows-sys 0.59.0",
12003]
12004
12005[[package]]
12006name = "schema_generator"
12007version = "0.1.0"
12008dependencies = [
12009 "anyhow",
12010 "clap",
12011 "env_logger 0.11.7",
12012 "schemars",
12013 "serde",
12014 "serde_json",
12015 "theme",
12016]
12017
12018[[package]]
12019name = "schemars"
12020version = "0.8.22"
12021source = "registry+https://github.com/rust-lang/crates.io-index"
12022checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12023dependencies = [
12024 "dyn-clone",
12025 "indexmap",
12026 "schemars_derive",
12027 "serde",
12028 "serde_json",
12029]
12030
12031[[package]]
12032name = "schemars_derive"
12033version = "0.8.22"
12034source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12036dependencies = [
12037 "proc-macro2",
12038 "quote",
12039 "serde_derive_internals",
12040 "syn 2.0.100",
12041]
12042
12043[[package]]
12044name = "scoped-tls"
12045version = "1.0.1"
12046source = "registry+https://github.com/rust-lang/crates.io-index"
12047checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12048
12049[[package]]
12050name = "scopeguard"
12051version = "1.2.0"
12052source = "registry+https://github.com/rust-lang/crates.io-index"
12053checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12054
12055[[package]]
12056name = "scratch"
12057version = "1.0.7"
12058source = "registry+https://github.com/rust-lang/crates.io-index"
12059checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12060
12061[[package]]
12062name = "scripting_tool"
12063version = "0.1.0"
12064dependencies = [
12065 "anyhow",
12066 "buffer_diff",
12067 "clock",
12068 "collections",
12069 "futures 0.3.31",
12070 "gpui",
12071 "language",
12072 "log",
12073 "mlua",
12074 "parking_lot",
12075 "project",
12076 "rand 0.8.5",
12077 "regex",
12078 "schemars",
12079 "serde",
12080 "serde_json",
12081 "settings",
12082 "util",
12083]
12084
12085[[package]]
12086name = "scrypt"
12087version = "0.11.0"
12088source = "registry+https://github.com/rust-lang/crates.io-index"
12089checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12090dependencies = [
12091 "password-hash 0.5.0",
12092 "pbkdf2 0.12.2",
12093 "salsa20",
12094 "sha2",
12095]
12096
12097[[package]]
12098name = "sct"
12099version = "0.7.1"
12100source = "registry+https://github.com/rust-lang/crates.io-index"
12101checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12102dependencies = [
12103 "ring",
12104 "untrusted",
12105]
12106
12107[[package]]
12108name = "sea-bae"
12109version = "0.2.1"
12110source = "registry+https://github.com/rust-lang/crates.io-index"
12111checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12112dependencies = [
12113 "heck 0.4.1",
12114 "proc-macro-error2",
12115 "proc-macro2",
12116 "quote",
12117 "syn 2.0.100",
12118]
12119
12120[[package]]
12121name = "sea-orm"
12122version = "1.1.5"
12123source = "registry+https://github.com/rust-lang/crates.io-index"
12124checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
12125dependencies = [
12126 "async-stream",
12127 "async-trait",
12128 "bigdecimal",
12129 "chrono",
12130 "futures 0.3.31",
12131 "log",
12132 "ouroboros",
12133 "rust_decimal",
12134 "sea-orm-macros",
12135 "sea-query",
12136 "sea-query-binder",
12137 "serde",
12138 "serde_json",
12139 "sqlx",
12140 "strum",
12141 "thiserror 1.0.69",
12142 "time",
12143 "tracing",
12144 "url",
12145 "uuid",
12146]
12147
12148[[package]]
12149name = "sea-orm-macros"
12150version = "1.1.5"
12151source = "registry+https://github.com/rust-lang/crates.io-index"
12152checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12153dependencies = [
12154 "heck 0.4.1",
12155 "proc-macro2",
12156 "quote",
12157 "sea-bae",
12158 "syn 2.0.100",
12159 "unicode-ident",
12160]
12161
12162[[package]]
12163name = "sea-query"
12164version = "0.32.1"
12165source = "registry+https://github.com/rust-lang/crates.io-index"
12166checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12167dependencies = [
12168 "bigdecimal",
12169 "chrono",
12170 "inherent",
12171 "ordered-float 3.9.2",
12172 "rust_decimal",
12173 "serde_json",
12174 "time",
12175 "uuid",
12176]
12177
12178[[package]]
12179name = "sea-query-binder"
12180version = "0.7.0"
12181source = "registry+https://github.com/rust-lang/crates.io-index"
12182checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12183dependencies = [
12184 "bigdecimal",
12185 "chrono",
12186 "rust_decimal",
12187 "sea-query",
12188 "serde_json",
12189 "sqlx",
12190 "time",
12191 "uuid",
12192]
12193
12194[[package]]
12195name = "seahash"
12196version = "4.1.0"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12199
12200[[package]]
12201name = "search"
12202version = "0.1.0"
12203dependencies = [
12204 "any_vec",
12205 "anyhow",
12206 "bitflags 2.8.0",
12207 "client",
12208 "collections",
12209 "editor",
12210 "futures 0.3.31",
12211 "gpui",
12212 "language",
12213 "menu",
12214 "project",
12215 "schemars",
12216 "serde",
12217 "serde_json",
12218 "settings",
12219 "smol",
12220 "theme",
12221 "ui",
12222 "unindent",
12223 "util",
12224 "workspace",
12225 "zed_actions",
12226]
12227
12228[[package]]
12229name = "sec1"
12230version = "0.3.0"
12231source = "registry+https://github.com/rust-lang/crates.io-index"
12232checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12233dependencies = [
12234 "base16ct",
12235 "der 0.6.1",
12236 "generic-array",
12237 "pkcs8 0.9.0",
12238 "subtle",
12239 "zeroize",
12240]
12241
12242[[package]]
12243name = "security-framework"
12244version = "2.11.1"
12245source = "registry+https://github.com/rust-lang/crates.io-index"
12246checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12247dependencies = [
12248 "bitflags 2.8.0",
12249 "core-foundation 0.9.4",
12250 "core-foundation-sys",
12251 "libc",
12252 "security-framework-sys",
12253]
12254
12255[[package]]
12256name = "security-framework"
12257version = "3.0.1"
12258source = "registry+https://github.com/rust-lang/crates.io-index"
12259checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12260dependencies = [
12261 "bitflags 2.8.0",
12262 "core-foundation 0.10.0",
12263 "core-foundation-sys",
12264 "libc",
12265 "security-framework-sys",
12266]
12267
12268[[package]]
12269name = "security-framework-sys"
12270version = "2.12.1"
12271source = "registry+https://github.com/rust-lang/crates.io-index"
12272checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12273dependencies = [
12274 "core-foundation-sys",
12275 "libc",
12276]
12277
12278[[package]]
12279name = "self_cell"
12280version = "1.1.0"
12281source = "registry+https://github.com/rust-lang/crates.io-index"
12282checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12283
12284[[package]]
12285name = "semantic_index"
12286version = "0.1.0"
12287dependencies = [
12288 "anyhow",
12289 "arrayvec",
12290 "blake3",
12291 "client",
12292 "clock",
12293 "collections",
12294 "env_logger 0.11.7",
12295 "feature_flags",
12296 "fs",
12297 "futures 0.3.31",
12298 "futures-batch",
12299 "gpui",
12300 "heed",
12301 "http_client",
12302 "language",
12303 "language_model",
12304 "languages",
12305 "log",
12306 "open_ai",
12307 "parking_lot",
12308 "project",
12309 "reqwest_client",
12310 "serde",
12311 "serde_json",
12312 "settings",
12313 "sha2",
12314 "smol",
12315 "streaming-iterator",
12316 "tempfile",
12317 "theme",
12318 "tree-sitter",
12319 "ui",
12320 "unindent",
12321 "util",
12322 "workspace",
12323 "worktree",
12324]
12325
12326[[package]]
12327name = "semantic_version"
12328version = "0.1.0"
12329dependencies = [
12330 "anyhow",
12331 "serde",
12332]
12333
12334[[package]]
12335name = "semver"
12336version = "1.0.25"
12337source = "registry+https://github.com/rust-lang/crates.io-index"
12338checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12339dependencies = [
12340 "serde",
12341]
12342
12343[[package]]
12344name = "serde"
12345version = "1.0.218"
12346source = "registry+https://github.com/rust-lang/crates.io-index"
12347checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12348dependencies = [
12349 "serde_derive",
12350]
12351
12352[[package]]
12353name = "serde_derive"
12354version = "1.0.218"
12355source = "registry+https://github.com/rust-lang/crates.io-index"
12356checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12357dependencies = [
12358 "proc-macro2",
12359 "quote",
12360 "syn 2.0.100",
12361]
12362
12363[[package]]
12364name = "serde_derive_internals"
12365version = "0.29.1"
12366source = "registry+https://github.com/rust-lang/crates.io-index"
12367checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12368dependencies = [
12369 "proc-macro2",
12370 "quote",
12371 "syn 2.0.100",
12372]
12373
12374[[package]]
12375name = "serde_fmt"
12376version = "1.0.3"
12377source = "registry+https://github.com/rust-lang/crates.io-index"
12378checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12379dependencies = [
12380 "serde",
12381]
12382
12383[[package]]
12384name = "serde_json"
12385version = "1.0.139"
12386source = "registry+https://github.com/rust-lang/crates.io-index"
12387checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12388dependencies = [
12389 "indexmap",
12390 "itoa",
12391 "memchr",
12392 "ryu",
12393 "serde",
12394]
12395
12396[[package]]
12397name = "serde_json_lenient"
12398version = "0.2.4"
12399source = "registry+https://github.com/rust-lang/crates.io-index"
12400checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12401dependencies = [
12402 "indexmap",
12403 "itoa",
12404 "memchr",
12405 "ryu",
12406 "serde",
12407]
12408
12409[[package]]
12410name = "serde_path_to_error"
12411version = "0.1.16"
12412source = "registry+https://github.com/rust-lang/crates.io-index"
12413checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12414dependencies = [
12415 "itoa",
12416 "serde",
12417]
12418
12419[[package]]
12420name = "serde_qs"
12421version = "0.8.5"
12422source = "registry+https://github.com/rust-lang/crates.io-index"
12423checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12424dependencies = [
12425 "percent-encoding",
12426 "serde",
12427 "thiserror 1.0.69",
12428]
12429
12430[[package]]
12431name = "serde_qs"
12432version = "0.10.1"
12433source = "registry+https://github.com/rust-lang/crates.io-index"
12434checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12435dependencies = [
12436 "percent-encoding",
12437 "serde",
12438 "thiserror 1.0.69",
12439]
12440
12441[[package]]
12442name = "serde_repr"
12443version = "0.1.19"
12444source = "registry+https://github.com/rust-lang/crates.io-index"
12445checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12446dependencies = [
12447 "proc-macro2",
12448 "quote",
12449 "syn 2.0.100",
12450]
12451
12452[[package]]
12453name = "serde_spanned"
12454version = "0.6.8"
12455source = "registry+https://github.com/rust-lang/crates.io-index"
12456checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12457dependencies = [
12458 "serde",
12459]
12460
12461[[package]]
12462name = "serde_urlencoded"
12463version = "0.7.1"
12464source = "registry+https://github.com/rust-lang/crates.io-index"
12465checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12466dependencies = [
12467 "form_urlencoded",
12468 "itoa",
12469 "ryu",
12470 "serde",
12471]
12472
12473[[package]]
12474name = "session"
12475version = "0.1.0"
12476dependencies = [
12477 "db",
12478 "gpui",
12479 "serde_json",
12480 "util",
12481 "uuid",
12482]
12483
12484[[package]]
12485name = "settings"
12486version = "0.1.0"
12487dependencies = [
12488 "anyhow",
12489 "collections",
12490 "ec4rs",
12491 "fs",
12492 "futures 0.3.31",
12493 "gpui",
12494 "indoc",
12495 "inventory",
12496 "log",
12497 "paths",
12498 "pretty_assertions",
12499 "release_channel",
12500 "rust-embed",
12501 "schemars",
12502 "serde",
12503 "serde_derive",
12504 "serde_json",
12505 "serde_json_lenient",
12506 "smallvec",
12507 "streaming-iterator",
12508 "tree-sitter",
12509 "tree-sitter-json",
12510 "unindent",
12511 "util",
12512]
12513
12514[[package]]
12515name = "settings_ui"
12516version = "0.1.0"
12517dependencies = [
12518 "command_palette_hooks",
12519 "editor",
12520 "feature_flags",
12521 "gpui",
12522 "settings",
12523 "theme",
12524 "ui",
12525 "workspace",
12526]
12527
12528[[package]]
12529name = "sha1"
12530version = "0.10.6"
12531source = "registry+https://github.com/rust-lang/crates.io-index"
12532checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12533dependencies = [
12534 "cfg-if",
12535 "cpufeatures",
12536 "digest",
12537]
12538
12539[[package]]
12540name = "sha1_smol"
12541version = "1.0.1"
12542source = "registry+https://github.com/rust-lang/crates.io-index"
12543checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12544
12545[[package]]
12546name = "sha2"
12547version = "0.10.8"
12548source = "registry+https://github.com/rust-lang/crates.io-index"
12549checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12550dependencies = [
12551 "cfg-if",
12552 "cpufeatures",
12553 "digest",
12554]
12555
12556[[package]]
12557name = "sharded-slab"
12558version = "0.1.7"
12559source = "registry+https://github.com/rust-lang/crates.io-index"
12560checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12561dependencies = [
12562 "lazy_static",
12563]
12564
12565[[package]]
12566name = "shell-words"
12567version = "1.1.0"
12568source = "registry+https://github.com/rust-lang/crates.io-index"
12569checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12570
12571[[package]]
12572name = "shellexpand"
12573version = "2.1.2"
12574source = "registry+https://github.com/rust-lang/crates.io-index"
12575checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12576dependencies = [
12577 "dirs 4.0.0",
12578]
12579
12580[[package]]
12581name = "shellexpand"
12582version = "3.1.0"
12583source = "registry+https://github.com/rust-lang/crates.io-index"
12584checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12585dependencies = [
12586 "dirs 5.0.1",
12587]
12588
12589[[package]]
12590name = "shlex"
12591version = "1.3.0"
12592source = "registry+https://github.com/rust-lang/crates.io-index"
12593checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12594
12595[[package]]
12596name = "signal-hook"
12597version = "0.3.17"
12598source = "registry+https://github.com/rust-lang/crates.io-index"
12599checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12600dependencies = [
12601 "libc",
12602 "signal-hook-registry",
12603]
12604
12605[[package]]
12606name = "signal-hook-registry"
12607version = "1.4.2"
12608source = "registry+https://github.com/rust-lang/crates.io-index"
12609checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12610dependencies = [
12611 "libc",
12612]
12613
12614[[package]]
12615name = "signature"
12616version = "1.6.4"
12617source = "registry+https://github.com/rust-lang/crates.io-index"
12618checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12619dependencies = [
12620 "digest",
12621 "rand_core 0.6.4",
12622]
12623
12624[[package]]
12625name = "signature"
12626version = "2.2.0"
12627source = "registry+https://github.com/rust-lang/crates.io-index"
12628checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12629dependencies = [
12630 "digest",
12631 "rand_core 0.6.4",
12632]
12633
12634[[package]]
12635name = "simd-adler32"
12636version = "0.3.7"
12637source = "registry+https://github.com/rust-lang/crates.io-index"
12638checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12639
12640[[package]]
12641name = "simd_helpers"
12642version = "0.1.0"
12643source = "registry+https://github.com/rust-lang/crates.io-index"
12644checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12645dependencies = [
12646 "quote",
12647]
12648
12649[[package]]
12650name = "simdutf8"
12651version = "0.1.5"
12652source = "registry+https://github.com/rust-lang/crates.io-index"
12653checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12654
12655[[package]]
12656name = "simple_asn1"
12657version = "0.6.2"
12658source = "registry+https://github.com/rust-lang/crates.io-index"
12659checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12660dependencies = [
12661 "num-bigint",
12662 "num-traits",
12663 "thiserror 1.0.69",
12664 "time",
12665]
12666
12667[[package]]
12668name = "simplecss"
12669version = "0.2.1"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12672dependencies = [
12673 "log",
12674]
12675
12676[[package]]
12677name = "simplelog"
12678version = "0.12.2"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12681dependencies = [
12682 "log",
12683 "termcolor",
12684 "time",
12685]
12686
12687[[package]]
12688name = "siphasher"
12689version = "0.3.11"
12690source = "registry+https://github.com/rust-lang/crates.io-index"
12691checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12692
12693[[package]]
12694name = "siphasher"
12695version = "1.0.1"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12698
12699[[package]]
12700name = "skrifa"
12701version = "0.22.3"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12704dependencies = [
12705 "bytemuck",
12706 "read-fonts",
12707]
12708
12709[[package]]
12710name = "slab"
12711version = "0.4.9"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12714dependencies = [
12715 "autocfg",
12716]
12717
12718[[package]]
12719name = "slash_commands_example"
12720version = "0.1.0"
12721dependencies = [
12722 "zed_extension_api 0.1.0",
12723]
12724
12725[[package]]
12726name = "slotmap"
12727version = "1.0.7"
12728source = "registry+https://github.com/rust-lang/crates.io-index"
12729checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12730dependencies = [
12731 "version_check",
12732]
12733
12734[[package]]
12735name = "smallvec"
12736version = "1.14.0"
12737source = "registry+https://github.com/rust-lang/crates.io-index"
12738checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12739dependencies = [
12740 "serde",
12741]
12742
12743[[package]]
12744name = "smart-default"
12745version = "0.6.0"
12746source = "registry+https://github.com/rust-lang/crates.io-index"
12747checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12748dependencies = [
12749 "proc-macro2",
12750 "quote",
12751 "syn 1.0.109",
12752]
12753
12754[[package]]
12755name = "smol"
12756version = "2.0.2"
12757source = "registry+https://github.com/rust-lang/crates.io-index"
12758checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12759dependencies = [
12760 "async-channel 2.3.1",
12761 "async-executor",
12762 "async-fs",
12763 "async-io",
12764 "async-lock",
12765 "async-net",
12766 "async-process",
12767 "blocking",
12768 "futures-lite 2.6.0",
12769]
12770
12771[[package]]
12772name = "smol_str"
12773version = "0.1.24"
12774source = "registry+https://github.com/rust-lang/crates.io-index"
12775checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12776dependencies = [
12777 "serde",
12778]
12779
12780[[package]]
12781name = "snippet"
12782version = "0.1.0"
12783dependencies = [
12784 "anyhow",
12785 "smallvec",
12786]
12787
12788[[package]]
12789name = "snippet_provider"
12790version = "0.1.0"
12791dependencies = [
12792 "anyhow",
12793 "collections",
12794 "extension",
12795 "fs",
12796 "futures 0.3.31",
12797 "gpui",
12798 "parking_lot",
12799 "paths",
12800 "schemars",
12801 "serde",
12802 "serde_json_lenient",
12803 "snippet",
12804 "util",
12805]
12806
12807[[package]]
12808name = "snippets_ui"
12809version = "0.1.0"
12810dependencies = [
12811 "fuzzy",
12812 "gpui",
12813 "language",
12814 "paths",
12815 "picker",
12816 "ui",
12817 "util",
12818 "workspace",
12819]
12820
12821[[package]]
12822name = "socket2"
12823version = "0.5.8"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12826dependencies = [
12827 "libc",
12828 "windows-sys 0.52.0",
12829]
12830
12831[[package]]
12832name = "spdx"
12833version = "0.10.7"
12834source = "registry+https://github.com/rust-lang/crates.io-index"
12835checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12836dependencies = [
12837 "smallvec",
12838]
12839
12840[[package]]
12841name = "spin"
12842version = "0.9.8"
12843source = "registry+https://github.com/rust-lang/crates.io-index"
12844checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12845dependencies = [
12846 "lock_api",
12847]
12848
12849[[package]]
12850name = "spirv"
12851version = "0.3.0+sdk-1.3.268.0"
12852source = "registry+https://github.com/rust-lang/crates.io-index"
12853checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12854dependencies = [
12855 "bitflags 2.8.0",
12856]
12857
12858[[package]]
12859name = "spki"
12860version = "0.6.0"
12861source = "registry+https://github.com/rust-lang/crates.io-index"
12862checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12863dependencies = [
12864 "base64ct",
12865 "der 0.6.1",
12866]
12867
12868[[package]]
12869name = "spki"
12870version = "0.7.3"
12871source = "registry+https://github.com/rust-lang/crates.io-index"
12872checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12873dependencies = [
12874 "base64ct",
12875 "der 0.7.9",
12876]
12877
12878[[package]]
12879name = "sptr"
12880version = "0.3.2"
12881source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12883
12884[[package]]
12885name = "sqlez"
12886version = "0.1.0"
12887dependencies = [
12888 "anyhow",
12889 "collections",
12890 "futures 0.3.31",
12891 "indoc",
12892 "libsqlite3-sys",
12893 "parking_lot",
12894 "smol",
12895 "sqlformat",
12896 "thread_local",
12897 "util",
12898 "uuid",
12899]
12900
12901[[package]]
12902name = "sqlez_macros"
12903version = "0.1.0"
12904dependencies = [
12905 "sqlez",
12906 "sqlformat",
12907 "syn 1.0.109",
12908]
12909
12910[[package]]
12911name = "sqlformat"
12912version = "0.2.6"
12913source = "registry+https://github.com/rust-lang/crates.io-index"
12914checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12915dependencies = [
12916 "nom",
12917 "unicode_categories",
12918]
12919
12920[[package]]
12921name = "sqlx"
12922version = "0.8.3"
12923source = "registry+https://github.com/rust-lang/crates.io-index"
12924checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12925dependencies = [
12926 "sqlx-core",
12927 "sqlx-macros",
12928 "sqlx-mysql",
12929 "sqlx-postgres",
12930 "sqlx-sqlite",
12931]
12932
12933[[package]]
12934name = "sqlx-core"
12935version = "0.8.3"
12936source = "registry+https://github.com/rust-lang/crates.io-index"
12937checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12938dependencies = [
12939 "bigdecimal",
12940 "bytes 1.10.1",
12941 "chrono",
12942 "crc",
12943 "crossbeam-queue",
12944 "either",
12945 "event-listener 5.3.1",
12946 "futures-core",
12947 "futures-intrusive",
12948 "futures-io",
12949 "futures-util",
12950 "hashbrown 0.15.2",
12951 "hashlink 0.10.0",
12952 "indexmap",
12953 "log",
12954 "memchr",
12955 "once_cell",
12956 "percent-encoding",
12957 "rust_decimal",
12958 "rustls 0.23.23",
12959 "rustls-pemfile 2.2.0",
12960 "serde",
12961 "serde_json",
12962 "sha2",
12963 "smallvec",
12964 "thiserror 2.0.6",
12965 "time",
12966 "tokio",
12967 "tokio-stream",
12968 "tracing",
12969 "url",
12970 "uuid",
12971 "webpki-roots",
12972]
12973
12974[[package]]
12975name = "sqlx-macros"
12976version = "0.8.3"
12977source = "registry+https://github.com/rust-lang/crates.io-index"
12978checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
12979dependencies = [
12980 "proc-macro2",
12981 "quote",
12982 "sqlx-core",
12983 "sqlx-macros-core",
12984 "syn 2.0.100",
12985]
12986
12987[[package]]
12988name = "sqlx-macros-core"
12989version = "0.8.3"
12990source = "registry+https://github.com/rust-lang/crates.io-index"
12991checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
12992dependencies = [
12993 "dotenvy",
12994 "either",
12995 "heck 0.5.0",
12996 "hex",
12997 "once_cell",
12998 "proc-macro2",
12999 "quote",
13000 "serde",
13001 "serde_json",
13002 "sha2",
13003 "sqlx-core",
13004 "sqlx-mysql",
13005 "sqlx-postgres",
13006 "sqlx-sqlite",
13007 "syn 2.0.100",
13008 "tempfile",
13009 "tokio",
13010 "url",
13011]
13012
13013[[package]]
13014name = "sqlx-mysql"
13015version = "0.8.3"
13016source = "registry+https://github.com/rust-lang/crates.io-index"
13017checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13018dependencies = [
13019 "atoi",
13020 "base64 0.22.1",
13021 "bigdecimal",
13022 "bitflags 2.8.0",
13023 "byteorder",
13024 "bytes 1.10.1",
13025 "chrono",
13026 "crc",
13027 "digest",
13028 "dotenvy",
13029 "either",
13030 "futures-channel",
13031 "futures-core",
13032 "futures-io",
13033 "futures-util",
13034 "generic-array",
13035 "hex",
13036 "hkdf",
13037 "hmac",
13038 "itoa",
13039 "log",
13040 "md-5",
13041 "memchr",
13042 "once_cell",
13043 "percent-encoding",
13044 "rand 0.8.5",
13045 "rsa",
13046 "rust_decimal",
13047 "serde",
13048 "sha1",
13049 "sha2",
13050 "smallvec",
13051 "sqlx-core",
13052 "stringprep",
13053 "thiserror 2.0.6",
13054 "time",
13055 "tracing",
13056 "uuid",
13057 "whoami",
13058]
13059
13060[[package]]
13061name = "sqlx-postgres"
13062version = "0.8.3"
13063source = "registry+https://github.com/rust-lang/crates.io-index"
13064checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13065dependencies = [
13066 "atoi",
13067 "base64 0.22.1",
13068 "bigdecimal",
13069 "bitflags 2.8.0",
13070 "byteorder",
13071 "chrono",
13072 "crc",
13073 "dotenvy",
13074 "etcetera",
13075 "futures-channel",
13076 "futures-core",
13077 "futures-util",
13078 "hex",
13079 "hkdf",
13080 "hmac",
13081 "home",
13082 "itoa",
13083 "log",
13084 "md-5",
13085 "memchr",
13086 "num-bigint",
13087 "once_cell",
13088 "rand 0.8.5",
13089 "rust_decimal",
13090 "serde",
13091 "serde_json",
13092 "sha2",
13093 "smallvec",
13094 "sqlx-core",
13095 "stringprep",
13096 "thiserror 2.0.6",
13097 "time",
13098 "tracing",
13099 "uuid",
13100 "whoami",
13101]
13102
13103[[package]]
13104name = "sqlx-sqlite"
13105version = "0.8.3"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13108dependencies = [
13109 "atoi",
13110 "chrono",
13111 "flume",
13112 "futures-channel",
13113 "futures-core",
13114 "futures-executor",
13115 "futures-intrusive",
13116 "futures-util",
13117 "libsqlite3-sys",
13118 "log",
13119 "percent-encoding",
13120 "serde",
13121 "serde_urlencoded",
13122 "sqlx-core",
13123 "time",
13124 "tracing",
13125 "url",
13126 "uuid",
13127]
13128
13129[[package]]
13130name = "stable_deref_trait"
13131version = "1.2.0"
13132source = "registry+https://github.com/rust-lang/crates.io-index"
13133checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13134
13135[[package]]
13136name = "static_assertions"
13137version = "1.1.0"
13138source = "registry+https://github.com/rust-lang/crates.io-index"
13139checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13140
13141[[package]]
13142name = "story"
13143version = "0.1.0"
13144dependencies = [
13145 "gpui",
13146 "itertools 0.14.0",
13147 "smallvec",
13148]
13149
13150[[package]]
13151name = "storybook"
13152version = "0.1.0"
13153dependencies = [
13154 "anyhow",
13155 "clap",
13156 "collab_ui",
13157 "ctrlc",
13158 "dialoguer",
13159 "editor",
13160 "fuzzy",
13161 "gpui",
13162 "indoc",
13163 "language",
13164 "log",
13165 "menu",
13166 "picker",
13167 "project",
13168 "reqwest_client",
13169 "rust-embed",
13170 "settings",
13171 "simplelog",
13172 "story",
13173 "strum",
13174 "theme",
13175 "title_bar",
13176 "ui",
13177]
13178
13179[[package]]
13180name = "streaming-iterator"
13181version = "0.1.9"
13182source = "registry+https://github.com/rust-lang/crates.io-index"
13183checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13184
13185[[package]]
13186name = "streaming_diff"
13187version = "0.1.0"
13188dependencies = [
13189 "ordered-float 2.10.1",
13190 "rand 0.8.5",
13191 "rope",
13192 "util",
13193]
13194
13195[[package]]
13196name = "strict-num"
13197version = "0.1.1"
13198source = "registry+https://github.com/rust-lang/crates.io-index"
13199checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13200dependencies = [
13201 "float-cmp",
13202]
13203
13204[[package]]
13205name = "string_cache"
13206version = "0.8.7"
13207source = "registry+https://github.com/rust-lang/crates.io-index"
13208checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13209dependencies = [
13210 "new_debug_unreachable",
13211 "once_cell",
13212 "parking_lot",
13213 "phf_shared 0.10.0",
13214 "precomputed-hash",
13215 "serde",
13216]
13217
13218[[package]]
13219name = "string_cache_codegen"
13220version = "0.5.2"
13221source = "registry+https://github.com/rust-lang/crates.io-index"
13222checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13223dependencies = [
13224 "phf_generator 0.10.0",
13225 "phf_shared 0.10.0",
13226 "proc-macro2",
13227 "quote",
13228]
13229
13230[[package]]
13231name = "stringprep"
13232version = "0.1.5"
13233source = "registry+https://github.com/rust-lang/crates.io-index"
13234checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13235dependencies = [
13236 "unicode-bidi",
13237 "unicode-normalization",
13238 "unicode-properties",
13239]
13240
13241[[package]]
13242name = "strsim"
13243version = "0.11.1"
13244source = "registry+https://github.com/rust-lang/crates.io-index"
13245checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13246
13247[[package]]
13248name = "strum"
13249version = "0.26.3"
13250source = "registry+https://github.com/rust-lang/crates.io-index"
13251checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13252dependencies = [
13253 "strum_macros",
13254]
13255
13256[[package]]
13257name = "strum_macros"
13258version = "0.26.4"
13259source = "registry+https://github.com/rust-lang/crates.io-index"
13260checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13261dependencies = [
13262 "heck 0.5.0",
13263 "proc-macro2",
13264 "quote",
13265 "rustversion",
13266 "syn 2.0.100",
13267]
13268
13269[[package]]
13270name = "subtle"
13271version = "2.6.1"
13272source = "registry+https://github.com/rust-lang/crates.io-index"
13273checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13274
13275[[package]]
13276name = "sum_tree"
13277version = "0.1.0"
13278dependencies = [
13279 "arrayvec",
13280 "ctor",
13281 "env_logger 0.11.7",
13282 "log",
13283 "rand 0.8.5",
13284 "rayon",
13285]
13286
13287[[package]]
13288name = "supermaven"
13289version = "0.1.0"
13290dependencies = [
13291 "anyhow",
13292 "client",
13293 "collections",
13294 "editor",
13295 "env_logger 0.11.7",
13296 "futures 0.3.31",
13297 "gpui",
13298 "http_client",
13299 "inline_completion",
13300 "language",
13301 "log",
13302 "postage",
13303 "project",
13304 "serde",
13305 "serde_json",
13306 "settings",
13307 "smol",
13308 "supermaven_api",
13309 "text",
13310 "theme",
13311 "ui",
13312 "unicode-segmentation",
13313 "util",
13314]
13315
13316[[package]]
13317name = "supermaven_api"
13318version = "0.1.0"
13319dependencies = [
13320 "anyhow",
13321 "futures 0.3.31",
13322 "http_client",
13323 "paths",
13324 "serde",
13325 "serde_json",
13326 "smol",
13327]
13328
13329[[package]]
13330name = "sval"
13331version = "2.13.2"
13332source = "registry+https://github.com/rust-lang/crates.io-index"
13333checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13334
13335[[package]]
13336name = "sval_buffer"
13337version = "2.13.2"
13338source = "registry+https://github.com/rust-lang/crates.io-index"
13339checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13340dependencies = [
13341 "sval",
13342 "sval_ref",
13343]
13344
13345[[package]]
13346name = "sval_dynamic"
13347version = "2.13.2"
13348source = "registry+https://github.com/rust-lang/crates.io-index"
13349checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13350dependencies = [
13351 "sval",
13352]
13353
13354[[package]]
13355name = "sval_fmt"
13356version = "2.13.2"
13357source = "registry+https://github.com/rust-lang/crates.io-index"
13358checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13359dependencies = [
13360 "itoa",
13361 "ryu",
13362 "sval",
13363]
13364
13365[[package]]
13366name = "sval_json"
13367version = "2.13.2"
13368source = "registry+https://github.com/rust-lang/crates.io-index"
13369checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13370dependencies = [
13371 "itoa",
13372 "ryu",
13373 "sval",
13374]
13375
13376[[package]]
13377name = "sval_nested"
13378version = "2.13.2"
13379source = "registry+https://github.com/rust-lang/crates.io-index"
13380checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13381dependencies = [
13382 "sval",
13383 "sval_buffer",
13384 "sval_ref",
13385]
13386
13387[[package]]
13388name = "sval_ref"
13389version = "2.13.2"
13390source = "registry+https://github.com/rust-lang/crates.io-index"
13391checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13392dependencies = [
13393 "sval",
13394]
13395
13396[[package]]
13397name = "sval_serde"
13398version = "2.13.2"
13399source = "registry+https://github.com/rust-lang/crates.io-index"
13400checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13401dependencies = [
13402 "serde",
13403 "sval",
13404 "sval_nested",
13405]
13406
13407[[package]]
13408name = "svg_fmt"
13409version = "0.4.4"
13410source = "registry+https://github.com/rust-lang/crates.io-index"
13411checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13412
13413[[package]]
13414name = "svgtypes"
13415version = "0.15.3"
13416source = "registry+https://github.com/rust-lang/crates.io-index"
13417checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13418dependencies = [
13419 "kurbo",
13420 "siphasher 1.0.1",
13421]
13422
13423[[package]]
13424name = "swash"
13425version = "0.1.19"
13426source = "registry+https://github.com/rust-lang/crates.io-index"
13427checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13428dependencies = [
13429 "skrifa",
13430 "yazi",
13431 "zeno",
13432]
13433
13434[[package]]
13435name = "syn"
13436version = "1.0.109"
13437source = "registry+https://github.com/rust-lang/crates.io-index"
13438checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13439dependencies = [
13440 "proc-macro2",
13441 "quote",
13442 "unicode-ident",
13443]
13444
13445[[package]]
13446name = "syn"
13447version = "2.0.100"
13448source = "registry+https://github.com/rust-lang/crates.io-index"
13449checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13450dependencies = [
13451 "proc-macro2",
13452 "quote",
13453 "unicode-ident",
13454]
13455
13456[[package]]
13457name = "sync_wrapper"
13458version = "0.1.2"
13459source = "registry+https://github.com/rust-lang/crates.io-index"
13460checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13461
13462[[package]]
13463name = "sync_wrapper"
13464version = "1.0.2"
13465source = "registry+https://github.com/rust-lang/crates.io-index"
13466checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13467dependencies = [
13468 "futures-core",
13469]
13470
13471[[package]]
13472name = "synchronoise"
13473version = "1.0.1"
13474source = "registry+https://github.com/rust-lang/crates.io-index"
13475checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13476dependencies = [
13477 "crossbeam-queue",
13478]
13479
13480[[package]]
13481name = "synstructure"
13482version = "0.13.1"
13483source = "registry+https://github.com/rust-lang/crates.io-index"
13484checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13485dependencies = [
13486 "proc-macro2",
13487 "quote",
13488 "syn 2.0.100",
13489]
13490
13491[[package]]
13492name = "sys-locale"
13493version = "0.3.2"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13496dependencies = [
13497 "libc",
13498]
13499
13500[[package]]
13501name = "sysinfo"
13502version = "0.31.4"
13503source = "registry+https://github.com/rust-lang/crates.io-index"
13504checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13505dependencies = [
13506 "core-foundation-sys",
13507 "libc",
13508 "memchr",
13509 "ntapi",
13510 "rayon",
13511 "windows 0.57.0",
13512]
13513
13514[[package]]
13515name = "system-configuration"
13516version = "0.5.1"
13517source = "registry+https://github.com/rust-lang/crates.io-index"
13518checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13519dependencies = [
13520 "bitflags 1.3.2",
13521 "core-foundation 0.9.4",
13522 "system-configuration-sys 0.5.0",
13523]
13524
13525[[package]]
13526name = "system-configuration"
13527version = "0.6.1"
13528source = "registry+https://github.com/rust-lang/crates.io-index"
13529checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13530dependencies = [
13531 "bitflags 2.8.0",
13532 "core-foundation 0.9.4",
13533 "system-configuration-sys 0.6.0",
13534]
13535
13536[[package]]
13537name = "system-configuration-sys"
13538version = "0.5.0"
13539source = "registry+https://github.com/rust-lang/crates.io-index"
13540checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13541dependencies = [
13542 "core-foundation-sys",
13543 "libc",
13544]
13545
13546[[package]]
13547name = "system-configuration-sys"
13548version = "0.6.0"
13549source = "registry+https://github.com/rust-lang/crates.io-index"
13550checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13551dependencies = [
13552 "core-foundation-sys",
13553 "libc",
13554]
13555
13556[[package]]
13557name = "system-deps"
13558version = "6.2.2"
13559source = "registry+https://github.com/rust-lang/crates.io-index"
13560checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13561dependencies = [
13562 "cfg-expr",
13563 "heck 0.5.0",
13564 "pkg-config",
13565 "toml 0.8.20",
13566 "version-compare",
13567]
13568
13569[[package]]
13570name = "system-interface"
13571version = "0.27.3"
13572source = "registry+https://github.com/rust-lang/crates.io-index"
13573checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13574dependencies = [
13575 "bitflags 2.8.0",
13576 "cap-fs-ext",
13577 "cap-std",
13578 "fd-lock",
13579 "io-lifetimes",
13580 "rustix",
13581 "windows-sys 0.59.0",
13582 "winx",
13583]
13584
13585[[package]]
13586name = "tab_switcher"
13587version = "0.1.0"
13588dependencies = [
13589 "anyhow",
13590 "collections",
13591 "ctor",
13592 "editor",
13593 "env_logger 0.11.7",
13594 "gpui",
13595 "language",
13596 "menu",
13597 "picker",
13598 "project",
13599 "schemars",
13600 "serde",
13601 "serde_json",
13602 "settings",
13603 "theme",
13604 "ui",
13605 "util",
13606 "workspace",
13607]
13608
13609[[package]]
13610name = "taffy"
13611version = "0.4.4"
13612source = "registry+https://github.com/rust-lang/crates.io-index"
13613checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13614dependencies = [
13615 "arrayvec",
13616 "grid",
13617 "num-traits",
13618 "serde",
13619 "slotmap",
13620]
13621
13622[[package]]
13623name = "take-until"
13624version = "0.2.0"
13625source = "registry+https://github.com/rust-lang/crates.io-index"
13626checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13627
13628[[package]]
13629name = "tap"
13630version = "1.0.1"
13631source = "registry+https://github.com/rust-lang/crates.io-index"
13632checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13633
13634[[package]]
13635name = "target-lexicon"
13636version = "0.12.16"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13639
13640[[package]]
13641name = "target-lexicon"
13642version = "0.13.2"
13643source = "registry+https://github.com/rust-lang/crates.io-index"
13644checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13645
13646[[package]]
13647name = "task"
13648version = "0.1.0"
13649dependencies = [
13650 "anyhow",
13651 "collections",
13652 "futures 0.3.31",
13653 "gpui",
13654 "hex",
13655 "parking_lot",
13656 "schemars",
13657 "serde",
13658 "serde_json_lenient",
13659 "sha2",
13660 "shellexpand 2.1.2",
13661 "util",
13662 "zed_actions",
13663]
13664
13665[[package]]
13666name = "tasks_ui"
13667version = "0.1.0"
13668dependencies = [
13669 "anyhow",
13670 "editor",
13671 "file_icons",
13672 "fuzzy",
13673 "gpui",
13674 "language",
13675 "menu",
13676 "picker",
13677 "project",
13678 "schemars",
13679 "serde",
13680 "serde_json",
13681 "settings",
13682 "task",
13683 "tree-sitter-rust",
13684 "tree-sitter-typescript",
13685 "ui",
13686 "util",
13687 "workspace",
13688 "zed_actions",
13689]
13690
13691[[package]]
13692name = "telemetry"
13693version = "0.1.0"
13694dependencies = [
13695 "futures 0.3.31",
13696 "serde",
13697 "serde_json",
13698 "telemetry_events",
13699]
13700
13701[[package]]
13702name = "telemetry_events"
13703version = "0.1.0"
13704dependencies = [
13705 "semantic_version",
13706 "serde",
13707 "serde_json",
13708]
13709
13710[[package]]
13711name = "tempfile"
13712version = "3.17.1"
13713source = "registry+https://github.com/rust-lang/crates.io-index"
13714checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13715dependencies = [
13716 "cfg-if",
13717 "fastrand 2.3.0",
13718 "getrandom 0.3.1",
13719 "once_cell",
13720 "rustix",
13721 "windows-sys 0.59.0",
13722]
13723
13724[[package]]
13725name = "tendril"
13726version = "0.4.3"
13727source = "registry+https://github.com/rust-lang/crates.io-index"
13728checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13729dependencies = [
13730 "futf",
13731 "mac",
13732 "utf-8",
13733]
13734
13735[[package]]
13736name = "termcolor"
13737version = "1.4.1"
13738source = "registry+https://github.com/rust-lang/crates.io-index"
13739checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13740dependencies = [
13741 "winapi-util",
13742]
13743
13744[[package]]
13745name = "terminal"
13746version = "0.1.0"
13747dependencies = [
13748 "alacritty_terminal",
13749 "anyhow",
13750 "collections",
13751 "dirs 4.0.0",
13752 "futures 0.3.31",
13753 "gpui",
13754 "libc",
13755 "rand 0.8.5",
13756 "regex",
13757 "release_channel",
13758 "schemars",
13759 "serde",
13760 "serde_derive",
13761 "settings",
13762 "smol",
13763 "sysinfo",
13764 "task",
13765 "theme",
13766 "thiserror 1.0.69",
13767 "util",
13768 "windows 0.60.0",
13769]
13770
13771[[package]]
13772name = "terminal_size"
13773version = "0.4.1"
13774source = "registry+https://github.com/rust-lang/crates.io-index"
13775checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13776dependencies = [
13777 "rustix",
13778 "windows-sys 0.59.0",
13779]
13780
13781[[package]]
13782name = "terminal_view"
13783version = "0.1.0"
13784dependencies = [
13785 "anyhow",
13786 "async-recursion 1.1.1",
13787 "breadcrumbs",
13788 "client",
13789 "collections",
13790 "db",
13791 "dirs 4.0.0",
13792 "editor",
13793 "futures 0.3.31",
13794 "gpui",
13795 "itertools 0.14.0",
13796 "language",
13797 "log",
13798 "project",
13799 "rand 0.8.5",
13800 "schemars",
13801 "search",
13802 "serde",
13803 "serde_json",
13804 "settings",
13805 "shellexpand 2.1.2",
13806 "smol",
13807 "task",
13808 "terminal",
13809 "theme",
13810 "ui",
13811 "util",
13812 "workspace",
13813 "zed_actions",
13814]
13815
13816[[package]]
13817name = "text"
13818version = "0.1.0"
13819dependencies = [
13820 "anyhow",
13821 "clock",
13822 "collections",
13823 "ctor",
13824 "env_logger 0.11.7",
13825 "gpui",
13826 "http_client",
13827 "log",
13828 "parking_lot",
13829 "postage",
13830 "rand 0.8.5",
13831 "regex",
13832 "rope",
13833 "smallvec",
13834 "sum_tree",
13835 "util",
13836]
13837
13838[[package]]
13839name = "theme"
13840version = "0.1.0"
13841dependencies = [
13842 "anyhow",
13843 "collections",
13844 "derive_more",
13845 "fs",
13846 "futures 0.3.31",
13847 "gpui",
13848 "indexmap",
13849 "log",
13850 "palette",
13851 "parking_lot",
13852 "refineable",
13853 "schemars",
13854 "serde",
13855 "serde_derive",
13856 "serde_json",
13857 "serde_json_lenient",
13858 "serde_repr",
13859 "settings",
13860 "strum",
13861 "thiserror 1.0.69",
13862 "util",
13863 "uuid",
13864]
13865
13866[[package]]
13867name = "theme_extension"
13868version = "0.1.0"
13869dependencies = [
13870 "anyhow",
13871 "extension",
13872 "fs",
13873 "gpui",
13874 "theme",
13875]
13876
13877[[package]]
13878name = "theme_importer"
13879version = "0.1.0"
13880dependencies = [
13881 "anyhow",
13882 "clap",
13883 "gpui",
13884 "indexmap",
13885 "log",
13886 "palette",
13887 "rust-embed",
13888 "serde",
13889 "serde_json",
13890 "serde_json_lenient",
13891 "simplelog",
13892 "strum",
13893 "theme",
13894 "vscode_theme",
13895]
13896
13897[[package]]
13898name = "theme_selector"
13899version = "0.1.0"
13900dependencies = [
13901 "fs",
13902 "fuzzy",
13903 "gpui",
13904 "log",
13905 "picker",
13906 "serde",
13907 "settings",
13908 "telemetry",
13909 "theme",
13910 "ui",
13911 "util",
13912 "workspace",
13913 "zed_actions",
13914]
13915
13916[[package]]
13917name = "thiserror"
13918version = "1.0.69"
13919source = "registry+https://github.com/rust-lang/crates.io-index"
13920checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13921dependencies = [
13922 "thiserror-impl 1.0.69",
13923]
13924
13925[[package]]
13926name = "thiserror"
13927version = "2.0.6"
13928source = "registry+https://github.com/rust-lang/crates.io-index"
13929checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13930dependencies = [
13931 "thiserror-impl 2.0.6",
13932]
13933
13934[[package]]
13935name = "thiserror-impl"
13936version = "1.0.69"
13937source = "registry+https://github.com/rust-lang/crates.io-index"
13938checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13939dependencies = [
13940 "proc-macro2",
13941 "quote",
13942 "syn 2.0.100",
13943]
13944
13945[[package]]
13946name = "thiserror-impl"
13947version = "2.0.6"
13948source = "registry+https://github.com/rust-lang/crates.io-index"
13949checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13950dependencies = [
13951 "proc-macro2",
13952 "quote",
13953 "syn 2.0.100",
13954]
13955
13956[[package]]
13957name = "thread_local"
13958version = "1.1.8"
13959source = "registry+https://github.com/rust-lang/crates.io-index"
13960checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13961dependencies = [
13962 "cfg-if",
13963 "once_cell",
13964]
13965
13966[[package]]
13967name = "tiff"
13968version = "0.9.1"
13969source = "registry+https://github.com/rust-lang/crates.io-index"
13970checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13971dependencies = [
13972 "flate2",
13973 "jpeg-decoder",
13974 "weezl",
13975]
13976
13977[[package]]
13978name = "tiktoken-rs"
13979version = "0.6.0"
13980source = "registry+https://github.com/rust-lang/crates.io-index"
13981checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13982dependencies = [
13983 "anyhow",
13984 "base64 0.21.7",
13985 "bstr",
13986 "fancy-regex 0.13.0",
13987 "lazy_static",
13988 "parking_lot",
13989 "regex",
13990 "rustc-hash 1.1.0",
13991]
13992
13993[[package]]
13994name = "time"
13995version = "0.3.37"
13996source = "registry+https://github.com/rust-lang/crates.io-index"
13997checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13998dependencies = [
13999 "deranged",
14000 "itoa",
14001 "libc",
14002 "num-conv",
14003 "num_threads",
14004 "powerfmt",
14005 "serde",
14006 "time-core",
14007 "time-macros",
14008]
14009
14010[[package]]
14011name = "time-core"
14012version = "0.1.2"
14013source = "registry+https://github.com/rust-lang/crates.io-index"
14014checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
14015
14016[[package]]
14017name = "time-macros"
14018version = "0.2.19"
14019source = "registry+https://github.com/rust-lang/crates.io-index"
14020checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
14021dependencies = [
14022 "num-conv",
14023 "time-core",
14024]
14025
14026[[package]]
14027name = "time_format"
14028version = "0.1.0"
14029dependencies = [
14030 "core-foundation 0.9.4",
14031 "core-foundation-sys",
14032 "sys-locale",
14033 "time",
14034]
14035
14036[[package]]
14037name = "tiny-keccak"
14038version = "2.0.2"
14039source = "registry+https://github.com/rust-lang/crates.io-index"
14040checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14041dependencies = [
14042 "crunchy",
14043]
14044
14045[[package]]
14046name = "tiny-skia"
14047version = "0.11.4"
14048source = "registry+https://github.com/rust-lang/crates.io-index"
14049checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14050dependencies = [
14051 "arrayref",
14052 "arrayvec",
14053 "bytemuck",
14054 "cfg-if",
14055 "log",
14056 "png",
14057 "tiny-skia-path",
14058]
14059
14060[[package]]
14061name = "tiny-skia-path"
14062version = "0.11.4"
14063source = "registry+https://github.com/rust-lang/crates.io-index"
14064checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14065dependencies = [
14066 "arrayref",
14067 "bytemuck",
14068 "strict-num",
14069]
14070
14071[[package]]
14072name = "tiny_http"
14073version = "0.8.2"
14074source = "registry+https://github.com/rust-lang/crates.io-index"
14075checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14076dependencies = [
14077 "ascii",
14078 "chrono",
14079 "chunked_transfer",
14080 "log",
14081 "url",
14082]
14083
14084[[package]]
14085name = "tinystr"
14086version = "0.7.6"
14087source = "registry+https://github.com/rust-lang/crates.io-index"
14088checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14089dependencies = [
14090 "displaydoc",
14091 "zerovec",
14092]
14093
14094[[package]]
14095name = "tinytemplate"
14096version = "1.2.1"
14097source = "registry+https://github.com/rust-lang/crates.io-index"
14098checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14099dependencies = [
14100 "serde",
14101 "serde_json",
14102]
14103
14104[[package]]
14105name = "tinyvec"
14106version = "1.8.0"
14107source = "registry+https://github.com/rust-lang/crates.io-index"
14108checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14109dependencies = [
14110 "tinyvec_macros",
14111]
14112
14113[[package]]
14114name = "tinyvec_macros"
14115version = "0.1.1"
14116source = "registry+https://github.com/rust-lang/crates.io-index"
14117checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14118
14119[[package]]
14120name = "title_bar"
14121version = "0.1.0"
14122dependencies = [
14123 "auto_update",
14124 "call",
14125 "client",
14126 "collections",
14127 "feature_flags",
14128 "git_ui",
14129 "gpui",
14130 "http_client",
14131 "notifications",
14132 "pretty_assertions",
14133 "project",
14134 "remote",
14135 "rpc",
14136 "schemars",
14137 "serde",
14138 "settings",
14139 "smallvec",
14140 "story",
14141 "telemetry",
14142 "theme",
14143 "tree-sitter-md",
14144 "ui",
14145 "util",
14146 "windows 0.60.0",
14147 "workspace",
14148 "zed_actions",
14149 "zeta",
14150]
14151
14152[[package]]
14153name = "tokio"
14154version = "1.43.0"
14155source = "registry+https://github.com/rust-lang/crates.io-index"
14156checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14157dependencies = [
14158 "backtrace",
14159 "bytes 1.10.1",
14160 "libc",
14161 "mio 1.0.3",
14162 "parking_lot",
14163 "pin-project-lite",
14164 "signal-hook-registry",
14165 "socket2",
14166 "tokio-macros",
14167 "windows-sys 0.52.0",
14168]
14169
14170[[package]]
14171name = "tokio-io"
14172version = "0.1.13"
14173source = "registry+https://github.com/rust-lang/crates.io-index"
14174checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14175dependencies = [
14176 "bytes 0.4.12",
14177 "futures 0.1.31",
14178 "log",
14179]
14180
14181[[package]]
14182name = "tokio-macros"
14183version = "2.5.0"
14184source = "registry+https://github.com/rust-lang/crates.io-index"
14185checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14186dependencies = [
14187 "proc-macro2",
14188 "quote",
14189 "syn 2.0.100",
14190]
14191
14192[[package]]
14193name = "tokio-native-tls"
14194version = "0.3.1"
14195source = "registry+https://github.com/rust-lang/crates.io-index"
14196checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14197dependencies = [
14198 "native-tls",
14199 "tokio",
14200]
14201
14202[[package]]
14203name = "tokio-rustls"
14204version = "0.24.1"
14205source = "registry+https://github.com/rust-lang/crates.io-index"
14206checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14207dependencies = [
14208 "rustls 0.21.12",
14209 "tokio",
14210]
14211
14212[[package]]
14213name = "tokio-rustls"
14214version = "0.26.1"
14215source = "registry+https://github.com/rust-lang/crates.io-index"
14216checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14217dependencies = [
14218 "rustls 0.23.23",
14219 "tokio",
14220]
14221
14222[[package]]
14223name = "tokio-socks"
14224version = "0.5.2"
14225source = "registry+https://github.com/rust-lang/crates.io-index"
14226checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14227dependencies = [
14228 "either",
14229 "futures-io",
14230 "futures-util",
14231 "thiserror 1.0.69",
14232 "tokio",
14233]
14234
14235[[package]]
14236name = "tokio-stream"
14237version = "0.1.17"
14238source = "registry+https://github.com/rust-lang/crates.io-index"
14239checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14240dependencies = [
14241 "futures-core",
14242 "pin-project-lite",
14243 "tokio",
14244]
14245
14246[[package]]
14247name = "tokio-tungstenite"
14248version = "0.20.1"
14249source = "registry+https://github.com/rust-lang/crates.io-index"
14250checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14251dependencies = [
14252 "futures-util",
14253 "log",
14254 "rustls 0.21.12",
14255 "rustls-native-certs 0.6.3",
14256 "tokio",
14257 "tokio-rustls 0.24.1",
14258 "tungstenite 0.20.1",
14259]
14260
14261[[package]]
14262name = "tokio-tungstenite"
14263version = "0.21.0"
14264source = "registry+https://github.com/rust-lang/crates.io-index"
14265checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14266dependencies = [
14267 "futures-util",
14268 "log",
14269 "tokio",
14270 "tungstenite 0.21.0",
14271]
14272
14273[[package]]
14274name = "tokio-util"
14275version = "0.7.13"
14276source = "registry+https://github.com/rust-lang/crates.io-index"
14277checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14278dependencies = [
14279 "bytes 1.10.1",
14280 "futures-core",
14281 "futures-io",
14282 "futures-sink",
14283 "pin-project-lite",
14284 "tokio",
14285]
14286
14287[[package]]
14288name = "toml"
14289version = "0.5.11"
14290source = "registry+https://github.com/rust-lang/crates.io-index"
14291checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14292dependencies = [
14293 "serde",
14294]
14295
14296[[package]]
14297name = "toml"
14298version = "0.8.20"
14299source = "registry+https://github.com/rust-lang/crates.io-index"
14300checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14301dependencies = [
14302 "serde",
14303 "serde_spanned",
14304 "toml_datetime",
14305 "toml_edit",
14306]
14307
14308[[package]]
14309name = "toml_datetime"
14310version = "0.6.8"
14311source = "registry+https://github.com/rust-lang/crates.io-index"
14312checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14313dependencies = [
14314 "serde",
14315]
14316
14317[[package]]
14318name = "toml_edit"
14319version = "0.22.23"
14320source = "registry+https://github.com/rust-lang/crates.io-index"
14321checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14322dependencies = [
14323 "indexmap",
14324 "serde",
14325 "serde_spanned",
14326 "toml_datetime",
14327 "winnow 0.7.1",
14328]
14329
14330[[package]]
14331name = "toolchain_selector"
14332version = "0.1.0"
14333dependencies = [
14334 "editor",
14335 "fuzzy",
14336 "gpui",
14337 "language",
14338 "picker",
14339 "project",
14340 "ui",
14341 "util",
14342 "workspace",
14343]
14344
14345[[package]]
14346name = "topological-sort"
14347version = "0.2.2"
14348source = "registry+https://github.com/rust-lang/crates.io-index"
14349checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14350
14351[[package]]
14352name = "tower"
14353version = "0.4.13"
14354source = "registry+https://github.com/rust-lang/crates.io-index"
14355checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14356dependencies = [
14357 "futures-core",
14358 "futures-util",
14359 "pin-project",
14360 "pin-project-lite",
14361 "tokio",
14362 "tower-layer",
14363 "tower-service",
14364 "tracing",
14365]
14366
14367[[package]]
14368name = "tower-http"
14369version = "0.3.5"
14370source = "registry+https://github.com/rust-lang/crates.io-index"
14371checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14372dependencies = [
14373 "bitflags 1.3.2",
14374 "bytes 1.10.1",
14375 "futures-core",
14376 "futures-util",
14377 "http 0.2.12",
14378 "http-body 0.4.6",
14379 "http-range-header",
14380 "pin-project-lite",
14381 "tower-layer",
14382 "tower-service",
14383]
14384
14385[[package]]
14386name = "tower-http"
14387version = "0.4.4"
14388source = "registry+https://github.com/rust-lang/crates.io-index"
14389checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14390dependencies = [
14391 "bitflags 2.8.0",
14392 "bytes 1.10.1",
14393 "futures-core",
14394 "futures-util",
14395 "http 0.2.12",
14396 "http-body 0.4.6",
14397 "http-range-header",
14398 "pin-project-lite",
14399 "tower-layer",
14400 "tower-service",
14401 "tracing",
14402]
14403
14404[[package]]
14405name = "tower-layer"
14406version = "0.3.3"
14407source = "registry+https://github.com/rust-lang/crates.io-index"
14408checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14409
14410[[package]]
14411name = "tower-service"
14412version = "0.3.3"
14413source = "registry+https://github.com/rust-lang/crates.io-index"
14414checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14415
14416[[package]]
14417name = "tracing"
14418version = "0.1.41"
14419source = "registry+https://github.com/rust-lang/crates.io-index"
14420checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14421dependencies = [
14422 "log",
14423 "pin-project-lite",
14424 "tracing-attributes",
14425 "tracing-core",
14426]
14427
14428[[package]]
14429name = "tracing-attributes"
14430version = "0.1.28"
14431source = "registry+https://github.com/rust-lang/crates.io-index"
14432checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14433dependencies = [
14434 "proc-macro2",
14435 "quote",
14436 "syn 2.0.100",
14437]
14438
14439[[package]]
14440name = "tracing-core"
14441version = "0.1.33"
14442source = "registry+https://github.com/rust-lang/crates.io-index"
14443checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14444dependencies = [
14445 "once_cell",
14446 "valuable",
14447]
14448
14449[[package]]
14450name = "tracing-log"
14451version = "0.2.0"
14452source = "registry+https://github.com/rust-lang/crates.io-index"
14453checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14454dependencies = [
14455 "log",
14456 "once_cell",
14457 "tracing-core",
14458]
14459
14460[[package]]
14461name = "tracing-serde"
14462version = "0.2.0"
14463source = "registry+https://github.com/rust-lang/crates.io-index"
14464checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14465dependencies = [
14466 "serde",
14467 "tracing-core",
14468]
14469
14470[[package]]
14471name = "tracing-subscriber"
14472version = "0.3.19"
14473source = "registry+https://github.com/rust-lang/crates.io-index"
14474checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14475dependencies = [
14476 "matchers",
14477 "nu-ansi-term",
14478 "once_cell",
14479 "regex",
14480 "serde",
14481 "serde_json",
14482 "sharded-slab",
14483 "smallvec",
14484 "thread_local",
14485 "tracing",
14486 "tracing-core",
14487 "tracing-log",
14488 "tracing-serde",
14489]
14490
14491[[package]]
14492name = "trait-variant"
14493version = "0.1.2"
14494source = "registry+https://github.com/rust-lang/crates.io-index"
14495checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14496dependencies = [
14497 "proc-macro2",
14498 "quote",
14499 "syn 2.0.100",
14500]
14501
14502[[package]]
14503name = "tree-sitter"
14504version = "0.25.3"
14505source = "registry+https://github.com/rust-lang/crates.io-index"
14506checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14507dependencies = [
14508 "cc",
14509 "regex",
14510 "regex-syntax 0.8.5",
14511 "serde_json",
14512 "streaming-iterator",
14513 "tree-sitter-language",
14514 "wasmtime-c-api-impl",
14515]
14516
14517[[package]]
14518name = "tree-sitter-bash"
14519version = "0.23.3"
14520source = "registry+https://github.com/rust-lang/crates.io-index"
14521checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14522dependencies = [
14523 "cc",
14524 "tree-sitter-language",
14525]
14526
14527[[package]]
14528name = "tree-sitter-c"
14529version = "0.23.4"
14530source = "registry+https://github.com/rust-lang/crates.io-index"
14531checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14532dependencies = [
14533 "cc",
14534 "tree-sitter-language",
14535]
14536
14537[[package]]
14538name = "tree-sitter-cpp"
14539version = "0.23.4"
14540source = "registry+https://github.com/rust-lang/crates.io-index"
14541checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14542dependencies = [
14543 "cc",
14544 "tree-sitter-language",
14545]
14546
14547[[package]]
14548name = "tree-sitter-css"
14549version = "0.23.2"
14550source = "registry+https://github.com/rust-lang/crates.io-index"
14551checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14552dependencies = [
14553 "cc",
14554 "tree-sitter-language",
14555]
14556
14557[[package]]
14558name = "tree-sitter-diff"
14559version = "0.1.0"
14560source = "registry+https://github.com/rust-lang/crates.io-index"
14561checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14562dependencies = [
14563 "cc",
14564 "tree-sitter-language",
14565]
14566
14567[[package]]
14568name = "tree-sitter-elixir"
14569version = "0.3.4"
14570source = "registry+https://github.com/rust-lang/crates.io-index"
14571checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14572dependencies = [
14573 "cc",
14574 "tree-sitter-language",
14575]
14576
14577[[package]]
14578name = "tree-sitter-embedded-template"
14579version = "0.23.2"
14580source = "registry+https://github.com/rust-lang/crates.io-index"
14581checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14582dependencies = [
14583 "cc",
14584 "tree-sitter-language",
14585]
14586
14587[[package]]
14588name = "tree-sitter-gitcommit"
14589version = "0.0.1"
14590source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14591dependencies = [
14592 "cc",
14593 "tree-sitter-language",
14594]
14595
14596[[package]]
14597name = "tree-sitter-go"
14598version = "0.23.4"
14599source = "registry+https://github.com/rust-lang/crates.io-index"
14600checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14601dependencies = [
14602 "cc",
14603 "tree-sitter-language",
14604]
14605
14606[[package]]
14607name = "tree-sitter-gomod"
14608version = "1.1.1"
14609source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14610dependencies = [
14611 "cc",
14612 "tree-sitter-language",
14613]
14614
14615[[package]]
14616name = "tree-sitter-gowork"
14617version = "0.0.1"
14618source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14619dependencies = [
14620 "cc",
14621 "tree-sitter-language",
14622]
14623
14624[[package]]
14625name = "tree-sitter-heex"
14626version = "0.0.1"
14627source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14628dependencies = [
14629 "cc",
14630 "tree-sitter-language",
14631]
14632
14633[[package]]
14634name = "tree-sitter-html"
14635version = "0.23.2"
14636source = "registry+https://github.com/rust-lang/crates.io-index"
14637checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14638dependencies = [
14639 "cc",
14640 "tree-sitter-language",
14641]
14642
14643[[package]]
14644name = "tree-sitter-jsdoc"
14645version = "0.23.2"
14646source = "registry+https://github.com/rust-lang/crates.io-index"
14647checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14648dependencies = [
14649 "cc",
14650 "tree-sitter-language",
14651]
14652
14653[[package]]
14654name = "tree-sitter-json"
14655version = "0.24.8"
14656source = "registry+https://github.com/rust-lang/crates.io-index"
14657checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14658dependencies = [
14659 "cc",
14660 "tree-sitter-language",
14661]
14662
14663[[package]]
14664name = "tree-sitter-language"
14665version = "0.1.3"
14666source = "registry+https://github.com/rust-lang/crates.io-index"
14667checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14668
14669[[package]]
14670name = "tree-sitter-md"
14671version = "0.3.2"
14672source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14673dependencies = [
14674 "cc",
14675 "tree-sitter-language",
14676]
14677
14678[[package]]
14679name = "tree-sitter-python"
14680version = "0.23.6"
14681source = "registry+https://github.com/rust-lang/crates.io-index"
14682checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14683dependencies = [
14684 "cc",
14685 "tree-sitter-language",
14686]
14687
14688[[package]]
14689name = "tree-sitter-regex"
14690version = "0.24.3"
14691source = "registry+https://github.com/rust-lang/crates.io-index"
14692checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14693dependencies = [
14694 "cc",
14695 "tree-sitter-language",
14696]
14697
14698[[package]]
14699name = "tree-sitter-ruby"
14700version = "0.23.1"
14701source = "registry+https://github.com/rust-lang/crates.io-index"
14702checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14703dependencies = [
14704 "cc",
14705 "tree-sitter-language",
14706]
14707
14708[[package]]
14709name = "tree-sitter-rust"
14710version = "0.23.2"
14711source = "registry+https://github.com/rust-lang/crates.io-index"
14712checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14713dependencies = [
14714 "cc",
14715 "tree-sitter-language",
14716]
14717
14718[[package]]
14719name = "tree-sitter-typescript"
14720version = "0.23.2"
14721source = "registry+https://github.com/rust-lang/crates.io-index"
14722checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14723dependencies = [
14724 "cc",
14725 "tree-sitter-language",
14726]
14727
14728[[package]]
14729name = "tree-sitter-yaml"
14730version = "0.6.1"
14731source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14732dependencies = [
14733 "cc",
14734 "tree-sitter-language",
14735]
14736
14737[[package]]
14738name = "try-lock"
14739version = "0.2.5"
14740source = "registry+https://github.com/rust-lang/crates.io-index"
14741checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14742
14743[[package]]
14744name = "ttf-parser"
14745version = "0.21.1"
14746source = "registry+https://github.com/rust-lang/crates.io-index"
14747checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14748
14749[[package]]
14750name = "ttf-parser"
14751version = "0.25.1"
14752source = "registry+https://github.com/rust-lang/crates.io-index"
14753checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14754dependencies = [
14755 "core_maths",
14756]
14757
14758[[package]]
14759name = "tungstenite"
14760version = "0.20.1"
14761source = "registry+https://github.com/rust-lang/crates.io-index"
14762checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14763dependencies = [
14764 "byteorder",
14765 "bytes 1.10.1",
14766 "data-encoding",
14767 "http 0.2.12",
14768 "httparse",
14769 "log",
14770 "rand 0.8.5",
14771 "rustls 0.21.12",
14772 "sha1",
14773 "thiserror 1.0.69",
14774 "url",
14775 "utf-8",
14776]
14777
14778[[package]]
14779name = "tungstenite"
14780version = "0.21.0"
14781source = "registry+https://github.com/rust-lang/crates.io-index"
14782checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14783dependencies = [
14784 "byteorder",
14785 "bytes 1.10.1",
14786 "data-encoding",
14787 "http 1.2.0",
14788 "httparse",
14789 "log",
14790 "rand 0.8.5",
14791 "sha1",
14792 "thiserror 1.0.69",
14793 "url",
14794 "utf-8",
14795]
14796
14797[[package]]
14798name = "tungstenite"
14799version = "0.24.0"
14800source = "registry+https://github.com/rust-lang/crates.io-index"
14801checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14802dependencies = [
14803 "byteorder",
14804 "bytes 1.10.1",
14805 "data-encoding",
14806 "http 1.2.0",
14807 "httparse",
14808 "log",
14809 "rand 0.8.5",
14810 "sha1",
14811 "thiserror 1.0.69",
14812 "utf-8",
14813]
14814
14815[[package]]
14816name = "typeid"
14817version = "1.0.2"
14818source = "registry+https://github.com/rust-lang/crates.io-index"
14819checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14820
14821[[package]]
14822name = "typenum"
14823version = "1.17.0"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14826
14827[[package]]
14828name = "ucd-trie"
14829version = "0.1.7"
14830source = "registry+https://github.com/rust-lang/crates.io-index"
14831checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14832
14833[[package]]
14834name = "uds_windows"
14835version = "1.1.0"
14836source = "registry+https://github.com/rust-lang/crates.io-index"
14837checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14838dependencies = [
14839 "memoffset",
14840 "tempfile",
14841 "winapi",
14842]
14843
14844[[package]]
14845name = "ui"
14846version = "0.1.0"
14847dependencies = [
14848 "chrono",
14849 "component",
14850 "gpui",
14851 "itertools 0.14.0",
14852 "linkme",
14853 "menu",
14854 "serde",
14855 "settings",
14856 "smallvec",
14857 "story",
14858 "strum",
14859 "theme",
14860 "ui_macros",
14861 "util",
14862 "windows 0.60.0",
14863]
14864
14865[[package]]
14866name = "ui_input"
14867version = "0.1.0"
14868dependencies = [
14869 "editor",
14870 "gpui",
14871 "settings",
14872 "theme",
14873 "ui",
14874]
14875
14876[[package]]
14877name = "ui_macros"
14878version = "0.1.0"
14879dependencies = [
14880 "convert_case 0.8.0",
14881 "linkme",
14882 "proc-macro2",
14883 "quote",
14884 "syn 1.0.109",
14885]
14886
14887[[package]]
14888name = "unicase"
14889version = "2.8.1"
14890source = "registry+https://github.com/rust-lang/crates.io-index"
14891checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14892
14893[[package]]
14894name = "unicode-bidi"
14895version = "0.3.17"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14898
14899[[package]]
14900name = "unicode-bidi-mirroring"
14901version = "0.2.0"
14902source = "registry+https://github.com/rust-lang/crates.io-index"
14903checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14904
14905[[package]]
14906name = "unicode-bidi-mirroring"
14907version = "0.4.0"
14908source = "registry+https://github.com/rust-lang/crates.io-index"
14909checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
14910
14911[[package]]
14912name = "unicode-ccc"
14913version = "0.2.0"
14914source = "registry+https://github.com/rust-lang/crates.io-index"
14915checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14916
14917[[package]]
14918name = "unicode-ccc"
14919version = "0.4.0"
14920source = "registry+https://github.com/rust-lang/crates.io-index"
14921checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
14922
14923[[package]]
14924name = "unicode-ident"
14925version = "1.0.14"
14926source = "registry+https://github.com/rust-lang/crates.io-index"
14927checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14928
14929[[package]]
14930name = "unicode-linebreak"
14931version = "0.1.5"
14932source = "registry+https://github.com/rust-lang/crates.io-index"
14933checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14934
14935[[package]]
14936name = "unicode-normalization"
14937version = "0.1.24"
14938source = "registry+https://github.com/rust-lang/crates.io-index"
14939checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14940dependencies = [
14941 "tinyvec",
14942]
14943
14944[[package]]
14945name = "unicode-properties"
14946version = "0.1.3"
14947source = "registry+https://github.com/rust-lang/crates.io-index"
14948checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14949
14950[[package]]
14951name = "unicode-script"
14952version = "0.5.7"
14953source = "registry+https://github.com/rust-lang/crates.io-index"
14954checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14955
14956[[package]]
14957name = "unicode-segmentation"
14958version = "1.12.0"
14959source = "registry+https://github.com/rust-lang/crates.io-index"
14960checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14961
14962[[package]]
14963name = "unicode-vo"
14964version = "0.1.0"
14965source = "registry+https://github.com/rust-lang/crates.io-index"
14966checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
14967
14968[[package]]
14969name = "unicode-width"
14970version = "0.1.14"
14971source = "registry+https://github.com/rust-lang/crates.io-index"
14972checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14973
14974[[package]]
14975name = "unicode-xid"
14976version = "0.2.6"
14977source = "registry+https://github.com/rust-lang/crates.io-index"
14978checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14979
14980[[package]]
14981name = "unicode_categories"
14982version = "0.1.1"
14983source = "registry+https://github.com/rust-lang/crates.io-index"
14984checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14985
14986[[package]]
14987name = "unindent"
14988version = "0.2.3"
14989source = "registry+https://github.com/rust-lang/crates.io-index"
14990checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
14991
14992[[package]]
14993name = "untrusted"
14994version = "0.9.0"
14995source = "registry+https://github.com/rust-lang/crates.io-index"
14996checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14997
14998[[package]]
14999name = "url"
15000version = "2.5.4"
15001source = "registry+https://github.com/rust-lang/crates.io-index"
15002checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15003dependencies = [
15004 "form_urlencoded",
15005 "idna",
15006 "percent-encoding",
15007 "serde",
15008]
15009
15010[[package]]
15011name = "urlencoding"
15012version = "2.1.3"
15013source = "registry+https://github.com/rust-lang/crates.io-index"
15014checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15015
15016[[package]]
15017name = "usvg"
15018version = "0.45.0"
15019source = "registry+https://github.com/rust-lang/crates.io-index"
15020checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15021dependencies = [
15022 "base64 0.22.1",
15023 "data-url",
15024 "flate2",
15025 "fontdb 0.23.0",
15026 "imagesize",
15027 "kurbo",
15028 "log",
15029 "pico-args",
15030 "roxmltree",
15031 "rustybuzz 0.20.1",
15032 "simplecss",
15033 "siphasher 1.0.1",
15034 "strict-num",
15035 "svgtypes",
15036 "tiny-skia-path",
15037 "unicode-bidi",
15038 "unicode-script",
15039 "unicode-vo",
15040 "xmlwriter",
15041]
15042
15043[[package]]
15044name = "utf-8"
15045version = "0.7.6"
15046source = "registry+https://github.com/rust-lang/crates.io-index"
15047checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15048
15049[[package]]
15050name = "utf16_iter"
15051version = "1.0.5"
15052source = "registry+https://github.com/rust-lang/crates.io-index"
15053checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15054
15055[[package]]
15056name = "utf8_iter"
15057version = "1.0.4"
15058source = "registry+https://github.com/rust-lang/crates.io-index"
15059checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15060
15061[[package]]
15062name = "utf8parse"
15063version = "0.2.2"
15064source = "registry+https://github.com/rust-lang/crates.io-index"
15065checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15066
15067[[package]]
15068name = "util"
15069version = "0.1.0"
15070dependencies = [
15071 "anyhow",
15072 "async-fs",
15073 "collections",
15074 "dirs 4.0.0",
15075 "dunce",
15076 "futures 0.3.31",
15077 "futures-lite 1.13.0",
15078 "git2",
15079 "globset",
15080 "itertools 0.14.0",
15081 "libc",
15082 "log",
15083 "rand 0.8.5",
15084 "regex",
15085 "rust-embed",
15086 "serde",
15087 "serde_json",
15088 "smol",
15089 "take-until",
15090 "tempfile",
15091 "tendril",
15092 "unicase",
15093 "util_macros",
15094]
15095
15096[[package]]
15097name = "util_macros"
15098version = "0.1.0"
15099dependencies = [
15100 "quote",
15101 "syn 1.0.109",
15102]
15103
15104[[package]]
15105name = "uuid"
15106version = "1.13.2"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15109dependencies = [
15110 "getrandom 0.3.1",
15111 "serde",
15112 "sha1_smol",
15113]
15114
15115[[package]]
15116name = "v_frame"
15117version = "0.3.8"
15118source = "registry+https://github.com/rust-lang/crates.io-index"
15119checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15120dependencies = [
15121 "aligned-vec",
15122 "num-traits",
15123 "wasm-bindgen",
15124]
15125
15126[[package]]
15127name = "valuable"
15128version = "0.1.0"
15129source = "registry+https://github.com/rust-lang/crates.io-index"
15130checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15131
15132[[package]]
15133name = "value-bag"
15134version = "1.10.0"
15135source = "registry+https://github.com/rust-lang/crates.io-index"
15136checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15137dependencies = [
15138 "value-bag-serde1",
15139 "value-bag-sval2",
15140]
15141
15142[[package]]
15143name = "value-bag-serde1"
15144version = "1.10.0"
15145source = "registry+https://github.com/rust-lang/crates.io-index"
15146checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15147dependencies = [
15148 "erased-serde",
15149 "serde",
15150 "serde_fmt",
15151]
15152
15153[[package]]
15154name = "value-bag-sval2"
15155version = "1.10.0"
15156source = "registry+https://github.com/rust-lang/crates.io-index"
15157checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15158dependencies = [
15159 "sval",
15160 "sval_buffer",
15161 "sval_dynamic",
15162 "sval_fmt",
15163 "sval_json",
15164 "sval_ref",
15165 "sval_serde",
15166]
15167
15168[[package]]
15169name = "vcpkg"
15170version = "0.2.15"
15171source = "registry+https://github.com/rust-lang/crates.io-index"
15172checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15173
15174[[package]]
15175name = "version-compare"
15176version = "0.2.0"
15177source = "registry+https://github.com/rust-lang/crates.io-index"
15178checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15179
15180[[package]]
15181name = "version_check"
15182version = "0.9.5"
15183source = "registry+https://github.com/rust-lang/crates.io-index"
15184checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15185
15186[[package]]
15187name = "vim"
15188version = "0.1.0"
15189dependencies = [
15190 "anyhow",
15191 "assets",
15192 "async-compat",
15193 "async-trait",
15194 "collections",
15195 "command_palette",
15196 "command_palette_hooks",
15197 "db",
15198 "editor",
15199 "futures 0.3.31",
15200 "git_ui",
15201 "gpui",
15202 "indoc",
15203 "itertools 0.14.0",
15204 "language",
15205 "libc",
15206 "log",
15207 "lsp",
15208 "multi_buffer",
15209 "nvim-rs",
15210 "parking_lot",
15211 "picker",
15212 "project",
15213 "project_panel",
15214 "regex",
15215 "release_channel",
15216 "schemars",
15217 "search",
15218 "serde",
15219 "serde_derive",
15220 "serde_json",
15221 "settings",
15222 "task",
15223 "text",
15224 "theme",
15225 "tokio",
15226 "ui",
15227 "util",
15228 "vim_mode_setting",
15229 "workspace",
15230 "zed_actions",
15231]
15232
15233[[package]]
15234name = "vim_mode_setting"
15235version = "0.1.0"
15236dependencies = [
15237 "anyhow",
15238 "gpui",
15239 "settings",
15240]
15241
15242[[package]]
15243name = "vscode_theme"
15244version = "0.2.0"
15245source = "registry+https://github.com/rust-lang/crates.io-index"
15246checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15247dependencies = [
15248 "serde",
15249]
15250
15251[[package]]
15252name = "vsimd"
15253version = "0.8.0"
15254source = "registry+https://github.com/rust-lang/crates.io-index"
15255checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15256
15257[[package]]
15258name = "vswhom"
15259version = "0.1.0"
15260source = "registry+https://github.com/rust-lang/crates.io-index"
15261checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15262dependencies = [
15263 "libc",
15264 "vswhom-sys",
15265]
15266
15267[[package]]
15268name = "vswhom-sys"
15269version = "0.1.2"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15272dependencies = [
15273 "cc",
15274 "libc",
15275]
15276
15277[[package]]
15278name = "vte"
15279version = "0.15.0"
15280source = "registry+https://github.com/rust-lang/crates.io-index"
15281checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15282dependencies = [
15283 "arrayvec",
15284 "bitflags 2.8.0",
15285 "cursor-icon",
15286 "log",
15287 "memchr",
15288 "serde",
15289]
15290
15291[[package]]
15292name = "waker-fn"
15293version = "1.2.0"
15294source = "registry+https://github.com/rust-lang/crates.io-index"
15295checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15296
15297[[package]]
15298name = "walkdir"
15299version = "2.5.0"
15300source = "registry+https://github.com/rust-lang/crates.io-index"
15301checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15302dependencies = [
15303 "same-file",
15304 "winapi-util",
15305]
15306
15307[[package]]
15308name = "want"
15309version = "0.3.1"
15310source = "registry+https://github.com/rust-lang/crates.io-index"
15311checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15312dependencies = [
15313 "try-lock",
15314]
15315
15316[[package]]
15317name = "warp"
15318version = "0.3.7"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15321dependencies = [
15322 "bytes 1.10.1",
15323 "futures-channel",
15324 "futures-util",
15325 "headers",
15326 "http 0.2.12",
15327 "hyper 0.14.32",
15328 "log",
15329 "mime",
15330 "mime_guess",
15331 "percent-encoding",
15332 "pin-project",
15333 "scoped-tls",
15334 "serde",
15335 "serde_json",
15336 "serde_urlencoded",
15337 "tokio",
15338 "tokio-tungstenite 0.21.0",
15339 "tokio-util",
15340 "tower-service",
15341 "tracing",
15342]
15343
15344[[package]]
15345name = "wasi"
15346version = "0.9.0+wasi-snapshot-preview1"
15347source = "registry+https://github.com/rust-lang/crates.io-index"
15348checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15349
15350[[package]]
15351name = "wasi"
15352version = "0.11.0+wasi-snapshot-preview1"
15353source = "registry+https://github.com/rust-lang/crates.io-index"
15354checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15355
15356[[package]]
15357name = "wasi"
15358version = "0.13.3+wasi-0.2.2"
15359source = "registry+https://github.com/rust-lang/crates.io-index"
15360checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15361dependencies = [
15362 "wit-bindgen-rt 0.33.0",
15363]
15364
15365[[package]]
15366name = "wasite"
15367version = "0.1.0"
15368source = "registry+https://github.com/rust-lang/crates.io-index"
15369checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15370
15371[[package]]
15372name = "wasm-bindgen"
15373version = "0.2.99"
15374source = "registry+https://github.com/rust-lang/crates.io-index"
15375checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15376dependencies = [
15377 "cfg-if",
15378 "once_cell",
15379 "wasm-bindgen-macro",
15380]
15381
15382[[package]]
15383name = "wasm-bindgen-backend"
15384version = "0.2.99"
15385source = "registry+https://github.com/rust-lang/crates.io-index"
15386checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15387dependencies = [
15388 "bumpalo",
15389 "log",
15390 "proc-macro2",
15391 "quote",
15392 "syn 2.0.100",
15393 "wasm-bindgen-shared",
15394]
15395
15396[[package]]
15397name = "wasm-bindgen-futures"
15398version = "0.4.49"
15399source = "registry+https://github.com/rust-lang/crates.io-index"
15400checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15401dependencies = [
15402 "cfg-if",
15403 "js-sys",
15404 "once_cell",
15405 "wasm-bindgen",
15406 "web-sys",
15407]
15408
15409[[package]]
15410name = "wasm-bindgen-macro"
15411version = "0.2.99"
15412source = "registry+https://github.com/rust-lang/crates.io-index"
15413checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15414dependencies = [
15415 "quote",
15416 "wasm-bindgen-macro-support",
15417]
15418
15419[[package]]
15420name = "wasm-bindgen-macro-support"
15421version = "0.2.99"
15422source = "registry+https://github.com/rust-lang/crates.io-index"
15423checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15424dependencies = [
15425 "proc-macro2",
15426 "quote",
15427 "syn 2.0.100",
15428 "wasm-bindgen-backend",
15429 "wasm-bindgen-shared",
15430]
15431
15432[[package]]
15433name = "wasm-bindgen-shared"
15434version = "0.2.99"
15435source = "registry+https://github.com/rust-lang/crates.io-index"
15436checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15437
15438[[package]]
15439name = "wasm-encoder"
15440version = "0.201.0"
15441source = "registry+https://github.com/rust-lang/crates.io-index"
15442checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15443dependencies = [
15444 "leb128",
15445]
15446
15447[[package]]
15448name = "wasm-encoder"
15449version = "0.221.3"
15450source = "registry+https://github.com/rust-lang/crates.io-index"
15451checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15452dependencies = [
15453 "leb128",
15454 "wasmparser 0.221.3",
15455]
15456
15457[[package]]
15458name = "wasm-metadata"
15459version = "0.201.0"
15460source = "registry+https://github.com/rust-lang/crates.io-index"
15461checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15462dependencies = [
15463 "anyhow",
15464 "indexmap",
15465 "serde",
15466 "serde_derive",
15467 "serde_json",
15468 "spdx",
15469 "wasm-encoder 0.201.0",
15470 "wasmparser 0.201.0",
15471]
15472
15473[[package]]
15474name = "wasm-metadata"
15475version = "0.221.3"
15476source = "registry+https://github.com/rust-lang/crates.io-index"
15477checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15478dependencies = [
15479 "anyhow",
15480 "indexmap",
15481 "serde",
15482 "serde_derive",
15483 "serde_json",
15484 "spdx",
15485 "wasm-encoder 0.221.3",
15486 "wasmparser 0.221.3",
15487]
15488
15489[[package]]
15490name = "wasm-streams"
15491version = "0.4.2"
15492source = "registry+https://github.com/rust-lang/crates.io-index"
15493checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15494dependencies = [
15495 "futures-util",
15496 "js-sys",
15497 "wasm-bindgen",
15498 "wasm-bindgen-futures",
15499 "web-sys",
15500]
15501
15502[[package]]
15503name = "wasmparser"
15504version = "0.201.0"
15505source = "registry+https://github.com/rust-lang/crates.io-index"
15506checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15507dependencies = [
15508 "bitflags 2.8.0",
15509 "indexmap",
15510 "semver",
15511]
15512
15513[[package]]
15514name = "wasmparser"
15515version = "0.221.3"
15516source = "registry+https://github.com/rust-lang/crates.io-index"
15517checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15518dependencies = [
15519 "bitflags 2.8.0",
15520 "hashbrown 0.15.2",
15521 "indexmap",
15522 "semver",
15523 "serde",
15524]
15525
15526[[package]]
15527name = "wasmprinter"
15528version = "0.221.3"
15529source = "registry+https://github.com/rust-lang/crates.io-index"
15530checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15531dependencies = [
15532 "anyhow",
15533 "termcolor",
15534 "wasmparser 0.221.3",
15535]
15536
15537[[package]]
15538name = "wasmtime"
15539version = "29.0.1"
15540source = "registry+https://github.com/rust-lang/crates.io-index"
15541checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15542dependencies = [
15543 "anyhow",
15544 "async-trait",
15545 "bitflags 2.8.0",
15546 "bumpalo",
15547 "cc",
15548 "cfg-if",
15549 "encoding_rs",
15550 "hashbrown 0.14.5",
15551 "indexmap",
15552 "libc",
15553 "log",
15554 "mach2",
15555 "memfd",
15556 "object",
15557 "once_cell",
15558 "paste",
15559 "postcard",
15560 "psm",
15561 "pulley-interpreter",
15562 "rustix",
15563 "semver",
15564 "serde",
15565 "serde_derive",
15566 "smallvec",
15567 "sptr",
15568 "target-lexicon 0.13.2",
15569 "trait-variant",
15570 "wasmparser 0.221.3",
15571 "wasmtime-asm-macros",
15572 "wasmtime-component-macro",
15573 "wasmtime-component-util",
15574 "wasmtime-cranelift",
15575 "wasmtime-environ",
15576 "wasmtime-fiber",
15577 "wasmtime-jit-icache-coherence",
15578 "wasmtime-math",
15579 "wasmtime-slab",
15580 "wasmtime-versioned-export-macros",
15581 "wasmtime-winch",
15582 "windows-sys 0.59.0",
15583]
15584
15585[[package]]
15586name = "wasmtime-asm-macros"
15587version = "29.0.1"
15588source = "registry+https://github.com/rust-lang/crates.io-index"
15589checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15590dependencies = [
15591 "cfg-if",
15592]
15593
15594[[package]]
15595name = "wasmtime-c-api-impl"
15596version = "29.0.1"
15597source = "registry+https://github.com/rust-lang/crates.io-index"
15598checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15599dependencies = [
15600 "anyhow",
15601 "log",
15602 "tracing",
15603 "wasmtime",
15604 "wasmtime-c-api-macros",
15605]
15606
15607[[package]]
15608name = "wasmtime-c-api-macros"
15609version = "29.0.1"
15610source = "registry+https://github.com/rust-lang/crates.io-index"
15611checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15612dependencies = [
15613 "proc-macro2",
15614 "quote",
15615]
15616
15617[[package]]
15618name = "wasmtime-component-macro"
15619version = "29.0.1"
15620source = "registry+https://github.com/rust-lang/crates.io-index"
15621checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15622dependencies = [
15623 "anyhow",
15624 "proc-macro2",
15625 "quote",
15626 "syn 2.0.100",
15627 "wasmtime-component-util",
15628 "wasmtime-wit-bindgen",
15629 "wit-parser 0.221.3",
15630]
15631
15632[[package]]
15633name = "wasmtime-component-util"
15634version = "29.0.1"
15635source = "registry+https://github.com/rust-lang/crates.io-index"
15636checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15637
15638[[package]]
15639name = "wasmtime-cranelift"
15640version = "29.0.1"
15641source = "registry+https://github.com/rust-lang/crates.io-index"
15642checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15643dependencies = [
15644 "anyhow",
15645 "cfg-if",
15646 "cranelift-codegen",
15647 "cranelift-control",
15648 "cranelift-entity",
15649 "cranelift-frontend",
15650 "cranelift-native",
15651 "gimli",
15652 "itertools 0.12.1",
15653 "log",
15654 "object",
15655 "smallvec",
15656 "target-lexicon 0.13.2",
15657 "thiserror 1.0.69",
15658 "wasmparser 0.221.3",
15659 "wasmtime-environ",
15660 "wasmtime-versioned-export-macros",
15661]
15662
15663[[package]]
15664name = "wasmtime-environ"
15665version = "29.0.1"
15666source = "registry+https://github.com/rust-lang/crates.io-index"
15667checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15668dependencies = [
15669 "anyhow",
15670 "cpp_demangle",
15671 "cranelift-bitset",
15672 "cranelift-entity",
15673 "gimli",
15674 "indexmap",
15675 "log",
15676 "object",
15677 "postcard",
15678 "rustc-demangle",
15679 "semver",
15680 "serde",
15681 "serde_derive",
15682 "smallvec",
15683 "target-lexicon 0.13.2",
15684 "wasm-encoder 0.221.3",
15685 "wasmparser 0.221.3",
15686 "wasmprinter",
15687 "wasmtime-component-util",
15688]
15689
15690[[package]]
15691name = "wasmtime-fiber"
15692version = "29.0.1"
15693source = "registry+https://github.com/rust-lang/crates.io-index"
15694checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15695dependencies = [
15696 "anyhow",
15697 "cc",
15698 "cfg-if",
15699 "rustix",
15700 "wasmtime-asm-macros",
15701 "wasmtime-versioned-export-macros",
15702 "windows-sys 0.59.0",
15703]
15704
15705[[package]]
15706name = "wasmtime-jit-icache-coherence"
15707version = "29.0.1"
15708source = "registry+https://github.com/rust-lang/crates.io-index"
15709checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15710dependencies = [
15711 "anyhow",
15712 "cfg-if",
15713 "libc",
15714 "windows-sys 0.59.0",
15715]
15716
15717[[package]]
15718name = "wasmtime-math"
15719version = "29.0.1"
15720source = "registry+https://github.com/rust-lang/crates.io-index"
15721checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15722dependencies = [
15723 "libm",
15724]
15725
15726[[package]]
15727name = "wasmtime-slab"
15728version = "29.0.1"
15729source = "registry+https://github.com/rust-lang/crates.io-index"
15730checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15731
15732[[package]]
15733name = "wasmtime-versioned-export-macros"
15734version = "29.0.1"
15735source = "registry+https://github.com/rust-lang/crates.io-index"
15736checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15737dependencies = [
15738 "proc-macro2",
15739 "quote",
15740 "syn 2.0.100",
15741]
15742
15743[[package]]
15744name = "wasmtime-wasi"
15745version = "29.0.1"
15746source = "registry+https://github.com/rust-lang/crates.io-index"
15747checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15748dependencies = [
15749 "anyhow",
15750 "async-trait",
15751 "bitflags 2.8.0",
15752 "bytes 1.10.1",
15753 "cap-fs-ext",
15754 "cap-net-ext",
15755 "cap-rand",
15756 "cap-std",
15757 "cap-time-ext",
15758 "fs-set-times",
15759 "futures 0.3.31",
15760 "io-extras",
15761 "io-lifetimes",
15762 "rustix",
15763 "system-interface",
15764 "thiserror 1.0.69",
15765 "tokio",
15766 "tracing",
15767 "trait-variant",
15768 "url",
15769 "wasmtime",
15770 "wiggle",
15771 "windows-sys 0.59.0",
15772]
15773
15774[[package]]
15775name = "wasmtime-winch"
15776version = "29.0.1"
15777source = "registry+https://github.com/rust-lang/crates.io-index"
15778checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15779dependencies = [
15780 "anyhow",
15781 "cranelift-codegen",
15782 "gimli",
15783 "object",
15784 "target-lexicon 0.13.2",
15785 "wasmparser 0.221.3",
15786 "wasmtime-cranelift",
15787 "wasmtime-environ",
15788 "winch-codegen",
15789]
15790
15791[[package]]
15792name = "wasmtime-wit-bindgen"
15793version = "29.0.1"
15794source = "registry+https://github.com/rust-lang/crates.io-index"
15795checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15796dependencies = [
15797 "anyhow",
15798 "heck 0.5.0",
15799 "indexmap",
15800 "wit-parser 0.221.3",
15801]
15802
15803[[package]]
15804name = "wast"
15805version = "35.0.2"
15806source = "registry+https://github.com/rust-lang/crates.io-index"
15807checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15808dependencies = [
15809 "leb128",
15810]
15811
15812[[package]]
15813name = "wayland-backend"
15814version = "0.3.8"
15815source = "registry+https://github.com/rust-lang/crates.io-index"
15816checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15817dependencies = [
15818 "cc",
15819 "downcast-rs",
15820 "rustix",
15821 "scoped-tls",
15822 "smallvec",
15823 "wayland-sys",
15824]
15825
15826[[package]]
15827name = "wayland-client"
15828version = "0.31.8"
15829source = "registry+https://github.com/rust-lang/crates.io-index"
15830checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15831dependencies = [
15832 "bitflags 2.8.0",
15833 "rustix",
15834 "wayland-backend",
15835 "wayland-scanner",
15836]
15837
15838[[package]]
15839name = "wayland-cursor"
15840version = "0.31.8"
15841source = "registry+https://github.com/rust-lang/crates.io-index"
15842checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15843dependencies = [
15844 "rustix",
15845 "wayland-client",
15846 "xcursor",
15847]
15848
15849[[package]]
15850name = "wayland-protocols"
15851version = "0.31.2"
15852source = "registry+https://github.com/rust-lang/crates.io-index"
15853checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15854dependencies = [
15855 "bitflags 2.8.0",
15856 "wayland-backend",
15857 "wayland-client",
15858 "wayland-scanner",
15859]
15860
15861[[package]]
15862name = "wayland-protocols-plasma"
15863version = "0.2.0"
15864source = "registry+https://github.com/rust-lang/crates.io-index"
15865checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15866dependencies = [
15867 "bitflags 2.8.0",
15868 "wayland-backend",
15869 "wayland-client",
15870 "wayland-protocols",
15871 "wayland-scanner",
15872]
15873
15874[[package]]
15875name = "wayland-scanner"
15876version = "0.31.6"
15877source = "registry+https://github.com/rust-lang/crates.io-index"
15878checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15879dependencies = [
15880 "proc-macro2",
15881 "quick-xml 0.37.2",
15882 "quote",
15883]
15884
15885[[package]]
15886name = "wayland-sys"
15887version = "0.31.6"
15888source = "registry+https://github.com/rust-lang/crates.io-index"
15889checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15890dependencies = [
15891 "dlib",
15892 "log",
15893 "once_cell",
15894 "pkg-config",
15895]
15896
15897[[package]]
15898name = "web-sys"
15899version = "0.3.76"
15900source = "registry+https://github.com/rust-lang/crates.io-index"
15901checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15902dependencies = [
15903 "js-sys",
15904 "wasm-bindgen",
15905]
15906
15907[[package]]
15908name = "web-time"
15909version = "1.1.0"
15910source = "registry+https://github.com/rust-lang/crates.io-index"
15911checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15912dependencies = [
15913 "js-sys",
15914 "wasm-bindgen",
15915]
15916
15917[[package]]
15918name = "webpki-root-certs"
15919version = "0.26.8"
15920source = "registry+https://github.com/rust-lang/crates.io-index"
15921checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
15922dependencies = [
15923 "rustls-pki-types",
15924]
15925
15926[[package]]
15927name = "webpki-roots"
15928version = "0.26.7"
15929source = "registry+https://github.com/rust-lang/crates.io-index"
15930checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15931dependencies = [
15932 "rustls-pki-types",
15933]
15934
15935[[package]]
15936name = "webrtc-sys"
15937version = "0.3.5"
15938source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15939dependencies = [
15940 "cc",
15941 "cxx",
15942 "cxx-build",
15943 "glob",
15944 "log",
15945 "webrtc-sys-build",
15946]
15947
15948[[package]]
15949name = "webrtc-sys-build"
15950version = "0.3.5"
15951source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15952dependencies = [
15953 "fs2",
15954 "regex",
15955 "reqwest 0.11.27",
15956 "scratch",
15957 "semver",
15958 "zip",
15959]
15960
15961[[package]]
15962name = "weezl"
15963version = "0.1.8"
15964source = "registry+https://github.com/rust-lang/crates.io-index"
15965checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15966
15967[[package]]
15968name = "welcome"
15969version = "0.1.0"
15970dependencies = [
15971 "anyhow",
15972 "client",
15973 "db",
15974 "editor",
15975 "fuzzy",
15976 "gpui",
15977 "install_cli",
15978 "language",
15979 "picker",
15980 "project",
15981 "schemars",
15982 "serde",
15983 "settings",
15984 "telemetry",
15985 "ui",
15986 "util",
15987 "vim_mode_setting",
15988 "workspace",
15989 "zed_actions",
15990]
15991
15992[[package]]
15993name = "which"
15994version = "4.4.2"
15995source = "registry+https://github.com/rust-lang/crates.io-index"
15996checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15997dependencies = [
15998 "either",
15999 "home",
16000 "once_cell",
16001 "rustix",
16002]
16003
16004[[package]]
16005name = "which"
16006version = "6.0.3"
16007source = "registry+https://github.com/rust-lang/crates.io-index"
16008checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16009dependencies = [
16010 "either",
16011 "home",
16012 "rustix",
16013 "winsafe",
16014]
16015
16016[[package]]
16017name = "which"
16018version = "7.0.2"
16019source = "registry+https://github.com/rust-lang/crates.io-index"
16020checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
16021dependencies = [
16022 "either",
16023 "env_home",
16024 "rustix",
16025 "winsafe",
16026]
16027
16028[[package]]
16029name = "whoami"
16030version = "1.5.2"
16031source = "registry+https://github.com/rust-lang/crates.io-index"
16032checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16033dependencies = [
16034 "redox_syscall 0.5.8",
16035 "wasite",
16036]
16037
16038[[package]]
16039name = "wiggle"
16040version = "29.0.1"
16041source = "registry+https://github.com/rust-lang/crates.io-index"
16042checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16043dependencies = [
16044 "anyhow",
16045 "async-trait",
16046 "bitflags 2.8.0",
16047 "thiserror 1.0.69",
16048 "tracing",
16049 "wasmtime",
16050 "wiggle-macro",
16051]
16052
16053[[package]]
16054name = "wiggle-generate"
16055version = "29.0.1"
16056source = "registry+https://github.com/rust-lang/crates.io-index"
16057checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16058dependencies = [
16059 "anyhow",
16060 "heck 0.5.0",
16061 "proc-macro2",
16062 "quote",
16063 "shellexpand 2.1.2",
16064 "syn 2.0.100",
16065 "witx",
16066]
16067
16068[[package]]
16069name = "wiggle-macro"
16070version = "29.0.1"
16071source = "registry+https://github.com/rust-lang/crates.io-index"
16072checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16073dependencies = [
16074 "proc-macro2",
16075 "quote",
16076 "syn 2.0.100",
16077 "wiggle-generate",
16078]
16079
16080[[package]]
16081name = "winapi"
16082version = "0.3.9"
16083source = "registry+https://github.com/rust-lang/crates.io-index"
16084checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16085dependencies = [
16086 "winapi-i686-pc-windows-gnu",
16087 "winapi-x86_64-pc-windows-gnu",
16088]
16089
16090[[package]]
16091name = "winapi-i686-pc-windows-gnu"
16092version = "0.4.0"
16093source = "registry+https://github.com/rust-lang/crates.io-index"
16094checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16095
16096[[package]]
16097name = "winapi-util"
16098version = "0.1.9"
16099source = "registry+https://github.com/rust-lang/crates.io-index"
16100checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16101dependencies = [
16102 "windows-sys 0.59.0",
16103]
16104
16105[[package]]
16106name = "winapi-x86_64-pc-windows-gnu"
16107version = "0.4.0"
16108source = "registry+https://github.com/rust-lang/crates.io-index"
16109checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16110
16111[[package]]
16112name = "winch-codegen"
16113version = "29.0.1"
16114source = "registry+https://github.com/rust-lang/crates.io-index"
16115checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16116dependencies = [
16117 "anyhow",
16118 "cranelift-codegen",
16119 "gimli",
16120 "regalloc2",
16121 "smallvec",
16122 "target-lexicon 0.13.2",
16123 "thiserror 1.0.69",
16124 "wasmparser 0.221.3",
16125 "wasmtime-cranelift",
16126 "wasmtime-environ",
16127]
16128
16129[[package]]
16130name = "windows"
16131version = "0.54.0"
16132source = "registry+https://github.com/rust-lang/crates.io-index"
16133checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16134dependencies = [
16135 "windows-core 0.54.0",
16136 "windows-targets 0.52.6",
16137]
16138
16139[[package]]
16140name = "windows"
16141version = "0.57.0"
16142source = "registry+https://github.com/rust-lang/crates.io-index"
16143checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16144dependencies = [
16145 "windows-core 0.57.0",
16146 "windows-targets 0.52.6",
16147]
16148
16149[[package]]
16150name = "windows"
16151version = "0.58.0"
16152source = "registry+https://github.com/rust-lang/crates.io-index"
16153checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16154dependencies = [
16155 "windows-core 0.58.0",
16156 "windows-targets 0.52.6",
16157]
16158
16159[[package]]
16160name = "windows"
16161version = "0.60.0"
16162source = "registry+https://github.com/rust-lang/crates.io-index"
16163checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16164dependencies = [
16165 "windows-collections",
16166 "windows-core 0.60.1",
16167 "windows-future",
16168 "windows-link",
16169 "windows-numerics",
16170]
16171
16172[[package]]
16173name = "windows-collections"
16174version = "0.1.1"
16175source = "registry+https://github.com/rust-lang/crates.io-index"
16176checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16177dependencies = [
16178 "windows-core 0.60.1",
16179]
16180
16181[[package]]
16182name = "windows-core"
16183version = "0.52.0"
16184source = "registry+https://github.com/rust-lang/crates.io-index"
16185checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16186dependencies = [
16187 "windows-targets 0.52.6",
16188]
16189
16190[[package]]
16191name = "windows-core"
16192version = "0.54.0"
16193source = "registry+https://github.com/rust-lang/crates.io-index"
16194checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16195dependencies = [
16196 "windows-result 0.1.2",
16197 "windows-targets 0.52.6",
16198]
16199
16200[[package]]
16201name = "windows-core"
16202version = "0.57.0"
16203source = "registry+https://github.com/rust-lang/crates.io-index"
16204checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16205dependencies = [
16206 "windows-implement 0.57.0",
16207 "windows-interface 0.57.0",
16208 "windows-result 0.1.2",
16209 "windows-targets 0.52.6",
16210]
16211
16212[[package]]
16213name = "windows-core"
16214version = "0.58.0"
16215source = "registry+https://github.com/rust-lang/crates.io-index"
16216checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16217dependencies = [
16218 "windows-implement 0.58.0",
16219 "windows-interface 0.58.0",
16220 "windows-result 0.2.0",
16221 "windows-strings 0.1.0",
16222 "windows-targets 0.52.6",
16223]
16224
16225[[package]]
16226name = "windows-core"
16227version = "0.60.1"
16228source = "registry+https://github.com/rust-lang/crates.io-index"
16229checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16230dependencies = [
16231 "windows-implement 0.59.0",
16232 "windows-interface 0.59.0",
16233 "windows-link",
16234 "windows-result 0.3.1",
16235 "windows-strings 0.3.1",
16236]
16237
16238[[package]]
16239name = "windows-future"
16240version = "0.1.1"
16241source = "registry+https://github.com/rust-lang/crates.io-index"
16242checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16243dependencies = [
16244 "windows-core 0.60.1",
16245 "windows-link",
16246]
16247
16248[[package]]
16249name = "windows-implement"
16250version = "0.57.0"
16251source = "registry+https://github.com/rust-lang/crates.io-index"
16252checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16253dependencies = [
16254 "proc-macro2",
16255 "quote",
16256 "syn 2.0.100",
16257]
16258
16259[[package]]
16260name = "windows-implement"
16261version = "0.58.0"
16262source = "registry+https://github.com/rust-lang/crates.io-index"
16263checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16264dependencies = [
16265 "proc-macro2",
16266 "quote",
16267 "syn 2.0.100",
16268]
16269
16270[[package]]
16271name = "windows-implement"
16272version = "0.59.0"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16275dependencies = [
16276 "proc-macro2",
16277 "quote",
16278 "syn 2.0.100",
16279]
16280
16281[[package]]
16282name = "windows-interface"
16283version = "0.57.0"
16284source = "registry+https://github.com/rust-lang/crates.io-index"
16285checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16286dependencies = [
16287 "proc-macro2",
16288 "quote",
16289 "syn 2.0.100",
16290]
16291
16292[[package]]
16293name = "windows-interface"
16294version = "0.58.0"
16295source = "registry+https://github.com/rust-lang/crates.io-index"
16296checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16297dependencies = [
16298 "proc-macro2",
16299 "quote",
16300 "syn 2.0.100",
16301]
16302
16303[[package]]
16304name = "windows-interface"
16305version = "0.59.0"
16306source = "registry+https://github.com/rust-lang/crates.io-index"
16307checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16308dependencies = [
16309 "proc-macro2",
16310 "quote",
16311 "syn 2.0.100",
16312]
16313
16314[[package]]
16315name = "windows-link"
16316version = "0.1.0"
16317source = "registry+https://github.com/rust-lang/crates.io-index"
16318checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16319
16320[[package]]
16321name = "windows-numerics"
16322version = "0.1.1"
16323source = "registry+https://github.com/rust-lang/crates.io-index"
16324checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16325dependencies = [
16326 "windows-core 0.60.1",
16327 "windows-link",
16328]
16329
16330[[package]]
16331name = "windows-registry"
16332version = "0.2.0"
16333source = "registry+https://github.com/rust-lang/crates.io-index"
16334checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16335dependencies = [
16336 "windows-result 0.2.0",
16337 "windows-strings 0.1.0",
16338 "windows-targets 0.52.6",
16339]
16340
16341[[package]]
16342name = "windows-result"
16343version = "0.1.2"
16344source = "registry+https://github.com/rust-lang/crates.io-index"
16345checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16346dependencies = [
16347 "windows-targets 0.52.6",
16348]
16349
16350[[package]]
16351name = "windows-result"
16352version = "0.2.0"
16353source = "registry+https://github.com/rust-lang/crates.io-index"
16354checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16355dependencies = [
16356 "windows-targets 0.52.6",
16357]
16358
16359[[package]]
16360name = "windows-result"
16361version = "0.3.1"
16362source = "registry+https://github.com/rust-lang/crates.io-index"
16363checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16364dependencies = [
16365 "windows-link",
16366]
16367
16368[[package]]
16369name = "windows-strings"
16370version = "0.1.0"
16371source = "registry+https://github.com/rust-lang/crates.io-index"
16372checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16373dependencies = [
16374 "windows-result 0.2.0",
16375 "windows-targets 0.52.6",
16376]
16377
16378[[package]]
16379name = "windows-strings"
16380version = "0.3.1"
16381source = "registry+https://github.com/rust-lang/crates.io-index"
16382checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16383dependencies = [
16384 "windows-link",
16385]
16386
16387[[package]]
16388name = "windows-sys"
16389version = "0.45.0"
16390source = "registry+https://github.com/rust-lang/crates.io-index"
16391checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16392dependencies = [
16393 "windows-targets 0.42.2",
16394]
16395
16396[[package]]
16397name = "windows-sys"
16398version = "0.48.0"
16399source = "registry+https://github.com/rust-lang/crates.io-index"
16400checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16401dependencies = [
16402 "windows-targets 0.48.5",
16403]
16404
16405[[package]]
16406name = "windows-sys"
16407version = "0.52.0"
16408source = "registry+https://github.com/rust-lang/crates.io-index"
16409checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16410dependencies = [
16411 "windows-targets 0.52.6",
16412]
16413
16414[[package]]
16415name = "windows-sys"
16416version = "0.59.0"
16417source = "registry+https://github.com/rust-lang/crates.io-index"
16418checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16419dependencies = [
16420 "windows-targets 0.52.6",
16421]
16422
16423[[package]]
16424name = "windows-targets"
16425version = "0.42.2"
16426source = "registry+https://github.com/rust-lang/crates.io-index"
16427checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16428dependencies = [
16429 "windows_aarch64_gnullvm 0.42.2",
16430 "windows_aarch64_msvc 0.42.2",
16431 "windows_i686_gnu 0.42.2",
16432 "windows_i686_msvc 0.42.2",
16433 "windows_x86_64_gnu 0.42.2",
16434 "windows_x86_64_gnullvm 0.42.2",
16435 "windows_x86_64_msvc 0.42.2",
16436]
16437
16438[[package]]
16439name = "windows-targets"
16440version = "0.48.5"
16441source = "registry+https://github.com/rust-lang/crates.io-index"
16442checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16443dependencies = [
16444 "windows_aarch64_gnullvm 0.48.5",
16445 "windows_aarch64_msvc 0.48.5",
16446 "windows_i686_gnu 0.48.5",
16447 "windows_i686_msvc 0.48.5",
16448 "windows_x86_64_gnu 0.48.5",
16449 "windows_x86_64_gnullvm 0.48.5",
16450 "windows_x86_64_msvc 0.48.5",
16451]
16452
16453[[package]]
16454name = "windows-targets"
16455version = "0.52.6"
16456source = "registry+https://github.com/rust-lang/crates.io-index"
16457checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16458dependencies = [
16459 "windows_aarch64_gnullvm 0.52.6",
16460 "windows_aarch64_msvc 0.52.6",
16461 "windows_i686_gnu 0.52.6",
16462 "windows_i686_gnullvm",
16463 "windows_i686_msvc 0.52.6",
16464 "windows_x86_64_gnu 0.52.6",
16465 "windows_x86_64_gnullvm 0.52.6",
16466 "windows_x86_64_msvc 0.52.6",
16467]
16468
16469[[package]]
16470name = "windows_aarch64_gnullvm"
16471version = "0.42.2"
16472source = "registry+https://github.com/rust-lang/crates.io-index"
16473checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16474
16475[[package]]
16476name = "windows_aarch64_gnullvm"
16477version = "0.48.5"
16478source = "registry+https://github.com/rust-lang/crates.io-index"
16479checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16480
16481[[package]]
16482name = "windows_aarch64_gnullvm"
16483version = "0.52.6"
16484source = "registry+https://github.com/rust-lang/crates.io-index"
16485checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16486
16487[[package]]
16488name = "windows_aarch64_msvc"
16489version = "0.42.2"
16490source = "registry+https://github.com/rust-lang/crates.io-index"
16491checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16492
16493[[package]]
16494name = "windows_aarch64_msvc"
16495version = "0.48.5"
16496source = "registry+https://github.com/rust-lang/crates.io-index"
16497checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16498
16499[[package]]
16500name = "windows_aarch64_msvc"
16501version = "0.52.6"
16502source = "registry+https://github.com/rust-lang/crates.io-index"
16503checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16504
16505[[package]]
16506name = "windows_i686_gnu"
16507version = "0.42.2"
16508source = "registry+https://github.com/rust-lang/crates.io-index"
16509checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16510
16511[[package]]
16512name = "windows_i686_gnu"
16513version = "0.48.5"
16514source = "registry+https://github.com/rust-lang/crates.io-index"
16515checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16516
16517[[package]]
16518name = "windows_i686_gnu"
16519version = "0.52.6"
16520source = "registry+https://github.com/rust-lang/crates.io-index"
16521checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16522
16523[[package]]
16524name = "windows_i686_gnullvm"
16525version = "0.52.6"
16526source = "registry+https://github.com/rust-lang/crates.io-index"
16527checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16528
16529[[package]]
16530name = "windows_i686_msvc"
16531version = "0.42.2"
16532source = "registry+https://github.com/rust-lang/crates.io-index"
16533checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16534
16535[[package]]
16536name = "windows_i686_msvc"
16537version = "0.48.5"
16538source = "registry+https://github.com/rust-lang/crates.io-index"
16539checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16540
16541[[package]]
16542name = "windows_i686_msvc"
16543version = "0.52.6"
16544source = "registry+https://github.com/rust-lang/crates.io-index"
16545checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16546
16547[[package]]
16548name = "windows_x86_64_gnu"
16549version = "0.42.2"
16550source = "registry+https://github.com/rust-lang/crates.io-index"
16551checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16552
16553[[package]]
16554name = "windows_x86_64_gnu"
16555version = "0.48.5"
16556source = "registry+https://github.com/rust-lang/crates.io-index"
16557checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16558
16559[[package]]
16560name = "windows_x86_64_gnu"
16561version = "0.52.6"
16562source = "registry+https://github.com/rust-lang/crates.io-index"
16563checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16564
16565[[package]]
16566name = "windows_x86_64_gnullvm"
16567version = "0.42.2"
16568source = "registry+https://github.com/rust-lang/crates.io-index"
16569checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16570
16571[[package]]
16572name = "windows_x86_64_gnullvm"
16573version = "0.48.5"
16574source = "registry+https://github.com/rust-lang/crates.io-index"
16575checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16576
16577[[package]]
16578name = "windows_x86_64_gnullvm"
16579version = "0.52.6"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16582
16583[[package]]
16584name = "windows_x86_64_msvc"
16585version = "0.42.2"
16586source = "registry+https://github.com/rust-lang/crates.io-index"
16587checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16588
16589[[package]]
16590name = "windows_x86_64_msvc"
16591version = "0.48.5"
16592source = "registry+https://github.com/rust-lang/crates.io-index"
16593checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16594
16595[[package]]
16596name = "windows_x86_64_msvc"
16597version = "0.52.6"
16598source = "registry+https://github.com/rust-lang/crates.io-index"
16599checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16600
16601[[package]]
16602name = "winnow"
16603version = "0.6.20"
16604source = "registry+https://github.com/rust-lang/crates.io-index"
16605checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16606dependencies = [
16607 "memchr",
16608]
16609
16610[[package]]
16611name = "winnow"
16612version = "0.7.1"
16613source = "registry+https://github.com/rust-lang/crates.io-index"
16614checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16615dependencies = [
16616 "memchr",
16617]
16618
16619[[package]]
16620name = "winreg"
16621version = "0.50.0"
16622source = "registry+https://github.com/rust-lang/crates.io-index"
16623checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16624dependencies = [
16625 "cfg-if",
16626 "windows-sys 0.48.0",
16627]
16628
16629[[package]]
16630name = "winreg"
16631version = "0.52.0"
16632source = "registry+https://github.com/rust-lang/crates.io-index"
16633checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16634dependencies = [
16635 "cfg-if",
16636 "windows-sys 0.48.0",
16637]
16638
16639[[package]]
16640name = "winresource"
16641version = "0.1.19"
16642source = "registry+https://github.com/rust-lang/crates.io-index"
16643checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16644dependencies = [
16645 "toml 0.8.20",
16646 "version_check",
16647]
16648
16649[[package]]
16650name = "winsafe"
16651version = "0.0.19"
16652source = "registry+https://github.com/rust-lang/crates.io-index"
16653checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16654
16655[[package]]
16656name = "winx"
16657version = "0.36.4"
16658source = "registry+https://github.com/rust-lang/crates.io-index"
16659checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16660dependencies = [
16661 "bitflags 2.8.0",
16662 "windows-sys 0.59.0",
16663]
16664
16665[[package]]
16666name = "wio"
16667version = "0.2.2"
16668source = "registry+https://github.com/rust-lang/crates.io-index"
16669checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16670dependencies = [
16671 "winapi",
16672]
16673
16674[[package]]
16675name = "wit-bindgen"
16676version = "0.22.0"
16677source = "registry+https://github.com/rust-lang/crates.io-index"
16678checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16679dependencies = [
16680 "bitflags 2.8.0",
16681 "wit-bindgen-rt 0.22.0",
16682 "wit-bindgen-rust-macro",
16683]
16684
16685[[package]]
16686name = "wit-bindgen-core"
16687version = "0.22.0"
16688source = "registry+https://github.com/rust-lang/crates.io-index"
16689checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16690dependencies = [
16691 "anyhow",
16692 "wit-parser 0.201.0",
16693]
16694
16695[[package]]
16696name = "wit-bindgen-rt"
16697version = "0.22.0"
16698source = "registry+https://github.com/rust-lang/crates.io-index"
16699checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16700
16701[[package]]
16702name = "wit-bindgen-rt"
16703version = "0.33.0"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16706dependencies = [
16707 "bitflags 2.8.0",
16708]
16709
16710[[package]]
16711name = "wit-bindgen-rust"
16712version = "0.22.0"
16713source = "registry+https://github.com/rust-lang/crates.io-index"
16714checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16715dependencies = [
16716 "anyhow",
16717 "heck 0.4.1",
16718 "indexmap",
16719 "wasm-metadata 0.201.0",
16720 "wit-bindgen-core",
16721 "wit-component 0.201.0",
16722]
16723
16724[[package]]
16725name = "wit-bindgen-rust-macro"
16726version = "0.22.0"
16727source = "registry+https://github.com/rust-lang/crates.io-index"
16728checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16729dependencies = [
16730 "anyhow",
16731 "proc-macro2",
16732 "quote",
16733 "syn 2.0.100",
16734 "wit-bindgen-core",
16735 "wit-bindgen-rust",
16736]
16737
16738[[package]]
16739name = "wit-component"
16740version = "0.201.0"
16741source = "registry+https://github.com/rust-lang/crates.io-index"
16742checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16743dependencies = [
16744 "anyhow",
16745 "bitflags 2.8.0",
16746 "indexmap",
16747 "log",
16748 "serde",
16749 "serde_derive",
16750 "serde_json",
16751 "wasm-encoder 0.201.0",
16752 "wasm-metadata 0.201.0",
16753 "wasmparser 0.201.0",
16754 "wit-parser 0.201.0",
16755]
16756
16757[[package]]
16758name = "wit-component"
16759version = "0.221.3"
16760source = "registry+https://github.com/rust-lang/crates.io-index"
16761checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16762dependencies = [
16763 "anyhow",
16764 "bitflags 2.8.0",
16765 "indexmap",
16766 "log",
16767 "serde",
16768 "serde_derive",
16769 "serde_json",
16770 "wasm-encoder 0.221.3",
16771 "wasm-metadata 0.221.3",
16772 "wasmparser 0.221.3",
16773 "wit-parser 0.221.3",
16774]
16775
16776[[package]]
16777name = "wit-parser"
16778version = "0.201.0"
16779source = "registry+https://github.com/rust-lang/crates.io-index"
16780checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16781dependencies = [
16782 "anyhow",
16783 "id-arena",
16784 "indexmap",
16785 "log",
16786 "semver",
16787 "serde",
16788 "serde_derive",
16789 "serde_json",
16790 "unicode-xid",
16791 "wasmparser 0.201.0",
16792]
16793
16794[[package]]
16795name = "wit-parser"
16796version = "0.221.3"
16797source = "registry+https://github.com/rust-lang/crates.io-index"
16798checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16799dependencies = [
16800 "anyhow",
16801 "id-arena",
16802 "indexmap",
16803 "log",
16804 "semver",
16805 "serde",
16806 "serde_derive",
16807 "serde_json",
16808 "unicode-xid",
16809 "wasmparser 0.221.3",
16810]
16811
16812[[package]]
16813name = "witx"
16814version = "0.9.1"
16815source = "registry+https://github.com/rust-lang/crates.io-index"
16816checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16817dependencies = [
16818 "anyhow",
16819 "log",
16820 "thiserror 1.0.69",
16821 "wast",
16822]
16823
16824[[package]]
16825name = "workspace"
16826version = "0.1.0"
16827dependencies = [
16828 "any_vec",
16829 "anyhow",
16830 "async-recursion 1.1.1",
16831 "bincode",
16832 "call",
16833 "client",
16834 "clock",
16835 "collections",
16836 "component",
16837 "db",
16838 "derive_more",
16839 "env_logger 0.11.7",
16840 "fs",
16841 "futures 0.3.31",
16842 "gpui",
16843 "http_client",
16844 "itertools 0.14.0",
16845 "language",
16846 "log",
16847 "node_runtime",
16848 "parking_lot",
16849 "postage",
16850 "project",
16851 "remote",
16852 "schemars",
16853 "serde",
16854 "serde_json",
16855 "session",
16856 "settings",
16857 "smallvec",
16858 "sqlez",
16859 "strum",
16860 "task",
16861 "telemetry",
16862 "tempfile",
16863 "theme",
16864 "ui",
16865 "util",
16866 "uuid",
16867 "zed_actions",
16868]
16869
16870[[package]]
16871name = "worktree"
16872version = "0.1.0"
16873dependencies = [
16874 "anyhow",
16875 "clock",
16876 "collections",
16877 "env_logger 0.11.7",
16878 "fs",
16879 "futures 0.3.31",
16880 "fuzzy",
16881 "git",
16882 "git2",
16883 "git_hosting_providers",
16884 "gpui",
16885 "http_client",
16886 "ignore",
16887 "language",
16888 "log",
16889 "parking_lot",
16890 "paths",
16891 "postage",
16892 "pretty_assertions",
16893 "rand 0.8.5",
16894 "rpc",
16895 "schemars",
16896 "serde",
16897 "serde_json",
16898 "settings",
16899 "smallvec",
16900 "smol",
16901 "sum_tree",
16902 "text",
16903 "util",
16904]
16905
16906[[package]]
16907name = "write16"
16908version = "1.0.0"
16909source = "registry+https://github.com/rust-lang/crates.io-index"
16910checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16911
16912[[package]]
16913name = "writeable"
16914version = "0.5.5"
16915source = "registry+https://github.com/rust-lang/crates.io-index"
16916checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16917
16918[[package]]
16919name = "wyz"
16920version = "0.5.1"
16921source = "registry+https://github.com/rust-lang/crates.io-index"
16922checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16923dependencies = [
16924 "tap",
16925]
16926
16927[[package]]
16928name = "x11-clipboard"
16929version = "0.9.3"
16930source = "registry+https://github.com/rust-lang/crates.io-index"
16931checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
16932dependencies = [
16933 "libc",
16934 "x11rb",
16935]
16936
16937[[package]]
16938name = "x11rb"
16939version = "0.13.1"
16940source = "registry+https://github.com/rust-lang/crates.io-index"
16941checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
16942dependencies = [
16943 "as-raw-xcb-connection",
16944 "gethostname",
16945 "libc",
16946 "rustix",
16947 "x11rb-protocol",
16948]
16949
16950[[package]]
16951name = "x11rb-protocol"
16952version = "0.13.1"
16953source = "registry+https://github.com/rust-lang/crates.io-index"
16954checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16955
16956[[package]]
16957name = "xattr"
16958version = "0.2.3"
16959source = "registry+https://github.com/rust-lang/crates.io-index"
16960checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16961dependencies = [
16962 "libc",
16963]
16964
16965[[package]]
16966name = "xcursor"
16967version = "0.3.8"
16968source = "registry+https://github.com/rust-lang/crates.io-index"
16969checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16970
16971[[package]]
16972name = "xdg-home"
16973version = "1.3.0"
16974source = "registry+https://github.com/rust-lang/crates.io-index"
16975checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16976dependencies = [
16977 "libc",
16978 "windows-sys 0.59.0",
16979]
16980
16981[[package]]
16982name = "xim"
16983version = "0.4.0"
16984source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16985dependencies = [
16986 "ahash 0.8.11",
16987 "hashbrown 0.14.5",
16988 "log",
16989 "x11rb",
16990 "xim-ctext",
16991 "xim-parser",
16992]
16993
16994[[package]]
16995name = "xim-ctext"
16996version = "0.3.0"
16997source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16998dependencies = [
16999 "encoding_rs",
17000]
17001
17002[[package]]
17003name = "xim-parser"
17004version = "0.2.1"
17005source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17006dependencies = [
17007 "bitflags 2.8.0",
17008]
17009
17010[[package]]
17011name = "xkbcommon"
17012version = "0.7.0"
17013source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
17014dependencies = [
17015 "as-raw-xcb-connection",
17016 "libc",
17017 "memmap2",
17018 "xkeysym",
17019]
17020
17021[[package]]
17022name = "xkeysym"
17023version = "0.2.1"
17024source = "registry+https://github.com/rust-lang/crates.io-index"
17025checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17026
17027[[package]]
17028name = "xml5ever"
17029version = "0.18.1"
17030source = "registry+https://github.com/rust-lang/crates.io-index"
17031checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17032dependencies = [
17033 "log",
17034 "mac",
17035 "markup5ever",
17036]
17037
17038[[package]]
17039name = "xmlparser"
17040version = "0.13.6"
17041source = "registry+https://github.com/rust-lang/crates.io-index"
17042checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17043
17044[[package]]
17045name = "xmlwriter"
17046version = "0.1.0"
17047source = "registry+https://github.com/rust-lang/crates.io-index"
17048checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17049
17050[[package]]
17051name = "xtask"
17052version = "0.1.0"
17053dependencies = [
17054 "anyhow",
17055 "cargo_metadata",
17056 "cargo_toml",
17057 "clap",
17058]
17059
17060[[package]]
17061name = "yaml-rust2"
17062version = "0.8.1"
17063source = "registry+https://github.com/rust-lang/crates.io-index"
17064checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17065dependencies = [
17066 "arraydeque",
17067 "encoding_rs",
17068 "hashlink 0.8.4",
17069]
17070
17071[[package]]
17072name = "yansi"
17073version = "1.0.1"
17074source = "registry+https://github.com/rust-lang/crates.io-index"
17075checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17076
17077[[package]]
17078name = "yazi"
17079version = "0.1.6"
17080source = "registry+https://github.com/rust-lang/crates.io-index"
17081checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
17082
17083[[package]]
17084name = "yeslogic-fontconfig-sys"
17085version = "6.0.0"
17086source = "registry+https://github.com/rust-lang/crates.io-index"
17087checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17088dependencies = [
17089 "dlib",
17090 "once_cell",
17091 "pkg-config",
17092]
17093
17094[[package]]
17095name = "yoke"
17096version = "0.7.5"
17097source = "registry+https://github.com/rust-lang/crates.io-index"
17098checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17099dependencies = [
17100 "serde",
17101 "stable_deref_trait",
17102 "yoke-derive",
17103 "zerofrom",
17104]
17105
17106[[package]]
17107name = "yoke-derive"
17108version = "0.7.5"
17109source = "registry+https://github.com/rust-lang/crates.io-index"
17110checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17111dependencies = [
17112 "proc-macro2",
17113 "quote",
17114 "syn 2.0.100",
17115 "synstructure",
17116]
17117
17118[[package]]
17119name = "zbus"
17120version = "5.5.0"
17121source = "registry+https://github.com/rust-lang/crates.io-index"
17122checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17123dependencies = [
17124 "async-broadcast",
17125 "async-executor",
17126 "async-fs",
17127 "async-io",
17128 "async-lock",
17129 "async-process",
17130 "async-recursion 1.1.1",
17131 "async-task",
17132 "async-trait",
17133 "blocking",
17134 "enumflags2",
17135 "event-listener 5.3.1",
17136 "futures-core",
17137 "futures-lite 2.6.0",
17138 "hex",
17139 "nix",
17140 "ordered-stream",
17141 "serde",
17142 "serde_repr",
17143 "static_assertions",
17144 "tracing",
17145 "uds_windows",
17146 "windows-sys 0.59.0",
17147 "winnow 0.7.1",
17148 "xdg-home",
17149 "zbus_macros",
17150 "zbus_names",
17151 "zvariant",
17152]
17153
17154[[package]]
17155name = "zbus_macros"
17156version = "5.5.0"
17157source = "registry+https://github.com/rust-lang/crates.io-index"
17158checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17159dependencies = [
17160 "proc-macro-crate",
17161 "proc-macro2",
17162 "quote",
17163 "syn 2.0.100",
17164 "zbus_names",
17165 "zvariant",
17166 "zvariant_utils",
17167]
17168
17169[[package]]
17170name = "zbus_names"
17171version = "4.1.0"
17172source = "registry+https://github.com/rust-lang/crates.io-index"
17173checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17174dependencies = [
17175 "serde",
17176 "static_assertions",
17177 "winnow 0.6.20",
17178 "zvariant",
17179]
17180
17181[[package]]
17182name = "zed"
17183version = "0.179.0"
17184dependencies = [
17185 "activity_indicator",
17186 "anyhow",
17187 "ashpd",
17188 "assets",
17189 "assistant",
17190 "assistant2",
17191 "assistant_context_editor",
17192 "assistant_settings",
17193 "assistant_tools",
17194 "async-watch",
17195 "audio",
17196 "auto_update",
17197 "auto_update_ui",
17198 "backtrace",
17199 "breadcrumbs",
17200 "call",
17201 "channel",
17202 "chrono",
17203 "clap",
17204 "cli",
17205 "client",
17206 "collab_ui",
17207 "collections",
17208 "command_palette",
17209 "command_palette_hooks",
17210 "component_preview",
17211 "copilot",
17212 "db",
17213 "diagnostics",
17214 "editor",
17215 "env_logger 0.11.7",
17216 "extension",
17217 "extension_host",
17218 "extensions_ui",
17219 "feature_flags",
17220 "feedback",
17221 "file_finder",
17222 "fs",
17223 "futures 0.3.31",
17224 "git",
17225 "git_hosting_providers",
17226 "git_ui",
17227 "go_to_line",
17228 "gpui",
17229 "gpui_tokio",
17230 "http_client",
17231 "image_viewer",
17232 "inline_completion_button",
17233 "install_cli",
17234 "journal",
17235 "language",
17236 "language_extension",
17237 "language_model",
17238 "language_models",
17239 "language_selector",
17240 "language_tools",
17241 "languages",
17242 "libc",
17243 "log",
17244 "markdown",
17245 "markdown_preview",
17246 "menu",
17247 "migrator",
17248 "mimalloc",
17249 "nix",
17250 "node_runtime",
17251 "notifications",
17252 "outline",
17253 "outline_panel",
17254 "parking_lot",
17255 "paths",
17256 "picker",
17257 "profiling",
17258 "project",
17259 "project_panel",
17260 "project_symbols",
17261 "prompt_store",
17262 "proto",
17263 "recent_projects",
17264 "release_channel",
17265 "remote",
17266 "repl",
17267 "reqwest_client",
17268 "rope",
17269 "search",
17270 "serde",
17271 "serde_json",
17272 "session",
17273 "settings",
17274 "settings_ui",
17275 "shellexpand 2.1.2",
17276 "simplelog",
17277 "smol",
17278 "snippet_provider",
17279 "snippets_ui",
17280 "supermaven",
17281 "sysinfo",
17282 "tab_switcher",
17283 "task",
17284 "tasks_ui",
17285 "telemetry",
17286 "telemetry_events",
17287 "terminal_view",
17288 "theme",
17289 "theme_extension",
17290 "theme_selector",
17291 "time",
17292 "toolchain_selector",
17293 "tree-sitter-md",
17294 "tree-sitter-rust",
17295 "ui",
17296 "url",
17297 "urlencoding",
17298 "util",
17299 "uuid",
17300 "vim",
17301 "vim_mode_setting",
17302 "welcome",
17303 "windows 0.60.0",
17304 "winresource",
17305 "workspace",
17306 "zed_actions",
17307 "zeta",
17308]
17309
17310[[package]]
17311name = "zed_actions"
17312version = "0.1.0"
17313dependencies = [
17314 "gpui",
17315 "schemars",
17316 "serde",
17317]
17318
17319[[package]]
17320name = "zed_emmet"
17321version = "0.0.3"
17322dependencies = [
17323 "zed_extension_api 0.1.0",
17324]
17325
17326[[package]]
17327name = "zed_extension_api"
17328version = "0.1.0"
17329source = "registry+https://github.com/rust-lang/crates.io-index"
17330checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17331dependencies = [
17332 "serde",
17333 "serde_json",
17334 "wit-bindgen",
17335]
17336
17337[[package]]
17338name = "zed_extension_api"
17339version = "0.3.0"
17340dependencies = [
17341 "serde",
17342 "serde_json",
17343 "wit-bindgen",
17344]
17345
17346[[package]]
17347name = "zed_glsl"
17348version = "0.1.0"
17349dependencies = [
17350 "zed_extension_api 0.1.0",
17351]
17352
17353[[package]]
17354name = "zed_html"
17355version = "0.1.6"
17356dependencies = [
17357 "zed_extension_api 0.1.0",
17358]
17359
17360[[package]]
17361name = "zed_llm_client"
17362version = "0.4.1"
17363source = "registry+https://github.com/rust-lang/crates.io-index"
17364checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17365dependencies = [
17366 "serde",
17367 "serde_json",
17368 "uuid",
17369]
17370
17371[[package]]
17372name = "zed_proto"
17373version = "0.2.1"
17374dependencies = [
17375 "zed_extension_api 0.1.0",
17376]
17377
17378[[package]]
17379name = "zed_ruff"
17380version = "0.1.0"
17381dependencies = [
17382 "zed_extension_api 0.1.0",
17383]
17384
17385[[package]]
17386name = "zed_snippets"
17387version = "0.0.5"
17388dependencies = [
17389 "serde_json",
17390 "zed_extension_api 0.1.0",
17391]
17392
17393[[package]]
17394name = "zed_test_extension"
17395version = "0.1.0"
17396dependencies = [
17397 "zed_extension_api 0.3.0",
17398]
17399
17400[[package]]
17401name = "zed_toml"
17402version = "0.1.3"
17403dependencies = [
17404 "zed_extension_api 0.1.0",
17405]
17406
17407[[package]]
17408name = "zeno"
17409version = "0.2.3"
17410source = "registry+https://github.com/rust-lang/crates.io-index"
17411checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17412
17413[[package]]
17414name = "zerocopy"
17415version = "0.7.35"
17416source = "registry+https://github.com/rust-lang/crates.io-index"
17417checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17418dependencies = [
17419 "byteorder",
17420 "zerocopy-derive 0.7.35",
17421]
17422
17423[[package]]
17424name = "zerocopy"
17425version = "0.8.18"
17426source = "registry+https://github.com/rust-lang/crates.io-index"
17427checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17428dependencies = [
17429 "zerocopy-derive 0.8.18",
17430]
17431
17432[[package]]
17433name = "zerocopy-derive"
17434version = "0.7.35"
17435source = "registry+https://github.com/rust-lang/crates.io-index"
17436checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17437dependencies = [
17438 "proc-macro2",
17439 "quote",
17440 "syn 2.0.100",
17441]
17442
17443[[package]]
17444name = "zerocopy-derive"
17445version = "0.8.18"
17446source = "registry+https://github.com/rust-lang/crates.io-index"
17447checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17448dependencies = [
17449 "proc-macro2",
17450 "quote",
17451 "syn 2.0.100",
17452]
17453
17454[[package]]
17455name = "zerofrom"
17456version = "0.1.5"
17457source = "registry+https://github.com/rust-lang/crates.io-index"
17458checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17459dependencies = [
17460 "zerofrom-derive",
17461]
17462
17463[[package]]
17464name = "zerofrom-derive"
17465version = "0.1.5"
17466source = "registry+https://github.com/rust-lang/crates.io-index"
17467checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17468dependencies = [
17469 "proc-macro2",
17470 "quote",
17471 "syn 2.0.100",
17472 "synstructure",
17473]
17474
17475[[package]]
17476name = "zeroize"
17477version = "1.8.1"
17478source = "registry+https://github.com/rust-lang/crates.io-index"
17479checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17480dependencies = [
17481 "zeroize_derive",
17482]
17483
17484[[package]]
17485name = "zeroize_derive"
17486version = "1.4.2"
17487source = "registry+https://github.com/rust-lang/crates.io-index"
17488checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17489dependencies = [
17490 "proc-macro2",
17491 "quote",
17492 "syn 2.0.100",
17493]
17494
17495[[package]]
17496name = "zeromq"
17497version = "0.5.0-pre"
17498source = "registry+https://github.com/rust-lang/crates.io-index"
17499checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17500dependencies = [
17501 "async-dispatcher",
17502 "async-std",
17503 "async-trait",
17504 "asynchronous-codec",
17505 "bytes 1.10.1",
17506 "crossbeam-queue",
17507 "dashmap 5.5.3",
17508 "futures 0.3.31",
17509 "log",
17510 "num-traits",
17511 "once_cell",
17512 "parking_lot",
17513 "rand 0.8.5",
17514 "regex",
17515 "thiserror 1.0.69",
17516 "uuid",
17517]
17518
17519[[package]]
17520name = "zerovec"
17521version = "0.10.4"
17522source = "registry+https://github.com/rust-lang/crates.io-index"
17523checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17524dependencies = [
17525 "yoke",
17526 "zerofrom",
17527 "zerovec-derive",
17528]
17529
17530[[package]]
17531name = "zerovec-derive"
17532version = "0.10.3"
17533source = "registry+https://github.com/rust-lang/crates.io-index"
17534checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17535dependencies = [
17536 "proc-macro2",
17537 "quote",
17538 "syn 2.0.100",
17539]
17540
17541[[package]]
17542name = "zeta"
17543version = "0.1.0"
17544dependencies = [
17545 "anyhow",
17546 "arrayvec",
17547 "call",
17548 "chrono",
17549 "client",
17550 "clock",
17551 "collections",
17552 "command_palette_hooks",
17553 "ctor",
17554 "db",
17555 "editor",
17556 "env_logger 0.11.7",
17557 "feature_flags",
17558 "fs",
17559 "futures 0.3.31",
17560 "gpui",
17561 "http_client",
17562 "indoc",
17563 "inline_completion",
17564 "language",
17565 "language_model",
17566 "log",
17567 "menu",
17568 "migrator",
17569 "paths",
17570 "postage",
17571 "project",
17572 "regex",
17573 "release_channel",
17574 "reqwest_client",
17575 "rpc",
17576 "serde",
17577 "serde_json",
17578 "settings",
17579 "telemetry",
17580 "telemetry_events",
17581 "theme",
17582 "thiserror 1.0.69",
17583 "tree-sitter-go",
17584 "tree-sitter-rust",
17585 "ui",
17586 "unindent",
17587 "util",
17588 "uuid",
17589 "workspace",
17590 "worktree",
17591 "zed_actions",
17592 "zed_llm_client",
17593]
17594
17595[[package]]
17596name = "zip"
17597version = "0.6.6"
17598source = "registry+https://github.com/rust-lang/crates.io-index"
17599checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17600dependencies = [
17601 "aes",
17602 "byteorder",
17603 "bzip2",
17604 "constant_time_eq 0.1.5",
17605 "crc32fast",
17606 "crossbeam-utils",
17607 "flate2",
17608 "hmac",
17609 "pbkdf2 0.11.0",
17610 "sha1",
17611 "time",
17612 "zstd",
17613]
17614
17615[[package]]
17616name = "zstd"
17617version = "0.11.2+zstd.1.5.2"
17618source = "registry+https://github.com/rust-lang/crates.io-index"
17619checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17620dependencies = [
17621 "zstd-safe",
17622]
17623
17624[[package]]
17625name = "zstd-safe"
17626version = "5.0.2+zstd.1.5.2"
17627source = "registry+https://github.com/rust-lang/crates.io-index"
17628checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17629dependencies = [
17630 "libc",
17631 "zstd-sys",
17632]
17633
17634[[package]]
17635name = "zstd-sys"
17636version = "2.0.13+zstd.1.5.6"
17637source = "registry+https://github.com/rust-lang/crates.io-index"
17638checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17639dependencies = [
17640 "cc",
17641 "pkg-config",
17642]
17643
17644[[package]]
17645name = "zune-core"
17646version = "0.4.12"
17647source = "registry+https://github.com/rust-lang/crates.io-index"
17648checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17649
17650[[package]]
17651name = "zune-inflate"
17652version = "0.2.54"
17653source = "registry+https://github.com/rust-lang/crates.io-index"
17654checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17655dependencies = [
17656 "simd-adler32",
17657]
17658
17659[[package]]
17660name = "zune-jpeg"
17661version = "0.4.13"
17662source = "registry+https://github.com/rust-lang/crates.io-index"
17663checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17664dependencies = [
17665 "zune-core",
17666]
17667
17668[[package]]
17669name = "zvariant"
17670version = "5.4.0"
17671source = "registry+https://github.com/rust-lang/crates.io-index"
17672checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17673dependencies = [
17674 "endi",
17675 "enumflags2",
17676 "serde",
17677 "static_assertions",
17678 "url",
17679 "winnow 0.7.1",
17680 "zvariant_derive",
17681 "zvariant_utils",
17682]
17683
17684[[package]]
17685name = "zvariant_derive"
17686version = "5.4.0"
17687source = "registry+https://github.com/rust-lang/crates.io-index"
17688checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17689dependencies = [
17690 "proc-macro-crate",
17691 "proc-macro2",
17692 "quote",
17693 "syn 2.0.100",
17694 "zvariant_utils",
17695]
17696
17697[[package]]
17698name = "zvariant_utils"
17699version = "3.2.0"
17700source = "registry+https://github.com/rust-lang/crates.io-index"
17701checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17702dependencies = [
17703 "proc-macro2",
17704 "quote",
17705 "serde",
17706 "static_assertions",
17707 "syn 2.0.100",
17708 "winnow 0.7.1",
17709]