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_settings"
571version = "0.1.0"
572dependencies = [
573 "anthropic",
574 "anyhow",
575 "deepseek",
576 "feature_flags",
577 "fs",
578 "gpui",
579 "language_model",
580 "lmstudio",
581 "log",
582 "ollama",
583 "open_ai",
584 "paths",
585 "schemars",
586 "serde",
587 "serde_json_lenient",
588 "settings",
589]
590
591[[package]]
592name = "assistant_slash_command"
593version = "0.1.0"
594dependencies = [
595 "anyhow",
596 "async-trait",
597 "collections",
598 "derive_more",
599 "extension",
600 "futures 0.3.31",
601 "gpui",
602 "language",
603 "language_model",
604 "parking_lot",
605 "pretty_assertions",
606 "serde",
607 "serde_json",
608 "ui",
609 "workspace",
610]
611
612[[package]]
613name = "assistant_slash_commands"
614version = "0.1.0"
615dependencies = [
616 "anyhow",
617 "assistant_slash_command",
618 "cargo_toml",
619 "chrono",
620 "collections",
621 "context_server",
622 "editor",
623 "env_logger 0.11.7",
624 "feature_flags",
625 "fs",
626 "futures 0.3.31",
627 "fuzzy",
628 "globset",
629 "gpui",
630 "html_to_markdown",
631 "http_client",
632 "indexed_docs",
633 "language",
634 "language_model",
635 "log",
636 "pretty_assertions",
637 "project",
638 "prompt_store",
639 "rope",
640 "schemars",
641 "semantic_index",
642 "serde",
643 "serde_json",
644 "settings",
645 "smol",
646 "terminal_view",
647 "text",
648 "toml 0.8.20",
649 "ui",
650 "util",
651 "workspace",
652 "worktree",
653]
654
655[[package]]
656name = "assistant_tool"
657version = "0.1.0"
658dependencies = [
659 "anyhow",
660 "collections",
661 "derive_more",
662 "gpui",
663 "language",
664 "language_model",
665 "parking_lot",
666 "project",
667 "serde",
668 "serde_json",
669]
670
671[[package]]
672name = "assistant_tools"
673version = "0.1.0"
674dependencies = [
675 "anyhow",
676 "assistant_tool",
677 "chrono",
678 "collections",
679 "feature_flags",
680 "futures 0.3.31",
681 "gpui",
682 "language",
683 "language_model",
684 "project",
685 "rand 0.8.5",
686 "release_channel",
687 "schemars",
688 "serde",
689 "serde_json",
690 "settings",
691 "theme",
692 "ui",
693 "util",
694 "workspace",
695]
696
697[[package]]
698name = "async-attributes"
699version = "1.1.2"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
702dependencies = [
703 "quote",
704 "syn 1.0.109",
705]
706
707[[package]]
708name = "async-broadcast"
709version = "0.7.2"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
712dependencies = [
713 "event-listener 5.3.1",
714 "event-listener-strategy",
715 "futures-core",
716 "pin-project-lite",
717]
718
719[[package]]
720name = "async-channel"
721version = "1.9.0"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
724dependencies = [
725 "concurrent-queue",
726 "event-listener 2.5.3",
727 "futures-core",
728]
729
730[[package]]
731name = "async-channel"
732version = "2.3.1"
733source = "registry+https://github.com/rust-lang/crates.io-index"
734checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
735dependencies = [
736 "concurrent-queue",
737 "event-listener-strategy",
738 "futures-core",
739 "pin-project-lite",
740]
741
742[[package]]
743name = "async-compat"
744version = "0.2.4"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
747dependencies = [
748 "futures-core",
749 "futures-io",
750 "once_cell",
751 "pin-project-lite",
752 "tokio",
753]
754
755[[package]]
756name = "async-compression"
757version = "0.4.20"
758source = "registry+https://github.com/rust-lang/crates.io-index"
759checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861"
760dependencies = [
761 "deflate64",
762 "flate2",
763 "futures-core",
764 "futures-io",
765 "memchr",
766 "pin-project-lite",
767]
768
769[[package]]
770name = "async-dispatcher"
771version = "0.1.2"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
774dependencies = [
775 "async-task",
776 "futures-lite 1.13.0",
777]
778
779[[package]]
780name = "async-executor"
781version = "1.13.1"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
784dependencies = [
785 "async-task",
786 "concurrent-queue",
787 "fastrand 2.3.0",
788 "futures-lite 2.6.0",
789 "slab",
790]
791
792[[package]]
793name = "async-fs"
794version = "2.1.2"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
797dependencies = [
798 "async-lock",
799 "blocking",
800 "futures-lite 2.6.0",
801]
802
803[[package]]
804name = "async-global-executor"
805version = "2.4.1"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
808dependencies = [
809 "async-channel 2.3.1",
810 "async-executor",
811 "async-io",
812 "async-lock",
813 "blocking",
814 "futures-lite 2.6.0",
815 "once_cell",
816]
817
818[[package]]
819name = "async-io"
820version = "2.4.0"
821source = "registry+https://github.com/rust-lang/crates.io-index"
822checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
823dependencies = [
824 "async-lock",
825 "cfg-if",
826 "concurrent-queue",
827 "futures-io",
828 "futures-lite 2.6.0",
829 "parking",
830 "polling",
831 "rustix",
832 "slab",
833 "tracing",
834 "windows-sys 0.59.0",
835]
836
837[[package]]
838name = "async-lock"
839version = "3.4.0"
840source = "registry+https://github.com/rust-lang/crates.io-index"
841checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
842dependencies = [
843 "event-listener 5.3.1",
844 "event-listener-strategy",
845 "pin-project-lite",
846]
847
848[[package]]
849name = "async-native-tls"
850version = "0.5.0"
851source = "registry+https://github.com/rust-lang/crates.io-index"
852checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
853dependencies = [
854 "futures-util",
855 "native-tls",
856 "thiserror 1.0.69",
857 "url",
858]
859
860[[package]]
861name = "async-net"
862version = "2.0.0"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
865dependencies = [
866 "async-io",
867 "blocking",
868 "futures-lite 2.6.0",
869]
870
871[[package]]
872name = "async-pipe"
873version = "0.1.3"
874source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
875dependencies = [
876 "futures 0.3.31",
877 "log",
878]
879
880[[package]]
881name = "async-process"
882version = "2.3.0"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
885dependencies = [
886 "async-channel 2.3.1",
887 "async-io",
888 "async-lock",
889 "async-signal",
890 "async-task",
891 "blocking",
892 "cfg-if",
893 "event-listener 5.3.1",
894 "futures-lite 2.6.0",
895 "rustix",
896 "tracing",
897]
898
899[[package]]
900name = "async-recursion"
901version = "0.3.2"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
904dependencies = [
905 "proc-macro2",
906 "quote",
907 "syn 1.0.109",
908]
909
910[[package]]
911name = "async-recursion"
912version = "1.1.1"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
915dependencies = [
916 "proc-macro2",
917 "quote",
918 "syn 2.0.100",
919]
920
921[[package]]
922name = "async-signal"
923version = "0.2.10"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
926dependencies = [
927 "async-io",
928 "async-lock",
929 "atomic-waker",
930 "cfg-if",
931 "futures-core",
932 "futures-io",
933 "rustix",
934 "signal-hook-registry",
935 "slab",
936 "windows-sys 0.59.0",
937]
938
939[[package]]
940name = "async-std"
941version = "1.13.0"
942source = "registry+https://github.com/rust-lang/crates.io-index"
943checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
944dependencies = [
945 "async-attributes",
946 "async-channel 1.9.0",
947 "async-global-executor",
948 "async-io",
949 "async-lock",
950 "async-process",
951 "crossbeam-utils",
952 "futures-channel",
953 "futures-core",
954 "futures-io",
955 "futures-lite 2.6.0",
956 "gloo-timers",
957 "kv-log-macro",
958 "log",
959 "memchr",
960 "once_cell",
961 "pin-project-lite",
962 "pin-utils",
963 "slab",
964 "wasm-bindgen-futures",
965]
966
967[[package]]
968name = "async-stream"
969version = "0.3.6"
970source = "registry+https://github.com/rust-lang/crates.io-index"
971checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
972dependencies = [
973 "async-stream-impl",
974 "futures-core",
975 "pin-project-lite",
976]
977
978[[package]]
979name = "async-stream-impl"
980version = "0.3.6"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
983dependencies = [
984 "proc-macro2",
985 "quote",
986 "syn 2.0.100",
987]
988
989[[package]]
990name = "async-stripe"
991version = "0.40.0"
992source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
993dependencies = [
994 "chrono",
995 "futures-util",
996 "http-types",
997 "hyper 0.14.32",
998 "hyper-rustls 0.24.2",
999 "serde",
1000 "serde_json",
1001 "serde_path_to_error",
1002 "serde_qs 0.10.1",
1003 "smart-default",
1004 "smol_str",
1005 "thiserror 1.0.69",
1006 "tokio",
1007]
1008
1009[[package]]
1010name = "async-tar"
1011version = "0.5.0"
1012source = "registry+https://github.com/rust-lang/crates.io-index"
1013checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
1014dependencies = [
1015 "async-std",
1016 "filetime",
1017 "libc",
1018 "pin-project",
1019 "redox_syscall 0.2.16",
1020 "xattr",
1021]
1022
1023[[package]]
1024name = "async-task"
1025version = "4.7.1"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
1028
1029[[package]]
1030name = "async-tls"
1031version = "0.13.0"
1032source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
1033dependencies = [
1034 "futures-core",
1035 "futures-io",
1036 "rustls 0.23.23",
1037 "rustls-pemfile 2.2.0",
1038 "webpki-roots",
1039]
1040
1041[[package]]
1042name = "async-trait"
1043version = "0.1.87"
1044source = "registry+https://github.com/rust-lang/crates.io-index"
1045checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97"
1046dependencies = [
1047 "proc-macro2",
1048 "quote",
1049 "syn 2.0.100",
1050]
1051
1052[[package]]
1053name = "async-tungstenite"
1054version = "0.28.2"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1057dependencies = [
1058 "async-std",
1059 "async-tls",
1060 "atomic-waker",
1061 "futures-core",
1062 "futures-io",
1063 "futures-task",
1064 "futures-util",
1065 "log",
1066 "pin-project-lite",
1067 "tungstenite 0.24.0",
1068]
1069
1070[[package]]
1071name = "async-watch"
1072version = "0.3.1"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1075dependencies = [
1076 "event-listener 2.5.3",
1077]
1078
1079[[package]]
1080name = "async_zip"
1081version = "0.0.17"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1084dependencies = [
1085 "async-compression",
1086 "crc32fast",
1087 "futures-lite 2.6.0",
1088 "pin-project",
1089 "thiserror 1.0.69",
1090]
1091
1092[[package]]
1093name = "asynchronous-codec"
1094version = "0.7.0"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1097dependencies = [
1098 "bytes 1.10.1",
1099 "futures-sink",
1100 "futures-util",
1101 "memchr",
1102 "pin-project-lite",
1103]
1104
1105[[package]]
1106name = "atoi"
1107version = "2.0.0"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1110dependencies = [
1111 "num-traits",
1112]
1113
1114[[package]]
1115name = "atomic"
1116version = "0.5.3"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1119
1120[[package]]
1121name = "atomic-waker"
1122version = "1.1.2"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1125
1126[[package]]
1127name = "audio"
1128version = "0.1.0"
1129dependencies = [
1130 "anyhow",
1131 "collections",
1132 "derive_more",
1133 "gpui",
1134 "parking_lot",
1135 "rodio",
1136 "util",
1137]
1138
1139[[package]]
1140name = "auto_update"
1141version = "0.1.0"
1142dependencies = [
1143 "anyhow",
1144 "client",
1145 "db",
1146 "gpui",
1147 "http_client",
1148 "log",
1149 "paths",
1150 "release_channel",
1151 "schemars",
1152 "serde",
1153 "serde_json",
1154 "settings",
1155 "smol",
1156 "tempfile",
1157 "which 6.0.3",
1158 "workspace",
1159]
1160
1161[[package]]
1162name = "auto_update_ui"
1163version = "0.1.0"
1164dependencies = [
1165 "anyhow",
1166 "auto_update",
1167 "client",
1168 "editor",
1169 "gpui",
1170 "http_client",
1171 "markdown_preview",
1172 "release_channel",
1173 "serde",
1174 "serde_json",
1175 "smol",
1176 "util",
1177 "workspace",
1178]
1179
1180[[package]]
1181name = "autocfg"
1182version = "1.4.0"
1183source = "registry+https://github.com/rust-lang/crates.io-index"
1184checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1185
1186[[package]]
1187name = "av1-grain"
1188version = "0.2.3"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1191dependencies = [
1192 "anyhow",
1193 "arrayvec",
1194 "log",
1195 "nom",
1196 "num-rational",
1197 "v_frame",
1198]
1199
1200[[package]]
1201name = "avif-serialize"
1202version = "0.8.2"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1205dependencies = [
1206 "arrayvec",
1207]
1208
1209[[package]]
1210name = "aws-config"
1211version = "1.5.16"
1212source = "registry+https://github.com/rust-lang/crates.io-index"
1213checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
1214dependencies = [
1215 "aws-credential-types",
1216 "aws-runtime",
1217 "aws-sdk-sso",
1218 "aws-sdk-ssooidc",
1219 "aws-sdk-sts",
1220 "aws-smithy-async",
1221 "aws-smithy-http",
1222 "aws-smithy-json",
1223 "aws-smithy-runtime",
1224 "aws-smithy-runtime-api",
1225 "aws-smithy-types",
1226 "aws-types",
1227 "bytes 1.10.1",
1228 "fastrand 2.3.0",
1229 "hex",
1230 "http 0.2.12",
1231 "ring",
1232 "time",
1233 "tokio",
1234 "tracing",
1235 "url",
1236 "zeroize",
1237]
1238
1239[[package]]
1240name = "aws-credential-types"
1241version = "1.2.1"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1244dependencies = [
1245 "aws-smithy-async",
1246 "aws-smithy-runtime-api",
1247 "aws-smithy-types",
1248 "zeroize",
1249]
1250
1251[[package]]
1252name = "aws-lc-rs"
1253version = "1.12.6"
1254source = "registry+https://github.com/rust-lang/crates.io-index"
1255checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
1256dependencies = [
1257 "aws-lc-sys",
1258 "zeroize",
1259]
1260
1261[[package]]
1262name = "aws-lc-sys"
1263version = "0.27.0"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
1266dependencies = [
1267 "bindgen 0.69.5",
1268 "cc",
1269 "cmake",
1270 "dunce",
1271 "fs_extra",
1272]
1273
1274[[package]]
1275name = "aws-runtime"
1276version = "1.5.5"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
1279dependencies = [
1280 "aws-credential-types",
1281 "aws-sigv4",
1282 "aws-smithy-async",
1283 "aws-smithy-eventstream",
1284 "aws-smithy-http",
1285 "aws-smithy-runtime",
1286 "aws-smithy-runtime-api",
1287 "aws-smithy-types",
1288 "aws-types",
1289 "bytes 1.10.1",
1290 "fastrand 2.3.0",
1291 "http 0.2.12",
1292 "http-body 0.4.6",
1293 "once_cell",
1294 "percent-encoding",
1295 "pin-project-lite",
1296 "tracing",
1297 "uuid",
1298]
1299
1300[[package]]
1301name = "aws-sdk-bedrockruntime"
1302version = "1.74.0"
1303source = "registry+https://github.com/rust-lang/crates.io-index"
1304checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
1305dependencies = [
1306 "aws-credential-types",
1307 "aws-runtime",
1308 "aws-smithy-async",
1309 "aws-smithy-eventstream",
1310 "aws-smithy-http",
1311 "aws-smithy-json",
1312 "aws-smithy-runtime",
1313 "aws-smithy-runtime-api",
1314 "aws-smithy-types",
1315 "aws-types",
1316 "bytes 1.10.1",
1317 "fastrand 2.3.0",
1318 "http 0.2.12",
1319 "once_cell",
1320 "regex-lite",
1321 "tracing",
1322]
1323
1324[[package]]
1325name = "aws-sdk-kinesis"
1326version = "1.61.0"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
1329dependencies = [
1330 "aws-credential-types",
1331 "aws-runtime",
1332 "aws-smithy-async",
1333 "aws-smithy-http",
1334 "aws-smithy-json",
1335 "aws-smithy-runtime",
1336 "aws-smithy-runtime-api",
1337 "aws-smithy-types",
1338 "aws-types",
1339 "bytes 1.10.1",
1340 "http 0.2.12",
1341 "once_cell",
1342 "regex-lite",
1343 "tracing",
1344]
1345
1346[[package]]
1347name = "aws-sdk-s3"
1348version = "1.76.0"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
1351dependencies = [
1352 "aws-credential-types",
1353 "aws-runtime",
1354 "aws-sigv4",
1355 "aws-smithy-async",
1356 "aws-smithy-checksums",
1357 "aws-smithy-eventstream",
1358 "aws-smithy-http",
1359 "aws-smithy-json",
1360 "aws-smithy-runtime",
1361 "aws-smithy-runtime-api",
1362 "aws-smithy-types",
1363 "aws-smithy-xml",
1364 "aws-types",
1365 "bytes 1.10.1",
1366 "fastrand 2.3.0",
1367 "hex",
1368 "hmac",
1369 "http 0.2.12",
1370 "http-body 0.4.6",
1371 "lru",
1372 "once_cell",
1373 "percent-encoding",
1374 "regex-lite",
1375 "sha2",
1376 "tracing",
1377 "url",
1378]
1379
1380[[package]]
1381name = "aws-sdk-sso"
1382version = "1.58.0"
1383source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
1385dependencies = [
1386 "aws-credential-types",
1387 "aws-runtime",
1388 "aws-smithy-async",
1389 "aws-smithy-http",
1390 "aws-smithy-json",
1391 "aws-smithy-runtime",
1392 "aws-smithy-runtime-api",
1393 "aws-smithy-types",
1394 "aws-types",
1395 "bytes 1.10.1",
1396 "http 0.2.12",
1397 "once_cell",
1398 "regex-lite",
1399 "tracing",
1400]
1401
1402[[package]]
1403name = "aws-sdk-ssooidc"
1404version = "1.59.0"
1405source = "registry+https://github.com/rust-lang/crates.io-index"
1406checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
1407dependencies = [
1408 "aws-credential-types",
1409 "aws-runtime",
1410 "aws-smithy-async",
1411 "aws-smithy-http",
1412 "aws-smithy-json",
1413 "aws-smithy-runtime",
1414 "aws-smithy-runtime-api",
1415 "aws-smithy-types",
1416 "aws-types",
1417 "bytes 1.10.1",
1418 "http 0.2.12",
1419 "once_cell",
1420 "regex-lite",
1421 "tracing",
1422]
1423
1424[[package]]
1425name = "aws-sdk-sts"
1426version = "1.59.0"
1427source = "registry+https://github.com/rust-lang/crates.io-index"
1428checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
1429dependencies = [
1430 "aws-credential-types",
1431 "aws-runtime",
1432 "aws-smithy-async",
1433 "aws-smithy-http",
1434 "aws-smithy-json",
1435 "aws-smithy-query",
1436 "aws-smithy-runtime",
1437 "aws-smithy-runtime-api",
1438 "aws-smithy-types",
1439 "aws-smithy-xml",
1440 "aws-types",
1441 "http 0.2.12",
1442 "once_cell",
1443 "regex-lite",
1444 "tracing",
1445]
1446
1447[[package]]
1448name = "aws-sigv4"
1449version = "1.2.9"
1450source = "registry+https://github.com/rust-lang/crates.io-index"
1451checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
1452dependencies = [
1453 "aws-credential-types",
1454 "aws-smithy-eventstream",
1455 "aws-smithy-http",
1456 "aws-smithy-runtime-api",
1457 "aws-smithy-types",
1458 "bytes 1.10.1",
1459 "crypto-bigint 0.5.5",
1460 "form_urlencoded",
1461 "hex",
1462 "hmac",
1463 "http 0.2.12",
1464 "http 1.2.0",
1465 "once_cell",
1466 "p256",
1467 "percent-encoding",
1468 "ring",
1469 "sha2",
1470 "subtle",
1471 "time",
1472 "tracing",
1473 "zeroize",
1474]
1475
1476[[package]]
1477name = "aws-smithy-async"
1478version = "1.2.4"
1479source = "registry+https://github.com/rust-lang/crates.io-index"
1480checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1481dependencies = [
1482 "futures-util",
1483 "pin-project-lite",
1484 "tokio",
1485]
1486
1487[[package]]
1488name = "aws-smithy-checksums"
1489version = "0.62.0"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1492dependencies = [
1493 "aws-smithy-http",
1494 "aws-smithy-types",
1495 "bytes 1.10.1",
1496 "crc32c",
1497 "crc32fast",
1498 "crc64fast-nvme",
1499 "hex",
1500 "http 0.2.12",
1501 "http-body 0.4.6",
1502 "md-5",
1503 "pin-project-lite",
1504 "sha1",
1505 "sha2",
1506 "tracing",
1507]
1508
1509[[package]]
1510name = "aws-smithy-eventstream"
1511version = "0.60.6"
1512source = "registry+https://github.com/rust-lang/crates.io-index"
1513checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1514dependencies = [
1515 "aws-smithy-types",
1516 "bytes 1.10.1",
1517 "crc32fast",
1518]
1519
1520[[package]]
1521name = "aws-smithy-http"
1522version = "0.60.12"
1523source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1525dependencies = [
1526 "aws-smithy-eventstream",
1527 "aws-smithy-runtime-api",
1528 "aws-smithy-types",
1529 "bytes 1.10.1",
1530 "bytes-utils",
1531 "futures-core",
1532 "http 0.2.12",
1533 "http-body 0.4.6",
1534 "once_cell",
1535 "percent-encoding",
1536 "pin-project-lite",
1537 "pin-utils",
1538 "tracing",
1539]
1540
1541[[package]]
1542name = "aws-smithy-json"
1543version = "0.61.2"
1544source = "registry+https://github.com/rust-lang/crates.io-index"
1545checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1546dependencies = [
1547 "aws-smithy-types",
1548]
1549
1550[[package]]
1551name = "aws-smithy-query"
1552version = "0.60.7"
1553source = "registry+https://github.com/rust-lang/crates.io-index"
1554checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1555dependencies = [
1556 "aws-smithy-types",
1557 "urlencoding",
1558]
1559
1560[[package]]
1561name = "aws-smithy-runtime"
1562version = "1.7.8"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
1565dependencies = [
1566 "aws-smithy-async",
1567 "aws-smithy-http",
1568 "aws-smithy-runtime-api",
1569 "aws-smithy-types",
1570 "bytes 1.10.1",
1571 "fastrand 2.3.0",
1572 "h2 0.3.26",
1573 "http 0.2.12",
1574 "http-body 0.4.6",
1575 "http-body 1.0.1",
1576 "httparse",
1577 "hyper 0.14.32",
1578 "hyper-rustls 0.24.2",
1579 "once_cell",
1580 "pin-project-lite",
1581 "pin-utils",
1582 "rustls 0.21.12",
1583 "tokio",
1584 "tracing",
1585]
1586
1587[[package]]
1588name = "aws-smithy-runtime-api"
1589version = "1.7.3"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1592dependencies = [
1593 "aws-smithy-async",
1594 "aws-smithy-types",
1595 "bytes 1.10.1",
1596 "http 0.2.12",
1597 "http 1.2.0",
1598 "pin-project-lite",
1599 "tokio",
1600 "tracing",
1601 "zeroize",
1602]
1603
1604[[package]]
1605name = "aws-smithy-types"
1606version = "1.2.13"
1607source = "registry+https://github.com/rust-lang/crates.io-index"
1608checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
1609dependencies = [
1610 "base64-simd",
1611 "bytes 1.10.1",
1612 "bytes-utils",
1613 "futures-core",
1614 "http 0.2.12",
1615 "http 1.2.0",
1616 "http-body 0.4.6",
1617 "http-body 1.0.1",
1618 "http-body-util",
1619 "itoa",
1620 "num-integer",
1621 "pin-project-lite",
1622 "pin-utils",
1623 "ryu",
1624 "serde",
1625 "time",
1626 "tokio",
1627 "tokio-util",
1628]
1629
1630[[package]]
1631name = "aws-smithy-xml"
1632version = "0.60.9"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1635dependencies = [
1636 "xmlparser",
1637]
1638
1639[[package]]
1640name = "aws-types"
1641version = "1.3.5"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
1644dependencies = [
1645 "aws-credential-types",
1646 "aws-smithy-async",
1647 "aws-smithy-runtime-api",
1648 "aws-smithy-types",
1649 "rustc_version",
1650 "tracing",
1651]
1652
1653[[package]]
1654name = "aws_http_client"
1655version = "0.1.0"
1656dependencies = [
1657 "aws-smithy-runtime-api",
1658 "aws-smithy-types",
1659 "futures 0.3.31",
1660 "http_client",
1661 "tokio",
1662]
1663
1664[[package]]
1665name = "axum"
1666version = "0.6.20"
1667source = "registry+https://github.com/rust-lang/crates.io-index"
1668checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1669dependencies = [
1670 "async-trait",
1671 "axum-core",
1672 "base64 0.21.7",
1673 "bitflags 1.3.2",
1674 "bytes 1.10.1",
1675 "futures-util",
1676 "headers",
1677 "http 0.2.12",
1678 "http-body 0.4.6",
1679 "hyper 0.14.32",
1680 "itoa",
1681 "matchit",
1682 "memchr",
1683 "mime",
1684 "percent-encoding",
1685 "pin-project-lite",
1686 "rustversion",
1687 "serde",
1688 "serde_json",
1689 "serde_path_to_error",
1690 "serde_urlencoded",
1691 "sha1",
1692 "sync_wrapper 0.1.2",
1693 "tokio",
1694 "tokio-tungstenite 0.20.1",
1695 "tower",
1696 "tower-layer",
1697 "tower-service",
1698]
1699
1700[[package]]
1701name = "axum-core"
1702version = "0.3.4"
1703source = "registry+https://github.com/rust-lang/crates.io-index"
1704checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1705dependencies = [
1706 "async-trait",
1707 "bytes 1.10.1",
1708 "futures-util",
1709 "http 0.2.12",
1710 "http-body 0.4.6",
1711 "mime",
1712 "rustversion",
1713 "tower-layer",
1714 "tower-service",
1715]
1716
1717[[package]]
1718name = "axum-extra"
1719version = "0.4.2"
1720source = "registry+https://github.com/rust-lang/crates.io-index"
1721checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1722dependencies = [
1723 "axum",
1724 "bytes 1.10.1",
1725 "futures-util",
1726 "http 0.2.12",
1727 "mime",
1728 "pin-project-lite",
1729 "serde",
1730 "serde_json",
1731 "tokio",
1732 "tower",
1733 "tower-http 0.3.5",
1734 "tower-layer",
1735 "tower-service",
1736]
1737
1738[[package]]
1739name = "backtrace"
1740version = "0.3.74"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1743dependencies = [
1744 "addr2line",
1745 "cfg-if",
1746 "libc",
1747 "miniz_oxide",
1748 "object",
1749 "rustc-demangle",
1750 "windows-targets 0.52.6",
1751]
1752
1753[[package]]
1754name = "base16ct"
1755version = "0.1.1"
1756source = "registry+https://github.com/rust-lang/crates.io-index"
1757checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1758
1759[[package]]
1760name = "base64"
1761version = "0.13.1"
1762source = "registry+https://github.com/rust-lang/crates.io-index"
1763checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1764
1765[[package]]
1766name = "base64"
1767version = "0.21.7"
1768source = "registry+https://github.com/rust-lang/crates.io-index"
1769checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1770
1771[[package]]
1772name = "base64"
1773version = "0.22.1"
1774source = "registry+https://github.com/rust-lang/crates.io-index"
1775checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1776
1777[[package]]
1778name = "base64-simd"
1779version = "0.8.0"
1780source = "registry+https://github.com/rust-lang/crates.io-index"
1781checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1782dependencies = [
1783 "outref",
1784 "vsimd",
1785]
1786
1787[[package]]
1788name = "base64ct"
1789version = "1.6.0"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1792
1793[[package]]
1794name = "bedrock"
1795version = "0.1.0"
1796dependencies = [
1797 "anyhow",
1798 "aws-sdk-bedrockruntime",
1799 "aws-smithy-types",
1800 "futures 0.3.31",
1801 "schemars",
1802 "serde",
1803 "serde_json",
1804 "strum",
1805 "thiserror 1.0.69",
1806 "tokio",
1807]
1808
1809[[package]]
1810name = "bigdecimal"
1811version = "0.4.7"
1812source = "registry+https://github.com/rust-lang/crates.io-index"
1813checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1814dependencies = [
1815 "autocfg",
1816 "libm",
1817 "num-bigint",
1818 "num-integer",
1819 "num-traits",
1820 "serde",
1821]
1822
1823[[package]]
1824name = "bincode"
1825version = "1.3.3"
1826source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1828dependencies = [
1829 "serde",
1830]
1831
1832[[package]]
1833name = "bindgen"
1834version = "0.69.5"
1835source = "registry+https://github.com/rust-lang/crates.io-index"
1836checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
1837dependencies = [
1838 "bitflags 2.8.0",
1839 "cexpr",
1840 "clang-sys",
1841 "itertools 0.12.1",
1842 "lazy_static",
1843 "lazycell",
1844 "log",
1845 "prettyplease",
1846 "proc-macro2",
1847 "quote",
1848 "regex",
1849 "rustc-hash 1.1.0",
1850 "shlex",
1851 "syn 2.0.100",
1852 "which 4.4.2",
1853]
1854
1855[[package]]
1856name = "bindgen"
1857version = "0.70.1"
1858source = "registry+https://github.com/rust-lang/crates.io-index"
1859checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1860dependencies = [
1861 "bitflags 2.8.0",
1862 "cexpr",
1863 "clang-sys",
1864 "itertools 0.12.1",
1865 "log",
1866 "prettyplease",
1867 "proc-macro2",
1868 "quote",
1869 "regex",
1870 "rustc-hash 1.1.0",
1871 "shlex",
1872 "syn 2.0.100",
1873]
1874
1875[[package]]
1876name = "bit-set"
1877version = "0.5.3"
1878source = "registry+https://github.com/rust-lang/crates.io-index"
1879checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1880dependencies = [
1881 "bit-vec 0.6.3",
1882]
1883
1884[[package]]
1885name = "bit-set"
1886version = "0.8.0"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1889dependencies = [
1890 "bit-vec 0.8.0",
1891]
1892
1893[[package]]
1894name = "bit-vec"
1895version = "0.6.3"
1896source = "registry+https://github.com/rust-lang/crates.io-index"
1897checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1898
1899[[package]]
1900name = "bit-vec"
1901version = "0.8.0"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1904
1905[[package]]
1906name = "bit_field"
1907version = "0.10.2"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1910
1911[[package]]
1912name = "bitflags"
1913version = "1.3.2"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1916
1917[[package]]
1918name = "bitflags"
1919version = "2.8.0"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1922dependencies = [
1923 "serde",
1924]
1925
1926[[package]]
1927name = "bitstream-io"
1928version = "2.6.0"
1929source = "registry+https://github.com/rust-lang/crates.io-index"
1930checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1931
1932[[package]]
1933name = "bitvec"
1934version = "1.0.1"
1935source = "registry+https://github.com/rust-lang/crates.io-index"
1936checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1937dependencies = [
1938 "funty",
1939 "radium",
1940 "tap",
1941 "wyz",
1942]
1943
1944[[package]]
1945name = "blade-graphics"
1946version = "0.6.0"
1947source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1948dependencies = [
1949 "ash",
1950 "ash-window",
1951 "bitflags 2.8.0",
1952 "bytemuck",
1953 "codespan-reporting",
1954 "glow",
1955 "gpu-alloc",
1956 "gpu-alloc-ash",
1957 "hidden-trait",
1958 "js-sys",
1959 "khronos-egl",
1960 "libloading",
1961 "log",
1962 "mint",
1963 "naga",
1964 "objc2",
1965 "objc2-app-kit",
1966 "objc2-foundation",
1967 "objc2-metal",
1968 "objc2-quartz-core",
1969 "objc2-ui-kit",
1970 "raw-window-handle",
1971 "slab",
1972 "wasm-bindgen",
1973 "web-sys",
1974]
1975
1976[[package]]
1977name = "blade-macros"
1978version = "0.3.0"
1979source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1980dependencies = [
1981 "proc-macro2",
1982 "quote",
1983 "syn 2.0.100",
1984]
1985
1986[[package]]
1987name = "blade-util"
1988version = "0.2.0"
1989source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
1990dependencies = [
1991 "blade-graphics",
1992 "bytemuck",
1993 "log",
1994 "profiling",
1995]
1996
1997[[package]]
1998name = "blake3"
1999version = "1.6.1"
2000source = "registry+https://github.com/rust-lang/crates.io-index"
2001checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
2002dependencies = [
2003 "arrayref",
2004 "arrayvec",
2005 "cc",
2006 "cfg-if",
2007 "constant_time_eq 0.3.1",
2008]
2009
2010[[package]]
2011name = "block"
2012version = "0.1.6"
2013source = "registry+https://github.com/rust-lang/crates.io-index"
2014checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2015
2016[[package]]
2017name = "block-buffer"
2018version = "0.10.4"
2019source = "registry+https://github.com/rust-lang/crates.io-index"
2020checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2021dependencies = [
2022 "generic-array",
2023]
2024
2025[[package]]
2026name = "block-padding"
2027version = "0.3.3"
2028source = "registry+https://github.com/rust-lang/crates.io-index"
2029checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
2030dependencies = [
2031 "generic-array",
2032]
2033
2034[[package]]
2035name = "block2"
2036version = "0.5.1"
2037source = "registry+https://github.com/rust-lang/crates.io-index"
2038checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
2039dependencies = [
2040 "objc2",
2041]
2042
2043[[package]]
2044name = "blocking"
2045version = "1.6.1"
2046source = "registry+https://github.com/rust-lang/crates.io-index"
2047checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2048dependencies = [
2049 "async-channel 2.3.1",
2050 "async-task",
2051 "futures-io",
2052 "futures-lite 2.6.0",
2053 "piper",
2054]
2055
2056[[package]]
2057name = "borsh"
2058version = "1.5.3"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
2061dependencies = [
2062 "borsh-derive",
2063 "cfg_aliases 0.2.1",
2064]
2065
2066[[package]]
2067name = "borsh-derive"
2068version = "1.5.3"
2069source = "registry+https://github.com/rust-lang/crates.io-index"
2070checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
2071dependencies = [
2072 "once_cell",
2073 "proc-macro-crate",
2074 "proc-macro2",
2075 "quote",
2076 "syn 2.0.100",
2077]
2078
2079[[package]]
2080name = "breadcrumbs"
2081version = "0.1.0"
2082dependencies = [
2083 "editor",
2084 "gpui",
2085 "itertools 0.14.0",
2086 "theme",
2087 "ui",
2088 "workspace",
2089 "zed_actions",
2090]
2091
2092[[package]]
2093name = "bstr"
2094version = "1.11.1"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
2097dependencies = [
2098 "memchr",
2099 "regex-automata 0.4.9",
2100 "serde",
2101]
2102
2103[[package]]
2104name = "buffer_diff"
2105version = "0.1.0"
2106dependencies = [
2107 "anyhow",
2108 "clock",
2109 "ctor",
2110 "env_logger 0.11.7",
2111 "futures 0.3.31",
2112 "git2",
2113 "gpui",
2114 "language",
2115 "log",
2116 "pretty_assertions",
2117 "rand 0.8.5",
2118 "rope",
2119 "serde_json",
2120 "sum_tree",
2121 "text",
2122 "unindent",
2123 "util",
2124]
2125
2126[[package]]
2127name = "built"
2128version = "0.7.5"
2129source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
2131
2132[[package]]
2133name = "bumpalo"
2134version = "3.16.0"
2135source = "registry+https://github.com/rust-lang/crates.io-index"
2136checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2137dependencies = [
2138 "allocator-api2",
2139]
2140
2141[[package]]
2142name = "by_address"
2143version = "1.2.1"
2144source = "registry+https://github.com/rust-lang/crates.io-index"
2145checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2146
2147[[package]]
2148name = "bytecheck"
2149version = "0.6.12"
2150source = "registry+https://github.com/rust-lang/crates.io-index"
2151checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2152dependencies = [
2153 "bytecheck_derive",
2154 "ptr_meta",
2155 "simdutf8",
2156]
2157
2158[[package]]
2159name = "bytecheck_derive"
2160version = "0.6.12"
2161source = "registry+https://github.com/rust-lang/crates.io-index"
2162checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2163dependencies = [
2164 "proc-macro2",
2165 "quote",
2166 "syn 1.0.109",
2167]
2168
2169[[package]]
2170name = "bytemuck"
2171version = "1.21.0"
2172source = "registry+https://github.com/rust-lang/crates.io-index"
2173checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2174dependencies = [
2175 "bytemuck_derive",
2176]
2177
2178[[package]]
2179name = "bytemuck_derive"
2180version = "1.8.0"
2181source = "registry+https://github.com/rust-lang/crates.io-index"
2182checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2183dependencies = [
2184 "proc-macro2",
2185 "quote",
2186 "syn 2.0.100",
2187]
2188
2189[[package]]
2190name = "byteorder"
2191version = "1.5.0"
2192source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2194
2195[[package]]
2196name = "byteorder-lite"
2197version = "0.1.0"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2200
2201[[package]]
2202name = "bytes"
2203version = "0.4.12"
2204source = "registry+https://github.com/rust-lang/crates.io-index"
2205checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2206dependencies = [
2207 "byteorder",
2208 "iovec",
2209]
2210
2211[[package]]
2212name = "bytes"
2213version = "1.10.1"
2214source = "registry+https://github.com/rust-lang/crates.io-index"
2215checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2216
2217[[package]]
2218name = "bytes-utils"
2219version = "0.1.4"
2220source = "registry+https://github.com/rust-lang/crates.io-index"
2221checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2222dependencies = [
2223 "bytes 1.10.1",
2224 "either",
2225]
2226
2227[[package]]
2228name = "bzip2"
2229version = "0.4.4"
2230source = "registry+https://github.com/rust-lang/crates.io-index"
2231checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2232dependencies = [
2233 "bzip2-sys",
2234 "libc",
2235]
2236
2237[[package]]
2238name = "bzip2-sys"
2239version = "0.1.11+1.0.8"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2242dependencies = [
2243 "cc",
2244 "libc",
2245 "pkg-config",
2246]
2247
2248[[package]]
2249name = "call"
2250version = "0.1.0"
2251dependencies = [
2252 "anyhow",
2253 "audio",
2254 "client",
2255 "collections",
2256 "fs",
2257 "futures 0.3.31",
2258 "gpui",
2259 "http_client",
2260 "language",
2261 "livekit_client",
2262 "livekit_client_macos",
2263 "log",
2264 "postage",
2265 "project",
2266 "schemars",
2267 "serde",
2268 "serde_derive",
2269 "settings",
2270 "telemetry",
2271 "util",
2272]
2273
2274[[package]]
2275name = "calloop"
2276version = "0.13.0"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2279dependencies = [
2280 "bitflags 2.8.0",
2281 "log",
2282 "polling",
2283 "rustix",
2284 "slab",
2285 "thiserror 1.0.69",
2286]
2287
2288[[package]]
2289name = "calloop-wayland-source"
2290version = "0.3.0"
2291source = "registry+https://github.com/rust-lang/crates.io-index"
2292checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2293dependencies = [
2294 "calloop",
2295 "rustix",
2296 "wayland-backend",
2297 "wayland-client",
2298]
2299
2300[[package]]
2301name = "camino"
2302version = "1.1.9"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2305dependencies = [
2306 "serde",
2307]
2308
2309[[package]]
2310name = "cap-fs-ext"
2311version = "3.4.2"
2312source = "registry+https://github.com/rust-lang/crates.io-index"
2313checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2314dependencies = [
2315 "cap-primitives",
2316 "cap-std",
2317 "io-lifetimes",
2318 "windows-sys 0.59.0",
2319]
2320
2321[[package]]
2322name = "cap-net-ext"
2323version = "3.4.2"
2324source = "registry+https://github.com/rust-lang/crates.io-index"
2325checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2326dependencies = [
2327 "cap-primitives",
2328 "cap-std",
2329 "rustix",
2330 "smallvec",
2331]
2332
2333[[package]]
2334name = "cap-primitives"
2335version = "3.4.2"
2336source = "registry+https://github.com/rust-lang/crates.io-index"
2337checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2338dependencies = [
2339 "ambient-authority",
2340 "fs-set-times",
2341 "io-extras",
2342 "io-lifetimes",
2343 "ipnet",
2344 "maybe-owned",
2345 "rustix",
2346 "windows-sys 0.59.0",
2347 "winx",
2348]
2349
2350[[package]]
2351name = "cap-rand"
2352version = "3.4.2"
2353source = "registry+https://github.com/rust-lang/crates.io-index"
2354checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2355dependencies = [
2356 "ambient-authority",
2357 "rand 0.8.5",
2358]
2359
2360[[package]]
2361name = "cap-std"
2362version = "3.4.2"
2363source = "registry+https://github.com/rust-lang/crates.io-index"
2364checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2365dependencies = [
2366 "cap-primitives",
2367 "io-extras",
2368 "io-lifetimes",
2369 "rustix",
2370]
2371
2372[[package]]
2373name = "cap-time-ext"
2374version = "3.4.2"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2377dependencies = [
2378 "ambient-authority",
2379 "cap-primitives",
2380 "iana-time-zone",
2381 "once_cell",
2382 "rustix",
2383 "winx",
2384]
2385
2386[[package]]
2387name = "cargo-platform"
2388version = "0.1.9"
2389source = "registry+https://github.com/rust-lang/crates.io-index"
2390checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2391dependencies = [
2392 "serde",
2393]
2394
2395[[package]]
2396name = "cargo_metadata"
2397version = "0.19.2"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
2400dependencies = [
2401 "camino",
2402 "cargo-platform",
2403 "semver",
2404 "serde",
2405 "serde_json",
2406 "thiserror 2.0.6",
2407]
2408
2409[[package]]
2410name = "cargo_toml"
2411version = "0.21.0"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2414dependencies = [
2415 "serde",
2416 "toml 0.8.20",
2417]
2418
2419[[package]]
2420name = "cast"
2421version = "0.3.0"
2422source = "registry+https://github.com/rust-lang/crates.io-index"
2423checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2424
2425[[package]]
2426name = "cbc"
2427version = "0.1.2"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2430dependencies = [
2431 "cipher",
2432]
2433
2434[[package]]
2435name = "cbindgen"
2436version = "0.27.0"
2437source = "registry+https://github.com/rust-lang/crates.io-index"
2438checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2439dependencies = [
2440 "clap",
2441 "heck 0.4.1",
2442 "indexmap",
2443 "log",
2444 "proc-macro2",
2445 "quote",
2446 "serde",
2447 "serde_json",
2448 "syn 2.0.100",
2449 "tempfile",
2450 "toml 0.8.20",
2451]
2452
2453[[package]]
2454name = "cbindgen"
2455version = "0.28.0"
2456source = "registry+https://github.com/rust-lang/crates.io-index"
2457checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2458dependencies = [
2459 "heck 0.4.1",
2460 "indexmap",
2461 "log",
2462 "proc-macro2",
2463 "quote",
2464 "serde",
2465 "serde_json",
2466 "syn 2.0.100",
2467 "tempfile",
2468 "toml 0.8.20",
2469]
2470
2471[[package]]
2472name = "cc"
2473version = "1.2.12"
2474source = "registry+https://github.com/rust-lang/crates.io-index"
2475checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
2476dependencies = [
2477 "jobserver",
2478 "libc",
2479 "shlex",
2480]
2481
2482[[package]]
2483name = "cesu8"
2484version = "1.1.0"
2485source = "registry+https://github.com/rust-lang/crates.io-index"
2486checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2487
2488[[package]]
2489name = "cexpr"
2490version = "0.6.0"
2491source = "registry+https://github.com/rust-lang/crates.io-index"
2492checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2493dependencies = [
2494 "nom",
2495]
2496
2497[[package]]
2498name = "cfg-expr"
2499version = "0.15.8"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2502dependencies = [
2503 "smallvec",
2504 "target-lexicon 0.12.16",
2505]
2506
2507[[package]]
2508name = "cfg-if"
2509version = "1.0.0"
2510source = "registry+https://github.com/rust-lang/crates.io-index"
2511checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2512
2513[[package]]
2514name = "cfg_aliases"
2515version = "0.1.1"
2516source = "registry+https://github.com/rust-lang/crates.io-index"
2517checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2518
2519[[package]]
2520name = "cfg_aliases"
2521version = "0.2.1"
2522source = "registry+https://github.com/rust-lang/crates.io-index"
2523checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2524
2525[[package]]
2526name = "channel"
2527version = "0.1.0"
2528dependencies = [
2529 "anyhow",
2530 "client",
2531 "clock",
2532 "collections",
2533 "futures 0.3.31",
2534 "gpui",
2535 "http_client",
2536 "language",
2537 "log",
2538 "rand 0.8.5",
2539 "release_channel",
2540 "rpc",
2541 "settings",
2542 "sum_tree",
2543 "text",
2544 "time",
2545 "util",
2546]
2547
2548[[package]]
2549name = "chrono"
2550version = "0.4.40"
2551source = "registry+https://github.com/rust-lang/crates.io-index"
2552checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
2553dependencies = [
2554 "android-tzdata",
2555 "iana-time-zone",
2556 "js-sys",
2557 "num-traits",
2558 "serde",
2559 "wasm-bindgen",
2560 "windows-link",
2561]
2562
2563[[package]]
2564name = "chunked_transfer"
2565version = "1.5.0"
2566source = "registry+https://github.com/rust-lang/crates.io-index"
2567checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2568
2569[[package]]
2570name = "ciborium"
2571version = "0.2.2"
2572source = "registry+https://github.com/rust-lang/crates.io-index"
2573checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2574dependencies = [
2575 "ciborium-io",
2576 "ciborium-ll",
2577 "serde",
2578]
2579
2580[[package]]
2581name = "ciborium-io"
2582version = "0.2.2"
2583source = "registry+https://github.com/rust-lang/crates.io-index"
2584checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2585
2586[[package]]
2587name = "ciborium-ll"
2588version = "0.2.2"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2591dependencies = [
2592 "ciborium-io",
2593 "half",
2594]
2595
2596[[package]]
2597name = "cipher"
2598version = "0.4.4"
2599source = "registry+https://github.com/rust-lang/crates.io-index"
2600checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2601dependencies = [
2602 "crypto-common",
2603 "inout",
2604 "zeroize",
2605]
2606
2607[[package]]
2608name = "clang-sys"
2609version = "1.8.1"
2610source = "registry+https://github.com/rust-lang/crates.io-index"
2611checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2612dependencies = [
2613 "glob",
2614 "libc",
2615 "libloading",
2616]
2617
2618[[package]]
2619name = "clap"
2620version = "4.5.32"
2621source = "registry+https://github.com/rust-lang/crates.io-index"
2622checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
2623dependencies = [
2624 "clap_builder",
2625 "clap_derive",
2626]
2627
2628[[package]]
2629name = "clap_builder"
2630version = "4.5.32"
2631source = "registry+https://github.com/rust-lang/crates.io-index"
2632checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
2633dependencies = [
2634 "anstream",
2635 "anstyle",
2636 "clap_lex",
2637 "strsim",
2638 "terminal_size",
2639]
2640
2641[[package]]
2642name = "clap_complete"
2643version = "4.5.38"
2644source = "registry+https://github.com/rust-lang/crates.io-index"
2645checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2646dependencies = [
2647 "clap",
2648]
2649
2650[[package]]
2651name = "clap_derive"
2652version = "4.5.32"
2653source = "registry+https://github.com/rust-lang/crates.io-index"
2654checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
2655dependencies = [
2656 "heck 0.5.0",
2657 "proc-macro2",
2658 "quote",
2659 "syn 2.0.100",
2660]
2661
2662[[package]]
2663name = "clap_lex"
2664version = "0.7.4"
2665source = "registry+https://github.com/rust-lang/crates.io-index"
2666checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2667
2668[[package]]
2669name = "cli"
2670version = "0.1.0"
2671dependencies = [
2672 "anyhow",
2673 "clap",
2674 "collections",
2675 "core-foundation 0.9.4",
2676 "core-services",
2677 "exec",
2678 "fork",
2679 "ipc-channel",
2680 "parking_lot",
2681 "paths",
2682 "plist",
2683 "release_channel",
2684 "serde",
2685 "tempfile",
2686 "util",
2687 "windows 0.60.0",
2688]
2689
2690[[package]]
2691name = "client"
2692version = "0.1.0"
2693dependencies = [
2694 "anyhow",
2695 "async-native-tls",
2696 "async-recursion 0.3.2",
2697 "async-tungstenite",
2698 "chrono",
2699 "clock",
2700 "cocoa 0.26.0",
2701 "collections",
2702 "credentials_provider",
2703 "feature_flags",
2704 "futures 0.3.31",
2705 "gpui",
2706 "http_client",
2707 "log",
2708 "parking_lot",
2709 "paths",
2710 "postage",
2711 "rand 0.8.5",
2712 "release_channel",
2713 "rpc",
2714 "schemars",
2715 "serde",
2716 "serde_json",
2717 "settings",
2718 "sha2",
2719 "smol",
2720 "telemetry",
2721 "telemetry_events",
2722 "text",
2723 "thiserror 1.0.69",
2724 "time",
2725 "tiny_http",
2726 "tokio-socks",
2727 "url",
2728 "util",
2729 "windows 0.60.0",
2730 "worktree",
2731]
2732
2733[[package]]
2734name = "clock"
2735version = "0.1.0"
2736dependencies = [
2737 "parking_lot",
2738 "serde",
2739 "smallvec",
2740]
2741
2742[[package]]
2743name = "cmake"
2744version = "0.1.53"
2745source = "registry+https://github.com/rust-lang/crates.io-index"
2746checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
2747dependencies = [
2748 "cc",
2749]
2750
2751[[package]]
2752name = "cobs"
2753version = "0.2.3"
2754source = "registry+https://github.com/rust-lang/crates.io-index"
2755checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2756
2757[[package]]
2758name = "cocoa"
2759version = "0.25.0"
2760source = "registry+https://github.com/rust-lang/crates.io-index"
2761checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2762dependencies = [
2763 "bitflags 1.3.2",
2764 "block",
2765 "cocoa-foundation 0.1.2",
2766 "core-foundation 0.9.4",
2767 "core-graphics 0.23.2",
2768 "foreign-types 0.5.0",
2769 "libc",
2770 "objc",
2771]
2772
2773[[package]]
2774name = "cocoa"
2775version = "0.26.0"
2776source = "registry+https://github.com/rust-lang/crates.io-index"
2777checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2778dependencies = [
2779 "bitflags 2.8.0",
2780 "block",
2781 "cocoa-foundation 0.2.0",
2782 "core-foundation 0.10.0",
2783 "core-graphics 0.24.0",
2784 "foreign-types 0.5.0",
2785 "libc",
2786 "objc",
2787]
2788
2789[[package]]
2790name = "cocoa-foundation"
2791version = "0.1.2"
2792source = "registry+https://github.com/rust-lang/crates.io-index"
2793checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2794dependencies = [
2795 "bitflags 1.3.2",
2796 "block",
2797 "core-foundation 0.9.4",
2798 "core-graphics-types 0.1.3",
2799 "libc",
2800 "objc",
2801]
2802
2803[[package]]
2804name = "cocoa-foundation"
2805version = "0.2.0"
2806source = "registry+https://github.com/rust-lang/crates.io-index"
2807checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2808dependencies = [
2809 "bitflags 2.8.0",
2810 "block",
2811 "core-foundation 0.10.0",
2812 "core-graphics-types 0.2.0",
2813 "libc",
2814 "objc",
2815]
2816
2817[[package]]
2818name = "codespan-reporting"
2819version = "0.11.1"
2820source = "registry+https://github.com/rust-lang/crates.io-index"
2821checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2822dependencies = [
2823 "termcolor",
2824 "unicode-width",
2825]
2826
2827[[package]]
2828name = "collab"
2829version = "0.44.0"
2830dependencies = [
2831 "anthropic",
2832 "anyhow",
2833 "assistant",
2834 "assistant_context_editor",
2835 "assistant_slash_command",
2836 "assistant_tool",
2837 "async-stripe",
2838 "async-trait",
2839 "async-tungstenite",
2840 "audio",
2841 "aws-config",
2842 "aws-sdk-kinesis",
2843 "aws-sdk-s3",
2844 "axum",
2845 "axum-extra",
2846 "base64 0.22.1",
2847 "buffer_diff",
2848 "call",
2849 "channel",
2850 "chrono",
2851 "client",
2852 "clock",
2853 "collab_ui",
2854 "collections",
2855 "context_server",
2856 "ctor",
2857 "dashmap 6.1.0",
2858 "derive_more",
2859 "editor",
2860 "env_logger 0.11.7",
2861 "envy",
2862 "extension",
2863 "file_finder",
2864 "fs",
2865 "futures 0.3.31",
2866 "git",
2867 "git_hosting_providers",
2868 "git_ui",
2869 "google_ai",
2870 "gpui",
2871 "hex",
2872 "http_client",
2873 "hyper 0.14.32",
2874 "indoc",
2875 "jsonwebtoken",
2876 "language",
2877 "language_model",
2878 "livekit_api",
2879 "livekit_client",
2880 "livekit_client_macos",
2881 "log",
2882 "lsp",
2883 "menu",
2884 "multi_buffer",
2885 "nanoid",
2886 "node_runtime",
2887 "notifications",
2888 "open_ai",
2889 "parking_lot",
2890 "pretty_assertions",
2891 "project",
2892 "prometheus",
2893 "prompt_store",
2894 "prost 0.9.0",
2895 "rand 0.8.5",
2896 "recent_projects",
2897 "release_channel",
2898 "remote",
2899 "remote_server",
2900 "reqwest 0.11.27",
2901 "reqwest_client",
2902 "rpc",
2903 "rustc-demangle",
2904 "scrypt",
2905 "sea-orm",
2906 "semantic_version",
2907 "semver",
2908 "serde",
2909 "serde_derive",
2910 "serde_json",
2911 "session",
2912 "settings",
2913 "sha2",
2914 "sqlx",
2915 "strum",
2916 "subtle",
2917 "supermaven_api",
2918 "telemetry_events",
2919 "text",
2920 "theme",
2921 "thiserror 1.0.69",
2922 "time",
2923 "tokio",
2924 "toml 0.8.20",
2925 "tower",
2926 "tower-http 0.4.4",
2927 "tracing",
2928 "tracing-subscriber",
2929 "unindent",
2930 "util",
2931 "uuid",
2932 "workspace",
2933 "worktree",
2934]
2935
2936[[package]]
2937name = "collab_ui"
2938version = "0.1.0"
2939dependencies = [
2940 "anyhow",
2941 "call",
2942 "channel",
2943 "chrono",
2944 "client",
2945 "collections",
2946 "db",
2947 "editor",
2948 "emojis",
2949 "futures 0.3.31",
2950 "fuzzy",
2951 "gpui",
2952 "http_client",
2953 "language",
2954 "menu",
2955 "notifications",
2956 "picker",
2957 "pretty_assertions",
2958 "project",
2959 "release_channel",
2960 "rich_text",
2961 "rpc",
2962 "schemars",
2963 "serde",
2964 "serde_derive",
2965 "serde_json",
2966 "settings",
2967 "smallvec",
2968 "story",
2969 "telemetry",
2970 "theme",
2971 "time",
2972 "time_format",
2973 "title_bar",
2974 "tree-sitter-md",
2975 "ui",
2976 "util",
2977 "workspace",
2978]
2979
2980[[package]]
2981name = "collections"
2982version = "0.1.0"
2983dependencies = [
2984 "indexmap",
2985 "rustc-hash 2.1.1",
2986]
2987
2988[[package]]
2989name = "color_quant"
2990version = "1.1.0"
2991source = "registry+https://github.com/rust-lang/crates.io-index"
2992checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2993
2994[[package]]
2995name = "colorchoice"
2996version = "1.0.3"
2997source = "registry+https://github.com/rust-lang/crates.io-index"
2998checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2999
3000[[package]]
3001name = "combine"
3002version = "4.6.7"
3003source = "registry+https://github.com/rust-lang/crates.io-index"
3004checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
3005dependencies = [
3006 "bytes 1.10.1",
3007 "memchr",
3008]
3009
3010[[package]]
3011name = "command_palette"
3012version = "0.1.0"
3013dependencies = [
3014 "client",
3015 "collections",
3016 "command_palette_hooks",
3017 "ctor",
3018 "editor",
3019 "env_logger 0.11.7",
3020 "fuzzy",
3021 "go_to_line",
3022 "gpui",
3023 "language",
3024 "menu",
3025 "picker",
3026 "postage",
3027 "project",
3028 "serde",
3029 "serde_json",
3030 "settings",
3031 "telemetry",
3032 "theme",
3033 "ui",
3034 "util",
3035 "workspace",
3036 "zed_actions",
3037]
3038
3039[[package]]
3040name = "command_palette_hooks"
3041version = "0.1.0"
3042dependencies = [
3043 "collections",
3044 "derive_more",
3045 "gpui",
3046]
3047
3048[[package]]
3049name = "component"
3050version = "0.1.0"
3051dependencies = [
3052 "collections",
3053 "gpui",
3054 "linkme",
3055 "parking_lot",
3056 "theme",
3057]
3058
3059[[package]]
3060name = "component_preview"
3061version = "0.1.0"
3062dependencies = [
3063 "client",
3064 "collections",
3065 "component",
3066 "gpui",
3067 "languages",
3068 "notifications",
3069 "project",
3070 "ui",
3071 "workspace",
3072]
3073
3074[[package]]
3075name = "concurrent-queue"
3076version = "2.5.0"
3077source = "registry+https://github.com/rust-lang/crates.io-index"
3078checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
3079dependencies = [
3080 "crossbeam-utils",
3081]
3082
3083[[package]]
3084name = "console"
3085version = "0.15.8"
3086source = "registry+https://github.com/rust-lang/crates.io-index"
3087checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
3088dependencies = [
3089 "encode_unicode",
3090 "lazy_static",
3091 "libc",
3092 "unicode-width",
3093 "windows-sys 0.52.0",
3094]
3095
3096[[package]]
3097name = "const-oid"
3098version = "0.9.6"
3099source = "registry+https://github.com/rust-lang/crates.io-index"
3100checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
3101
3102[[package]]
3103name = "const-random"
3104version = "0.1.18"
3105source = "registry+https://github.com/rust-lang/crates.io-index"
3106checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
3107dependencies = [
3108 "const-random-macro",
3109]
3110
3111[[package]]
3112name = "const-random-macro"
3113version = "0.1.16"
3114source = "registry+https://github.com/rust-lang/crates.io-index"
3115checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
3116dependencies = [
3117 "getrandom 0.2.15",
3118 "once_cell",
3119 "tiny-keccak",
3120]
3121
3122[[package]]
3123name = "constant_time_eq"
3124version = "0.1.5"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
3127
3128[[package]]
3129name = "constant_time_eq"
3130version = "0.3.1"
3131source = "registry+https://github.com/rust-lang/crates.io-index"
3132checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
3133
3134[[package]]
3135name = "context_server"
3136version = "0.1.0"
3137dependencies = [
3138 "anyhow",
3139 "assistant_tool",
3140 "async-trait",
3141 "collections",
3142 "command_palette_hooks",
3143 "context_server_settings",
3144 "extension",
3145 "futures 0.3.31",
3146 "gpui",
3147 "language_model",
3148 "log",
3149 "parking_lot",
3150 "postage",
3151 "project",
3152 "serde",
3153 "serde_json",
3154 "settings",
3155 "smol",
3156 "url",
3157 "util",
3158]
3159
3160[[package]]
3161name = "context_server_settings"
3162version = "0.1.0"
3163dependencies = [
3164 "anyhow",
3165 "collections",
3166 "gpui",
3167 "schemars",
3168 "serde",
3169 "serde_json",
3170 "settings",
3171]
3172
3173[[package]]
3174name = "convert_case"
3175version = "0.4.0"
3176source = "registry+https://github.com/rust-lang/crates.io-index"
3177checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
3178
3179[[package]]
3180name = "convert_case"
3181version = "0.8.0"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
3184dependencies = [
3185 "unicode-segmentation",
3186]
3187
3188[[package]]
3189name = "copilot"
3190version = "0.1.0"
3191dependencies = [
3192 "anyhow",
3193 "async-compression",
3194 "async-std",
3195 "async-tar",
3196 "chrono",
3197 "client",
3198 "clock",
3199 "collections",
3200 "command_palette_hooks",
3201 "ctor",
3202 "editor",
3203 "env_logger 0.11.7",
3204 "fs",
3205 "futures 0.3.31",
3206 "gpui",
3207 "http_client",
3208 "indoc",
3209 "inline_completion",
3210 "language",
3211 "log",
3212 "lsp",
3213 "menu",
3214 "node_runtime",
3215 "parking_lot",
3216 "paths",
3217 "project",
3218 "rpc",
3219 "schemars",
3220 "serde",
3221 "serde_json",
3222 "settings",
3223 "smol",
3224 "strum",
3225 "task",
3226 "theme",
3227 "ui",
3228 "util",
3229 "workspace",
3230]
3231
3232[[package]]
3233name = "core-foundation"
3234version = "0.9.4"
3235source = "registry+https://github.com/rust-lang/crates.io-index"
3236checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3237dependencies = [
3238 "core-foundation-sys",
3239 "libc",
3240]
3241
3242[[package]]
3243name = "core-foundation"
3244version = "0.10.0"
3245source = "registry+https://github.com/rust-lang/crates.io-index"
3246checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3247dependencies = [
3248 "core-foundation-sys",
3249 "libc",
3250]
3251
3252[[package]]
3253name = "core-foundation-sys"
3254version = "0.8.7"
3255source = "registry+https://github.com/rust-lang/crates.io-index"
3256checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3257
3258[[package]]
3259name = "core-graphics"
3260version = "0.23.2"
3261source = "registry+https://github.com/rust-lang/crates.io-index"
3262checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3263dependencies = [
3264 "bitflags 1.3.2",
3265 "core-foundation 0.9.4",
3266 "core-graphics-types 0.1.3",
3267 "foreign-types 0.5.0",
3268 "libc",
3269]
3270
3271[[package]]
3272name = "core-graphics"
3273version = "0.24.0"
3274source = "registry+https://github.com/rust-lang/crates.io-index"
3275checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3276dependencies = [
3277 "bitflags 2.8.0",
3278 "core-foundation 0.10.0",
3279 "core-graphics-types 0.2.0",
3280 "foreign-types 0.5.0",
3281 "libc",
3282]
3283
3284[[package]]
3285name = "core-graphics-types"
3286version = "0.1.3"
3287source = "registry+https://github.com/rust-lang/crates.io-index"
3288checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3289dependencies = [
3290 "bitflags 1.3.2",
3291 "core-foundation 0.9.4",
3292 "libc",
3293]
3294
3295[[package]]
3296name = "core-graphics-types"
3297version = "0.2.0"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3300dependencies = [
3301 "bitflags 2.8.0",
3302 "core-foundation 0.10.0",
3303 "libc",
3304]
3305
3306[[package]]
3307name = "core-services"
3308version = "0.2.1"
3309source = "registry+https://github.com/rust-lang/crates.io-index"
3310checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3311dependencies = [
3312 "core-foundation 0.9.4",
3313]
3314
3315[[package]]
3316name = "core-text"
3317version = "20.1.0"
3318source = "registry+https://github.com/rust-lang/crates.io-index"
3319checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3320dependencies = [
3321 "core-foundation 0.9.4",
3322 "core-graphics 0.23.2",
3323 "foreign-types 0.5.0",
3324 "libc",
3325]
3326
3327[[package]]
3328name = "core_maths"
3329version = "0.1.1"
3330source = "registry+https://github.com/rust-lang/crates.io-index"
3331checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
3332dependencies = [
3333 "libm",
3334]
3335
3336[[package]]
3337name = "coreaudio-rs"
3338version = "0.11.3"
3339source = "registry+https://github.com/rust-lang/crates.io-index"
3340checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3341dependencies = [
3342 "bitflags 1.3.2",
3343 "core-foundation-sys",
3344 "coreaudio-sys",
3345]
3346
3347[[package]]
3348name = "coreaudio-rs"
3349version = "0.12.1"
3350source = "registry+https://github.com/rust-lang/crates.io-index"
3351checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3352dependencies = [
3353 "bitflags 1.3.2",
3354 "core-foundation-sys",
3355 "coreaudio-sys",
3356]
3357
3358[[package]]
3359name = "coreaudio-sys"
3360version = "0.2.16"
3361source = "registry+https://github.com/rust-lang/crates.io-index"
3362checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3363dependencies = [
3364 "bindgen 0.70.1",
3365]
3366
3367[[package]]
3368name = "cosmic-text"
3369version = "0.11.2"
3370source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3371dependencies = [
3372 "bitflags 2.8.0",
3373 "fontdb 0.18.0",
3374 "log",
3375 "rangemap",
3376 "rayon",
3377 "rustc-hash 1.1.0",
3378 "rustybuzz 0.14.1",
3379 "self_cell",
3380 "swash",
3381 "sys-locale",
3382 "ttf-parser 0.21.1",
3383 "unicode-bidi",
3384 "unicode-linebreak",
3385 "unicode-script",
3386 "unicode-segmentation",
3387]
3388
3389[[package]]
3390name = "cpal"
3391version = "0.15.3"
3392source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3393dependencies = [
3394 "alsa",
3395 "core-foundation-sys",
3396 "coreaudio-rs 0.11.3",
3397 "dasp_sample",
3398 "jni",
3399 "js-sys",
3400 "libc",
3401 "mach2",
3402 "ndk",
3403 "ndk-context",
3404 "oboe",
3405 "wasm-bindgen",
3406 "wasm-bindgen-futures",
3407 "web-sys",
3408 "windows 0.54.0",
3409]
3410
3411[[package]]
3412name = "cpp_demangle"
3413version = "0.4.4"
3414source = "registry+https://github.com/rust-lang/crates.io-index"
3415checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3416dependencies = [
3417 "cfg-if",
3418]
3419
3420[[package]]
3421name = "cpufeatures"
3422version = "0.2.16"
3423source = "registry+https://github.com/rust-lang/crates.io-index"
3424checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3425dependencies = [
3426 "libc",
3427]
3428
3429[[package]]
3430name = "cranelift-bforest"
3431version = "0.116.1"
3432source = "registry+https://github.com/rust-lang/crates.io-index"
3433checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
3434dependencies = [
3435 "cranelift-entity",
3436]
3437
3438[[package]]
3439name = "cranelift-bitset"
3440version = "0.116.1"
3441source = "registry+https://github.com/rust-lang/crates.io-index"
3442checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
3443dependencies = [
3444 "serde",
3445 "serde_derive",
3446]
3447
3448[[package]]
3449name = "cranelift-codegen"
3450version = "0.116.1"
3451source = "registry+https://github.com/rust-lang/crates.io-index"
3452checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
3453dependencies = [
3454 "bumpalo",
3455 "cranelift-bforest",
3456 "cranelift-bitset",
3457 "cranelift-codegen-meta",
3458 "cranelift-codegen-shared",
3459 "cranelift-control",
3460 "cranelift-entity",
3461 "cranelift-isle",
3462 "gimli",
3463 "hashbrown 0.14.5",
3464 "log",
3465 "regalloc2",
3466 "rustc-hash 2.1.1",
3467 "serde",
3468 "smallvec",
3469 "target-lexicon 0.13.2",
3470]
3471
3472[[package]]
3473name = "cranelift-codegen-meta"
3474version = "0.116.1"
3475source = "registry+https://github.com/rust-lang/crates.io-index"
3476checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
3477dependencies = [
3478 "cranelift-codegen-shared",
3479]
3480
3481[[package]]
3482name = "cranelift-codegen-shared"
3483version = "0.116.1"
3484source = "registry+https://github.com/rust-lang/crates.io-index"
3485checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
3486
3487[[package]]
3488name = "cranelift-control"
3489version = "0.116.1"
3490source = "registry+https://github.com/rust-lang/crates.io-index"
3491checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
3492dependencies = [
3493 "arbitrary",
3494]
3495
3496[[package]]
3497name = "cranelift-entity"
3498version = "0.116.1"
3499source = "registry+https://github.com/rust-lang/crates.io-index"
3500checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
3501dependencies = [
3502 "cranelift-bitset",
3503 "serde",
3504 "serde_derive",
3505]
3506
3507[[package]]
3508name = "cranelift-frontend"
3509version = "0.116.1"
3510source = "registry+https://github.com/rust-lang/crates.io-index"
3511checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
3512dependencies = [
3513 "cranelift-codegen",
3514 "log",
3515 "smallvec",
3516 "target-lexicon 0.13.2",
3517]
3518
3519[[package]]
3520name = "cranelift-isle"
3521version = "0.116.1"
3522source = "registry+https://github.com/rust-lang/crates.io-index"
3523checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
3524
3525[[package]]
3526name = "cranelift-native"
3527version = "0.116.1"
3528source = "registry+https://github.com/rust-lang/crates.io-index"
3529checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
3530dependencies = [
3531 "cranelift-codegen",
3532 "libc",
3533 "target-lexicon 0.13.2",
3534]
3535
3536[[package]]
3537name = "crc"
3538version = "3.2.1"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3541dependencies = [
3542 "crc-catalog",
3543]
3544
3545[[package]]
3546name = "crc-catalog"
3547version = "2.4.0"
3548source = "registry+https://github.com/rust-lang/crates.io-index"
3549checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3550
3551[[package]]
3552name = "crc32c"
3553version = "0.6.8"
3554source = "registry+https://github.com/rust-lang/crates.io-index"
3555checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3556dependencies = [
3557 "rustc_version",
3558]
3559
3560[[package]]
3561name = "crc32fast"
3562version = "1.4.2"
3563source = "registry+https://github.com/rust-lang/crates.io-index"
3564checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3565dependencies = [
3566 "cfg-if",
3567]
3568
3569[[package]]
3570name = "crc64fast-nvme"
3571version = "1.1.1"
3572source = "registry+https://github.com/rust-lang/crates.io-index"
3573checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3574dependencies = [
3575 "cbindgen 0.27.0",
3576 "crc",
3577]
3578
3579[[package]]
3580name = "credentials_provider"
3581version = "0.1.0"
3582dependencies = [
3583 "anyhow",
3584 "futures 0.3.31",
3585 "gpui",
3586 "paths",
3587 "release_channel",
3588 "serde",
3589 "serde_json",
3590]
3591
3592[[package]]
3593name = "criterion"
3594version = "0.5.1"
3595source = "registry+https://github.com/rust-lang/crates.io-index"
3596checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3597dependencies = [
3598 "anes",
3599 "cast",
3600 "ciborium",
3601 "clap",
3602 "criterion-plot",
3603 "is-terminal",
3604 "itertools 0.10.5",
3605 "num-traits",
3606 "once_cell",
3607 "oorandom",
3608 "plotters",
3609 "rayon",
3610 "regex",
3611 "serde",
3612 "serde_derive",
3613 "serde_json",
3614 "tinytemplate",
3615 "walkdir",
3616]
3617
3618[[package]]
3619name = "criterion-plot"
3620version = "0.5.0"
3621source = "registry+https://github.com/rust-lang/crates.io-index"
3622checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3623dependencies = [
3624 "cast",
3625 "itertools 0.10.5",
3626]
3627
3628[[package]]
3629name = "crossbeam-channel"
3630version = "0.5.13"
3631source = "registry+https://github.com/rust-lang/crates.io-index"
3632checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3633dependencies = [
3634 "crossbeam-utils",
3635]
3636
3637[[package]]
3638name = "crossbeam-deque"
3639version = "0.8.5"
3640source = "registry+https://github.com/rust-lang/crates.io-index"
3641checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3642dependencies = [
3643 "crossbeam-epoch",
3644 "crossbeam-utils",
3645]
3646
3647[[package]]
3648name = "crossbeam-epoch"
3649version = "0.9.18"
3650source = "registry+https://github.com/rust-lang/crates.io-index"
3651checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3652dependencies = [
3653 "crossbeam-utils",
3654]
3655
3656[[package]]
3657name = "crossbeam-queue"
3658version = "0.3.11"
3659source = "registry+https://github.com/rust-lang/crates.io-index"
3660checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3661dependencies = [
3662 "crossbeam-utils",
3663]
3664
3665[[package]]
3666name = "crossbeam-utils"
3667version = "0.8.20"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3670
3671[[package]]
3672name = "crunchy"
3673version = "0.2.2"
3674source = "registry+https://github.com/rust-lang/crates.io-index"
3675checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3676
3677[[package]]
3678name = "crypto-bigint"
3679version = "0.4.9"
3680source = "registry+https://github.com/rust-lang/crates.io-index"
3681checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3682dependencies = [
3683 "generic-array",
3684 "rand_core 0.6.4",
3685 "subtle",
3686 "zeroize",
3687]
3688
3689[[package]]
3690name = "crypto-bigint"
3691version = "0.5.5"
3692source = "registry+https://github.com/rust-lang/crates.io-index"
3693checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3694dependencies = [
3695 "rand_core 0.6.4",
3696 "subtle",
3697]
3698
3699[[package]]
3700name = "crypto-common"
3701version = "0.1.6"
3702source = "registry+https://github.com/rust-lang/crates.io-index"
3703checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3704dependencies = [
3705 "generic-array",
3706 "rand_core 0.6.4",
3707 "typenum",
3708]
3709
3710[[package]]
3711name = "ctor"
3712version = "0.4.1"
3713source = "registry+https://github.com/rust-lang/crates.io-index"
3714checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
3715dependencies = [
3716 "ctor-proc-macro",
3717 "dtor",
3718]
3719
3720[[package]]
3721name = "ctor-proc-macro"
3722version = "0.0.5"
3723source = "registry+https://github.com/rust-lang/crates.io-index"
3724checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
3725
3726[[package]]
3727name = "ctrlc"
3728version = "3.4.5"
3729source = "registry+https://github.com/rust-lang/crates.io-index"
3730checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3731dependencies = [
3732 "nix",
3733 "windows-sys 0.59.0",
3734]
3735
3736[[package]]
3737name = "cursor-icon"
3738version = "1.1.0"
3739source = "registry+https://github.com/rust-lang/crates.io-index"
3740checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3741
3742[[package]]
3743name = "cxx"
3744version = "1.0.134"
3745source = "registry+https://github.com/rust-lang/crates.io-index"
3746checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3747dependencies = [
3748 "cc",
3749 "cxxbridge-cmd",
3750 "cxxbridge-flags",
3751 "cxxbridge-macro",
3752 "foldhash",
3753 "link-cplusplus",
3754]
3755
3756[[package]]
3757name = "cxx-build"
3758version = "1.0.134"
3759source = "registry+https://github.com/rust-lang/crates.io-index"
3760checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3761dependencies = [
3762 "cc",
3763 "codespan-reporting",
3764 "proc-macro2",
3765 "quote",
3766 "scratch",
3767 "syn 2.0.100",
3768]
3769
3770[[package]]
3771name = "cxxbridge-cmd"
3772version = "1.0.134"
3773source = "registry+https://github.com/rust-lang/crates.io-index"
3774checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3775dependencies = [
3776 "clap",
3777 "codespan-reporting",
3778 "proc-macro2",
3779 "quote",
3780 "syn 2.0.100",
3781]
3782
3783[[package]]
3784name = "cxxbridge-flags"
3785version = "1.0.134"
3786source = "registry+https://github.com/rust-lang/crates.io-index"
3787checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3788
3789[[package]]
3790name = "cxxbridge-macro"
3791version = "1.0.134"
3792source = "registry+https://github.com/rust-lang/crates.io-index"
3793checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3794dependencies = [
3795 "proc-macro2",
3796 "quote",
3797 "rustversion",
3798 "syn 2.0.100",
3799]
3800
3801[[package]]
3802name = "dashmap"
3803version = "5.5.3"
3804source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3806dependencies = [
3807 "cfg-if",
3808 "hashbrown 0.14.5",
3809 "lock_api",
3810 "once_cell",
3811 "parking_lot_core",
3812]
3813
3814[[package]]
3815name = "dashmap"
3816version = "6.1.0"
3817source = "registry+https://github.com/rust-lang/crates.io-index"
3818checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3819dependencies = [
3820 "cfg-if",
3821 "crossbeam-utils",
3822 "hashbrown 0.14.5",
3823 "lock_api",
3824 "once_cell",
3825 "parking_lot_core",
3826]
3827
3828[[package]]
3829name = "dasp_sample"
3830version = "0.11.0"
3831source = "registry+https://github.com/rust-lang/crates.io-index"
3832checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3833
3834[[package]]
3835name = "data-encoding"
3836version = "2.6.0"
3837source = "registry+https://github.com/rust-lang/crates.io-index"
3838checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3839
3840[[package]]
3841name = "data-url"
3842version = "0.3.1"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3845
3846[[package]]
3847name = "db"
3848version = "0.1.0"
3849dependencies = [
3850 "anyhow",
3851 "gpui",
3852 "indoc",
3853 "log",
3854 "paths",
3855 "release_channel",
3856 "smol",
3857 "sqlez",
3858 "sqlez_macros",
3859 "tempfile",
3860 "util",
3861]
3862
3863[[package]]
3864name = "dbus"
3865version = "0.9.7"
3866source = "registry+https://github.com/rust-lang/crates.io-index"
3867checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3868dependencies = [
3869 "libc",
3870 "libdbus-sys",
3871 "winapi",
3872]
3873
3874[[package]]
3875name = "deepseek"
3876version = "0.1.0"
3877dependencies = [
3878 "anyhow",
3879 "futures 0.3.31",
3880 "http_client",
3881 "schemars",
3882 "serde",
3883 "serde_json",
3884]
3885
3886[[package]]
3887name = "deflate64"
3888version = "0.1.9"
3889source = "registry+https://github.com/rust-lang/crates.io-index"
3890checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3891
3892[[package]]
3893name = "der"
3894version = "0.6.1"
3895source = "registry+https://github.com/rust-lang/crates.io-index"
3896checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3897dependencies = [
3898 "const-oid",
3899 "zeroize",
3900]
3901
3902[[package]]
3903name = "der"
3904version = "0.7.9"
3905source = "registry+https://github.com/rust-lang/crates.io-index"
3906checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3907dependencies = [
3908 "const-oid",
3909 "pem-rfc7468",
3910 "zeroize",
3911]
3912
3913[[package]]
3914name = "deranged"
3915version = "0.3.11"
3916source = "registry+https://github.com/rust-lang/crates.io-index"
3917checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3918dependencies = [
3919 "powerfmt",
3920 "serde",
3921]
3922
3923[[package]]
3924name = "derive_more"
3925version = "0.99.19"
3926source = "registry+https://github.com/rust-lang/crates.io-index"
3927checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
3928dependencies = [
3929 "convert_case 0.4.0",
3930 "proc-macro2",
3931 "quote",
3932 "rustc_version",
3933 "syn 2.0.100",
3934]
3935
3936[[package]]
3937name = "derive_refineable"
3938version = "0.1.0"
3939dependencies = [
3940 "proc-macro2",
3941 "quote",
3942 "syn 1.0.109",
3943]
3944
3945[[package]]
3946name = "diagnostics"
3947version = "0.1.0"
3948dependencies = [
3949 "anyhow",
3950 "client",
3951 "collections",
3952 "ctor",
3953 "editor",
3954 "env_logger 0.11.7",
3955 "gpui",
3956 "language",
3957 "log",
3958 "lsp",
3959 "pretty_assertions",
3960 "project",
3961 "rand 0.8.5",
3962 "serde",
3963 "serde_json",
3964 "settings",
3965 "theme",
3966 "ui",
3967 "unindent",
3968 "util",
3969 "workspace",
3970]
3971
3972[[package]]
3973name = "dialoguer"
3974version = "0.11.0"
3975source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3977dependencies = [
3978 "console",
3979 "fuzzy-matcher",
3980 "shell-words",
3981 "tempfile",
3982 "thiserror 1.0.69",
3983 "zeroize",
3984]
3985
3986[[package]]
3987name = "diff"
3988version = "0.1.13"
3989source = "registry+https://github.com/rust-lang/crates.io-index"
3990checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3991
3992[[package]]
3993name = "digest"
3994version = "0.10.7"
3995source = "registry+https://github.com/rust-lang/crates.io-index"
3996checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3997dependencies = [
3998 "block-buffer",
3999 "const-oid",
4000 "crypto-common",
4001 "subtle",
4002]
4003
4004[[package]]
4005name = "dirs"
4006version = "4.0.0"
4007source = "registry+https://github.com/rust-lang/crates.io-index"
4008checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
4009dependencies = [
4010 "dirs-sys 0.3.7",
4011]
4012
4013[[package]]
4014name = "dirs"
4015version = "5.0.1"
4016source = "registry+https://github.com/rust-lang/crates.io-index"
4017checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
4018dependencies = [
4019 "dirs-sys 0.4.1",
4020]
4021
4022[[package]]
4023name = "dirs-sys"
4024version = "0.3.7"
4025source = "registry+https://github.com/rust-lang/crates.io-index"
4026checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
4027dependencies = [
4028 "libc",
4029 "redox_users",
4030 "winapi",
4031]
4032
4033[[package]]
4034name = "dirs-sys"
4035version = "0.4.1"
4036source = "registry+https://github.com/rust-lang/crates.io-index"
4037checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
4038dependencies = [
4039 "libc",
4040 "option-ext",
4041 "redox_users",
4042 "windows-sys 0.48.0",
4043]
4044
4045[[package]]
4046name = "displaydoc"
4047version = "0.2.5"
4048source = "registry+https://github.com/rust-lang/crates.io-index"
4049checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
4050dependencies = [
4051 "proc-macro2",
4052 "quote",
4053 "syn 2.0.100",
4054]
4055
4056[[package]]
4057name = "dlib"
4058version = "0.5.2"
4059source = "registry+https://github.com/rust-lang/crates.io-index"
4060checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
4061dependencies = [
4062 "libloading",
4063]
4064
4065[[package]]
4066name = "docs_preprocessor"
4067version = "0.1.0"
4068dependencies = [
4069 "anyhow",
4070 "clap",
4071 "mdbook",
4072 "regex",
4073 "serde",
4074 "serde_json",
4075 "settings",
4076 "util",
4077]
4078
4079[[package]]
4080name = "dotenvy"
4081version = "0.15.7"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
4084
4085[[package]]
4086name = "downcast-rs"
4087version = "1.2.1"
4088source = "registry+https://github.com/rust-lang/crates.io-index"
4089checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
4090
4091[[package]]
4092name = "doxygen-rs"
4093version = "0.4.2"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
4096dependencies = [
4097 "phf",
4098]
4099
4100[[package]]
4101name = "dtor"
4102version = "0.0.5"
4103source = "registry+https://github.com/rust-lang/crates.io-index"
4104checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
4105dependencies = [
4106 "dtor-proc-macro",
4107]
4108
4109[[package]]
4110name = "dtor-proc-macro"
4111version = "0.0.5"
4112source = "registry+https://github.com/rust-lang/crates.io-index"
4113checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
4114
4115[[package]]
4116name = "dunce"
4117version = "1.0.5"
4118source = "registry+https://github.com/rust-lang/crates.io-index"
4119checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
4120
4121[[package]]
4122name = "dwrote"
4123version = "0.11.2"
4124source = "registry+https://github.com/rust-lang/crates.io-index"
4125checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
4126dependencies = [
4127 "lazy_static",
4128 "libc",
4129 "winapi",
4130 "wio",
4131]
4132
4133[[package]]
4134name = "dyn-clone"
4135version = "1.0.17"
4136source = "registry+https://github.com/rust-lang/crates.io-index"
4137checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
4138
4139[[package]]
4140name = "ec4rs"
4141version = "1.1.1"
4142source = "registry+https://github.com/rust-lang/crates.io-index"
4143checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
4144
4145[[package]]
4146name = "ecdsa"
4147version = "0.14.8"
4148source = "registry+https://github.com/rust-lang/crates.io-index"
4149checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
4150dependencies = [
4151 "der 0.6.1",
4152 "elliptic-curve",
4153 "rfc6979",
4154 "signature 1.6.4",
4155]
4156
4157[[package]]
4158name = "editor"
4159version = "0.1.0"
4160dependencies = [
4161 "aho-corasick",
4162 "anyhow",
4163 "assets",
4164 "buffer_diff",
4165 "chrono",
4166 "client",
4167 "clock",
4168 "collections",
4169 "convert_case 0.8.0",
4170 "ctor",
4171 "db",
4172 "emojis",
4173 "env_logger 0.11.7",
4174 "file_icons",
4175 "fs",
4176 "futures 0.3.31",
4177 "fuzzy",
4178 "git",
4179 "gpui",
4180 "http_client",
4181 "indoc",
4182 "inline_completion",
4183 "itertools 0.14.0",
4184 "language",
4185 "languages",
4186 "linkify",
4187 "log",
4188 "lsp",
4189 "markdown",
4190 "multi_buffer",
4191 "ordered-float 2.10.1",
4192 "parking_lot",
4193 "pretty_assertions",
4194 "project",
4195 "rand 0.8.5",
4196 "release_channel",
4197 "rpc",
4198 "schemars",
4199 "serde",
4200 "serde_json",
4201 "settings",
4202 "smallvec",
4203 "smol",
4204 "snippet",
4205 "sum_tree",
4206 "task",
4207 "telemetry",
4208 "tempfile",
4209 "text",
4210 "theme",
4211 "time",
4212 "time_format",
4213 "tree-sitter-html",
4214 "tree-sitter-rust",
4215 "tree-sitter-typescript",
4216 "ui",
4217 "unicode-script",
4218 "unicode-segmentation",
4219 "unindent",
4220 "url",
4221 "util",
4222 "uuid",
4223 "workspace",
4224 "zed_actions",
4225]
4226
4227[[package]]
4228name = "either"
4229version = "1.13.0"
4230source = "registry+https://github.com/rust-lang/crates.io-index"
4231checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
4232dependencies = [
4233 "serde",
4234]
4235
4236[[package]]
4237name = "elasticlunr-rs"
4238version = "3.0.2"
4239source = "registry+https://github.com/rust-lang/crates.io-index"
4240checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
4241dependencies = [
4242 "regex",
4243 "serde",
4244 "serde_derive",
4245 "serde_json",
4246]
4247
4248[[package]]
4249name = "elliptic-curve"
4250version = "0.12.3"
4251source = "registry+https://github.com/rust-lang/crates.io-index"
4252checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
4253dependencies = [
4254 "base16ct",
4255 "crypto-bigint 0.4.9",
4256 "der 0.6.1",
4257 "digest",
4258 "ff",
4259 "generic-array",
4260 "group",
4261 "pkcs8 0.9.0",
4262 "rand_core 0.6.4",
4263 "sec1",
4264 "subtle",
4265 "zeroize",
4266]
4267
4268[[package]]
4269name = "embed-resource"
4270version = "3.0.2"
4271source = "registry+https://github.com/rust-lang/crates.io-index"
4272checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
4273dependencies = [
4274 "cc",
4275 "memchr",
4276 "rustc_version",
4277 "toml 0.8.20",
4278 "vswhom",
4279 "winreg 0.52.0",
4280]
4281
4282[[package]]
4283name = "embedded-io"
4284version = "0.4.0"
4285source = "registry+https://github.com/rust-lang/crates.io-index"
4286checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4287
4288[[package]]
4289name = "embedded-io"
4290version = "0.6.1"
4291source = "registry+https://github.com/rust-lang/crates.io-index"
4292checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4293
4294[[package]]
4295name = "emojis"
4296version = "0.6.4"
4297source = "registry+https://github.com/rust-lang/crates.io-index"
4298checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4299dependencies = [
4300 "phf",
4301]
4302
4303[[package]]
4304name = "encode_unicode"
4305version = "0.3.6"
4306source = "registry+https://github.com/rust-lang/crates.io-index"
4307checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4308
4309[[package]]
4310name = "encoding_rs"
4311version = "0.8.35"
4312source = "registry+https://github.com/rust-lang/crates.io-index"
4313checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4314dependencies = [
4315 "cfg-if",
4316]
4317
4318[[package]]
4319name = "endi"
4320version = "1.1.0"
4321source = "registry+https://github.com/rust-lang/crates.io-index"
4322checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4323
4324[[package]]
4325name = "enumflags2"
4326version = "0.7.10"
4327source = "registry+https://github.com/rust-lang/crates.io-index"
4328checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4329dependencies = [
4330 "enumflags2_derive",
4331 "serde",
4332]
4333
4334[[package]]
4335name = "enumflags2_derive"
4336version = "0.7.10"
4337source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4339dependencies = [
4340 "proc-macro2",
4341 "quote",
4342 "syn 2.0.100",
4343]
4344
4345[[package]]
4346name = "env_filter"
4347version = "0.1.2"
4348source = "registry+https://github.com/rust-lang/crates.io-index"
4349checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4350dependencies = [
4351 "log",
4352 "regex",
4353]
4354
4355[[package]]
4356name = "env_home"
4357version = "0.1.0"
4358source = "registry+https://github.com/rust-lang/crates.io-index"
4359checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
4360
4361[[package]]
4362name = "env_logger"
4363version = "0.10.2"
4364source = "registry+https://github.com/rust-lang/crates.io-index"
4365checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4366dependencies = [
4367 "humantime",
4368 "is-terminal",
4369 "log",
4370 "regex",
4371 "termcolor",
4372]
4373
4374[[package]]
4375name = "env_logger"
4376version = "0.11.7"
4377source = "registry+https://github.com/rust-lang/crates.io-index"
4378checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
4379dependencies = [
4380 "anstream",
4381 "anstyle",
4382 "env_filter",
4383 "jiff",
4384 "log",
4385]
4386
4387[[package]]
4388name = "envy"
4389version = "0.4.2"
4390source = "registry+https://github.com/rust-lang/crates.io-index"
4391checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4392dependencies = [
4393 "serde",
4394]
4395
4396[[package]]
4397name = "equivalent"
4398version = "1.0.1"
4399source = "registry+https://github.com/rust-lang/crates.io-index"
4400checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4401
4402[[package]]
4403name = "erased-serde"
4404version = "0.4.5"
4405source = "registry+https://github.com/rust-lang/crates.io-index"
4406checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4407dependencies = [
4408 "serde",
4409 "typeid",
4410]
4411
4412[[package]]
4413name = "errno"
4414version = "0.2.8"
4415source = "registry+https://github.com/rust-lang/crates.io-index"
4416checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4417dependencies = [
4418 "errno-dragonfly",
4419 "libc",
4420 "winapi",
4421]
4422
4423[[package]]
4424name = "errno"
4425version = "0.3.10"
4426source = "registry+https://github.com/rust-lang/crates.io-index"
4427checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4428dependencies = [
4429 "libc",
4430 "windows-sys 0.59.0",
4431]
4432
4433[[package]]
4434name = "errno-dragonfly"
4435version = "0.1.2"
4436source = "registry+https://github.com/rust-lang/crates.io-index"
4437checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4438dependencies = [
4439 "cc",
4440 "libc",
4441]
4442
4443[[package]]
4444name = "etagere"
4445version = "0.2.15"
4446source = "registry+https://github.com/rust-lang/crates.io-index"
4447checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
4448dependencies = [
4449 "euclid",
4450 "svg_fmt",
4451]
4452
4453[[package]]
4454name = "etcetera"
4455version = "0.8.0"
4456source = "registry+https://github.com/rust-lang/crates.io-index"
4457checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4458dependencies = [
4459 "cfg-if",
4460 "home",
4461 "windows-sys 0.48.0",
4462]
4463
4464[[package]]
4465name = "euclid"
4466version = "0.22.11"
4467source = "registry+https://github.com/rust-lang/crates.io-index"
4468checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4469dependencies = [
4470 "num-traits",
4471]
4472
4473[[package]]
4474name = "evals"
4475version = "0.1.0"
4476dependencies = [
4477 "anyhow",
4478 "clap",
4479 "client",
4480 "clock",
4481 "collections",
4482 "env_logger 0.11.7",
4483 "feature_flags",
4484 "fs",
4485 "gpui",
4486 "http_client",
4487 "language",
4488 "languages",
4489 "node_runtime",
4490 "open_ai",
4491 "project",
4492 "reqwest_client",
4493 "semantic_index",
4494 "serde",
4495 "serde_json",
4496 "settings",
4497 "smol",
4498 "util",
4499]
4500
4501[[package]]
4502name = "event-listener"
4503version = "2.5.3"
4504source = "registry+https://github.com/rust-lang/crates.io-index"
4505checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4506
4507[[package]]
4508name = "event-listener"
4509version = "5.3.1"
4510source = "registry+https://github.com/rust-lang/crates.io-index"
4511checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4512dependencies = [
4513 "concurrent-queue",
4514 "parking",
4515 "pin-project-lite",
4516]
4517
4518[[package]]
4519name = "event-listener-strategy"
4520version = "0.5.3"
4521source = "registry+https://github.com/rust-lang/crates.io-index"
4522checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4523dependencies = [
4524 "event-listener 5.3.1",
4525 "pin-project-lite",
4526]
4527
4528[[package]]
4529name = "exec"
4530version = "0.3.1"
4531source = "registry+https://github.com/rust-lang/crates.io-index"
4532checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4533dependencies = [
4534 "errno 0.2.8",
4535 "libc",
4536]
4537
4538[[package]]
4539name = "exr"
4540version = "1.73.0"
4541source = "registry+https://github.com/rust-lang/crates.io-index"
4542checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4543dependencies = [
4544 "bit_field",
4545 "half",
4546 "lebe",
4547 "miniz_oxide",
4548 "rayon-core",
4549 "smallvec",
4550 "zune-inflate",
4551]
4552
4553[[package]]
4554name = "extension"
4555version = "0.1.0"
4556dependencies = [
4557 "anyhow",
4558 "async-compression",
4559 "async-tar",
4560 "async-trait",
4561 "collections",
4562 "convert_case 0.8.0",
4563 "fs",
4564 "futures 0.3.31",
4565 "gpui",
4566 "http_client",
4567 "language",
4568 "log",
4569 "lsp",
4570 "parking_lot",
4571 "semantic_version",
4572 "serde",
4573 "serde_json",
4574 "toml 0.8.20",
4575 "util",
4576 "wasm-encoder 0.221.3",
4577 "wasmparser 0.221.3",
4578 "wit-component 0.221.3",
4579]
4580
4581[[package]]
4582name = "extension_cli"
4583version = "0.1.0"
4584dependencies = [
4585 "anyhow",
4586 "clap",
4587 "env_logger 0.11.7",
4588 "extension",
4589 "fs",
4590 "language",
4591 "log",
4592 "reqwest_client",
4593 "rpc",
4594 "serde",
4595 "serde_json",
4596 "theme",
4597 "tokio",
4598 "toml 0.8.20",
4599 "tree-sitter",
4600 "wasmtime",
4601]
4602
4603[[package]]
4604name = "extension_host"
4605version = "0.1.0"
4606dependencies = [
4607 "anyhow",
4608 "async-compression",
4609 "async-tar",
4610 "async-trait",
4611 "client",
4612 "collections",
4613 "context_server_settings",
4614 "ctor",
4615 "env_logger 0.11.7",
4616 "extension",
4617 "fs",
4618 "futures 0.3.31",
4619 "gpui",
4620 "http_client",
4621 "language",
4622 "language_extension",
4623 "log",
4624 "lsp",
4625 "node_runtime",
4626 "parking_lot",
4627 "paths",
4628 "project",
4629 "release_channel",
4630 "remote",
4631 "reqwest_client",
4632 "schemars",
4633 "semantic_version",
4634 "serde",
4635 "serde_json",
4636 "serde_json_lenient",
4637 "settings",
4638 "task",
4639 "telemetry",
4640 "tempfile",
4641 "theme",
4642 "theme_extension",
4643 "toml 0.8.20",
4644 "url",
4645 "util",
4646 "wasmparser 0.221.3",
4647 "wasmtime",
4648 "wasmtime-wasi",
4649]
4650
4651[[package]]
4652name = "extensions_ui"
4653version = "0.1.0"
4654dependencies = [
4655 "anyhow",
4656 "client",
4657 "collections",
4658 "db",
4659 "editor",
4660 "extension_host",
4661 "feature_flags",
4662 "fs",
4663 "fuzzy",
4664 "gpui",
4665 "language",
4666 "num-format",
4667 "picker",
4668 "project",
4669 "release_channel",
4670 "semantic_version",
4671 "serde",
4672 "settings",
4673 "smallvec",
4674 "telemetry",
4675 "theme",
4676 "ui",
4677 "util",
4678 "vim_mode_setting",
4679 "workspace",
4680 "zed_actions",
4681]
4682
4683[[package]]
4684name = "fallible-iterator"
4685version = "0.3.0"
4686source = "registry+https://github.com/rust-lang/crates.io-index"
4687checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4688
4689[[package]]
4690name = "fancy-regex"
4691version = "0.13.0"
4692source = "registry+https://github.com/rust-lang/crates.io-index"
4693checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4694dependencies = [
4695 "bit-set 0.5.3",
4696 "regex-automata 0.4.9",
4697 "regex-syntax 0.8.5",
4698]
4699
4700[[package]]
4701name = "fancy-regex"
4702version = "0.14.0"
4703source = "registry+https://github.com/rust-lang/crates.io-index"
4704checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4705dependencies = [
4706 "bit-set 0.8.0",
4707 "regex-automata 0.4.9",
4708 "regex-syntax 0.8.5",
4709]
4710
4711[[package]]
4712name = "fast-srgb8"
4713version = "1.0.0"
4714source = "registry+https://github.com/rust-lang/crates.io-index"
4715checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4716
4717[[package]]
4718name = "fastrand"
4719version = "1.9.0"
4720source = "registry+https://github.com/rust-lang/crates.io-index"
4721checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4722dependencies = [
4723 "instant",
4724]
4725
4726[[package]]
4727name = "fastrand"
4728version = "2.3.0"
4729source = "registry+https://github.com/rust-lang/crates.io-index"
4730checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4731
4732[[package]]
4733name = "fd-lock"
4734version = "4.0.2"
4735source = "registry+https://github.com/rust-lang/crates.io-index"
4736checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4737dependencies = [
4738 "cfg-if",
4739 "rustix",
4740 "windows-sys 0.52.0",
4741]
4742
4743[[package]]
4744name = "fdeflate"
4745version = "0.3.7"
4746source = "registry+https://github.com/rust-lang/crates.io-index"
4747checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4748dependencies = [
4749 "simd-adler32",
4750]
4751
4752[[package]]
4753name = "feature_flags"
4754version = "0.1.0"
4755dependencies = [
4756 "futures 0.3.31",
4757 "gpui",
4758 "smol",
4759]
4760
4761[[package]]
4762name = "feedback"
4763version = "0.1.0"
4764dependencies = [
4765 "anyhow",
4766 "bitflags 2.8.0",
4767 "client",
4768 "db",
4769 "editor",
4770 "futures 0.3.31",
4771 "gpui",
4772 "http_client",
4773 "human_bytes",
4774 "language",
4775 "log",
4776 "menu",
4777 "project",
4778 "regex",
4779 "release_channel",
4780 "serde",
4781 "serde_derive",
4782 "serde_json",
4783 "smol",
4784 "sysinfo",
4785 "ui",
4786 "urlencoding",
4787 "util",
4788 "workspace",
4789 "zed_actions",
4790]
4791
4792[[package]]
4793name = "ff"
4794version = "0.12.1"
4795source = "registry+https://github.com/rust-lang/crates.io-index"
4796checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4797dependencies = [
4798 "rand_core 0.6.4",
4799 "subtle",
4800]
4801
4802[[package]]
4803name = "file_finder"
4804version = "0.1.0"
4805dependencies = [
4806 "anyhow",
4807 "collections",
4808 "ctor",
4809 "editor",
4810 "env_logger 0.11.7",
4811 "file_icons",
4812 "futures 0.3.31",
4813 "fuzzy",
4814 "gpui",
4815 "language",
4816 "menu",
4817 "picker",
4818 "project",
4819 "schemars",
4820 "serde",
4821 "serde_derive",
4822 "serde_json",
4823 "settings",
4824 "text",
4825 "theme",
4826 "ui",
4827 "util",
4828 "workspace",
4829]
4830
4831[[package]]
4832name = "file_icons"
4833version = "0.1.0"
4834dependencies = [
4835 "gpui",
4836 "serde",
4837 "settings",
4838 "theme",
4839 "util",
4840]
4841
4842[[package]]
4843name = "filedescriptor"
4844version = "0.8.3"
4845source = "registry+https://github.com/rust-lang/crates.io-index"
4846checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
4847dependencies = [
4848 "libc",
4849 "thiserror 1.0.69",
4850 "winapi",
4851]
4852
4853[[package]]
4854name = "filetime"
4855version = "0.2.25"
4856source = "registry+https://github.com/rust-lang/crates.io-index"
4857checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4858dependencies = [
4859 "cfg-if",
4860 "libc",
4861 "libredox",
4862 "windows-sys 0.59.0",
4863]
4864
4865[[package]]
4866name = "fixedbitset"
4867version = "0.4.2"
4868source = "registry+https://github.com/rust-lang/crates.io-index"
4869checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4870
4871[[package]]
4872name = "flate2"
4873version = "1.0.35"
4874source = "registry+https://github.com/rust-lang/crates.io-index"
4875checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4876dependencies = [
4877 "crc32fast",
4878 "miniz_oxide",
4879]
4880
4881[[package]]
4882name = "float-cmp"
4883version = "0.9.0"
4884source = "registry+https://github.com/rust-lang/crates.io-index"
4885checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4886
4887[[package]]
4888name = "float-ord"
4889version = "0.3.2"
4890source = "registry+https://github.com/rust-lang/crates.io-index"
4891checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4892
4893[[package]]
4894name = "float_next_after"
4895version = "1.0.0"
4896source = "registry+https://github.com/rust-lang/crates.io-index"
4897checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
4898
4899[[package]]
4900name = "flume"
4901version = "0.11.1"
4902source = "registry+https://github.com/rust-lang/crates.io-index"
4903checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4904dependencies = [
4905 "futures-core",
4906 "futures-sink",
4907 "nanorand",
4908 "spin",
4909]
4910
4911[[package]]
4912name = "fnv"
4913version = "1.0.7"
4914source = "registry+https://github.com/rust-lang/crates.io-index"
4915checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4916
4917[[package]]
4918name = "foldhash"
4919version = "0.1.3"
4920source = "registry+https://github.com/rust-lang/crates.io-index"
4921checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4922
4923[[package]]
4924name = "font-kit"
4925version = "0.14.1"
4926source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4927dependencies = [
4928 "bitflags 2.8.0",
4929 "byteorder",
4930 "core-foundation 0.9.4",
4931 "core-graphics 0.23.2",
4932 "core-text",
4933 "dirs 5.0.1",
4934 "dwrote",
4935 "float-ord",
4936 "freetype-sys",
4937 "lazy_static",
4938 "libc",
4939 "log",
4940 "pathfinder_geometry",
4941 "pathfinder_simd",
4942 "walkdir",
4943 "winapi",
4944 "yeslogic-fontconfig-sys",
4945]
4946
4947[[package]]
4948name = "font-types"
4949version = "0.7.3"
4950source = "registry+https://github.com/rust-lang/crates.io-index"
4951checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4952dependencies = [
4953 "bytemuck",
4954]
4955
4956[[package]]
4957name = "fontconfig-parser"
4958version = "0.5.7"
4959source = "registry+https://github.com/rust-lang/crates.io-index"
4960checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4961dependencies = [
4962 "roxmltree",
4963]
4964
4965[[package]]
4966name = "fontdb"
4967version = "0.18.0"
4968source = "registry+https://github.com/rust-lang/crates.io-index"
4969checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4970dependencies = [
4971 "fontconfig-parser",
4972 "log",
4973 "memmap2",
4974 "slotmap",
4975 "tinyvec",
4976 "ttf-parser 0.21.1",
4977]
4978
4979[[package]]
4980name = "fontdb"
4981version = "0.23.0"
4982source = "registry+https://github.com/rust-lang/crates.io-index"
4983checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
4984dependencies = [
4985 "fontconfig-parser",
4986 "log",
4987 "memmap2",
4988 "slotmap",
4989 "tinyvec",
4990 "ttf-parser 0.25.1",
4991]
4992
4993[[package]]
4994name = "foreign-types"
4995version = "0.3.2"
4996source = "registry+https://github.com/rust-lang/crates.io-index"
4997checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4998dependencies = [
4999 "foreign-types-shared 0.1.1",
5000]
5001
5002[[package]]
5003name = "foreign-types"
5004version = "0.5.0"
5005source = "registry+https://github.com/rust-lang/crates.io-index"
5006checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
5007dependencies = [
5008 "foreign-types-macros",
5009 "foreign-types-shared 0.3.1",
5010]
5011
5012[[package]]
5013name = "foreign-types-macros"
5014version = "0.2.3"
5015source = "registry+https://github.com/rust-lang/crates.io-index"
5016checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
5017dependencies = [
5018 "proc-macro2",
5019 "quote",
5020 "syn 2.0.100",
5021]
5022
5023[[package]]
5024name = "foreign-types-shared"
5025version = "0.1.1"
5026source = "registry+https://github.com/rust-lang/crates.io-index"
5027checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
5028
5029[[package]]
5030name = "foreign-types-shared"
5031version = "0.3.1"
5032source = "registry+https://github.com/rust-lang/crates.io-index"
5033checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
5034
5035[[package]]
5036name = "fork"
5037version = "0.2.0"
5038source = "registry+https://github.com/rust-lang/crates.io-index"
5039checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
5040dependencies = [
5041 "libc",
5042]
5043
5044[[package]]
5045name = "form_urlencoded"
5046version = "1.2.1"
5047source = "registry+https://github.com/rust-lang/crates.io-index"
5048checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
5049dependencies = [
5050 "percent-encoding",
5051]
5052
5053[[package]]
5054name = "freetype-sys"
5055version = "0.20.1"
5056source = "registry+https://github.com/rust-lang/crates.io-index"
5057checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
5058dependencies = [
5059 "cc",
5060 "libc",
5061 "pkg-config",
5062]
5063
5064[[package]]
5065name = "fs"
5066version = "0.1.0"
5067dependencies = [
5068 "anyhow",
5069 "ashpd",
5070 "async-tar",
5071 "async-trait",
5072 "cocoa 0.26.0",
5073 "collections",
5074 "fsevent",
5075 "futures 0.3.31",
5076 "git",
5077 "git2",
5078 "gpui",
5079 "libc",
5080 "log",
5081 "notify 6.1.1",
5082 "objc",
5083 "parking_lot",
5084 "paths",
5085 "proto",
5086 "rope",
5087 "serde",
5088 "serde_json",
5089 "smol",
5090 "tempfile",
5091 "text",
5092 "time",
5093 "util",
5094 "windows 0.60.0",
5095]
5096
5097[[package]]
5098name = "fs-set-times"
5099version = "0.20.2"
5100source = "registry+https://github.com/rust-lang/crates.io-index"
5101checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
5102dependencies = [
5103 "io-lifetimes",
5104 "rustix",
5105 "windows-sys 0.59.0",
5106]
5107
5108[[package]]
5109name = "fs2"
5110version = "0.4.3"
5111source = "registry+https://github.com/rust-lang/crates.io-index"
5112checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
5113dependencies = [
5114 "libc",
5115 "winapi",
5116]
5117
5118[[package]]
5119name = "fs_extra"
5120version = "1.3.0"
5121source = "registry+https://github.com/rust-lang/crates.io-index"
5122checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
5123
5124[[package]]
5125name = "fsevent"
5126version = "0.1.0"
5127dependencies = [
5128 "bitflags 2.8.0",
5129 "core-foundation 0.9.4",
5130 "fsevent-sys 3.1.0",
5131 "parking_lot",
5132 "tempfile",
5133]
5134
5135[[package]]
5136name = "fsevent-sys"
5137version = "3.1.0"
5138source = "registry+https://github.com/rust-lang/crates.io-index"
5139checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
5140dependencies = [
5141 "libc",
5142]
5143
5144[[package]]
5145name = "fsevent-sys"
5146version = "4.1.0"
5147source = "registry+https://github.com/rust-lang/crates.io-index"
5148checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
5149dependencies = [
5150 "libc",
5151]
5152
5153[[package]]
5154name = "funty"
5155version = "2.0.0"
5156source = "registry+https://github.com/rust-lang/crates.io-index"
5157checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
5158
5159[[package]]
5160name = "futf"
5161version = "0.1.5"
5162source = "registry+https://github.com/rust-lang/crates.io-index"
5163checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
5164dependencies = [
5165 "mac",
5166 "new_debug_unreachable",
5167]
5168
5169[[package]]
5170name = "futures"
5171version = "0.1.31"
5172source = "registry+https://github.com/rust-lang/crates.io-index"
5173checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
5174
5175[[package]]
5176name = "futures"
5177version = "0.3.31"
5178source = "registry+https://github.com/rust-lang/crates.io-index"
5179checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
5180dependencies = [
5181 "futures-channel",
5182 "futures-core",
5183 "futures-executor",
5184 "futures-io",
5185 "futures-sink",
5186 "futures-task",
5187 "futures-util",
5188]
5189
5190[[package]]
5191name = "futures-batch"
5192version = "0.6.1"
5193source = "registry+https://github.com/rust-lang/crates.io-index"
5194checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
5195dependencies = [
5196 "futures 0.3.31",
5197 "futures-timer",
5198 "pin-utils",
5199]
5200
5201[[package]]
5202name = "futures-channel"
5203version = "0.3.31"
5204source = "registry+https://github.com/rust-lang/crates.io-index"
5205checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
5206dependencies = [
5207 "futures-core",
5208 "futures-sink",
5209]
5210
5211[[package]]
5212name = "futures-core"
5213version = "0.3.31"
5214source = "registry+https://github.com/rust-lang/crates.io-index"
5215checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
5216
5217[[package]]
5218name = "futures-executor"
5219version = "0.3.31"
5220source = "registry+https://github.com/rust-lang/crates.io-index"
5221checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
5222dependencies = [
5223 "futures-core",
5224 "futures-task",
5225 "futures-util",
5226]
5227
5228[[package]]
5229name = "futures-intrusive"
5230version = "0.5.0"
5231source = "registry+https://github.com/rust-lang/crates.io-index"
5232checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
5233dependencies = [
5234 "futures-core",
5235 "lock_api",
5236 "parking_lot",
5237]
5238
5239[[package]]
5240name = "futures-io"
5241version = "0.3.31"
5242source = "registry+https://github.com/rust-lang/crates.io-index"
5243checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
5244
5245[[package]]
5246name = "futures-lite"
5247version = "1.13.0"
5248source = "registry+https://github.com/rust-lang/crates.io-index"
5249checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
5250dependencies = [
5251 "fastrand 1.9.0",
5252 "futures-core",
5253 "futures-io",
5254 "memchr",
5255 "parking",
5256 "pin-project-lite",
5257 "waker-fn",
5258]
5259
5260[[package]]
5261name = "futures-lite"
5262version = "2.6.0"
5263source = "registry+https://github.com/rust-lang/crates.io-index"
5264checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
5265dependencies = [
5266 "fastrand 2.3.0",
5267 "futures-core",
5268 "futures-io",
5269 "parking",
5270 "pin-project-lite",
5271]
5272
5273[[package]]
5274name = "futures-macro"
5275version = "0.3.31"
5276source = "registry+https://github.com/rust-lang/crates.io-index"
5277checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
5278dependencies = [
5279 "proc-macro2",
5280 "quote",
5281 "syn 2.0.100",
5282]
5283
5284[[package]]
5285name = "futures-sink"
5286version = "0.3.31"
5287source = "registry+https://github.com/rust-lang/crates.io-index"
5288checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5289
5290[[package]]
5291name = "futures-task"
5292version = "0.3.31"
5293source = "registry+https://github.com/rust-lang/crates.io-index"
5294checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5295
5296[[package]]
5297name = "futures-timer"
5298version = "3.0.3"
5299source = "registry+https://github.com/rust-lang/crates.io-index"
5300checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5301
5302[[package]]
5303name = "futures-util"
5304version = "0.3.31"
5305source = "registry+https://github.com/rust-lang/crates.io-index"
5306checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5307dependencies = [
5308 "futures 0.1.31",
5309 "futures-channel",
5310 "futures-core",
5311 "futures-io",
5312 "futures-macro",
5313 "futures-sink",
5314 "futures-task",
5315 "memchr",
5316 "pin-project-lite",
5317 "pin-utils",
5318 "slab",
5319 "tokio-io",
5320]
5321
5322[[package]]
5323name = "fuzzy"
5324version = "0.1.0"
5325dependencies = [
5326 "gpui",
5327 "log",
5328 "util",
5329]
5330
5331[[package]]
5332name = "fuzzy-matcher"
5333version = "0.3.7"
5334source = "registry+https://github.com/rust-lang/crates.io-index"
5335checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5336dependencies = [
5337 "thread_local",
5338]
5339
5340[[package]]
5341name = "generic-array"
5342version = "0.14.7"
5343source = "registry+https://github.com/rust-lang/crates.io-index"
5344checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5345dependencies = [
5346 "typenum",
5347 "version_check",
5348]
5349
5350[[package]]
5351name = "gethostname"
5352version = "0.4.3"
5353source = "registry+https://github.com/rust-lang/crates.io-index"
5354checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5355dependencies = [
5356 "libc",
5357 "windows-targets 0.48.5",
5358]
5359
5360[[package]]
5361name = "getrandom"
5362version = "0.1.16"
5363source = "registry+https://github.com/rust-lang/crates.io-index"
5364checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5365dependencies = [
5366 "cfg-if",
5367 "libc",
5368 "wasi 0.9.0+wasi-snapshot-preview1",
5369]
5370
5371[[package]]
5372name = "getrandom"
5373version = "0.2.15"
5374source = "registry+https://github.com/rust-lang/crates.io-index"
5375checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5376dependencies = [
5377 "cfg-if",
5378 "js-sys",
5379 "libc",
5380 "wasi 0.11.0+wasi-snapshot-preview1",
5381 "wasm-bindgen",
5382]
5383
5384[[package]]
5385name = "getrandom"
5386version = "0.3.1"
5387source = "registry+https://github.com/rust-lang/crates.io-index"
5388checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
5389dependencies = [
5390 "cfg-if",
5391 "libc",
5392 "wasi 0.13.3+wasi-0.2.2",
5393 "windows-targets 0.52.6",
5394]
5395
5396[[package]]
5397name = "gif"
5398version = "0.13.1"
5399source = "registry+https://github.com/rust-lang/crates.io-index"
5400checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5401dependencies = [
5402 "color_quant",
5403 "weezl",
5404]
5405
5406[[package]]
5407name = "gimli"
5408version = "0.31.1"
5409source = "registry+https://github.com/rust-lang/crates.io-index"
5410checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5411dependencies = [
5412 "fallible-iterator",
5413 "indexmap",
5414 "stable_deref_trait",
5415]
5416
5417[[package]]
5418name = "git"
5419version = "0.1.0"
5420dependencies = [
5421 "anyhow",
5422 "askpass",
5423 "async-trait",
5424 "collections",
5425 "derive_more",
5426 "futures 0.3.31",
5427 "git2",
5428 "gpui",
5429 "http_client",
5430 "log",
5431 "parking_lot",
5432 "pretty_assertions",
5433 "regex",
5434 "rope",
5435 "schemars",
5436 "serde",
5437 "serde_json",
5438 "smol",
5439 "sum_tree",
5440 "text",
5441 "time",
5442 "unindent",
5443 "url",
5444 "util",
5445]
5446
5447[[package]]
5448name = "git2"
5449version = "0.20.0"
5450source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
5451dependencies = [
5452 "bitflags 2.8.0",
5453 "libc",
5454 "libgit2-sys",
5455 "log",
5456 "url",
5457]
5458
5459[[package]]
5460name = "git_hosting_providers"
5461version = "0.1.0"
5462dependencies = [
5463 "anyhow",
5464 "async-trait",
5465 "futures 0.3.31",
5466 "git",
5467 "gpui",
5468 "http_client",
5469 "indoc",
5470 "pretty_assertions",
5471 "regex",
5472 "serde",
5473 "serde_json",
5474 "url",
5475 "util",
5476]
5477
5478[[package]]
5479name = "git_ui"
5480version = "0.1.0"
5481dependencies = [
5482 "anyhow",
5483 "askpass",
5484 "assistant_settings",
5485 "buffer_diff",
5486 "chrono",
5487 "collections",
5488 "command_palette_hooks",
5489 "component",
5490 "ctor",
5491 "db",
5492 "editor",
5493 "env_logger 0.11.7",
5494 "futures 0.3.31",
5495 "fuzzy",
5496 "git",
5497 "gpui",
5498 "itertools 0.14.0",
5499 "language",
5500 "language_model",
5501 "linkify",
5502 "linkme",
5503 "log",
5504 "menu",
5505 "multi_buffer",
5506 "notifications",
5507 "panel",
5508 "picker",
5509 "postage",
5510 "pretty_assertions",
5511 "project",
5512 "schemars",
5513 "serde",
5514 "serde_derive",
5515 "serde_json",
5516 "settings",
5517 "smallvec",
5518 "strum",
5519 "telemetry",
5520 "theme",
5521 "time",
5522 "time_format",
5523 "ui",
5524 "unindent",
5525 "util",
5526 "windows 0.60.0",
5527 "workspace",
5528 "zed_actions",
5529]
5530
5531[[package]]
5532name = "glob"
5533version = "0.3.1"
5534source = "registry+https://github.com/rust-lang/crates.io-index"
5535checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5536
5537[[package]]
5538name = "globset"
5539version = "0.4.16"
5540source = "registry+https://github.com/rust-lang/crates.io-index"
5541checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
5542dependencies = [
5543 "aho-corasick",
5544 "bstr",
5545 "log",
5546 "regex-automata 0.4.9",
5547 "regex-syntax 0.8.5",
5548]
5549
5550[[package]]
5551name = "gloo-timers"
5552version = "0.3.0"
5553source = "registry+https://github.com/rust-lang/crates.io-index"
5554checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5555dependencies = [
5556 "futures-channel",
5557 "futures-core",
5558 "js-sys",
5559 "wasm-bindgen",
5560]
5561
5562[[package]]
5563name = "glow"
5564version = "0.14.2"
5565source = "registry+https://github.com/rust-lang/crates.io-index"
5566checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5567dependencies = [
5568 "js-sys",
5569 "slotmap",
5570 "wasm-bindgen",
5571 "web-sys",
5572]
5573
5574[[package]]
5575name = "go_to_line"
5576version = "0.1.0"
5577dependencies = [
5578 "anyhow",
5579 "editor",
5580 "gpui",
5581 "indoc",
5582 "language",
5583 "menu",
5584 "project",
5585 "rope",
5586 "schemars",
5587 "serde",
5588 "serde_json",
5589 "settings",
5590 "text",
5591 "theme",
5592 "tree-sitter-rust",
5593 "tree-sitter-typescript",
5594 "ui",
5595 "util",
5596 "workspace",
5597]
5598
5599[[package]]
5600name = "google_ai"
5601version = "0.1.0"
5602dependencies = [
5603 "anyhow",
5604 "futures 0.3.31",
5605 "http_client",
5606 "schemars",
5607 "serde",
5608 "serde_json",
5609 "strum",
5610]
5611
5612[[package]]
5613name = "gpu-alloc"
5614version = "0.6.0"
5615source = "registry+https://github.com/rust-lang/crates.io-index"
5616checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5617dependencies = [
5618 "bitflags 2.8.0",
5619 "gpu-alloc-types",
5620]
5621
5622[[package]]
5623name = "gpu-alloc-ash"
5624version = "0.7.0"
5625source = "registry+https://github.com/rust-lang/crates.io-index"
5626checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5627dependencies = [
5628 "ash",
5629 "gpu-alloc-types",
5630 "tinyvec",
5631]
5632
5633[[package]]
5634name = "gpu-alloc-types"
5635version = "0.3.0"
5636source = "registry+https://github.com/rust-lang/crates.io-index"
5637checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5638dependencies = [
5639 "bitflags 2.8.0",
5640]
5641
5642[[package]]
5643name = "gpui"
5644version = "0.1.0"
5645dependencies = [
5646 "anyhow",
5647 "as-raw-xcb-connection",
5648 "ashpd",
5649 "async-task",
5650 "backtrace",
5651 "bindgen 0.70.1",
5652 "blade-graphics",
5653 "blade-macros",
5654 "blade-util",
5655 "block",
5656 "bytemuck",
5657 "calloop",
5658 "calloop-wayland-source",
5659 "cbindgen 0.28.0",
5660 "cocoa 0.26.0",
5661 "collections",
5662 "core-foundation 0.9.4",
5663 "core-foundation-sys",
5664 "core-graphics 0.23.2",
5665 "core-text",
5666 "cosmic-text",
5667 "ctor",
5668 "derive_more",
5669 "embed-resource",
5670 "env_logger 0.11.7",
5671 "etagere",
5672 "filedescriptor",
5673 "flume",
5674 "font-kit",
5675 "foreign-types 0.5.0",
5676 "futures 0.3.31",
5677 "gpui_macros",
5678 "http_client",
5679 "image",
5680 "inventory",
5681 "itertools 0.14.0",
5682 "log",
5683 "lyon",
5684 "media",
5685 "metal",
5686 "naga",
5687 "num_cpus",
5688 "objc",
5689 "objc2",
5690 "objc2-metal",
5691 "oo7",
5692 "open",
5693 "parking",
5694 "parking_lot",
5695 "pathfinder_geometry",
5696 "postage",
5697 "profiling",
5698 "rand 0.8.5",
5699 "raw-window-handle",
5700 "refineable",
5701 "reqwest_client",
5702 "resvg",
5703 "schemars",
5704 "seahash",
5705 "semantic_version",
5706 "serde",
5707 "serde_derive",
5708 "serde_json",
5709 "slotmap",
5710 "smallvec",
5711 "smol",
5712 "strum",
5713 "sum_tree",
5714 "taffy",
5715 "thiserror 1.0.69",
5716 "unicode-segmentation",
5717 "usvg",
5718 "util",
5719 "uuid",
5720 "waker-fn",
5721 "wayland-backend",
5722 "wayland-client",
5723 "wayland-cursor",
5724 "wayland-protocols",
5725 "wayland-protocols-plasma",
5726 "windows 0.60.0",
5727 "windows-core 0.60.1",
5728 "x11-clipboard",
5729 "x11rb",
5730 "xim",
5731 "xkbcommon",
5732]
5733
5734[[package]]
5735name = "gpui_macros"
5736version = "0.1.0"
5737dependencies = [
5738 "gpui",
5739 "proc-macro2",
5740 "quote",
5741 "syn 1.0.109",
5742]
5743
5744[[package]]
5745name = "gpui_tokio"
5746version = "0.1.0"
5747dependencies = [
5748 "gpui",
5749 "tokio",
5750 "util",
5751]
5752
5753[[package]]
5754name = "grid"
5755version = "0.13.0"
5756source = "registry+https://github.com/rust-lang/crates.io-index"
5757checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5758
5759[[package]]
5760name = "group"
5761version = "0.12.1"
5762source = "registry+https://github.com/rust-lang/crates.io-index"
5763checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5764dependencies = [
5765 "ff",
5766 "rand_core 0.6.4",
5767 "subtle",
5768]
5769
5770[[package]]
5771name = "h2"
5772version = "0.3.26"
5773source = "registry+https://github.com/rust-lang/crates.io-index"
5774checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5775dependencies = [
5776 "bytes 1.10.1",
5777 "fnv",
5778 "futures-core",
5779 "futures-sink",
5780 "futures-util",
5781 "http 0.2.12",
5782 "indexmap",
5783 "slab",
5784 "tokio",
5785 "tokio-util",
5786 "tracing",
5787]
5788
5789[[package]]
5790name = "h2"
5791version = "0.4.7"
5792source = "registry+https://github.com/rust-lang/crates.io-index"
5793checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5794dependencies = [
5795 "atomic-waker",
5796 "bytes 1.10.1",
5797 "fnv",
5798 "futures-core",
5799 "futures-sink",
5800 "http 1.2.0",
5801 "indexmap",
5802 "slab",
5803 "tokio",
5804 "tokio-util",
5805 "tracing",
5806]
5807
5808[[package]]
5809name = "half"
5810version = "2.4.1"
5811source = "registry+https://github.com/rust-lang/crates.io-index"
5812checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5813dependencies = [
5814 "cfg-if",
5815 "crunchy",
5816]
5817
5818[[package]]
5819name = "handlebars"
5820version = "4.5.0"
5821source = "registry+https://github.com/rust-lang/crates.io-index"
5822checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5823dependencies = [
5824 "log",
5825 "pest",
5826 "pest_derive",
5827 "serde",
5828 "serde_json",
5829 "thiserror 1.0.69",
5830]
5831
5832[[package]]
5833name = "handlebars"
5834version = "6.2.0"
5835source = "registry+https://github.com/rust-lang/crates.io-index"
5836checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5837dependencies = [
5838 "log",
5839 "num-order",
5840 "pest",
5841 "pest_derive",
5842 "serde",
5843 "serde_json",
5844 "thiserror 1.0.69",
5845]
5846
5847[[package]]
5848name = "hashbrown"
5849version = "0.12.3"
5850source = "registry+https://github.com/rust-lang/crates.io-index"
5851checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5852dependencies = [
5853 "ahash 0.7.8",
5854]
5855
5856[[package]]
5857name = "hashbrown"
5858version = "0.14.5"
5859source = "registry+https://github.com/rust-lang/crates.io-index"
5860checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5861dependencies = [
5862 "ahash 0.8.11",
5863 "allocator-api2",
5864]
5865
5866[[package]]
5867name = "hashbrown"
5868version = "0.15.2"
5869source = "registry+https://github.com/rust-lang/crates.io-index"
5870checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5871dependencies = [
5872 "allocator-api2",
5873 "equivalent",
5874 "foldhash",
5875 "serde",
5876]
5877
5878[[package]]
5879name = "hashlink"
5880version = "0.8.4"
5881source = "registry+https://github.com/rust-lang/crates.io-index"
5882checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5883dependencies = [
5884 "hashbrown 0.14.5",
5885]
5886
5887[[package]]
5888name = "hashlink"
5889version = "0.10.0"
5890source = "registry+https://github.com/rust-lang/crates.io-index"
5891checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
5892dependencies = [
5893 "hashbrown 0.15.2",
5894]
5895
5896[[package]]
5897name = "headers"
5898version = "0.3.9"
5899source = "registry+https://github.com/rust-lang/crates.io-index"
5900checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5901dependencies = [
5902 "base64 0.21.7",
5903 "bytes 1.10.1",
5904 "headers-core",
5905 "http 0.2.12",
5906 "httpdate",
5907 "mime",
5908 "sha1",
5909]
5910
5911[[package]]
5912name = "headers-core"
5913version = "0.2.0"
5914source = "registry+https://github.com/rust-lang/crates.io-index"
5915checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5916dependencies = [
5917 "http 0.2.12",
5918]
5919
5920[[package]]
5921name = "heck"
5922version = "0.3.3"
5923source = "registry+https://github.com/rust-lang/crates.io-index"
5924checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5925dependencies = [
5926 "unicode-segmentation",
5927]
5928
5929[[package]]
5930name = "heck"
5931version = "0.4.1"
5932source = "registry+https://github.com/rust-lang/crates.io-index"
5933checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5934dependencies = [
5935 "unicode-segmentation",
5936]
5937
5938[[package]]
5939name = "heck"
5940version = "0.5.0"
5941source = "registry+https://github.com/rust-lang/crates.io-index"
5942checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5943
5944[[package]]
5945name = "heed"
5946version = "0.21.0"
5947source = "registry+https://github.com/rust-lang/crates.io-index"
5948checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5949dependencies = [
5950 "bitflags 2.8.0",
5951 "byteorder",
5952 "heed-traits",
5953 "heed-types",
5954 "libc",
5955 "lmdb-master-sys",
5956 "once_cell",
5957 "page_size",
5958 "serde",
5959 "synchronoise",
5960 "url",
5961]
5962
5963[[package]]
5964name = "heed-traits"
5965version = "0.20.0"
5966source = "registry+https://github.com/rust-lang/crates.io-index"
5967checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5968
5969[[package]]
5970name = "heed-types"
5971version = "0.21.0"
5972source = "registry+https://github.com/rust-lang/crates.io-index"
5973checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5974dependencies = [
5975 "bincode",
5976 "byteorder",
5977 "heed-traits",
5978 "serde",
5979 "serde_json",
5980]
5981
5982[[package]]
5983name = "hermit-abi"
5984version = "0.3.9"
5985source = "registry+https://github.com/rust-lang/crates.io-index"
5986checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5987
5988[[package]]
5989name = "hermit-abi"
5990version = "0.4.0"
5991source = "registry+https://github.com/rust-lang/crates.io-index"
5992checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5993
5994[[package]]
5995name = "hex"
5996version = "0.4.3"
5997source = "registry+https://github.com/rust-lang/crates.io-index"
5998checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5999
6000[[package]]
6001name = "hexf-parse"
6002version = "0.2.1"
6003source = "registry+https://github.com/rust-lang/crates.io-index"
6004checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
6005
6006[[package]]
6007name = "hidden-trait"
6008version = "0.1.2"
6009source = "registry+https://github.com/rust-lang/crates.io-index"
6010checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
6011dependencies = [
6012 "proc-macro2",
6013 "quote",
6014 "syn 1.0.109",
6015]
6016
6017[[package]]
6018name = "hkdf"
6019version = "0.12.4"
6020source = "registry+https://github.com/rust-lang/crates.io-index"
6021checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
6022dependencies = [
6023 "hmac",
6024]
6025
6026[[package]]
6027name = "hmac"
6028version = "0.12.1"
6029source = "registry+https://github.com/rust-lang/crates.io-index"
6030checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
6031dependencies = [
6032 "digest",
6033]
6034
6035[[package]]
6036name = "home"
6037version = "0.5.9"
6038source = "registry+https://github.com/rust-lang/crates.io-index"
6039checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
6040dependencies = [
6041 "windows-sys 0.52.0",
6042]
6043
6044[[package]]
6045name = "hound"
6046version = "3.5.1"
6047source = "registry+https://github.com/rust-lang/crates.io-index"
6048checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
6049
6050[[package]]
6051name = "html5ever"
6052version = "0.27.0"
6053source = "registry+https://github.com/rust-lang/crates.io-index"
6054checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
6055dependencies = [
6056 "log",
6057 "mac",
6058 "markup5ever",
6059 "proc-macro2",
6060 "quote",
6061 "syn 2.0.100",
6062]
6063
6064[[package]]
6065name = "html_to_markdown"
6066version = "0.1.0"
6067dependencies = [
6068 "anyhow",
6069 "html5ever",
6070 "indoc",
6071 "markup5ever_rcdom",
6072 "pretty_assertions",
6073 "regex",
6074]
6075
6076[[package]]
6077name = "http"
6078version = "0.2.12"
6079source = "registry+https://github.com/rust-lang/crates.io-index"
6080checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
6081dependencies = [
6082 "bytes 1.10.1",
6083 "fnv",
6084 "itoa",
6085]
6086
6087[[package]]
6088name = "http"
6089version = "1.2.0"
6090source = "registry+https://github.com/rust-lang/crates.io-index"
6091checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
6092dependencies = [
6093 "bytes 1.10.1",
6094 "fnv",
6095 "itoa",
6096]
6097
6098[[package]]
6099name = "http-body"
6100version = "0.4.6"
6101source = "registry+https://github.com/rust-lang/crates.io-index"
6102checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
6103dependencies = [
6104 "bytes 1.10.1",
6105 "http 0.2.12",
6106 "pin-project-lite",
6107]
6108
6109[[package]]
6110name = "http-body"
6111version = "1.0.1"
6112source = "registry+https://github.com/rust-lang/crates.io-index"
6113checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
6114dependencies = [
6115 "bytes 1.10.1",
6116 "http 1.2.0",
6117]
6118
6119[[package]]
6120name = "http-body-util"
6121version = "0.1.2"
6122source = "registry+https://github.com/rust-lang/crates.io-index"
6123checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
6124dependencies = [
6125 "bytes 1.10.1",
6126 "futures-util",
6127 "http 1.2.0",
6128 "http-body 1.0.1",
6129 "pin-project-lite",
6130]
6131
6132[[package]]
6133name = "http-range-header"
6134version = "0.3.1"
6135source = "registry+https://github.com/rust-lang/crates.io-index"
6136checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
6137
6138[[package]]
6139name = "http-types"
6140version = "2.12.0"
6141source = "registry+https://github.com/rust-lang/crates.io-index"
6142checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
6143dependencies = [
6144 "anyhow",
6145 "async-channel 1.9.0",
6146 "base64 0.13.1",
6147 "futures-lite 1.13.0",
6148 "http 0.2.12",
6149 "infer",
6150 "pin-project-lite",
6151 "rand 0.7.3",
6152 "serde",
6153 "serde_json",
6154 "serde_qs 0.8.5",
6155 "serde_urlencoded",
6156 "url",
6157]
6158
6159[[package]]
6160name = "http_client"
6161version = "0.1.0"
6162dependencies = [
6163 "anyhow",
6164 "bytes 1.10.1",
6165 "derive_more",
6166 "futures 0.3.31",
6167 "http 1.2.0",
6168 "log",
6169 "rustls 0.23.23",
6170 "rustls-platform-verifier",
6171 "serde",
6172 "serde_json",
6173 "url",
6174]
6175
6176[[package]]
6177name = "httparse"
6178version = "1.9.5"
6179source = "registry+https://github.com/rust-lang/crates.io-index"
6180checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
6181
6182[[package]]
6183name = "httpdate"
6184version = "1.0.3"
6185source = "registry+https://github.com/rust-lang/crates.io-index"
6186checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
6187
6188[[package]]
6189name = "human_bytes"
6190version = "0.4.3"
6191source = "registry+https://github.com/rust-lang/crates.io-index"
6192checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
6193
6194[[package]]
6195name = "humantime"
6196version = "2.1.0"
6197source = "registry+https://github.com/rust-lang/crates.io-index"
6198checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
6199
6200[[package]]
6201name = "hyper"
6202version = "0.14.32"
6203source = "registry+https://github.com/rust-lang/crates.io-index"
6204checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
6205dependencies = [
6206 "bytes 1.10.1",
6207 "futures-channel",
6208 "futures-core",
6209 "futures-util",
6210 "h2 0.3.26",
6211 "http 0.2.12",
6212 "http-body 0.4.6",
6213 "httparse",
6214 "httpdate",
6215 "itoa",
6216 "pin-project-lite",
6217 "socket2",
6218 "tokio",
6219 "tower-service",
6220 "tracing",
6221 "want",
6222]
6223
6224[[package]]
6225name = "hyper"
6226version = "1.5.1"
6227source = "registry+https://github.com/rust-lang/crates.io-index"
6228checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
6229dependencies = [
6230 "bytes 1.10.1",
6231 "futures-channel",
6232 "futures-util",
6233 "h2 0.4.7",
6234 "http 1.2.0",
6235 "http-body 1.0.1",
6236 "httparse",
6237 "itoa",
6238 "pin-project-lite",
6239 "smallvec",
6240 "tokio",
6241 "want",
6242]
6243
6244[[package]]
6245name = "hyper-rustls"
6246version = "0.24.2"
6247source = "registry+https://github.com/rust-lang/crates.io-index"
6248checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
6249dependencies = [
6250 "futures-util",
6251 "http 0.2.12",
6252 "hyper 0.14.32",
6253 "log",
6254 "rustls 0.21.12",
6255 "rustls-native-certs 0.6.3",
6256 "tokio",
6257 "tokio-rustls 0.24.1",
6258]
6259
6260[[package]]
6261name = "hyper-rustls"
6262version = "0.27.3"
6263source = "registry+https://github.com/rust-lang/crates.io-index"
6264checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
6265dependencies = [
6266 "futures-util",
6267 "http 1.2.0",
6268 "hyper 1.5.1",
6269 "hyper-util",
6270 "rustls 0.23.23",
6271 "rustls-native-certs 0.8.1",
6272 "rustls-pki-types",
6273 "tokio",
6274 "tokio-rustls 0.26.1",
6275 "tower-service",
6276]
6277
6278[[package]]
6279name = "hyper-tls"
6280version = "0.5.0"
6281source = "registry+https://github.com/rust-lang/crates.io-index"
6282checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
6283dependencies = [
6284 "bytes 1.10.1",
6285 "hyper 0.14.32",
6286 "native-tls",
6287 "tokio",
6288 "tokio-native-tls",
6289]
6290
6291[[package]]
6292name = "hyper-util"
6293version = "0.1.10"
6294source = "registry+https://github.com/rust-lang/crates.io-index"
6295checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
6296dependencies = [
6297 "bytes 1.10.1",
6298 "futures-channel",
6299 "futures-util",
6300 "http 1.2.0",
6301 "http-body 1.0.1",
6302 "hyper 1.5.1",
6303 "pin-project-lite",
6304 "socket2",
6305 "tokio",
6306 "tower-service",
6307 "tracing",
6308]
6309
6310[[package]]
6311name = "iana-time-zone"
6312version = "0.1.61"
6313source = "registry+https://github.com/rust-lang/crates.io-index"
6314checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
6315dependencies = [
6316 "android_system_properties",
6317 "core-foundation-sys",
6318 "iana-time-zone-haiku",
6319 "js-sys",
6320 "wasm-bindgen",
6321 "windows-core 0.52.0",
6322]
6323
6324[[package]]
6325name = "iana-time-zone-haiku"
6326version = "0.1.2"
6327source = "registry+https://github.com/rust-lang/crates.io-index"
6328checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6329dependencies = [
6330 "cc",
6331]
6332
6333[[package]]
6334name = "icu_collections"
6335version = "1.5.0"
6336source = "registry+https://github.com/rust-lang/crates.io-index"
6337checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6338dependencies = [
6339 "displaydoc",
6340 "yoke",
6341 "zerofrom",
6342 "zerovec",
6343]
6344
6345[[package]]
6346name = "icu_locid"
6347version = "1.5.0"
6348source = "registry+https://github.com/rust-lang/crates.io-index"
6349checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6350dependencies = [
6351 "displaydoc",
6352 "litemap",
6353 "tinystr",
6354 "writeable",
6355 "zerovec",
6356]
6357
6358[[package]]
6359name = "icu_locid_transform"
6360version = "1.5.0"
6361source = "registry+https://github.com/rust-lang/crates.io-index"
6362checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6363dependencies = [
6364 "displaydoc",
6365 "icu_locid",
6366 "icu_locid_transform_data",
6367 "icu_provider",
6368 "tinystr",
6369 "zerovec",
6370]
6371
6372[[package]]
6373name = "icu_locid_transform_data"
6374version = "1.5.0"
6375source = "registry+https://github.com/rust-lang/crates.io-index"
6376checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6377
6378[[package]]
6379name = "icu_normalizer"
6380version = "1.5.0"
6381source = "registry+https://github.com/rust-lang/crates.io-index"
6382checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6383dependencies = [
6384 "displaydoc",
6385 "icu_collections",
6386 "icu_normalizer_data",
6387 "icu_properties",
6388 "icu_provider",
6389 "smallvec",
6390 "utf16_iter",
6391 "utf8_iter",
6392 "write16",
6393 "zerovec",
6394]
6395
6396[[package]]
6397name = "icu_normalizer_data"
6398version = "1.5.0"
6399source = "registry+https://github.com/rust-lang/crates.io-index"
6400checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6401
6402[[package]]
6403name = "icu_properties"
6404version = "1.5.1"
6405source = "registry+https://github.com/rust-lang/crates.io-index"
6406checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6407dependencies = [
6408 "displaydoc",
6409 "icu_collections",
6410 "icu_locid_transform",
6411 "icu_properties_data",
6412 "icu_provider",
6413 "tinystr",
6414 "zerovec",
6415]
6416
6417[[package]]
6418name = "icu_properties_data"
6419version = "1.5.0"
6420source = "registry+https://github.com/rust-lang/crates.io-index"
6421checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6422
6423[[package]]
6424name = "icu_provider"
6425version = "1.5.0"
6426source = "registry+https://github.com/rust-lang/crates.io-index"
6427checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6428dependencies = [
6429 "displaydoc",
6430 "icu_locid",
6431 "icu_provider_macros",
6432 "stable_deref_trait",
6433 "tinystr",
6434 "writeable",
6435 "yoke",
6436 "zerofrom",
6437 "zerovec",
6438]
6439
6440[[package]]
6441name = "icu_provider_macros"
6442version = "1.5.0"
6443source = "registry+https://github.com/rust-lang/crates.io-index"
6444checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6445dependencies = [
6446 "proc-macro2",
6447 "quote",
6448 "syn 2.0.100",
6449]
6450
6451[[package]]
6452name = "id-arena"
6453version = "2.2.1"
6454source = "registry+https://github.com/rust-lang/crates.io-index"
6455checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6456
6457[[package]]
6458name = "idna"
6459version = "1.0.3"
6460source = "registry+https://github.com/rust-lang/crates.io-index"
6461checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6462dependencies = [
6463 "idna_adapter",
6464 "smallvec",
6465 "utf8_iter",
6466]
6467
6468[[package]]
6469name = "idna_adapter"
6470version = "1.2.0"
6471source = "registry+https://github.com/rust-lang/crates.io-index"
6472checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6473dependencies = [
6474 "icu_normalizer",
6475 "icu_properties",
6476]
6477
6478[[package]]
6479name = "ignore"
6480version = "0.4.23"
6481source = "registry+https://github.com/rust-lang/crates.io-index"
6482checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6483dependencies = [
6484 "crossbeam-deque",
6485 "globset",
6486 "log",
6487 "memchr",
6488 "regex-automata 0.4.9",
6489 "same-file",
6490 "walkdir",
6491 "winapi-util",
6492]
6493
6494[[package]]
6495name = "image"
6496version = "0.25.5"
6497source = "registry+https://github.com/rust-lang/crates.io-index"
6498checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6499dependencies = [
6500 "bytemuck",
6501 "byteorder-lite",
6502 "color_quant",
6503 "exr",
6504 "gif",
6505 "image-webp",
6506 "num-traits",
6507 "png",
6508 "qoi",
6509 "ravif",
6510 "rayon",
6511 "rgb",
6512 "tiff",
6513 "zune-core",
6514 "zune-jpeg",
6515]
6516
6517[[package]]
6518name = "image-webp"
6519version = "0.2.0"
6520source = "registry+https://github.com/rust-lang/crates.io-index"
6521checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6522dependencies = [
6523 "byteorder-lite",
6524 "quick-error",
6525]
6526
6527[[package]]
6528name = "image_viewer"
6529version = "0.1.0"
6530dependencies = [
6531 "anyhow",
6532 "db",
6533 "editor",
6534 "file_icons",
6535 "gpui",
6536 "project",
6537 "schemars",
6538 "serde",
6539 "settings",
6540 "theme",
6541 "ui",
6542 "util",
6543 "workspace",
6544]
6545
6546[[package]]
6547name = "imagesize"
6548version = "0.13.0"
6549source = "registry+https://github.com/rust-lang/crates.io-index"
6550checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6551
6552[[package]]
6553name = "imara-diff"
6554version = "0.1.8"
6555source = "registry+https://github.com/rust-lang/crates.io-index"
6556checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
6557dependencies = [
6558 "hashbrown 0.15.2",
6559]
6560
6561[[package]]
6562name = "imgref"
6563version = "1.11.0"
6564source = "registry+https://github.com/rust-lang/crates.io-index"
6565checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6566
6567[[package]]
6568name = "indexed_docs"
6569version = "0.1.0"
6570dependencies = [
6571 "anyhow",
6572 "async-trait",
6573 "cargo_metadata",
6574 "collections",
6575 "derive_more",
6576 "extension",
6577 "fs",
6578 "futures 0.3.31",
6579 "fuzzy",
6580 "gpui",
6581 "heed",
6582 "html_to_markdown",
6583 "http_client",
6584 "indexmap",
6585 "indoc",
6586 "parking_lot",
6587 "paths",
6588 "pretty_assertions",
6589 "serde",
6590 "strum",
6591 "util",
6592]
6593
6594[[package]]
6595name = "indexmap"
6596version = "2.7.1"
6597source = "registry+https://github.com/rust-lang/crates.io-index"
6598checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
6599dependencies = [
6600 "equivalent",
6601 "hashbrown 0.15.2",
6602 "serde",
6603]
6604
6605[[package]]
6606name = "indoc"
6607version = "2.0.6"
6608source = "registry+https://github.com/rust-lang/crates.io-index"
6609checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
6610
6611[[package]]
6612name = "infer"
6613version = "0.2.3"
6614source = "registry+https://github.com/rust-lang/crates.io-index"
6615checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6616
6617[[package]]
6618name = "inherent"
6619version = "1.0.11"
6620source = "registry+https://github.com/rust-lang/crates.io-index"
6621checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6622dependencies = [
6623 "proc-macro2",
6624 "quote",
6625 "syn 2.0.100",
6626]
6627
6628[[package]]
6629name = "inline_completion"
6630version = "0.1.0"
6631dependencies = [
6632 "gpui",
6633 "language",
6634 "project",
6635]
6636
6637[[package]]
6638name = "inline_completion_button"
6639version = "0.1.0"
6640dependencies = [
6641 "anyhow",
6642 "client",
6643 "copilot",
6644 "editor",
6645 "feature_flags",
6646 "fs",
6647 "futures 0.3.31",
6648 "gpui",
6649 "indoc",
6650 "inline_completion",
6651 "language",
6652 "lsp",
6653 "paths",
6654 "project",
6655 "regex",
6656 "serde_json",
6657 "settings",
6658 "supermaven",
6659 "telemetry",
6660 "theme",
6661 "ui",
6662 "workspace",
6663 "zed_actions",
6664 "zeta",
6665]
6666
6667[[package]]
6668name = "inotify"
6669version = "0.9.6"
6670source = "registry+https://github.com/rust-lang/crates.io-index"
6671checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6672dependencies = [
6673 "bitflags 1.3.2",
6674 "inotify-sys",
6675 "libc",
6676]
6677
6678[[package]]
6679name = "inotify"
6680version = "0.11.0"
6681source = "registry+https://github.com/rust-lang/crates.io-index"
6682checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
6683dependencies = [
6684 "bitflags 2.8.0",
6685 "inotify-sys",
6686 "libc",
6687]
6688
6689[[package]]
6690name = "inotify-sys"
6691version = "0.1.5"
6692source = "registry+https://github.com/rust-lang/crates.io-index"
6693checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6694dependencies = [
6695 "libc",
6696]
6697
6698[[package]]
6699name = "inout"
6700version = "0.1.3"
6701source = "registry+https://github.com/rust-lang/crates.io-index"
6702checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6703dependencies = [
6704 "block-padding",
6705 "generic-array",
6706]
6707
6708[[package]]
6709name = "install_cli"
6710version = "0.1.0"
6711dependencies = [
6712 "anyhow",
6713 "gpui",
6714 "smol",
6715 "util",
6716]
6717
6718[[package]]
6719name = "instant"
6720version = "0.1.13"
6721source = "registry+https://github.com/rust-lang/crates.io-index"
6722checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6723dependencies = [
6724 "cfg-if",
6725]
6726
6727[[package]]
6728name = "interpolate_name"
6729version = "0.2.4"
6730source = "registry+https://github.com/rust-lang/crates.io-index"
6731checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6732dependencies = [
6733 "proc-macro2",
6734 "quote",
6735 "syn 2.0.100",
6736]
6737
6738[[package]]
6739name = "inventory"
6740version = "0.3.20"
6741source = "registry+https://github.com/rust-lang/crates.io-index"
6742checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
6743dependencies = [
6744 "rustversion",
6745]
6746
6747[[package]]
6748name = "io-extras"
6749version = "0.18.4"
6750source = "registry+https://github.com/rust-lang/crates.io-index"
6751checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6752dependencies = [
6753 "io-lifetimes",
6754 "windows-sys 0.59.0",
6755]
6756
6757[[package]]
6758name = "io-lifetimes"
6759version = "2.0.4"
6760source = "registry+https://github.com/rust-lang/crates.io-index"
6761checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6762
6763[[package]]
6764name = "iovec"
6765version = "0.1.4"
6766source = "registry+https://github.com/rust-lang/crates.io-index"
6767checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6768dependencies = [
6769 "libc",
6770]
6771
6772[[package]]
6773name = "ipc-channel"
6774version = "0.19.0"
6775source = "registry+https://github.com/rust-lang/crates.io-index"
6776checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6777dependencies = [
6778 "bincode",
6779 "crossbeam-channel",
6780 "fnv",
6781 "lazy_static",
6782 "libc",
6783 "mio 1.0.3",
6784 "rand 0.8.5",
6785 "serde",
6786 "tempfile",
6787 "uuid",
6788 "windows 0.58.0",
6789]
6790
6791[[package]]
6792name = "ipnet"
6793version = "2.10.1"
6794source = "registry+https://github.com/rust-lang/crates.io-index"
6795checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6796
6797[[package]]
6798name = "is-docker"
6799version = "0.2.0"
6800source = "registry+https://github.com/rust-lang/crates.io-index"
6801checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6802dependencies = [
6803 "once_cell",
6804]
6805
6806[[package]]
6807name = "is-terminal"
6808version = "0.4.13"
6809source = "registry+https://github.com/rust-lang/crates.io-index"
6810checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6811dependencies = [
6812 "hermit-abi 0.4.0",
6813 "libc",
6814 "windows-sys 0.52.0",
6815]
6816
6817[[package]]
6818name = "is-wsl"
6819version = "0.4.0"
6820source = "registry+https://github.com/rust-lang/crates.io-index"
6821checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6822dependencies = [
6823 "is-docker",
6824 "once_cell",
6825]
6826
6827[[package]]
6828name = "is_terminal_polyfill"
6829version = "1.70.1"
6830source = "registry+https://github.com/rust-lang/crates.io-index"
6831checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6832
6833[[package]]
6834name = "itertools"
6835version = "0.10.5"
6836source = "registry+https://github.com/rust-lang/crates.io-index"
6837checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6838dependencies = [
6839 "either",
6840]
6841
6842[[package]]
6843name = "itertools"
6844version = "0.11.0"
6845source = "registry+https://github.com/rust-lang/crates.io-index"
6846checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6847dependencies = [
6848 "either",
6849]
6850
6851[[package]]
6852name = "itertools"
6853version = "0.12.1"
6854source = "registry+https://github.com/rust-lang/crates.io-index"
6855checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6856dependencies = [
6857 "either",
6858]
6859
6860[[package]]
6861name = "itertools"
6862version = "0.14.0"
6863source = "registry+https://github.com/rust-lang/crates.io-index"
6864checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6865dependencies = [
6866 "either",
6867]
6868
6869[[package]]
6870name = "itoa"
6871version = "1.0.14"
6872source = "registry+https://github.com/rust-lang/crates.io-index"
6873checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6874
6875[[package]]
6876name = "jiff"
6877version = "0.2.4"
6878source = "registry+https://github.com/rust-lang/crates.io-index"
6879checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
6880dependencies = [
6881 "jiff-static",
6882 "log",
6883 "portable-atomic",
6884 "portable-atomic-util",
6885 "serde",
6886]
6887
6888[[package]]
6889name = "jiff-static"
6890version = "0.2.4"
6891source = "registry+https://github.com/rust-lang/crates.io-index"
6892checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
6893dependencies = [
6894 "proc-macro2",
6895 "quote",
6896 "syn 2.0.100",
6897]
6898
6899[[package]]
6900name = "jni"
6901version = "0.21.1"
6902source = "registry+https://github.com/rust-lang/crates.io-index"
6903checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6904dependencies = [
6905 "cesu8",
6906 "cfg-if",
6907 "combine",
6908 "jni-sys",
6909 "log",
6910 "thiserror 1.0.69",
6911 "walkdir",
6912 "windows-sys 0.45.0",
6913]
6914
6915[[package]]
6916name = "jni-sys"
6917version = "0.3.0"
6918source = "registry+https://github.com/rust-lang/crates.io-index"
6919checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6920
6921[[package]]
6922name = "jobserver"
6923version = "0.1.32"
6924source = "registry+https://github.com/rust-lang/crates.io-index"
6925checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6926dependencies = [
6927 "libc",
6928]
6929
6930[[package]]
6931name = "journal"
6932version = "0.1.0"
6933dependencies = [
6934 "anyhow",
6935 "chrono",
6936 "editor",
6937 "gpui",
6938 "log",
6939 "schemars",
6940 "serde",
6941 "settings",
6942 "shellexpand 2.1.2",
6943 "workspace",
6944]
6945
6946[[package]]
6947name = "jpeg-decoder"
6948version = "0.3.1"
6949source = "registry+https://github.com/rust-lang/crates.io-index"
6950checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6951
6952[[package]]
6953name = "js-sys"
6954version = "0.3.76"
6955source = "registry+https://github.com/rust-lang/crates.io-index"
6956checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6957dependencies = [
6958 "once_cell",
6959 "wasm-bindgen",
6960]
6961
6962[[package]]
6963name = "jsonwebtoken"
6964version = "9.3.1"
6965source = "registry+https://github.com/rust-lang/crates.io-index"
6966checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
6967dependencies = [
6968 "base64 0.22.1",
6969 "js-sys",
6970 "pem",
6971 "ring",
6972 "serde",
6973 "serde_json",
6974 "simple_asn1",
6975]
6976
6977[[package]]
6978name = "jupyter-protocol"
6979version = "0.6.0"
6980source = "registry+https://github.com/rust-lang/crates.io-index"
6981checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6982dependencies = [
6983 "anyhow",
6984 "async-trait",
6985 "bytes 1.10.1",
6986 "chrono",
6987 "futures 0.3.31",
6988 "serde",
6989 "serde_json",
6990 "uuid",
6991]
6992
6993[[package]]
6994name = "jupyter-websocket-client"
6995version = "0.9.0"
6996source = "registry+https://github.com/rust-lang/crates.io-index"
6997checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6998dependencies = [
6999 "anyhow",
7000 "async-trait",
7001 "async-tungstenite",
7002 "futures 0.3.31",
7003 "jupyter-protocol",
7004 "serde",
7005 "serde_json",
7006 "url",
7007 "uuid",
7008]
7009
7010[[package]]
7011name = "khronos-egl"
7012version = "6.0.0"
7013source = "registry+https://github.com/rust-lang/crates.io-index"
7014checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
7015dependencies = [
7016 "libc",
7017 "libloading",
7018]
7019
7020[[package]]
7021name = "kqueue"
7022version = "1.0.8"
7023source = "registry+https://github.com/rust-lang/crates.io-index"
7024checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
7025dependencies = [
7026 "kqueue-sys",
7027 "libc",
7028]
7029
7030[[package]]
7031name = "kqueue-sys"
7032version = "1.0.4"
7033source = "registry+https://github.com/rust-lang/crates.io-index"
7034checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
7035dependencies = [
7036 "bitflags 1.3.2",
7037 "libc",
7038]
7039
7040[[package]]
7041name = "kurbo"
7042version = "0.11.1"
7043source = "registry+https://github.com/rust-lang/crates.io-index"
7044checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
7045dependencies = [
7046 "arrayvec",
7047 "smallvec",
7048]
7049
7050[[package]]
7051name = "kv-log-macro"
7052version = "1.0.7"
7053source = "registry+https://github.com/rust-lang/crates.io-index"
7054checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
7055dependencies = [
7056 "log",
7057]
7058
7059[[package]]
7060name = "language"
7061version = "0.1.0"
7062dependencies = [
7063 "anyhow",
7064 "async-trait",
7065 "async-watch",
7066 "clock",
7067 "collections",
7068 "ctor",
7069 "ec4rs",
7070 "env_logger 0.11.7",
7071 "fs",
7072 "futures 0.3.31",
7073 "fuzzy",
7074 "globset",
7075 "gpui",
7076 "http_client",
7077 "imara-diff",
7078 "indoc",
7079 "itertools 0.14.0",
7080 "log",
7081 "lsp",
7082 "parking_lot",
7083 "postage",
7084 "pretty_assertions",
7085 "rand 0.8.5",
7086 "regex",
7087 "rpc",
7088 "schemars",
7089 "serde",
7090 "serde_json",
7091 "settings",
7092 "smallvec",
7093 "smol",
7094 "streaming-iterator",
7095 "strsim",
7096 "sum_tree",
7097 "task",
7098 "text",
7099 "theme",
7100 "tree-sitter",
7101 "tree-sitter-elixir",
7102 "tree-sitter-embedded-template",
7103 "tree-sitter-heex",
7104 "tree-sitter-html",
7105 "tree-sitter-json",
7106 "tree-sitter-md",
7107 "tree-sitter-ruby",
7108 "tree-sitter-rust",
7109 "tree-sitter-typescript",
7110 "unicase",
7111 "unindent",
7112 "util",
7113]
7114
7115[[package]]
7116name = "language_extension"
7117version = "0.1.0"
7118dependencies = [
7119 "anyhow",
7120 "async-trait",
7121 "collections",
7122 "extension",
7123 "fs",
7124 "futures 0.3.31",
7125 "gpui",
7126 "language",
7127 "lsp",
7128 "serde",
7129 "serde_json",
7130 "util",
7131]
7132
7133[[package]]
7134name = "language_model"
7135version = "0.1.0"
7136dependencies = [
7137 "anthropic",
7138 "anyhow",
7139 "base64 0.22.1",
7140 "client",
7141 "collections",
7142 "futures 0.3.31",
7143 "google_ai",
7144 "gpui",
7145 "http_client",
7146 "image",
7147 "log",
7148 "open_ai",
7149 "parking_lot",
7150 "proto",
7151 "schemars",
7152 "serde",
7153 "serde_json",
7154 "smol",
7155 "strum",
7156 "telemetry_events",
7157 "thiserror 1.0.69",
7158 "ui",
7159 "util",
7160]
7161
7162[[package]]
7163name = "language_model_selector"
7164version = "0.1.0"
7165dependencies = [
7166 "feature_flags",
7167 "gpui",
7168 "language_model",
7169 "log",
7170 "picker",
7171 "proto",
7172 "ui",
7173 "workspace",
7174 "zed_actions",
7175]
7176
7177[[package]]
7178name = "language_models"
7179version = "0.1.0"
7180dependencies = [
7181 "anthropic",
7182 "anyhow",
7183 "aws-config",
7184 "aws-credential-types",
7185 "aws_http_client",
7186 "bedrock",
7187 "client",
7188 "collections",
7189 "copilot",
7190 "credentials_provider",
7191 "deepseek",
7192 "editor",
7193 "feature_flags",
7194 "fs",
7195 "futures 0.3.31",
7196 "google_ai",
7197 "gpui",
7198 "gpui_tokio",
7199 "http_client",
7200 "language_model",
7201 "lmstudio",
7202 "log",
7203 "menu",
7204 "mistral",
7205 "ollama",
7206 "open_ai",
7207 "project",
7208 "proto",
7209 "schemars",
7210 "serde",
7211 "serde_json",
7212 "settings",
7213 "smol",
7214 "strum",
7215 "theme",
7216 "tiktoken-rs",
7217 "tokio",
7218 "ui",
7219 "util",
7220]
7221
7222[[package]]
7223name = "language_selector"
7224version = "0.1.0"
7225dependencies = [
7226 "anyhow",
7227 "editor",
7228 "file_finder",
7229 "file_icons",
7230 "fuzzy",
7231 "gpui",
7232 "language",
7233 "picker",
7234 "project",
7235 "settings",
7236 "ui",
7237 "util",
7238 "workspace",
7239]
7240
7241[[package]]
7242name = "language_tools"
7243version = "0.1.0"
7244dependencies = [
7245 "anyhow",
7246 "client",
7247 "collections",
7248 "copilot",
7249 "editor",
7250 "env_logger 0.11.7",
7251 "futures 0.3.31",
7252 "gpui",
7253 "itertools 0.14.0",
7254 "language",
7255 "lsp",
7256 "project",
7257 "release_channel",
7258 "serde_json",
7259 "settings",
7260 "theme",
7261 "tree-sitter",
7262 "ui",
7263 "util",
7264 "workspace",
7265 "zed_actions",
7266]
7267
7268[[package]]
7269name = "languages"
7270version = "0.1.0"
7271dependencies = [
7272 "anyhow",
7273 "async-compression",
7274 "async-tar",
7275 "async-trait",
7276 "collections",
7277 "futures 0.3.31",
7278 "gpui",
7279 "http_client",
7280 "language",
7281 "log",
7282 "lsp",
7283 "node_runtime",
7284 "paths",
7285 "pet",
7286 "pet-conda",
7287 "pet-core",
7288 "pet-fs",
7289 "pet-poetry",
7290 "pet-reporter",
7291 "pretty_assertions",
7292 "project",
7293 "regex",
7294 "rope",
7295 "rust-embed",
7296 "serde",
7297 "serde_json",
7298 "settings",
7299 "smol",
7300 "snippet_provider",
7301 "task",
7302 "text",
7303 "theme",
7304 "toml 0.8.20",
7305 "tree-sitter",
7306 "tree-sitter-bash",
7307 "tree-sitter-c",
7308 "tree-sitter-cpp",
7309 "tree-sitter-css",
7310 "tree-sitter-diff",
7311 "tree-sitter-gitcommit",
7312 "tree-sitter-go",
7313 "tree-sitter-gomod",
7314 "tree-sitter-gowork",
7315 "tree-sitter-jsdoc",
7316 "tree-sitter-json",
7317 "tree-sitter-md",
7318 "tree-sitter-python",
7319 "tree-sitter-regex",
7320 "tree-sitter-rust",
7321 "tree-sitter-typescript",
7322 "tree-sitter-yaml",
7323 "unindent",
7324 "util",
7325 "workspace",
7326]
7327
7328[[package]]
7329name = "lazy_static"
7330version = "1.5.0"
7331source = "registry+https://github.com/rust-lang/crates.io-index"
7332checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
7333dependencies = [
7334 "spin",
7335]
7336
7337[[package]]
7338name = "lazycell"
7339version = "1.3.0"
7340source = "registry+https://github.com/rust-lang/crates.io-index"
7341checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
7342
7343[[package]]
7344name = "leb128"
7345version = "0.2.5"
7346source = "registry+https://github.com/rust-lang/crates.io-index"
7347checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
7348
7349[[package]]
7350name = "lebe"
7351version = "0.5.2"
7352source = "registry+https://github.com/rust-lang/crates.io-index"
7353checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
7354
7355[[package]]
7356name = "libc"
7357version = "0.2.171"
7358source = "registry+https://github.com/rust-lang/crates.io-index"
7359checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
7360
7361[[package]]
7362name = "libdbus-sys"
7363version = "0.2.5"
7364source = "registry+https://github.com/rust-lang/crates.io-index"
7365checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
7366dependencies = [
7367 "cc",
7368 "pkg-config",
7369]
7370
7371[[package]]
7372name = "libfuzzer-sys"
7373version = "0.4.8"
7374source = "registry+https://github.com/rust-lang/crates.io-index"
7375checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
7376dependencies = [
7377 "arbitrary",
7378 "cc",
7379]
7380
7381[[package]]
7382name = "libgit2-sys"
7383version = "0.18.0+1.9.0"
7384source = "git+https://github.com/rust-lang/git2-rs?rev=a3b90cb3756c1bb63e2317bf9cfa57838178de5c#a3b90cb3756c1bb63e2317bf9cfa57838178de5c"
7385dependencies = [
7386 "cc",
7387 "libc",
7388 "libz-sys",
7389 "pkg-config",
7390]
7391
7392[[package]]
7393name = "libloading"
7394version = "0.8.6"
7395source = "registry+https://github.com/rust-lang/crates.io-index"
7396checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
7397dependencies = [
7398 "cfg-if",
7399 "windows-targets 0.52.6",
7400]
7401
7402[[package]]
7403name = "libm"
7404version = "0.2.11"
7405source = "registry+https://github.com/rust-lang/crates.io-index"
7406checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7407
7408[[package]]
7409name = "libmimalloc-sys"
7410version = "0.1.39"
7411source = "registry+https://github.com/rust-lang/crates.io-index"
7412checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7413dependencies = [
7414 "cc",
7415 "libc",
7416]
7417
7418[[package]]
7419name = "libredox"
7420version = "0.1.3"
7421source = "registry+https://github.com/rust-lang/crates.io-index"
7422checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7423dependencies = [
7424 "bitflags 2.8.0",
7425 "libc",
7426 "redox_syscall 0.5.8",
7427]
7428
7429[[package]]
7430name = "libsqlite3-sys"
7431version = "0.30.1"
7432source = "registry+https://github.com/rust-lang/crates.io-index"
7433checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7434dependencies = [
7435 "cc",
7436 "pkg-config",
7437 "vcpkg",
7438]
7439
7440[[package]]
7441name = "libwebrtc"
7442version = "0.3.7"
7443source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7444dependencies = [
7445 "cxx",
7446 "jni",
7447 "js-sys",
7448 "lazy_static",
7449 "livekit-protocol",
7450 "livekit-runtime",
7451 "log",
7452 "parking_lot",
7453 "serde",
7454 "serde_json",
7455 "thiserror 1.0.69",
7456 "tokio",
7457 "wasm-bindgen",
7458 "wasm-bindgen-futures",
7459 "web-sys",
7460 "webrtc-sys",
7461]
7462
7463[[package]]
7464name = "libz-sys"
7465version = "1.1.20"
7466source = "registry+https://github.com/rust-lang/crates.io-index"
7467checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7468dependencies = [
7469 "cc",
7470 "libc",
7471 "pkg-config",
7472 "vcpkg",
7473]
7474
7475[[package]]
7476name = "link-cplusplus"
7477version = "1.0.9"
7478source = "registry+https://github.com/rust-lang/crates.io-index"
7479checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7480dependencies = [
7481 "cc",
7482]
7483
7484[[package]]
7485name = "linkify"
7486version = "0.10.0"
7487source = "registry+https://github.com/rust-lang/crates.io-index"
7488checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7489dependencies = [
7490 "memchr",
7491]
7492
7493[[package]]
7494name = "linkme"
7495version = "0.3.32"
7496source = "registry+https://github.com/rust-lang/crates.io-index"
7497checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
7498dependencies = [
7499 "linkme-impl",
7500]
7501
7502[[package]]
7503name = "linkme-impl"
7504version = "0.3.32"
7505source = "registry+https://github.com/rust-lang/crates.io-index"
7506checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
7507dependencies = [
7508 "proc-macro2",
7509 "quote",
7510 "syn 2.0.100",
7511]
7512
7513[[package]]
7514name = "linux-raw-sys"
7515version = "0.4.14"
7516source = "registry+https://github.com/rust-lang/crates.io-index"
7517checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7518
7519[[package]]
7520name = "litemap"
7521version = "0.7.4"
7522source = "registry+https://github.com/rust-lang/crates.io-index"
7523checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7524
7525[[package]]
7526name = "livekit"
7527version = "0.7.0"
7528source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7529dependencies = [
7530 "chrono",
7531 "futures-util",
7532 "lazy_static",
7533 "libwebrtc",
7534 "livekit-api",
7535 "livekit-protocol",
7536 "livekit-runtime",
7537 "log",
7538 "parking_lot",
7539 "prost 0.12.6",
7540 "semver",
7541 "serde",
7542 "serde_json",
7543 "thiserror 1.0.69",
7544 "tokio",
7545]
7546
7547[[package]]
7548name = "livekit-api"
7549version = "0.4.1"
7550source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7551dependencies = [
7552 "async-tungstenite",
7553 "futures-util",
7554 "http 0.2.12",
7555 "jsonwebtoken",
7556 "livekit-protocol",
7557 "livekit-runtime",
7558 "log",
7559 "parking_lot",
7560 "prost 0.12.6",
7561 "reqwest 0.11.27",
7562 "scopeguard",
7563 "serde",
7564 "serde_json",
7565 "sha2",
7566 "thiserror 1.0.69",
7567 "tokio",
7568 "tokio-tungstenite 0.20.1",
7569 "url",
7570]
7571
7572[[package]]
7573name = "livekit-protocol"
7574version = "0.3.6"
7575source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7576dependencies = [
7577 "futures-util",
7578 "livekit-runtime",
7579 "parking_lot",
7580 "pbjson",
7581 "pbjson-types",
7582 "prost 0.12.6",
7583 "prost-types 0.12.6",
7584 "serde",
7585 "thiserror 1.0.69",
7586 "tokio",
7587]
7588
7589[[package]]
7590name = "livekit-runtime"
7591version = "0.3.1"
7592source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
7593dependencies = [
7594 "async-io",
7595 "async-std",
7596 "async-task",
7597 "futures 0.3.31",
7598]
7599
7600[[package]]
7601name = "livekit_api"
7602version = "0.1.0"
7603dependencies = [
7604 "anyhow",
7605 "async-trait",
7606 "jsonwebtoken",
7607 "log",
7608 "prost 0.9.0",
7609 "prost-build 0.9.0",
7610 "prost-types 0.9.0",
7611 "reqwest 0.12.8",
7612 "serde",
7613]
7614
7615[[package]]
7616name = "livekit_client"
7617version = "0.1.0"
7618dependencies = [
7619 "anyhow",
7620 "async-trait",
7621 "collections",
7622 "core-foundation 0.9.4",
7623 "coreaudio-rs 0.12.1",
7624 "cpal",
7625 "futures 0.3.31",
7626 "gpui",
7627 "http 0.2.12",
7628 "http_client",
7629 "image",
7630 "livekit",
7631 "livekit_api",
7632 "log",
7633 "media",
7634 "nanoid",
7635 "parking_lot",
7636 "postage",
7637 "serde",
7638 "serde_json",
7639 "sha2",
7640 "simplelog",
7641 "smallvec",
7642 "util",
7643]
7644
7645[[package]]
7646name = "livekit_client_macos"
7647version = "0.1.0"
7648dependencies = [
7649 "anyhow",
7650 "async-broadcast",
7651 "async-trait",
7652 "collections",
7653 "core-foundation 0.9.4",
7654 "futures 0.3.31",
7655 "gpui",
7656 "livekit_api",
7657 "log",
7658 "media",
7659 "nanoid",
7660 "parking_lot",
7661 "postage",
7662 "serde",
7663 "serde_json",
7664 "sha2",
7665 "simplelog",
7666]
7667
7668[[package]]
7669name = "lmdb-master-sys"
7670version = "0.2.4"
7671source = "registry+https://github.com/rust-lang/crates.io-index"
7672checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7673dependencies = [
7674 "cc",
7675 "doxygen-rs",
7676 "libc",
7677]
7678
7679[[package]]
7680name = "lmstudio"
7681version = "0.1.0"
7682dependencies = [
7683 "anyhow",
7684 "futures 0.3.31",
7685 "http_client",
7686 "schemars",
7687 "serde",
7688 "serde_json",
7689]
7690
7691[[package]]
7692name = "lock_api"
7693version = "0.4.12"
7694source = "registry+https://github.com/rust-lang/crates.io-index"
7695checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7696dependencies = [
7697 "autocfg",
7698 "scopeguard",
7699]
7700
7701[[package]]
7702name = "log"
7703version = "0.4.26"
7704source = "registry+https://github.com/rust-lang/crates.io-index"
7705checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
7706dependencies = [
7707 "serde",
7708 "value-bag",
7709]
7710
7711[[package]]
7712name = "loop9"
7713version = "0.1.5"
7714source = "registry+https://github.com/rust-lang/crates.io-index"
7715checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7716dependencies = [
7717 "imgref",
7718]
7719
7720[[package]]
7721name = "lru"
7722version = "0.12.5"
7723source = "registry+https://github.com/rust-lang/crates.io-index"
7724checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7725dependencies = [
7726 "hashbrown 0.15.2",
7727]
7728
7729[[package]]
7730name = "lsp"
7731version = "0.1.0"
7732dependencies = [
7733 "anyhow",
7734 "async-pipe",
7735 "collections",
7736 "ctor",
7737 "env_logger 0.11.7",
7738 "futures 0.3.31",
7739 "gpui",
7740 "log",
7741 "lsp-types",
7742 "parking_lot",
7743 "postage",
7744 "release_channel",
7745 "schemars",
7746 "serde",
7747 "serde_json",
7748 "smol",
7749 "util",
7750]
7751
7752[[package]]
7753name = "lsp-types"
7754version = "0.95.1"
7755source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
7756dependencies = [
7757 "bitflags 1.3.2",
7758 "serde",
7759 "serde_json",
7760 "serde_repr",
7761 "url",
7762]
7763
7764[[package]]
7765name = "lua-src"
7766version = "547.0.0"
7767source = "registry+https://github.com/rust-lang/crates.io-index"
7768checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
7769dependencies = [
7770 "cc",
7771]
7772
7773[[package]]
7774name = "luajit-src"
7775version = "210.5.12+a4f56a4"
7776source = "registry+https://github.com/rust-lang/crates.io-index"
7777checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
7778dependencies = [
7779 "cc",
7780 "which 7.0.2",
7781]
7782
7783[[package]]
7784name = "lyon"
7785version = "1.0.1"
7786source = "registry+https://github.com/rust-lang/crates.io-index"
7787checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
7788dependencies = [
7789 "lyon_algorithms",
7790 "lyon_extra",
7791 "lyon_tessellation",
7792]
7793
7794[[package]]
7795name = "lyon_algorithms"
7796version = "1.0.5"
7797source = "registry+https://github.com/rust-lang/crates.io-index"
7798checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
7799dependencies = [
7800 "lyon_path",
7801 "num-traits",
7802]
7803
7804[[package]]
7805name = "lyon_extra"
7806version = "1.0.3"
7807source = "registry+https://github.com/rust-lang/crates.io-index"
7808checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
7809dependencies = [
7810 "lyon_path",
7811 "thiserror 1.0.69",
7812]
7813
7814[[package]]
7815name = "lyon_geom"
7816version = "1.0.6"
7817source = "registry+https://github.com/rust-lang/crates.io-index"
7818checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
7819dependencies = [
7820 "arrayvec",
7821 "euclid",
7822 "num-traits",
7823]
7824
7825[[package]]
7826name = "lyon_path"
7827version = "1.0.6"
7828source = "registry+https://github.com/rust-lang/crates.io-index"
7829checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
7830dependencies = [
7831 "lyon_geom",
7832 "num-traits",
7833]
7834
7835[[package]]
7836name = "lyon_tessellation"
7837version = "1.0.15"
7838source = "registry+https://github.com/rust-lang/crates.io-index"
7839checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
7840dependencies = [
7841 "float_next_after",
7842 "lyon_path",
7843 "num-traits",
7844]
7845
7846[[package]]
7847name = "mac"
7848version = "0.1.1"
7849source = "registry+https://github.com/rust-lang/crates.io-index"
7850checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7851
7852[[package]]
7853name = "mach2"
7854version = "0.4.2"
7855source = "registry+https://github.com/rust-lang/crates.io-index"
7856checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7857dependencies = [
7858 "libc",
7859]
7860
7861[[package]]
7862name = "malloc_buf"
7863version = "0.0.6"
7864source = "registry+https://github.com/rust-lang/crates.io-index"
7865checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7866dependencies = [
7867 "libc",
7868]
7869
7870[[package]]
7871name = "maplit"
7872version = "1.0.2"
7873source = "registry+https://github.com/rust-lang/crates.io-index"
7874checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7875
7876[[package]]
7877name = "markdown"
7878version = "0.1.0"
7879dependencies = [
7880 "anyhow",
7881 "assets",
7882 "env_logger 0.11.7",
7883 "gpui",
7884 "language",
7885 "languages",
7886 "linkify",
7887 "log",
7888 "node_runtime",
7889 "pulldown-cmark 0.12.2",
7890 "settings",
7891 "theme",
7892 "ui",
7893 "util",
7894]
7895
7896[[package]]
7897name = "markdown_preview"
7898version = "0.1.0"
7899dependencies = [
7900 "anyhow",
7901 "async-recursion 1.1.1",
7902 "collections",
7903 "editor",
7904 "gpui",
7905 "language",
7906 "linkify",
7907 "log",
7908 "pretty_assertions",
7909 "pulldown-cmark 0.12.2",
7910 "settings",
7911 "theme",
7912 "ui",
7913 "util",
7914 "workspace",
7915]
7916
7917[[package]]
7918name = "markup5ever"
7919version = "0.12.1"
7920source = "registry+https://github.com/rust-lang/crates.io-index"
7921checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7922dependencies = [
7923 "log",
7924 "phf",
7925 "phf_codegen",
7926 "string_cache",
7927 "string_cache_codegen",
7928 "tendril",
7929]
7930
7931[[package]]
7932name = "markup5ever_rcdom"
7933version = "0.3.0"
7934source = "registry+https://github.com/rust-lang/crates.io-index"
7935checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7936dependencies = [
7937 "html5ever",
7938 "markup5ever",
7939 "tendril",
7940 "xml5ever",
7941]
7942
7943[[package]]
7944name = "matchers"
7945version = "0.1.0"
7946source = "registry+https://github.com/rust-lang/crates.io-index"
7947checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7948dependencies = [
7949 "regex-automata 0.1.10",
7950]
7951
7952[[package]]
7953name = "matchit"
7954version = "0.7.3"
7955source = "registry+https://github.com/rust-lang/crates.io-index"
7956checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7957
7958[[package]]
7959name = "maybe-owned"
7960version = "0.3.4"
7961source = "registry+https://github.com/rust-lang/crates.io-index"
7962checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7963
7964[[package]]
7965name = "maybe-rayon"
7966version = "0.1.1"
7967source = "registry+https://github.com/rust-lang/crates.io-index"
7968checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7969dependencies = [
7970 "cfg-if",
7971 "rayon",
7972]
7973
7974[[package]]
7975name = "md-5"
7976version = "0.10.6"
7977source = "registry+https://github.com/rust-lang/crates.io-index"
7978checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7979dependencies = [
7980 "cfg-if",
7981 "digest",
7982]
7983
7984[[package]]
7985name = "mdbook"
7986version = "0.4.47"
7987source = "registry+https://github.com/rust-lang/crates.io-index"
7988checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
7989dependencies = [
7990 "ammonia",
7991 "anyhow",
7992 "chrono",
7993 "clap",
7994 "clap_complete",
7995 "elasticlunr-rs",
7996 "env_logger 0.11.7",
7997 "futures-util",
7998 "handlebars 6.2.0",
7999 "hex",
8000 "ignore",
8001 "log",
8002 "memchr",
8003 "notify 8.0.0",
8004 "notify-debouncer-mini",
8005 "once_cell",
8006 "opener",
8007 "pathdiff",
8008 "pulldown-cmark 0.10.3",
8009 "regex",
8010 "serde",
8011 "serde_json",
8012 "sha2",
8013 "shlex",
8014 "tempfile",
8015 "tokio",
8016 "toml 0.5.11",
8017 "topological-sort",
8018 "walkdir",
8019 "warp",
8020]
8021
8022[[package]]
8023name = "media"
8024version = "0.1.0"
8025dependencies = [
8026 "anyhow",
8027 "bindgen 0.70.1",
8028 "core-foundation 0.9.4",
8029 "ctor",
8030 "foreign-types 0.5.0",
8031 "metal",
8032 "objc",
8033]
8034
8035[[package]]
8036name = "memchr"
8037version = "2.7.4"
8038source = "registry+https://github.com/rust-lang/crates.io-index"
8039checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
8040
8041[[package]]
8042name = "memfd"
8043version = "0.6.4"
8044source = "registry+https://github.com/rust-lang/crates.io-index"
8045checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
8046dependencies = [
8047 "rustix",
8048]
8049
8050[[package]]
8051name = "memmap2"
8052version = "0.9.5"
8053source = "registry+https://github.com/rust-lang/crates.io-index"
8054checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
8055dependencies = [
8056 "libc",
8057]
8058
8059[[package]]
8060name = "memoffset"
8061version = "0.9.1"
8062source = "registry+https://github.com/rust-lang/crates.io-index"
8063checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
8064dependencies = [
8065 "autocfg",
8066]
8067
8068[[package]]
8069name = "menu"
8070version = "0.1.0"
8071dependencies = [
8072 "gpui",
8073 "serde",
8074]
8075
8076[[package]]
8077name = "metal"
8078version = "0.31.0"
8079source = "registry+https://github.com/rust-lang/crates.io-index"
8080checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
8081dependencies = [
8082 "bitflags 2.8.0",
8083 "block",
8084 "core-graphics-types 0.1.3",
8085 "foreign-types 0.5.0",
8086 "log",
8087 "objc",
8088 "paste",
8089]
8090
8091[[package]]
8092name = "migrator"
8093version = "0.1.0"
8094dependencies = [
8095 "anyhow",
8096 "collections",
8097 "convert_case 0.8.0",
8098 "log",
8099 "pretty_assertions",
8100 "streaming-iterator",
8101 "tree-sitter",
8102 "tree-sitter-json",
8103]
8104
8105[[package]]
8106name = "mimalloc"
8107version = "0.1.43"
8108source = "registry+https://github.com/rust-lang/crates.io-index"
8109checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
8110dependencies = [
8111 "libmimalloc-sys",
8112]
8113
8114[[package]]
8115name = "mime"
8116version = "0.3.17"
8117source = "registry+https://github.com/rust-lang/crates.io-index"
8118checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
8119
8120[[package]]
8121name = "mime_guess"
8122version = "2.0.5"
8123source = "registry+https://github.com/rust-lang/crates.io-index"
8124checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
8125dependencies = [
8126 "mime",
8127 "unicase",
8128]
8129
8130[[package]]
8131name = "minimal-lexical"
8132version = "0.2.1"
8133source = "registry+https://github.com/rust-lang/crates.io-index"
8134checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
8135
8136[[package]]
8137name = "miniz_oxide"
8138version = "0.8.0"
8139source = "registry+https://github.com/rust-lang/crates.io-index"
8140checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
8141dependencies = [
8142 "adler2",
8143 "simd-adler32",
8144]
8145
8146[[package]]
8147name = "mint"
8148version = "0.5.9"
8149source = "registry+https://github.com/rust-lang/crates.io-index"
8150checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
8151
8152[[package]]
8153name = "mio"
8154version = "0.8.11"
8155source = "registry+https://github.com/rust-lang/crates.io-index"
8156checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
8157dependencies = [
8158 "libc",
8159 "log",
8160 "wasi 0.11.0+wasi-snapshot-preview1",
8161 "windows-sys 0.48.0",
8162]
8163
8164[[package]]
8165name = "mio"
8166version = "1.0.3"
8167source = "registry+https://github.com/rust-lang/crates.io-index"
8168checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
8169dependencies = [
8170 "libc",
8171 "log",
8172 "wasi 0.11.0+wasi-snapshot-preview1",
8173 "windows-sys 0.52.0",
8174]
8175
8176[[package]]
8177name = "miow"
8178version = "0.6.0"
8179source = "registry+https://github.com/rust-lang/crates.io-index"
8180checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
8181dependencies = [
8182 "windows-sys 0.48.0",
8183]
8184
8185[[package]]
8186name = "mistral"
8187version = "0.1.0"
8188dependencies = [
8189 "anyhow",
8190 "futures 0.3.31",
8191 "http_client",
8192 "schemars",
8193 "serde",
8194 "serde_json",
8195 "strum",
8196]
8197
8198[[package]]
8199name = "mlua"
8200version = "0.10.3"
8201source = "registry+https://github.com/rust-lang/crates.io-index"
8202checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
8203dependencies = [
8204 "bstr",
8205 "either",
8206 "futures-util",
8207 "mlua-sys",
8208 "num-traits",
8209 "parking_lot",
8210 "rustc-hash 2.1.1",
8211]
8212
8213[[package]]
8214name = "mlua-sys"
8215version = "0.6.7"
8216source = "registry+https://github.com/rust-lang/crates.io-index"
8217checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
8218dependencies = [
8219 "cc",
8220 "cfg-if",
8221 "lua-src",
8222 "luajit-src",
8223 "pkg-config",
8224]
8225
8226[[package]]
8227name = "msvc_spectre_libs"
8228version = "0.1.2"
8229source = "registry+https://github.com/rust-lang/crates.io-index"
8230checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
8231dependencies = [
8232 "cc",
8233]
8234
8235[[package]]
8236name = "multi_buffer"
8237version = "0.1.0"
8238dependencies = [
8239 "anyhow",
8240 "buffer_diff",
8241 "clock",
8242 "collections",
8243 "ctor",
8244 "env_logger 0.11.7",
8245 "futures 0.3.31",
8246 "gpui",
8247 "indoc",
8248 "itertools 0.14.0",
8249 "language",
8250 "log",
8251 "parking_lot",
8252 "pretty_assertions",
8253 "project",
8254 "rand 0.8.5",
8255 "rope",
8256 "serde",
8257 "settings",
8258 "smallvec",
8259 "smol",
8260 "sum_tree",
8261 "text",
8262 "theme",
8263 "tree-sitter",
8264 "util",
8265]
8266
8267[[package]]
8268name = "multimap"
8269version = "0.8.3"
8270source = "registry+https://github.com/rust-lang/crates.io-index"
8271checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
8272
8273[[package]]
8274name = "multimap"
8275version = "0.10.0"
8276source = "registry+https://github.com/rust-lang/crates.io-index"
8277checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
8278
8279[[package]]
8280name = "naga"
8281version = "23.1.0"
8282source = "registry+https://github.com/rust-lang/crates.io-index"
8283checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
8284dependencies = [
8285 "arrayvec",
8286 "bit-set 0.8.0",
8287 "bitflags 2.8.0",
8288 "cfg_aliases 0.1.1",
8289 "codespan-reporting",
8290 "hexf-parse",
8291 "indexmap",
8292 "log",
8293 "rustc-hash 1.1.0",
8294 "spirv",
8295 "termcolor",
8296 "thiserror 1.0.69",
8297 "unicode-xid",
8298]
8299
8300[[package]]
8301name = "nanoid"
8302version = "0.4.0"
8303source = "registry+https://github.com/rust-lang/crates.io-index"
8304checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
8305dependencies = [
8306 "rand 0.8.5",
8307]
8308
8309[[package]]
8310name = "nanorand"
8311version = "0.7.0"
8312source = "registry+https://github.com/rust-lang/crates.io-index"
8313checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
8314dependencies = [
8315 "getrandom 0.2.15",
8316]
8317
8318[[package]]
8319name = "native-tls"
8320version = "0.2.12"
8321source = "registry+https://github.com/rust-lang/crates.io-index"
8322checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
8323dependencies = [
8324 "libc",
8325 "log",
8326 "openssl",
8327 "openssl-probe",
8328 "openssl-sys",
8329 "schannel",
8330 "security-framework 2.11.1",
8331 "security-framework-sys",
8332 "tempfile",
8333]
8334
8335[[package]]
8336name = "nbformat"
8337version = "0.10.0"
8338source = "registry+https://github.com/rust-lang/crates.io-index"
8339checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
8340dependencies = [
8341 "anyhow",
8342 "chrono",
8343 "jupyter-protocol",
8344 "serde",
8345 "serde_json",
8346 "thiserror 1.0.69",
8347 "uuid",
8348]
8349
8350[[package]]
8351name = "ndk"
8352version = "0.8.0"
8353source = "registry+https://github.com/rust-lang/crates.io-index"
8354checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
8355dependencies = [
8356 "bitflags 2.8.0",
8357 "jni-sys",
8358 "log",
8359 "ndk-sys",
8360 "num_enum",
8361 "thiserror 1.0.69",
8362]
8363
8364[[package]]
8365name = "ndk-context"
8366version = "0.1.1"
8367source = "registry+https://github.com/rust-lang/crates.io-index"
8368checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
8369
8370[[package]]
8371name = "ndk-sys"
8372version = "0.5.0+25.2.9519653"
8373source = "registry+https://github.com/rust-lang/crates.io-index"
8374checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
8375dependencies = [
8376 "jni-sys",
8377]
8378
8379[[package]]
8380name = "new_debug_unreachable"
8381version = "1.0.6"
8382source = "registry+https://github.com/rust-lang/crates.io-index"
8383checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
8384
8385[[package]]
8386name = "nix"
8387version = "0.29.0"
8388source = "registry+https://github.com/rust-lang/crates.io-index"
8389checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
8390dependencies = [
8391 "bitflags 2.8.0",
8392 "cfg-if",
8393 "cfg_aliases 0.2.1",
8394 "libc",
8395 "memoffset",
8396]
8397
8398[[package]]
8399name = "node_runtime"
8400version = "0.1.0"
8401dependencies = [
8402 "anyhow",
8403 "async-compression",
8404 "async-std",
8405 "async-tar",
8406 "async-trait",
8407 "async-watch",
8408 "async_zip",
8409 "futures 0.3.31",
8410 "http_client",
8411 "log",
8412 "paths",
8413 "semver",
8414 "serde",
8415 "serde_json",
8416 "smol",
8417 "tempfile",
8418 "util",
8419 "walkdir",
8420 "which 6.0.3",
8421]
8422
8423[[package]]
8424name = "nom"
8425version = "7.1.3"
8426source = "registry+https://github.com/rust-lang/crates.io-index"
8427checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
8428dependencies = [
8429 "memchr",
8430 "minimal-lexical",
8431]
8432
8433[[package]]
8434name = "noop_proc_macro"
8435version = "0.3.0"
8436source = "registry+https://github.com/rust-lang/crates.io-index"
8437checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
8438
8439[[package]]
8440name = "normpath"
8441version = "1.3.0"
8442source = "registry+https://github.com/rust-lang/crates.io-index"
8443checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
8444dependencies = [
8445 "windows-sys 0.59.0",
8446]
8447
8448[[package]]
8449name = "notifications"
8450version = "0.1.0"
8451dependencies = [
8452 "anyhow",
8453 "channel",
8454 "client",
8455 "collections",
8456 "component",
8457 "db",
8458 "gpui",
8459 "linkme",
8460 "rpc",
8461 "settings",
8462 "sum_tree",
8463 "time",
8464 "ui",
8465 "util",
8466 "workspace",
8467]
8468
8469[[package]]
8470name = "notify"
8471version = "6.1.1"
8472source = "registry+https://github.com/rust-lang/crates.io-index"
8473checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
8474dependencies = [
8475 "bitflags 2.8.0",
8476 "crossbeam-channel",
8477 "filetime",
8478 "fsevent-sys 4.1.0",
8479 "inotify 0.9.6",
8480 "kqueue",
8481 "libc",
8482 "log",
8483 "mio 0.8.11",
8484 "walkdir",
8485 "windows-sys 0.48.0",
8486]
8487
8488[[package]]
8489name = "notify"
8490version = "8.0.0"
8491source = "registry+https://github.com/rust-lang/crates.io-index"
8492checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
8493dependencies = [
8494 "bitflags 2.8.0",
8495 "filetime",
8496 "fsevent-sys 4.1.0",
8497 "inotify 0.11.0",
8498 "kqueue",
8499 "libc",
8500 "log",
8501 "mio 1.0.3",
8502 "notify-types",
8503 "walkdir",
8504 "windows-sys 0.59.0",
8505]
8506
8507[[package]]
8508name = "notify-debouncer-mini"
8509version = "0.6.0"
8510source = "registry+https://github.com/rust-lang/crates.io-index"
8511checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
8512dependencies = [
8513 "log",
8514 "notify 8.0.0",
8515 "notify-types",
8516 "tempfile",
8517]
8518
8519[[package]]
8520name = "notify-types"
8521version = "2.0.0"
8522source = "registry+https://github.com/rust-lang/crates.io-index"
8523checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
8524
8525[[package]]
8526name = "ntapi"
8527version = "0.4.1"
8528source = "registry+https://github.com/rust-lang/crates.io-index"
8529checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
8530dependencies = [
8531 "winapi",
8532]
8533
8534[[package]]
8535name = "nu-ansi-term"
8536version = "0.46.0"
8537source = "registry+https://github.com/rust-lang/crates.io-index"
8538checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
8539dependencies = [
8540 "overload",
8541 "winapi",
8542]
8543
8544[[package]]
8545name = "num"
8546version = "0.4.3"
8547source = "registry+https://github.com/rust-lang/crates.io-index"
8548checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
8549dependencies = [
8550 "num-bigint",
8551 "num-complex",
8552 "num-integer",
8553 "num-iter",
8554 "num-rational",
8555 "num-traits",
8556]
8557
8558[[package]]
8559name = "num-bigint"
8560version = "0.4.6"
8561source = "registry+https://github.com/rust-lang/crates.io-index"
8562checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
8563dependencies = [
8564 "num-integer",
8565 "num-traits",
8566]
8567
8568[[package]]
8569name = "num-bigint-dig"
8570version = "0.8.4"
8571source = "registry+https://github.com/rust-lang/crates.io-index"
8572checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
8573dependencies = [
8574 "byteorder",
8575 "lazy_static",
8576 "libm",
8577 "num-integer",
8578 "num-iter",
8579 "num-traits",
8580 "rand 0.8.5",
8581 "serde",
8582 "smallvec",
8583 "zeroize",
8584]
8585
8586[[package]]
8587name = "num-complex"
8588version = "0.4.6"
8589source = "registry+https://github.com/rust-lang/crates.io-index"
8590checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8591dependencies = [
8592 "num-traits",
8593]
8594
8595[[package]]
8596name = "num-conv"
8597version = "0.1.0"
8598source = "registry+https://github.com/rust-lang/crates.io-index"
8599checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8600
8601[[package]]
8602name = "num-derive"
8603version = "0.4.2"
8604source = "registry+https://github.com/rust-lang/crates.io-index"
8605checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8606dependencies = [
8607 "proc-macro2",
8608 "quote",
8609 "syn 2.0.100",
8610]
8611
8612[[package]]
8613name = "num-format"
8614version = "0.4.4"
8615source = "registry+https://github.com/rust-lang/crates.io-index"
8616checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8617dependencies = [
8618 "arrayvec",
8619 "itoa",
8620]
8621
8622[[package]]
8623name = "num-integer"
8624version = "0.1.46"
8625source = "registry+https://github.com/rust-lang/crates.io-index"
8626checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8627dependencies = [
8628 "num-traits",
8629]
8630
8631[[package]]
8632name = "num-iter"
8633version = "0.1.45"
8634source = "registry+https://github.com/rust-lang/crates.io-index"
8635checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8636dependencies = [
8637 "autocfg",
8638 "num-integer",
8639 "num-traits",
8640]
8641
8642[[package]]
8643name = "num-modular"
8644version = "0.6.1"
8645source = "registry+https://github.com/rust-lang/crates.io-index"
8646checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8647
8648[[package]]
8649name = "num-order"
8650version = "1.2.0"
8651source = "registry+https://github.com/rust-lang/crates.io-index"
8652checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8653dependencies = [
8654 "num-modular",
8655]
8656
8657[[package]]
8658name = "num-rational"
8659version = "0.4.2"
8660source = "registry+https://github.com/rust-lang/crates.io-index"
8661checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8662dependencies = [
8663 "num-bigint",
8664 "num-integer",
8665 "num-traits",
8666]
8667
8668[[package]]
8669name = "num-traits"
8670version = "0.2.19"
8671source = "registry+https://github.com/rust-lang/crates.io-index"
8672checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8673dependencies = [
8674 "autocfg",
8675 "libm",
8676]
8677
8678[[package]]
8679name = "num_cpus"
8680version = "1.16.0"
8681source = "registry+https://github.com/rust-lang/crates.io-index"
8682checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8683dependencies = [
8684 "hermit-abi 0.3.9",
8685 "libc",
8686]
8687
8688[[package]]
8689name = "num_enum"
8690version = "0.7.3"
8691source = "registry+https://github.com/rust-lang/crates.io-index"
8692checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8693dependencies = [
8694 "num_enum_derive",
8695]
8696
8697[[package]]
8698name = "num_enum_derive"
8699version = "0.7.3"
8700source = "registry+https://github.com/rust-lang/crates.io-index"
8701checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8702dependencies = [
8703 "proc-macro-crate",
8704 "proc-macro2",
8705 "quote",
8706 "syn 2.0.100",
8707]
8708
8709[[package]]
8710name = "num_threads"
8711version = "0.1.7"
8712source = "registry+https://github.com/rust-lang/crates.io-index"
8713checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8714dependencies = [
8715 "libc",
8716]
8717
8718[[package]]
8719name = "nvim-rs"
8720version = "0.8.0-pre"
8721source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8722dependencies = [
8723 "async-trait",
8724 "futures 0.3.31",
8725 "log",
8726 "parity-tokio-ipc",
8727 "rmp",
8728 "rmpv",
8729 "tokio",
8730 "tokio-util",
8731 "winapi",
8732]
8733
8734[[package]]
8735name = "objc"
8736version = "0.2.7"
8737source = "registry+https://github.com/rust-lang/crates.io-index"
8738checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8739dependencies = [
8740 "malloc_buf",
8741]
8742
8743[[package]]
8744name = "objc-sys"
8745version = "0.3.5"
8746source = "registry+https://github.com/rust-lang/crates.io-index"
8747checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8748
8749[[package]]
8750name = "objc2"
8751version = "0.5.2"
8752source = "registry+https://github.com/rust-lang/crates.io-index"
8753checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8754dependencies = [
8755 "objc-sys",
8756 "objc2-encode",
8757]
8758
8759[[package]]
8760name = "objc2-app-kit"
8761version = "0.2.2"
8762source = "registry+https://github.com/rust-lang/crates.io-index"
8763checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8764dependencies = [
8765 "bitflags 2.8.0",
8766 "block2",
8767 "libc",
8768 "objc2",
8769 "objc2-core-data",
8770 "objc2-core-image",
8771 "objc2-foundation",
8772 "objc2-quartz-core",
8773]
8774
8775[[package]]
8776name = "objc2-cloud-kit"
8777version = "0.2.2"
8778source = "registry+https://github.com/rust-lang/crates.io-index"
8779checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8780dependencies = [
8781 "bitflags 2.8.0",
8782 "block2",
8783 "objc2",
8784 "objc2-core-location",
8785 "objc2-foundation",
8786]
8787
8788[[package]]
8789name = "objc2-contacts"
8790version = "0.2.2"
8791source = "registry+https://github.com/rust-lang/crates.io-index"
8792checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8793dependencies = [
8794 "block2",
8795 "objc2",
8796 "objc2-foundation",
8797]
8798
8799[[package]]
8800name = "objc2-core-data"
8801version = "0.2.2"
8802source = "registry+https://github.com/rust-lang/crates.io-index"
8803checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8804dependencies = [
8805 "bitflags 2.8.0",
8806 "block2",
8807 "objc2",
8808 "objc2-foundation",
8809]
8810
8811[[package]]
8812name = "objc2-core-image"
8813version = "0.2.2"
8814source = "registry+https://github.com/rust-lang/crates.io-index"
8815checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8816dependencies = [
8817 "block2",
8818 "objc2",
8819 "objc2-foundation",
8820 "objc2-metal",
8821]
8822
8823[[package]]
8824name = "objc2-core-location"
8825version = "0.2.2"
8826source = "registry+https://github.com/rust-lang/crates.io-index"
8827checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8828dependencies = [
8829 "block2",
8830 "objc2",
8831 "objc2-contacts",
8832 "objc2-foundation",
8833]
8834
8835[[package]]
8836name = "objc2-encode"
8837version = "4.0.3"
8838source = "registry+https://github.com/rust-lang/crates.io-index"
8839checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8840
8841[[package]]
8842name = "objc2-foundation"
8843version = "0.2.2"
8844source = "registry+https://github.com/rust-lang/crates.io-index"
8845checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8846dependencies = [
8847 "bitflags 2.8.0",
8848 "block2",
8849 "libc",
8850 "objc2",
8851]
8852
8853[[package]]
8854name = "objc2-link-presentation"
8855version = "0.2.2"
8856source = "registry+https://github.com/rust-lang/crates.io-index"
8857checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8858dependencies = [
8859 "block2",
8860 "objc2",
8861 "objc2-app-kit",
8862 "objc2-foundation",
8863]
8864
8865[[package]]
8866name = "objc2-metal"
8867version = "0.2.2"
8868source = "registry+https://github.com/rust-lang/crates.io-index"
8869checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8870dependencies = [
8871 "bitflags 2.8.0",
8872 "block2",
8873 "objc2",
8874 "objc2-foundation",
8875]
8876
8877[[package]]
8878name = "objc2-quartz-core"
8879version = "0.2.2"
8880source = "registry+https://github.com/rust-lang/crates.io-index"
8881checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8882dependencies = [
8883 "bitflags 2.8.0",
8884 "block2",
8885 "objc2",
8886 "objc2-foundation",
8887 "objc2-metal",
8888]
8889
8890[[package]]
8891name = "objc2-symbols"
8892version = "0.2.2"
8893source = "registry+https://github.com/rust-lang/crates.io-index"
8894checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8895dependencies = [
8896 "objc2",
8897 "objc2-foundation",
8898]
8899
8900[[package]]
8901name = "objc2-ui-kit"
8902version = "0.2.2"
8903source = "registry+https://github.com/rust-lang/crates.io-index"
8904checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8905dependencies = [
8906 "bitflags 2.8.0",
8907 "block2",
8908 "objc2",
8909 "objc2-cloud-kit",
8910 "objc2-core-data",
8911 "objc2-core-image",
8912 "objc2-core-location",
8913 "objc2-foundation",
8914 "objc2-link-presentation",
8915 "objc2-quartz-core",
8916 "objc2-symbols",
8917 "objc2-uniform-type-identifiers",
8918 "objc2-user-notifications",
8919]
8920
8921[[package]]
8922name = "objc2-uniform-type-identifiers"
8923version = "0.2.2"
8924source = "registry+https://github.com/rust-lang/crates.io-index"
8925checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8926dependencies = [
8927 "block2",
8928 "objc2",
8929 "objc2-foundation",
8930]
8931
8932[[package]]
8933name = "objc2-user-notifications"
8934version = "0.2.2"
8935source = "registry+https://github.com/rust-lang/crates.io-index"
8936checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8937dependencies = [
8938 "bitflags 2.8.0",
8939 "block2",
8940 "objc2",
8941 "objc2-core-location",
8942 "objc2-foundation",
8943]
8944
8945[[package]]
8946name = "object"
8947version = "0.36.5"
8948source = "registry+https://github.com/rust-lang/crates.io-index"
8949checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8950dependencies = [
8951 "crc32fast",
8952 "hashbrown 0.15.2",
8953 "indexmap",
8954 "memchr",
8955]
8956
8957[[package]]
8958name = "oboe"
8959version = "0.6.1"
8960source = "registry+https://github.com/rust-lang/crates.io-index"
8961checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8962dependencies = [
8963 "jni",
8964 "ndk",
8965 "ndk-context",
8966 "num-derive",
8967 "num-traits",
8968 "oboe-sys",
8969]
8970
8971[[package]]
8972name = "oboe-sys"
8973version = "0.6.1"
8974source = "registry+https://github.com/rust-lang/crates.io-index"
8975checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8976dependencies = [
8977 "cc",
8978]
8979
8980[[package]]
8981name = "ollama"
8982version = "0.1.0"
8983dependencies = [
8984 "anyhow",
8985 "futures 0.3.31",
8986 "http_client",
8987 "schemars",
8988 "serde",
8989 "serde_json",
8990]
8991
8992[[package]]
8993name = "once_cell"
8994version = "1.20.3"
8995source = "registry+https://github.com/rust-lang/crates.io-index"
8996checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
8997
8998[[package]]
8999name = "oo7"
9000version = "0.4.1"
9001source = "registry+https://github.com/rust-lang/crates.io-index"
9002checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
9003dependencies = [
9004 "aes",
9005 "ashpd",
9006 "async-fs",
9007 "async-io",
9008 "async-lock",
9009 "blocking",
9010 "cbc",
9011 "cipher",
9012 "digest",
9013 "endi",
9014 "futures-lite 2.6.0",
9015 "futures-util",
9016 "getrandom 0.3.1",
9017 "hkdf",
9018 "hmac",
9019 "md-5",
9020 "num",
9021 "num-bigint-dig",
9022 "pbkdf2 0.12.2",
9023 "rand 0.9.0",
9024 "serde",
9025 "sha2",
9026 "subtle",
9027 "zbus",
9028 "zbus_macros",
9029 "zeroize",
9030 "zvariant",
9031]
9032
9033[[package]]
9034name = "oorandom"
9035version = "11.1.4"
9036source = "registry+https://github.com/rust-lang/crates.io-index"
9037checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
9038
9039[[package]]
9040name = "open"
9041version = "5.3.2"
9042source = "registry+https://github.com/rust-lang/crates.io-index"
9043checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
9044dependencies = [
9045 "is-wsl",
9046 "libc",
9047 "pathdiff",
9048]
9049
9050[[package]]
9051name = "open_ai"
9052version = "0.1.0"
9053dependencies = [
9054 "anyhow",
9055 "futures 0.3.31",
9056 "http_client",
9057 "schemars",
9058 "serde",
9059 "serde_json",
9060 "strum",
9061]
9062
9063[[package]]
9064name = "opener"
9065version = "0.7.2"
9066source = "registry+https://github.com/rust-lang/crates.io-index"
9067checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
9068dependencies = [
9069 "bstr",
9070 "dbus",
9071 "normpath",
9072 "windows-sys 0.59.0",
9073]
9074
9075[[package]]
9076name = "openssl"
9077version = "0.10.70"
9078source = "registry+https://github.com/rust-lang/crates.io-index"
9079checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
9080dependencies = [
9081 "bitflags 2.8.0",
9082 "cfg-if",
9083 "foreign-types 0.3.2",
9084 "libc",
9085 "once_cell",
9086 "openssl-macros",
9087 "openssl-sys",
9088]
9089
9090[[package]]
9091name = "openssl-macros"
9092version = "0.1.1"
9093source = "registry+https://github.com/rust-lang/crates.io-index"
9094checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
9095dependencies = [
9096 "proc-macro2",
9097 "quote",
9098 "syn 2.0.100",
9099]
9100
9101[[package]]
9102name = "openssl-probe"
9103version = "0.1.5"
9104source = "registry+https://github.com/rust-lang/crates.io-index"
9105checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
9106
9107[[package]]
9108name = "openssl-src"
9109version = "300.4.1+3.4.0"
9110source = "registry+https://github.com/rust-lang/crates.io-index"
9111checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
9112dependencies = [
9113 "cc",
9114]
9115
9116[[package]]
9117name = "openssl-sys"
9118version = "0.9.105"
9119source = "registry+https://github.com/rust-lang/crates.io-index"
9120checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
9121dependencies = [
9122 "cc",
9123 "libc",
9124 "openssl-src",
9125 "pkg-config",
9126 "vcpkg",
9127]
9128
9129[[package]]
9130name = "option-ext"
9131version = "0.2.0"
9132source = "registry+https://github.com/rust-lang/crates.io-index"
9133checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
9134
9135[[package]]
9136name = "ordered-float"
9137version = "2.10.1"
9138source = "registry+https://github.com/rust-lang/crates.io-index"
9139checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
9140dependencies = [
9141 "num-traits",
9142]
9143
9144[[package]]
9145name = "ordered-float"
9146version = "3.9.2"
9147source = "registry+https://github.com/rust-lang/crates.io-index"
9148checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
9149dependencies = [
9150 "num-traits",
9151]
9152
9153[[package]]
9154name = "ordered-stream"
9155version = "0.2.0"
9156source = "registry+https://github.com/rust-lang/crates.io-index"
9157checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
9158dependencies = [
9159 "futures-core",
9160 "pin-project-lite",
9161]
9162
9163[[package]]
9164name = "ouroboros"
9165version = "0.18.4"
9166source = "registry+https://github.com/rust-lang/crates.io-index"
9167checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
9168dependencies = [
9169 "aliasable",
9170 "ouroboros_macro",
9171 "static_assertions",
9172]
9173
9174[[package]]
9175name = "ouroboros_macro"
9176version = "0.18.4"
9177source = "registry+https://github.com/rust-lang/crates.io-index"
9178checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
9179dependencies = [
9180 "heck 0.4.1",
9181 "itertools 0.12.1",
9182 "proc-macro2",
9183 "proc-macro2-diagnostics",
9184 "quote",
9185 "syn 2.0.100",
9186]
9187
9188[[package]]
9189name = "outline"
9190version = "0.1.0"
9191dependencies = [
9192 "editor",
9193 "fuzzy",
9194 "gpui",
9195 "indoc",
9196 "language",
9197 "menu",
9198 "ordered-float 2.10.1",
9199 "picker",
9200 "project",
9201 "rope",
9202 "serde_json",
9203 "settings",
9204 "smol",
9205 "theme",
9206 "tree-sitter-rust",
9207 "tree-sitter-typescript",
9208 "ui",
9209 "util",
9210 "workspace",
9211 "zed_actions",
9212]
9213
9214[[package]]
9215name = "outline_panel"
9216version = "0.1.0"
9217dependencies = [
9218 "anyhow",
9219 "collections",
9220 "db",
9221 "editor",
9222 "file_icons",
9223 "fuzzy",
9224 "gpui",
9225 "itertools 0.14.0",
9226 "language",
9227 "log",
9228 "menu",
9229 "outline",
9230 "pretty_assertions",
9231 "project",
9232 "schemars",
9233 "search",
9234 "serde",
9235 "serde_json",
9236 "settings",
9237 "smallvec",
9238 "smol",
9239 "theme",
9240 "ui",
9241 "util",
9242 "workspace",
9243 "worktree",
9244 "zed_actions",
9245]
9246
9247[[package]]
9248name = "outref"
9249version = "0.5.1"
9250source = "registry+https://github.com/rust-lang/crates.io-index"
9251checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
9252
9253[[package]]
9254name = "overload"
9255version = "0.1.1"
9256source = "registry+https://github.com/rust-lang/crates.io-index"
9257checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
9258
9259[[package]]
9260name = "p256"
9261version = "0.11.1"
9262source = "registry+https://github.com/rust-lang/crates.io-index"
9263checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
9264dependencies = [
9265 "ecdsa",
9266 "elliptic-curve",
9267 "sha2",
9268]
9269
9270[[package]]
9271name = "page_size"
9272version = "0.6.0"
9273source = "registry+https://github.com/rust-lang/crates.io-index"
9274checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
9275dependencies = [
9276 "libc",
9277 "winapi",
9278]
9279
9280[[package]]
9281name = "palette"
9282version = "0.7.6"
9283source = "registry+https://github.com/rust-lang/crates.io-index"
9284checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
9285dependencies = [
9286 "approx",
9287 "fast-srgb8",
9288 "palette_derive",
9289]
9290
9291[[package]]
9292name = "palette_derive"
9293version = "0.7.6"
9294source = "registry+https://github.com/rust-lang/crates.io-index"
9295checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
9296dependencies = [
9297 "by_address",
9298 "proc-macro2",
9299 "quote",
9300 "syn 2.0.100",
9301]
9302
9303[[package]]
9304name = "panel"
9305version = "0.1.0"
9306dependencies = [
9307 "editor",
9308 "gpui",
9309 "settings",
9310 "theme",
9311 "ui",
9312 "workspace",
9313]
9314
9315[[package]]
9316name = "parity-tokio-ipc"
9317version = "0.9.0"
9318source = "registry+https://github.com/rust-lang/crates.io-index"
9319checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
9320dependencies = [
9321 "futures 0.3.31",
9322 "libc",
9323 "log",
9324 "rand 0.7.3",
9325 "tokio",
9326 "winapi",
9327]
9328
9329[[package]]
9330name = "parking"
9331version = "2.2.1"
9332source = "registry+https://github.com/rust-lang/crates.io-index"
9333checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
9334
9335[[package]]
9336name = "parking_lot"
9337version = "0.12.3"
9338source = "registry+https://github.com/rust-lang/crates.io-index"
9339checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
9340dependencies = [
9341 "lock_api",
9342 "parking_lot_core",
9343]
9344
9345[[package]]
9346name = "parking_lot_core"
9347version = "0.9.10"
9348source = "registry+https://github.com/rust-lang/crates.io-index"
9349checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
9350dependencies = [
9351 "cfg-if",
9352 "libc",
9353 "redox_syscall 0.5.8",
9354 "smallvec",
9355 "windows-targets 0.52.6",
9356]
9357
9358[[package]]
9359name = "password-hash"
9360version = "0.4.2"
9361source = "registry+https://github.com/rust-lang/crates.io-index"
9362checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
9363dependencies = [
9364 "base64ct",
9365 "rand_core 0.6.4",
9366 "subtle",
9367]
9368
9369[[package]]
9370name = "password-hash"
9371version = "0.5.0"
9372source = "registry+https://github.com/rust-lang/crates.io-index"
9373checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
9374dependencies = [
9375 "base64ct",
9376 "rand_core 0.6.4",
9377 "subtle",
9378]
9379
9380[[package]]
9381name = "paste"
9382version = "1.0.15"
9383source = "registry+https://github.com/rust-lang/crates.io-index"
9384checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
9385
9386[[package]]
9387name = "pathdiff"
9388version = "0.2.3"
9389source = "registry+https://github.com/rust-lang/crates.io-index"
9390checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
9391
9392[[package]]
9393name = "pathfinder_geometry"
9394version = "0.5.1"
9395source = "registry+https://github.com/rust-lang/crates.io-index"
9396checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
9397dependencies = [
9398 "log",
9399 "pathfinder_simd",
9400]
9401
9402[[package]]
9403name = "pathfinder_simd"
9404version = "0.5.4"
9405source = "registry+https://github.com/rust-lang/crates.io-index"
9406checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
9407dependencies = [
9408 "rustc_version",
9409]
9410
9411[[package]]
9412name = "paths"
9413version = "0.1.0"
9414dependencies = [
9415 "dirs 4.0.0",
9416 "util",
9417]
9418
9419[[package]]
9420name = "pbjson"
9421version = "0.6.0"
9422source = "registry+https://github.com/rust-lang/crates.io-index"
9423checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
9424dependencies = [
9425 "base64 0.21.7",
9426 "serde",
9427]
9428
9429[[package]]
9430name = "pbjson-build"
9431version = "0.6.2"
9432source = "registry+https://github.com/rust-lang/crates.io-index"
9433checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
9434dependencies = [
9435 "heck 0.4.1",
9436 "itertools 0.11.0",
9437 "prost 0.12.6",
9438 "prost-types 0.12.6",
9439]
9440
9441[[package]]
9442name = "pbjson-types"
9443version = "0.6.0"
9444source = "registry+https://github.com/rust-lang/crates.io-index"
9445checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
9446dependencies = [
9447 "bytes 1.10.1",
9448 "chrono",
9449 "pbjson",
9450 "pbjson-build",
9451 "prost 0.12.6",
9452 "prost-build 0.12.6",
9453 "serde",
9454]
9455
9456[[package]]
9457name = "pbkdf2"
9458version = "0.11.0"
9459source = "registry+https://github.com/rust-lang/crates.io-index"
9460checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
9461dependencies = [
9462 "digest",
9463 "hmac",
9464 "password-hash 0.4.2",
9465 "sha2",
9466]
9467
9468[[package]]
9469name = "pbkdf2"
9470version = "0.12.2"
9471source = "registry+https://github.com/rust-lang/crates.io-index"
9472checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
9473dependencies = [
9474 "digest",
9475 "hmac",
9476]
9477
9478[[package]]
9479name = "pem"
9480version = "3.0.4"
9481source = "registry+https://github.com/rust-lang/crates.io-index"
9482checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
9483dependencies = [
9484 "base64 0.22.1",
9485 "serde",
9486]
9487
9488[[package]]
9489name = "pem-rfc7468"
9490version = "0.7.0"
9491source = "registry+https://github.com/rust-lang/crates.io-index"
9492checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
9493dependencies = [
9494 "base64ct",
9495]
9496
9497[[package]]
9498name = "percent-encoding"
9499version = "2.3.1"
9500source = "registry+https://github.com/rust-lang/crates.io-index"
9501checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
9502
9503[[package]]
9504name = "perplexity"
9505version = "0.1.0"
9506dependencies = [
9507 "serde",
9508 "zed_extension_api 0.3.0",
9509]
9510
9511[[package]]
9512name = "pest"
9513version = "2.7.15"
9514source = "registry+https://github.com/rust-lang/crates.io-index"
9515checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
9516dependencies = [
9517 "memchr",
9518 "thiserror 2.0.6",
9519 "ucd-trie",
9520]
9521
9522[[package]]
9523name = "pest_derive"
9524version = "2.7.15"
9525source = "registry+https://github.com/rust-lang/crates.io-index"
9526checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
9527dependencies = [
9528 "pest",
9529 "pest_generator",
9530]
9531
9532[[package]]
9533name = "pest_generator"
9534version = "2.7.15"
9535source = "registry+https://github.com/rust-lang/crates.io-index"
9536checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
9537dependencies = [
9538 "pest",
9539 "pest_meta",
9540 "proc-macro2",
9541 "quote",
9542 "syn 2.0.100",
9543]
9544
9545[[package]]
9546name = "pest_meta"
9547version = "2.7.15"
9548source = "registry+https://github.com/rust-lang/crates.io-index"
9549checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
9550dependencies = [
9551 "once_cell",
9552 "pest",
9553 "sha2",
9554]
9555
9556[[package]]
9557name = "pet"
9558version = "0.1.0"
9559source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9560dependencies = [
9561 "clap",
9562 "env_logger 0.10.2",
9563 "lazy_static",
9564 "log",
9565 "msvc_spectre_libs",
9566 "pet-conda",
9567 "pet-core",
9568 "pet-env-var-path",
9569 "pet-fs",
9570 "pet-global-virtualenvs",
9571 "pet-homebrew",
9572 "pet-jsonrpc",
9573 "pet-linux-global-python",
9574 "pet-mac-commandlinetools",
9575 "pet-mac-python-org",
9576 "pet-mac-xcode",
9577 "pet-pipenv",
9578 "pet-pixi",
9579 "pet-poetry",
9580 "pet-pyenv",
9581 "pet-python-utils",
9582 "pet-reporter",
9583 "pet-telemetry",
9584 "pet-venv",
9585 "pet-virtualenv",
9586 "pet-virtualenvwrapper",
9587 "pet-windows-registry",
9588 "pet-windows-store",
9589 "serde",
9590 "serde_json",
9591]
9592
9593[[package]]
9594name = "pet-conda"
9595version = "0.1.0"
9596source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9597dependencies = [
9598 "env_logger 0.10.2",
9599 "lazy_static",
9600 "log",
9601 "msvc_spectre_libs",
9602 "pet-core",
9603 "pet-fs",
9604 "pet-python-utils",
9605 "pet-reporter",
9606 "regex",
9607 "serde",
9608 "serde_json",
9609 "yaml-rust2",
9610]
9611
9612[[package]]
9613name = "pet-core"
9614version = "0.1.0"
9615source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9616dependencies = [
9617 "clap",
9618 "lazy_static",
9619 "log",
9620 "msvc_spectre_libs",
9621 "pet-fs",
9622 "regex",
9623 "serde",
9624 "serde_json",
9625]
9626
9627[[package]]
9628name = "pet-env-var-path"
9629version = "0.1.0"
9630source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9631dependencies = [
9632 "lazy_static",
9633 "log",
9634 "msvc_spectre_libs",
9635 "pet-conda",
9636 "pet-core",
9637 "pet-fs",
9638 "pet-python-utils",
9639 "pet-virtualenv",
9640 "regex",
9641]
9642
9643[[package]]
9644name = "pet-fs"
9645version = "0.1.0"
9646source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9647dependencies = [
9648 "log",
9649 "msvc_spectre_libs",
9650]
9651
9652[[package]]
9653name = "pet-global-virtualenvs"
9654version = "0.1.0"
9655source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9656dependencies = [
9657 "log",
9658 "msvc_spectre_libs",
9659 "pet-conda",
9660 "pet-core",
9661 "pet-fs",
9662 "pet-virtualenv",
9663]
9664
9665[[package]]
9666name = "pet-homebrew"
9667version = "0.1.0"
9668source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9669dependencies = [
9670 "lazy_static",
9671 "log",
9672 "msvc_spectre_libs",
9673 "pet-conda",
9674 "pet-core",
9675 "pet-fs",
9676 "pet-python-utils",
9677 "pet-virtualenv",
9678 "regex",
9679 "serde",
9680 "serde_json",
9681]
9682
9683[[package]]
9684name = "pet-jsonrpc"
9685version = "0.1.0"
9686source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9687dependencies = [
9688 "env_logger 0.10.2",
9689 "log",
9690 "msvc_spectre_libs",
9691 "pet-core",
9692 "serde",
9693 "serde_json",
9694]
9695
9696[[package]]
9697name = "pet-linux-global-python"
9698version = "0.1.0"
9699source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9700dependencies = [
9701 "log",
9702 "msvc_spectre_libs",
9703 "pet-core",
9704 "pet-fs",
9705 "pet-python-utils",
9706 "pet-virtualenv",
9707]
9708
9709[[package]]
9710name = "pet-mac-commandlinetools"
9711version = "0.1.0"
9712source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9713dependencies = [
9714 "log",
9715 "msvc_spectre_libs",
9716 "pet-core",
9717 "pet-fs",
9718 "pet-python-utils",
9719 "pet-virtualenv",
9720]
9721
9722[[package]]
9723name = "pet-mac-python-org"
9724version = "0.1.0"
9725source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9726dependencies = [
9727 "log",
9728 "msvc_spectre_libs",
9729 "pet-core",
9730 "pet-fs",
9731 "pet-python-utils",
9732 "pet-virtualenv",
9733]
9734
9735[[package]]
9736name = "pet-mac-xcode"
9737version = "0.1.0"
9738source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9739dependencies = [
9740 "log",
9741 "msvc_spectre_libs",
9742 "pet-core",
9743 "pet-fs",
9744 "pet-python-utils",
9745 "pet-virtualenv",
9746]
9747
9748[[package]]
9749name = "pet-pipenv"
9750version = "0.1.0"
9751source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9752dependencies = [
9753 "log",
9754 "msvc_spectre_libs",
9755 "pet-core",
9756 "pet-fs",
9757 "pet-python-utils",
9758 "pet-virtualenv",
9759]
9760
9761[[package]]
9762name = "pet-pixi"
9763version = "0.1.0"
9764source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9765dependencies = [
9766 "log",
9767 "msvc_spectre_libs",
9768 "pet-conda",
9769 "pet-core",
9770 "pet-python-utils",
9771]
9772
9773[[package]]
9774name = "pet-poetry"
9775version = "0.1.0"
9776source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9777dependencies = [
9778 "base64 0.22.1",
9779 "lazy_static",
9780 "log",
9781 "msvc_spectre_libs",
9782 "pet-core",
9783 "pet-fs",
9784 "pet-python-utils",
9785 "pet-reporter",
9786 "pet-virtualenv",
9787 "regex",
9788 "serde",
9789 "serde_json",
9790 "sha2",
9791 "toml 0.8.20",
9792]
9793
9794[[package]]
9795name = "pet-pyenv"
9796version = "0.1.0"
9797source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9798dependencies = [
9799 "lazy_static",
9800 "log",
9801 "msvc_spectre_libs",
9802 "pet-conda",
9803 "pet-core",
9804 "pet-fs",
9805 "pet-python-utils",
9806 "pet-reporter",
9807 "regex",
9808 "serde",
9809 "serde_json",
9810]
9811
9812[[package]]
9813name = "pet-python-utils"
9814version = "0.1.0"
9815source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9816dependencies = [
9817 "env_logger 0.10.2",
9818 "lazy_static",
9819 "log",
9820 "msvc_spectre_libs",
9821 "pet-core",
9822 "pet-fs",
9823 "regex",
9824 "serde",
9825 "serde_json",
9826 "sha2",
9827]
9828
9829[[package]]
9830name = "pet-reporter"
9831version = "0.1.0"
9832source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9833dependencies = [
9834 "env_logger 0.10.2",
9835 "log",
9836 "msvc_spectre_libs",
9837 "pet-core",
9838 "pet-jsonrpc",
9839 "serde",
9840 "serde_json",
9841]
9842
9843[[package]]
9844name = "pet-telemetry"
9845version = "0.1.0"
9846source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9847dependencies = [
9848 "env_logger 0.10.2",
9849 "lazy_static",
9850 "log",
9851 "msvc_spectre_libs",
9852 "pet-core",
9853 "pet-fs",
9854 "pet-python-utils",
9855 "regex",
9856]
9857
9858[[package]]
9859name = "pet-venv"
9860version = "0.1.0"
9861source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9862dependencies = [
9863 "log",
9864 "msvc_spectre_libs",
9865 "pet-core",
9866 "pet-python-utils",
9867 "pet-virtualenv",
9868]
9869
9870[[package]]
9871name = "pet-virtualenv"
9872version = "0.1.0"
9873source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9874dependencies = [
9875 "log",
9876 "msvc_spectre_libs",
9877 "pet-core",
9878 "pet-fs",
9879 "pet-python-utils",
9880]
9881
9882[[package]]
9883name = "pet-virtualenvwrapper"
9884version = "0.1.0"
9885source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9886dependencies = [
9887 "log",
9888 "msvc_spectre_libs",
9889 "pet-core",
9890 "pet-fs",
9891 "pet-python-utils",
9892 "pet-virtualenv",
9893]
9894
9895[[package]]
9896name = "pet-windows-registry"
9897version = "0.1.0"
9898source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9899dependencies = [
9900 "lazy_static",
9901 "log",
9902 "msvc_spectre_libs",
9903 "pet-conda",
9904 "pet-core",
9905 "pet-fs",
9906 "pet-python-utils",
9907 "pet-virtualenv",
9908 "pet-windows-store",
9909 "regex",
9910 "winreg 0.52.0",
9911]
9912
9913[[package]]
9914name = "pet-windows-store"
9915version = "0.1.0"
9916source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9917dependencies = [
9918 "lazy_static",
9919 "log",
9920 "msvc_spectre_libs",
9921 "pet-core",
9922 "pet-fs",
9923 "pet-python-utils",
9924 "pet-virtualenv",
9925 "regex",
9926 "winreg 0.52.0",
9927]
9928
9929[[package]]
9930name = "petgraph"
9931version = "0.6.5"
9932source = "registry+https://github.com/rust-lang/crates.io-index"
9933checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9934dependencies = [
9935 "fixedbitset",
9936 "indexmap",
9937]
9938
9939[[package]]
9940name = "phf"
9941version = "0.11.2"
9942source = "registry+https://github.com/rust-lang/crates.io-index"
9943checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9944dependencies = [
9945 "phf_macros",
9946 "phf_shared 0.11.2",
9947]
9948
9949[[package]]
9950name = "phf_codegen"
9951version = "0.11.2"
9952source = "registry+https://github.com/rust-lang/crates.io-index"
9953checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9954dependencies = [
9955 "phf_generator 0.11.2",
9956 "phf_shared 0.11.2",
9957]
9958
9959[[package]]
9960name = "phf_generator"
9961version = "0.10.0"
9962source = "registry+https://github.com/rust-lang/crates.io-index"
9963checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9964dependencies = [
9965 "phf_shared 0.10.0",
9966 "rand 0.8.5",
9967]
9968
9969[[package]]
9970name = "phf_generator"
9971version = "0.11.2"
9972source = "registry+https://github.com/rust-lang/crates.io-index"
9973checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9974dependencies = [
9975 "phf_shared 0.11.2",
9976 "rand 0.8.5",
9977]
9978
9979[[package]]
9980name = "phf_macros"
9981version = "0.11.2"
9982source = "registry+https://github.com/rust-lang/crates.io-index"
9983checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9984dependencies = [
9985 "phf_generator 0.11.2",
9986 "phf_shared 0.11.2",
9987 "proc-macro2",
9988 "quote",
9989 "syn 2.0.100",
9990]
9991
9992[[package]]
9993name = "phf_shared"
9994version = "0.10.0"
9995source = "registry+https://github.com/rust-lang/crates.io-index"
9996checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9997dependencies = [
9998 "siphasher 0.3.11",
9999]
10000
10001[[package]]
10002name = "phf_shared"
10003version = "0.11.2"
10004source = "registry+https://github.com/rust-lang/crates.io-index"
10005checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10006dependencies = [
10007 "siphasher 0.3.11",
10008]
10009
10010[[package]]
10011name = "picker"
10012version = "0.1.0"
10013dependencies = [
10014 "anyhow",
10015 "ctor",
10016 "editor",
10017 "env_logger 0.11.7",
10018 "gpui",
10019 "menu",
10020 "schemars",
10021 "serde",
10022 "serde_json",
10023 "ui",
10024 "util",
10025 "workspace",
10026]
10027
10028[[package]]
10029name = "pico-args"
10030version = "0.5.0"
10031source = "registry+https://github.com/rust-lang/crates.io-index"
10032checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10033
10034[[package]]
10035name = "pin-project"
10036version = "1.1.7"
10037source = "registry+https://github.com/rust-lang/crates.io-index"
10038checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10039dependencies = [
10040 "pin-project-internal",
10041]
10042
10043[[package]]
10044name = "pin-project-internal"
10045version = "1.1.7"
10046source = "registry+https://github.com/rust-lang/crates.io-index"
10047checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10048dependencies = [
10049 "proc-macro2",
10050 "quote",
10051 "syn 2.0.100",
10052]
10053
10054[[package]]
10055name = "pin-project-lite"
10056version = "0.2.16"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10059
10060[[package]]
10061name = "pin-utils"
10062version = "0.1.0"
10063source = "registry+https://github.com/rust-lang/crates.io-index"
10064checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10065
10066[[package]]
10067name = "piper"
10068version = "0.2.4"
10069source = "registry+https://github.com/rust-lang/crates.io-index"
10070checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10071dependencies = [
10072 "atomic-waker",
10073 "fastrand 2.3.0",
10074 "futures-io",
10075]
10076
10077[[package]]
10078name = "pkcs1"
10079version = "0.7.5"
10080source = "registry+https://github.com/rust-lang/crates.io-index"
10081checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10082dependencies = [
10083 "der 0.7.9",
10084 "pkcs8 0.10.2",
10085 "spki 0.7.3",
10086]
10087
10088[[package]]
10089name = "pkcs8"
10090version = "0.9.0"
10091source = "registry+https://github.com/rust-lang/crates.io-index"
10092checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10093dependencies = [
10094 "der 0.6.1",
10095 "spki 0.6.0",
10096]
10097
10098[[package]]
10099name = "pkcs8"
10100version = "0.10.2"
10101source = "registry+https://github.com/rust-lang/crates.io-index"
10102checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10103dependencies = [
10104 "der 0.7.9",
10105 "spki 0.7.3",
10106]
10107
10108[[package]]
10109name = "pkg-config"
10110version = "0.3.31"
10111source = "registry+https://github.com/rust-lang/crates.io-index"
10112checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10113
10114[[package]]
10115name = "plist"
10116version = "1.7.0"
10117source = "registry+https://github.com/rust-lang/crates.io-index"
10118checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10119dependencies = [
10120 "base64 0.22.1",
10121 "indexmap",
10122 "quick-xml 0.32.0",
10123 "serde",
10124 "time",
10125]
10126
10127[[package]]
10128name = "plotters"
10129version = "0.3.7"
10130source = "registry+https://github.com/rust-lang/crates.io-index"
10131checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10132dependencies = [
10133 "num-traits",
10134 "plotters-backend",
10135 "plotters-svg",
10136 "wasm-bindgen",
10137 "web-sys",
10138]
10139
10140[[package]]
10141name = "plotters-backend"
10142version = "0.3.7"
10143source = "registry+https://github.com/rust-lang/crates.io-index"
10144checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10145
10146[[package]]
10147name = "plotters-svg"
10148version = "0.3.7"
10149source = "registry+https://github.com/rust-lang/crates.io-index"
10150checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10151dependencies = [
10152 "plotters-backend",
10153]
10154
10155[[package]]
10156name = "png"
10157version = "0.17.15"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10160dependencies = [
10161 "bitflags 1.3.2",
10162 "crc32fast",
10163 "fdeflate",
10164 "flate2",
10165 "miniz_oxide",
10166]
10167
10168[[package]]
10169name = "polling"
10170version = "3.7.4"
10171source = "registry+https://github.com/rust-lang/crates.io-index"
10172checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10173dependencies = [
10174 "cfg-if",
10175 "concurrent-queue",
10176 "hermit-abi 0.4.0",
10177 "pin-project-lite",
10178 "rustix",
10179 "tracing",
10180 "windows-sys 0.59.0",
10181]
10182
10183[[package]]
10184name = "pollster"
10185version = "0.2.5"
10186source = "registry+https://github.com/rust-lang/crates.io-index"
10187checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10188
10189[[package]]
10190name = "portable-atomic"
10191version = "1.11.0"
10192source = "registry+https://github.com/rust-lang/crates.io-index"
10193checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10194
10195[[package]]
10196name = "portable-atomic-util"
10197version = "0.2.4"
10198source = "registry+https://github.com/rust-lang/crates.io-index"
10199checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10200dependencies = [
10201 "portable-atomic",
10202]
10203
10204[[package]]
10205name = "postage"
10206version = "0.5.0"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10209dependencies = [
10210 "atomic",
10211 "crossbeam-queue",
10212 "futures 0.3.31",
10213 "log",
10214 "parking_lot",
10215 "pin-project",
10216 "pollster",
10217 "static_assertions",
10218 "thiserror 1.0.69",
10219]
10220
10221[[package]]
10222name = "postcard"
10223version = "1.1.1"
10224source = "registry+https://github.com/rust-lang/crates.io-index"
10225checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10226dependencies = [
10227 "cobs",
10228 "embedded-io 0.4.0",
10229 "embedded-io 0.6.1",
10230 "serde",
10231]
10232
10233[[package]]
10234name = "powerfmt"
10235version = "0.2.0"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10238
10239[[package]]
10240name = "ppv-lite86"
10241version = "0.2.20"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10244dependencies = [
10245 "zerocopy 0.7.35",
10246]
10247
10248[[package]]
10249name = "precomputed-hash"
10250version = "0.1.1"
10251source = "registry+https://github.com/rust-lang/crates.io-index"
10252checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10253
10254[[package]]
10255name = "prettier"
10256version = "0.1.0"
10257dependencies = [
10258 "anyhow",
10259 "collections",
10260 "fs",
10261 "gpui",
10262 "language",
10263 "log",
10264 "lsp",
10265 "node_runtime",
10266 "parking_lot",
10267 "paths",
10268 "serde",
10269 "serde_json",
10270 "util",
10271]
10272
10273[[package]]
10274name = "pretty_assertions"
10275version = "1.4.1"
10276source = "registry+https://github.com/rust-lang/crates.io-index"
10277checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10278dependencies = [
10279 "diff",
10280 "yansi",
10281]
10282
10283[[package]]
10284name = "prettyplease"
10285version = "0.2.25"
10286source = "registry+https://github.com/rust-lang/crates.io-index"
10287checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10288dependencies = [
10289 "proc-macro2",
10290 "syn 2.0.100",
10291]
10292
10293[[package]]
10294name = "proc-macro-crate"
10295version = "3.2.0"
10296source = "registry+https://github.com/rust-lang/crates.io-index"
10297checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10298dependencies = [
10299 "toml_edit",
10300]
10301
10302[[package]]
10303name = "proc-macro-error-attr2"
10304version = "2.0.0"
10305source = "registry+https://github.com/rust-lang/crates.io-index"
10306checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10307dependencies = [
10308 "proc-macro2",
10309 "quote",
10310]
10311
10312[[package]]
10313name = "proc-macro-error2"
10314version = "2.0.1"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10317dependencies = [
10318 "proc-macro-error-attr2",
10319 "proc-macro2",
10320 "quote",
10321 "syn 2.0.100",
10322]
10323
10324[[package]]
10325name = "proc-macro2"
10326version = "1.0.94"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10329dependencies = [
10330 "unicode-ident",
10331]
10332
10333[[package]]
10334name = "proc-macro2-diagnostics"
10335version = "0.10.1"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10338dependencies = [
10339 "proc-macro2",
10340 "quote",
10341 "syn 2.0.100",
10342 "version_check",
10343 "yansi",
10344]
10345
10346[[package]]
10347name = "profiling"
10348version = "1.0.16"
10349source = "registry+https://github.com/rust-lang/crates.io-index"
10350checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10351dependencies = [
10352 "profiling-procmacros",
10353]
10354
10355[[package]]
10356name = "profiling-procmacros"
10357version = "1.0.16"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10360dependencies = [
10361 "quote",
10362 "syn 2.0.100",
10363]
10364
10365[[package]]
10366name = "project"
10367version = "0.1.0"
10368dependencies = [
10369 "aho-corasick",
10370 "anyhow",
10371 "askpass",
10372 "async-trait",
10373 "buffer_diff",
10374 "client",
10375 "clock",
10376 "collections",
10377 "env_logger 0.11.7",
10378 "extension",
10379 "fancy-regex 0.14.0",
10380 "fs",
10381 "futures 0.3.31",
10382 "fuzzy",
10383 "git",
10384 "git2",
10385 "globset",
10386 "gpui",
10387 "http_client",
10388 "image",
10389 "itertools 0.14.0",
10390 "language",
10391 "log",
10392 "lsp",
10393 "node_runtime",
10394 "parking_lot",
10395 "pathdiff",
10396 "paths",
10397 "postage",
10398 "prettier",
10399 "pretty_assertions",
10400 "rand 0.8.5",
10401 "regex",
10402 "release_channel",
10403 "remote",
10404 "rpc",
10405 "schemars",
10406 "serde",
10407 "serde_json",
10408 "settings",
10409 "sha2",
10410 "shellexpand 2.1.2",
10411 "shlex",
10412 "smol",
10413 "snippet",
10414 "snippet_provider",
10415 "task",
10416 "tempfile",
10417 "terminal",
10418 "text",
10419 "toml 0.8.20",
10420 "unindent",
10421 "url",
10422 "util",
10423 "which 6.0.3",
10424 "worktree",
10425]
10426
10427[[package]]
10428name = "project_panel"
10429version = "0.1.0"
10430dependencies = [
10431 "anyhow",
10432 "client",
10433 "collections",
10434 "command_palette_hooks",
10435 "db",
10436 "editor",
10437 "file_icons",
10438 "git",
10439 "gpui",
10440 "indexmap",
10441 "language",
10442 "menu",
10443 "pretty_assertions",
10444 "project",
10445 "schemars",
10446 "search",
10447 "serde",
10448 "serde_derive",
10449 "serde_json",
10450 "settings",
10451 "smallvec",
10452 "theme",
10453 "ui",
10454 "util",
10455 "workspace",
10456 "worktree",
10457 "zed_actions",
10458]
10459
10460[[package]]
10461name = "project_symbols"
10462version = "0.1.0"
10463dependencies = [
10464 "anyhow",
10465 "editor",
10466 "futures 0.3.31",
10467 "fuzzy",
10468 "gpui",
10469 "language",
10470 "lsp",
10471 "ordered-float 2.10.1",
10472 "picker",
10473 "project",
10474 "release_channel",
10475 "serde_json",
10476 "settings",
10477 "theme",
10478 "util",
10479 "workspace",
10480]
10481
10482[[package]]
10483name = "prometheus"
10484version = "0.13.4"
10485source = "registry+https://github.com/rust-lang/crates.io-index"
10486checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10487dependencies = [
10488 "cfg-if",
10489 "fnv",
10490 "lazy_static",
10491 "memchr",
10492 "parking_lot",
10493 "protobuf",
10494 "thiserror 1.0.69",
10495]
10496
10497[[package]]
10498name = "prompt_library"
10499version = "0.1.0"
10500dependencies = [
10501 "anyhow",
10502 "collections",
10503 "editor",
10504 "gpui",
10505 "language",
10506 "language_model",
10507 "log",
10508 "menu",
10509 "picker",
10510 "prompt_store",
10511 "release_channel",
10512 "rope",
10513 "serde",
10514 "settings",
10515 "theme",
10516 "ui",
10517 "util",
10518 "workspace",
10519 "zed_actions",
10520]
10521
10522[[package]]
10523name = "prompt_store"
10524version = "0.1.0"
10525dependencies = [
10526 "anyhow",
10527 "assets",
10528 "chrono",
10529 "collections",
10530 "fs",
10531 "futures 0.3.31",
10532 "fuzzy",
10533 "gpui",
10534 "handlebars 4.5.0",
10535 "heed",
10536 "language",
10537 "log",
10538 "parking_lot",
10539 "paths",
10540 "rope",
10541 "serde",
10542 "text",
10543 "util",
10544 "uuid",
10545]
10546
10547[[package]]
10548name = "prost"
10549version = "0.9.0"
10550source = "registry+https://github.com/rust-lang/crates.io-index"
10551checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10552dependencies = [
10553 "bytes 1.10.1",
10554 "prost-derive 0.9.0",
10555]
10556
10557[[package]]
10558name = "prost"
10559version = "0.12.6"
10560source = "registry+https://github.com/rust-lang/crates.io-index"
10561checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10562dependencies = [
10563 "bytes 1.10.1",
10564 "prost-derive 0.12.6",
10565]
10566
10567[[package]]
10568name = "prost-build"
10569version = "0.9.0"
10570source = "registry+https://github.com/rust-lang/crates.io-index"
10571checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10572dependencies = [
10573 "bytes 1.10.1",
10574 "heck 0.3.3",
10575 "itertools 0.10.5",
10576 "lazy_static",
10577 "log",
10578 "multimap 0.8.3",
10579 "petgraph",
10580 "prost 0.9.0",
10581 "prost-types 0.9.0",
10582 "regex",
10583 "tempfile",
10584 "which 4.4.2",
10585]
10586
10587[[package]]
10588name = "prost-build"
10589version = "0.12.6"
10590source = "registry+https://github.com/rust-lang/crates.io-index"
10591checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10592dependencies = [
10593 "bytes 1.10.1",
10594 "heck 0.5.0",
10595 "itertools 0.12.1",
10596 "log",
10597 "multimap 0.10.0",
10598 "once_cell",
10599 "petgraph",
10600 "prettyplease",
10601 "prost 0.12.6",
10602 "prost-types 0.12.6",
10603 "regex",
10604 "syn 2.0.100",
10605 "tempfile",
10606]
10607
10608[[package]]
10609name = "prost-derive"
10610version = "0.9.0"
10611source = "registry+https://github.com/rust-lang/crates.io-index"
10612checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10613dependencies = [
10614 "anyhow",
10615 "itertools 0.10.5",
10616 "proc-macro2",
10617 "quote",
10618 "syn 1.0.109",
10619]
10620
10621[[package]]
10622name = "prost-derive"
10623version = "0.12.6"
10624source = "registry+https://github.com/rust-lang/crates.io-index"
10625checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10626dependencies = [
10627 "anyhow",
10628 "itertools 0.12.1",
10629 "proc-macro2",
10630 "quote",
10631 "syn 2.0.100",
10632]
10633
10634[[package]]
10635name = "prost-types"
10636version = "0.9.0"
10637source = "registry+https://github.com/rust-lang/crates.io-index"
10638checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10639dependencies = [
10640 "bytes 1.10.1",
10641 "prost 0.9.0",
10642]
10643
10644[[package]]
10645name = "prost-types"
10646version = "0.12.6"
10647source = "registry+https://github.com/rust-lang/crates.io-index"
10648checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10649dependencies = [
10650 "prost 0.12.6",
10651]
10652
10653[[package]]
10654name = "proto"
10655version = "0.1.0"
10656dependencies = [
10657 "anyhow",
10658 "collections",
10659 "prost 0.9.0",
10660 "prost-build 0.9.0",
10661 "serde",
10662]
10663
10664[[package]]
10665name = "protobuf"
10666version = "2.28.0"
10667source = "registry+https://github.com/rust-lang/crates.io-index"
10668checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10669
10670[[package]]
10671name = "psm"
10672version = "0.1.24"
10673source = "registry+https://github.com/rust-lang/crates.io-index"
10674checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10675dependencies = [
10676 "cc",
10677]
10678
10679[[package]]
10680name = "ptr_meta"
10681version = "0.1.4"
10682source = "registry+https://github.com/rust-lang/crates.io-index"
10683checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10684dependencies = [
10685 "ptr_meta_derive",
10686]
10687
10688[[package]]
10689name = "ptr_meta_derive"
10690version = "0.1.4"
10691source = "registry+https://github.com/rust-lang/crates.io-index"
10692checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10693dependencies = [
10694 "proc-macro2",
10695 "quote",
10696 "syn 1.0.109",
10697]
10698
10699[[package]]
10700name = "pulldown-cmark"
10701version = "0.10.3"
10702source = "registry+https://github.com/rust-lang/crates.io-index"
10703checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10704dependencies = [
10705 "bitflags 2.8.0",
10706 "memchr",
10707 "pulldown-cmark-escape",
10708 "unicase",
10709]
10710
10711[[package]]
10712name = "pulldown-cmark"
10713version = "0.12.2"
10714source = "registry+https://github.com/rust-lang/crates.io-index"
10715checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10716dependencies = [
10717 "bitflags 2.8.0",
10718 "memchr",
10719 "unicase",
10720]
10721
10722[[package]]
10723name = "pulldown-cmark-escape"
10724version = "0.10.1"
10725source = "registry+https://github.com/rust-lang/crates.io-index"
10726checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10727
10728[[package]]
10729name = "pulley-interpreter"
10730version = "29.0.1"
10731source = "registry+https://github.com/rust-lang/crates.io-index"
10732checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10733dependencies = [
10734 "cranelift-bitset",
10735 "log",
10736 "sptr",
10737 "wasmtime-math",
10738]
10739
10740[[package]]
10741name = "qoi"
10742version = "0.4.1"
10743source = "registry+https://github.com/rust-lang/crates.io-index"
10744checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10745dependencies = [
10746 "bytemuck",
10747]
10748
10749[[package]]
10750name = "quick-error"
10751version = "2.0.1"
10752source = "registry+https://github.com/rust-lang/crates.io-index"
10753checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10754
10755[[package]]
10756name = "quick-xml"
10757version = "0.32.0"
10758source = "registry+https://github.com/rust-lang/crates.io-index"
10759checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10760dependencies = [
10761 "memchr",
10762]
10763
10764[[package]]
10765name = "quick-xml"
10766version = "0.37.2"
10767source = "registry+https://github.com/rust-lang/crates.io-index"
10768checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10769dependencies = [
10770 "memchr",
10771]
10772
10773[[package]]
10774name = "quinn"
10775version = "0.11.6"
10776source = "registry+https://github.com/rust-lang/crates.io-index"
10777checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10778dependencies = [
10779 "bytes 1.10.1",
10780 "pin-project-lite",
10781 "quinn-proto",
10782 "quinn-udp",
10783 "rustc-hash 2.1.1",
10784 "rustls 0.23.23",
10785 "socket2",
10786 "thiserror 2.0.6",
10787 "tokio",
10788 "tracing",
10789]
10790
10791[[package]]
10792name = "quinn-proto"
10793version = "0.11.9"
10794source = "registry+https://github.com/rust-lang/crates.io-index"
10795checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10796dependencies = [
10797 "bytes 1.10.1",
10798 "getrandom 0.2.15",
10799 "rand 0.8.5",
10800 "ring",
10801 "rustc-hash 2.1.1",
10802 "rustls 0.23.23",
10803 "rustls-pki-types",
10804 "slab",
10805 "thiserror 2.0.6",
10806 "tinyvec",
10807 "tracing",
10808 "web-time",
10809]
10810
10811[[package]]
10812name = "quinn-udp"
10813version = "0.5.9"
10814source = "registry+https://github.com/rust-lang/crates.io-index"
10815checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10816dependencies = [
10817 "cfg_aliases 0.2.1",
10818 "libc",
10819 "once_cell",
10820 "socket2",
10821 "tracing",
10822 "windows-sys 0.59.0",
10823]
10824
10825[[package]]
10826name = "quote"
10827version = "1.0.40"
10828source = "registry+https://github.com/rust-lang/crates.io-index"
10829checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10830dependencies = [
10831 "proc-macro2",
10832]
10833
10834[[package]]
10835name = "radium"
10836version = "0.7.0"
10837source = "registry+https://github.com/rust-lang/crates.io-index"
10838checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10839
10840[[package]]
10841name = "rand"
10842version = "0.7.3"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10845dependencies = [
10846 "getrandom 0.1.16",
10847 "libc",
10848 "rand_chacha 0.2.2",
10849 "rand_core 0.5.1",
10850 "rand_hc",
10851]
10852
10853[[package]]
10854name = "rand"
10855version = "0.8.5"
10856source = "registry+https://github.com/rust-lang/crates.io-index"
10857checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10858dependencies = [
10859 "libc",
10860 "rand_chacha 0.3.1",
10861 "rand_core 0.6.4",
10862]
10863
10864[[package]]
10865name = "rand"
10866version = "0.9.0"
10867source = "registry+https://github.com/rust-lang/crates.io-index"
10868checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10869dependencies = [
10870 "rand_chacha 0.9.0",
10871 "rand_core 0.9.0",
10872 "zerocopy 0.8.18",
10873]
10874
10875[[package]]
10876name = "rand_chacha"
10877version = "0.2.2"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10880dependencies = [
10881 "ppv-lite86",
10882 "rand_core 0.5.1",
10883]
10884
10885[[package]]
10886name = "rand_chacha"
10887version = "0.3.1"
10888source = "registry+https://github.com/rust-lang/crates.io-index"
10889checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10890dependencies = [
10891 "ppv-lite86",
10892 "rand_core 0.6.4",
10893]
10894
10895[[package]]
10896name = "rand_chacha"
10897version = "0.9.0"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
10900dependencies = [
10901 "ppv-lite86",
10902 "rand_core 0.9.0",
10903]
10904
10905[[package]]
10906name = "rand_core"
10907version = "0.5.1"
10908source = "registry+https://github.com/rust-lang/crates.io-index"
10909checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10910dependencies = [
10911 "getrandom 0.1.16",
10912]
10913
10914[[package]]
10915name = "rand_core"
10916version = "0.6.4"
10917source = "registry+https://github.com/rust-lang/crates.io-index"
10918checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10919dependencies = [
10920 "getrandom 0.2.15",
10921]
10922
10923[[package]]
10924name = "rand_core"
10925version = "0.9.0"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
10928dependencies = [
10929 "getrandom 0.3.1",
10930 "zerocopy 0.8.18",
10931]
10932
10933[[package]]
10934name = "rand_hc"
10935version = "0.2.0"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10938dependencies = [
10939 "rand_core 0.5.1",
10940]
10941
10942[[package]]
10943name = "rangemap"
10944version = "1.5.1"
10945source = "registry+https://github.com/rust-lang/crates.io-index"
10946checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10947
10948[[package]]
10949name = "rav1e"
10950version = "0.7.1"
10951source = "registry+https://github.com/rust-lang/crates.io-index"
10952checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10953dependencies = [
10954 "arbitrary",
10955 "arg_enum_proc_macro",
10956 "arrayvec",
10957 "av1-grain",
10958 "bitstream-io",
10959 "built",
10960 "cfg-if",
10961 "interpolate_name",
10962 "itertools 0.12.1",
10963 "libc",
10964 "libfuzzer-sys",
10965 "log",
10966 "maybe-rayon",
10967 "new_debug_unreachable",
10968 "noop_proc_macro",
10969 "num-derive",
10970 "num-traits",
10971 "once_cell",
10972 "paste",
10973 "profiling",
10974 "rand 0.8.5",
10975 "rand_chacha 0.3.1",
10976 "simd_helpers",
10977 "system-deps",
10978 "thiserror 1.0.69",
10979 "v_frame",
10980 "wasm-bindgen",
10981]
10982
10983[[package]]
10984name = "ravif"
10985version = "0.11.11"
10986source = "registry+https://github.com/rust-lang/crates.io-index"
10987checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10988dependencies = [
10989 "avif-serialize",
10990 "imgref",
10991 "loop9",
10992 "quick-error",
10993 "rav1e",
10994 "rayon",
10995 "rgb",
10996]
10997
10998[[package]]
10999name = "raw-window-handle"
11000version = "0.6.2"
11001source = "registry+https://github.com/rust-lang/crates.io-index"
11002checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11003
11004[[package]]
11005name = "raw-window-metal"
11006version = "0.4.0"
11007source = "registry+https://github.com/rust-lang/crates.io-index"
11008checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11009dependencies = [
11010 "cocoa 0.25.0",
11011 "core-graphics 0.23.2",
11012 "objc",
11013 "raw-window-handle",
11014]
11015
11016[[package]]
11017name = "rayon"
11018version = "1.10.0"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11021dependencies = [
11022 "either",
11023 "rayon-core",
11024]
11025
11026[[package]]
11027name = "rayon-core"
11028version = "1.12.1"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11031dependencies = [
11032 "crossbeam-deque",
11033 "crossbeam-utils",
11034]
11035
11036[[package]]
11037name = "read-fonts"
11038version = "0.22.5"
11039source = "registry+https://github.com/rust-lang/crates.io-index"
11040checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11041dependencies = [
11042 "bytemuck",
11043 "font-types",
11044]
11045
11046[[package]]
11047name = "recent_projects"
11048version = "0.1.0"
11049dependencies = [
11050 "anyhow",
11051 "auto_update",
11052 "editor",
11053 "extension_host",
11054 "file_finder",
11055 "futures 0.3.31",
11056 "fuzzy",
11057 "gpui",
11058 "language",
11059 "log",
11060 "markdown",
11061 "menu",
11062 "ordered-float 2.10.1",
11063 "paths",
11064 "picker",
11065 "project",
11066 "release_channel",
11067 "remote",
11068 "schemars",
11069 "serde",
11070 "serde_json",
11071 "settings",
11072 "smol",
11073 "task",
11074 "telemetry",
11075 "theme",
11076 "ui",
11077 "util",
11078 "workspace",
11079 "zed_actions",
11080]
11081
11082[[package]]
11083name = "redox_syscall"
11084version = "0.2.16"
11085source = "registry+https://github.com/rust-lang/crates.io-index"
11086checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11087dependencies = [
11088 "bitflags 1.3.2",
11089]
11090
11091[[package]]
11092name = "redox_syscall"
11093version = "0.5.8"
11094source = "registry+https://github.com/rust-lang/crates.io-index"
11095checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11096dependencies = [
11097 "bitflags 2.8.0",
11098]
11099
11100[[package]]
11101name = "redox_users"
11102version = "0.4.6"
11103source = "registry+https://github.com/rust-lang/crates.io-index"
11104checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11105dependencies = [
11106 "getrandom 0.2.15",
11107 "libredox",
11108 "thiserror 1.0.69",
11109]
11110
11111[[package]]
11112name = "refineable"
11113version = "0.1.0"
11114dependencies = [
11115 "derive_refineable",
11116]
11117
11118[[package]]
11119name = "regalloc2"
11120version = "0.11.1"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11123dependencies = [
11124 "allocator-api2",
11125 "bumpalo",
11126 "hashbrown 0.15.2",
11127 "log",
11128 "rustc-hash 2.1.1",
11129 "smallvec",
11130]
11131
11132[[package]]
11133name = "regex"
11134version = "1.11.1"
11135source = "registry+https://github.com/rust-lang/crates.io-index"
11136checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11137dependencies = [
11138 "aho-corasick",
11139 "memchr",
11140 "regex-automata 0.4.9",
11141 "regex-syntax 0.8.5",
11142]
11143
11144[[package]]
11145name = "regex-automata"
11146version = "0.1.10"
11147source = "registry+https://github.com/rust-lang/crates.io-index"
11148checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11149dependencies = [
11150 "regex-syntax 0.6.29",
11151]
11152
11153[[package]]
11154name = "regex-automata"
11155version = "0.4.9"
11156source = "registry+https://github.com/rust-lang/crates.io-index"
11157checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11158dependencies = [
11159 "aho-corasick",
11160 "memchr",
11161 "regex-syntax 0.8.5",
11162]
11163
11164[[package]]
11165name = "regex-lite"
11166version = "0.1.6"
11167source = "registry+https://github.com/rust-lang/crates.io-index"
11168checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11169
11170[[package]]
11171name = "regex-syntax"
11172version = "0.6.29"
11173source = "registry+https://github.com/rust-lang/crates.io-index"
11174checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11175
11176[[package]]
11177name = "regex-syntax"
11178version = "0.8.5"
11179source = "registry+https://github.com/rust-lang/crates.io-index"
11180checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11181
11182[[package]]
11183name = "release_channel"
11184version = "0.1.0"
11185dependencies = [
11186 "gpui",
11187]
11188
11189[[package]]
11190name = "remote"
11191version = "0.1.0"
11192dependencies = [
11193 "anyhow",
11194 "askpass",
11195 "async-trait",
11196 "collections",
11197 "fs",
11198 "futures 0.3.31",
11199 "gpui",
11200 "itertools 0.14.0",
11201 "log",
11202 "parking_lot",
11203 "paths",
11204 "prost 0.9.0",
11205 "release_channel",
11206 "rpc",
11207 "schemars",
11208 "serde",
11209 "serde_json",
11210 "shlex",
11211 "smol",
11212 "tempfile",
11213 "thiserror 1.0.69",
11214 "util",
11215]
11216
11217[[package]]
11218name = "remote_server"
11219version = "0.1.0"
11220dependencies = [
11221 "anyhow",
11222 "async-watch",
11223 "backtrace",
11224 "cargo_toml",
11225 "chrono",
11226 "clap",
11227 "client",
11228 "clock",
11229 "env_logger 0.11.7",
11230 "extension",
11231 "extension_host",
11232 "fork",
11233 "fs",
11234 "futures 0.3.31",
11235 "git",
11236 "git_hosting_providers",
11237 "gpui",
11238 "gpui_tokio",
11239 "http_client",
11240 "language",
11241 "language_extension",
11242 "languages",
11243 "libc",
11244 "log",
11245 "lsp",
11246 "node_runtime",
11247 "paths",
11248 "project",
11249 "proto",
11250 "release_channel",
11251 "remote",
11252 "reqwest_client",
11253 "rpc",
11254 "rust-embed",
11255 "serde",
11256 "serde_json",
11257 "settings",
11258 "shellexpand 2.1.2",
11259 "smol",
11260 "sysinfo",
11261 "telemetry_events",
11262 "toml 0.8.20",
11263 "unindent",
11264 "util",
11265 "worktree",
11266]
11267
11268[[package]]
11269name = "rend"
11270version = "0.4.2"
11271source = "registry+https://github.com/rust-lang/crates.io-index"
11272checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11273dependencies = [
11274 "bytecheck",
11275]
11276
11277[[package]]
11278name = "repl"
11279version = "0.1.0"
11280dependencies = [
11281 "alacritty_terminal",
11282 "anyhow",
11283 "async-dispatcher",
11284 "async-tungstenite",
11285 "base64 0.22.1",
11286 "client",
11287 "collections",
11288 "command_palette_hooks",
11289 "editor",
11290 "env_logger 0.11.7",
11291 "feature_flags",
11292 "file_icons",
11293 "futures 0.3.31",
11294 "gpui",
11295 "http_client",
11296 "image",
11297 "indoc",
11298 "jupyter-protocol",
11299 "jupyter-websocket-client",
11300 "language",
11301 "languages",
11302 "log",
11303 "markdown_preview",
11304 "menu",
11305 "multi_buffer",
11306 "nbformat",
11307 "picker",
11308 "project",
11309 "runtimelib",
11310 "schemars",
11311 "serde",
11312 "serde_json",
11313 "settings",
11314 "smol",
11315 "telemetry",
11316 "terminal",
11317 "terminal_view",
11318 "theme",
11319 "tree-sitter-md",
11320 "tree-sitter-python",
11321 "tree-sitter-typescript",
11322 "ui",
11323 "util",
11324 "uuid",
11325 "workspace",
11326]
11327
11328[[package]]
11329name = "reqwest"
11330version = "0.11.27"
11331source = "registry+https://github.com/rust-lang/crates.io-index"
11332checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11333dependencies = [
11334 "base64 0.21.7",
11335 "bytes 1.10.1",
11336 "encoding_rs",
11337 "futures-core",
11338 "futures-util",
11339 "h2 0.3.26",
11340 "http 0.2.12",
11341 "http-body 0.4.6",
11342 "hyper 0.14.32",
11343 "hyper-rustls 0.24.2",
11344 "hyper-tls",
11345 "ipnet",
11346 "js-sys",
11347 "log",
11348 "mime",
11349 "native-tls",
11350 "once_cell",
11351 "percent-encoding",
11352 "pin-project-lite",
11353 "rustls 0.21.12",
11354 "rustls-native-certs 0.6.3",
11355 "rustls-pemfile 1.0.4",
11356 "serde",
11357 "serde_json",
11358 "serde_urlencoded",
11359 "sync_wrapper 0.1.2",
11360 "system-configuration 0.5.1",
11361 "tokio",
11362 "tokio-native-tls",
11363 "tokio-rustls 0.24.1",
11364 "tower-service",
11365 "url",
11366 "wasm-bindgen",
11367 "wasm-bindgen-futures",
11368 "web-sys",
11369 "winreg 0.50.0",
11370]
11371
11372[[package]]
11373name = "reqwest"
11374version = "0.12.8"
11375source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11376dependencies = [
11377 "base64 0.22.1",
11378 "bytes 1.10.1",
11379 "encoding_rs",
11380 "futures-core",
11381 "futures-util",
11382 "h2 0.4.7",
11383 "http 1.2.0",
11384 "http-body 1.0.1",
11385 "http-body-util",
11386 "hyper 1.5.1",
11387 "hyper-rustls 0.27.3",
11388 "hyper-util",
11389 "ipnet",
11390 "js-sys",
11391 "log",
11392 "mime",
11393 "once_cell",
11394 "percent-encoding",
11395 "pin-project-lite",
11396 "quinn",
11397 "rustls 0.23.23",
11398 "rustls-native-certs 0.8.1",
11399 "rustls-pemfile 2.2.0",
11400 "rustls-pki-types",
11401 "serde",
11402 "serde_json",
11403 "serde_urlencoded",
11404 "sync_wrapper 1.0.2",
11405 "system-configuration 0.6.1",
11406 "tokio",
11407 "tokio-rustls 0.26.1",
11408 "tokio-socks",
11409 "tokio-util",
11410 "tower-service",
11411 "url",
11412 "wasm-bindgen",
11413 "wasm-bindgen-futures",
11414 "wasm-streams",
11415 "web-sys",
11416 "windows-registry",
11417]
11418
11419[[package]]
11420name = "reqwest_client"
11421version = "0.1.0"
11422dependencies = [
11423 "anyhow",
11424 "bytes 1.10.1",
11425 "futures 0.3.31",
11426 "gpui",
11427 "http_client",
11428 "log",
11429 "regex",
11430 "reqwest 0.12.8",
11431 "serde",
11432 "smol",
11433 "tokio",
11434]
11435
11436[[package]]
11437name = "resvg"
11438version = "0.45.0"
11439source = "registry+https://github.com/rust-lang/crates.io-index"
11440checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11441dependencies = [
11442 "log",
11443 "pico-args",
11444 "rgb",
11445 "svgtypes",
11446 "tiny-skia",
11447 "usvg",
11448]
11449
11450[[package]]
11451name = "rfc6979"
11452version = "0.3.1"
11453source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11455dependencies = [
11456 "crypto-bigint 0.4.9",
11457 "hmac",
11458 "zeroize",
11459]
11460
11461[[package]]
11462name = "rgb"
11463version = "0.8.50"
11464source = "registry+https://github.com/rust-lang/crates.io-index"
11465checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11466dependencies = [
11467 "bytemuck",
11468]
11469
11470[[package]]
11471name = "rich_text"
11472version = "0.1.0"
11473dependencies = [
11474 "futures 0.3.31",
11475 "gpui",
11476 "language",
11477 "linkify",
11478 "pulldown-cmark 0.12.2",
11479 "theme",
11480 "ui",
11481 "util",
11482]
11483
11484[[package]]
11485name = "ring"
11486version = "0.17.8"
11487source = "registry+https://github.com/rust-lang/crates.io-index"
11488checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11489dependencies = [
11490 "cc",
11491 "cfg-if",
11492 "getrandom 0.2.15",
11493 "libc",
11494 "spin",
11495 "untrusted",
11496 "windows-sys 0.52.0",
11497]
11498
11499[[package]]
11500name = "rkyv"
11501version = "0.7.45"
11502source = "registry+https://github.com/rust-lang/crates.io-index"
11503checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11504dependencies = [
11505 "bitvec",
11506 "bytecheck",
11507 "bytes 1.10.1",
11508 "hashbrown 0.12.3",
11509 "ptr_meta",
11510 "rend",
11511 "rkyv_derive",
11512 "seahash",
11513 "tinyvec",
11514 "uuid",
11515]
11516
11517[[package]]
11518name = "rkyv_derive"
11519version = "0.7.45"
11520source = "registry+https://github.com/rust-lang/crates.io-index"
11521checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11522dependencies = [
11523 "proc-macro2",
11524 "quote",
11525 "syn 1.0.109",
11526]
11527
11528[[package]]
11529name = "rmp"
11530version = "0.8.14"
11531source = "registry+https://github.com/rust-lang/crates.io-index"
11532checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11533dependencies = [
11534 "byteorder",
11535 "num-traits",
11536 "paste",
11537]
11538
11539[[package]]
11540name = "rmpv"
11541version = "1.3.0"
11542source = "registry+https://github.com/rust-lang/crates.io-index"
11543checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11544dependencies = [
11545 "num-traits",
11546 "rmp",
11547]
11548
11549[[package]]
11550name = "rodio"
11551version = "0.20.1"
11552source = "registry+https://github.com/rust-lang/crates.io-index"
11553checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11554dependencies = [
11555 "cpal",
11556 "hound",
11557]
11558
11559[[package]]
11560name = "rope"
11561version = "0.1.0"
11562dependencies = [
11563 "arrayvec",
11564 "criterion",
11565 "ctor",
11566 "env_logger 0.11.7",
11567 "gpui",
11568 "log",
11569 "rand 0.8.5",
11570 "rayon",
11571 "smallvec",
11572 "sum_tree",
11573 "unicode-segmentation",
11574 "util",
11575]
11576
11577[[package]]
11578name = "roxmltree"
11579version = "0.20.0"
11580source = "registry+https://github.com/rust-lang/crates.io-index"
11581checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11582
11583[[package]]
11584name = "rpc"
11585version = "0.1.0"
11586dependencies = [
11587 "anyhow",
11588 "async-tungstenite",
11589 "base64 0.22.1",
11590 "chrono",
11591 "collections",
11592 "env_logger 0.11.7",
11593 "futures 0.3.31",
11594 "gpui",
11595 "parking_lot",
11596 "proto",
11597 "rand 0.8.5",
11598 "rsa",
11599 "serde",
11600 "serde_json",
11601 "sha2",
11602 "strum",
11603 "tracing",
11604 "util",
11605 "zstd",
11606]
11607
11608[[package]]
11609name = "rsa"
11610version = "0.9.8"
11611source = "registry+https://github.com/rust-lang/crates.io-index"
11612checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11613dependencies = [
11614 "const-oid",
11615 "digest",
11616 "num-bigint-dig",
11617 "num-integer",
11618 "num-traits",
11619 "pkcs1",
11620 "pkcs8 0.10.2",
11621 "rand_core 0.6.4",
11622 "signature 2.2.0",
11623 "spki 0.7.3",
11624 "subtle",
11625 "zeroize",
11626]
11627
11628[[package]]
11629name = "runtimelib"
11630version = "0.25.0"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11633dependencies = [
11634 "anyhow",
11635 "async-dispatcher",
11636 "async-std",
11637 "base64 0.22.1",
11638 "bytes 1.10.1",
11639 "chrono",
11640 "data-encoding",
11641 "dirs 5.0.1",
11642 "futures 0.3.31",
11643 "glob",
11644 "jupyter-protocol",
11645 "ring",
11646 "serde",
11647 "serde_json",
11648 "shellexpand 3.1.0",
11649 "smol",
11650 "uuid",
11651 "zeromq",
11652]
11653
11654[[package]]
11655name = "rust-embed"
11656version = "8.5.0"
11657source = "registry+https://github.com/rust-lang/crates.io-index"
11658checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11659dependencies = [
11660 "rust-embed-impl",
11661 "rust-embed-utils",
11662 "walkdir",
11663]
11664
11665[[package]]
11666name = "rust-embed-impl"
11667version = "8.5.0"
11668source = "registry+https://github.com/rust-lang/crates.io-index"
11669checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11670dependencies = [
11671 "proc-macro2",
11672 "quote",
11673 "rust-embed-utils",
11674 "syn 2.0.100",
11675 "walkdir",
11676]
11677
11678[[package]]
11679name = "rust-embed-utils"
11680version = "8.5.0"
11681source = "registry+https://github.com/rust-lang/crates.io-index"
11682checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11683dependencies = [
11684 "globset",
11685 "sha2",
11686 "walkdir",
11687]
11688
11689[[package]]
11690name = "rust_decimal"
11691version = "1.36.0"
11692source = "registry+https://github.com/rust-lang/crates.io-index"
11693checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11694dependencies = [
11695 "arrayvec",
11696 "borsh",
11697 "bytes 1.10.1",
11698 "num-traits",
11699 "rand 0.8.5",
11700 "rkyv",
11701 "serde",
11702 "serde_json",
11703]
11704
11705[[package]]
11706name = "rustc-demangle"
11707version = "0.1.24"
11708source = "registry+https://github.com/rust-lang/crates.io-index"
11709checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11710
11711[[package]]
11712name = "rustc-hash"
11713version = "1.1.0"
11714source = "registry+https://github.com/rust-lang/crates.io-index"
11715checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11716
11717[[package]]
11718name = "rustc-hash"
11719version = "2.1.1"
11720source = "registry+https://github.com/rust-lang/crates.io-index"
11721checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11722
11723[[package]]
11724name = "rustc_version"
11725version = "0.4.1"
11726source = "registry+https://github.com/rust-lang/crates.io-index"
11727checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11728dependencies = [
11729 "semver",
11730]
11731
11732[[package]]
11733name = "rustix"
11734version = "0.38.42"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11737dependencies = [
11738 "bitflags 2.8.0",
11739 "errno 0.3.10",
11740 "itoa",
11741 "libc",
11742 "linux-raw-sys",
11743 "once_cell",
11744 "windows-sys 0.59.0",
11745]
11746
11747[[package]]
11748name = "rustix-openpty"
11749version = "0.1.1"
11750source = "registry+https://github.com/rust-lang/crates.io-index"
11751checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11752dependencies = [
11753 "errno 0.3.10",
11754 "libc",
11755 "rustix",
11756]
11757
11758[[package]]
11759name = "rustls"
11760version = "0.21.12"
11761source = "registry+https://github.com/rust-lang/crates.io-index"
11762checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11763dependencies = [
11764 "log",
11765 "ring",
11766 "rustls-webpki 0.101.7",
11767 "sct",
11768]
11769
11770[[package]]
11771name = "rustls"
11772version = "0.23.23"
11773source = "registry+https://github.com/rust-lang/crates.io-index"
11774checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11775dependencies = [
11776 "aws-lc-rs",
11777 "log",
11778 "once_cell",
11779 "ring",
11780 "rustls-pki-types",
11781 "rustls-webpki 0.102.8",
11782 "subtle",
11783 "zeroize",
11784]
11785
11786[[package]]
11787name = "rustls-native-certs"
11788version = "0.6.3"
11789source = "registry+https://github.com/rust-lang/crates.io-index"
11790checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11791dependencies = [
11792 "openssl-probe",
11793 "rustls-pemfile 1.0.4",
11794 "schannel",
11795 "security-framework 2.11.1",
11796]
11797
11798[[package]]
11799name = "rustls-native-certs"
11800version = "0.8.1"
11801source = "registry+https://github.com/rust-lang/crates.io-index"
11802checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11803dependencies = [
11804 "openssl-probe",
11805 "rustls-pki-types",
11806 "schannel",
11807 "security-framework 3.0.1",
11808]
11809
11810[[package]]
11811name = "rustls-pemfile"
11812version = "1.0.4"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11815dependencies = [
11816 "base64 0.21.7",
11817]
11818
11819[[package]]
11820name = "rustls-pemfile"
11821version = "2.2.0"
11822source = "registry+https://github.com/rust-lang/crates.io-index"
11823checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11824dependencies = [
11825 "rustls-pki-types",
11826]
11827
11828[[package]]
11829name = "rustls-pki-types"
11830version = "1.10.0"
11831source = "registry+https://github.com/rust-lang/crates.io-index"
11832checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11833dependencies = [
11834 "web-time",
11835]
11836
11837[[package]]
11838name = "rustls-platform-verifier"
11839version = "0.5.0"
11840source = "registry+https://github.com/rust-lang/crates.io-index"
11841checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
11842dependencies = [
11843 "core-foundation 0.10.0",
11844 "core-foundation-sys",
11845 "jni",
11846 "log",
11847 "once_cell",
11848 "rustls 0.23.23",
11849 "rustls-native-certs 0.8.1",
11850 "rustls-platform-verifier-android",
11851 "rustls-webpki 0.102.8",
11852 "security-framework 3.0.1",
11853 "security-framework-sys",
11854 "webpki-root-certs",
11855 "windows-sys 0.52.0",
11856]
11857
11858[[package]]
11859name = "rustls-platform-verifier-android"
11860version = "0.1.1"
11861source = "registry+https://github.com/rust-lang/crates.io-index"
11862checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11863
11864[[package]]
11865name = "rustls-webpki"
11866version = "0.101.7"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11869dependencies = [
11870 "ring",
11871 "untrusted",
11872]
11873
11874[[package]]
11875name = "rustls-webpki"
11876version = "0.102.8"
11877source = "registry+https://github.com/rust-lang/crates.io-index"
11878checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11879dependencies = [
11880 "aws-lc-rs",
11881 "ring",
11882 "rustls-pki-types",
11883 "untrusted",
11884]
11885
11886[[package]]
11887name = "rustversion"
11888version = "1.0.18"
11889source = "registry+https://github.com/rust-lang/crates.io-index"
11890checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11891
11892[[package]]
11893name = "rustybuzz"
11894version = "0.14.1"
11895source = "registry+https://github.com/rust-lang/crates.io-index"
11896checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11897dependencies = [
11898 "bitflags 2.8.0",
11899 "bytemuck",
11900 "libm",
11901 "smallvec",
11902 "ttf-parser 0.21.1",
11903 "unicode-bidi-mirroring 0.2.0",
11904 "unicode-ccc 0.2.0",
11905 "unicode-properties",
11906 "unicode-script",
11907]
11908
11909[[package]]
11910name = "rustybuzz"
11911version = "0.20.1"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
11914dependencies = [
11915 "bitflags 2.8.0",
11916 "bytemuck",
11917 "core_maths",
11918 "log",
11919 "smallvec",
11920 "ttf-parser 0.25.1",
11921 "unicode-bidi-mirroring 0.4.0",
11922 "unicode-ccc 0.4.0",
11923 "unicode-properties",
11924 "unicode-script",
11925]
11926
11927[[package]]
11928name = "ryu"
11929version = "1.0.18"
11930source = "registry+https://github.com/rust-lang/crates.io-index"
11931checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11932
11933[[package]]
11934name = "salsa20"
11935version = "0.10.2"
11936source = "registry+https://github.com/rust-lang/crates.io-index"
11937checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11938dependencies = [
11939 "cipher",
11940]
11941
11942[[package]]
11943name = "same-file"
11944version = "1.0.6"
11945source = "registry+https://github.com/rust-lang/crates.io-index"
11946checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11947dependencies = [
11948 "winapi-util",
11949]
11950
11951[[package]]
11952name = "schannel"
11953version = "0.1.27"
11954source = "registry+https://github.com/rust-lang/crates.io-index"
11955checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11956dependencies = [
11957 "windows-sys 0.59.0",
11958]
11959
11960[[package]]
11961name = "schema_generator"
11962version = "0.1.0"
11963dependencies = [
11964 "anyhow",
11965 "clap",
11966 "env_logger 0.11.7",
11967 "schemars",
11968 "serde",
11969 "serde_json",
11970 "theme",
11971]
11972
11973[[package]]
11974name = "schemars"
11975version = "0.8.22"
11976source = "registry+https://github.com/rust-lang/crates.io-index"
11977checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
11978dependencies = [
11979 "dyn-clone",
11980 "indexmap",
11981 "schemars_derive",
11982 "serde",
11983 "serde_json",
11984]
11985
11986[[package]]
11987name = "schemars_derive"
11988version = "0.8.22"
11989source = "registry+https://github.com/rust-lang/crates.io-index"
11990checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
11991dependencies = [
11992 "proc-macro2",
11993 "quote",
11994 "serde_derive_internals",
11995 "syn 2.0.100",
11996]
11997
11998[[package]]
11999name = "scoped-tls"
12000version = "1.0.1"
12001source = "registry+https://github.com/rust-lang/crates.io-index"
12002checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12003
12004[[package]]
12005name = "scopeguard"
12006version = "1.2.0"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12009
12010[[package]]
12011name = "scratch"
12012version = "1.0.7"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12015
12016[[package]]
12017name = "scripting_tool"
12018version = "0.1.0"
12019dependencies = [
12020 "anyhow",
12021 "buffer_diff",
12022 "clock",
12023 "collections",
12024 "futures 0.3.31",
12025 "gpui",
12026 "language",
12027 "log",
12028 "mlua",
12029 "parking_lot",
12030 "project",
12031 "rand 0.8.5",
12032 "regex",
12033 "schemars",
12034 "serde",
12035 "serde_json",
12036 "settings",
12037 "util",
12038]
12039
12040[[package]]
12041name = "scrypt"
12042version = "0.11.0"
12043source = "registry+https://github.com/rust-lang/crates.io-index"
12044checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12045dependencies = [
12046 "password-hash 0.5.0",
12047 "pbkdf2 0.12.2",
12048 "salsa20",
12049 "sha2",
12050]
12051
12052[[package]]
12053name = "sct"
12054version = "0.7.1"
12055source = "registry+https://github.com/rust-lang/crates.io-index"
12056checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12057dependencies = [
12058 "ring",
12059 "untrusted",
12060]
12061
12062[[package]]
12063name = "sea-bae"
12064version = "0.2.1"
12065source = "registry+https://github.com/rust-lang/crates.io-index"
12066checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12067dependencies = [
12068 "heck 0.4.1",
12069 "proc-macro-error2",
12070 "proc-macro2",
12071 "quote",
12072 "syn 2.0.100",
12073]
12074
12075[[package]]
12076name = "sea-orm"
12077version = "1.1.5"
12078source = "registry+https://github.com/rust-lang/crates.io-index"
12079checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
12080dependencies = [
12081 "async-stream",
12082 "async-trait",
12083 "bigdecimal",
12084 "chrono",
12085 "futures 0.3.31",
12086 "log",
12087 "ouroboros",
12088 "rust_decimal",
12089 "sea-orm-macros",
12090 "sea-query",
12091 "sea-query-binder",
12092 "serde",
12093 "serde_json",
12094 "sqlx",
12095 "strum",
12096 "thiserror 1.0.69",
12097 "time",
12098 "tracing",
12099 "url",
12100 "uuid",
12101]
12102
12103[[package]]
12104name = "sea-orm-macros"
12105version = "1.1.5"
12106source = "registry+https://github.com/rust-lang/crates.io-index"
12107checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12108dependencies = [
12109 "heck 0.4.1",
12110 "proc-macro2",
12111 "quote",
12112 "sea-bae",
12113 "syn 2.0.100",
12114 "unicode-ident",
12115]
12116
12117[[package]]
12118name = "sea-query"
12119version = "0.32.1"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12122dependencies = [
12123 "bigdecimal",
12124 "chrono",
12125 "inherent",
12126 "ordered-float 3.9.2",
12127 "rust_decimal",
12128 "serde_json",
12129 "time",
12130 "uuid",
12131]
12132
12133[[package]]
12134name = "sea-query-binder"
12135version = "0.7.0"
12136source = "registry+https://github.com/rust-lang/crates.io-index"
12137checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12138dependencies = [
12139 "bigdecimal",
12140 "chrono",
12141 "rust_decimal",
12142 "sea-query",
12143 "serde_json",
12144 "sqlx",
12145 "time",
12146 "uuid",
12147]
12148
12149[[package]]
12150name = "seahash"
12151version = "4.1.0"
12152source = "registry+https://github.com/rust-lang/crates.io-index"
12153checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12154
12155[[package]]
12156name = "search"
12157version = "0.1.0"
12158dependencies = [
12159 "any_vec",
12160 "anyhow",
12161 "bitflags 2.8.0",
12162 "client",
12163 "collections",
12164 "editor",
12165 "futures 0.3.31",
12166 "gpui",
12167 "language",
12168 "menu",
12169 "project",
12170 "schemars",
12171 "serde",
12172 "serde_json",
12173 "settings",
12174 "smol",
12175 "theme",
12176 "ui",
12177 "unindent",
12178 "util",
12179 "workspace",
12180 "zed_actions",
12181]
12182
12183[[package]]
12184name = "sec1"
12185version = "0.3.0"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12188dependencies = [
12189 "base16ct",
12190 "der 0.6.1",
12191 "generic-array",
12192 "pkcs8 0.9.0",
12193 "subtle",
12194 "zeroize",
12195]
12196
12197[[package]]
12198name = "security-framework"
12199version = "2.11.1"
12200source = "registry+https://github.com/rust-lang/crates.io-index"
12201checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12202dependencies = [
12203 "bitflags 2.8.0",
12204 "core-foundation 0.9.4",
12205 "core-foundation-sys",
12206 "libc",
12207 "security-framework-sys",
12208]
12209
12210[[package]]
12211name = "security-framework"
12212version = "3.0.1"
12213source = "registry+https://github.com/rust-lang/crates.io-index"
12214checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12215dependencies = [
12216 "bitflags 2.8.0",
12217 "core-foundation 0.10.0",
12218 "core-foundation-sys",
12219 "libc",
12220 "security-framework-sys",
12221]
12222
12223[[package]]
12224name = "security-framework-sys"
12225version = "2.12.1"
12226source = "registry+https://github.com/rust-lang/crates.io-index"
12227checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12228dependencies = [
12229 "core-foundation-sys",
12230 "libc",
12231]
12232
12233[[package]]
12234name = "self_cell"
12235version = "1.1.0"
12236source = "registry+https://github.com/rust-lang/crates.io-index"
12237checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12238
12239[[package]]
12240name = "semantic_index"
12241version = "0.1.0"
12242dependencies = [
12243 "anyhow",
12244 "arrayvec",
12245 "blake3",
12246 "client",
12247 "clock",
12248 "collections",
12249 "env_logger 0.11.7",
12250 "feature_flags",
12251 "fs",
12252 "futures 0.3.31",
12253 "futures-batch",
12254 "gpui",
12255 "heed",
12256 "http_client",
12257 "language",
12258 "language_model",
12259 "languages",
12260 "log",
12261 "open_ai",
12262 "parking_lot",
12263 "project",
12264 "reqwest_client",
12265 "serde",
12266 "serde_json",
12267 "settings",
12268 "sha2",
12269 "smol",
12270 "streaming-iterator",
12271 "tempfile",
12272 "theme",
12273 "tree-sitter",
12274 "ui",
12275 "unindent",
12276 "util",
12277 "workspace",
12278 "worktree",
12279]
12280
12281[[package]]
12282name = "semantic_version"
12283version = "0.1.0"
12284dependencies = [
12285 "anyhow",
12286 "serde",
12287]
12288
12289[[package]]
12290name = "semver"
12291version = "1.0.25"
12292source = "registry+https://github.com/rust-lang/crates.io-index"
12293checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12294dependencies = [
12295 "serde",
12296]
12297
12298[[package]]
12299name = "serde"
12300version = "1.0.218"
12301source = "registry+https://github.com/rust-lang/crates.io-index"
12302checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12303dependencies = [
12304 "serde_derive",
12305]
12306
12307[[package]]
12308name = "serde_derive"
12309version = "1.0.218"
12310source = "registry+https://github.com/rust-lang/crates.io-index"
12311checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12312dependencies = [
12313 "proc-macro2",
12314 "quote",
12315 "syn 2.0.100",
12316]
12317
12318[[package]]
12319name = "serde_derive_internals"
12320version = "0.29.1"
12321source = "registry+https://github.com/rust-lang/crates.io-index"
12322checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12323dependencies = [
12324 "proc-macro2",
12325 "quote",
12326 "syn 2.0.100",
12327]
12328
12329[[package]]
12330name = "serde_fmt"
12331version = "1.0.3"
12332source = "registry+https://github.com/rust-lang/crates.io-index"
12333checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12334dependencies = [
12335 "serde",
12336]
12337
12338[[package]]
12339name = "serde_json"
12340version = "1.0.139"
12341source = "registry+https://github.com/rust-lang/crates.io-index"
12342checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12343dependencies = [
12344 "indexmap",
12345 "itoa",
12346 "memchr",
12347 "ryu",
12348 "serde",
12349]
12350
12351[[package]]
12352name = "serde_json_lenient"
12353version = "0.2.4"
12354source = "registry+https://github.com/rust-lang/crates.io-index"
12355checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12356dependencies = [
12357 "indexmap",
12358 "itoa",
12359 "memchr",
12360 "ryu",
12361 "serde",
12362]
12363
12364[[package]]
12365name = "serde_path_to_error"
12366version = "0.1.16"
12367source = "registry+https://github.com/rust-lang/crates.io-index"
12368checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12369dependencies = [
12370 "itoa",
12371 "serde",
12372]
12373
12374[[package]]
12375name = "serde_qs"
12376version = "0.8.5"
12377source = "registry+https://github.com/rust-lang/crates.io-index"
12378checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12379dependencies = [
12380 "percent-encoding",
12381 "serde",
12382 "thiserror 1.0.69",
12383]
12384
12385[[package]]
12386name = "serde_qs"
12387version = "0.10.1"
12388source = "registry+https://github.com/rust-lang/crates.io-index"
12389checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12390dependencies = [
12391 "percent-encoding",
12392 "serde",
12393 "thiserror 1.0.69",
12394]
12395
12396[[package]]
12397name = "serde_repr"
12398version = "0.1.19"
12399source = "registry+https://github.com/rust-lang/crates.io-index"
12400checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12401dependencies = [
12402 "proc-macro2",
12403 "quote",
12404 "syn 2.0.100",
12405]
12406
12407[[package]]
12408name = "serde_spanned"
12409version = "0.6.8"
12410source = "registry+https://github.com/rust-lang/crates.io-index"
12411checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12412dependencies = [
12413 "serde",
12414]
12415
12416[[package]]
12417name = "serde_urlencoded"
12418version = "0.7.1"
12419source = "registry+https://github.com/rust-lang/crates.io-index"
12420checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12421dependencies = [
12422 "form_urlencoded",
12423 "itoa",
12424 "ryu",
12425 "serde",
12426]
12427
12428[[package]]
12429name = "session"
12430version = "0.1.0"
12431dependencies = [
12432 "db",
12433 "gpui",
12434 "serde_json",
12435 "util",
12436 "uuid",
12437]
12438
12439[[package]]
12440name = "settings"
12441version = "0.1.0"
12442dependencies = [
12443 "anyhow",
12444 "collections",
12445 "ec4rs",
12446 "fs",
12447 "futures 0.3.31",
12448 "gpui",
12449 "indoc",
12450 "inventory",
12451 "log",
12452 "paths",
12453 "pretty_assertions",
12454 "release_channel",
12455 "rust-embed",
12456 "schemars",
12457 "serde",
12458 "serde_derive",
12459 "serde_json",
12460 "serde_json_lenient",
12461 "smallvec",
12462 "streaming-iterator",
12463 "tree-sitter",
12464 "tree-sitter-json",
12465 "unindent",
12466 "util",
12467]
12468
12469[[package]]
12470name = "settings_ui"
12471version = "0.1.0"
12472dependencies = [
12473 "command_palette_hooks",
12474 "editor",
12475 "feature_flags",
12476 "gpui",
12477 "settings",
12478 "theme",
12479 "ui",
12480 "workspace",
12481]
12482
12483[[package]]
12484name = "sha1"
12485version = "0.10.6"
12486source = "registry+https://github.com/rust-lang/crates.io-index"
12487checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12488dependencies = [
12489 "cfg-if",
12490 "cpufeatures",
12491 "digest",
12492]
12493
12494[[package]]
12495name = "sha1_smol"
12496version = "1.0.1"
12497source = "registry+https://github.com/rust-lang/crates.io-index"
12498checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12499
12500[[package]]
12501name = "sha2"
12502version = "0.10.8"
12503source = "registry+https://github.com/rust-lang/crates.io-index"
12504checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12505dependencies = [
12506 "cfg-if",
12507 "cpufeatures",
12508 "digest",
12509]
12510
12511[[package]]
12512name = "sharded-slab"
12513version = "0.1.7"
12514source = "registry+https://github.com/rust-lang/crates.io-index"
12515checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12516dependencies = [
12517 "lazy_static",
12518]
12519
12520[[package]]
12521name = "shell-words"
12522version = "1.1.0"
12523source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12525
12526[[package]]
12527name = "shellexpand"
12528version = "2.1.2"
12529source = "registry+https://github.com/rust-lang/crates.io-index"
12530checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12531dependencies = [
12532 "dirs 4.0.0",
12533]
12534
12535[[package]]
12536name = "shellexpand"
12537version = "3.1.0"
12538source = "registry+https://github.com/rust-lang/crates.io-index"
12539checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12540dependencies = [
12541 "dirs 5.0.1",
12542]
12543
12544[[package]]
12545name = "shlex"
12546version = "1.3.0"
12547source = "registry+https://github.com/rust-lang/crates.io-index"
12548checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12549
12550[[package]]
12551name = "signal-hook"
12552version = "0.3.17"
12553source = "registry+https://github.com/rust-lang/crates.io-index"
12554checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12555dependencies = [
12556 "libc",
12557 "signal-hook-registry",
12558]
12559
12560[[package]]
12561name = "signal-hook-registry"
12562version = "1.4.2"
12563source = "registry+https://github.com/rust-lang/crates.io-index"
12564checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12565dependencies = [
12566 "libc",
12567]
12568
12569[[package]]
12570name = "signature"
12571version = "1.6.4"
12572source = "registry+https://github.com/rust-lang/crates.io-index"
12573checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12574dependencies = [
12575 "digest",
12576 "rand_core 0.6.4",
12577]
12578
12579[[package]]
12580name = "signature"
12581version = "2.2.0"
12582source = "registry+https://github.com/rust-lang/crates.io-index"
12583checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12584dependencies = [
12585 "digest",
12586 "rand_core 0.6.4",
12587]
12588
12589[[package]]
12590name = "simd-adler32"
12591version = "0.3.7"
12592source = "registry+https://github.com/rust-lang/crates.io-index"
12593checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12594
12595[[package]]
12596name = "simd_helpers"
12597version = "0.1.0"
12598source = "registry+https://github.com/rust-lang/crates.io-index"
12599checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12600dependencies = [
12601 "quote",
12602]
12603
12604[[package]]
12605name = "simdutf8"
12606version = "0.1.5"
12607source = "registry+https://github.com/rust-lang/crates.io-index"
12608checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12609
12610[[package]]
12611name = "simple_asn1"
12612version = "0.6.2"
12613source = "registry+https://github.com/rust-lang/crates.io-index"
12614checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12615dependencies = [
12616 "num-bigint",
12617 "num-traits",
12618 "thiserror 1.0.69",
12619 "time",
12620]
12621
12622[[package]]
12623name = "simplecss"
12624version = "0.2.1"
12625source = "registry+https://github.com/rust-lang/crates.io-index"
12626checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12627dependencies = [
12628 "log",
12629]
12630
12631[[package]]
12632name = "simplelog"
12633version = "0.12.2"
12634source = "registry+https://github.com/rust-lang/crates.io-index"
12635checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12636dependencies = [
12637 "log",
12638 "termcolor",
12639 "time",
12640]
12641
12642[[package]]
12643name = "siphasher"
12644version = "0.3.11"
12645source = "registry+https://github.com/rust-lang/crates.io-index"
12646checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12647
12648[[package]]
12649name = "siphasher"
12650version = "1.0.1"
12651source = "registry+https://github.com/rust-lang/crates.io-index"
12652checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12653
12654[[package]]
12655name = "skrifa"
12656version = "0.22.3"
12657source = "registry+https://github.com/rust-lang/crates.io-index"
12658checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12659dependencies = [
12660 "bytemuck",
12661 "read-fonts",
12662]
12663
12664[[package]]
12665name = "slab"
12666version = "0.4.9"
12667source = "registry+https://github.com/rust-lang/crates.io-index"
12668checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12669dependencies = [
12670 "autocfg",
12671]
12672
12673[[package]]
12674name = "slash_commands_example"
12675version = "0.1.0"
12676dependencies = [
12677 "zed_extension_api 0.1.0",
12678]
12679
12680[[package]]
12681name = "slotmap"
12682version = "1.0.7"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12685dependencies = [
12686 "version_check",
12687]
12688
12689[[package]]
12690name = "smallvec"
12691version = "1.14.0"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12694dependencies = [
12695 "serde",
12696]
12697
12698[[package]]
12699name = "smart-default"
12700version = "0.6.0"
12701source = "registry+https://github.com/rust-lang/crates.io-index"
12702checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12703dependencies = [
12704 "proc-macro2",
12705 "quote",
12706 "syn 1.0.109",
12707]
12708
12709[[package]]
12710name = "smol"
12711version = "2.0.2"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12714dependencies = [
12715 "async-channel 2.3.1",
12716 "async-executor",
12717 "async-fs",
12718 "async-io",
12719 "async-lock",
12720 "async-net",
12721 "async-process",
12722 "blocking",
12723 "futures-lite 2.6.0",
12724]
12725
12726[[package]]
12727name = "smol_str"
12728version = "0.1.24"
12729source = "registry+https://github.com/rust-lang/crates.io-index"
12730checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12731dependencies = [
12732 "serde",
12733]
12734
12735[[package]]
12736name = "snippet"
12737version = "0.1.0"
12738dependencies = [
12739 "anyhow",
12740 "smallvec",
12741]
12742
12743[[package]]
12744name = "snippet_provider"
12745version = "0.1.0"
12746dependencies = [
12747 "anyhow",
12748 "collections",
12749 "extension",
12750 "fs",
12751 "futures 0.3.31",
12752 "gpui",
12753 "parking_lot",
12754 "paths",
12755 "schemars",
12756 "serde",
12757 "serde_json_lenient",
12758 "snippet",
12759 "util",
12760]
12761
12762[[package]]
12763name = "snippets_ui"
12764version = "0.1.0"
12765dependencies = [
12766 "fuzzy",
12767 "gpui",
12768 "language",
12769 "paths",
12770 "picker",
12771 "ui",
12772 "util",
12773 "workspace",
12774]
12775
12776[[package]]
12777name = "socket2"
12778version = "0.5.8"
12779source = "registry+https://github.com/rust-lang/crates.io-index"
12780checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12781dependencies = [
12782 "libc",
12783 "windows-sys 0.52.0",
12784]
12785
12786[[package]]
12787name = "spdx"
12788version = "0.10.7"
12789source = "registry+https://github.com/rust-lang/crates.io-index"
12790checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12791dependencies = [
12792 "smallvec",
12793]
12794
12795[[package]]
12796name = "spin"
12797version = "0.9.8"
12798source = "registry+https://github.com/rust-lang/crates.io-index"
12799checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12800dependencies = [
12801 "lock_api",
12802]
12803
12804[[package]]
12805name = "spirv"
12806version = "0.3.0+sdk-1.3.268.0"
12807source = "registry+https://github.com/rust-lang/crates.io-index"
12808checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12809dependencies = [
12810 "bitflags 2.8.0",
12811]
12812
12813[[package]]
12814name = "spki"
12815version = "0.6.0"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12818dependencies = [
12819 "base64ct",
12820 "der 0.6.1",
12821]
12822
12823[[package]]
12824name = "spki"
12825version = "0.7.3"
12826source = "registry+https://github.com/rust-lang/crates.io-index"
12827checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12828dependencies = [
12829 "base64ct",
12830 "der 0.7.9",
12831]
12832
12833[[package]]
12834name = "sptr"
12835version = "0.3.2"
12836source = "registry+https://github.com/rust-lang/crates.io-index"
12837checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12838
12839[[package]]
12840name = "sqlez"
12841version = "0.1.0"
12842dependencies = [
12843 "anyhow",
12844 "collections",
12845 "futures 0.3.31",
12846 "indoc",
12847 "libsqlite3-sys",
12848 "parking_lot",
12849 "smol",
12850 "sqlformat",
12851 "thread_local",
12852 "util",
12853 "uuid",
12854]
12855
12856[[package]]
12857name = "sqlez_macros"
12858version = "0.1.0"
12859dependencies = [
12860 "sqlez",
12861 "sqlformat",
12862 "syn 1.0.109",
12863]
12864
12865[[package]]
12866name = "sqlformat"
12867version = "0.2.6"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12870dependencies = [
12871 "nom",
12872 "unicode_categories",
12873]
12874
12875[[package]]
12876name = "sqlx"
12877version = "0.8.3"
12878source = "registry+https://github.com/rust-lang/crates.io-index"
12879checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12880dependencies = [
12881 "sqlx-core",
12882 "sqlx-macros",
12883 "sqlx-mysql",
12884 "sqlx-postgres",
12885 "sqlx-sqlite",
12886]
12887
12888[[package]]
12889name = "sqlx-core"
12890version = "0.8.3"
12891source = "registry+https://github.com/rust-lang/crates.io-index"
12892checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12893dependencies = [
12894 "bigdecimal",
12895 "bytes 1.10.1",
12896 "chrono",
12897 "crc",
12898 "crossbeam-queue",
12899 "either",
12900 "event-listener 5.3.1",
12901 "futures-core",
12902 "futures-intrusive",
12903 "futures-io",
12904 "futures-util",
12905 "hashbrown 0.15.2",
12906 "hashlink 0.10.0",
12907 "indexmap",
12908 "log",
12909 "memchr",
12910 "once_cell",
12911 "percent-encoding",
12912 "rust_decimal",
12913 "rustls 0.23.23",
12914 "rustls-pemfile 2.2.0",
12915 "serde",
12916 "serde_json",
12917 "sha2",
12918 "smallvec",
12919 "thiserror 2.0.6",
12920 "time",
12921 "tokio",
12922 "tokio-stream",
12923 "tracing",
12924 "url",
12925 "uuid",
12926 "webpki-roots",
12927]
12928
12929[[package]]
12930name = "sqlx-macros"
12931version = "0.8.3"
12932source = "registry+https://github.com/rust-lang/crates.io-index"
12933checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
12934dependencies = [
12935 "proc-macro2",
12936 "quote",
12937 "sqlx-core",
12938 "sqlx-macros-core",
12939 "syn 2.0.100",
12940]
12941
12942[[package]]
12943name = "sqlx-macros-core"
12944version = "0.8.3"
12945source = "registry+https://github.com/rust-lang/crates.io-index"
12946checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
12947dependencies = [
12948 "dotenvy",
12949 "either",
12950 "heck 0.5.0",
12951 "hex",
12952 "once_cell",
12953 "proc-macro2",
12954 "quote",
12955 "serde",
12956 "serde_json",
12957 "sha2",
12958 "sqlx-core",
12959 "sqlx-mysql",
12960 "sqlx-postgres",
12961 "sqlx-sqlite",
12962 "syn 2.0.100",
12963 "tempfile",
12964 "tokio",
12965 "url",
12966]
12967
12968[[package]]
12969name = "sqlx-mysql"
12970version = "0.8.3"
12971source = "registry+https://github.com/rust-lang/crates.io-index"
12972checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
12973dependencies = [
12974 "atoi",
12975 "base64 0.22.1",
12976 "bigdecimal",
12977 "bitflags 2.8.0",
12978 "byteorder",
12979 "bytes 1.10.1",
12980 "chrono",
12981 "crc",
12982 "digest",
12983 "dotenvy",
12984 "either",
12985 "futures-channel",
12986 "futures-core",
12987 "futures-io",
12988 "futures-util",
12989 "generic-array",
12990 "hex",
12991 "hkdf",
12992 "hmac",
12993 "itoa",
12994 "log",
12995 "md-5",
12996 "memchr",
12997 "once_cell",
12998 "percent-encoding",
12999 "rand 0.8.5",
13000 "rsa",
13001 "rust_decimal",
13002 "serde",
13003 "sha1",
13004 "sha2",
13005 "smallvec",
13006 "sqlx-core",
13007 "stringprep",
13008 "thiserror 2.0.6",
13009 "time",
13010 "tracing",
13011 "uuid",
13012 "whoami",
13013]
13014
13015[[package]]
13016name = "sqlx-postgres"
13017version = "0.8.3"
13018source = "registry+https://github.com/rust-lang/crates.io-index"
13019checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13020dependencies = [
13021 "atoi",
13022 "base64 0.22.1",
13023 "bigdecimal",
13024 "bitflags 2.8.0",
13025 "byteorder",
13026 "chrono",
13027 "crc",
13028 "dotenvy",
13029 "etcetera",
13030 "futures-channel",
13031 "futures-core",
13032 "futures-util",
13033 "hex",
13034 "hkdf",
13035 "hmac",
13036 "home",
13037 "itoa",
13038 "log",
13039 "md-5",
13040 "memchr",
13041 "num-bigint",
13042 "once_cell",
13043 "rand 0.8.5",
13044 "rust_decimal",
13045 "serde",
13046 "serde_json",
13047 "sha2",
13048 "smallvec",
13049 "sqlx-core",
13050 "stringprep",
13051 "thiserror 2.0.6",
13052 "time",
13053 "tracing",
13054 "uuid",
13055 "whoami",
13056]
13057
13058[[package]]
13059name = "sqlx-sqlite"
13060version = "0.8.3"
13061source = "registry+https://github.com/rust-lang/crates.io-index"
13062checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13063dependencies = [
13064 "atoi",
13065 "chrono",
13066 "flume",
13067 "futures-channel",
13068 "futures-core",
13069 "futures-executor",
13070 "futures-intrusive",
13071 "futures-util",
13072 "libsqlite3-sys",
13073 "log",
13074 "percent-encoding",
13075 "serde",
13076 "serde_urlencoded",
13077 "sqlx-core",
13078 "time",
13079 "tracing",
13080 "url",
13081 "uuid",
13082]
13083
13084[[package]]
13085name = "stable_deref_trait"
13086version = "1.2.0"
13087source = "registry+https://github.com/rust-lang/crates.io-index"
13088checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13089
13090[[package]]
13091name = "static_assertions"
13092version = "1.1.0"
13093source = "registry+https://github.com/rust-lang/crates.io-index"
13094checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13095
13096[[package]]
13097name = "story"
13098version = "0.1.0"
13099dependencies = [
13100 "gpui",
13101 "itertools 0.14.0",
13102 "smallvec",
13103]
13104
13105[[package]]
13106name = "storybook"
13107version = "0.1.0"
13108dependencies = [
13109 "anyhow",
13110 "clap",
13111 "collab_ui",
13112 "ctrlc",
13113 "dialoguer",
13114 "editor",
13115 "fuzzy",
13116 "gpui",
13117 "indoc",
13118 "language",
13119 "log",
13120 "menu",
13121 "picker",
13122 "project",
13123 "reqwest_client",
13124 "rust-embed",
13125 "settings",
13126 "simplelog",
13127 "story",
13128 "strum",
13129 "theme",
13130 "title_bar",
13131 "ui",
13132]
13133
13134[[package]]
13135name = "streaming-iterator"
13136version = "0.1.9"
13137source = "registry+https://github.com/rust-lang/crates.io-index"
13138checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13139
13140[[package]]
13141name = "streaming_diff"
13142version = "0.1.0"
13143dependencies = [
13144 "ordered-float 2.10.1",
13145 "rand 0.8.5",
13146 "rope",
13147 "util",
13148]
13149
13150[[package]]
13151name = "strict-num"
13152version = "0.1.1"
13153source = "registry+https://github.com/rust-lang/crates.io-index"
13154checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13155dependencies = [
13156 "float-cmp",
13157]
13158
13159[[package]]
13160name = "string_cache"
13161version = "0.8.7"
13162source = "registry+https://github.com/rust-lang/crates.io-index"
13163checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13164dependencies = [
13165 "new_debug_unreachable",
13166 "once_cell",
13167 "parking_lot",
13168 "phf_shared 0.10.0",
13169 "precomputed-hash",
13170 "serde",
13171]
13172
13173[[package]]
13174name = "string_cache_codegen"
13175version = "0.5.2"
13176source = "registry+https://github.com/rust-lang/crates.io-index"
13177checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13178dependencies = [
13179 "phf_generator 0.10.0",
13180 "phf_shared 0.10.0",
13181 "proc-macro2",
13182 "quote",
13183]
13184
13185[[package]]
13186name = "stringprep"
13187version = "0.1.5"
13188source = "registry+https://github.com/rust-lang/crates.io-index"
13189checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13190dependencies = [
13191 "unicode-bidi",
13192 "unicode-normalization",
13193 "unicode-properties",
13194]
13195
13196[[package]]
13197name = "strsim"
13198version = "0.11.1"
13199source = "registry+https://github.com/rust-lang/crates.io-index"
13200checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13201
13202[[package]]
13203name = "strum"
13204version = "0.26.3"
13205source = "registry+https://github.com/rust-lang/crates.io-index"
13206checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13207dependencies = [
13208 "strum_macros",
13209]
13210
13211[[package]]
13212name = "strum_macros"
13213version = "0.26.4"
13214source = "registry+https://github.com/rust-lang/crates.io-index"
13215checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13216dependencies = [
13217 "heck 0.5.0",
13218 "proc-macro2",
13219 "quote",
13220 "rustversion",
13221 "syn 2.0.100",
13222]
13223
13224[[package]]
13225name = "subtle"
13226version = "2.6.1"
13227source = "registry+https://github.com/rust-lang/crates.io-index"
13228checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13229
13230[[package]]
13231name = "sum_tree"
13232version = "0.1.0"
13233dependencies = [
13234 "arrayvec",
13235 "ctor",
13236 "env_logger 0.11.7",
13237 "log",
13238 "rand 0.8.5",
13239 "rayon",
13240]
13241
13242[[package]]
13243name = "supermaven"
13244version = "0.1.0"
13245dependencies = [
13246 "anyhow",
13247 "client",
13248 "collections",
13249 "editor",
13250 "env_logger 0.11.7",
13251 "futures 0.3.31",
13252 "gpui",
13253 "http_client",
13254 "inline_completion",
13255 "language",
13256 "log",
13257 "postage",
13258 "project",
13259 "serde",
13260 "serde_json",
13261 "settings",
13262 "smol",
13263 "supermaven_api",
13264 "text",
13265 "theme",
13266 "ui",
13267 "unicode-segmentation",
13268 "util",
13269]
13270
13271[[package]]
13272name = "supermaven_api"
13273version = "0.1.0"
13274dependencies = [
13275 "anyhow",
13276 "futures 0.3.31",
13277 "http_client",
13278 "paths",
13279 "serde",
13280 "serde_json",
13281 "smol",
13282]
13283
13284[[package]]
13285name = "sval"
13286version = "2.13.2"
13287source = "registry+https://github.com/rust-lang/crates.io-index"
13288checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13289
13290[[package]]
13291name = "sval_buffer"
13292version = "2.13.2"
13293source = "registry+https://github.com/rust-lang/crates.io-index"
13294checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13295dependencies = [
13296 "sval",
13297 "sval_ref",
13298]
13299
13300[[package]]
13301name = "sval_dynamic"
13302version = "2.13.2"
13303source = "registry+https://github.com/rust-lang/crates.io-index"
13304checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13305dependencies = [
13306 "sval",
13307]
13308
13309[[package]]
13310name = "sval_fmt"
13311version = "2.13.2"
13312source = "registry+https://github.com/rust-lang/crates.io-index"
13313checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13314dependencies = [
13315 "itoa",
13316 "ryu",
13317 "sval",
13318]
13319
13320[[package]]
13321name = "sval_json"
13322version = "2.13.2"
13323source = "registry+https://github.com/rust-lang/crates.io-index"
13324checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13325dependencies = [
13326 "itoa",
13327 "ryu",
13328 "sval",
13329]
13330
13331[[package]]
13332name = "sval_nested"
13333version = "2.13.2"
13334source = "registry+https://github.com/rust-lang/crates.io-index"
13335checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13336dependencies = [
13337 "sval",
13338 "sval_buffer",
13339 "sval_ref",
13340]
13341
13342[[package]]
13343name = "sval_ref"
13344version = "2.13.2"
13345source = "registry+https://github.com/rust-lang/crates.io-index"
13346checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13347dependencies = [
13348 "sval",
13349]
13350
13351[[package]]
13352name = "sval_serde"
13353version = "2.13.2"
13354source = "registry+https://github.com/rust-lang/crates.io-index"
13355checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13356dependencies = [
13357 "serde",
13358 "sval",
13359 "sval_nested",
13360]
13361
13362[[package]]
13363name = "svg_fmt"
13364version = "0.4.4"
13365source = "registry+https://github.com/rust-lang/crates.io-index"
13366checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13367
13368[[package]]
13369name = "svgtypes"
13370version = "0.15.3"
13371source = "registry+https://github.com/rust-lang/crates.io-index"
13372checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13373dependencies = [
13374 "kurbo",
13375 "siphasher 1.0.1",
13376]
13377
13378[[package]]
13379name = "swash"
13380version = "0.1.19"
13381source = "registry+https://github.com/rust-lang/crates.io-index"
13382checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13383dependencies = [
13384 "skrifa",
13385 "yazi",
13386 "zeno",
13387]
13388
13389[[package]]
13390name = "syn"
13391version = "1.0.109"
13392source = "registry+https://github.com/rust-lang/crates.io-index"
13393checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13394dependencies = [
13395 "proc-macro2",
13396 "quote",
13397 "unicode-ident",
13398]
13399
13400[[package]]
13401name = "syn"
13402version = "2.0.100"
13403source = "registry+https://github.com/rust-lang/crates.io-index"
13404checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13405dependencies = [
13406 "proc-macro2",
13407 "quote",
13408 "unicode-ident",
13409]
13410
13411[[package]]
13412name = "sync_wrapper"
13413version = "0.1.2"
13414source = "registry+https://github.com/rust-lang/crates.io-index"
13415checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13416
13417[[package]]
13418name = "sync_wrapper"
13419version = "1.0.2"
13420source = "registry+https://github.com/rust-lang/crates.io-index"
13421checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13422dependencies = [
13423 "futures-core",
13424]
13425
13426[[package]]
13427name = "synchronoise"
13428version = "1.0.1"
13429source = "registry+https://github.com/rust-lang/crates.io-index"
13430checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13431dependencies = [
13432 "crossbeam-queue",
13433]
13434
13435[[package]]
13436name = "synstructure"
13437version = "0.13.1"
13438source = "registry+https://github.com/rust-lang/crates.io-index"
13439checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13440dependencies = [
13441 "proc-macro2",
13442 "quote",
13443 "syn 2.0.100",
13444]
13445
13446[[package]]
13447name = "sys-locale"
13448version = "0.3.2"
13449source = "registry+https://github.com/rust-lang/crates.io-index"
13450checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13451dependencies = [
13452 "libc",
13453]
13454
13455[[package]]
13456name = "sysinfo"
13457version = "0.31.4"
13458source = "registry+https://github.com/rust-lang/crates.io-index"
13459checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13460dependencies = [
13461 "core-foundation-sys",
13462 "libc",
13463 "memchr",
13464 "ntapi",
13465 "rayon",
13466 "windows 0.57.0",
13467]
13468
13469[[package]]
13470name = "system-configuration"
13471version = "0.5.1"
13472source = "registry+https://github.com/rust-lang/crates.io-index"
13473checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13474dependencies = [
13475 "bitflags 1.3.2",
13476 "core-foundation 0.9.4",
13477 "system-configuration-sys 0.5.0",
13478]
13479
13480[[package]]
13481name = "system-configuration"
13482version = "0.6.1"
13483source = "registry+https://github.com/rust-lang/crates.io-index"
13484checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13485dependencies = [
13486 "bitflags 2.8.0",
13487 "core-foundation 0.9.4",
13488 "system-configuration-sys 0.6.0",
13489]
13490
13491[[package]]
13492name = "system-configuration-sys"
13493version = "0.5.0"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13496dependencies = [
13497 "core-foundation-sys",
13498 "libc",
13499]
13500
13501[[package]]
13502name = "system-configuration-sys"
13503version = "0.6.0"
13504source = "registry+https://github.com/rust-lang/crates.io-index"
13505checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13506dependencies = [
13507 "core-foundation-sys",
13508 "libc",
13509]
13510
13511[[package]]
13512name = "system-deps"
13513version = "6.2.2"
13514source = "registry+https://github.com/rust-lang/crates.io-index"
13515checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13516dependencies = [
13517 "cfg-expr",
13518 "heck 0.5.0",
13519 "pkg-config",
13520 "toml 0.8.20",
13521 "version-compare",
13522]
13523
13524[[package]]
13525name = "system-interface"
13526version = "0.27.3"
13527source = "registry+https://github.com/rust-lang/crates.io-index"
13528checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13529dependencies = [
13530 "bitflags 2.8.0",
13531 "cap-fs-ext",
13532 "cap-std",
13533 "fd-lock",
13534 "io-lifetimes",
13535 "rustix",
13536 "windows-sys 0.59.0",
13537 "winx",
13538]
13539
13540[[package]]
13541name = "tab_switcher"
13542version = "0.1.0"
13543dependencies = [
13544 "anyhow",
13545 "collections",
13546 "ctor",
13547 "editor",
13548 "env_logger 0.11.7",
13549 "gpui",
13550 "language",
13551 "menu",
13552 "picker",
13553 "project",
13554 "schemars",
13555 "serde",
13556 "serde_json",
13557 "settings",
13558 "theme",
13559 "ui",
13560 "util",
13561 "workspace",
13562]
13563
13564[[package]]
13565name = "taffy"
13566version = "0.4.4"
13567source = "registry+https://github.com/rust-lang/crates.io-index"
13568checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13569dependencies = [
13570 "arrayvec",
13571 "grid",
13572 "num-traits",
13573 "serde",
13574 "slotmap",
13575]
13576
13577[[package]]
13578name = "take-until"
13579version = "0.2.0"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13582
13583[[package]]
13584name = "tap"
13585version = "1.0.1"
13586source = "registry+https://github.com/rust-lang/crates.io-index"
13587checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13588
13589[[package]]
13590name = "target-lexicon"
13591version = "0.12.16"
13592source = "registry+https://github.com/rust-lang/crates.io-index"
13593checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13594
13595[[package]]
13596name = "target-lexicon"
13597version = "0.13.2"
13598source = "registry+https://github.com/rust-lang/crates.io-index"
13599checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13600
13601[[package]]
13602name = "task"
13603version = "0.1.0"
13604dependencies = [
13605 "anyhow",
13606 "collections",
13607 "futures 0.3.31",
13608 "gpui",
13609 "hex",
13610 "parking_lot",
13611 "schemars",
13612 "serde",
13613 "serde_json_lenient",
13614 "sha2",
13615 "shellexpand 2.1.2",
13616 "util",
13617 "zed_actions",
13618]
13619
13620[[package]]
13621name = "tasks_ui"
13622version = "0.1.0"
13623dependencies = [
13624 "anyhow",
13625 "editor",
13626 "file_icons",
13627 "fuzzy",
13628 "gpui",
13629 "language",
13630 "menu",
13631 "picker",
13632 "project",
13633 "schemars",
13634 "serde",
13635 "serde_json",
13636 "settings",
13637 "task",
13638 "tree-sitter-rust",
13639 "tree-sitter-typescript",
13640 "ui",
13641 "util",
13642 "workspace",
13643 "zed_actions",
13644]
13645
13646[[package]]
13647name = "telemetry"
13648version = "0.1.0"
13649dependencies = [
13650 "futures 0.3.31",
13651 "serde",
13652 "serde_json",
13653 "telemetry_events",
13654]
13655
13656[[package]]
13657name = "telemetry_events"
13658version = "0.1.0"
13659dependencies = [
13660 "semantic_version",
13661 "serde",
13662 "serde_json",
13663]
13664
13665[[package]]
13666name = "tempfile"
13667version = "3.17.1"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13670dependencies = [
13671 "cfg-if",
13672 "fastrand 2.3.0",
13673 "getrandom 0.3.1",
13674 "once_cell",
13675 "rustix",
13676 "windows-sys 0.59.0",
13677]
13678
13679[[package]]
13680name = "tendril"
13681version = "0.4.3"
13682source = "registry+https://github.com/rust-lang/crates.io-index"
13683checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13684dependencies = [
13685 "futf",
13686 "mac",
13687 "utf-8",
13688]
13689
13690[[package]]
13691name = "termcolor"
13692version = "1.4.1"
13693source = "registry+https://github.com/rust-lang/crates.io-index"
13694checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13695dependencies = [
13696 "winapi-util",
13697]
13698
13699[[package]]
13700name = "terminal"
13701version = "0.1.0"
13702dependencies = [
13703 "alacritty_terminal",
13704 "anyhow",
13705 "collections",
13706 "dirs 4.0.0",
13707 "futures 0.3.31",
13708 "gpui",
13709 "libc",
13710 "rand 0.8.5",
13711 "regex",
13712 "release_channel",
13713 "schemars",
13714 "serde",
13715 "serde_derive",
13716 "settings",
13717 "smol",
13718 "sysinfo",
13719 "task",
13720 "theme",
13721 "thiserror 1.0.69",
13722 "util",
13723 "windows 0.60.0",
13724]
13725
13726[[package]]
13727name = "terminal_size"
13728version = "0.4.1"
13729source = "registry+https://github.com/rust-lang/crates.io-index"
13730checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13731dependencies = [
13732 "rustix",
13733 "windows-sys 0.59.0",
13734]
13735
13736[[package]]
13737name = "terminal_view"
13738version = "0.1.0"
13739dependencies = [
13740 "anyhow",
13741 "async-recursion 1.1.1",
13742 "breadcrumbs",
13743 "client",
13744 "collections",
13745 "db",
13746 "dirs 4.0.0",
13747 "editor",
13748 "futures 0.3.31",
13749 "gpui",
13750 "itertools 0.14.0",
13751 "language",
13752 "log",
13753 "project",
13754 "rand 0.8.5",
13755 "schemars",
13756 "search",
13757 "serde",
13758 "serde_json",
13759 "settings",
13760 "shellexpand 2.1.2",
13761 "smol",
13762 "task",
13763 "terminal",
13764 "theme",
13765 "ui",
13766 "util",
13767 "workspace",
13768 "zed_actions",
13769]
13770
13771[[package]]
13772name = "text"
13773version = "0.1.0"
13774dependencies = [
13775 "anyhow",
13776 "clock",
13777 "collections",
13778 "ctor",
13779 "env_logger 0.11.7",
13780 "gpui",
13781 "http_client",
13782 "log",
13783 "parking_lot",
13784 "postage",
13785 "rand 0.8.5",
13786 "regex",
13787 "rope",
13788 "smallvec",
13789 "sum_tree",
13790 "util",
13791]
13792
13793[[package]]
13794name = "theme"
13795version = "0.1.0"
13796dependencies = [
13797 "anyhow",
13798 "collections",
13799 "derive_more",
13800 "fs",
13801 "futures 0.3.31",
13802 "gpui",
13803 "indexmap",
13804 "log",
13805 "palette",
13806 "parking_lot",
13807 "refineable",
13808 "schemars",
13809 "serde",
13810 "serde_derive",
13811 "serde_json",
13812 "serde_json_lenient",
13813 "serde_repr",
13814 "settings",
13815 "strum",
13816 "thiserror 1.0.69",
13817 "util",
13818 "uuid",
13819]
13820
13821[[package]]
13822name = "theme_extension"
13823version = "0.1.0"
13824dependencies = [
13825 "anyhow",
13826 "extension",
13827 "fs",
13828 "gpui",
13829 "theme",
13830]
13831
13832[[package]]
13833name = "theme_importer"
13834version = "0.1.0"
13835dependencies = [
13836 "anyhow",
13837 "clap",
13838 "gpui",
13839 "indexmap",
13840 "log",
13841 "palette",
13842 "rust-embed",
13843 "serde",
13844 "serde_json",
13845 "serde_json_lenient",
13846 "simplelog",
13847 "strum",
13848 "theme",
13849 "vscode_theme",
13850]
13851
13852[[package]]
13853name = "theme_selector"
13854version = "0.1.0"
13855dependencies = [
13856 "fs",
13857 "fuzzy",
13858 "gpui",
13859 "log",
13860 "picker",
13861 "serde",
13862 "settings",
13863 "telemetry",
13864 "theme",
13865 "ui",
13866 "util",
13867 "workspace",
13868 "zed_actions",
13869]
13870
13871[[package]]
13872name = "thiserror"
13873version = "1.0.69"
13874source = "registry+https://github.com/rust-lang/crates.io-index"
13875checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13876dependencies = [
13877 "thiserror-impl 1.0.69",
13878]
13879
13880[[package]]
13881name = "thiserror"
13882version = "2.0.6"
13883source = "registry+https://github.com/rust-lang/crates.io-index"
13884checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13885dependencies = [
13886 "thiserror-impl 2.0.6",
13887]
13888
13889[[package]]
13890name = "thiserror-impl"
13891version = "1.0.69"
13892source = "registry+https://github.com/rust-lang/crates.io-index"
13893checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13894dependencies = [
13895 "proc-macro2",
13896 "quote",
13897 "syn 2.0.100",
13898]
13899
13900[[package]]
13901name = "thiserror-impl"
13902version = "2.0.6"
13903source = "registry+https://github.com/rust-lang/crates.io-index"
13904checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13905dependencies = [
13906 "proc-macro2",
13907 "quote",
13908 "syn 2.0.100",
13909]
13910
13911[[package]]
13912name = "thread_local"
13913version = "1.1.8"
13914source = "registry+https://github.com/rust-lang/crates.io-index"
13915checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13916dependencies = [
13917 "cfg-if",
13918 "once_cell",
13919]
13920
13921[[package]]
13922name = "tiff"
13923version = "0.9.1"
13924source = "registry+https://github.com/rust-lang/crates.io-index"
13925checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13926dependencies = [
13927 "flate2",
13928 "jpeg-decoder",
13929 "weezl",
13930]
13931
13932[[package]]
13933name = "tiktoken-rs"
13934version = "0.6.0"
13935source = "registry+https://github.com/rust-lang/crates.io-index"
13936checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13937dependencies = [
13938 "anyhow",
13939 "base64 0.21.7",
13940 "bstr",
13941 "fancy-regex 0.13.0",
13942 "lazy_static",
13943 "parking_lot",
13944 "regex",
13945 "rustc-hash 1.1.0",
13946]
13947
13948[[package]]
13949name = "time"
13950version = "0.3.37"
13951source = "registry+https://github.com/rust-lang/crates.io-index"
13952checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13953dependencies = [
13954 "deranged",
13955 "itoa",
13956 "libc",
13957 "num-conv",
13958 "num_threads",
13959 "powerfmt",
13960 "serde",
13961 "time-core",
13962 "time-macros",
13963]
13964
13965[[package]]
13966name = "time-core"
13967version = "0.1.2"
13968source = "registry+https://github.com/rust-lang/crates.io-index"
13969checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13970
13971[[package]]
13972name = "time-macros"
13973version = "0.2.19"
13974source = "registry+https://github.com/rust-lang/crates.io-index"
13975checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13976dependencies = [
13977 "num-conv",
13978 "time-core",
13979]
13980
13981[[package]]
13982name = "time_format"
13983version = "0.1.0"
13984dependencies = [
13985 "core-foundation 0.9.4",
13986 "core-foundation-sys",
13987 "sys-locale",
13988 "time",
13989]
13990
13991[[package]]
13992name = "tiny-keccak"
13993version = "2.0.2"
13994source = "registry+https://github.com/rust-lang/crates.io-index"
13995checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13996dependencies = [
13997 "crunchy",
13998]
13999
14000[[package]]
14001name = "tiny-skia"
14002version = "0.11.4"
14003source = "registry+https://github.com/rust-lang/crates.io-index"
14004checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14005dependencies = [
14006 "arrayref",
14007 "arrayvec",
14008 "bytemuck",
14009 "cfg-if",
14010 "log",
14011 "png",
14012 "tiny-skia-path",
14013]
14014
14015[[package]]
14016name = "tiny-skia-path"
14017version = "0.11.4"
14018source = "registry+https://github.com/rust-lang/crates.io-index"
14019checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14020dependencies = [
14021 "arrayref",
14022 "bytemuck",
14023 "strict-num",
14024]
14025
14026[[package]]
14027name = "tiny_http"
14028version = "0.8.2"
14029source = "registry+https://github.com/rust-lang/crates.io-index"
14030checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14031dependencies = [
14032 "ascii",
14033 "chrono",
14034 "chunked_transfer",
14035 "log",
14036 "url",
14037]
14038
14039[[package]]
14040name = "tinystr"
14041version = "0.7.6"
14042source = "registry+https://github.com/rust-lang/crates.io-index"
14043checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14044dependencies = [
14045 "displaydoc",
14046 "zerovec",
14047]
14048
14049[[package]]
14050name = "tinytemplate"
14051version = "1.2.1"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14054dependencies = [
14055 "serde",
14056 "serde_json",
14057]
14058
14059[[package]]
14060name = "tinyvec"
14061version = "1.8.0"
14062source = "registry+https://github.com/rust-lang/crates.io-index"
14063checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14064dependencies = [
14065 "tinyvec_macros",
14066]
14067
14068[[package]]
14069name = "tinyvec_macros"
14070version = "0.1.1"
14071source = "registry+https://github.com/rust-lang/crates.io-index"
14072checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14073
14074[[package]]
14075name = "title_bar"
14076version = "0.1.0"
14077dependencies = [
14078 "auto_update",
14079 "call",
14080 "client",
14081 "collections",
14082 "feature_flags",
14083 "git_ui",
14084 "gpui",
14085 "http_client",
14086 "notifications",
14087 "pretty_assertions",
14088 "project",
14089 "remote",
14090 "rpc",
14091 "schemars",
14092 "serde",
14093 "settings",
14094 "smallvec",
14095 "story",
14096 "telemetry",
14097 "theme",
14098 "tree-sitter-md",
14099 "ui",
14100 "util",
14101 "windows 0.60.0",
14102 "workspace",
14103 "zed_actions",
14104 "zeta",
14105]
14106
14107[[package]]
14108name = "tokio"
14109version = "1.43.0"
14110source = "registry+https://github.com/rust-lang/crates.io-index"
14111checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14112dependencies = [
14113 "backtrace",
14114 "bytes 1.10.1",
14115 "libc",
14116 "mio 1.0.3",
14117 "parking_lot",
14118 "pin-project-lite",
14119 "signal-hook-registry",
14120 "socket2",
14121 "tokio-macros",
14122 "windows-sys 0.52.0",
14123]
14124
14125[[package]]
14126name = "tokio-io"
14127version = "0.1.13"
14128source = "registry+https://github.com/rust-lang/crates.io-index"
14129checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14130dependencies = [
14131 "bytes 0.4.12",
14132 "futures 0.1.31",
14133 "log",
14134]
14135
14136[[package]]
14137name = "tokio-macros"
14138version = "2.5.0"
14139source = "registry+https://github.com/rust-lang/crates.io-index"
14140checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14141dependencies = [
14142 "proc-macro2",
14143 "quote",
14144 "syn 2.0.100",
14145]
14146
14147[[package]]
14148name = "tokio-native-tls"
14149version = "0.3.1"
14150source = "registry+https://github.com/rust-lang/crates.io-index"
14151checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14152dependencies = [
14153 "native-tls",
14154 "tokio",
14155]
14156
14157[[package]]
14158name = "tokio-rustls"
14159version = "0.24.1"
14160source = "registry+https://github.com/rust-lang/crates.io-index"
14161checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14162dependencies = [
14163 "rustls 0.21.12",
14164 "tokio",
14165]
14166
14167[[package]]
14168name = "tokio-rustls"
14169version = "0.26.1"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14172dependencies = [
14173 "rustls 0.23.23",
14174 "tokio",
14175]
14176
14177[[package]]
14178name = "tokio-socks"
14179version = "0.5.2"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14182dependencies = [
14183 "either",
14184 "futures-io",
14185 "futures-util",
14186 "thiserror 1.0.69",
14187 "tokio",
14188]
14189
14190[[package]]
14191name = "tokio-stream"
14192version = "0.1.17"
14193source = "registry+https://github.com/rust-lang/crates.io-index"
14194checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14195dependencies = [
14196 "futures-core",
14197 "pin-project-lite",
14198 "tokio",
14199]
14200
14201[[package]]
14202name = "tokio-tungstenite"
14203version = "0.20.1"
14204source = "registry+https://github.com/rust-lang/crates.io-index"
14205checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14206dependencies = [
14207 "futures-util",
14208 "log",
14209 "rustls 0.21.12",
14210 "rustls-native-certs 0.6.3",
14211 "tokio",
14212 "tokio-rustls 0.24.1",
14213 "tungstenite 0.20.1",
14214]
14215
14216[[package]]
14217name = "tokio-tungstenite"
14218version = "0.21.0"
14219source = "registry+https://github.com/rust-lang/crates.io-index"
14220checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14221dependencies = [
14222 "futures-util",
14223 "log",
14224 "tokio",
14225 "tungstenite 0.21.0",
14226]
14227
14228[[package]]
14229name = "tokio-util"
14230version = "0.7.13"
14231source = "registry+https://github.com/rust-lang/crates.io-index"
14232checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14233dependencies = [
14234 "bytes 1.10.1",
14235 "futures-core",
14236 "futures-io",
14237 "futures-sink",
14238 "pin-project-lite",
14239 "tokio",
14240]
14241
14242[[package]]
14243name = "toml"
14244version = "0.5.11"
14245source = "registry+https://github.com/rust-lang/crates.io-index"
14246checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14247dependencies = [
14248 "serde",
14249]
14250
14251[[package]]
14252name = "toml"
14253version = "0.8.20"
14254source = "registry+https://github.com/rust-lang/crates.io-index"
14255checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14256dependencies = [
14257 "serde",
14258 "serde_spanned",
14259 "toml_datetime",
14260 "toml_edit",
14261]
14262
14263[[package]]
14264name = "toml_datetime"
14265version = "0.6.8"
14266source = "registry+https://github.com/rust-lang/crates.io-index"
14267checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14268dependencies = [
14269 "serde",
14270]
14271
14272[[package]]
14273name = "toml_edit"
14274version = "0.22.23"
14275source = "registry+https://github.com/rust-lang/crates.io-index"
14276checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14277dependencies = [
14278 "indexmap",
14279 "serde",
14280 "serde_spanned",
14281 "toml_datetime",
14282 "winnow 0.7.1",
14283]
14284
14285[[package]]
14286name = "toolchain_selector"
14287version = "0.1.0"
14288dependencies = [
14289 "editor",
14290 "fuzzy",
14291 "gpui",
14292 "language",
14293 "picker",
14294 "project",
14295 "ui",
14296 "util",
14297 "workspace",
14298]
14299
14300[[package]]
14301name = "topological-sort"
14302version = "0.2.2"
14303source = "registry+https://github.com/rust-lang/crates.io-index"
14304checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14305
14306[[package]]
14307name = "tower"
14308version = "0.4.13"
14309source = "registry+https://github.com/rust-lang/crates.io-index"
14310checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14311dependencies = [
14312 "futures-core",
14313 "futures-util",
14314 "pin-project",
14315 "pin-project-lite",
14316 "tokio",
14317 "tower-layer",
14318 "tower-service",
14319 "tracing",
14320]
14321
14322[[package]]
14323name = "tower-http"
14324version = "0.3.5"
14325source = "registry+https://github.com/rust-lang/crates.io-index"
14326checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14327dependencies = [
14328 "bitflags 1.3.2",
14329 "bytes 1.10.1",
14330 "futures-core",
14331 "futures-util",
14332 "http 0.2.12",
14333 "http-body 0.4.6",
14334 "http-range-header",
14335 "pin-project-lite",
14336 "tower-layer",
14337 "tower-service",
14338]
14339
14340[[package]]
14341name = "tower-http"
14342version = "0.4.4"
14343source = "registry+https://github.com/rust-lang/crates.io-index"
14344checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14345dependencies = [
14346 "bitflags 2.8.0",
14347 "bytes 1.10.1",
14348 "futures-core",
14349 "futures-util",
14350 "http 0.2.12",
14351 "http-body 0.4.6",
14352 "http-range-header",
14353 "pin-project-lite",
14354 "tower-layer",
14355 "tower-service",
14356 "tracing",
14357]
14358
14359[[package]]
14360name = "tower-layer"
14361version = "0.3.3"
14362source = "registry+https://github.com/rust-lang/crates.io-index"
14363checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14364
14365[[package]]
14366name = "tower-service"
14367version = "0.3.3"
14368source = "registry+https://github.com/rust-lang/crates.io-index"
14369checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14370
14371[[package]]
14372name = "tracing"
14373version = "0.1.41"
14374source = "registry+https://github.com/rust-lang/crates.io-index"
14375checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14376dependencies = [
14377 "log",
14378 "pin-project-lite",
14379 "tracing-attributes",
14380 "tracing-core",
14381]
14382
14383[[package]]
14384name = "tracing-attributes"
14385version = "0.1.28"
14386source = "registry+https://github.com/rust-lang/crates.io-index"
14387checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14388dependencies = [
14389 "proc-macro2",
14390 "quote",
14391 "syn 2.0.100",
14392]
14393
14394[[package]]
14395name = "tracing-core"
14396version = "0.1.33"
14397source = "registry+https://github.com/rust-lang/crates.io-index"
14398checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14399dependencies = [
14400 "once_cell",
14401 "valuable",
14402]
14403
14404[[package]]
14405name = "tracing-log"
14406version = "0.2.0"
14407source = "registry+https://github.com/rust-lang/crates.io-index"
14408checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14409dependencies = [
14410 "log",
14411 "once_cell",
14412 "tracing-core",
14413]
14414
14415[[package]]
14416name = "tracing-serde"
14417version = "0.2.0"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14420dependencies = [
14421 "serde",
14422 "tracing-core",
14423]
14424
14425[[package]]
14426name = "tracing-subscriber"
14427version = "0.3.19"
14428source = "registry+https://github.com/rust-lang/crates.io-index"
14429checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14430dependencies = [
14431 "matchers",
14432 "nu-ansi-term",
14433 "once_cell",
14434 "regex",
14435 "serde",
14436 "serde_json",
14437 "sharded-slab",
14438 "smallvec",
14439 "thread_local",
14440 "tracing",
14441 "tracing-core",
14442 "tracing-log",
14443 "tracing-serde",
14444]
14445
14446[[package]]
14447name = "trait-variant"
14448version = "0.1.2"
14449source = "registry+https://github.com/rust-lang/crates.io-index"
14450checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14451dependencies = [
14452 "proc-macro2",
14453 "quote",
14454 "syn 2.0.100",
14455]
14456
14457[[package]]
14458name = "tree-sitter"
14459version = "0.25.3"
14460source = "registry+https://github.com/rust-lang/crates.io-index"
14461checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14462dependencies = [
14463 "cc",
14464 "regex",
14465 "regex-syntax 0.8.5",
14466 "serde_json",
14467 "streaming-iterator",
14468 "tree-sitter-language",
14469 "wasmtime-c-api-impl",
14470]
14471
14472[[package]]
14473name = "tree-sitter-bash"
14474version = "0.23.3"
14475source = "registry+https://github.com/rust-lang/crates.io-index"
14476checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14477dependencies = [
14478 "cc",
14479 "tree-sitter-language",
14480]
14481
14482[[package]]
14483name = "tree-sitter-c"
14484version = "0.23.4"
14485source = "registry+https://github.com/rust-lang/crates.io-index"
14486checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14487dependencies = [
14488 "cc",
14489 "tree-sitter-language",
14490]
14491
14492[[package]]
14493name = "tree-sitter-cpp"
14494version = "0.23.4"
14495source = "registry+https://github.com/rust-lang/crates.io-index"
14496checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14497dependencies = [
14498 "cc",
14499 "tree-sitter-language",
14500]
14501
14502[[package]]
14503name = "tree-sitter-css"
14504version = "0.23.2"
14505source = "registry+https://github.com/rust-lang/crates.io-index"
14506checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14507dependencies = [
14508 "cc",
14509 "tree-sitter-language",
14510]
14511
14512[[package]]
14513name = "tree-sitter-diff"
14514version = "0.1.0"
14515source = "registry+https://github.com/rust-lang/crates.io-index"
14516checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14517dependencies = [
14518 "cc",
14519 "tree-sitter-language",
14520]
14521
14522[[package]]
14523name = "tree-sitter-elixir"
14524version = "0.3.4"
14525source = "registry+https://github.com/rust-lang/crates.io-index"
14526checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14527dependencies = [
14528 "cc",
14529 "tree-sitter-language",
14530]
14531
14532[[package]]
14533name = "tree-sitter-embedded-template"
14534version = "0.23.2"
14535source = "registry+https://github.com/rust-lang/crates.io-index"
14536checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14537dependencies = [
14538 "cc",
14539 "tree-sitter-language",
14540]
14541
14542[[package]]
14543name = "tree-sitter-gitcommit"
14544version = "0.0.1"
14545source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14546dependencies = [
14547 "cc",
14548 "tree-sitter-language",
14549]
14550
14551[[package]]
14552name = "tree-sitter-go"
14553version = "0.23.4"
14554source = "registry+https://github.com/rust-lang/crates.io-index"
14555checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14556dependencies = [
14557 "cc",
14558 "tree-sitter-language",
14559]
14560
14561[[package]]
14562name = "tree-sitter-gomod"
14563version = "1.1.1"
14564source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14565dependencies = [
14566 "cc",
14567 "tree-sitter-language",
14568]
14569
14570[[package]]
14571name = "tree-sitter-gowork"
14572version = "0.0.1"
14573source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14574dependencies = [
14575 "cc",
14576 "tree-sitter-language",
14577]
14578
14579[[package]]
14580name = "tree-sitter-heex"
14581version = "0.0.1"
14582source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14583dependencies = [
14584 "cc",
14585 "tree-sitter-language",
14586]
14587
14588[[package]]
14589name = "tree-sitter-html"
14590version = "0.23.2"
14591source = "registry+https://github.com/rust-lang/crates.io-index"
14592checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14593dependencies = [
14594 "cc",
14595 "tree-sitter-language",
14596]
14597
14598[[package]]
14599name = "tree-sitter-jsdoc"
14600version = "0.23.2"
14601source = "registry+https://github.com/rust-lang/crates.io-index"
14602checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14603dependencies = [
14604 "cc",
14605 "tree-sitter-language",
14606]
14607
14608[[package]]
14609name = "tree-sitter-json"
14610version = "0.24.8"
14611source = "registry+https://github.com/rust-lang/crates.io-index"
14612checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14613dependencies = [
14614 "cc",
14615 "tree-sitter-language",
14616]
14617
14618[[package]]
14619name = "tree-sitter-language"
14620version = "0.1.3"
14621source = "registry+https://github.com/rust-lang/crates.io-index"
14622checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14623
14624[[package]]
14625name = "tree-sitter-md"
14626version = "0.3.2"
14627source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14628dependencies = [
14629 "cc",
14630 "tree-sitter-language",
14631]
14632
14633[[package]]
14634name = "tree-sitter-python"
14635version = "0.23.6"
14636source = "registry+https://github.com/rust-lang/crates.io-index"
14637checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14638dependencies = [
14639 "cc",
14640 "tree-sitter-language",
14641]
14642
14643[[package]]
14644name = "tree-sitter-regex"
14645version = "0.24.3"
14646source = "registry+https://github.com/rust-lang/crates.io-index"
14647checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14648dependencies = [
14649 "cc",
14650 "tree-sitter-language",
14651]
14652
14653[[package]]
14654name = "tree-sitter-ruby"
14655version = "0.23.1"
14656source = "registry+https://github.com/rust-lang/crates.io-index"
14657checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14658dependencies = [
14659 "cc",
14660 "tree-sitter-language",
14661]
14662
14663[[package]]
14664name = "tree-sitter-rust"
14665version = "0.23.2"
14666source = "registry+https://github.com/rust-lang/crates.io-index"
14667checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14668dependencies = [
14669 "cc",
14670 "tree-sitter-language",
14671]
14672
14673[[package]]
14674name = "tree-sitter-typescript"
14675version = "0.23.2"
14676source = "registry+https://github.com/rust-lang/crates.io-index"
14677checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14678dependencies = [
14679 "cc",
14680 "tree-sitter-language",
14681]
14682
14683[[package]]
14684name = "tree-sitter-yaml"
14685version = "0.6.1"
14686source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14687dependencies = [
14688 "cc",
14689 "tree-sitter-language",
14690]
14691
14692[[package]]
14693name = "try-lock"
14694version = "0.2.5"
14695source = "registry+https://github.com/rust-lang/crates.io-index"
14696checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14697
14698[[package]]
14699name = "ttf-parser"
14700version = "0.21.1"
14701source = "registry+https://github.com/rust-lang/crates.io-index"
14702checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14703
14704[[package]]
14705name = "ttf-parser"
14706version = "0.25.1"
14707source = "registry+https://github.com/rust-lang/crates.io-index"
14708checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14709dependencies = [
14710 "core_maths",
14711]
14712
14713[[package]]
14714name = "tungstenite"
14715version = "0.20.1"
14716source = "registry+https://github.com/rust-lang/crates.io-index"
14717checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14718dependencies = [
14719 "byteorder",
14720 "bytes 1.10.1",
14721 "data-encoding",
14722 "http 0.2.12",
14723 "httparse",
14724 "log",
14725 "rand 0.8.5",
14726 "rustls 0.21.12",
14727 "sha1",
14728 "thiserror 1.0.69",
14729 "url",
14730 "utf-8",
14731]
14732
14733[[package]]
14734name = "tungstenite"
14735version = "0.21.0"
14736source = "registry+https://github.com/rust-lang/crates.io-index"
14737checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14738dependencies = [
14739 "byteorder",
14740 "bytes 1.10.1",
14741 "data-encoding",
14742 "http 1.2.0",
14743 "httparse",
14744 "log",
14745 "rand 0.8.5",
14746 "sha1",
14747 "thiserror 1.0.69",
14748 "url",
14749 "utf-8",
14750]
14751
14752[[package]]
14753name = "tungstenite"
14754version = "0.24.0"
14755source = "registry+https://github.com/rust-lang/crates.io-index"
14756checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14757dependencies = [
14758 "byteorder",
14759 "bytes 1.10.1",
14760 "data-encoding",
14761 "http 1.2.0",
14762 "httparse",
14763 "log",
14764 "rand 0.8.5",
14765 "sha1",
14766 "thiserror 1.0.69",
14767 "utf-8",
14768]
14769
14770[[package]]
14771name = "typeid"
14772version = "1.0.2"
14773source = "registry+https://github.com/rust-lang/crates.io-index"
14774checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14775
14776[[package]]
14777name = "typenum"
14778version = "1.17.0"
14779source = "registry+https://github.com/rust-lang/crates.io-index"
14780checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14781
14782[[package]]
14783name = "ucd-trie"
14784version = "0.1.7"
14785source = "registry+https://github.com/rust-lang/crates.io-index"
14786checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14787
14788[[package]]
14789name = "uds_windows"
14790version = "1.1.0"
14791source = "registry+https://github.com/rust-lang/crates.io-index"
14792checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14793dependencies = [
14794 "memoffset",
14795 "tempfile",
14796 "winapi",
14797]
14798
14799[[package]]
14800name = "ui"
14801version = "0.1.0"
14802dependencies = [
14803 "chrono",
14804 "component",
14805 "gpui",
14806 "itertools 0.14.0",
14807 "linkme",
14808 "menu",
14809 "serde",
14810 "settings",
14811 "smallvec",
14812 "story",
14813 "strum",
14814 "theme",
14815 "ui_macros",
14816 "util",
14817 "windows 0.60.0",
14818]
14819
14820[[package]]
14821name = "ui_input"
14822version = "0.1.0"
14823dependencies = [
14824 "editor",
14825 "gpui",
14826 "settings",
14827 "theme",
14828 "ui",
14829]
14830
14831[[package]]
14832name = "ui_macros"
14833version = "0.1.0"
14834dependencies = [
14835 "convert_case 0.8.0",
14836 "linkme",
14837 "proc-macro2",
14838 "quote",
14839 "syn 1.0.109",
14840]
14841
14842[[package]]
14843name = "unicase"
14844version = "2.8.1"
14845source = "registry+https://github.com/rust-lang/crates.io-index"
14846checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14847
14848[[package]]
14849name = "unicode-bidi"
14850version = "0.3.17"
14851source = "registry+https://github.com/rust-lang/crates.io-index"
14852checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14853
14854[[package]]
14855name = "unicode-bidi-mirroring"
14856version = "0.2.0"
14857source = "registry+https://github.com/rust-lang/crates.io-index"
14858checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14859
14860[[package]]
14861name = "unicode-bidi-mirroring"
14862version = "0.4.0"
14863source = "registry+https://github.com/rust-lang/crates.io-index"
14864checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
14865
14866[[package]]
14867name = "unicode-ccc"
14868version = "0.2.0"
14869source = "registry+https://github.com/rust-lang/crates.io-index"
14870checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14871
14872[[package]]
14873name = "unicode-ccc"
14874version = "0.4.0"
14875source = "registry+https://github.com/rust-lang/crates.io-index"
14876checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
14877
14878[[package]]
14879name = "unicode-ident"
14880version = "1.0.14"
14881source = "registry+https://github.com/rust-lang/crates.io-index"
14882checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14883
14884[[package]]
14885name = "unicode-linebreak"
14886version = "0.1.5"
14887source = "registry+https://github.com/rust-lang/crates.io-index"
14888checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14889
14890[[package]]
14891name = "unicode-normalization"
14892version = "0.1.24"
14893source = "registry+https://github.com/rust-lang/crates.io-index"
14894checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14895dependencies = [
14896 "tinyvec",
14897]
14898
14899[[package]]
14900name = "unicode-properties"
14901version = "0.1.3"
14902source = "registry+https://github.com/rust-lang/crates.io-index"
14903checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14904
14905[[package]]
14906name = "unicode-script"
14907version = "0.5.7"
14908source = "registry+https://github.com/rust-lang/crates.io-index"
14909checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14910
14911[[package]]
14912name = "unicode-segmentation"
14913version = "1.12.0"
14914source = "registry+https://github.com/rust-lang/crates.io-index"
14915checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14916
14917[[package]]
14918name = "unicode-vo"
14919version = "0.1.0"
14920source = "registry+https://github.com/rust-lang/crates.io-index"
14921checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
14922
14923[[package]]
14924name = "unicode-width"
14925version = "0.1.14"
14926source = "registry+https://github.com/rust-lang/crates.io-index"
14927checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14928
14929[[package]]
14930name = "unicode-xid"
14931version = "0.2.6"
14932source = "registry+https://github.com/rust-lang/crates.io-index"
14933checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14934
14935[[package]]
14936name = "unicode_categories"
14937version = "0.1.1"
14938source = "registry+https://github.com/rust-lang/crates.io-index"
14939checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14940
14941[[package]]
14942name = "unindent"
14943version = "0.2.3"
14944source = "registry+https://github.com/rust-lang/crates.io-index"
14945checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
14946
14947[[package]]
14948name = "untrusted"
14949version = "0.9.0"
14950source = "registry+https://github.com/rust-lang/crates.io-index"
14951checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14952
14953[[package]]
14954name = "url"
14955version = "2.5.4"
14956source = "registry+https://github.com/rust-lang/crates.io-index"
14957checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14958dependencies = [
14959 "form_urlencoded",
14960 "idna",
14961 "percent-encoding",
14962 "serde",
14963]
14964
14965[[package]]
14966name = "urlencoding"
14967version = "2.1.3"
14968source = "registry+https://github.com/rust-lang/crates.io-index"
14969checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14970
14971[[package]]
14972name = "usvg"
14973version = "0.45.0"
14974source = "registry+https://github.com/rust-lang/crates.io-index"
14975checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
14976dependencies = [
14977 "base64 0.22.1",
14978 "data-url",
14979 "flate2",
14980 "fontdb 0.23.0",
14981 "imagesize",
14982 "kurbo",
14983 "log",
14984 "pico-args",
14985 "roxmltree",
14986 "rustybuzz 0.20.1",
14987 "simplecss",
14988 "siphasher 1.0.1",
14989 "strict-num",
14990 "svgtypes",
14991 "tiny-skia-path",
14992 "unicode-bidi",
14993 "unicode-script",
14994 "unicode-vo",
14995 "xmlwriter",
14996]
14997
14998[[package]]
14999name = "utf-8"
15000version = "0.7.6"
15001source = "registry+https://github.com/rust-lang/crates.io-index"
15002checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15003
15004[[package]]
15005name = "utf16_iter"
15006version = "1.0.5"
15007source = "registry+https://github.com/rust-lang/crates.io-index"
15008checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15009
15010[[package]]
15011name = "utf8_iter"
15012version = "1.0.4"
15013source = "registry+https://github.com/rust-lang/crates.io-index"
15014checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15015
15016[[package]]
15017name = "utf8parse"
15018version = "0.2.2"
15019source = "registry+https://github.com/rust-lang/crates.io-index"
15020checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15021
15022[[package]]
15023name = "util"
15024version = "0.1.0"
15025dependencies = [
15026 "anyhow",
15027 "async-fs",
15028 "collections",
15029 "dirs 4.0.0",
15030 "dunce",
15031 "futures 0.3.31",
15032 "futures-lite 1.13.0",
15033 "git2",
15034 "globset",
15035 "itertools 0.14.0",
15036 "libc",
15037 "log",
15038 "rand 0.8.5",
15039 "regex",
15040 "rust-embed",
15041 "serde",
15042 "serde_json",
15043 "smol",
15044 "take-until",
15045 "tempfile",
15046 "tendril",
15047 "unicase",
15048 "util_macros",
15049]
15050
15051[[package]]
15052name = "util_macros"
15053version = "0.1.0"
15054dependencies = [
15055 "quote",
15056 "syn 1.0.109",
15057]
15058
15059[[package]]
15060name = "uuid"
15061version = "1.13.2"
15062source = "registry+https://github.com/rust-lang/crates.io-index"
15063checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15064dependencies = [
15065 "getrandom 0.3.1",
15066 "serde",
15067 "sha1_smol",
15068]
15069
15070[[package]]
15071name = "v_frame"
15072version = "0.3.8"
15073source = "registry+https://github.com/rust-lang/crates.io-index"
15074checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15075dependencies = [
15076 "aligned-vec",
15077 "num-traits",
15078 "wasm-bindgen",
15079]
15080
15081[[package]]
15082name = "valuable"
15083version = "0.1.0"
15084source = "registry+https://github.com/rust-lang/crates.io-index"
15085checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15086
15087[[package]]
15088name = "value-bag"
15089version = "1.10.0"
15090source = "registry+https://github.com/rust-lang/crates.io-index"
15091checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15092dependencies = [
15093 "value-bag-serde1",
15094 "value-bag-sval2",
15095]
15096
15097[[package]]
15098name = "value-bag-serde1"
15099version = "1.10.0"
15100source = "registry+https://github.com/rust-lang/crates.io-index"
15101checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15102dependencies = [
15103 "erased-serde",
15104 "serde",
15105 "serde_fmt",
15106]
15107
15108[[package]]
15109name = "value-bag-sval2"
15110version = "1.10.0"
15111source = "registry+https://github.com/rust-lang/crates.io-index"
15112checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15113dependencies = [
15114 "sval",
15115 "sval_buffer",
15116 "sval_dynamic",
15117 "sval_fmt",
15118 "sval_json",
15119 "sval_ref",
15120 "sval_serde",
15121]
15122
15123[[package]]
15124name = "vcpkg"
15125version = "0.2.15"
15126source = "registry+https://github.com/rust-lang/crates.io-index"
15127checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15128
15129[[package]]
15130name = "version-compare"
15131version = "0.2.0"
15132source = "registry+https://github.com/rust-lang/crates.io-index"
15133checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15134
15135[[package]]
15136name = "version_check"
15137version = "0.9.5"
15138source = "registry+https://github.com/rust-lang/crates.io-index"
15139checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15140
15141[[package]]
15142name = "vim"
15143version = "0.1.0"
15144dependencies = [
15145 "anyhow",
15146 "assets",
15147 "async-compat",
15148 "async-trait",
15149 "collections",
15150 "command_palette",
15151 "command_palette_hooks",
15152 "editor",
15153 "futures 0.3.31",
15154 "git_ui",
15155 "gpui",
15156 "indoc",
15157 "itertools 0.14.0",
15158 "language",
15159 "libc",
15160 "log",
15161 "lsp",
15162 "multi_buffer",
15163 "nvim-rs",
15164 "parking_lot",
15165 "picker",
15166 "project",
15167 "project_panel",
15168 "regex",
15169 "release_channel",
15170 "schemars",
15171 "search",
15172 "serde",
15173 "serde_derive",
15174 "serde_json",
15175 "settings",
15176 "task",
15177 "theme",
15178 "tokio",
15179 "ui",
15180 "util",
15181 "vim_mode_setting",
15182 "workspace",
15183 "zed_actions",
15184]
15185
15186[[package]]
15187name = "vim_mode_setting"
15188version = "0.1.0"
15189dependencies = [
15190 "anyhow",
15191 "gpui",
15192 "settings",
15193]
15194
15195[[package]]
15196name = "vscode_theme"
15197version = "0.2.0"
15198source = "registry+https://github.com/rust-lang/crates.io-index"
15199checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15200dependencies = [
15201 "serde",
15202]
15203
15204[[package]]
15205name = "vsimd"
15206version = "0.8.0"
15207source = "registry+https://github.com/rust-lang/crates.io-index"
15208checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15209
15210[[package]]
15211name = "vswhom"
15212version = "0.1.0"
15213source = "registry+https://github.com/rust-lang/crates.io-index"
15214checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15215dependencies = [
15216 "libc",
15217 "vswhom-sys",
15218]
15219
15220[[package]]
15221name = "vswhom-sys"
15222version = "0.1.2"
15223source = "registry+https://github.com/rust-lang/crates.io-index"
15224checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15225dependencies = [
15226 "cc",
15227 "libc",
15228]
15229
15230[[package]]
15231name = "vte"
15232version = "0.15.0"
15233source = "registry+https://github.com/rust-lang/crates.io-index"
15234checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15235dependencies = [
15236 "arrayvec",
15237 "bitflags 2.8.0",
15238 "cursor-icon",
15239 "log",
15240 "memchr",
15241 "serde",
15242]
15243
15244[[package]]
15245name = "waker-fn"
15246version = "1.2.0"
15247source = "registry+https://github.com/rust-lang/crates.io-index"
15248checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15249
15250[[package]]
15251name = "walkdir"
15252version = "2.5.0"
15253source = "registry+https://github.com/rust-lang/crates.io-index"
15254checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15255dependencies = [
15256 "same-file",
15257 "winapi-util",
15258]
15259
15260[[package]]
15261name = "want"
15262version = "0.3.1"
15263source = "registry+https://github.com/rust-lang/crates.io-index"
15264checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15265dependencies = [
15266 "try-lock",
15267]
15268
15269[[package]]
15270name = "warp"
15271version = "0.3.7"
15272source = "registry+https://github.com/rust-lang/crates.io-index"
15273checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15274dependencies = [
15275 "bytes 1.10.1",
15276 "futures-channel",
15277 "futures-util",
15278 "headers",
15279 "http 0.2.12",
15280 "hyper 0.14.32",
15281 "log",
15282 "mime",
15283 "mime_guess",
15284 "percent-encoding",
15285 "pin-project",
15286 "scoped-tls",
15287 "serde",
15288 "serde_json",
15289 "serde_urlencoded",
15290 "tokio",
15291 "tokio-tungstenite 0.21.0",
15292 "tokio-util",
15293 "tower-service",
15294 "tracing",
15295]
15296
15297[[package]]
15298name = "wasi"
15299version = "0.9.0+wasi-snapshot-preview1"
15300source = "registry+https://github.com/rust-lang/crates.io-index"
15301checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15302
15303[[package]]
15304name = "wasi"
15305version = "0.11.0+wasi-snapshot-preview1"
15306source = "registry+https://github.com/rust-lang/crates.io-index"
15307checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15308
15309[[package]]
15310name = "wasi"
15311version = "0.13.3+wasi-0.2.2"
15312source = "registry+https://github.com/rust-lang/crates.io-index"
15313checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15314dependencies = [
15315 "wit-bindgen-rt 0.33.0",
15316]
15317
15318[[package]]
15319name = "wasite"
15320version = "0.1.0"
15321source = "registry+https://github.com/rust-lang/crates.io-index"
15322checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15323
15324[[package]]
15325name = "wasm-bindgen"
15326version = "0.2.99"
15327source = "registry+https://github.com/rust-lang/crates.io-index"
15328checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15329dependencies = [
15330 "cfg-if",
15331 "once_cell",
15332 "wasm-bindgen-macro",
15333]
15334
15335[[package]]
15336name = "wasm-bindgen-backend"
15337version = "0.2.99"
15338source = "registry+https://github.com/rust-lang/crates.io-index"
15339checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15340dependencies = [
15341 "bumpalo",
15342 "log",
15343 "proc-macro2",
15344 "quote",
15345 "syn 2.0.100",
15346 "wasm-bindgen-shared",
15347]
15348
15349[[package]]
15350name = "wasm-bindgen-futures"
15351version = "0.4.49"
15352source = "registry+https://github.com/rust-lang/crates.io-index"
15353checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15354dependencies = [
15355 "cfg-if",
15356 "js-sys",
15357 "once_cell",
15358 "wasm-bindgen",
15359 "web-sys",
15360]
15361
15362[[package]]
15363name = "wasm-bindgen-macro"
15364version = "0.2.99"
15365source = "registry+https://github.com/rust-lang/crates.io-index"
15366checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15367dependencies = [
15368 "quote",
15369 "wasm-bindgen-macro-support",
15370]
15371
15372[[package]]
15373name = "wasm-bindgen-macro-support"
15374version = "0.2.99"
15375source = "registry+https://github.com/rust-lang/crates.io-index"
15376checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15377dependencies = [
15378 "proc-macro2",
15379 "quote",
15380 "syn 2.0.100",
15381 "wasm-bindgen-backend",
15382 "wasm-bindgen-shared",
15383]
15384
15385[[package]]
15386name = "wasm-bindgen-shared"
15387version = "0.2.99"
15388source = "registry+https://github.com/rust-lang/crates.io-index"
15389checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15390
15391[[package]]
15392name = "wasm-encoder"
15393version = "0.201.0"
15394source = "registry+https://github.com/rust-lang/crates.io-index"
15395checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15396dependencies = [
15397 "leb128",
15398]
15399
15400[[package]]
15401name = "wasm-encoder"
15402version = "0.221.3"
15403source = "registry+https://github.com/rust-lang/crates.io-index"
15404checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15405dependencies = [
15406 "leb128",
15407 "wasmparser 0.221.3",
15408]
15409
15410[[package]]
15411name = "wasm-metadata"
15412version = "0.201.0"
15413source = "registry+https://github.com/rust-lang/crates.io-index"
15414checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15415dependencies = [
15416 "anyhow",
15417 "indexmap",
15418 "serde",
15419 "serde_derive",
15420 "serde_json",
15421 "spdx",
15422 "wasm-encoder 0.201.0",
15423 "wasmparser 0.201.0",
15424]
15425
15426[[package]]
15427name = "wasm-metadata"
15428version = "0.221.3"
15429source = "registry+https://github.com/rust-lang/crates.io-index"
15430checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15431dependencies = [
15432 "anyhow",
15433 "indexmap",
15434 "serde",
15435 "serde_derive",
15436 "serde_json",
15437 "spdx",
15438 "wasm-encoder 0.221.3",
15439 "wasmparser 0.221.3",
15440]
15441
15442[[package]]
15443name = "wasm-streams"
15444version = "0.4.2"
15445source = "registry+https://github.com/rust-lang/crates.io-index"
15446checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15447dependencies = [
15448 "futures-util",
15449 "js-sys",
15450 "wasm-bindgen",
15451 "wasm-bindgen-futures",
15452 "web-sys",
15453]
15454
15455[[package]]
15456name = "wasmparser"
15457version = "0.201.0"
15458source = "registry+https://github.com/rust-lang/crates.io-index"
15459checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15460dependencies = [
15461 "bitflags 2.8.0",
15462 "indexmap",
15463 "semver",
15464]
15465
15466[[package]]
15467name = "wasmparser"
15468version = "0.221.3"
15469source = "registry+https://github.com/rust-lang/crates.io-index"
15470checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15471dependencies = [
15472 "bitflags 2.8.0",
15473 "hashbrown 0.15.2",
15474 "indexmap",
15475 "semver",
15476 "serde",
15477]
15478
15479[[package]]
15480name = "wasmprinter"
15481version = "0.221.3"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15484dependencies = [
15485 "anyhow",
15486 "termcolor",
15487 "wasmparser 0.221.3",
15488]
15489
15490[[package]]
15491name = "wasmtime"
15492version = "29.0.1"
15493source = "registry+https://github.com/rust-lang/crates.io-index"
15494checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15495dependencies = [
15496 "anyhow",
15497 "async-trait",
15498 "bitflags 2.8.0",
15499 "bumpalo",
15500 "cc",
15501 "cfg-if",
15502 "encoding_rs",
15503 "hashbrown 0.14.5",
15504 "indexmap",
15505 "libc",
15506 "log",
15507 "mach2",
15508 "memfd",
15509 "object",
15510 "once_cell",
15511 "paste",
15512 "postcard",
15513 "psm",
15514 "pulley-interpreter",
15515 "rustix",
15516 "semver",
15517 "serde",
15518 "serde_derive",
15519 "smallvec",
15520 "sptr",
15521 "target-lexicon 0.13.2",
15522 "trait-variant",
15523 "wasmparser 0.221.3",
15524 "wasmtime-asm-macros",
15525 "wasmtime-component-macro",
15526 "wasmtime-component-util",
15527 "wasmtime-cranelift",
15528 "wasmtime-environ",
15529 "wasmtime-fiber",
15530 "wasmtime-jit-icache-coherence",
15531 "wasmtime-math",
15532 "wasmtime-slab",
15533 "wasmtime-versioned-export-macros",
15534 "wasmtime-winch",
15535 "windows-sys 0.59.0",
15536]
15537
15538[[package]]
15539name = "wasmtime-asm-macros"
15540version = "29.0.1"
15541source = "registry+https://github.com/rust-lang/crates.io-index"
15542checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15543dependencies = [
15544 "cfg-if",
15545]
15546
15547[[package]]
15548name = "wasmtime-c-api-impl"
15549version = "29.0.1"
15550source = "registry+https://github.com/rust-lang/crates.io-index"
15551checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15552dependencies = [
15553 "anyhow",
15554 "log",
15555 "tracing",
15556 "wasmtime",
15557 "wasmtime-c-api-macros",
15558]
15559
15560[[package]]
15561name = "wasmtime-c-api-macros"
15562version = "29.0.1"
15563source = "registry+https://github.com/rust-lang/crates.io-index"
15564checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15565dependencies = [
15566 "proc-macro2",
15567 "quote",
15568]
15569
15570[[package]]
15571name = "wasmtime-component-macro"
15572version = "29.0.1"
15573source = "registry+https://github.com/rust-lang/crates.io-index"
15574checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15575dependencies = [
15576 "anyhow",
15577 "proc-macro2",
15578 "quote",
15579 "syn 2.0.100",
15580 "wasmtime-component-util",
15581 "wasmtime-wit-bindgen",
15582 "wit-parser 0.221.3",
15583]
15584
15585[[package]]
15586name = "wasmtime-component-util"
15587version = "29.0.1"
15588source = "registry+https://github.com/rust-lang/crates.io-index"
15589checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15590
15591[[package]]
15592name = "wasmtime-cranelift"
15593version = "29.0.1"
15594source = "registry+https://github.com/rust-lang/crates.io-index"
15595checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15596dependencies = [
15597 "anyhow",
15598 "cfg-if",
15599 "cranelift-codegen",
15600 "cranelift-control",
15601 "cranelift-entity",
15602 "cranelift-frontend",
15603 "cranelift-native",
15604 "gimli",
15605 "itertools 0.12.1",
15606 "log",
15607 "object",
15608 "smallvec",
15609 "target-lexicon 0.13.2",
15610 "thiserror 1.0.69",
15611 "wasmparser 0.221.3",
15612 "wasmtime-environ",
15613 "wasmtime-versioned-export-macros",
15614]
15615
15616[[package]]
15617name = "wasmtime-environ"
15618version = "29.0.1"
15619source = "registry+https://github.com/rust-lang/crates.io-index"
15620checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15621dependencies = [
15622 "anyhow",
15623 "cpp_demangle",
15624 "cranelift-bitset",
15625 "cranelift-entity",
15626 "gimli",
15627 "indexmap",
15628 "log",
15629 "object",
15630 "postcard",
15631 "rustc-demangle",
15632 "semver",
15633 "serde",
15634 "serde_derive",
15635 "smallvec",
15636 "target-lexicon 0.13.2",
15637 "wasm-encoder 0.221.3",
15638 "wasmparser 0.221.3",
15639 "wasmprinter",
15640 "wasmtime-component-util",
15641]
15642
15643[[package]]
15644name = "wasmtime-fiber"
15645version = "29.0.1"
15646source = "registry+https://github.com/rust-lang/crates.io-index"
15647checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15648dependencies = [
15649 "anyhow",
15650 "cc",
15651 "cfg-if",
15652 "rustix",
15653 "wasmtime-asm-macros",
15654 "wasmtime-versioned-export-macros",
15655 "windows-sys 0.59.0",
15656]
15657
15658[[package]]
15659name = "wasmtime-jit-icache-coherence"
15660version = "29.0.1"
15661source = "registry+https://github.com/rust-lang/crates.io-index"
15662checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15663dependencies = [
15664 "anyhow",
15665 "cfg-if",
15666 "libc",
15667 "windows-sys 0.59.0",
15668]
15669
15670[[package]]
15671name = "wasmtime-math"
15672version = "29.0.1"
15673source = "registry+https://github.com/rust-lang/crates.io-index"
15674checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15675dependencies = [
15676 "libm",
15677]
15678
15679[[package]]
15680name = "wasmtime-slab"
15681version = "29.0.1"
15682source = "registry+https://github.com/rust-lang/crates.io-index"
15683checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15684
15685[[package]]
15686name = "wasmtime-versioned-export-macros"
15687version = "29.0.1"
15688source = "registry+https://github.com/rust-lang/crates.io-index"
15689checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15690dependencies = [
15691 "proc-macro2",
15692 "quote",
15693 "syn 2.0.100",
15694]
15695
15696[[package]]
15697name = "wasmtime-wasi"
15698version = "29.0.1"
15699source = "registry+https://github.com/rust-lang/crates.io-index"
15700checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15701dependencies = [
15702 "anyhow",
15703 "async-trait",
15704 "bitflags 2.8.0",
15705 "bytes 1.10.1",
15706 "cap-fs-ext",
15707 "cap-net-ext",
15708 "cap-rand",
15709 "cap-std",
15710 "cap-time-ext",
15711 "fs-set-times",
15712 "futures 0.3.31",
15713 "io-extras",
15714 "io-lifetimes",
15715 "rustix",
15716 "system-interface",
15717 "thiserror 1.0.69",
15718 "tokio",
15719 "tracing",
15720 "trait-variant",
15721 "url",
15722 "wasmtime",
15723 "wiggle",
15724 "windows-sys 0.59.0",
15725]
15726
15727[[package]]
15728name = "wasmtime-winch"
15729version = "29.0.1"
15730source = "registry+https://github.com/rust-lang/crates.io-index"
15731checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15732dependencies = [
15733 "anyhow",
15734 "cranelift-codegen",
15735 "gimli",
15736 "object",
15737 "target-lexicon 0.13.2",
15738 "wasmparser 0.221.3",
15739 "wasmtime-cranelift",
15740 "wasmtime-environ",
15741 "winch-codegen",
15742]
15743
15744[[package]]
15745name = "wasmtime-wit-bindgen"
15746version = "29.0.1"
15747source = "registry+https://github.com/rust-lang/crates.io-index"
15748checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15749dependencies = [
15750 "anyhow",
15751 "heck 0.5.0",
15752 "indexmap",
15753 "wit-parser 0.221.3",
15754]
15755
15756[[package]]
15757name = "wast"
15758version = "35.0.2"
15759source = "registry+https://github.com/rust-lang/crates.io-index"
15760checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15761dependencies = [
15762 "leb128",
15763]
15764
15765[[package]]
15766name = "wayland-backend"
15767version = "0.3.8"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15770dependencies = [
15771 "cc",
15772 "downcast-rs",
15773 "rustix",
15774 "scoped-tls",
15775 "smallvec",
15776 "wayland-sys",
15777]
15778
15779[[package]]
15780name = "wayland-client"
15781version = "0.31.8"
15782source = "registry+https://github.com/rust-lang/crates.io-index"
15783checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15784dependencies = [
15785 "bitflags 2.8.0",
15786 "rustix",
15787 "wayland-backend",
15788 "wayland-scanner",
15789]
15790
15791[[package]]
15792name = "wayland-cursor"
15793version = "0.31.8"
15794source = "registry+https://github.com/rust-lang/crates.io-index"
15795checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15796dependencies = [
15797 "rustix",
15798 "wayland-client",
15799 "xcursor",
15800]
15801
15802[[package]]
15803name = "wayland-protocols"
15804version = "0.31.2"
15805source = "registry+https://github.com/rust-lang/crates.io-index"
15806checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15807dependencies = [
15808 "bitflags 2.8.0",
15809 "wayland-backend",
15810 "wayland-client",
15811 "wayland-scanner",
15812]
15813
15814[[package]]
15815name = "wayland-protocols-plasma"
15816version = "0.2.0"
15817source = "registry+https://github.com/rust-lang/crates.io-index"
15818checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15819dependencies = [
15820 "bitflags 2.8.0",
15821 "wayland-backend",
15822 "wayland-client",
15823 "wayland-protocols",
15824 "wayland-scanner",
15825]
15826
15827[[package]]
15828name = "wayland-scanner"
15829version = "0.31.6"
15830source = "registry+https://github.com/rust-lang/crates.io-index"
15831checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15832dependencies = [
15833 "proc-macro2",
15834 "quick-xml 0.37.2",
15835 "quote",
15836]
15837
15838[[package]]
15839name = "wayland-sys"
15840version = "0.31.6"
15841source = "registry+https://github.com/rust-lang/crates.io-index"
15842checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15843dependencies = [
15844 "dlib",
15845 "log",
15846 "once_cell",
15847 "pkg-config",
15848]
15849
15850[[package]]
15851name = "web-sys"
15852version = "0.3.76"
15853source = "registry+https://github.com/rust-lang/crates.io-index"
15854checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15855dependencies = [
15856 "js-sys",
15857 "wasm-bindgen",
15858]
15859
15860[[package]]
15861name = "web-time"
15862version = "1.1.0"
15863source = "registry+https://github.com/rust-lang/crates.io-index"
15864checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15865dependencies = [
15866 "js-sys",
15867 "wasm-bindgen",
15868]
15869
15870[[package]]
15871name = "webpki-root-certs"
15872version = "0.26.8"
15873source = "registry+https://github.com/rust-lang/crates.io-index"
15874checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
15875dependencies = [
15876 "rustls-pki-types",
15877]
15878
15879[[package]]
15880name = "webpki-roots"
15881version = "0.26.7"
15882source = "registry+https://github.com/rust-lang/crates.io-index"
15883checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15884dependencies = [
15885 "rustls-pki-types",
15886]
15887
15888[[package]]
15889name = "webrtc-sys"
15890version = "0.3.5"
15891source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15892dependencies = [
15893 "cc",
15894 "cxx",
15895 "cxx-build",
15896 "glob",
15897 "log",
15898 "webrtc-sys-build",
15899]
15900
15901[[package]]
15902name = "webrtc-sys-build"
15903version = "0.3.5"
15904source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
15905dependencies = [
15906 "fs2",
15907 "regex",
15908 "reqwest 0.11.27",
15909 "scratch",
15910 "semver",
15911 "zip",
15912]
15913
15914[[package]]
15915name = "weezl"
15916version = "0.1.8"
15917source = "registry+https://github.com/rust-lang/crates.io-index"
15918checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15919
15920[[package]]
15921name = "welcome"
15922version = "0.1.0"
15923dependencies = [
15924 "anyhow",
15925 "client",
15926 "db",
15927 "editor",
15928 "fuzzy",
15929 "gpui",
15930 "install_cli",
15931 "language",
15932 "picker",
15933 "project",
15934 "schemars",
15935 "serde",
15936 "settings",
15937 "telemetry",
15938 "ui",
15939 "util",
15940 "vim_mode_setting",
15941 "workspace",
15942 "zed_actions",
15943]
15944
15945[[package]]
15946name = "which"
15947version = "4.4.2"
15948source = "registry+https://github.com/rust-lang/crates.io-index"
15949checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15950dependencies = [
15951 "either",
15952 "home",
15953 "once_cell",
15954 "rustix",
15955]
15956
15957[[package]]
15958name = "which"
15959version = "6.0.3"
15960source = "registry+https://github.com/rust-lang/crates.io-index"
15961checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15962dependencies = [
15963 "either",
15964 "home",
15965 "rustix",
15966 "winsafe",
15967]
15968
15969[[package]]
15970name = "which"
15971version = "7.0.2"
15972source = "registry+https://github.com/rust-lang/crates.io-index"
15973checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
15974dependencies = [
15975 "either",
15976 "env_home",
15977 "rustix",
15978 "winsafe",
15979]
15980
15981[[package]]
15982name = "whoami"
15983version = "1.5.2"
15984source = "registry+https://github.com/rust-lang/crates.io-index"
15985checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15986dependencies = [
15987 "redox_syscall 0.5.8",
15988 "wasite",
15989]
15990
15991[[package]]
15992name = "wiggle"
15993version = "29.0.1"
15994source = "registry+https://github.com/rust-lang/crates.io-index"
15995checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
15996dependencies = [
15997 "anyhow",
15998 "async-trait",
15999 "bitflags 2.8.0",
16000 "thiserror 1.0.69",
16001 "tracing",
16002 "wasmtime",
16003 "wiggle-macro",
16004]
16005
16006[[package]]
16007name = "wiggle-generate"
16008version = "29.0.1"
16009source = "registry+https://github.com/rust-lang/crates.io-index"
16010checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16011dependencies = [
16012 "anyhow",
16013 "heck 0.5.0",
16014 "proc-macro2",
16015 "quote",
16016 "shellexpand 2.1.2",
16017 "syn 2.0.100",
16018 "witx",
16019]
16020
16021[[package]]
16022name = "wiggle-macro"
16023version = "29.0.1"
16024source = "registry+https://github.com/rust-lang/crates.io-index"
16025checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16026dependencies = [
16027 "proc-macro2",
16028 "quote",
16029 "syn 2.0.100",
16030 "wiggle-generate",
16031]
16032
16033[[package]]
16034name = "winapi"
16035version = "0.3.9"
16036source = "registry+https://github.com/rust-lang/crates.io-index"
16037checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16038dependencies = [
16039 "winapi-i686-pc-windows-gnu",
16040 "winapi-x86_64-pc-windows-gnu",
16041]
16042
16043[[package]]
16044name = "winapi-i686-pc-windows-gnu"
16045version = "0.4.0"
16046source = "registry+https://github.com/rust-lang/crates.io-index"
16047checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16048
16049[[package]]
16050name = "winapi-util"
16051version = "0.1.9"
16052source = "registry+https://github.com/rust-lang/crates.io-index"
16053checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16054dependencies = [
16055 "windows-sys 0.59.0",
16056]
16057
16058[[package]]
16059name = "winapi-x86_64-pc-windows-gnu"
16060version = "0.4.0"
16061source = "registry+https://github.com/rust-lang/crates.io-index"
16062checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16063
16064[[package]]
16065name = "winch-codegen"
16066version = "29.0.1"
16067source = "registry+https://github.com/rust-lang/crates.io-index"
16068checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16069dependencies = [
16070 "anyhow",
16071 "cranelift-codegen",
16072 "gimli",
16073 "regalloc2",
16074 "smallvec",
16075 "target-lexicon 0.13.2",
16076 "thiserror 1.0.69",
16077 "wasmparser 0.221.3",
16078 "wasmtime-cranelift",
16079 "wasmtime-environ",
16080]
16081
16082[[package]]
16083name = "windows"
16084version = "0.54.0"
16085source = "registry+https://github.com/rust-lang/crates.io-index"
16086checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16087dependencies = [
16088 "windows-core 0.54.0",
16089 "windows-targets 0.52.6",
16090]
16091
16092[[package]]
16093name = "windows"
16094version = "0.57.0"
16095source = "registry+https://github.com/rust-lang/crates.io-index"
16096checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16097dependencies = [
16098 "windows-core 0.57.0",
16099 "windows-targets 0.52.6",
16100]
16101
16102[[package]]
16103name = "windows"
16104version = "0.58.0"
16105source = "registry+https://github.com/rust-lang/crates.io-index"
16106checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16107dependencies = [
16108 "windows-core 0.58.0",
16109 "windows-targets 0.52.6",
16110]
16111
16112[[package]]
16113name = "windows"
16114version = "0.60.0"
16115source = "registry+https://github.com/rust-lang/crates.io-index"
16116checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16117dependencies = [
16118 "windows-collections",
16119 "windows-core 0.60.1",
16120 "windows-future",
16121 "windows-link",
16122 "windows-numerics",
16123]
16124
16125[[package]]
16126name = "windows-collections"
16127version = "0.1.1"
16128source = "registry+https://github.com/rust-lang/crates.io-index"
16129checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16130dependencies = [
16131 "windows-core 0.60.1",
16132]
16133
16134[[package]]
16135name = "windows-core"
16136version = "0.52.0"
16137source = "registry+https://github.com/rust-lang/crates.io-index"
16138checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16139dependencies = [
16140 "windows-targets 0.52.6",
16141]
16142
16143[[package]]
16144name = "windows-core"
16145version = "0.54.0"
16146source = "registry+https://github.com/rust-lang/crates.io-index"
16147checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16148dependencies = [
16149 "windows-result 0.1.2",
16150 "windows-targets 0.52.6",
16151]
16152
16153[[package]]
16154name = "windows-core"
16155version = "0.57.0"
16156source = "registry+https://github.com/rust-lang/crates.io-index"
16157checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16158dependencies = [
16159 "windows-implement 0.57.0",
16160 "windows-interface 0.57.0",
16161 "windows-result 0.1.2",
16162 "windows-targets 0.52.6",
16163]
16164
16165[[package]]
16166name = "windows-core"
16167version = "0.58.0"
16168source = "registry+https://github.com/rust-lang/crates.io-index"
16169checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16170dependencies = [
16171 "windows-implement 0.58.0",
16172 "windows-interface 0.58.0",
16173 "windows-result 0.2.0",
16174 "windows-strings 0.1.0",
16175 "windows-targets 0.52.6",
16176]
16177
16178[[package]]
16179name = "windows-core"
16180version = "0.60.1"
16181source = "registry+https://github.com/rust-lang/crates.io-index"
16182checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16183dependencies = [
16184 "windows-implement 0.59.0",
16185 "windows-interface 0.59.0",
16186 "windows-link",
16187 "windows-result 0.3.1",
16188 "windows-strings 0.3.1",
16189]
16190
16191[[package]]
16192name = "windows-future"
16193version = "0.1.1"
16194source = "registry+https://github.com/rust-lang/crates.io-index"
16195checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16196dependencies = [
16197 "windows-core 0.60.1",
16198 "windows-link",
16199]
16200
16201[[package]]
16202name = "windows-implement"
16203version = "0.57.0"
16204source = "registry+https://github.com/rust-lang/crates.io-index"
16205checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16206dependencies = [
16207 "proc-macro2",
16208 "quote",
16209 "syn 2.0.100",
16210]
16211
16212[[package]]
16213name = "windows-implement"
16214version = "0.58.0"
16215source = "registry+https://github.com/rust-lang/crates.io-index"
16216checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16217dependencies = [
16218 "proc-macro2",
16219 "quote",
16220 "syn 2.0.100",
16221]
16222
16223[[package]]
16224name = "windows-implement"
16225version = "0.59.0"
16226source = "registry+https://github.com/rust-lang/crates.io-index"
16227checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16228dependencies = [
16229 "proc-macro2",
16230 "quote",
16231 "syn 2.0.100",
16232]
16233
16234[[package]]
16235name = "windows-interface"
16236version = "0.57.0"
16237source = "registry+https://github.com/rust-lang/crates.io-index"
16238checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16239dependencies = [
16240 "proc-macro2",
16241 "quote",
16242 "syn 2.0.100",
16243]
16244
16245[[package]]
16246name = "windows-interface"
16247version = "0.58.0"
16248source = "registry+https://github.com/rust-lang/crates.io-index"
16249checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16250dependencies = [
16251 "proc-macro2",
16252 "quote",
16253 "syn 2.0.100",
16254]
16255
16256[[package]]
16257name = "windows-interface"
16258version = "0.59.0"
16259source = "registry+https://github.com/rust-lang/crates.io-index"
16260checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16261dependencies = [
16262 "proc-macro2",
16263 "quote",
16264 "syn 2.0.100",
16265]
16266
16267[[package]]
16268name = "windows-link"
16269version = "0.1.0"
16270source = "registry+https://github.com/rust-lang/crates.io-index"
16271checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16272
16273[[package]]
16274name = "windows-numerics"
16275version = "0.1.1"
16276source = "registry+https://github.com/rust-lang/crates.io-index"
16277checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16278dependencies = [
16279 "windows-core 0.60.1",
16280 "windows-link",
16281]
16282
16283[[package]]
16284name = "windows-registry"
16285version = "0.2.0"
16286source = "registry+https://github.com/rust-lang/crates.io-index"
16287checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16288dependencies = [
16289 "windows-result 0.2.0",
16290 "windows-strings 0.1.0",
16291 "windows-targets 0.52.6",
16292]
16293
16294[[package]]
16295name = "windows-result"
16296version = "0.1.2"
16297source = "registry+https://github.com/rust-lang/crates.io-index"
16298checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16299dependencies = [
16300 "windows-targets 0.52.6",
16301]
16302
16303[[package]]
16304name = "windows-result"
16305version = "0.2.0"
16306source = "registry+https://github.com/rust-lang/crates.io-index"
16307checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16308dependencies = [
16309 "windows-targets 0.52.6",
16310]
16311
16312[[package]]
16313name = "windows-result"
16314version = "0.3.1"
16315source = "registry+https://github.com/rust-lang/crates.io-index"
16316checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16317dependencies = [
16318 "windows-link",
16319]
16320
16321[[package]]
16322name = "windows-strings"
16323version = "0.1.0"
16324source = "registry+https://github.com/rust-lang/crates.io-index"
16325checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16326dependencies = [
16327 "windows-result 0.2.0",
16328 "windows-targets 0.52.6",
16329]
16330
16331[[package]]
16332name = "windows-strings"
16333version = "0.3.1"
16334source = "registry+https://github.com/rust-lang/crates.io-index"
16335checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16336dependencies = [
16337 "windows-link",
16338]
16339
16340[[package]]
16341name = "windows-sys"
16342version = "0.45.0"
16343source = "registry+https://github.com/rust-lang/crates.io-index"
16344checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16345dependencies = [
16346 "windows-targets 0.42.2",
16347]
16348
16349[[package]]
16350name = "windows-sys"
16351version = "0.48.0"
16352source = "registry+https://github.com/rust-lang/crates.io-index"
16353checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16354dependencies = [
16355 "windows-targets 0.48.5",
16356]
16357
16358[[package]]
16359name = "windows-sys"
16360version = "0.52.0"
16361source = "registry+https://github.com/rust-lang/crates.io-index"
16362checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16363dependencies = [
16364 "windows-targets 0.52.6",
16365]
16366
16367[[package]]
16368name = "windows-sys"
16369version = "0.59.0"
16370source = "registry+https://github.com/rust-lang/crates.io-index"
16371checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16372dependencies = [
16373 "windows-targets 0.52.6",
16374]
16375
16376[[package]]
16377name = "windows-targets"
16378version = "0.42.2"
16379source = "registry+https://github.com/rust-lang/crates.io-index"
16380checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16381dependencies = [
16382 "windows_aarch64_gnullvm 0.42.2",
16383 "windows_aarch64_msvc 0.42.2",
16384 "windows_i686_gnu 0.42.2",
16385 "windows_i686_msvc 0.42.2",
16386 "windows_x86_64_gnu 0.42.2",
16387 "windows_x86_64_gnullvm 0.42.2",
16388 "windows_x86_64_msvc 0.42.2",
16389]
16390
16391[[package]]
16392name = "windows-targets"
16393version = "0.48.5"
16394source = "registry+https://github.com/rust-lang/crates.io-index"
16395checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16396dependencies = [
16397 "windows_aarch64_gnullvm 0.48.5",
16398 "windows_aarch64_msvc 0.48.5",
16399 "windows_i686_gnu 0.48.5",
16400 "windows_i686_msvc 0.48.5",
16401 "windows_x86_64_gnu 0.48.5",
16402 "windows_x86_64_gnullvm 0.48.5",
16403 "windows_x86_64_msvc 0.48.5",
16404]
16405
16406[[package]]
16407name = "windows-targets"
16408version = "0.52.6"
16409source = "registry+https://github.com/rust-lang/crates.io-index"
16410checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16411dependencies = [
16412 "windows_aarch64_gnullvm 0.52.6",
16413 "windows_aarch64_msvc 0.52.6",
16414 "windows_i686_gnu 0.52.6",
16415 "windows_i686_gnullvm",
16416 "windows_i686_msvc 0.52.6",
16417 "windows_x86_64_gnu 0.52.6",
16418 "windows_x86_64_gnullvm 0.52.6",
16419 "windows_x86_64_msvc 0.52.6",
16420]
16421
16422[[package]]
16423name = "windows_aarch64_gnullvm"
16424version = "0.42.2"
16425source = "registry+https://github.com/rust-lang/crates.io-index"
16426checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16427
16428[[package]]
16429name = "windows_aarch64_gnullvm"
16430version = "0.48.5"
16431source = "registry+https://github.com/rust-lang/crates.io-index"
16432checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16433
16434[[package]]
16435name = "windows_aarch64_gnullvm"
16436version = "0.52.6"
16437source = "registry+https://github.com/rust-lang/crates.io-index"
16438checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16439
16440[[package]]
16441name = "windows_aarch64_msvc"
16442version = "0.42.2"
16443source = "registry+https://github.com/rust-lang/crates.io-index"
16444checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16445
16446[[package]]
16447name = "windows_aarch64_msvc"
16448version = "0.48.5"
16449source = "registry+https://github.com/rust-lang/crates.io-index"
16450checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16451
16452[[package]]
16453name = "windows_aarch64_msvc"
16454version = "0.52.6"
16455source = "registry+https://github.com/rust-lang/crates.io-index"
16456checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16457
16458[[package]]
16459name = "windows_i686_gnu"
16460version = "0.42.2"
16461source = "registry+https://github.com/rust-lang/crates.io-index"
16462checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16463
16464[[package]]
16465name = "windows_i686_gnu"
16466version = "0.48.5"
16467source = "registry+https://github.com/rust-lang/crates.io-index"
16468checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16469
16470[[package]]
16471name = "windows_i686_gnu"
16472version = "0.52.6"
16473source = "registry+https://github.com/rust-lang/crates.io-index"
16474checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16475
16476[[package]]
16477name = "windows_i686_gnullvm"
16478version = "0.52.6"
16479source = "registry+https://github.com/rust-lang/crates.io-index"
16480checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16481
16482[[package]]
16483name = "windows_i686_msvc"
16484version = "0.42.2"
16485source = "registry+https://github.com/rust-lang/crates.io-index"
16486checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16487
16488[[package]]
16489name = "windows_i686_msvc"
16490version = "0.48.5"
16491source = "registry+https://github.com/rust-lang/crates.io-index"
16492checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16493
16494[[package]]
16495name = "windows_i686_msvc"
16496version = "0.52.6"
16497source = "registry+https://github.com/rust-lang/crates.io-index"
16498checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16499
16500[[package]]
16501name = "windows_x86_64_gnu"
16502version = "0.42.2"
16503source = "registry+https://github.com/rust-lang/crates.io-index"
16504checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16505
16506[[package]]
16507name = "windows_x86_64_gnu"
16508version = "0.48.5"
16509source = "registry+https://github.com/rust-lang/crates.io-index"
16510checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16511
16512[[package]]
16513name = "windows_x86_64_gnu"
16514version = "0.52.6"
16515source = "registry+https://github.com/rust-lang/crates.io-index"
16516checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16517
16518[[package]]
16519name = "windows_x86_64_gnullvm"
16520version = "0.42.2"
16521source = "registry+https://github.com/rust-lang/crates.io-index"
16522checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16523
16524[[package]]
16525name = "windows_x86_64_gnullvm"
16526version = "0.48.5"
16527source = "registry+https://github.com/rust-lang/crates.io-index"
16528checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16529
16530[[package]]
16531name = "windows_x86_64_gnullvm"
16532version = "0.52.6"
16533source = "registry+https://github.com/rust-lang/crates.io-index"
16534checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16535
16536[[package]]
16537name = "windows_x86_64_msvc"
16538version = "0.42.2"
16539source = "registry+https://github.com/rust-lang/crates.io-index"
16540checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16541
16542[[package]]
16543name = "windows_x86_64_msvc"
16544version = "0.48.5"
16545source = "registry+https://github.com/rust-lang/crates.io-index"
16546checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16547
16548[[package]]
16549name = "windows_x86_64_msvc"
16550version = "0.52.6"
16551source = "registry+https://github.com/rust-lang/crates.io-index"
16552checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16553
16554[[package]]
16555name = "winnow"
16556version = "0.6.20"
16557source = "registry+https://github.com/rust-lang/crates.io-index"
16558checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16559dependencies = [
16560 "memchr",
16561]
16562
16563[[package]]
16564name = "winnow"
16565version = "0.7.1"
16566source = "registry+https://github.com/rust-lang/crates.io-index"
16567checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16568dependencies = [
16569 "memchr",
16570]
16571
16572[[package]]
16573name = "winreg"
16574version = "0.50.0"
16575source = "registry+https://github.com/rust-lang/crates.io-index"
16576checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16577dependencies = [
16578 "cfg-if",
16579 "windows-sys 0.48.0",
16580]
16581
16582[[package]]
16583name = "winreg"
16584version = "0.52.0"
16585source = "registry+https://github.com/rust-lang/crates.io-index"
16586checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16587dependencies = [
16588 "cfg-if",
16589 "windows-sys 0.48.0",
16590]
16591
16592[[package]]
16593name = "winresource"
16594version = "0.1.19"
16595source = "registry+https://github.com/rust-lang/crates.io-index"
16596checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16597dependencies = [
16598 "toml 0.8.20",
16599 "version_check",
16600]
16601
16602[[package]]
16603name = "winsafe"
16604version = "0.0.19"
16605source = "registry+https://github.com/rust-lang/crates.io-index"
16606checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16607
16608[[package]]
16609name = "winx"
16610version = "0.36.4"
16611source = "registry+https://github.com/rust-lang/crates.io-index"
16612checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16613dependencies = [
16614 "bitflags 2.8.0",
16615 "windows-sys 0.59.0",
16616]
16617
16618[[package]]
16619name = "wio"
16620version = "0.2.2"
16621source = "registry+https://github.com/rust-lang/crates.io-index"
16622checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16623dependencies = [
16624 "winapi",
16625]
16626
16627[[package]]
16628name = "wit-bindgen"
16629version = "0.22.0"
16630source = "registry+https://github.com/rust-lang/crates.io-index"
16631checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16632dependencies = [
16633 "bitflags 2.8.0",
16634 "wit-bindgen-rt 0.22.0",
16635 "wit-bindgen-rust-macro",
16636]
16637
16638[[package]]
16639name = "wit-bindgen-core"
16640version = "0.22.0"
16641source = "registry+https://github.com/rust-lang/crates.io-index"
16642checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16643dependencies = [
16644 "anyhow",
16645 "wit-parser 0.201.0",
16646]
16647
16648[[package]]
16649name = "wit-bindgen-rt"
16650version = "0.22.0"
16651source = "registry+https://github.com/rust-lang/crates.io-index"
16652checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16653
16654[[package]]
16655name = "wit-bindgen-rt"
16656version = "0.33.0"
16657source = "registry+https://github.com/rust-lang/crates.io-index"
16658checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16659dependencies = [
16660 "bitflags 2.8.0",
16661]
16662
16663[[package]]
16664name = "wit-bindgen-rust"
16665version = "0.22.0"
16666source = "registry+https://github.com/rust-lang/crates.io-index"
16667checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16668dependencies = [
16669 "anyhow",
16670 "heck 0.4.1",
16671 "indexmap",
16672 "wasm-metadata 0.201.0",
16673 "wit-bindgen-core",
16674 "wit-component 0.201.0",
16675]
16676
16677[[package]]
16678name = "wit-bindgen-rust-macro"
16679version = "0.22.0"
16680source = "registry+https://github.com/rust-lang/crates.io-index"
16681checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16682dependencies = [
16683 "anyhow",
16684 "proc-macro2",
16685 "quote",
16686 "syn 2.0.100",
16687 "wit-bindgen-core",
16688 "wit-bindgen-rust",
16689]
16690
16691[[package]]
16692name = "wit-component"
16693version = "0.201.0"
16694source = "registry+https://github.com/rust-lang/crates.io-index"
16695checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16696dependencies = [
16697 "anyhow",
16698 "bitflags 2.8.0",
16699 "indexmap",
16700 "log",
16701 "serde",
16702 "serde_derive",
16703 "serde_json",
16704 "wasm-encoder 0.201.0",
16705 "wasm-metadata 0.201.0",
16706 "wasmparser 0.201.0",
16707 "wit-parser 0.201.0",
16708]
16709
16710[[package]]
16711name = "wit-component"
16712version = "0.221.3"
16713source = "registry+https://github.com/rust-lang/crates.io-index"
16714checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16715dependencies = [
16716 "anyhow",
16717 "bitflags 2.8.0",
16718 "indexmap",
16719 "log",
16720 "serde",
16721 "serde_derive",
16722 "serde_json",
16723 "wasm-encoder 0.221.3",
16724 "wasm-metadata 0.221.3",
16725 "wasmparser 0.221.3",
16726 "wit-parser 0.221.3",
16727]
16728
16729[[package]]
16730name = "wit-parser"
16731version = "0.201.0"
16732source = "registry+https://github.com/rust-lang/crates.io-index"
16733checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16734dependencies = [
16735 "anyhow",
16736 "id-arena",
16737 "indexmap",
16738 "log",
16739 "semver",
16740 "serde",
16741 "serde_derive",
16742 "serde_json",
16743 "unicode-xid",
16744 "wasmparser 0.201.0",
16745]
16746
16747[[package]]
16748name = "wit-parser"
16749version = "0.221.3"
16750source = "registry+https://github.com/rust-lang/crates.io-index"
16751checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16752dependencies = [
16753 "anyhow",
16754 "id-arena",
16755 "indexmap",
16756 "log",
16757 "semver",
16758 "serde",
16759 "serde_derive",
16760 "serde_json",
16761 "unicode-xid",
16762 "wasmparser 0.221.3",
16763]
16764
16765[[package]]
16766name = "witx"
16767version = "0.9.1"
16768source = "registry+https://github.com/rust-lang/crates.io-index"
16769checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16770dependencies = [
16771 "anyhow",
16772 "log",
16773 "thiserror 1.0.69",
16774 "wast",
16775]
16776
16777[[package]]
16778name = "workspace"
16779version = "0.1.0"
16780dependencies = [
16781 "any_vec",
16782 "anyhow",
16783 "async-recursion 1.1.1",
16784 "bincode",
16785 "call",
16786 "client",
16787 "clock",
16788 "collections",
16789 "component",
16790 "db",
16791 "derive_more",
16792 "env_logger 0.11.7",
16793 "fs",
16794 "futures 0.3.31",
16795 "gpui",
16796 "http_client",
16797 "itertools 0.14.0",
16798 "language",
16799 "log",
16800 "node_runtime",
16801 "parking_lot",
16802 "postage",
16803 "project",
16804 "remote",
16805 "schemars",
16806 "serde",
16807 "serde_json",
16808 "session",
16809 "settings",
16810 "smallvec",
16811 "sqlez",
16812 "strum",
16813 "task",
16814 "telemetry",
16815 "tempfile",
16816 "theme",
16817 "ui",
16818 "util",
16819 "uuid",
16820 "zed_actions",
16821]
16822
16823[[package]]
16824name = "worktree"
16825version = "0.1.0"
16826dependencies = [
16827 "anyhow",
16828 "clock",
16829 "collections",
16830 "env_logger 0.11.7",
16831 "fs",
16832 "futures 0.3.31",
16833 "fuzzy",
16834 "git",
16835 "git2",
16836 "git_hosting_providers",
16837 "gpui",
16838 "http_client",
16839 "ignore",
16840 "language",
16841 "log",
16842 "parking_lot",
16843 "paths",
16844 "postage",
16845 "pretty_assertions",
16846 "rand 0.8.5",
16847 "rpc",
16848 "schemars",
16849 "serde",
16850 "serde_json",
16851 "settings",
16852 "smallvec",
16853 "smol",
16854 "sum_tree",
16855 "text",
16856 "util",
16857]
16858
16859[[package]]
16860name = "write16"
16861version = "1.0.0"
16862source = "registry+https://github.com/rust-lang/crates.io-index"
16863checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16864
16865[[package]]
16866name = "writeable"
16867version = "0.5.5"
16868source = "registry+https://github.com/rust-lang/crates.io-index"
16869checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16870
16871[[package]]
16872name = "wyz"
16873version = "0.5.1"
16874source = "registry+https://github.com/rust-lang/crates.io-index"
16875checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16876dependencies = [
16877 "tap",
16878]
16879
16880[[package]]
16881name = "x11-clipboard"
16882version = "0.9.3"
16883source = "registry+https://github.com/rust-lang/crates.io-index"
16884checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
16885dependencies = [
16886 "libc",
16887 "x11rb",
16888]
16889
16890[[package]]
16891name = "x11rb"
16892version = "0.13.1"
16893source = "registry+https://github.com/rust-lang/crates.io-index"
16894checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
16895dependencies = [
16896 "as-raw-xcb-connection",
16897 "gethostname",
16898 "libc",
16899 "rustix",
16900 "x11rb-protocol",
16901]
16902
16903[[package]]
16904name = "x11rb-protocol"
16905version = "0.13.1"
16906source = "registry+https://github.com/rust-lang/crates.io-index"
16907checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
16908
16909[[package]]
16910name = "xattr"
16911version = "0.2.3"
16912source = "registry+https://github.com/rust-lang/crates.io-index"
16913checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
16914dependencies = [
16915 "libc",
16916]
16917
16918[[package]]
16919name = "xcursor"
16920version = "0.3.8"
16921source = "registry+https://github.com/rust-lang/crates.io-index"
16922checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
16923
16924[[package]]
16925name = "xdg-home"
16926version = "1.3.0"
16927source = "registry+https://github.com/rust-lang/crates.io-index"
16928checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
16929dependencies = [
16930 "libc",
16931 "windows-sys 0.59.0",
16932]
16933
16934[[package]]
16935name = "xim"
16936version = "0.4.0"
16937source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16938dependencies = [
16939 "ahash 0.8.11",
16940 "hashbrown 0.14.5",
16941 "log",
16942 "x11rb",
16943 "xim-ctext",
16944 "xim-parser",
16945]
16946
16947[[package]]
16948name = "xim-ctext"
16949version = "0.3.0"
16950source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16951dependencies = [
16952 "encoding_rs",
16953]
16954
16955[[package]]
16956name = "xim-parser"
16957version = "0.2.1"
16958source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
16959dependencies = [
16960 "bitflags 2.8.0",
16961]
16962
16963[[package]]
16964name = "xkbcommon"
16965version = "0.7.0"
16966source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
16967dependencies = [
16968 "as-raw-xcb-connection",
16969 "libc",
16970 "memmap2",
16971 "xkeysym",
16972]
16973
16974[[package]]
16975name = "xkeysym"
16976version = "0.2.1"
16977source = "registry+https://github.com/rust-lang/crates.io-index"
16978checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
16979
16980[[package]]
16981name = "xml5ever"
16982version = "0.18.1"
16983source = "registry+https://github.com/rust-lang/crates.io-index"
16984checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
16985dependencies = [
16986 "log",
16987 "mac",
16988 "markup5ever",
16989]
16990
16991[[package]]
16992name = "xmlparser"
16993version = "0.13.6"
16994source = "registry+https://github.com/rust-lang/crates.io-index"
16995checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16996
16997[[package]]
16998name = "xmlwriter"
16999version = "0.1.0"
17000source = "registry+https://github.com/rust-lang/crates.io-index"
17001checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17002
17003[[package]]
17004name = "xtask"
17005version = "0.1.0"
17006dependencies = [
17007 "anyhow",
17008 "cargo_metadata",
17009 "cargo_toml",
17010 "clap",
17011]
17012
17013[[package]]
17014name = "yaml-rust2"
17015version = "0.8.1"
17016source = "registry+https://github.com/rust-lang/crates.io-index"
17017checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17018dependencies = [
17019 "arraydeque",
17020 "encoding_rs",
17021 "hashlink 0.8.4",
17022]
17023
17024[[package]]
17025name = "yansi"
17026version = "1.0.1"
17027source = "registry+https://github.com/rust-lang/crates.io-index"
17028checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17029
17030[[package]]
17031name = "yazi"
17032version = "0.1.6"
17033source = "registry+https://github.com/rust-lang/crates.io-index"
17034checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
17035
17036[[package]]
17037name = "yeslogic-fontconfig-sys"
17038version = "6.0.0"
17039source = "registry+https://github.com/rust-lang/crates.io-index"
17040checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17041dependencies = [
17042 "dlib",
17043 "once_cell",
17044 "pkg-config",
17045]
17046
17047[[package]]
17048name = "yoke"
17049version = "0.7.5"
17050source = "registry+https://github.com/rust-lang/crates.io-index"
17051checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17052dependencies = [
17053 "serde",
17054 "stable_deref_trait",
17055 "yoke-derive",
17056 "zerofrom",
17057]
17058
17059[[package]]
17060name = "yoke-derive"
17061version = "0.7.5"
17062source = "registry+https://github.com/rust-lang/crates.io-index"
17063checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17064dependencies = [
17065 "proc-macro2",
17066 "quote",
17067 "syn 2.0.100",
17068 "synstructure",
17069]
17070
17071[[package]]
17072name = "zbus"
17073version = "5.5.0"
17074source = "registry+https://github.com/rust-lang/crates.io-index"
17075checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17076dependencies = [
17077 "async-broadcast",
17078 "async-executor",
17079 "async-fs",
17080 "async-io",
17081 "async-lock",
17082 "async-process",
17083 "async-recursion 1.1.1",
17084 "async-task",
17085 "async-trait",
17086 "blocking",
17087 "enumflags2",
17088 "event-listener 5.3.1",
17089 "futures-core",
17090 "futures-lite 2.6.0",
17091 "hex",
17092 "nix",
17093 "ordered-stream",
17094 "serde",
17095 "serde_repr",
17096 "static_assertions",
17097 "tracing",
17098 "uds_windows",
17099 "windows-sys 0.59.0",
17100 "winnow 0.7.1",
17101 "xdg-home",
17102 "zbus_macros",
17103 "zbus_names",
17104 "zvariant",
17105]
17106
17107[[package]]
17108name = "zbus_macros"
17109version = "5.5.0"
17110source = "registry+https://github.com/rust-lang/crates.io-index"
17111checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17112dependencies = [
17113 "proc-macro-crate",
17114 "proc-macro2",
17115 "quote",
17116 "syn 2.0.100",
17117 "zbus_names",
17118 "zvariant",
17119 "zvariant_utils",
17120]
17121
17122[[package]]
17123name = "zbus_names"
17124version = "4.1.0"
17125source = "registry+https://github.com/rust-lang/crates.io-index"
17126checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17127dependencies = [
17128 "serde",
17129 "static_assertions",
17130 "winnow 0.6.20",
17131 "zvariant",
17132]
17133
17134[[package]]
17135name = "zed"
17136version = "0.179.0"
17137dependencies = [
17138 "activity_indicator",
17139 "anyhow",
17140 "ashpd",
17141 "assets",
17142 "assistant",
17143 "assistant2",
17144 "assistant_context_editor",
17145 "assistant_settings",
17146 "assistant_tools",
17147 "async-watch",
17148 "audio",
17149 "auto_update",
17150 "auto_update_ui",
17151 "backtrace",
17152 "breadcrumbs",
17153 "call",
17154 "channel",
17155 "chrono",
17156 "clap",
17157 "cli",
17158 "client",
17159 "collab_ui",
17160 "collections",
17161 "command_palette",
17162 "command_palette_hooks",
17163 "component_preview",
17164 "copilot",
17165 "db",
17166 "diagnostics",
17167 "editor",
17168 "env_logger 0.11.7",
17169 "extension",
17170 "extension_host",
17171 "extensions_ui",
17172 "feature_flags",
17173 "feedback",
17174 "file_finder",
17175 "fs",
17176 "futures 0.3.31",
17177 "git",
17178 "git_hosting_providers",
17179 "git_ui",
17180 "go_to_line",
17181 "gpui",
17182 "gpui_tokio",
17183 "http_client",
17184 "image_viewer",
17185 "inline_completion_button",
17186 "install_cli",
17187 "journal",
17188 "language",
17189 "language_extension",
17190 "language_model",
17191 "language_models",
17192 "language_selector",
17193 "language_tools",
17194 "languages",
17195 "libc",
17196 "log",
17197 "markdown",
17198 "markdown_preview",
17199 "menu",
17200 "migrator",
17201 "mimalloc",
17202 "nix",
17203 "node_runtime",
17204 "notifications",
17205 "outline",
17206 "outline_panel",
17207 "parking_lot",
17208 "paths",
17209 "picker",
17210 "profiling",
17211 "project",
17212 "project_panel",
17213 "project_symbols",
17214 "prompt_store",
17215 "proto",
17216 "recent_projects",
17217 "release_channel",
17218 "remote",
17219 "repl",
17220 "reqwest_client",
17221 "rope",
17222 "search",
17223 "serde",
17224 "serde_json",
17225 "session",
17226 "settings",
17227 "settings_ui",
17228 "shellexpand 2.1.2",
17229 "simplelog",
17230 "smol",
17231 "snippet_provider",
17232 "snippets_ui",
17233 "supermaven",
17234 "sysinfo",
17235 "tab_switcher",
17236 "task",
17237 "tasks_ui",
17238 "telemetry",
17239 "telemetry_events",
17240 "terminal_view",
17241 "theme",
17242 "theme_extension",
17243 "theme_selector",
17244 "time",
17245 "toolchain_selector",
17246 "tree-sitter-md",
17247 "tree-sitter-rust",
17248 "ui",
17249 "url",
17250 "urlencoding",
17251 "util",
17252 "uuid",
17253 "vim",
17254 "vim_mode_setting",
17255 "welcome",
17256 "windows 0.60.0",
17257 "winresource",
17258 "workspace",
17259 "zed_actions",
17260 "zeta",
17261]
17262
17263[[package]]
17264name = "zed_actions"
17265version = "0.1.0"
17266dependencies = [
17267 "gpui",
17268 "schemars",
17269 "serde",
17270]
17271
17272[[package]]
17273name = "zed_emmet"
17274version = "0.0.3"
17275dependencies = [
17276 "zed_extension_api 0.1.0",
17277]
17278
17279[[package]]
17280name = "zed_extension_api"
17281version = "0.1.0"
17282source = "registry+https://github.com/rust-lang/crates.io-index"
17283checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17284dependencies = [
17285 "serde",
17286 "serde_json",
17287 "wit-bindgen",
17288]
17289
17290[[package]]
17291name = "zed_extension_api"
17292version = "0.3.0"
17293dependencies = [
17294 "serde",
17295 "serde_json",
17296 "wit-bindgen",
17297]
17298
17299[[package]]
17300name = "zed_glsl"
17301version = "0.1.0"
17302dependencies = [
17303 "zed_extension_api 0.1.0",
17304]
17305
17306[[package]]
17307name = "zed_html"
17308version = "0.1.6"
17309dependencies = [
17310 "zed_extension_api 0.1.0",
17311]
17312
17313[[package]]
17314name = "zed_llm_client"
17315version = "0.4.1"
17316source = "registry+https://github.com/rust-lang/crates.io-index"
17317checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17318dependencies = [
17319 "serde",
17320 "serde_json",
17321 "uuid",
17322]
17323
17324[[package]]
17325name = "zed_proto"
17326version = "0.2.1"
17327dependencies = [
17328 "zed_extension_api 0.1.0",
17329]
17330
17331[[package]]
17332name = "zed_ruff"
17333version = "0.1.0"
17334dependencies = [
17335 "zed_extension_api 0.1.0",
17336]
17337
17338[[package]]
17339name = "zed_snippets"
17340version = "0.0.5"
17341dependencies = [
17342 "serde_json",
17343 "zed_extension_api 0.1.0",
17344]
17345
17346[[package]]
17347name = "zed_test_extension"
17348version = "0.1.0"
17349dependencies = [
17350 "zed_extension_api 0.3.0",
17351]
17352
17353[[package]]
17354name = "zed_toml"
17355version = "0.1.3"
17356dependencies = [
17357 "zed_extension_api 0.1.0",
17358]
17359
17360[[package]]
17361name = "zeno"
17362version = "0.2.3"
17363source = "registry+https://github.com/rust-lang/crates.io-index"
17364checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17365
17366[[package]]
17367name = "zerocopy"
17368version = "0.7.35"
17369source = "registry+https://github.com/rust-lang/crates.io-index"
17370checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17371dependencies = [
17372 "byteorder",
17373 "zerocopy-derive 0.7.35",
17374]
17375
17376[[package]]
17377name = "zerocopy"
17378version = "0.8.18"
17379source = "registry+https://github.com/rust-lang/crates.io-index"
17380checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17381dependencies = [
17382 "zerocopy-derive 0.8.18",
17383]
17384
17385[[package]]
17386name = "zerocopy-derive"
17387version = "0.7.35"
17388source = "registry+https://github.com/rust-lang/crates.io-index"
17389checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17390dependencies = [
17391 "proc-macro2",
17392 "quote",
17393 "syn 2.0.100",
17394]
17395
17396[[package]]
17397name = "zerocopy-derive"
17398version = "0.8.18"
17399source = "registry+https://github.com/rust-lang/crates.io-index"
17400checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17401dependencies = [
17402 "proc-macro2",
17403 "quote",
17404 "syn 2.0.100",
17405]
17406
17407[[package]]
17408name = "zerofrom"
17409version = "0.1.5"
17410source = "registry+https://github.com/rust-lang/crates.io-index"
17411checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17412dependencies = [
17413 "zerofrom-derive",
17414]
17415
17416[[package]]
17417name = "zerofrom-derive"
17418version = "0.1.5"
17419source = "registry+https://github.com/rust-lang/crates.io-index"
17420checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17421dependencies = [
17422 "proc-macro2",
17423 "quote",
17424 "syn 2.0.100",
17425 "synstructure",
17426]
17427
17428[[package]]
17429name = "zeroize"
17430version = "1.8.1"
17431source = "registry+https://github.com/rust-lang/crates.io-index"
17432checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17433dependencies = [
17434 "zeroize_derive",
17435]
17436
17437[[package]]
17438name = "zeroize_derive"
17439version = "1.4.2"
17440source = "registry+https://github.com/rust-lang/crates.io-index"
17441checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17442dependencies = [
17443 "proc-macro2",
17444 "quote",
17445 "syn 2.0.100",
17446]
17447
17448[[package]]
17449name = "zeromq"
17450version = "0.5.0-pre"
17451source = "registry+https://github.com/rust-lang/crates.io-index"
17452checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17453dependencies = [
17454 "async-dispatcher",
17455 "async-std",
17456 "async-trait",
17457 "asynchronous-codec",
17458 "bytes 1.10.1",
17459 "crossbeam-queue",
17460 "dashmap 5.5.3",
17461 "futures 0.3.31",
17462 "log",
17463 "num-traits",
17464 "once_cell",
17465 "parking_lot",
17466 "rand 0.8.5",
17467 "regex",
17468 "thiserror 1.0.69",
17469 "uuid",
17470]
17471
17472[[package]]
17473name = "zerovec"
17474version = "0.10.4"
17475source = "registry+https://github.com/rust-lang/crates.io-index"
17476checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17477dependencies = [
17478 "yoke",
17479 "zerofrom",
17480 "zerovec-derive",
17481]
17482
17483[[package]]
17484name = "zerovec-derive"
17485version = "0.10.3"
17486source = "registry+https://github.com/rust-lang/crates.io-index"
17487checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17488dependencies = [
17489 "proc-macro2",
17490 "quote",
17491 "syn 2.0.100",
17492]
17493
17494[[package]]
17495name = "zeta"
17496version = "0.1.0"
17497dependencies = [
17498 "anyhow",
17499 "arrayvec",
17500 "call",
17501 "chrono",
17502 "client",
17503 "clock",
17504 "collections",
17505 "command_palette_hooks",
17506 "ctor",
17507 "db",
17508 "editor",
17509 "env_logger 0.11.7",
17510 "feature_flags",
17511 "fs",
17512 "futures 0.3.31",
17513 "gpui",
17514 "http_client",
17515 "indoc",
17516 "inline_completion",
17517 "language",
17518 "language_model",
17519 "log",
17520 "menu",
17521 "migrator",
17522 "paths",
17523 "postage",
17524 "project",
17525 "regex",
17526 "release_channel",
17527 "reqwest_client",
17528 "rpc",
17529 "serde",
17530 "serde_json",
17531 "settings",
17532 "telemetry",
17533 "telemetry_events",
17534 "theme",
17535 "thiserror 1.0.69",
17536 "tree-sitter-go",
17537 "tree-sitter-rust",
17538 "ui",
17539 "unindent",
17540 "util",
17541 "uuid",
17542 "workspace",
17543 "worktree",
17544 "zed_actions",
17545 "zed_llm_client",
17546]
17547
17548[[package]]
17549name = "zip"
17550version = "0.6.6"
17551source = "registry+https://github.com/rust-lang/crates.io-index"
17552checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17553dependencies = [
17554 "aes",
17555 "byteorder",
17556 "bzip2",
17557 "constant_time_eq 0.1.5",
17558 "crc32fast",
17559 "crossbeam-utils",
17560 "flate2",
17561 "hmac",
17562 "pbkdf2 0.11.0",
17563 "sha1",
17564 "time",
17565 "zstd",
17566]
17567
17568[[package]]
17569name = "zstd"
17570version = "0.11.2+zstd.1.5.2"
17571source = "registry+https://github.com/rust-lang/crates.io-index"
17572checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17573dependencies = [
17574 "zstd-safe",
17575]
17576
17577[[package]]
17578name = "zstd-safe"
17579version = "5.0.2+zstd.1.5.2"
17580source = "registry+https://github.com/rust-lang/crates.io-index"
17581checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17582dependencies = [
17583 "libc",
17584 "zstd-sys",
17585]
17586
17587[[package]]
17588name = "zstd-sys"
17589version = "2.0.13+zstd.1.5.6"
17590source = "registry+https://github.com/rust-lang/crates.io-index"
17591checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17592dependencies = [
17593 "cc",
17594 "pkg-config",
17595]
17596
17597[[package]]
17598name = "zune-core"
17599version = "0.4.12"
17600source = "registry+https://github.com/rust-lang/crates.io-index"
17601checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17602
17603[[package]]
17604name = "zune-inflate"
17605version = "0.2.54"
17606source = "registry+https://github.com/rust-lang/crates.io-index"
17607checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17608dependencies = [
17609 "simd-adler32",
17610]
17611
17612[[package]]
17613name = "zune-jpeg"
17614version = "0.4.13"
17615source = "registry+https://github.com/rust-lang/crates.io-index"
17616checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17617dependencies = [
17618 "zune-core",
17619]
17620
17621[[package]]
17622name = "zvariant"
17623version = "5.4.0"
17624source = "registry+https://github.com/rust-lang/crates.io-index"
17625checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17626dependencies = [
17627 "endi",
17628 "enumflags2",
17629 "serde",
17630 "static_assertions",
17631 "url",
17632 "winnow 0.7.1",
17633 "zvariant_derive",
17634 "zvariant_utils",
17635]
17636
17637[[package]]
17638name = "zvariant_derive"
17639version = "5.4.0"
17640source = "registry+https://github.com/rust-lang/crates.io-index"
17641checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17642dependencies = [
17643 "proc-macro-crate",
17644 "proc-macro2",
17645 "quote",
17646 "syn 2.0.100",
17647 "zvariant_utils",
17648]
17649
17650[[package]]
17651name = "zvariant_utils"
17652version = "3.2.0"
17653source = "registry+https://github.com/rust-lang/crates.io-index"
17654checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17655dependencies = [
17656 "proc-macro2",
17657 "quote",
17658 "serde",
17659 "static_assertions",
17660 "syn 2.0.100",
17661 "winnow 0.7.1",
17662]