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 "clock",
696 "collections",
697 "derive_more",
698 "gpui",
699 "language",
700 "language_model",
701 "parking_lot",
702 "project",
703 "serde",
704 "serde_json",
705]
706
707[[package]]
708name = "assistant_tools"
709version = "0.1.0"
710dependencies = [
711 "anyhow",
712 "assistant_tool",
713 "chrono",
714 "collections",
715 "feature_flags",
716 "futures 0.3.31",
717 "gpui",
718 "itertools 0.14.0",
719 "language",
720 "language_model",
721 "project",
722 "rand 0.8.5",
723 "release_channel",
724 "schemars",
725 "serde",
726 "serde_json",
727 "settings",
728 "theme",
729 "ui",
730 "util",
731 "workspace",
732 "worktree",
733]
734
735[[package]]
736name = "async-attributes"
737version = "1.1.2"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
740dependencies = [
741 "quote",
742 "syn 1.0.109",
743]
744
745[[package]]
746name = "async-broadcast"
747version = "0.7.2"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
750dependencies = [
751 "event-listener 5.3.1",
752 "event-listener-strategy",
753 "futures-core",
754 "pin-project-lite",
755]
756
757[[package]]
758name = "async-channel"
759version = "1.9.0"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
762dependencies = [
763 "concurrent-queue",
764 "event-listener 2.5.3",
765 "futures-core",
766]
767
768[[package]]
769name = "async-channel"
770version = "2.3.1"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
773dependencies = [
774 "concurrent-queue",
775 "event-listener-strategy",
776 "futures-core",
777 "pin-project-lite",
778]
779
780[[package]]
781name = "async-compat"
782version = "0.2.4"
783source = "registry+https://github.com/rust-lang/crates.io-index"
784checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
785dependencies = [
786 "futures-core",
787 "futures-io",
788 "once_cell",
789 "pin-project-lite",
790 "tokio",
791]
792
793[[package]]
794name = "async-compression"
795version = "0.4.20"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861"
798dependencies = [
799 "deflate64",
800 "flate2",
801 "futures-core",
802 "futures-io",
803 "memchr",
804 "pin-project-lite",
805]
806
807[[package]]
808name = "async-dispatcher"
809version = "0.1.2"
810source = "registry+https://github.com/rust-lang/crates.io-index"
811checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
812dependencies = [
813 "async-task",
814 "futures-lite 1.13.0",
815]
816
817[[package]]
818name = "async-executor"
819version = "1.13.1"
820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
822dependencies = [
823 "async-task",
824 "concurrent-queue",
825 "fastrand 2.3.0",
826 "futures-lite 2.6.0",
827 "slab",
828]
829
830[[package]]
831name = "async-fs"
832version = "2.1.2"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
835dependencies = [
836 "async-lock",
837 "blocking",
838 "futures-lite 2.6.0",
839]
840
841[[package]]
842name = "async-global-executor"
843version = "2.4.1"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
846dependencies = [
847 "async-channel 2.3.1",
848 "async-executor",
849 "async-io",
850 "async-lock",
851 "blocking",
852 "futures-lite 2.6.0",
853 "once_cell",
854]
855
856[[package]]
857name = "async-io"
858version = "2.4.0"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
861dependencies = [
862 "async-lock",
863 "cfg-if",
864 "concurrent-queue",
865 "futures-io",
866 "futures-lite 2.6.0",
867 "parking",
868 "polling",
869 "rustix",
870 "slab",
871 "tracing",
872 "windows-sys 0.59.0",
873]
874
875[[package]]
876name = "async-lock"
877version = "3.4.0"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
880dependencies = [
881 "event-listener 5.3.1",
882 "event-listener-strategy",
883 "pin-project-lite",
884]
885
886[[package]]
887name = "async-native-tls"
888version = "0.5.0"
889source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
891dependencies = [
892 "futures-util",
893 "native-tls",
894 "thiserror 1.0.69",
895 "url",
896]
897
898[[package]]
899name = "async-net"
900version = "2.0.0"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
903dependencies = [
904 "async-io",
905 "blocking",
906 "futures-lite 2.6.0",
907]
908
909[[package]]
910name = "async-pipe"
911version = "0.1.3"
912source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
913dependencies = [
914 "futures 0.3.31",
915 "log",
916]
917
918[[package]]
919name = "async-process"
920version = "2.3.0"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
923dependencies = [
924 "async-channel 2.3.1",
925 "async-io",
926 "async-lock",
927 "async-signal",
928 "async-task",
929 "blocking",
930 "cfg-if",
931 "event-listener 5.3.1",
932 "futures-lite 2.6.0",
933 "rustix",
934 "tracing",
935]
936
937[[package]]
938name = "async-recursion"
939version = "0.3.2"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
942dependencies = [
943 "proc-macro2",
944 "quote",
945 "syn 1.0.109",
946]
947
948[[package]]
949name = "async-recursion"
950version = "1.1.1"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
953dependencies = [
954 "proc-macro2",
955 "quote",
956 "syn 2.0.100",
957]
958
959[[package]]
960name = "async-signal"
961version = "0.2.10"
962source = "registry+https://github.com/rust-lang/crates.io-index"
963checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
964dependencies = [
965 "async-io",
966 "async-lock",
967 "atomic-waker",
968 "cfg-if",
969 "futures-core",
970 "futures-io",
971 "rustix",
972 "signal-hook-registry",
973 "slab",
974 "windows-sys 0.59.0",
975]
976
977[[package]]
978name = "async-std"
979version = "1.13.0"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
982dependencies = [
983 "async-attributes",
984 "async-channel 1.9.0",
985 "async-global-executor",
986 "async-io",
987 "async-lock",
988 "async-process",
989 "crossbeam-utils",
990 "futures-channel",
991 "futures-core",
992 "futures-io",
993 "futures-lite 2.6.0",
994 "gloo-timers",
995 "kv-log-macro",
996 "log",
997 "memchr",
998 "once_cell",
999 "pin-project-lite",
1000 "pin-utils",
1001 "slab",
1002 "wasm-bindgen-futures",
1003]
1004
1005[[package]]
1006name = "async-stream"
1007version = "0.3.6"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
1010dependencies = [
1011 "async-stream-impl",
1012 "futures-core",
1013 "pin-project-lite",
1014]
1015
1016[[package]]
1017name = "async-stream-impl"
1018version = "0.3.6"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
1021dependencies = [
1022 "proc-macro2",
1023 "quote",
1024 "syn 2.0.100",
1025]
1026
1027[[package]]
1028name = "async-stripe"
1029version = "0.40.0"
1030source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
1031dependencies = [
1032 "chrono",
1033 "futures-util",
1034 "http-types",
1035 "hyper 0.14.32",
1036 "hyper-rustls 0.24.2",
1037 "serde",
1038 "serde_json",
1039 "serde_path_to_error",
1040 "serde_qs 0.10.1",
1041 "smart-default",
1042 "smol_str",
1043 "thiserror 1.0.69",
1044 "tokio",
1045]
1046
1047[[package]]
1048name = "async-tar"
1049version = "0.5.0"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1052dependencies = [
1053 "async-std",
1054 "filetime",
1055 "libc",
1056 "pin-project",
1057 "redox_syscall 0.2.16",
1058 "xattr",
1059]
1060
1061[[package]]
1062name = "async-task"
1063version = "4.7.1"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1066
1067[[package]]
1068name = "async-tls"
1069version = "0.13.0"
1070source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
1071dependencies = [
1072 "futures-core",
1073 "futures-io",
1074 "rustls 0.23.23",
1075 "rustls-pemfile 2.2.0",
1076 "webpki-roots",
1077]
1078
1079[[package]]
1080name = "async-trait"
1081version = "0.1.87"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97"
1084dependencies = [
1085 "proc-macro2",
1086 "quote",
1087 "syn 2.0.100",
1088]
1089
1090[[package]]
1091name = "async-tungstenite"
1092version = "0.28.2"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1095dependencies = [
1096 "async-std",
1097 "async-tls",
1098 "atomic-waker",
1099 "futures-core",
1100 "futures-io",
1101 "futures-task",
1102 "futures-util",
1103 "log",
1104 "pin-project-lite",
1105 "tungstenite 0.24.0",
1106]
1107
1108[[package]]
1109name = "async-watch"
1110version = "0.3.1"
1111source = "registry+https://github.com/rust-lang/crates.io-index"
1112checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1113dependencies = [
1114 "event-listener 2.5.3",
1115]
1116
1117[[package]]
1118name = "async_zip"
1119version = "0.0.17"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1122dependencies = [
1123 "async-compression",
1124 "crc32fast",
1125 "futures-lite 2.6.0",
1126 "pin-project",
1127 "thiserror 1.0.69",
1128]
1129
1130[[package]]
1131name = "asynchronous-codec"
1132version = "0.7.0"
1133source = "registry+https://github.com/rust-lang/crates.io-index"
1134checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1135dependencies = [
1136 "bytes 1.10.1",
1137 "futures-sink",
1138 "futures-util",
1139 "memchr",
1140 "pin-project-lite",
1141]
1142
1143[[package]]
1144name = "atoi"
1145version = "2.0.0"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1148dependencies = [
1149 "num-traits",
1150]
1151
1152[[package]]
1153name = "atomic"
1154version = "0.5.3"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1157
1158[[package]]
1159name = "atomic-waker"
1160version = "1.1.2"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1163
1164[[package]]
1165name = "audio"
1166version = "0.1.0"
1167dependencies = [
1168 "anyhow",
1169 "collections",
1170 "derive_more",
1171 "gpui",
1172 "parking_lot",
1173 "rodio",
1174 "util",
1175]
1176
1177[[package]]
1178name = "auto_update"
1179version = "0.1.0"
1180dependencies = [
1181 "anyhow",
1182 "client",
1183 "db",
1184 "gpui",
1185 "http_client",
1186 "log",
1187 "paths",
1188 "release_channel",
1189 "schemars",
1190 "serde",
1191 "serde_json",
1192 "settings",
1193 "smol",
1194 "tempfile",
1195 "which 6.0.3",
1196 "workspace",
1197]
1198
1199[[package]]
1200name = "auto_update_ui"
1201version = "0.1.0"
1202dependencies = [
1203 "anyhow",
1204 "auto_update",
1205 "client",
1206 "editor",
1207 "gpui",
1208 "http_client",
1209 "markdown_preview",
1210 "release_channel",
1211 "serde",
1212 "serde_json",
1213 "smol",
1214 "util",
1215 "workspace",
1216]
1217
1218[[package]]
1219name = "autocfg"
1220version = "1.4.0"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1223
1224[[package]]
1225name = "av1-grain"
1226version = "0.2.3"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1229dependencies = [
1230 "anyhow",
1231 "arrayvec",
1232 "log",
1233 "nom",
1234 "num-rational",
1235 "v_frame",
1236]
1237
1238[[package]]
1239name = "avif-serialize"
1240version = "0.8.2"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1243dependencies = [
1244 "arrayvec",
1245]
1246
1247[[package]]
1248name = "aws-config"
1249version = "1.5.16"
1250source = "registry+https://github.com/rust-lang/crates.io-index"
1251checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
1252dependencies = [
1253 "aws-credential-types",
1254 "aws-runtime",
1255 "aws-sdk-sso",
1256 "aws-sdk-ssooidc",
1257 "aws-sdk-sts",
1258 "aws-smithy-async",
1259 "aws-smithy-http",
1260 "aws-smithy-json",
1261 "aws-smithy-runtime",
1262 "aws-smithy-runtime-api",
1263 "aws-smithy-types",
1264 "aws-types",
1265 "bytes 1.10.1",
1266 "fastrand 2.3.0",
1267 "hex",
1268 "http 0.2.12",
1269 "ring",
1270 "time",
1271 "tokio",
1272 "tracing",
1273 "url",
1274 "zeroize",
1275]
1276
1277[[package]]
1278name = "aws-credential-types"
1279version = "1.2.1"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1282dependencies = [
1283 "aws-smithy-async",
1284 "aws-smithy-runtime-api",
1285 "aws-smithy-types",
1286 "zeroize",
1287]
1288
1289[[package]]
1290name = "aws-lc-rs"
1291version = "1.12.6"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
1294dependencies = [
1295 "aws-lc-sys",
1296 "zeroize",
1297]
1298
1299[[package]]
1300name = "aws-lc-sys"
1301version = "0.27.0"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
1304dependencies = [
1305 "bindgen 0.69.5",
1306 "cc",
1307 "cmake",
1308 "dunce",
1309 "fs_extra",
1310]
1311
1312[[package]]
1313name = "aws-runtime"
1314version = "1.5.5"
1315source = "registry+https://github.com/rust-lang/crates.io-index"
1316checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
1317dependencies = [
1318 "aws-credential-types",
1319 "aws-sigv4",
1320 "aws-smithy-async",
1321 "aws-smithy-eventstream",
1322 "aws-smithy-http",
1323 "aws-smithy-runtime",
1324 "aws-smithy-runtime-api",
1325 "aws-smithy-types",
1326 "aws-types",
1327 "bytes 1.10.1",
1328 "fastrand 2.3.0",
1329 "http 0.2.12",
1330 "http-body 0.4.6",
1331 "once_cell",
1332 "percent-encoding",
1333 "pin-project-lite",
1334 "tracing",
1335 "uuid",
1336]
1337
1338[[package]]
1339name = "aws-sdk-bedrockruntime"
1340version = "1.74.0"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
1343dependencies = [
1344 "aws-credential-types",
1345 "aws-runtime",
1346 "aws-smithy-async",
1347 "aws-smithy-eventstream",
1348 "aws-smithy-http",
1349 "aws-smithy-json",
1350 "aws-smithy-runtime",
1351 "aws-smithy-runtime-api",
1352 "aws-smithy-types",
1353 "aws-types",
1354 "bytes 1.10.1",
1355 "fastrand 2.3.0",
1356 "http 0.2.12",
1357 "once_cell",
1358 "regex-lite",
1359 "tracing",
1360]
1361
1362[[package]]
1363name = "aws-sdk-kinesis"
1364version = "1.61.0"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
1367dependencies = [
1368 "aws-credential-types",
1369 "aws-runtime",
1370 "aws-smithy-async",
1371 "aws-smithy-http",
1372 "aws-smithy-json",
1373 "aws-smithy-runtime",
1374 "aws-smithy-runtime-api",
1375 "aws-smithy-types",
1376 "aws-types",
1377 "bytes 1.10.1",
1378 "http 0.2.12",
1379 "once_cell",
1380 "regex-lite",
1381 "tracing",
1382]
1383
1384[[package]]
1385name = "aws-sdk-s3"
1386version = "1.76.0"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
1389dependencies = [
1390 "aws-credential-types",
1391 "aws-runtime",
1392 "aws-sigv4",
1393 "aws-smithy-async",
1394 "aws-smithy-checksums",
1395 "aws-smithy-eventstream",
1396 "aws-smithy-http",
1397 "aws-smithy-json",
1398 "aws-smithy-runtime",
1399 "aws-smithy-runtime-api",
1400 "aws-smithy-types",
1401 "aws-smithy-xml",
1402 "aws-types",
1403 "bytes 1.10.1",
1404 "fastrand 2.3.0",
1405 "hex",
1406 "hmac",
1407 "http 0.2.12",
1408 "http-body 0.4.6",
1409 "lru",
1410 "once_cell",
1411 "percent-encoding",
1412 "regex-lite",
1413 "sha2",
1414 "tracing",
1415 "url",
1416]
1417
1418[[package]]
1419name = "aws-sdk-sso"
1420version = "1.58.0"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
1423dependencies = [
1424 "aws-credential-types",
1425 "aws-runtime",
1426 "aws-smithy-async",
1427 "aws-smithy-http",
1428 "aws-smithy-json",
1429 "aws-smithy-runtime",
1430 "aws-smithy-runtime-api",
1431 "aws-smithy-types",
1432 "aws-types",
1433 "bytes 1.10.1",
1434 "http 0.2.12",
1435 "once_cell",
1436 "regex-lite",
1437 "tracing",
1438]
1439
1440[[package]]
1441name = "aws-sdk-ssooidc"
1442version = "1.59.0"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
1445dependencies = [
1446 "aws-credential-types",
1447 "aws-runtime",
1448 "aws-smithy-async",
1449 "aws-smithy-http",
1450 "aws-smithy-json",
1451 "aws-smithy-runtime",
1452 "aws-smithy-runtime-api",
1453 "aws-smithy-types",
1454 "aws-types",
1455 "bytes 1.10.1",
1456 "http 0.2.12",
1457 "once_cell",
1458 "regex-lite",
1459 "tracing",
1460]
1461
1462[[package]]
1463name = "aws-sdk-sts"
1464version = "1.59.0"
1465source = "registry+https://github.com/rust-lang/crates.io-index"
1466checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
1467dependencies = [
1468 "aws-credential-types",
1469 "aws-runtime",
1470 "aws-smithy-async",
1471 "aws-smithy-http",
1472 "aws-smithy-json",
1473 "aws-smithy-query",
1474 "aws-smithy-runtime",
1475 "aws-smithy-runtime-api",
1476 "aws-smithy-types",
1477 "aws-smithy-xml",
1478 "aws-types",
1479 "http 0.2.12",
1480 "once_cell",
1481 "regex-lite",
1482 "tracing",
1483]
1484
1485[[package]]
1486name = "aws-sigv4"
1487version = "1.2.9"
1488source = "registry+https://github.com/rust-lang/crates.io-index"
1489checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
1490dependencies = [
1491 "aws-credential-types",
1492 "aws-smithy-eventstream",
1493 "aws-smithy-http",
1494 "aws-smithy-runtime-api",
1495 "aws-smithy-types",
1496 "bytes 1.10.1",
1497 "crypto-bigint 0.5.5",
1498 "form_urlencoded",
1499 "hex",
1500 "hmac",
1501 "http 0.2.12",
1502 "http 1.2.0",
1503 "once_cell",
1504 "p256",
1505 "percent-encoding",
1506 "ring",
1507 "sha2",
1508 "subtle",
1509 "time",
1510 "tracing",
1511 "zeroize",
1512]
1513
1514[[package]]
1515name = "aws-smithy-async"
1516version = "1.2.4"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1519dependencies = [
1520 "futures-util",
1521 "pin-project-lite",
1522 "tokio",
1523]
1524
1525[[package]]
1526name = "aws-smithy-checksums"
1527version = "0.62.0"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1530dependencies = [
1531 "aws-smithy-http",
1532 "aws-smithy-types",
1533 "bytes 1.10.1",
1534 "crc32c",
1535 "crc32fast",
1536 "crc64fast-nvme",
1537 "hex",
1538 "http 0.2.12",
1539 "http-body 0.4.6",
1540 "md-5",
1541 "pin-project-lite",
1542 "sha1",
1543 "sha2",
1544 "tracing",
1545]
1546
1547[[package]]
1548name = "aws-smithy-eventstream"
1549version = "0.60.6"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1552dependencies = [
1553 "aws-smithy-types",
1554 "bytes 1.10.1",
1555 "crc32fast",
1556]
1557
1558[[package]]
1559name = "aws-smithy-http"
1560version = "0.60.12"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1563dependencies = [
1564 "aws-smithy-eventstream",
1565 "aws-smithy-runtime-api",
1566 "aws-smithy-types",
1567 "bytes 1.10.1",
1568 "bytes-utils",
1569 "futures-core",
1570 "http 0.2.12",
1571 "http-body 0.4.6",
1572 "once_cell",
1573 "percent-encoding",
1574 "pin-project-lite",
1575 "pin-utils",
1576 "tracing",
1577]
1578
1579[[package]]
1580name = "aws-smithy-json"
1581version = "0.61.2"
1582source = "registry+https://github.com/rust-lang/crates.io-index"
1583checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1584dependencies = [
1585 "aws-smithy-types",
1586]
1587
1588[[package]]
1589name = "aws-smithy-query"
1590version = "0.60.7"
1591source = "registry+https://github.com/rust-lang/crates.io-index"
1592checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1593dependencies = [
1594 "aws-smithy-types",
1595 "urlencoding",
1596]
1597
1598[[package]]
1599name = "aws-smithy-runtime"
1600version = "1.7.8"
1601source = "registry+https://github.com/rust-lang/crates.io-index"
1602checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
1603dependencies = [
1604 "aws-smithy-async",
1605 "aws-smithy-http",
1606 "aws-smithy-runtime-api",
1607 "aws-smithy-types",
1608 "bytes 1.10.1",
1609 "fastrand 2.3.0",
1610 "h2 0.3.26",
1611 "http 0.2.12",
1612 "http-body 0.4.6",
1613 "http-body 1.0.1",
1614 "httparse",
1615 "hyper 0.14.32",
1616 "hyper-rustls 0.24.2",
1617 "once_cell",
1618 "pin-project-lite",
1619 "pin-utils",
1620 "rustls 0.21.12",
1621 "tokio",
1622 "tracing",
1623]
1624
1625[[package]]
1626name = "aws-smithy-runtime-api"
1627version = "1.7.3"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1630dependencies = [
1631 "aws-smithy-async",
1632 "aws-smithy-types",
1633 "bytes 1.10.1",
1634 "http 0.2.12",
1635 "http 1.2.0",
1636 "pin-project-lite",
1637 "tokio",
1638 "tracing",
1639 "zeroize",
1640]
1641
1642[[package]]
1643name = "aws-smithy-types"
1644version = "1.2.13"
1645source = "registry+https://github.com/rust-lang/crates.io-index"
1646checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
1647dependencies = [
1648 "base64-simd",
1649 "bytes 1.10.1",
1650 "bytes-utils",
1651 "futures-core",
1652 "http 0.2.12",
1653 "http 1.2.0",
1654 "http-body 0.4.6",
1655 "http-body 1.0.1",
1656 "http-body-util",
1657 "itoa",
1658 "num-integer",
1659 "pin-project-lite",
1660 "pin-utils",
1661 "ryu",
1662 "serde",
1663 "time",
1664 "tokio",
1665 "tokio-util",
1666]
1667
1668[[package]]
1669name = "aws-smithy-xml"
1670version = "0.60.9"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1673dependencies = [
1674 "xmlparser",
1675]
1676
1677[[package]]
1678name = "aws-types"
1679version = "1.3.5"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
1682dependencies = [
1683 "aws-credential-types",
1684 "aws-smithy-async",
1685 "aws-smithy-runtime-api",
1686 "aws-smithy-types",
1687 "rustc_version",
1688 "tracing",
1689]
1690
1691[[package]]
1692name = "aws_http_client"
1693version = "0.1.0"
1694dependencies = [
1695 "aws-smithy-runtime-api",
1696 "aws-smithy-types",
1697 "futures 0.3.31",
1698 "http_client",
1699 "tokio",
1700]
1701
1702[[package]]
1703name = "axum"
1704version = "0.6.20"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1707dependencies = [
1708 "async-trait",
1709 "axum-core",
1710 "base64 0.21.7",
1711 "bitflags 1.3.2",
1712 "bytes 1.10.1",
1713 "futures-util",
1714 "headers",
1715 "http 0.2.12",
1716 "http-body 0.4.6",
1717 "hyper 0.14.32",
1718 "itoa",
1719 "matchit",
1720 "memchr",
1721 "mime",
1722 "percent-encoding",
1723 "pin-project-lite",
1724 "rustversion",
1725 "serde",
1726 "serde_json",
1727 "serde_path_to_error",
1728 "serde_urlencoded",
1729 "sha1",
1730 "sync_wrapper 0.1.2",
1731 "tokio",
1732 "tokio-tungstenite 0.20.1",
1733 "tower",
1734 "tower-layer",
1735 "tower-service",
1736]
1737
1738[[package]]
1739name = "axum-core"
1740version = "0.3.4"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1743dependencies = [
1744 "async-trait",
1745 "bytes 1.10.1",
1746 "futures-util",
1747 "http 0.2.12",
1748 "http-body 0.4.6",
1749 "mime",
1750 "rustversion",
1751 "tower-layer",
1752 "tower-service",
1753]
1754
1755[[package]]
1756name = "axum-extra"
1757version = "0.4.2"
1758source = "registry+https://github.com/rust-lang/crates.io-index"
1759checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1760dependencies = [
1761 "axum",
1762 "bytes 1.10.1",
1763 "futures-util",
1764 "http 0.2.12",
1765 "mime",
1766 "pin-project-lite",
1767 "serde",
1768 "serde_json",
1769 "tokio",
1770 "tower",
1771 "tower-http 0.3.5",
1772 "tower-layer",
1773 "tower-service",
1774]
1775
1776[[package]]
1777name = "backtrace"
1778version = "0.3.74"
1779source = "registry+https://github.com/rust-lang/crates.io-index"
1780checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1781dependencies = [
1782 "addr2line",
1783 "cfg-if",
1784 "libc",
1785 "miniz_oxide",
1786 "object",
1787 "rustc-demangle",
1788 "windows-targets 0.52.6",
1789]
1790
1791[[package]]
1792name = "base16ct"
1793version = "0.1.1"
1794source = "registry+https://github.com/rust-lang/crates.io-index"
1795checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1796
1797[[package]]
1798name = "base64"
1799version = "0.13.1"
1800source = "registry+https://github.com/rust-lang/crates.io-index"
1801checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1802
1803[[package]]
1804name = "base64"
1805version = "0.21.7"
1806source = "registry+https://github.com/rust-lang/crates.io-index"
1807checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1808
1809[[package]]
1810name = "base64"
1811version = "0.22.1"
1812source = "registry+https://github.com/rust-lang/crates.io-index"
1813checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1814
1815[[package]]
1816name = "base64-simd"
1817version = "0.8.0"
1818source = "registry+https://github.com/rust-lang/crates.io-index"
1819checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1820dependencies = [
1821 "outref",
1822 "vsimd",
1823]
1824
1825[[package]]
1826name = "base64ct"
1827version = "1.6.0"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1830
1831[[package]]
1832name = "bedrock"
1833version = "0.1.0"
1834dependencies = [
1835 "anyhow",
1836 "aws-sdk-bedrockruntime",
1837 "aws-smithy-types",
1838 "futures 0.3.31",
1839 "schemars",
1840 "serde",
1841 "serde_json",
1842 "strum",
1843 "thiserror 1.0.69",
1844 "tokio",
1845]
1846
1847[[package]]
1848name = "bigdecimal"
1849version = "0.4.7"
1850source = "registry+https://github.com/rust-lang/crates.io-index"
1851checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1852dependencies = [
1853 "autocfg",
1854 "libm",
1855 "num-bigint",
1856 "num-integer",
1857 "num-traits",
1858 "serde",
1859]
1860
1861[[package]]
1862name = "bincode"
1863version = "1.3.3"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1866dependencies = [
1867 "serde",
1868]
1869
1870[[package]]
1871name = "bindgen"
1872version = "0.69.5"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1875dependencies = [
1876 "bitflags 2.8.0",
1877 "cexpr",
1878 "clang-sys",
1879 "itertools 0.12.1",
1880 "lazy_static",
1881 "lazycell",
1882 "log",
1883 "prettyplease",
1884 "proc-macro2",
1885 "quote",
1886 "regex",
1887 "rustc-hash 1.1.0",
1888 "shlex",
1889 "syn 2.0.100",
1890 "which 4.4.2",
1891]
1892
1893[[package]]
1894name = "bindgen"
1895version = "0.70.1"
1896source = "registry+https://github.com/rust-lang/crates.io-index"
1897checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1898dependencies = [
1899 "bitflags 2.8.0",
1900 "cexpr",
1901 "clang-sys",
1902 "itertools 0.12.1",
1903 "log",
1904 "prettyplease",
1905 "proc-macro2",
1906 "quote",
1907 "regex",
1908 "rustc-hash 1.1.0",
1909 "shlex",
1910 "syn 2.0.100",
1911]
1912
1913[[package]]
1914name = "bit-set"
1915version = "0.5.3"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1918dependencies = [
1919 "bit-vec 0.6.3",
1920]
1921
1922[[package]]
1923name = "bit-set"
1924version = "0.8.0"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1927dependencies = [
1928 "bit-vec 0.8.0",
1929]
1930
1931[[package]]
1932name = "bit-vec"
1933version = "0.6.3"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1936
1937[[package]]
1938name = "bit-vec"
1939version = "0.8.0"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1942
1943[[package]]
1944name = "bit_field"
1945version = "0.10.2"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1948
1949[[package]]
1950name = "bitflags"
1951version = "1.3.2"
1952source = "registry+https://github.com/rust-lang/crates.io-index"
1953checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1954
1955[[package]]
1956name = "bitflags"
1957version = "2.8.0"
1958source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1960dependencies = [
1961 "serde",
1962]
1963
1964[[package]]
1965name = "bitstream-io"
1966version = "2.6.0"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1969
1970[[package]]
1971name = "bitvec"
1972version = "1.0.1"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1975dependencies = [
1976 "funty",
1977 "radium",
1978 "tap",
1979 "wyz",
1980]
1981
1982[[package]]
1983name = "blade-graphics"
1984version = "0.6.0"
1985source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1986dependencies = [
1987 "ash",
1988 "ash-window",
1989 "bitflags 2.8.0",
1990 "bytemuck",
1991 "codespan-reporting",
1992 "glow",
1993 "gpu-alloc",
1994 "gpu-alloc-ash",
1995 "hidden-trait",
1996 "js-sys",
1997 "khronos-egl",
1998 "libloading",
1999 "log",
2000 "mint",
2001 "naga",
2002 "objc2",
2003 "objc2-app-kit",
2004 "objc2-foundation",
2005 "objc2-metal",
2006 "objc2-quartz-core",
2007 "objc2-ui-kit",
2008 "raw-window-handle",
2009 "slab",
2010 "wasm-bindgen",
2011 "web-sys",
2012]
2013
2014[[package]]
2015name = "blade-macros"
2016version = "0.3.0"
2017source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
2018dependencies = [
2019 "proc-macro2",
2020 "quote",
2021 "syn 2.0.100",
2022]
2023
2024[[package]]
2025name = "blade-util"
2026version = "0.2.0"
2027source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
2028dependencies = [
2029 "blade-graphics",
2030 "bytemuck",
2031 "log",
2032 "profiling",
2033]
2034
2035[[package]]
2036name = "blake3"
2037version = "1.6.1"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
2040dependencies = [
2041 "arrayref",
2042 "arrayvec",
2043 "cc",
2044 "cfg-if",
2045 "constant_time_eq 0.3.1",
2046]
2047
2048[[package]]
2049name = "block"
2050version = "0.1.6"
2051source = "registry+https://github.com/rust-lang/crates.io-index"
2052checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2053
2054[[package]]
2055name = "block-buffer"
2056version = "0.10.4"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2059dependencies = [
2060 "generic-array",
2061]
2062
2063[[package]]
2064name = "block-padding"
2065version = "0.3.3"
2066source = "registry+https://github.com/rust-lang/crates.io-index"
2067checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2068dependencies = [
2069 "generic-array",
2070]
2071
2072[[package]]
2073name = "block2"
2074version = "0.5.1"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
2077dependencies = [
2078 "objc2",
2079]
2080
2081[[package]]
2082name = "blocking"
2083version = "1.6.1"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2086dependencies = [
2087 "async-channel 2.3.1",
2088 "async-task",
2089 "futures-io",
2090 "futures-lite 2.6.0",
2091 "piper",
2092]
2093
2094[[package]]
2095name = "borsh"
2096version = "1.5.3"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
2099dependencies = [
2100 "borsh-derive",
2101 "cfg_aliases 0.2.1",
2102]
2103
2104[[package]]
2105name = "borsh-derive"
2106version = "1.5.3"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
2109dependencies = [
2110 "once_cell",
2111 "proc-macro-crate",
2112 "proc-macro2",
2113 "quote",
2114 "syn 2.0.100",
2115]
2116
2117[[package]]
2118name = "breadcrumbs"
2119version = "0.1.0"
2120dependencies = [
2121 "editor",
2122 "gpui",
2123 "itertools 0.14.0",
2124 "theme",
2125 "ui",
2126 "workspace",
2127 "zed_actions",
2128]
2129
2130[[package]]
2131name = "bstr"
2132version = "1.11.1"
2133source = "registry+https://github.com/rust-lang/crates.io-index"
2134checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
2135dependencies = [
2136 "memchr",
2137 "regex-automata 0.4.9",
2138 "serde",
2139]
2140
2141[[package]]
2142name = "buffer_diff"
2143version = "0.1.0"
2144dependencies = [
2145 "anyhow",
2146 "clock",
2147 "ctor",
2148 "env_logger 0.11.7",
2149 "futures 0.3.31",
2150 "git2",
2151 "gpui",
2152 "language",
2153 "log",
2154 "pretty_assertions",
2155 "rand 0.8.5",
2156 "rope",
2157 "serde_json",
2158 "sum_tree",
2159 "text",
2160 "unindent",
2161 "util",
2162]
2163
2164[[package]]
2165name = "built"
2166version = "0.7.5"
2167source = "registry+https://github.com/rust-lang/crates.io-index"
2168checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
2169
2170[[package]]
2171name = "bumpalo"
2172version = "3.16.0"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2175dependencies = [
2176 "allocator-api2",
2177]
2178
2179[[package]]
2180name = "by_address"
2181version = "1.2.1"
2182source = "registry+https://github.com/rust-lang/crates.io-index"
2183checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2184
2185[[package]]
2186name = "bytecheck"
2187version = "0.6.12"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2190dependencies = [
2191 "bytecheck_derive",
2192 "ptr_meta",
2193 "simdutf8",
2194]
2195
2196[[package]]
2197name = "bytecheck_derive"
2198version = "0.6.12"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2201dependencies = [
2202 "proc-macro2",
2203 "quote",
2204 "syn 1.0.109",
2205]
2206
2207[[package]]
2208name = "bytemuck"
2209version = "1.21.0"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2212dependencies = [
2213 "bytemuck_derive",
2214]
2215
2216[[package]]
2217name = "bytemuck_derive"
2218version = "1.8.0"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2221dependencies = [
2222 "proc-macro2",
2223 "quote",
2224 "syn 2.0.100",
2225]
2226
2227[[package]]
2228name = "byteorder"
2229version = "1.5.0"
2230source = "registry+https://github.com/rust-lang/crates.io-index"
2231checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2232
2233[[package]]
2234name = "byteorder-lite"
2235version = "0.1.0"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2238
2239[[package]]
2240name = "bytes"
2241version = "0.4.12"
2242source = "registry+https://github.com/rust-lang/crates.io-index"
2243checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2244dependencies = [
2245 "byteorder",
2246 "iovec",
2247]
2248
2249[[package]]
2250name = "bytes"
2251version = "1.10.1"
2252source = "registry+https://github.com/rust-lang/crates.io-index"
2253checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2254
2255[[package]]
2256name = "bytes-utils"
2257version = "0.1.4"
2258source = "registry+https://github.com/rust-lang/crates.io-index"
2259checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2260dependencies = [
2261 "bytes 1.10.1",
2262 "either",
2263]
2264
2265[[package]]
2266name = "bzip2"
2267version = "0.4.4"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2270dependencies = [
2271 "bzip2-sys",
2272 "libc",
2273]
2274
2275[[package]]
2276name = "bzip2-sys"
2277version = "0.1.11+1.0.8"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2280dependencies = [
2281 "cc",
2282 "libc",
2283 "pkg-config",
2284]
2285
2286[[package]]
2287name = "call"
2288version = "0.1.0"
2289dependencies = [
2290 "anyhow",
2291 "audio",
2292 "client",
2293 "collections",
2294 "fs",
2295 "futures 0.3.31",
2296 "gpui",
2297 "http_client",
2298 "language",
2299 "livekit_client",
2300 "livekit_client_macos",
2301 "log",
2302 "postage",
2303 "project",
2304 "schemars",
2305 "serde",
2306 "serde_derive",
2307 "settings",
2308 "telemetry",
2309 "util",
2310]
2311
2312[[package]]
2313name = "calloop"
2314version = "0.13.0"
2315source = "registry+https://github.com/rust-lang/crates.io-index"
2316checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2317dependencies = [
2318 "bitflags 2.8.0",
2319 "log",
2320 "polling",
2321 "rustix",
2322 "slab",
2323 "thiserror 1.0.69",
2324]
2325
2326[[package]]
2327name = "calloop-wayland-source"
2328version = "0.3.0"
2329source = "registry+https://github.com/rust-lang/crates.io-index"
2330checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2331dependencies = [
2332 "calloop",
2333 "rustix",
2334 "wayland-backend",
2335 "wayland-client",
2336]
2337
2338[[package]]
2339name = "camino"
2340version = "1.1.9"
2341source = "registry+https://github.com/rust-lang/crates.io-index"
2342checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2343dependencies = [
2344 "serde",
2345]
2346
2347[[package]]
2348name = "cap-fs-ext"
2349version = "3.4.2"
2350source = "registry+https://github.com/rust-lang/crates.io-index"
2351checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2352dependencies = [
2353 "cap-primitives",
2354 "cap-std",
2355 "io-lifetimes",
2356 "windows-sys 0.59.0",
2357]
2358
2359[[package]]
2360name = "cap-net-ext"
2361version = "3.4.2"
2362source = "registry+https://github.com/rust-lang/crates.io-index"
2363checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2364dependencies = [
2365 "cap-primitives",
2366 "cap-std",
2367 "rustix",
2368 "smallvec",
2369]
2370
2371[[package]]
2372name = "cap-primitives"
2373version = "3.4.2"
2374source = "registry+https://github.com/rust-lang/crates.io-index"
2375checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2376dependencies = [
2377 "ambient-authority",
2378 "fs-set-times",
2379 "io-extras",
2380 "io-lifetimes",
2381 "ipnet",
2382 "maybe-owned",
2383 "rustix",
2384 "windows-sys 0.59.0",
2385 "winx",
2386]
2387
2388[[package]]
2389name = "cap-rand"
2390version = "3.4.2"
2391source = "registry+https://github.com/rust-lang/crates.io-index"
2392checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2393dependencies = [
2394 "ambient-authority",
2395 "rand 0.8.5",
2396]
2397
2398[[package]]
2399name = "cap-std"
2400version = "3.4.2"
2401source = "registry+https://github.com/rust-lang/crates.io-index"
2402checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2403dependencies = [
2404 "cap-primitives",
2405 "io-extras",
2406 "io-lifetimes",
2407 "rustix",
2408]
2409
2410[[package]]
2411name = "cap-time-ext"
2412version = "3.4.2"
2413source = "registry+https://github.com/rust-lang/crates.io-index"
2414checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2415dependencies = [
2416 "ambient-authority",
2417 "cap-primitives",
2418 "iana-time-zone",
2419 "once_cell",
2420 "rustix",
2421 "winx",
2422]
2423
2424[[package]]
2425name = "cargo-platform"
2426version = "0.1.9"
2427source = "registry+https://github.com/rust-lang/crates.io-index"
2428checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2429dependencies = [
2430 "serde",
2431]
2432
2433[[package]]
2434name = "cargo_metadata"
2435version = "0.19.2"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2438dependencies = [
2439 "camino",
2440 "cargo-platform",
2441 "semver",
2442 "serde",
2443 "serde_json",
2444 "thiserror 2.0.6",
2445]
2446
2447[[package]]
2448name = "cargo_toml"
2449version = "0.21.0"
2450source = "registry+https://github.com/rust-lang/crates.io-index"
2451checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2452dependencies = [
2453 "serde",
2454 "toml 0.8.20",
2455]
2456
2457[[package]]
2458name = "cast"
2459version = "0.3.0"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2462
2463[[package]]
2464name = "cbc"
2465version = "0.1.2"
2466source = "registry+https://github.com/rust-lang/crates.io-index"
2467checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2468dependencies = [
2469 "cipher",
2470]
2471
2472[[package]]
2473name = "cbindgen"
2474version = "0.27.0"
2475source = "registry+https://github.com/rust-lang/crates.io-index"
2476checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2477dependencies = [
2478 "clap",
2479 "heck 0.4.1",
2480 "indexmap",
2481 "log",
2482 "proc-macro2",
2483 "quote",
2484 "serde",
2485 "serde_json",
2486 "syn 2.0.100",
2487 "tempfile",
2488 "toml 0.8.20",
2489]
2490
2491[[package]]
2492name = "cbindgen"
2493version = "0.28.0"
2494source = "registry+https://github.com/rust-lang/crates.io-index"
2495checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2496dependencies = [
2497 "heck 0.4.1",
2498 "indexmap",
2499 "log",
2500 "proc-macro2",
2501 "quote",
2502 "serde",
2503 "serde_json",
2504 "syn 2.0.100",
2505 "tempfile",
2506 "toml 0.8.20",
2507]
2508
2509[[package]]
2510name = "cc"
2511version = "1.2.12"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
2514dependencies = [
2515 "jobserver",
2516 "libc",
2517 "shlex",
2518]
2519
2520[[package]]
2521name = "cesu8"
2522version = "1.1.0"
2523source = "registry+https://github.com/rust-lang/crates.io-index"
2524checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2525
2526[[package]]
2527name = "cexpr"
2528version = "0.6.0"
2529source = "registry+https://github.com/rust-lang/crates.io-index"
2530checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2531dependencies = [
2532 "nom",
2533]
2534
2535[[package]]
2536name = "cfg-expr"
2537version = "0.15.8"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2540dependencies = [
2541 "smallvec",
2542 "target-lexicon 0.12.16",
2543]
2544
2545[[package]]
2546name = "cfg-if"
2547version = "1.0.0"
2548source = "registry+https://github.com/rust-lang/crates.io-index"
2549checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2550
2551[[package]]
2552name = "cfg_aliases"
2553version = "0.1.1"
2554source = "registry+https://github.com/rust-lang/crates.io-index"
2555checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2556
2557[[package]]
2558name = "cfg_aliases"
2559version = "0.2.1"
2560source = "registry+https://github.com/rust-lang/crates.io-index"
2561checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2562
2563[[package]]
2564name = "channel"
2565version = "0.1.0"
2566dependencies = [
2567 "anyhow",
2568 "client",
2569 "clock",
2570 "collections",
2571 "futures 0.3.31",
2572 "gpui",
2573 "http_client",
2574 "language",
2575 "log",
2576 "rand 0.8.5",
2577 "release_channel",
2578 "rpc",
2579 "settings",
2580 "sum_tree",
2581 "text",
2582 "time",
2583 "util",
2584]
2585
2586[[package]]
2587name = "chrono"
2588version = "0.4.40"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
2591dependencies = [
2592 "android-tzdata",
2593 "iana-time-zone",
2594 "js-sys",
2595 "num-traits",
2596 "serde",
2597 "wasm-bindgen",
2598 "windows-link",
2599]
2600
2601[[package]]
2602name = "chunked_transfer"
2603version = "1.5.0"
2604source = "registry+https://github.com/rust-lang/crates.io-index"
2605checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2606
2607[[package]]
2608name = "ciborium"
2609version = "0.2.2"
2610source = "registry+https://github.com/rust-lang/crates.io-index"
2611checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2612dependencies = [
2613 "ciborium-io",
2614 "ciborium-ll",
2615 "serde",
2616]
2617
2618[[package]]
2619name = "ciborium-io"
2620version = "0.2.2"
2621source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2623
2624[[package]]
2625name = "ciborium-ll"
2626version = "0.2.2"
2627source = "registry+https://github.com/rust-lang/crates.io-index"
2628checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2629dependencies = [
2630 "ciborium-io",
2631 "half",
2632]
2633
2634[[package]]
2635name = "cipher"
2636version = "0.4.4"
2637source = "registry+https://github.com/rust-lang/crates.io-index"
2638checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2639dependencies = [
2640 "crypto-common",
2641 "inout",
2642 "zeroize",
2643]
2644
2645[[package]]
2646name = "clang-sys"
2647version = "1.8.1"
2648source = "registry+https://github.com/rust-lang/crates.io-index"
2649checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2650dependencies = [
2651 "glob",
2652 "libc",
2653 "libloading",
2654]
2655
2656[[package]]
2657name = "clap"
2658version = "4.5.32"
2659source = "registry+https://github.com/rust-lang/crates.io-index"
2660checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
2661dependencies = [
2662 "clap_builder",
2663 "clap_derive",
2664]
2665
2666[[package]]
2667name = "clap_builder"
2668version = "4.5.32"
2669source = "registry+https://github.com/rust-lang/crates.io-index"
2670checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
2671dependencies = [
2672 "anstream",
2673 "anstyle",
2674 "clap_lex",
2675 "strsim",
2676 "terminal_size",
2677]
2678
2679[[package]]
2680name = "clap_complete"
2681version = "4.5.38"
2682source = "registry+https://github.com/rust-lang/crates.io-index"
2683checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2684dependencies = [
2685 "clap",
2686]
2687
2688[[package]]
2689name = "clap_derive"
2690version = "4.5.32"
2691source = "registry+https://github.com/rust-lang/crates.io-index"
2692checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
2693dependencies = [
2694 "heck 0.5.0",
2695 "proc-macro2",
2696 "quote",
2697 "syn 2.0.100",
2698]
2699
2700[[package]]
2701name = "clap_lex"
2702version = "0.7.4"
2703source = "registry+https://github.com/rust-lang/crates.io-index"
2704checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2705
2706[[package]]
2707name = "cli"
2708version = "0.1.0"
2709dependencies = [
2710 "anyhow",
2711 "clap",
2712 "collections",
2713 "core-foundation 0.9.4",
2714 "core-services",
2715 "exec",
2716 "fork",
2717 "ipc-channel",
2718 "parking_lot",
2719 "paths",
2720 "plist",
2721 "release_channel",
2722 "serde",
2723 "tempfile",
2724 "util",
2725 "windows 0.60.0",
2726]
2727
2728[[package]]
2729name = "client"
2730version = "0.1.0"
2731dependencies = [
2732 "anyhow",
2733 "async-native-tls",
2734 "async-recursion 0.3.2",
2735 "async-tungstenite",
2736 "chrono",
2737 "clock",
2738 "cocoa 0.26.0",
2739 "collections",
2740 "credentials_provider",
2741 "feature_flags",
2742 "futures 0.3.31",
2743 "gpui",
2744 "http_client",
2745 "http_client_tls",
2746 "log",
2747 "parking_lot",
2748 "paths",
2749 "postage",
2750 "rand 0.8.5",
2751 "release_channel",
2752 "rpc",
2753 "schemars",
2754 "serde",
2755 "serde_json",
2756 "settings",
2757 "sha2",
2758 "smol",
2759 "telemetry",
2760 "telemetry_events",
2761 "text",
2762 "thiserror 1.0.69",
2763 "time",
2764 "tiny_http",
2765 "tokio-socks",
2766 "url",
2767 "util",
2768 "windows 0.60.0",
2769 "worktree",
2770]
2771
2772[[package]]
2773name = "clock"
2774version = "0.1.0"
2775dependencies = [
2776 "parking_lot",
2777 "serde",
2778 "smallvec",
2779]
2780
2781[[package]]
2782name = "cmake"
2783version = "0.1.53"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
2786dependencies = [
2787 "cc",
2788]
2789
2790[[package]]
2791name = "cobs"
2792version = "0.2.3"
2793source = "registry+https://github.com/rust-lang/crates.io-index"
2794checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2795
2796[[package]]
2797name = "cocoa"
2798version = "0.25.0"
2799source = "registry+https://github.com/rust-lang/crates.io-index"
2800checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2801dependencies = [
2802 "bitflags 1.3.2",
2803 "block",
2804 "cocoa-foundation 0.1.2",
2805 "core-foundation 0.9.4",
2806 "core-graphics 0.23.2",
2807 "foreign-types 0.5.0",
2808 "libc",
2809 "objc",
2810]
2811
2812[[package]]
2813name = "cocoa"
2814version = "0.26.0"
2815source = "registry+https://github.com/rust-lang/crates.io-index"
2816checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2817dependencies = [
2818 "bitflags 2.8.0",
2819 "block",
2820 "cocoa-foundation 0.2.0",
2821 "core-foundation 0.10.0",
2822 "core-graphics 0.24.0",
2823 "foreign-types 0.5.0",
2824 "libc",
2825 "objc",
2826]
2827
2828[[package]]
2829name = "cocoa-foundation"
2830version = "0.1.2"
2831source = "registry+https://github.com/rust-lang/crates.io-index"
2832checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2833dependencies = [
2834 "bitflags 1.3.2",
2835 "block",
2836 "core-foundation 0.9.4",
2837 "core-graphics-types 0.1.3",
2838 "libc",
2839 "objc",
2840]
2841
2842[[package]]
2843name = "cocoa-foundation"
2844version = "0.2.0"
2845source = "registry+https://github.com/rust-lang/crates.io-index"
2846checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2847dependencies = [
2848 "bitflags 2.8.0",
2849 "block",
2850 "core-foundation 0.10.0",
2851 "core-graphics-types 0.2.0",
2852 "libc",
2853 "objc",
2854]
2855
2856[[package]]
2857name = "codespan-reporting"
2858version = "0.11.1"
2859source = "registry+https://github.com/rust-lang/crates.io-index"
2860checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2861dependencies = [
2862 "termcolor",
2863 "unicode-width",
2864]
2865
2866[[package]]
2867name = "collab"
2868version = "0.44.0"
2869dependencies = [
2870 "anthropic",
2871 "anyhow",
2872 "assistant",
2873 "assistant_context_editor",
2874 "assistant_slash_command",
2875 "assistant_tool",
2876 "async-stripe",
2877 "async-trait",
2878 "async-tungstenite",
2879 "audio",
2880 "aws-config",
2881 "aws-sdk-kinesis",
2882 "aws-sdk-s3",
2883 "axum",
2884 "axum-extra",
2885 "base64 0.22.1",
2886 "buffer_diff",
2887 "call",
2888 "channel",
2889 "chrono",
2890 "client",
2891 "clock",
2892 "collab_ui",
2893 "collections",
2894 "context_server",
2895 "ctor",
2896 "dashmap 6.1.0",
2897 "derive_more",
2898 "editor",
2899 "env_logger 0.11.7",
2900 "envy",
2901 "extension",
2902 "file_finder",
2903 "fs",
2904 "futures 0.3.31",
2905 "git",
2906 "git_hosting_providers",
2907 "git_ui",
2908 "google_ai",
2909 "gpui",
2910 "hex",
2911 "http_client",
2912 "hyper 0.14.32",
2913 "indoc",
2914 "jsonwebtoken",
2915 "language",
2916 "language_model",
2917 "livekit_api",
2918 "livekit_client",
2919 "livekit_client_macos",
2920 "log",
2921 "lsp",
2922 "menu",
2923 "multi_buffer",
2924 "nanoid",
2925 "node_runtime",
2926 "notifications",
2927 "open_ai",
2928 "parking_lot",
2929 "pretty_assertions",
2930 "project",
2931 "prometheus",
2932 "prompt_store",
2933 "prost 0.9.0",
2934 "rand 0.8.5",
2935 "recent_projects",
2936 "release_channel",
2937 "remote",
2938 "remote_server",
2939 "reqwest 0.11.27",
2940 "reqwest_client",
2941 "rpc",
2942 "rustc-demangle",
2943 "scrypt",
2944 "sea-orm",
2945 "semantic_version",
2946 "semver",
2947 "serde",
2948 "serde_derive",
2949 "serde_json",
2950 "session",
2951 "settings",
2952 "sha2",
2953 "sqlx",
2954 "strum",
2955 "subtle",
2956 "supermaven_api",
2957 "telemetry_events",
2958 "text",
2959 "theme",
2960 "thiserror 1.0.69",
2961 "time",
2962 "tokio",
2963 "toml 0.8.20",
2964 "tower",
2965 "tower-http 0.4.4",
2966 "tracing",
2967 "tracing-subscriber",
2968 "unindent",
2969 "util",
2970 "uuid",
2971 "workspace",
2972 "worktree",
2973]
2974
2975[[package]]
2976name = "collab_ui"
2977version = "0.1.0"
2978dependencies = [
2979 "anyhow",
2980 "call",
2981 "channel",
2982 "chrono",
2983 "client",
2984 "collections",
2985 "db",
2986 "editor",
2987 "emojis",
2988 "futures 0.3.31",
2989 "fuzzy",
2990 "gpui",
2991 "http_client",
2992 "language",
2993 "menu",
2994 "notifications",
2995 "picker",
2996 "pretty_assertions",
2997 "project",
2998 "release_channel",
2999 "rich_text",
3000 "rpc",
3001 "schemars",
3002 "serde",
3003 "serde_derive",
3004 "serde_json",
3005 "settings",
3006 "smallvec",
3007 "story",
3008 "telemetry",
3009 "theme",
3010 "time",
3011 "time_format",
3012 "title_bar",
3013 "tree-sitter-md",
3014 "ui",
3015 "util",
3016 "workspace",
3017]
3018
3019[[package]]
3020name = "collections"
3021version = "0.1.0"
3022dependencies = [
3023 "indexmap",
3024 "rustc-hash 2.1.1",
3025]
3026
3027[[package]]
3028name = "color_quant"
3029version = "1.1.0"
3030source = "registry+https://github.com/rust-lang/crates.io-index"
3031checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
3032
3033[[package]]
3034name = "colorchoice"
3035version = "1.0.3"
3036source = "registry+https://github.com/rust-lang/crates.io-index"
3037checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
3038
3039[[package]]
3040name = "combine"
3041version = "4.6.7"
3042source = "registry+https://github.com/rust-lang/crates.io-index"
3043checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3044dependencies = [
3045 "bytes 1.10.1",
3046 "memchr",
3047]
3048
3049[[package]]
3050name = "command_palette"
3051version = "0.1.0"
3052dependencies = [
3053 "client",
3054 "collections",
3055 "command_palette_hooks",
3056 "ctor",
3057 "editor",
3058 "env_logger 0.11.7",
3059 "fuzzy",
3060 "go_to_line",
3061 "gpui",
3062 "language",
3063 "menu",
3064 "picker",
3065 "postage",
3066 "project",
3067 "serde",
3068 "serde_json",
3069 "settings",
3070 "telemetry",
3071 "theme",
3072 "ui",
3073 "util",
3074 "workspace",
3075 "zed_actions",
3076]
3077
3078[[package]]
3079name = "command_palette_hooks"
3080version = "0.1.0"
3081dependencies = [
3082 "collections",
3083 "derive_more",
3084 "gpui",
3085]
3086
3087[[package]]
3088name = "component"
3089version = "0.1.0"
3090dependencies = [
3091 "collections",
3092 "gpui",
3093 "linkme",
3094 "parking_lot",
3095 "theme",
3096]
3097
3098[[package]]
3099name = "component_preview"
3100version = "0.1.0"
3101dependencies = [
3102 "client",
3103 "collections",
3104 "component",
3105 "gpui",
3106 "languages",
3107 "notifications",
3108 "project",
3109 "ui",
3110 "workspace",
3111]
3112
3113[[package]]
3114name = "concurrent-queue"
3115version = "2.5.0"
3116source = "registry+https://github.com/rust-lang/crates.io-index"
3117checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3118dependencies = [
3119 "crossbeam-utils",
3120]
3121
3122[[package]]
3123name = "console"
3124version = "0.15.8"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
3127dependencies = [
3128 "encode_unicode",
3129 "lazy_static",
3130 "libc",
3131 "unicode-width",
3132 "windows-sys 0.52.0",
3133]
3134
3135[[package]]
3136name = "const-oid"
3137version = "0.9.6"
3138source = "registry+https://github.com/rust-lang/crates.io-index"
3139checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3140
3141[[package]]
3142name = "const-random"
3143version = "0.1.18"
3144source = "registry+https://github.com/rust-lang/crates.io-index"
3145checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3146dependencies = [
3147 "const-random-macro",
3148]
3149
3150[[package]]
3151name = "const-random-macro"
3152version = "0.1.16"
3153source = "registry+https://github.com/rust-lang/crates.io-index"
3154checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3155dependencies = [
3156 "getrandom 0.2.15",
3157 "once_cell",
3158 "tiny-keccak",
3159]
3160
3161[[package]]
3162name = "constant_time_eq"
3163version = "0.1.5"
3164source = "registry+https://github.com/rust-lang/crates.io-index"
3165checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3166
3167[[package]]
3168name = "constant_time_eq"
3169version = "0.3.1"
3170source = "registry+https://github.com/rust-lang/crates.io-index"
3171checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3172
3173[[package]]
3174name = "context_server"
3175version = "0.1.0"
3176dependencies = [
3177 "anyhow",
3178 "assistant_tool",
3179 "async-trait",
3180 "collections",
3181 "command_palette_hooks",
3182 "context_server_settings",
3183 "extension",
3184 "futures 0.3.31",
3185 "gpui",
3186 "language_model",
3187 "log",
3188 "parking_lot",
3189 "postage",
3190 "project",
3191 "serde",
3192 "serde_json",
3193 "settings",
3194 "smol",
3195 "url",
3196 "util",
3197]
3198
3199[[package]]
3200name = "context_server_settings"
3201version = "0.1.0"
3202dependencies = [
3203 "anyhow",
3204 "collections",
3205 "gpui",
3206 "schemars",
3207 "serde",
3208 "serde_json",
3209 "settings",
3210]
3211
3212[[package]]
3213name = "convert_case"
3214version = "0.4.0"
3215source = "registry+https://github.com/rust-lang/crates.io-index"
3216checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3217
3218[[package]]
3219name = "convert_case"
3220version = "0.8.0"
3221source = "registry+https://github.com/rust-lang/crates.io-index"
3222checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3223dependencies = [
3224 "unicode-segmentation",
3225]
3226
3227[[package]]
3228name = "copilot"
3229version = "0.1.0"
3230dependencies = [
3231 "anyhow",
3232 "async-compression",
3233 "async-std",
3234 "async-tar",
3235 "chrono",
3236 "client",
3237 "clock",
3238 "collections",
3239 "command_palette_hooks",
3240 "ctor",
3241 "editor",
3242 "env_logger 0.11.7",
3243 "fs",
3244 "futures 0.3.31",
3245 "gpui",
3246 "http_client",
3247 "indoc",
3248 "inline_completion",
3249 "language",
3250 "log",
3251 "lsp",
3252 "menu",
3253 "node_runtime",
3254 "parking_lot",
3255 "paths",
3256 "project",
3257 "rpc",
3258 "schemars",
3259 "serde",
3260 "serde_json",
3261 "settings",
3262 "smol",
3263 "strum",
3264 "task",
3265 "theme",
3266 "ui",
3267 "util",
3268 "workspace",
3269]
3270
3271[[package]]
3272name = "core-foundation"
3273version = "0.9.4"
3274source = "registry+https://github.com/rust-lang/crates.io-index"
3275checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3276dependencies = [
3277 "core-foundation-sys",
3278 "libc",
3279]
3280
3281[[package]]
3282name = "core-foundation"
3283version = "0.10.0"
3284source = "registry+https://github.com/rust-lang/crates.io-index"
3285checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3286dependencies = [
3287 "core-foundation-sys",
3288 "libc",
3289]
3290
3291[[package]]
3292name = "core-foundation-sys"
3293version = "0.8.7"
3294source = "registry+https://github.com/rust-lang/crates.io-index"
3295checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3296
3297[[package]]
3298name = "core-graphics"
3299version = "0.23.2"
3300source = "registry+https://github.com/rust-lang/crates.io-index"
3301checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3302dependencies = [
3303 "bitflags 1.3.2",
3304 "core-foundation 0.9.4",
3305 "core-graphics-types 0.1.3",
3306 "foreign-types 0.5.0",
3307 "libc",
3308]
3309
3310[[package]]
3311name = "core-graphics"
3312version = "0.24.0"
3313source = "registry+https://github.com/rust-lang/crates.io-index"
3314checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3315dependencies = [
3316 "bitflags 2.8.0",
3317 "core-foundation 0.10.0",
3318 "core-graphics-types 0.2.0",
3319 "foreign-types 0.5.0",
3320 "libc",
3321]
3322
3323[[package]]
3324name = "core-graphics-types"
3325version = "0.1.3"
3326source = "registry+https://github.com/rust-lang/crates.io-index"
3327checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3328dependencies = [
3329 "bitflags 1.3.2",
3330 "core-foundation 0.9.4",
3331 "libc",
3332]
3333
3334[[package]]
3335name = "core-graphics-types"
3336version = "0.2.0"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3339dependencies = [
3340 "bitflags 2.8.0",
3341 "core-foundation 0.10.0",
3342 "libc",
3343]
3344
3345[[package]]
3346name = "core-services"
3347version = "0.2.1"
3348source = "registry+https://github.com/rust-lang/crates.io-index"
3349checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3350dependencies = [
3351 "core-foundation 0.9.4",
3352]
3353
3354[[package]]
3355name = "core-text"
3356version = "20.1.0"
3357source = "registry+https://github.com/rust-lang/crates.io-index"
3358checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3359dependencies = [
3360 "core-foundation 0.9.4",
3361 "core-graphics 0.23.2",
3362 "foreign-types 0.5.0",
3363 "libc",
3364]
3365
3366[[package]]
3367name = "core_maths"
3368version = "0.1.1"
3369source = "registry+https://github.com/rust-lang/crates.io-index"
3370checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3371dependencies = [
3372 "libm",
3373]
3374
3375[[package]]
3376name = "coreaudio-rs"
3377version = "0.11.3"
3378source = "registry+https://github.com/rust-lang/crates.io-index"
3379checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3380dependencies = [
3381 "bitflags 1.3.2",
3382 "core-foundation-sys",
3383 "coreaudio-sys",
3384]
3385
3386[[package]]
3387name = "coreaudio-rs"
3388version = "0.12.1"
3389source = "registry+https://github.com/rust-lang/crates.io-index"
3390checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3391dependencies = [
3392 "bitflags 1.3.2",
3393 "core-foundation-sys",
3394 "coreaudio-sys",
3395]
3396
3397[[package]]
3398name = "coreaudio-sys"
3399version = "0.2.16"
3400source = "registry+https://github.com/rust-lang/crates.io-index"
3401checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3402dependencies = [
3403 "bindgen 0.70.1",
3404]
3405
3406[[package]]
3407name = "cosmic-text"
3408version = "0.11.2"
3409source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3410dependencies = [
3411 "bitflags 2.8.0",
3412 "fontdb 0.18.0",
3413 "log",
3414 "rangemap",
3415 "rayon",
3416 "rustc-hash 1.1.0",
3417 "rustybuzz 0.14.1",
3418 "self_cell",
3419 "swash",
3420 "sys-locale",
3421 "ttf-parser 0.21.1",
3422 "unicode-bidi",
3423 "unicode-linebreak",
3424 "unicode-script",
3425 "unicode-segmentation",
3426]
3427
3428[[package]]
3429name = "cpal"
3430version = "0.15.3"
3431source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3432dependencies = [
3433 "alsa",
3434 "core-foundation-sys",
3435 "coreaudio-rs 0.11.3",
3436 "dasp_sample",
3437 "jni",
3438 "js-sys",
3439 "libc",
3440 "mach2",
3441 "ndk",
3442 "ndk-context",
3443 "oboe",
3444 "wasm-bindgen",
3445 "wasm-bindgen-futures",
3446 "web-sys",
3447 "windows 0.54.0",
3448]
3449
3450[[package]]
3451name = "cpp_demangle"
3452version = "0.4.4"
3453source = "registry+https://github.com/rust-lang/crates.io-index"
3454checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3455dependencies = [
3456 "cfg-if",
3457]
3458
3459[[package]]
3460name = "cpufeatures"
3461version = "0.2.16"
3462source = "registry+https://github.com/rust-lang/crates.io-index"
3463checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3464dependencies = [
3465 "libc",
3466]
3467
3468[[package]]
3469name = "cranelift-bforest"
3470version = "0.116.1"
3471source = "registry+https://github.com/rust-lang/crates.io-index"
3472checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3473dependencies = [
3474 "cranelift-entity",
3475]
3476
3477[[package]]
3478name = "cranelift-bitset"
3479version = "0.116.1"
3480source = "registry+https://github.com/rust-lang/crates.io-index"
3481checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3482dependencies = [
3483 "serde",
3484 "serde_derive",
3485]
3486
3487[[package]]
3488name = "cranelift-codegen"
3489version = "0.116.1"
3490source = "registry+https://github.com/rust-lang/crates.io-index"
3491checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3492dependencies = [
3493 "bumpalo",
3494 "cranelift-bforest",
3495 "cranelift-bitset",
3496 "cranelift-codegen-meta",
3497 "cranelift-codegen-shared",
3498 "cranelift-control",
3499 "cranelift-entity",
3500 "cranelift-isle",
3501 "gimli",
3502 "hashbrown 0.14.5",
3503 "log",
3504 "regalloc2",
3505 "rustc-hash 2.1.1",
3506 "serde",
3507 "smallvec",
3508 "target-lexicon 0.13.2",
3509]
3510
3511[[package]]
3512name = "cranelift-codegen-meta"
3513version = "0.116.1"
3514source = "registry+https://github.com/rust-lang/crates.io-index"
3515checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3516dependencies = [
3517 "cranelift-codegen-shared",
3518]
3519
3520[[package]]
3521name = "cranelift-codegen-shared"
3522version = "0.116.1"
3523source = "registry+https://github.com/rust-lang/crates.io-index"
3524checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3525
3526[[package]]
3527name = "cranelift-control"
3528version = "0.116.1"
3529source = "registry+https://github.com/rust-lang/crates.io-index"
3530checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3531dependencies = [
3532 "arbitrary",
3533]
3534
3535[[package]]
3536name = "cranelift-entity"
3537version = "0.116.1"
3538source = "registry+https://github.com/rust-lang/crates.io-index"
3539checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3540dependencies = [
3541 "cranelift-bitset",
3542 "serde",
3543 "serde_derive",
3544]
3545
3546[[package]]
3547name = "cranelift-frontend"
3548version = "0.116.1"
3549source = "registry+https://github.com/rust-lang/crates.io-index"
3550checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3551dependencies = [
3552 "cranelift-codegen",
3553 "log",
3554 "smallvec",
3555 "target-lexicon 0.13.2",
3556]
3557
3558[[package]]
3559name = "cranelift-isle"
3560version = "0.116.1"
3561source = "registry+https://github.com/rust-lang/crates.io-index"
3562checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3563
3564[[package]]
3565name = "cranelift-native"
3566version = "0.116.1"
3567source = "registry+https://github.com/rust-lang/crates.io-index"
3568checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3569dependencies = [
3570 "cranelift-codegen",
3571 "libc",
3572 "target-lexicon 0.13.2",
3573]
3574
3575[[package]]
3576name = "crc"
3577version = "3.2.1"
3578source = "registry+https://github.com/rust-lang/crates.io-index"
3579checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3580dependencies = [
3581 "crc-catalog",
3582]
3583
3584[[package]]
3585name = "crc-catalog"
3586version = "2.4.0"
3587source = "registry+https://github.com/rust-lang/crates.io-index"
3588checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3589
3590[[package]]
3591name = "crc32c"
3592version = "0.6.8"
3593source = "registry+https://github.com/rust-lang/crates.io-index"
3594checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3595dependencies = [
3596 "rustc_version",
3597]
3598
3599[[package]]
3600name = "crc32fast"
3601version = "1.4.2"
3602source = "registry+https://github.com/rust-lang/crates.io-index"
3603checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3604dependencies = [
3605 "cfg-if",
3606]
3607
3608[[package]]
3609name = "crc64fast-nvme"
3610version = "1.1.1"
3611source = "registry+https://github.com/rust-lang/crates.io-index"
3612checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3613dependencies = [
3614 "cbindgen 0.27.0",
3615 "crc",
3616]
3617
3618[[package]]
3619name = "credentials_provider"
3620version = "0.1.0"
3621dependencies = [
3622 "anyhow",
3623 "futures 0.3.31",
3624 "gpui",
3625 "paths",
3626 "release_channel",
3627 "serde",
3628 "serde_json",
3629]
3630
3631[[package]]
3632name = "criterion"
3633version = "0.5.1"
3634source = "registry+https://github.com/rust-lang/crates.io-index"
3635checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3636dependencies = [
3637 "anes",
3638 "cast",
3639 "ciborium",
3640 "clap",
3641 "criterion-plot",
3642 "is-terminal",
3643 "itertools 0.10.5",
3644 "num-traits",
3645 "once_cell",
3646 "oorandom",
3647 "plotters",
3648 "rayon",
3649 "regex",
3650 "serde",
3651 "serde_derive",
3652 "serde_json",
3653 "tinytemplate",
3654 "walkdir",
3655]
3656
3657[[package]]
3658name = "criterion-plot"
3659version = "0.5.0"
3660source = "registry+https://github.com/rust-lang/crates.io-index"
3661checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3662dependencies = [
3663 "cast",
3664 "itertools 0.10.5",
3665]
3666
3667[[package]]
3668name = "crossbeam-channel"
3669version = "0.5.13"
3670source = "registry+https://github.com/rust-lang/crates.io-index"
3671checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3672dependencies = [
3673 "crossbeam-utils",
3674]
3675
3676[[package]]
3677name = "crossbeam-deque"
3678version = "0.8.5"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3681dependencies = [
3682 "crossbeam-epoch",
3683 "crossbeam-utils",
3684]
3685
3686[[package]]
3687name = "crossbeam-epoch"
3688version = "0.9.18"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3691dependencies = [
3692 "crossbeam-utils",
3693]
3694
3695[[package]]
3696name = "crossbeam-queue"
3697version = "0.3.11"
3698source = "registry+https://github.com/rust-lang/crates.io-index"
3699checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3700dependencies = [
3701 "crossbeam-utils",
3702]
3703
3704[[package]]
3705name = "crossbeam-utils"
3706version = "0.8.20"
3707source = "registry+https://github.com/rust-lang/crates.io-index"
3708checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3709
3710[[package]]
3711name = "crunchy"
3712version = "0.2.2"
3713source = "registry+https://github.com/rust-lang/crates.io-index"
3714checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3715
3716[[package]]
3717name = "crypto-bigint"
3718version = "0.4.9"
3719source = "registry+https://github.com/rust-lang/crates.io-index"
3720checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3721dependencies = [
3722 "generic-array",
3723 "rand_core 0.6.4",
3724 "subtle",
3725 "zeroize",
3726]
3727
3728[[package]]
3729name = "crypto-bigint"
3730version = "0.5.5"
3731source = "registry+https://github.com/rust-lang/crates.io-index"
3732checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3733dependencies = [
3734 "rand_core 0.6.4",
3735 "subtle",
3736]
3737
3738[[package]]
3739name = "crypto-common"
3740version = "0.1.6"
3741source = "registry+https://github.com/rust-lang/crates.io-index"
3742checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3743dependencies = [
3744 "generic-array",
3745 "rand_core 0.6.4",
3746 "typenum",
3747]
3748
3749[[package]]
3750name = "ctor"
3751version = "0.4.1"
3752source = "registry+https://github.com/rust-lang/crates.io-index"
3753checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
3754dependencies = [
3755 "ctor-proc-macro",
3756 "dtor",
3757]
3758
3759[[package]]
3760name = "ctor-proc-macro"
3761version = "0.0.5"
3762source = "registry+https://github.com/rust-lang/crates.io-index"
3763checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3764
3765[[package]]
3766name = "ctrlc"
3767version = "3.4.5"
3768source = "registry+https://github.com/rust-lang/crates.io-index"
3769checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3770dependencies = [
3771 "nix",
3772 "windows-sys 0.59.0",
3773]
3774
3775[[package]]
3776name = "cursor-icon"
3777version = "1.1.0"
3778source = "registry+https://github.com/rust-lang/crates.io-index"
3779checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3780
3781[[package]]
3782name = "cxx"
3783version = "1.0.134"
3784source = "registry+https://github.com/rust-lang/crates.io-index"
3785checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3786dependencies = [
3787 "cc",
3788 "cxxbridge-cmd",
3789 "cxxbridge-flags",
3790 "cxxbridge-macro",
3791 "foldhash",
3792 "link-cplusplus",
3793]
3794
3795[[package]]
3796name = "cxx-build"
3797version = "1.0.134"
3798source = "registry+https://github.com/rust-lang/crates.io-index"
3799checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3800dependencies = [
3801 "cc",
3802 "codespan-reporting",
3803 "proc-macro2",
3804 "quote",
3805 "scratch",
3806 "syn 2.0.100",
3807]
3808
3809[[package]]
3810name = "cxxbridge-cmd"
3811version = "1.0.134"
3812source = "registry+https://github.com/rust-lang/crates.io-index"
3813checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3814dependencies = [
3815 "clap",
3816 "codespan-reporting",
3817 "proc-macro2",
3818 "quote",
3819 "syn 2.0.100",
3820]
3821
3822[[package]]
3823name = "cxxbridge-flags"
3824version = "1.0.134"
3825source = "registry+https://github.com/rust-lang/crates.io-index"
3826checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3827
3828[[package]]
3829name = "cxxbridge-macro"
3830version = "1.0.134"
3831source = "registry+https://github.com/rust-lang/crates.io-index"
3832checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3833dependencies = [
3834 "proc-macro2",
3835 "quote",
3836 "rustversion",
3837 "syn 2.0.100",
3838]
3839
3840[[package]]
3841name = "dashmap"
3842version = "5.5.3"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3845dependencies = [
3846 "cfg-if",
3847 "hashbrown 0.14.5",
3848 "lock_api",
3849 "once_cell",
3850 "parking_lot_core",
3851]
3852
3853[[package]]
3854name = "dashmap"
3855version = "6.1.0"
3856source = "registry+https://github.com/rust-lang/crates.io-index"
3857checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3858dependencies = [
3859 "cfg-if",
3860 "crossbeam-utils",
3861 "hashbrown 0.14.5",
3862 "lock_api",
3863 "once_cell",
3864 "parking_lot_core",
3865]
3866
3867[[package]]
3868name = "dasp_sample"
3869version = "0.11.0"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3872
3873[[package]]
3874name = "data-encoding"
3875version = "2.6.0"
3876source = "registry+https://github.com/rust-lang/crates.io-index"
3877checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3878
3879[[package]]
3880name = "data-url"
3881version = "0.3.1"
3882source = "registry+https://github.com/rust-lang/crates.io-index"
3883checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3884
3885[[package]]
3886name = "db"
3887version = "0.1.0"
3888dependencies = [
3889 "anyhow",
3890 "gpui",
3891 "indoc",
3892 "log",
3893 "paths",
3894 "release_channel",
3895 "smol",
3896 "sqlez",
3897 "sqlez_macros",
3898 "tempfile",
3899 "util",
3900]
3901
3902[[package]]
3903name = "dbus"
3904version = "0.9.7"
3905source = "registry+https://github.com/rust-lang/crates.io-index"
3906checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3907dependencies = [
3908 "libc",
3909 "libdbus-sys",
3910 "winapi",
3911]
3912
3913[[package]]
3914name = "deepseek"
3915version = "0.1.0"
3916dependencies = [
3917 "anyhow",
3918 "futures 0.3.31",
3919 "http_client",
3920 "schemars",
3921 "serde",
3922 "serde_json",
3923]
3924
3925[[package]]
3926name = "deflate64"
3927version = "0.1.9"
3928source = "registry+https://github.com/rust-lang/crates.io-index"
3929checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3930
3931[[package]]
3932name = "der"
3933version = "0.6.1"
3934source = "registry+https://github.com/rust-lang/crates.io-index"
3935checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3936dependencies = [
3937 "const-oid",
3938 "zeroize",
3939]
3940
3941[[package]]
3942name = "der"
3943version = "0.7.9"
3944source = "registry+https://github.com/rust-lang/crates.io-index"
3945checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3946dependencies = [
3947 "const-oid",
3948 "pem-rfc7468",
3949 "zeroize",
3950]
3951
3952[[package]]
3953name = "deranged"
3954version = "0.3.11"
3955source = "registry+https://github.com/rust-lang/crates.io-index"
3956checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3957dependencies = [
3958 "powerfmt",
3959 "serde",
3960]
3961
3962[[package]]
3963name = "derive_more"
3964version = "0.99.19"
3965source = "registry+https://github.com/rust-lang/crates.io-index"
3966checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
3967dependencies = [
3968 "convert_case 0.4.0",
3969 "proc-macro2",
3970 "quote",
3971 "rustc_version",
3972 "syn 2.0.100",
3973]
3974
3975[[package]]
3976name = "derive_refineable"
3977version = "0.1.0"
3978dependencies = [
3979 "proc-macro2",
3980 "quote",
3981 "syn 1.0.109",
3982]
3983
3984[[package]]
3985name = "diagnostics"
3986version = "0.1.0"
3987dependencies = [
3988 "anyhow",
3989 "client",
3990 "collections",
3991 "ctor",
3992 "editor",
3993 "env_logger 0.11.7",
3994 "gpui",
3995 "language",
3996 "log",
3997 "lsp",
3998 "pretty_assertions",
3999 "project",
4000 "rand 0.8.5",
4001 "serde",
4002 "serde_json",
4003 "settings",
4004 "theme",
4005 "ui",
4006 "unindent",
4007 "util",
4008 "workspace",
4009]
4010
4011[[package]]
4012name = "dialoguer"
4013version = "0.11.0"
4014source = "registry+https://github.com/rust-lang/crates.io-index"
4015checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
4016dependencies = [
4017 "console",
4018 "fuzzy-matcher",
4019 "shell-words",
4020 "tempfile",
4021 "thiserror 1.0.69",
4022 "zeroize",
4023]
4024
4025[[package]]
4026name = "diff"
4027version = "0.1.13"
4028source = "registry+https://github.com/rust-lang/crates.io-index"
4029checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
4030
4031[[package]]
4032name = "digest"
4033version = "0.10.7"
4034source = "registry+https://github.com/rust-lang/crates.io-index"
4035checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
4036dependencies = [
4037 "block-buffer",
4038 "const-oid",
4039 "crypto-common",
4040 "subtle",
4041]
4042
4043[[package]]
4044name = "dirs"
4045version = "4.0.0"
4046source = "registry+https://github.com/rust-lang/crates.io-index"
4047checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4048dependencies = [
4049 "dirs-sys 0.3.7",
4050]
4051
4052[[package]]
4053name = "dirs"
4054version = "5.0.1"
4055source = "registry+https://github.com/rust-lang/crates.io-index"
4056checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4057dependencies = [
4058 "dirs-sys 0.4.1",
4059]
4060
4061[[package]]
4062name = "dirs-sys"
4063version = "0.3.7"
4064source = "registry+https://github.com/rust-lang/crates.io-index"
4065checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4066dependencies = [
4067 "libc",
4068 "redox_users",
4069 "winapi",
4070]
4071
4072[[package]]
4073name = "dirs-sys"
4074version = "0.4.1"
4075source = "registry+https://github.com/rust-lang/crates.io-index"
4076checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4077dependencies = [
4078 "libc",
4079 "option-ext",
4080 "redox_users",
4081 "windows-sys 0.48.0",
4082]
4083
4084[[package]]
4085name = "displaydoc"
4086version = "0.2.5"
4087source = "registry+https://github.com/rust-lang/crates.io-index"
4088checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4089dependencies = [
4090 "proc-macro2",
4091 "quote",
4092 "syn 2.0.100",
4093]
4094
4095[[package]]
4096name = "dlib"
4097version = "0.5.2"
4098source = "registry+https://github.com/rust-lang/crates.io-index"
4099checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4100dependencies = [
4101 "libloading",
4102]
4103
4104[[package]]
4105name = "docs_preprocessor"
4106version = "0.1.0"
4107dependencies = [
4108 "anyhow",
4109 "clap",
4110 "mdbook",
4111 "regex",
4112 "serde",
4113 "serde_json",
4114 "settings",
4115 "util",
4116]
4117
4118[[package]]
4119name = "dotenvy"
4120version = "0.15.7"
4121source = "registry+https://github.com/rust-lang/crates.io-index"
4122checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4123
4124[[package]]
4125name = "downcast-rs"
4126version = "1.2.1"
4127source = "registry+https://github.com/rust-lang/crates.io-index"
4128checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4129
4130[[package]]
4131name = "doxygen-rs"
4132version = "0.4.2"
4133source = "registry+https://github.com/rust-lang/crates.io-index"
4134checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4135dependencies = [
4136 "phf",
4137]
4138
4139[[package]]
4140name = "dtor"
4141version = "0.0.5"
4142source = "registry+https://github.com/rust-lang/crates.io-index"
4143checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
4144dependencies = [
4145 "dtor-proc-macro",
4146]
4147
4148[[package]]
4149name = "dtor-proc-macro"
4150version = "0.0.5"
4151source = "registry+https://github.com/rust-lang/crates.io-index"
4152checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4153
4154[[package]]
4155name = "dunce"
4156version = "1.0.5"
4157source = "registry+https://github.com/rust-lang/crates.io-index"
4158checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4159
4160[[package]]
4161name = "dwrote"
4162version = "0.11.2"
4163source = "registry+https://github.com/rust-lang/crates.io-index"
4164checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
4165dependencies = [
4166 "lazy_static",
4167 "libc",
4168 "winapi",
4169 "wio",
4170]
4171
4172[[package]]
4173name = "dyn-clone"
4174version = "1.0.17"
4175source = "registry+https://github.com/rust-lang/crates.io-index"
4176checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
4177
4178[[package]]
4179name = "ec4rs"
4180version = "1.1.1"
4181source = "registry+https://github.com/rust-lang/crates.io-index"
4182checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
4183
4184[[package]]
4185name = "ecdsa"
4186version = "0.14.8"
4187source = "registry+https://github.com/rust-lang/crates.io-index"
4188checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4189dependencies = [
4190 "der 0.6.1",
4191 "elliptic-curve",
4192 "rfc6979",
4193 "signature 1.6.4",
4194]
4195
4196[[package]]
4197name = "editor"
4198version = "0.1.0"
4199dependencies = [
4200 "aho-corasick",
4201 "anyhow",
4202 "assets",
4203 "buffer_diff",
4204 "chrono",
4205 "client",
4206 "clock",
4207 "collections",
4208 "convert_case 0.8.0",
4209 "ctor",
4210 "db",
4211 "emojis",
4212 "env_logger 0.11.7",
4213 "file_icons",
4214 "fs",
4215 "futures 0.3.31",
4216 "fuzzy",
4217 "git",
4218 "gpui",
4219 "http_client",
4220 "indoc",
4221 "inline_completion",
4222 "itertools 0.14.0",
4223 "language",
4224 "languages",
4225 "linkify",
4226 "log",
4227 "lsp",
4228 "markdown",
4229 "multi_buffer",
4230 "ordered-float 2.10.1",
4231 "parking_lot",
4232 "pretty_assertions",
4233 "project",
4234 "rand 0.8.5",
4235 "release_channel",
4236 "rpc",
4237 "schemars",
4238 "serde",
4239 "serde_json",
4240 "settings",
4241 "smallvec",
4242 "smol",
4243 "snippet",
4244 "sum_tree",
4245 "task",
4246 "telemetry",
4247 "tempfile",
4248 "text",
4249 "theme",
4250 "time",
4251 "time_format",
4252 "tree-sitter-html",
4253 "tree-sitter-rust",
4254 "tree-sitter-typescript",
4255 "ui",
4256 "unicode-script",
4257 "unicode-segmentation",
4258 "unindent",
4259 "url",
4260 "util",
4261 "uuid",
4262 "workspace",
4263 "zed_actions",
4264]
4265
4266[[package]]
4267name = "either"
4268version = "1.13.0"
4269source = "registry+https://github.com/rust-lang/crates.io-index"
4270checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4271dependencies = [
4272 "serde",
4273]
4274
4275[[package]]
4276name = "elasticlunr-rs"
4277version = "3.0.2"
4278source = "registry+https://github.com/rust-lang/crates.io-index"
4279checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4280dependencies = [
4281 "regex",
4282 "serde",
4283 "serde_derive",
4284 "serde_json",
4285]
4286
4287[[package]]
4288name = "elliptic-curve"
4289version = "0.12.3"
4290source = "registry+https://github.com/rust-lang/crates.io-index"
4291checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4292dependencies = [
4293 "base16ct",
4294 "crypto-bigint 0.4.9",
4295 "der 0.6.1",
4296 "digest",
4297 "ff",
4298 "generic-array",
4299 "group",
4300 "pkcs8 0.9.0",
4301 "rand_core 0.6.4",
4302 "sec1",
4303 "subtle",
4304 "zeroize",
4305]
4306
4307[[package]]
4308name = "embed-resource"
4309version = "3.0.2"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4312dependencies = [
4313 "cc",
4314 "memchr",
4315 "rustc_version",
4316 "toml 0.8.20",
4317 "vswhom",
4318 "winreg 0.52.0",
4319]
4320
4321[[package]]
4322name = "embedded-io"
4323version = "0.4.0"
4324source = "registry+https://github.com/rust-lang/crates.io-index"
4325checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4326
4327[[package]]
4328name = "embedded-io"
4329version = "0.6.1"
4330source = "registry+https://github.com/rust-lang/crates.io-index"
4331checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4332
4333[[package]]
4334name = "emojis"
4335version = "0.6.4"
4336source = "registry+https://github.com/rust-lang/crates.io-index"
4337checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4338dependencies = [
4339 "phf",
4340]
4341
4342[[package]]
4343name = "encode_unicode"
4344version = "0.3.6"
4345source = "registry+https://github.com/rust-lang/crates.io-index"
4346checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4347
4348[[package]]
4349name = "encoding_rs"
4350version = "0.8.35"
4351source = "registry+https://github.com/rust-lang/crates.io-index"
4352checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4353dependencies = [
4354 "cfg-if",
4355]
4356
4357[[package]]
4358name = "endi"
4359version = "1.1.0"
4360source = "registry+https://github.com/rust-lang/crates.io-index"
4361checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4362
4363[[package]]
4364name = "enumflags2"
4365version = "0.7.10"
4366source = "registry+https://github.com/rust-lang/crates.io-index"
4367checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4368dependencies = [
4369 "enumflags2_derive",
4370 "serde",
4371]
4372
4373[[package]]
4374name = "enumflags2_derive"
4375version = "0.7.10"
4376source = "registry+https://github.com/rust-lang/crates.io-index"
4377checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4378dependencies = [
4379 "proc-macro2",
4380 "quote",
4381 "syn 2.0.100",
4382]
4383
4384[[package]]
4385name = "env_filter"
4386version = "0.1.2"
4387source = "registry+https://github.com/rust-lang/crates.io-index"
4388checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4389dependencies = [
4390 "log",
4391 "regex",
4392]
4393
4394[[package]]
4395name = "env_home"
4396version = "0.1.0"
4397source = "registry+https://github.com/rust-lang/crates.io-index"
4398checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
4399
4400[[package]]
4401name = "env_logger"
4402version = "0.10.2"
4403source = "registry+https://github.com/rust-lang/crates.io-index"
4404checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4405dependencies = [
4406 "humantime",
4407 "is-terminal",
4408 "log",
4409 "regex",
4410 "termcolor",
4411]
4412
4413[[package]]
4414name = "env_logger"
4415version = "0.11.7"
4416source = "registry+https://github.com/rust-lang/crates.io-index"
4417checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
4418dependencies = [
4419 "anstream",
4420 "anstyle",
4421 "env_filter",
4422 "jiff",
4423 "log",
4424]
4425
4426[[package]]
4427name = "envy"
4428version = "0.4.2"
4429source = "registry+https://github.com/rust-lang/crates.io-index"
4430checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4431dependencies = [
4432 "serde",
4433]
4434
4435[[package]]
4436name = "equivalent"
4437version = "1.0.1"
4438source = "registry+https://github.com/rust-lang/crates.io-index"
4439checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4440
4441[[package]]
4442name = "erased-serde"
4443version = "0.4.5"
4444source = "registry+https://github.com/rust-lang/crates.io-index"
4445checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4446dependencies = [
4447 "serde",
4448 "typeid",
4449]
4450
4451[[package]]
4452name = "errno"
4453version = "0.2.8"
4454source = "registry+https://github.com/rust-lang/crates.io-index"
4455checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4456dependencies = [
4457 "errno-dragonfly",
4458 "libc",
4459 "winapi",
4460]
4461
4462[[package]]
4463name = "errno"
4464version = "0.3.10"
4465source = "registry+https://github.com/rust-lang/crates.io-index"
4466checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4467dependencies = [
4468 "libc",
4469 "windows-sys 0.59.0",
4470]
4471
4472[[package]]
4473name = "errno-dragonfly"
4474version = "0.1.2"
4475source = "registry+https://github.com/rust-lang/crates.io-index"
4476checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4477dependencies = [
4478 "cc",
4479 "libc",
4480]
4481
4482[[package]]
4483name = "etagere"
4484version = "0.2.15"
4485source = "registry+https://github.com/rust-lang/crates.io-index"
4486checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4487dependencies = [
4488 "euclid",
4489 "svg_fmt",
4490]
4491
4492[[package]]
4493name = "etcetera"
4494version = "0.8.0"
4495source = "registry+https://github.com/rust-lang/crates.io-index"
4496checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4497dependencies = [
4498 "cfg-if",
4499 "home",
4500 "windows-sys 0.48.0",
4501]
4502
4503[[package]]
4504name = "euclid"
4505version = "0.22.11"
4506source = "registry+https://github.com/rust-lang/crates.io-index"
4507checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4508dependencies = [
4509 "num-traits",
4510]
4511
4512[[package]]
4513name = "evals"
4514version = "0.1.0"
4515dependencies = [
4516 "anyhow",
4517 "clap",
4518 "client",
4519 "clock",
4520 "collections",
4521 "env_logger 0.11.7",
4522 "feature_flags",
4523 "fs",
4524 "gpui",
4525 "http_client",
4526 "language",
4527 "languages",
4528 "node_runtime",
4529 "open_ai",
4530 "project",
4531 "reqwest_client",
4532 "semantic_index",
4533 "serde",
4534 "serde_json",
4535 "settings",
4536 "smol",
4537 "util",
4538]
4539
4540[[package]]
4541name = "event-listener"
4542version = "2.5.3"
4543source = "registry+https://github.com/rust-lang/crates.io-index"
4544checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4545
4546[[package]]
4547name = "event-listener"
4548version = "5.3.1"
4549source = "registry+https://github.com/rust-lang/crates.io-index"
4550checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4551dependencies = [
4552 "concurrent-queue",
4553 "parking",
4554 "pin-project-lite",
4555]
4556
4557[[package]]
4558name = "event-listener-strategy"
4559version = "0.5.3"
4560source = "registry+https://github.com/rust-lang/crates.io-index"
4561checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4562dependencies = [
4563 "event-listener 5.3.1",
4564 "pin-project-lite",
4565]
4566
4567[[package]]
4568name = "exec"
4569version = "0.3.1"
4570source = "registry+https://github.com/rust-lang/crates.io-index"
4571checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4572dependencies = [
4573 "errno 0.2.8",
4574 "libc",
4575]
4576
4577[[package]]
4578name = "exr"
4579version = "1.73.0"
4580source = "registry+https://github.com/rust-lang/crates.io-index"
4581checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4582dependencies = [
4583 "bit_field",
4584 "half",
4585 "lebe",
4586 "miniz_oxide",
4587 "rayon-core",
4588 "smallvec",
4589 "zune-inflate",
4590]
4591
4592[[package]]
4593name = "extension"
4594version = "0.1.0"
4595dependencies = [
4596 "anyhow",
4597 "async-compression",
4598 "async-tar",
4599 "async-trait",
4600 "collections",
4601 "convert_case 0.8.0",
4602 "fs",
4603 "futures 0.3.31",
4604 "gpui",
4605 "http_client",
4606 "language",
4607 "log",
4608 "lsp",
4609 "parking_lot",
4610 "semantic_version",
4611 "serde",
4612 "serde_json",
4613 "toml 0.8.20",
4614 "util",
4615 "wasm-encoder 0.221.3",
4616 "wasmparser 0.221.3",
4617 "wit-component 0.221.3",
4618]
4619
4620[[package]]
4621name = "extension_cli"
4622version = "0.1.0"
4623dependencies = [
4624 "anyhow",
4625 "clap",
4626 "env_logger 0.11.7",
4627 "extension",
4628 "fs",
4629 "language",
4630 "log",
4631 "reqwest_client",
4632 "rpc",
4633 "serde",
4634 "serde_json",
4635 "theme",
4636 "tokio",
4637 "toml 0.8.20",
4638 "tree-sitter",
4639 "wasmtime",
4640]
4641
4642[[package]]
4643name = "extension_host"
4644version = "0.1.0"
4645dependencies = [
4646 "anyhow",
4647 "async-compression",
4648 "async-tar",
4649 "async-trait",
4650 "client",
4651 "collections",
4652 "context_server_settings",
4653 "ctor",
4654 "env_logger 0.11.7",
4655 "extension",
4656 "fs",
4657 "futures 0.3.31",
4658 "gpui",
4659 "http_client",
4660 "language",
4661 "language_extension",
4662 "log",
4663 "lsp",
4664 "node_runtime",
4665 "parking_lot",
4666 "paths",
4667 "project",
4668 "release_channel",
4669 "remote",
4670 "reqwest_client",
4671 "schemars",
4672 "semantic_version",
4673 "serde",
4674 "serde_json",
4675 "serde_json_lenient",
4676 "settings",
4677 "task",
4678 "telemetry",
4679 "tempfile",
4680 "theme",
4681 "theme_extension",
4682 "toml 0.8.20",
4683 "url",
4684 "util",
4685 "wasmparser 0.221.3",
4686 "wasmtime",
4687 "wasmtime-wasi",
4688]
4689
4690[[package]]
4691name = "extensions_ui"
4692version = "0.1.0"
4693dependencies = [
4694 "anyhow",
4695 "client",
4696 "collections",
4697 "db",
4698 "editor",
4699 "extension_host",
4700 "feature_flags",
4701 "fs",
4702 "fuzzy",
4703 "gpui",
4704 "language",
4705 "num-format",
4706 "picker",
4707 "project",
4708 "release_channel",
4709 "semantic_version",
4710 "serde",
4711 "settings",
4712 "smallvec",
4713 "telemetry",
4714 "theme",
4715 "ui",
4716 "util",
4717 "vim_mode_setting",
4718 "workspace",
4719 "zed_actions",
4720]
4721
4722[[package]]
4723name = "fallible-iterator"
4724version = "0.3.0"
4725source = "registry+https://github.com/rust-lang/crates.io-index"
4726checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4727
4728[[package]]
4729name = "fancy-regex"
4730version = "0.13.0"
4731source = "registry+https://github.com/rust-lang/crates.io-index"
4732checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4733dependencies = [
4734 "bit-set 0.5.3",
4735 "regex-automata 0.4.9",
4736 "regex-syntax 0.8.5",
4737]
4738
4739[[package]]
4740name = "fancy-regex"
4741version = "0.14.0"
4742source = "registry+https://github.com/rust-lang/crates.io-index"
4743checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4744dependencies = [
4745 "bit-set 0.8.0",
4746 "regex-automata 0.4.9",
4747 "regex-syntax 0.8.5",
4748]
4749
4750[[package]]
4751name = "fast-srgb8"
4752version = "1.0.0"
4753source = "registry+https://github.com/rust-lang/crates.io-index"
4754checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4755
4756[[package]]
4757name = "fastrand"
4758version = "1.9.0"
4759source = "registry+https://github.com/rust-lang/crates.io-index"
4760checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4761dependencies = [
4762 "instant",
4763]
4764
4765[[package]]
4766name = "fastrand"
4767version = "2.3.0"
4768source = "registry+https://github.com/rust-lang/crates.io-index"
4769checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4770
4771[[package]]
4772name = "fd-lock"
4773version = "4.0.2"
4774source = "registry+https://github.com/rust-lang/crates.io-index"
4775checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4776dependencies = [
4777 "cfg-if",
4778 "rustix",
4779 "windows-sys 0.52.0",
4780]
4781
4782[[package]]
4783name = "fdeflate"
4784version = "0.3.7"
4785source = "registry+https://github.com/rust-lang/crates.io-index"
4786checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4787dependencies = [
4788 "simd-adler32",
4789]
4790
4791[[package]]
4792name = "feature_flags"
4793version = "0.1.0"
4794dependencies = [
4795 "futures 0.3.31",
4796 "gpui",
4797 "smol",
4798]
4799
4800[[package]]
4801name = "feedback"
4802version = "0.1.0"
4803dependencies = [
4804 "anyhow",
4805 "bitflags 2.8.0",
4806 "client",
4807 "db",
4808 "editor",
4809 "futures 0.3.31",
4810 "gpui",
4811 "http_client",
4812 "human_bytes",
4813 "language",
4814 "log",
4815 "menu",
4816 "project",
4817 "regex",
4818 "release_channel",
4819 "serde",
4820 "serde_derive",
4821 "serde_json",
4822 "smol",
4823 "sysinfo",
4824 "ui",
4825 "urlencoding",
4826 "util",
4827 "workspace",
4828 "zed_actions",
4829]
4830
4831[[package]]
4832name = "ff"
4833version = "0.12.1"
4834source = "registry+https://github.com/rust-lang/crates.io-index"
4835checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4836dependencies = [
4837 "rand_core 0.6.4",
4838 "subtle",
4839]
4840
4841[[package]]
4842name = "file_finder"
4843version = "0.1.0"
4844dependencies = [
4845 "anyhow",
4846 "collections",
4847 "ctor",
4848 "editor",
4849 "env_logger 0.11.7",
4850 "file_icons",
4851 "futures 0.3.31",
4852 "fuzzy",
4853 "gpui",
4854 "language",
4855 "menu",
4856 "picker",
4857 "project",
4858 "schemars",
4859 "serde",
4860 "serde_derive",
4861 "serde_json",
4862 "settings",
4863 "text",
4864 "theme",
4865 "ui",
4866 "util",
4867 "workspace",
4868]
4869
4870[[package]]
4871name = "file_icons"
4872version = "0.1.0"
4873dependencies = [
4874 "gpui",
4875 "serde",
4876 "settings",
4877 "theme",
4878 "util",
4879]
4880
4881[[package]]
4882name = "filedescriptor"
4883version = "0.8.3"
4884source = "registry+https://github.com/rust-lang/crates.io-index"
4885checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
4886dependencies = [
4887 "libc",
4888 "thiserror 1.0.69",
4889 "winapi",
4890]
4891
4892[[package]]
4893name = "filetime"
4894version = "0.2.25"
4895source = "registry+https://github.com/rust-lang/crates.io-index"
4896checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4897dependencies = [
4898 "cfg-if",
4899 "libc",
4900 "libredox",
4901 "windows-sys 0.59.0",
4902]
4903
4904[[package]]
4905name = "fixedbitset"
4906version = "0.4.2"
4907source = "registry+https://github.com/rust-lang/crates.io-index"
4908checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4909
4910[[package]]
4911name = "flate2"
4912version = "1.0.35"
4913source = "registry+https://github.com/rust-lang/crates.io-index"
4914checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4915dependencies = [
4916 "crc32fast",
4917 "miniz_oxide",
4918]
4919
4920[[package]]
4921name = "float-cmp"
4922version = "0.9.0"
4923source = "registry+https://github.com/rust-lang/crates.io-index"
4924checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4925
4926[[package]]
4927name = "float-ord"
4928version = "0.3.2"
4929source = "registry+https://github.com/rust-lang/crates.io-index"
4930checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4931
4932[[package]]
4933name = "float_next_after"
4934version = "1.0.0"
4935source = "registry+https://github.com/rust-lang/crates.io-index"
4936checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
4937
4938[[package]]
4939name = "flume"
4940version = "0.11.1"
4941source = "registry+https://github.com/rust-lang/crates.io-index"
4942checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4943dependencies = [
4944 "futures-core",
4945 "futures-sink",
4946 "nanorand",
4947 "spin",
4948]
4949
4950[[package]]
4951name = "fnv"
4952version = "1.0.7"
4953source = "registry+https://github.com/rust-lang/crates.io-index"
4954checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4955
4956[[package]]
4957name = "foldhash"
4958version = "0.1.3"
4959source = "registry+https://github.com/rust-lang/crates.io-index"
4960checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4961
4962[[package]]
4963name = "font-kit"
4964version = "0.14.1"
4965source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4966dependencies = [
4967 "bitflags 2.8.0",
4968 "byteorder",
4969 "core-foundation 0.9.4",
4970 "core-graphics 0.23.2",
4971 "core-text",
4972 "dirs 5.0.1",
4973 "dwrote",
4974 "float-ord",
4975 "freetype-sys",
4976 "lazy_static",
4977 "libc",
4978 "log",
4979 "pathfinder_geometry",
4980 "pathfinder_simd",
4981 "walkdir",
4982 "winapi",
4983 "yeslogic-fontconfig-sys",
4984]
4985
4986[[package]]
4987name = "font-types"
4988version = "0.7.3"
4989source = "registry+https://github.com/rust-lang/crates.io-index"
4990checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4991dependencies = [
4992 "bytemuck",
4993]
4994
4995[[package]]
4996name = "fontconfig-parser"
4997version = "0.5.7"
4998source = "registry+https://github.com/rust-lang/crates.io-index"
4999checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
5000dependencies = [
5001 "roxmltree",
5002]
5003
5004[[package]]
5005name = "fontdb"
5006version = "0.18.0"
5007source = "registry+https://github.com/rust-lang/crates.io-index"
5008checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
5009dependencies = [
5010 "fontconfig-parser",
5011 "log",
5012 "memmap2",
5013 "slotmap",
5014 "tinyvec",
5015 "ttf-parser 0.21.1",
5016]
5017
5018[[package]]
5019name = "fontdb"
5020version = "0.23.0"
5021source = "registry+https://github.com/rust-lang/crates.io-index"
5022checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
5023dependencies = [
5024 "fontconfig-parser",
5025 "log",
5026 "memmap2",
5027 "slotmap",
5028 "tinyvec",
5029 "ttf-parser 0.25.1",
5030]
5031
5032[[package]]
5033name = "foreign-types"
5034version = "0.3.2"
5035source = "registry+https://github.com/rust-lang/crates.io-index"
5036checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
5037dependencies = [
5038 "foreign-types-shared 0.1.1",
5039]
5040
5041[[package]]
5042name = "foreign-types"
5043version = "0.5.0"
5044source = "registry+https://github.com/rust-lang/crates.io-index"
5045checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5046dependencies = [
5047 "foreign-types-macros",
5048 "foreign-types-shared 0.3.1",
5049]
5050
5051[[package]]
5052name = "foreign-types-macros"
5053version = "0.2.3"
5054source = "registry+https://github.com/rust-lang/crates.io-index"
5055checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5056dependencies = [
5057 "proc-macro2",
5058 "quote",
5059 "syn 2.0.100",
5060]
5061
5062[[package]]
5063name = "foreign-types-shared"
5064version = "0.1.1"
5065source = "registry+https://github.com/rust-lang/crates.io-index"
5066checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5067
5068[[package]]
5069name = "foreign-types-shared"
5070version = "0.3.1"
5071source = "registry+https://github.com/rust-lang/crates.io-index"
5072checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5073
5074[[package]]
5075name = "fork"
5076version = "0.2.0"
5077source = "registry+https://github.com/rust-lang/crates.io-index"
5078checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5079dependencies = [
5080 "libc",
5081]
5082
5083[[package]]
5084name = "form_urlencoded"
5085version = "1.2.1"
5086source = "registry+https://github.com/rust-lang/crates.io-index"
5087checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5088dependencies = [
5089 "percent-encoding",
5090]
5091
5092[[package]]
5093name = "freetype-sys"
5094version = "0.20.1"
5095source = "registry+https://github.com/rust-lang/crates.io-index"
5096checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5097dependencies = [
5098 "cc",
5099 "libc",
5100 "pkg-config",
5101]
5102
5103[[package]]
5104name = "fs"
5105version = "0.1.0"
5106dependencies = [
5107 "anyhow",
5108 "ashpd",
5109 "async-tar",
5110 "async-trait",
5111 "cocoa 0.26.0",
5112 "collections",
5113 "fsevent",
5114 "futures 0.3.31",
5115 "git",
5116 "git2",
5117 "gpui",
5118 "libc",
5119 "log",
5120 "notify 6.1.1",
5121 "objc",
5122 "parking_lot",
5123 "paths",
5124 "proto",
5125 "rope",
5126 "serde",
5127 "serde_json",
5128 "smol",
5129 "tempfile",
5130 "text",
5131 "time",
5132 "util",
5133 "windows 0.60.0",
5134]
5135
5136[[package]]
5137name = "fs-set-times"
5138version = "0.20.2"
5139source = "registry+https://github.com/rust-lang/crates.io-index"
5140checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
5141dependencies = [
5142 "io-lifetimes",
5143 "rustix",
5144 "windows-sys 0.59.0",
5145]
5146
5147[[package]]
5148name = "fs2"
5149version = "0.4.3"
5150source = "registry+https://github.com/rust-lang/crates.io-index"
5151checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5152dependencies = [
5153 "libc",
5154 "winapi",
5155]
5156
5157[[package]]
5158name = "fs_extra"
5159version = "1.3.0"
5160source = "registry+https://github.com/rust-lang/crates.io-index"
5161checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5162
5163[[package]]
5164name = "fsevent"
5165version = "0.1.0"
5166dependencies = [
5167 "bitflags 2.8.0",
5168 "core-foundation 0.9.4",
5169 "fsevent-sys 3.1.0",
5170 "parking_lot",
5171 "tempfile",
5172]
5173
5174[[package]]
5175name = "fsevent-sys"
5176version = "3.1.0"
5177source = "registry+https://github.com/rust-lang/crates.io-index"
5178checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5179dependencies = [
5180 "libc",
5181]
5182
5183[[package]]
5184name = "fsevent-sys"
5185version = "4.1.0"
5186source = "registry+https://github.com/rust-lang/crates.io-index"
5187checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5188dependencies = [
5189 "libc",
5190]
5191
5192[[package]]
5193name = "funty"
5194version = "2.0.0"
5195source = "registry+https://github.com/rust-lang/crates.io-index"
5196checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5197
5198[[package]]
5199name = "futf"
5200version = "0.1.5"
5201source = "registry+https://github.com/rust-lang/crates.io-index"
5202checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5203dependencies = [
5204 "mac",
5205 "new_debug_unreachable",
5206]
5207
5208[[package]]
5209name = "futures"
5210version = "0.1.31"
5211source = "registry+https://github.com/rust-lang/crates.io-index"
5212checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5213
5214[[package]]
5215name = "futures"
5216version = "0.3.31"
5217source = "registry+https://github.com/rust-lang/crates.io-index"
5218checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5219dependencies = [
5220 "futures-channel",
5221 "futures-core",
5222 "futures-executor",
5223 "futures-io",
5224 "futures-sink",
5225 "futures-task",
5226 "futures-util",
5227]
5228
5229[[package]]
5230name = "futures-batch"
5231version = "0.6.1"
5232source = "registry+https://github.com/rust-lang/crates.io-index"
5233checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5234dependencies = [
5235 "futures 0.3.31",
5236 "futures-timer",
5237 "pin-utils",
5238]
5239
5240[[package]]
5241name = "futures-channel"
5242version = "0.3.31"
5243source = "registry+https://github.com/rust-lang/crates.io-index"
5244checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5245dependencies = [
5246 "futures-core",
5247 "futures-sink",
5248]
5249
5250[[package]]
5251name = "futures-core"
5252version = "0.3.31"
5253source = "registry+https://github.com/rust-lang/crates.io-index"
5254checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5255
5256[[package]]
5257name = "futures-executor"
5258version = "0.3.31"
5259source = "registry+https://github.com/rust-lang/crates.io-index"
5260checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5261dependencies = [
5262 "futures-core",
5263 "futures-task",
5264 "futures-util",
5265]
5266
5267[[package]]
5268name = "futures-intrusive"
5269version = "0.5.0"
5270source = "registry+https://github.com/rust-lang/crates.io-index"
5271checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5272dependencies = [
5273 "futures-core",
5274 "lock_api",
5275 "parking_lot",
5276]
5277
5278[[package]]
5279name = "futures-io"
5280version = "0.3.31"
5281source = "registry+https://github.com/rust-lang/crates.io-index"
5282checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5283
5284[[package]]
5285name = "futures-lite"
5286version = "1.13.0"
5287source = "registry+https://github.com/rust-lang/crates.io-index"
5288checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5289dependencies = [
5290 "fastrand 1.9.0",
5291 "futures-core",
5292 "futures-io",
5293 "memchr",
5294 "parking",
5295 "pin-project-lite",
5296 "waker-fn",
5297]
5298
5299[[package]]
5300name = "futures-lite"
5301version = "2.6.0"
5302source = "registry+https://github.com/rust-lang/crates.io-index"
5303checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5304dependencies = [
5305 "fastrand 2.3.0",
5306 "futures-core",
5307 "futures-io",
5308 "parking",
5309 "pin-project-lite",
5310]
5311
5312[[package]]
5313name = "futures-macro"
5314version = "0.3.31"
5315source = "registry+https://github.com/rust-lang/crates.io-index"
5316checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5317dependencies = [
5318 "proc-macro2",
5319 "quote",
5320 "syn 2.0.100",
5321]
5322
5323[[package]]
5324name = "futures-sink"
5325version = "0.3.31"
5326source = "registry+https://github.com/rust-lang/crates.io-index"
5327checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5328
5329[[package]]
5330name = "futures-task"
5331version = "0.3.31"
5332source = "registry+https://github.com/rust-lang/crates.io-index"
5333checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5334
5335[[package]]
5336name = "futures-timer"
5337version = "3.0.3"
5338source = "registry+https://github.com/rust-lang/crates.io-index"
5339checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5340
5341[[package]]
5342name = "futures-util"
5343version = "0.3.31"
5344source = "registry+https://github.com/rust-lang/crates.io-index"
5345checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5346dependencies = [
5347 "futures 0.1.31",
5348 "futures-channel",
5349 "futures-core",
5350 "futures-io",
5351 "futures-macro",
5352 "futures-sink",
5353 "futures-task",
5354 "memchr",
5355 "pin-project-lite",
5356 "pin-utils",
5357 "slab",
5358 "tokio-io",
5359]
5360
5361[[package]]
5362name = "fuzzy"
5363version = "0.1.0"
5364dependencies = [
5365 "gpui",
5366 "log",
5367 "util",
5368]
5369
5370[[package]]
5371name = "fuzzy-matcher"
5372version = "0.3.7"
5373source = "registry+https://github.com/rust-lang/crates.io-index"
5374checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5375dependencies = [
5376 "thread_local",
5377]
5378
5379[[package]]
5380name = "generic-array"
5381version = "0.14.7"
5382source = "registry+https://github.com/rust-lang/crates.io-index"
5383checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5384dependencies = [
5385 "typenum",
5386 "version_check",
5387]
5388
5389[[package]]
5390name = "gethostname"
5391version = "0.4.3"
5392source = "registry+https://github.com/rust-lang/crates.io-index"
5393checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5394dependencies = [
5395 "libc",
5396 "windows-targets 0.48.5",
5397]
5398
5399[[package]]
5400name = "getrandom"
5401version = "0.1.16"
5402source = "registry+https://github.com/rust-lang/crates.io-index"
5403checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5404dependencies = [
5405 "cfg-if",
5406 "libc",
5407 "wasi 0.9.0+wasi-snapshot-preview1",
5408]
5409
5410[[package]]
5411name = "getrandom"
5412version = "0.2.15"
5413source = "registry+https://github.com/rust-lang/crates.io-index"
5414checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5415dependencies = [
5416 "cfg-if",
5417 "js-sys",
5418 "libc",
5419 "wasi 0.11.0+wasi-snapshot-preview1",
5420 "wasm-bindgen",
5421]
5422
5423[[package]]
5424name = "getrandom"
5425version = "0.3.1"
5426source = "registry+https://github.com/rust-lang/crates.io-index"
5427checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
5428dependencies = [
5429 "cfg-if",
5430 "libc",
5431 "wasi 0.13.3+wasi-0.2.2",
5432 "windows-targets 0.52.6",
5433]
5434
5435[[package]]
5436name = "gif"
5437version = "0.13.1"
5438source = "registry+https://github.com/rust-lang/crates.io-index"
5439checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5440dependencies = [
5441 "color_quant",
5442 "weezl",
5443]
5444
5445[[package]]
5446name = "gimli"
5447version = "0.31.1"
5448source = "registry+https://github.com/rust-lang/crates.io-index"
5449checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5450dependencies = [
5451 "fallible-iterator",
5452 "indexmap",
5453 "stable_deref_trait",
5454]
5455
5456[[package]]
5457name = "git"
5458version = "0.1.0"
5459dependencies = [
5460 "anyhow",
5461 "askpass",
5462 "async-trait",
5463 "collections",
5464 "derive_more",
5465 "futures 0.3.31",
5466 "git2",
5467 "gpui",
5468 "http_client",
5469 "log",
5470 "parking_lot",
5471 "pretty_assertions",
5472 "regex",
5473 "rope",
5474 "schemars",
5475 "serde",
5476 "serde_json",
5477 "smol",
5478 "sum_tree",
5479 "text",
5480 "time",
5481 "unindent",
5482 "url",
5483 "util",
5484]
5485
5486[[package]]
5487name = "git2"
5488version = "0.20.1"
5489source = "registry+https://github.com/rust-lang/crates.io-index"
5490checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
5491dependencies = [
5492 "bitflags 2.8.0",
5493 "libc",
5494 "libgit2-sys",
5495 "log",
5496 "url",
5497]
5498
5499[[package]]
5500name = "git_hosting_providers"
5501version = "0.1.0"
5502dependencies = [
5503 "anyhow",
5504 "async-trait",
5505 "futures 0.3.31",
5506 "git",
5507 "gpui",
5508 "http_client",
5509 "indoc",
5510 "pretty_assertions",
5511 "regex",
5512 "schemars",
5513 "serde",
5514 "serde_json",
5515 "settings",
5516 "url",
5517 "util",
5518]
5519
5520[[package]]
5521name = "git_ui"
5522version = "0.1.0"
5523dependencies = [
5524 "anyhow",
5525 "askpass",
5526 "assistant_settings",
5527 "buffer_diff",
5528 "chrono",
5529 "collections",
5530 "command_palette_hooks",
5531 "component",
5532 "ctor",
5533 "db",
5534 "editor",
5535 "env_logger 0.11.7",
5536 "futures 0.3.31",
5537 "fuzzy",
5538 "git",
5539 "gpui",
5540 "itertools 0.14.0",
5541 "language",
5542 "language_model",
5543 "linkify",
5544 "linkme",
5545 "log",
5546 "menu",
5547 "multi_buffer",
5548 "notifications",
5549 "panel",
5550 "picker",
5551 "postage",
5552 "pretty_assertions",
5553 "project",
5554 "schemars",
5555 "serde",
5556 "serde_derive",
5557 "serde_json",
5558 "settings",
5559 "smallvec",
5560 "strum",
5561 "telemetry",
5562 "theme",
5563 "time",
5564 "time_format",
5565 "ui",
5566 "unindent",
5567 "util",
5568 "windows 0.60.0",
5569 "workspace",
5570 "zed_actions",
5571]
5572
5573[[package]]
5574name = "glob"
5575version = "0.3.1"
5576source = "registry+https://github.com/rust-lang/crates.io-index"
5577checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5578
5579[[package]]
5580name = "globset"
5581version = "0.4.16"
5582source = "registry+https://github.com/rust-lang/crates.io-index"
5583checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
5584dependencies = [
5585 "aho-corasick",
5586 "bstr",
5587 "log",
5588 "regex-automata 0.4.9",
5589 "regex-syntax 0.8.5",
5590]
5591
5592[[package]]
5593name = "gloo-timers"
5594version = "0.3.0"
5595source = "registry+https://github.com/rust-lang/crates.io-index"
5596checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5597dependencies = [
5598 "futures-channel",
5599 "futures-core",
5600 "js-sys",
5601 "wasm-bindgen",
5602]
5603
5604[[package]]
5605name = "glow"
5606version = "0.14.2"
5607source = "registry+https://github.com/rust-lang/crates.io-index"
5608checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5609dependencies = [
5610 "js-sys",
5611 "slotmap",
5612 "wasm-bindgen",
5613 "web-sys",
5614]
5615
5616[[package]]
5617name = "go_to_line"
5618version = "0.1.0"
5619dependencies = [
5620 "anyhow",
5621 "editor",
5622 "gpui",
5623 "indoc",
5624 "language",
5625 "menu",
5626 "project",
5627 "rope",
5628 "schemars",
5629 "serde",
5630 "serde_json",
5631 "settings",
5632 "text",
5633 "theme",
5634 "tree-sitter-rust",
5635 "tree-sitter-typescript",
5636 "ui",
5637 "util",
5638 "workspace",
5639]
5640
5641[[package]]
5642name = "google_ai"
5643version = "0.1.0"
5644dependencies = [
5645 "anyhow",
5646 "futures 0.3.31",
5647 "http_client",
5648 "schemars",
5649 "serde",
5650 "serde_json",
5651 "strum",
5652]
5653
5654[[package]]
5655name = "gpu-alloc"
5656version = "0.6.0"
5657source = "registry+https://github.com/rust-lang/crates.io-index"
5658checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5659dependencies = [
5660 "bitflags 2.8.0",
5661 "gpu-alloc-types",
5662]
5663
5664[[package]]
5665name = "gpu-alloc-ash"
5666version = "0.7.0"
5667source = "registry+https://github.com/rust-lang/crates.io-index"
5668checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5669dependencies = [
5670 "ash",
5671 "gpu-alloc-types",
5672 "tinyvec",
5673]
5674
5675[[package]]
5676name = "gpu-alloc-types"
5677version = "0.3.0"
5678source = "registry+https://github.com/rust-lang/crates.io-index"
5679checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5680dependencies = [
5681 "bitflags 2.8.0",
5682]
5683
5684[[package]]
5685name = "gpui"
5686version = "0.1.0"
5687dependencies = [
5688 "anyhow",
5689 "as-raw-xcb-connection",
5690 "ashpd",
5691 "async-task",
5692 "backtrace",
5693 "bindgen 0.70.1",
5694 "blade-graphics",
5695 "blade-macros",
5696 "blade-util",
5697 "block",
5698 "bytemuck",
5699 "calloop",
5700 "calloop-wayland-source",
5701 "cbindgen 0.28.0",
5702 "cocoa 0.26.0",
5703 "collections",
5704 "core-foundation 0.9.4",
5705 "core-foundation-sys",
5706 "core-graphics 0.23.2",
5707 "core-text",
5708 "cosmic-text",
5709 "ctor",
5710 "derive_more",
5711 "embed-resource",
5712 "env_logger 0.11.7",
5713 "etagere",
5714 "filedescriptor",
5715 "flume",
5716 "font-kit",
5717 "foreign-types 0.5.0",
5718 "futures 0.3.31",
5719 "gpui_macros",
5720 "http_client",
5721 "image",
5722 "inventory",
5723 "itertools 0.14.0",
5724 "log",
5725 "lyon",
5726 "media",
5727 "metal",
5728 "naga",
5729 "num_cpus",
5730 "objc",
5731 "objc2",
5732 "objc2-metal",
5733 "oo7",
5734 "open",
5735 "parking",
5736 "parking_lot",
5737 "pathfinder_geometry",
5738 "postage",
5739 "profiling",
5740 "rand 0.8.5",
5741 "raw-window-handle",
5742 "refineable",
5743 "reqwest_client",
5744 "resvg",
5745 "schemars",
5746 "seahash",
5747 "semantic_version",
5748 "serde",
5749 "serde_derive",
5750 "serde_json",
5751 "slotmap",
5752 "smallvec",
5753 "smol",
5754 "strum",
5755 "sum_tree",
5756 "taffy",
5757 "thiserror 1.0.69",
5758 "unicode-segmentation",
5759 "usvg",
5760 "util",
5761 "uuid",
5762 "waker-fn",
5763 "wayland-backend",
5764 "wayland-client",
5765 "wayland-cursor",
5766 "wayland-protocols",
5767 "wayland-protocols-plasma",
5768 "windows 0.60.0",
5769 "windows-core 0.60.1",
5770 "x11-clipboard",
5771 "x11rb",
5772 "xim",
5773 "xkbcommon",
5774]
5775
5776[[package]]
5777name = "gpui_macros"
5778version = "0.1.0"
5779dependencies = [
5780 "gpui",
5781 "proc-macro2",
5782 "quote",
5783 "syn 1.0.109",
5784]
5785
5786[[package]]
5787name = "gpui_tokio"
5788version = "0.1.0"
5789dependencies = [
5790 "gpui",
5791 "tokio",
5792 "util",
5793]
5794
5795[[package]]
5796name = "grid"
5797version = "0.13.0"
5798source = "registry+https://github.com/rust-lang/crates.io-index"
5799checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5800
5801[[package]]
5802name = "group"
5803version = "0.12.1"
5804source = "registry+https://github.com/rust-lang/crates.io-index"
5805checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5806dependencies = [
5807 "ff",
5808 "rand_core 0.6.4",
5809 "subtle",
5810]
5811
5812[[package]]
5813name = "h2"
5814version = "0.3.26"
5815source = "registry+https://github.com/rust-lang/crates.io-index"
5816checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5817dependencies = [
5818 "bytes 1.10.1",
5819 "fnv",
5820 "futures-core",
5821 "futures-sink",
5822 "futures-util",
5823 "http 0.2.12",
5824 "indexmap",
5825 "slab",
5826 "tokio",
5827 "tokio-util",
5828 "tracing",
5829]
5830
5831[[package]]
5832name = "h2"
5833version = "0.4.7"
5834source = "registry+https://github.com/rust-lang/crates.io-index"
5835checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5836dependencies = [
5837 "atomic-waker",
5838 "bytes 1.10.1",
5839 "fnv",
5840 "futures-core",
5841 "futures-sink",
5842 "http 1.2.0",
5843 "indexmap",
5844 "slab",
5845 "tokio",
5846 "tokio-util",
5847 "tracing",
5848]
5849
5850[[package]]
5851name = "half"
5852version = "2.4.1"
5853source = "registry+https://github.com/rust-lang/crates.io-index"
5854checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5855dependencies = [
5856 "cfg-if",
5857 "crunchy",
5858]
5859
5860[[package]]
5861name = "handlebars"
5862version = "4.5.0"
5863source = "registry+https://github.com/rust-lang/crates.io-index"
5864checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5865dependencies = [
5866 "log",
5867 "pest",
5868 "pest_derive",
5869 "serde",
5870 "serde_json",
5871 "thiserror 1.0.69",
5872]
5873
5874[[package]]
5875name = "handlebars"
5876version = "6.2.0"
5877source = "registry+https://github.com/rust-lang/crates.io-index"
5878checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5879dependencies = [
5880 "log",
5881 "num-order",
5882 "pest",
5883 "pest_derive",
5884 "serde",
5885 "serde_json",
5886 "thiserror 1.0.69",
5887]
5888
5889[[package]]
5890name = "hashbrown"
5891version = "0.12.3"
5892source = "registry+https://github.com/rust-lang/crates.io-index"
5893checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5894dependencies = [
5895 "ahash 0.7.8",
5896]
5897
5898[[package]]
5899name = "hashbrown"
5900version = "0.14.5"
5901source = "registry+https://github.com/rust-lang/crates.io-index"
5902checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5903dependencies = [
5904 "ahash 0.8.11",
5905 "allocator-api2",
5906]
5907
5908[[package]]
5909name = "hashbrown"
5910version = "0.15.2"
5911source = "registry+https://github.com/rust-lang/crates.io-index"
5912checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5913dependencies = [
5914 "allocator-api2",
5915 "equivalent",
5916 "foldhash",
5917 "serde",
5918]
5919
5920[[package]]
5921name = "hashlink"
5922version = "0.8.4"
5923source = "registry+https://github.com/rust-lang/crates.io-index"
5924checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5925dependencies = [
5926 "hashbrown 0.14.5",
5927]
5928
5929[[package]]
5930name = "hashlink"
5931version = "0.10.0"
5932source = "registry+https://github.com/rust-lang/crates.io-index"
5933checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
5934dependencies = [
5935 "hashbrown 0.15.2",
5936]
5937
5938[[package]]
5939name = "headers"
5940version = "0.3.9"
5941source = "registry+https://github.com/rust-lang/crates.io-index"
5942checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5943dependencies = [
5944 "base64 0.21.7",
5945 "bytes 1.10.1",
5946 "headers-core",
5947 "http 0.2.12",
5948 "httpdate",
5949 "mime",
5950 "sha1",
5951]
5952
5953[[package]]
5954name = "headers-core"
5955version = "0.2.0"
5956source = "registry+https://github.com/rust-lang/crates.io-index"
5957checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5958dependencies = [
5959 "http 0.2.12",
5960]
5961
5962[[package]]
5963name = "heck"
5964version = "0.3.3"
5965source = "registry+https://github.com/rust-lang/crates.io-index"
5966checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5967dependencies = [
5968 "unicode-segmentation",
5969]
5970
5971[[package]]
5972name = "heck"
5973version = "0.4.1"
5974source = "registry+https://github.com/rust-lang/crates.io-index"
5975checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5976dependencies = [
5977 "unicode-segmentation",
5978]
5979
5980[[package]]
5981name = "heck"
5982version = "0.5.0"
5983source = "registry+https://github.com/rust-lang/crates.io-index"
5984checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5985
5986[[package]]
5987name = "heed"
5988version = "0.21.0"
5989source = "registry+https://github.com/rust-lang/crates.io-index"
5990checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5991dependencies = [
5992 "bitflags 2.8.0",
5993 "byteorder",
5994 "heed-traits",
5995 "heed-types",
5996 "libc",
5997 "lmdb-master-sys",
5998 "once_cell",
5999 "page_size",
6000 "serde",
6001 "synchronoise",
6002 "url",
6003]
6004
6005[[package]]
6006name = "heed-traits"
6007version = "0.20.0"
6008source = "registry+https://github.com/rust-lang/crates.io-index"
6009checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
6010
6011[[package]]
6012name = "heed-types"
6013version = "0.21.0"
6014source = "registry+https://github.com/rust-lang/crates.io-index"
6015checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
6016dependencies = [
6017 "bincode",
6018 "byteorder",
6019 "heed-traits",
6020 "serde",
6021 "serde_json",
6022]
6023
6024[[package]]
6025name = "hermit-abi"
6026version = "0.3.9"
6027source = "registry+https://github.com/rust-lang/crates.io-index"
6028checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
6029
6030[[package]]
6031name = "hermit-abi"
6032version = "0.4.0"
6033source = "registry+https://github.com/rust-lang/crates.io-index"
6034checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
6035
6036[[package]]
6037name = "hex"
6038version = "0.4.3"
6039source = "registry+https://github.com/rust-lang/crates.io-index"
6040checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
6041
6042[[package]]
6043name = "hexf-parse"
6044version = "0.2.1"
6045source = "registry+https://github.com/rust-lang/crates.io-index"
6046checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
6047
6048[[package]]
6049name = "hidden-trait"
6050version = "0.1.2"
6051source = "registry+https://github.com/rust-lang/crates.io-index"
6052checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
6053dependencies = [
6054 "proc-macro2",
6055 "quote",
6056 "syn 1.0.109",
6057]
6058
6059[[package]]
6060name = "hkdf"
6061version = "0.12.4"
6062source = "registry+https://github.com/rust-lang/crates.io-index"
6063checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
6064dependencies = [
6065 "hmac",
6066]
6067
6068[[package]]
6069name = "hmac"
6070version = "0.12.1"
6071source = "registry+https://github.com/rust-lang/crates.io-index"
6072checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
6073dependencies = [
6074 "digest",
6075]
6076
6077[[package]]
6078name = "home"
6079version = "0.5.9"
6080source = "registry+https://github.com/rust-lang/crates.io-index"
6081checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
6082dependencies = [
6083 "windows-sys 0.52.0",
6084]
6085
6086[[package]]
6087name = "hound"
6088version = "3.5.1"
6089source = "registry+https://github.com/rust-lang/crates.io-index"
6090checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
6091
6092[[package]]
6093name = "html5ever"
6094version = "0.27.0"
6095source = "registry+https://github.com/rust-lang/crates.io-index"
6096checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
6097dependencies = [
6098 "log",
6099 "mac",
6100 "markup5ever",
6101 "proc-macro2",
6102 "quote",
6103 "syn 2.0.100",
6104]
6105
6106[[package]]
6107name = "html_to_markdown"
6108version = "0.1.0"
6109dependencies = [
6110 "anyhow",
6111 "html5ever",
6112 "indoc",
6113 "markup5ever_rcdom",
6114 "pretty_assertions",
6115 "regex",
6116]
6117
6118[[package]]
6119name = "http"
6120version = "0.2.12"
6121source = "registry+https://github.com/rust-lang/crates.io-index"
6122checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
6123dependencies = [
6124 "bytes 1.10.1",
6125 "fnv",
6126 "itoa",
6127]
6128
6129[[package]]
6130name = "http"
6131version = "1.2.0"
6132source = "registry+https://github.com/rust-lang/crates.io-index"
6133checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
6134dependencies = [
6135 "bytes 1.10.1",
6136 "fnv",
6137 "itoa",
6138]
6139
6140[[package]]
6141name = "http-body"
6142version = "0.4.6"
6143source = "registry+https://github.com/rust-lang/crates.io-index"
6144checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
6145dependencies = [
6146 "bytes 1.10.1",
6147 "http 0.2.12",
6148 "pin-project-lite",
6149]
6150
6151[[package]]
6152name = "http-body"
6153version = "1.0.1"
6154source = "registry+https://github.com/rust-lang/crates.io-index"
6155checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
6156dependencies = [
6157 "bytes 1.10.1",
6158 "http 1.2.0",
6159]
6160
6161[[package]]
6162name = "http-body-util"
6163version = "0.1.2"
6164source = "registry+https://github.com/rust-lang/crates.io-index"
6165checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
6166dependencies = [
6167 "bytes 1.10.1",
6168 "futures-util",
6169 "http 1.2.0",
6170 "http-body 1.0.1",
6171 "pin-project-lite",
6172]
6173
6174[[package]]
6175name = "http-range-header"
6176version = "0.3.1"
6177source = "registry+https://github.com/rust-lang/crates.io-index"
6178checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
6179
6180[[package]]
6181name = "http-types"
6182version = "2.12.0"
6183source = "registry+https://github.com/rust-lang/crates.io-index"
6184checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
6185dependencies = [
6186 "anyhow",
6187 "async-channel 1.9.0",
6188 "base64 0.13.1",
6189 "futures-lite 1.13.0",
6190 "http 0.2.12",
6191 "infer",
6192 "pin-project-lite",
6193 "rand 0.7.3",
6194 "serde",
6195 "serde_json",
6196 "serde_qs 0.8.5",
6197 "serde_urlencoded",
6198 "url",
6199]
6200
6201[[package]]
6202name = "http_client"
6203version = "0.1.0"
6204dependencies = [
6205 "anyhow",
6206 "bytes 1.10.1",
6207 "derive_more",
6208 "futures 0.3.31",
6209 "http 1.2.0",
6210 "log",
6211 "serde",
6212 "serde_json",
6213 "url",
6214]
6215
6216[[package]]
6217name = "http_client_tls"
6218version = "0.1.0"
6219dependencies = [
6220 "rustls 0.23.23",
6221 "rustls-platform-verifier",
6222]
6223
6224[[package]]
6225name = "httparse"
6226version = "1.9.5"
6227source = "registry+https://github.com/rust-lang/crates.io-index"
6228checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
6229
6230[[package]]
6231name = "httpdate"
6232version = "1.0.3"
6233source = "registry+https://github.com/rust-lang/crates.io-index"
6234checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
6235
6236[[package]]
6237name = "human_bytes"
6238version = "0.4.3"
6239source = "registry+https://github.com/rust-lang/crates.io-index"
6240checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
6241
6242[[package]]
6243name = "humantime"
6244version = "2.1.0"
6245source = "registry+https://github.com/rust-lang/crates.io-index"
6246checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
6247
6248[[package]]
6249name = "hyper"
6250version = "0.14.32"
6251source = "registry+https://github.com/rust-lang/crates.io-index"
6252checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
6253dependencies = [
6254 "bytes 1.10.1",
6255 "futures-channel",
6256 "futures-core",
6257 "futures-util",
6258 "h2 0.3.26",
6259 "http 0.2.12",
6260 "http-body 0.4.6",
6261 "httparse",
6262 "httpdate",
6263 "itoa",
6264 "pin-project-lite",
6265 "socket2",
6266 "tokio",
6267 "tower-service",
6268 "tracing",
6269 "want",
6270]
6271
6272[[package]]
6273name = "hyper"
6274version = "1.5.1"
6275source = "registry+https://github.com/rust-lang/crates.io-index"
6276checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
6277dependencies = [
6278 "bytes 1.10.1",
6279 "futures-channel",
6280 "futures-util",
6281 "h2 0.4.7",
6282 "http 1.2.0",
6283 "http-body 1.0.1",
6284 "httparse",
6285 "itoa",
6286 "pin-project-lite",
6287 "smallvec",
6288 "tokio",
6289 "want",
6290]
6291
6292[[package]]
6293name = "hyper-rustls"
6294version = "0.24.2"
6295source = "registry+https://github.com/rust-lang/crates.io-index"
6296checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
6297dependencies = [
6298 "futures-util",
6299 "http 0.2.12",
6300 "hyper 0.14.32",
6301 "log",
6302 "rustls 0.21.12",
6303 "rustls-native-certs 0.6.3",
6304 "tokio",
6305 "tokio-rustls 0.24.1",
6306]
6307
6308[[package]]
6309name = "hyper-rustls"
6310version = "0.27.3"
6311source = "registry+https://github.com/rust-lang/crates.io-index"
6312checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6313dependencies = [
6314 "futures-util",
6315 "http 1.2.0",
6316 "hyper 1.5.1",
6317 "hyper-util",
6318 "rustls 0.23.23",
6319 "rustls-native-certs 0.8.1",
6320 "rustls-pki-types",
6321 "tokio",
6322 "tokio-rustls 0.26.1",
6323 "tower-service",
6324]
6325
6326[[package]]
6327name = "hyper-tls"
6328version = "0.5.0"
6329source = "registry+https://github.com/rust-lang/crates.io-index"
6330checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6331dependencies = [
6332 "bytes 1.10.1",
6333 "hyper 0.14.32",
6334 "native-tls",
6335 "tokio",
6336 "tokio-native-tls",
6337]
6338
6339[[package]]
6340name = "hyper-util"
6341version = "0.1.10"
6342source = "registry+https://github.com/rust-lang/crates.io-index"
6343checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6344dependencies = [
6345 "bytes 1.10.1",
6346 "futures-channel",
6347 "futures-util",
6348 "http 1.2.0",
6349 "http-body 1.0.1",
6350 "hyper 1.5.1",
6351 "pin-project-lite",
6352 "socket2",
6353 "tokio",
6354 "tower-service",
6355 "tracing",
6356]
6357
6358[[package]]
6359name = "iana-time-zone"
6360version = "0.1.61"
6361source = "registry+https://github.com/rust-lang/crates.io-index"
6362checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6363dependencies = [
6364 "android_system_properties",
6365 "core-foundation-sys",
6366 "iana-time-zone-haiku",
6367 "js-sys",
6368 "wasm-bindgen",
6369 "windows-core 0.52.0",
6370]
6371
6372[[package]]
6373name = "iana-time-zone-haiku"
6374version = "0.1.2"
6375source = "registry+https://github.com/rust-lang/crates.io-index"
6376checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6377dependencies = [
6378 "cc",
6379]
6380
6381[[package]]
6382name = "icu_collections"
6383version = "1.5.0"
6384source = "registry+https://github.com/rust-lang/crates.io-index"
6385checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6386dependencies = [
6387 "displaydoc",
6388 "yoke",
6389 "zerofrom",
6390 "zerovec",
6391]
6392
6393[[package]]
6394name = "icu_locid"
6395version = "1.5.0"
6396source = "registry+https://github.com/rust-lang/crates.io-index"
6397checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6398dependencies = [
6399 "displaydoc",
6400 "litemap",
6401 "tinystr",
6402 "writeable",
6403 "zerovec",
6404]
6405
6406[[package]]
6407name = "icu_locid_transform"
6408version = "1.5.0"
6409source = "registry+https://github.com/rust-lang/crates.io-index"
6410checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6411dependencies = [
6412 "displaydoc",
6413 "icu_locid",
6414 "icu_locid_transform_data",
6415 "icu_provider",
6416 "tinystr",
6417 "zerovec",
6418]
6419
6420[[package]]
6421name = "icu_locid_transform_data"
6422version = "1.5.0"
6423source = "registry+https://github.com/rust-lang/crates.io-index"
6424checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6425
6426[[package]]
6427name = "icu_normalizer"
6428version = "1.5.0"
6429source = "registry+https://github.com/rust-lang/crates.io-index"
6430checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6431dependencies = [
6432 "displaydoc",
6433 "icu_collections",
6434 "icu_normalizer_data",
6435 "icu_properties",
6436 "icu_provider",
6437 "smallvec",
6438 "utf16_iter",
6439 "utf8_iter",
6440 "write16",
6441 "zerovec",
6442]
6443
6444[[package]]
6445name = "icu_normalizer_data"
6446version = "1.5.0"
6447source = "registry+https://github.com/rust-lang/crates.io-index"
6448checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6449
6450[[package]]
6451name = "icu_properties"
6452version = "1.5.1"
6453source = "registry+https://github.com/rust-lang/crates.io-index"
6454checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6455dependencies = [
6456 "displaydoc",
6457 "icu_collections",
6458 "icu_locid_transform",
6459 "icu_properties_data",
6460 "icu_provider",
6461 "tinystr",
6462 "zerovec",
6463]
6464
6465[[package]]
6466name = "icu_properties_data"
6467version = "1.5.0"
6468source = "registry+https://github.com/rust-lang/crates.io-index"
6469checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6470
6471[[package]]
6472name = "icu_provider"
6473version = "1.5.0"
6474source = "registry+https://github.com/rust-lang/crates.io-index"
6475checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6476dependencies = [
6477 "displaydoc",
6478 "icu_locid",
6479 "icu_provider_macros",
6480 "stable_deref_trait",
6481 "tinystr",
6482 "writeable",
6483 "yoke",
6484 "zerofrom",
6485 "zerovec",
6486]
6487
6488[[package]]
6489name = "icu_provider_macros"
6490version = "1.5.0"
6491source = "registry+https://github.com/rust-lang/crates.io-index"
6492checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6493dependencies = [
6494 "proc-macro2",
6495 "quote",
6496 "syn 2.0.100",
6497]
6498
6499[[package]]
6500name = "id-arena"
6501version = "2.2.1"
6502source = "registry+https://github.com/rust-lang/crates.io-index"
6503checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6504
6505[[package]]
6506name = "idna"
6507version = "1.0.3"
6508source = "registry+https://github.com/rust-lang/crates.io-index"
6509checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6510dependencies = [
6511 "idna_adapter",
6512 "smallvec",
6513 "utf8_iter",
6514]
6515
6516[[package]]
6517name = "idna_adapter"
6518version = "1.2.0"
6519source = "registry+https://github.com/rust-lang/crates.io-index"
6520checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6521dependencies = [
6522 "icu_normalizer",
6523 "icu_properties",
6524]
6525
6526[[package]]
6527name = "ignore"
6528version = "0.4.23"
6529source = "registry+https://github.com/rust-lang/crates.io-index"
6530checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6531dependencies = [
6532 "crossbeam-deque",
6533 "globset",
6534 "log",
6535 "memchr",
6536 "regex-automata 0.4.9",
6537 "same-file",
6538 "walkdir",
6539 "winapi-util",
6540]
6541
6542[[package]]
6543name = "image"
6544version = "0.25.5"
6545source = "registry+https://github.com/rust-lang/crates.io-index"
6546checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6547dependencies = [
6548 "bytemuck",
6549 "byteorder-lite",
6550 "color_quant",
6551 "exr",
6552 "gif",
6553 "image-webp",
6554 "num-traits",
6555 "png",
6556 "qoi",
6557 "ravif",
6558 "rayon",
6559 "rgb",
6560 "tiff",
6561 "zune-core",
6562 "zune-jpeg",
6563]
6564
6565[[package]]
6566name = "image-webp"
6567version = "0.2.0"
6568source = "registry+https://github.com/rust-lang/crates.io-index"
6569checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6570dependencies = [
6571 "byteorder-lite",
6572 "quick-error",
6573]
6574
6575[[package]]
6576name = "image_viewer"
6577version = "0.1.0"
6578dependencies = [
6579 "anyhow",
6580 "db",
6581 "editor",
6582 "file_icons",
6583 "gpui",
6584 "project",
6585 "schemars",
6586 "serde",
6587 "settings",
6588 "theme",
6589 "ui",
6590 "util",
6591 "workspace",
6592]
6593
6594[[package]]
6595name = "imagesize"
6596version = "0.13.0"
6597source = "registry+https://github.com/rust-lang/crates.io-index"
6598checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6599
6600[[package]]
6601name = "imara-diff"
6602version = "0.1.8"
6603source = "registry+https://github.com/rust-lang/crates.io-index"
6604checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
6605dependencies = [
6606 "hashbrown 0.15.2",
6607]
6608
6609[[package]]
6610name = "imgref"
6611version = "1.11.0"
6612source = "registry+https://github.com/rust-lang/crates.io-index"
6613checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6614
6615[[package]]
6616name = "indexed_docs"
6617version = "0.1.0"
6618dependencies = [
6619 "anyhow",
6620 "async-trait",
6621 "cargo_metadata",
6622 "collections",
6623 "derive_more",
6624 "extension",
6625 "fs",
6626 "futures 0.3.31",
6627 "fuzzy",
6628 "gpui",
6629 "heed",
6630 "html_to_markdown",
6631 "http_client",
6632 "indexmap",
6633 "indoc",
6634 "parking_lot",
6635 "paths",
6636 "pretty_assertions",
6637 "serde",
6638 "strum",
6639 "util",
6640]
6641
6642[[package]]
6643name = "indexmap"
6644version = "2.7.1"
6645source = "registry+https://github.com/rust-lang/crates.io-index"
6646checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6647dependencies = [
6648 "equivalent",
6649 "hashbrown 0.15.2",
6650 "serde",
6651]
6652
6653[[package]]
6654name = "indoc"
6655version = "2.0.6"
6656source = "registry+https://github.com/rust-lang/crates.io-index"
6657checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
6658
6659[[package]]
6660name = "infer"
6661version = "0.2.3"
6662source = "registry+https://github.com/rust-lang/crates.io-index"
6663checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6664
6665[[package]]
6666name = "inherent"
6667version = "1.0.11"
6668source = "registry+https://github.com/rust-lang/crates.io-index"
6669checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6670dependencies = [
6671 "proc-macro2",
6672 "quote",
6673 "syn 2.0.100",
6674]
6675
6676[[package]]
6677name = "inline_completion"
6678version = "0.1.0"
6679dependencies = [
6680 "gpui",
6681 "language",
6682 "project",
6683]
6684
6685[[package]]
6686name = "inline_completion_button"
6687version = "0.1.0"
6688dependencies = [
6689 "anyhow",
6690 "client",
6691 "copilot",
6692 "editor",
6693 "feature_flags",
6694 "fs",
6695 "futures 0.3.31",
6696 "gpui",
6697 "indoc",
6698 "inline_completion",
6699 "language",
6700 "lsp",
6701 "paths",
6702 "project",
6703 "regex",
6704 "serde_json",
6705 "settings",
6706 "supermaven",
6707 "telemetry",
6708 "theme",
6709 "ui",
6710 "workspace",
6711 "zed_actions",
6712 "zeta",
6713]
6714
6715[[package]]
6716name = "inotify"
6717version = "0.9.6"
6718source = "registry+https://github.com/rust-lang/crates.io-index"
6719checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6720dependencies = [
6721 "bitflags 1.3.2",
6722 "inotify-sys",
6723 "libc",
6724]
6725
6726[[package]]
6727name = "inotify"
6728version = "0.11.0"
6729source = "registry+https://github.com/rust-lang/crates.io-index"
6730checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
6731dependencies = [
6732 "bitflags 2.8.0",
6733 "inotify-sys",
6734 "libc",
6735]
6736
6737[[package]]
6738name = "inotify-sys"
6739version = "0.1.5"
6740source = "registry+https://github.com/rust-lang/crates.io-index"
6741checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6742dependencies = [
6743 "libc",
6744]
6745
6746[[package]]
6747name = "inout"
6748version = "0.1.3"
6749source = "registry+https://github.com/rust-lang/crates.io-index"
6750checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6751dependencies = [
6752 "block-padding",
6753 "generic-array",
6754]
6755
6756[[package]]
6757name = "install_cli"
6758version = "0.1.0"
6759dependencies = [
6760 "anyhow",
6761 "gpui",
6762 "smol",
6763 "util",
6764]
6765
6766[[package]]
6767name = "instant"
6768version = "0.1.13"
6769source = "registry+https://github.com/rust-lang/crates.io-index"
6770checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6771dependencies = [
6772 "cfg-if",
6773]
6774
6775[[package]]
6776name = "interpolate_name"
6777version = "0.2.4"
6778source = "registry+https://github.com/rust-lang/crates.io-index"
6779checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6780dependencies = [
6781 "proc-macro2",
6782 "quote",
6783 "syn 2.0.100",
6784]
6785
6786[[package]]
6787name = "inventory"
6788version = "0.3.20"
6789source = "registry+https://github.com/rust-lang/crates.io-index"
6790checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
6791dependencies = [
6792 "rustversion",
6793]
6794
6795[[package]]
6796name = "io-extras"
6797version = "0.18.4"
6798source = "registry+https://github.com/rust-lang/crates.io-index"
6799checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6800dependencies = [
6801 "io-lifetimes",
6802 "windows-sys 0.59.0",
6803]
6804
6805[[package]]
6806name = "io-lifetimes"
6807version = "2.0.4"
6808source = "registry+https://github.com/rust-lang/crates.io-index"
6809checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6810
6811[[package]]
6812name = "iovec"
6813version = "0.1.4"
6814source = "registry+https://github.com/rust-lang/crates.io-index"
6815checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6816dependencies = [
6817 "libc",
6818]
6819
6820[[package]]
6821name = "ipc-channel"
6822version = "0.19.0"
6823source = "registry+https://github.com/rust-lang/crates.io-index"
6824checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6825dependencies = [
6826 "bincode",
6827 "crossbeam-channel",
6828 "fnv",
6829 "lazy_static",
6830 "libc",
6831 "mio 1.0.3",
6832 "rand 0.8.5",
6833 "serde",
6834 "tempfile",
6835 "uuid",
6836 "windows 0.58.0",
6837]
6838
6839[[package]]
6840name = "ipnet"
6841version = "2.10.1"
6842source = "registry+https://github.com/rust-lang/crates.io-index"
6843checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6844
6845[[package]]
6846name = "is-docker"
6847version = "0.2.0"
6848source = "registry+https://github.com/rust-lang/crates.io-index"
6849checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6850dependencies = [
6851 "once_cell",
6852]
6853
6854[[package]]
6855name = "is-terminal"
6856version = "0.4.13"
6857source = "registry+https://github.com/rust-lang/crates.io-index"
6858checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6859dependencies = [
6860 "hermit-abi 0.4.0",
6861 "libc",
6862 "windows-sys 0.52.0",
6863]
6864
6865[[package]]
6866name = "is-wsl"
6867version = "0.4.0"
6868source = "registry+https://github.com/rust-lang/crates.io-index"
6869checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6870dependencies = [
6871 "is-docker",
6872 "once_cell",
6873]
6874
6875[[package]]
6876name = "is_terminal_polyfill"
6877version = "1.70.1"
6878source = "registry+https://github.com/rust-lang/crates.io-index"
6879checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6880
6881[[package]]
6882name = "itertools"
6883version = "0.10.5"
6884source = "registry+https://github.com/rust-lang/crates.io-index"
6885checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6886dependencies = [
6887 "either",
6888]
6889
6890[[package]]
6891name = "itertools"
6892version = "0.11.0"
6893source = "registry+https://github.com/rust-lang/crates.io-index"
6894checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6895dependencies = [
6896 "either",
6897]
6898
6899[[package]]
6900name = "itertools"
6901version = "0.12.1"
6902source = "registry+https://github.com/rust-lang/crates.io-index"
6903checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6904dependencies = [
6905 "either",
6906]
6907
6908[[package]]
6909name = "itertools"
6910version = "0.14.0"
6911source = "registry+https://github.com/rust-lang/crates.io-index"
6912checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6913dependencies = [
6914 "either",
6915]
6916
6917[[package]]
6918name = "itoa"
6919version = "1.0.14"
6920source = "registry+https://github.com/rust-lang/crates.io-index"
6921checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6922
6923[[package]]
6924name = "jiff"
6925version = "0.2.4"
6926source = "registry+https://github.com/rust-lang/crates.io-index"
6927checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
6928dependencies = [
6929 "jiff-static",
6930 "log",
6931 "portable-atomic",
6932 "portable-atomic-util",
6933 "serde",
6934]
6935
6936[[package]]
6937name = "jiff-static"
6938version = "0.2.4"
6939source = "registry+https://github.com/rust-lang/crates.io-index"
6940checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
6941dependencies = [
6942 "proc-macro2",
6943 "quote",
6944 "syn 2.0.100",
6945]
6946
6947[[package]]
6948name = "jni"
6949version = "0.21.1"
6950source = "registry+https://github.com/rust-lang/crates.io-index"
6951checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6952dependencies = [
6953 "cesu8",
6954 "cfg-if",
6955 "combine",
6956 "jni-sys",
6957 "log",
6958 "thiserror 1.0.69",
6959 "walkdir",
6960 "windows-sys 0.45.0",
6961]
6962
6963[[package]]
6964name = "jni-sys"
6965version = "0.3.0"
6966source = "registry+https://github.com/rust-lang/crates.io-index"
6967checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6968
6969[[package]]
6970name = "jobserver"
6971version = "0.1.32"
6972source = "registry+https://github.com/rust-lang/crates.io-index"
6973checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6974dependencies = [
6975 "libc",
6976]
6977
6978[[package]]
6979name = "journal"
6980version = "0.1.0"
6981dependencies = [
6982 "anyhow",
6983 "chrono",
6984 "editor",
6985 "gpui",
6986 "log",
6987 "schemars",
6988 "serde",
6989 "settings",
6990 "shellexpand 2.1.2",
6991 "workspace",
6992]
6993
6994[[package]]
6995name = "jpeg-decoder"
6996version = "0.3.1"
6997source = "registry+https://github.com/rust-lang/crates.io-index"
6998checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6999
7000[[package]]
7001name = "js-sys"
7002version = "0.3.76"
7003source = "registry+https://github.com/rust-lang/crates.io-index"
7004checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
7005dependencies = [
7006 "once_cell",
7007 "wasm-bindgen",
7008]
7009
7010[[package]]
7011name = "jsonwebtoken"
7012version = "9.3.1"
7013source = "registry+https://github.com/rust-lang/crates.io-index"
7014checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
7015dependencies = [
7016 "base64 0.22.1",
7017 "js-sys",
7018 "pem",
7019 "ring",
7020 "serde",
7021 "serde_json",
7022 "simple_asn1",
7023]
7024
7025[[package]]
7026name = "jupyter-protocol"
7027version = "0.6.0"
7028source = "registry+https://github.com/rust-lang/crates.io-index"
7029checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
7030dependencies = [
7031 "anyhow",
7032 "async-trait",
7033 "bytes 1.10.1",
7034 "chrono",
7035 "futures 0.3.31",
7036 "serde",
7037 "serde_json",
7038 "uuid",
7039]
7040
7041[[package]]
7042name = "jupyter-websocket-client"
7043version = "0.9.0"
7044source = "registry+https://github.com/rust-lang/crates.io-index"
7045checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
7046dependencies = [
7047 "anyhow",
7048 "async-trait",
7049 "async-tungstenite",
7050 "futures 0.3.31",
7051 "jupyter-protocol",
7052 "serde",
7053 "serde_json",
7054 "url",
7055 "uuid",
7056]
7057
7058[[package]]
7059name = "khronos-egl"
7060version = "6.0.0"
7061source = "registry+https://github.com/rust-lang/crates.io-index"
7062checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
7063dependencies = [
7064 "libc",
7065 "libloading",
7066]
7067
7068[[package]]
7069name = "kqueue"
7070version = "1.0.8"
7071source = "registry+https://github.com/rust-lang/crates.io-index"
7072checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
7073dependencies = [
7074 "kqueue-sys",
7075 "libc",
7076]
7077
7078[[package]]
7079name = "kqueue-sys"
7080version = "1.0.4"
7081source = "registry+https://github.com/rust-lang/crates.io-index"
7082checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
7083dependencies = [
7084 "bitflags 1.3.2",
7085 "libc",
7086]
7087
7088[[package]]
7089name = "kurbo"
7090version = "0.11.1"
7091source = "registry+https://github.com/rust-lang/crates.io-index"
7092checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
7093dependencies = [
7094 "arrayvec",
7095 "smallvec",
7096]
7097
7098[[package]]
7099name = "kv-log-macro"
7100version = "1.0.7"
7101source = "registry+https://github.com/rust-lang/crates.io-index"
7102checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
7103dependencies = [
7104 "log",
7105]
7106
7107[[package]]
7108name = "language"
7109version = "0.1.0"
7110dependencies = [
7111 "anyhow",
7112 "async-trait",
7113 "async-watch",
7114 "clock",
7115 "collections",
7116 "ctor",
7117 "ec4rs",
7118 "env_logger 0.11.7",
7119 "fs",
7120 "futures 0.3.31",
7121 "fuzzy",
7122 "globset",
7123 "gpui",
7124 "http_client",
7125 "imara-diff",
7126 "indoc",
7127 "itertools 0.14.0",
7128 "log",
7129 "lsp",
7130 "parking_lot",
7131 "postage",
7132 "pretty_assertions",
7133 "rand 0.8.5",
7134 "regex",
7135 "rpc",
7136 "schemars",
7137 "serde",
7138 "serde_json",
7139 "settings",
7140 "smallvec",
7141 "smol",
7142 "streaming-iterator",
7143 "strsim",
7144 "sum_tree",
7145 "task",
7146 "text",
7147 "theme",
7148 "tree-sitter",
7149 "tree-sitter-elixir",
7150 "tree-sitter-embedded-template",
7151 "tree-sitter-heex",
7152 "tree-sitter-html",
7153 "tree-sitter-json",
7154 "tree-sitter-md",
7155 "tree-sitter-ruby",
7156 "tree-sitter-rust",
7157 "tree-sitter-typescript",
7158 "unicase",
7159 "unindent",
7160 "util",
7161]
7162
7163[[package]]
7164name = "language_extension"
7165version = "0.1.0"
7166dependencies = [
7167 "anyhow",
7168 "async-trait",
7169 "collections",
7170 "extension",
7171 "fs",
7172 "futures 0.3.31",
7173 "gpui",
7174 "language",
7175 "lsp",
7176 "serde",
7177 "serde_json",
7178 "util",
7179]
7180
7181[[package]]
7182name = "language_model"
7183version = "0.1.0"
7184dependencies = [
7185 "anthropic",
7186 "anyhow",
7187 "base64 0.22.1",
7188 "client",
7189 "collections",
7190 "futures 0.3.31",
7191 "google_ai",
7192 "gpui",
7193 "http_client",
7194 "image",
7195 "log",
7196 "open_ai",
7197 "parking_lot",
7198 "proto",
7199 "schemars",
7200 "serde",
7201 "serde_json",
7202 "smol",
7203 "strum",
7204 "telemetry_events",
7205 "thiserror 1.0.69",
7206 "ui",
7207 "util",
7208]
7209
7210[[package]]
7211name = "language_model_selector"
7212version = "0.1.0"
7213dependencies = [
7214 "feature_flags",
7215 "gpui",
7216 "language_model",
7217 "log",
7218 "picker",
7219 "proto",
7220 "ui",
7221 "workspace",
7222 "zed_actions",
7223]
7224
7225[[package]]
7226name = "language_models"
7227version = "0.1.0"
7228dependencies = [
7229 "anthropic",
7230 "anyhow",
7231 "aws-config",
7232 "aws-credential-types",
7233 "aws_http_client",
7234 "bedrock",
7235 "client",
7236 "collections",
7237 "copilot",
7238 "credentials_provider",
7239 "deepseek",
7240 "editor",
7241 "feature_flags",
7242 "fs",
7243 "futures 0.3.31",
7244 "google_ai",
7245 "gpui",
7246 "gpui_tokio",
7247 "http_client",
7248 "language_model",
7249 "lmstudio",
7250 "log",
7251 "menu",
7252 "mistral",
7253 "ollama",
7254 "open_ai",
7255 "project",
7256 "proto",
7257 "schemars",
7258 "serde",
7259 "serde_json",
7260 "settings",
7261 "smol",
7262 "strum",
7263 "theme",
7264 "tiktoken-rs",
7265 "tokio",
7266 "ui",
7267 "util",
7268]
7269
7270[[package]]
7271name = "language_selector"
7272version = "0.1.0"
7273dependencies = [
7274 "anyhow",
7275 "editor",
7276 "file_finder",
7277 "file_icons",
7278 "fuzzy",
7279 "gpui",
7280 "language",
7281 "picker",
7282 "project",
7283 "settings",
7284 "ui",
7285 "util",
7286 "workspace",
7287]
7288
7289[[package]]
7290name = "language_tools"
7291version = "0.1.0"
7292dependencies = [
7293 "anyhow",
7294 "client",
7295 "collections",
7296 "copilot",
7297 "editor",
7298 "env_logger 0.11.7",
7299 "futures 0.3.31",
7300 "gpui",
7301 "itertools 0.14.0",
7302 "language",
7303 "lsp",
7304 "project",
7305 "release_channel",
7306 "serde_json",
7307 "settings",
7308 "theme",
7309 "tree-sitter",
7310 "ui",
7311 "util",
7312 "workspace",
7313 "zed_actions",
7314]
7315
7316[[package]]
7317name = "languages"
7318version = "0.1.0"
7319dependencies = [
7320 "anyhow",
7321 "async-compression",
7322 "async-tar",
7323 "async-trait",
7324 "collections",
7325 "futures 0.3.31",
7326 "gpui",
7327 "http_client",
7328 "language",
7329 "log",
7330 "lsp",
7331 "node_runtime",
7332 "paths",
7333 "pet",
7334 "pet-conda",
7335 "pet-core",
7336 "pet-fs",
7337 "pet-poetry",
7338 "pet-reporter",
7339 "pretty_assertions",
7340 "project",
7341 "regex",
7342 "rope",
7343 "rust-embed",
7344 "serde",
7345 "serde_json",
7346 "settings",
7347 "smol",
7348 "snippet_provider",
7349 "task",
7350 "text",
7351 "theme",
7352 "toml 0.8.20",
7353 "tree-sitter",
7354 "tree-sitter-bash",
7355 "tree-sitter-c",
7356 "tree-sitter-cpp",
7357 "tree-sitter-css",
7358 "tree-sitter-diff",
7359 "tree-sitter-gitcommit",
7360 "tree-sitter-go",
7361 "tree-sitter-gomod",
7362 "tree-sitter-gowork",
7363 "tree-sitter-jsdoc",
7364 "tree-sitter-json",
7365 "tree-sitter-md",
7366 "tree-sitter-python",
7367 "tree-sitter-regex",
7368 "tree-sitter-rust",
7369 "tree-sitter-typescript",
7370 "tree-sitter-yaml",
7371 "unindent",
7372 "util",
7373 "workspace",
7374]
7375
7376[[package]]
7377name = "lazy_static"
7378version = "1.5.0"
7379source = "registry+https://github.com/rust-lang/crates.io-index"
7380checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7381dependencies = [
7382 "spin",
7383]
7384
7385[[package]]
7386name = "lazycell"
7387version = "1.3.0"
7388source = "registry+https://github.com/rust-lang/crates.io-index"
7389checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
7390
7391[[package]]
7392name = "leb128"
7393version = "0.2.5"
7394source = "registry+https://github.com/rust-lang/crates.io-index"
7395checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7396
7397[[package]]
7398name = "lebe"
7399version = "0.5.2"
7400source = "registry+https://github.com/rust-lang/crates.io-index"
7401checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7402
7403[[package]]
7404name = "libc"
7405version = "0.2.171"
7406source = "registry+https://github.com/rust-lang/crates.io-index"
7407checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
7408
7409[[package]]
7410name = "libdbus-sys"
7411version = "0.2.5"
7412source = "registry+https://github.com/rust-lang/crates.io-index"
7413checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7414dependencies = [
7415 "cc",
7416 "pkg-config",
7417]
7418
7419[[package]]
7420name = "libfuzzer-sys"
7421version = "0.4.8"
7422source = "registry+https://github.com/rust-lang/crates.io-index"
7423checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7424dependencies = [
7425 "arbitrary",
7426 "cc",
7427]
7428
7429[[package]]
7430name = "libgit2-sys"
7431version = "0.18.1+1.9.0"
7432source = "registry+https://github.com/rust-lang/crates.io-index"
7433checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
7434dependencies = [
7435 "cc",
7436 "libc",
7437 "libz-sys",
7438 "pkg-config",
7439]
7440
7441[[package]]
7442name = "libloading"
7443version = "0.8.6"
7444source = "registry+https://github.com/rust-lang/crates.io-index"
7445checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7446dependencies = [
7447 "cfg-if",
7448 "windows-targets 0.52.6",
7449]
7450
7451[[package]]
7452name = "libm"
7453version = "0.2.11"
7454source = "registry+https://github.com/rust-lang/crates.io-index"
7455checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7456
7457[[package]]
7458name = "libmimalloc-sys"
7459version = "0.1.39"
7460source = "registry+https://github.com/rust-lang/crates.io-index"
7461checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7462dependencies = [
7463 "cc",
7464 "libc",
7465]
7466
7467[[package]]
7468name = "libredox"
7469version = "0.1.3"
7470source = "registry+https://github.com/rust-lang/crates.io-index"
7471checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7472dependencies = [
7473 "bitflags 2.8.0",
7474 "libc",
7475 "redox_syscall 0.5.8",
7476]
7477
7478[[package]]
7479name = "libsqlite3-sys"
7480version = "0.30.1"
7481source = "registry+https://github.com/rust-lang/crates.io-index"
7482checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7483dependencies = [
7484 "cc",
7485 "pkg-config",
7486 "vcpkg",
7487]
7488
7489[[package]]
7490name = "libwebrtc"
7491version = "0.3.7"
7492source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7493dependencies = [
7494 "cxx",
7495 "jni",
7496 "js-sys",
7497 "lazy_static",
7498 "livekit-protocol",
7499 "livekit-runtime",
7500 "log",
7501 "parking_lot",
7502 "serde",
7503 "serde_json",
7504 "thiserror 1.0.69",
7505 "tokio",
7506 "wasm-bindgen",
7507 "wasm-bindgen-futures",
7508 "web-sys",
7509 "webrtc-sys",
7510]
7511
7512[[package]]
7513name = "libz-sys"
7514version = "1.1.20"
7515source = "registry+https://github.com/rust-lang/crates.io-index"
7516checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7517dependencies = [
7518 "cc",
7519 "libc",
7520 "pkg-config",
7521 "vcpkg",
7522]
7523
7524[[package]]
7525name = "link-cplusplus"
7526version = "1.0.9"
7527source = "registry+https://github.com/rust-lang/crates.io-index"
7528checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7529dependencies = [
7530 "cc",
7531]
7532
7533[[package]]
7534name = "linkify"
7535version = "0.10.0"
7536source = "registry+https://github.com/rust-lang/crates.io-index"
7537checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7538dependencies = [
7539 "memchr",
7540]
7541
7542[[package]]
7543name = "linkme"
7544version = "0.3.32"
7545source = "registry+https://github.com/rust-lang/crates.io-index"
7546checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
7547dependencies = [
7548 "linkme-impl",
7549]
7550
7551[[package]]
7552name = "linkme-impl"
7553version = "0.3.32"
7554source = "registry+https://github.com/rust-lang/crates.io-index"
7555checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
7556dependencies = [
7557 "proc-macro2",
7558 "quote",
7559 "syn 2.0.100",
7560]
7561
7562[[package]]
7563name = "linux-raw-sys"
7564version = "0.4.14"
7565source = "registry+https://github.com/rust-lang/crates.io-index"
7566checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7567
7568[[package]]
7569name = "litemap"
7570version = "0.7.4"
7571source = "registry+https://github.com/rust-lang/crates.io-index"
7572checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7573
7574[[package]]
7575name = "livekit"
7576version = "0.7.0"
7577source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7578dependencies = [
7579 "chrono",
7580 "futures-util",
7581 "lazy_static",
7582 "libwebrtc",
7583 "livekit-api",
7584 "livekit-protocol",
7585 "livekit-runtime",
7586 "log",
7587 "parking_lot",
7588 "prost 0.12.6",
7589 "semver",
7590 "serde",
7591 "serde_json",
7592 "thiserror 1.0.69",
7593 "tokio",
7594]
7595
7596[[package]]
7597name = "livekit-api"
7598version = "0.4.1"
7599source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7600dependencies = [
7601 "async-tungstenite",
7602 "futures-util",
7603 "http 0.2.12",
7604 "jsonwebtoken",
7605 "livekit-protocol",
7606 "livekit-runtime",
7607 "log",
7608 "parking_lot",
7609 "prost 0.12.6",
7610 "reqwest 0.11.27",
7611 "scopeguard",
7612 "serde",
7613 "serde_json",
7614 "sha2",
7615 "thiserror 1.0.69",
7616 "tokio",
7617 "tokio-tungstenite 0.20.1",
7618 "url",
7619]
7620
7621[[package]]
7622name = "livekit-protocol"
7623version = "0.3.6"
7624source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7625dependencies = [
7626 "futures-util",
7627 "livekit-runtime",
7628 "parking_lot",
7629 "pbjson",
7630 "pbjson-types",
7631 "prost 0.12.6",
7632 "prost-types 0.12.6",
7633 "serde",
7634 "thiserror 1.0.69",
7635 "tokio",
7636]
7637
7638[[package]]
7639name = "livekit-runtime"
7640version = "0.3.1"
7641source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7642dependencies = [
7643 "async-io",
7644 "async-std",
7645 "async-task",
7646 "futures 0.3.31",
7647]
7648
7649[[package]]
7650name = "livekit_api"
7651version = "0.1.0"
7652dependencies = [
7653 "anyhow",
7654 "async-trait",
7655 "jsonwebtoken",
7656 "log",
7657 "prost 0.9.0",
7658 "prost-build 0.9.0",
7659 "prost-types 0.9.0",
7660 "reqwest 0.12.8",
7661 "serde",
7662]
7663
7664[[package]]
7665name = "livekit_client"
7666version = "0.1.0"
7667dependencies = [
7668 "anyhow",
7669 "async-trait",
7670 "collections",
7671 "core-foundation 0.9.4",
7672 "coreaudio-rs 0.12.1",
7673 "cpal",
7674 "futures 0.3.31",
7675 "gpui",
7676 "http 0.2.12",
7677 "http_client",
7678 "image",
7679 "livekit",
7680 "livekit_api",
7681 "log",
7682 "media",
7683 "nanoid",
7684 "parking_lot",
7685 "postage",
7686 "serde",
7687 "serde_json",
7688 "sha2",
7689 "simplelog",
7690 "smallvec",
7691 "util",
7692]
7693
7694[[package]]
7695name = "livekit_client_macos"
7696version = "0.1.0"
7697dependencies = [
7698 "anyhow",
7699 "async-broadcast",
7700 "async-trait",
7701 "collections",
7702 "core-foundation 0.9.4",
7703 "futures 0.3.31",
7704 "gpui",
7705 "livekit_api",
7706 "log",
7707 "media",
7708 "nanoid",
7709 "parking_lot",
7710 "postage",
7711 "serde",
7712 "serde_json",
7713 "sha2",
7714 "simplelog",
7715]
7716
7717[[package]]
7718name = "lmdb-master-sys"
7719version = "0.2.4"
7720source = "registry+https://github.com/rust-lang/crates.io-index"
7721checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7722dependencies = [
7723 "cc",
7724 "doxygen-rs",
7725 "libc",
7726]
7727
7728[[package]]
7729name = "lmstudio"
7730version = "0.1.0"
7731dependencies = [
7732 "anyhow",
7733 "futures 0.3.31",
7734 "http_client",
7735 "schemars",
7736 "serde",
7737 "serde_json",
7738]
7739
7740[[package]]
7741name = "lock_api"
7742version = "0.4.12"
7743source = "registry+https://github.com/rust-lang/crates.io-index"
7744checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7745dependencies = [
7746 "autocfg",
7747 "scopeguard",
7748]
7749
7750[[package]]
7751name = "log"
7752version = "0.4.26"
7753source = "registry+https://github.com/rust-lang/crates.io-index"
7754checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
7755dependencies = [
7756 "serde",
7757 "value-bag",
7758]
7759
7760[[package]]
7761name = "loop9"
7762version = "0.1.5"
7763source = "registry+https://github.com/rust-lang/crates.io-index"
7764checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7765dependencies = [
7766 "imgref",
7767]
7768
7769[[package]]
7770name = "lru"
7771version = "0.12.5"
7772source = "registry+https://github.com/rust-lang/crates.io-index"
7773checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7774dependencies = [
7775 "hashbrown 0.15.2",
7776]
7777
7778[[package]]
7779name = "lsp"
7780version = "0.1.0"
7781dependencies = [
7782 "anyhow",
7783 "async-pipe",
7784 "collections",
7785 "ctor",
7786 "env_logger 0.11.7",
7787 "futures 0.3.31",
7788 "gpui",
7789 "log",
7790 "lsp-types",
7791 "parking_lot",
7792 "postage",
7793 "release_channel",
7794 "schemars",
7795 "serde",
7796 "serde_json",
7797 "smol",
7798 "util",
7799]
7800
7801[[package]]
7802name = "lsp-types"
7803version = "0.95.1"
7804source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
7805dependencies = [
7806 "bitflags 1.3.2",
7807 "serde",
7808 "serde_json",
7809 "serde_repr",
7810 "url",
7811]
7812
7813[[package]]
7814name = "lua-src"
7815version = "547.0.0"
7816source = "registry+https://github.com/rust-lang/crates.io-index"
7817checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
7818dependencies = [
7819 "cc",
7820]
7821
7822[[package]]
7823name = "luajit-src"
7824version = "210.5.12+a4f56a4"
7825source = "registry+https://github.com/rust-lang/crates.io-index"
7826checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
7827dependencies = [
7828 "cc",
7829 "which 7.0.2",
7830]
7831
7832[[package]]
7833name = "lyon"
7834version = "1.0.1"
7835source = "registry+https://github.com/rust-lang/crates.io-index"
7836checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
7837dependencies = [
7838 "lyon_algorithms",
7839 "lyon_extra",
7840 "lyon_tessellation",
7841]
7842
7843[[package]]
7844name = "lyon_algorithms"
7845version = "1.0.5"
7846source = "registry+https://github.com/rust-lang/crates.io-index"
7847checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
7848dependencies = [
7849 "lyon_path",
7850 "num-traits",
7851]
7852
7853[[package]]
7854name = "lyon_extra"
7855version = "1.0.3"
7856source = "registry+https://github.com/rust-lang/crates.io-index"
7857checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
7858dependencies = [
7859 "lyon_path",
7860 "thiserror 1.0.69",
7861]
7862
7863[[package]]
7864name = "lyon_geom"
7865version = "1.0.6"
7866source = "registry+https://github.com/rust-lang/crates.io-index"
7867checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
7868dependencies = [
7869 "arrayvec",
7870 "euclid",
7871 "num-traits",
7872]
7873
7874[[package]]
7875name = "lyon_path"
7876version = "1.0.6"
7877source = "registry+https://github.com/rust-lang/crates.io-index"
7878checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
7879dependencies = [
7880 "lyon_geom",
7881 "num-traits",
7882]
7883
7884[[package]]
7885name = "lyon_tessellation"
7886version = "1.0.15"
7887source = "registry+https://github.com/rust-lang/crates.io-index"
7888checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
7889dependencies = [
7890 "float_next_after",
7891 "lyon_path",
7892 "num-traits",
7893]
7894
7895[[package]]
7896name = "mac"
7897version = "0.1.1"
7898source = "registry+https://github.com/rust-lang/crates.io-index"
7899checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7900
7901[[package]]
7902name = "mach2"
7903version = "0.4.2"
7904source = "registry+https://github.com/rust-lang/crates.io-index"
7905checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7906dependencies = [
7907 "libc",
7908]
7909
7910[[package]]
7911name = "malloc_buf"
7912version = "0.0.6"
7913source = "registry+https://github.com/rust-lang/crates.io-index"
7914checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7915dependencies = [
7916 "libc",
7917]
7918
7919[[package]]
7920name = "maplit"
7921version = "1.0.2"
7922source = "registry+https://github.com/rust-lang/crates.io-index"
7923checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7924
7925[[package]]
7926name = "markdown"
7927version = "0.1.0"
7928dependencies = [
7929 "anyhow",
7930 "assets",
7931 "env_logger 0.11.7",
7932 "gpui",
7933 "language",
7934 "languages",
7935 "linkify",
7936 "log",
7937 "node_runtime",
7938 "pulldown-cmark 0.12.2",
7939 "settings",
7940 "theme",
7941 "ui",
7942 "util",
7943]
7944
7945[[package]]
7946name = "markdown_preview"
7947version = "0.1.0"
7948dependencies = [
7949 "anyhow",
7950 "async-recursion 1.1.1",
7951 "collections",
7952 "editor",
7953 "gpui",
7954 "language",
7955 "linkify",
7956 "log",
7957 "pretty_assertions",
7958 "pulldown-cmark 0.12.2",
7959 "settings",
7960 "theme",
7961 "ui",
7962 "util",
7963 "workspace",
7964]
7965
7966[[package]]
7967name = "markup5ever"
7968version = "0.12.1"
7969source = "registry+https://github.com/rust-lang/crates.io-index"
7970checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7971dependencies = [
7972 "log",
7973 "phf",
7974 "phf_codegen",
7975 "string_cache",
7976 "string_cache_codegen",
7977 "tendril",
7978]
7979
7980[[package]]
7981name = "markup5ever_rcdom"
7982version = "0.3.0"
7983source = "registry+https://github.com/rust-lang/crates.io-index"
7984checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7985dependencies = [
7986 "html5ever",
7987 "markup5ever",
7988 "tendril",
7989 "xml5ever",
7990]
7991
7992[[package]]
7993name = "matchers"
7994version = "0.1.0"
7995source = "registry+https://github.com/rust-lang/crates.io-index"
7996checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7997dependencies = [
7998 "regex-automata 0.1.10",
7999]
8000
8001[[package]]
8002name = "matchit"
8003version = "0.7.3"
8004source = "registry+https://github.com/rust-lang/crates.io-index"
8005checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
8006
8007[[package]]
8008name = "maybe-owned"
8009version = "0.3.4"
8010source = "registry+https://github.com/rust-lang/crates.io-index"
8011checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
8012
8013[[package]]
8014name = "maybe-rayon"
8015version = "0.1.1"
8016source = "registry+https://github.com/rust-lang/crates.io-index"
8017checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
8018dependencies = [
8019 "cfg-if",
8020 "rayon",
8021]
8022
8023[[package]]
8024name = "md-5"
8025version = "0.10.6"
8026source = "registry+https://github.com/rust-lang/crates.io-index"
8027checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
8028dependencies = [
8029 "cfg-if",
8030 "digest",
8031]
8032
8033[[package]]
8034name = "mdbook"
8035version = "0.4.47"
8036source = "registry+https://github.com/rust-lang/crates.io-index"
8037checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
8038dependencies = [
8039 "ammonia",
8040 "anyhow",
8041 "chrono",
8042 "clap",
8043 "clap_complete",
8044 "elasticlunr-rs",
8045 "env_logger 0.11.7",
8046 "futures-util",
8047 "handlebars 6.2.0",
8048 "hex",
8049 "ignore",
8050 "log",
8051 "memchr",
8052 "notify 8.0.0",
8053 "notify-debouncer-mini",
8054 "once_cell",
8055 "opener",
8056 "pathdiff",
8057 "pulldown-cmark 0.10.3",
8058 "regex",
8059 "serde",
8060 "serde_json",
8061 "sha2",
8062 "shlex",
8063 "tempfile",
8064 "tokio",
8065 "toml 0.5.11",
8066 "topological-sort",
8067 "walkdir",
8068 "warp",
8069]
8070
8071[[package]]
8072name = "media"
8073version = "0.1.0"
8074dependencies = [
8075 "anyhow",
8076 "bindgen 0.70.1",
8077 "core-foundation 0.9.4",
8078 "ctor",
8079 "foreign-types 0.5.0",
8080 "metal",
8081 "objc",
8082]
8083
8084[[package]]
8085name = "memchr"
8086version = "2.7.4"
8087source = "registry+https://github.com/rust-lang/crates.io-index"
8088checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
8089
8090[[package]]
8091name = "memfd"
8092version = "0.6.4"
8093source = "registry+https://github.com/rust-lang/crates.io-index"
8094checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
8095dependencies = [
8096 "rustix",
8097]
8098
8099[[package]]
8100name = "memmap2"
8101version = "0.9.5"
8102source = "registry+https://github.com/rust-lang/crates.io-index"
8103checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
8104dependencies = [
8105 "libc",
8106]
8107
8108[[package]]
8109name = "memoffset"
8110version = "0.9.1"
8111source = "registry+https://github.com/rust-lang/crates.io-index"
8112checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
8113dependencies = [
8114 "autocfg",
8115]
8116
8117[[package]]
8118name = "menu"
8119version = "0.1.0"
8120dependencies = [
8121 "gpui",
8122 "serde",
8123]
8124
8125[[package]]
8126name = "metal"
8127version = "0.31.0"
8128source = "registry+https://github.com/rust-lang/crates.io-index"
8129checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
8130dependencies = [
8131 "bitflags 2.8.0",
8132 "block",
8133 "core-graphics-types 0.1.3",
8134 "foreign-types 0.5.0",
8135 "log",
8136 "objc",
8137 "paste",
8138]
8139
8140[[package]]
8141name = "migrator"
8142version = "0.1.0"
8143dependencies = [
8144 "anyhow",
8145 "collections",
8146 "convert_case 0.8.0",
8147 "log",
8148 "pretty_assertions",
8149 "streaming-iterator",
8150 "tree-sitter",
8151 "tree-sitter-json",
8152]
8153
8154[[package]]
8155name = "mimalloc"
8156version = "0.1.43"
8157source = "registry+https://github.com/rust-lang/crates.io-index"
8158checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
8159dependencies = [
8160 "libmimalloc-sys",
8161]
8162
8163[[package]]
8164name = "mime"
8165version = "0.3.17"
8166source = "registry+https://github.com/rust-lang/crates.io-index"
8167checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
8168
8169[[package]]
8170name = "mime_guess"
8171version = "2.0.5"
8172source = "registry+https://github.com/rust-lang/crates.io-index"
8173checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
8174dependencies = [
8175 "mime",
8176 "unicase",
8177]
8178
8179[[package]]
8180name = "minimal-lexical"
8181version = "0.2.1"
8182source = "registry+https://github.com/rust-lang/crates.io-index"
8183checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
8184
8185[[package]]
8186name = "miniz_oxide"
8187version = "0.8.0"
8188source = "registry+https://github.com/rust-lang/crates.io-index"
8189checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
8190dependencies = [
8191 "adler2",
8192 "simd-adler32",
8193]
8194
8195[[package]]
8196name = "mint"
8197version = "0.5.9"
8198source = "registry+https://github.com/rust-lang/crates.io-index"
8199checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
8200
8201[[package]]
8202name = "mio"
8203version = "0.8.11"
8204source = "registry+https://github.com/rust-lang/crates.io-index"
8205checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
8206dependencies = [
8207 "libc",
8208 "log",
8209 "wasi 0.11.0+wasi-snapshot-preview1",
8210 "windows-sys 0.48.0",
8211]
8212
8213[[package]]
8214name = "mio"
8215version = "1.0.3"
8216source = "registry+https://github.com/rust-lang/crates.io-index"
8217checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
8218dependencies = [
8219 "libc",
8220 "log",
8221 "wasi 0.11.0+wasi-snapshot-preview1",
8222 "windows-sys 0.52.0",
8223]
8224
8225[[package]]
8226name = "miow"
8227version = "0.6.0"
8228source = "registry+https://github.com/rust-lang/crates.io-index"
8229checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
8230dependencies = [
8231 "windows-sys 0.48.0",
8232]
8233
8234[[package]]
8235name = "mistral"
8236version = "0.1.0"
8237dependencies = [
8238 "anyhow",
8239 "futures 0.3.31",
8240 "http_client",
8241 "schemars",
8242 "serde",
8243 "serde_json",
8244 "strum",
8245]
8246
8247[[package]]
8248name = "mlua"
8249version = "0.10.3"
8250source = "registry+https://github.com/rust-lang/crates.io-index"
8251checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
8252dependencies = [
8253 "bstr",
8254 "either",
8255 "futures-util",
8256 "mlua-sys",
8257 "num-traits",
8258 "parking_lot",
8259 "rustc-hash 2.1.1",
8260]
8261
8262[[package]]
8263name = "mlua-sys"
8264version = "0.6.7"
8265source = "registry+https://github.com/rust-lang/crates.io-index"
8266checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
8267dependencies = [
8268 "cc",
8269 "cfg-if",
8270 "lua-src",
8271 "luajit-src",
8272 "pkg-config",
8273]
8274
8275[[package]]
8276name = "msvc_spectre_libs"
8277version = "0.1.2"
8278source = "registry+https://github.com/rust-lang/crates.io-index"
8279checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
8280dependencies = [
8281 "cc",
8282]
8283
8284[[package]]
8285name = "multi_buffer"
8286version = "0.1.0"
8287dependencies = [
8288 "anyhow",
8289 "buffer_diff",
8290 "clock",
8291 "collections",
8292 "ctor",
8293 "env_logger 0.11.7",
8294 "futures 0.3.31",
8295 "gpui",
8296 "indoc",
8297 "itertools 0.14.0",
8298 "language",
8299 "log",
8300 "parking_lot",
8301 "pretty_assertions",
8302 "project",
8303 "rand 0.8.5",
8304 "rope",
8305 "serde",
8306 "settings",
8307 "smallvec",
8308 "smol",
8309 "sum_tree",
8310 "text",
8311 "theme",
8312 "tree-sitter",
8313 "util",
8314]
8315
8316[[package]]
8317name = "multimap"
8318version = "0.8.3"
8319source = "registry+https://github.com/rust-lang/crates.io-index"
8320checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
8321
8322[[package]]
8323name = "multimap"
8324version = "0.10.0"
8325source = "registry+https://github.com/rust-lang/crates.io-index"
8326checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
8327
8328[[package]]
8329name = "naga"
8330version = "23.1.0"
8331source = "registry+https://github.com/rust-lang/crates.io-index"
8332checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
8333dependencies = [
8334 "arrayvec",
8335 "bit-set 0.8.0",
8336 "bitflags 2.8.0",
8337 "cfg_aliases 0.1.1",
8338 "codespan-reporting",
8339 "hexf-parse",
8340 "indexmap",
8341 "log",
8342 "rustc-hash 1.1.0",
8343 "spirv",
8344 "termcolor",
8345 "thiserror 1.0.69",
8346 "unicode-xid",
8347]
8348
8349[[package]]
8350name = "nanoid"
8351version = "0.4.0"
8352source = "registry+https://github.com/rust-lang/crates.io-index"
8353checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
8354dependencies = [
8355 "rand 0.8.5",
8356]
8357
8358[[package]]
8359name = "nanorand"
8360version = "0.7.0"
8361source = "registry+https://github.com/rust-lang/crates.io-index"
8362checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
8363dependencies = [
8364 "getrandom 0.2.15",
8365]
8366
8367[[package]]
8368name = "native-tls"
8369version = "0.2.12"
8370source = "registry+https://github.com/rust-lang/crates.io-index"
8371checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
8372dependencies = [
8373 "libc",
8374 "log",
8375 "openssl",
8376 "openssl-probe",
8377 "openssl-sys",
8378 "schannel",
8379 "security-framework 2.11.1",
8380 "security-framework-sys",
8381 "tempfile",
8382]
8383
8384[[package]]
8385name = "nbformat"
8386version = "0.10.0"
8387source = "registry+https://github.com/rust-lang/crates.io-index"
8388checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
8389dependencies = [
8390 "anyhow",
8391 "chrono",
8392 "jupyter-protocol",
8393 "serde",
8394 "serde_json",
8395 "thiserror 1.0.69",
8396 "uuid",
8397]
8398
8399[[package]]
8400name = "ndk"
8401version = "0.8.0"
8402source = "registry+https://github.com/rust-lang/crates.io-index"
8403checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
8404dependencies = [
8405 "bitflags 2.8.0",
8406 "jni-sys",
8407 "log",
8408 "ndk-sys",
8409 "num_enum",
8410 "thiserror 1.0.69",
8411]
8412
8413[[package]]
8414name = "ndk-context"
8415version = "0.1.1"
8416source = "registry+https://github.com/rust-lang/crates.io-index"
8417checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
8418
8419[[package]]
8420name = "ndk-sys"
8421version = "0.5.0+25.2.9519653"
8422source = "registry+https://github.com/rust-lang/crates.io-index"
8423checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
8424dependencies = [
8425 "jni-sys",
8426]
8427
8428[[package]]
8429name = "new_debug_unreachable"
8430version = "1.0.6"
8431source = "registry+https://github.com/rust-lang/crates.io-index"
8432checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
8433
8434[[package]]
8435name = "nix"
8436version = "0.29.0"
8437source = "registry+https://github.com/rust-lang/crates.io-index"
8438checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
8439dependencies = [
8440 "bitflags 2.8.0",
8441 "cfg-if",
8442 "cfg_aliases 0.2.1",
8443 "libc",
8444 "memoffset",
8445]
8446
8447[[package]]
8448name = "node_runtime"
8449version = "0.1.0"
8450dependencies = [
8451 "anyhow",
8452 "async-compression",
8453 "async-std",
8454 "async-tar",
8455 "async-trait",
8456 "async-watch",
8457 "async_zip",
8458 "futures 0.3.31",
8459 "http_client",
8460 "log",
8461 "paths",
8462 "semver",
8463 "serde",
8464 "serde_json",
8465 "smol",
8466 "tempfile",
8467 "util",
8468 "walkdir",
8469 "which 6.0.3",
8470]
8471
8472[[package]]
8473name = "nom"
8474version = "7.1.3"
8475source = "registry+https://github.com/rust-lang/crates.io-index"
8476checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
8477dependencies = [
8478 "memchr",
8479 "minimal-lexical",
8480]
8481
8482[[package]]
8483name = "noop_proc_macro"
8484version = "0.3.0"
8485source = "registry+https://github.com/rust-lang/crates.io-index"
8486checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
8487
8488[[package]]
8489name = "normpath"
8490version = "1.3.0"
8491source = "registry+https://github.com/rust-lang/crates.io-index"
8492checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
8493dependencies = [
8494 "windows-sys 0.59.0",
8495]
8496
8497[[package]]
8498name = "notifications"
8499version = "0.1.0"
8500dependencies = [
8501 "anyhow",
8502 "channel",
8503 "client",
8504 "collections",
8505 "component",
8506 "db",
8507 "gpui",
8508 "linkme",
8509 "rpc",
8510 "settings",
8511 "sum_tree",
8512 "time",
8513 "ui",
8514 "util",
8515 "workspace",
8516]
8517
8518[[package]]
8519name = "notify"
8520version = "6.1.1"
8521source = "registry+https://github.com/rust-lang/crates.io-index"
8522checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
8523dependencies = [
8524 "bitflags 2.8.0",
8525 "crossbeam-channel",
8526 "filetime",
8527 "fsevent-sys 4.1.0",
8528 "inotify 0.9.6",
8529 "kqueue",
8530 "libc",
8531 "log",
8532 "mio 0.8.11",
8533 "walkdir",
8534 "windows-sys 0.48.0",
8535]
8536
8537[[package]]
8538name = "notify"
8539version = "8.0.0"
8540source = "registry+https://github.com/rust-lang/crates.io-index"
8541checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
8542dependencies = [
8543 "bitflags 2.8.0",
8544 "filetime",
8545 "fsevent-sys 4.1.0",
8546 "inotify 0.11.0",
8547 "kqueue",
8548 "libc",
8549 "log",
8550 "mio 1.0.3",
8551 "notify-types",
8552 "walkdir",
8553 "windows-sys 0.59.0",
8554]
8555
8556[[package]]
8557name = "notify-debouncer-mini"
8558version = "0.6.0"
8559source = "registry+https://github.com/rust-lang/crates.io-index"
8560checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
8561dependencies = [
8562 "log",
8563 "notify 8.0.0",
8564 "notify-types",
8565 "tempfile",
8566]
8567
8568[[package]]
8569name = "notify-types"
8570version = "2.0.0"
8571source = "registry+https://github.com/rust-lang/crates.io-index"
8572checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
8573
8574[[package]]
8575name = "ntapi"
8576version = "0.4.1"
8577source = "registry+https://github.com/rust-lang/crates.io-index"
8578checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8579dependencies = [
8580 "winapi",
8581]
8582
8583[[package]]
8584name = "nu-ansi-term"
8585version = "0.46.0"
8586source = "registry+https://github.com/rust-lang/crates.io-index"
8587checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8588dependencies = [
8589 "overload",
8590 "winapi",
8591]
8592
8593[[package]]
8594name = "num"
8595version = "0.4.3"
8596source = "registry+https://github.com/rust-lang/crates.io-index"
8597checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8598dependencies = [
8599 "num-bigint",
8600 "num-complex",
8601 "num-integer",
8602 "num-iter",
8603 "num-rational",
8604 "num-traits",
8605]
8606
8607[[package]]
8608name = "num-bigint"
8609version = "0.4.6"
8610source = "registry+https://github.com/rust-lang/crates.io-index"
8611checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8612dependencies = [
8613 "num-integer",
8614 "num-traits",
8615]
8616
8617[[package]]
8618name = "num-bigint-dig"
8619version = "0.8.4"
8620source = "registry+https://github.com/rust-lang/crates.io-index"
8621checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8622dependencies = [
8623 "byteorder",
8624 "lazy_static",
8625 "libm",
8626 "num-integer",
8627 "num-iter",
8628 "num-traits",
8629 "rand 0.8.5",
8630 "serde",
8631 "smallvec",
8632 "zeroize",
8633]
8634
8635[[package]]
8636name = "num-complex"
8637version = "0.4.6"
8638source = "registry+https://github.com/rust-lang/crates.io-index"
8639checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8640dependencies = [
8641 "num-traits",
8642]
8643
8644[[package]]
8645name = "num-conv"
8646version = "0.1.0"
8647source = "registry+https://github.com/rust-lang/crates.io-index"
8648checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8649
8650[[package]]
8651name = "num-derive"
8652version = "0.4.2"
8653source = "registry+https://github.com/rust-lang/crates.io-index"
8654checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8655dependencies = [
8656 "proc-macro2",
8657 "quote",
8658 "syn 2.0.100",
8659]
8660
8661[[package]]
8662name = "num-format"
8663version = "0.4.4"
8664source = "registry+https://github.com/rust-lang/crates.io-index"
8665checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8666dependencies = [
8667 "arrayvec",
8668 "itoa",
8669]
8670
8671[[package]]
8672name = "num-integer"
8673version = "0.1.46"
8674source = "registry+https://github.com/rust-lang/crates.io-index"
8675checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8676dependencies = [
8677 "num-traits",
8678]
8679
8680[[package]]
8681name = "num-iter"
8682version = "0.1.45"
8683source = "registry+https://github.com/rust-lang/crates.io-index"
8684checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8685dependencies = [
8686 "autocfg",
8687 "num-integer",
8688 "num-traits",
8689]
8690
8691[[package]]
8692name = "num-modular"
8693version = "0.6.1"
8694source = "registry+https://github.com/rust-lang/crates.io-index"
8695checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8696
8697[[package]]
8698name = "num-order"
8699version = "1.2.0"
8700source = "registry+https://github.com/rust-lang/crates.io-index"
8701checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8702dependencies = [
8703 "num-modular",
8704]
8705
8706[[package]]
8707name = "num-rational"
8708version = "0.4.2"
8709source = "registry+https://github.com/rust-lang/crates.io-index"
8710checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8711dependencies = [
8712 "num-bigint",
8713 "num-integer",
8714 "num-traits",
8715]
8716
8717[[package]]
8718name = "num-traits"
8719version = "0.2.19"
8720source = "registry+https://github.com/rust-lang/crates.io-index"
8721checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8722dependencies = [
8723 "autocfg",
8724 "libm",
8725]
8726
8727[[package]]
8728name = "num_cpus"
8729version = "1.16.0"
8730source = "registry+https://github.com/rust-lang/crates.io-index"
8731checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8732dependencies = [
8733 "hermit-abi 0.3.9",
8734 "libc",
8735]
8736
8737[[package]]
8738name = "num_enum"
8739version = "0.7.3"
8740source = "registry+https://github.com/rust-lang/crates.io-index"
8741checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8742dependencies = [
8743 "num_enum_derive",
8744]
8745
8746[[package]]
8747name = "num_enum_derive"
8748version = "0.7.3"
8749source = "registry+https://github.com/rust-lang/crates.io-index"
8750checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8751dependencies = [
8752 "proc-macro-crate",
8753 "proc-macro2",
8754 "quote",
8755 "syn 2.0.100",
8756]
8757
8758[[package]]
8759name = "num_threads"
8760version = "0.1.7"
8761source = "registry+https://github.com/rust-lang/crates.io-index"
8762checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8763dependencies = [
8764 "libc",
8765]
8766
8767[[package]]
8768name = "nvim-rs"
8769version = "0.8.0-pre"
8770source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8771dependencies = [
8772 "async-trait",
8773 "futures 0.3.31",
8774 "log",
8775 "parity-tokio-ipc",
8776 "rmp",
8777 "rmpv",
8778 "tokio",
8779 "tokio-util",
8780 "winapi",
8781]
8782
8783[[package]]
8784name = "objc"
8785version = "0.2.7"
8786source = "registry+https://github.com/rust-lang/crates.io-index"
8787checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8788dependencies = [
8789 "malloc_buf",
8790]
8791
8792[[package]]
8793name = "objc-sys"
8794version = "0.3.5"
8795source = "registry+https://github.com/rust-lang/crates.io-index"
8796checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8797
8798[[package]]
8799name = "objc2"
8800version = "0.5.2"
8801source = "registry+https://github.com/rust-lang/crates.io-index"
8802checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8803dependencies = [
8804 "objc-sys",
8805 "objc2-encode",
8806]
8807
8808[[package]]
8809name = "objc2-app-kit"
8810version = "0.2.2"
8811source = "registry+https://github.com/rust-lang/crates.io-index"
8812checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8813dependencies = [
8814 "bitflags 2.8.0",
8815 "block2",
8816 "libc",
8817 "objc2",
8818 "objc2-core-data",
8819 "objc2-core-image",
8820 "objc2-foundation",
8821 "objc2-quartz-core",
8822]
8823
8824[[package]]
8825name = "objc2-cloud-kit"
8826version = "0.2.2"
8827source = "registry+https://github.com/rust-lang/crates.io-index"
8828checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8829dependencies = [
8830 "bitflags 2.8.0",
8831 "block2",
8832 "objc2",
8833 "objc2-core-location",
8834 "objc2-foundation",
8835]
8836
8837[[package]]
8838name = "objc2-contacts"
8839version = "0.2.2"
8840source = "registry+https://github.com/rust-lang/crates.io-index"
8841checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8842dependencies = [
8843 "block2",
8844 "objc2",
8845 "objc2-foundation",
8846]
8847
8848[[package]]
8849name = "objc2-core-data"
8850version = "0.2.2"
8851source = "registry+https://github.com/rust-lang/crates.io-index"
8852checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8853dependencies = [
8854 "bitflags 2.8.0",
8855 "block2",
8856 "objc2",
8857 "objc2-foundation",
8858]
8859
8860[[package]]
8861name = "objc2-core-image"
8862version = "0.2.2"
8863source = "registry+https://github.com/rust-lang/crates.io-index"
8864checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8865dependencies = [
8866 "block2",
8867 "objc2",
8868 "objc2-foundation",
8869 "objc2-metal",
8870]
8871
8872[[package]]
8873name = "objc2-core-location"
8874version = "0.2.2"
8875source = "registry+https://github.com/rust-lang/crates.io-index"
8876checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8877dependencies = [
8878 "block2",
8879 "objc2",
8880 "objc2-contacts",
8881 "objc2-foundation",
8882]
8883
8884[[package]]
8885name = "objc2-encode"
8886version = "4.0.3"
8887source = "registry+https://github.com/rust-lang/crates.io-index"
8888checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8889
8890[[package]]
8891name = "objc2-foundation"
8892version = "0.2.2"
8893source = "registry+https://github.com/rust-lang/crates.io-index"
8894checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8895dependencies = [
8896 "bitflags 2.8.0",
8897 "block2",
8898 "libc",
8899 "objc2",
8900]
8901
8902[[package]]
8903name = "objc2-link-presentation"
8904version = "0.2.2"
8905source = "registry+https://github.com/rust-lang/crates.io-index"
8906checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8907dependencies = [
8908 "block2",
8909 "objc2",
8910 "objc2-app-kit",
8911 "objc2-foundation",
8912]
8913
8914[[package]]
8915name = "objc2-metal"
8916version = "0.2.2"
8917source = "registry+https://github.com/rust-lang/crates.io-index"
8918checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8919dependencies = [
8920 "bitflags 2.8.0",
8921 "block2",
8922 "objc2",
8923 "objc2-foundation",
8924]
8925
8926[[package]]
8927name = "objc2-quartz-core"
8928version = "0.2.2"
8929source = "registry+https://github.com/rust-lang/crates.io-index"
8930checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8931dependencies = [
8932 "bitflags 2.8.0",
8933 "block2",
8934 "objc2",
8935 "objc2-foundation",
8936 "objc2-metal",
8937]
8938
8939[[package]]
8940name = "objc2-symbols"
8941version = "0.2.2"
8942source = "registry+https://github.com/rust-lang/crates.io-index"
8943checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8944dependencies = [
8945 "objc2",
8946 "objc2-foundation",
8947]
8948
8949[[package]]
8950name = "objc2-ui-kit"
8951version = "0.2.2"
8952source = "registry+https://github.com/rust-lang/crates.io-index"
8953checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8954dependencies = [
8955 "bitflags 2.8.0",
8956 "block2",
8957 "objc2",
8958 "objc2-cloud-kit",
8959 "objc2-core-data",
8960 "objc2-core-image",
8961 "objc2-core-location",
8962 "objc2-foundation",
8963 "objc2-link-presentation",
8964 "objc2-quartz-core",
8965 "objc2-symbols",
8966 "objc2-uniform-type-identifiers",
8967 "objc2-user-notifications",
8968]
8969
8970[[package]]
8971name = "objc2-uniform-type-identifiers"
8972version = "0.2.2"
8973source = "registry+https://github.com/rust-lang/crates.io-index"
8974checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8975dependencies = [
8976 "block2",
8977 "objc2",
8978 "objc2-foundation",
8979]
8980
8981[[package]]
8982name = "objc2-user-notifications"
8983version = "0.2.2"
8984source = "registry+https://github.com/rust-lang/crates.io-index"
8985checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8986dependencies = [
8987 "bitflags 2.8.0",
8988 "block2",
8989 "objc2",
8990 "objc2-core-location",
8991 "objc2-foundation",
8992]
8993
8994[[package]]
8995name = "object"
8996version = "0.36.5"
8997source = "registry+https://github.com/rust-lang/crates.io-index"
8998checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8999dependencies = [
9000 "crc32fast",
9001 "hashbrown 0.15.2",
9002 "indexmap",
9003 "memchr",
9004]
9005
9006[[package]]
9007name = "oboe"
9008version = "0.6.1"
9009source = "registry+https://github.com/rust-lang/crates.io-index"
9010checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
9011dependencies = [
9012 "jni",
9013 "ndk",
9014 "ndk-context",
9015 "num-derive",
9016 "num-traits",
9017 "oboe-sys",
9018]
9019
9020[[package]]
9021name = "oboe-sys"
9022version = "0.6.1"
9023source = "registry+https://github.com/rust-lang/crates.io-index"
9024checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
9025dependencies = [
9026 "cc",
9027]
9028
9029[[package]]
9030name = "ollama"
9031version = "0.1.0"
9032dependencies = [
9033 "anyhow",
9034 "futures 0.3.31",
9035 "http_client",
9036 "schemars",
9037 "serde",
9038 "serde_json",
9039]
9040
9041[[package]]
9042name = "once_cell"
9043version = "1.20.3"
9044source = "registry+https://github.com/rust-lang/crates.io-index"
9045checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
9046
9047[[package]]
9048name = "oo7"
9049version = "0.4.1"
9050source = "registry+https://github.com/rust-lang/crates.io-index"
9051checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
9052dependencies = [
9053 "aes",
9054 "ashpd",
9055 "async-fs",
9056 "async-io",
9057 "async-lock",
9058 "blocking",
9059 "cbc",
9060 "cipher",
9061 "digest",
9062 "endi",
9063 "futures-lite 2.6.0",
9064 "futures-util",
9065 "getrandom 0.3.1",
9066 "hkdf",
9067 "hmac",
9068 "md-5",
9069 "num",
9070 "num-bigint-dig",
9071 "pbkdf2 0.12.2",
9072 "rand 0.9.0",
9073 "serde",
9074 "sha2",
9075 "subtle",
9076 "zbus",
9077 "zbus_macros",
9078 "zeroize",
9079 "zvariant",
9080]
9081
9082[[package]]
9083name = "oorandom"
9084version = "11.1.4"
9085source = "registry+https://github.com/rust-lang/crates.io-index"
9086checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
9087
9088[[package]]
9089name = "open"
9090version = "5.3.2"
9091source = "registry+https://github.com/rust-lang/crates.io-index"
9092checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
9093dependencies = [
9094 "is-wsl",
9095 "libc",
9096 "pathdiff",
9097]
9098
9099[[package]]
9100name = "open_ai"
9101version = "0.1.0"
9102dependencies = [
9103 "anyhow",
9104 "futures 0.3.31",
9105 "http_client",
9106 "schemars",
9107 "serde",
9108 "serde_json",
9109 "strum",
9110]
9111
9112[[package]]
9113name = "opener"
9114version = "0.7.2"
9115source = "registry+https://github.com/rust-lang/crates.io-index"
9116checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
9117dependencies = [
9118 "bstr",
9119 "dbus",
9120 "normpath",
9121 "windows-sys 0.59.0",
9122]
9123
9124[[package]]
9125name = "openssl"
9126version = "0.10.70"
9127source = "registry+https://github.com/rust-lang/crates.io-index"
9128checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
9129dependencies = [
9130 "bitflags 2.8.0",
9131 "cfg-if",
9132 "foreign-types 0.3.2",
9133 "libc",
9134 "once_cell",
9135 "openssl-macros",
9136 "openssl-sys",
9137]
9138
9139[[package]]
9140name = "openssl-macros"
9141version = "0.1.1"
9142source = "registry+https://github.com/rust-lang/crates.io-index"
9143checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
9144dependencies = [
9145 "proc-macro2",
9146 "quote",
9147 "syn 2.0.100",
9148]
9149
9150[[package]]
9151name = "openssl-probe"
9152version = "0.1.5"
9153source = "registry+https://github.com/rust-lang/crates.io-index"
9154checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
9155
9156[[package]]
9157name = "openssl-src"
9158version = "300.4.1+3.4.0"
9159source = "registry+https://github.com/rust-lang/crates.io-index"
9160checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
9161dependencies = [
9162 "cc",
9163]
9164
9165[[package]]
9166name = "openssl-sys"
9167version = "0.9.105"
9168source = "registry+https://github.com/rust-lang/crates.io-index"
9169checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
9170dependencies = [
9171 "cc",
9172 "libc",
9173 "openssl-src",
9174 "pkg-config",
9175 "vcpkg",
9176]
9177
9178[[package]]
9179name = "option-ext"
9180version = "0.2.0"
9181source = "registry+https://github.com/rust-lang/crates.io-index"
9182checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
9183
9184[[package]]
9185name = "ordered-float"
9186version = "2.10.1"
9187source = "registry+https://github.com/rust-lang/crates.io-index"
9188checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
9189dependencies = [
9190 "num-traits",
9191]
9192
9193[[package]]
9194name = "ordered-float"
9195version = "3.9.2"
9196source = "registry+https://github.com/rust-lang/crates.io-index"
9197checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
9198dependencies = [
9199 "num-traits",
9200]
9201
9202[[package]]
9203name = "ordered-stream"
9204version = "0.2.0"
9205source = "registry+https://github.com/rust-lang/crates.io-index"
9206checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
9207dependencies = [
9208 "futures-core",
9209 "pin-project-lite",
9210]
9211
9212[[package]]
9213name = "ouroboros"
9214version = "0.18.4"
9215source = "registry+https://github.com/rust-lang/crates.io-index"
9216checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
9217dependencies = [
9218 "aliasable",
9219 "ouroboros_macro",
9220 "static_assertions",
9221]
9222
9223[[package]]
9224name = "ouroboros_macro"
9225version = "0.18.4"
9226source = "registry+https://github.com/rust-lang/crates.io-index"
9227checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
9228dependencies = [
9229 "heck 0.4.1",
9230 "itertools 0.12.1",
9231 "proc-macro2",
9232 "proc-macro2-diagnostics",
9233 "quote",
9234 "syn 2.0.100",
9235]
9236
9237[[package]]
9238name = "outline"
9239version = "0.1.0"
9240dependencies = [
9241 "editor",
9242 "fuzzy",
9243 "gpui",
9244 "indoc",
9245 "language",
9246 "menu",
9247 "ordered-float 2.10.1",
9248 "picker",
9249 "project",
9250 "rope",
9251 "serde_json",
9252 "settings",
9253 "smol",
9254 "theme",
9255 "tree-sitter-rust",
9256 "tree-sitter-typescript",
9257 "ui",
9258 "util",
9259 "workspace",
9260 "zed_actions",
9261]
9262
9263[[package]]
9264name = "outline_panel"
9265version = "0.1.0"
9266dependencies = [
9267 "anyhow",
9268 "collections",
9269 "db",
9270 "editor",
9271 "file_icons",
9272 "fuzzy",
9273 "gpui",
9274 "itertools 0.14.0",
9275 "language",
9276 "log",
9277 "menu",
9278 "outline",
9279 "pretty_assertions",
9280 "project",
9281 "schemars",
9282 "search",
9283 "serde",
9284 "serde_json",
9285 "settings",
9286 "smallvec",
9287 "smol",
9288 "theme",
9289 "ui",
9290 "util",
9291 "workspace",
9292 "worktree",
9293 "zed_actions",
9294]
9295
9296[[package]]
9297name = "outref"
9298version = "0.5.1"
9299source = "registry+https://github.com/rust-lang/crates.io-index"
9300checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
9301
9302[[package]]
9303name = "overload"
9304version = "0.1.1"
9305source = "registry+https://github.com/rust-lang/crates.io-index"
9306checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
9307
9308[[package]]
9309name = "p256"
9310version = "0.11.1"
9311source = "registry+https://github.com/rust-lang/crates.io-index"
9312checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
9313dependencies = [
9314 "ecdsa",
9315 "elliptic-curve",
9316 "sha2",
9317]
9318
9319[[package]]
9320name = "page_size"
9321version = "0.6.0"
9322source = "registry+https://github.com/rust-lang/crates.io-index"
9323checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
9324dependencies = [
9325 "libc",
9326 "winapi",
9327]
9328
9329[[package]]
9330name = "palette"
9331version = "0.7.6"
9332source = "registry+https://github.com/rust-lang/crates.io-index"
9333checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
9334dependencies = [
9335 "approx",
9336 "fast-srgb8",
9337 "palette_derive",
9338]
9339
9340[[package]]
9341name = "palette_derive"
9342version = "0.7.6"
9343source = "registry+https://github.com/rust-lang/crates.io-index"
9344checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
9345dependencies = [
9346 "by_address",
9347 "proc-macro2",
9348 "quote",
9349 "syn 2.0.100",
9350]
9351
9352[[package]]
9353name = "panel"
9354version = "0.1.0"
9355dependencies = [
9356 "editor",
9357 "gpui",
9358 "settings",
9359 "theme",
9360 "ui",
9361 "workspace",
9362]
9363
9364[[package]]
9365name = "parity-tokio-ipc"
9366version = "0.9.0"
9367source = "registry+https://github.com/rust-lang/crates.io-index"
9368checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
9369dependencies = [
9370 "futures 0.3.31",
9371 "libc",
9372 "log",
9373 "rand 0.7.3",
9374 "tokio",
9375 "winapi",
9376]
9377
9378[[package]]
9379name = "parking"
9380version = "2.2.1"
9381source = "registry+https://github.com/rust-lang/crates.io-index"
9382checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
9383
9384[[package]]
9385name = "parking_lot"
9386version = "0.12.3"
9387source = "registry+https://github.com/rust-lang/crates.io-index"
9388checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
9389dependencies = [
9390 "lock_api",
9391 "parking_lot_core",
9392]
9393
9394[[package]]
9395name = "parking_lot_core"
9396version = "0.9.10"
9397source = "registry+https://github.com/rust-lang/crates.io-index"
9398checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
9399dependencies = [
9400 "cfg-if",
9401 "libc",
9402 "redox_syscall 0.5.8",
9403 "smallvec",
9404 "windows-targets 0.52.6",
9405]
9406
9407[[package]]
9408name = "password-hash"
9409version = "0.4.2"
9410source = "registry+https://github.com/rust-lang/crates.io-index"
9411checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
9412dependencies = [
9413 "base64ct",
9414 "rand_core 0.6.4",
9415 "subtle",
9416]
9417
9418[[package]]
9419name = "password-hash"
9420version = "0.5.0"
9421source = "registry+https://github.com/rust-lang/crates.io-index"
9422checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
9423dependencies = [
9424 "base64ct",
9425 "rand_core 0.6.4",
9426 "subtle",
9427]
9428
9429[[package]]
9430name = "paste"
9431version = "1.0.15"
9432source = "registry+https://github.com/rust-lang/crates.io-index"
9433checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
9434
9435[[package]]
9436name = "pathdiff"
9437version = "0.2.3"
9438source = "registry+https://github.com/rust-lang/crates.io-index"
9439checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
9440
9441[[package]]
9442name = "pathfinder_geometry"
9443version = "0.5.1"
9444source = "registry+https://github.com/rust-lang/crates.io-index"
9445checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
9446dependencies = [
9447 "log",
9448 "pathfinder_simd",
9449]
9450
9451[[package]]
9452name = "pathfinder_simd"
9453version = "0.5.4"
9454source = "registry+https://github.com/rust-lang/crates.io-index"
9455checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
9456dependencies = [
9457 "rustc_version",
9458]
9459
9460[[package]]
9461name = "paths"
9462version = "0.1.0"
9463dependencies = [
9464 "dirs 4.0.0",
9465 "util",
9466]
9467
9468[[package]]
9469name = "pbjson"
9470version = "0.6.0"
9471source = "registry+https://github.com/rust-lang/crates.io-index"
9472checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
9473dependencies = [
9474 "base64 0.21.7",
9475 "serde",
9476]
9477
9478[[package]]
9479name = "pbjson-build"
9480version = "0.6.2"
9481source = "registry+https://github.com/rust-lang/crates.io-index"
9482checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
9483dependencies = [
9484 "heck 0.4.1",
9485 "itertools 0.11.0",
9486 "prost 0.12.6",
9487 "prost-types 0.12.6",
9488]
9489
9490[[package]]
9491name = "pbjson-types"
9492version = "0.6.0"
9493source = "registry+https://github.com/rust-lang/crates.io-index"
9494checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
9495dependencies = [
9496 "bytes 1.10.1",
9497 "chrono",
9498 "pbjson",
9499 "pbjson-build",
9500 "prost 0.12.6",
9501 "prost-build 0.12.6",
9502 "serde",
9503]
9504
9505[[package]]
9506name = "pbkdf2"
9507version = "0.11.0"
9508source = "registry+https://github.com/rust-lang/crates.io-index"
9509checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
9510dependencies = [
9511 "digest",
9512 "hmac",
9513 "password-hash 0.4.2",
9514 "sha2",
9515]
9516
9517[[package]]
9518name = "pbkdf2"
9519version = "0.12.2"
9520source = "registry+https://github.com/rust-lang/crates.io-index"
9521checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
9522dependencies = [
9523 "digest",
9524 "hmac",
9525]
9526
9527[[package]]
9528name = "pem"
9529version = "3.0.4"
9530source = "registry+https://github.com/rust-lang/crates.io-index"
9531checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
9532dependencies = [
9533 "base64 0.22.1",
9534 "serde",
9535]
9536
9537[[package]]
9538name = "pem-rfc7468"
9539version = "0.7.0"
9540source = "registry+https://github.com/rust-lang/crates.io-index"
9541checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
9542dependencies = [
9543 "base64ct",
9544]
9545
9546[[package]]
9547name = "percent-encoding"
9548version = "2.3.1"
9549source = "registry+https://github.com/rust-lang/crates.io-index"
9550checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
9551
9552[[package]]
9553name = "perplexity"
9554version = "0.1.0"
9555dependencies = [
9556 "serde",
9557 "zed_extension_api 0.3.0",
9558]
9559
9560[[package]]
9561name = "pest"
9562version = "2.7.15"
9563source = "registry+https://github.com/rust-lang/crates.io-index"
9564checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
9565dependencies = [
9566 "memchr",
9567 "thiserror 2.0.6",
9568 "ucd-trie",
9569]
9570
9571[[package]]
9572name = "pest_derive"
9573version = "2.7.15"
9574source = "registry+https://github.com/rust-lang/crates.io-index"
9575checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9576dependencies = [
9577 "pest",
9578 "pest_generator",
9579]
9580
9581[[package]]
9582name = "pest_generator"
9583version = "2.7.15"
9584source = "registry+https://github.com/rust-lang/crates.io-index"
9585checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9586dependencies = [
9587 "pest",
9588 "pest_meta",
9589 "proc-macro2",
9590 "quote",
9591 "syn 2.0.100",
9592]
9593
9594[[package]]
9595name = "pest_meta"
9596version = "2.7.15"
9597source = "registry+https://github.com/rust-lang/crates.io-index"
9598checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9599dependencies = [
9600 "once_cell",
9601 "pest",
9602 "sha2",
9603]
9604
9605[[package]]
9606name = "pet"
9607version = "0.1.0"
9608source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9609dependencies = [
9610 "clap",
9611 "env_logger 0.10.2",
9612 "lazy_static",
9613 "log",
9614 "msvc_spectre_libs",
9615 "pet-conda",
9616 "pet-core",
9617 "pet-env-var-path",
9618 "pet-fs",
9619 "pet-global-virtualenvs",
9620 "pet-homebrew",
9621 "pet-jsonrpc",
9622 "pet-linux-global-python",
9623 "pet-mac-commandlinetools",
9624 "pet-mac-python-org",
9625 "pet-mac-xcode",
9626 "pet-pipenv",
9627 "pet-pixi",
9628 "pet-poetry",
9629 "pet-pyenv",
9630 "pet-python-utils",
9631 "pet-reporter",
9632 "pet-telemetry",
9633 "pet-venv",
9634 "pet-virtualenv",
9635 "pet-virtualenvwrapper",
9636 "pet-windows-registry",
9637 "pet-windows-store",
9638 "serde",
9639 "serde_json",
9640]
9641
9642[[package]]
9643name = "pet-conda"
9644version = "0.1.0"
9645source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9646dependencies = [
9647 "env_logger 0.10.2",
9648 "lazy_static",
9649 "log",
9650 "msvc_spectre_libs",
9651 "pet-core",
9652 "pet-fs",
9653 "pet-python-utils",
9654 "pet-reporter",
9655 "regex",
9656 "serde",
9657 "serde_json",
9658 "yaml-rust2",
9659]
9660
9661[[package]]
9662name = "pet-core"
9663version = "0.1.0"
9664source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9665dependencies = [
9666 "clap",
9667 "lazy_static",
9668 "log",
9669 "msvc_spectre_libs",
9670 "pet-fs",
9671 "regex",
9672 "serde",
9673 "serde_json",
9674]
9675
9676[[package]]
9677name = "pet-env-var-path"
9678version = "0.1.0"
9679source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9680dependencies = [
9681 "lazy_static",
9682 "log",
9683 "msvc_spectre_libs",
9684 "pet-conda",
9685 "pet-core",
9686 "pet-fs",
9687 "pet-python-utils",
9688 "pet-virtualenv",
9689 "regex",
9690]
9691
9692[[package]]
9693name = "pet-fs"
9694version = "0.1.0"
9695source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9696dependencies = [
9697 "log",
9698 "msvc_spectre_libs",
9699]
9700
9701[[package]]
9702name = "pet-global-virtualenvs"
9703version = "0.1.0"
9704source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9705dependencies = [
9706 "log",
9707 "msvc_spectre_libs",
9708 "pet-conda",
9709 "pet-core",
9710 "pet-fs",
9711 "pet-virtualenv",
9712]
9713
9714[[package]]
9715name = "pet-homebrew"
9716version = "0.1.0"
9717source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9718dependencies = [
9719 "lazy_static",
9720 "log",
9721 "msvc_spectre_libs",
9722 "pet-conda",
9723 "pet-core",
9724 "pet-fs",
9725 "pet-python-utils",
9726 "pet-virtualenv",
9727 "regex",
9728 "serde",
9729 "serde_json",
9730]
9731
9732[[package]]
9733name = "pet-jsonrpc"
9734version = "0.1.0"
9735source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9736dependencies = [
9737 "env_logger 0.10.2",
9738 "log",
9739 "msvc_spectre_libs",
9740 "pet-core",
9741 "serde",
9742 "serde_json",
9743]
9744
9745[[package]]
9746name = "pet-linux-global-python"
9747version = "0.1.0"
9748source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9749dependencies = [
9750 "log",
9751 "msvc_spectre_libs",
9752 "pet-core",
9753 "pet-fs",
9754 "pet-python-utils",
9755 "pet-virtualenv",
9756]
9757
9758[[package]]
9759name = "pet-mac-commandlinetools"
9760version = "0.1.0"
9761source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9762dependencies = [
9763 "log",
9764 "msvc_spectre_libs",
9765 "pet-core",
9766 "pet-fs",
9767 "pet-python-utils",
9768 "pet-virtualenv",
9769]
9770
9771[[package]]
9772name = "pet-mac-python-org"
9773version = "0.1.0"
9774source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9775dependencies = [
9776 "log",
9777 "msvc_spectre_libs",
9778 "pet-core",
9779 "pet-fs",
9780 "pet-python-utils",
9781 "pet-virtualenv",
9782]
9783
9784[[package]]
9785name = "pet-mac-xcode"
9786version = "0.1.0"
9787source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9788dependencies = [
9789 "log",
9790 "msvc_spectre_libs",
9791 "pet-core",
9792 "pet-fs",
9793 "pet-python-utils",
9794 "pet-virtualenv",
9795]
9796
9797[[package]]
9798name = "pet-pipenv"
9799version = "0.1.0"
9800source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9801dependencies = [
9802 "log",
9803 "msvc_spectre_libs",
9804 "pet-core",
9805 "pet-fs",
9806 "pet-python-utils",
9807 "pet-virtualenv",
9808]
9809
9810[[package]]
9811name = "pet-pixi"
9812version = "0.1.0"
9813source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9814dependencies = [
9815 "log",
9816 "msvc_spectre_libs",
9817 "pet-conda",
9818 "pet-core",
9819 "pet-python-utils",
9820]
9821
9822[[package]]
9823name = "pet-poetry"
9824version = "0.1.0"
9825source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9826dependencies = [
9827 "base64 0.22.1",
9828 "lazy_static",
9829 "log",
9830 "msvc_spectre_libs",
9831 "pet-core",
9832 "pet-fs",
9833 "pet-python-utils",
9834 "pet-reporter",
9835 "pet-virtualenv",
9836 "regex",
9837 "serde",
9838 "serde_json",
9839 "sha2",
9840 "toml 0.8.20",
9841]
9842
9843[[package]]
9844name = "pet-pyenv"
9845version = "0.1.0"
9846source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9847dependencies = [
9848 "lazy_static",
9849 "log",
9850 "msvc_spectre_libs",
9851 "pet-conda",
9852 "pet-core",
9853 "pet-fs",
9854 "pet-python-utils",
9855 "pet-reporter",
9856 "regex",
9857 "serde",
9858 "serde_json",
9859]
9860
9861[[package]]
9862name = "pet-python-utils"
9863version = "0.1.0"
9864source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9865dependencies = [
9866 "env_logger 0.10.2",
9867 "lazy_static",
9868 "log",
9869 "msvc_spectre_libs",
9870 "pet-core",
9871 "pet-fs",
9872 "regex",
9873 "serde",
9874 "serde_json",
9875 "sha2",
9876]
9877
9878[[package]]
9879name = "pet-reporter"
9880version = "0.1.0"
9881source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9882dependencies = [
9883 "env_logger 0.10.2",
9884 "log",
9885 "msvc_spectre_libs",
9886 "pet-core",
9887 "pet-jsonrpc",
9888 "serde",
9889 "serde_json",
9890]
9891
9892[[package]]
9893name = "pet-telemetry"
9894version = "0.1.0"
9895source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9896dependencies = [
9897 "env_logger 0.10.2",
9898 "lazy_static",
9899 "log",
9900 "msvc_spectre_libs",
9901 "pet-core",
9902 "pet-fs",
9903 "pet-python-utils",
9904 "regex",
9905]
9906
9907[[package]]
9908name = "pet-venv"
9909version = "0.1.0"
9910source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9911dependencies = [
9912 "log",
9913 "msvc_spectre_libs",
9914 "pet-core",
9915 "pet-python-utils",
9916 "pet-virtualenv",
9917]
9918
9919[[package]]
9920name = "pet-virtualenv"
9921version = "0.1.0"
9922source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9923dependencies = [
9924 "log",
9925 "msvc_spectre_libs",
9926 "pet-core",
9927 "pet-fs",
9928 "pet-python-utils",
9929]
9930
9931[[package]]
9932name = "pet-virtualenvwrapper"
9933version = "0.1.0"
9934source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9935dependencies = [
9936 "log",
9937 "msvc_spectre_libs",
9938 "pet-core",
9939 "pet-fs",
9940 "pet-python-utils",
9941 "pet-virtualenv",
9942]
9943
9944[[package]]
9945name = "pet-windows-registry"
9946version = "0.1.0"
9947source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9948dependencies = [
9949 "lazy_static",
9950 "log",
9951 "msvc_spectre_libs",
9952 "pet-conda",
9953 "pet-core",
9954 "pet-fs",
9955 "pet-python-utils",
9956 "pet-virtualenv",
9957 "pet-windows-store",
9958 "regex",
9959 "winreg 0.52.0",
9960]
9961
9962[[package]]
9963name = "pet-windows-store"
9964version = "0.1.0"
9965source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9966dependencies = [
9967 "lazy_static",
9968 "log",
9969 "msvc_spectre_libs",
9970 "pet-core",
9971 "pet-fs",
9972 "pet-python-utils",
9973 "pet-virtualenv",
9974 "regex",
9975 "winreg 0.52.0",
9976]
9977
9978[[package]]
9979name = "petgraph"
9980version = "0.6.5"
9981source = "registry+https://github.com/rust-lang/crates.io-index"
9982checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9983dependencies = [
9984 "fixedbitset",
9985 "indexmap",
9986]
9987
9988[[package]]
9989name = "phf"
9990version = "0.11.2"
9991source = "registry+https://github.com/rust-lang/crates.io-index"
9992checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9993dependencies = [
9994 "phf_macros",
9995 "phf_shared 0.11.2",
9996]
9997
9998[[package]]
9999name = "phf_codegen"
10000version = "0.11.2"
10001source = "registry+https://github.com/rust-lang/crates.io-index"
10002checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10003dependencies = [
10004 "phf_generator 0.11.2",
10005 "phf_shared 0.11.2",
10006]
10007
10008[[package]]
10009name = "phf_generator"
10010version = "0.10.0"
10011source = "registry+https://github.com/rust-lang/crates.io-index"
10012checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10013dependencies = [
10014 "phf_shared 0.10.0",
10015 "rand 0.8.5",
10016]
10017
10018[[package]]
10019name = "phf_generator"
10020version = "0.11.2"
10021source = "registry+https://github.com/rust-lang/crates.io-index"
10022checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10023dependencies = [
10024 "phf_shared 0.11.2",
10025 "rand 0.8.5",
10026]
10027
10028[[package]]
10029name = "phf_macros"
10030version = "0.11.2"
10031source = "registry+https://github.com/rust-lang/crates.io-index"
10032checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10033dependencies = [
10034 "phf_generator 0.11.2",
10035 "phf_shared 0.11.2",
10036 "proc-macro2",
10037 "quote",
10038 "syn 2.0.100",
10039]
10040
10041[[package]]
10042name = "phf_shared"
10043version = "0.10.0"
10044source = "registry+https://github.com/rust-lang/crates.io-index"
10045checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10046dependencies = [
10047 "siphasher 0.3.11",
10048]
10049
10050[[package]]
10051name = "phf_shared"
10052version = "0.11.2"
10053source = "registry+https://github.com/rust-lang/crates.io-index"
10054checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10055dependencies = [
10056 "siphasher 0.3.11",
10057]
10058
10059[[package]]
10060name = "picker"
10061version = "0.1.0"
10062dependencies = [
10063 "anyhow",
10064 "ctor",
10065 "editor",
10066 "env_logger 0.11.7",
10067 "gpui",
10068 "menu",
10069 "schemars",
10070 "serde",
10071 "serde_json",
10072 "ui",
10073 "util",
10074 "workspace",
10075]
10076
10077[[package]]
10078name = "pico-args"
10079version = "0.5.0"
10080source = "registry+https://github.com/rust-lang/crates.io-index"
10081checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10082
10083[[package]]
10084name = "pin-project"
10085version = "1.1.7"
10086source = "registry+https://github.com/rust-lang/crates.io-index"
10087checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10088dependencies = [
10089 "pin-project-internal",
10090]
10091
10092[[package]]
10093name = "pin-project-internal"
10094version = "1.1.7"
10095source = "registry+https://github.com/rust-lang/crates.io-index"
10096checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10097dependencies = [
10098 "proc-macro2",
10099 "quote",
10100 "syn 2.0.100",
10101]
10102
10103[[package]]
10104name = "pin-project-lite"
10105version = "0.2.16"
10106source = "registry+https://github.com/rust-lang/crates.io-index"
10107checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10108
10109[[package]]
10110name = "pin-utils"
10111version = "0.1.0"
10112source = "registry+https://github.com/rust-lang/crates.io-index"
10113checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10114
10115[[package]]
10116name = "piper"
10117version = "0.2.4"
10118source = "registry+https://github.com/rust-lang/crates.io-index"
10119checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10120dependencies = [
10121 "atomic-waker",
10122 "fastrand 2.3.0",
10123 "futures-io",
10124]
10125
10126[[package]]
10127name = "pkcs1"
10128version = "0.7.5"
10129source = "registry+https://github.com/rust-lang/crates.io-index"
10130checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10131dependencies = [
10132 "der 0.7.9",
10133 "pkcs8 0.10.2",
10134 "spki 0.7.3",
10135]
10136
10137[[package]]
10138name = "pkcs8"
10139version = "0.9.0"
10140source = "registry+https://github.com/rust-lang/crates.io-index"
10141checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10142dependencies = [
10143 "der 0.6.1",
10144 "spki 0.6.0",
10145]
10146
10147[[package]]
10148name = "pkcs8"
10149version = "0.10.2"
10150source = "registry+https://github.com/rust-lang/crates.io-index"
10151checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10152dependencies = [
10153 "der 0.7.9",
10154 "spki 0.7.3",
10155]
10156
10157[[package]]
10158name = "pkg-config"
10159version = "0.3.31"
10160source = "registry+https://github.com/rust-lang/crates.io-index"
10161checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10162
10163[[package]]
10164name = "plist"
10165version = "1.7.0"
10166source = "registry+https://github.com/rust-lang/crates.io-index"
10167checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10168dependencies = [
10169 "base64 0.22.1",
10170 "indexmap",
10171 "quick-xml 0.32.0",
10172 "serde",
10173 "time",
10174]
10175
10176[[package]]
10177name = "plotters"
10178version = "0.3.7"
10179source = "registry+https://github.com/rust-lang/crates.io-index"
10180checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10181dependencies = [
10182 "num-traits",
10183 "plotters-backend",
10184 "plotters-svg",
10185 "wasm-bindgen",
10186 "web-sys",
10187]
10188
10189[[package]]
10190name = "plotters-backend"
10191version = "0.3.7"
10192source = "registry+https://github.com/rust-lang/crates.io-index"
10193checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10194
10195[[package]]
10196name = "plotters-svg"
10197version = "0.3.7"
10198source = "registry+https://github.com/rust-lang/crates.io-index"
10199checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10200dependencies = [
10201 "plotters-backend",
10202]
10203
10204[[package]]
10205name = "png"
10206version = "0.17.15"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10209dependencies = [
10210 "bitflags 1.3.2",
10211 "crc32fast",
10212 "fdeflate",
10213 "flate2",
10214 "miniz_oxide",
10215]
10216
10217[[package]]
10218name = "polling"
10219version = "3.7.4"
10220source = "registry+https://github.com/rust-lang/crates.io-index"
10221checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10222dependencies = [
10223 "cfg-if",
10224 "concurrent-queue",
10225 "hermit-abi 0.4.0",
10226 "pin-project-lite",
10227 "rustix",
10228 "tracing",
10229 "windows-sys 0.59.0",
10230]
10231
10232[[package]]
10233name = "pollster"
10234version = "0.2.5"
10235source = "registry+https://github.com/rust-lang/crates.io-index"
10236checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10237
10238[[package]]
10239name = "portable-atomic"
10240version = "1.11.0"
10241source = "registry+https://github.com/rust-lang/crates.io-index"
10242checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10243
10244[[package]]
10245name = "portable-atomic-util"
10246version = "0.2.4"
10247source = "registry+https://github.com/rust-lang/crates.io-index"
10248checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10249dependencies = [
10250 "portable-atomic",
10251]
10252
10253[[package]]
10254name = "postage"
10255version = "0.5.0"
10256source = "registry+https://github.com/rust-lang/crates.io-index"
10257checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10258dependencies = [
10259 "atomic",
10260 "crossbeam-queue",
10261 "futures 0.3.31",
10262 "log",
10263 "parking_lot",
10264 "pin-project",
10265 "pollster",
10266 "static_assertions",
10267 "thiserror 1.0.69",
10268]
10269
10270[[package]]
10271name = "postcard"
10272version = "1.1.1"
10273source = "registry+https://github.com/rust-lang/crates.io-index"
10274checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10275dependencies = [
10276 "cobs",
10277 "embedded-io 0.4.0",
10278 "embedded-io 0.6.1",
10279 "serde",
10280]
10281
10282[[package]]
10283name = "powerfmt"
10284version = "0.2.0"
10285source = "registry+https://github.com/rust-lang/crates.io-index"
10286checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10287
10288[[package]]
10289name = "ppv-lite86"
10290version = "0.2.20"
10291source = "registry+https://github.com/rust-lang/crates.io-index"
10292checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10293dependencies = [
10294 "zerocopy 0.7.35",
10295]
10296
10297[[package]]
10298name = "precomputed-hash"
10299version = "0.1.1"
10300source = "registry+https://github.com/rust-lang/crates.io-index"
10301checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10302
10303[[package]]
10304name = "prettier"
10305version = "0.1.0"
10306dependencies = [
10307 "anyhow",
10308 "collections",
10309 "fs",
10310 "gpui",
10311 "language",
10312 "log",
10313 "lsp",
10314 "node_runtime",
10315 "parking_lot",
10316 "paths",
10317 "serde",
10318 "serde_json",
10319 "util",
10320]
10321
10322[[package]]
10323name = "pretty_assertions"
10324version = "1.4.1"
10325source = "registry+https://github.com/rust-lang/crates.io-index"
10326checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10327dependencies = [
10328 "diff",
10329 "yansi",
10330]
10331
10332[[package]]
10333name = "prettyplease"
10334version = "0.2.25"
10335source = "registry+https://github.com/rust-lang/crates.io-index"
10336checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10337dependencies = [
10338 "proc-macro2",
10339 "syn 2.0.100",
10340]
10341
10342[[package]]
10343name = "proc-macro-crate"
10344version = "3.2.0"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10347dependencies = [
10348 "toml_edit",
10349]
10350
10351[[package]]
10352name = "proc-macro-error-attr2"
10353version = "2.0.0"
10354source = "registry+https://github.com/rust-lang/crates.io-index"
10355checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10356dependencies = [
10357 "proc-macro2",
10358 "quote",
10359]
10360
10361[[package]]
10362name = "proc-macro-error2"
10363version = "2.0.1"
10364source = "registry+https://github.com/rust-lang/crates.io-index"
10365checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10366dependencies = [
10367 "proc-macro-error-attr2",
10368 "proc-macro2",
10369 "quote",
10370 "syn 2.0.100",
10371]
10372
10373[[package]]
10374name = "proc-macro2"
10375version = "1.0.94"
10376source = "registry+https://github.com/rust-lang/crates.io-index"
10377checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10378dependencies = [
10379 "unicode-ident",
10380]
10381
10382[[package]]
10383name = "proc-macro2-diagnostics"
10384version = "0.10.1"
10385source = "registry+https://github.com/rust-lang/crates.io-index"
10386checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10387dependencies = [
10388 "proc-macro2",
10389 "quote",
10390 "syn 2.0.100",
10391 "version_check",
10392 "yansi",
10393]
10394
10395[[package]]
10396name = "profiling"
10397version = "1.0.16"
10398source = "registry+https://github.com/rust-lang/crates.io-index"
10399checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10400dependencies = [
10401 "profiling-procmacros",
10402]
10403
10404[[package]]
10405name = "profiling-procmacros"
10406version = "1.0.16"
10407source = "registry+https://github.com/rust-lang/crates.io-index"
10408checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10409dependencies = [
10410 "quote",
10411 "syn 2.0.100",
10412]
10413
10414[[package]]
10415name = "project"
10416version = "0.1.0"
10417dependencies = [
10418 "aho-corasick",
10419 "anyhow",
10420 "askpass",
10421 "async-trait",
10422 "buffer_diff",
10423 "client",
10424 "clock",
10425 "collections",
10426 "env_logger 0.11.7",
10427 "extension",
10428 "fancy-regex 0.14.0",
10429 "fs",
10430 "futures 0.3.31",
10431 "fuzzy",
10432 "git",
10433 "git2",
10434 "globset",
10435 "gpui",
10436 "http_client",
10437 "image",
10438 "itertools 0.14.0",
10439 "language",
10440 "log",
10441 "lsp",
10442 "node_runtime",
10443 "parking_lot",
10444 "pathdiff",
10445 "paths",
10446 "postage",
10447 "prettier",
10448 "pretty_assertions",
10449 "rand 0.8.5",
10450 "regex",
10451 "release_channel",
10452 "remote",
10453 "rpc",
10454 "schemars",
10455 "serde",
10456 "serde_json",
10457 "settings",
10458 "sha2",
10459 "shellexpand 2.1.2",
10460 "shlex",
10461 "smol",
10462 "snippet",
10463 "snippet_provider",
10464 "task",
10465 "tempfile",
10466 "terminal",
10467 "text",
10468 "toml 0.8.20",
10469 "unindent",
10470 "url",
10471 "util",
10472 "which 6.0.3",
10473 "worktree",
10474]
10475
10476[[package]]
10477name = "project_panel"
10478version = "0.1.0"
10479dependencies = [
10480 "anyhow",
10481 "client",
10482 "collections",
10483 "command_palette_hooks",
10484 "db",
10485 "editor",
10486 "file_icons",
10487 "git",
10488 "gpui",
10489 "indexmap",
10490 "language",
10491 "menu",
10492 "pretty_assertions",
10493 "project",
10494 "schemars",
10495 "search",
10496 "serde",
10497 "serde_derive",
10498 "serde_json",
10499 "settings",
10500 "smallvec",
10501 "theme",
10502 "ui",
10503 "util",
10504 "workspace",
10505 "worktree",
10506 "zed_actions",
10507]
10508
10509[[package]]
10510name = "project_symbols"
10511version = "0.1.0"
10512dependencies = [
10513 "anyhow",
10514 "editor",
10515 "futures 0.3.31",
10516 "fuzzy",
10517 "gpui",
10518 "language",
10519 "lsp",
10520 "ordered-float 2.10.1",
10521 "picker",
10522 "project",
10523 "release_channel",
10524 "serde_json",
10525 "settings",
10526 "theme",
10527 "util",
10528 "workspace",
10529]
10530
10531[[package]]
10532name = "prometheus"
10533version = "0.13.4"
10534source = "registry+https://github.com/rust-lang/crates.io-index"
10535checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10536dependencies = [
10537 "cfg-if",
10538 "fnv",
10539 "lazy_static",
10540 "memchr",
10541 "parking_lot",
10542 "protobuf",
10543 "thiserror 1.0.69",
10544]
10545
10546[[package]]
10547name = "prompt_library"
10548version = "0.1.0"
10549dependencies = [
10550 "anyhow",
10551 "collections",
10552 "editor",
10553 "gpui",
10554 "language",
10555 "language_model",
10556 "log",
10557 "menu",
10558 "picker",
10559 "prompt_store",
10560 "release_channel",
10561 "rope",
10562 "serde",
10563 "settings",
10564 "theme",
10565 "ui",
10566 "util",
10567 "workspace",
10568 "zed_actions",
10569]
10570
10571[[package]]
10572name = "prompt_store"
10573version = "0.1.0"
10574dependencies = [
10575 "anyhow",
10576 "assets",
10577 "chrono",
10578 "collections",
10579 "fs",
10580 "futures 0.3.31",
10581 "fuzzy",
10582 "gpui",
10583 "handlebars 4.5.0",
10584 "heed",
10585 "language",
10586 "log",
10587 "parking_lot",
10588 "paths",
10589 "rope",
10590 "serde",
10591 "text",
10592 "util",
10593 "uuid",
10594]
10595
10596[[package]]
10597name = "prost"
10598version = "0.9.0"
10599source = "registry+https://github.com/rust-lang/crates.io-index"
10600checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10601dependencies = [
10602 "bytes 1.10.1",
10603 "prost-derive 0.9.0",
10604]
10605
10606[[package]]
10607name = "prost"
10608version = "0.12.6"
10609source = "registry+https://github.com/rust-lang/crates.io-index"
10610checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10611dependencies = [
10612 "bytes 1.10.1",
10613 "prost-derive 0.12.6",
10614]
10615
10616[[package]]
10617name = "prost-build"
10618version = "0.9.0"
10619source = "registry+https://github.com/rust-lang/crates.io-index"
10620checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10621dependencies = [
10622 "bytes 1.10.1",
10623 "heck 0.3.3",
10624 "itertools 0.10.5",
10625 "lazy_static",
10626 "log",
10627 "multimap 0.8.3",
10628 "petgraph",
10629 "prost 0.9.0",
10630 "prost-types 0.9.0",
10631 "regex",
10632 "tempfile",
10633 "which 4.4.2",
10634]
10635
10636[[package]]
10637name = "prost-build"
10638version = "0.12.6"
10639source = "registry+https://github.com/rust-lang/crates.io-index"
10640checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10641dependencies = [
10642 "bytes 1.10.1",
10643 "heck 0.5.0",
10644 "itertools 0.12.1",
10645 "log",
10646 "multimap 0.10.0",
10647 "once_cell",
10648 "petgraph",
10649 "prettyplease",
10650 "prost 0.12.6",
10651 "prost-types 0.12.6",
10652 "regex",
10653 "syn 2.0.100",
10654 "tempfile",
10655]
10656
10657[[package]]
10658name = "prost-derive"
10659version = "0.9.0"
10660source = "registry+https://github.com/rust-lang/crates.io-index"
10661checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10662dependencies = [
10663 "anyhow",
10664 "itertools 0.10.5",
10665 "proc-macro2",
10666 "quote",
10667 "syn 1.0.109",
10668]
10669
10670[[package]]
10671name = "prost-derive"
10672version = "0.12.6"
10673source = "registry+https://github.com/rust-lang/crates.io-index"
10674checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10675dependencies = [
10676 "anyhow",
10677 "itertools 0.12.1",
10678 "proc-macro2",
10679 "quote",
10680 "syn 2.0.100",
10681]
10682
10683[[package]]
10684name = "prost-types"
10685version = "0.9.0"
10686source = "registry+https://github.com/rust-lang/crates.io-index"
10687checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10688dependencies = [
10689 "bytes 1.10.1",
10690 "prost 0.9.0",
10691]
10692
10693[[package]]
10694name = "prost-types"
10695version = "0.12.6"
10696source = "registry+https://github.com/rust-lang/crates.io-index"
10697checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10698dependencies = [
10699 "prost 0.12.6",
10700]
10701
10702[[package]]
10703name = "proto"
10704version = "0.1.0"
10705dependencies = [
10706 "anyhow",
10707 "collections",
10708 "prost 0.9.0",
10709 "prost-build 0.9.0",
10710 "serde",
10711]
10712
10713[[package]]
10714name = "protobuf"
10715version = "2.28.0"
10716source = "registry+https://github.com/rust-lang/crates.io-index"
10717checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10718
10719[[package]]
10720name = "psm"
10721version = "0.1.24"
10722source = "registry+https://github.com/rust-lang/crates.io-index"
10723checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10724dependencies = [
10725 "cc",
10726]
10727
10728[[package]]
10729name = "ptr_meta"
10730version = "0.1.4"
10731source = "registry+https://github.com/rust-lang/crates.io-index"
10732checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10733dependencies = [
10734 "ptr_meta_derive",
10735]
10736
10737[[package]]
10738name = "ptr_meta_derive"
10739version = "0.1.4"
10740source = "registry+https://github.com/rust-lang/crates.io-index"
10741checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10742dependencies = [
10743 "proc-macro2",
10744 "quote",
10745 "syn 1.0.109",
10746]
10747
10748[[package]]
10749name = "pulldown-cmark"
10750version = "0.10.3"
10751source = "registry+https://github.com/rust-lang/crates.io-index"
10752checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10753dependencies = [
10754 "bitflags 2.8.0",
10755 "memchr",
10756 "pulldown-cmark-escape",
10757 "unicase",
10758]
10759
10760[[package]]
10761name = "pulldown-cmark"
10762version = "0.12.2"
10763source = "registry+https://github.com/rust-lang/crates.io-index"
10764checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10765dependencies = [
10766 "bitflags 2.8.0",
10767 "memchr",
10768 "unicase",
10769]
10770
10771[[package]]
10772name = "pulldown-cmark-escape"
10773version = "0.10.1"
10774source = "registry+https://github.com/rust-lang/crates.io-index"
10775checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10776
10777[[package]]
10778name = "pulley-interpreter"
10779version = "29.0.1"
10780source = "registry+https://github.com/rust-lang/crates.io-index"
10781checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10782dependencies = [
10783 "cranelift-bitset",
10784 "log",
10785 "sptr",
10786 "wasmtime-math",
10787]
10788
10789[[package]]
10790name = "qoi"
10791version = "0.4.1"
10792source = "registry+https://github.com/rust-lang/crates.io-index"
10793checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10794dependencies = [
10795 "bytemuck",
10796]
10797
10798[[package]]
10799name = "quick-error"
10800version = "2.0.1"
10801source = "registry+https://github.com/rust-lang/crates.io-index"
10802checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10803
10804[[package]]
10805name = "quick-xml"
10806version = "0.32.0"
10807source = "registry+https://github.com/rust-lang/crates.io-index"
10808checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10809dependencies = [
10810 "memchr",
10811]
10812
10813[[package]]
10814name = "quick-xml"
10815version = "0.37.2"
10816source = "registry+https://github.com/rust-lang/crates.io-index"
10817checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10818dependencies = [
10819 "memchr",
10820]
10821
10822[[package]]
10823name = "quinn"
10824version = "0.11.6"
10825source = "registry+https://github.com/rust-lang/crates.io-index"
10826checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10827dependencies = [
10828 "bytes 1.10.1",
10829 "pin-project-lite",
10830 "quinn-proto",
10831 "quinn-udp",
10832 "rustc-hash 2.1.1",
10833 "rustls 0.23.23",
10834 "socket2",
10835 "thiserror 2.0.6",
10836 "tokio",
10837 "tracing",
10838]
10839
10840[[package]]
10841name = "quinn-proto"
10842version = "0.11.9"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10845dependencies = [
10846 "bytes 1.10.1",
10847 "getrandom 0.2.15",
10848 "rand 0.8.5",
10849 "ring",
10850 "rustc-hash 2.1.1",
10851 "rustls 0.23.23",
10852 "rustls-pki-types",
10853 "slab",
10854 "thiserror 2.0.6",
10855 "tinyvec",
10856 "tracing",
10857 "web-time",
10858]
10859
10860[[package]]
10861name = "quinn-udp"
10862version = "0.5.9"
10863source = "registry+https://github.com/rust-lang/crates.io-index"
10864checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10865dependencies = [
10866 "cfg_aliases 0.2.1",
10867 "libc",
10868 "once_cell",
10869 "socket2",
10870 "tracing",
10871 "windows-sys 0.59.0",
10872]
10873
10874[[package]]
10875name = "quote"
10876version = "1.0.40"
10877source = "registry+https://github.com/rust-lang/crates.io-index"
10878checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10879dependencies = [
10880 "proc-macro2",
10881]
10882
10883[[package]]
10884name = "radium"
10885version = "0.7.0"
10886source = "registry+https://github.com/rust-lang/crates.io-index"
10887checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10888
10889[[package]]
10890name = "rand"
10891version = "0.7.3"
10892source = "registry+https://github.com/rust-lang/crates.io-index"
10893checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10894dependencies = [
10895 "getrandom 0.1.16",
10896 "libc",
10897 "rand_chacha 0.2.2",
10898 "rand_core 0.5.1",
10899 "rand_hc",
10900]
10901
10902[[package]]
10903name = "rand"
10904version = "0.8.5"
10905source = "registry+https://github.com/rust-lang/crates.io-index"
10906checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10907dependencies = [
10908 "libc",
10909 "rand_chacha 0.3.1",
10910 "rand_core 0.6.4",
10911]
10912
10913[[package]]
10914name = "rand"
10915version = "0.9.0"
10916source = "registry+https://github.com/rust-lang/crates.io-index"
10917checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10918dependencies = [
10919 "rand_chacha 0.9.0",
10920 "rand_core 0.9.0",
10921 "zerocopy 0.8.18",
10922]
10923
10924[[package]]
10925name = "rand_chacha"
10926version = "0.2.2"
10927source = "registry+https://github.com/rust-lang/crates.io-index"
10928checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10929dependencies = [
10930 "ppv-lite86",
10931 "rand_core 0.5.1",
10932]
10933
10934[[package]]
10935name = "rand_chacha"
10936version = "0.3.1"
10937source = "registry+https://github.com/rust-lang/crates.io-index"
10938checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10939dependencies = [
10940 "ppv-lite86",
10941 "rand_core 0.6.4",
10942]
10943
10944[[package]]
10945name = "rand_chacha"
10946version = "0.9.0"
10947source = "registry+https://github.com/rust-lang/crates.io-index"
10948checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
10949dependencies = [
10950 "ppv-lite86",
10951 "rand_core 0.9.0",
10952]
10953
10954[[package]]
10955name = "rand_core"
10956version = "0.5.1"
10957source = "registry+https://github.com/rust-lang/crates.io-index"
10958checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10959dependencies = [
10960 "getrandom 0.1.16",
10961]
10962
10963[[package]]
10964name = "rand_core"
10965version = "0.6.4"
10966source = "registry+https://github.com/rust-lang/crates.io-index"
10967checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10968dependencies = [
10969 "getrandom 0.2.15",
10970]
10971
10972[[package]]
10973name = "rand_core"
10974version = "0.9.0"
10975source = "registry+https://github.com/rust-lang/crates.io-index"
10976checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
10977dependencies = [
10978 "getrandom 0.3.1",
10979 "zerocopy 0.8.18",
10980]
10981
10982[[package]]
10983name = "rand_hc"
10984version = "0.2.0"
10985source = "registry+https://github.com/rust-lang/crates.io-index"
10986checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10987dependencies = [
10988 "rand_core 0.5.1",
10989]
10990
10991[[package]]
10992name = "rangemap"
10993version = "1.5.1"
10994source = "registry+https://github.com/rust-lang/crates.io-index"
10995checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10996
10997[[package]]
10998name = "rav1e"
10999version = "0.7.1"
11000source = "registry+https://github.com/rust-lang/crates.io-index"
11001checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11002dependencies = [
11003 "arbitrary",
11004 "arg_enum_proc_macro",
11005 "arrayvec",
11006 "av1-grain",
11007 "bitstream-io",
11008 "built",
11009 "cfg-if",
11010 "interpolate_name",
11011 "itertools 0.12.1",
11012 "libc",
11013 "libfuzzer-sys",
11014 "log",
11015 "maybe-rayon",
11016 "new_debug_unreachable",
11017 "noop_proc_macro",
11018 "num-derive",
11019 "num-traits",
11020 "once_cell",
11021 "paste",
11022 "profiling",
11023 "rand 0.8.5",
11024 "rand_chacha 0.3.1",
11025 "simd_helpers",
11026 "system-deps",
11027 "thiserror 1.0.69",
11028 "v_frame",
11029 "wasm-bindgen",
11030]
11031
11032[[package]]
11033name = "ravif"
11034version = "0.11.11"
11035source = "registry+https://github.com/rust-lang/crates.io-index"
11036checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11037dependencies = [
11038 "avif-serialize",
11039 "imgref",
11040 "loop9",
11041 "quick-error",
11042 "rav1e",
11043 "rayon",
11044 "rgb",
11045]
11046
11047[[package]]
11048name = "raw-window-handle"
11049version = "0.6.2"
11050source = "registry+https://github.com/rust-lang/crates.io-index"
11051checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11052
11053[[package]]
11054name = "raw-window-metal"
11055version = "0.4.0"
11056source = "registry+https://github.com/rust-lang/crates.io-index"
11057checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11058dependencies = [
11059 "cocoa 0.25.0",
11060 "core-graphics 0.23.2",
11061 "objc",
11062 "raw-window-handle",
11063]
11064
11065[[package]]
11066name = "rayon"
11067version = "1.10.0"
11068source = "registry+https://github.com/rust-lang/crates.io-index"
11069checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11070dependencies = [
11071 "either",
11072 "rayon-core",
11073]
11074
11075[[package]]
11076name = "rayon-core"
11077version = "1.12.1"
11078source = "registry+https://github.com/rust-lang/crates.io-index"
11079checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11080dependencies = [
11081 "crossbeam-deque",
11082 "crossbeam-utils",
11083]
11084
11085[[package]]
11086name = "read-fonts"
11087version = "0.22.5"
11088source = "registry+https://github.com/rust-lang/crates.io-index"
11089checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11090dependencies = [
11091 "bytemuck",
11092 "font-types",
11093]
11094
11095[[package]]
11096name = "recent_projects"
11097version = "0.1.0"
11098dependencies = [
11099 "anyhow",
11100 "auto_update",
11101 "editor",
11102 "extension_host",
11103 "file_finder",
11104 "futures 0.3.31",
11105 "fuzzy",
11106 "gpui",
11107 "language",
11108 "log",
11109 "markdown",
11110 "menu",
11111 "ordered-float 2.10.1",
11112 "paths",
11113 "picker",
11114 "project",
11115 "release_channel",
11116 "remote",
11117 "schemars",
11118 "serde",
11119 "serde_json",
11120 "settings",
11121 "smol",
11122 "task",
11123 "telemetry",
11124 "theme",
11125 "ui",
11126 "util",
11127 "workspace",
11128 "zed_actions",
11129]
11130
11131[[package]]
11132name = "redox_syscall"
11133version = "0.2.16"
11134source = "registry+https://github.com/rust-lang/crates.io-index"
11135checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11136dependencies = [
11137 "bitflags 1.3.2",
11138]
11139
11140[[package]]
11141name = "redox_syscall"
11142version = "0.5.8"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11145dependencies = [
11146 "bitflags 2.8.0",
11147]
11148
11149[[package]]
11150name = "redox_users"
11151version = "0.4.6"
11152source = "registry+https://github.com/rust-lang/crates.io-index"
11153checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11154dependencies = [
11155 "getrandom 0.2.15",
11156 "libredox",
11157 "thiserror 1.0.69",
11158]
11159
11160[[package]]
11161name = "refineable"
11162version = "0.1.0"
11163dependencies = [
11164 "derive_refineable",
11165]
11166
11167[[package]]
11168name = "regalloc2"
11169version = "0.11.1"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11172dependencies = [
11173 "allocator-api2",
11174 "bumpalo",
11175 "hashbrown 0.15.2",
11176 "log",
11177 "rustc-hash 2.1.1",
11178 "smallvec",
11179]
11180
11181[[package]]
11182name = "regex"
11183version = "1.11.1"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11186dependencies = [
11187 "aho-corasick",
11188 "memchr",
11189 "regex-automata 0.4.9",
11190 "regex-syntax 0.8.5",
11191]
11192
11193[[package]]
11194name = "regex-automata"
11195version = "0.1.10"
11196source = "registry+https://github.com/rust-lang/crates.io-index"
11197checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11198dependencies = [
11199 "regex-syntax 0.6.29",
11200]
11201
11202[[package]]
11203name = "regex-automata"
11204version = "0.4.9"
11205source = "registry+https://github.com/rust-lang/crates.io-index"
11206checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11207dependencies = [
11208 "aho-corasick",
11209 "memchr",
11210 "regex-syntax 0.8.5",
11211]
11212
11213[[package]]
11214name = "regex-lite"
11215version = "0.1.6"
11216source = "registry+https://github.com/rust-lang/crates.io-index"
11217checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11218
11219[[package]]
11220name = "regex-syntax"
11221version = "0.6.29"
11222source = "registry+https://github.com/rust-lang/crates.io-index"
11223checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11224
11225[[package]]
11226name = "regex-syntax"
11227version = "0.8.5"
11228source = "registry+https://github.com/rust-lang/crates.io-index"
11229checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11230
11231[[package]]
11232name = "release_channel"
11233version = "0.1.0"
11234dependencies = [
11235 "gpui",
11236]
11237
11238[[package]]
11239name = "remote"
11240version = "0.1.0"
11241dependencies = [
11242 "anyhow",
11243 "askpass",
11244 "async-trait",
11245 "collections",
11246 "fs",
11247 "futures 0.3.31",
11248 "gpui",
11249 "itertools 0.14.0",
11250 "log",
11251 "parking_lot",
11252 "paths",
11253 "prost 0.9.0",
11254 "release_channel",
11255 "rpc",
11256 "schemars",
11257 "serde",
11258 "serde_json",
11259 "shlex",
11260 "smol",
11261 "tempfile",
11262 "thiserror 1.0.69",
11263 "urlencoding",
11264 "util",
11265]
11266
11267[[package]]
11268name = "remote_server"
11269version = "0.1.0"
11270dependencies = [
11271 "anyhow",
11272 "async-watch",
11273 "backtrace",
11274 "cargo_toml",
11275 "chrono",
11276 "clap",
11277 "client",
11278 "clock",
11279 "env_logger 0.11.7",
11280 "extension",
11281 "extension_host",
11282 "fork",
11283 "fs",
11284 "futures 0.3.31",
11285 "git",
11286 "git_hosting_providers",
11287 "gpui",
11288 "gpui_tokio",
11289 "http_client",
11290 "language",
11291 "language_extension",
11292 "languages",
11293 "libc",
11294 "log",
11295 "lsp",
11296 "node_runtime",
11297 "paths",
11298 "project",
11299 "proto",
11300 "release_channel",
11301 "remote",
11302 "reqwest_client",
11303 "rpc",
11304 "rust-embed",
11305 "serde",
11306 "serde_json",
11307 "settings",
11308 "shellexpand 2.1.2",
11309 "smol",
11310 "sysinfo",
11311 "telemetry_events",
11312 "toml 0.8.20",
11313 "unindent",
11314 "util",
11315 "worktree",
11316]
11317
11318[[package]]
11319name = "rend"
11320version = "0.4.2"
11321source = "registry+https://github.com/rust-lang/crates.io-index"
11322checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11323dependencies = [
11324 "bytecheck",
11325]
11326
11327[[package]]
11328name = "repl"
11329version = "0.1.0"
11330dependencies = [
11331 "alacritty_terminal",
11332 "anyhow",
11333 "async-dispatcher",
11334 "async-tungstenite",
11335 "base64 0.22.1",
11336 "client",
11337 "collections",
11338 "command_palette_hooks",
11339 "editor",
11340 "env_logger 0.11.7",
11341 "feature_flags",
11342 "file_icons",
11343 "futures 0.3.31",
11344 "gpui",
11345 "http_client",
11346 "image",
11347 "indoc",
11348 "jupyter-protocol",
11349 "jupyter-websocket-client",
11350 "language",
11351 "languages",
11352 "log",
11353 "markdown_preview",
11354 "menu",
11355 "multi_buffer",
11356 "nbformat",
11357 "picker",
11358 "project",
11359 "runtimelib",
11360 "schemars",
11361 "serde",
11362 "serde_json",
11363 "settings",
11364 "smol",
11365 "telemetry",
11366 "terminal",
11367 "terminal_view",
11368 "theme",
11369 "tree-sitter-md",
11370 "tree-sitter-python",
11371 "tree-sitter-typescript",
11372 "ui",
11373 "util",
11374 "uuid",
11375 "workspace",
11376]
11377
11378[[package]]
11379name = "reqwest"
11380version = "0.11.27"
11381source = "registry+https://github.com/rust-lang/crates.io-index"
11382checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11383dependencies = [
11384 "base64 0.21.7",
11385 "bytes 1.10.1",
11386 "encoding_rs",
11387 "futures-core",
11388 "futures-util",
11389 "h2 0.3.26",
11390 "http 0.2.12",
11391 "http-body 0.4.6",
11392 "hyper 0.14.32",
11393 "hyper-rustls 0.24.2",
11394 "hyper-tls",
11395 "ipnet",
11396 "js-sys",
11397 "log",
11398 "mime",
11399 "native-tls",
11400 "once_cell",
11401 "percent-encoding",
11402 "pin-project-lite",
11403 "rustls 0.21.12",
11404 "rustls-native-certs 0.6.3",
11405 "rustls-pemfile 1.0.4",
11406 "serde",
11407 "serde_json",
11408 "serde_urlencoded",
11409 "sync_wrapper 0.1.2",
11410 "system-configuration 0.5.1",
11411 "tokio",
11412 "tokio-native-tls",
11413 "tokio-rustls 0.24.1",
11414 "tower-service",
11415 "url",
11416 "wasm-bindgen",
11417 "wasm-bindgen-futures",
11418 "web-sys",
11419 "winreg 0.50.0",
11420]
11421
11422[[package]]
11423name = "reqwest"
11424version = "0.12.8"
11425source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11426dependencies = [
11427 "base64 0.22.1",
11428 "bytes 1.10.1",
11429 "encoding_rs",
11430 "futures-core",
11431 "futures-util",
11432 "h2 0.4.7",
11433 "http 1.2.0",
11434 "http-body 1.0.1",
11435 "http-body-util",
11436 "hyper 1.5.1",
11437 "hyper-rustls 0.27.3",
11438 "hyper-util",
11439 "ipnet",
11440 "js-sys",
11441 "log",
11442 "mime",
11443 "once_cell",
11444 "percent-encoding",
11445 "pin-project-lite",
11446 "quinn",
11447 "rustls 0.23.23",
11448 "rustls-native-certs 0.8.1",
11449 "rustls-pemfile 2.2.0",
11450 "rustls-pki-types",
11451 "serde",
11452 "serde_json",
11453 "serde_urlencoded",
11454 "sync_wrapper 1.0.2",
11455 "system-configuration 0.6.1",
11456 "tokio",
11457 "tokio-rustls 0.26.1",
11458 "tokio-socks",
11459 "tokio-util",
11460 "tower-service",
11461 "url",
11462 "wasm-bindgen",
11463 "wasm-bindgen-futures",
11464 "wasm-streams",
11465 "web-sys",
11466 "windows-registry",
11467]
11468
11469[[package]]
11470name = "reqwest_client"
11471version = "0.1.0"
11472dependencies = [
11473 "anyhow",
11474 "bytes 1.10.1",
11475 "futures 0.3.31",
11476 "gpui",
11477 "http_client",
11478 "http_client_tls",
11479 "log",
11480 "regex",
11481 "reqwest 0.12.8",
11482 "serde",
11483 "smol",
11484 "tokio",
11485]
11486
11487[[package]]
11488name = "resvg"
11489version = "0.45.0"
11490source = "registry+https://github.com/rust-lang/crates.io-index"
11491checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11492dependencies = [
11493 "log",
11494 "pico-args",
11495 "rgb",
11496 "svgtypes",
11497 "tiny-skia",
11498 "usvg",
11499]
11500
11501[[package]]
11502name = "rfc6979"
11503version = "0.3.1"
11504source = "registry+https://github.com/rust-lang/crates.io-index"
11505checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11506dependencies = [
11507 "crypto-bigint 0.4.9",
11508 "hmac",
11509 "zeroize",
11510]
11511
11512[[package]]
11513name = "rgb"
11514version = "0.8.50"
11515source = "registry+https://github.com/rust-lang/crates.io-index"
11516checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11517dependencies = [
11518 "bytemuck",
11519]
11520
11521[[package]]
11522name = "rich_text"
11523version = "0.1.0"
11524dependencies = [
11525 "futures 0.3.31",
11526 "gpui",
11527 "language",
11528 "linkify",
11529 "pulldown-cmark 0.12.2",
11530 "theme",
11531 "ui",
11532 "util",
11533]
11534
11535[[package]]
11536name = "ring"
11537version = "0.17.8"
11538source = "registry+https://github.com/rust-lang/crates.io-index"
11539checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11540dependencies = [
11541 "cc",
11542 "cfg-if",
11543 "getrandom 0.2.15",
11544 "libc",
11545 "spin",
11546 "untrusted",
11547 "windows-sys 0.52.0",
11548]
11549
11550[[package]]
11551name = "rkyv"
11552version = "0.7.45"
11553source = "registry+https://github.com/rust-lang/crates.io-index"
11554checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11555dependencies = [
11556 "bitvec",
11557 "bytecheck",
11558 "bytes 1.10.1",
11559 "hashbrown 0.12.3",
11560 "ptr_meta",
11561 "rend",
11562 "rkyv_derive",
11563 "seahash",
11564 "tinyvec",
11565 "uuid",
11566]
11567
11568[[package]]
11569name = "rkyv_derive"
11570version = "0.7.45"
11571source = "registry+https://github.com/rust-lang/crates.io-index"
11572checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11573dependencies = [
11574 "proc-macro2",
11575 "quote",
11576 "syn 1.0.109",
11577]
11578
11579[[package]]
11580name = "rmp"
11581version = "0.8.14"
11582source = "registry+https://github.com/rust-lang/crates.io-index"
11583checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11584dependencies = [
11585 "byteorder",
11586 "num-traits",
11587 "paste",
11588]
11589
11590[[package]]
11591name = "rmpv"
11592version = "1.3.0"
11593source = "registry+https://github.com/rust-lang/crates.io-index"
11594checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11595dependencies = [
11596 "num-traits",
11597 "rmp",
11598]
11599
11600[[package]]
11601name = "rodio"
11602version = "0.20.1"
11603source = "registry+https://github.com/rust-lang/crates.io-index"
11604checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11605dependencies = [
11606 "cpal",
11607 "hound",
11608]
11609
11610[[package]]
11611name = "rope"
11612version = "0.1.0"
11613dependencies = [
11614 "arrayvec",
11615 "criterion",
11616 "ctor",
11617 "env_logger 0.11.7",
11618 "gpui",
11619 "log",
11620 "rand 0.8.5",
11621 "rayon",
11622 "smallvec",
11623 "sum_tree",
11624 "unicode-segmentation",
11625 "util",
11626]
11627
11628[[package]]
11629name = "roxmltree"
11630version = "0.20.0"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11633
11634[[package]]
11635name = "rpc"
11636version = "0.1.0"
11637dependencies = [
11638 "anyhow",
11639 "async-tungstenite",
11640 "base64 0.22.1",
11641 "chrono",
11642 "collections",
11643 "env_logger 0.11.7",
11644 "futures 0.3.31",
11645 "gpui",
11646 "parking_lot",
11647 "proto",
11648 "rand 0.8.5",
11649 "rsa",
11650 "serde",
11651 "serde_json",
11652 "sha2",
11653 "strum",
11654 "tracing",
11655 "util",
11656 "zstd",
11657]
11658
11659[[package]]
11660name = "rsa"
11661version = "0.9.8"
11662source = "registry+https://github.com/rust-lang/crates.io-index"
11663checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11664dependencies = [
11665 "const-oid",
11666 "digest",
11667 "num-bigint-dig",
11668 "num-integer",
11669 "num-traits",
11670 "pkcs1",
11671 "pkcs8 0.10.2",
11672 "rand_core 0.6.4",
11673 "signature 2.2.0",
11674 "spki 0.7.3",
11675 "subtle",
11676 "zeroize",
11677]
11678
11679[[package]]
11680name = "runtimelib"
11681version = "0.25.0"
11682source = "registry+https://github.com/rust-lang/crates.io-index"
11683checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11684dependencies = [
11685 "anyhow",
11686 "async-dispatcher",
11687 "async-std",
11688 "base64 0.22.1",
11689 "bytes 1.10.1",
11690 "chrono",
11691 "data-encoding",
11692 "dirs 5.0.1",
11693 "futures 0.3.31",
11694 "glob",
11695 "jupyter-protocol",
11696 "ring",
11697 "serde",
11698 "serde_json",
11699 "shellexpand 3.1.0",
11700 "smol",
11701 "uuid",
11702 "zeromq",
11703]
11704
11705[[package]]
11706name = "rust-embed"
11707version = "8.5.0"
11708source = "registry+https://github.com/rust-lang/crates.io-index"
11709checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11710dependencies = [
11711 "rust-embed-impl",
11712 "rust-embed-utils",
11713 "walkdir",
11714]
11715
11716[[package]]
11717name = "rust-embed-impl"
11718version = "8.5.0"
11719source = "registry+https://github.com/rust-lang/crates.io-index"
11720checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11721dependencies = [
11722 "proc-macro2",
11723 "quote",
11724 "rust-embed-utils",
11725 "syn 2.0.100",
11726 "walkdir",
11727]
11728
11729[[package]]
11730name = "rust-embed-utils"
11731version = "8.5.0"
11732source = "registry+https://github.com/rust-lang/crates.io-index"
11733checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11734dependencies = [
11735 "globset",
11736 "sha2",
11737 "walkdir",
11738]
11739
11740[[package]]
11741name = "rust_decimal"
11742version = "1.36.0"
11743source = "registry+https://github.com/rust-lang/crates.io-index"
11744checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11745dependencies = [
11746 "arrayvec",
11747 "borsh",
11748 "bytes 1.10.1",
11749 "num-traits",
11750 "rand 0.8.5",
11751 "rkyv",
11752 "serde",
11753 "serde_json",
11754]
11755
11756[[package]]
11757name = "rustc-demangle"
11758version = "0.1.24"
11759source = "registry+https://github.com/rust-lang/crates.io-index"
11760checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11761
11762[[package]]
11763name = "rustc-hash"
11764version = "1.1.0"
11765source = "registry+https://github.com/rust-lang/crates.io-index"
11766checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11767
11768[[package]]
11769name = "rustc-hash"
11770version = "2.1.1"
11771source = "registry+https://github.com/rust-lang/crates.io-index"
11772checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11773
11774[[package]]
11775name = "rustc_version"
11776version = "0.4.1"
11777source = "registry+https://github.com/rust-lang/crates.io-index"
11778checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11779dependencies = [
11780 "semver",
11781]
11782
11783[[package]]
11784name = "rustix"
11785version = "0.38.42"
11786source = "registry+https://github.com/rust-lang/crates.io-index"
11787checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11788dependencies = [
11789 "bitflags 2.8.0",
11790 "errno 0.3.10",
11791 "itoa",
11792 "libc",
11793 "linux-raw-sys",
11794 "once_cell",
11795 "windows-sys 0.59.0",
11796]
11797
11798[[package]]
11799name = "rustix-openpty"
11800version = "0.1.1"
11801source = "registry+https://github.com/rust-lang/crates.io-index"
11802checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11803dependencies = [
11804 "errno 0.3.10",
11805 "libc",
11806 "rustix",
11807]
11808
11809[[package]]
11810name = "rustls"
11811version = "0.21.12"
11812source = "registry+https://github.com/rust-lang/crates.io-index"
11813checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11814dependencies = [
11815 "log",
11816 "ring",
11817 "rustls-webpki 0.101.7",
11818 "sct",
11819]
11820
11821[[package]]
11822name = "rustls"
11823version = "0.23.23"
11824source = "registry+https://github.com/rust-lang/crates.io-index"
11825checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11826dependencies = [
11827 "aws-lc-rs",
11828 "log",
11829 "once_cell",
11830 "ring",
11831 "rustls-pki-types",
11832 "rustls-webpki 0.102.8",
11833 "subtle",
11834 "zeroize",
11835]
11836
11837[[package]]
11838name = "rustls-native-certs"
11839version = "0.6.3"
11840source = "registry+https://github.com/rust-lang/crates.io-index"
11841checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11842dependencies = [
11843 "openssl-probe",
11844 "rustls-pemfile 1.0.4",
11845 "schannel",
11846 "security-framework 2.11.1",
11847]
11848
11849[[package]]
11850name = "rustls-native-certs"
11851version = "0.8.1"
11852source = "registry+https://github.com/rust-lang/crates.io-index"
11853checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11854dependencies = [
11855 "openssl-probe",
11856 "rustls-pki-types",
11857 "schannel",
11858 "security-framework 3.0.1",
11859]
11860
11861[[package]]
11862name = "rustls-pemfile"
11863version = "1.0.4"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11866dependencies = [
11867 "base64 0.21.7",
11868]
11869
11870[[package]]
11871name = "rustls-pemfile"
11872version = "2.2.0"
11873source = "registry+https://github.com/rust-lang/crates.io-index"
11874checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11875dependencies = [
11876 "rustls-pki-types",
11877]
11878
11879[[package]]
11880name = "rustls-pki-types"
11881version = "1.10.0"
11882source = "registry+https://github.com/rust-lang/crates.io-index"
11883checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11884dependencies = [
11885 "web-time",
11886]
11887
11888[[package]]
11889name = "rustls-platform-verifier"
11890version = "0.5.0"
11891source = "registry+https://github.com/rust-lang/crates.io-index"
11892checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
11893dependencies = [
11894 "core-foundation 0.10.0",
11895 "core-foundation-sys",
11896 "jni",
11897 "log",
11898 "once_cell",
11899 "rustls 0.23.23",
11900 "rustls-native-certs 0.8.1",
11901 "rustls-platform-verifier-android",
11902 "rustls-webpki 0.102.8",
11903 "security-framework 3.0.1",
11904 "security-framework-sys",
11905 "webpki-root-certs",
11906 "windows-sys 0.52.0",
11907]
11908
11909[[package]]
11910name = "rustls-platform-verifier-android"
11911version = "0.1.1"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11914
11915[[package]]
11916name = "rustls-webpki"
11917version = "0.101.7"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11920dependencies = [
11921 "ring",
11922 "untrusted",
11923]
11924
11925[[package]]
11926name = "rustls-webpki"
11927version = "0.102.8"
11928source = "registry+https://github.com/rust-lang/crates.io-index"
11929checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11930dependencies = [
11931 "aws-lc-rs",
11932 "ring",
11933 "rustls-pki-types",
11934 "untrusted",
11935]
11936
11937[[package]]
11938name = "rustversion"
11939version = "1.0.18"
11940source = "registry+https://github.com/rust-lang/crates.io-index"
11941checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11942
11943[[package]]
11944name = "rustybuzz"
11945version = "0.14.1"
11946source = "registry+https://github.com/rust-lang/crates.io-index"
11947checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11948dependencies = [
11949 "bitflags 2.8.0",
11950 "bytemuck",
11951 "libm",
11952 "smallvec",
11953 "ttf-parser 0.21.1",
11954 "unicode-bidi-mirroring 0.2.0",
11955 "unicode-ccc 0.2.0",
11956 "unicode-properties",
11957 "unicode-script",
11958]
11959
11960[[package]]
11961name = "rustybuzz"
11962version = "0.20.1"
11963source = "registry+https://github.com/rust-lang/crates.io-index"
11964checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
11965dependencies = [
11966 "bitflags 2.8.0",
11967 "bytemuck",
11968 "core_maths",
11969 "log",
11970 "smallvec",
11971 "ttf-parser 0.25.1",
11972 "unicode-bidi-mirroring 0.4.0",
11973 "unicode-ccc 0.4.0",
11974 "unicode-properties",
11975 "unicode-script",
11976]
11977
11978[[package]]
11979name = "ryu"
11980version = "1.0.18"
11981source = "registry+https://github.com/rust-lang/crates.io-index"
11982checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11983
11984[[package]]
11985name = "salsa20"
11986version = "0.10.2"
11987source = "registry+https://github.com/rust-lang/crates.io-index"
11988checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11989dependencies = [
11990 "cipher",
11991]
11992
11993[[package]]
11994name = "same-file"
11995version = "1.0.6"
11996source = "registry+https://github.com/rust-lang/crates.io-index"
11997checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11998dependencies = [
11999 "winapi-util",
12000]
12001
12002[[package]]
12003name = "schannel"
12004version = "0.1.27"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12007dependencies = [
12008 "windows-sys 0.59.0",
12009]
12010
12011[[package]]
12012name = "schema_generator"
12013version = "0.1.0"
12014dependencies = [
12015 "anyhow",
12016 "clap",
12017 "env_logger 0.11.7",
12018 "schemars",
12019 "serde",
12020 "serde_json",
12021 "theme",
12022]
12023
12024[[package]]
12025name = "schemars"
12026version = "0.8.22"
12027source = "registry+https://github.com/rust-lang/crates.io-index"
12028checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12029dependencies = [
12030 "dyn-clone",
12031 "indexmap",
12032 "schemars_derive",
12033 "serde",
12034 "serde_json",
12035]
12036
12037[[package]]
12038name = "schemars_derive"
12039version = "0.8.22"
12040source = "registry+https://github.com/rust-lang/crates.io-index"
12041checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12042dependencies = [
12043 "proc-macro2",
12044 "quote",
12045 "serde_derive_internals",
12046 "syn 2.0.100",
12047]
12048
12049[[package]]
12050name = "scoped-tls"
12051version = "1.0.1"
12052source = "registry+https://github.com/rust-lang/crates.io-index"
12053checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12054
12055[[package]]
12056name = "scopeguard"
12057version = "1.2.0"
12058source = "registry+https://github.com/rust-lang/crates.io-index"
12059checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12060
12061[[package]]
12062name = "scratch"
12063version = "1.0.7"
12064source = "registry+https://github.com/rust-lang/crates.io-index"
12065checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12066
12067[[package]]
12068name = "scripting_tool"
12069version = "0.1.0"
12070dependencies = [
12071 "anyhow",
12072 "buffer_diff",
12073 "clock",
12074 "collections",
12075 "futures 0.3.31",
12076 "gpui",
12077 "language",
12078 "log",
12079 "mlua",
12080 "parking_lot",
12081 "project",
12082 "rand 0.8.5",
12083 "regex",
12084 "schemars",
12085 "serde",
12086 "serde_json",
12087 "settings",
12088 "util",
12089]
12090
12091[[package]]
12092name = "scrypt"
12093version = "0.11.0"
12094source = "registry+https://github.com/rust-lang/crates.io-index"
12095checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12096dependencies = [
12097 "password-hash 0.5.0",
12098 "pbkdf2 0.12.2",
12099 "salsa20",
12100 "sha2",
12101]
12102
12103[[package]]
12104name = "sct"
12105version = "0.7.1"
12106source = "registry+https://github.com/rust-lang/crates.io-index"
12107checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12108dependencies = [
12109 "ring",
12110 "untrusted",
12111]
12112
12113[[package]]
12114name = "sea-bae"
12115version = "0.2.1"
12116source = "registry+https://github.com/rust-lang/crates.io-index"
12117checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12118dependencies = [
12119 "heck 0.4.1",
12120 "proc-macro-error2",
12121 "proc-macro2",
12122 "quote",
12123 "syn 2.0.100",
12124]
12125
12126[[package]]
12127name = "sea-orm"
12128version = "1.1.5"
12129source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
12131dependencies = [
12132 "async-stream",
12133 "async-trait",
12134 "bigdecimal",
12135 "chrono",
12136 "futures 0.3.31",
12137 "log",
12138 "ouroboros",
12139 "rust_decimal",
12140 "sea-orm-macros",
12141 "sea-query",
12142 "sea-query-binder",
12143 "serde",
12144 "serde_json",
12145 "sqlx",
12146 "strum",
12147 "thiserror 1.0.69",
12148 "time",
12149 "tracing",
12150 "url",
12151 "uuid",
12152]
12153
12154[[package]]
12155name = "sea-orm-macros"
12156version = "1.1.5"
12157source = "registry+https://github.com/rust-lang/crates.io-index"
12158checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12159dependencies = [
12160 "heck 0.4.1",
12161 "proc-macro2",
12162 "quote",
12163 "sea-bae",
12164 "syn 2.0.100",
12165 "unicode-ident",
12166]
12167
12168[[package]]
12169name = "sea-query"
12170version = "0.32.1"
12171source = "registry+https://github.com/rust-lang/crates.io-index"
12172checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12173dependencies = [
12174 "bigdecimal",
12175 "chrono",
12176 "inherent",
12177 "ordered-float 3.9.2",
12178 "rust_decimal",
12179 "serde_json",
12180 "time",
12181 "uuid",
12182]
12183
12184[[package]]
12185name = "sea-query-binder"
12186version = "0.7.0"
12187source = "registry+https://github.com/rust-lang/crates.io-index"
12188checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12189dependencies = [
12190 "bigdecimal",
12191 "chrono",
12192 "rust_decimal",
12193 "sea-query",
12194 "serde_json",
12195 "sqlx",
12196 "time",
12197 "uuid",
12198]
12199
12200[[package]]
12201name = "seahash"
12202version = "4.1.0"
12203source = "registry+https://github.com/rust-lang/crates.io-index"
12204checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12205
12206[[package]]
12207name = "search"
12208version = "0.1.0"
12209dependencies = [
12210 "any_vec",
12211 "anyhow",
12212 "bitflags 2.8.0",
12213 "client",
12214 "collections",
12215 "editor",
12216 "futures 0.3.31",
12217 "gpui",
12218 "language",
12219 "menu",
12220 "project",
12221 "schemars",
12222 "serde",
12223 "serde_json",
12224 "settings",
12225 "smol",
12226 "theme",
12227 "ui",
12228 "unindent",
12229 "util",
12230 "workspace",
12231 "zed_actions",
12232]
12233
12234[[package]]
12235name = "sec1"
12236version = "0.3.0"
12237source = "registry+https://github.com/rust-lang/crates.io-index"
12238checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12239dependencies = [
12240 "base16ct",
12241 "der 0.6.1",
12242 "generic-array",
12243 "pkcs8 0.9.0",
12244 "subtle",
12245 "zeroize",
12246]
12247
12248[[package]]
12249name = "security-framework"
12250version = "2.11.1"
12251source = "registry+https://github.com/rust-lang/crates.io-index"
12252checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12253dependencies = [
12254 "bitflags 2.8.0",
12255 "core-foundation 0.9.4",
12256 "core-foundation-sys",
12257 "libc",
12258 "security-framework-sys",
12259]
12260
12261[[package]]
12262name = "security-framework"
12263version = "3.0.1"
12264source = "registry+https://github.com/rust-lang/crates.io-index"
12265checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12266dependencies = [
12267 "bitflags 2.8.0",
12268 "core-foundation 0.10.0",
12269 "core-foundation-sys",
12270 "libc",
12271 "security-framework-sys",
12272]
12273
12274[[package]]
12275name = "security-framework-sys"
12276version = "2.12.1"
12277source = "registry+https://github.com/rust-lang/crates.io-index"
12278checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12279dependencies = [
12280 "core-foundation-sys",
12281 "libc",
12282]
12283
12284[[package]]
12285name = "self_cell"
12286version = "1.1.0"
12287source = "registry+https://github.com/rust-lang/crates.io-index"
12288checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12289
12290[[package]]
12291name = "semantic_index"
12292version = "0.1.0"
12293dependencies = [
12294 "anyhow",
12295 "arrayvec",
12296 "blake3",
12297 "client",
12298 "clock",
12299 "collections",
12300 "env_logger 0.11.7",
12301 "feature_flags",
12302 "fs",
12303 "futures 0.3.31",
12304 "futures-batch",
12305 "gpui",
12306 "heed",
12307 "http_client",
12308 "language",
12309 "language_model",
12310 "languages",
12311 "log",
12312 "open_ai",
12313 "parking_lot",
12314 "project",
12315 "reqwest_client",
12316 "serde",
12317 "serde_json",
12318 "settings",
12319 "sha2",
12320 "smol",
12321 "streaming-iterator",
12322 "tempfile",
12323 "theme",
12324 "tree-sitter",
12325 "ui",
12326 "unindent",
12327 "util",
12328 "workspace",
12329 "worktree",
12330]
12331
12332[[package]]
12333name = "semantic_version"
12334version = "0.1.0"
12335dependencies = [
12336 "anyhow",
12337 "serde",
12338]
12339
12340[[package]]
12341name = "semver"
12342version = "1.0.25"
12343source = "registry+https://github.com/rust-lang/crates.io-index"
12344checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12345dependencies = [
12346 "serde",
12347]
12348
12349[[package]]
12350name = "serde"
12351version = "1.0.218"
12352source = "registry+https://github.com/rust-lang/crates.io-index"
12353checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12354dependencies = [
12355 "serde_derive",
12356]
12357
12358[[package]]
12359name = "serde_derive"
12360version = "1.0.218"
12361source = "registry+https://github.com/rust-lang/crates.io-index"
12362checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12363dependencies = [
12364 "proc-macro2",
12365 "quote",
12366 "syn 2.0.100",
12367]
12368
12369[[package]]
12370name = "serde_derive_internals"
12371version = "0.29.1"
12372source = "registry+https://github.com/rust-lang/crates.io-index"
12373checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12374dependencies = [
12375 "proc-macro2",
12376 "quote",
12377 "syn 2.0.100",
12378]
12379
12380[[package]]
12381name = "serde_fmt"
12382version = "1.0.3"
12383source = "registry+https://github.com/rust-lang/crates.io-index"
12384checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12385dependencies = [
12386 "serde",
12387]
12388
12389[[package]]
12390name = "serde_json"
12391version = "1.0.139"
12392source = "registry+https://github.com/rust-lang/crates.io-index"
12393checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12394dependencies = [
12395 "indexmap",
12396 "itoa",
12397 "memchr",
12398 "ryu",
12399 "serde",
12400]
12401
12402[[package]]
12403name = "serde_json_lenient"
12404version = "0.2.4"
12405source = "registry+https://github.com/rust-lang/crates.io-index"
12406checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12407dependencies = [
12408 "indexmap",
12409 "itoa",
12410 "memchr",
12411 "ryu",
12412 "serde",
12413]
12414
12415[[package]]
12416name = "serde_path_to_error"
12417version = "0.1.16"
12418source = "registry+https://github.com/rust-lang/crates.io-index"
12419checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12420dependencies = [
12421 "itoa",
12422 "serde",
12423]
12424
12425[[package]]
12426name = "serde_qs"
12427version = "0.8.5"
12428source = "registry+https://github.com/rust-lang/crates.io-index"
12429checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12430dependencies = [
12431 "percent-encoding",
12432 "serde",
12433 "thiserror 1.0.69",
12434]
12435
12436[[package]]
12437name = "serde_qs"
12438version = "0.10.1"
12439source = "registry+https://github.com/rust-lang/crates.io-index"
12440checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12441dependencies = [
12442 "percent-encoding",
12443 "serde",
12444 "thiserror 1.0.69",
12445]
12446
12447[[package]]
12448name = "serde_repr"
12449version = "0.1.19"
12450source = "registry+https://github.com/rust-lang/crates.io-index"
12451checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12452dependencies = [
12453 "proc-macro2",
12454 "quote",
12455 "syn 2.0.100",
12456]
12457
12458[[package]]
12459name = "serde_spanned"
12460version = "0.6.8"
12461source = "registry+https://github.com/rust-lang/crates.io-index"
12462checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12463dependencies = [
12464 "serde",
12465]
12466
12467[[package]]
12468name = "serde_urlencoded"
12469version = "0.7.1"
12470source = "registry+https://github.com/rust-lang/crates.io-index"
12471checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12472dependencies = [
12473 "form_urlencoded",
12474 "itoa",
12475 "ryu",
12476 "serde",
12477]
12478
12479[[package]]
12480name = "session"
12481version = "0.1.0"
12482dependencies = [
12483 "db",
12484 "gpui",
12485 "serde_json",
12486 "util",
12487 "uuid",
12488]
12489
12490[[package]]
12491name = "settings"
12492version = "0.1.0"
12493dependencies = [
12494 "anyhow",
12495 "collections",
12496 "ec4rs",
12497 "fs",
12498 "futures 0.3.31",
12499 "gpui",
12500 "indoc",
12501 "inventory",
12502 "log",
12503 "paths",
12504 "pretty_assertions",
12505 "release_channel",
12506 "rust-embed",
12507 "schemars",
12508 "serde",
12509 "serde_derive",
12510 "serde_json",
12511 "serde_json_lenient",
12512 "smallvec",
12513 "streaming-iterator",
12514 "tree-sitter",
12515 "tree-sitter-json",
12516 "unindent",
12517 "util",
12518]
12519
12520[[package]]
12521name = "settings_ui"
12522version = "0.1.0"
12523dependencies = [
12524 "command_palette_hooks",
12525 "editor",
12526 "feature_flags",
12527 "gpui",
12528 "settings",
12529 "theme",
12530 "ui",
12531 "workspace",
12532]
12533
12534[[package]]
12535name = "sha1"
12536version = "0.10.6"
12537source = "registry+https://github.com/rust-lang/crates.io-index"
12538checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12539dependencies = [
12540 "cfg-if",
12541 "cpufeatures",
12542 "digest",
12543]
12544
12545[[package]]
12546name = "sha1_smol"
12547version = "1.0.1"
12548source = "registry+https://github.com/rust-lang/crates.io-index"
12549checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12550
12551[[package]]
12552name = "sha2"
12553version = "0.10.8"
12554source = "registry+https://github.com/rust-lang/crates.io-index"
12555checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12556dependencies = [
12557 "cfg-if",
12558 "cpufeatures",
12559 "digest",
12560]
12561
12562[[package]]
12563name = "sharded-slab"
12564version = "0.1.7"
12565source = "registry+https://github.com/rust-lang/crates.io-index"
12566checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12567dependencies = [
12568 "lazy_static",
12569]
12570
12571[[package]]
12572name = "shell-words"
12573version = "1.1.0"
12574source = "registry+https://github.com/rust-lang/crates.io-index"
12575checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12576
12577[[package]]
12578name = "shellexpand"
12579version = "2.1.2"
12580source = "registry+https://github.com/rust-lang/crates.io-index"
12581checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12582dependencies = [
12583 "dirs 4.0.0",
12584]
12585
12586[[package]]
12587name = "shellexpand"
12588version = "3.1.0"
12589source = "registry+https://github.com/rust-lang/crates.io-index"
12590checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12591dependencies = [
12592 "dirs 5.0.1",
12593]
12594
12595[[package]]
12596name = "shlex"
12597version = "1.3.0"
12598source = "registry+https://github.com/rust-lang/crates.io-index"
12599checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12600
12601[[package]]
12602name = "signal-hook"
12603version = "0.3.17"
12604source = "registry+https://github.com/rust-lang/crates.io-index"
12605checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12606dependencies = [
12607 "libc",
12608 "signal-hook-registry",
12609]
12610
12611[[package]]
12612name = "signal-hook-registry"
12613version = "1.4.2"
12614source = "registry+https://github.com/rust-lang/crates.io-index"
12615checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12616dependencies = [
12617 "libc",
12618]
12619
12620[[package]]
12621name = "signature"
12622version = "1.6.4"
12623source = "registry+https://github.com/rust-lang/crates.io-index"
12624checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12625dependencies = [
12626 "digest",
12627 "rand_core 0.6.4",
12628]
12629
12630[[package]]
12631name = "signature"
12632version = "2.2.0"
12633source = "registry+https://github.com/rust-lang/crates.io-index"
12634checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12635dependencies = [
12636 "digest",
12637 "rand_core 0.6.4",
12638]
12639
12640[[package]]
12641name = "simd-adler32"
12642version = "0.3.7"
12643source = "registry+https://github.com/rust-lang/crates.io-index"
12644checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12645
12646[[package]]
12647name = "simd_helpers"
12648version = "0.1.0"
12649source = "registry+https://github.com/rust-lang/crates.io-index"
12650checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12651dependencies = [
12652 "quote",
12653]
12654
12655[[package]]
12656name = "simdutf8"
12657version = "0.1.5"
12658source = "registry+https://github.com/rust-lang/crates.io-index"
12659checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12660
12661[[package]]
12662name = "simple_asn1"
12663version = "0.6.2"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12666dependencies = [
12667 "num-bigint",
12668 "num-traits",
12669 "thiserror 1.0.69",
12670 "time",
12671]
12672
12673[[package]]
12674name = "simplecss"
12675version = "0.2.1"
12676source = "registry+https://github.com/rust-lang/crates.io-index"
12677checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12678dependencies = [
12679 "log",
12680]
12681
12682[[package]]
12683name = "simplelog"
12684version = "0.12.2"
12685source = "registry+https://github.com/rust-lang/crates.io-index"
12686checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12687dependencies = [
12688 "log",
12689 "termcolor",
12690 "time",
12691]
12692
12693[[package]]
12694name = "siphasher"
12695version = "0.3.11"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12698
12699[[package]]
12700name = "siphasher"
12701version = "1.0.1"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12704
12705[[package]]
12706name = "skrifa"
12707version = "0.22.3"
12708source = "registry+https://github.com/rust-lang/crates.io-index"
12709checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12710dependencies = [
12711 "bytemuck",
12712 "read-fonts",
12713]
12714
12715[[package]]
12716name = "slab"
12717version = "0.4.9"
12718source = "registry+https://github.com/rust-lang/crates.io-index"
12719checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12720dependencies = [
12721 "autocfg",
12722]
12723
12724[[package]]
12725name = "slash_commands_example"
12726version = "0.1.0"
12727dependencies = [
12728 "zed_extension_api 0.1.0",
12729]
12730
12731[[package]]
12732name = "slotmap"
12733version = "1.0.7"
12734source = "registry+https://github.com/rust-lang/crates.io-index"
12735checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12736dependencies = [
12737 "version_check",
12738]
12739
12740[[package]]
12741name = "smallvec"
12742version = "1.14.0"
12743source = "registry+https://github.com/rust-lang/crates.io-index"
12744checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12745dependencies = [
12746 "serde",
12747]
12748
12749[[package]]
12750name = "smart-default"
12751version = "0.6.0"
12752source = "registry+https://github.com/rust-lang/crates.io-index"
12753checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12754dependencies = [
12755 "proc-macro2",
12756 "quote",
12757 "syn 1.0.109",
12758]
12759
12760[[package]]
12761name = "smol"
12762version = "2.0.2"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12765dependencies = [
12766 "async-channel 2.3.1",
12767 "async-executor",
12768 "async-fs",
12769 "async-io",
12770 "async-lock",
12771 "async-net",
12772 "async-process",
12773 "blocking",
12774 "futures-lite 2.6.0",
12775]
12776
12777[[package]]
12778name = "smol_str"
12779version = "0.1.24"
12780source = "registry+https://github.com/rust-lang/crates.io-index"
12781checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12782dependencies = [
12783 "serde",
12784]
12785
12786[[package]]
12787name = "snippet"
12788version = "0.1.0"
12789dependencies = [
12790 "anyhow",
12791 "smallvec",
12792]
12793
12794[[package]]
12795name = "snippet_provider"
12796version = "0.1.0"
12797dependencies = [
12798 "anyhow",
12799 "collections",
12800 "extension",
12801 "fs",
12802 "futures 0.3.31",
12803 "gpui",
12804 "parking_lot",
12805 "paths",
12806 "schemars",
12807 "serde",
12808 "serde_json_lenient",
12809 "snippet",
12810 "util",
12811]
12812
12813[[package]]
12814name = "snippets_ui"
12815version = "0.1.0"
12816dependencies = [
12817 "fuzzy",
12818 "gpui",
12819 "language",
12820 "paths",
12821 "picker",
12822 "ui",
12823 "util",
12824 "workspace",
12825]
12826
12827[[package]]
12828name = "socket2"
12829version = "0.5.8"
12830source = "registry+https://github.com/rust-lang/crates.io-index"
12831checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12832dependencies = [
12833 "libc",
12834 "windows-sys 0.52.0",
12835]
12836
12837[[package]]
12838name = "spdx"
12839version = "0.10.7"
12840source = "registry+https://github.com/rust-lang/crates.io-index"
12841checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12842dependencies = [
12843 "smallvec",
12844]
12845
12846[[package]]
12847name = "spin"
12848version = "0.9.8"
12849source = "registry+https://github.com/rust-lang/crates.io-index"
12850checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12851dependencies = [
12852 "lock_api",
12853]
12854
12855[[package]]
12856name = "spirv"
12857version = "0.3.0+sdk-1.3.268.0"
12858source = "registry+https://github.com/rust-lang/crates.io-index"
12859checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12860dependencies = [
12861 "bitflags 2.8.0",
12862]
12863
12864[[package]]
12865name = "spki"
12866version = "0.6.0"
12867source = "registry+https://github.com/rust-lang/crates.io-index"
12868checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12869dependencies = [
12870 "base64ct",
12871 "der 0.6.1",
12872]
12873
12874[[package]]
12875name = "spki"
12876version = "0.7.3"
12877source = "registry+https://github.com/rust-lang/crates.io-index"
12878checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12879dependencies = [
12880 "base64ct",
12881 "der 0.7.9",
12882]
12883
12884[[package]]
12885name = "sptr"
12886version = "0.3.2"
12887source = "registry+https://github.com/rust-lang/crates.io-index"
12888checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12889
12890[[package]]
12891name = "sqlez"
12892version = "0.1.0"
12893dependencies = [
12894 "anyhow",
12895 "collections",
12896 "futures 0.3.31",
12897 "indoc",
12898 "libsqlite3-sys",
12899 "parking_lot",
12900 "smol",
12901 "sqlformat",
12902 "thread_local",
12903 "util",
12904 "uuid",
12905]
12906
12907[[package]]
12908name = "sqlez_macros"
12909version = "0.1.0"
12910dependencies = [
12911 "sqlez",
12912 "sqlformat",
12913 "syn 1.0.109",
12914]
12915
12916[[package]]
12917name = "sqlformat"
12918version = "0.2.6"
12919source = "registry+https://github.com/rust-lang/crates.io-index"
12920checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12921dependencies = [
12922 "nom",
12923 "unicode_categories",
12924]
12925
12926[[package]]
12927name = "sqlx"
12928version = "0.8.3"
12929source = "registry+https://github.com/rust-lang/crates.io-index"
12930checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12931dependencies = [
12932 "sqlx-core",
12933 "sqlx-macros",
12934 "sqlx-mysql",
12935 "sqlx-postgres",
12936 "sqlx-sqlite",
12937]
12938
12939[[package]]
12940name = "sqlx-core"
12941version = "0.8.3"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12944dependencies = [
12945 "bigdecimal",
12946 "bytes 1.10.1",
12947 "chrono",
12948 "crc",
12949 "crossbeam-queue",
12950 "either",
12951 "event-listener 5.3.1",
12952 "futures-core",
12953 "futures-intrusive",
12954 "futures-io",
12955 "futures-util",
12956 "hashbrown 0.15.2",
12957 "hashlink 0.10.0",
12958 "indexmap",
12959 "log",
12960 "memchr",
12961 "once_cell",
12962 "percent-encoding",
12963 "rust_decimal",
12964 "rustls 0.23.23",
12965 "rustls-pemfile 2.2.0",
12966 "serde",
12967 "serde_json",
12968 "sha2",
12969 "smallvec",
12970 "thiserror 2.0.6",
12971 "time",
12972 "tokio",
12973 "tokio-stream",
12974 "tracing",
12975 "url",
12976 "uuid",
12977 "webpki-roots",
12978]
12979
12980[[package]]
12981name = "sqlx-macros"
12982version = "0.8.3"
12983source = "registry+https://github.com/rust-lang/crates.io-index"
12984checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
12985dependencies = [
12986 "proc-macro2",
12987 "quote",
12988 "sqlx-core",
12989 "sqlx-macros-core",
12990 "syn 2.0.100",
12991]
12992
12993[[package]]
12994name = "sqlx-macros-core"
12995version = "0.8.3"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
12998dependencies = [
12999 "dotenvy",
13000 "either",
13001 "heck 0.5.0",
13002 "hex",
13003 "once_cell",
13004 "proc-macro2",
13005 "quote",
13006 "serde",
13007 "serde_json",
13008 "sha2",
13009 "sqlx-core",
13010 "sqlx-mysql",
13011 "sqlx-postgres",
13012 "sqlx-sqlite",
13013 "syn 2.0.100",
13014 "tempfile",
13015 "tokio",
13016 "url",
13017]
13018
13019[[package]]
13020name = "sqlx-mysql"
13021version = "0.8.3"
13022source = "registry+https://github.com/rust-lang/crates.io-index"
13023checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13024dependencies = [
13025 "atoi",
13026 "base64 0.22.1",
13027 "bigdecimal",
13028 "bitflags 2.8.0",
13029 "byteorder",
13030 "bytes 1.10.1",
13031 "chrono",
13032 "crc",
13033 "digest",
13034 "dotenvy",
13035 "either",
13036 "futures-channel",
13037 "futures-core",
13038 "futures-io",
13039 "futures-util",
13040 "generic-array",
13041 "hex",
13042 "hkdf",
13043 "hmac",
13044 "itoa",
13045 "log",
13046 "md-5",
13047 "memchr",
13048 "once_cell",
13049 "percent-encoding",
13050 "rand 0.8.5",
13051 "rsa",
13052 "rust_decimal",
13053 "serde",
13054 "sha1",
13055 "sha2",
13056 "smallvec",
13057 "sqlx-core",
13058 "stringprep",
13059 "thiserror 2.0.6",
13060 "time",
13061 "tracing",
13062 "uuid",
13063 "whoami",
13064]
13065
13066[[package]]
13067name = "sqlx-postgres"
13068version = "0.8.3"
13069source = "registry+https://github.com/rust-lang/crates.io-index"
13070checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13071dependencies = [
13072 "atoi",
13073 "base64 0.22.1",
13074 "bigdecimal",
13075 "bitflags 2.8.0",
13076 "byteorder",
13077 "chrono",
13078 "crc",
13079 "dotenvy",
13080 "etcetera",
13081 "futures-channel",
13082 "futures-core",
13083 "futures-util",
13084 "hex",
13085 "hkdf",
13086 "hmac",
13087 "home",
13088 "itoa",
13089 "log",
13090 "md-5",
13091 "memchr",
13092 "num-bigint",
13093 "once_cell",
13094 "rand 0.8.5",
13095 "rust_decimal",
13096 "serde",
13097 "serde_json",
13098 "sha2",
13099 "smallvec",
13100 "sqlx-core",
13101 "stringprep",
13102 "thiserror 2.0.6",
13103 "time",
13104 "tracing",
13105 "uuid",
13106 "whoami",
13107]
13108
13109[[package]]
13110name = "sqlx-sqlite"
13111version = "0.8.3"
13112source = "registry+https://github.com/rust-lang/crates.io-index"
13113checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13114dependencies = [
13115 "atoi",
13116 "chrono",
13117 "flume",
13118 "futures-channel",
13119 "futures-core",
13120 "futures-executor",
13121 "futures-intrusive",
13122 "futures-util",
13123 "libsqlite3-sys",
13124 "log",
13125 "percent-encoding",
13126 "serde",
13127 "serde_urlencoded",
13128 "sqlx-core",
13129 "time",
13130 "tracing",
13131 "url",
13132 "uuid",
13133]
13134
13135[[package]]
13136name = "stable_deref_trait"
13137version = "1.2.0"
13138source = "registry+https://github.com/rust-lang/crates.io-index"
13139checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13140
13141[[package]]
13142name = "static_assertions"
13143version = "1.1.0"
13144source = "registry+https://github.com/rust-lang/crates.io-index"
13145checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13146
13147[[package]]
13148name = "story"
13149version = "0.1.0"
13150dependencies = [
13151 "gpui",
13152 "itertools 0.14.0",
13153 "smallvec",
13154]
13155
13156[[package]]
13157name = "storybook"
13158version = "0.1.0"
13159dependencies = [
13160 "anyhow",
13161 "clap",
13162 "collab_ui",
13163 "ctrlc",
13164 "dialoguer",
13165 "editor",
13166 "fuzzy",
13167 "gpui",
13168 "indoc",
13169 "language",
13170 "log",
13171 "menu",
13172 "picker",
13173 "project",
13174 "reqwest_client",
13175 "rust-embed",
13176 "settings",
13177 "simplelog",
13178 "story",
13179 "strum",
13180 "theme",
13181 "title_bar",
13182 "ui",
13183]
13184
13185[[package]]
13186name = "streaming-iterator"
13187version = "0.1.9"
13188source = "registry+https://github.com/rust-lang/crates.io-index"
13189checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13190
13191[[package]]
13192name = "streaming_diff"
13193version = "0.1.0"
13194dependencies = [
13195 "ordered-float 2.10.1",
13196 "rand 0.8.5",
13197 "rope",
13198 "util",
13199]
13200
13201[[package]]
13202name = "strict-num"
13203version = "0.1.1"
13204source = "registry+https://github.com/rust-lang/crates.io-index"
13205checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13206dependencies = [
13207 "float-cmp",
13208]
13209
13210[[package]]
13211name = "string_cache"
13212version = "0.8.7"
13213source = "registry+https://github.com/rust-lang/crates.io-index"
13214checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13215dependencies = [
13216 "new_debug_unreachable",
13217 "once_cell",
13218 "parking_lot",
13219 "phf_shared 0.10.0",
13220 "precomputed-hash",
13221 "serde",
13222]
13223
13224[[package]]
13225name = "string_cache_codegen"
13226version = "0.5.2"
13227source = "registry+https://github.com/rust-lang/crates.io-index"
13228checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13229dependencies = [
13230 "phf_generator 0.10.0",
13231 "phf_shared 0.10.0",
13232 "proc-macro2",
13233 "quote",
13234]
13235
13236[[package]]
13237name = "stringprep"
13238version = "0.1.5"
13239source = "registry+https://github.com/rust-lang/crates.io-index"
13240checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13241dependencies = [
13242 "unicode-bidi",
13243 "unicode-normalization",
13244 "unicode-properties",
13245]
13246
13247[[package]]
13248name = "strsim"
13249version = "0.11.1"
13250source = "registry+https://github.com/rust-lang/crates.io-index"
13251checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13252
13253[[package]]
13254name = "strum"
13255version = "0.26.3"
13256source = "registry+https://github.com/rust-lang/crates.io-index"
13257checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13258dependencies = [
13259 "strum_macros",
13260]
13261
13262[[package]]
13263name = "strum_macros"
13264version = "0.26.4"
13265source = "registry+https://github.com/rust-lang/crates.io-index"
13266checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13267dependencies = [
13268 "heck 0.5.0",
13269 "proc-macro2",
13270 "quote",
13271 "rustversion",
13272 "syn 2.0.100",
13273]
13274
13275[[package]]
13276name = "subtle"
13277version = "2.6.1"
13278source = "registry+https://github.com/rust-lang/crates.io-index"
13279checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13280
13281[[package]]
13282name = "sum_tree"
13283version = "0.1.0"
13284dependencies = [
13285 "arrayvec",
13286 "ctor",
13287 "env_logger 0.11.7",
13288 "log",
13289 "rand 0.8.5",
13290 "rayon",
13291]
13292
13293[[package]]
13294name = "supermaven"
13295version = "0.1.0"
13296dependencies = [
13297 "anyhow",
13298 "client",
13299 "collections",
13300 "editor",
13301 "env_logger 0.11.7",
13302 "futures 0.3.31",
13303 "gpui",
13304 "http_client",
13305 "inline_completion",
13306 "language",
13307 "log",
13308 "postage",
13309 "project",
13310 "serde",
13311 "serde_json",
13312 "settings",
13313 "smol",
13314 "supermaven_api",
13315 "text",
13316 "theme",
13317 "ui",
13318 "unicode-segmentation",
13319 "util",
13320]
13321
13322[[package]]
13323name = "supermaven_api"
13324version = "0.1.0"
13325dependencies = [
13326 "anyhow",
13327 "futures 0.3.31",
13328 "http_client",
13329 "paths",
13330 "serde",
13331 "serde_json",
13332 "smol",
13333]
13334
13335[[package]]
13336name = "sval"
13337version = "2.13.2"
13338source = "registry+https://github.com/rust-lang/crates.io-index"
13339checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13340
13341[[package]]
13342name = "sval_buffer"
13343version = "2.13.2"
13344source = "registry+https://github.com/rust-lang/crates.io-index"
13345checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13346dependencies = [
13347 "sval",
13348 "sval_ref",
13349]
13350
13351[[package]]
13352name = "sval_dynamic"
13353version = "2.13.2"
13354source = "registry+https://github.com/rust-lang/crates.io-index"
13355checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13356dependencies = [
13357 "sval",
13358]
13359
13360[[package]]
13361name = "sval_fmt"
13362version = "2.13.2"
13363source = "registry+https://github.com/rust-lang/crates.io-index"
13364checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13365dependencies = [
13366 "itoa",
13367 "ryu",
13368 "sval",
13369]
13370
13371[[package]]
13372name = "sval_json"
13373version = "2.13.2"
13374source = "registry+https://github.com/rust-lang/crates.io-index"
13375checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13376dependencies = [
13377 "itoa",
13378 "ryu",
13379 "sval",
13380]
13381
13382[[package]]
13383name = "sval_nested"
13384version = "2.13.2"
13385source = "registry+https://github.com/rust-lang/crates.io-index"
13386checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13387dependencies = [
13388 "sval",
13389 "sval_buffer",
13390 "sval_ref",
13391]
13392
13393[[package]]
13394name = "sval_ref"
13395version = "2.13.2"
13396source = "registry+https://github.com/rust-lang/crates.io-index"
13397checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13398dependencies = [
13399 "sval",
13400]
13401
13402[[package]]
13403name = "sval_serde"
13404version = "2.13.2"
13405source = "registry+https://github.com/rust-lang/crates.io-index"
13406checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13407dependencies = [
13408 "serde",
13409 "sval",
13410 "sval_nested",
13411]
13412
13413[[package]]
13414name = "svg_fmt"
13415version = "0.4.4"
13416source = "registry+https://github.com/rust-lang/crates.io-index"
13417checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13418
13419[[package]]
13420name = "svgtypes"
13421version = "0.15.3"
13422source = "registry+https://github.com/rust-lang/crates.io-index"
13423checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13424dependencies = [
13425 "kurbo",
13426 "siphasher 1.0.1",
13427]
13428
13429[[package]]
13430name = "swash"
13431version = "0.1.19"
13432source = "registry+https://github.com/rust-lang/crates.io-index"
13433checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13434dependencies = [
13435 "skrifa",
13436 "yazi",
13437 "zeno",
13438]
13439
13440[[package]]
13441name = "syn"
13442version = "1.0.109"
13443source = "registry+https://github.com/rust-lang/crates.io-index"
13444checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13445dependencies = [
13446 "proc-macro2",
13447 "quote",
13448 "unicode-ident",
13449]
13450
13451[[package]]
13452name = "syn"
13453version = "2.0.100"
13454source = "registry+https://github.com/rust-lang/crates.io-index"
13455checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13456dependencies = [
13457 "proc-macro2",
13458 "quote",
13459 "unicode-ident",
13460]
13461
13462[[package]]
13463name = "sync_wrapper"
13464version = "0.1.2"
13465source = "registry+https://github.com/rust-lang/crates.io-index"
13466checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13467
13468[[package]]
13469name = "sync_wrapper"
13470version = "1.0.2"
13471source = "registry+https://github.com/rust-lang/crates.io-index"
13472checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13473dependencies = [
13474 "futures-core",
13475]
13476
13477[[package]]
13478name = "synchronoise"
13479version = "1.0.1"
13480source = "registry+https://github.com/rust-lang/crates.io-index"
13481checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13482dependencies = [
13483 "crossbeam-queue",
13484]
13485
13486[[package]]
13487name = "synstructure"
13488version = "0.13.1"
13489source = "registry+https://github.com/rust-lang/crates.io-index"
13490checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13491dependencies = [
13492 "proc-macro2",
13493 "quote",
13494 "syn 2.0.100",
13495]
13496
13497[[package]]
13498name = "sys-locale"
13499version = "0.3.2"
13500source = "registry+https://github.com/rust-lang/crates.io-index"
13501checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13502dependencies = [
13503 "libc",
13504]
13505
13506[[package]]
13507name = "sysinfo"
13508version = "0.31.4"
13509source = "registry+https://github.com/rust-lang/crates.io-index"
13510checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13511dependencies = [
13512 "core-foundation-sys",
13513 "libc",
13514 "memchr",
13515 "ntapi",
13516 "rayon",
13517 "windows 0.57.0",
13518]
13519
13520[[package]]
13521name = "system-configuration"
13522version = "0.5.1"
13523source = "registry+https://github.com/rust-lang/crates.io-index"
13524checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13525dependencies = [
13526 "bitflags 1.3.2",
13527 "core-foundation 0.9.4",
13528 "system-configuration-sys 0.5.0",
13529]
13530
13531[[package]]
13532name = "system-configuration"
13533version = "0.6.1"
13534source = "registry+https://github.com/rust-lang/crates.io-index"
13535checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13536dependencies = [
13537 "bitflags 2.8.0",
13538 "core-foundation 0.9.4",
13539 "system-configuration-sys 0.6.0",
13540]
13541
13542[[package]]
13543name = "system-configuration-sys"
13544version = "0.5.0"
13545source = "registry+https://github.com/rust-lang/crates.io-index"
13546checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13547dependencies = [
13548 "core-foundation-sys",
13549 "libc",
13550]
13551
13552[[package]]
13553name = "system-configuration-sys"
13554version = "0.6.0"
13555source = "registry+https://github.com/rust-lang/crates.io-index"
13556checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13557dependencies = [
13558 "core-foundation-sys",
13559 "libc",
13560]
13561
13562[[package]]
13563name = "system-deps"
13564version = "6.2.2"
13565source = "registry+https://github.com/rust-lang/crates.io-index"
13566checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13567dependencies = [
13568 "cfg-expr",
13569 "heck 0.5.0",
13570 "pkg-config",
13571 "toml 0.8.20",
13572 "version-compare",
13573]
13574
13575[[package]]
13576name = "system-interface"
13577version = "0.27.3"
13578source = "registry+https://github.com/rust-lang/crates.io-index"
13579checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13580dependencies = [
13581 "bitflags 2.8.0",
13582 "cap-fs-ext",
13583 "cap-std",
13584 "fd-lock",
13585 "io-lifetimes",
13586 "rustix",
13587 "windows-sys 0.59.0",
13588 "winx",
13589]
13590
13591[[package]]
13592name = "tab_switcher"
13593version = "0.1.0"
13594dependencies = [
13595 "anyhow",
13596 "collections",
13597 "ctor",
13598 "editor",
13599 "env_logger 0.11.7",
13600 "gpui",
13601 "language",
13602 "menu",
13603 "picker",
13604 "project",
13605 "schemars",
13606 "serde",
13607 "serde_json",
13608 "settings",
13609 "theme",
13610 "ui",
13611 "util",
13612 "workspace",
13613]
13614
13615[[package]]
13616name = "taffy"
13617version = "0.4.4"
13618source = "registry+https://github.com/rust-lang/crates.io-index"
13619checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13620dependencies = [
13621 "arrayvec",
13622 "grid",
13623 "num-traits",
13624 "serde",
13625 "slotmap",
13626]
13627
13628[[package]]
13629name = "take-until"
13630version = "0.2.0"
13631source = "registry+https://github.com/rust-lang/crates.io-index"
13632checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13633
13634[[package]]
13635name = "tap"
13636version = "1.0.1"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13639
13640[[package]]
13641name = "target-lexicon"
13642version = "0.12.16"
13643source = "registry+https://github.com/rust-lang/crates.io-index"
13644checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13645
13646[[package]]
13647name = "target-lexicon"
13648version = "0.13.2"
13649source = "registry+https://github.com/rust-lang/crates.io-index"
13650checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13651
13652[[package]]
13653name = "task"
13654version = "0.1.0"
13655dependencies = [
13656 "anyhow",
13657 "collections",
13658 "futures 0.3.31",
13659 "gpui",
13660 "hex",
13661 "parking_lot",
13662 "schemars",
13663 "serde",
13664 "serde_json_lenient",
13665 "sha2",
13666 "shellexpand 2.1.2",
13667 "util",
13668 "zed_actions",
13669]
13670
13671[[package]]
13672name = "tasks_ui"
13673version = "0.1.0"
13674dependencies = [
13675 "anyhow",
13676 "editor",
13677 "file_icons",
13678 "fuzzy",
13679 "gpui",
13680 "language",
13681 "menu",
13682 "picker",
13683 "project",
13684 "schemars",
13685 "serde",
13686 "serde_json",
13687 "settings",
13688 "task",
13689 "tree-sitter-rust",
13690 "tree-sitter-typescript",
13691 "ui",
13692 "util",
13693 "workspace",
13694 "zed_actions",
13695]
13696
13697[[package]]
13698name = "telemetry"
13699version = "0.1.0"
13700dependencies = [
13701 "futures 0.3.31",
13702 "serde",
13703 "serde_json",
13704 "telemetry_events",
13705]
13706
13707[[package]]
13708name = "telemetry_events"
13709version = "0.1.0"
13710dependencies = [
13711 "semantic_version",
13712 "serde",
13713 "serde_json",
13714]
13715
13716[[package]]
13717name = "tempfile"
13718version = "3.17.1"
13719source = "registry+https://github.com/rust-lang/crates.io-index"
13720checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13721dependencies = [
13722 "cfg-if",
13723 "fastrand 2.3.0",
13724 "getrandom 0.3.1",
13725 "once_cell",
13726 "rustix",
13727 "windows-sys 0.59.0",
13728]
13729
13730[[package]]
13731name = "tendril"
13732version = "0.4.3"
13733source = "registry+https://github.com/rust-lang/crates.io-index"
13734checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13735dependencies = [
13736 "futf",
13737 "mac",
13738 "utf-8",
13739]
13740
13741[[package]]
13742name = "termcolor"
13743version = "1.4.1"
13744source = "registry+https://github.com/rust-lang/crates.io-index"
13745checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13746dependencies = [
13747 "winapi-util",
13748]
13749
13750[[package]]
13751name = "terminal"
13752version = "0.1.0"
13753dependencies = [
13754 "alacritty_terminal",
13755 "anyhow",
13756 "collections",
13757 "dirs 4.0.0",
13758 "futures 0.3.31",
13759 "gpui",
13760 "libc",
13761 "rand 0.8.5",
13762 "regex",
13763 "release_channel",
13764 "schemars",
13765 "serde",
13766 "serde_derive",
13767 "settings",
13768 "smol",
13769 "sysinfo",
13770 "task",
13771 "theme",
13772 "thiserror 1.0.69",
13773 "util",
13774 "windows 0.60.0",
13775]
13776
13777[[package]]
13778name = "terminal_size"
13779version = "0.4.1"
13780source = "registry+https://github.com/rust-lang/crates.io-index"
13781checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13782dependencies = [
13783 "rustix",
13784 "windows-sys 0.59.0",
13785]
13786
13787[[package]]
13788name = "terminal_view"
13789version = "0.1.0"
13790dependencies = [
13791 "anyhow",
13792 "async-recursion 1.1.1",
13793 "breadcrumbs",
13794 "client",
13795 "collections",
13796 "db",
13797 "dirs 4.0.0",
13798 "editor",
13799 "futures 0.3.31",
13800 "gpui",
13801 "itertools 0.14.0",
13802 "language",
13803 "log",
13804 "project",
13805 "rand 0.8.5",
13806 "schemars",
13807 "search",
13808 "serde",
13809 "serde_json",
13810 "settings",
13811 "shellexpand 2.1.2",
13812 "smol",
13813 "task",
13814 "terminal",
13815 "theme",
13816 "ui",
13817 "util",
13818 "workspace",
13819 "zed_actions",
13820]
13821
13822[[package]]
13823name = "text"
13824version = "0.1.0"
13825dependencies = [
13826 "anyhow",
13827 "clock",
13828 "collections",
13829 "ctor",
13830 "env_logger 0.11.7",
13831 "gpui",
13832 "http_client",
13833 "log",
13834 "parking_lot",
13835 "postage",
13836 "rand 0.8.5",
13837 "regex",
13838 "rope",
13839 "smallvec",
13840 "sum_tree",
13841 "util",
13842]
13843
13844[[package]]
13845name = "theme"
13846version = "0.1.0"
13847dependencies = [
13848 "anyhow",
13849 "collections",
13850 "derive_more",
13851 "fs",
13852 "futures 0.3.31",
13853 "gpui",
13854 "indexmap",
13855 "log",
13856 "palette",
13857 "parking_lot",
13858 "refineable",
13859 "schemars",
13860 "serde",
13861 "serde_derive",
13862 "serde_json",
13863 "serde_json_lenient",
13864 "serde_repr",
13865 "settings",
13866 "strum",
13867 "thiserror 1.0.69",
13868 "util",
13869 "uuid",
13870]
13871
13872[[package]]
13873name = "theme_extension"
13874version = "0.1.0"
13875dependencies = [
13876 "anyhow",
13877 "extension",
13878 "fs",
13879 "gpui",
13880 "theme",
13881]
13882
13883[[package]]
13884name = "theme_importer"
13885version = "0.1.0"
13886dependencies = [
13887 "anyhow",
13888 "clap",
13889 "gpui",
13890 "indexmap",
13891 "log",
13892 "palette",
13893 "rust-embed",
13894 "serde",
13895 "serde_json",
13896 "serde_json_lenient",
13897 "simplelog",
13898 "strum",
13899 "theme",
13900 "vscode_theme",
13901]
13902
13903[[package]]
13904name = "theme_selector"
13905version = "0.1.0"
13906dependencies = [
13907 "fs",
13908 "fuzzy",
13909 "gpui",
13910 "log",
13911 "picker",
13912 "serde",
13913 "settings",
13914 "telemetry",
13915 "theme",
13916 "ui",
13917 "util",
13918 "workspace",
13919 "zed_actions",
13920]
13921
13922[[package]]
13923name = "thiserror"
13924version = "1.0.69"
13925source = "registry+https://github.com/rust-lang/crates.io-index"
13926checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13927dependencies = [
13928 "thiserror-impl 1.0.69",
13929]
13930
13931[[package]]
13932name = "thiserror"
13933version = "2.0.6"
13934source = "registry+https://github.com/rust-lang/crates.io-index"
13935checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13936dependencies = [
13937 "thiserror-impl 2.0.6",
13938]
13939
13940[[package]]
13941name = "thiserror-impl"
13942version = "1.0.69"
13943source = "registry+https://github.com/rust-lang/crates.io-index"
13944checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13945dependencies = [
13946 "proc-macro2",
13947 "quote",
13948 "syn 2.0.100",
13949]
13950
13951[[package]]
13952name = "thiserror-impl"
13953version = "2.0.6"
13954source = "registry+https://github.com/rust-lang/crates.io-index"
13955checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13956dependencies = [
13957 "proc-macro2",
13958 "quote",
13959 "syn 2.0.100",
13960]
13961
13962[[package]]
13963name = "thread_local"
13964version = "1.1.8"
13965source = "registry+https://github.com/rust-lang/crates.io-index"
13966checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13967dependencies = [
13968 "cfg-if",
13969 "once_cell",
13970]
13971
13972[[package]]
13973name = "tiff"
13974version = "0.9.1"
13975source = "registry+https://github.com/rust-lang/crates.io-index"
13976checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13977dependencies = [
13978 "flate2",
13979 "jpeg-decoder",
13980 "weezl",
13981]
13982
13983[[package]]
13984name = "tiktoken-rs"
13985version = "0.6.0"
13986source = "registry+https://github.com/rust-lang/crates.io-index"
13987checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13988dependencies = [
13989 "anyhow",
13990 "base64 0.21.7",
13991 "bstr",
13992 "fancy-regex 0.13.0",
13993 "lazy_static",
13994 "parking_lot",
13995 "regex",
13996 "rustc-hash 1.1.0",
13997]
13998
13999[[package]]
14000name = "time"
14001version = "0.3.37"
14002source = "registry+https://github.com/rust-lang/crates.io-index"
14003checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
14004dependencies = [
14005 "deranged",
14006 "itoa",
14007 "libc",
14008 "num-conv",
14009 "num_threads",
14010 "powerfmt",
14011 "serde",
14012 "time-core",
14013 "time-macros",
14014]
14015
14016[[package]]
14017name = "time-core"
14018version = "0.1.2"
14019source = "registry+https://github.com/rust-lang/crates.io-index"
14020checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
14021
14022[[package]]
14023name = "time-macros"
14024version = "0.2.19"
14025source = "registry+https://github.com/rust-lang/crates.io-index"
14026checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
14027dependencies = [
14028 "num-conv",
14029 "time-core",
14030]
14031
14032[[package]]
14033name = "time_format"
14034version = "0.1.0"
14035dependencies = [
14036 "core-foundation 0.9.4",
14037 "core-foundation-sys",
14038 "sys-locale",
14039 "time",
14040]
14041
14042[[package]]
14043name = "tiny-keccak"
14044version = "2.0.2"
14045source = "registry+https://github.com/rust-lang/crates.io-index"
14046checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14047dependencies = [
14048 "crunchy",
14049]
14050
14051[[package]]
14052name = "tiny-skia"
14053version = "0.11.4"
14054source = "registry+https://github.com/rust-lang/crates.io-index"
14055checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14056dependencies = [
14057 "arrayref",
14058 "arrayvec",
14059 "bytemuck",
14060 "cfg-if",
14061 "log",
14062 "png",
14063 "tiny-skia-path",
14064]
14065
14066[[package]]
14067name = "tiny-skia-path"
14068version = "0.11.4"
14069source = "registry+https://github.com/rust-lang/crates.io-index"
14070checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14071dependencies = [
14072 "arrayref",
14073 "bytemuck",
14074 "strict-num",
14075]
14076
14077[[package]]
14078name = "tiny_http"
14079version = "0.8.2"
14080source = "registry+https://github.com/rust-lang/crates.io-index"
14081checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14082dependencies = [
14083 "ascii",
14084 "chrono",
14085 "chunked_transfer",
14086 "log",
14087 "url",
14088]
14089
14090[[package]]
14091name = "tinystr"
14092version = "0.7.6"
14093source = "registry+https://github.com/rust-lang/crates.io-index"
14094checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14095dependencies = [
14096 "displaydoc",
14097 "zerovec",
14098]
14099
14100[[package]]
14101name = "tinytemplate"
14102version = "1.2.1"
14103source = "registry+https://github.com/rust-lang/crates.io-index"
14104checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14105dependencies = [
14106 "serde",
14107 "serde_json",
14108]
14109
14110[[package]]
14111name = "tinyvec"
14112version = "1.8.0"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14115dependencies = [
14116 "tinyvec_macros",
14117]
14118
14119[[package]]
14120name = "tinyvec_macros"
14121version = "0.1.1"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14124
14125[[package]]
14126name = "title_bar"
14127version = "0.1.0"
14128dependencies = [
14129 "auto_update",
14130 "call",
14131 "client",
14132 "collections",
14133 "feature_flags",
14134 "git_ui",
14135 "gpui",
14136 "http_client",
14137 "notifications",
14138 "pretty_assertions",
14139 "project",
14140 "remote",
14141 "rpc",
14142 "schemars",
14143 "serde",
14144 "settings",
14145 "smallvec",
14146 "story",
14147 "telemetry",
14148 "theme",
14149 "tree-sitter-md",
14150 "ui",
14151 "util",
14152 "windows 0.60.0",
14153 "workspace",
14154 "zed_actions",
14155 "zeta",
14156]
14157
14158[[package]]
14159name = "tokio"
14160version = "1.43.0"
14161source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14163dependencies = [
14164 "backtrace",
14165 "bytes 1.10.1",
14166 "libc",
14167 "mio 1.0.3",
14168 "parking_lot",
14169 "pin-project-lite",
14170 "signal-hook-registry",
14171 "socket2",
14172 "tokio-macros",
14173 "windows-sys 0.52.0",
14174]
14175
14176[[package]]
14177name = "tokio-io"
14178version = "0.1.13"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14181dependencies = [
14182 "bytes 0.4.12",
14183 "futures 0.1.31",
14184 "log",
14185]
14186
14187[[package]]
14188name = "tokio-macros"
14189version = "2.5.0"
14190source = "registry+https://github.com/rust-lang/crates.io-index"
14191checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14192dependencies = [
14193 "proc-macro2",
14194 "quote",
14195 "syn 2.0.100",
14196]
14197
14198[[package]]
14199name = "tokio-native-tls"
14200version = "0.3.1"
14201source = "registry+https://github.com/rust-lang/crates.io-index"
14202checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14203dependencies = [
14204 "native-tls",
14205 "tokio",
14206]
14207
14208[[package]]
14209name = "tokio-rustls"
14210version = "0.24.1"
14211source = "registry+https://github.com/rust-lang/crates.io-index"
14212checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14213dependencies = [
14214 "rustls 0.21.12",
14215 "tokio",
14216]
14217
14218[[package]]
14219name = "tokio-rustls"
14220version = "0.26.1"
14221source = "registry+https://github.com/rust-lang/crates.io-index"
14222checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14223dependencies = [
14224 "rustls 0.23.23",
14225 "tokio",
14226]
14227
14228[[package]]
14229name = "tokio-socks"
14230version = "0.5.2"
14231source = "registry+https://github.com/rust-lang/crates.io-index"
14232checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14233dependencies = [
14234 "either",
14235 "futures-io",
14236 "futures-util",
14237 "thiserror 1.0.69",
14238 "tokio",
14239]
14240
14241[[package]]
14242name = "tokio-stream"
14243version = "0.1.17"
14244source = "registry+https://github.com/rust-lang/crates.io-index"
14245checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14246dependencies = [
14247 "futures-core",
14248 "pin-project-lite",
14249 "tokio",
14250]
14251
14252[[package]]
14253name = "tokio-tungstenite"
14254version = "0.20.1"
14255source = "registry+https://github.com/rust-lang/crates.io-index"
14256checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14257dependencies = [
14258 "futures-util",
14259 "log",
14260 "rustls 0.21.12",
14261 "rustls-native-certs 0.6.3",
14262 "tokio",
14263 "tokio-rustls 0.24.1",
14264 "tungstenite 0.20.1",
14265]
14266
14267[[package]]
14268name = "tokio-tungstenite"
14269version = "0.21.0"
14270source = "registry+https://github.com/rust-lang/crates.io-index"
14271checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14272dependencies = [
14273 "futures-util",
14274 "log",
14275 "tokio",
14276 "tungstenite 0.21.0",
14277]
14278
14279[[package]]
14280name = "tokio-util"
14281version = "0.7.13"
14282source = "registry+https://github.com/rust-lang/crates.io-index"
14283checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14284dependencies = [
14285 "bytes 1.10.1",
14286 "futures-core",
14287 "futures-io",
14288 "futures-sink",
14289 "pin-project-lite",
14290 "tokio",
14291]
14292
14293[[package]]
14294name = "toml"
14295version = "0.5.11"
14296source = "registry+https://github.com/rust-lang/crates.io-index"
14297checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14298dependencies = [
14299 "serde",
14300]
14301
14302[[package]]
14303name = "toml"
14304version = "0.8.20"
14305source = "registry+https://github.com/rust-lang/crates.io-index"
14306checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14307dependencies = [
14308 "serde",
14309 "serde_spanned",
14310 "toml_datetime",
14311 "toml_edit",
14312]
14313
14314[[package]]
14315name = "toml_datetime"
14316version = "0.6.8"
14317source = "registry+https://github.com/rust-lang/crates.io-index"
14318checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14319dependencies = [
14320 "serde",
14321]
14322
14323[[package]]
14324name = "toml_edit"
14325version = "0.22.23"
14326source = "registry+https://github.com/rust-lang/crates.io-index"
14327checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14328dependencies = [
14329 "indexmap",
14330 "serde",
14331 "serde_spanned",
14332 "toml_datetime",
14333 "winnow 0.7.1",
14334]
14335
14336[[package]]
14337name = "toolchain_selector"
14338version = "0.1.0"
14339dependencies = [
14340 "editor",
14341 "fuzzy",
14342 "gpui",
14343 "language",
14344 "picker",
14345 "project",
14346 "ui",
14347 "util",
14348 "workspace",
14349]
14350
14351[[package]]
14352name = "topological-sort"
14353version = "0.2.2"
14354source = "registry+https://github.com/rust-lang/crates.io-index"
14355checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14356
14357[[package]]
14358name = "tower"
14359version = "0.4.13"
14360source = "registry+https://github.com/rust-lang/crates.io-index"
14361checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14362dependencies = [
14363 "futures-core",
14364 "futures-util",
14365 "pin-project",
14366 "pin-project-lite",
14367 "tokio",
14368 "tower-layer",
14369 "tower-service",
14370 "tracing",
14371]
14372
14373[[package]]
14374name = "tower-http"
14375version = "0.3.5"
14376source = "registry+https://github.com/rust-lang/crates.io-index"
14377checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14378dependencies = [
14379 "bitflags 1.3.2",
14380 "bytes 1.10.1",
14381 "futures-core",
14382 "futures-util",
14383 "http 0.2.12",
14384 "http-body 0.4.6",
14385 "http-range-header",
14386 "pin-project-lite",
14387 "tower-layer",
14388 "tower-service",
14389]
14390
14391[[package]]
14392name = "tower-http"
14393version = "0.4.4"
14394source = "registry+https://github.com/rust-lang/crates.io-index"
14395checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14396dependencies = [
14397 "bitflags 2.8.0",
14398 "bytes 1.10.1",
14399 "futures-core",
14400 "futures-util",
14401 "http 0.2.12",
14402 "http-body 0.4.6",
14403 "http-range-header",
14404 "pin-project-lite",
14405 "tower-layer",
14406 "tower-service",
14407 "tracing",
14408]
14409
14410[[package]]
14411name = "tower-layer"
14412version = "0.3.3"
14413source = "registry+https://github.com/rust-lang/crates.io-index"
14414checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14415
14416[[package]]
14417name = "tower-service"
14418version = "0.3.3"
14419source = "registry+https://github.com/rust-lang/crates.io-index"
14420checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14421
14422[[package]]
14423name = "tracing"
14424version = "0.1.41"
14425source = "registry+https://github.com/rust-lang/crates.io-index"
14426checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14427dependencies = [
14428 "log",
14429 "pin-project-lite",
14430 "tracing-attributes",
14431 "tracing-core",
14432]
14433
14434[[package]]
14435name = "tracing-attributes"
14436version = "0.1.28"
14437source = "registry+https://github.com/rust-lang/crates.io-index"
14438checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14439dependencies = [
14440 "proc-macro2",
14441 "quote",
14442 "syn 2.0.100",
14443]
14444
14445[[package]]
14446name = "tracing-core"
14447version = "0.1.33"
14448source = "registry+https://github.com/rust-lang/crates.io-index"
14449checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14450dependencies = [
14451 "once_cell",
14452 "valuable",
14453]
14454
14455[[package]]
14456name = "tracing-log"
14457version = "0.2.0"
14458source = "registry+https://github.com/rust-lang/crates.io-index"
14459checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14460dependencies = [
14461 "log",
14462 "once_cell",
14463 "tracing-core",
14464]
14465
14466[[package]]
14467name = "tracing-serde"
14468version = "0.2.0"
14469source = "registry+https://github.com/rust-lang/crates.io-index"
14470checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14471dependencies = [
14472 "serde",
14473 "tracing-core",
14474]
14475
14476[[package]]
14477name = "tracing-subscriber"
14478version = "0.3.19"
14479source = "registry+https://github.com/rust-lang/crates.io-index"
14480checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14481dependencies = [
14482 "matchers",
14483 "nu-ansi-term",
14484 "once_cell",
14485 "regex",
14486 "serde",
14487 "serde_json",
14488 "sharded-slab",
14489 "smallvec",
14490 "thread_local",
14491 "tracing",
14492 "tracing-core",
14493 "tracing-log",
14494 "tracing-serde",
14495]
14496
14497[[package]]
14498name = "trait-variant"
14499version = "0.1.2"
14500source = "registry+https://github.com/rust-lang/crates.io-index"
14501checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14502dependencies = [
14503 "proc-macro2",
14504 "quote",
14505 "syn 2.0.100",
14506]
14507
14508[[package]]
14509name = "tree-sitter"
14510version = "0.25.3"
14511source = "registry+https://github.com/rust-lang/crates.io-index"
14512checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14513dependencies = [
14514 "cc",
14515 "regex",
14516 "regex-syntax 0.8.5",
14517 "serde_json",
14518 "streaming-iterator",
14519 "tree-sitter-language",
14520 "wasmtime-c-api-impl",
14521]
14522
14523[[package]]
14524name = "tree-sitter-bash"
14525version = "0.23.3"
14526source = "registry+https://github.com/rust-lang/crates.io-index"
14527checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14528dependencies = [
14529 "cc",
14530 "tree-sitter-language",
14531]
14532
14533[[package]]
14534name = "tree-sitter-c"
14535version = "0.23.4"
14536source = "registry+https://github.com/rust-lang/crates.io-index"
14537checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14538dependencies = [
14539 "cc",
14540 "tree-sitter-language",
14541]
14542
14543[[package]]
14544name = "tree-sitter-cpp"
14545version = "0.23.4"
14546source = "registry+https://github.com/rust-lang/crates.io-index"
14547checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14548dependencies = [
14549 "cc",
14550 "tree-sitter-language",
14551]
14552
14553[[package]]
14554name = "tree-sitter-css"
14555version = "0.23.2"
14556source = "registry+https://github.com/rust-lang/crates.io-index"
14557checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14558dependencies = [
14559 "cc",
14560 "tree-sitter-language",
14561]
14562
14563[[package]]
14564name = "tree-sitter-diff"
14565version = "0.1.0"
14566source = "registry+https://github.com/rust-lang/crates.io-index"
14567checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14568dependencies = [
14569 "cc",
14570 "tree-sitter-language",
14571]
14572
14573[[package]]
14574name = "tree-sitter-elixir"
14575version = "0.3.4"
14576source = "registry+https://github.com/rust-lang/crates.io-index"
14577checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14578dependencies = [
14579 "cc",
14580 "tree-sitter-language",
14581]
14582
14583[[package]]
14584name = "tree-sitter-embedded-template"
14585version = "0.23.2"
14586source = "registry+https://github.com/rust-lang/crates.io-index"
14587checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14588dependencies = [
14589 "cc",
14590 "tree-sitter-language",
14591]
14592
14593[[package]]
14594name = "tree-sitter-gitcommit"
14595version = "0.0.1"
14596source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14597dependencies = [
14598 "cc",
14599 "tree-sitter-language",
14600]
14601
14602[[package]]
14603name = "tree-sitter-go"
14604version = "0.23.4"
14605source = "registry+https://github.com/rust-lang/crates.io-index"
14606checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14607dependencies = [
14608 "cc",
14609 "tree-sitter-language",
14610]
14611
14612[[package]]
14613name = "tree-sitter-gomod"
14614version = "1.1.1"
14615source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14616dependencies = [
14617 "cc",
14618 "tree-sitter-language",
14619]
14620
14621[[package]]
14622name = "tree-sitter-gowork"
14623version = "0.0.1"
14624source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14625dependencies = [
14626 "cc",
14627 "tree-sitter-language",
14628]
14629
14630[[package]]
14631name = "tree-sitter-heex"
14632version = "0.0.1"
14633source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14634dependencies = [
14635 "cc",
14636 "tree-sitter-language",
14637]
14638
14639[[package]]
14640name = "tree-sitter-html"
14641version = "0.23.2"
14642source = "registry+https://github.com/rust-lang/crates.io-index"
14643checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14644dependencies = [
14645 "cc",
14646 "tree-sitter-language",
14647]
14648
14649[[package]]
14650name = "tree-sitter-jsdoc"
14651version = "0.23.2"
14652source = "registry+https://github.com/rust-lang/crates.io-index"
14653checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14654dependencies = [
14655 "cc",
14656 "tree-sitter-language",
14657]
14658
14659[[package]]
14660name = "tree-sitter-json"
14661version = "0.24.8"
14662source = "registry+https://github.com/rust-lang/crates.io-index"
14663checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14664dependencies = [
14665 "cc",
14666 "tree-sitter-language",
14667]
14668
14669[[package]]
14670name = "tree-sitter-language"
14671version = "0.1.3"
14672source = "registry+https://github.com/rust-lang/crates.io-index"
14673checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14674
14675[[package]]
14676name = "tree-sitter-md"
14677version = "0.3.2"
14678source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14679dependencies = [
14680 "cc",
14681 "tree-sitter-language",
14682]
14683
14684[[package]]
14685name = "tree-sitter-python"
14686version = "0.23.6"
14687source = "registry+https://github.com/rust-lang/crates.io-index"
14688checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14689dependencies = [
14690 "cc",
14691 "tree-sitter-language",
14692]
14693
14694[[package]]
14695name = "tree-sitter-regex"
14696version = "0.24.3"
14697source = "registry+https://github.com/rust-lang/crates.io-index"
14698checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14699dependencies = [
14700 "cc",
14701 "tree-sitter-language",
14702]
14703
14704[[package]]
14705name = "tree-sitter-ruby"
14706version = "0.23.1"
14707source = "registry+https://github.com/rust-lang/crates.io-index"
14708checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14709dependencies = [
14710 "cc",
14711 "tree-sitter-language",
14712]
14713
14714[[package]]
14715name = "tree-sitter-rust"
14716version = "0.23.2"
14717source = "registry+https://github.com/rust-lang/crates.io-index"
14718checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14719dependencies = [
14720 "cc",
14721 "tree-sitter-language",
14722]
14723
14724[[package]]
14725name = "tree-sitter-typescript"
14726version = "0.23.2"
14727source = "registry+https://github.com/rust-lang/crates.io-index"
14728checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14729dependencies = [
14730 "cc",
14731 "tree-sitter-language",
14732]
14733
14734[[package]]
14735name = "tree-sitter-yaml"
14736version = "0.6.1"
14737source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14738dependencies = [
14739 "cc",
14740 "tree-sitter-language",
14741]
14742
14743[[package]]
14744name = "try-lock"
14745version = "0.2.5"
14746source = "registry+https://github.com/rust-lang/crates.io-index"
14747checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14748
14749[[package]]
14750name = "ttf-parser"
14751version = "0.21.1"
14752source = "registry+https://github.com/rust-lang/crates.io-index"
14753checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14754
14755[[package]]
14756name = "ttf-parser"
14757version = "0.25.1"
14758source = "registry+https://github.com/rust-lang/crates.io-index"
14759checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14760dependencies = [
14761 "core_maths",
14762]
14763
14764[[package]]
14765name = "tungstenite"
14766version = "0.20.1"
14767source = "registry+https://github.com/rust-lang/crates.io-index"
14768checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14769dependencies = [
14770 "byteorder",
14771 "bytes 1.10.1",
14772 "data-encoding",
14773 "http 0.2.12",
14774 "httparse",
14775 "log",
14776 "rand 0.8.5",
14777 "rustls 0.21.12",
14778 "sha1",
14779 "thiserror 1.0.69",
14780 "url",
14781 "utf-8",
14782]
14783
14784[[package]]
14785name = "tungstenite"
14786version = "0.21.0"
14787source = "registry+https://github.com/rust-lang/crates.io-index"
14788checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14789dependencies = [
14790 "byteorder",
14791 "bytes 1.10.1",
14792 "data-encoding",
14793 "http 1.2.0",
14794 "httparse",
14795 "log",
14796 "rand 0.8.5",
14797 "sha1",
14798 "thiserror 1.0.69",
14799 "url",
14800 "utf-8",
14801]
14802
14803[[package]]
14804name = "tungstenite"
14805version = "0.24.0"
14806source = "registry+https://github.com/rust-lang/crates.io-index"
14807checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14808dependencies = [
14809 "byteorder",
14810 "bytes 1.10.1",
14811 "data-encoding",
14812 "http 1.2.0",
14813 "httparse",
14814 "log",
14815 "rand 0.8.5",
14816 "sha1",
14817 "thiserror 1.0.69",
14818 "utf-8",
14819]
14820
14821[[package]]
14822name = "typeid"
14823version = "1.0.2"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14826
14827[[package]]
14828name = "typenum"
14829version = "1.17.0"
14830source = "registry+https://github.com/rust-lang/crates.io-index"
14831checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14832
14833[[package]]
14834name = "ucd-trie"
14835version = "0.1.7"
14836source = "registry+https://github.com/rust-lang/crates.io-index"
14837checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14838
14839[[package]]
14840name = "uds_windows"
14841version = "1.1.0"
14842source = "registry+https://github.com/rust-lang/crates.io-index"
14843checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14844dependencies = [
14845 "memoffset",
14846 "tempfile",
14847 "winapi",
14848]
14849
14850[[package]]
14851name = "ui"
14852version = "0.1.0"
14853dependencies = [
14854 "chrono",
14855 "component",
14856 "gpui",
14857 "itertools 0.14.0",
14858 "linkme",
14859 "menu",
14860 "serde",
14861 "settings",
14862 "smallvec",
14863 "story",
14864 "strum",
14865 "theme",
14866 "ui_macros",
14867 "util",
14868 "windows 0.60.0",
14869]
14870
14871[[package]]
14872name = "ui_input"
14873version = "0.1.0"
14874dependencies = [
14875 "editor",
14876 "gpui",
14877 "settings",
14878 "theme",
14879 "ui",
14880]
14881
14882[[package]]
14883name = "ui_macros"
14884version = "0.1.0"
14885dependencies = [
14886 "convert_case 0.8.0",
14887 "linkme",
14888 "proc-macro2",
14889 "quote",
14890 "syn 1.0.109",
14891]
14892
14893[[package]]
14894name = "unicase"
14895version = "2.8.1"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14898
14899[[package]]
14900name = "unicode-bidi"
14901version = "0.3.17"
14902source = "registry+https://github.com/rust-lang/crates.io-index"
14903checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14904
14905[[package]]
14906name = "unicode-bidi-mirroring"
14907version = "0.2.0"
14908source = "registry+https://github.com/rust-lang/crates.io-index"
14909checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14910
14911[[package]]
14912name = "unicode-bidi-mirroring"
14913version = "0.4.0"
14914source = "registry+https://github.com/rust-lang/crates.io-index"
14915checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
14916
14917[[package]]
14918name = "unicode-ccc"
14919version = "0.2.0"
14920source = "registry+https://github.com/rust-lang/crates.io-index"
14921checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14922
14923[[package]]
14924name = "unicode-ccc"
14925version = "0.4.0"
14926source = "registry+https://github.com/rust-lang/crates.io-index"
14927checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
14928
14929[[package]]
14930name = "unicode-ident"
14931version = "1.0.14"
14932source = "registry+https://github.com/rust-lang/crates.io-index"
14933checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14934
14935[[package]]
14936name = "unicode-linebreak"
14937version = "0.1.5"
14938source = "registry+https://github.com/rust-lang/crates.io-index"
14939checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14940
14941[[package]]
14942name = "unicode-normalization"
14943version = "0.1.24"
14944source = "registry+https://github.com/rust-lang/crates.io-index"
14945checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14946dependencies = [
14947 "tinyvec",
14948]
14949
14950[[package]]
14951name = "unicode-properties"
14952version = "0.1.3"
14953source = "registry+https://github.com/rust-lang/crates.io-index"
14954checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14955
14956[[package]]
14957name = "unicode-script"
14958version = "0.5.7"
14959source = "registry+https://github.com/rust-lang/crates.io-index"
14960checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14961
14962[[package]]
14963name = "unicode-segmentation"
14964version = "1.12.0"
14965source = "registry+https://github.com/rust-lang/crates.io-index"
14966checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14967
14968[[package]]
14969name = "unicode-vo"
14970version = "0.1.0"
14971source = "registry+https://github.com/rust-lang/crates.io-index"
14972checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
14973
14974[[package]]
14975name = "unicode-width"
14976version = "0.1.14"
14977source = "registry+https://github.com/rust-lang/crates.io-index"
14978checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14979
14980[[package]]
14981name = "unicode-xid"
14982version = "0.2.6"
14983source = "registry+https://github.com/rust-lang/crates.io-index"
14984checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14985
14986[[package]]
14987name = "unicode_categories"
14988version = "0.1.1"
14989source = "registry+https://github.com/rust-lang/crates.io-index"
14990checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14991
14992[[package]]
14993name = "unindent"
14994version = "0.2.3"
14995source = "registry+https://github.com/rust-lang/crates.io-index"
14996checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
14997
14998[[package]]
14999name = "untrusted"
15000version = "0.9.0"
15001source = "registry+https://github.com/rust-lang/crates.io-index"
15002checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15003
15004[[package]]
15005name = "url"
15006version = "2.5.4"
15007source = "registry+https://github.com/rust-lang/crates.io-index"
15008checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15009dependencies = [
15010 "form_urlencoded",
15011 "idna",
15012 "percent-encoding",
15013 "serde",
15014]
15015
15016[[package]]
15017name = "urlencoding"
15018version = "2.1.3"
15019source = "registry+https://github.com/rust-lang/crates.io-index"
15020checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15021
15022[[package]]
15023name = "usvg"
15024version = "0.45.0"
15025source = "registry+https://github.com/rust-lang/crates.io-index"
15026checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15027dependencies = [
15028 "base64 0.22.1",
15029 "data-url",
15030 "flate2",
15031 "fontdb 0.23.0",
15032 "imagesize",
15033 "kurbo",
15034 "log",
15035 "pico-args",
15036 "roxmltree",
15037 "rustybuzz 0.20.1",
15038 "simplecss",
15039 "siphasher 1.0.1",
15040 "strict-num",
15041 "svgtypes",
15042 "tiny-skia-path",
15043 "unicode-bidi",
15044 "unicode-script",
15045 "unicode-vo",
15046 "xmlwriter",
15047]
15048
15049[[package]]
15050name = "utf-8"
15051version = "0.7.6"
15052source = "registry+https://github.com/rust-lang/crates.io-index"
15053checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15054
15055[[package]]
15056name = "utf16_iter"
15057version = "1.0.5"
15058source = "registry+https://github.com/rust-lang/crates.io-index"
15059checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15060
15061[[package]]
15062name = "utf8_iter"
15063version = "1.0.4"
15064source = "registry+https://github.com/rust-lang/crates.io-index"
15065checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15066
15067[[package]]
15068name = "utf8parse"
15069version = "0.2.2"
15070source = "registry+https://github.com/rust-lang/crates.io-index"
15071checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15072
15073[[package]]
15074name = "util"
15075version = "0.1.0"
15076dependencies = [
15077 "anyhow",
15078 "async-fs",
15079 "collections",
15080 "dirs 4.0.0",
15081 "dunce",
15082 "futures 0.3.31",
15083 "futures-lite 1.13.0",
15084 "git2",
15085 "globset",
15086 "itertools 0.14.0",
15087 "libc",
15088 "log",
15089 "rand 0.8.5",
15090 "regex",
15091 "rust-embed",
15092 "serde",
15093 "serde_json",
15094 "smol",
15095 "take-until",
15096 "tempfile",
15097 "tendril",
15098 "unicase",
15099 "util_macros",
15100]
15101
15102[[package]]
15103name = "util_macros"
15104version = "0.1.0"
15105dependencies = [
15106 "quote",
15107 "syn 1.0.109",
15108]
15109
15110[[package]]
15111name = "uuid"
15112version = "1.13.2"
15113source = "registry+https://github.com/rust-lang/crates.io-index"
15114checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15115dependencies = [
15116 "getrandom 0.3.1",
15117 "serde",
15118 "sha1_smol",
15119]
15120
15121[[package]]
15122name = "v_frame"
15123version = "0.3.8"
15124source = "registry+https://github.com/rust-lang/crates.io-index"
15125checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15126dependencies = [
15127 "aligned-vec",
15128 "num-traits",
15129 "wasm-bindgen",
15130]
15131
15132[[package]]
15133name = "valuable"
15134version = "0.1.0"
15135source = "registry+https://github.com/rust-lang/crates.io-index"
15136checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15137
15138[[package]]
15139name = "value-bag"
15140version = "1.10.0"
15141source = "registry+https://github.com/rust-lang/crates.io-index"
15142checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15143dependencies = [
15144 "value-bag-serde1",
15145 "value-bag-sval2",
15146]
15147
15148[[package]]
15149name = "value-bag-serde1"
15150version = "1.10.0"
15151source = "registry+https://github.com/rust-lang/crates.io-index"
15152checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15153dependencies = [
15154 "erased-serde",
15155 "serde",
15156 "serde_fmt",
15157]
15158
15159[[package]]
15160name = "value-bag-sval2"
15161version = "1.10.0"
15162source = "registry+https://github.com/rust-lang/crates.io-index"
15163checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15164dependencies = [
15165 "sval",
15166 "sval_buffer",
15167 "sval_dynamic",
15168 "sval_fmt",
15169 "sval_json",
15170 "sval_ref",
15171 "sval_serde",
15172]
15173
15174[[package]]
15175name = "vcpkg"
15176version = "0.2.15"
15177source = "registry+https://github.com/rust-lang/crates.io-index"
15178checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15179
15180[[package]]
15181name = "version-compare"
15182version = "0.2.0"
15183source = "registry+https://github.com/rust-lang/crates.io-index"
15184checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15185
15186[[package]]
15187name = "version_check"
15188version = "0.9.5"
15189source = "registry+https://github.com/rust-lang/crates.io-index"
15190checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15191
15192[[package]]
15193name = "vim"
15194version = "0.1.0"
15195dependencies = [
15196 "anyhow",
15197 "assets",
15198 "async-compat",
15199 "async-trait",
15200 "collections",
15201 "command_palette",
15202 "command_palette_hooks",
15203 "db",
15204 "editor",
15205 "futures 0.3.31",
15206 "git_ui",
15207 "gpui",
15208 "indoc",
15209 "itertools 0.14.0",
15210 "language",
15211 "libc",
15212 "log",
15213 "lsp",
15214 "multi_buffer",
15215 "nvim-rs",
15216 "parking_lot",
15217 "picker",
15218 "project",
15219 "project_panel",
15220 "regex",
15221 "release_channel",
15222 "schemars",
15223 "search",
15224 "serde",
15225 "serde_derive",
15226 "serde_json",
15227 "settings",
15228 "task",
15229 "text",
15230 "theme",
15231 "tokio",
15232 "ui",
15233 "util",
15234 "vim_mode_setting",
15235 "workspace",
15236 "zed_actions",
15237]
15238
15239[[package]]
15240name = "vim_mode_setting"
15241version = "0.1.0"
15242dependencies = [
15243 "anyhow",
15244 "gpui",
15245 "settings",
15246]
15247
15248[[package]]
15249name = "vscode_theme"
15250version = "0.2.0"
15251source = "registry+https://github.com/rust-lang/crates.io-index"
15252checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15253dependencies = [
15254 "serde",
15255]
15256
15257[[package]]
15258name = "vsimd"
15259version = "0.8.0"
15260source = "registry+https://github.com/rust-lang/crates.io-index"
15261checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15262
15263[[package]]
15264name = "vswhom"
15265version = "0.1.0"
15266source = "registry+https://github.com/rust-lang/crates.io-index"
15267checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15268dependencies = [
15269 "libc",
15270 "vswhom-sys",
15271]
15272
15273[[package]]
15274name = "vswhom-sys"
15275version = "0.1.2"
15276source = "registry+https://github.com/rust-lang/crates.io-index"
15277checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15278dependencies = [
15279 "cc",
15280 "libc",
15281]
15282
15283[[package]]
15284name = "vte"
15285version = "0.15.0"
15286source = "registry+https://github.com/rust-lang/crates.io-index"
15287checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15288dependencies = [
15289 "arrayvec",
15290 "bitflags 2.8.0",
15291 "cursor-icon",
15292 "log",
15293 "memchr",
15294 "serde",
15295]
15296
15297[[package]]
15298name = "waker-fn"
15299version = "1.2.0"
15300source = "registry+https://github.com/rust-lang/crates.io-index"
15301checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15302
15303[[package]]
15304name = "walkdir"
15305version = "2.5.0"
15306source = "registry+https://github.com/rust-lang/crates.io-index"
15307checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15308dependencies = [
15309 "same-file",
15310 "winapi-util",
15311]
15312
15313[[package]]
15314name = "want"
15315version = "0.3.1"
15316source = "registry+https://github.com/rust-lang/crates.io-index"
15317checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15318dependencies = [
15319 "try-lock",
15320]
15321
15322[[package]]
15323name = "warp"
15324version = "0.3.7"
15325source = "registry+https://github.com/rust-lang/crates.io-index"
15326checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15327dependencies = [
15328 "bytes 1.10.1",
15329 "futures-channel",
15330 "futures-util",
15331 "headers",
15332 "http 0.2.12",
15333 "hyper 0.14.32",
15334 "log",
15335 "mime",
15336 "mime_guess",
15337 "percent-encoding",
15338 "pin-project",
15339 "scoped-tls",
15340 "serde",
15341 "serde_json",
15342 "serde_urlencoded",
15343 "tokio",
15344 "tokio-tungstenite 0.21.0",
15345 "tokio-util",
15346 "tower-service",
15347 "tracing",
15348]
15349
15350[[package]]
15351name = "wasi"
15352version = "0.9.0+wasi-snapshot-preview1"
15353source = "registry+https://github.com/rust-lang/crates.io-index"
15354checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15355
15356[[package]]
15357name = "wasi"
15358version = "0.11.0+wasi-snapshot-preview1"
15359source = "registry+https://github.com/rust-lang/crates.io-index"
15360checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15361
15362[[package]]
15363name = "wasi"
15364version = "0.13.3+wasi-0.2.2"
15365source = "registry+https://github.com/rust-lang/crates.io-index"
15366checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15367dependencies = [
15368 "wit-bindgen-rt 0.33.0",
15369]
15370
15371[[package]]
15372name = "wasite"
15373version = "0.1.0"
15374source = "registry+https://github.com/rust-lang/crates.io-index"
15375checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15376
15377[[package]]
15378name = "wasm-bindgen"
15379version = "0.2.99"
15380source = "registry+https://github.com/rust-lang/crates.io-index"
15381checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15382dependencies = [
15383 "cfg-if",
15384 "once_cell",
15385 "wasm-bindgen-macro",
15386]
15387
15388[[package]]
15389name = "wasm-bindgen-backend"
15390version = "0.2.99"
15391source = "registry+https://github.com/rust-lang/crates.io-index"
15392checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15393dependencies = [
15394 "bumpalo",
15395 "log",
15396 "proc-macro2",
15397 "quote",
15398 "syn 2.0.100",
15399 "wasm-bindgen-shared",
15400]
15401
15402[[package]]
15403name = "wasm-bindgen-futures"
15404version = "0.4.49"
15405source = "registry+https://github.com/rust-lang/crates.io-index"
15406checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15407dependencies = [
15408 "cfg-if",
15409 "js-sys",
15410 "once_cell",
15411 "wasm-bindgen",
15412 "web-sys",
15413]
15414
15415[[package]]
15416name = "wasm-bindgen-macro"
15417version = "0.2.99"
15418source = "registry+https://github.com/rust-lang/crates.io-index"
15419checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15420dependencies = [
15421 "quote",
15422 "wasm-bindgen-macro-support",
15423]
15424
15425[[package]]
15426name = "wasm-bindgen-macro-support"
15427version = "0.2.99"
15428source = "registry+https://github.com/rust-lang/crates.io-index"
15429checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15430dependencies = [
15431 "proc-macro2",
15432 "quote",
15433 "syn 2.0.100",
15434 "wasm-bindgen-backend",
15435 "wasm-bindgen-shared",
15436]
15437
15438[[package]]
15439name = "wasm-bindgen-shared"
15440version = "0.2.99"
15441source = "registry+https://github.com/rust-lang/crates.io-index"
15442checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15443
15444[[package]]
15445name = "wasm-encoder"
15446version = "0.201.0"
15447source = "registry+https://github.com/rust-lang/crates.io-index"
15448checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15449dependencies = [
15450 "leb128",
15451]
15452
15453[[package]]
15454name = "wasm-encoder"
15455version = "0.221.3"
15456source = "registry+https://github.com/rust-lang/crates.io-index"
15457checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15458dependencies = [
15459 "leb128",
15460 "wasmparser 0.221.3",
15461]
15462
15463[[package]]
15464name = "wasm-metadata"
15465version = "0.201.0"
15466source = "registry+https://github.com/rust-lang/crates.io-index"
15467checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15468dependencies = [
15469 "anyhow",
15470 "indexmap",
15471 "serde",
15472 "serde_derive",
15473 "serde_json",
15474 "spdx",
15475 "wasm-encoder 0.201.0",
15476 "wasmparser 0.201.0",
15477]
15478
15479[[package]]
15480name = "wasm-metadata"
15481version = "0.221.3"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15484dependencies = [
15485 "anyhow",
15486 "indexmap",
15487 "serde",
15488 "serde_derive",
15489 "serde_json",
15490 "spdx",
15491 "wasm-encoder 0.221.3",
15492 "wasmparser 0.221.3",
15493]
15494
15495[[package]]
15496name = "wasm-streams"
15497version = "0.4.2"
15498source = "registry+https://github.com/rust-lang/crates.io-index"
15499checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15500dependencies = [
15501 "futures-util",
15502 "js-sys",
15503 "wasm-bindgen",
15504 "wasm-bindgen-futures",
15505 "web-sys",
15506]
15507
15508[[package]]
15509name = "wasmparser"
15510version = "0.201.0"
15511source = "registry+https://github.com/rust-lang/crates.io-index"
15512checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15513dependencies = [
15514 "bitflags 2.8.0",
15515 "indexmap",
15516 "semver",
15517]
15518
15519[[package]]
15520name = "wasmparser"
15521version = "0.221.3"
15522source = "registry+https://github.com/rust-lang/crates.io-index"
15523checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15524dependencies = [
15525 "bitflags 2.8.0",
15526 "hashbrown 0.15.2",
15527 "indexmap",
15528 "semver",
15529 "serde",
15530]
15531
15532[[package]]
15533name = "wasmprinter"
15534version = "0.221.3"
15535source = "registry+https://github.com/rust-lang/crates.io-index"
15536checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15537dependencies = [
15538 "anyhow",
15539 "termcolor",
15540 "wasmparser 0.221.3",
15541]
15542
15543[[package]]
15544name = "wasmtime"
15545version = "29.0.1"
15546source = "registry+https://github.com/rust-lang/crates.io-index"
15547checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15548dependencies = [
15549 "anyhow",
15550 "async-trait",
15551 "bitflags 2.8.0",
15552 "bumpalo",
15553 "cc",
15554 "cfg-if",
15555 "encoding_rs",
15556 "hashbrown 0.14.5",
15557 "indexmap",
15558 "libc",
15559 "log",
15560 "mach2",
15561 "memfd",
15562 "object",
15563 "once_cell",
15564 "paste",
15565 "postcard",
15566 "psm",
15567 "pulley-interpreter",
15568 "rustix",
15569 "semver",
15570 "serde",
15571 "serde_derive",
15572 "smallvec",
15573 "sptr",
15574 "target-lexicon 0.13.2",
15575 "trait-variant",
15576 "wasmparser 0.221.3",
15577 "wasmtime-asm-macros",
15578 "wasmtime-component-macro",
15579 "wasmtime-component-util",
15580 "wasmtime-cranelift",
15581 "wasmtime-environ",
15582 "wasmtime-fiber",
15583 "wasmtime-jit-icache-coherence",
15584 "wasmtime-math",
15585 "wasmtime-slab",
15586 "wasmtime-versioned-export-macros",
15587 "wasmtime-winch",
15588 "windows-sys 0.59.0",
15589]
15590
15591[[package]]
15592name = "wasmtime-asm-macros"
15593version = "29.0.1"
15594source = "registry+https://github.com/rust-lang/crates.io-index"
15595checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15596dependencies = [
15597 "cfg-if",
15598]
15599
15600[[package]]
15601name = "wasmtime-c-api-impl"
15602version = "29.0.1"
15603source = "registry+https://github.com/rust-lang/crates.io-index"
15604checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15605dependencies = [
15606 "anyhow",
15607 "log",
15608 "tracing",
15609 "wasmtime",
15610 "wasmtime-c-api-macros",
15611]
15612
15613[[package]]
15614name = "wasmtime-c-api-macros"
15615version = "29.0.1"
15616source = "registry+https://github.com/rust-lang/crates.io-index"
15617checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15618dependencies = [
15619 "proc-macro2",
15620 "quote",
15621]
15622
15623[[package]]
15624name = "wasmtime-component-macro"
15625version = "29.0.1"
15626source = "registry+https://github.com/rust-lang/crates.io-index"
15627checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15628dependencies = [
15629 "anyhow",
15630 "proc-macro2",
15631 "quote",
15632 "syn 2.0.100",
15633 "wasmtime-component-util",
15634 "wasmtime-wit-bindgen",
15635 "wit-parser 0.221.3",
15636]
15637
15638[[package]]
15639name = "wasmtime-component-util"
15640version = "29.0.1"
15641source = "registry+https://github.com/rust-lang/crates.io-index"
15642checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15643
15644[[package]]
15645name = "wasmtime-cranelift"
15646version = "29.0.1"
15647source = "registry+https://github.com/rust-lang/crates.io-index"
15648checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15649dependencies = [
15650 "anyhow",
15651 "cfg-if",
15652 "cranelift-codegen",
15653 "cranelift-control",
15654 "cranelift-entity",
15655 "cranelift-frontend",
15656 "cranelift-native",
15657 "gimli",
15658 "itertools 0.12.1",
15659 "log",
15660 "object",
15661 "smallvec",
15662 "target-lexicon 0.13.2",
15663 "thiserror 1.0.69",
15664 "wasmparser 0.221.3",
15665 "wasmtime-environ",
15666 "wasmtime-versioned-export-macros",
15667]
15668
15669[[package]]
15670name = "wasmtime-environ"
15671version = "29.0.1"
15672source = "registry+https://github.com/rust-lang/crates.io-index"
15673checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15674dependencies = [
15675 "anyhow",
15676 "cpp_demangle",
15677 "cranelift-bitset",
15678 "cranelift-entity",
15679 "gimli",
15680 "indexmap",
15681 "log",
15682 "object",
15683 "postcard",
15684 "rustc-demangle",
15685 "semver",
15686 "serde",
15687 "serde_derive",
15688 "smallvec",
15689 "target-lexicon 0.13.2",
15690 "wasm-encoder 0.221.3",
15691 "wasmparser 0.221.3",
15692 "wasmprinter",
15693 "wasmtime-component-util",
15694]
15695
15696[[package]]
15697name = "wasmtime-fiber"
15698version = "29.0.1"
15699source = "registry+https://github.com/rust-lang/crates.io-index"
15700checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15701dependencies = [
15702 "anyhow",
15703 "cc",
15704 "cfg-if",
15705 "rustix",
15706 "wasmtime-asm-macros",
15707 "wasmtime-versioned-export-macros",
15708 "windows-sys 0.59.0",
15709]
15710
15711[[package]]
15712name = "wasmtime-jit-icache-coherence"
15713version = "29.0.1"
15714source = "registry+https://github.com/rust-lang/crates.io-index"
15715checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15716dependencies = [
15717 "anyhow",
15718 "cfg-if",
15719 "libc",
15720 "windows-sys 0.59.0",
15721]
15722
15723[[package]]
15724name = "wasmtime-math"
15725version = "29.0.1"
15726source = "registry+https://github.com/rust-lang/crates.io-index"
15727checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15728dependencies = [
15729 "libm",
15730]
15731
15732[[package]]
15733name = "wasmtime-slab"
15734version = "29.0.1"
15735source = "registry+https://github.com/rust-lang/crates.io-index"
15736checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15737
15738[[package]]
15739name = "wasmtime-versioned-export-macros"
15740version = "29.0.1"
15741source = "registry+https://github.com/rust-lang/crates.io-index"
15742checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15743dependencies = [
15744 "proc-macro2",
15745 "quote",
15746 "syn 2.0.100",
15747]
15748
15749[[package]]
15750name = "wasmtime-wasi"
15751version = "29.0.1"
15752source = "registry+https://github.com/rust-lang/crates.io-index"
15753checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15754dependencies = [
15755 "anyhow",
15756 "async-trait",
15757 "bitflags 2.8.0",
15758 "bytes 1.10.1",
15759 "cap-fs-ext",
15760 "cap-net-ext",
15761 "cap-rand",
15762 "cap-std",
15763 "cap-time-ext",
15764 "fs-set-times",
15765 "futures 0.3.31",
15766 "io-extras",
15767 "io-lifetimes",
15768 "rustix",
15769 "system-interface",
15770 "thiserror 1.0.69",
15771 "tokio",
15772 "tracing",
15773 "trait-variant",
15774 "url",
15775 "wasmtime",
15776 "wiggle",
15777 "windows-sys 0.59.0",
15778]
15779
15780[[package]]
15781name = "wasmtime-winch"
15782version = "29.0.1"
15783source = "registry+https://github.com/rust-lang/crates.io-index"
15784checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15785dependencies = [
15786 "anyhow",
15787 "cranelift-codegen",
15788 "gimli",
15789 "object",
15790 "target-lexicon 0.13.2",
15791 "wasmparser 0.221.3",
15792 "wasmtime-cranelift",
15793 "wasmtime-environ",
15794 "winch-codegen",
15795]
15796
15797[[package]]
15798name = "wasmtime-wit-bindgen"
15799version = "29.0.1"
15800source = "registry+https://github.com/rust-lang/crates.io-index"
15801checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15802dependencies = [
15803 "anyhow",
15804 "heck 0.5.0",
15805 "indexmap",
15806 "wit-parser 0.221.3",
15807]
15808
15809[[package]]
15810name = "wast"
15811version = "35.0.2"
15812source = "registry+https://github.com/rust-lang/crates.io-index"
15813checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15814dependencies = [
15815 "leb128",
15816]
15817
15818[[package]]
15819name = "wayland-backend"
15820version = "0.3.8"
15821source = "registry+https://github.com/rust-lang/crates.io-index"
15822checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15823dependencies = [
15824 "cc",
15825 "downcast-rs",
15826 "rustix",
15827 "scoped-tls",
15828 "smallvec",
15829 "wayland-sys",
15830]
15831
15832[[package]]
15833name = "wayland-client"
15834version = "0.31.8"
15835source = "registry+https://github.com/rust-lang/crates.io-index"
15836checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15837dependencies = [
15838 "bitflags 2.8.0",
15839 "rustix",
15840 "wayland-backend",
15841 "wayland-scanner",
15842]
15843
15844[[package]]
15845name = "wayland-cursor"
15846version = "0.31.8"
15847source = "registry+https://github.com/rust-lang/crates.io-index"
15848checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15849dependencies = [
15850 "rustix",
15851 "wayland-client",
15852 "xcursor",
15853]
15854
15855[[package]]
15856name = "wayland-protocols"
15857version = "0.31.2"
15858source = "registry+https://github.com/rust-lang/crates.io-index"
15859checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15860dependencies = [
15861 "bitflags 2.8.0",
15862 "wayland-backend",
15863 "wayland-client",
15864 "wayland-scanner",
15865]
15866
15867[[package]]
15868name = "wayland-protocols-plasma"
15869version = "0.2.0"
15870source = "registry+https://github.com/rust-lang/crates.io-index"
15871checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15872dependencies = [
15873 "bitflags 2.8.0",
15874 "wayland-backend",
15875 "wayland-client",
15876 "wayland-protocols",
15877 "wayland-scanner",
15878]
15879
15880[[package]]
15881name = "wayland-scanner"
15882version = "0.31.6"
15883source = "registry+https://github.com/rust-lang/crates.io-index"
15884checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15885dependencies = [
15886 "proc-macro2",
15887 "quick-xml 0.37.2",
15888 "quote",
15889]
15890
15891[[package]]
15892name = "wayland-sys"
15893version = "0.31.6"
15894source = "registry+https://github.com/rust-lang/crates.io-index"
15895checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15896dependencies = [
15897 "dlib",
15898 "log",
15899 "once_cell",
15900 "pkg-config",
15901]
15902
15903[[package]]
15904name = "web-sys"
15905version = "0.3.76"
15906source = "registry+https://github.com/rust-lang/crates.io-index"
15907checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15908dependencies = [
15909 "js-sys",
15910 "wasm-bindgen",
15911]
15912
15913[[package]]
15914name = "web-time"
15915version = "1.1.0"
15916source = "registry+https://github.com/rust-lang/crates.io-index"
15917checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15918dependencies = [
15919 "js-sys",
15920 "wasm-bindgen",
15921]
15922
15923[[package]]
15924name = "webpki-root-certs"
15925version = "0.26.8"
15926source = "registry+https://github.com/rust-lang/crates.io-index"
15927checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
15928dependencies = [
15929 "rustls-pki-types",
15930]
15931
15932[[package]]
15933name = "webpki-roots"
15934version = "0.26.7"
15935source = "registry+https://github.com/rust-lang/crates.io-index"
15936checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15937dependencies = [
15938 "rustls-pki-types",
15939]
15940
15941[[package]]
15942name = "webrtc-sys"
15943version = "0.3.5"
15944source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15945dependencies = [
15946 "cc",
15947 "cxx",
15948 "cxx-build",
15949 "glob",
15950 "log",
15951 "webrtc-sys-build",
15952]
15953
15954[[package]]
15955name = "webrtc-sys-build"
15956version = "0.3.5"
15957source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15958dependencies = [
15959 "fs2",
15960 "regex",
15961 "reqwest 0.11.27",
15962 "scratch",
15963 "semver",
15964 "zip",
15965]
15966
15967[[package]]
15968name = "weezl"
15969version = "0.1.8"
15970source = "registry+https://github.com/rust-lang/crates.io-index"
15971checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15972
15973[[package]]
15974name = "welcome"
15975version = "0.1.0"
15976dependencies = [
15977 "anyhow",
15978 "client",
15979 "db",
15980 "editor",
15981 "fuzzy",
15982 "gpui",
15983 "install_cli",
15984 "language",
15985 "picker",
15986 "project",
15987 "schemars",
15988 "serde",
15989 "settings",
15990 "telemetry",
15991 "ui",
15992 "util",
15993 "vim_mode_setting",
15994 "workspace",
15995 "zed_actions",
15996]
15997
15998[[package]]
15999name = "which"
16000version = "4.4.2"
16001source = "registry+https://github.com/rust-lang/crates.io-index"
16002checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16003dependencies = [
16004 "either",
16005 "home",
16006 "once_cell",
16007 "rustix",
16008]
16009
16010[[package]]
16011name = "which"
16012version = "6.0.3"
16013source = "registry+https://github.com/rust-lang/crates.io-index"
16014checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16015dependencies = [
16016 "either",
16017 "home",
16018 "rustix",
16019 "winsafe",
16020]
16021
16022[[package]]
16023name = "which"
16024version = "7.0.2"
16025source = "registry+https://github.com/rust-lang/crates.io-index"
16026checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
16027dependencies = [
16028 "either",
16029 "env_home",
16030 "rustix",
16031 "winsafe",
16032]
16033
16034[[package]]
16035name = "whoami"
16036version = "1.5.2"
16037source = "registry+https://github.com/rust-lang/crates.io-index"
16038checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16039dependencies = [
16040 "redox_syscall 0.5.8",
16041 "wasite",
16042]
16043
16044[[package]]
16045name = "wiggle"
16046version = "29.0.1"
16047source = "registry+https://github.com/rust-lang/crates.io-index"
16048checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16049dependencies = [
16050 "anyhow",
16051 "async-trait",
16052 "bitflags 2.8.0",
16053 "thiserror 1.0.69",
16054 "tracing",
16055 "wasmtime",
16056 "wiggle-macro",
16057]
16058
16059[[package]]
16060name = "wiggle-generate"
16061version = "29.0.1"
16062source = "registry+https://github.com/rust-lang/crates.io-index"
16063checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16064dependencies = [
16065 "anyhow",
16066 "heck 0.5.0",
16067 "proc-macro2",
16068 "quote",
16069 "shellexpand 2.1.2",
16070 "syn 2.0.100",
16071 "witx",
16072]
16073
16074[[package]]
16075name = "wiggle-macro"
16076version = "29.0.1"
16077source = "registry+https://github.com/rust-lang/crates.io-index"
16078checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16079dependencies = [
16080 "proc-macro2",
16081 "quote",
16082 "syn 2.0.100",
16083 "wiggle-generate",
16084]
16085
16086[[package]]
16087name = "winapi"
16088version = "0.3.9"
16089source = "registry+https://github.com/rust-lang/crates.io-index"
16090checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16091dependencies = [
16092 "winapi-i686-pc-windows-gnu",
16093 "winapi-x86_64-pc-windows-gnu",
16094]
16095
16096[[package]]
16097name = "winapi-i686-pc-windows-gnu"
16098version = "0.4.0"
16099source = "registry+https://github.com/rust-lang/crates.io-index"
16100checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16101
16102[[package]]
16103name = "winapi-util"
16104version = "0.1.9"
16105source = "registry+https://github.com/rust-lang/crates.io-index"
16106checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16107dependencies = [
16108 "windows-sys 0.59.0",
16109]
16110
16111[[package]]
16112name = "winapi-x86_64-pc-windows-gnu"
16113version = "0.4.0"
16114source = "registry+https://github.com/rust-lang/crates.io-index"
16115checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16116
16117[[package]]
16118name = "winch-codegen"
16119version = "29.0.1"
16120source = "registry+https://github.com/rust-lang/crates.io-index"
16121checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16122dependencies = [
16123 "anyhow",
16124 "cranelift-codegen",
16125 "gimli",
16126 "regalloc2",
16127 "smallvec",
16128 "target-lexicon 0.13.2",
16129 "thiserror 1.0.69",
16130 "wasmparser 0.221.3",
16131 "wasmtime-cranelift",
16132 "wasmtime-environ",
16133]
16134
16135[[package]]
16136name = "windows"
16137version = "0.54.0"
16138source = "registry+https://github.com/rust-lang/crates.io-index"
16139checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16140dependencies = [
16141 "windows-core 0.54.0",
16142 "windows-targets 0.52.6",
16143]
16144
16145[[package]]
16146name = "windows"
16147version = "0.57.0"
16148source = "registry+https://github.com/rust-lang/crates.io-index"
16149checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16150dependencies = [
16151 "windows-core 0.57.0",
16152 "windows-targets 0.52.6",
16153]
16154
16155[[package]]
16156name = "windows"
16157version = "0.58.0"
16158source = "registry+https://github.com/rust-lang/crates.io-index"
16159checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16160dependencies = [
16161 "windows-core 0.58.0",
16162 "windows-targets 0.52.6",
16163]
16164
16165[[package]]
16166name = "windows"
16167version = "0.60.0"
16168source = "registry+https://github.com/rust-lang/crates.io-index"
16169checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16170dependencies = [
16171 "windows-collections",
16172 "windows-core 0.60.1",
16173 "windows-future",
16174 "windows-link",
16175 "windows-numerics",
16176]
16177
16178[[package]]
16179name = "windows-collections"
16180version = "0.1.1"
16181source = "registry+https://github.com/rust-lang/crates.io-index"
16182checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16183dependencies = [
16184 "windows-core 0.60.1",
16185]
16186
16187[[package]]
16188name = "windows-core"
16189version = "0.52.0"
16190source = "registry+https://github.com/rust-lang/crates.io-index"
16191checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16192dependencies = [
16193 "windows-targets 0.52.6",
16194]
16195
16196[[package]]
16197name = "windows-core"
16198version = "0.54.0"
16199source = "registry+https://github.com/rust-lang/crates.io-index"
16200checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16201dependencies = [
16202 "windows-result 0.1.2",
16203 "windows-targets 0.52.6",
16204]
16205
16206[[package]]
16207name = "windows-core"
16208version = "0.57.0"
16209source = "registry+https://github.com/rust-lang/crates.io-index"
16210checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16211dependencies = [
16212 "windows-implement 0.57.0",
16213 "windows-interface 0.57.0",
16214 "windows-result 0.1.2",
16215 "windows-targets 0.52.6",
16216]
16217
16218[[package]]
16219name = "windows-core"
16220version = "0.58.0"
16221source = "registry+https://github.com/rust-lang/crates.io-index"
16222checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16223dependencies = [
16224 "windows-implement 0.58.0",
16225 "windows-interface 0.58.0",
16226 "windows-result 0.2.0",
16227 "windows-strings 0.1.0",
16228 "windows-targets 0.52.6",
16229]
16230
16231[[package]]
16232name = "windows-core"
16233version = "0.60.1"
16234source = "registry+https://github.com/rust-lang/crates.io-index"
16235checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16236dependencies = [
16237 "windows-implement 0.59.0",
16238 "windows-interface 0.59.0",
16239 "windows-link",
16240 "windows-result 0.3.1",
16241 "windows-strings 0.3.1",
16242]
16243
16244[[package]]
16245name = "windows-future"
16246version = "0.1.1"
16247source = "registry+https://github.com/rust-lang/crates.io-index"
16248checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16249dependencies = [
16250 "windows-core 0.60.1",
16251 "windows-link",
16252]
16253
16254[[package]]
16255name = "windows-implement"
16256version = "0.57.0"
16257source = "registry+https://github.com/rust-lang/crates.io-index"
16258checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16259dependencies = [
16260 "proc-macro2",
16261 "quote",
16262 "syn 2.0.100",
16263]
16264
16265[[package]]
16266name = "windows-implement"
16267version = "0.58.0"
16268source = "registry+https://github.com/rust-lang/crates.io-index"
16269checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16270dependencies = [
16271 "proc-macro2",
16272 "quote",
16273 "syn 2.0.100",
16274]
16275
16276[[package]]
16277name = "windows-implement"
16278version = "0.59.0"
16279source = "registry+https://github.com/rust-lang/crates.io-index"
16280checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16281dependencies = [
16282 "proc-macro2",
16283 "quote",
16284 "syn 2.0.100",
16285]
16286
16287[[package]]
16288name = "windows-interface"
16289version = "0.57.0"
16290source = "registry+https://github.com/rust-lang/crates.io-index"
16291checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16292dependencies = [
16293 "proc-macro2",
16294 "quote",
16295 "syn 2.0.100",
16296]
16297
16298[[package]]
16299name = "windows-interface"
16300version = "0.58.0"
16301source = "registry+https://github.com/rust-lang/crates.io-index"
16302checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16303dependencies = [
16304 "proc-macro2",
16305 "quote",
16306 "syn 2.0.100",
16307]
16308
16309[[package]]
16310name = "windows-interface"
16311version = "0.59.0"
16312source = "registry+https://github.com/rust-lang/crates.io-index"
16313checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16314dependencies = [
16315 "proc-macro2",
16316 "quote",
16317 "syn 2.0.100",
16318]
16319
16320[[package]]
16321name = "windows-link"
16322version = "0.1.0"
16323source = "registry+https://github.com/rust-lang/crates.io-index"
16324checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16325
16326[[package]]
16327name = "windows-numerics"
16328version = "0.1.1"
16329source = "registry+https://github.com/rust-lang/crates.io-index"
16330checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16331dependencies = [
16332 "windows-core 0.60.1",
16333 "windows-link",
16334]
16335
16336[[package]]
16337name = "windows-registry"
16338version = "0.2.0"
16339source = "registry+https://github.com/rust-lang/crates.io-index"
16340checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16341dependencies = [
16342 "windows-result 0.2.0",
16343 "windows-strings 0.1.0",
16344 "windows-targets 0.52.6",
16345]
16346
16347[[package]]
16348name = "windows-result"
16349version = "0.1.2"
16350source = "registry+https://github.com/rust-lang/crates.io-index"
16351checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16352dependencies = [
16353 "windows-targets 0.52.6",
16354]
16355
16356[[package]]
16357name = "windows-result"
16358version = "0.2.0"
16359source = "registry+https://github.com/rust-lang/crates.io-index"
16360checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16361dependencies = [
16362 "windows-targets 0.52.6",
16363]
16364
16365[[package]]
16366name = "windows-result"
16367version = "0.3.1"
16368source = "registry+https://github.com/rust-lang/crates.io-index"
16369checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16370dependencies = [
16371 "windows-link",
16372]
16373
16374[[package]]
16375name = "windows-strings"
16376version = "0.1.0"
16377source = "registry+https://github.com/rust-lang/crates.io-index"
16378checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16379dependencies = [
16380 "windows-result 0.2.0",
16381 "windows-targets 0.52.6",
16382]
16383
16384[[package]]
16385name = "windows-strings"
16386version = "0.3.1"
16387source = "registry+https://github.com/rust-lang/crates.io-index"
16388checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16389dependencies = [
16390 "windows-link",
16391]
16392
16393[[package]]
16394name = "windows-sys"
16395version = "0.45.0"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16398dependencies = [
16399 "windows-targets 0.42.2",
16400]
16401
16402[[package]]
16403name = "windows-sys"
16404version = "0.48.0"
16405source = "registry+https://github.com/rust-lang/crates.io-index"
16406checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16407dependencies = [
16408 "windows-targets 0.48.5",
16409]
16410
16411[[package]]
16412name = "windows-sys"
16413version = "0.52.0"
16414source = "registry+https://github.com/rust-lang/crates.io-index"
16415checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16416dependencies = [
16417 "windows-targets 0.52.6",
16418]
16419
16420[[package]]
16421name = "windows-sys"
16422version = "0.59.0"
16423source = "registry+https://github.com/rust-lang/crates.io-index"
16424checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16425dependencies = [
16426 "windows-targets 0.52.6",
16427]
16428
16429[[package]]
16430name = "windows-targets"
16431version = "0.42.2"
16432source = "registry+https://github.com/rust-lang/crates.io-index"
16433checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16434dependencies = [
16435 "windows_aarch64_gnullvm 0.42.2",
16436 "windows_aarch64_msvc 0.42.2",
16437 "windows_i686_gnu 0.42.2",
16438 "windows_i686_msvc 0.42.2",
16439 "windows_x86_64_gnu 0.42.2",
16440 "windows_x86_64_gnullvm 0.42.2",
16441 "windows_x86_64_msvc 0.42.2",
16442]
16443
16444[[package]]
16445name = "windows-targets"
16446version = "0.48.5"
16447source = "registry+https://github.com/rust-lang/crates.io-index"
16448checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16449dependencies = [
16450 "windows_aarch64_gnullvm 0.48.5",
16451 "windows_aarch64_msvc 0.48.5",
16452 "windows_i686_gnu 0.48.5",
16453 "windows_i686_msvc 0.48.5",
16454 "windows_x86_64_gnu 0.48.5",
16455 "windows_x86_64_gnullvm 0.48.5",
16456 "windows_x86_64_msvc 0.48.5",
16457]
16458
16459[[package]]
16460name = "windows-targets"
16461version = "0.52.6"
16462source = "registry+https://github.com/rust-lang/crates.io-index"
16463checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16464dependencies = [
16465 "windows_aarch64_gnullvm 0.52.6",
16466 "windows_aarch64_msvc 0.52.6",
16467 "windows_i686_gnu 0.52.6",
16468 "windows_i686_gnullvm",
16469 "windows_i686_msvc 0.52.6",
16470 "windows_x86_64_gnu 0.52.6",
16471 "windows_x86_64_gnullvm 0.52.6",
16472 "windows_x86_64_msvc 0.52.6",
16473]
16474
16475[[package]]
16476name = "windows_aarch64_gnullvm"
16477version = "0.42.2"
16478source = "registry+https://github.com/rust-lang/crates.io-index"
16479checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16480
16481[[package]]
16482name = "windows_aarch64_gnullvm"
16483version = "0.48.5"
16484source = "registry+https://github.com/rust-lang/crates.io-index"
16485checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16486
16487[[package]]
16488name = "windows_aarch64_gnullvm"
16489version = "0.52.6"
16490source = "registry+https://github.com/rust-lang/crates.io-index"
16491checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16492
16493[[package]]
16494name = "windows_aarch64_msvc"
16495version = "0.42.2"
16496source = "registry+https://github.com/rust-lang/crates.io-index"
16497checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16498
16499[[package]]
16500name = "windows_aarch64_msvc"
16501version = "0.48.5"
16502source = "registry+https://github.com/rust-lang/crates.io-index"
16503checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16504
16505[[package]]
16506name = "windows_aarch64_msvc"
16507version = "0.52.6"
16508source = "registry+https://github.com/rust-lang/crates.io-index"
16509checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16510
16511[[package]]
16512name = "windows_i686_gnu"
16513version = "0.42.2"
16514source = "registry+https://github.com/rust-lang/crates.io-index"
16515checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16516
16517[[package]]
16518name = "windows_i686_gnu"
16519version = "0.48.5"
16520source = "registry+https://github.com/rust-lang/crates.io-index"
16521checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16522
16523[[package]]
16524name = "windows_i686_gnu"
16525version = "0.52.6"
16526source = "registry+https://github.com/rust-lang/crates.io-index"
16527checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16528
16529[[package]]
16530name = "windows_i686_gnullvm"
16531version = "0.52.6"
16532source = "registry+https://github.com/rust-lang/crates.io-index"
16533checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16534
16535[[package]]
16536name = "windows_i686_msvc"
16537version = "0.42.2"
16538source = "registry+https://github.com/rust-lang/crates.io-index"
16539checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16540
16541[[package]]
16542name = "windows_i686_msvc"
16543version = "0.48.5"
16544source = "registry+https://github.com/rust-lang/crates.io-index"
16545checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16546
16547[[package]]
16548name = "windows_i686_msvc"
16549version = "0.52.6"
16550source = "registry+https://github.com/rust-lang/crates.io-index"
16551checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16552
16553[[package]]
16554name = "windows_x86_64_gnu"
16555version = "0.42.2"
16556source = "registry+https://github.com/rust-lang/crates.io-index"
16557checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16558
16559[[package]]
16560name = "windows_x86_64_gnu"
16561version = "0.48.5"
16562source = "registry+https://github.com/rust-lang/crates.io-index"
16563checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16564
16565[[package]]
16566name = "windows_x86_64_gnu"
16567version = "0.52.6"
16568source = "registry+https://github.com/rust-lang/crates.io-index"
16569checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16570
16571[[package]]
16572name = "windows_x86_64_gnullvm"
16573version = "0.42.2"
16574source = "registry+https://github.com/rust-lang/crates.io-index"
16575checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16576
16577[[package]]
16578name = "windows_x86_64_gnullvm"
16579version = "0.48.5"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16582
16583[[package]]
16584name = "windows_x86_64_gnullvm"
16585version = "0.52.6"
16586source = "registry+https://github.com/rust-lang/crates.io-index"
16587checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16588
16589[[package]]
16590name = "windows_x86_64_msvc"
16591version = "0.42.2"
16592source = "registry+https://github.com/rust-lang/crates.io-index"
16593checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16594
16595[[package]]
16596name = "windows_x86_64_msvc"
16597version = "0.48.5"
16598source = "registry+https://github.com/rust-lang/crates.io-index"
16599checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16600
16601[[package]]
16602name = "windows_x86_64_msvc"
16603version = "0.52.6"
16604source = "registry+https://github.com/rust-lang/crates.io-index"
16605checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16606
16607[[package]]
16608name = "winnow"
16609version = "0.6.20"
16610source = "registry+https://github.com/rust-lang/crates.io-index"
16611checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16612dependencies = [
16613 "memchr",
16614]
16615
16616[[package]]
16617name = "winnow"
16618version = "0.7.1"
16619source = "registry+https://github.com/rust-lang/crates.io-index"
16620checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16621dependencies = [
16622 "memchr",
16623]
16624
16625[[package]]
16626name = "winreg"
16627version = "0.50.0"
16628source = "registry+https://github.com/rust-lang/crates.io-index"
16629checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16630dependencies = [
16631 "cfg-if",
16632 "windows-sys 0.48.0",
16633]
16634
16635[[package]]
16636name = "winreg"
16637version = "0.52.0"
16638source = "registry+https://github.com/rust-lang/crates.io-index"
16639checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16640dependencies = [
16641 "cfg-if",
16642 "windows-sys 0.48.0",
16643]
16644
16645[[package]]
16646name = "winresource"
16647version = "0.1.19"
16648source = "registry+https://github.com/rust-lang/crates.io-index"
16649checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16650dependencies = [
16651 "toml 0.8.20",
16652 "version_check",
16653]
16654
16655[[package]]
16656name = "winsafe"
16657version = "0.0.19"
16658source = "registry+https://github.com/rust-lang/crates.io-index"
16659checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16660
16661[[package]]
16662name = "winx"
16663version = "0.36.4"
16664source = "registry+https://github.com/rust-lang/crates.io-index"
16665checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16666dependencies = [
16667 "bitflags 2.8.0",
16668 "windows-sys 0.59.0",
16669]
16670
16671[[package]]
16672name = "wio"
16673version = "0.2.2"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16676dependencies = [
16677 "winapi",
16678]
16679
16680[[package]]
16681name = "wit-bindgen"
16682version = "0.22.0"
16683source = "registry+https://github.com/rust-lang/crates.io-index"
16684checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16685dependencies = [
16686 "bitflags 2.8.0",
16687 "wit-bindgen-rt 0.22.0",
16688 "wit-bindgen-rust-macro",
16689]
16690
16691[[package]]
16692name = "wit-bindgen-core"
16693version = "0.22.0"
16694source = "registry+https://github.com/rust-lang/crates.io-index"
16695checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16696dependencies = [
16697 "anyhow",
16698 "wit-parser 0.201.0",
16699]
16700
16701[[package]]
16702name = "wit-bindgen-rt"
16703version = "0.22.0"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16706
16707[[package]]
16708name = "wit-bindgen-rt"
16709version = "0.33.0"
16710source = "registry+https://github.com/rust-lang/crates.io-index"
16711checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16712dependencies = [
16713 "bitflags 2.8.0",
16714]
16715
16716[[package]]
16717name = "wit-bindgen-rust"
16718version = "0.22.0"
16719source = "registry+https://github.com/rust-lang/crates.io-index"
16720checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16721dependencies = [
16722 "anyhow",
16723 "heck 0.4.1",
16724 "indexmap",
16725 "wasm-metadata 0.201.0",
16726 "wit-bindgen-core",
16727 "wit-component 0.201.0",
16728]
16729
16730[[package]]
16731name = "wit-bindgen-rust-macro"
16732version = "0.22.0"
16733source = "registry+https://github.com/rust-lang/crates.io-index"
16734checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16735dependencies = [
16736 "anyhow",
16737 "proc-macro2",
16738 "quote",
16739 "syn 2.0.100",
16740 "wit-bindgen-core",
16741 "wit-bindgen-rust",
16742]
16743
16744[[package]]
16745name = "wit-component"
16746version = "0.201.0"
16747source = "registry+https://github.com/rust-lang/crates.io-index"
16748checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16749dependencies = [
16750 "anyhow",
16751 "bitflags 2.8.0",
16752 "indexmap",
16753 "log",
16754 "serde",
16755 "serde_derive",
16756 "serde_json",
16757 "wasm-encoder 0.201.0",
16758 "wasm-metadata 0.201.0",
16759 "wasmparser 0.201.0",
16760 "wit-parser 0.201.0",
16761]
16762
16763[[package]]
16764name = "wit-component"
16765version = "0.221.3"
16766source = "registry+https://github.com/rust-lang/crates.io-index"
16767checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16768dependencies = [
16769 "anyhow",
16770 "bitflags 2.8.0",
16771 "indexmap",
16772 "log",
16773 "serde",
16774 "serde_derive",
16775 "serde_json",
16776 "wasm-encoder 0.221.3",
16777 "wasm-metadata 0.221.3",
16778 "wasmparser 0.221.3",
16779 "wit-parser 0.221.3",
16780]
16781
16782[[package]]
16783name = "wit-parser"
16784version = "0.201.0"
16785source = "registry+https://github.com/rust-lang/crates.io-index"
16786checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16787dependencies = [
16788 "anyhow",
16789 "id-arena",
16790 "indexmap",
16791 "log",
16792 "semver",
16793 "serde",
16794 "serde_derive",
16795 "serde_json",
16796 "unicode-xid",
16797 "wasmparser 0.201.0",
16798]
16799
16800[[package]]
16801name = "wit-parser"
16802version = "0.221.3"
16803source = "registry+https://github.com/rust-lang/crates.io-index"
16804checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16805dependencies = [
16806 "anyhow",
16807 "id-arena",
16808 "indexmap",
16809 "log",
16810 "semver",
16811 "serde",
16812 "serde_derive",
16813 "serde_json",
16814 "unicode-xid",
16815 "wasmparser 0.221.3",
16816]
16817
16818[[package]]
16819name = "witx"
16820version = "0.9.1"
16821source = "registry+https://github.com/rust-lang/crates.io-index"
16822checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16823dependencies = [
16824 "anyhow",
16825 "log",
16826 "thiserror 1.0.69",
16827 "wast",
16828]
16829
16830[[package]]
16831name = "workspace"
16832version = "0.1.0"
16833dependencies = [
16834 "any_vec",
16835 "anyhow",
16836 "async-recursion 1.1.1",
16837 "bincode",
16838 "call",
16839 "client",
16840 "clock",
16841 "collections",
16842 "component",
16843 "db",
16844 "derive_more",
16845 "env_logger 0.11.7",
16846 "fs",
16847 "futures 0.3.31",
16848 "gpui",
16849 "http_client",
16850 "itertools 0.14.0",
16851 "language",
16852 "log",
16853 "node_runtime",
16854 "parking_lot",
16855 "postage",
16856 "project",
16857 "remote",
16858 "schemars",
16859 "serde",
16860 "serde_json",
16861 "session",
16862 "settings",
16863 "smallvec",
16864 "sqlez",
16865 "strum",
16866 "task",
16867 "telemetry",
16868 "tempfile",
16869 "theme",
16870 "ui",
16871 "util",
16872 "uuid",
16873 "zed_actions",
16874]
16875
16876[[package]]
16877name = "worktree"
16878version = "0.1.0"
16879dependencies = [
16880 "anyhow",
16881 "clock",
16882 "collections",
16883 "env_logger 0.11.7",
16884 "fs",
16885 "futures 0.3.31",
16886 "fuzzy",
16887 "git",
16888 "git2",
16889 "git_hosting_providers",
16890 "gpui",
16891 "http_client",
16892 "ignore",
16893 "language",
16894 "log",
16895 "parking_lot",
16896 "paths",
16897 "postage",
16898 "pretty_assertions",
16899 "rand 0.8.5",
16900 "rpc",
16901 "schemars",
16902 "serde",
16903 "serde_json",
16904 "settings",
16905 "smallvec",
16906 "smol",
16907 "sum_tree",
16908 "text",
16909 "util",
16910]
16911
16912[[package]]
16913name = "write16"
16914version = "1.0.0"
16915source = "registry+https://github.com/rust-lang/crates.io-index"
16916checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16917
16918[[package]]
16919name = "writeable"
16920version = "0.5.5"
16921source = "registry+https://github.com/rust-lang/crates.io-index"
16922checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16923
16924[[package]]
16925name = "wyz"
16926version = "0.5.1"
16927source = "registry+https://github.com/rust-lang/crates.io-index"
16928checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16929dependencies = [
16930 "tap",
16931]
16932
16933[[package]]
16934name = "x11-clipboard"
16935version = "0.9.3"
16936source = "registry+https://github.com/rust-lang/crates.io-index"
16937checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
16938dependencies = [
16939 "libc",
16940 "x11rb",
16941]
16942
16943[[package]]
16944name = "x11rb"
16945version = "0.13.1"
16946source = "registry+https://github.com/rust-lang/crates.io-index"
16947checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
16948dependencies = [
16949 "as-raw-xcb-connection",
16950 "gethostname",
16951 "libc",
16952 "rustix",
16953 "x11rb-protocol",
16954]
16955
16956[[package]]
16957name = "x11rb-protocol"
16958version = "0.13.1"
16959source = "registry+https://github.com/rust-lang/crates.io-index"
16960checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16961
16962[[package]]
16963name = "xattr"
16964version = "0.2.3"
16965source = "registry+https://github.com/rust-lang/crates.io-index"
16966checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16967dependencies = [
16968 "libc",
16969]
16970
16971[[package]]
16972name = "xcursor"
16973version = "0.3.8"
16974source = "registry+https://github.com/rust-lang/crates.io-index"
16975checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16976
16977[[package]]
16978name = "xdg-home"
16979version = "1.3.0"
16980source = "registry+https://github.com/rust-lang/crates.io-index"
16981checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16982dependencies = [
16983 "libc",
16984 "windows-sys 0.59.0",
16985]
16986
16987[[package]]
16988name = "xim"
16989version = "0.4.0"
16990source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16991dependencies = [
16992 "ahash 0.8.11",
16993 "hashbrown 0.14.5",
16994 "log",
16995 "x11rb",
16996 "xim-ctext",
16997 "xim-parser",
16998]
16999
17000[[package]]
17001name = "xim-ctext"
17002version = "0.3.0"
17003source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17004dependencies = [
17005 "encoding_rs",
17006]
17007
17008[[package]]
17009name = "xim-parser"
17010version = "0.2.1"
17011source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17012dependencies = [
17013 "bitflags 2.8.0",
17014]
17015
17016[[package]]
17017name = "xkbcommon"
17018version = "0.7.0"
17019source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
17020dependencies = [
17021 "as-raw-xcb-connection",
17022 "libc",
17023 "memmap2",
17024 "xkeysym",
17025]
17026
17027[[package]]
17028name = "xkeysym"
17029version = "0.2.1"
17030source = "registry+https://github.com/rust-lang/crates.io-index"
17031checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17032
17033[[package]]
17034name = "xml5ever"
17035version = "0.18.1"
17036source = "registry+https://github.com/rust-lang/crates.io-index"
17037checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17038dependencies = [
17039 "log",
17040 "mac",
17041 "markup5ever",
17042]
17043
17044[[package]]
17045name = "xmlparser"
17046version = "0.13.6"
17047source = "registry+https://github.com/rust-lang/crates.io-index"
17048checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17049
17050[[package]]
17051name = "xmlwriter"
17052version = "0.1.0"
17053source = "registry+https://github.com/rust-lang/crates.io-index"
17054checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17055
17056[[package]]
17057name = "xtask"
17058version = "0.1.0"
17059dependencies = [
17060 "anyhow",
17061 "cargo_metadata",
17062 "cargo_toml",
17063 "clap",
17064]
17065
17066[[package]]
17067name = "yaml-rust2"
17068version = "0.8.1"
17069source = "registry+https://github.com/rust-lang/crates.io-index"
17070checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17071dependencies = [
17072 "arraydeque",
17073 "encoding_rs",
17074 "hashlink 0.8.4",
17075]
17076
17077[[package]]
17078name = "yansi"
17079version = "1.0.1"
17080source = "registry+https://github.com/rust-lang/crates.io-index"
17081checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17082
17083[[package]]
17084name = "yazi"
17085version = "0.1.6"
17086source = "registry+https://github.com/rust-lang/crates.io-index"
17087checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
17088
17089[[package]]
17090name = "yeslogic-fontconfig-sys"
17091version = "6.0.0"
17092source = "registry+https://github.com/rust-lang/crates.io-index"
17093checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17094dependencies = [
17095 "dlib",
17096 "once_cell",
17097 "pkg-config",
17098]
17099
17100[[package]]
17101name = "yoke"
17102version = "0.7.5"
17103source = "registry+https://github.com/rust-lang/crates.io-index"
17104checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17105dependencies = [
17106 "serde",
17107 "stable_deref_trait",
17108 "yoke-derive",
17109 "zerofrom",
17110]
17111
17112[[package]]
17113name = "yoke-derive"
17114version = "0.7.5"
17115source = "registry+https://github.com/rust-lang/crates.io-index"
17116checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17117dependencies = [
17118 "proc-macro2",
17119 "quote",
17120 "syn 2.0.100",
17121 "synstructure",
17122]
17123
17124[[package]]
17125name = "zbus"
17126version = "5.5.0"
17127source = "registry+https://github.com/rust-lang/crates.io-index"
17128checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17129dependencies = [
17130 "async-broadcast",
17131 "async-executor",
17132 "async-fs",
17133 "async-io",
17134 "async-lock",
17135 "async-process",
17136 "async-recursion 1.1.1",
17137 "async-task",
17138 "async-trait",
17139 "blocking",
17140 "enumflags2",
17141 "event-listener 5.3.1",
17142 "futures-core",
17143 "futures-lite 2.6.0",
17144 "hex",
17145 "nix",
17146 "ordered-stream",
17147 "serde",
17148 "serde_repr",
17149 "static_assertions",
17150 "tracing",
17151 "uds_windows",
17152 "windows-sys 0.59.0",
17153 "winnow 0.7.1",
17154 "xdg-home",
17155 "zbus_macros",
17156 "zbus_names",
17157 "zvariant",
17158]
17159
17160[[package]]
17161name = "zbus_macros"
17162version = "5.5.0"
17163source = "registry+https://github.com/rust-lang/crates.io-index"
17164checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17165dependencies = [
17166 "proc-macro-crate",
17167 "proc-macro2",
17168 "quote",
17169 "syn 2.0.100",
17170 "zbus_names",
17171 "zvariant",
17172 "zvariant_utils",
17173]
17174
17175[[package]]
17176name = "zbus_names"
17177version = "4.1.0"
17178source = "registry+https://github.com/rust-lang/crates.io-index"
17179checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17180dependencies = [
17181 "serde",
17182 "static_assertions",
17183 "winnow 0.6.20",
17184 "zvariant",
17185]
17186
17187[[package]]
17188name = "zed"
17189version = "0.179.0"
17190dependencies = [
17191 "activity_indicator",
17192 "anyhow",
17193 "ashpd",
17194 "assets",
17195 "assistant",
17196 "assistant2",
17197 "assistant_context_editor",
17198 "assistant_settings",
17199 "assistant_tools",
17200 "async-watch",
17201 "audio",
17202 "auto_update",
17203 "auto_update_ui",
17204 "backtrace",
17205 "breadcrumbs",
17206 "call",
17207 "channel",
17208 "chrono",
17209 "clap",
17210 "cli",
17211 "client",
17212 "collab_ui",
17213 "collections",
17214 "command_palette",
17215 "command_palette_hooks",
17216 "component_preview",
17217 "copilot",
17218 "db",
17219 "diagnostics",
17220 "editor",
17221 "env_logger 0.11.7",
17222 "extension",
17223 "extension_host",
17224 "extensions_ui",
17225 "feature_flags",
17226 "feedback",
17227 "file_finder",
17228 "fs",
17229 "futures 0.3.31",
17230 "git",
17231 "git_hosting_providers",
17232 "git_ui",
17233 "go_to_line",
17234 "gpui",
17235 "gpui_tokio",
17236 "http_client",
17237 "image_viewer",
17238 "inline_completion_button",
17239 "install_cli",
17240 "journal",
17241 "language",
17242 "language_extension",
17243 "language_model",
17244 "language_models",
17245 "language_selector",
17246 "language_tools",
17247 "languages",
17248 "libc",
17249 "log",
17250 "markdown",
17251 "markdown_preview",
17252 "menu",
17253 "migrator",
17254 "mimalloc",
17255 "nix",
17256 "node_runtime",
17257 "notifications",
17258 "outline",
17259 "outline_panel",
17260 "parking_lot",
17261 "paths",
17262 "picker",
17263 "profiling",
17264 "project",
17265 "project_panel",
17266 "project_symbols",
17267 "prompt_store",
17268 "proto",
17269 "recent_projects",
17270 "release_channel",
17271 "remote",
17272 "repl",
17273 "reqwest_client",
17274 "rope",
17275 "search",
17276 "serde",
17277 "serde_json",
17278 "session",
17279 "settings",
17280 "settings_ui",
17281 "shellexpand 2.1.2",
17282 "simplelog",
17283 "smol",
17284 "snippet_provider",
17285 "snippets_ui",
17286 "supermaven",
17287 "sysinfo",
17288 "tab_switcher",
17289 "task",
17290 "tasks_ui",
17291 "telemetry",
17292 "telemetry_events",
17293 "terminal_view",
17294 "theme",
17295 "theme_extension",
17296 "theme_selector",
17297 "time",
17298 "toolchain_selector",
17299 "tree-sitter-md",
17300 "tree-sitter-rust",
17301 "ui",
17302 "url",
17303 "urlencoding",
17304 "util",
17305 "uuid",
17306 "vim",
17307 "vim_mode_setting",
17308 "welcome",
17309 "windows 0.60.0",
17310 "winresource",
17311 "workspace",
17312 "zed_actions",
17313 "zeta",
17314]
17315
17316[[package]]
17317name = "zed_actions"
17318version = "0.1.0"
17319dependencies = [
17320 "gpui",
17321 "schemars",
17322 "serde",
17323]
17324
17325[[package]]
17326name = "zed_emmet"
17327version = "0.0.3"
17328dependencies = [
17329 "zed_extension_api 0.1.0",
17330]
17331
17332[[package]]
17333name = "zed_extension_api"
17334version = "0.1.0"
17335source = "registry+https://github.com/rust-lang/crates.io-index"
17336checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17337dependencies = [
17338 "serde",
17339 "serde_json",
17340 "wit-bindgen",
17341]
17342
17343[[package]]
17344name = "zed_extension_api"
17345version = "0.3.0"
17346dependencies = [
17347 "serde",
17348 "serde_json",
17349 "wit-bindgen",
17350]
17351
17352[[package]]
17353name = "zed_glsl"
17354version = "0.1.0"
17355dependencies = [
17356 "zed_extension_api 0.1.0",
17357]
17358
17359[[package]]
17360name = "zed_html"
17361version = "0.1.6"
17362dependencies = [
17363 "zed_extension_api 0.1.0",
17364]
17365
17366[[package]]
17367name = "zed_llm_client"
17368version = "0.4.1"
17369source = "registry+https://github.com/rust-lang/crates.io-index"
17370checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17371dependencies = [
17372 "serde",
17373 "serde_json",
17374 "uuid",
17375]
17376
17377[[package]]
17378name = "zed_proto"
17379version = "0.2.1"
17380dependencies = [
17381 "zed_extension_api 0.1.0",
17382]
17383
17384[[package]]
17385name = "zed_ruff"
17386version = "0.1.0"
17387dependencies = [
17388 "zed_extension_api 0.1.0",
17389]
17390
17391[[package]]
17392name = "zed_snippets"
17393version = "0.0.5"
17394dependencies = [
17395 "serde_json",
17396 "zed_extension_api 0.1.0",
17397]
17398
17399[[package]]
17400name = "zed_test_extension"
17401version = "0.1.0"
17402dependencies = [
17403 "zed_extension_api 0.3.0",
17404]
17405
17406[[package]]
17407name = "zed_toml"
17408version = "0.1.3"
17409dependencies = [
17410 "zed_extension_api 0.1.0",
17411]
17412
17413[[package]]
17414name = "zeno"
17415version = "0.2.3"
17416source = "registry+https://github.com/rust-lang/crates.io-index"
17417checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17418
17419[[package]]
17420name = "zerocopy"
17421version = "0.7.35"
17422source = "registry+https://github.com/rust-lang/crates.io-index"
17423checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17424dependencies = [
17425 "byteorder",
17426 "zerocopy-derive 0.7.35",
17427]
17428
17429[[package]]
17430name = "zerocopy"
17431version = "0.8.18"
17432source = "registry+https://github.com/rust-lang/crates.io-index"
17433checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17434dependencies = [
17435 "zerocopy-derive 0.8.18",
17436]
17437
17438[[package]]
17439name = "zerocopy-derive"
17440version = "0.7.35"
17441source = "registry+https://github.com/rust-lang/crates.io-index"
17442checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17443dependencies = [
17444 "proc-macro2",
17445 "quote",
17446 "syn 2.0.100",
17447]
17448
17449[[package]]
17450name = "zerocopy-derive"
17451version = "0.8.18"
17452source = "registry+https://github.com/rust-lang/crates.io-index"
17453checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17454dependencies = [
17455 "proc-macro2",
17456 "quote",
17457 "syn 2.0.100",
17458]
17459
17460[[package]]
17461name = "zerofrom"
17462version = "0.1.5"
17463source = "registry+https://github.com/rust-lang/crates.io-index"
17464checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17465dependencies = [
17466 "zerofrom-derive",
17467]
17468
17469[[package]]
17470name = "zerofrom-derive"
17471version = "0.1.5"
17472source = "registry+https://github.com/rust-lang/crates.io-index"
17473checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17474dependencies = [
17475 "proc-macro2",
17476 "quote",
17477 "syn 2.0.100",
17478 "synstructure",
17479]
17480
17481[[package]]
17482name = "zeroize"
17483version = "1.8.1"
17484source = "registry+https://github.com/rust-lang/crates.io-index"
17485checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17486dependencies = [
17487 "zeroize_derive",
17488]
17489
17490[[package]]
17491name = "zeroize_derive"
17492version = "1.4.2"
17493source = "registry+https://github.com/rust-lang/crates.io-index"
17494checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17495dependencies = [
17496 "proc-macro2",
17497 "quote",
17498 "syn 2.0.100",
17499]
17500
17501[[package]]
17502name = "zeromq"
17503version = "0.5.0-pre"
17504source = "registry+https://github.com/rust-lang/crates.io-index"
17505checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17506dependencies = [
17507 "async-dispatcher",
17508 "async-std",
17509 "async-trait",
17510 "asynchronous-codec",
17511 "bytes 1.10.1",
17512 "crossbeam-queue",
17513 "dashmap 5.5.3",
17514 "futures 0.3.31",
17515 "log",
17516 "num-traits",
17517 "once_cell",
17518 "parking_lot",
17519 "rand 0.8.5",
17520 "regex",
17521 "thiserror 1.0.69",
17522 "uuid",
17523]
17524
17525[[package]]
17526name = "zerovec"
17527version = "0.10.4"
17528source = "registry+https://github.com/rust-lang/crates.io-index"
17529checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17530dependencies = [
17531 "yoke",
17532 "zerofrom",
17533 "zerovec-derive",
17534]
17535
17536[[package]]
17537name = "zerovec-derive"
17538version = "0.10.3"
17539source = "registry+https://github.com/rust-lang/crates.io-index"
17540checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17541dependencies = [
17542 "proc-macro2",
17543 "quote",
17544 "syn 2.0.100",
17545]
17546
17547[[package]]
17548name = "zeta"
17549version = "0.1.0"
17550dependencies = [
17551 "anyhow",
17552 "arrayvec",
17553 "call",
17554 "chrono",
17555 "client",
17556 "clock",
17557 "collections",
17558 "command_palette_hooks",
17559 "ctor",
17560 "db",
17561 "editor",
17562 "env_logger 0.11.7",
17563 "feature_flags",
17564 "fs",
17565 "futures 0.3.31",
17566 "gpui",
17567 "http_client",
17568 "indoc",
17569 "inline_completion",
17570 "language",
17571 "language_model",
17572 "log",
17573 "menu",
17574 "migrator",
17575 "paths",
17576 "postage",
17577 "project",
17578 "regex",
17579 "release_channel",
17580 "reqwest_client",
17581 "rpc",
17582 "serde",
17583 "serde_json",
17584 "settings",
17585 "telemetry",
17586 "telemetry_events",
17587 "theme",
17588 "thiserror 1.0.69",
17589 "tree-sitter-go",
17590 "tree-sitter-rust",
17591 "ui",
17592 "unindent",
17593 "util",
17594 "uuid",
17595 "workspace",
17596 "worktree",
17597 "zed_actions",
17598 "zed_llm_client",
17599]
17600
17601[[package]]
17602name = "zip"
17603version = "0.6.6"
17604source = "registry+https://github.com/rust-lang/crates.io-index"
17605checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17606dependencies = [
17607 "aes",
17608 "byteorder",
17609 "bzip2",
17610 "constant_time_eq 0.1.5",
17611 "crc32fast",
17612 "crossbeam-utils",
17613 "flate2",
17614 "hmac",
17615 "pbkdf2 0.11.0",
17616 "sha1",
17617 "time",
17618 "zstd",
17619]
17620
17621[[package]]
17622name = "zstd"
17623version = "0.11.2+zstd.1.5.2"
17624source = "registry+https://github.com/rust-lang/crates.io-index"
17625checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17626dependencies = [
17627 "zstd-safe",
17628]
17629
17630[[package]]
17631name = "zstd-safe"
17632version = "5.0.2+zstd.1.5.2"
17633source = "registry+https://github.com/rust-lang/crates.io-index"
17634checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17635dependencies = [
17636 "libc",
17637 "zstd-sys",
17638]
17639
17640[[package]]
17641name = "zstd-sys"
17642version = "2.0.13+zstd.1.5.6"
17643source = "registry+https://github.com/rust-lang/crates.io-index"
17644checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17645dependencies = [
17646 "cc",
17647 "pkg-config",
17648]
17649
17650[[package]]
17651name = "zune-core"
17652version = "0.4.12"
17653source = "registry+https://github.com/rust-lang/crates.io-index"
17654checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17655
17656[[package]]
17657name = "zune-inflate"
17658version = "0.2.54"
17659source = "registry+https://github.com/rust-lang/crates.io-index"
17660checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17661dependencies = [
17662 "simd-adler32",
17663]
17664
17665[[package]]
17666name = "zune-jpeg"
17667version = "0.4.13"
17668source = "registry+https://github.com/rust-lang/crates.io-index"
17669checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17670dependencies = [
17671 "zune-core",
17672]
17673
17674[[package]]
17675name = "zvariant"
17676version = "5.4.0"
17677source = "registry+https://github.com/rust-lang/crates.io-index"
17678checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17679dependencies = [
17680 "endi",
17681 "enumflags2",
17682 "serde",
17683 "static_assertions",
17684 "url",
17685 "winnow 0.7.1",
17686 "zvariant_derive",
17687 "zvariant_utils",
17688]
17689
17690[[package]]
17691name = "zvariant_derive"
17692version = "5.4.0"
17693source = "registry+https://github.com/rust-lang/crates.io-index"
17694checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17695dependencies = [
17696 "proc-macro-crate",
17697 "proc-macro2",
17698 "quote",
17699 "syn 2.0.100",
17700 "zvariant_utils",
17701]
17702
17703[[package]]
17704name = "zvariant_utils"
17705version = "3.2.0"
17706source = "registry+https://github.com/rust-lang/crates.io-index"
17707checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17708dependencies = [
17709 "proc-macro2",
17710 "quote",
17711 "serde",
17712 "static_assertions",
17713 "syn 2.0.100",
17714 "winnow 0.7.1",
17715]