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 "schemars",
5510 "serde",
5511 "serde_json",
5512 "settings",
5513 "url",
5514 "util",
5515]
5516
5517[[package]]
5518name = "git_ui"
5519version = "0.1.0"
5520dependencies = [
5521 "anyhow",
5522 "askpass",
5523 "assistant_settings",
5524 "buffer_diff",
5525 "chrono",
5526 "collections",
5527 "command_palette_hooks",
5528 "component",
5529 "ctor",
5530 "db",
5531 "editor",
5532 "env_logger 0.11.7",
5533 "futures 0.3.31",
5534 "fuzzy",
5535 "git",
5536 "gpui",
5537 "itertools 0.14.0",
5538 "language",
5539 "language_model",
5540 "linkify",
5541 "linkme",
5542 "log",
5543 "menu",
5544 "multi_buffer",
5545 "notifications",
5546 "panel",
5547 "picker",
5548 "postage",
5549 "pretty_assertions",
5550 "project",
5551 "schemars",
5552 "serde",
5553 "serde_derive",
5554 "serde_json",
5555 "settings",
5556 "smallvec",
5557 "strum",
5558 "telemetry",
5559 "theme",
5560 "time",
5561 "time_format",
5562 "ui",
5563 "unindent",
5564 "util",
5565 "windows 0.60.0",
5566 "workspace",
5567 "zed_actions",
5568]
5569
5570[[package]]
5571name = "glob"
5572version = "0.3.1"
5573source = "registry+https://github.com/rust-lang/crates.io-index"
5574checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5575
5576[[package]]
5577name = "globset"
5578version = "0.4.16"
5579source = "registry+https://github.com/rust-lang/crates.io-index"
5580checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
5581dependencies = [
5582 "aho-corasick",
5583 "bstr",
5584 "log",
5585 "regex-automata 0.4.9",
5586 "regex-syntax 0.8.5",
5587]
5588
5589[[package]]
5590name = "gloo-timers"
5591version = "0.3.0"
5592source = "registry+https://github.com/rust-lang/crates.io-index"
5593checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5594dependencies = [
5595 "futures-channel",
5596 "futures-core",
5597 "js-sys",
5598 "wasm-bindgen",
5599]
5600
5601[[package]]
5602name = "glow"
5603version = "0.14.2"
5604source = "registry+https://github.com/rust-lang/crates.io-index"
5605checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5606dependencies = [
5607 "js-sys",
5608 "slotmap",
5609 "wasm-bindgen",
5610 "web-sys",
5611]
5612
5613[[package]]
5614name = "go_to_line"
5615version = "0.1.0"
5616dependencies = [
5617 "anyhow",
5618 "editor",
5619 "gpui",
5620 "indoc",
5621 "language",
5622 "menu",
5623 "project",
5624 "rope",
5625 "schemars",
5626 "serde",
5627 "serde_json",
5628 "settings",
5629 "text",
5630 "theme",
5631 "tree-sitter-rust",
5632 "tree-sitter-typescript",
5633 "ui",
5634 "util",
5635 "workspace",
5636]
5637
5638[[package]]
5639name = "google_ai"
5640version = "0.1.0"
5641dependencies = [
5642 "anyhow",
5643 "futures 0.3.31",
5644 "http_client",
5645 "schemars",
5646 "serde",
5647 "serde_json",
5648 "strum",
5649]
5650
5651[[package]]
5652name = "gpu-alloc"
5653version = "0.6.0"
5654source = "registry+https://github.com/rust-lang/crates.io-index"
5655checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5656dependencies = [
5657 "bitflags 2.8.0",
5658 "gpu-alloc-types",
5659]
5660
5661[[package]]
5662name = "gpu-alloc-ash"
5663version = "0.7.0"
5664source = "registry+https://github.com/rust-lang/crates.io-index"
5665checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5666dependencies = [
5667 "ash",
5668 "gpu-alloc-types",
5669 "tinyvec",
5670]
5671
5672[[package]]
5673name = "gpu-alloc-types"
5674version = "0.3.0"
5675source = "registry+https://github.com/rust-lang/crates.io-index"
5676checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5677dependencies = [
5678 "bitflags 2.8.0",
5679]
5680
5681[[package]]
5682name = "gpui"
5683version = "0.1.0"
5684dependencies = [
5685 "anyhow",
5686 "as-raw-xcb-connection",
5687 "ashpd",
5688 "async-task",
5689 "backtrace",
5690 "bindgen 0.70.1",
5691 "blade-graphics",
5692 "blade-macros",
5693 "blade-util",
5694 "block",
5695 "bytemuck",
5696 "calloop",
5697 "calloop-wayland-source",
5698 "cbindgen 0.28.0",
5699 "cocoa 0.26.0",
5700 "collections",
5701 "core-foundation 0.9.4",
5702 "core-foundation-sys",
5703 "core-graphics 0.23.2",
5704 "core-text",
5705 "cosmic-text",
5706 "ctor",
5707 "derive_more",
5708 "embed-resource",
5709 "env_logger 0.11.7",
5710 "etagere",
5711 "filedescriptor",
5712 "flume",
5713 "font-kit",
5714 "foreign-types 0.5.0",
5715 "futures 0.3.31",
5716 "gpui_macros",
5717 "http_client",
5718 "image",
5719 "inventory",
5720 "itertools 0.14.0",
5721 "log",
5722 "lyon",
5723 "media",
5724 "metal",
5725 "naga",
5726 "num_cpus",
5727 "objc",
5728 "objc2",
5729 "objc2-metal",
5730 "oo7",
5731 "open",
5732 "parking",
5733 "parking_lot",
5734 "pathfinder_geometry",
5735 "postage",
5736 "profiling",
5737 "rand 0.8.5",
5738 "raw-window-handle",
5739 "refineable",
5740 "reqwest_client",
5741 "resvg",
5742 "schemars",
5743 "seahash",
5744 "semantic_version",
5745 "serde",
5746 "serde_derive",
5747 "serde_json",
5748 "slotmap",
5749 "smallvec",
5750 "smol",
5751 "strum",
5752 "sum_tree",
5753 "taffy",
5754 "thiserror 1.0.69",
5755 "unicode-segmentation",
5756 "usvg",
5757 "util",
5758 "uuid",
5759 "waker-fn",
5760 "wayland-backend",
5761 "wayland-client",
5762 "wayland-cursor",
5763 "wayland-protocols",
5764 "wayland-protocols-plasma",
5765 "windows 0.60.0",
5766 "windows-core 0.60.1",
5767 "x11-clipboard",
5768 "x11rb",
5769 "xim",
5770 "xkbcommon",
5771]
5772
5773[[package]]
5774name = "gpui_macros"
5775version = "0.1.0"
5776dependencies = [
5777 "gpui",
5778 "proc-macro2",
5779 "quote",
5780 "syn 1.0.109",
5781]
5782
5783[[package]]
5784name = "gpui_tokio"
5785version = "0.1.0"
5786dependencies = [
5787 "gpui",
5788 "tokio",
5789 "util",
5790]
5791
5792[[package]]
5793name = "grid"
5794version = "0.13.0"
5795source = "registry+https://github.com/rust-lang/crates.io-index"
5796checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5797
5798[[package]]
5799name = "group"
5800version = "0.12.1"
5801source = "registry+https://github.com/rust-lang/crates.io-index"
5802checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5803dependencies = [
5804 "ff",
5805 "rand_core 0.6.4",
5806 "subtle",
5807]
5808
5809[[package]]
5810name = "h2"
5811version = "0.3.26"
5812source = "registry+https://github.com/rust-lang/crates.io-index"
5813checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5814dependencies = [
5815 "bytes 1.10.1",
5816 "fnv",
5817 "futures-core",
5818 "futures-sink",
5819 "futures-util",
5820 "http 0.2.12",
5821 "indexmap",
5822 "slab",
5823 "tokio",
5824 "tokio-util",
5825 "tracing",
5826]
5827
5828[[package]]
5829name = "h2"
5830version = "0.4.7"
5831source = "registry+https://github.com/rust-lang/crates.io-index"
5832checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5833dependencies = [
5834 "atomic-waker",
5835 "bytes 1.10.1",
5836 "fnv",
5837 "futures-core",
5838 "futures-sink",
5839 "http 1.2.0",
5840 "indexmap",
5841 "slab",
5842 "tokio",
5843 "tokio-util",
5844 "tracing",
5845]
5846
5847[[package]]
5848name = "half"
5849version = "2.4.1"
5850source = "registry+https://github.com/rust-lang/crates.io-index"
5851checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5852dependencies = [
5853 "cfg-if",
5854 "crunchy",
5855]
5856
5857[[package]]
5858name = "handlebars"
5859version = "4.5.0"
5860source = "registry+https://github.com/rust-lang/crates.io-index"
5861checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5862dependencies = [
5863 "log",
5864 "pest",
5865 "pest_derive",
5866 "serde",
5867 "serde_json",
5868 "thiserror 1.0.69",
5869]
5870
5871[[package]]
5872name = "handlebars"
5873version = "6.2.0"
5874source = "registry+https://github.com/rust-lang/crates.io-index"
5875checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5876dependencies = [
5877 "log",
5878 "num-order",
5879 "pest",
5880 "pest_derive",
5881 "serde",
5882 "serde_json",
5883 "thiserror 1.0.69",
5884]
5885
5886[[package]]
5887name = "hashbrown"
5888version = "0.12.3"
5889source = "registry+https://github.com/rust-lang/crates.io-index"
5890checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5891dependencies = [
5892 "ahash 0.7.8",
5893]
5894
5895[[package]]
5896name = "hashbrown"
5897version = "0.14.5"
5898source = "registry+https://github.com/rust-lang/crates.io-index"
5899checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5900dependencies = [
5901 "ahash 0.8.11",
5902 "allocator-api2",
5903]
5904
5905[[package]]
5906name = "hashbrown"
5907version = "0.15.2"
5908source = "registry+https://github.com/rust-lang/crates.io-index"
5909checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5910dependencies = [
5911 "allocator-api2",
5912 "equivalent",
5913 "foldhash",
5914 "serde",
5915]
5916
5917[[package]]
5918name = "hashlink"
5919version = "0.8.4"
5920source = "registry+https://github.com/rust-lang/crates.io-index"
5921checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5922dependencies = [
5923 "hashbrown 0.14.5",
5924]
5925
5926[[package]]
5927name = "hashlink"
5928version = "0.10.0"
5929source = "registry+https://github.com/rust-lang/crates.io-index"
5930checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
5931dependencies = [
5932 "hashbrown 0.15.2",
5933]
5934
5935[[package]]
5936name = "headers"
5937version = "0.3.9"
5938source = "registry+https://github.com/rust-lang/crates.io-index"
5939checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5940dependencies = [
5941 "base64 0.21.7",
5942 "bytes 1.10.1",
5943 "headers-core",
5944 "http 0.2.12",
5945 "httpdate",
5946 "mime",
5947 "sha1",
5948]
5949
5950[[package]]
5951name = "headers-core"
5952version = "0.2.0"
5953source = "registry+https://github.com/rust-lang/crates.io-index"
5954checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5955dependencies = [
5956 "http 0.2.12",
5957]
5958
5959[[package]]
5960name = "heck"
5961version = "0.3.3"
5962source = "registry+https://github.com/rust-lang/crates.io-index"
5963checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5964dependencies = [
5965 "unicode-segmentation",
5966]
5967
5968[[package]]
5969name = "heck"
5970version = "0.4.1"
5971source = "registry+https://github.com/rust-lang/crates.io-index"
5972checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5973dependencies = [
5974 "unicode-segmentation",
5975]
5976
5977[[package]]
5978name = "heck"
5979version = "0.5.0"
5980source = "registry+https://github.com/rust-lang/crates.io-index"
5981checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5982
5983[[package]]
5984name = "heed"
5985version = "0.21.0"
5986source = "registry+https://github.com/rust-lang/crates.io-index"
5987checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5988dependencies = [
5989 "bitflags 2.8.0",
5990 "byteorder",
5991 "heed-traits",
5992 "heed-types",
5993 "libc",
5994 "lmdb-master-sys",
5995 "once_cell",
5996 "page_size",
5997 "serde",
5998 "synchronoise",
5999 "url",
6000]
6001
6002[[package]]
6003name = "heed-traits"
6004version = "0.20.0"
6005source = "registry+https://github.com/rust-lang/crates.io-index"
6006checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
6007
6008[[package]]
6009name = "heed-types"
6010version = "0.21.0"
6011source = "registry+https://github.com/rust-lang/crates.io-index"
6012checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
6013dependencies = [
6014 "bincode",
6015 "byteorder",
6016 "heed-traits",
6017 "serde",
6018 "serde_json",
6019]
6020
6021[[package]]
6022name = "hermit-abi"
6023version = "0.3.9"
6024source = "registry+https://github.com/rust-lang/crates.io-index"
6025checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
6026
6027[[package]]
6028name = "hermit-abi"
6029version = "0.4.0"
6030source = "registry+https://github.com/rust-lang/crates.io-index"
6031checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
6032
6033[[package]]
6034name = "hex"
6035version = "0.4.3"
6036source = "registry+https://github.com/rust-lang/crates.io-index"
6037checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
6038
6039[[package]]
6040name = "hexf-parse"
6041version = "0.2.1"
6042source = "registry+https://github.com/rust-lang/crates.io-index"
6043checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
6044
6045[[package]]
6046name = "hidden-trait"
6047version = "0.1.2"
6048source = "registry+https://github.com/rust-lang/crates.io-index"
6049checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
6050dependencies = [
6051 "proc-macro2",
6052 "quote",
6053 "syn 1.0.109",
6054]
6055
6056[[package]]
6057name = "hkdf"
6058version = "0.12.4"
6059source = "registry+https://github.com/rust-lang/crates.io-index"
6060checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
6061dependencies = [
6062 "hmac",
6063]
6064
6065[[package]]
6066name = "hmac"
6067version = "0.12.1"
6068source = "registry+https://github.com/rust-lang/crates.io-index"
6069checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
6070dependencies = [
6071 "digest",
6072]
6073
6074[[package]]
6075name = "home"
6076version = "0.5.9"
6077source = "registry+https://github.com/rust-lang/crates.io-index"
6078checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
6079dependencies = [
6080 "windows-sys 0.52.0",
6081]
6082
6083[[package]]
6084name = "hound"
6085version = "3.5.1"
6086source = "registry+https://github.com/rust-lang/crates.io-index"
6087checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
6088
6089[[package]]
6090name = "html5ever"
6091version = "0.27.0"
6092source = "registry+https://github.com/rust-lang/crates.io-index"
6093checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
6094dependencies = [
6095 "log",
6096 "mac",
6097 "markup5ever",
6098 "proc-macro2",
6099 "quote",
6100 "syn 2.0.100",
6101]
6102
6103[[package]]
6104name = "html_to_markdown"
6105version = "0.1.0"
6106dependencies = [
6107 "anyhow",
6108 "html5ever",
6109 "indoc",
6110 "markup5ever_rcdom",
6111 "pretty_assertions",
6112 "regex",
6113]
6114
6115[[package]]
6116name = "http"
6117version = "0.2.12"
6118source = "registry+https://github.com/rust-lang/crates.io-index"
6119checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
6120dependencies = [
6121 "bytes 1.10.1",
6122 "fnv",
6123 "itoa",
6124]
6125
6126[[package]]
6127name = "http"
6128version = "1.2.0"
6129source = "registry+https://github.com/rust-lang/crates.io-index"
6130checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
6131dependencies = [
6132 "bytes 1.10.1",
6133 "fnv",
6134 "itoa",
6135]
6136
6137[[package]]
6138name = "http-body"
6139version = "0.4.6"
6140source = "registry+https://github.com/rust-lang/crates.io-index"
6141checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
6142dependencies = [
6143 "bytes 1.10.1",
6144 "http 0.2.12",
6145 "pin-project-lite",
6146]
6147
6148[[package]]
6149name = "http-body"
6150version = "1.0.1"
6151source = "registry+https://github.com/rust-lang/crates.io-index"
6152checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
6153dependencies = [
6154 "bytes 1.10.1",
6155 "http 1.2.0",
6156]
6157
6158[[package]]
6159name = "http-body-util"
6160version = "0.1.2"
6161source = "registry+https://github.com/rust-lang/crates.io-index"
6162checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
6163dependencies = [
6164 "bytes 1.10.1",
6165 "futures-util",
6166 "http 1.2.0",
6167 "http-body 1.0.1",
6168 "pin-project-lite",
6169]
6170
6171[[package]]
6172name = "http-range-header"
6173version = "0.3.1"
6174source = "registry+https://github.com/rust-lang/crates.io-index"
6175checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
6176
6177[[package]]
6178name = "http-types"
6179version = "2.12.0"
6180source = "registry+https://github.com/rust-lang/crates.io-index"
6181checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
6182dependencies = [
6183 "anyhow",
6184 "async-channel 1.9.0",
6185 "base64 0.13.1",
6186 "futures-lite 1.13.0",
6187 "http 0.2.12",
6188 "infer",
6189 "pin-project-lite",
6190 "rand 0.7.3",
6191 "serde",
6192 "serde_json",
6193 "serde_qs 0.8.5",
6194 "serde_urlencoded",
6195 "url",
6196]
6197
6198[[package]]
6199name = "http_client"
6200version = "0.1.0"
6201dependencies = [
6202 "anyhow",
6203 "bytes 1.10.1",
6204 "derive_more",
6205 "futures 0.3.31",
6206 "http 1.2.0",
6207 "log",
6208 "serde",
6209 "serde_json",
6210 "url",
6211]
6212
6213[[package]]
6214name = "http_client_tls"
6215version = "0.1.0"
6216dependencies = [
6217 "rustls 0.23.23",
6218 "rustls-platform-verifier",
6219]
6220
6221[[package]]
6222name = "httparse"
6223version = "1.9.5"
6224source = "registry+https://github.com/rust-lang/crates.io-index"
6225checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
6226
6227[[package]]
6228name = "httpdate"
6229version = "1.0.3"
6230source = "registry+https://github.com/rust-lang/crates.io-index"
6231checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
6232
6233[[package]]
6234name = "human_bytes"
6235version = "0.4.3"
6236source = "registry+https://github.com/rust-lang/crates.io-index"
6237checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
6238
6239[[package]]
6240name = "humantime"
6241version = "2.1.0"
6242source = "registry+https://github.com/rust-lang/crates.io-index"
6243checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
6244
6245[[package]]
6246name = "hyper"
6247version = "0.14.32"
6248source = "registry+https://github.com/rust-lang/crates.io-index"
6249checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
6250dependencies = [
6251 "bytes 1.10.1",
6252 "futures-channel",
6253 "futures-core",
6254 "futures-util",
6255 "h2 0.3.26",
6256 "http 0.2.12",
6257 "http-body 0.4.6",
6258 "httparse",
6259 "httpdate",
6260 "itoa",
6261 "pin-project-lite",
6262 "socket2",
6263 "tokio",
6264 "tower-service",
6265 "tracing",
6266 "want",
6267]
6268
6269[[package]]
6270name = "hyper"
6271version = "1.5.1"
6272source = "registry+https://github.com/rust-lang/crates.io-index"
6273checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
6274dependencies = [
6275 "bytes 1.10.1",
6276 "futures-channel",
6277 "futures-util",
6278 "h2 0.4.7",
6279 "http 1.2.0",
6280 "http-body 1.0.1",
6281 "httparse",
6282 "itoa",
6283 "pin-project-lite",
6284 "smallvec",
6285 "tokio",
6286 "want",
6287]
6288
6289[[package]]
6290name = "hyper-rustls"
6291version = "0.24.2"
6292source = "registry+https://github.com/rust-lang/crates.io-index"
6293checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
6294dependencies = [
6295 "futures-util",
6296 "http 0.2.12",
6297 "hyper 0.14.32",
6298 "log",
6299 "rustls 0.21.12",
6300 "rustls-native-certs 0.6.3",
6301 "tokio",
6302 "tokio-rustls 0.24.1",
6303]
6304
6305[[package]]
6306name = "hyper-rustls"
6307version = "0.27.3"
6308source = "registry+https://github.com/rust-lang/crates.io-index"
6309checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6310dependencies = [
6311 "futures-util",
6312 "http 1.2.0",
6313 "hyper 1.5.1",
6314 "hyper-util",
6315 "rustls 0.23.23",
6316 "rustls-native-certs 0.8.1",
6317 "rustls-pki-types",
6318 "tokio",
6319 "tokio-rustls 0.26.1",
6320 "tower-service",
6321]
6322
6323[[package]]
6324name = "hyper-tls"
6325version = "0.5.0"
6326source = "registry+https://github.com/rust-lang/crates.io-index"
6327checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6328dependencies = [
6329 "bytes 1.10.1",
6330 "hyper 0.14.32",
6331 "native-tls",
6332 "tokio",
6333 "tokio-native-tls",
6334]
6335
6336[[package]]
6337name = "hyper-util"
6338version = "0.1.10"
6339source = "registry+https://github.com/rust-lang/crates.io-index"
6340checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6341dependencies = [
6342 "bytes 1.10.1",
6343 "futures-channel",
6344 "futures-util",
6345 "http 1.2.0",
6346 "http-body 1.0.1",
6347 "hyper 1.5.1",
6348 "pin-project-lite",
6349 "socket2",
6350 "tokio",
6351 "tower-service",
6352 "tracing",
6353]
6354
6355[[package]]
6356name = "iana-time-zone"
6357version = "0.1.61"
6358source = "registry+https://github.com/rust-lang/crates.io-index"
6359checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6360dependencies = [
6361 "android_system_properties",
6362 "core-foundation-sys",
6363 "iana-time-zone-haiku",
6364 "js-sys",
6365 "wasm-bindgen",
6366 "windows-core 0.52.0",
6367]
6368
6369[[package]]
6370name = "iana-time-zone-haiku"
6371version = "0.1.2"
6372source = "registry+https://github.com/rust-lang/crates.io-index"
6373checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6374dependencies = [
6375 "cc",
6376]
6377
6378[[package]]
6379name = "icu_collections"
6380version = "1.5.0"
6381source = "registry+https://github.com/rust-lang/crates.io-index"
6382checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6383dependencies = [
6384 "displaydoc",
6385 "yoke",
6386 "zerofrom",
6387 "zerovec",
6388]
6389
6390[[package]]
6391name = "icu_locid"
6392version = "1.5.0"
6393source = "registry+https://github.com/rust-lang/crates.io-index"
6394checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6395dependencies = [
6396 "displaydoc",
6397 "litemap",
6398 "tinystr",
6399 "writeable",
6400 "zerovec",
6401]
6402
6403[[package]]
6404name = "icu_locid_transform"
6405version = "1.5.0"
6406source = "registry+https://github.com/rust-lang/crates.io-index"
6407checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6408dependencies = [
6409 "displaydoc",
6410 "icu_locid",
6411 "icu_locid_transform_data",
6412 "icu_provider",
6413 "tinystr",
6414 "zerovec",
6415]
6416
6417[[package]]
6418name = "icu_locid_transform_data"
6419version = "1.5.0"
6420source = "registry+https://github.com/rust-lang/crates.io-index"
6421checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6422
6423[[package]]
6424name = "icu_normalizer"
6425version = "1.5.0"
6426source = "registry+https://github.com/rust-lang/crates.io-index"
6427checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6428dependencies = [
6429 "displaydoc",
6430 "icu_collections",
6431 "icu_normalizer_data",
6432 "icu_properties",
6433 "icu_provider",
6434 "smallvec",
6435 "utf16_iter",
6436 "utf8_iter",
6437 "write16",
6438 "zerovec",
6439]
6440
6441[[package]]
6442name = "icu_normalizer_data"
6443version = "1.5.0"
6444source = "registry+https://github.com/rust-lang/crates.io-index"
6445checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6446
6447[[package]]
6448name = "icu_properties"
6449version = "1.5.1"
6450source = "registry+https://github.com/rust-lang/crates.io-index"
6451checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6452dependencies = [
6453 "displaydoc",
6454 "icu_collections",
6455 "icu_locid_transform",
6456 "icu_properties_data",
6457 "icu_provider",
6458 "tinystr",
6459 "zerovec",
6460]
6461
6462[[package]]
6463name = "icu_properties_data"
6464version = "1.5.0"
6465source = "registry+https://github.com/rust-lang/crates.io-index"
6466checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6467
6468[[package]]
6469name = "icu_provider"
6470version = "1.5.0"
6471source = "registry+https://github.com/rust-lang/crates.io-index"
6472checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6473dependencies = [
6474 "displaydoc",
6475 "icu_locid",
6476 "icu_provider_macros",
6477 "stable_deref_trait",
6478 "tinystr",
6479 "writeable",
6480 "yoke",
6481 "zerofrom",
6482 "zerovec",
6483]
6484
6485[[package]]
6486name = "icu_provider_macros"
6487version = "1.5.0"
6488source = "registry+https://github.com/rust-lang/crates.io-index"
6489checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6490dependencies = [
6491 "proc-macro2",
6492 "quote",
6493 "syn 2.0.100",
6494]
6495
6496[[package]]
6497name = "id-arena"
6498version = "2.2.1"
6499source = "registry+https://github.com/rust-lang/crates.io-index"
6500checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6501
6502[[package]]
6503name = "idna"
6504version = "1.0.3"
6505source = "registry+https://github.com/rust-lang/crates.io-index"
6506checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6507dependencies = [
6508 "idna_adapter",
6509 "smallvec",
6510 "utf8_iter",
6511]
6512
6513[[package]]
6514name = "idna_adapter"
6515version = "1.2.0"
6516source = "registry+https://github.com/rust-lang/crates.io-index"
6517checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6518dependencies = [
6519 "icu_normalizer",
6520 "icu_properties",
6521]
6522
6523[[package]]
6524name = "ignore"
6525version = "0.4.23"
6526source = "registry+https://github.com/rust-lang/crates.io-index"
6527checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6528dependencies = [
6529 "crossbeam-deque",
6530 "globset",
6531 "log",
6532 "memchr",
6533 "regex-automata 0.4.9",
6534 "same-file",
6535 "walkdir",
6536 "winapi-util",
6537]
6538
6539[[package]]
6540name = "image"
6541version = "0.25.5"
6542source = "registry+https://github.com/rust-lang/crates.io-index"
6543checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6544dependencies = [
6545 "bytemuck",
6546 "byteorder-lite",
6547 "color_quant",
6548 "exr",
6549 "gif",
6550 "image-webp",
6551 "num-traits",
6552 "png",
6553 "qoi",
6554 "ravif",
6555 "rayon",
6556 "rgb",
6557 "tiff",
6558 "zune-core",
6559 "zune-jpeg",
6560]
6561
6562[[package]]
6563name = "image-webp"
6564version = "0.2.0"
6565source = "registry+https://github.com/rust-lang/crates.io-index"
6566checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6567dependencies = [
6568 "byteorder-lite",
6569 "quick-error",
6570]
6571
6572[[package]]
6573name = "image_viewer"
6574version = "0.1.0"
6575dependencies = [
6576 "anyhow",
6577 "db",
6578 "editor",
6579 "file_icons",
6580 "gpui",
6581 "project",
6582 "schemars",
6583 "serde",
6584 "settings",
6585 "theme",
6586 "ui",
6587 "util",
6588 "workspace",
6589]
6590
6591[[package]]
6592name = "imagesize"
6593version = "0.13.0"
6594source = "registry+https://github.com/rust-lang/crates.io-index"
6595checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6596
6597[[package]]
6598name = "imara-diff"
6599version = "0.1.8"
6600source = "registry+https://github.com/rust-lang/crates.io-index"
6601checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
6602dependencies = [
6603 "hashbrown 0.15.2",
6604]
6605
6606[[package]]
6607name = "imgref"
6608version = "1.11.0"
6609source = "registry+https://github.com/rust-lang/crates.io-index"
6610checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6611
6612[[package]]
6613name = "indexed_docs"
6614version = "0.1.0"
6615dependencies = [
6616 "anyhow",
6617 "async-trait",
6618 "cargo_metadata",
6619 "collections",
6620 "derive_more",
6621 "extension",
6622 "fs",
6623 "futures 0.3.31",
6624 "fuzzy",
6625 "gpui",
6626 "heed",
6627 "html_to_markdown",
6628 "http_client",
6629 "indexmap",
6630 "indoc",
6631 "parking_lot",
6632 "paths",
6633 "pretty_assertions",
6634 "serde",
6635 "strum",
6636 "util",
6637]
6638
6639[[package]]
6640name = "indexmap"
6641version = "2.7.1"
6642source = "registry+https://github.com/rust-lang/crates.io-index"
6643checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6644dependencies = [
6645 "equivalent",
6646 "hashbrown 0.15.2",
6647 "serde",
6648]
6649
6650[[package]]
6651name = "indoc"
6652version = "2.0.6"
6653source = "registry+https://github.com/rust-lang/crates.io-index"
6654checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
6655
6656[[package]]
6657name = "infer"
6658version = "0.2.3"
6659source = "registry+https://github.com/rust-lang/crates.io-index"
6660checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6661
6662[[package]]
6663name = "inherent"
6664version = "1.0.11"
6665source = "registry+https://github.com/rust-lang/crates.io-index"
6666checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6667dependencies = [
6668 "proc-macro2",
6669 "quote",
6670 "syn 2.0.100",
6671]
6672
6673[[package]]
6674name = "inline_completion"
6675version = "0.1.0"
6676dependencies = [
6677 "gpui",
6678 "language",
6679 "project",
6680]
6681
6682[[package]]
6683name = "inline_completion_button"
6684version = "0.1.0"
6685dependencies = [
6686 "anyhow",
6687 "client",
6688 "copilot",
6689 "editor",
6690 "feature_flags",
6691 "fs",
6692 "futures 0.3.31",
6693 "gpui",
6694 "indoc",
6695 "inline_completion",
6696 "language",
6697 "lsp",
6698 "paths",
6699 "project",
6700 "regex",
6701 "serde_json",
6702 "settings",
6703 "supermaven",
6704 "telemetry",
6705 "theme",
6706 "ui",
6707 "workspace",
6708 "zed_actions",
6709 "zeta",
6710]
6711
6712[[package]]
6713name = "inotify"
6714version = "0.9.6"
6715source = "registry+https://github.com/rust-lang/crates.io-index"
6716checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6717dependencies = [
6718 "bitflags 1.3.2",
6719 "inotify-sys",
6720 "libc",
6721]
6722
6723[[package]]
6724name = "inotify"
6725version = "0.11.0"
6726source = "registry+https://github.com/rust-lang/crates.io-index"
6727checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
6728dependencies = [
6729 "bitflags 2.8.0",
6730 "inotify-sys",
6731 "libc",
6732]
6733
6734[[package]]
6735name = "inotify-sys"
6736version = "0.1.5"
6737source = "registry+https://github.com/rust-lang/crates.io-index"
6738checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6739dependencies = [
6740 "libc",
6741]
6742
6743[[package]]
6744name = "inout"
6745version = "0.1.3"
6746source = "registry+https://github.com/rust-lang/crates.io-index"
6747checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6748dependencies = [
6749 "block-padding",
6750 "generic-array",
6751]
6752
6753[[package]]
6754name = "install_cli"
6755version = "0.1.0"
6756dependencies = [
6757 "anyhow",
6758 "gpui",
6759 "smol",
6760 "util",
6761]
6762
6763[[package]]
6764name = "instant"
6765version = "0.1.13"
6766source = "registry+https://github.com/rust-lang/crates.io-index"
6767checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6768dependencies = [
6769 "cfg-if",
6770]
6771
6772[[package]]
6773name = "interpolate_name"
6774version = "0.2.4"
6775source = "registry+https://github.com/rust-lang/crates.io-index"
6776checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6777dependencies = [
6778 "proc-macro2",
6779 "quote",
6780 "syn 2.0.100",
6781]
6782
6783[[package]]
6784name = "inventory"
6785version = "0.3.20"
6786source = "registry+https://github.com/rust-lang/crates.io-index"
6787checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
6788dependencies = [
6789 "rustversion",
6790]
6791
6792[[package]]
6793name = "io-extras"
6794version = "0.18.4"
6795source = "registry+https://github.com/rust-lang/crates.io-index"
6796checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6797dependencies = [
6798 "io-lifetimes",
6799 "windows-sys 0.59.0",
6800]
6801
6802[[package]]
6803name = "io-lifetimes"
6804version = "2.0.4"
6805source = "registry+https://github.com/rust-lang/crates.io-index"
6806checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6807
6808[[package]]
6809name = "iovec"
6810version = "0.1.4"
6811source = "registry+https://github.com/rust-lang/crates.io-index"
6812checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6813dependencies = [
6814 "libc",
6815]
6816
6817[[package]]
6818name = "ipc-channel"
6819version = "0.19.0"
6820source = "registry+https://github.com/rust-lang/crates.io-index"
6821checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6822dependencies = [
6823 "bincode",
6824 "crossbeam-channel",
6825 "fnv",
6826 "lazy_static",
6827 "libc",
6828 "mio 1.0.3",
6829 "rand 0.8.5",
6830 "serde",
6831 "tempfile",
6832 "uuid",
6833 "windows 0.58.0",
6834]
6835
6836[[package]]
6837name = "ipnet"
6838version = "2.10.1"
6839source = "registry+https://github.com/rust-lang/crates.io-index"
6840checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6841
6842[[package]]
6843name = "is-docker"
6844version = "0.2.0"
6845source = "registry+https://github.com/rust-lang/crates.io-index"
6846checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6847dependencies = [
6848 "once_cell",
6849]
6850
6851[[package]]
6852name = "is-terminal"
6853version = "0.4.13"
6854source = "registry+https://github.com/rust-lang/crates.io-index"
6855checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6856dependencies = [
6857 "hermit-abi 0.4.0",
6858 "libc",
6859 "windows-sys 0.52.0",
6860]
6861
6862[[package]]
6863name = "is-wsl"
6864version = "0.4.0"
6865source = "registry+https://github.com/rust-lang/crates.io-index"
6866checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6867dependencies = [
6868 "is-docker",
6869 "once_cell",
6870]
6871
6872[[package]]
6873name = "is_terminal_polyfill"
6874version = "1.70.1"
6875source = "registry+https://github.com/rust-lang/crates.io-index"
6876checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6877
6878[[package]]
6879name = "itertools"
6880version = "0.10.5"
6881source = "registry+https://github.com/rust-lang/crates.io-index"
6882checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6883dependencies = [
6884 "either",
6885]
6886
6887[[package]]
6888name = "itertools"
6889version = "0.11.0"
6890source = "registry+https://github.com/rust-lang/crates.io-index"
6891checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6892dependencies = [
6893 "either",
6894]
6895
6896[[package]]
6897name = "itertools"
6898version = "0.12.1"
6899source = "registry+https://github.com/rust-lang/crates.io-index"
6900checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6901dependencies = [
6902 "either",
6903]
6904
6905[[package]]
6906name = "itertools"
6907version = "0.14.0"
6908source = "registry+https://github.com/rust-lang/crates.io-index"
6909checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6910dependencies = [
6911 "either",
6912]
6913
6914[[package]]
6915name = "itoa"
6916version = "1.0.14"
6917source = "registry+https://github.com/rust-lang/crates.io-index"
6918checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6919
6920[[package]]
6921name = "jiff"
6922version = "0.2.4"
6923source = "registry+https://github.com/rust-lang/crates.io-index"
6924checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
6925dependencies = [
6926 "jiff-static",
6927 "log",
6928 "portable-atomic",
6929 "portable-atomic-util",
6930 "serde",
6931]
6932
6933[[package]]
6934name = "jiff-static"
6935version = "0.2.4"
6936source = "registry+https://github.com/rust-lang/crates.io-index"
6937checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
6938dependencies = [
6939 "proc-macro2",
6940 "quote",
6941 "syn 2.0.100",
6942]
6943
6944[[package]]
6945name = "jni"
6946version = "0.21.1"
6947source = "registry+https://github.com/rust-lang/crates.io-index"
6948checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6949dependencies = [
6950 "cesu8",
6951 "cfg-if",
6952 "combine",
6953 "jni-sys",
6954 "log",
6955 "thiserror 1.0.69",
6956 "walkdir",
6957 "windows-sys 0.45.0",
6958]
6959
6960[[package]]
6961name = "jni-sys"
6962version = "0.3.0"
6963source = "registry+https://github.com/rust-lang/crates.io-index"
6964checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6965
6966[[package]]
6967name = "jobserver"
6968version = "0.1.32"
6969source = "registry+https://github.com/rust-lang/crates.io-index"
6970checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6971dependencies = [
6972 "libc",
6973]
6974
6975[[package]]
6976name = "journal"
6977version = "0.1.0"
6978dependencies = [
6979 "anyhow",
6980 "chrono",
6981 "editor",
6982 "gpui",
6983 "log",
6984 "schemars",
6985 "serde",
6986 "settings",
6987 "shellexpand 2.1.2",
6988 "workspace",
6989]
6990
6991[[package]]
6992name = "jpeg-decoder"
6993version = "0.3.1"
6994source = "registry+https://github.com/rust-lang/crates.io-index"
6995checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6996
6997[[package]]
6998name = "js-sys"
6999version = "0.3.76"
7000source = "registry+https://github.com/rust-lang/crates.io-index"
7001checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
7002dependencies = [
7003 "once_cell",
7004 "wasm-bindgen",
7005]
7006
7007[[package]]
7008name = "jsonwebtoken"
7009version = "9.3.1"
7010source = "registry+https://github.com/rust-lang/crates.io-index"
7011checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
7012dependencies = [
7013 "base64 0.22.1",
7014 "js-sys",
7015 "pem",
7016 "ring",
7017 "serde",
7018 "serde_json",
7019 "simple_asn1",
7020]
7021
7022[[package]]
7023name = "jupyter-protocol"
7024version = "0.6.0"
7025source = "registry+https://github.com/rust-lang/crates.io-index"
7026checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
7027dependencies = [
7028 "anyhow",
7029 "async-trait",
7030 "bytes 1.10.1",
7031 "chrono",
7032 "futures 0.3.31",
7033 "serde",
7034 "serde_json",
7035 "uuid",
7036]
7037
7038[[package]]
7039name = "jupyter-websocket-client"
7040version = "0.9.0"
7041source = "registry+https://github.com/rust-lang/crates.io-index"
7042checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
7043dependencies = [
7044 "anyhow",
7045 "async-trait",
7046 "async-tungstenite",
7047 "futures 0.3.31",
7048 "jupyter-protocol",
7049 "serde",
7050 "serde_json",
7051 "url",
7052 "uuid",
7053]
7054
7055[[package]]
7056name = "khronos-egl"
7057version = "6.0.0"
7058source = "registry+https://github.com/rust-lang/crates.io-index"
7059checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
7060dependencies = [
7061 "libc",
7062 "libloading",
7063]
7064
7065[[package]]
7066name = "kqueue"
7067version = "1.0.8"
7068source = "registry+https://github.com/rust-lang/crates.io-index"
7069checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
7070dependencies = [
7071 "kqueue-sys",
7072 "libc",
7073]
7074
7075[[package]]
7076name = "kqueue-sys"
7077version = "1.0.4"
7078source = "registry+https://github.com/rust-lang/crates.io-index"
7079checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
7080dependencies = [
7081 "bitflags 1.3.2",
7082 "libc",
7083]
7084
7085[[package]]
7086name = "kurbo"
7087version = "0.11.1"
7088source = "registry+https://github.com/rust-lang/crates.io-index"
7089checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
7090dependencies = [
7091 "arrayvec",
7092 "smallvec",
7093]
7094
7095[[package]]
7096name = "kv-log-macro"
7097version = "1.0.7"
7098source = "registry+https://github.com/rust-lang/crates.io-index"
7099checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
7100dependencies = [
7101 "log",
7102]
7103
7104[[package]]
7105name = "language"
7106version = "0.1.0"
7107dependencies = [
7108 "anyhow",
7109 "async-trait",
7110 "async-watch",
7111 "clock",
7112 "collections",
7113 "ctor",
7114 "ec4rs",
7115 "env_logger 0.11.7",
7116 "fs",
7117 "futures 0.3.31",
7118 "fuzzy",
7119 "globset",
7120 "gpui",
7121 "http_client",
7122 "imara-diff",
7123 "indoc",
7124 "itertools 0.14.0",
7125 "log",
7126 "lsp",
7127 "parking_lot",
7128 "postage",
7129 "pretty_assertions",
7130 "rand 0.8.5",
7131 "regex",
7132 "rpc",
7133 "schemars",
7134 "serde",
7135 "serde_json",
7136 "settings",
7137 "smallvec",
7138 "smol",
7139 "streaming-iterator",
7140 "strsim",
7141 "sum_tree",
7142 "task",
7143 "text",
7144 "theme",
7145 "tree-sitter",
7146 "tree-sitter-elixir",
7147 "tree-sitter-embedded-template",
7148 "tree-sitter-heex",
7149 "tree-sitter-html",
7150 "tree-sitter-json",
7151 "tree-sitter-md",
7152 "tree-sitter-ruby",
7153 "tree-sitter-rust",
7154 "tree-sitter-typescript",
7155 "unicase",
7156 "unindent",
7157 "util",
7158]
7159
7160[[package]]
7161name = "language_extension"
7162version = "0.1.0"
7163dependencies = [
7164 "anyhow",
7165 "async-trait",
7166 "collections",
7167 "extension",
7168 "fs",
7169 "futures 0.3.31",
7170 "gpui",
7171 "language",
7172 "lsp",
7173 "serde",
7174 "serde_json",
7175 "util",
7176]
7177
7178[[package]]
7179name = "language_model"
7180version = "0.1.0"
7181dependencies = [
7182 "anthropic",
7183 "anyhow",
7184 "base64 0.22.1",
7185 "client",
7186 "collections",
7187 "futures 0.3.31",
7188 "google_ai",
7189 "gpui",
7190 "http_client",
7191 "image",
7192 "log",
7193 "open_ai",
7194 "parking_lot",
7195 "proto",
7196 "schemars",
7197 "serde",
7198 "serde_json",
7199 "smol",
7200 "strum",
7201 "telemetry_events",
7202 "thiserror 1.0.69",
7203 "ui",
7204 "util",
7205]
7206
7207[[package]]
7208name = "language_model_selector"
7209version = "0.1.0"
7210dependencies = [
7211 "feature_flags",
7212 "gpui",
7213 "language_model",
7214 "log",
7215 "picker",
7216 "proto",
7217 "ui",
7218 "workspace",
7219 "zed_actions",
7220]
7221
7222[[package]]
7223name = "language_models"
7224version = "0.1.0"
7225dependencies = [
7226 "anthropic",
7227 "anyhow",
7228 "aws-config",
7229 "aws-credential-types",
7230 "aws_http_client",
7231 "bedrock",
7232 "client",
7233 "collections",
7234 "copilot",
7235 "credentials_provider",
7236 "deepseek",
7237 "editor",
7238 "feature_flags",
7239 "fs",
7240 "futures 0.3.31",
7241 "google_ai",
7242 "gpui",
7243 "gpui_tokio",
7244 "http_client",
7245 "language_model",
7246 "lmstudio",
7247 "log",
7248 "menu",
7249 "mistral",
7250 "ollama",
7251 "open_ai",
7252 "project",
7253 "proto",
7254 "schemars",
7255 "serde",
7256 "serde_json",
7257 "settings",
7258 "smol",
7259 "strum",
7260 "theme",
7261 "tiktoken-rs",
7262 "tokio",
7263 "ui",
7264 "util",
7265]
7266
7267[[package]]
7268name = "language_selector"
7269version = "0.1.0"
7270dependencies = [
7271 "anyhow",
7272 "editor",
7273 "file_finder",
7274 "file_icons",
7275 "fuzzy",
7276 "gpui",
7277 "language",
7278 "picker",
7279 "project",
7280 "settings",
7281 "ui",
7282 "util",
7283 "workspace",
7284]
7285
7286[[package]]
7287name = "language_tools"
7288version = "0.1.0"
7289dependencies = [
7290 "anyhow",
7291 "client",
7292 "collections",
7293 "copilot",
7294 "editor",
7295 "env_logger 0.11.7",
7296 "futures 0.3.31",
7297 "gpui",
7298 "itertools 0.14.0",
7299 "language",
7300 "lsp",
7301 "project",
7302 "release_channel",
7303 "serde_json",
7304 "settings",
7305 "theme",
7306 "tree-sitter",
7307 "ui",
7308 "util",
7309 "workspace",
7310 "zed_actions",
7311]
7312
7313[[package]]
7314name = "languages"
7315version = "0.1.0"
7316dependencies = [
7317 "anyhow",
7318 "async-compression",
7319 "async-tar",
7320 "async-trait",
7321 "collections",
7322 "futures 0.3.31",
7323 "gpui",
7324 "http_client",
7325 "language",
7326 "log",
7327 "lsp",
7328 "node_runtime",
7329 "paths",
7330 "pet",
7331 "pet-conda",
7332 "pet-core",
7333 "pet-fs",
7334 "pet-poetry",
7335 "pet-reporter",
7336 "pretty_assertions",
7337 "project",
7338 "regex",
7339 "rope",
7340 "rust-embed",
7341 "serde",
7342 "serde_json",
7343 "settings",
7344 "smol",
7345 "snippet_provider",
7346 "task",
7347 "text",
7348 "theme",
7349 "toml 0.8.20",
7350 "tree-sitter",
7351 "tree-sitter-bash",
7352 "tree-sitter-c",
7353 "tree-sitter-cpp",
7354 "tree-sitter-css",
7355 "tree-sitter-diff",
7356 "tree-sitter-gitcommit",
7357 "tree-sitter-go",
7358 "tree-sitter-gomod",
7359 "tree-sitter-gowork",
7360 "tree-sitter-jsdoc",
7361 "tree-sitter-json",
7362 "tree-sitter-md",
7363 "tree-sitter-python",
7364 "tree-sitter-regex",
7365 "tree-sitter-rust",
7366 "tree-sitter-typescript",
7367 "tree-sitter-yaml",
7368 "unindent",
7369 "util",
7370 "workspace",
7371]
7372
7373[[package]]
7374name = "lazy_static"
7375version = "1.5.0"
7376source = "registry+https://github.com/rust-lang/crates.io-index"
7377checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7378dependencies = [
7379 "spin",
7380]
7381
7382[[package]]
7383name = "lazycell"
7384version = "1.3.0"
7385source = "registry+https://github.com/rust-lang/crates.io-index"
7386checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
7387
7388[[package]]
7389name = "leb128"
7390version = "0.2.5"
7391source = "registry+https://github.com/rust-lang/crates.io-index"
7392checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7393
7394[[package]]
7395name = "lebe"
7396version = "0.5.2"
7397source = "registry+https://github.com/rust-lang/crates.io-index"
7398checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7399
7400[[package]]
7401name = "libc"
7402version = "0.2.171"
7403source = "registry+https://github.com/rust-lang/crates.io-index"
7404checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
7405
7406[[package]]
7407name = "libdbus-sys"
7408version = "0.2.5"
7409source = "registry+https://github.com/rust-lang/crates.io-index"
7410checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7411dependencies = [
7412 "cc",
7413 "pkg-config",
7414]
7415
7416[[package]]
7417name = "libfuzzer-sys"
7418version = "0.4.8"
7419source = "registry+https://github.com/rust-lang/crates.io-index"
7420checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7421dependencies = [
7422 "arbitrary",
7423 "cc",
7424]
7425
7426[[package]]
7427name = "libgit2-sys"
7428version = "0.18.0+1.9.0"
7429source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
7430dependencies = [
7431 "cc",
7432 "libc",
7433 "libz-sys",
7434 "pkg-config",
7435]
7436
7437[[package]]
7438name = "libloading"
7439version = "0.8.6"
7440source = "registry+https://github.com/rust-lang/crates.io-index"
7441checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7442dependencies = [
7443 "cfg-if",
7444 "windows-targets 0.52.6",
7445]
7446
7447[[package]]
7448name = "libm"
7449version = "0.2.11"
7450source = "registry+https://github.com/rust-lang/crates.io-index"
7451checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7452
7453[[package]]
7454name = "libmimalloc-sys"
7455version = "0.1.39"
7456source = "registry+https://github.com/rust-lang/crates.io-index"
7457checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7458dependencies = [
7459 "cc",
7460 "libc",
7461]
7462
7463[[package]]
7464name = "libredox"
7465version = "0.1.3"
7466source = "registry+https://github.com/rust-lang/crates.io-index"
7467checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7468dependencies = [
7469 "bitflags 2.8.0",
7470 "libc",
7471 "redox_syscall 0.5.8",
7472]
7473
7474[[package]]
7475name = "libsqlite3-sys"
7476version = "0.30.1"
7477source = "registry+https://github.com/rust-lang/crates.io-index"
7478checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7479dependencies = [
7480 "cc",
7481 "pkg-config",
7482 "vcpkg",
7483]
7484
7485[[package]]
7486name = "libwebrtc"
7487version = "0.3.7"
7488source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7489dependencies = [
7490 "cxx",
7491 "jni",
7492 "js-sys",
7493 "lazy_static",
7494 "livekit-protocol",
7495 "livekit-runtime",
7496 "log",
7497 "parking_lot",
7498 "serde",
7499 "serde_json",
7500 "thiserror 1.0.69",
7501 "tokio",
7502 "wasm-bindgen",
7503 "wasm-bindgen-futures",
7504 "web-sys",
7505 "webrtc-sys",
7506]
7507
7508[[package]]
7509name = "libz-sys"
7510version = "1.1.20"
7511source = "registry+https://github.com/rust-lang/crates.io-index"
7512checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7513dependencies = [
7514 "cc",
7515 "libc",
7516 "pkg-config",
7517 "vcpkg",
7518]
7519
7520[[package]]
7521name = "link-cplusplus"
7522version = "1.0.9"
7523source = "registry+https://github.com/rust-lang/crates.io-index"
7524checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7525dependencies = [
7526 "cc",
7527]
7528
7529[[package]]
7530name = "linkify"
7531version = "0.10.0"
7532source = "registry+https://github.com/rust-lang/crates.io-index"
7533checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7534dependencies = [
7535 "memchr",
7536]
7537
7538[[package]]
7539name = "linkme"
7540version = "0.3.32"
7541source = "registry+https://github.com/rust-lang/crates.io-index"
7542checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
7543dependencies = [
7544 "linkme-impl",
7545]
7546
7547[[package]]
7548name = "linkme-impl"
7549version = "0.3.32"
7550source = "registry+https://github.com/rust-lang/crates.io-index"
7551checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
7552dependencies = [
7553 "proc-macro2",
7554 "quote",
7555 "syn 2.0.100",
7556]
7557
7558[[package]]
7559name = "linux-raw-sys"
7560version = "0.4.14"
7561source = "registry+https://github.com/rust-lang/crates.io-index"
7562checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7563
7564[[package]]
7565name = "litemap"
7566version = "0.7.4"
7567source = "registry+https://github.com/rust-lang/crates.io-index"
7568checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7569
7570[[package]]
7571name = "livekit"
7572version = "0.7.0"
7573source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7574dependencies = [
7575 "chrono",
7576 "futures-util",
7577 "lazy_static",
7578 "libwebrtc",
7579 "livekit-api",
7580 "livekit-protocol",
7581 "livekit-runtime",
7582 "log",
7583 "parking_lot",
7584 "prost 0.12.6",
7585 "semver",
7586 "serde",
7587 "serde_json",
7588 "thiserror 1.0.69",
7589 "tokio",
7590]
7591
7592[[package]]
7593name = "livekit-api"
7594version = "0.4.1"
7595source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7596dependencies = [
7597 "async-tungstenite",
7598 "futures-util",
7599 "http 0.2.12",
7600 "jsonwebtoken",
7601 "livekit-protocol",
7602 "livekit-runtime",
7603 "log",
7604 "parking_lot",
7605 "prost 0.12.6",
7606 "reqwest 0.11.27",
7607 "scopeguard",
7608 "serde",
7609 "serde_json",
7610 "sha2",
7611 "thiserror 1.0.69",
7612 "tokio",
7613 "tokio-tungstenite 0.20.1",
7614 "url",
7615]
7616
7617[[package]]
7618name = "livekit-protocol"
7619version = "0.3.6"
7620source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7621dependencies = [
7622 "futures-util",
7623 "livekit-runtime",
7624 "parking_lot",
7625 "pbjson",
7626 "pbjson-types",
7627 "prost 0.12.6",
7628 "prost-types 0.12.6",
7629 "serde",
7630 "thiserror 1.0.69",
7631 "tokio",
7632]
7633
7634[[package]]
7635name = "livekit-runtime"
7636version = "0.3.1"
7637source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7638dependencies = [
7639 "async-io",
7640 "async-std",
7641 "async-task",
7642 "futures 0.3.31",
7643]
7644
7645[[package]]
7646name = "livekit_api"
7647version = "0.1.0"
7648dependencies = [
7649 "anyhow",
7650 "async-trait",
7651 "jsonwebtoken",
7652 "log",
7653 "prost 0.9.0",
7654 "prost-build 0.9.0",
7655 "prost-types 0.9.0",
7656 "reqwest 0.12.8",
7657 "serde",
7658]
7659
7660[[package]]
7661name = "livekit_client"
7662version = "0.1.0"
7663dependencies = [
7664 "anyhow",
7665 "async-trait",
7666 "collections",
7667 "core-foundation 0.9.4",
7668 "coreaudio-rs 0.12.1",
7669 "cpal",
7670 "futures 0.3.31",
7671 "gpui",
7672 "http 0.2.12",
7673 "http_client",
7674 "image",
7675 "livekit",
7676 "livekit_api",
7677 "log",
7678 "media",
7679 "nanoid",
7680 "parking_lot",
7681 "postage",
7682 "serde",
7683 "serde_json",
7684 "sha2",
7685 "simplelog",
7686 "smallvec",
7687 "util",
7688]
7689
7690[[package]]
7691name = "livekit_client_macos"
7692version = "0.1.0"
7693dependencies = [
7694 "anyhow",
7695 "async-broadcast",
7696 "async-trait",
7697 "collections",
7698 "core-foundation 0.9.4",
7699 "futures 0.3.31",
7700 "gpui",
7701 "livekit_api",
7702 "log",
7703 "media",
7704 "nanoid",
7705 "parking_lot",
7706 "postage",
7707 "serde",
7708 "serde_json",
7709 "sha2",
7710 "simplelog",
7711]
7712
7713[[package]]
7714name = "lmdb-master-sys"
7715version = "0.2.4"
7716source = "registry+https://github.com/rust-lang/crates.io-index"
7717checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7718dependencies = [
7719 "cc",
7720 "doxygen-rs",
7721 "libc",
7722]
7723
7724[[package]]
7725name = "lmstudio"
7726version = "0.1.0"
7727dependencies = [
7728 "anyhow",
7729 "futures 0.3.31",
7730 "http_client",
7731 "schemars",
7732 "serde",
7733 "serde_json",
7734]
7735
7736[[package]]
7737name = "lock_api"
7738version = "0.4.12"
7739source = "registry+https://github.com/rust-lang/crates.io-index"
7740checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7741dependencies = [
7742 "autocfg",
7743 "scopeguard",
7744]
7745
7746[[package]]
7747name = "log"
7748version = "0.4.26"
7749source = "registry+https://github.com/rust-lang/crates.io-index"
7750checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
7751dependencies = [
7752 "serde",
7753 "value-bag",
7754]
7755
7756[[package]]
7757name = "loop9"
7758version = "0.1.5"
7759source = "registry+https://github.com/rust-lang/crates.io-index"
7760checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7761dependencies = [
7762 "imgref",
7763]
7764
7765[[package]]
7766name = "lru"
7767version = "0.12.5"
7768source = "registry+https://github.com/rust-lang/crates.io-index"
7769checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7770dependencies = [
7771 "hashbrown 0.15.2",
7772]
7773
7774[[package]]
7775name = "lsp"
7776version = "0.1.0"
7777dependencies = [
7778 "anyhow",
7779 "async-pipe",
7780 "collections",
7781 "ctor",
7782 "env_logger 0.11.7",
7783 "futures 0.3.31",
7784 "gpui",
7785 "log",
7786 "lsp-types",
7787 "parking_lot",
7788 "postage",
7789 "release_channel",
7790 "schemars",
7791 "serde",
7792 "serde_json",
7793 "smol",
7794 "util",
7795]
7796
7797[[package]]
7798name = "lsp-types"
7799version = "0.95.1"
7800source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
7801dependencies = [
7802 "bitflags 1.3.2",
7803 "serde",
7804 "serde_json",
7805 "serde_repr",
7806 "url",
7807]
7808
7809[[package]]
7810name = "lua-src"
7811version = "547.0.0"
7812source = "registry+https://github.com/rust-lang/crates.io-index"
7813checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
7814dependencies = [
7815 "cc",
7816]
7817
7818[[package]]
7819name = "luajit-src"
7820version = "210.5.12+a4f56a4"
7821source = "registry+https://github.com/rust-lang/crates.io-index"
7822checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
7823dependencies = [
7824 "cc",
7825 "which 7.0.2",
7826]
7827
7828[[package]]
7829name = "lyon"
7830version = "1.0.1"
7831source = "registry+https://github.com/rust-lang/crates.io-index"
7832checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
7833dependencies = [
7834 "lyon_algorithms",
7835 "lyon_extra",
7836 "lyon_tessellation",
7837]
7838
7839[[package]]
7840name = "lyon_algorithms"
7841version = "1.0.5"
7842source = "registry+https://github.com/rust-lang/crates.io-index"
7843checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
7844dependencies = [
7845 "lyon_path",
7846 "num-traits",
7847]
7848
7849[[package]]
7850name = "lyon_extra"
7851version = "1.0.3"
7852source = "registry+https://github.com/rust-lang/crates.io-index"
7853checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
7854dependencies = [
7855 "lyon_path",
7856 "thiserror 1.0.69",
7857]
7858
7859[[package]]
7860name = "lyon_geom"
7861version = "1.0.6"
7862source = "registry+https://github.com/rust-lang/crates.io-index"
7863checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
7864dependencies = [
7865 "arrayvec",
7866 "euclid",
7867 "num-traits",
7868]
7869
7870[[package]]
7871name = "lyon_path"
7872version = "1.0.6"
7873source = "registry+https://github.com/rust-lang/crates.io-index"
7874checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
7875dependencies = [
7876 "lyon_geom",
7877 "num-traits",
7878]
7879
7880[[package]]
7881name = "lyon_tessellation"
7882version = "1.0.15"
7883source = "registry+https://github.com/rust-lang/crates.io-index"
7884checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
7885dependencies = [
7886 "float_next_after",
7887 "lyon_path",
7888 "num-traits",
7889]
7890
7891[[package]]
7892name = "mac"
7893version = "0.1.1"
7894source = "registry+https://github.com/rust-lang/crates.io-index"
7895checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7896
7897[[package]]
7898name = "mach2"
7899version = "0.4.2"
7900source = "registry+https://github.com/rust-lang/crates.io-index"
7901checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7902dependencies = [
7903 "libc",
7904]
7905
7906[[package]]
7907name = "malloc_buf"
7908version = "0.0.6"
7909source = "registry+https://github.com/rust-lang/crates.io-index"
7910checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7911dependencies = [
7912 "libc",
7913]
7914
7915[[package]]
7916name = "maplit"
7917version = "1.0.2"
7918source = "registry+https://github.com/rust-lang/crates.io-index"
7919checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7920
7921[[package]]
7922name = "markdown"
7923version = "0.1.0"
7924dependencies = [
7925 "anyhow",
7926 "assets",
7927 "env_logger 0.11.7",
7928 "gpui",
7929 "language",
7930 "languages",
7931 "linkify",
7932 "log",
7933 "node_runtime",
7934 "pulldown-cmark 0.12.2",
7935 "settings",
7936 "theme",
7937 "ui",
7938 "util",
7939]
7940
7941[[package]]
7942name = "markdown_preview"
7943version = "0.1.0"
7944dependencies = [
7945 "anyhow",
7946 "async-recursion 1.1.1",
7947 "collections",
7948 "editor",
7949 "gpui",
7950 "language",
7951 "linkify",
7952 "log",
7953 "pretty_assertions",
7954 "pulldown-cmark 0.12.2",
7955 "settings",
7956 "theme",
7957 "ui",
7958 "util",
7959 "workspace",
7960]
7961
7962[[package]]
7963name = "markup5ever"
7964version = "0.12.1"
7965source = "registry+https://github.com/rust-lang/crates.io-index"
7966checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7967dependencies = [
7968 "log",
7969 "phf",
7970 "phf_codegen",
7971 "string_cache",
7972 "string_cache_codegen",
7973 "tendril",
7974]
7975
7976[[package]]
7977name = "markup5ever_rcdom"
7978version = "0.3.0"
7979source = "registry+https://github.com/rust-lang/crates.io-index"
7980checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7981dependencies = [
7982 "html5ever",
7983 "markup5ever",
7984 "tendril",
7985 "xml5ever",
7986]
7987
7988[[package]]
7989name = "matchers"
7990version = "0.1.0"
7991source = "registry+https://github.com/rust-lang/crates.io-index"
7992checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7993dependencies = [
7994 "regex-automata 0.1.10",
7995]
7996
7997[[package]]
7998name = "matchit"
7999version = "0.7.3"
8000source = "registry+https://github.com/rust-lang/crates.io-index"
8001checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
8002
8003[[package]]
8004name = "maybe-owned"
8005version = "0.3.4"
8006source = "registry+https://github.com/rust-lang/crates.io-index"
8007checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
8008
8009[[package]]
8010name = "maybe-rayon"
8011version = "0.1.1"
8012source = "registry+https://github.com/rust-lang/crates.io-index"
8013checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
8014dependencies = [
8015 "cfg-if",
8016 "rayon",
8017]
8018
8019[[package]]
8020name = "md-5"
8021version = "0.10.6"
8022source = "registry+https://github.com/rust-lang/crates.io-index"
8023checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
8024dependencies = [
8025 "cfg-if",
8026 "digest",
8027]
8028
8029[[package]]
8030name = "mdbook"
8031version = "0.4.47"
8032source = "registry+https://github.com/rust-lang/crates.io-index"
8033checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
8034dependencies = [
8035 "ammonia",
8036 "anyhow",
8037 "chrono",
8038 "clap",
8039 "clap_complete",
8040 "elasticlunr-rs",
8041 "env_logger 0.11.7",
8042 "futures-util",
8043 "handlebars 6.2.0",
8044 "hex",
8045 "ignore",
8046 "log",
8047 "memchr",
8048 "notify 8.0.0",
8049 "notify-debouncer-mini",
8050 "once_cell",
8051 "opener",
8052 "pathdiff",
8053 "pulldown-cmark 0.10.3",
8054 "regex",
8055 "serde",
8056 "serde_json",
8057 "sha2",
8058 "shlex",
8059 "tempfile",
8060 "tokio",
8061 "toml 0.5.11",
8062 "topological-sort",
8063 "walkdir",
8064 "warp",
8065]
8066
8067[[package]]
8068name = "media"
8069version = "0.1.0"
8070dependencies = [
8071 "anyhow",
8072 "bindgen 0.70.1",
8073 "core-foundation 0.9.4",
8074 "ctor",
8075 "foreign-types 0.5.0",
8076 "metal",
8077 "objc",
8078]
8079
8080[[package]]
8081name = "memchr"
8082version = "2.7.4"
8083source = "registry+https://github.com/rust-lang/crates.io-index"
8084checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
8085
8086[[package]]
8087name = "memfd"
8088version = "0.6.4"
8089source = "registry+https://github.com/rust-lang/crates.io-index"
8090checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
8091dependencies = [
8092 "rustix",
8093]
8094
8095[[package]]
8096name = "memmap2"
8097version = "0.9.5"
8098source = "registry+https://github.com/rust-lang/crates.io-index"
8099checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
8100dependencies = [
8101 "libc",
8102]
8103
8104[[package]]
8105name = "memoffset"
8106version = "0.9.1"
8107source = "registry+https://github.com/rust-lang/crates.io-index"
8108checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
8109dependencies = [
8110 "autocfg",
8111]
8112
8113[[package]]
8114name = "menu"
8115version = "0.1.0"
8116dependencies = [
8117 "gpui",
8118 "serde",
8119]
8120
8121[[package]]
8122name = "metal"
8123version = "0.31.0"
8124source = "registry+https://github.com/rust-lang/crates.io-index"
8125checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
8126dependencies = [
8127 "bitflags 2.8.0",
8128 "block",
8129 "core-graphics-types 0.1.3",
8130 "foreign-types 0.5.0",
8131 "log",
8132 "objc",
8133 "paste",
8134]
8135
8136[[package]]
8137name = "migrator"
8138version = "0.1.0"
8139dependencies = [
8140 "anyhow",
8141 "collections",
8142 "convert_case 0.8.0",
8143 "log",
8144 "pretty_assertions",
8145 "streaming-iterator",
8146 "tree-sitter",
8147 "tree-sitter-json",
8148]
8149
8150[[package]]
8151name = "mimalloc"
8152version = "0.1.43"
8153source = "registry+https://github.com/rust-lang/crates.io-index"
8154checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
8155dependencies = [
8156 "libmimalloc-sys",
8157]
8158
8159[[package]]
8160name = "mime"
8161version = "0.3.17"
8162source = "registry+https://github.com/rust-lang/crates.io-index"
8163checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
8164
8165[[package]]
8166name = "mime_guess"
8167version = "2.0.5"
8168source = "registry+https://github.com/rust-lang/crates.io-index"
8169checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
8170dependencies = [
8171 "mime",
8172 "unicase",
8173]
8174
8175[[package]]
8176name = "minimal-lexical"
8177version = "0.2.1"
8178source = "registry+https://github.com/rust-lang/crates.io-index"
8179checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
8180
8181[[package]]
8182name = "miniz_oxide"
8183version = "0.8.0"
8184source = "registry+https://github.com/rust-lang/crates.io-index"
8185checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
8186dependencies = [
8187 "adler2",
8188 "simd-adler32",
8189]
8190
8191[[package]]
8192name = "mint"
8193version = "0.5.9"
8194source = "registry+https://github.com/rust-lang/crates.io-index"
8195checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
8196
8197[[package]]
8198name = "mio"
8199version = "0.8.11"
8200source = "registry+https://github.com/rust-lang/crates.io-index"
8201checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
8202dependencies = [
8203 "libc",
8204 "log",
8205 "wasi 0.11.0+wasi-snapshot-preview1",
8206 "windows-sys 0.48.0",
8207]
8208
8209[[package]]
8210name = "mio"
8211version = "1.0.3"
8212source = "registry+https://github.com/rust-lang/crates.io-index"
8213checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
8214dependencies = [
8215 "libc",
8216 "log",
8217 "wasi 0.11.0+wasi-snapshot-preview1",
8218 "windows-sys 0.52.0",
8219]
8220
8221[[package]]
8222name = "miow"
8223version = "0.6.0"
8224source = "registry+https://github.com/rust-lang/crates.io-index"
8225checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
8226dependencies = [
8227 "windows-sys 0.48.0",
8228]
8229
8230[[package]]
8231name = "mistral"
8232version = "0.1.0"
8233dependencies = [
8234 "anyhow",
8235 "futures 0.3.31",
8236 "http_client",
8237 "schemars",
8238 "serde",
8239 "serde_json",
8240 "strum",
8241]
8242
8243[[package]]
8244name = "mlua"
8245version = "0.10.3"
8246source = "registry+https://github.com/rust-lang/crates.io-index"
8247checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
8248dependencies = [
8249 "bstr",
8250 "either",
8251 "futures-util",
8252 "mlua-sys",
8253 "num-traits",
8254 "parking_lot",
8255 "rustc-hash 2.1.1",
8256]
8257
8258[[package]]
8259name = "mlua-sys"
8260version = "0.6.7"
8261source = "registry+https://github.com/rust-lang/crates.io-index"
8262checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
8263dependencies = [
8264 "cc",
8265 "cfg-if",
8266 "lua-src",
8267 "luajit-src",
8268 "pkg-config",
8269]
8270
8271[[package]]
8272name = "msvc_spectre_libs"
8273version = "0.1.2"
8274source = "registry+https://github.com/rust-lang/crates.io-index"
8275checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
8276dependencies = [
8277 "cc",
8278]
8279
8280[[package]]
8281name = "multi_buffer"
8282version = "0.1.0"
8283dependencies = [
8284 "anyhow",
8285 "buffer_diff",
8286 "clock",
8287 "collections",
8288 "ctor",
8289 "env_logger 0.11.7",
8290 "futures 0.3.31",
8291 "gpui",
8292 "indoc",
8293 "itertools 0.14.0",
8294 "language",
8295 "log",
8296 "parking_lot",
8297 "pretty_assertions",
8298 "project",
8299 "rand 0.8.5",
8300 "rope",
8301 "serde",
8302 "settings",
8303 "smallvec",
8304 "smol",
8305 "sum_tree",
8306 "text",
8307 "theme",
8308 "tree-sitter",
8309 "util",
8310]
8311
8312[[package]]
8313name = "multimap"
8314version = "0.8.3"
8315source = "registry+https://github.com/rust-lang/crates.io-index"
8316checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
8317
8318[[package]]
8319name = "multimap"
8320version = "0.10.0"
8321source = "registry+https://github.com/rust-lang/crates.io-index"
8322checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
8323
8324[[package]]
8325name = "naga"
8326version = "23.1.0"
8327source = "registry+https://github.com/rust-lang/crates.io-index"
8328checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
8329dependencies = [
8330 "arrayvec",
8331 "bit-set 0.8.0",
8332 "bitflags 2.8.0",
8333 "cfg_aliases 0.1.1",
8334 "codespan-reporting",
8335 "hexf-parse",
8336 "indexmap",
8337 "log",
8338 "rustc-hash 1.1.0",
8339 "spirv",
8340 "termcolor",
8341 "thiserror 1.0.69",
8342 "unicode-xid",
8343]
8344
8345[[package]]
8346name = "nanoid"
8347version = "0.4.0"
8348source = "registry+https://github.com/rust-lang/crates.io-index"
8349checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
8350dependencies = [
8351 "rand 0.8.5",
8352]
8353
8354[[package]]
8355name = "nanorand"
8356version = "0.7.0"
8357source = "registry+https://github.com/rust-lang/crates.io-index"
8358checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
8359dependencies = [
8360 "getrandom 0.2.15",
8361]
8362
8363[[package]]
8364name = "native-tls"
8365version = "0.2.12"
8366source = "registry+https://github.com/rust-lang/crates.io-index"
8367checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
8368dependencies = [
8369 "libc",
8370 "log",
8371 "openssl",
8372 "openssl-probe",
8373 "openssl-sys",
8374 "schannel",
8375 "security-framework 2.11.1",
8376 "security-framework-sys",
8377 "tempfile",
8378]
8379
8380[[package]]
8381name = "nbformat"
8382version = "0.10.0"
8383source = "registry+https://github.com/rust-lang/crates.io-index"
8384checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
8385dependencies = [
8386 "anyhow",
8387 "chrono",
8388 "jupyter-protocol",
8389 "serde",
8390 "serde_json",
8391 "thiserror 1.0.69",
8392 "uuid",
8393]
8394
8395[[package]]
8396name = "ndk"
8397version = "0.8.0"
8398source = "registry+https://github.com/rust-lang/crates.io-index"
8399checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
8400dependencies = [
8401 "bitflags 2.8.0",
8402 "jni-sys",
8403 "log",
8404 "ndk-sys",
8405 "num_enum",
8406 "thiserror 1.0.69",
8407]
8408
8409[[package]]
8410name = "ndk-context"
8411version = "0.1.1"
8412source = "registry+https://github.com/rust-lang/crates.io-index"
8413checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
8414
8415[[package]]
8416name = "ndk-sys"
8417version = "0.5.0+25.2.9519653"
8418source = "registry+https://github.com/rust-lang/crates.io-index"
8419checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
8420dependencies = [
8421 "jni-sys",
8422]
8423
8424[[package]]
8425name = "new_debug_unreachable"
8426version = "1.0.6"
8427source = "registry+https://github.com/rust-lang/crates.io-index"
8428checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
8429
8430[[package]]
8431name = "nix"
8432version = "0.29.0"
8433source = "registry+https://github.com/rust-lang/crates.io-index"
8434checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
8435dependencies = [
8436 "bitflags 2.8.0",
8437 "cfg-if",
8438 "cfg_aliases 0.2.1",
8439 "libc",
8440 "memoffset",
8441]
8442
8443[[package]]
8444name = "node_runtime"
8445version = "0.1.0"
8446dependencies = [
8447 "anyhow",
8448 "async-compression",
8449 "async-std",
8450 "async-tar",
8451 "async-trait",
8452 "async-watch",
8453 "async_zip",
8454 "futures 0.3.31",
8455 "http_client",
8456 "log",
8457 "paths",
8458 "semver",
8459 "serde",
8460 "serde_json",
8461 "smol",
8462 "tempfile",
8463 "util",
8464 "walkdir",
8465 "which 6.0.3",
8466]
8467
8468[[package]]
8469name = "nom"
8470version = "7.1.3"
8471source = "registry+https://github.com/rust-lang/crates.io-index"
8472checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
8473dependencies = [
8474 "memchr",
8475 "minimal-lexical",
8476]
8477
8478[[package]]
8479name = "noop_proc_macro"
8480version = "0.3.0"
8481source = "registry+https://github.com/rust-lang/crates.io-index"
8482checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
8483
8484[[package]]
8485name = "normpath"
8486version = "1.3.0"
8487source = "registry+https://github.com/rust-lang/crates.io-index"
8488checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
8489dependencies = [
8490 "windows-sys 0.59.0",
8491]
8492
8493[[package]]
8494name = "notifications"
8495version = "0.1.0"
8496dependencies = [
8497 "anyhow",
8498 "channel",
8499 "client",
8500 "collections",
8501 "component",
8502 "db",
8503 "gpui",
8504 "linkme",
8505 "rpc",
8506 "settings",
8507 "sum_tree",
8508 "time",
8509 "ui",
8510 "util",
8511 "workspace",
8512]
8513
8514[[package]]
8515name = "notify"
8516version = "6.1.1"
8517source = "registry+https://github.com/rust-lang/crates.io-index"
8518checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
8519dependencies = [
8520 "bitflags 2.8.0",
8521 "crossbeam-channel",
8522 "filetime",
8523 "fsevent-sys 4.1.0",
8524 "inotify 0.9.6",
8525 "kqueue",
8526 "libc",
8527 "log",
8528 "mio 0.8.11",
8529 "walkdir",
8530 "windows-sys 0.48.0",
8531]
8532
8533[[package]]
8534name = "notify"
8535version = "8.0.0"
8536source = "registry+https://github.com/rust-lang/crates.io-index"
8537checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
8538dependencies = [
8539 "bitflags 2.8.0",
8540 "filetime",
8541 "fsevent-sys 4.1.0",
8542 "inotify 0.11.0",
8543 "kqueue",
8544 "libc",
8545 "log",
8546 "mio 1.0.3",
8547 "notify-types",
8548 "walkdir",
8549 "windows-sys 0.59.0",
8550]
8551
8552[[package]]
8553name = "notify-debouncer-mini"
8554version = "0.6.0"
8555source = "registry+https://github.com/rust-lang/crates.io-index"
8556checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
8557dependencies = [
8558 "log",
8559 "notify 8.0.0",
8560 "notify-types",
8561 "tempfile",
8562]
8563
8564[[package]]
8565name = "notify-types"
8566version = "2.0.0"
8567source = "registry+https://github.com/rust-lang/crates.io-index"
8568checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
8569
8570[[package]]
8571name = "ntapi"
8572version = "0.4.1"
8573source = "registry+https://github.com/rust-lang/crates.io-index"
8574checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8575dependencies = [
8576 "winapi",
8577]
8578
8579[[package]]
8580name = "nu-ansi-term"
8581version = "0.46.0"
8582source = "registry+https://github.com/rust-lang/crates.io-index"
8583checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8584dependencies = [
8585 "overload",
8586 "winapi",
8587]
8588
8589[[package]]
8590name = "num"
8591version = "0.4.3"
8592source = "registry+https://github.com/rust-lang/crates.io-index"
8593checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8594dependencies = [
8595 "num-bigint",
8596 "num-complex",
8597 "num-integer",
8598 "num-iter",
8599 "num-rational",
8600 "num-traits",
8601]
8602
8603[[package]]
8604name = "num-bigint"
8605version = "0.4.6"
8606source = "registry+https://github.com/rust-lang/crates.io-index"
8607checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8608dependencies = [
8609 "num-integer",
8610 "num-traits",
8611]
8612
8613[[package]]
8614name = "num-bigint-dig"
8615version = "0.8.4"
8616source = "registry+https://github.com/rust-lang/crates.io-index"
8617checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8618dependencies = [
8619 "byteorder",
8620 "lazy_static",
8621 "libm",
8622 "num-integer",
8623 "num-iter",
8624 "num-traits",
8625 "rand 0.8.5",
8626 "serde",
8627 "smallvec",
8628 "zeroize",
8629]
8630
8631[[package]]
8632name = "num-complex"
8633version = "0.4.6"
8634source = "registry+https://github.com/rust-lang/crates.io-index"
8635checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8636dependencies = [
8637 "num-traits",
8638]
8639
8640[[package]]
8641name = "num-conv"
8642version = "0.1.0"
8643source = "registry+https://github.com/rust-lang/crates.io-index"
8644checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8645
8646[[package]]
8647name = "num-derive"
8648version = "0.4.2"
8649source = "registry+https://github.com/rust-lang/crates.io-index"
8650checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8651dependencies = [
8652 "proc-macro2",
8653 "quote",
8654 "syn 2.0.100",
8655]
8656
8657[[package]]
8658name = "num-format"
8659version = "0.4.4"
8660source = "registry+https://github.com/rust-lang/crates.io-index"
8661checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8662dependencies = [
8663 "arrayvec",
8664 "itoa",
8665]
8666
8667[[package]]
8668name = "num-integer"
8669version = "0.1.46"
8670source = "registry+https://github.com/rust-lang/crates.io-index"
8671checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8672dependencies = [
8673 "num-traits",
8674]
8675
8676[[package]]
8677name = "num-iter"
8678version = "0.1.45"
8679source = "registry+https://github.com/rust-lang/crates.io-index"
8680checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8681dependencies = [
8682 "autocfg",
8683 "num-integer",
8684 "num-traits",
8685]
8686
8687[[package]]
8688name = "num-modular"
8689version = "0.6.1"
8690source = "registry+https://github.com/rust-lang/crates.io-index"
8691checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8692
8693[[package]]
8694name = "num-order"
8695version = "1.2.0"
8696source = "registry+https://github.com/rust-lang/crates.io-index"
8697checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8698dependencies = [
8699 "num-modular",
8700]
8701
8702[[package]]
8703name = "num-rational"
8704version = "0.4.2"
8705source = "registry+https://github.com/rust-lang/crates.io-index"
8706checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8707dependencies = [
8708 "num-bigint",
8709 "num-integer",
8710 "num-traits",
8711]
8712
8713[[package]]
8714name = "num-traits"
8715version = "0.2.19"
8716source = "registry+https://github.com/rust-lang/crates.io-index"
8717checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8718dependencies = [
8719 "autocfg",
8720 "libm",
8721]
8722
8723[[package]]
8724name = "num_cpus"
8725version = "1.16.0"
8726source = "registry+https://github.com/rust-lang/crates.io-index"
8727checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8728dependencies = [
8729 "hermit-abi 0.3.9",
8730 "libc",
8731]
8732
8733[[package]]
8734name = "num_enum"
8735version = "0.7.3"
8736source = "registry+https://github.com/rust-lang/crates.io-index"
8737checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8738dependencies = [
8739 "num_enum_derive",
8740]
8741
8742[[package]]
8743name = "num_enum_derive"
8744version = "0.7.3"
8745source = "registry+https://github.com/rust-lang/crates.io-index"
8746checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8747dependencies = [
8748 "proc-macro-crate",
8749 "proc-macro2",
8750 "quote",
8751 "syn 2.0.100",
8752]
8753
8754[[package]]
8755name = "num_threads"
8756version = "0.1.7"
8757source = "registry+https://github.com/rust-lang/crates.io-index"
8758checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8759dependencies = [
8760 "libc",
8761]
8762
8763[[package]]
8764name = "nvim-rs"
8765version = "0.8.0-pre"
8766source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8767dependencies = [
8768 "async-trait",
8769 "futures 0.3.31",
8770 "log",
8771 "parity-tokio-ipc",
8772 "rmp",
8773 "rmpv",
8774 "tokio",
8775 "tokio-util",
8776 "winapi",
8777]
8778
8779[[package]]
8780name = "objc"
8781version = "0.2.7"
8782source = "registry+https://github.com/rust-lang/crates.io-index"
8783checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8784dependencies = [
8785 "malloc_buf",
8786]
8787
8788[[package]]
8789name = "objc-sys"
8790version = "0.3.5"
8791source = "registry+https://github.com/rust-lang/crates.io-index"
8792checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8793
8794[[package]]
8795name = "objc2"
8796version = "0.5.2"
8797source = "registry+https://github.com/rust-lang/crates.io-index"
8798checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8799dependencies = [
8800 "objc-sys",
8801 "objc2-encode",
8802]
8803
8804[[package]]
8805name = "objc2-app-kit"
8806version = "0.2.2"
8807source = "registry+https://github.com/rust-lang/crates.io-index"
8808checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8809dependencies = [
8810 "bitflags 2.8.0",
8811 "block2",
8812 "libc",
8813 "objc2",
8814 "objc2-core-data",
8815 "objc2-core-image",
8816 "objc2-foundation",
8817 "objc2-quartz-core",
8818]
8819
8820[[package]]
8821name = "objc2-cloud-kit"
8822version = "0.2.2"
8823source = "registry+https://github.com/rust-lang/crates.io-index"
8824checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8825dependencies = [
8826 "bitflags 2.8.0",
8827 "block2",
8828 "objc2",
8829 "objc2-core-location",
8830 "objc2-foundation",
8831]
8832
8833[[package]]
8834name = "objc2-contacts"
8835version = "0.2.2"
8836source = "registry+https://github.com/rust-lang/crates.io-index"
8837checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8838dependencies = [
8839 "block2",
8840 "objc2",
8841 "objc2-foundation",
8842]
8843
8844[[package]]
8845name = "objc2-core-data"
8846version = "0.2.2"
8847source = "registry+https://github.com/rust-lang/crates.io-index"
8848checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8849dependencies = [
8850 "bitflags 2.8.0",
8851 "block2",
8852 "objc2",
8853 "objc2-foundation",
8854]
8855
8856[[package]]
8857name = "objc2-core-image"
8858version = "0.2.2"
8859source = "registry+https://github.com/rust-lang/crates.io-index"
8860checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8861dependencies = [
8862 "block2",
8863 "objc2",
8864 "objc2-foundation",
8865 "objc2-metal",
8866]
8867
8868[[package]]
8869name = "objc2-core-location"
8870version = "0.2.2"
8871source = "registry+https://github.com/rust-lang/crates.io-index"
8872checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8873dependencies = [
8874 "block2",
8875 "objc2",
8876 "objc2-contacts",
8877 "objc2-foundation",
8878]
8879
8880[[package]]
8881name = "objc2-encode"
8882version = "4.0.3"
8883source = "registry+https://github.com/rust-lang/crates.io-index"
8884checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8885
8886[[package]]
8887name = "objc2-foundation"
8888version = "0.2.2"
8889source = "registry+https://github.com/rust-lang/crates.io-index"
8890checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8891dependencies = [
8892 "bitflags 2.8.0",
8893 "block2",
8894 "libc",
8895 "objc2",
8896]
8897
8898[[package]]
8899name = "objc2-link-presentation"
8900version = "0.2.2"
8901source = "registry+https://github.com/rust-lang/crates.io-index"
8902checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8903dependencies = [
8904 "block2",
8905 "objc2",
8906 "objc2-app-kit",
8907 "objc2-foundation",
8908]
8909
8910[[package]]
8911name = "objc2-metal"
8912version = "0.2.2"
8913source = "registry+https://github.com/rust-lang/crates.io-index"
8914checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8915dependencies = [
8916 "bitflags 2.8.0",
8917 "block2",
8918 "objc2",
8919 "objc2-foundation",
8920]
8921
8922[[package]]
8923name = "objc2-quartz-core"
8924version = "0.2.2"
8925source = "registry+https://github.com/rust-lang/crates.io-index"
8926checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8927dependencies = [
8928 "bitflags 2.8.0",
8929 "block2",
8930 "objc2",
8931 "objc2-foundation",
8932 "objc2-metal",
8933]
8934
8935[[package]]
8936name = "objc2-symbols"
8937version = "0.2.2"
8938source = "registry+https://github.com/rust-lang/crates.io-index"
8939checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8940dependencies = [
8941 "objc2",
8942 "objc2-foundation",
8943]
8944
8945[[package]]
8946name = "objc2-ui-kit"
8947version = "0.2.2"
8948source = "registry+https://github.com/rust-lang/crates.io-index"
8949checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8950dependencies = [
8951 "bitflags 2.8.0",
8952 "block2",
8953 "objc2",
8954 "objc2-cloud-kit",
8955 "objc2-core-data",
8956 "objc2-core-image",
8957 "objc2-core-location",
8958 "objc2-foundation",
8959 "objc2-link-presentation",
8960 "objc2-quartz-core",
8961 "objc2-symbols",
8962 "objc2-uniform-type-identifiers",
8963 "objc2-user-notifications",
8964]
8965
8966[[package]]
8967name = "objc2-uniform-type-identifiers"
8968version = "0.2.2"
8969source = "registry+https://github.com/rust-lang/crates.io-index"
8970checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8971dependencies = [
8972 "block2",
8973 "objc2",
8974 "objc2-foundation",
8975]
8976
8977[[package]]
8978name = "objc2-user-notifications"
8979version = "0.2.2"
8980source = "registry+https://github.com/rust-lang/crates.io-index"
8981checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8982dependencies = [
8983 "bitflags 2.8.0",
8984 "block2",
8985 "objc2",
8986 "objc2-core-location",
8987 "objc2-foundation",
8988]
8989
8990[[package]]
8991name = "object"
8992version = "0.36.5"
8993source = "registry+https://github.com/rust-lang/crates.io-index"
8994checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8995dependencies = [
8996 "crc32fast",
8997 "hashbrown 0.15.2",
8998 "indexmap",
8999 "memchr",
9000]
9001
9002[[package]]
9003name = "oboe"
9004version = "0.6.1"
9005source = "registry+https://github.com/rust-lang/crates.io-index"
9006checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
9007dependencies = [
9008 "jni",
9009 "ndk",
9010 "ndk-context",
9011 "num-derive",
9012 "num-traits",
9013 "oboe-sys",
9014]
9015
9016[[package]]
9017name = "oboe-sys"
9018version = "0.6.1"
9019source = "registry+https://github.com/rust-lang/crates.io-index"
9020checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
9021dependencies = [
9022 "cc",
9023]
9024
9025[[package]]
9026name = "ollama"
9027version = "0.1.0"
9028dependencies = [
9029 "anyhow",
9030 "futures 0.3.31",
9031 "http_client",
9032 "schemars",
9033 "serde",
9034 "serde_json",
9035]
9036
9037[[package]]
9038name = "once_cell"
9039version = "1.20.3"
9040source = "registry+https://github.com/rust-lang/crates.io-index"
9041checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
9042
9043[[package]]
9044name = "oo7"
9045version = "0.4.1"
9046source = "registry+https://github.com/rust-lang/crates.io-index"
9047checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
9048dependencies = [
9049 "aes",
9050 "ashpd",
9051 "async-fs",
9052 "async-io",
9053 "async-lock",
9054 "blocking",
9055 "cbc",
9056 "cipher",
9057 "digest",
9058 "endi",
9059 "futures-lite 2.6.0",
9060 "futures-util",
9061 "getrandom 0.3.1",
9062 "hkdf",
9063 "hmac",
9064 "md-5",
9065 "num",
9066 "num-bigint-dig",
9067 "pbkdf2 0.12.2",
9068 "rand 0.9.0",
9069 "serde",
9070 "sha2",
9071 "subtle",
9072 "zbus",
9073 "zbus_macros",
9074 "zeroize",
9075 "zvariant",
9076]
9077
9078[[package]]
9079name = "oorandom"
9080version = "11.1.4"
9081source = "registry+https://github.com/rust-lang/crates.io-index"
9082checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
9083
9084[[package]]
9085name = "open"
9086version = "5.3.2"
9087source = "registry+https://github.com/rust-lang/crates.io-index"
9088checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
9089dependencies = [
9090 "is-wsl",
9091 "libc",
9092 "pathdiff",
9093]
9094
9095[[package]]
9096name = "open_ai"
9097version = "0.1.0"
9098dependencies = [
9099 "anyhow",
9100 "futures 0.3.31",
9101 "http_client",
9102 "schemars",
9103 "serde",
9104 "serde_json",
9105 "strum",
9106]
9107
9108[[package]]
9109name = "opener"
9110version = "0.7.2"
9111source = "registry+https://github.com/rust-lang/crates.io-index"
9112checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
9113dependencies = [
9114 "bstr",
9115 "dbus",
9116 "normpath",
9117 "windows-sys 0.59.0",
9118]
9119
9120[[package]]
9121name = "openssl"
9122version = "0.10.70"
9123source = "registry+https://github.com/rust-lang/crates.io-index"
9124checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
9125dependencies = [
9126 "bitflags 2.8.0",
9127 "cfg-if",
9128 "foreign-types 0.3.2",
9129 "libc",
9130 "once_cell",
9131 "openssl-macros",
9132 "openssl-sys",
9133]
9134
9135[[package]]
9136name = "openssl-macros"
9137version = "0.1.1"
9138source = "registry+https://github.com/rust-lang/crates.io-index"
9139checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
9140dependencies = [
9141 "proc-macro2",
9142 "quote",
9143 "syn 2.0.100",
9144]
9145
9146[[package]]
9147name = "openssl-probe"
9148version = "0.1.5"
9149source = "registry+https://github.com/rust-lang/crates.io-index"
9150checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
9151
9152[[package]]
9153name = "openssl-src"
9154version = "300.4.1+3.4.0"
9155source = "registry+https://github.com/rust-lang/crates.io-index"
9156checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
9157dependencies = [
9158 "cc",
9159]
9160
9161[[package]]
9162name = "openssl-sys"
9163version = "0.9.105"
9164source = "registry+https://github.com/rust-lang/crates.io-index"
9165checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
9166dependencies = [
9167 "cc",
9168 "libc",
9169 "openssl-src",
9170 "pkg-config",
9171 "vcpkg",
9172]
9173
9174[[package]]
9175name = "option-ext"
9176version = "0.2.0"
9177source = "registry+https://github.com/rust-lang/crates.io-index"
9178checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
9179
9180[[package]]
9181name = "ordered-float"
9182version = "2.10.1"
9183source = "registry+https://github.com/rust-lang/crates.io-index"
9184checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
9185dependencies = [
9186 "num-traits",
9187]
9188
9189[[package]]
9190name = "ordered-float"
9191version = "3.9.2"
9192source = "registry+https://github.com/rust-lang/crates.io-index"
9193checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
9194dependencies = [
9195 "num-traits",
9196]
9197
9198[[package]]
9199name = "ordered-stream"
9200version = "0.2.0"
9201source = "registry+https://github.com/rust-lang/crates.io-index"
9202checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
9203dependencies = [
9204 "futures-core",
9205 "pin-project-lite",
9206]
9207
9208[[package]]
9209name = "ouroboros"
9210version = "0.18.4"
9211source = "registry+https://github.com/rust-lang/crates.io-index"
9212checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
9213dependencies = [
9214 "aliasable",
9215 "ouroboros_macro",
9216 "static_assertions",
9217]
9218
9219[[package]]
9220name = "ouroboros_macro"
9221version = "0.18.4"
9222source = "registry+https://github.com/rust-lang/crates.io-index"
9223checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
9224dependencies = [
9225 "heck 0.4.1",
9226 "itertools 0.12.1",
9227 "proc-macro2",
9228 "proc-macro2-diagnostics",
9229 "quote",
9230 "syn 2.0.100",
9231]
9232
9233[[package]]
9234name = "outline"
9235version = "0.1.0"
9236dependencies = [
9237 "editor",
9238 "fuzzy",
9239 "gpui",
9240 "indoc",
9241 "language",
9242 "menu",
9243 "ordered-float 2.10.1",
9244 "picker",
9245 "project",
9246 "rope",
9247 "serde_json",
9248 "settings",
9249 "smol",
9250 "theme",
9251 "tree-sitter-rust",
9252 "tree-sitter-typescript",
9253 "ui",
9254 "util",
9255 "workspace",
9256 "zed_actions",
9257]
9258
9259[[package]]
9260name = "outline_panel"
9261version = "0.1.0"
9262dependencies = [
9263 "anyhow",
9264 "collections",
9265 "db",
9266 "editor",
9267 "file_icons",
9268 "fuzzy",
9269 "gpui",
9270 "itertools 0.14.0",
9271 "language",
9272 "log",
9273 "menu",
9274 "outline",
9275 "pretty_assertions",
9276 "project",
9277 "schemars",
9278 "search",
9279 "serde",
9280 "serde_json",
9281 "settings",
9282 "smallvec",
9283 "smol",
9284 "theme",
9285 "ui",
9286 "util",
9287 "workspace",
9288 "worktree",
9289 "zed_actions",
9290]
9291
9292[[package]]
9293name = "outref"
9294version = "0.5.1"
9295source = "registry+https://github.com/rust-lang/crates.io-index"
9296checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
9297
9298[[package]]
9299name = "overload"
9300version = "0.1.1"
9301source = "registry+https://github.com/rust-lang/crates.io-index"
9302checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
9303
9304[[package]]
9305name = "p256"
9306version = "0.11.1"
9307source = "registry+https://github.com/rust-lang/crates.io-index"
9308checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
9309dependencies = [
9310 "ecdsa",
9311 "elliptic-curve",
9312 "sha2",
9313]
9314
9315[[package]]
9316name = "page_size"
9317version = "0.6.0"
9318source = "registry+https://github.com/rust-lang/crates.io-index"
9319checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
9320dependencies = [
9321 "libc",
9322 "winapi",
9323]
9324
9325[[package]]
9326name = "palette"
9327version = "0.7.6"
9328source = "registry+https://github.com/rust-lang/crates.io-index"
9329checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
9330dependencies = [
9331 "approx",
9332 "fast-srgb8",
9333 "palette_derive",
9334]
9335
9336[[package]]
9337name = "palette_derive"
9338version = "0.7.6"
9339source = "registry+https://github.com/rust-lang/crates.io-index"
9340checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
9341dependencies = [
9342 "by_address",
9343 "proc-macro2",
9344 "quote",
9345 "syn 2.0.100",
9346]
9347
9348[[package]]
9349name = "panel"
9350version = "0.1.0"
9351dependencies = [
9352 "editor",
9353 "gpui",
9354 "settings",
9355 "theme",
9356 "ui",
9357 "workspace",
9358]
9359
9360[[package]]
9361name = "parity-tokio-ipc"
9362version = "0.9.0"
9363source = "registry+https://github.com/rust-lang/crates.io-index"
9364checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
9365dependencies = [
9366 "futures 0.3.31",
9367 "libc",
9368 "log",
9369 "rand 0.7.3",
9370 "tokio",
9371 "winapi",
9372]
9373
9374[[package]]
9375name = "parking"
9376version = "2.2.1"
9377source = "registry+https://github.com/rust-lang/crates.io-index"
9378checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
9379
9380[[package]]
9381name = "parking_lot"
9382version = "0.12.3"
9383source = "registry+https://github.com/rust-lang/crates.io-index"
9384checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
9385dependencies = [
9386 "lock_api",
9387 "parking_lot_core",
9388]
9389
9390[[package]]
9391name = "parking_lot_core"
9392version = "0.9.10"
9393source = "registry+https://github.com/rust-lang/crates.io-index"
9394checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
9395dependencies = [
9396 "cfg-if",
9397 "libc",
9398 "redox_syscall 0.5.8",
9399 "smallvec",
9400 "windows-targets 0.52.6",
9401]
9402
9403[[package]]
9404name = "password-hash"
9405version = "0.4.2"
9406source = "registry+https://github.com/rust-lang/crates.io-index"
9407checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
9408dependencies = [
9409 "base64ct",
9410 "rand_core 0.6.4",
9411 "subtle",
9412]
9413
9414[[package]]
9415name = "password-hash"
9416version = "0.5.0"
9417source = "registry+https://github.com/rust-lang/crates.io-index"
9418checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
9419dependencies = [
9420 "base64ct",
9421 "rand_core 0.6.4",
9422 "subtle",
9423]
9424
9425[[package]]
9426name = "paste"
9427version = "1.0.15"
9428source = "registry+https://github.com/rust-lang/crates.io-index"
9429checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
9430
9431[[package]]
9432name = "pathdiff"
9433version = "0.2.3"
9434source = "registry+https://github.com/rust-lang/crates.io-index"
9435checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
9436
9437[[package]]
9438name = "pathfinder_geometry"
9439version = "0.5.1"
9440source = "registry+https://github.com/rust-lang/crates.io-index"
9441checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
9442dependencies = [
9443 "log",
9444 "pathfinder_simd",
9445]
9446
9447[[package]]
9448name = "pathfinder_simd"
9449version = "0.5.4"
9450source = "registry+https://github.com/rust-lang/crates.io-index"
9451checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
9452dependencies = [
9453 "rustc_version",
9454]
9455
9456[[package]]
9457name = "paths"
9458version = "0.1.0"
9459dependencies = [
9460 "dirs 4.0.0",
9461 "util",
9462]
9463
9464[[package]]
9465name = "pbjson"
9466version = "0.6.0"
9467source = "registry+https://github.com/rust-lang/crates.io-index"
9468checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
9469dependencies = [
9470 "base64 0.21.7",
9471 "serde",
9472]
9473
9474[[package]]
9475name = "pbjson-build"
9476version = "0.6.2"
9477source = "registry+https://github.com/rust-lang/crates.io-index"
9478checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
9479dependencies = [
9480 "heck 0.4.1",
9481 "itertools 0.11.0",
9482 "prost 0.12.6",
9483 "prost-types 0.12.6",
9484]
9485
9486[[package]]
9487name = "pbjson-types"
9488version = "0.6.0"
9489source = "registry+https://github.com/rust-lang/crates.io-index"
9490checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
9491dependencies = [
9492 "bytes 1.10.1",
9493 "chrono",
9494 "pbjson",
9495 "pbjson-build",
9496 "prost 0.12.6",
9497 "prost-build 0.12.6",
9498 "serde",
9499]
9500
9501[[package]]
9502name = "pbkdf2"
9503version = "0.11.0"
9504source = "registry+https://github.com/rust-lang/crates.io-index"
9505checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
9506dependencies = [
9507 "digest",
9508 "hmac",
9509 "password-hash 0.4.2",
9510 "sha2",
9511]
9512
9513[[package]]
9514name = "pbkdf2"
9515version = "0.12.2"
9516source = "registry+https://github.com/rust-lang/crates.io-index"
9517checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
9518dependencies = [
9519 "digest",
9520 "hmac",
9521]
9522
9523[[package]]
9524name = "pem"
9525version = "3.0.4"
9526source = "registry+https://github.com/rust-lang/crates.io-index"
9527checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
9528dependencies = [
9529 "base64 0.22.1",
9530 "serde",
9531]
9532
9533[[package]]
9534name = "pem-rfc7468"
9535version = "0.7.0"
9536source = "registry+https://github.com/rust-lang/crates.io-index"
9537checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
9538dependencies = [
9539 "base64ct",
9540]
9541
9542[[package]]
9543name = "percent-encoding"
9544version = "2.3.1"
9545source = "registry+https://github.com/rust-lang/crates.io-index"
9546checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
9547
9548[[package]]
9549name = "perplexity"
9550version = "0.1.0"
9551dependencies = [
9552 "serde",
9553 "zed_extension_api 0.3.0",
9554]
9555
9556[[package]]
9557name = "pest"
9558version = "2.7.15"
9559source = "registry+https://github.com/rust-lang/crates.io-index"
9560checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
9561dependencies = [
9562 "memchr",
9563 "thiserror 2.0.6",
9564 "ucd-trie",
9565]
9566
9567[[package]]
9568name = "pest_derive"
9569version = "2.7.15"
9570source = "registry+https://github.com/rust-lang/crates.io-index"
9571checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9572dependencies = [
9573 "pest",
9574 "pest_generator",
9575]
9576
9577[[package]]
9578name = "pest_generator"
9579version = "2.7.15"
9580source = "registry+https://github.com/rust-lang/crates.io-index"
9581checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9582dependencies = [
9583 "pest",
9584 "pest_meta",
9585 "proc-macro2",
9586 "quote",
9587 "syn 2.0.100",
9588]
9589
9590[[package]]
9591name = "pest_meta"
9592version = "2.7.15"
9593source = "registry+https://github.com/rust-lang/crates.io-index"
9594checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9595dependencies = [
9596 "once_cell",
9597 "pest",
9598 "sha2",
9599]
9600
9601[[package]]
9602name = "pet"
9603version = "0.1.0"
9604source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9605dependencies = [
9606 "clap",
9607 "env_logger 0.10.2",
9608 "lazy_static",
9609 "log",
9610 "msvc_spectre_libs",
9611 "pet-conda",
9612 "pet-core",
9613 "pet-env-var-path",
9614 "pet-fs",
9615 "pet-global-virtualenvs",
9616 "pet-homebrew",
9617 "pet-jsonrpc",
9618 "pet-linux-global-python",
9619 "pet-mac-commandlinetools",
9620 "pet-mac-python-org",
9621 "pet-mac-xcode",
9622 "pet-pipenv",
9623 "pet-pixi",
9624 "pet-poetry",
9625 "pet-pyenv",
9626 "pet-python-utils",
9627 "pet-reporter",
9628 "pet-telemetry",
9629 "pet-venv",
9630 "pet-virtualenv",
9631 "pet-virtualenvwrapper",
9632 "pet-windows-registry",
9633 "pet-windows-store",
9634 "serde",
9635 "serde_json",
9636]
9637
9638[[package]]
9639name = "pet-conda"
9640version = "0.1.0"
9641source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9642dependencies = [
9643 "env_logger 0.10.2",
9644 "lazy_static",
9645 "log",
9646 "msvc_spectre_libs",
9647 "pet-core",
9648 "pet-fs",
9649 "pet-python-utils",
9650 "pet-reporter",
9651 "regex",
9652 "serde",
9653 "serde_json",
9654 "yaml-rust2",
9655]
9656
9657[[package]]
9658name = "pet-core"
9659version = "0.1.0"
9660source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9661dependencies = [
9662 "clap",
9663 "lazy_static",
9664 "log",
9665 "msvc_spectre_libs",
9666 "pet-fs",
9667 "regex",
9668 "serde",
9669 "serde_json",
9670]
9671
9672[[package]]
9673name = "pet-env-var-path"
9674version = "0.1.0"
9675source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9676dependencies = [
9677 "lazy_static",
9678 "log",
9679 "msvc_spectre_libs",
9680 "pet-conda",
9681 "pet-core",
9682 "pet-fs",
9683 "pet-python-utils",
9684 "pet-virtualenv",
9685 "regex",
9686]
9687
9688[[package]]
9689name = "pet-fs"
9690version = "0.1.0"
9691source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9692dependencies = [
9693 "log",
9694 "msvc_spectre_libs",
9695]
9696
9697[[package]]
9698name = "pet-global-virtualenvs"
9699version = "0.1.0"
9700source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9701dependencies = [
9702 "log",
9703 "msvc_spectre_libs",
9704 "pet-conda",
9705 "pet-core",
9706 "pet-fs",
9707 "pet-virtualenv",
9708]
9709
9710[[package]]
9711name = "pet-homebrew"
9712version = "0.1.0"
9713source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9714dependencies = [
9715 "lazy_static",
9716 "log",
9717 "msvc_spectre_libs",
9718 "pet-conda",
9719 "pet-core",
9720 "pet-fs",
9721 "pet-python-utils",
9722 "pet-virtualenv",
9723 "regex",
9724 "serde",
9725 "serde_json",
9726]
9727
9728[[package]]
9729name = "pet-jsonrpc"
9730version = "0.1.0"
9731source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9732dependencies = [
9733 "env_logger 0.10.2",
9734 "log",
9735 "msvc_spectre_libs",
9736 "pet-core",
9737 "serde",
9738 "serde_json",
9739]
9740
9741[[package]]
9742name = "pet-linux-global-python"
9743version = "0.1.0"
9744source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9745dependencies = [
9746 "log",
9747 "msvc_spectre_libs",
9748 "pet-core",
9749 "pet-fs",
9750 "pet-python-utils",
9751 "pet-virtualenv",
9752]
9753
9754[[package]]
9755name = "pet-mac-commandlinetools"
9756version = "0.1.0"
9757source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9758dependencies = [
9759 "log",
9760 "msvc_spectre_libs",
9761 "pet-core",
9762 "pet-fs",
9763 "pet-python-utils",
9764 "pet-virtualenv",
9765]
9766
9767[[package]]
9768name = "pet-mac-python-org"
9769version = "0.1.0"
9770source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9771dependencies = [
9772 "log",
9773 "msvc_spectre_libs",
9774 "pet-core",
9775 "pet-fs",
9776 "pet-python-utils",
9777 "pet-virtualenv",
9778]
9779
9780[[package]]
9781name = "pet-mac-xcode"
9782version = "0.1.0"
9783source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9784dependencies = [
9785 "log",
9786 "msvc_spectre_libs",
9787 "pet-core",
9788 "pet-fs",
9789 "pet-python-utils",
9790 "pet-virtualenv",
9791]
9792
9793[[package]]
9794name = "pet-pipenv"
9795version = "0.1.0"
9796source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9797dependencies = [
9798 "log",
9799 "msvc_spectre_libs",
9800 "pet-core",
9801 "pet-fs",
9802 "pet-python-utils",
9803 "pet-virtualenv",
9804]
9805
9806[[package]]
9807name = "pet-pixi"
9808version = "0.1.0"
9809source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9810dependencies = [
9811 "log",
9812 "msvc_spectre_libs",
9813 "pet-conda",
9814 "pet-core",
9815 "pet-python-utils",
9816]
9817
9818[[package]]
9819name = "pet-poetry"
9820version = "0.1.0"
9821source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9822dependencies = [
9823 "base64 0.22.1",
9824 "lazy_static",
9825 "log",
9826 "msvc_spectre_libs",
9827 "pet-core",
9828 "pet-fs",
9829 "pet-python-utils",
9830 "pet-reporter",
9831 "pet-virtualenv",
9832 "regex",
9833 "serde",
9834 "serde_json",
9835 "sha2",
9836 "toml 0.8.20",
9837]
9838
9839[[package]]
9840name = "pet-pyenv"
9841version = "0.1.0"
9842source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9843dependencies = [
9844 "lazy_static",
9845 "log",
9846 "msvc_spectre_libs",
9847 "pet-conda",
9848 "pet-core",
9849 "pet-fs",
9850 "pet-python-utils",
9851 "pet-reporter",
9852 "regex",
9853 "serde",
9854 "serde_json",
9855]
9856
9857[[package]]
9858name = "pet-python-utils"
9859version = "0.1.0"
9860source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9861dependencies = [
9862 "env_logger 0.10.2",
9863 "lazy_static",
9864 "log",
9865 "msvc_spectre_libs",
9866 "pet-core",
9867 "pet-fs",
9868 "regex",
9869 "serde",
9870 "serde_json",
9871 "sha2",
9872]
9873
9874[[package]]
9875name = "pet-reporter"
9876version = "0.1.0"
9877source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9878dependencies = [
9879 "env_logger 0.10.2",
9880 "log",
9881 "msvc_spectre_libs",
9882 "pet-core",
9883 "pet-jsonrpc",
9884 "serde",
9885 "serde_json",
9886]
9887
9888[[package]]
9889name = "pet-telemetry"
9890version = "0.1.0"
9891source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9892dependencies = [
9893 "env_logger 0.10.2",
9894 "lazy_static",
9895 "log",
9896 "msvc_spectre_libs",
9897 "pet-core",
9898 "pet-fs",
9899 "pet-python-utils",
9900 "regex",
9901]
9902
9903[[package]]
9904name = "pet-venv"
9905version = "0.1.0"
9906source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9907dependencies = [
9908 "log",
9909 "msvc_spectre_libs",
9910 "pet-core",
9911 "pet-python-utils",
9912 "pet-virtualenv",
9913]
9914
9915[[package]]
9916name = "pet-virtualenv"
9917version = "0.1.0"
9918source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9919dependencies = [
9920 "log",
9921 "msvc_spectre_libs",
9922 "pet-core",
9923 "pet-fs",
9924 "pet-python-utils",
9925]
9926
9927[[package]]
9928name = "pet-virtualenvwrapper"
9929version = "0.1.0"
9930source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9931dependencies = [
9932 "log",
9933 "msvc_spectre_libs",
9934 "pet-core",
9935 "pet-fs",
9936 "pet-python-utils",
9937 "pet-virtualenv",
9938]
9939
9940[[package]]
9941name = "pet-windows-registry"
9942version = "0.1.0"
9943source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9944dependencies = [
9945 "lazy_static",
9946 "log",
9947 "msvc_spectre_libs",
9948 "pet-conda",
9949 "pet-core",
9950 "pet-fs",
9951 "pet-python-utils",
9952 "pet-virtualenv",
9953 "pet-windows-store",
9954 "regex",
9955 "winreg 0.52.0",
9956]
9957
9958[[package]]
9959name = "pet-windows-store"
9960version = "0.1.0"
9961source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9962dependencies = [
9963 "lazy_static",
9964 "log",
9965 "msvc_spectre_libs",
9966 "pet-core",
9967 "pet-fs",
9968 "pet-python-utils",
9969 "pet-virtualenv",
9970 "regex",
9971 "winreg 0.52.0",
9972]
9973
9974[[package]]
9975name = "petgraph"
9976version = "0.6.5"
9977source = "registry+https://github.com/rust-lang/crates.io-index"
9978checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9979dependencies = [
9980 "fixedbitset",
9981 "indexmap",
9982]
9983
9984[[package]]
9985name = "phf"
9986version = "0.11.2"
9987source = "registry+https://github.com/rust-lang/crates.io-index"
9988checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9989dependencies = [
9990 "phf_macros",
9991 "phf_shared 0.11.2",
9992]
9993
9994[[package]]
9995name = "phf_codegen"
9996version = "0.11.2"
9997source = "registry+https://github.com/rust-lang/crates.io-index"
9998checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9999dependencies = [
10000 "phf_generator 0.11.2",
10001 "phf_shared 0.11.2",
10002]
10003
10004[[package]]
10005name = "phf_generator"
10006version = "0.10.0"
10007source = "registry+https://github.com/rust-lang/crates.io-index"
10008checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10009dependencies = [
10010 "phf_shared 0.10.0",
10011 "rand 0.8.5",
10012]
10013
10014[[package]]
10015name = "phf_generator"
10016version = "0.11.2"
10017source = "registry+https://github.com/rust-lang/crates.io-index"
10018checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10019dependencies = [
10020 "phf_shared 0.11.2",
10021 "rand 0.8.5",
10022]
10023
10024[[package]]
10025name = "phf_macros"
10026version = "0.11.2"
10027source = "registry+https://github.com/rust-lang/crates.io-index"
10028checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10029dependencies = [
10030 "phf_generator 0.11.2",
10031 "phf_shared 0.11.2",
10032 "proc-macro2",
10033 "quote",
10034 "syn 2.0.100",
10035]
10036
10037[[package]]
10038name = "phf_shared"
10039version = "0.10.0"
10040source = "registry+https://github.com/rust-lang/crates.io-index"
10041checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10042dependencies = [
10043 "siphasher 0.3.11",
10044]
10045
10046[[package]]
10047name = "phf_shared"
10048version = "0.11.2"
10049source = "registry+https://github.com/rust-lang/crates.io-index"
10050checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10051dependencies = [
10052 "siphasher 0.3.11",
10053]
10054
10055[[package]]
10056name = "picker"
10057version = "0.1.0"
10058dependencies = [
10059 "anyhow",
10060 "ctor",
10061 "editor",
10062 "env_logger 0.11.7",
10063 "gpui",
10064 "menu",
10065 "schemars",
10066 "serde",
10067 "serde_json",
10068 "ui",
10069 "util",
10070 "workspace",
10071]
10072
10073[[package]]
10074name = "pico-args"
10075version = "0.5.0"
10076source = "registry+https://github.com/rust-lang/crates.io-index"
10077checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10078
10079[[package]]
10080name = "pin-project"
10081version = "1.1.7"
10082source = "registry+https://github.com/rust-lang/crates.io-index"
10083checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10084dependencies = [
10085 "pin-project-internal",
10086]
10087
10088[[package]]
10089name = "pin-project-internal"
10090version = "1.1.7"
10091source = "registry+https://github.com/rust-lang/crates.io-index"
10092checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10093dependencies = [
10094 "proc-macro2",
10095 "quote",
10096 "syn 2.0.100",
10097]
10098
10099[[package]]
10100name = "pin-project-lite"
10101version = "0.2.16"
10102source = "registry+https://github.com/rust-lang/crates.io-index"
10103checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10104
10105[[package]]
10106name = "pin-utils"
10107version = "0.1.0"
10108source = "registry+https://github.com/rust-lang/crates.io-index"
10109checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10110
10111[[package]]
10112name = "piper"
10113version = "0.2.4"
10114source = "registry+https://github.com/rust-lang/crates.io-index"
10115checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10116dependencies = [
10117 "atomic-waker",
10118 "fastrand 2.3.0",
10119 "futures-io",
10120]
10121
10122[[package]]
10123name = "pkcs1"
10124version = "0.7.5"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10127dependencies = [
10128 "der 0.7.9",
10129 "pkcs8 0.10.2",
10130 "spki 0.7.3",
10131]
10132
10133[[package]]
10134name = "pkcs8"
10135version = "0.9.0"
10136source = "registry+https://github.com/rust-lang/crates.io-index"
10137checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10138dependencies = [
10139 "der 0.6.1",
10140 "spki 0.6.0",
10141]
10142
10143[[package]]
10144name = "pkcs8"
10145version = "0.10.2"
10146source = "registry+https://github.com/rust-lang/crates.io-index"
10147checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10148dependencies = [
10149 "der 0.7.9",
10150 "spki 0.7.3",
10151]
10152
10153[[package]]
10154name = "pkg-config"
10155version = "0.3.31"
10156source = "registry+https://github.com/rust-lang/crates.io-index"
10157checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10158
10159[[package]]
10160name = "plist"
10161version = "1.7.0"
10162source = "registry+https://github.com/rust-lang/crates.io-index"
10163checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10164dependencies = [
10165 "base64 0.22.1",
10166 "indexmap",
10167 "quick-xml 0.32.0",
10168 "serde",
10169 "time",
10170]
10171
10172[[package]]
10173name = "plotters"
10174version = "0.3.7"
10175source = "registry+https://github.com/rust-lang/crates.io-index"
10176checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10177dependencies = [
10178 "num-traits",
10179 "plotters-backend",
10180 "plotters-svg",
10181 "wasm-bindgen",
10182 "web-sys",
10183]
10184
10185[[package]]
10186name = "plotters-backend"
10187version = "0.3.7"
10188source = "registry+https://github.com/rust-lang/crates.io-index"
10189checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10190
10191[[package]]
10192name = "plotters-svg"
10193version = "0.3.7"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10196dependencies = [
10197 "plotters-backend",
10198]
10199
10200[[package]]
10201name = "png"
10202version = "0.17.15"
10203source = "registry+https://github.com/rust-lang/crates.io-index"
10204checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10205dependencies = [
10206 "bitflags 1.3.2",
10207 "crc32fast",
10208 "fdeflate",
10209 "flate2",
10210 "miniz_oxide",
10211]
10212
10213[[package]]
10214name = "polling"
10215version = "3.7.4"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10218dependencies = [
10219 "cfg-if",
10220 "concurrent-queue",
10221 "hermit-abi 0.4.0",
10222 "pin-project-lite",
10223 "rustix",
10224 "tracing",
10225 "windows-sys 0.59.0",
10226]
10227
10228[[package]]
10229name = "pollster"
10230version = "0.2.5"
10231source = "registry+https://github.com/rust-lang/crates.io-index"
10232checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10233
10234[[package]]
10235name = "portable-atomic"
10236version = "1.11.0"
10237source = "registry+https://github.com/rust-lang/crates.io-index"
10238checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10239
10240[[package]]
10241name = "portable-atomic-util"
10242version = "0.2.4"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10245dependencies = [
10246 "portable-atomic",
10247]
10248
10249[[package]]
10250name = "postage"
10251version = "0.5.0"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10254dependencies = [
10255 "atomic",
10256 "crossbeam-queue",
10257 "futures 0.3.31",
10258 "log",
10259 "parking_lot",
10260 "pin-project",
10261 "pollster",
10262 "static_assertions",
10263 "thiserror 1.0.69",
10264]
10265
10266[[package]]
10267name = "postcard"
10268version = "1.1.1"
10269source = "registry+https://github.com/rust-lang/crates.io-index"
10270checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10271dependencies = [
10272 "cobs",
10273 "embedded-io 0.4.0",
10274 "embedded-io 0.6.1",
10275 "serde",
10276]
10277
10278[[package]]
10279name = "powerfmt"
10280version = "0.2.0"
10281source = "registry+https://github.com/rust-lang/crates.io-index"
10282checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10283
10284[[package]]
10285name = "ppv-lite86"
10286version = "0.2.20"
10287source = "registry+https://github.com/rust-lang/crates.io-index"
10288checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10289dependencies = [
10290 "zerocopy 0.7.35",
10291]
10292
10293[[package]]
10294name = "precomputed-hash"
10295version = "0.1.1"
10296source = "registry+https://github.com/rust-lang/crates.io-index"
10297checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10298
10299[[package]]
10300name = "prettier"
10301version = "0.1.0"
10302dependencies = [
10303 "anyhow",
10304 "collections",
10305 "fs",
10306 "gpui",
10307 "language",
10308 "log",
10309 "lsp",
10310 "node_runtime",
10311 "parking_lot",
10312 "paths",
10313 "serde",
10314 "serde_json",
10315 "util",
10316]
10317
10318[[package]]
10319name = "pretty_assertions"
10320version = "1.4.1"
10321source = "registry+https://github.com/rust-lang/crates.io-index"
10322checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10323dependencies = [
10324 "diff",
10325 "yansi",
10326]
10327
10328[[package]]
10329name = "prettyplease"
10330version = "0.2.25"
10331source = "registry+https://github.com/rust-lang/crates.io-index"
10332checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10333dependencies = [
10334 "proc-macro2",
10335 "syn 2.0.100",
10336]
10337
10338[[package]]
10339name = "proc-macro-crate"
10340version = "3.2.0"
10341source = "registry+https://github.com/rust-lang/crates.io-index"
10342checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10343dependencies = [
10344 "toml_edit",
10345]
10346
10347[[package]]
10348name = "proc-macro-error-attr2"
10349version = "2.0.0"
10350source = "registry+https://github.com/rust-lang/crates.io-index"
10351checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10352dependencies = [
10353 "proc-macro2",
10354 "quote",
10355]
10356
10357[[package]]
10358name = "proc-macro-error2"
10359version = "2.0.1"
10360source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10362dependencies = [
10363 "proc-macro-error-attr2",
10364 "proc-macro2",
10365 "quote",
10366 "syn 2.0.100",
10367]
10368
10369[[package]]
10370name = "proc-macro2"
10371version = "1.0.94"
10372source = "registry+https://github.com/rust-lang/crates.io-index"
10373checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10374dependencies = [
10375 "unicode-ident",
10376]
10377
10378[[package]]
10379name = "proc-macro2-diagnostics"
10380version = "0.10.1"
10381source = "registry+https://github.com/rust-lang/crates.io-index"
10382checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10383dependencies = [
10384 "proc-macro2",
10385 "quote",
10386 "syn 2.0.100",
10387 "version_check",
10388 "yansi",
10389]
10390
10391[[package]]
10392name = "profiling"
10393version = "1.0.16"
10394source = "registry+https://github.com/rust-lang/crates.io-index"
10395checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10396dependencies = [
10397 "profiling-procmacros",
10398]
10399
10400[[package]]
10401name = "profiling-procmacros"
10402version = "1.0.16"
10403source = "registry+https://github.com/rust-lang/crates.io-index"
10404checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10405dependencies = [
10406 "quote",
10407 "syn 2.0.100",
10408]
10409
10410[[package]]
10411name = "project"
10412version = "0.1.0"
10413dependencies = [
10414 "aho-corasick",
10415 "anyhow",
10416 "askpass",
10417 "async-trait",
10418 "buffer_diff",
10419 "client",
10420 "clock",
10421 "collections",
10422 "env_logger 0.11.7",
10423 "extension",
10424 "fancy-regex 0.14.0",
10425 "fs",
10426 "futures 0.3.31",
10427 "fuzzy",
10428 "git",
10429 "git2",
10430 "globset",
10431 "gpui",
10432 "http_client",
10433 "image",
10434 "itertools 0.14.0",
10435 "language",
10436 "log",
10437 "lsp",
10438 "node_runtime",
10439 "parking_lot",
10440 "pathdiff",
10441 "paths",
10442 "postage",
10443 "prettier",
10444 "pretty_assertions",
10445 "rand 0.8.5",
10446 "regex",
10447 "release_channel",
10448 "remote",
10449 "rpc",
10450 "schemars",
10451 "serde",
10452 "serde_json",
10453 "settings",
10454 "sha2",
10455 "shellexpand 2.1.2",
10456 "shlex",
10457 "smol",
10458 "snippet",
10459 "snippet_provider",
10460 "task",
10461 "tempfile",
10462 "terminal",
10463 "text",
10464 "toml 0.8.20",
10465 "unindent",
10466 "url",
10467 "util",
10468 "which 6.0.3",
10469 "worktree",
10470]
10471
10472[[package]]
10473name = "project_panel"
10474version = "0.1.0"
10475dependencies = [
10476 "anyhow",
10477 "client",
10478 "collections",
10479 "command_palette_hooks",
10480 "db",
10481 "editor",
10482 "file_icons",
10483 "git",
10484 "gpui",
10485 "indexmap",
10486 "language",
10487 "menu",
10488 "pretty_assertions",
10489 "project",
10490 "schemars",
10491 "search",
10492 "serde",
10493 "serde_derive",
10494 "serde_json",
10495 "settings",
10496 "smallvec",
10497 "theme",
10498 "ui",
10499 "util",
10500 "workspace",
10501 "worktree",
10502 "zed_actions",
10503]
10504
10505[[package]]
10506name = "project_symbols"
10507version = "0.1.0"
10508dependencies = [
10509 "anyhow",
10510 "editor",
10511 "futures 0.3.31",
10512 "fuzzy",
10513 "gpui",
10514 "language",
10515 "lsp",
10516 "ordered-float 2.10.1",
10517 "picker",
10518 "project",
10519 "release_channel",
10520 "serde_json",
10521 "settings",
10522 "theme",
10523 "util",
10524 "workspace",
10525]
10526
10527[[package]]
10528name = "prometheus"
10529version = "0.13.4"
10530source = "registry+https://github.com/rust-lang/crates.io-index"
10531checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10532dependencies = [
10533 "cfg-if",
10534 "fnv",
10535 "lazy_static",
10536 "memchr",
10537 "parking_lot",
10538 "protobuf",
10539 "thiserror 1.0.69",
10540]
10541
10542[[package]]
10543name = "prompt_library"
10544version = "0.1.0"
10545dependencies = [
10546 "anyhow",
10547 "collections",
10548 "editor",
10549 "gpui",
10550 "language",
10551 "language_model",
10552 "log",
10553 "menu",
10554 "picker",
10555 "prompt_store",
10556 "release_channel",
10557 "rope",
10558 "serde",
10559 "settings",
10560 "theme",
10561 "ui",
10562 "util",
10563 "workspace",
10564 "zed_actions",
10565]
10566
10567[[package]]
10568name = "prompt_store"
10569version = "0.1.0"
10570dependencies = [
10571 "anyhow",
10572 "assets",
10573 "chrono",
10574 "collections",
10575 "fs",
10576 "futures 0.3.31",
10577 "fuzzy",
10578 "gpui",
10579 "handlebars 4.5.0",
10580 "heed",
10581 "language",
10582 "log",
10583 "parking_lot",
10584 "paths",
10585 "rope",
10586 "serde",
10587 "text",
10588 "util",
10589 "uuid",
10590]
10591
10592[[package]]
10593name = "prost"
10594version = "0.9.0"
10595source = "registry+https://github.com/rust-lang/crates.io-index"
10596checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10597dependencies = [
10598 "bytes 1.10.1",
10599 "prost-derive 0.9.0",
10600]
10601
10602[[package]]
10603name = "prost"
10604version = "0.12.6"
10605source = "registry+https://github.com/rust-lang/crates.io-index"
10606checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10607dependencies = [
10608 "bytes 1.10.1",
10609 "prost-derive 0.12.6",
10610]
10611
10612[[package]]
10613name = "prost-build"
10614version = "0.9.0"
10615source = "registry+https://github.com/rust-lang/crates.io-index"
10616checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10617dependencies = [
10618 "bytes 1.10.1",
10619 "heck 0.3.3",
10620 "itertools 0.10.5",
10621 "lazy_static",
10622 "log",
10623 "multimap 0.8.3",
10624 "petgraph",
10625 "prost 0.9.0",
10626 "prost-types 0.9.0",
10627 "regex",
10628 "tempfile",
10629 "which 4.4.2",
10630]
10631
10632[[package]]
10633name = "prost-build"
10634version = "0.12.6"
10635source = "registry+https://github.com/rust-lang/crates.io-index"
10636checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10637dependencies = [
10638 "bytes 1.10.1",
10639 "heck 0.5.0",
10640 "itertools 0.12.1",
10641 "log",
10642 "multimap 0.10.0",
10643 "once_cell",
10644 "petgraph",
10645 "prettyplease",
10646 "prost 0.12.6",
10647 "prost-types 0.12.6",
10648 "regex",
10649 "syn 2.0.100",
10650 "tempfile",
10651]
10652
10653[[package]]
10654name = "prost-derive"
10655version = "0.9.0"
10656source = "registry+https://github.com/rust-lang/crates.io-index"
10657checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10658dependencies = [
10659 "anyhow",
10660 "itertools 0.10.5",
10661 "proc-macro2",
10662 "quote",
10663 "syn 1.0.109",
10664]
10665
10666[[package]]
10667name = "prost-derive"
10668version = "0.12.6"
10669source = "registry+https://github.com/rust-lang/crates.io-index"
10670checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10671dependencies = [
10672 "anyhow",
10673 "itertools 0.12.1",
10674 "proc-macro2",
10675 "quote",
10676 "syn 2.0.100",
10677]
10678
10679[[package]]
10680name = "prost-types"
10681version = "0.9.0"
10682source = "registry+https://github.com/rust-lang/crates.io-index"
10683checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10684dependencies = [
10685 "bytes 1.10.1",
10686 "prost 0.9.0",
10687]
10688
10689[[package]]
10690name = "prost-types"
10691version = "0.12.6"
10692source = "registry+https://github.com/rust-lang/crates.io-index"
10693checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10694dependencies = [
10695 "prost 0.12.6",
10696]
10697
10698[[package]]
10699name = "proto"
10700version = "0.1.0"
10701dependencies = [
10702 "anyhow",
10703 "collections",
10704 "prost 0.9.0",
10705 "prost-build 0.9.0",
10706 "serde",
10707]
10708
10709[[package]]
10710name = "protobuf"
10711version = "2.28.0"
10712source = "registry+https://github.com/rust-lang/crates.io-index"
10713checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10714
10715[[package]]
10716name = "psm"
10717version = "0.1.24"
10718source = "registry+https://github.com/rust-lang/crates.io-index"
10719checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10720dependencies = [
10721 "cc",
10722]
10723
10724[[package]]
10725name = "ptr_meta"
10726version = "0.1.4"
10727source = "registry+https://github.com/rust-lang/crates.io-index"
10728checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10729dependencies = [
10730 "ptr_meta_derive",
10731]
10732
10733[[package]]
10734name = "ptr_meta_derive"
10735version = "0.1.4"
10736source = "registry+https://github.com/rust-lang/crates.io-index"
10737checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10738dependencies = [
10739 "proc-macro2",
10740 "quote",
10741 "syn 1.0.109",
10742]
10743
10744[[package]]
10745name = "pulldown-cmark"
10746version = "0.10.3"
10747source = "registry+https://github.com/rust-lang/crates.io-index"
10748checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10749dependencies = [
10750 "bitflags 2.8.0",
10751 "memchr",
10752 "pulldown-cmark-escape",
10753 "unicase",
10754]
10755
10756[[package]]
10757name = "pulldown-cmark"
10758version = "0.12.2"
10759source = "registry+https://github.com/rust-lang/crates.io-index"
10760checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10761dependencies = [
10762 "bitflags 2.8.0",
10763 "memchr",
10764 "unicase",
10765]
10766
10767[[package]]
10768name = "pulldown-cmark-escape"
10769version = "0.10.1"
10770source = "registry+https://github.com/rust-lang/crates.io-index"
10771checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10772
10773[[package]]
10774name = "pulley-interpreter"
10775version = "29.0.1"
10776source = "registry+https://github.com/rust-lang/crates.io-index"
10777checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10778dependencies = [
10779 "cranelift-bitset",
10780 "log",
10781 "sptr",
10782 "wasmtime-math",
10783]
10784
10785[[package]]
10786name = "qoi"
10787version = "0.4.1"
10788source = "registry+https://github.com/rust-lang/crates.io-index"
10789checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10790dependencies = [
10791 "bytemuck",
10792]
10793
10794[[package]]
10795name = "quick-error"
10796version = "2.0.1"
10797source = "registry+https://github.com/rust-lang/crates.io-index"
10798checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10799
10800[[package]]
10801name = "quick-xml"
10802version = "0.32.0"
10803source = "registry+https://github.com/rust-lang/crates.io-index"
10804checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10805dependencies = [
10806 "memchr",
10807]
10808
10809[[package]]
10810name = "quick-xml"
10811version = "0.37.2"
10812source = "registry+https://github.com/rust-lang/crates.io-index"
10813checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10814dependencies = [
10815 "memchr",
10816]
10817
10818[[package]]
10819name = "quinn"
10820version = "0.11.6"
10821source = "registry+https://github.com/rust-lang/crates.io-index"
10822checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10823dependencies = [
10824 "bytes 1.10.1",
10825 "pin-project-lite",
10826 "quinn-proto",
10827 "quinn-udp",
10828 "rustc-hash 2.1.1",
10829 "rustls 0.23.23",
10830 "socket2",
10831 "thiserror 2.0.6",
10832 "tokio",
10833 "tracing",
10834]
10835
10836[[package]]
10837name = "quinn-proto"
10838version = "0.11.9"
10839source = "registry+https://github.com/rust-lang/crates.io-index"
10840checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10841dependencies = [
10842 "bytes 1.10.1",
10843 "getrandom 0.2.15",
10844 "rand 0.8.5",
10845 "ring",
10846 "rustc-hash 2.1.1",
10847 "rustls 0.23.23",
10848 "rustls-pki-types",
10849 "slab",
10850 "thiserror 2.0.6",
10851 "tinyvec",
10852 "tracing",
10853 "web-time",
10854]
10855
10856[[package]]
10857name = "quinn-udp"
10858version = "0.5.9"
10859source = "registry+https://github.com/rust-lang/crates.io-index"
10860checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10861dependencies = [
10862 "cfg_aliases 0.2.1",
10863 "libc",
10864 "once_cell",
10865 "socket2",
10866 "tracing",
10867 "windows-sys 0.59.0",
10868]
10869
10870[[package]]
10871name = "quote"
10872version = "1.0.40"
10873source = "registry+https://github.com/rust-lang/crates.io-index"
10874checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10875dependencies = [
10876 "proc-macro2",
10877]
10878
10879[[package]]
10880name = "radium"
10881version = "0.7.0"
10882source = "registry+https://github.com/rust-lang/crates.io-index"
10883checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10884
10885[[package]]
10886name = "rand"
10887version = "0.7.3"
10888source = "registry+https://github.com/rust-lang/crates.io-index"
10889checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10890dependencies = [
10891 "getrandom 0.1.16",
10892 "libc",
10893 "rand_chacha 0.2.2",
10894 "rand_core 0.5.1",
10895 "rand_hc",
10896]
10897
10898[[package]]
10899name = "rand"
10900version = "0.8.5"
10901source = "registry+https://github.com/rust-lang/crates.io-index"
10902checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10903dependencies = [
10904 "libc",
10905 "rand_chacha 0.3.1",
10906 "rand_core 0.6.4",
10907]
10908
10909[[package]]
10910name = "rand"
10911version = "0.9.0"
10912source = "registry+https://github.com/rust-lang/crates.io-index"
10913checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10914dependencies = [
10915 "rand_chacha 0.9.0",
10916 "rand_core 0.9.0",
10917 "zerocopy 0.8.18",
10918]
10919
10920[[package]]
10921name = "rand_chacha"
10922version = "0.2.2"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10925dependencies = [
10926 "ppv-lite86",
10927 "rand_core 0.5.1",
10928]
10929
10930[[package]]
10931name = "rand_chacha"
10932version = "0.3.1"
10933source = "registry+https://github.com/rust-lang/crates.io-index"
10934checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10935dependencies = [
10936 "ppv-lite86",
10937 "rand_core 0.6.4",
10938]
10939
10940[[package]]
10941name = "rand_chacha"
10942version = "0.9.0"
10943source = "registry+https://github.com/rust-lang/crates.io-index"
10944checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
10945dependencies = [
10946 "ppv-lite86",
10947 "rand_core 0.9.0",
10948]
10949
10950[[package]]
10951name = "rand_core"
10952version = "0.5.1"
10953source = "registry+https://github.com/rust-lang/crates.io-index"
10954checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10955dependencies = [
10956 "getrandom 0.1.16",
10957]
10958
10959[[package]]
10960name = "rand_core"
10961version = "0.6.4"
10962source = "registry+https://github.com/rust-lang/crates.io-index"
10963checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10964dependencies = [
10965 "getrandom 0.2.15",
10966]
10967
10968[[package]]
10969name = "rand_core"
10970version = "0.9.0"
10971source = "registry+https://github.com/rust-lang/crates.io-index"
10972checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
10973dependencies = [
10974 "getrandom 0.3.1",
10975 "zerocopy 0.8.18",
10976]
10977
10978[[package]]
10979name = "rand_hc"
10980version = "0.2.0"
10981source = "registry+https://github.com/rust-lang/crates.io-index"
10982checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10983dependencies = [
10984 "rand_core 0.5.1",
10985]
10986
10987[[package]]
10988name = "rangemap"
10989version = "1.5.1"
10990source = "registry+https://github.com/rust-lang/crates.io-index"
10991checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10992
10993[[package]]
10994name = "rav1e"
10995version = "0.7.1"
10996source = "registry+https://github.com/rust-lang/crates.io-index"
10997checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10998dependencies = [
10999 "arbitrary",
11000 "arg_enum_proc_macro",
11001 "arrayvec",
11002 "av1-grain",
11003 "bitstream-io",
11004 "built",
11005 "cfg-if",
11006 "interpolate_name",
11007 "itertools 0.12.1",
11008 "libc",
11009 "libfuzzer-sys",
11010 "log",
11011 "maybe-rayon",
11012 "new_debug_unreachable",
11013 "noop_proc_macro",
11014 "num-derive",
11015 "num-traits",
11016 "once_cell",
11017 "paste",
11018 "profiling",
11019 "rand 0.8.5",
11020 "rand_chacha 0.3.1",
11021 "simd_helpers",
11022 "system-deps",
11023 "thiserror 1.0.69",
11024 "v_frame",
11025 "wasm-bindgen",
11026]
11027
11028[[package]]
11029name = "ravif"
11030version = "0.11.11"
11031source = "registry+https://github.com/rust-lang/crates.io-index"
11032checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11033dependencies = [
11034 "avif-serialize",
11035 "imgref",
11036 "loop9",
11037 "quick-error",
11038 "rav1e",
11039 "rayon",
11040 "rgb",
11041]
11042
11043[[package]]
11044name = "raw-window-handle"
11045version = "0.6.2"
11046source = "registry+https://github.com/rust-lang/crates.io-index"
11047checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11048
11049[[package]]
11050name = "raw-window-metal"
11051version = "0.4.0"
11052source = "registry+https://github.com/rust-lang/crates.io-index"
11053checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11054dependencies = [
11055 "cocoa 0.25.0",
11056 "core-graphics 0.23.2",
11057 "objc",
11058 "raw-window-handle",
11059]
11060
11061[[package]]
11062name = "rayon"
11063version = "1.10.0"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11066dependencies = [
11067 "either",
11068 "rayon-core",
11069]
11070
11071[[package]]
11072name = "rayon-core"
11073version = "1.12.1"
11074source = "registry+https://github.com/rust-lang/crates.io-index"
11075checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11076dependencies = [
11077 "crossbeam-deque",
11078 "crossbeam-utils",
11079]
11080
11081[[package]]
11082name = "read-fonts"
11083version = "0.22.5"
11084source = "registry+https://github.com/rust-lang/crates.io-index"
11085checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11086dependencies = [
11087 "bytemuck",
11088 "font-types",
11089]
11090
11091[[package]]
11092name = "recent_projects"
11093version = "0.1.0"
11094dependencies = [
11095 "anyhow",
11096 "auto_update",
11097 "editor",
11098 "extension_host",
11099 "file_finder",
11100 "futures 0.3.31",
11101 "fuzzy",
11102 "gpui",
11103 "language",
11104 "log",
11105 "markdown",
11106 "menu",
11107 "ordered-float 2.10.1",
11108 "paths",
11109 "picker",
11110 "project",
11111 "release_channel",
11112 "remote",
11113 "schemars",
11114 "serde",
11115 "serde_json",
11116 "settings",
11117 "smol",
11118 "task",
11119 "telemetry",
11120 "theme",
11121 "ui",
11122 "util",
11123 "workspace",
11124 "zed_actions",
11125]
11126
11127[[package]]
11128name = "redox_syscall"
11129version = "0.2.16"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11132dependencies = [
11133 "bitflags 1.3.2",
11134]
11135
11136[[package]]
11137name = "redox_syscall"
11138version = "0.5.8"
11139source = "registry+https://github.com/rust-lang/crates.io-index"
11140checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11141dependencies = [
11142 "bitflags 2.8.0",
11143]
11144
11145[[package]]
11146name = "redox_users"
11147version = "0.4.6"
11148source = "registry+https://github.com/rust-lang/crates.io-index"
11149checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11150dependencies = [
11151 "getrandom 0.2.15",
11152 "libredox",
11153 "thiserror 1.0.69",
11154]
11155
11156[[package]]
11157name = "refineable"
11158version = "0.1.0"
11159dependencies = [
11160 "derive_refineable",
11161]
11162
11163[[package]]
11164name = "regalloc2"
11165version = "0.11.1"
11166source = "registry+https://github.com/rust-lang/crates.io-index"
11167checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11168dependencies = [
11169 "allocator-api2",
11170 "bumpalo",
11171 "hashbrown 0.15.2",
11172 "log",
11173 "rustc-hash 2.1.1",
11174 "smallvec",
11175]
11176
11177[[package]]
11178name = "regex"
11179version = "1.11.1"
11180source = "registry+https://github.com/rust-lang/crates.io-index"
11181checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11182dependencies = [
11183 "aho-corasick",
11184 "memchr",
11185 "regex-automata 0.4.9",
11186 "regex-syntax 0.8.5",
11187]
11188
11189[[package]]
11190name = "regex-automata"
11191version = "0.1.10"
11192source = "registry+https://github.com/rust-lang/crates.io-index"
11193checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11194dependencies = [
11195 "regex-syntax 0.6.29",
11196]
11197
11198[[package]]
11199name = "regex-automata"
11200version = "0.4.9"
11201source = "registry+https://github.com/rust-lang/crates.io-index"
11202checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11203dependencies = [
11204 "aho-corasick",
11205 "memchr",
11206 "regex-syntax 0.8.5",
11207]
11208
11209[[package]]
11210name = "regex-lite"
11211version = "0.1.6"
11212source = "registry+https://github.com/rust-lang/crates.io-index"
11213checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11214
11215[[package]]
11216name = "regex-syntax"
11217version = "0.6.29"
11218source = "registry+https://github.com/rust-lang/crates.io-index"
11219checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11220
11221[[package]]
11222name = "regex-syntax"
11223version = "0.8.5"
11224source = "registry+https://github.com/rust-lang/crates.io-index"
11225checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11226
11227[[package]]
11228name = "release_channel"
11229version = "0.1.0"
11230dependencies = [
11231 "gpui",
11232]
11233
11234[[package]]
11235name = "remote"
11236version = "0.1.0"
11237dependencies = [
11238 "anyhow",
11239 "askpass",
11240 "async-trait",
11241 "collections",
11242 "fs",
11243 "futures 0.3.31",
11244 "gpui",
11245 "itertools 0.14.0",
11246 "log",
11247 "parking_lot",
11248 "paths",
11249 "prost 0.9.0",
11250 "release_channel",
11251 "rpc",
11252 "schemars",
11253 "serde",
11254 "serde_json",
11255 "shlex",
11256 "smol",
11257 "tempfile",
11258 "thiserror 1.0.69",
11259 "urlencoding",
11260 "util",
11261]
11262
11263[[package]]
11264name = "remote_server"
11265version = "0.1.0"
11266dependencies = [
11267 "anyhow",
11268 "async-watch",
11269 "backtrace",
11270 "cargo_toml",
11271 "chrono",
11272 "clap",
11273 "client",
11274 "clock",
11275 "env_logger 0.11.7",
11276 "extension",
11277 "extension_host",
11278 "fork",
11279 "fs",
11280 "futures 0.3.31",
11281 "git",
11282 "git_hosting_providers",
11283 "gpui",
11284 "gpui_tokio",
11285 "http_client",
11286 "language",
11287 "language_extension",
11288 "languages",
11289 "libc",
11290 "log",
11291 "lsp",
11292 "node_runtime",
11293 "paths",
11294 "project",
11295 "proto",
11296 "release_channel",
11297 "remote",
11298 "reqwest_client",
11299 "rpc",
11300 "rust-embed",
11301 "serde",
11302 "serde_json",
11303 "settings",
11304 "shellexpand 2.1.2",
11305 "smol",
11306 "sysinfo",
11307 "telemetry_events",
11308 "toml 0.8.20",
11309 "unindent",
11310 "util",
11311 "worktree",
11312]
11313
11314[[package]]
11315name = "rend"
11316version = "0.4.2"
11317source = "registry+https://github.com/rust-lang/crates.io-index"
11318checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11319dependencies = [
11320 "bytecheck",
11321]
11322
11323[[package]]
11324name = "repl"
11325version = "0.1.0"
11326dependencies = [
11327 "alacritty_terminal",
11328 "anyhow",
11329 "async-dispatcher",
11330 "async-tungstenite",
11331 "base64 0.22.1",
11332 "client",
11333 "collections",
11334 "command_palette_hooks",
11335 "editor",
11336 "env_logger 0.11.7",
11337 "feature_flags",
11338 "file_icons",
11339 "futures 0.3.31",
11340 "gpui",
11341 "http_client",
11342 "image",
11343 "indoc",
11344 "jupyter-protocol",
11345 "jupyter-websocket-client",
11346 "language",
11347 "languages",
11348 "log",
11349 "markdown_preview",
11350 "menu",
11351 "multi_buffer",
11352 "nbformat",
11353 "picker",
11354 "project",
11355 "runtimelib",
11356 "schemars",
11357 "serde",
11358 "serde_json",
11359 "settings",
11360 "smol",
11361 "telemetry",
11362 "terminal",
11363 "terminal_view",
11364 "theme",
11365 "tree-sitter-md",
11366 "tree-sitter-python",
11367 "tree-sitter-typescript",
11368 "ui",
11369 "util",
11370 "uuid",
11371 "workspace",
11372]
11373
11374[[package]]
11375name = "reqwest"
11376version = "0.11.27"
11377source = "registry+https://github.com/rust-lang/crates.io-index"
11378checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11379dependencies = [
11380 "base64 0.21.7",
11381 "bytes 1.10.1",
11382 "encoding_rs",
11383 "futures-core",
11384 "futures-util",
11385 "h2 0.3.26",
11386 "http 0.2.12",
11387 "http-body 0.4.6",
11388 "hyper 0.14.32",
11389 "hyper-rustls 0.24.2",
11390 "hyper-tls",
11391 "ipnet",
11392 "js-sys",
11393 "log",
11394 "mime",
11395 "native-tls",
11396 "once_cell",
11397 "percent-encoding",
11398 "pin-project-lite",
11399 "rustls 0.21.12",
11400 "rustls-native-certs 0.6.3",
11401 "rustls-pemfile 1.0.4",
11402 "serde",
11403 "serde_json",
11404 "serde_urlencoded",
11405 "sync_wrapper 0.1.2",
11406 "system-configuration 0.5.1",
11407 "tokio",
11408 "tokio-native-tls",
11409 "tokio-rustls 0.24.1",
11410 "tower-service",
11411 "url",
11412 "wasm-bindgen",
11413 "wasm-bindgen-futures",
11414 "web-sys",
11415 "winreg 0.50.0",
11416]
11417
11418[[package]]
11419name = "reqwest"
11420version = "0.12.8"
11421source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11422dependencies = [
11423 "base64 0.22.1",
11424 "bytes 1.10.1",
11425 "encoding_rs",
11426 "futures-core",
11427 "futures-util",
11428 "h2 0.4.7",
11429 "http 1.2.0",
11430 "http-body 1.0.1",
11431 "http-body-util",
11432 "hyper 1.5.1",
11433 "hyper-rustls 0.27.3",
11434 "hyper-util",
11435 "ipnet",
11436 "js-sys",
11437 "log",
11438 "mime",
11439 "once_cell",
11440 "percent-encoding",
11441 "pin-project-lite",
11442 "quinn",
11443 "rustls 0.23.23",
11444 "rustls-native-certs 0.8.1",
11445 "rustls-pemfile 2.2.0",
11446 "rustls-pki-types",
11447 "serde",
11448 "serde_json",
11449 "serde_urlencoded",
11450 "sync_wrapper 1.0.2",
11451 "system-configuration 0.6.1",
11452 "tokio",
11453 "tokio-rustls 0.26.1",
11454 "tokio-socks",
11455 "tokio-util",
11456 "tower-service",
11457 "url",
11458 "wasm-bindgen",
11459 "wasm-bindgen-futures",
11460 "wasm-streams",
11461 "web-sys",
11462 "windows-registry",
11463]
11464
11465[[package]]
11466name = "reqwest_client"
11467version = "0.1.0"
11468dependencies = [
11469 "anyhow",
11470 "bytes 1.10.1",
11471 "futures 0.3.31",
11472 "gpui",
11473 "http_client",
11474 "http_client_tls",
11475 "log",
11476 "regex",
11477 "reqwest 0.12.8",
11478 "serde",
11479 "smol",
11480 "tokio",
11481]
11482
11483[[package]]
11484name = "resvg"
11485version = "0.45.0"
11486source = "registry+https://github.com/rust-lang/crates.io-index"
11487checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11488dependencies = [
11489 "log",
11490 "pico-args",
11491 "rgb",
11492 "svgtypes",
11493 "tiny-skia",
11494 "usvg",
11495]
11496
11497[[package]]
11498name = "rfc6979"
11499version = "0.3.1"
11500source = "registry+https://github.com/rust-lang/crates.io-index"
11501checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11502dependencies = [
11503 "crypto-bigint 0.4.9",
11504 "hmac",
11505 "zeroize",
11506]
11507
11508[[package]]
11509name = "rgb"
11510version = "0.8.50"
11511source = "registry+https://github.com/rust-lang/crates.io-index"
11512checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11513dependencies = [
11514 "bytemuck",
11515]
11516
11517[[package]]
11518name = "rich_text"
11519version = "0.1.0"
11520dependencies = [
11521 "futures 0.3.31",
11522 "gpui",
11523 "language",
11524 "linkify",
11525 "pulldown-cmark 0.12.2",
11526 "theme",
11527 "ui",
11528 "util",
11529]
11530
11531[[package]]
11532name = "ring"
11533version = "0.17.8"
11534source = "registry+https://github.com/rust-lang/crates.io-index"
11535checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11536dependencies = [
11537 "cc",
11538 "cfg-if",
11539 "getrandom 0.2.15",
11540 "libc",
11541 "spin",
11542 "untrusted",
11543 "windows-sys 0.52.0",
11544]
11545
11546[[package]]
11547name = "rkyv"
11548version = "0.7.45"
11549source = "registry+https://github.com/rust-lang/crates.io-index"
11550checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11551dependencies = [
11552 "bitvec",
11553 "bytecheck",
11554 "bytes 1.10.1",
11555 "hashbrown 0.12.3",
11556 "ptr_meta",
11557 "rend",
11558 "rkyv_derive",
11559 "seahash",
11560 "tinyvec",
11561 "uuid",
11562]
11563
11564[[package]]
11565name = "rkyv_derive"
11566version = "0.7.45"
11567source = "registry+https://github.com/rust-lang/crates.io-index"
11568checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11569dependencies = [
11570 "proc-macro2",
11571 "quote",
11572 "syn 1.0.109",
11573]
11574
11575[[package]]
11576name = "rmp"
11577version = "0.8.14"
11578source = "registry+https://github.com/rust-lang/crates.io-index"
11579checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11580dependencies = [
11581 "byteorder",
11582 "num-traits",
11583 "paste",
11584]
11585
11586[[package]]
11587name = "rmpv"
11588version = "1.3.0"
11589source = "registry+https://github.com/rust-lang/crates.io-index"
11590checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11591dependencies = [
11592 "num-traits",
11593 "rmp",
11594]
11595
11596[[package]]
11597name = "rodio"
11598version = "0.20.1"
11599source = "registry+https://github.com/rust-lang/crates.io-index"
11600checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11601dependencies = [
11602 "cpal",
11603 "hound",
11604]
11605
11606[[package]]
11607name = "rope"
11608version = "0.1.0"
11609dependencies = [
11610 "arrayvec",
11611 "criterion",
11612 "ctor",
11613 "env_logger 0.11.7",
11614 "gpui",
11615 "log",
11616 "rand 0.8.5",
11617 "rayon",
11618 "smallvec",
11619 "sum_tree",
11620 "unicode-segmentation",
11621 "util",
11622]
11623
11624[[package]]
11625name = "roxmltree"
11626version = "0.20.0"
11627source = "registry+https://github.com/rust-lang/crates.io-index"
11628checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11629
11630[[package]]
11631name = "rpc"
11632version = "0.1.0"
11633dependencies = [
11634 "anyhow",
11635 "async-tungstenite",
11636 "base64 0.22.1",
11637 "chrono",
11638 "collections",
11639 "env_logger 0.11.7",
11640 "futures 0.3.31",
11641 "gpui",
11642 "parking_lot",
11643 "proto",
11644 "rand 0.8.5",
11645 "rsa",
11646 "serde",
11647 "serde_json",
11648 "sha2",
11649 "strum",
11650 "tracing",
11651 "util",
11652 "zstd",
11653]
11654
11655[[package]]
11656name = "rsa"
11657version = "0.9.8"
11658source = "registry+https://github.com/rust-lang/crates.io-index"
11659checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11660dependencies = [
11661 "const-oid",
11662 "digest",
11663 "num-bigint-dig",
11664 "num-integer",
11665 "num-traits",
11666 "pkcs1",
11667 "pkcs8 0.10.2",
11668 "rand_core 0.6.4",
11669 "signature 2.2.0",
11670 "spki 0.7.3",
11671 "subtle",
11672 "zeroize",
11673]
11674
11675[[package]]
11676name = "runtimelib"
11677version = "0.25.0"
11678source = "registry+https://github.com/rust-lang/crates.io-index"
11679checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11680dependencies = [
11681 "anyhow",
11682 "async-dispatcher",
11683 "async-std",
11684 "base64 0.22.1",
11685 "bytes 1.10.1",
11686 "chrono",
11687 "data-encoding",
11688 "dirs 5.0.1",
11689 "futures 0.3.31",
11690 "glob",
11691 "jupyter-protocol",
11692 "ring",
11693 "serde",
11694 "serde_json",
11695 "shellexpand 3.1.0",
11696 "smol",
11697 "uuid",
11698 "zeromq",
11699]
11700
11701[[package]]
11702name = "rust-embed"
11703version = "8.5.0"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11706dependencies = [
11707 "rust-embed-impl",
11708 "rust-embed-utils",
11709 "walkdir",
11710]
11711
11712[[package]]
11713name = "rust-embed-impl"
11714version = "8.5.0"
11715source = "registry+https://github.com/rust-lang/crates.io-index"
11716checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11717dependencies = [
11718 "proc-macro2",
11719 "quote",
11720 "rust-embed-utils",
11721 "syn 2.0.100",
11722 "walkdir",
11723]
11724
11725[[package]]
11726name = "rust-embed-utils"
11727version = "8.5.0"
11728source = "registry+https://github.com/rust-lang/crates.io-index"
11729checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11730dependencies = [
11731 "globset",
11732 "sha2",
11733 "walkdir",
11734]
11735
11736[[package]]
11737name = "rust_decimal"
11738version = "1.36.0"
11739source = "registry+https://github.com/rust-lang/crates.io-index"
11740checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11741dependencies = [
11742 "arrayvec",
11743 "borsh",
11744 "bytes 1.10.1",
11745 "num-traits",
11746 "rand 0.8.5",
11747 "rkyv",
11748 "serde",
11749 "serde_json",
11750]
11751
11752[[package]]
11753name = "rustc-demangle"
11754version = "0.1.24"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11757
11758[[package]]
11759name = "rustc-hash"
11760version = "1.1.0"
11761source = "registry+https://github.com/rust-lang/crates.io-index"
11762checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11763
11764[[package]]
11765name = "rustc-hash"
11766version = "2.1.1"
11767source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11769
11770[[package]]
11771name = "rustc_version"
11772version = "0.4.1"
11773source = "registry+https://github.com/rust-lang/crates.io-index"
11774checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11775dependencies = [
11776 "semver",
11777]
11778
11779[[package]]
11780name = "rustix"
11781version = "0.38.42"
11782source = "registry+https://github.com/rust-lang/crates.io-index"
11783checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11784dependencies = [
11785 "bitflags 2.8.0",
11786 "errno 0.3.10",
11787 "itoa",
11788 "libc",
11789 "linux-raw-sys",
11790 "once_cell",
11791 "windows-sys 0.59.0",
11792]
11793
11794[[package]]
11795name = "rustix-openpty"
11796version = "0.1.1"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11799dependencies = [
11800 "errno 0.3.10",
11801 "libc",
11802 "rustix",
11803]
11804
11805[[package]]
11806name = "rustls"
11807version = "0.21.12"
11808source = "registry+https://github.com/rust-lang/crates.io-index"
11809checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11810dependencies = [
11811 "log",
11812 "ring",
11813 "rustls-webpki 0.101.7",
11814 "sct",
11815]
11816
11817[[package]]
11818name = "rustls"
11819version = "0.23.23"
11820source = "registry+https://github.com/rust-lang/crates.io-index"
11821checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11822dependencies = [
11823 "aws-lc-rs",
11824 "log",
11825 "once_cell",
11826 "ring",
11827 "rustls-pki-types",
11828 "rustls-webpki 0.102.8",
11829 "subtle",
11830 "zeroize",
11831]
11832
11833[[package]]
11834name = "rustls-native-certs"
11835version = "0.6.3"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11838dependencies = [
11839 "openssl-probe",
11840 "rustls-pemfile 1.0.4",
11841 "schannel",
11842 "security-framework 2.11.1",
11843]
11844
11845[[package]]
11846name = "rustls-native-certs"
11847version = "0.8.1"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11850dependencies = [
11851 "openssl-probe",
11852 "rustls-pki-types",
11853 "schannel",
11854 "security-framework 3.0.1",
11855]
11856
11857[[package]]
11858name = "rustls-pemfile"
11859version = "1.0.4"
11860source = "registry+https://github.com/rust-lang/crates.io-index"
11861checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11862dependencies = [
11863 "base64 0.21.7",
11864]
11865
11866[[package]]
11867name = "rustls-pemfile"
11868version = "2.2.0"
11869source = "registry+https://github.com/rust-lang/crates.io-index"
11870checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11871dependencies = [
11872 "rustls-pki-types",
11873]
11874
11875[[package]]
11876name = "rustls-pki-types"
11877version = "1.10.0"
11878source = "registry+https://github.com/rust-lang/crates.io-index"
11879checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11880dependencies = [
11881 "web-time",
11882]
11883
11884[[package]]
11885name = "rustls-platform-verifier"
11886version = "0.5.0"
11887source = "registry+https://github.com/rust-lang/crates.io-index"
11888checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
11889dependencies = [
11890 "core-foundation 0.10.0",
11891 "core-foundation-sys",
11892 "jni",
11893 "log",
11894 "once_cell",
11895 "rustls 0.23.23",
11896 "rustls-native-certs 0.8.1",
11897 "rustls-platform-verifier-android",
11898 "rustls-webpki 0.102.8",
11899 "security-framework 3.0.1",
11900 "security-framework-sys",
11901 "webpki-root-certs",
11902 "windows-sys 0.52.0",
11903]
11904
11905[[package]]
11906name = "rustls-platform-verifier-android"
11907version = "0.1.1"
11908source = "registry+https://github.com/rust-lang/crates.io-index"
11909checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11910
11911[[package]]
11912name = "rustls-webpki"
11913version = "0.101.7"
11914source = "registry+https://github.com/rust-lang/crates.io-index"
11915checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11916dependencies = [
11917 "ring",
11918 "untrusted",
11919]
11920
11921[[package]]
11922name = "rustls-webpki"
11923version = "0.102.8"
11924source = "registry+https://github.com/rust-lang/crates.io-index"
11925checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11926dependencies = [
11927 "aws-lc-rs",
11928 "ring",
11929 "rustls-pki-types",
11930 "untrusted",
11931]
11932
11933[[package]]
11934name = "rustversion"
11935version = "1.0.18"
11936source = "registry+https://github.com/rust-lang/crates.io-index"
11937checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11938
11939[[package]]
11940name = "rustybuzz"
11941version = "0.14.1"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11944dependencies = [
11945 "bitflags 2.8.0",
11946 "bytemuck",
11947 "libm",
11948 "smallvec",
11949 "ttf-parser 0.21.1",
11950 "unicode-bidi-mirroring 0.2.0",
11951 "unicode-ccc 0.2.0",
11952 "unicode-properties",
11953 "unicode-script",
11954]
11955
11956[[package]]
11957name = "rustybuzz"
11958version = "0.20.1"
11959source = "registry+https://github.com/rust-lang/crates.io-index"
11960checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
11961dependencies = [
11962 "bitflags 2.8.0",
11963 "bytemuck",
11964 "core_maths",
11965 "log",
11966 "smallvec",
11967 "ttf-parser 0.25.1",
11968 "unicode-bidi-mirroring 0.4.0",
11969 "unicode-ccc 0.4.0",
11970 "unicode-properties",
11971 "unicode-script",
11972]
11973
11974[[package]]
11975name = "ryu"
11976version = "1.0.18"
11977source = "registry+https://github.com/rust-lang/crates.io-index"
11978checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11979
11980[[package]]
11981name = "salsa20"
11982version = "0.10.2"
11983source = "registry+https://github.com/rust-lang/crates.io-index"
11984checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11985dependencies = [
11986 "cipher",
11987]
11988
11989[[package]]
11990name = "same-file"
11991version = "1.0.6"
11992source = "registry+https://github.com/rust-lang/crates.io-index"
11993checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11994dependencies = [
11995 "winapi-util",
11996]
11997
11998[[package]]
11999name = "schannel"
12000version = "0.1.27"
12001source = "registry+https://github.com/rust-lang/crates.io-index"
12002checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12003dependencies = [
12004 "windows-sys 0.59.0",
12005]
12006
12007[[package]]
12008name = "schema_generator"
12009version = "0.1.0"
12010dependencies = [
12011 "anyhow",
12012 "clap",
12013 "env_logger 0.11.7",
12014 "schemars",
12015 "serde",
12016 "serde_json",
12017 "theme",
12018]
12019
12020[[package]]
12021name = "schemars"
12022version = "0.8.22"
12023source = "registry+https://github.com/rust-lang/crates.io-index"
12024checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12025dependencies = [
12026 "dyn-clone",
12027 "indexmap",
12028 "schemars_derive",
12029 "serde",
12030 "serde_json",
12031]
12032
12033[[package]]
12034name = "schemars_derive"
12035version = "0.8.22"
12036source = "registry+https://github.com/rust-lang/crates.io-index"
12037checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12038dependencies = [
12039 "proc-macro2",
12040 "quote",
12041 "serde_derive_internals",
12042 "syn 2.0.100",
12043]
12044
12045[[package]]
12046name = "scoped-tls"
12047version = "1.0.1"
12048source = "registry+https://github.com/rust-lang/crates.io-index"
12049checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12050
12051[[package]]
12052name = "scopeguard"
12053version = "1.2.0"
12054source = "registry+https://github.com/rust-lang/crates.io-index"
12055checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12056
12057[[package]]
12058name = "scratch"
12059version = "1.0.7"
12060source = "registry+https://github.com/rust-lang/crates.io-index"
12061checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12062
12063[[package]]
12064name = "scripting_tool"
12065version = "0.1.0"
12066dependencies = [
12067 "anyhow",
12068 "buffer_diff",
12069 "clock",
12070 "collections",
12071 "futures 0.3.31",
12072 "gpui",
12073 "language",
12074 "log",
12075 "mlua",
12076 "parking_lot",
12077 "project",
12078 "rand 0.8.5",
12079 "regex",
12080 "schemars",
12081 "serde",
12082 "serde_json",
12083 "settings",
12084 "util",
12085]
12086
12087[[package]]
12088name = "scrypt"
12089version = "0.11.0"
12090source = "registry+https://github.com/rust-lang/crates.io-index"
12091checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12092dependencies = [
12093 "password-hash 0.5.0",
12094 "pbkdf2 0.12.2",
12095 "salsa20",
12096 "sha2",
12097]
12098
12099[[package]]
12100name = "sct"
12101version = "0.7.1"
12102source = "registry+https://github.com/rust-lang/crates.io-index"
12103checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12104dependencies = [
12105 "ring",
12106 "untrusted",
12107]
12108
12109[[package]]
12110name = "sea-bae"
12111version = "0.2.1"
12112source = "registry+https://github.com/rust-lang/crates.io-index"
12113checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12114dependencies = [
12115 "heck 0.4.1",
12116 "proc-macro-error2",
12117 "proc-macro2",
12118 "quote",
12119 "syn 2.0.100",
12120]
12121
12122[[package]]
12123name = "sea-orm"
12124version = "1.1.5"
12125source = "registry+https://github.com/rust-lang/crates.io-index"
12126checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
12127dependencies = [
12128 "async-stream",
12129 "async-trait",
12130 "bigdecimal",
12131 "chrono",
12132 "futures 0.3.31",
12133 "log",
12134 "ouroboros",
12135 "rust_decimal",
12136 "sea-orm-macros",
12137 "sea-query",
12138 "sea-query-binder",
12139 "serde",
12140 "serde_json",
12141 "sqlx",
12142 "strum",
12143 "thiserror 1.0.69",
12144 "time",
12145 "tracing",
12146 "url",
12147 "uuid",
12148]
12149
12150[[package]]
12151name = "sea-orm-macros"
12152version = "1.1.5"
12153source = "registry+https://github.com/rust-lang/crates.io-index"
12154checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12155dependencies = [
12156 "heck 0.4.1",
12157 "proc-macro2",
12158 "quote",
12159 "sea-bae",
12160 "syn 2.0.100",
12161 "unicode-ident",
12162]
12163
12164[[package]]
12165name = "sea-query"
12166version = "0.32.1"
12167source = "registry+https://github.com/rust-lang/crates.io-index"
12168checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12169dependencies = [
12170 "bigdecimal",
12171 "chrono",
12172 "inherent",
12173 "ordered-float 3.9.2",
12174 "rust_decimal",
12175 "serde_json",
12176 "time",
12177 "uuid",
12178]
12179
12180[[package]]
12181name = "sea-query-binder"
12182version = "0.7.0"
12183source = "registry+https://github.com/rust-lang/crates.io-index"
12184checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12185dependencies = [
12186 "bigdecimal",
12187 "chrono",
12188 "rust_decimal",
12189 "sea-query",
12190 "serde_json",
12191 "sqlx",
12192 "time",
12193 "uuid",
12194]
12195
12196[[package]]
12197name = "seahash"
12198version = "4.1.0"
12199source = "registry+https://github.com/rust-lang/crates.io-index"
12200checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12201
12202[[package]]
12203name = "search"
12204version = "0.1.0"
12205dependencies = [
12206 "any_vec",
12207 "anyhow",
12208 "bitflags 2.8.0",
12209 "client",
12210 "collections",
12211 "editor",
12212 "futures 0.3.31",
12213 "gpui",
12214 "language",
12215 "menu",
12216 "project",
12217 "schemars",
12218 "serde",
12219 "serde_json",
12220 "settings",
12221 "smol",
12222 "theme",
12223 "ui",
12224 "unindent",
12225 "util",
12226 "workspace",
12227 "zed_actions",
12228]
12229
12230[[package]]
12231name = "sec1"
12232version = "0.3.0"
12233source = "registry+https://github.com/rust-lang/crates.io-index"
12234checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12235dependencies = [
12236 "base16ct",
12237 "der 0.6.1",
12238 "generic-array",
12239 "pkcs8 0.9.0",
12240 "subtle",
12241 "zeroize",
12242]
12243
12244[[package]]
12245name = "security-framework"
12246version = "2.11.1"
12247source = "registry+https://github.com/rust-lang/crates.io-index"
12248checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12249dependencies = [
12250 "bitflags 2.8.0",
12251 "core-foundation 0.9.4",
12252 "core-foundation-sys",
12253 "libc",
12254 "security-framework-sys",
12255]
12256
12257[[package]]
12258name = "security-framework"
12259version = "3.0.1"
12260source = "registry+https://github.com/rust-lang/crates.io-index"
12261checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12262dependencies = [
12263 "bitflags 2.8.0",
12264 "core-foundation 0.10.0",
12265 "core-foundation-sys",
12266 "libc",
12267 "security-framework-sys",
12268]
12269
12270[[package]]
12271name = "security-framework-sys"
12272version = "2.12.1"
12273source = "registry+https://github.com/rust-lang/crates.io-index"
12274checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12275dependencies = [
12276 "core-foundation-sys",
12277 "libc",
12278]
12279
12280[[package]]
12281name = "self_cell"
12282version = "1.1.0"
12283source = "registry+https://github.com/rust-lang/crates.io-index"
12284checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12285
12286[[package]]
12287name = "semantic_index"
12288version = "0.1.0"
12289dependencies = [
12290 "anyhow",
12291 "arrayvec",
12292 "blake3",
12293 "client",
12294 "clock",
12295 "collections",
12296 "env_logger 0.11.7",
12297 "feature_flags",
12298 "fs",
12299 "futures 0.3.31",
12300 "futures-batch",
12301 "gpui",
12302 "heed",
12303 "http_client",
12304 "language",
12305 "language_model",
12306 "languages",
12307 "log",
12308 "open_ai",
12309 "parking_lot",
12310 "project",
12311 "reqwest_client",
12312 "serde",
12313 "serde_json",
12314 "settings",
12315 "sha2",
12316 "smol",
12317 "streaming-iterator",
12318 "tempfile",
12319 "theme",
12320 "tree-sitter",
12321 "ui",
12322 "unindent",
12323 "util",
12324 "workspace",
12325 "worktree",
12326]
12327
12328[[package]]
12329name = "semantic_version"
12330version = "0.1.0"
12331dependencies = [
12332 "anyhow",
12333 "serde",
12334]
12335
12336[[package]]
12337name = "semver"
12338version = "1.0.25"
12339source = "registry+https://github.com/rust-lang/crates.io-index"
12340checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12341dependencies = [
12342 "serde",
12343]
12344
12345[[package]]
12346name = "serde"
12347version = "1.0.218"
12348source = "registry+https://github.com/rust-lang/crates.io-index"
12349checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12350dependencies = [
12351 "serde_derive",
12352]
12353
12354[[package]]
12355name = "serde_derive"
12356version = "1.0.218"
12357source = "registry+https://github.com/rust-lang/crates.io-index"
12358checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12359dependencies = [
12360 "proc-macro2",
12361 "quote",
12362 "syn 2.0.100",
12363]
12364
12365[[package]]
12366name = "serde_derive_internals"
12367version = "0.29.1"
12368source = "registry+https://github.com/rust-lang/crates.io-index"
12369checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12370dependencies = [
12371 "proc-macro2",
12372 "quote",
12373 "syn 2.0.100",
12374]
12375
12376[[package]]
12377name = "serde_fmt"
12378version = "1.0.3"
12379source = "registry+https://github.com/rust-lang/crates.io-index"
12380checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12381dependencies = [
12382 "serde",
12383]
12384
12385[[package]]
12386name = "serde_json"
12387version = "1.0.139"
12388source = "registry+https://github.com/rust-lang/crates.io-index"
12389checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12390dependencies = [
12391 "indexmap",
12392 "itoa",
12393 "memchr",
12394 "ryu",
12395 "serde",
12396]
12397
12398[[package]]
12399name = "serde_json_lenient"
12400version = "0.2.4"
12401source = "registry+https://github.com/rust-lang/crates.io-index"
12402checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12403dependencies = [
12404 "indexmap",
12405 "itoa",
12406 "memchr",
12407 "ryu",
12408 "serde",
12409]
12410
12411[[package]]
12412name = "serde_path_to_error"
12413version = "0.1.16"
12414source = "registry+https://github.com/rust-lang/crates.io-index"
12415checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12416dependencies = [
12417 "itoa",
12418 "serde",
12419]
12420
12421[[package]]
12422name = "serde_qs"
12423version = "0.8.5"
12424source = "registry+https://github.com/rust-lang/crates.io-index"
12425checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12426dependencies = [
12427 "percent-encoding",
12428 "serde",
12429 "thiserror 1.0.69",
12430]
12431
12432[[package]]
12433name = "serde_qs"
12434version = "0.10.1"
12435source = "registry+https://github.com/rust-lang/crates.io-index"
12436checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12437dependencies = [
12438 "percent-encoding",
12439 "serde",
12440 "thiserror 1.0.69",
12441]
12442
12443[[package]]
12444name = "serde_repr"
12445version = "0.1.19"
12446source = "registry+https://github.com/rust-lang/crates.io-index"
12447checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12448dependencies = [
12449 "proc-macro2",
12450 "quote",
12451 "syn 2.0.100",
12452]
12453
12454[[package]]
12455name = "serde_spanned"
12456version = "0.6.8"
12457source = "registry+https://github.com/rust-lang/crates.io-index"
12458checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12459dependencies = [
12460 "serde",
12461]
12462
12463[[package]]
12464name = "serde_urlencoded"
12465version = "0.7.1"
12466source = "registry+https://github.com/rust-lang/crates.io-index"
12467checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12468dependencies = [
12469 "form_urlencoded",
12470 "itoa",
12471 "ryu",
12472 "serde",
12473]
12474
12475[[package]]
12476name = "session"
12477version = "0.1.0"
12478dependencies = [
12479 "db",
12480 "gpui",
12481 "serde_json",
12482 "util",
12483 "uuid",
12484]
12485
12486[[package]]
12487name = "settings"
12488version = "0.1.0"
12489dependencies = [
12490 "anyhow",
12491 "collections",
12492 "ec4rs",
12493 "fs",
12494 "futures 0.3.31",
12495 "gpui",
12496 "indoc",
12497 "inventory",
12498 "log",
12499 "paths",
12500 "pretty_assertions",
12501 "release_channel",
12502 "rust-embed",
12503 "schemars",
12504 "serde",
12505 "serde_derive",
12506 "serde_json",
12507 "serde_json_lenient",
12508 "smallvec",
12509 "streaming-iterator",
12510 "tree-sitter",
12511 "tree-sitter-json",
12512 "unindent",
12513 "util",
12514]
12515
12516[[package]]
12517name = "settings_ui"
12518version = "0.1.0"
12519dependencies = [
12520 "command_palette_hooks",
12521 "editor",
12522 "feature_flags",
12523 "gpui",
12524 "settings",
12525 "theme",
12526 "ui",
12527 "workspace",
12528]
12529
12530[[package]]
12531name = "sha1"
12532version = "0.10.6"
12533source = "registry+https://github.com/rust-lang/crates.io-index"
12534checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12535dependencies = [
12536 "cfg-if",
12537 "cpufeatures",
12538 "digest",
12539]
12540
12541[[package]]
12542name = "sha1_smol"
12543version = "1.0.1"
12544source = "registry+https://github.com/rust-lang/crates.io-index"
12545checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12546
12547[[package]]
12548name = "sha2"
12549version = "0.10.8"
12550source = "registry+https://github.com/rust-lang/crates.io-index"
12551checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12552dependencies = [
12553 "cfg-if",
12554 "cpufeatures",
12555 "digest",
12556]
12557
12558[[package]]
12559name = "sharded-slab"
12560version = "0.1.7"
12561source = "registry+https://github.com/rust-lang/crates.io-index"
12562checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12563dependencies = [
12564 "lazy_static",
12565]
12566
12567[[package]]
12568name = "shell-words"
12569version = "1.1.0"
12570source = "registry+https://github.com/rust-lang/crates.io-index"
12571checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12572
12573[[package]]
12574name = "shellexpand"
12575version = "2.1.2"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12578dependencies = [
12579 "dirs 4.0.0",
12580]
12581
12582[[package]]
12583name = "shellexpand"
12584version = "3.1.0"
12585source = "registry+https://github.com/rust-lang/crates.io-index"
12586checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12587dependencies = [
12588 "dirs 5.0.1",
12589]
12590
12591[[package]]
12592name = "shlex"
12593version = "1.3.0"
12594source = "registry+https://github.com/rust-lang/crates.io-index"
12595checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12596
12597[[package]]
12598name = "signal-hook"
12599version = "0.3.17"
12600source = "registry+https://github.com/rust-lang/crates.io-index"
12601checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12602dependencies = [
12603 "libc",
12604 "signal-hook-registry",
12605]
12606
12607[[package]]
12608name = "signal-hook-registry"
12609version = "1.4.2"
12610source = "registry+https://github.com/rust-lang/crates.io-index"
12611checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12612dependencies = [
12613 "libc",
12614]
12615
12616[[package]]
12617name = "signature"
12618version = "1.6.4"
12619source = "registry+https://github.com/rust-lang/crates.io-index"
12620checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12621dependencies = [
12622 "digest",
12623 "rand_core 0.6.4",
12624]
12625
12626[[package]]
12627name = "signature"
12628version = "2.2.0"
12629source = "registry+https://github.com/rust-lang/crates.io-index"
12630checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12631dependencies = [
12632 "digest",
12633 "rand_core 0.6.4",
12634]
12635
12636[[package]]
12637name = "simd-adler32"
12638version = "0.3.7"
12639source = "registry+https://github.com/rust-lang/crates.io-index"
12640checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12641
12642[[package]]
12643name = "simd_helpers"
12644version = "0.1.0"
12645source = "registry+https://github.com/rust-lang/crates.io-index"
12646checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12647dependencies = [
12648 "quote",
12649]
12650
12651[[package]]
12652name = "simdutf8"
12653version = "0.1.5"
12654source = "registry+https://github.com/rust-lang/crates.io-index"
12655checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12656
12657[[package]]
12658name = "simple_asn1"
12659version = "0.6.2"
12660source = "registry+https://github.com/rust-lang/crates.io-index"
12661checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12662dependencies = [
12663 "num-bigint",
12664 "num-traits",
12665 "thiserror 1.0.69",
12666 "time",
12667]
12668
12669[[package]]
12670name = "simplecss"
12671version = "0.2.1"
12672source = "registry+https://github.com/rust-lang/crates.io-index"
12673checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12674dependencies = [
12675 "log",
12676]
12677
12678[[package]]
12679name = "simplelog"
12680version = "0.12.2"
12681source = "registry+https://github.com/rust-lang/crates.io-index"
12682checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12683dependencies = [
12684 "log",
12685 "termcolor",
12686 "time",
12687]
12688
12689[[package]]
12690name = "siphasher"
12691version = "0.3.11"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12694
12695[[package]]
12696name = "siphasher"
12697version = "1.0.1"
12698source = "registry+https://github.com/rust-lang/crates.io-index"
12699checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12700
12701[[package]]
12702name = "skrifa"
12703version = "0.22.3"
12704source = "registry+https://github.com/rust-lang/crates.io-index"
12705checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12706dependencies = [
12707 "bytemuck",
12708 "read-fonts",
12709]
12710
12711[[package]]
12712name = "slab"
12713version = "0.4.9"
12714source = "registry+https://github.com/rust-lang/crates.io-index"
12715checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12716dependencies = [
12717 "autocfg",
12718]
12719
12720[[package]]
12721name = "slash_commands_example"
12722version = "0.1.0"
12723dependencies = [
12724 "zed_extension_api 0.1.0",
12725]
12726
12727[[package]]
12728name = "slotmap"
12729version = "1.0.7"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12732dependencies = [
12733 "version_check",
12734]
12735
12736[[package]]
12737name = "smallvec"
12738version = "1.14.0"
12739source = "registry+https://github.com/rust-lang/crates.io-index"
12740checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12741dependencies = [
12742 "serde",
12743]
12744
12745[[package]]
12746name = "smart-default"
12747version = "0.6.0"
12748source = "registry+https://github.com/rust-lang/crates.io-index"
12749checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12750dependencies = [
12751 "proc-macro2",
12752 "quote",
12753 "syn 1.0.109",
12754]
12755
12756[[package]]
12757name = "smol"
12758version = "2.0.2"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12761dependencies = [
12762 "async-channel 2.3.1",
12763 "async-executor",
12764 "async-fs",
12765 "async-io",
12766 "async-lock",
12767 "async-net",
12768 "async-process",
12769 "blocking",
12770 "futures-lite 2.6.0",
12771]
12772
12773[[package]]
12774name = "smol_str"
12775version = "0.1.24"
12776source = "registry+https://github.com/rust-lang/crates.io-index"
12777checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12778dependencies = [
12779 "serde",
12780]
12781
12782[[package]]
12783name = "snippet"
12784version = "0.1.0"
12785dependencies = [
12786 "anyhow",
12787 "smallvec",
12788]
12789
12790[[package]]
12791name = "snippet_provider"
12792version = "0.1.0"
12793dependencies = [
12794 "anyhow",
12795 "collections",
12796 "extension",
12797 "fs",
12798 "futures 0.3.31",
12799 "gpui",
12800 "parking_lot",
12801 "paths",
12802 "schemars",
12803 "serde",
12804 "serde_json_lenient",
12805 "snippet",
12806 "util",
12807]
12808
12809[[package]]
12810name = "snippets_ui"
12811version = "0.1.0"
12812dependencies = [
12813 "fuzzy",
12814 "gpui",
12815 "language",
12816 "paths",
12817 "picker",
12818 "ui",
12819 "util",
12820 "workspace",
12821]
12822
12823[[package]]
12824name = "socket2"
12825version = "0.5.8"
12826source = "registry+https://github.com/rust-lang/crates.io-index"
12827checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12828dependencies = [
12829 "libc",
12830 "windows-sys 0.52.0",
12831]
12832
12833[[package]]
12834name = "spdx"
12835version = "0.10.7"
12836source = "registry+https://github.com/rust-lang/crates.io-index"
12837checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12838dependencies = [
12839 "smallvec",
12840]
12841
12842[[package]]
12843name = "spin"
12844version = "0.9.8"
12845source = "registry+https://github.com/rust-lang/crates.io-index"
12846checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12847dependencies = [
12848 "lock_api",
12849]
12850
12851[[package]]
12852name = "spirv"
12853version = "0.3.0+sdk-1.3.268.0"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12856dependencies = [
12857 "bitflags 2.8.0",
12858]
12859
12860[[package]]
12861name = "spki"
12862version = "0.6.0"
12863source = "registry+https://github.com/rust-lang/crates.io-index"
12864checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12865dependencies = [
12866 "base64ct",
12867 "der 0.6.1",
12868]
12869
12870[[package]]
12871name = "spki"
12872version = "0.7.3"
12873source = "registry+https://github.com/rust-lang/crates.io-index"
12874checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12875dependencies = [
12876 "base64ct",
12877 "der 0.7.9",
12878]
12879
12880[[package]]
12881name = "sptr"
12882version = "0.3.2"
12883source = "registry+https://github.com/rust-lang/crates.io-index"
12884checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12885
12886[[package]]
12887name = "sqlez"
12888version = "0.1.0"
12889dependencies = [
12890 "anyhow",
12891 "collections",
12892 "futures 0.3.31",
12893 "indoc",
12894 "libsqlite3-sys",
12895 "parking_lot",
12896 "smol",
12897 "sqlformat",
12898 "thread_local",
12899 "util",
12900 "uuid",
12901]
12902
12903[[package]]
12904name = "sqlez_macros"
12905version = "0.1.0"
12906dependencies = [
12907 "sqlez",
12908 "sqlformat",
12909 "syn 1.0.109",
12910]
12911
12912[[package]]
12913name = "sqlformat"
12914version = "0.2.6"
12915source = "registry+https://github.com/rust-lang/crates.io-index"
12916checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12917dependencies = [
12918 "nom",
12919 "unicode_categories",
12920]
12921
12922[[package]]
12923name = "sqlx"
12924version = "0.8.3"
12925source = "registry+https://github.com/rust-lang/crates.io-index"
12926checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12927dependencies = [
12928 "sqlx-core",
12929 "sqlx-macros",
12930 "sqlx-mysql",
12931 "sqlx-postgres",
12932 "sqlx-sqlite",
12933]
12934
12935[[package]]
12936name = "sqlx-core"
12937version = "0.8.3"
12938source = "registry+https://github.com/rust-lang/crates.io-index"
12939checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12940dependencies = [
12941 "bigdecimal",
12942 "bytes 1.10.1",
12943 "chrono",
12944 "crc",
12945 "crossbeam-queue",
12946 "either",
12947 "event-listener 5.3.1",
12948 "futures-core",
12949 "futures-intrusive",
12950 "futures-io",
12951 "futures-util",
12952 "hashbrown 0.15.2",
12953 "hashlink 0.10.0",
12954 "indexmap",
12955 "log",
12956 "memchr",
12957 "once_cell",
12958 "percent-encoding",
12959 "rust_decimal",
12960 "rustls 0.23.23",
12961 "rustls-pemfile 2.2.0",
12962 "serde",
12963 "serde_json",
12964 "sha2",
12965 "smallvec",
12966 "thiserror 2.0.6",
12967 "time",
12968 "tokio",
12969 "tokio-stream",
12970 "tracing",
12971 "url",
12972 "uuid",
12973 "webpki-roots",
12974]
12975
12976[[package]]
12977name = "sqlx-macros"
12978version = "0.8.3"
12979source = "registry+https://github.com/rust-lang/crates.io-index"
12980checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
12981dependencies = [
12982 "proc-macro2",
12983 "quote",
12984 "sqlx-core",
12985 "sqlx-macros-core",
12986 "syn 2.0.100",
12987]
12988
12989[[package]]
12990name = "sqlx-macros-core"
12991version = "0.8.3"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
12994dependencies = [
12995 "dotenvy",
12996 "either",
12997 "heck 0.5.0",
12998 "hex",
12999 "once_cell",
13000 "proc-macro2",
13001 "quote",
13002 "serde",
13003 "serde_json",
13004 "sha2",
13005 "sqlx-core",
13006 "sqlx-mysql",
13007 "sqlx-postgres",
13008 "sqlx-sqlite",
13009 "syn 2.0.100",
13010 "tempfile",
13011 "tokio",
13012 "url",
13013]
13014
13015[[package]]
13016name = "sqlx-mysql"
13017version = "0.8.3"
13018source = "registry+https://github.com/rust-lang/crates.io-index"
13019checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13020dependencies = [
13021 "atoi",
13022 "base64 0.22.1",
13023 "bigdecimal",
13024 "bitflags 2.8.0",
13025 "byteorder",
13026 "bytes 1.10.1",
13027 "chrono",
13028 "crc",
13029 "digest",
13030 "dotenvy",
13031 "either",
13032 "futures-channel",
13033 "futures-core",
13034 "futures-io",
13035 "futures-util",
13036 "generic-array",
13037 "hex",
13038 "hkdf",
13039 "hmac",
13040 "itoa",
13041 "log",
13042 "md-5",
13043 "memchr",
13044 "once_cell",
13045 "percent-encoding",
13046 "rand 0.8.5",
13047 "rsa",
13048 "rust_decimal",
13049 "serde",
13050 "sha1",
13051 "sha2",
13052 "smallvec",
13053 "sqlx-core",
13054 "stringprep",
13055 "thiserror 2.0.6",
13056 "time",
13057 "tracing",
13058 "uuid",
13059 "whoami",
13060]
13061
13062[[package]]
13063name = "sqlx-postgres"
13064version = "0.8.3"
13065source = "registry+https://github.com/rust-lang/crates.io-index"
13066checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13067dependencies = [
13068 "atoi",
13069 "base64 0.22.1",
13070 "bigdecimal",
13071 "bitflags 2.8.0",
13072 "byteorder",
13073 "chrono",
13074 "crc",
13075 "dotenvy",
13076 "etcetera",
13077 "futures-channel",
13078 "futures-core",
13079 "futures-util",
13080 "hex",
13081 "hkdf",
13082 "hmac",
13083 "home",
13084 "itoa",
13085 "log",
13086 "md-5",
13087 "memchr",
13088 "num-bigint",
13089 "once_cell",
13090 "rand 0.8.5",
13091 "rust_decimal",
13092 "serde",
13093 "serde_json",
13094 "sha2",
13095 "smallvec",
13096 "sqlx-core",
13097 "stringprep",
13098 "thiserror 2.0.6",
13099 "time",
13100 "tracing",
13101 "uuid",
13102 "whoami",
13103]
13104
13105[[package]]
13106name = "sqlx-sqlite"
13107version = "0.8.3"
13108source = "registry+https://github.com/rust-lang/crates.io-index"
13109checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13110dependencies = [
13111 "atoi",
13112 "chrono",
13113 "flume",
13114 "futures-channel",
13115 "futures-core",
13116 "futures-executor",
13117 "futures-intrusive",
13118 "futures-util",
13119 "libsqlite3-sys",
13120 "log",
13121 "percent-encoding",
13122 "serde",
13123 "serde_urlencoded",
13124 "sqlx-core",
13125 "time",
13126 "tracing",
13127 "url",
13128 "uuid",
13129]
13130
13131[[package]]
13132name = "stable_deref_trait"
13133version = "1.2.0"
13134source = "registry+https://github.com/rust-lang/crates.io-index"
13135checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13136
13137[[package]]
13138name = "static_assertions"
13139version = "1.1.0"
13140source = "registry+https://github.com/rust-lang/crates.io-index"
13141checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13142
13143[[package]]
13144name = "story"
13145version = "0.1.0"
13146dependencies = [
13147 "gpui",
13148 "itertools 0.14.0",
13149 "smallvec",
13150]
13151
13152[[package]]
13153name = "storybook"
13154version = "0.1.0"
13155dependencies = [
13156 "anyhow",
13157 "clap",
13158 "collab_ui",
13159 "ctrlc",
13160 "dialoguer",
13161 "editor",
13162 "fuzzy",
13163 "gpui",
13164 "indoc",
13165 "language",
13166 "log",
13167 "menu",
13168 "picker",
13169 "project",
13170 "reqwest_client",
13171 "rust-embed",
13172 "settings",
13173 "simplelog",
13174 "story",
13175 "strum",
13176 "theme",
13177 "title_bar",
13178 "ui",
13179]
13180
13181[[package]]
13182name = "streaming-iterator"
13183version = "0.1.9"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13186
13187[[package]]
13188name = "streaming_diff"
13189version = "0.1.0"
13190dependencies = [
13191 "ordered-float 2.10.1",
13192 "rand 0.8.5",
13193 "rope",
13194 "util",
13195]
13196
13197[[package]]
13198name = "strict-num"
13199version = "0.1.1"
13200source = "registry+https://github.com/rust-lang/crates.io-index"
13201checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13202dependencies = [
13203 "float-cmp",
13204]
13205
13206[[package]]
13207name = "string_cache"
13208version = "0.8.7"
13209source = "registry+https://github.com/rust-lang/crates.io-index"
13210checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13211dependencies = [
13212 "new_debug_unreachable",
13213 "once_cell",
13214 "parking_lot",
13215 "phf_shared 0.10.0",
13216 "precomputed-hash",
13217 "serde",
13218]
13219
13220[[package]]
13221name = "string_cache_codegen"
13222version = "0.5.2"
13223source = "registry+https://github.com/rust-lang/crates.io-index"
13224checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13225dependencies = [
13226 "phf_generator 0.10.0",
13227 "phf_shared 0.10.0",
13228 "proc-macro2",
13229 "quote",
13230]
13231
13232[[package]]
13233name = "stringprep"
13234version = "0.1.5"
13235source = "registry+https://github.com/rust-lang/crates.io-index"
13236checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13237dependencies = [
13238 "unicode-bidi",
13239 "unicode-normalization",
13240 "unicode-properties",
13241]
13242
13243[[package]]
13244name = "strsim"
13245version = "0.11.1"
13246source = "registry+https://github.com/rust-lang/crates.io-index"
13247checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13248
13249[[package]]
13250name = "strum"
13251version = "0.26.3"
13252source = "registry+https://github.com/rust-lang/crates.io-index"
13253checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13254dependencies = [
13255 "strum_macros",
13256]
13257
13258[[package]]
13259name = "strum_macros"
13260version = "0.26.4"
13261source = "registry+https://github.com/rust-lang/crates.io-index"
13262checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13263dependencies = [
13264 "heck 0.5.0",
13265 "proc-macro2",
13266 "quote",
13267 "rustversion",
13268 "syn 2.0.100",
13269]
13270
13271[[package]]
13272name = "subtle"
13273version = "2.6.1"
13274source = "registry+https://github.com/rust-lang/crates.io-index"
13275checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13276
13277[[package]]
13278name = "sum_tree"
13279version = "0.1.0"
13280dependencies = [
13281 "arrayvec",
13282 "ctor",
13283 "env_logger 0.11.7",
13284 "log",
13285 "rand 0.8.5",
13286 "rayon",
13287]
13288
13289[[package]]
13290name = "supermaven"
13291version = "0.1.0"
13292dependencies = [
13293 "anyhow",
13294 "client",
13295 "collections",
13296 "editor",
13297 "env_logger 0.11.7",
13298 "futures 0.3.31",
13299 "gpui",
13300 "http_client",
13301 "inline_completion",
13302 "language",
13303 "log",
13304 "postage",
13305 "project",
13306 "serde",
13307 "serde_json",
13308 "settings",
13309 "smol",
13310 "supermaven_api",
13311 "text",
13312 "theme",
13313 "ui",
13314 "unicode-segmentation",
13315 "util",
13316]
13317
13318[[package]]
13319name = "supermaven_api"
13320version = "0.1.0"
13321dependencies = [
13322 "anyhow",
13323 "futures 0.3.31",
13324 "http_client",
13325 "paths",
13326 "serde",
13327 "serde_json",
13328 "smol",
13329]
13330
13331[[package]]
13332name = "sval"
13333version = "2.13.2"
13334source = "registry+https://github.com/rust-lang/crates.io-index"
13335checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13336
13337[[package]]
13338name = "sval_buffer"
13339version = "2.13.2"
13340source = "registry+https://github.com/rust-lang/crates.io-index"
13341checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13342dependencies = [
13343 "sval",
13344 "sval_ref",
13345]
13346
13347[[package]]
13348name = "sval_dynamic"
13349version = "2.13.2"
13350source = "registry+https://github.com/rust-lang/crates.io-index"
13351checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13352dependencies = [
13353 "sval",
13354]
13355
13356[[package]]
13357name = "sval_fmt"
13358version = "2.13.2"
13359source = "registry+https://github.com/rust-lang/crates.io-index"
13360checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13361dependencies = [
13362 "itoa",
13363 "ryu",
13364 "sval",
13365]
13366
13367[[package]]
13368name = "sval_json"
13369version = "2.13.2"
13370source = "registry+https://github.com/rust-lang/crates.io-index"
13371checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13372dependencies = [
13373 "itoa",
13374 "ryu",
13375 "sval",
13376]
13377
13378[[package]]
13379name = "sval_nested"
13380version = "2.13.2"
13381source = "registry+https://github.com/rust-lang/crates.io-index"
13382checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13383dependencies = [
13384 "sval",
13385 "sval_buffer",
13386 "sval_ref",
13387]
13388
13389[[package]]
13390name = "sval_ref"
13391version = "2.13.2"
13392source = "registry+https://github.com/rust-lang/crates.io-index"
13393checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13394dependencies = [
13395 "sval",
13396]
13397
13398[[package]]
13399name = "sval_serde"
13400version = "2.13.2"
13401source = "registry+https://github.com/rust-lang/crates.io-index"
13402checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13403dependencies = [
13404 "serde",
13405 "sval",
13406 "sval_nested",
13407]
13408
13409[[package]]
13410name = "svg_fmt"
13411version = "0.4.4"
13412source = "registry+https://github.com/rust-lang/crates.io-index"
13413checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13414
13415[[package]]
13416name = "svgtypes"
13417version = "0.15.3"
13418source = "registry+https://github.com/rust-lang/crates.io-index"
13419checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13420dependencies = [
13421 "kurbo",
13422 "siphasher 1.0.1",
13423]
13424
13425[[package]]
13426name = "swash"
13427version = "0.1.19"
13428source = "registry+https://github.com/rust-lang/crates.io-index"
13429checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13430dependencies = [
13431 "skrifa",
13432 "yazi",
13433 "zeno",
13434]
13435
13436[[package]]
13437name = "syn"
13438version = "1.0.109"
13439source = "registry+https://github.com/rust-lang/crates.io-index"
13440checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13441dependencies = [
13442 "proc-macro2",
13443 "quote",
13444 "unicode-ident",
13445]
13446
13447[[package]]
13448name = "syn"
13449version = "2.0.100"
13450source = "registry+https://github.com/rust-lang/crates.io-index"
13451checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13452dependencies = [
13453 "proc-macro2",
13454 "quote",
13455 "unicode-ident",
13456]
13457
13458[[package]]
13459name = "sync_wrapper"
13460version = "0.1.2"
13461source = "registry+https://github.com/rust-lang/crates.io-index"
13462checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13463
13464[[package]]
13465name = "sync_wrapper"
13466version = "1.0.2"
13467source = "registry+https://github.com/rust-lang/crates.io-index"
13468checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13469dependencies = [
13470 "futures-core",
13471]
13472
13473[[package]]
13474name = "synchronoise"
13475version = "1.0.1"
13476source = "registry+https://github.com/rust-lang/crates.io-index"
13477checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13478dependencies = [
13479 "crossbeam-queue",
13480]
13481
13482[[package]]
13483name = "synstructure"
13484version = "0.13.1"
13485source = "registry+https://github.com/rust-lang/crates.io-index"
13486checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13487dependencies = [
13488 "proc-macro2",
13489 "quote",
13490 "syn 2.0.100",
13491]
13492
13493[[package]]
13494name = "sys-locale"
13495version = "0.3.2"
13496source = "registry+https://github.com/rust-lang/crates.io-index"
13497checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13498dependencies = [
13499 "libc",
13500]
13501
13502[[package]]
13503name = "sysinfo"
13504version = "0.31.4"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13507dependencies = [
13508 "core-foundation-sys",
13509 "libc",
13510 "memchr",
13511 "ntapi",
13512 "rayon",
13513 "windows 0.57.0",
13514]
13515
13516[[package]]
13517name = "system-configuration"
13518version = "0.5.1"
13519source = "registry+https://github.com/rust-lang/crates.io-index"
13520checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13521dependencies = [
13522 "bitflags 1.3.2",
13523 "core-foundation 0.9.4",
13524 "system-configuration-sys 0.5.0",
13525]
13526
13527[[package]]
13528name = "system-configuration"
13529version = "0.6.1"
13530source = "registry+https://github.com/rust-lang/crates.io-index"
13531checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13532dependencies = [
13533 "bitflags 2.8.0",
13534 "core-foundation 0.9.4",
13535 "system-configuration-sys 0.6.0",
13536]
13537
13538[[package]]
13539name = "system-configuration-sys"
13540version = "0.5.0"
13541source = "registry+https://github.com/rust-lang/crates.io-index"
13542checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13543dependencies = [
13544 "core-foundation-sys",
13545 "libc",
13546]
13547
13548[[package]]
13549name = "system-configuration-sys"
13550version = "0.6.0"
13551source = "registry+https://github.com/rust-lang/crates.io-index"
13552checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13553dependencies = [
13554 "core-foundation-sys",
13555 "libc",
13556]
13557
13558[[package]]
13559name = "system-deps"
13560version = "6.2.2"
13561source = "registry+https://github.com/rust-lang/crates.io-index"
13562checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13563dependencies = [
13564 "cfg-expr",
13565 "heck 0.5.0",
13566 "pkg-config",
13567 "toml 0.8.20",
13568 "version-compare",
13569]
13570
13571[[package]]
13572name = "system-interface"
13573version = "0.27.3"
13574source = "registry+https://github.com/rust-lang/crates.io-index"
13575checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13576dependencies = [
13577 "bitflags 2.8.0",
13578 "cap-fs-ext",
13579 "cap-std",
13580 "fd-lock",
13581 "io-lifetimes",
13582 "rustix",
13583 "windows-sys 0.59.0",
13584 "winx",
13585]
13586
13587[[package]]
13588name = "tab_switcher"
13589version = "0.1.0"
13590dependencies = [
13591 "anyhow",
13592 "collections",
13593 "ctor",
13594 "editor",
13595 "env_logger 0.11.7",
13596 "gpui",
13597 "language",
13598 "menu",
13599 "picker",
13600 "project",
13601 "schemars",
13602 "serde",
13603 "serde_json",
13604 "settings",
13605 "theme",
13606 "ui",
13607 "util",
13608 "workspace",
13609]
13610
13611[[package]]
13612name = "taffy"
13613version = "0.4.4"
13614source = "registry+https://github.com/rust-lang/crates.io-index"
13615checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13616dependencies = [
13617 "arrayvec",
13618 "grid",
13619 "num-traits",
13620 "serde",
13621 "slotmap",
13622]
13623
13624[[package]]
13625name = "take-until"
13626version = "0.2.0"
13627source = "registry+https://github.com/rust-lang/crates.io-index"
13628checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13629
13630[[package]]
13631name = "tap"
13632version = "1.0.1"
13633source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13635
13636[[package]]
13637name = "target-lexicon"
13638version = "0.12.16"
13639source = "registry+https://github.com/rust-lang/crates.io-index"
13640checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13641
13642[[package]]
13643name = "target-lexicon"
13644version = "0.13.2"
13645source = "registry+https://github.com/rust-lang/crates.io-index"
13646checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13647
13648[[package]]
13649name = "task"
13650version = "0.1.0"
13651dependencies = [
13652 "anyhow",
13653 "collections",
13654 "futures 0.3.31",
13655 "gpui",
13656 "hex",
13657 "parking_lot",
13658 "schemars",
13659 "serde",
13660 "serde_json_lenient",
13661 "sha2",
13662 "shellexpand 2.1.2",
13663 "util",
13664 "zed_actions",
13665]
13666
13667[[package]]
13668name = "tasks_ui"
13669version = "0.1.0"
13670dependencies = [
13671 "anyhow",
13672 "editor",
13673 "file_icons",
13674 "fuzzy",
13675 "gpui",
13676 "language",
13677 "menu",
13678 "picker",
13679 "project",
13680 "schemars",
13681 "serde",
13682 "serde_json",
13683 "settings",
13684 "task",
13685 "tree-sitter-rust",
13686 "tree-sitter-typescript",
13687 "ui",
13688 "util",
13689 "workspace",
13690 "zed_actions",
13691]
13692
13693[[package]]
13694name = "telemetry"
13695version = "0.1.0"
13696dependencies = [
13697 "futures 0.3.31",
13698 "serde",
13699 "serde_json",
13700 "telemetry_events",
13701]
13702
13703[[package]]
13704name = "telemetry_events"
13705version = "0.1.0"
13706dependencies = [
13707 "semantic_version",
13708 "serde",
13709 "serde_json",
13710]
13711
13712[[package]]
13713name = "tempfile"
13714version = "3.17.1"
13715source = "registry+https://github.com/rust-lang/crates.io-index"
13716checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13717dependencies = [
13718 "cfg-if",
13719 "fastrand 2.3.0",
13720 "getrandom 0.3.1",
13721 "once_cell",
13722 "rustix",
13723 "windows-sys 0.59.0",
13724]
13725
13726[[package]]
13727name = "tendril"
13728version = "0.4.3"
13729source = "registry+https://github.com/rust-lang/crates.io-index"
13730checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13731dependencies = [
13732 "futf",
13733 "mac",
13734 "utf-8",
13735]
13736
13737[[package]]
13738name = "termcolor"
13739version = "1.4.1"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13742dependencies = [
13743 "winapi-util",
13744]
13745
13746[[package]]
13747name = "terminal"
13748version = "0.1.0"
13749dependencies = [
13750 "alacritty_terminal",
13751 "anyhow",
13752 "collections",
13753 "dirs 4.0.0",
13754 "futures 0.3.31",
13755 "gpui",
13756 "libc",
13757 "rand 0.8.5",
13758 "regex",
13759 "release_channel",
13760 "schemars",
13761 "serde",
13762 "serde_derive",
13763 "settings",
13764 "smol",
13765 "sysinfo",
13766 "task",
13767 "theme",
13768 "thiserror 1.0.69",
13769 "util",
13770 "windows 0.60.0",
13771]
13772
13773[[package]]
13774name = "terminal_size"
13775version = "0.4.1"
13776source = "registry+https://github.com/rust-lang/crates.io-index"
13777checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13778dependencies = [
13779 "rustix",
13780 "windows-sys 0.59.0",
13781]
13782
13783[[package]]
13784name = "terminal_view"
13785version = "0.1.0"
13786dependencies = [
13787 "anyhow",
13788 "async-recursion 1.1.1",
13789 "breadcrumbs",
13790 "client",
13791 "collections",
13792 "db",
13793 "dirs 4.0.0",
13794 "editor",
13795 "futures 0.3.31",
13796 "gpui",
13797 "itertools 0.14.0",
13798 "language",
13799 "log",
13800 "project",
13801 "rand 0.8.5",
13802 "schemars",
13803 "search",
13804 "serde",
13805 "serde_json",
13806 "settings",
13807 "shellexpand 2.1.2",
13808 "smol",
13809 "task",
13810 "terminal",
13811 "theme",
13812 "ui",
13813 "util",
13814 "workspace",
13815 "zed_actions",
13816]
13817
13818[[package]]
13819name = "text"
13820version = "0.1.0"
13821dependencies = [
13822 "anyhow",
13823 "clock",
13824 "collections",
13825 "ctor",
13826 "env_logger 0.11.7",
13827 "gpui",
13828 "http_client",
13829 "log",
13830 "parking_lot",
13831 "postage",
13832 "rand 0.8.5",
13833 "regex",
13834 "rope",
13835 "smallvec",
13836 "sum_tree",
13837 "util",
13838]
13839
13840[[package]]
13841name = "theme"
13842version = "0.1.0"
13843dependencies = [
13844 "anyhow",
13845 "collections",
13846 "derive_more",
13847 "fs",
13848 "futures 0.3.31",
13849 "gpui",
13850 "indexmap",
13851 "log",
13852 "palette",
13853 "parking_lot",
13854 "refineable",
13855 "schemars",
13856 "serde",
13857 "serde_derive",
13858 "serde_json",
13859 "serde_json_lenient",
13860 "serde_repr",
13861 "settings",
13862 "strum",
13863 "thiserror 1.0.69",
13864 "util",
13865 "uuid",
13866]
13867
13868[[package]]
13869name = "theme_extension"
13870version = "0.1.0"
13871dependencies = [
13872 "anyhow",
13873 "extension",
13874 "fs",
13875 "gpui",
13876 "theme",
13877]
13878
13879[[package]]
13880name = "theme_importer"
13881version = "0.1.0"
13882dependencies = [
13883 "anyhow",
13884 "clap",
13885 "gpui",
13886 "indexmap",
13887 "log",
13888 "palette",
13889 "rust-embed",
13890 "serde",
13891 "serde_json",
13892 "serde_json_lenient",
13893 "simplelog",
13894 "strum",
13895 "theme",
13896 "vscode_theme",
13897]
13898
13899[[package]]
13900name = "theme_selector"
13901version = "0.1.0"
13902dependencies = [
13903 "fs",
13904 "fuzzy",
13905 "gpui",
13906 "log",
13907 "picker",
13908 "serde",
13909 "settings",
13910 "telemetry",
13911 "theme",
13912 "ui",
13913 "util",
13914 "workspace",
13915 "zed_actions",
13916]
13917
13918[[package]]
13919name = "thiserror"
13920version = "1.0.69"
13921source = "registry+https://github.com/rust-lang/crates.io-index"
13922checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13923dependencies = [
13924 "thiserror-impl 1.0.69",
13925]
13926
13927[[package]]
13928name = "thiserror"
13929version = "2.0.6"
13930source = "registry+https://github.com/rust-lang/crates.io-index"
13931checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13932dependencies = [
13933 "thiserror-impl 2.0.6",
13934]
13935
13936[[package]]
13937name = "thiserror-impl"
13938version = "1.0.69"
13939source = "registry+https://github.com/rust-lang/crates.io-index"
13940checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13941dependencies = [
13942 "proc-macro2",
13943 "quote",
13944 "syn 2.0.100",
13945]
13946
13947[[package]]
13948name = "thiserror-impl"
13949version = "2.0.6"
13950source = "registry+https://github.com/rust-lang/crates.io-index"
13951checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13952dependencies = [
13953 "proc-macro2",
13954 "quote",
13955 "syn 2.0.100",
13956]
13957
13958[[package]]
13959name = "thread_local"
13960version = "1.1.8"
13961source = "registry+https://github.com/rust-lang/crates.io-index"
13962checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13963dependencies = [
13964 "cfg-if",
13965 "once_cell",
13966]
13967
13968[[package]]
13969name = "tiff"
13970version = "0.9.1"
13971source = "registry+https://github.com/rust-lang/crates.io-index"
13972checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13973dependencies = [
13974 "flate2",
13975 "jpeg-decoder",
13976 "weezl",
13977]
13978
13979[[package]]
13980name = "tiktoken-rs"
13981version = "0.6.0"
13982source = "registry+https://github.com/rust-lang/crates.io-index"
13983checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13984dependencies = [
13985 "anyhow",
13986 "base64 0.21.7",
13987 "bstr",
13988 "fancy-regex 0.13.0",
13989 "lazy_static",
13990 "parking_lot",
13991 "regex",
13992 "rustc-hash 1.1.0",
13993]
13994
13995[[package]]
13996name = "time"
13997version = "0.3.37"
13998source = "registry+https://github.com/rust-lang/crates.io-index"
13999checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
14000dependencies = [
14001 "deranged",
14002 "itoa",
14003 "libc",
14004 "num-conv",
14005 "num_threads",
14006 "powerfmt",
14007 "serde",
14008 "time-core",
14009 "time-macros",
14010]
14011
14012[[package]]
14013name = "time-core"
14014version = "0.1.2"
14015source = "registry+https://github.com/rust-lang/crates.io-index"
14016checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
14017
14018[[package]]
14019name = "time-macros"
14020version = "0.2.19"
14021source = "registry+https://github.com/rust-lang/crates.io-index"
14022checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
14023dependencies = [
14024 "num-conv",
14025 "time-core",
14026]
14027
14028[[package]]
14029name = "time_format"
14030version = "0.1.0"
14031dependencies = [
14032 "core-foundation 0.9.4",
14033 "core-foundation-sys",
14034 "sys-locale",
14035 "time",
14036]
14037
14038[[package]]
14039name = "tiny-keccak"
14040version = "2.0.2"
14041source = "registry+https://github.com/rust-lang/crates.io-index"
14042checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14043dependencies = [
14044 "crunchy",
14045]
14046
14047[[package]]
14048name = "tiny-skia"
14049version = "0.11.4"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14052dependencies = [
14053 "arrayref",
14054 "arrayvec",
14055 "bytemuck",
14056 "cfg-if",
14057 "log",
14058 "png",
14059 "tiny-skia-path",
14060]
14061
14062[[package]]
14063name = "tiny-skia-path"
14064version = "0.11.4"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14067dependencies = [
14068 "arrayref",
14069 "bytemuck",
14070 "strict-num",
14071]
14072
14073[[package]]
14074name = "tiny_http"
14075version = "0.8.2"
14076source = "registry+https://github.com/rust-lang/crates.io-index"
14077checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14078dependencies = [
14079 "ascii",
14080 "chrono",
14081 "chunked_transfer",
14082 "log",
14083 "url",
14084]
14085
14086[[package]]
14087name = "tinystr"
14088version = "0.7.6"
14089source = "registry+https://github.com/rust-lang/crates.io-index"
14090checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14091dependencies = [
14092 "displaydoc",
14093 "zerovec",
14094]
14095
14096[[package]]
14097name = "tinytemplate"
14098version = "1.2.1"
14099source = "registry+https://github.com/rust-lang/crates.io-index"
14100checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14101dependencies = [
14102 "serde",
14103 "serde_json",
14104]
14105
14106[[package]]
14107name = "tinyvec"
14108version = "1.8.0"
14109source = "registry+https://github.com/rust-lang/crates.io-index"
14110checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14111dependencies = [
14112 "tinyvec_macros",
14113]
14114
14115[[package]]
14116name = "tinyvec_macros"
14117version = "0.1.1"
14118source = "registry+https://github.com/rust-lang/crates.io-index"
14119checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14120
14121[[package]]
14122name = "title_bar"
14123version = "0.1.0"
14124dependencies = [
14125 "auto_update",
14126 "call",
14127 "client",
14128 "collections",
14129 "feature_flags",
14130 "git_ui",
14131 "gpui",
14132 "http_client",
14133 "notifications",
14134 "pretty_assertions",
14135 "project",
14136 "remote",
14137 "rpc",
14138 "schemars",
14139 "serde",
14140 "settings",
14141 "smallvec",
14142 "story",
14143 "telemetry",
14144 "theme",
14145 "tree-sitter-md",
14146 "ui",
14147 "util",
14148 "windows 0.60.0",
14149 "workspace",
14150 "zed_actions",
14151 "zeta",
14152]
14153
14154[[package]]
14155name = "tokio"
14156version = "1.43.0"
14157source = "registry+https://github.com/rust-lang/crates.io-index"
14158checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14159dependencies = [
14160 "backtrace",
14161 "bytes 1.10.1",
14162 "libc",
14163 "mio 1.0.3",
14164 "parking_lot",
14165 "pin-project-lite",
14166 "signal-hook-registry",
14167 "socket2",
14168 "tokio-macros",
14169 "windows-sys 0.52.0",
14170]
14171
14172[[package]]
14173name = "tokio-io"
14174version = "0.1.13"
14175source = "registry+https://github.com/rust-lang/crates.io-index"
14176checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14177dependencies = [
14178 "bytes 0.4.12",
14179 "futures 0.1.31",
14180 "log",
14181]
14182
14183[[package]]
14184name = "tokio-macros"
14185version = "2.5.0"
14186source = "registry+https://github.com/rust-lang/crates.io-index"
14187checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14188dependencies = [
14189 "proc-macro2",
14190 "quote",
14191 "syn 2.0.100",
14192]
14193
14194[[package]]
14195name = "tokio-native-tls"
14196version = "0.3.1"
14197source = "registry+https://github.com/rust-lang/crates.io-index"
14198checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14199dependencies = [
14200 "native-tls",
14201 "tokio",
14202]
14203
14204[[package]]
14205name = "tokio-rustls"
14206version = "0.24.1"
14207source = "registry+https://github.com/rust-lang/crates.io-index"
14208checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14209dependencies = [
14210 "rustls 0.21.12",
14211 "tokio",
14212]
14213
14214[[package]]
14215name = "tokio-rustls"
14216version = "0.26.1"
14217source = "registry+https://github.com/rust-lang/crates.io-index"
14218checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14219dependencies = [
14220 "rustls 0.23.23",
14221 "tokio",
14222]
14223
14224[[package]]
14225name = "tokio-socks"
14226version = "0.5.2"
14227source = "registry+https://github.com/rust-lang/crates.io-index"
14228checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14229dependencies = [
14230 "either",
14231 "futures-io",
14232 "futures-util",
14233 "thiserror 1.0.69",
14234 "tokio",
14235]
14236
14237[[package]]
14238name = "tokio-stream"
14239version = "0.1.17"
14240source = "registry+https://github.com/rust-lang/crates.io-index"
14241checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14242dependencies = [
14243 "futures-core",
14244 "pin-project-lite",
14245 "tokio",
14246]
14247
14248[[package]]
14249name = "tokio-tungstenite"
14250version = "0.20.1"
14251source = "registry+https://github.com/rust-lang/crates.io-index"
14252checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14253dependencies = [
14254 "futures-util",
14255 "log",
14256 "rustls 0.21.12",
14257 "rustls-native-certs 0.6.3",
14258 "tokio",
14259 "tokio-rustls 0.24.1",
14260 "tungstenite 0.20.1",
14261]
14262
14263[[package]]
14264name = "tokio-tungstenite"
14265version = "0.21.0"
14266source = "registry+https://github.com/rust-lang/crates.io-index"
14267checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14268dependencies = [
14269 "futures-util",
14270 "log",
14271 "tokio",
14272 "tungstenite 0.21.0",
14273]
14274
14275[[package]]
14276name = "tokio-util"
14277version = "0.7.13"
14278source = "registry+https://github.com/rust-lang/crates.io-index"
14279checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14280dependencies = [
14281 "bytes 1.10.1",
14282 "futures-core",
14283 "futures-io",
14284 "futures-sink",
14285 "pin-project-lite",
14286 "tokio",
14287]
14288
14289[[package]]
14290name = "toml"
14291version = "0.5.11"
14292source = "registry+https://github.com/rust-lang/crates.io-index"
14293checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14294dependencies = [
14295 "serde",
14296]
14297
14298[[package]]
14299name = "toml"
14300version = "0.8.20"
14301source = "registry+https://github.com/rust-lang/crates.io-index"
14302checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14303dependencies = [
14304 "serde",
14305 "serde_spanned",
14306 "toml_datetime",
14307 "toml_edit",
14308]
14309
14310[[package]]
14311name = "toml_datetime"
14312version = "0.6.8"
14313source = "registry+https://github.com/rust-lang/crates.io-index"
14314checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14315dependencies = [
14316 "serde",
14317]
14318
14319[[package]]
14320name = "toml_edit"
14321version = "0.22.23"
14322source = "registry+https://github.com/rust-lang/crates.io-index"
14323checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14324dependencies = [
14325 "indexmap",
14326 "serde",
14327 "serde_spanned",
14328 "toml_datetime",
14329 "winnow 0.7.1",
14330]
14331
14332[[package]]
14333name = "toolchain_selector"
14334version = "0.1.0"
14335dependencies = [
14336 "editor",
14337 "fuzzy",
14338 "gpui",
14339 "language",
14340 "picker",
14341 "project",
14342 "ui",
14343 "util",
14344 "workspace",
14345]
14346
14347[[package]]
14348name = "topological-sort"
14349version = "0.2.2"
14350source = "registry+https://github.com/rust-lang/crates.io-index"
14351checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14352
14353[[package]]
14354name = "tower"
14355version = "0.4.13"
14356source = "registry+https://github.com/rust-lang/crates.io-index"
14357checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14358dependencies = [
14359 "futures-core",
14360 "futures-util",
14361 "pin-project",
14362 "pin-project-lite",
14363 "tokio",
14364 "tower-layer",
14365 "tower-service",
14366 "tracing",
14367]
14368
14369[[package]]
14370name = "tower-http"
14371version = "0.3.5"
14372source = "registry+https://github.com/rust-lang/crates.io-index"
14373checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14374dependencies = [
14375 "bitflags 1.3.2",
14376 "bytes 1.10.1",
14377 "futures-core",
14378 "futures-util",
14379 "http 0.2.12",
14380 "http-body 0.4.6",
14381 "http-range-header",
14382 "pin-project-lite",
14383 "tower-layer",
14384 "tower-service",
14385]
14386
14387[[package]]
14388name = "tower-http"
14389version = "0.4.4"
14390source = "registry+https://github.com/rust-lang/crates.io-index"
14391checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14392dependencies = [
14393 "bitflags 2.8.0",
14394 "bytes 1.10.1",
14395 "futures-core",
14396 "futures-util",
14397 "http 0.2.12",
14398 "http-body 0.4.6",
14399 "http-range-header",
14400 "pin-project-lite",
14401 "tower-layer",
14402 "tower-service",
14403 "tracing",
14404]
14405
14406[[package]]
14407name = "tower-layer"
14408version = "0.3.3"
14409source = "registry+https://github.com/rust-lang/crates.io-index"
14410checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14411
14412[[package]]
14413name = "tower-service"
14414version = "0.3.3"
14415source = "registry+https://github.com/rust-lang/crates.io-index"
14416checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14417
14418[[package]]
14419name = "tracing"
14420version = "0.1.41"
14421source = "registry+https://github.com/rust-lang/crates.io-index"
14422checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14423dependencies = [
14424 "log",
14425 "pin-project-lite",
14426 "tracing-attributes",
14427 "tracing-core",
14428]
14429
14430[[package]]
14431name = "tracing-attributes"
14432version = "0.1.28"
14433source = "registry+https://github.com/rust-lang/crates.io-index"
14434checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14435dependencies = [
14436 "proc-macro2",
14437 "quote",
14438 "syn 2.0.100",
14439]
14440
14441[[package]]
14442name = "tracing-core"
14443version = "0.1.33"
14444source = "registry+https://github.com/rust-lang/crates.io-index"
14445checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14446dependencies = [
14447 "once_cell",
14448 "valuable",
14449]
14450
14451[[package]]
14452name = "tracing-log"
14453version = "0.2.0"
14454source = "registry+https://github.com/rust-lang/crates.io-index"
14455checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14456dependencies = [
14457 "log",
14458 "once_cell",
14459 "tracing-core",
14460]
14461
14462[[package]]
14463name = "tracing-serde"
14464version = "0.2.0"
14465source = "registry+https://github.com/rust-lang/crates.io-index"
14466checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14467dependencies = [
14468 "serde",
14469 "tracing-core",
14470]
14471
14472[[package]]
14473name = "tracing-subscriber"
14474version = "0.3.19"
14475source = "registry+https://github.com/rust-lang/crates.io-index"
14476checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14477dependencies = [
14478 "matchers",
14479 "nu-ansi-term",
14480 "once_cell",
14481 "regex",
14482 "serde",
14483 "serde_json",
14484 "sharded-slab",
14485 "smallvec",
14486 "thread_local",
14487 "tracing",
14488 "tracing-core",
14489 "tracing-log",
14490 "tracing-serde",
14491]
14492
14493[[package]]
14494name = "trait-variant"
14495version = "0.1.2"
14496source = "registry+https://github.com/rust-lang/crates.io-index"
14497checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14498dependencies = [
14499 "proc-macro2",
14500 "quote",
14501 "syn 2.0.100",
14502]
14503
14504[[package]]
14505name = "tree-sitter"
14506version = "0.25.3"
14507source = "registry+https://github.com/rust-lang/crates.io-index"
14508checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14509dependencies = [
14510 "cc",
14511 "regex",
14512 "regex-syntax 0.8.5",
14513 "serde_json",
14514 "streaming-iterator",
14515 "tree-sitter-language",
14516 "wasmtime-c-api-impl",
14517]
14518
14519[[package]]
14520name = "tree-sitter-bash"
14521version = "0.23.3"
14522source = "registry+https://github.com/rust-lang/crates.io-index"
14523checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14524dependencies = [
14525 "cc",
14526 "tree-sitter-language",
14527]
14528
14529[[package]]
14530name = "tree-sitter-c"
14531version = "0.23.4"
14532source = "registry+https://github.com/rust-lang/crates.io-index"
14533checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14534dependencies = [
14535 "cc",
14536 "tree-sitter-language",
14537]
14538
14539[[package]]
14540name = "tree-sitter-cpp"
14541version = "0.23.4"
14542source = "registry+https://github.com/rust-lang/crates.io-index"
14543checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14544dependencies = [
14545 "cc",
14546 "tree-sitter-language",
14547]
14548
14549[[package]]
14550name = "tree-sitter-css"
14551version = "0.23.2"
14552source = "registry+https://github.com/rust-lang/crates.io-index"
14553checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14554dependencies = [
14555 "cc",
14556 "tree-sitter-language",
14557]
14558
14559[[package]]
14560name = "tree-sitter-diff"
14561version = "0.1.0"
14562source = "registry+https://github.com/rust-lang/crates.io-index"
14563checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14564dependencies = [
14565 "cc",
14566 "tree-sitter-language",
14567]
14568
14569[[package]]
14570name = "tree-sitter-elixir"
14571version = "0.3.4"
14572source = "registry+https://github.com/rust-lang/crates.io-index"
14573checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14574dependencies = [
14575 "cc",
14576 "tree-sitter-language",
14577]
14578
14579[[package]]
14580name = "tree-sitter-embedded-template"
14581version = "0.23.2"
14582source = "registry+https://github.com/rust-lang/crates.io-index"
14583checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14584dependencies = [
14585 "cc",
14586 "tree-sitter-language",
14587]
14588
14589[[package]]
14590name = "tree-sitter-gitcommit"
14591version = "0.0.1"
14592source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14593dependencies = [
14594 "cc",
14595 "tree-sitter-language",
14596]
14597
14598[[package]]
14599name = "tree-sitter-go"
14600version = "0.23.4"
14601source = "registry+https://github.com/rust-lang/crates.io-index"
14602checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14603dependencies = [
14604 "cc",
14605 "tree-sitter-language",
14606]
14607
14608[[package]]
14609name = "tree-sitter-gomod"
14610version = "1.1.1"
14611source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14612dependencies = [
14613 "cc",
14614 "tree-sitter-language",
14615]
14616
14617[[package]]
14618name = "tree-sitter-gowork"
14619version = "0.0.1"
14620source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14621dependencies = [
14622 "cc",
14623 "tree-sitter-language",
14624]
14625
14626[[package]]
14627name = "tree-sitter-heex"
14628version = "0.0.1"
14629source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14630dependencies = [
14631 "cc",
14632 "tree-sitter-language",
14633]
14634
14635[[package]]
14636name = "tree-sitter-html"
14637version = "0.23.2"
14638source = "registry+https://github.com/rust-lang/crates.io-index"
14639checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14640dependencies = [
14641 "cc",
14642 "tree-sitter-language",
14643]
14644
14645[[package]]
14646name = "tree-sitter-jsdoc"
14647version = "0.23.2"
14648source = "registry+https://github.com/rust-lang/crates.io-index"
14649checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14650dependencies = [
14651 "cc",
14652 "tree-sitter-language",
14653]
14654
14655[[package]]
14656name = "tree-sitter-json"
14657version = "0.24.8"
14658source = "registry+https://github.com/rust-lang/crates.io-index"
14659checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14660dependencies = [
14661 "cc",
14662 "tree-sitter-language",
14663]
14664
14665[[package]]
14666name = "tree-sitter-language"
14667version = "0.1.3"
14668source = "registry+https://github.com/rust-lang/crates.io-index"
14669checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14670
14671[[package]]
14672name = "tree-sitter-md"
14673version = "0.3.2"
14674source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14675dependencies = [
14676 "cc",
14677 "tree-sitter-language",
14678]
14679
14680[[package]]
14681name = "tree-sitter-python"
14682version = "0.23.6"
14683source = "registry+https://github.com/rust-lang/crates.io-index"
14684checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14685dependencies = [
14686 "cc",
14687 "tree-sitter-language",
14688]
14689
14690[[package]]
14691name = "tree-sitter-regex"
14692version = "0.24.3"
14693source = "registry+https://github.com/rust-lang/crates.io-index"
14694checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14695dependencies = [
14696 "cc",
14697 "tree-sitter-language",
14698]
14699
14700[[package]]
14701name = "tree-sitter-ruby"
14702version = "0.23.1"
14703source = "registry+https://github.com/rust-lang/crates.io-index"
14704checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14705dependencies = [
14706 "cc",
14707 "tree-sitter-language",
14708]
14709
14710[[package]]
14711name = "tree-sitter-rust"
14712version = "0.23.2"
14713source = "registry+https://github.com/rust-lang/crates.io-index"
14714checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14715dependencies = [
14716 "cc",
14717 "tree-sitter-language",
14718]
14719
14720[[package]]
14721name = "tree-sitter-typescript"
14722version = "0.23.2"
14723source = "registry+https://github.com/rust-lang/crates.io-index"
14724checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14725dependencies = [
14726 "cc",
14727 "tree-sitter-language",
14728]
14729
14730[[package]]
14731name = "tree-sitter-yaml"
14732version = "0.6.1"
14733source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14734dependencies = [
14735 "cc",
14736 "tree-sitter-language",
14737]
14738
14739[[package]]
14740name = "try-lock"
14741version = "0.2.5"
14742source = "registry+https://github.com/rust-lang/crates.io-index"
14743checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14744
14745[[package]]
14746name = "ttf-parser"
14747version = "0.21.1"
14748source = "registry+https://github.com/rust-lang/crates.io-index"
14749checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14750
14751[[package]]
14752name = "ttf-parser"
14753version = "0.25.1"
14754source = "registry+https://github.com/rust-lang/crates.io-index"
14755checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14756dependencies = [
14757 "core_maths",
14758]
14759
14760[[package]]
14761name = "tungstenite"
14762version = "0.20.1"
14763source = "registry+https://github.com/rust-lang/crates.io-index"
14764checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14765dependencies = [
14766 "byteorder",
14767 "bytes 1.10.1",
14768 "data-encoding",
14769 "http 0.2.12",
14770 "httparse",
14771 "log",
14772 "rand 0.8.5",
14773 "rustls 0.21.12",
14774 "sha1",
14775 "thiserror 1.0.69",
14776 "url",
14777 "utf-8",
14778]
14779
14780[[package]]
14781name = "tungstenite"
14782version = "0.21.0"
14783source = "registry+https://github.com/rust-lang/crates.io-index"
14784checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14785dependencies = [
14786 "byteorder",
14787 "bytes 1.10.1",
14788 "data-encoding",
14789 "http 1.2.0",
14790 "httparse",
14791 "log",
14792 "rand 0.8.5",
14793 "sha1",
14794 "thiserror 1.0.69",
14795 "url",
14796 "utf-8",
14797]
14798
14799[[package]]
14800name = "tungstenite"
14801version = "0.24.0"
14802source = "registry+https://github.com/rust-lang/crates.io-index"
14803checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14804dependencies = [
14805 "byteorder",
14806 "bytes 1.10.1",
14807 "data-encoding",
14808 "http 1.2.0",
14809 "httparse",
14810 "log",
14811 "rand 0.8.5",
14812 "sha1",
14813 "thiserror 1.0.69",
14814 "utf-8",
14815]
14816
14817[[package]]
14818name = "typeid"
14819version = "1.0.2"
14820source = "registry+https://github.com/rust-lang/crates.io-index"
14821checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14822
14823[[package]]
14824name = "typenum"
14825version = "1.17.0"
14826source = "registry+https://github.com/rust-lang/crates.io-index"
14827checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14828
14829[[package]]
14830name = "ucd-trie"
14831version = "0.1.7"
14832source = "registry+https://github.com/rust-lang/crates.io-index"
14833checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14834
14835[[package]]
14836name = "uds_windows"
14837version = "1.1.0"
14838source = "registry+https://github.com/rust-lang/crates.io-index"
14839checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14840dependencies = [
14841 "memoffset",
14842 "tempfile",
14843 "winapi",
14844]
14845
14846[[package]]
14847name = "ui"
14848version = "0.1.0"
14849dependencies = [
14850 "chrono",
14851 "component",
14852 "gpui",
14853 "itertools 0.14.0",
14854 "linkme",
14855 "menu",
14856 "serde",
14857 "settings",
14858 "smallvec",
14859 "story",
14860 "strum",
14861 "theme",
14862 "ui_macros",
14863 "util",
14864 "windows 0.60.0",
14865]
14866
14867[[package]]
14868name = "ui_input"
14869version = "0.1.0"
14870dependencies = [
14871 "editor",
14872 "gpui",
14873 "settings",
14874 "theme",
14875 "ui",
14876]
14877
14878[[package]]
14879name = "ui_macros"
14880version = "0.1.0"
14881dependencies = [
14882 "convert_case 0.8.0",
14883 "linkme",
14884 "proc-macro2",
14885 "quote",
14886 "syn 1.0.109",
14887]
14888
14889[[package]]
14890name = "unicase"
14891version = "2.8.1"
14892source = "registry+https://github.com/rust-lang/crates.io-index"
14893checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14894
14895[[package]]
14896name = "unicode-bidi"
14897version = "0.3.17"
14898source = "registry+https://github.com/rust-lang/crates.io-index"
14899checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14900
14901[[package]]
14902name = "unicode-bidi-mirroring"
14903version = "0.2.0"
14904source = "registry+https://github.com/rust-lang/crates.io-index"
14905checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14906
14907[[package]]
14908name = "unicode-bidi-mirroring"
14909version = "0.4.0"
14910source = "registry+https://github.com/rust-lang/crates.io-index"
14911checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
14912
14913[[package]]
14914name = "unicode-ccc"
14915version = "0.2.0"
14916source = "registry+https://github.com/rust-lang/crates.io-index"
14917checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14918
14919[[package]]
14920name = "unicode-ccc"
14921version = "0.4.0"
14922source = "registry+https://github.com/rust-lang/crates.io-index"
14923checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
14924
14925[[package]]
14926name = "unicode-ident"
14927version = "1.0.14"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14930
14931[[package]]
14932name = "unicode-linebreak"
14933version = "0.1.5"
14934source = "registry+https://github.com/rust-lang/crates.io-index"
14935checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14936
14937[[package]]
14938name = "unicode-normalization"
14939version = "0.1.24"
14940source = "registry+https://github.com/rust-lang/crates.io-index"
14941checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14942dependencies = [
14943 "tinyvec",
14944]
14945
14946[[package]]
14947name = "unicode-properties"
14948version = "0.1.3"
14949source = "registry+https://github.com/rust-lang/crates.io-index"
14950checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14951
14952[[package]]
14953name = "unicode-script"
14954version = "0.5.7"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14957
14958[[package]]
14959name = "unicode-segmentation"
14960version = "1.12.0"
14961source = "registry+https://github.com/rust-lang/crates.io-index"
14962checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14963
14964[[package]]
14965name = "unicode-vo"
14966version = "0.1.0"
14967source = "registry+https://github.com/rust-lang/crates.io-index"
14968checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
14969
14970[[package]]
14971name = "unicode-width"
14972version = "0.1.14"
14973source = "registry+https://github.com/rust-lang/crates.io-index"
14974checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14975
14976[[package]]
14977name = "unicode-xid"
14978version = "0.2.6"
14979source = "registry+https://github.com/rust-lang/crates.io-index"
14980checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14981
14982[[package]]
14983name = "unicode_categories"
14984version = "0.1.1"
14985source = "registry+https://github.com/rust-lang/crates.io-index"
14986checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14987
14988[[package]]
14989name = "unindent"
14990version = "0.2.3"
14991source = "registry+https://github.com/rust-lang/crates.io-index"
14992checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
14993
14994[[package]]
14995name = "untrusted"
14996version = "0.9.0"
14997source = "registry+https://github.com/rust-lang/crates.io-index"
14998checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14999
15000[[package]]
15001name = "url"
15002version = "2.5.4"
15003source = "registry+https://github.com/rust-lang/crates.io-index"
15004checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15005dependencies = [
15006 "form_urlencoded",
15007 "idna",
15008 "percent-encoding",
15009 "serde",
15010]
15011
15012[[package]]
15013name = "urlencoding"
15014version = "2.1.3"
15015source = "registry+https://github.com/rust-lang/crates.io-index"
15016checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15017
15018[[package]]
15019name = "usvg"
15020version = "0.45.0"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15023dependencies = [
15024 "base64 0.22.1",
15025 "data-url",
15026 "flate2",
15027 "fontdb 0.23.0",
15028 "imagesize",
15029 "kurbo",
15030 "log",
15031 "pico-args",
15032 "roxmltree",
15033 "rustybuzz 0.20.1",
15034 "simplecss",
15035 "siphasher 1.0.1",
15036 "strict-num",
15037 "svgtypes",
15038 "tiny-skia-path",
15039 "unicode-bidi",
15040 "unicode-script",
15041 "unicode-vo",
15042 "xmlwriter",
15043]
15044
15045[[package]]
15046name = "utf-8"
15047version = "0.7.6"
15048source = "registry+https://github.com/rust-lang/crates.io-index"
15049checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15050
15051[[package]]
15052name = "utf16_iter"
15053version = "1.0.5"
15054source = "registry+https://github.com/rust-lang/crates.io-index"
15055checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15056
15057[[package]]
15058name = "utf8_iter"
15059version = "1.0.4"
15060source = "registry+https://github.com/rust-lang/crates.io-index"
15061checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15062
15063[[package]]
15064name = "utf8parse"
15065version = "0.2.2"
15066source = "registry+https://github.com/rust-lang/crates.io-index"
15067checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15068
15069[[package]]
15070name = "util"
15071version = "0.1.0"
15072dependencies = [
15073 "anyhow",
15074 "async-fs",
15075 "collections",
15076 "dirs 4.0.0",
15077 "dunce",
15078 "futures 0.3.31",
15079 "futures-lite 1.13.0",
15080 "git2",
15081 "globset",
15082 "itertools 0.14.0",
15083 "libc",
15084 "log",
15085 "rand 0.8.5",
15086 "regex",
15087 "rust-embed",
15088 "serde",
15089 "serde_json",
15090 "smol",
15091 "take-until",
15092 "tempfile",
15093 "tendril",
15094 "unicase",
15095 "util_macros",
15096]
15097
15098[[package]]
15099name = "util_macros"
15100version = "0.1.0"
15101dependencies = [
15102 "quote",
15103 "syn 1.0.109",
15104]
15105
15106[[package]]
15107name = "uuid"
15108version = "1.13.2"
15109source = "registry+https://github.com/rust-lang/crates.io-index"
15110checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15111dependencies = [
15112 "getrandom 0.3.1",
15113 "serde",
15114 "sha1_smol",
15115]
15116
15117[[package]]
15118name = "v_frame"
15119version = "0.3.8"
15120source = "registry+https://github.com/rust-lang/crates.io-index"
15121checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15122dependencies = [
15123 "aligned-vec",
15124 "num-traits",
15125 "wasm-bindgen",
15126]
15127
15128[[package]]
15129name = "valuable"
15130version = "0.1.0"
15131source = "registry+https://github.com/rust-lang/crates.io-index"
15132checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15133
15134[[package]]
15135name = "value-bag"
15136version = "1.10.0"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15139dependencies = [
15140 "value-bag-serde1",
15141 "value-bag-sval2",
15142]
15143
15144[[package]]
15145name = "value-bag-serde1"
15146version = "1.10.0"
15147source = "registry+https://github.com/rust-lang/crates.io-index"
15148checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15149dependencies = [
15150 "erased-serde",
15151 "serde",
15152 "serde_fmt",
15153]
15154
15155[[package]]
15156name = "value-bag-sval2"
15157version = "1.10.0"
15158source = "registry+https://github.com/rust-lang/crates.io-index"
15159checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15160dependencies = [
15161 "sval",
15162 "sval_buffer",
15163 "sval_dynamic",
15164 "sval_fmt",
15165 "sval_json",
15166 "sval_ref",
15167 "sval_serde",
15168]
15169
15170[[package]]
15171name = "vcpkg"
15172version = "0.2.15"
15173source = "registry+https://github.com/rust-lang/crates.io-index"
15174checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15175
15176[[package]]
15177name = "version-compare"
15178version = "0.2.0"
15179source = "registry+https://github.com/rust-lang/crates.io-index"
15180checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15181
15182[[package]]
15183name = "version_check"
15184version = "0.9.5"
15185source = "registry+https://github.com/rust-lang/crates.io-index"
15186checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15187
15188[[package]]
15189name = "vim"
15190version = "0.1.0"
15191dependencies = [
15192 "anyhow",
15193 "assets",
15194 "async-compat",
15195 "async-trait",
15196 "collections",
15197 "command_palette",
15198 "command_palette_hooks",
15199 "db",
15200 "editor",
15201 "futures 0.3.31",
15202 "git_ui",
15203 "gpui",
15204 "indoc",
15205 "itertools 0.14.0",
15206 "language",
15207 "libc",
15208 "log",
15209 "lsp",
15210 "multi_buffer",
15211 "nvim-rs",
15212 "parking_lot",
15213 "picker",
15214 "project",
15215 "project_panel",
15216 "regex",
15217 "release_channel",
15218 "schemars",
15219 "search",
15220 "serde",
15221 "serde_derive",
15222 "serde_json",
15223 "settings",
15224 "task",
15225 "text",
15226 "theme",
15227 "tokio",
15228 "ui",
15229 "util",
15230 "vim_mode_setting",
15231 "workspace",
15232 "zed_actions",
15233]
15234
15235[[package]]
15236name = "vim_mode_setting"
15237version = "0.1.0"
15238dependencies = [
15239 "anyhow",
15240 "gpui",
15241 "settings",
15242]
15243
15244[[package]]
15245name = "vscode_theme"
15246version = "0.2.0"
15247source = "registry+https://github.com/rust-lang/crates.io-index"
15248checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15249dependencies = [
15250 "serde",
15251]
15252
15253[[package]]
15254name = "vsimd"
15255version = "0.8.0"
15256source = "registry+https://github.com/rust-lang/crates.io-index"
15257checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15258
15259[[package]]
15260name = "vswhom"
15261version = "0.1.0"
15262source = "registry+https://github.com/rust-lang/crates.io-index"
15263checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15264dependencies = [
15265 "libc",
15266 "vswhom-sys",
15267]
15268
15269[[package]]
15270name = "vswhom-sys"
15271version = "0.1.2"
15272source = "registry+https://github.com/rust-lang/crates.io-index"
15273checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15274dependencies = [
15275 "cc",
15276 "libc",
15277]
15278
15279[[package]]
15280name = "vte"
15281version = "0.15.0"
15282source = "registry+https://github.com/rust-lang/crates.io-index"
15283checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15284dependencies = [
15285 "arrayvec",
15286 "bitflags 2.8.0",
15287 "cursor-icon",
15288 "log",
15289 "memchr",
15290 "serde",
15291]
15292
15293[[package]]
15294name = "waker-fn"
15295version = "1.2.0"
15296source = "registry+https://github.com/rust-lang/crates.io-index"
15297checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15298
15299[[package]]
15300name = "walkdir"
15301version = "2.5.0"
15302source = "registry+https://github.com/rust-lang/crates.io-index"
15303checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15304dependencies = [
15305 "same-file",
15306 "winapi-util",
15307]
15308
15309[[package]]
15310name = "want"
15311version = "0.3.1"
15312source = "registry+https://github.com/rust-lang/crates.io-index"
15313checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15314dependencies = [
15315 "try-lock",
15316]
15317
15318[[package]]
15319name = "warp"
15320version = "0.3.7"
15321source = "registry+https://github.com/rust-lang/crates.io-index"
15322checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15323dependencies = [
15324 "bytes 1.10.1",
15325 "futures-channel",
15326 "futures-util",
15327 "headers",
15328 "http 0.2.12",
15329 "hyper 0.14.32",
15330 "log",
15331 "mime",
15332 "mime_guess",
15333 "percent-encoding",
15334 "pin-project",
15335 "scoped-tls",
15336 "serde",
15337 "serde_json",
15338 "serde_urlencoded",
15339 "tokio",
15340 "tokio-tungstenite 0.21.0",
15341 "tokio-util",
15342 "tower-service",
15343 "tracing",
15344]
15345
15346[[package]]
15347name = "wasi"
15348version = "0.9.0+wasi-snapshot-preview1"
15349source = "registry+https://github.com/rust-lang/crates.io-index"
15350checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15351
15352[[package]]
15353name = "wasi"
15354version = "0.11.0+wasi-snapshot-preview1"
15355source = "registry+https://github.com/rust-lang/crates.io-index"
15356checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15357
15358[[package]]
15359name = "wasi"
15360version = "0.13.3+wasi-0.2.2"
15361source = "registry+https://github.com/rust-lang/crates.io-index"
15362checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15363dependencies = [
15364 "wit-bindgen-rt 0.33.0",
15365]
15366
15367[[package]]
15368name = "wasite"
15369version = "0.1.0"
15370source = "registry+https://github.com/rust-lang/crates.io-index"
15371checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15372
15373[[package]]
15374name = "wasm-bindgen"
15375version = "0.2.99"
15376source = "registry+https://github.com/rust-lang/crates.io-index"
15377checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15378dependencies = [
15379 "cfg-if",
15380 "once_cell",
15381 "wasm-bindgen-macro",
15382]
15383
15384[[package]]
15385name = "wasm-bindgen-backend"
15386version = "0.2.99"
15387source = "registry+https://github.com/rust-lang/crates.io-index"
15388checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15389dependencies = [
15390 "bumpalo",
15391 "log",
15392 "proc-macro2",
15393 "quote",
15394 "syn 2.0.100",
15395 "wasm-bindgen-shared",
15396]
15397
15398[[package]]
15399name = "wasm-bindgen-futures"
15400version = "0.4.49"
15401source = "registry+https://github.com/rust-lang/crates.io-index"
15402checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15403dependencies = [
15404 "cfg-if",
15405 "js-sys",
15406 "once_cell",
15407 "wasm-bindgen",
15408 "web-sys",
15409]
15410
15411[[package]]
15412name = "wasm-bindgen-macro"
15413version = "0.2.99"
15414source = "registry+https://github.com/rust-lang/crates.io-index"
15415checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15416dependencies = [
15417 "quote",
15418 "wasm-bindgen-macro-support",
15419]
15420
15421[[package]]
15422name = "wasm-bindgen-macro-support"
15423version = "0.2.99"
15424source = "registry+https://github.com/rust-lang/crates.io-index"
15425checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15426dependencies = [
15427 "proc-macro2",
15428 "quote",
15429 "syn 2.0.100",
15430 "wasm-bindgen-backend",
15431 "wasm-bindgen-shared",
15432]
15433
15434[[package]]
15435name = "wasm-bindgen-shared"
15436version = "0.2.99"
15437source = "registry+https://github.com/rust-lang/crates.io-index"
15438checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15439
15440[[package]]
15441name = "wasm-encoder"
15442version = "0.201.0"
15443source = "registry+https://github.com/rust-lang/crates.io-index"
15444checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15445dependencies = [
15446 "leb128",
15447]
15448
15449[[package]]
15450name = "wasm-encoder"
15451version = "0.221.3"
15452source = "registry+https://github.com/rust-lang/crates.io-index"
15453checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15454dependencies = [
15455 "leb128",
15456 "wasmparser 0.221.3",
15457]
15458
15459[[package]]
15460name = "wasm-metadata"
15461version = "0.201.0"
15462source = "registry+https://github.com/rust-lang/crates.io-index"
15463checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15464dependencies = [
15465 "anyhow",
15466 "indexmap",
15467 "serde",
15468 "serde_derive",
15469 "serde_json",
15470 "spdx",
15471 "wasm-encoder 0.201.0",
15472 "wasmparser 0.201.0",
15473]
15474
15475[[package]]
15476name = "wasm-metadata"
15477version = "0.221.3"
15478source = "registry+https://github.com/rust-lang/crates.io-index"
15479checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15480dependencies = [
15481 "anyhow",
15482 "indexmap",
15483 "serde",
15484 "serde_derive",
15485 "serde_json",
15486 "spdx",
15487 "wasm-encoder 0.221.3",
15488 "wasmparser 0.221.3",
15489]
15490
15491[[package]]
15492name = "wasm-streams"
15493version = "0.4.2"
15494source = "registry+https://github.com/rust-lang/crates.io-index"
15495checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15496dependencies = [
15497 "futures-util",
15498 "js-sys",
15499 "wasm-bindgen",
15500 "wasm-bindgen-futures",
15501 "web-sys",
15502]
15503
15504[[package]]
15505name = "wasmparser"
15506version = "0.201.0"
15507source = "registry+https://github.com/rust-lang/crates.io-index"
15508checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15509dependencies = [
15510 "bitflags 2.8.0",
15511 "indexmap",
15512 "semver",
15513]
15514
15515[[package]]
15516name = "wasmparser"
15517version = "0.221.3"
15518source = "registry+https://github.com/rust-lang/crates.io-index"
15519checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15520dependencies = [
15521 "bitflags 2.8.0",
15522 "hashbrown 0.15.2",
15523 "indexmap",
15524 "semver",
15525 "serde",
15526]
15527
15528[[package]]
15529name = "wasmprinter"
15530version = "0.221.3"
15531source = "registry+https://github.com/rust-lang/crates.io-index"
15532checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15533dependencies = [
15534 "anyhow",
15535 "termcolor",
15536 "wasmparser 0.221.3",
15537]
15538
15539[[package]]
15540name = "wasmtime"
15541version = "29.0.1"
15542source = "registry+https://github.com/rust-lang/crates.io-index"
15543checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15544dependencies = [
15545 "anyhow",
15546 "async-trait",
15547 "bitflags 2.8.0",
15548 "bumpalo",
15549 "cc",
15550 "cfg-if",
15551 "encoding_rs",
15552 "hashbrown 0.14.5",
15553 "indexmap",
15554 "libc",
15555 "log",
15556 "mach2",
15557 "memfd",
15558 "object",
15559 "once_cell",
15560 "paste",
15561 "postcard",
15562 "psm",
15563 "pulley-interpreter",
15564 "rustix",
15565 "semver",
15566 "serde",
15567 "serde_derive",
15568 "smallvec",
15569 "sptr",
15570 "target-lexicon 0.13.2",
15571 "trait-variant",
15572 "wasmparser 0.221.3",
15573 "wasmtime-asm-macros",
15574 "wasmtime-component-macro",
15575 "wasmtime-component-util",
15576 "wasmtime-cranelift",
15577 "wasmtime-environ",
15578 "wasmtime-fiber",
15579 "wasmtime-jit-icache-coherence",
15580 "wasmtime-math",
15581 "wasmtime-slab",
15582 "wasmtime-versioned-export-macros",
15583 "wasmtime-winch",
15584 "windows-sys 0.59.0",
15585]
15586
15587[[package]]
15588name = "wasmtime-asm-macros"
15589version = "29.0.1"
15590source = "registry+https://github.com/rust-lang/crates.io-index"
15591checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15592dependencies = [
15593 "cfg-if",
15594]
15595
15596[[package]]
15597name = "wasmtime-c-api-impl"
15598version = "29.0.1"
15599source = "registry+https://github.com/rust-lang/crates.io-index"
15600checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15601dependencies = [
15602 "anyhow",
15603 "log",
15604 "tracing",
15605 "wasmtime",
15606 "wasmtime-c-api-macros",
15607]
15608
15609[[package]]
15610name = "wasmtime-c-api-macros"
15611version = "29.0.1"
15612source = "registry+https://github.com/rust-lang/crates.io-index"
15613checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15614dependencies = [
15615 "proc-macro2",
15616 "quote",
15617]
15618
15619[[package]]
15620name = "wasmtime-component-macro"
15621version = "29.0.1"
15622source = "registry+https://github.com/rust-lang/crates.io-index"
15623checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15624dependencies = [
15625 "anyhow",
15626 "proc-macro2",
15627 "quote",
15628 "syn 2.0.100",
15629 "wasmtime-component-util",
15630 "wasmtime-wit-bindgen",
15631 "wit-parser 0.221.3",
15632]
15633
15634[[package]]
15635name = "wasmtime-component-util"
15636version = "29.0.1"
15637source = "registry+https://github.com/rust-lang/crates.io-index"
15638checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15639
15640[[package]]
15641name = "wasmtime-cranelift"
15642version = "29.0.1"
15643source = "registry+https://github.com/rust-lang/crates.io-index"
15644checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15645dependencies = [
15646 "anyhow",
15647 "cfg-if",
15648 "cranelift-codegen",
15649 "cranelift-control",
15650 "cranelift-entity",
15651 "cranelift-frontend",
15652 "cranelift-native",
15653 "gimli",
15654 "itertools 0.12.1",
15655 "log",
15656 "object",
15657 "smallvec",
15658 "target-lexicon 0.13.2",
15659 "thiserror 1.0.69",
15660 "wasmparser 0.221.3",
15661 "wasmtime-environ",
15662 "wasmtime-versioned-export-macros",
15663]
15664
15665[[package]]
15666name = "wasmtime-environ"
15667version = "29.0.1"
15668source = "registry+https://github.com/rust-lang/crates.io-index"
15669checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15670dependencies = [
15671 "anyhow",
15672 "cpp_demangle",
15673 "cranelift-bitset",
15674 "cranelift-entity",
15675 "gimli",
15676 "indexmap",
15677 "log",
15678 "object",
15679 "postcard",
15680 "rustc-demangle",
15681 "semver",
15682 "serde",
15683 "serde_derive",
15684 "smallvec",
15685 "target-lexicon 0.13.2",
15686 "wasm-encoder 0.221.3",
15687 "wasmparser 0.221.3",
15688 "wasmprinter",
15689 "wasmtime-component-util",
15690]
15691
15692[[package]]
15693name = "wasmtime-fiber"
15694version = "29.0.1"
15695source = "registry+https://github.com/rust-lang/crates.io-index"
15696checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15697dependencies = [
15698 "anyhow",
15699 "cc",
15700 "cfg-if",
15701 "rustix",
15702 "wasmtime-asm-macros",
15703 "wasmtime-versioned-export-macros",
15704 "windows-sys 0.59.0",
15705]
15706
15707[[package]]
15708name = "wasmtime-jit-icache-coherence"
15709version = "29.0.1"
15710source = "registry+https://github.com/rust-lang/crates.io-index"
15711checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15712dependencies = [
15713 "anyhow",
15714 "cfg-if",
15715 "libc",
15716 "windows-sys 0.59.0",
15717]
15718
15719[[package]]
15720name = "wasmtime-math"
15721version = "29.0.1"
15722source = "registry+https://github.com/rust-lang/crates.io-index"
15723checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15724dependencies = [
15725 "libm",
15726]
15727
15728[[package]]
15729name = "wasmtime-slab"
15730version = "29.0.1"
15731source = "registry+https://github.com/rust-lang/crates.io-index"
15732checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15733
15734[[package]]
15735name = "wasmtime-versioned-export-macros"
15736version = "29.0.1"
15737source = "registry+https://github.com/rust-lang/crates.io-index"
15738checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15739dependencies = [
15740 "proc-macro2",
15741 "quote",
15742 "syn 2.0.100",
15743]
15744
15745[[package]]
15746name = "wasmtime-wasi"
15747version = "29.0.1"
15748source = "registry+https://github.com/rust-lang/crates.io-index"
15749checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15750dependencies = [
15751 "anyhow",
15752 "async-trait",
15753 "bitflags 2.8.0",
15754 "bytes 1.10.1",
15755 "cap-fs-ext",
15756 "cap-net-ext",
15757 "cap-rand",
15758 "cap-std",
15759 "cap-time-ext",
15760 "fs-set-times",
15761 "futures 0.3.31",
15762 "io-extras",
15763 "io-lifetimes",
15764 "rustix",
15765 "system-interface",
15766 "thiserror 1.0.69",
15767 "tokio",
15768 "tracing",
15769 "trait-variant",
15770 "url",
15771 "wasmtime",
15772 "wiggle",
15773 "windows-sys 0.59.0",
15774]
15775
15776[[package]]
15777name = "wasmtime-winch"
15778version = "29.0.1"
15779source = "registry+https://github.com/rust-lang/crates.io-index"
15780checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15781dependencies = [
15782 "anyhow",
15783 "cranelift-codegen",
15784 "gimli",
15785 "object",
15786 "target-lexicon 0.13.2",
15787 "wasmparser 0.221.3",
15788 "wasmtime-cranelift",
15789 "wasmtime-environ",
15790 "winch-codegen",
15791]
15792
15793[[package]]
15794name = "wasmtime-wit-bindgen"
15795version = "29.0.1"
15796source = "registry+https://github.com/rust-lang/crates.io-index"
15797checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15798dependencies = [
15799 "anyhow",
15800 "heck 0.5.0",
15801 "indexmap",
15802 "wit-parser 0.221.3",
15803]
15804
15805[[package]]
15806name = "wast"
15807version = "35.0.2"
15808source = "registry+https://github.com/rust-lang/crates.io-index"
15809checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15810dependencies = [
15811 "leb128",
15812]
15813
15814[[package]]
15815name = "wayland-backend"
15816version = "0.3.8"
15817source = "registry+https://github.com/rust-lang/crates.io-index"
15818checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15819dependencies = [
15820 "cc",
15821 "downcast-rs",
15822 "rustix",
15823 "scoped-tls",
15824 "smallvec",
15825 "wayland-sys",
15826]
15827
15828[[package]]
15829name = "wayland-client"
15830version = "0.31.8"
15831source = "registry+https://github.com/rust-lang/crates.io-index"
15832checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15833dependencies = [
15834 "bitflags 2.8.0",
15835 "rustix",
15836 "wayland-backend",
15837 "wayland-scanner",
15838]
15839
15840[[package]]
15841name = "wayland-cursor"
15842version = "0.31.8"
15843source = "registry+https://github.com/rust-lang/crates.io-index"
15844checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15845dependencies = [
15846 "rustix",
15847 "wayland-client",
15848 "xcursor",
15849]
15850
15851[[package]]
15852name = "wayland-protocols"
15853version = "0.31.2"
15854source = "registry+https://github.com/rust-lang/crates.io-index"
15855checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15856dependencies = [
15857 "bitflags 2.8.0",
15858 "wayland-backend",
15859 "wayland-client",
15860 "wayland-scanner",
15861]
15862
15863[[package]]
15864name = "wayland-protocols-plasma"
15865version = "0.2.0"
15866source = "registry+https://github.com/rust-lang/crates.io-index"
15867checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15868dependencies = [
15869 "bitflags 2.8.0",
15870 "wayland-backend",
15871 "wayland-client",
15872 "wayland-protocols",
15873 "wayland-scanner",
15874]
15875
15876[[package]]
15877name = "wayland-scanner"
15878version = "0.31.6"
15879source = "registry+https://github.com/rust-lang/crates.io-index"
15880checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15881dependencies = [
15882 "proc-macro2",
15883 "quick-xml 0.37.2",
15884 "quote",
15885]
15886
15887[[package]]
15888name = "wayland-sys"
15889version = "0.31.6"
15890source = "registry+https://github.com/rust-lang/crates.io-index"
15891checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15892dependencies = [
15893 "dlib",
15894 "log",
15895 "once_cell",
15896 "pkg-config",
15897]
15898
15899[[package]]
15900name = "web-sys"
15901version = "0.3.76"
15902source = "registry+https://github.com/rust-lang/crates.io-index"
15903checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15904dependencies = [
15905 "js-sys",
15906 "wasm-bindgen",
15907]
15908
15909[[package]]
15910name = "web-time"
15911version = "1.1.0"
15912source = "registry+https://github.com/rust-lang/crates.io-index"
15913checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15914dependencies = [
15915 "js-sys",
15916 "wasm-bindgen",
15917]
15918
15919[[package]]
15920name = "webpki-root-certs"
15921version = "0.26.8"
15922source = "registry+https://github.com/rust-lang/crates.io-index"
15923checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
15924dependencies = [
15925 "rustls-pki-types",
15926]
15927
15928[[package]]
15929name = "webpki-roots"
15930version = "0.26.7"
15931source = "registry+https://github.com/rust-lang/crates.io-index"
15932checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15933dependencies = [
15934 "rustls-pki-types",
15935]
15936
15937[[package]]
15938name = "webrtc-sys"
15939version = "0.3.5"
15940source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15941dependencies = [
15942 "cc",
15943 "cxx",
15944 "cxx-build",
15945 "glob",
15946 "log",
15947 "webrtc-sys-build",
15948]
15949
15950[[package]]
15951name = "webrtc-sys-build"
15952version = "0.3.5"
15953source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15954dependencies = [
15955 "fs2",
15956 "regex",
15957 "reqwest 0.11.27",
15958 "scratch",
15959 "semver",
15960 "zip",
15961]
15962
15963[[package]]
15964name = "weezl"
15965version = "0.1.8"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15968
15969[[package]]
15970name = "welcome"
15971version = "0.1.0"
15972dependencies = [
15973 "anyhow",
15974 "client",
15975 "db",
15976 "editor",
15977 "fuzzy",
15978 "gpui",
15979 "install_cli",
15980 "language",
15981 "picker",
15982 "project",
15983 "schemars",
15984 "serde",
15985 "settings",
15986 "telemetry",
15987 "ui",
15988 "util",
15989 "vim_mode_setting",
15990 "workspace",
15991 "zed_actions",
15992]
15993
15994[[package]]
15995name = "which"
15996version = "4.4.2"
15997source = "registry+https://github.com/rust-lang/crates.io-index"
15998checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15999dependencies = [
16000 "either",
16001 "home",
16002 "once_cell",
16003 "rustix",
16004]
16005
16006[[package]]
16007name = "which"
16008version = "6.0.3"
16009source = "registry+https://github.com/rust-lang/crates.io-index"
16010checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16011dependencies = [
16012 "either",
16013 "home",
16014 "rustix",
16015 "winsafe",
16016]
16017
16018[[package]]
16019name = "which"
16020version = "7.0.2"
16021source = "registry+https://github.com/rust-lang/crates.io-index"
16022checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
16023dependencies = [
16024 "either",
16025 "env_home",
16026 "rustix",
16027 "winsafe",
16028]
16029
16030[[package]]
16031name = "whoami"
16032version = "1.5.2"
16033source = "registry+https://github.com/rust-lang/crates.io-index"
16034checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16035dependencies = [
16036 "redox_syscall 0.5.8",
16037 "wasite",
16038]
16039
16040[[package]]
16041name = "wiggle"
16042version = "29.0.1"
16043source = "registry+https://github.com/rust-lang/crates.io-index"
16044checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16045dependencies = [
16046 "anyhow",
16047 "async-trait",
16048 "bitflags 2.8.0",
16049 "thiserror 1.0.69",
16050 "tracing",
16051 "wasmtime",
16052 "wiggle-macro",
16053]
16054
16055[[package]]
16056name = "wiggle-generate"
16057version = "29.0.1"
16058source = "registry+https://github.com/rust-lang/crates.io-index"
16059checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16060dependencies = [
16061 "anyhow",
16062 "heck 0.5.0",
16063 "proc-macro2",
16064 "quote",
16065 "shellexpand 2.1.2",
16066 "syn 2.0.100",
16067 "witx",
16068]
16069
16070[[package]]
16071name = "wiggle-macro"
16072version = "29.0.1"
16073source = "registry+https://github.com/rust-lang/crates.io-index"
16074checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16075dependencies = [
16076 "proc-macro2",
16077 "quote",
16078 "syn 2.0.100",
16079 "wiggle-generate",
16080]
16081
16082[[package]]
16083name = "winapi"
16084version = "0.3.9"
16085source = "registry+https://github.com/rust-lang/crates.io-index"
16086checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16087dependencies = [
16088 "winapi-i686-pc-windows-gnu",
16089 "winapi-x86_64-pc-windows-gnu",
16090]
16091
16092[[package]]
16093name = "winapi-i686-pc-windows-gnu"
16094version = "0.4.0"
16095source = "registry+https://github.com/rust-lang/crates.io-index"
16096checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16097
16098[[package]]
16099name = "winapi-util"
16100version = "0.1.9"
16101source = "registry+https://github.com/rust-lang/crates.io-index"
16102checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16103dependencies = [
16104 "windows-sys 0.59.0",
16105]
16106
16107[[package]]
16108name = "winapi-x86_64-pc-windows-gnu"
16109version = "0.4.0"
16110source = "registry+https://github.com/rust-lang/crates.io-index"
16111checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16112
16113[[package]]
16114name = "winch-codegen"
16115version = "29.0.1"
16116source = "registry+https://github.com/rust-lang/crates.io-index"
16117checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16118dependencies = [
16119 "anyhow",
16120 "cranelift-codegen",
16121 "gimli",
16122 "regalloc2",
16123 "smallvec",
16124 "target-lexicon 0.13.2",
16125 "thiserror 1.0.69",
16126 "wasmparser 0.221.3",
16127 "wasmtime-cranelift",
16128 "wasmtime-environ",
16129]
16130
16131[[package]]
16132name = "windows"
16133version = "0.54.0"
16134source = "registry+https://github.com/rust-lang/crates.io-index"
16135checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16136dependencies = [
16137 "windows-core 0.54.0",
16138 "windows-targets 0.52.6",
16139]
16140
16141[[package]]
16142name = "windows"
16143version = "0.57.0"
16144source = "registry+https://github.com/rust-lang/crates.io-index"
16145checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16146dependencies = [
16147 "windows-core 0.57.0",
16148 "windows-targets 0.52.6",
16149]
16150
16151[[package]]
16152name = "windows"
16153version = "0.58.0"
16154source = "registry+https://github.com/rust-lang/crates.io-index"
16155checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16156dependencies = [
16157 "windows-core 0.58.0",
16158 "windows-targets 0.52.6",
16159]
16160
16161[[package]]
16162name = "windows"
16163version = "0.60.0"
16164source = "registry+https://github.com/rust-lang/crates.io-index"
16165checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16166dependencies = [
16167 "windows-collections",
16168 "windows-core 0.60.1",
16169 "windows-future",
16170 "windows-link",
16171 "windows-numerics",
16172]
16173
16174[[package]]
16175name = "windows-collections"
16176version = "0.1.1"
16177source = "registry+https://github.com/rust-lang/crates.io-index"
16178checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16179dependencies = [
16180 "windows-core 0.60.1",
16181]
16182
16183[[package]]
16184name = "windows-core"
16185version = "0.52.0"
16186source = "registry+https://github.com/rust-lang/crates.io-index"
16187checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16188dependencies = [
16189 "windows-targets 0.52.6",
16190]
16191
16192[[package]]
16193name = "windows-core"
16194version = "0.54.0"
16195source = "registry+https://github.com/rust-lang/crates.io-index"
16196checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16197dependencies = [
16198 "windows-result 0.1.2",
16199 "windows-targets 0.52.6",
16200]
16201
16202[[package]]
16203name = "windows-core"
16204version = "0.57.0"
16205source = "registry+https://github.com/rust-lang/crates.io-index"
16206checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16207dependencies = [
16208 "windows-implement 0.57.0",
16209 "windows-interface 0.57.0",
16210 "windows-result 0.1.2",
16211 "windows-targets 0.52.6",
16212]
16213
16214[[package]]
16215name = "windows-core"
16216version = "0.58.0"
16217source = "registry+https://github.com/rust-lang/crates.io-index"
16218checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16219dependencies = [
16220 "windows-implement 0.58.0",
16221 "windows-interface 0.58.0",
16222 "windows-result 0.2.0",
16223 "windows-strings 0.1.0",
16224 "windows-targets 0.52.6",
16225]
16226
16227[[package]]
16228name = "windows-core"
16229version = "0.60.1"
16230source = "registry+https://github.com/rust-lang/crates.io-index"
16231checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16232dependencies = [
16233 "windows-implement 0.59.0",
16234 "windows-interface 0.59.0",
16235 "windows-link",
16236 "windows-result 0.3.1",
16237 "windows-strings 0.3.1",
16238]
16239
16240[[package]]
16241name = "windows-future"
16242version = "0.1.1"
16243source = "registry+https://github.com/rust-lang/crates.io-index"
16244checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16245dependencies = [
16246 "windows-core 0.60.1",
16247 "windows-link",
16248]
16249
16250[[package]]
16251name = "windows-implement"
16252version = "0.57.0"
16253source = "registry+https://github.com/rust-lang/crates.io-index"
16254checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16255dependencies = [
16256 "proc-macro2",
16257 "quote",
16258 "syn 2.0.100",
16259]
16260
16261[[package]]
16262name = "windows-implement"
16263version = "0.58.0"
16264source = "registry+https://github.com/rust-lang/crates.io-index"
16265checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16266dependencies = [
16267 "proc-macro2",
16268 "quote",
16269 "syn 2.0.100",
16270]
16271
16272[[package]]
16273name = "windows-implement"
16274version = "0.59.0"
16275source = "registry+https://github.com/rust-lang/crates.io-index"
16276checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16277dependencies = [
16278 "proc-macro2",
16279 "quote",
16280 "syn 2.0.100",
16281]
16282
16283[[package]]
16284name = "windows-interface"
16285version = "0.57.0"
16286source = "registry+https://github.com/rust-lang/crates.io-index"
16287checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16288dependencies = [
16289 "proc-macro2",
16290 "quote",
16291 "syn 2.0.100",
16292]
16293
16294[[package]]
16295name = "windows-interface"
16296version = "0.58.0"
16297source = "registry+https://github.com/rust-lang/crates.io-index"
16298checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16299dependencies = [
16300 "proc-macro2",
16301 "quote",
16302 "syn 2.0.100",
16303]
16304
16305[[package]]
16306name = "windows-interface"
16307version = "0.59.0"
16308source = "registry+https://github.com/rust-lang/crates.io-index"
16309checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16310dependencies = [
16311 "proc-macro2",
16312 "quote",
16313 "syn 2.0.100",
16314]
16315
16316[[package]]
16317name = "windows-link"
16318version = "0.1.0"
16319source = "registry+https://github.com/rust-lang/crates.io-index"
16320checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16321
16322[[package]]
16323name = "windows-numerics"
16324version = "0.1.1"
16325source = "registry+https://github.com/rust-lang/crates.io-index"
16326checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16327dependencies = [
16328 "windows-core 0.60.1",
16329 "windows-link",
16330]
16331
16332[[package]]
16333name = "windows-registry"
16334version = "0.2.0"
16335source = "registry+https://github.com/rust-lang/crates.io-index"
16336checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16337dependencies = [
16338 "windows-result 0.2.0",
16339 "windows-strings 0.1.0",
16340 "windows-targets 0.52.6",
16341]
16342
16343[[package]]
16344name = "windows-result"
16345version = "0.1.2"
16346source = "registry+https://github.com/rust-lang/crates.io-index"
16347checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16348dependencies = [
16349 "windows-targets 0.52.6",
16350]
16351
16352[[package]]
16353name = "windows-result"
16354version = "0.2.0"
16355source = "registry+https://github.com/rust-lang/crates.io-index"
16356checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16357dependencies = [
16358 "windows-targets 0.52.6",
16359]
16360
16361[[package]]
16362name = "windows-result"
16363version = "0.3.1"
16364source = "registry+https://github.com/rust-lang/crates.io-index"
16365checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16366dependencies = [
16367 "windows-link",
16368]
16369
16370[[package]]
16371name = "windows-strings"
16372version = "0.1.0"
16373source = "registry+https://github.com/rust-lang/crates.io-index"
16374checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16375dependencies = [
16376 "windows-result 0.2.0",
16377 "windows-targets 0.52.6",
16378]
16379
16380[[package]]
16381name = "windows-strings"
16382version = "0.3.1"
16383source = "registry+https://github.com/rust-lang/crates.io-index"
16384checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16385dependencies = [
16386 "windows-link",
16387]
16388
16389[[package]]
16390name = "windows-sys"
16391version = "0.45.0"
16392source = "registry+https://github.com/rust-lang/crates.io-index"
16393checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16394dependencies = [
16395 "windows-targets 0.42.2",
16396]
16397
16398[[package]]
16399name = "windows-sys"
16400version = "0.48.0"
16401source = "registry+https://github.com/rust-lang/crates.io-index"
16402checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16403dependencies = [
16404 "windows-targets 0.48.5",
16405]
16406
16407[[package]]
16408name = "windows-sys"
16409version = "0.52.0"
16410source = "registry+https://github.com/rust-lang/crates.io-index"
16411checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16412dependencies = [
16413 "windows-targets 0.52.6",
16414]
16415
16416[[package]]
16417name = "windows-sys"
16418version = "0.59.0"
16419source = "registry+https://github.com/rust-lang/crates.io-index"
16420checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16421dependencies = [
16422 "windows-targets 0.52.6",
16423]
16424
16425[[package]]
16426name = "windows-targets"
16427version = "0.42.2"
16428source = "registry+https://github.com/rust-lang/crates.io-index"
16429checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16430dependencies = [
16431 "windows_aarch64_gnullvm 0.42.2",
16432 "windows_aarch64_msvc 0.42.2",
16433 "windows_i686_gnu 0.42.2",
16434 "windows_i686_msvc 0.42.2",
16435 "windows_x86_64_gnu 0.42.2",
16436 "windows_x86_64_gnullvm 0.42.2",
16437 "windows_x86_64_msvc 0.42.2",
16438]
16439
16440[[package]]
16441name = "windows-targets"
16442version = "0.48.5"
16443source = "registry+https://github.com/rust-lang/crates.io-index"
16444checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16445dependencies = [
16446 "windows_aarch64_gnullvm 0.48.5",
16447 "windows_aarch64_msvc 0.48.5",
16448 "windows_i686_gnu 0.48.5",
16449 "windows_i686_msvc 0.48.5",
16450 "windows_x86_64_gnu 0.48.5",
16451 "windows_x86_64_gnullvm 0.48.5",
16452 "windows_x86_64_msvc 0.48.5",
16453]
16454
16455[[package]]
16456name = "windows-targets"
16457version = "0.52.6"
16458source = "registry+https://github.com/rust-lang/crates.io-index"
16459checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16460dependencies = [
16461 "windows_aarch64_gnullvm 0.52.6",
16462 "windows_aarch64_msvc 0.52.6",
16463 "windows_i686_gnu 0.52.6",
16464 "windows_i686_gnullvm",
16465 "windows_i686_msvc 0.52.6",
16466 "windows_x86_64_gnu 0.52.6",
16467 "windows_x86_64_gnullvm 0.52.6",
16468 "windows_x86_64_msvc 0.52.6",
16469]
16470
16471[[package]]
16472name = "windows_aarch64_gnullvm"
16473version = "0.42.2"
16474source = "registry+https://github.com/rust-lang/crates.io-index"
16475checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16476
16477[[package]]
16478name = "windows_aarch64_gnullvm"
16479version = "0.48.5"
16480source = "registry+https://github.com/rust-lang/crates.io-index"
16481checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16482
16483[[package]]
16484name = "windows_aarch64_gnullvm"
16485version = "0.52.6"
16486source = "registry+https://github.com/rust-lang/crates.io-index"
16487checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16488
16489[[package]]
16490name = "windows_aarch64_msvc"
16491version = "0.42.2"
16492source = "registry+https://github.com/rust-lang/crates.io-index"
16493checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16494
16495[[package]]
16496name = "windows_aarch64_msvc"
16497version = "0.48.5"
16498source = "registry+https://github.com/rust-lang/crates.io-index"
16499checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16500
16501[[package]]
16502name = "windows_aarch64_msvc"
16503version = "0.52.6"
16504source = "registry+https://github.com/rust-lang/crates.io-index"
16505checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16506
16507[[package]]
16508name = "windows_i686_gnu"
16509version = "0.42.2"
16510source = "registry+https://github.com/rust-lang/crates.io-index"
16511checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16512
16513[[package]]
16514name = "windows_i686_gnu"
16515version = "0.48.5"
16516source = "registry+https://github.com/rust-lang/crates.io-index"
16517checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16518
16519[[package]]
16520name = "windows_i686_gnu"
16521version = "0.52.6"
16522source = "registry+https://github.com/rust-lang/crates.io-index"
16523checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16524
16525[[package]]
16526name = "windows_i686_gnullvm"
16527version = "0.52.6"
16528source = "registry+https://github.com/rust-lang/crates.io-index"
16529checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16530
16531[[package]]
16532name = "windows_i686_msvc"
16533version = "0.42.2"
16534source = "registry+https://github.com/rust-lang/crates.io-index"
16535checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16536
16537[[package]]
16538name = "windows_i686_msvc"
16539version = "0.48.5"
16540source = "registry+https://github.com/rust-lang/crates.io-index"
16541checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16542
16543[[package]]
16544name = "windows_i686_msvc"
16545version = "0.52.6"
16546source = "registry+https://github.com/rust-lang/crates.io-index"
16547checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16548
16549[[package]]
16550name = "windows_x86_64_gnu"
16551version = "0.42.2"
16552source = "registry+https://github.com/rust-lang/crates.io-index"
16553checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16554
16555[[package]]
16556name = "windows_x86_64_gnu"
16557version = "0.48.5"
16558source = "registry+https://github.com/rust-lang/crates.io-index"
16559checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16560
16561[[package]]
16562name = "windows_x86_64_gnu"
16563version = "0.52.6"
16564source = "registry+https://github.com/rust-lang/crates.io-index"
16565checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16566
16567[[package]]
16568name = "windows_x86_64_gnullvm"
16569version = "0.42.2"
16570source = "registry+https://github.com/rust-lang/crates.io-index"
16571checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16572
16573[[package]]
16574name = "windows_x86_64_gnullvm"
16575version = "0.48.5"
16576source = "registry+https://github.com/rust-lang/crates.io-index"
16577checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16578
16579[[package]]
16580name = "windows_x86_64_gnullvm"
16581version = "0.52.6"
16582source = "registry+https://github.com/rust-lang/crates.io-index"
16583checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16584
16585[[package]]
16586name = "windows_x86_64_msvc"
16587version = "0.42.2"
16588source = "registry+https://github.com/rust-lang/crates.io-index"
16589checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16590
16591[[package]]
16592name = "windows_x86_64_msvc"
16593version = "0.48.5"
16594source = "registry+https://github.com/rust-lang/crates.io-index"
16595checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16596
16597[[package]]
16598name = "windows_x86_64_msvc"
16599version = "0.52.6"
16600source = "registry+https://github.com/rust-lang/crates.io-index"
16601checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16602
16603[[package]]
16604name = "winnow"
16605version = "0.6.20"
16606source = "registry+https://github.com/rust-lang/crates.io-index"
16607checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16608dependencies = [
16609 "memchr",
16610]
16611
16612[[package]]
16613name = "winnow"
16614version = "0.7.1"
16615source = "registry+https://github.com/rust-lang/crates.io-index"
16616checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16617dependencies = [
16618 "memchr",
16619]
16620
16621[[package]]
16622name = "winreg"
16623version = "0.50.0"
16624source = "registry+https://github.com/rust-lang/crates.io-index"
16625checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16626dependencies = [
16627 "cfg-if",
16628 "windows-sys 0.48.0",
16629]
16630
16631[[package]]
16632name = "winreg"
16633version = "0.52.0"
16634source = "registry+https://github.com/rust-lang/crates.io-index"
16635checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16636dependencies = [
16637 "cfg-if",
16638 "windows-sys 0.48.0",
16639]
16640
16641[[package]]
16642name = "winresource"
16643version = "0.1.19"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16646dependencies = [
16647 "toml 0.8.20",
16648 "version_check",
16649]
16650
16651[[package]]
16652name = "winsafe"
16653version = "0.0.19"
16654source = "registry+https://github.com/rust-lang/crates.io-index"
16655checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16656
16657[[package]]
16658name = "winx"
16659version = "0.36.4"
16660source = "registry+https://github.com/rust-lang/crates.io-index"
16661checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16662dependencies = [
16663 "bitflags 2.8.0",
16664 "windows-sys 0.59.0",
16665]
16666
16667[[package]]
16668name = "wio"
16669version = "0.2.2"
16670source = "registry+https://github.com/rust-lang/crates.io-index"
16671checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16672dependencies = [
16673 "winapi",
16674]
16675
16676[[package]]
16677name = "wit-bindgen"
16678version = "0.22.0"
16679source = "registry+https://github.com/rust-lang/crates.io-index"
16680checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16681dependencies = [
16682 "bitflags 2.8.0",
16683 "wit-bindgen-rt 0.22.0",
16684 "wit-bindgen-rust-macro",
16685]
16686
16687[[package]]
16688name = "wit-bindgen-core"
16689version = "0.22.0"
16690source = "registry+https://github.com/rust-lang/crates.io-index"
16691checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16692dependencies = [
16693 "anyhow",
16694 "wit-parser 0.201.0",
16695]
16696
16697[[package]]
16698name = "wit-bindgen-rt"
16699version = "0.22.0"
16700source = "registry+https://github.com/rust-lang/crates.io-index"
16701checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16702
16703[[package]]
16704name = "wit-bindgen-rt"
16705version = "0.33.0"
16706source = "registry+https://github.com/rust-lang/crates.io-index"
16707checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16708dependencies = [
16709 "bitflags 2.8.0",
16710]
16711
16712[[package]]
16713name = "wit-bindgen-rust"
16714version = "0.22.0"
16715source = "registry+https://github.com/rust-lang/crates.io-index"
16716checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16717dependencies = [
16718 "anyhow",
16719 "heck 0.4.1",
16720 "indexmap",
16721 "wasm-metadata 0.201.0",
16722 "wit-bindgen-core",
16723 "wit-component 0.201.0",
16724]
16725
16726[[package]]
16727name = "wit-bindgen-rust-macro"
16728version = "0.22.0"
16729source = "registry+https://github.com/rust-lang/crates.io-index"
16730checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16731dependencies = [
16732 "anyhow",
16733 "proc-macro2",
16734 "quote",
16735 "syn 2.0.100",
16736 "wit-bindgen-core",
16737 "wit-bindgen-rust",
16738]
16739
16740[[package]]
16741name = "wit-component"
16742version = "0.201.0"
16743source = "registry+https://github.com/rust-lang/crates.io-index"
16744checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16745dependencies = [
16746 "anyhow",
16747 "bitflags 2.8.0",
16748 "indexmap",
16749 "log",
16750 "serde",
16751 "serde_derive",
16752 "serde_json",
16753 "wasm-encoder 0.201.0",
16754 "wasm-metadata 0.201.0",
16755 "wasmparser 0.201.0",
16756 "wit-parser 0.201.0",
16757]
16758
16759[[package]]
16760name = "wit-component"
16761version = "0.221.3"
16762source = "registry+https://github.com/rust-lang/crates.io-index"
16763checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16764dependencies = [
16765 "anyhow",
16766 "bitflags 2.8.0",
16767 "indexmap",
16768 "log",
16769 "serde",
16770 "serde_derive",
16771 "serde_json",
16772 "wasm-encoder 0.221.3",
16773 "wasm-metadata 0.221.3",
16774 "wasmparser 0.221.3",
16775 "wit-parser 0.221.3",
16776]
16777
16778[[package]]
16779name = "wit-parser"
16780version = "0.201.0"
16781source = "registry+https://github.com/rust-lang/crates.io-index"
16782checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16783dependencies = [
16784 "anyhow",
16785 "id-arena",
16786 "indexmap",
16787 "log",
16788 "semver",
16789 "serde",
16790 "serde_derive",
16791 "serde_json",
16792 "unicode-xid",
16793 "wasmparser 0.201.0",
16794]
16795
16796[[package]]
16797name = "wit-parser"
16798version = "0.221.3"
16799source = "registry+https://github.com/rust-lang/crates.io-index"
16800checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16801dependencies = [
16802 "anyhow",
16803 "id-arena",
16804 "indexmap",
16805 "log",
16806 "semver",
16807 "serde",
16808 "serde_derive",
16809 "serde_json",
16810 "unicode-xid",
16811 "wasmparser 0.221.3",
16812]
16813
16814[[package]]
16815name = "witx"
16816version = "0.9.1"
16817source = "registry+https://github.com/rust-lang/crates.io-index"
16818checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16819dependencies = [
16820 "anyhow",
16821 "log",
16822 "thiserror 1.0.69",
16823 "wast",
16824]
16825
16826[[package]]
16827name = "workspace"
16828version = "0.1.0"
16829dependencies = [
16830 "any_vec",
16831 "anyhow",
16832 "async-recursion 1.1.1",
16833 "bincode",
16834 "call",
16835 "client",
16836 "clock",
16837 "collections",
16838 "component",
16839 "db",
16840 "derive_more",
16841 "env_logger 0.11.7",
16842 "fs",
16843 "futures 0.3.31",
16844 "gpui",
16845 "http_client",
16846 "itertools 0.14.0",
16847 "language",
16848 "log",
16849 "node_runtime",
16850 "parking_lot",
16851 "postage",
16852 "project",
16853 "remote",
16854 "schemars",
16855 "serde",
16856 "serde_json",
16857 "session",
16858 "settings",
16859 "smallvec",
16860 "sqlez",
16861 "strum",
16862 "task",
16863 "telemetry",
16864 "tempfile",
16865 "theme",
16866 "ui",
16867 "util",
16868 "uuid",
16869 "zed_actions",
16870]
16871
16872[[package]]
16873name = "worktree"
16874version = "0.1.0"
16875dependencies = [
16876 "anyhow",
16877 "clock",
16878 "collections",
16879 "env_logger 0.11.7",
16880 "fs",
16881 "futures 0.3.31",
16882 "fuzzy",
16883 "git",
16884 "git2",
16885 "git_hosting_providers",
16886 "gpui",
16887 "http_client",
16888 "ignore",
16889 "language",
16890 "log",
16891 "parking_lot",
16892 "paths",
16893 "postage",
16894 "pretty_assertions",
16895 "rand 0.8.5",
16896 "rpc",
16897 "schemars",
16898 "serde",
16899 "serde_json",
16900 "settings",
16901 "smallvec",
16902 "smol",
16903 "sum_tree",
16904 "text",
16905 "util",
16906]
16907
16908[[package]]
16909name = "write16"
16910version = "1.0.0"
16911source = "registry+https://github.com/rust-lang/crates.io-index"
16912checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16913
16914[[package]]
16915name = "writeable"
16916version = "0.5.5"
16917source = "registry+https://github.com/rust-lang/crates.io-index"
16918checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16919
16920[[package]]
16921name = "wyz"
16922version = "0.5.1"
16923source = "registry+https://github.com/rust-lang/crates.io-index"
16924checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16925dependencies = [
16926 "tap",
16927]
16928
16929[[package]]
16930name = "x11-clipboard"
16931version = "0.9.3"
16932source = "registry+https://github.com/rust-lang/crates.io-index"
16933checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
16934dependencies = [
16935 "libc",
16936 "x11rb",
16937]
16938
16939[[package]]
16940name = "x11rb"
16941version = "0.13.1"
16942source = "registry+https://github.com/rust-lang/crates.io-index"
16943checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
16944dependencies = [
16945 "as-raw-xcb-connection",
16946 "gethostname",
16947 "libc",
16948 "rustix",
16949 "x11rb-protocol",
16950]
16951
16952[[package]]
16953name = "x11rb-protocol"
16954version = "0.13.1"
16955source = "registry+https://github.com/rust-lang/crates.io-index"
16956checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16957
16958[[package]]
16959name = "xattr"
16960version = "0.2.3"
16961source = "registry+https://github.com/rust-lang/crates.io-index"
16962checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16963dependencies = [
16964 "libc",
16965]
16966
16967[[package]]
16968name = "xcursor"
16969version = "0.3.8"
16970source = "registry+https://github.com/rust-lang/crates.io-index"
16971checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16972
16973[[package]]
16974name = "xdg-home"
16975version = "1.3.0"
16976source = "registry+https://github.com/rust-lang/crates.io-index"
16977checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16978dependencies = [
16979 "libc",
16980 "windows-sys 0.59.0",
16981]
16982
16983[[package]]
16984name = "xim"
16985version = "0.4.0"
16986source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16987dependencies = [
16988 "ahash 0.8.11",
16989 "hashbrown 0.14.5",
16990 "log",
16991 "x11rb",
16992 "xim-ctext",
16993 "xim-parser",
16994]
16995
16996[[package]]
16997name = "xim-ctext"
16998version = "0.3.0"
16999source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17000dependencies = [
17001 "encoding_rs",
17002]
17003
17004[[package]]
17005name = "xim-parser"
17006version = "0.2.1"
17007source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17008dependencies = [
17009 "bitflags 2.8.0",
17010]
17011
17012[[package]]
17013name = "xkbcommon"
17014version = "0.7.0"
17015source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
17016dependencies = [
17017 "as-raw-xcb-connection",
17018 "libc",
17019 "memmap2",
17020 "xkeysym",
17021]
17022
17023[[package]]
17024name = "xkeysym"
17025version = "0.2.1"
17026source = "registry+https://github.com/rust-lang/crates.io-index"
17027checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17028
17029[[package]]
17030name = "xml5ever"
17031version = "0.18.1"
17032source = "registry+https://github.com/rust-lang/crates.io-index"
17033checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17034dependencies = [
17035 "log",
17036 "mac",
17037 "markup5ever",
17038]
17039
17040[[package]]
17041name = "xmlparser"
17042version = "0.13.6"
17043source = "registry+https://github.com/rust-lang/crates.io-index"
17044checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17045
17046[[package]]
17047name = "xmlwriter"
17048version = "0.1.0"
17049source = "registry+https://github.com/rust-lang/crates.io-index"
17050checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17051
17052[[package]]
17053name = "xtask"
17054version = "0.1.0"
17055dependencies = [
17056 "anyhow",
17057 "cargo_metadata",
17058 "cargo_toml",
17059 "clap",
17060]
17061
17062[[package]]
17063name = "yaml-rust2"
17064version = "0.8.1"
17065source = "registry+https://github.com/rust-lang/crates.io-index"
17066checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17067dependencies = [
17068 "arraydeque",
17069 "encoding_rs",
17070 "hashlink 0.8.4",
17071]
17072
17073[[package]]
17074name = "yansi"
17075version = "1.0.1"
17076source = "registry+https://github.com/rust-lang/crates.io-index"
17077checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17078
17079[[package]]
17080name = "yazi"
17081version = "0.1.6"
17082source = "registry+https://github.com/rust-lang/crates.io-index"
17083checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
17084
17085[[package]]
17086name = "yeslogic-fontconfig-sys"
17087version = "6.0.0"
17088source = "registry+https://github.com/rust-lang/crates.io-index"
17089checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17090dependencies = [
17091 "dlib",
17092 "once_cell",
17093 "pkg-config",
17094]
17095
17096[[package]]
17097name = "yoke"
17098version = "0.7.5"
17099source = "registry+https://github.com/rust-lang/crates.io-index"
17100checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17101dependencies = [
17102 "serde",
17103 "stable_deref_trait",
17104 "yoke-derive",
17105 "zerofrom",
17106]
17107
17108[[package]]
17109name = "yoke-derive"
17110version = "0.7.5"
17111source = "registry+https://github.com/rust-lang/crates.io-index"
17112checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17113dependencies = [
17114 "proc-macro2",
17115 "quote",
17116 "syn 2.0.100",
17117 "synstructure",
17118]
17119
17120[[package]]
17121name = "zbus"
17122version = "5.5.0"
17123source = "registry+https://github.com/rust-lang/crates.io-index"
17124checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17125dependencies = [
17126 "async-broadcast",
17127 "async-executor",
17128 "async-fs",
17129 "async-io",
17130 "async-lock",
17131 "async-process",
17132 "async-recursion 1.1.1",
17133 "async-task",
17134 "async-trait",
17135 "blocking",
17136 "enumflags2",
17137 "event-listener 5.3.1",
17138 "futures-core",
17139 "futures-lite 2.6.0",
17140 "hex",
17141 "nix",
17142 "ordered-stream",
17143 "serde",
17144 "serde_repr",
17145 "static_assertions",
17146 "tracing",
17147 "uds_windows",
17148 "windows-sys 0.59.0",
17149 "winnow 0.7.1",
17150 "xdg-home",
17151 "zbus_macros",
17152 "zbus_names",
17153 "zvariant",
17154]
17155
17156[[package]]
17157name = "zbus_macros"
17158version = "5.5.0"
17159source = "registry+https://github.com/rust-lang/crates.io-index"
17160checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17161dependencies = [
17162 "proc-macro-crate",
17163 "proc-macro2",
17164 "quote",
17165 "syn 2.0.100",
17166 "zbus_names",
17167 "zvariant",
17168 "zvariant_utils",
17169]
17170
17171[[package]]
17172name = "zbus_names"
17173version = "4.1.0"
17174source = "registry+https://github.com/rust-lang/crates.io-index"
17175checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17176dependencies = [
17177 "serde",
17178 "static_assertions",
17179 "winnow 0.6.20",
17180 "zvariant",
17181]
17182
17183[[package]]
17184name = "zed"
17185version = "0.179.0"
17186dependencies = [
17187 "activity_indicator",
17188 "anyhow",
17189 "ashpd",
17190 "assets",
17191 "assistant",
17192 "assistant2",
17193 "assistant_context_editor",
17194 "assistant_settings",
17195 "assistant_tools",
17196 "async-watch",
17197 "audio",
17198 "auto_update",
17199 "auto_update_ui",
17200 "backtrace",
17201 "breadcrumbs",
17202 "call",
17203 "channel",
17204 "chrono",
17205 "clap",
17206 "cli",
17207 "client",
17208 "collab_ui",
17209 "collections",
17210 "command_palette",
17211 "command_palette_hooks",
17212 "component_preview",
17213 "copilot",
17214 "db",
17215 "diagnostics",
17216 "editor",
17217 "env_logger 0.11.7",
17218 "extension",
17219 "extension_host",
17220 "extensions_ui",
17221 "feature_flags",
17222 "feedback",
17223 "file_finder",
17224 "fs",
17225 "futures 0.3.31",
17226 "git",
17227 "git_hosting_providers",
17228 "git_ui",
17229 "go_to_line",
17230 "gpui",
17231 "gpui_tokio",
17232 "http_client",
17233 "image_viewer",
17234 "inline_completion_button",
17235 "install_cli",
17236 "journal",
17237 "language",
17238 "language_extension",
17239 "language_model",
17240 "language_models",
17241 "language_selector",
17242 "language_tools",
17243 "languages",
17244 "libc",
17245 "log",
17246 "markdown",
17247 "markdown_preview",
17248 "menu",
17249 "migrator",
17250 "mimalloc",
17251 "nix",
17252 "node_runtime",
17253 "notifications",
17254 "outline",
17255 "outline_panel",
17256 "parking_lot",
17257 "paths",
17258 "picker",
17259 "profiling",
17260 "project",
17261 "project_panel",
17262 "project_symbols",
17263 "prompt_store",
17264 "proto",
17265 "recent_projects",
17266 "release_channel",
17267 "remote",
17268 "repl",
17269 "reqwest_client",
17270 "rope",
17271 "search",
17272 "serde",
17273 "serde_json",
17274 "session",
17275 "settings",
17276 "settings_ui",
17277 "shellexpand 2.1.2",
17278 "simplelog",
17279 "smol",
17280 "snippet_provider",
17281 "snippets_ui",
17282 "supermaven",
17283 "sysinfo",
17284 "tab_switcher",
17285 "task",
17286 "tasks_ui",
17287 "telemetry",
17288 "telemetry_events",
17289 "terminal_view",
17290 "theme",
17291 "theme_extension",
17292 "theme_selector",
17293 "time",
17294 "toolchain_selector",
17295 "tree-sitter-md",
17296 "tree-sitter-rust",
17297 "ui",
17298 "url",
17299 "urlencoding",
17300 "util",
17301 "uuid",
17302 "vim",
17303 "vim_mode_setting",
17304 "welcome",
17305 "windows 0.60.0",
17306 "winresource",
17307 "workspace",
17308 "zed_actions",
17309 "zeta",
17310]
17311
17312[[package]]
17313name = "zed_actions"
17314version = "0.1.0"
17315dependencies = [
17316 "gpui",
17317 "schemars",
17318 "serde",
17319]
17320
17321[[package]]
17322name = "zed_emmet"
17323version = "0.0.3"
17324dependencies = [
17325 "zed_extension_api 0.1.0",
17326]
17327
17328[[package]]
17329name = "zed_extension_api"
17330version = "0.1.0"
17331source = "registry+https://github.com/rust-lang/crates.io-index"
17332checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17333dependencies = [
17334 "serde",
17335 "serde_json",
17336 "wit-bindgen",
17337]
17338
17339[[package]]
17340name = "zed_extension_api"
17341version = "0.3.0"
17342dependencies = [
17343 "serde",
17344 "serde_json",
17345 "wit-bindgen",
17346]
17347
17348[[package]]
17349name = "zed_glsl"
17350version = "0.1.0"
17351dependencies = [
17352 "zed_extension_api 0.1.0",
17353]
17354
17355[[package]]
17356name = "zed_html"
17357version = "0.1.6"
17358dependencies = [
17359 "zed_extension_api 0.1.0",
17360]
17361
17362[[package]]
17363name = "zed_llm_client"
17364version = "0.4.1"
17365source = "registry+https://github.com/rust-lang/crates.io-index"
17366checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17367dependencies = [
17368 "serde",
17369 "serde_json",
17370 "uuid",
17371]
17372
17373[[package]]
17374name = "zed_proto"
17375version = "0.2.1"
17376dependencies = [
17377 "zed_extension_api 0.1.0",
17378]
17379
17380[[package]]
17381name = "zed_ruff"
17382version = "0.1.0"
17383dependencies = [
17384 "zed_extension_api 0.1.0",
17385]
17386
17387[[package]]
17388name = "zed_snippets"
17389version = "0.0.5"
17390dependencies = [
17391 "serde_json",
17392 "zed_extension_api 0.1.0",
17393]
17394
17395[[package]]
17396name = "zed_test_extension"
17397version = "0.1.0"
17398dependencies = [
17399 "zed_extension_api 0.3.0",
17400]
17401
17402[[package]]
17403name = "zed_toml"
17404version = "0.1.3"
17405dependencies = [
17406 "zed_extension_api 0.1.0",
17407]
17408
17409[[package]]
17410name = "zeno"
17411version = "0.2.3"
17412source = "registry+https://github.com/rust-lang/crates.io-index"
17413checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17414
17415[[package]]
17416name = "zerocopy"
17417version = "0.7.35"
17418source = "registry+https://github.com/rust-lang/crates.io-index"
17419checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17420dependencies = [
17421 "byteorder",
17422 "zerocopy-derive 0.7.35",
17423]
17424
17425[[package]]
17426name = "zerocopy"
17427version = "0.8.18"
17428source = "registry+https://github.com/rust-lang/crates.io-index"
17429checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17430dependencies = [
17431 "zerocopy-derive 0.8.18",
17432]
17433
17434[[package]]
17435name = "zerocopy-derive"
17436version = "0.7.35"
17437source = "registry+https://github.com/rust-lang/crates.io-index"
17438checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17439dependencies = [
17440 "proc-macro2",
17441 "quote",
17442 "syn 2.0.100",
17443]
17444
17445[[package]]
17446name = "zerocopy-derive"
17447version = "0.8.18"
17448source = "registry+https://github.com/rust-lang/crates.io-index"
17449checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17450dependencies = [
17451 "proc-macro2",
17452 "quote",
17453 "syn 2.0.100",
17454]
17455
17456[[package]]
17457name = "zerofrom"
17458version = "0.1.5"
17459source = "registry+https://github.com/rust-lang/crates.io-index"
17460checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17461dependencies = [
17462 "zerofrom-derive",
17463]
17464
17465[[package]]
17466name = "zerofrom-derive"
17467version = "0.1.5"
17468source = "registry+https://github.com/rust-lang/crates.io-index"
17469checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17470dependencies = [
17471 "proc-macro2",
17472 "quote",
17473 "syn 2.0.100",
17474 "synstructure",
17475]
17476
17477[[package]]
17478name = "zeroize"
17479version = "1.8.1"
17480source = "registry+https://github.com/rust-lang/crates.io-index"
17481checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17482dependencies = [
17483 "zeroize_derive",
17484]
17485
17486[[package]]
17487name = "zeroize_derive"
17488version = "1.4.2"
17489source = "registry+https://github.com/rust-lang/crates.io-index"
17490checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17491dependencies = [
17492 "proc-macro2",
17493 "quote",
17494 "syn 2.0.100",
17495]
17496
17497[[package]]
17498name = "zeromq"
17499version = "0.5.0-pre"
17500source = "registry+https://github.com/rust-lang/crates.io-index"
17501checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17502dependencies = [
17503 "async-dispatcher",
17504 "async-std",
17505 "async-trait",
17506 "asynchronous-codec",
17507 "bytes 1.10.1",
17508 "crossbeam-queue",
17509 "dashmap 5.5.3",
17510 "futures 0.3.31",
17511 "log",
17512 "num-traits",
17513 "once_cell",
17514 "parking_lot",
17515 "rand 0.8.5",
17516 "regex",
17517 "thiserror 1.0.69",
17518 "uuid",
17519]
17520
17521[[package]]
17522name = "zerovec"
17523version = "0.10.4"
17524source = "registry+https://github.com/rust-lang/crates.io-index"
17525checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17526dependencies = [
17527 "yoke",
17528 "zerofrom",
17529 "zerovec-derive",
17530]
17531
17532[[package]]
17533name = "zerovec-derive"
17534version = "0.10.3"
17535source = "registry+https://github.com/rust-lang/crates.io-index"
17536checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17537dependencies = [
17538 "proc-macro2",
17539 "quote",
17540 "syn 2.0.100",
17541]
17542
17543[[package]]
17544name = "zeta"
17545version = "0.1.0"
17546dependencies = [
17547 "anyhow",
17548 "arrayvec",
17549 "call",
17550 "chrono",
17551 "client",
17552 "clock",
17553 "collections",
17554 "command_palette_hooks",
17555 "ctor",
17556 "db",
17557 "editor",
17558 "env_logger 0.11.7",
17559 "feature_flags",
17560 "fs",
17561 "futures 0.3.31",
17562 "gpui",
17563 "http_client",
17564 "indoc",
17565 "inline_completion",
17566 "language",
17567 "language_model",
17568 "log",
17569 "menu",
17570 "migrator",
17571 "paths",
17572 "postage",
17573 "project",
17574 "regex",
17575 "release_channel",
17576 "reqwest_client",
17577 "rpc",
17578 "serde",
17579 "serde_json",
17580 "settings",
17581 "telemetry",
17582 "telemetry_events",
17583 "theme",
17584 "thiserror 1.0.69",
17585 "tree-sitter-go",
17586 "tree-sitter-rust",
17587 "ui",
17588 "unindent",
17589 "util",
17590 "uuid",
17591 "workspace",
17592 "worktree",
17593 "zed_actions",
17594 "zed_llm_client",
17595]
17596
17597[[package]]
17598name = "zip"
17599version = "0.6.6"
17600source = "registry+https://github.com/rust-lang/crates.io-index"
17601checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17602dependencies = [
17603 "aes",
17604 "byteorder",
17605 "bzip2",
17606 "constant_time_eq 0.1.5",
17607 "crc32fast",
17608 "crossbeam-utils",
17609 "flate2",
17610 "hmac",
17611 "pbkdf2 0.11.0",
17612 "sha1",
17613 "time",
17614 "zstd",
17615]
17616
17617[[package]]
17618name = "zstd"
17619version = "0.11.2+zstd.1.5.2"
17620source = "registry+https://github.com/rust-lang/crates.io-index"
17621checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17622dependencies = [
17623 "zstd-safe",
17624]
17625
17626[[package]]
17627name = "zstd-safe"
17628version = "5.0.2+zstd.1.5.2"
17629source = "registry+https://github.com/rust-lang/crates.io-index"
17630checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17631dependencies = [
17632 "libc",
17633 "zstd-sys",
17634]
17635
17636[[package]]
17637name = "zstd-sys"
17638version = "2.0.13+zstd.1.5.6"
17639source = "registry+https://github.com/rust-lang/crates.io-index"
17640checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17641dependencies = [
17642 "cc",
17643 "pkg-config",
17644]
17645
17646[[package]]
17647name = "zune-core"
17648version = "0.4.12"
17649source = "registry+https://github.com/rust-lang/crates.io-index"
17650checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17651
17652[[package]]
17653name = "zune-inflate"
17654version = "0.2.54"
17655source = "registry+https://github.com/rust-lang/crates.io-index"
17656checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17657dependencies = [
17658 "simd-adler32",
17659]
17660
17661[[package]]
17662name = "zune-jpeg"
17663version = "0.4.13"
17664source = "registry+https://github.com/rust-lang/crates.io-index"
17665checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17666dependencies = [
17667 "zune-core",
17668]
17669
17670[[package]]
17671name = "zvariant"
17672version = "5.4.0"
17673source = "registry+https://github.com/rust-lang/crates.io-index"
17674checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17675dependencies = [
17676 "endi",
17677 "enumflags2",
17678 "serde",
17679 "static_assertions",
17680 "url",
17681 "winnow 0.7.1",
17682 "zvariant_derive",
17683 "zvariant_utils",
17684]
17685
17686[[package]]
17687name = "zvariant_derive"
17688version = "5.4.0"
17689source = "registry+https://github.com/rust-lang/crates.io-index"
17690checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17691dependencies = [
17692 "proc-macro-crate",
17693 "proc-macro2",
17694 "quote",
17695 "syn 2.0.100",
17696 "zvariant_utils",
17697]
17698
17699[[package]]
17700name = "zvariant_utils"
17701version = "3.2.0"
17702source = "registry+https://github.com/rust-lang/crates.io-index"
17703checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17704dependencies = [
17705 "proc-macro2",
17706 "quote",
17707 "serde",
17708 "static_assertions",
17709 "syn 2.0.100",
17710 "winnow 0.7.1",
17711]