1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension_host",
13 "futures 0.3.31",
14 "gpui",
15 "language",
16 "lsp",
17 "project",
18 "smallvec",
19 "ui",
20 "util",
21 "workspace",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.24.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
29dependencies = [
30 "gimli 0.31.1",
31]
32
33[[package]]
34name = "adler2"
35version = "2.0.0"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
38
39[[package]]
40name = "aes"
41version = "0.8.4"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
44dependencies = [
45 "cfg-if",
46 "cipher",
47 "cpufeatures",
48 "zeroize",
49]
50
51[[package]]
52name = "ahash"
53version = "0.7.8"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
56dependencies = [
57 "getrandom 0.2.15",
58 "once_cell",
59 "version_check",
60]
61
62[[package]]
63name = "ahash"
64version = "0.8.11"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
67dependencies = [
68 "cfg-if",
69 "const-random",
70 "once_cell",
71 "version_check",
72 "zerocopy",
73]
74
75[[package]]
76name = "aho-corasick"
77version = "1.1.3"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
80dependencies = [
81 "memchr",
82]
83
84[[package]]
85name = "alacritty_terminal"
86version = "0.25.0-dev"
87source = "git+https://github.com/alacritty/alacritty.git?rev=5e78d20c709cb1ab8d44ca7a8702cc26d779227c#5e78d20c709cb1ab8d44ca7a8702cc26d779227c"
88dependencies = [
89 "base64 0.22.1",
90 "bitflags 2.8.0",
91 "home",
92 "libc",
93 "log",
94 "miow",
95 "parking_lot",
96 "piper",
97 "polling",
98 "regex-automata 0.4.9",
99 "rustix-openpty",
100 "serde",
101 "signal-hook",
102 "unicode-width",
103 "vte",
104 "windows-sys 0.59.0",
105]
106
107[[package]]
108name = "aliasable"
109version = "0.1.3"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
112
113[[package]]
114name = "aligned-vec"
115version = "0.5.0"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
118
119[[package]]
120name = "allocator-api2"
121version = "0.2.21"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
124
125[[package]]
126name = "alsa"
127version = "0.9.1"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
130dependencies = [
131 "alsa-sys",
132 "bitflags 2.8.0",
133 "cfg-if",
134 "libc",
135]
136
137[[package]]
138name = "alsa-sys"
139version = "0.3.1"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
142dependencies = [
143 "libc",
144 "pkg-config",
145]
146
147[[package]]
148name = "ambient-authority"
149version = "0.0.2"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
152
153[[package]]
154name = "ammonia"
155version = "4.0.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
158dependencies = [
159 "html5ever",
160 "maplit",
161 "once_cell",
162 "tendril",
163 "url",
164]
165
166[[package]]
167name = "android-tzdata"
168version = "0.1.1"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
171
172[[package]]
173name = "android_system_properties"
174version = "0.1.5"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
177dependencies = [
178 "libc",
179]
180
181[[package]]
182name = "anes"
183version = "0.1.6"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
186
187[[package]]
188name = "anstream"
189version = "0.6.18"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
192dependencies = [
193 "anstyle",
194 "anstyle-parse",
195 "anstyle-query",
196 "anstyle-wincon",
197 "colorchoice",
198 "is_terminal_polyfill",
199 "utf8parse",
200]
201
202[[package]]
203name = "anstyle"
204version = "1.0.10"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
207
208[[package]]
209name = "anstyle-parse"
210version = "0.2.6"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
213dependencies = [
214 "utf8parse",
215]
216
217[[package]]
218name = "anstyle-query"
219version = "1.1.2"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
222dependencies = [
223 "windows-sys 0.59.0",
224]
225
226[[package]]
227name = "anstyle-wincon"
228version = "3.0.6"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
231dependencies = [
232 "anstyle",
233 "windows-sys 0.59.0",
234]
235
236[[package]]
237name = "anthropic"
238version = "0.1.0"
239dependencies = [
240 "anyhow",
241 "chrono",
242 "futures 0.3.31",
243 "http_client",
244 "schemars",
245 "serde",
246 "serde_json",
247 "strum",
248 "thiserror 1.0.69",
249 "util",
250]
251
252[[package]]
253name = "any_vec"
254version = "0.14.0"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
257
258[[package]]
259name = "anyhow"
260version = "1.0.95"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
263
264[[package]]
265name = "approx"
266version = "0.5.1"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
269dependencies = [
270 "num-traits",
271]
272
273[[package]]
274name = "arbitrary"
275version = "1.4.1"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
278
279[[package]]
280name = "arg_enum_proc_macro"
281version = "0.3.4"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
284dependencies = [
285 "proc-macro2",
286 "quote",
287 "syn 2.0.90",
288]
289
290[[package]]
291name = "arraydeque"
292version = "0.5.1"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
295
296[[package]]
297name = "arrayref"
298version = "0.3.9"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
301
302[[package]]
303name = "arrayvec"
304version = "0.7.6"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
307dependencies = [
308 "serde",
309]
310
311[[package]]
312name = "as-raw-xcb-connection"
313version = "1.0.1"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
316
317[[package]]
318name = "ascii"
319version = "1.1.0"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
322
323[[package]]
324name = "ash"
325version = "0.38.0+1.3.281"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
328dependencies = [
329 "libloading",
330]
331
332[[package]]
333name = "ash-window"
334version = "0.13.0"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
337dependencies = [
338 "ash",
339 "raw-window-handle",
340 "raw-window-metal",
341]
342
343[[package]]
344name = "ashpd"
345version = "0.10.2"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "e9c39d707614dbcc6bed00015539f488d8e3fe3e66ed60961efc0c90f4b380b3"
348dependencies = [
349 "async-fs",
350 "async-net",
351 "enumflags2",
352 "futures-channel",
353 "futures-util",
354 "rand 0.8.5",
355 "serde",
356 "serde_repr",
357 "url",
358 "zbus 5.1.1",
359]
360
361[[package]]
362name = "assets"
363version = "0.1.0"
364dependencies = [
365 "anyhow",
366 "gpui",
367 "rust-embed",
368]
369
370[[package]]
371name = "assistant"
372version = "0.1.0"
373dependencies = [
374 "anyhow",
375 "assistant_settings",
376 "assistant_slash_command",
377 "assistant_slash_commands",
378 "assistant_tool",
379 "async-watch",
380 "chrono",
381 "client",
382 "clock",
383 "collections",
384 "command_palette_hooks",
385 "context_server",
386 "ctor",
387 "db",
388 "editor",
389 "env_logger 0.11.6",
390 "feature_flags",
391 "fs",
392 "futures 0.3.31",
393 "fuzzy",
394 "gpui",
395 "indexed_docs",
396 "indoc",
397 "language",
398 "language_model",
399 "language_model_selector",
400 "language_models",
401 "languages",
402 "log",
403 "lsp",
404 "menu",
405 "multi_buffer",
406 "open_ai",
407 "parking_lot",
408 "paths",
409 "picker",
410 "pretty_assertions",
411 "project",
412 "prompt_library",
413 "proto",
414 "rand 0.8.5",
415 "regex",
416 "rope",
417 "rpc",
418 "schemars",
419 "search",
420 "semantic_index",
421 "serde",
422 "serde_json",
423 "serde_json_lenient",
424 "settings",
425 "similar",
426 "smallvec",
427 "smol",
428 "streaming_diff",
429 "strum",
430 "telemetry",
431 "telemetry_events",
432 "terminal",
433 "terminal_view",
434 "text",
435 "theme",
436 "tree-sitter-md",
437 "ui",
438 "unindent",
439 "util",
440 "uuid",
441 "workspace",
442 "zed_actions",
443]
444
445[[package]]
446name = "assistant2"
447version = "0.1.0"
448dependencies = [
449 "anyhow",
450 "assistant_settings",
451 "assistant_tool",
452 "async-watch",
453 "chrono",
454 "client",
455 "clock",
456 "collections",
457 "command_palette_hooks",
458 "context_server",
459 "db",
460 "editor",
461 "feature_flags",
462 "file_icons",
463 "fs",
464 "futures 0.3.31",
465 "fuzzy",
466 "gpui",
467 "html_to_markdown",
468 "http_client",
469 "indoc",
470 "itertools 0.14.0",
471 "language",
472 "language_model",
473 "language_model_selector",
474 "language_models",
475 "log",
476 "lsp",
477 "markdown",
478 "menu",
479 "multi_buffer",
480 "parking_lot",
481 "picker",
482 "project",
483 "prompt_library",
484 "proto",
485 "rand 0.8.5",
486 "rope",
487 "serde",
488 "serde_json",
489 "settings",
490 "similar",
491 "smol",
492 "streaming_diff",
493 "telemetry_events",
494 "terminal",
495 "terminal_view",
496 "text",
497 "theme",
498 "time",
499 "time_format",
500 "ui",
501 "unindent",
502 "util",
503 "uuid",
504 "workspace",
505 "zed_actions",
506]
507
508[[package]]
509name = "assistant_settings"
510version = "0.1.0"
511dependencies = [
512 "anthropic",
513 "anyhow",
514 "feature_flags",
515 "fs",
516 "gpui",
517 "language_model",
518 "lmstudio",
519 "log",
520 "ollama",
521 "open_ai",
522 "paths",
523 "schemars",
524 "serde",
525 "serde_json_lenient",
526 "settings",
527]
528
529[[package]]
530name = "assistant_slash_command"
531version = "0.1.0"
532dependencies = [
533 "anyhow",
534 "async-trait",
535 "collections",
536 "derive_more",
537 "extension",
538 "futures 0.3.31",
539 "gpui",
540 "language",
541 "language_model",
542 "parking_lot",
543 "pretty_assertions",
544 "serde",
545 "serde_json",
546 "ui",
547 "workspace",
548]
549
550[[package]]
551name = "assistant_slash_commands"
552version = "0.1.0"
553dependencies = [
554 "anyhow",
555 "assistant_slash_command",
556 "cargo_toml",
557 "chrono",
558 "collections",
559 "context_server",
560 "editor",
561 "env_logger 0.11.6",
562 "feature_flags",
563 "fs",
564 "futures 0.3.31",
565 "fuzzy",
566 "globset",
567 "gpui",
568 "html_to_markdown",
569 "http_client",
570 "indexed_docs",
571 "language",
572 "language_model",
573 "log",
574 "pretty_assertions",
575 "project",
576 "prompt_library",
577 "rope",
578 "schemars",
579 "semantic_index",
580 "serde",
581 "serde_json",
582 "settings",
583 "smol",
584 "terminal_view",
585 "text",
586 "toml 0.8.19",
587 "ui",
588 "util",
589 "workspace",
590]
591
592[[package]]
593name = "assistant_tool"
594version = "0.1.0"
595dependencies = [
596 "anyhow",
597 "collections",
598 "derive_more",
599 "gpui",
600 "parking_lot",
601 "serde",
602 "serde_json",
603 "workspace",
604]
605
606[[package]]
607name = "assistant_tools"
608version = "0.1.0"
609dependencies = [
610 "anyhow",
611 "assistant_tool",
612 "chrono",
613 "gpui",
614 "schemars",
615 "serde",
616 "serde_json",
617 "workspace",
618]
619
620[[package]]
621name = "async-attributes"
622version = "1.1.2"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
625dependencies = [
626 "quote",
627 "syn 1.0.109",
628]
629
630[[package]]
631name = "async-broadcast"
632version = "0.7.2"
633source = "registry+https://github.com/rust-lang/crates.io-index"
634checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
635dependencies = [
636 "event-listener 5.3.1",
637 "event-listener-strategy",
638 "futures-core",
639 "pin-project-lite",
640]
641
642[[package]]
643name = "async-channel"
644version = "1.9.0"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
647dependencies = [
648 "concurrent-queue",
649 "event-listener 2.5.3",
650 "futures-core",
651]
652
653[[package]]
654name = "async-channel"
655version = "2.3.1"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
658dependencies = [
659 "concurrent-queue",
660 "event-listener-strategy",
661 "futures-core",
662 "pin-project-lite",
663]
664
665[[package]]
666name = "async-compat"
667version = "0.2.4"
668source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
670dependencies = [
671 "futures-core",
672 "futures-io",
673 "once_cell",
674 "pin-project-lite",
675 "tokio",
676]
677
678[[package]]
679name = "async-compression"
680version = "0.4.18"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
683dependencies = [
684 "deflate64",
685 "flate2",
686 "futures-core",
687 "futures-io",
688 "memchr",
689 "pin-project-lite",
690]
691
692[[package]]
693name = "async-dispatcher"
694version = "0.1.2"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
697dependencies = [
698 "async-task",
699 "futures-lite 1.13.0",
700]
701
702[[package]]
703name = "async-executor"
704version = "1.13.1"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
707dependencies = [
708 "async-task",
709 "concurrent-queue",
710 "fastrand 2.3.0",
711 "futures-lite 2.5.0",
712 "slab",
713]
714
715[[package]]
716name = "async-fs"
717version = "2.1.2"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
720dependencies = [
721 "async-lock",
722 "blocking",
723 "futures-lite 2.5.0",
724]
725
726[[package]]
727name = "async-global-executor"
728version = "2.4.1"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
731dependencies = [
732 "async-channel 2.3.1",
733 "async-executor",
734 "async-io",
735 "async-lock",
736 "blocking",
737 "futures-lite 2.5.0",
738 "once_cell",
739]
740
741[[package]]
742name = "async-io"
743version = "2.4.0"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
746dependencies = [
747 "async-lock",
748 "cfg-if",
749 "concurrent-queue",
750 "futures-io",
751 "futures-lite 2.5.0",
752 "parking",
753 "polling",
754 "rustix",
755 "slab",
756 "tracing",
757 "windows-sys 0.59.0",
758]
759
760[[package]]
761name = "async-lock"
762version = "3.4.0"
763source = "registry+https://github.com/rust-lang/crates.io-index"
764checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
765dependencies = [
766 "event-listener 5.3.1",
767 "event-listener-strategy",
768 "pin-project-lite",
769]
770
771[[package]]
772name = "async-native-tls"
773version = "0.5.0"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
776dependencies = [
777 "futures-util",
778 "native-tls",
779 "thiserror 1.0.69",
780 "url",
781]
782
783[[package]]
784name = "async-net"
785version = "2.0.0"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
788dependencies = [
789 "async-io",
790 "blocking",
791 "futures-lite 2.5.0",
792]
793
794[[package]]
795name = "async-pipe"
796version = "0.1.3"
797source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
798dependencies = [
799 "futures 0.3.31",
800 "log",
801]
802
803[[package]]
804name = "async-process"
805version = "2.3.0"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
808dependencies = [
809 "async-channel 2.3.1",
810 "async-io",
811 "async-lock",
812 "async-signal",
813 "async-task",
814 "blocking",
815 "cfg-if",
816 "event-listener 5.3.1",
817 "futures-lite 2.5.0",
818 "rustix",
819 "tracing",
820]
821
822[[package]]
823name = "async-recursion"
824version = "0.3.2"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
827dependencies = [
828 "proc-macro2",
829 "quote",
830 "syn 1.0.109",
831]
832
833[[package]]
834name = "async-recursion"
835version = "1.1.1"
836source = "registry+https://github.com/rust-lang/crates.io-index"
837checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
838dependencies = [
839 "proc-macro2",
840 "quote",
841 "syn 2.0.90",
842]
843
844[[package]]
845name = "async-signal"
846version = "0.2.10"
847source = "registry+https://github.com/rust-lang/crates.io-index"
848checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
849dependencies = [
850 "async-io",
851 "async-lock",
852 "atomic-waker",
853 "cfg-if",
854 "futures-core",
855 "futures-io",
856 "rustix",
857 "signal-hook-registry",
858 "slab",
859 "windows-sys 0.59.0",
860]
861
862[[package]]
863name = "async-std"
864version = "1.13.0"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
867dependencies = [
868 "async-attributes",
869 "async-channel 1.9.0",
870 "async-global-executor",
871 "async-io",
872 "async-lock",
873 "async-process",
874 "crossbeam-utils",
875 "futures-channel",
876 "futures-core",
877 "futures-io",
878 "futures-lite 2.5.0",
879 "gloo-timers",
880 "kv-log-macro",
881 "log",
882 "memchr",
883 "once_cell",
884 "pin-project-lite",
885 "pin-utils",
886 "slab",
887 "wasm-bindgen-futures",
888]
889
890[[package]]
891name = "async-stream"
892version = "0.3.6"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
895dependencies = [
896 "async-stream-impl",
897 "futures-core",
898 "pin-project-lite",
899]
900
901[[package]]
902name = "async-stream-impl"
903version = "0.3.6"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
906dependencies = [
907 "proc-macro2",
908 "quote",
909 "syn 2.0.90",
910]
911
912[[package]]
913name = "async-stripe"
914version = "0.40.0"
915source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
916dependencies = [
917 "chrono",
918 "futures-util",
919 "http-types",
920 "hyper 0.14.32",
921 "hyper-rustls 0.24.2",
922 "serde",
923 "serde_json",
924 "serde_path_to_error",
925 "serde_qs 0.10.1",
926 "smart-default",
927 "smol_str",
928 "thiserror 1.0.69",
929 "tokio",
930]
931
932[[package]]
933name = "async-tar"
934version = "0.5.0"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
937dependencies = [
938 "async-std",
939 "filetime",
940 "libc",
941 "pin-project",
942 "redox_syscall 0.2.16",
943 "xattr",
944]
945
946[[package]]
947name = "async-task"
948version = "4.7.1"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
951
952[[package]]
953name = "async-tls"
954version = "0.13.0"
955source = "registry+https://github.com/rust-lang/crates.io-index"
956checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e"
957dependencies = [
958 "futures-core",
959 "futures-io",
960 "rustls 0.21.12",
961 "rustls-pemfile 1.0.4",
962 "webpki-roots 0.22.6",
963]
964
965[[package]]
966name = "async-trait"
967version = "0.1.85"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
970dependencies = [
971 "proc-macro2",
972 "quote",
973 "syn 2.0.90",
974]
975
976[[package]]
977name = "async-tungstenite"
978version = "0.25.1"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589"
981dependencies = [
982 "async-native-tls",
983 "async-std",
984 "async-tls",
985 "futures-io",
986 "futures-util",
987 "log",
988 "pin-project-lite",
989 "tungstenite 0.21.0",
990]
991
992[[package]]
993name = "async-tungstenite"
994version = "0.28.2"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
997dependencies = [
998 "async-std",
999 "async-tls",
1000 "atomic-waker",
1001 "futures-core",
1002 "futures-io",
1003 "futures-task",
1004 "futures-util",
1005 "log",
1006 "pin-project-lite",
1007 "tungstenite 0.24.0",
1008]
1009
1010[[package]]
1011name = "async-watch"
1012version = "0.3.1"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1015dependencies = [
1016 "event-listener 2.5.3",
1017]
1018
1019[[package]]
1020name = "async_zip"
1021version = "0.0.17"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1024dependencies = [
1025 "async-compression",
1026 "crc32fast",
1027 "futures-lite 2.5.0",
1028 "pin-project",
1029 "thiserror 1.0.69",
1030]
1031
1032[[package]]
1033name = "asynchronous-codec"
1034version = "0.7.0"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1037dependencies = [
1038 "bytes 1.9.0",
1039 "futures-sink",
1040 "futures-util",
1041 "memchr",
1042 "pin-project-lite",
1043]
1044
1045[[package]]
1046name = "atoi"
1047version = "2.0.0"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1050dependencies = [
1051 "num-traits",
1052]
1053
1054[[package]]
1055name = "atomic"
1056version = "0.5.3"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1059
1060[[package]]
1061name = "atomic-waker"
1062version = "1.1.2"
1063source = "registry+https://github.com/rust-lang/crates.io-index"
1064checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1065
1066[[package]]
1067name = "audio"
1068version = "0.1.0"
1069dependencies = [
1070 "anyhow",
1071 "collections",
1072 "derive_more",
1073 "gpui",
1074 "parking_lot",
1075 "rodio",
1076 "util",
1077]
1078
1079[[package]]
1080name = "auto_update"
1081version = "0.1.0"
1082dependencies = [
1083 "anyhow",
1084 "client",
1085 "db",
1086 "gpui",
1087 "http_client",
1088 "log",
1089 "paths",
1090 "release_channel",
1091 "schemars",
1092 "serde",
1093 "serde_json",
1094 "settings",
1095 "smol",
1096 "tempfile",
1097 "which 6.0.3",
1098 "workspace",
1099]
1100
1101[[package]]
1102name = "auto_update_ui"
1103version = "0.1.0"
1104dependencies = [
1105 "anyhow",
1106 "auto_update",
1107 "client",
1108 "editor",
1109 "gpui",
1110 "http_client",
1111 "markdown_preview",
1112 "menu",
1113 "release_channel",
1114 "serde",
1115 "serde_json",
1116 "smol",
1117 "util",
1118 "workspace",
1119]
1120
1121[[package]]
1122name = "autocfg"
1123version = "1.4.0"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1126
1127[[package]]
1128name = "av1-grain"
1129version = "0.2.3"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1132dependencies = [
1133 "anyhow",
1134 "arrayvec",
1135 "log",
1136 "nom",
1137 "num-rational",
1138 "v_frame",
1139]
1140
1141[[package]]
1142name = "avif-serialize"
1143version = "0.8.2"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1146dependencies = [
1147 "arrayvec",
1148]
1149
1150[[package]]
1151name = "aws-config"
1152version = "1.5.14"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "9f40e82e858e02445402906e454a73e244c7f501fcae198977585946c48e8697"
1155dependencies = [
1156 "aws-credential-types",
1157 "aws-runtime",
1158 "aws-sdk-sso",
1159 "aws-sdk-ssooidc",
1160 "aws-sdk-sts",
1161 "aws-smithy-async",
1162 "aws-smithy-http",
1163 "aws-smithy-json",
1164 "aws-smithy-runtime",
1165 "aws-smithy-runtime-api",
1166 "aws-smithy-types",
1167 "aws-types",
1168 "bytes 1.9.0",
1169 "fastrand 2.3.0",
1170 "hex",
1171 "http 0.2.12",
1172 "ring",
1173 "time",
1174 "tokio",
1175 "tracing",
1176 "url",
1177 "zeroize",
1178]
1179
1180[[package]]
1181name = "aws-credential-types"
1182version = "1.2.1"
1183source = "registry+https://github.com/rust-lang/crates.io-index"
1184checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1185dependencies = [
1186 "aws-smithy-async",
1187 "aws-smithy-runtime-api",
1188 "aws-smithy-types",
1189 "zeroize",
1190]
1191
1192[[package]]
1193name = "aws-runtime"
1194version = "1.5.4"
1195source = "registry+https://github.com/rust-lang/crates.io-index"
1196checksum = "bee7643696e7fdd74c10f9eb42848a87fe469d35eae9c3323f80aa98f350baac"
1197dependencies = [
1198 "aws-credential-types",
1199 "aws-sigv4",
1200 "aws-smithy-async",
1201 "aws-smithy-eventstream",
1202 "aws-smithy-http",
1203 "aws-smithy-runtime",
1204 "aws-smithy-runtime-api",
1205 "aws-smithy-types",
1206 "aws-types",
1207 "bytes 1.9.0",
1208 "fastrand 2.3.0",
1209 "http 0.2.12",
1210 "http-body 0.4.6",
1211 "once_cell",
1212 "percent-encoding",
1213 "pin-project-lite",
1214 "tracing",
1215 "uuid",
1216]
1217
1218[[package]]
1219name = "aws-sdk-kinesis"
1220version = "1.56.0"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "43d9c9144b6b00173d8f212a89d6bb252d48f88aeb2ae89c33c13b0a0fcd0ac9"
1223dependencies = [
1224 "aws-credential-types",
1225 "aws-runtime",
1226 "aws-smithy-async",
1227 "aws-smithy-http",
1228 "aws-smithy-json",
1229 "aws-smithy-runtime",
1230 "aws-smithy-runtime-api",
1231 "aws-smithy-types",
1232 "aws-types",
1233 "bytes 1.9.0",
1234 "http 0.2.12",
1235 "once_cell",
1236 "regex-lite",
1237 "tracing",
1238]
1239
1240[[package]]
1241name = "aws-sdk-s3"
1242version = "1.69.0"
1243source = "registry+https://github.com/rust-lang/crates.io-index"
1244checksum = "0a88f1c30e4ffa2464f910297c24736ff68cca9e8d2b7d52596b54efd99b9c1e"
1245dependencies = [
1246 "aws-credential-types",
1247 "aws-runtime",
1248 "aws-sigv4",
1249 "aws-smithy-async",
1250 "aws-smithy-checksums",
1251 "aws-smithy-eventstream",
1252 "aws-smithy-http",
1253 "aws-smithy-json",
1254 "aws-smithy-runtime",
1255 "aws-smithy-runtime-api",
1256 "aws-smithy-types",
1257 "aws-smithy-xml",
1258 "aws-types",
1259 "bytes 1.9.0",
1260 "fastrand 2.3.0",
1261 "hex",
1262 "hmac",
1263 "http 0.2.12",
1264 "http-body 0.4.6",
1265 "lru",
1266 "once_cell",
1267 "percent-encoding",
1268 "regex-lite",
1269 "sha2",
1270 "tracing",
1271 "url",
1272]
1273
1274[[package]]
1275name = "aws-sdk-sso"
1276version = "1.54.0"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "921a13ed6aabe2d1258f65ef7804946255c799224440774c30e1a2c65cdf983a"
1279dependencies = [
1280 "aws-credential-types",
1281 "aws-runtime",
1282 "aws-smithy-async",
1283 "aws-smithy-http",
1284 "aws-smithy-json",
1285 "aws-smithy-runtime",
1286 "aws-smithy-runtime-api",
1287 "aws-smithy-types",
1288 "aws-types",
1289 "bytes 1.9.0",
1290 "http 0.2.12",
1291 "once_cell",
1292 "regex-lite",
1293 "tracing",
1294]
1295
1296[[package]]
1297name = "aws-sdk-ssooidc"
1298version = "1.55.0"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "196c952738b05dfc917d82a3e9b5ba850822a6d6a86d677afda2a156cc172ceb"
1301dependencies = [
1302 "aws-credential-types",
1303 "aws-runtime",
1304 "aws-smithy-async",
1305 "aws-smithy-http",
1306 "aws-smithy-json",
1307 "aws-smithy-runtime",
1308 "aws-smithy-runtime-api",
1309 "aws-smithy-types",
1310 "aws-types",
1311 "bytes 1.9.0",
1312 "http 0.2.12",
1313 "once_cell",
1314 "regex-lite",
1315 "tracing",
1316]
1317
1318[[package]]
1319name = "aws-sdk-sts"
1320version = "1.55.0"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "33ef5b73a927ed80b44096f8c20fb4abae65469af15198367e179ae267256e9d"
1323dependencies = [
1324 "aws-credential-types",
1325 "aws-runtime",
1326 "aws-smithy-async",
1327 "aws-smithy-http",
1328 "aws-smithy-json",
1329 "aws-smithy-query",
1330 "aws-smithy-runtime",
1331 "aws-smithy-runtime-api",
1332 "aws-smithy-types",
1333 "aws-smithy-xml",
1334 "aws-types",
1335 "http 0.2.12",
1336 "once_cell",
1337 "regex-lite",
1338 "tracing",
1339]
1340
1341[[package]]
1342name = "aws-sigv4"
1343version = "1.2.7"
1344source = "registry+https://github.com/rust-lang/crates.io-index"
1345checksum = "690118821e46967b3c4501d67d7d52dd75106a9c54cf36cefa1985cedbe94e05"
1346dependencies = [
1347 "aws-credential-types",
1348 "aws-smithy-eventstream",
1349 "aws-smithy-http",
1350 "aws-smithy-runtime-api",
1351 "aws-smithy-types",
1352 "bytes 1.9.0",
1353 "crypto-bigint 0.5.5",
1354 "form_urlencoded",
1355 "hex",
1356 "hmac",
1357 "http 0.2.12",
1358 "http 1.2.0",
1359 "once_cell",
1360 "p256",
1361 "percent-encoding",
1362 "ring",
1363 "sha2",
1364 "subtle",
1365 "time",
1366 "tracing",
1367 "zeroize",
1368]
1369
1370[[package]]
1371name = "aws-smithy-async"
1372version = "1.2.4"
1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
1375dependencies = [
1376 "futures-util",
1377 "pin-project-lite",
1378 "tokio",
1379]
1380
1381[[package]]
1382name = "aws-smithy-checksums"
1383version = "0.62.0"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
1386dependencies = [
1387 "aws-smithy-http",
1388 "aws-smithy-types",
1389 "bytes 1.9.0",
1390 "crc32c",
1391 "crc32fast",
1392 "crc64fast-nvme",
1393 "hex",
1394 "http 0.2.12",
1395 "http-body 0.4.6",
1396 "md-5",
1397 "pin-project-lite",
1398 "sha1",
1399 "sha2",
1400 "tracing",
1401]
1402
1403[[package]]
1404name = "aws-smithy-eventstream"
1405version = "0.60.6"
1406source = "registry+https://github.com/rust-lang/crates.io-index"
1407checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
1408dependencies = [
1409 "aws-smithy-types",
1410 "bytes 1.9.0",
1411 "crc32fast",
1412]
1413
1414[[package]]
1415name = "aws-smithy-http"
1416version = "0.60.12"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
1419dependencies = [
1420 "aws-smithy-eventstream",
1421 "aws-smithy-runtime-api",
1422 "aws-smithy-types",
1423 "bytes 1.9.0",
1424 "bytes-utils",
1425 "futures-core",
1426 "http 0.2.12",
1427 "http-body 0.4.6",
1428 "once_cell",
1429 "percent-encoding",
1430 "pin-project-lite",
1431 "pin-utils",
1432 "tracing",
1433]
1434
1435[[package]]
1436name = "aws-smithy-json"
1437version = "0.61.2"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
1440dependencies = [
1441 "aws-smithy-types",
1442]
1443
1444[[package]]
1445name = "aws-smithy-query"
1446version = "0.60.7"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1449dependencies = [
1450 "aws-smithy-types",
1451 "urlencoding",
1452]
1453
1454[[package]]
1455name = "aws-smithy-runtime"
1456version = "1.7.7"
1457source = "registry+https://github.com/rust-lang/crates.io-index"
1458checksum = "865f7050bbc7107a6c98a397a9fcd9413690c27fa718446967cf03b2d3ac517e"
1459dependencies = [
1460 "aws-smithy-async",
1461 "aws-smithy-http",
1462 "aws-smithy-runtime-api",
1463 "aws-smithy-types",
1464 "bytes 1.9.0",
1465 "fastrand 2.3.0",
1466 "h2 0.3.26",
1467 "http 0.2.12",
1468 "http-body 0.4.6",
1469 "http-body 1.0.1",
1470 "httparse",
1471 "hyper 0.14.32",
1472 "hyper-rustls 0.24.2",
1473 "once_cell",
1474 "pin-project-lite",
1475 "pin-utils",
1476 "rustls 0.21.12",
1477 "tokio",
1478 "tracing",
1479]
1480
1481[[package]]
1482name = "aws-smithy-runtime-api"
1483version = "1.7.3"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1486dependencies = [
1487 "aws-smithy-async",
1488 "aws-smithy-types",
1489 "bytes 1.9.0",
1490 "http 0.2.12",
1491 "http 1.2.0",
1492 "pin-project-lite",
1493 "tokio",
1494 "tracing",
1495 "zeroize",
1496]
1497
1498[[package]]
1499name = "aws-smithy-types"
1500version = "1.2.12"
1501source = "registry+https://github.com/rust-lang/crates.io-index"
1502checksum = "a28f6feb647fb5e0d5b50f0472c19a7db9462b74e2fec01bb0b44eedcc834e97"
1503dependencies = [
1504 "base64-simd",
1505 "bytes 1.9.0",
1506 "bytes-utils",
1507 "futures-core",
1508 "http 0.2.12",
1509 "http 1.2.0",
1510 "http-body 0.4.6",
1511 "http-body 1.0.1",
1512 "http-body-util",
1513 "itoa",
1514 "num-integer",
1515 "pin-project-lite",
1516 "pin-utils",
1517 "ryu",
1518 "serde",
1519 "time",
1520 "tokio",
1521 "tokio-util",
1522]
1523
1524[[package]]
1525name = "aws-smithy-xml"
1526version = "0.60.9"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1529dependencies = [
1530 "xmlparser",
1531]
1532
1533[[package]]
1534name = "aws-types"
1535version = "1.3.4"
1536source = "registry+https://github.com/rust-lang/crates.io-index"
1537checksum = "b0df5a18c4f951c645300d365fec53a61418bcf4650f604f85fe2a665bfaa0c2"
1538dependencies = [
1539 "aws-credential-types",
1540 "aws-smithy-async",
1541 "aws-smithy-runtime-api",
1542 "aws-smithy-types",
1543 "rustc_version",
1544 "tracing",
1545]
1546
1547[[package]]
1548name = "axum"
1549version = "0.6.20"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1552dependencies = [
1553 "async-trait",
1554 "axum-core",
1555 "base64 0.21.7",
1556 "bitflags 1.3.2",
1557 "bytes 1.9.0",
1558 "futures-util",
1559 "headers",
1560 "http 0.2.12",
1561 "http-body 0.4.6",
1562 "hyper 0.14.32",
1563 "itoa",
1564 "matchit",
1565 "memchr",
1566 "mime",
1567 "percent-encoding",
1568 "pin-project-lite",
1569 "rustversion",
1570 "serde",
1571 "serde_json",
1572 "serde_path_to_error",
1573 "serde_urlencoded",
1574 "sha1",
1575 "sync_wrapper 0.1.2",
1576 "tokio",
1577 "tokio-tungstenite 0.20.1",
1578 "tower",
1579 "tower-layer",
1580 "tower-service",
1581]
1582
1583[[package]]
1584name = "axum-core"
1585version = "0.3.4"
1586source = "registry+https://github.com/rust-lang/crates.io-index"
1587checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1588dependencies = [
1589 "async-trait",
1590 "bytes 1.9.0",
1591 "futures-util",
1592 "http 0.2.12",
1593 "http-body 0.4.6",
1594 "mime",
1595 "rustversion",
1596 "tower-layer",
1597 "tower-service",
1598]
1599
1600[[package]]
1601name = "axum-extra"
1602version = "0.4.2"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1605dependencies = [
1606 "axum",
1607 "bytes 1.9.0",
1608 "futures-util",
1609 "http 0.2.12",
1610 "mime",
1611 "pin-project-lite",
1612 "serde",
1613 "serde_json",
1614 "tokio",
1615 "tower",
1616 "tower-http 0.3.5",
1617 "tower-layer",
1618 "tower-service",
1619]
1620
1621[[package]]
1622name = "backtrace"
1623version = "0.3.74"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1626dependencies = [
1627 "addr2line",
1628 "cfg-if",
1629 "libc",
1630 "miniz_oxide",
1631 "object",
1632 "rustc-demangle",
1633 "windows-targets 0.52.6",
1634]
1635
1636[[package]]
1637name = "base16ct"
1638version = "0.1.1"
1639source = "registry+https://github.com/rust-lang/crates.io-index"
1640checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1641
1642[[package]]
1643name = "base64"
1644version = "0.13.1"
1645source = "registry+https://github.com/rust-lang/crates.io-index"
1646checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1647
1648[[package]]
1649name = "base64"
1650version = "0.21.7"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1653
1654[[package]]
1655name = "base64"
1656version = "0.22.1"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1659
1660[[package]]
1661name = "base64-simd"
1662version = "0.8.0"
1663source = "registry+https://github.com/rust-lang/crates.io-index"
1664checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1665dependencies = [
1666 "outref",
1667 "vsimd",
1668]
1669
1670[[package]]
1671name = "base64ct"
1672version = "1.6.0"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1675
1676[[package]]
1677name = "bigdecimal"
1678version = "0.4.7"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1681dependencies = [
1682 "autocfg",
1683 "libm",
1684 "num-bigint",
1685 "num-integer",
1686 "num-traits",
1687 "serde",
1688]
1689
1690[[package]]
1691name = "bincode"
1692version = "1.3.3"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1695dependencies = [
1696 "serde",
1697]
1698
1699[[package]]
1700name = "bindgen"
1701version = "0.70.1"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1704dependencies = [
1705 "bitflags 2.8.0",
1706 "cexpr",
1707 "clang-sys",
1708 "itertools 0.12.1",
1709 "log",
1710 "prettyplease",
1711 "proc-macro2",
1712 "quote",
1713 "regex",
1714 "rustc-hash 1.1.0",
1715 "shlex",
1716 "syn 2.0.90",
1717]
1718
1719[[package]]
1720name = "bit-set"
1721version = "0.5.3"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1724dependencies = [
1725 "bit-vec 0.6.3",
1726]
1727
1728[[package]]
1729name = "bit-set"
1730version = "0.8.0"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1733dependencies = [
1734 "bit-vec 0.8.0",
1735]
1736
1737[[package]]
1738name = "bit-vec"
1739version = "0.6.3"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1742
1743[[package]]
1744name = "bit-vec"
1745version = "0.8.0"
1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1748
1749[[package]]
1750name = "bit_field"
1751version = "0.10.2"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1754
1755[[package]]
1756name = "bitflags"
1757version = "1.3.2"
1758source = "registry+https://github.com/rust-lang/crates.io-index"
1759checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1760
1761[[package]]
1762name = "bitflags"
1763version = "2.8.0"
1764source = "registry+https://github.com/rust-lang/crates.io-index"
1765checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
1766dependencies = [
1767 "serde",
1768]
1769
1770[[package]]
1771name = "bitstream-io"
1772version = "2.6.0"
1773source = "registry+https://github.com/rust-lang/crates.io-index"
1774checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1775
1776[[package]]
1777name = "bitvec"
1778version = "1.0.1"
1779source = "registry+https://github.com/rust-lang/crates.io-index"
1780checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1781dependencies = [
1782 "funty",
1783 "radium",
1784 "tap",
1785 "wyz",
1786]
1787
1788[[package]]
1789name = "blade-graphics"
1790version = "0.6.0"
1791source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1792dependencies = [
1793 "ash",
1794 "ash-window",
1795 "bitflags 2.8.0",
1796 "bytemuck",
1797 "codespan-reporting",
1798 "glow",
1799 "gpu-alloc",
1800 "gpu-alloc-ash",
1801 "hidden-trait",
1802 "js-sys",
1803 "khronos-egl",
1804 "libloading",
1805 "log",
1806 "mint",
1807 "naga",
1808 "objc2",
1809 "objc2-app-kit",
1810 "objc2-foundation",
1811 "objc2-metal",
1812 "objc2-quartz-core",
1813 "objc2-ui-kit",
1814 "raw-window-handle",
1815 "slab",
1816 "wasm-bindgen",
1817 "web-sys",
1818]
1819
1820[[package]]
1821name = "blade-macros"
1822version = "0.3.0"
1823source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1824dependencies = [
1825 "proc-macro2",
1826 "quote",
1827 "syn 2.0.90",
1828]
1829
1830[[package]]
1831name = "blade-util"
1832version = "0.2.0"
1833source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1834dependencies = [
1835 "blade-graphics",
1836 "bytemuck",
1837 "log",
1838 "profiling",
1839]
1840
1841[[package]]
1842name = "blake3"
1843version = "1.5.5"
1844source = "registry+https://github.com/rust-lang/crates.io-index"
1845checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
1846dependencies = [
1847 "arrayref",
1848 "arrayvec",
1849 "cc",
1850 "cfg-if",
1851 "constant_time_eq 0.3.1",
1852]
1853
1854[[package]]
1855name = "block"
1856version = "0.1.6"
1857source = "registry+https://github.com/rust-lang/crates.io-index"
1858checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1859
1860[[package]]
1861name = "block-buffer"
1862version = "0.10.4"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1865dependencies = [
1866 "generic-array",
1867]
1868
1869[[package]]
1870name = "block-padding"
1871version = "0.3.3"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1874dependencies = [
1875 "generic-array",
1876]
1877
1878[[package]]
1879name = "block2"
1880version = "0.5.1"
1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
1883dependencies = [
1884 "objc2",
1885]
1886
1887[[package]]
1888name = "blocking"
1889version = "1.6.1"
1890source = "registry+https://github.com/rust-lang/crates.io-index"
1891checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1892dependencies = [
1893 "async-channel 2.3.1",
1894 "async-task",
1895 "futures-io",
1896 "futures-lite 2.5.0",
1897 "piper",
1898]
1899
1900[[package]]
1901name = "borsh"
1902version = "1.5.3"
1903source = "registry+https://github.com/rust-lang/crates.io-index"
1904checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
1905dependencies = [
1906 "borsh-derive",
1907 "cfg_aliases 0.2.1",
1908]
1909
1910[[package]]
1911name = "borsh-derive"
1912version = "1.5.3"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
1915dependencies = [
1916 "once_cell",
1917 "proc-macro-crate",
1918 "proc-macro2",
1919 "quote",
1920 "syn 2.0.90",
1921]
1922
1923[[package]]
1924name = "breadcrumbs"
1925version = "0.1.0"
1926dependencies = [
1927 "editor",
1928 "gpui",
1929 "itertools 0.14.0",
1930 "theme",
1931 "ui",
1932 "workspace",
1933 "zed_actions",
1934]
1935
1936[[package]]
1937name = "bstr"
1938version = "1.11.1"
1939source = "registry+https://github.com/rust-lang/crates.io-index"
1940checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
1941dependencies = [
1942 "memchr",
1943 "regex-automata 0.4.9",
1944 "serde",
1945]
1946
1947[[package]]
1948name = "built"
1949version = "0.7.5"
1950source = "registry+https://github.com/rust-lang/crates.io-index"
1951checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
1952
1953[[package]]
1954name = "bumpalo"
1955version = "3.16.0"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1958
1959[[package]]
1960name = "by_address"
1961version = "1.2.1"
1962source = "registry+https://github.com/rust-lang/crates.io-index"
1963checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1964
1965[[package]]
1966name = "bytecheck"
1967version = "0.6.12"
1968source = "registry+https://github.com/rust-lang/crates.io-index"
1969checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1970dependencies = [
1971 "bytecheck_derive",
1972 "ptr_meta",
1973 "simdutf8",
1974]
1975
1976[[package]]
1977name = "bytecheck_derive"
1978version = "0.6.12"
1979source = "registry+https://github.com/rust-lang/crates.io-index"
1980checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1981dependencies = [
1982 "proc-macro2",
1983 "quote",
1984 "syn 1.0.109",
1985]
1986
1987[[package]]
1988name = "bytemuck"
1989version = "1.21.0"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
1992dependencies = [
1993 "bytemuck_derive",
1994]
1995
1996[[package]]
1997name = "bytemuck_derive"
1998version = "1.8.0"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2001dependencies = [
2002 "proc-macro2",
2003 "quote",
2004 "syn 2.0.90",
2005]
2006
2007[[package]]
2008name = "byteorder"
2009version = "1.5.0"
2010source = "registry+https://github.com/rust-lang/crates.io-index"
2011checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2012
2013[[package]]
2014name = "byteorder-lite"
2015version = "0.1.0"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2018
2019[[package]]
2020name = "bytes"
2021version = "0.4.12"
2022source = "registry+https://github.com/rust-lang/crates.io-index"
2023checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2024dependencies = [
2025 "byteorder",
2026 "iovec",
2027]
2028
2029[[package]]
2030name = "bytes"
2031version = "1.9.0"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
2034
2035[[package]]
2036name = "bytes-utils"
2037version = "0.1.4"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2040dependencies = [
2041 "bytes 1.9.0",
2042 "either",
2043]
2044
2045[[package]]
2046name = "bzip2"
2047version = "0.4.4"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2050dependencies = [
2051 "bzip2-sys",
2052 "libc",
2053]
2054
2055[[package]]
2056name = "bzip2-sys"
2057version = "0.1.11+1.0.8"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2060dependencies = [
2061 "cc",
2062 "libc",
2063 "pkg-config",
2064]
2065
2066[[package]]
2067name = "call"
2068version = "0.1.0"
2069dependencies = [
2070 "anyhow",
2071 "audio",
2072 "client",
2073 "collections",
2074 "fs",
2075 "futures 0.3.31",
2076 "gpui",
2077 "http_client",
2078 "language",
2079 "livekit_client",
2080 "livekit_client_macos",
2081 "log",
2082 "postage",
2083 "project",
2084 "schemars",
2085 "serde",
2086 "serde_derive",
2087 "settings",
2088 "telemetry",
2089 "util",
2090]
2091
2092[[package]]
2093name = "calloop"
2094version = "0.13.0"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2097dependencies = [
2098 "bitflags 2.8.0",
2099 "log",
2100 "polling",
2101 "rustix",
2102 "slab",
2103 "thiserror 1.0.69",
2104]
2105
2106[[package]]
2107name = "calloop-wayland-source"
2108version = "0.3.0"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2111dependencies = [
2112 "calloop",
2113 "rustix",
2114 "wayland-backend",
2115 "wayland-client",
2116]
2117
2118[[package]]
2119name = "camino"
2120version = "1.1.9"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2123dependencies = [
2124 "serde",
2125]
2126
2127[[package]]
2128name = "cap-fs-ext"
2129version = "3.4.2"
2130source = "registry+https://github.com/rust-lang/crates.io-index"
2131checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2132dependencies = [
2133 "cap-primitives",
2134 "cap-std",
2135 "io-lifetimes",
2136 "windows-sys 0.59.0",
2137]
2138
2139[[package]]
2140name = "cap-net-ext"
2141version = "3.4.2"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2144dependencies = [
2145 "cap-primitives",
2146 "cap-std",
2147 "rustix",
2148 "smallvec",
2149]
2150
2151[[package]]
2152name = "cap-primitives"
2153version = "3.4.2"
2154source = "registry+https://github.com/rust-lang/crates.io-index"
2155checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2156dependencies = [
2157 "ambient-authority",
2158 "fs-set-times",
2159 "io-extras",
2160 "io-lifetimes",
2161 "ipnet",
2162 "maybe-owned",
2163 "rustix",
2164 "windows-sys 0.59.0",
2165 "winx",
2166]
2167
2168[[package]]
2169name = "cap-rand"
2170version = "3.4.2"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2173dependencies = [
2174 "ambient-authority",
2175 "rand 0.8.5",
2176]
2177
2178[[package]]
2179name = "cap-std"
2180version = "3.4.2"
2181source = "registry+https://github.com/rust-lang/crates.io-index"
2182checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2183dependencies = [
2184 "cap-primitives",
2185 "io-extras",
2186 "io-lifetimes",
2187 "rustix",
2188]
2189
2190[[package]]
2191name = "cap-time-ext"
2192version = "3.4.2"
2193source = "registry+https://github.com/rust-lang/crates.io-index"
2194checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2195dependencies = [
2196 "ambient-authority",
2197 "cap-primitives",
2198 "iana-time-zone",
2199 "once_cell",
2200 "rustix",
2201 "winx",
2202]
2203
2204[[package]]
2205name = "cargo-platform"
2206version = "0.1.9"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2209dependencies = [
2210 "serde",
2211]
2212
2213[[package]]
2214name = "cargo_metadata"
2215version = "0.19.1"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924"
2218dependencies = [
2219 "camino",
2220 "cargo-platform",
2221 "semver",
2222 "serde",
2223 "serde_json",
2224 "thiserror 2.0.6",
2225]
2226
2227[[package]]
2228name = "cargo_toml"
2229version = "0.21.0"
2230source = "registry+https://github.com/rust-lang/crates.io-index"
2231checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2232dependencies = [
2233 "serde",
2234 "toml 0.8.19",
2235]
2236
2237[[package]]
2238name = "cast"
2239version = "0.3.0"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2242
2243[[package]]
2244name = "cbc"
2245version = "0.1.2"
2246source = "registry+https://github.com/rust-lang/crates.io-index"
2247checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2248dependencies = [
2249 "cipher",
2250]
2251
2252[[package]]
2253name = "cbindgen"
2254version = "0.27.0"
2255source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2257dependencies = [
2258 "clap",
2259 "heck 0.4.1",
2260 "indexmap",
2261 "log",
2262 "proc-macro2",
2263 "quote",
2264 "serde",
2265 "serde_json",
2266 "syn 2.0.90",
2267 "tempfile",
2268 "toml 0.8.19",
2269]
2270
2271[[package]]
2272name = "cbindgen"
2273version = "0.28.0"
2274source = "registry+https://github.com/rust-lang/crates.io-index"
2275checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
2276dependencies = [
2277 "heck 0.4.1",
2278 "indexmap",
2279 "log",
2280 "proc-macro2",
2281 "quote",
2282 "serde",
2283 "serde_json",
2284 "syn 2.0.90",
2285 "tempfile",
2286 "toml 0.8.19",
2287]
2288
2289[[package]]
2290name = "cc"
2291version = "1.2.3"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
2293checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
2294dependencies = [
2295 "jobserver",
2296 "libc",
2297 "shlex",
2298]
2299
2300[[package]]
2301name = "cesu8"
2302version = "1.1.0"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2305
2306[[package]]
2307name = "cexpr"
2308version = "0.6.0"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2311dependencies = [
2312 "nom",
2313]
2314
2315[[package]]
2316name = "cfg-expr"
2317version = "0.15.8"
2318source = "registry+https://github.com/rust-lang/crates.io-index"
2319checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2320dependencies = [
2321 "smallvec",
2322 "target-lexicon",
2323]
2324
2325[[package]]
2326name = "cfg-if"
2327version = "1.0.0"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2330
2331[[package]]
2332name = "cfg_aliases"
2333version = "0.1.1"
2334source = "registry+https://github.com/rust-lang/crates.io-index"
2335checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2336
2337[[package]]
2338name = "cfg_aliases"
2339version = "0.2.1"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2342
2343[[package]]
2344name = "channel"
2345version = "0.1.0"
2346dependencies = [
2347 "anyhow",
2348 "client",
2349 "clock",
2350 "collections",
2351 "futures 0.3.31",
2352 "gpui",
2353 "http_client",
2354 "language",
2355 "log",
2356 "rand 0.8.5",
2357 "release_channel",
2358 "rpc",
2359 "settings",
2360 "sum_tree",
2361 "text",
2362 "time",
2363 "util",
2364]
2365
2366[[package]]
2367name = "chrono"
2368version = "0.4.39"
2369source = "registry+https://github.com/rust-lang/crates.io-index"
2370checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2371dependencies = [
2372 "android-tzdata",
2373 "iana-time-zone",
2374 "js-sys",
2375 "num-traits",
2376 "serde",
2377 "wasm-bindgen",
2378 "windows-targets 0.52.6",
2379]
2380
2381[[package]]
2382name = "chunked_transfer"
2383version = "1.5.0"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2386
2387[[package]]
2388name = "ciborium"
2389version = "0.2.2"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2392dependencies = [
2393 "ciborium-io",
2394 "ciborium-ll",
2395 "serde",
2396]
2397
2398[[package]]
2399name = "ciborium-io"
2400version = "0.2.2"
2401source = "registry+https://github.com/rust-lang/crates.io-index"
2402checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2403
2404[[package]]
2405name = "ciborium-ll"
2406version = "0.2.2"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2409dependencies = [
2410 "ciborium-io",
2411 "half",
2412]
2413
2414[[package]]
2415name = "cipher"
2416version = "0.4.4"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2419dependencies = [
2420 "crypto-common",
2421 "inout",
2422 "zeroize",
2423]
2424
2425[[package]]
2426name = "clang-sys"
2427version = "1.8.1"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2430dependencies = [
2431 "glob",
2432 "libc",
2433 "libloading",
2434]
2435
2436[[package]]
2437name = "clap"
2438version = "4.5.23"
2439source = "registry+https://github.com/rust-lang/crates.io-index"
2440checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
2441dependencies = [
2442 "clap_builder",
2443 "clap_derive",
2444]
2445
2446[[package]]
2447name = "clap_builder"
2448version = "4.5.23"
2449source = "registry+https://github.com/rust-lang/crates.io-index"
2450checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
2451dependencies = [
2452 "anstream",
2453 "anstyle",
2454 "clap_lex",
2455 "strsim",
2456 "terminal_size",
2457]
2458
2459[[package]]
2460name = "clap_complete"
2461version = "4.5.38"
2462source = "registry+https://github.com/rust-lang/crates.io-index"
2463checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2464dependencies = [
2465 "clap",
2466]
2467
2468[[package]]
2469name = "clap_derive"
2470version = "4.5.18"
2471source = "registry+https://github.com/rust-lang/crates.io-index"
2472checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2473dependencies = [
2474 "heck 0.5.0",
2475 "proc-macro2",
2476 "quote",
2477 "syn 2.0.90",
2478]
2479
2480[[package]]
2481name = "clap_lex"
2482version = "0.7.4"
2483source = "registry+https://github.com/rust-lang/crates.io-index"
2484checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2485
2486[[package]]
2487name = "cli"
2488version = "0.1.0"
2489dependencies = [
2490 "anyhow",
2491 "clap",
2492 "collections",
2493 "core-foundation 0.9.4",
2494 "core-services",
2495 "exec",
2496 "fork",
2497 "ipc-channel",
2498 "parking_lot",
2499 "paths",
2500 "plist",
2501 "release_channel",
2502 "serde",
2503 "tempfile",
2504 "util",
2505]
2506
2507[[package]]
2508name = "client"
2509version = "0.1.0"
2510dependencies = [
2511 "anyhow",
2512 "async-native-tls",
2513 "async-recursion 0.3.2",
2514 "async-tungstenite 0.28.2",
2515 "chrono",
2516 "clock",
2517 "cocoa 0.26.0",
2518 "collections",
2519 "feature_flags",
2520 "futures 0.3.31",
2521 "gpui",
2522 "http_client",
2523 "log",
2524 "parking_lot",
2525 "paths",
2526 "postage",
2527 "rand 0.8.5",
2528 "release_channel",
2529 "rpc",
2530 "rustls 0.21.12",
2531 "rustls-native-certs 0.8.1",
2532 "schemars",
2533 "serde",
2534 "serde_json",
2535 "settings",
2536 "sha2",
2537 "smol",
2538 "telemetry",
2539 "telemetry_events",
2540 "text",
2541 "thiserror 1.0.69",
2542 "time",
2543 "tiny_http",
2544 "tokio-socks",
2545 "url",
2546 "util",
2547 "windows 0.58.0",
2548 "worktree",
2549]
2550
2551[[package]]
2552name = "clock"
2553version = "0.1.0"
2554dependencies = [
2555 "parking_lot",
2556 "serde",
2557 "smallvec",
2558]
2559
2560[[package]]
2561name = "cobs"
2562version = "0.2.3"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2565
2566[[package]]
2567name = "cocoa"
2568version = "0.25.0"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2571dependencies = [
2572 "bitflags 1.3.2",
2573 "block",
2574 "cocoa-foundation 0.1.2",
2575 "core-foundation 0.9.4",
2576 "core-graphics 0.23.2",
2577 "foreign-types 0.5.0",
2578 "libc",
2579 "objc",
2580]
2581
2582[[package]]
2583name = "cocoa"
2584version = "0.26.0"
2585source = "registry+https://github.com/rust-lang/crates.io-index"
2586checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2587dependencies = [
2588 "bitflags 2.8.0",
2589 "block",
2590 "cocoa-foundation 0.2.0",
2591 "core-foundation 0.10.0",
2592 "core-graphics 0.24.0",
2593 "foreign-types 0.5.0",
2594 "libc",
2595 "objc",
2596]
2597
2598[[package]]
2599name = "cocoa-foundation"
2600version = "0.1.2"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2603dependencies = [
2604 "bitflags 1.3.2",
2605 "block",
2606 "core-foundation 0.9.4",
2607 "core-graphics-types 0.1.3",
2608 "libc",
2609 "objc",
2610]
2611
2612[[package]]
2613name = "cocoa-foundation"
2614version = "0.2.0"
2615source = "registry+https://github.com/rust-lang/crates.io-index"
2616checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2617dependencies = [
2618 "bitflags 2.8.0",
2619 "block",
2620 "core-foundation 0.10.0",
2621 "core-graphics-types 0.2.0",
2622 "libc",
2623 "objc",
2624]
2625
2626[[package]]
2627name = "codespan-reporting"
2628version = "0.11.1"
2629source = "registry+https://github.com/rust-lang/crates.io-index"
2630checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2631dependencies = [
2632 "termcolor",
2633 "unicode-width",
2634]
2635
2636[[package]]
2637name = "collab"
2638version = "0.44.0"
2639dependencies = [
2640 "anthropic",
2641 "anyhow",
2642 "assistant",
2643 "assistant_slash_command",
2644 "assistant_tool",
2645 "async-stripe",
2646 "async-trait",
2647 "async-tungstenite 0.28.2",
2648 "audio",
2649 "aws-config",
2650 "aws-sdk-kinesis",
2651 "aws-sdk-s3",
2652 "axum",
2653 "axum-extra",
2654 "base64 0.22.1",
2655 "call",
2656 "channel",
2657 "chrono",
2658 "client",
2659 "clock",
2660 "collab_ui",
2661 "collections",
2662 "context_server",
2663 "ctor",
2664 "dashmap 6.1.0",
2665 "derive_more",
2666 "editor",
2667 "env_logger 0.11.6",
2668 "envy",
2669 "extension",
2670 "file_finder",
2671 "fireworks",
2672 "fs",
2673 "futures 0.3.31",
2674 "git",
2675 "git_hosting_providers",
2676 "google_ai",
2677 "gpui",
2678 "hex",
2679 "http_client",
2680 "hyper 0.14.32",
2681 "indoc",
2682 "jsonwebtoken",
2683 "language",
2684 "language_model",
2685 "livekit_client",
2686 "livekit_client_macos",
2687 "livekit_server",
2688 "log",
2689 "lsp",
2690 "menu",
2691 "multi_buffer",
2692 "nanoid",
2693 "node_runtime",
2694 "notifications",
2695 "open_ai",
2696 "parking_lot",
2697 "pretty_assertions",
2698 "project",
2699 "prometheus",
2700 "prompt_library",
2701 "prost 0.9.0",
2702 "rand 0.8.5",
2703 "recent_projects",
2704 "release_channel",
2705 "remote",
2706 "remote_server",
2707 "reqwest 0.11.27",
2708 "reqwest_client",
2709 "rpc",
2710 "rustc-demangle",
2711 "scrypt",
2712 "sea-orm",
2713 "semantic_version",
2714 "semver",
2715 "serde",
2716 "serde_derive",
2717 "serde_json",
2718 "session",
2719 "settings",
2720 "sha2",
2721 "sqlx",
2722 "strum",
2723 "subtle",
2724 "supermaven_api",
2725 "telemetry_events",
2726 "text",
2727 "theme",
2728 "thiserror 1.0.69",
2729 "time",
2730 "tokio",
2731 "toml 0.8.19",
2732 "tower",
2733 "tower-http 0.4.4",
2734 "tracing",
2735 "tracing-subscriber",
2736 "unindent",
2737 "util",
2738 "uuid",
2739 "workspace",
2740 "worktree",
2741]
2742
2743[[package]]
2744name = "collab_ui"
2745version = "0.1.0"
2746dependencies = [
2747 "anyhow",
2748 "call",
2749 "channel",
2750 "chrono",
2751 "client",
2752 "collections",
2753 "db",
2754 "editor",
2755 "emojis",
2756 "futures 0.3.31",
2757 "fuzzy",
2758 "gpui",
2759 "http_client",
2760 "language",
2761 "menu",
2762 "notifications",
2763 "picker",
2764 "pretty_assertions",
2765 "project",
2766 "release_channel",
2767 "rich_text",
2768 "rpc",
2769 "schemars",
2770 "serde",
2771 "serde_derive",
2772 "serde_json",
2773 "settings",
2774 "smallvec",
2775 "story",
2776 "telemetry",
2777 "theme",
2778 "time",
2779 "time_format",
2780 "title_bar",
2781 "tree-sitter-md",
2782 "ui",
2783 "util",
2784 "workspace",
2785]
2786
2787[[package]]
2788name = "collections"
2789version = "0.1.0"
2790dependencies = [
2791 "indexmap",
2792 "rustc-hash 2.1.0",
2793]
2794
2795[[package]]
2796name = "color_quant"
2797version = "1.1.0"
2798source = "registry+https://github.com/rust-lang/crates.io-index"
2799checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2800
2801[[package]]
2802name = "colorchoice"
2803version = "1.0.3"
2804source = "registry+https://github.com/rust-lang/crates.io-index"
2805checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2806
2807[[package]]
2808name = "combine"
2809version = "4.6.7"
2810source = "registry+https://github.com/rust-lang/crates.io-index"
2811checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2812dependencies = [
2813 "bytes 1.9.0",
2814 "memchr",
2815]
2816
2817[[package]]
2818name = "command_palette"
2819version = "0.1.0"
2820dependencies = [
2821 "client",
2822 "collections",
2823 "command_palette_hooks",
2824 "ctor",
2825 "editor",
2826 "env_logger 0.11.6",
2827 "fuzzy",
2828 "go_to_line",
2829 "gpui",
2830 "language",
2831 "menu",
2832 "picker",
2833 "postage",
2834 "project",
2835 "serde",
2836 "serde_json",
2837 "settings",
2838 "telemetry",
2839 "theme",
2840 "ui",
2841 "util",
2842 "workspace",
2843 "zed_actions",
2844]
2845
2846[[package]]
2847name = "command_palette_hooks"
2848version = "0.1.0"
2849dependencies = [
2850 "collections",
2851 "derive_more",
2852 "gpui",
2853]
2854
2855[[package]]
2856name = "concurrent-queue"
2857version = "2.5.0"
2858source = "registry+https://github.com/rust-lang/crates.io-index"
2859checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2860dependencies = [
2861 "crossbeam-utils",
2862]
2863
2864[[package]]
2865name = "console"
2866version = "0.15.8"
2867source = "registry+https://github.com/rust-lang/crates.io-index"
2868checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2869dependencies = [
2870 "encode_unicode",
2871 "lazy_static",
2872 "libc",
2873 "unicode-width",
2874 "windows-sys 0.52.0",
2875]
2876
2877[[package]]
2878name = "const-oid"
2879version = "0.9.6"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2882
2883[[package]]
2884name = "const-random"
2885version = "0.1.18"
2886source = "registry+https://github.com/rust-lang/crates.io-index"
2887checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2888dependencies = [
2889 "const-random-macro",
2890]
2891
2892[[package]]
2893name = "const-random-macro"
2894version = "0.1.16"
2895source = "registry+https://github.com/rust-lang/crates.io-index"
2896checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2897dependencies = [
2898 "getrandom 0.2.15",
2899 "once_cell",
2900 "tiny-keccak",
2901]
2902
2903[[package]]
2904name = "constant_time_eq"
2905version = "0.1.5"
2906source = "registry+https://github.com/rust-lang/crates.io-index"
2907checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2908
2909[[package]]
2910name = "constant_time_eq"
2911version = "0.3.1"
2912source = "registry+https://github.com/rust-lang/crates.io-index"
2913checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2914
2915[[package]]
2916name = "context_server"
2917version = "0.1.0"
2918dependencies = [
2919 "anyhow",
2920 "assistant_tool",
2921 "collections",
2922 "command_palette_hooks",
2923 "context_server_settings",
2924 "extension",
2925 "futures 0.3.31",
2926 "gpui",
2927 "log",
2928 "parking_lot",
2929 "postage",
2930 "project",
2931 "serde",
2932 "serde_json",
2933 "settings",
2934 "smol",
2935 "url",
2936 "util",
2937 "workspace",
2938]
2939
2940[[package]]
2941name = "context_server_settings"
2942version = "0.1.0"
2943dependencies = [
2944 "anyhow",
2945 "collections",
2946 "gpui",
2947 "schemars",
2948 "serde",
2949 "serde_json",
2950 "settings",
2951]
2952
2953[[package]]
2954name = "convert_case"
2955version = "0.4.0"
2956source = "registry+https://github.com/rust-lang/crates.io-index"
2957checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2958
2959[[package]]
2960name = "convert_case"
2961version = "0.6.0"
2962source = "registry+https://github.com/rust-lang/crates.io-index"
2963checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2964dependencies = [
2965 "unicode-segmentation",
2966]
2967
2968[[package]]
2969name = "copilot"
2970version = "0.1.0"
2971dependencies = [
2972 "anyhow",
2973 "async-compression",
2974 "async-std",
2975 "async-tar",
2976 "chrono",
2977 "client",
2978 "clock",
2979 "collections",
2980 "command_palette_hooks",
2981 "editor",
2982 "fs",
2983 "futures 0.3.31",
2984 "gpui",
2985 "http_client",
2986 "indoc",
2987 "inline_completion",
2988 "language",
2989 "lsp",
2990 "menu",
2991 "node_runtime",
2992 "parking_lot",
2993 "paths",
2994 "project",
2995 "rpc",
2996 "schemars",
2997 "serde",
2998 "serde_json",
2999 "settings",
3000 "smol",
3001 "strum",
3002 "task",
3003 "theme",
3004 "ui",
3005 "util",
3006 "workspace",
3007]
3008
3009[[package]]
3010name = "core-foundation"
3011version = "0.9.4"
3012source = "registry+https://github.com/rust-lang/crates.io-index"
3013checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3014dependencies = [
3015 "core-foundation-sys",
3016 "libc",
3017]
3018
3019[[package]]
3020name = "core-foundation"
3021version = "0.10.0"
3022source = "registry+https://github.com/rust-lang/crates.io-index"
3023checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3024dependencies = [
3025 "core-foundation-sys",
3026 "libc",
3027]
3028
3029[[package]]
3030name = "core-foundation-sys"
3031version = "0.8.7"
3032source = "registry+https://github.com/rust-lang/crates.io-index"
3033checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3034
3035[[package]]
3036name = "core-graphics"
3037version = "0.23.2"
3038source = "registry+https://github.com/rust-lang/crates.io-index"
3039checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3040dependencies = [
3041 "bitflags 1.3.2",
3042 "core-foundation 0.9.4",
3043 "core-graphics-types 0.1.3",
3044 "foreign-types 0.5.0",
3045 "libc",
3046]
3047
3048[[package]]
3049name = "core-graphics"
3050version = "0.24.0"
3051source = "registry+https://github.com/rust-lang/crates.io-index"
3052checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3053dependencies = [
3054 "bitflags 2.8.0",
3055 "core-foundation 0.10.0",
3056 "core-graphics-types 0.2.0",
3057 "foreign-types 0.5.0",
3058 "libc",
3059]
3060
3061[[package]]
3062name = "core-graphics-types"
3063version = "0.1.3"
3064source = "registry+https://github.com/rust-lang/crates.io-index"
3065checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3066dependencies = [
3067 "bitflags 1.3.2",
3068 "core-foundation 0.9.4",
3069 "libc",
3070]
3071
3072[[package]]
3073name = "core-graphics-types"
3074version = "0.2.0"
3075source = "registry+https://github.com/rust-lang/crates.io-index"
3076checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3077dependencies = [
3078 "bitflags 2.8.0",
3079 "core-foundation 0.10.0",
3080 "libc",
3081]
3082
3083[[package]]
3084name = "core-services"
3085version = "0.2.1"
3086source = "registry+https://github.com/rust-lang/crates.io-index"
3087checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3088dependencies = [
3089 "core-foundation 0.9.4",
3090]
3091
3092[[package]]
3093name = "core-text"
3094version = "20.1.0"
3095source = "registry+https://github.com/rust-lang/crates.io-index"
3096checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3097dependencies = [
3098 "core-foundation 0.9.4",
3099 "core-graphics 0.23.2",
3100 "foreign-types 0.5.0",
3101 "libc",
3102]
3103
3104[[package]]
3105name = "coreaudio-rs"
3106version = "0.11.3"
3107source = "registry+https://github.com/rust-lang/crates.io-index"
3108checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3109dependencies = [
3110 "bitflags 1.3.2",
3111 "core-foundation-sys",
3112 "coreaudio-sys",
3113]
3114
3115[[package]]
3116name = "coreaudio-rs"
3117version = "0.12.1"
3118source = "registry+https://github.com/rust-lang/crates.io-index"
3119checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3120dependencies = [
3121 "bitflags 1.3.2",
3122 "core-foundation-sys",
3123 "coreaudio-sys",
3124]
3125
3126[[package]]
3127name = "coreaudio-sys"
3128version = "0.2.16"
3129source = "registry+https://github.com/rust-lang/crates.io-index"
3130checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3131dependencies = [
3132 "bindgen",
3133]
3134
3135[[package]]
3136name = "cosmic-text"
3137version = "0.11.2"
3138source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3139dependencies = [
3140 "bitflags 2.8.0",
3141 "fontdb",
3142 "log",
3143 "rangemap",
3144 "rayon",
3145 "rustc-hash 1.1.0",
3146 "rustybuzz",
3147 "self_cell",
3148 "swash",
3149 "sys-locale",
3150 "ttf-parser",
3151 "unicode-bidi",
3152 "unicode-linebreak",
3153 "unicode-script",
3154 "unicode-segmentation",
3155]
3156
3157[[package]]
3158name = "cpal"
3159version = "0.15.3"
3160source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3161dependencies = [
3162 "alsa",
3163 "core-foundation-sys",
3164 "coreaudio-rs 0.11.3",
3165 "dasp_sample",
3166 "jni",
3167 "js-sys",
3168 "libc",
3169 "mach2",
3170 "ndk",
3171 "ndk-context",
3172 "oboe",
3173 "wasm-bindgen",
3174 "wasm-bindgen-futures",
3175 "web-sys",
3176 "windows 0.54.0",
3177]
3178
3179[[package]]
3180name = "cpp_demangle"
3181version = "0.4.4"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3184dependencies = [
3185 "cfg-if",
3186]
3187
3188[[package]]
3189name = "cpufeatures"
3190version = "0.2.16"
3191source = "registry+https://github.com/rust-lang/crates.io-index"
3192checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3193dependencies = [
3194 "libc",
3195]
3196
3197[[package]]
3198name = "cranelift-bforest"
3199version = "0.111.2"
3200source = "registry+https://github.com/rust-lang/crates.io-index"
3201checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4"
3202dependencies = [
3203 "cranelift-entity",
3204]
3205
3206[[package]]
3207name = "cranelift-bitset"
3208version = "0.111.2"
3209source = "registry+https://github.com/rust-lang/crates.io-index"
3210checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25"
3211dependencies = [
3212 "serde",
3213 "serde_derive",
3214]
3215
3216[[package]]
3217name = "cranelift-codegen"
3218version = "0.111.2"
3219source = "registry+https://github.com/rust-lang/crates.io-index"
3220checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f"
3221dependencies = [
3222 "bumpalo",
3223 "cranelift-bforest",
3224 "cranelift-bitset",
3225 "cranelift-codegen-meta",
3226 "cranelift-codegen-shared",
3227 "cranelift-control",
3228 "cranelift-entity",
3229 "cranelift-isle",
3230 "gimli 0.29.0",
3231 "hashbrown 0.14.5",
3232 "log",
3233 "regalloc2",
3234 "rustc-hash 1.1.0",
3235 "smallvec",
3236 "target-lexicon",
3237]
3238
3239[[package]]
3240name = "cranelift-codegen-meta"
3241version = "0.111.2"
3242source = "registry+https://github.com/rust-lang/crates.io-index"
3243checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af"
3244dependencies = [
3245 "cranelift-codegen-shared",
3246]
3247
3248[[package]]
3249name = "cranelift-codegen-shared"
3250version = "0.111.2"
3251source = "registry+https://github.com/rust-lang/crates.io-index"
3252checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab"
3253
3254[[package]]
3255name = "cranelift-control"
3256version = "0.111.2"
3257source = "registry+https://github.com/rust-lang/crates.io-index"
3258checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88"
3259dependencies = [
3260 "arbitrary",
3261]
3262
3263[[package]]
3264name = "cranelift-entity"
3265version = "0.111.2"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81"
3268dependencies = [
3269 "cranelift-bitset",
3270 "serde",
3271 "serde_derive",
3272]
3273
3274[[package]]
3275name = "cranelift-frontend"
3276version = "0.111.2"
3277source = "registry+https://github.com/rust-lang/crates.io-index"
3278checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f"
3279dependencies = [
3280 "cranelift-codegen",
3281 "log",
3282 "smallvec",
3283 "target-lexicon",
3284]
3285
3286[[package]]
3287name = "cranelift-isle"
3288version = "0.111.2"
3289source = "registry+https://github.com/rust-lang/crates.io-index"
3290checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f"
3291
3292[[package]]
3293name = "cranelift-native"
3294version = "0.111.2"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97"
3297dependencies = [
3298 "cranelift-codegen",
3299 "libc",
3300 "target-lexicon",
3301]
3302
3303[[package]]
3304name = "cranelift-wasm"
3305version = "0.111.2"
3306source = "registry+https://github.com/rust-lang/crates.io-index"
3307checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579"
3308dependencies = [
3309 "cranelift-codegen",
3310 "cranelift-entity",
3311 "cranelift-frontend",
3312 "itertools 0.12.1",
3313 "log",
3314 "smallvec",
3315 "wasmparser 0.215.0",
3316 "wasmtime-types",
3317]
3318
3319[[package]]
3320name = "crc"
3321version = "3.2.1"
3322source = "registry+https://github.com/rust-lang/crates.io-index"
3323checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3324dependencies = [
3325 "crc-catalog",
3326]
3327
3328[[package]]
3329name = "crc-catalog"
3330version = "2.4.0"
3331source = "registry+https://github.com/rust-lang/crates.io-index"
3332checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3333
3334[[package]]
3335name = "crc32c"
3336version = "0.6.8"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3339dependencies = [
3340 "rustc_version",
3341]
3342
3343[[package]]
3344name = "crc32fast"
3345version = "1.4.2"
3346source = "registry+https://github.com/rust-lang/crates.io-index"
3347checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3348dependencies = [
3349 "cfg-if",
3350]
3351
3352[[package]]
3353name = "crc64fast-nvme"
3354version = "1.1.1"
3355source = "registry+https://github.com/rust-lang/crates.io-index"
3356checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
3357dependencies = [
3358 "cbindgen 0.27.0",
3359 "crc",
3360]
3361
3362[[package]]
3363name = "criterion"
3364version = "0.5.1"
3365source = "registry+https://github.com/rust-lang/crates.io-index"
3366checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3367dependencies = [
3368 "anes",
3369 "cast",
3370 "ciborium",
3371 "clap",
3372 "criterion-plot",
3373 "is-terminal",
3374 "itertools 0.10.5",
3375 "num-traits",
3376 "once_cell",
3377 "oorandom",
3378 "plotters",
3379 "rayon",
3380 "regex",
3381 "serde",
3382 "serde_derive",
3383 "serde_json",
3384 "tinytemplate",
3385 "walkdir",
3386]
3387
3388[[package]]
3389name = "criterion-plot"
3390version = "0.5.0"
3391source = "registry+https://github.com/rust-lang/crates.io-index"
3392checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3393dependencies = [
3394 "cast",
3395 "itertools 0.10.5",
3396]
3397
3398[[package]]
3399name = "crossbeam-channel"
3400version = "0.5.13"
3401source = "registry+https://github.com/rust-lang/crates.io-index"
3402checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3403dependencies = [
3404 "crossbeam-utils",
3405]
3406
3407[[package]]
3408name = "crossbeam-deque"
3409version = "0.8.5"
3410source = "registry+https://github.com/rust-lang/crates.io-index"
3411checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3412dependencies = [
3413 "crossbeam-epoch",
3414 "crossbeam-utils",
3415]
3416
3417[[package]]
3418name = "crossbeam-epoch"
3419version = "0.9.18"
3420source = "registry+https://github.com/rust-lang/crates.io-index"
3421checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3422dependencies = [
3423 "crossbeam-utils",
3424]
3425
3426[[package]]
3427name = "crossbeam-queue"
3428version = "0.3.11"
3429source = "registry+https://github.com/rust-lang/crates.io-index"
3430checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3431dependencies = [
3432 "crossbeam-utils",
3433]
3434
3435[[package]]
3436name = "crossbeam-utils"
3437version = "0.8.20"
3438source = "registry+https://github.com/rust-lang/crates.io-index"
3439checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3440
3441[[package]]
3442name = "crunchy"
3443version = "0.2.2"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3446
3447[[package]]
3448name = "crypto-bigint"
3449version = "0.4.9"
3450source = "registry+https://github.com/rust-lang/crates.io-index"
3451checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3452dependencies = [
3453 "generic-array",
3454 "rand_core 0.6.4",
3455 "subtle",
3456 "zeroize",
3457]
3458
3459[[package]]
3460name = "crypto-bigint"
3461version = "0.5.5"
3462source = "registry+https://github.com/rust-lang/crates.io-index"
3463checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3464dependencies = [
3465 "rand_core 0.6.4",
3466 "subtle",
3467]
3468
3469[[package]]
3470name = "crypto-common"
3471version = "0.1.6"
3472source = "registry+https://github.com/rust-lang/crates.io-index"
3473checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3474dependencies = [
3475 "generic-array",
3476 "rand_core 0.6.4",
3477 "typenum",
3478]
3479
3480[[package]]
3481name = "ctor"
3482version = "0.2.9"
3483source = "registry+https://github.com/rust-lang/crates.io-index"
3484checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
3485dependencies = [
3486 "quote",
3487 "syn 2.0.90",
3488]
3489
3490[[package]]
3491name = "ctrlc"
3492version = "3.4.5"
3493source = "registry+https://github.com/rust-lang/crates.io-index"
3494checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3495dependencies = [
3496 "nix",
3497 "windows-sys 0.59.0",
3498]
3499
3500[[package]]
3501name = "cursor-icon"
3502version = "1.1.0"
3503source = "registry+https://github.com/rust-lang/crates.io-index"
3504checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3505
3506[[package]]
3507name = "cxx"
3508version = "1.0.134"
3509source = "registry+https://github.com/rust-lang/crates.io-index"
3510checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3511dependencies = [
3512 "cc",
3513 "cxxbridge-cmd",
3514 "cxxbridge-flags",
3515 "cxxbridge-macro",
3516 "foldhash",
3517 "link-cplusplus",
3518]
3519
3520[[package]]
3521name = "cxx-build"
3522version = "1.0.134"
3523source = "registry+https://github.com/rust-lang/crates.io-index"
3524checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3525dependencies = [
3526 "cc",
3527 "codespan-reporting",
3528 "proc-macro2",
3529 "quote",
3530 "scratch",
3531 "syn 2.0.90",
3532]
3533
3534[[package]]
3535name = "cxxbridge-cmd"
3536version = "1.0.134"
3537source = "registry+https://github.com/rust-lang/crates.io-index"
3538checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3539dependencies = [
3540 "clap",
3541 "codespan-reporting",
3542 "proc-macro2",
3543 "quote",
3544 "syn 2.0.90",
3545]
3546
3547[[package]]
3548name = "cxxbridge-flags"
3549version = "1.0.134"
3550source = "registry+https://github.com/rust-lang/crates.io-index"
3551checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3552
3553[[package]]
3554name = "cxxbridge-macro"
3555version = "1.0.134"
3556source = "registry+https://github.com/rust-lang/crates.io-index"
3557checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3558dependencies = [
3559 "proc-macro2",
3560 "quote",
3561 "rustversion",
3562 "syn 2.0.90",
3563]
3564
3565[[package]]
3566name = "dashmap"
3567version = "5.5.3"
3568source = "registry+https://github.com/rust-lang/crates.io-index"
3569checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3570dependencies = [
3571 "cfg-if",
3572 "hashbrown 0.14.5",
3573 "lock_api",
3574 "once_cell",
3575 "parking_lot_core",
3576]
3577
3578[[package]]
3579name = "dashmap"
3580version = "6.1.0"
3581source = "registry+https://github.com/rust-lang/crates.io-index"
3582checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3583dependencies = [
3584 "cfg-if",
3585 "crossbeam-utils",
3586 "hashbrown 0.14.5",
3587 "lock_api",
3588 "once_cell",
3589 "parking_lot_core",
3590]
3591
3592[[package]]
3593name = "dasp_sample"
3594version = "0.11.0"
3595source = "registry+https://github.com/rust-lang/crates.io-index"
3596checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3597
3598[[package]]
3599name = "data-encoding"
3600version = "2.6.0"
3601source = "registry+https://github.com/rust-lang/crates.io-index"
3602checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3603
3604[[package]]
3605name = "data-url"
3606version = "0.3.1"
3607source = "registry+https://github.com/rust-lang/crates.io-index"
3608checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3609
3610[[package]]
3611name = "db"
3612version = "0.1.0"
3613dependencies = [
3614 "anyhow",
3615 "gpui",
3616 "indoc",
3617 "log",
3618 "paths",
3619 "release_channel",
3620 "smol",
3621 "sqlez",
3622 "sqlez_macros",
3623 "tempfile",
3624 "util",
3625]
3626
3627[[package]]
3628name = "dbus"
3629version = "0.9.7"
3630source = "registry+https://github.com/rust-lang/crates.io-index"
3631checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3632dependencies = [
3633 "libc",
3634 "libdbus-sys",
3635 "winapi",
3636]
3637
3638[[package]]
3639name = "deflate64"
3640version = "0.1.9"
3641source = "registry+https://github.com/rust-lang/crates.io-index"
3642checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3643
3644[[package]]
3645name = "der"
3646version = "0.6.1"
3647source = "registry+https://github.com/rust-lang/crates.io-index"
3648checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3649dependencies = [
3650 "const-oid",
3651 "zeroize",
3652]
3653
3654[[package]]
3655name = "der"
3656version = "0.7.9"
3657source = "registry+https://github.com/rust-lang/crates.io-index"
3658checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3659dependencies = [
3660 "const-oid",
3661 "pem-rfc7468",
3662 "zeroize",
3663]
3664
3665[[package]]
3666name = "deranged"
3667version = "0.3.11"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3670dependencies = [
3671 "powerfmt",
3672 "serde",
3673]
3674
3675[[package]]
3676name = "derive_more"
3677version = "0.99.18"
3678source = "registry+https://github.com/rust-lang/crates.io-index"
3679checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3680dependencies = [
3681 "convert_case 0.4.0",
3682 "proc-macro2",
3683 "quote",
3684 "rustc_version",
3685 "syn 2.0.90",
3686]
3687
3688[[package]]
3689name = "derive_refineable"
3690version = "0.1.0"
3691dependencies = [
3692 "proc-macro2",
3693 "quote",
3694 "syn 1.0.109",
3695]
3696
3697[[package]]
3698name = "diagnostics"
3699version = "0.1.0"
3700dependencies = [
3701 "anyhow",
3702 "client",
3703 "collections",
3704 "ctor",
3705 "editor",
3706 "env_logger 0.11.6",
3707 "gpui",
3708 "language",
3709 "log",
3710 "lsp",
3711 "pretty_assertions",
3712 "project",
3713 "rand 0.8.5",
3714 "schemars",
3715 "serde",
3716 "serde_json",
3717 "settings",
3718 "theme",
3719 "ui",
3720 "unindent",
3721 "util",
3722 "workspace",
3723]
3724
3725[[package]]
3726name = "dialoguer"
3727version = "0.11.0"
3728source = "registry+https://github.com/rust-lang/crates.io-index"
3729checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3730dependencies = [
3731 "console",
3732 "fuzzy-matcher",
3733 "shell-words",
3734 "tempfile",
3735 "thiserror 1.0.69",
3736 "zeroize",
3737]
3738
3739[[package]]
3740name = "diff"
3741version = "0.1.13"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3744
3745[[package]]
3746name = "digest"
3747version = "0.10.7"
3748source = "registry+https://github.com/rust-lang/crates.io-index"
3749checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3750dependencies = [
3751 "block-buffer",
3752 "const-oid",
3753 "crypto-common",
3754 "subtle",
3755]
3756
3757[[package]]
3758name = "dirs"
3759version = "4.0.0"
3760source = "registry+https://github.com/rust-lang/crates.io-index"
3761checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3762dependencies = [
3763 "dirs-sys 0.3.7",
3764]
3765
3766[[package]]
3767name = "dirs"
3768version = "5.0.1"
3769source = "registry+https://github.com/rust-lang/crates.io-index"
3770checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3771dependencies = [
3772 "dirs-sys 0.4.1",
3773]
3774
3775[[package]]
3776name = "dirs-sys"
3777version = "0.3.7"
3778source = "registry+https://github.com/rust-lang/crates.io-index"
3779checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3780dependencies = [
3781 "libc",
3782 "redox_users",
3783 "winapi",
3784]
3785
3786[[package]]
3787name = "dirs-sys"
3788version = "0.4.1"
3789source = "registry+https://github.com/rust-lang/crates.io-index"
3790checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3791dependencies = [
3792 "libc",
3793 "option-ext",
3794 "redox_users",
3795 "windows-sys 0.48.0",
3796]
3797
3798[[package]]
3799name = "displaydoc"
3800version = "0.2.5"
3801source = "registry+https://github.com/rust-lang/crates.io-index"
3802checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
3803dependencies = [
3804 "proc-macro2",
3805 "quote",
3806 "syn 2.0.90",
3807]
3808
3809[[package]]
3810name = "dlib"
3811version = "0.5.2"
3812source = "registry+https://github.com/rust-lang/crates.io-index"
3813checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3814dependencies = [
3815 "libloading",
3816]
3817
3818[[package]]
3819name = "docs_preprocessor"
3820version = "0.1.0"
3821dependencies = [
3822 "anyhow",
3823 "clap",
3824 "mdbook",
3825 "regex",
3826 "serde",
3827 "serde_json",
3828 "settings",
3829 "util",
3830]
3831
3832[[package]]
3833name = "dotenvy"
3834version = "0.15.7"
3835source = "registry+https://github.com/rust-lang/crates.io-index"
3836checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3837
3838[[package]]
3839name = "downcast-rs"
3840version = "1.2.1"
3841source = "registry+https://github.com/rust-lang/crates.io-index"
3842checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3843
3844[[package]]
3845name = "doxygen-rs"
3846version = "0.4.2"
3847source = "registry+https://github.com/rust-lang/crates.io-index"
3848checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3849dependencies = [
3850 "phf",
3851]
3852
3853[[package]]
3854name = "dunce"
3855version = "1.0.5"
3856source = "registry+https://github.com/rust-lang/crates.io-index"
3857checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
3858
3859[[package]]
3860name = "dwrote"
3861version = "0.11.2"
3862source = "registry+https://github.com/rust-lang/crates.io-index"
3863checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
3864dependencies = [
3865 "lazy_static",
3866 "libc",
3867 "winapi",
3868 "wio",
3869]
3870
3871[[package]]
3872name = "dyn-clone"
3873version = "1.0.17"
3874source = "registry+https://github.com/rust-lang/crates.io-index"
3875checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3876
3877[[package]]
3878name = "ec4rs"
3879version = "1.1.1"
3880source = "registry+https://github.com/rust-lang/crates.io-index"
3881checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3882
3883[[package]]
3884name = "ecdsa"
3885version = "0.14.8"
3886source = "registry+https://github.com/rust-lang/crates.io-index"
3887checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3888dependencies = [
3889 "der 0.6.1",
3890 "elliptic-curve",
3891 "rfc6979",
3892 "signature 1.6.4",
3893]
3894
3895[[package]]
3896name = "editor"
3897version = "0.1.0"
3898dependencies = [
3899 "aho-corasick",
3900 "anyhow",
3901 "assets",
3902 "chrono",
3903 "client",
3904 "clock",
3905 "collections",
3906 "convert_case 0.6.0",
3907 "ctor",
3908 "db",
3909 "emojis",
3910 "env_logger 0.11.6",
3911 "feature_flags",
3912 "file_icons",
3913 "fs",
3914 "futures 0.3.31",
3915 "fuzzy",
3916 "git",
3917 "gpui",
3918 "http_client",
3919 "indoc",
3920 "inline_completion",
3921 "itertools 0.14.0",
3922 "language",
3923 "linkify",
3924 "log",
3925 "lsp",
3926 "markdown",
3927 "multi_buffer",
3928 "ordered-float 2.10.1",
3929 "parking_lot",
3930 "pretty_assertions",
3931 "project",
3932 "rand 0.8.5",
3933 "release_channel",
3934 "rpc",
3935 "schemars",
3936 "serde",
3937 "serde_json",
3938 "settings",
3939 "similar",
3940 "smallvec",
3941 "smol",
3942 "snippet",
3943 "sum_tree",
3944 "task",
3945 "telemetry",
3946 "tempfile",
3947 "text",
3948 "theme",
3949 "time",
3950 "time_format",
3951 "tree-sitter-html",
3952 "tree-sitter-rust",
3953 "tree-sitter-typescript",
3954 "ui",
3955 "unicode-script",
3956 "unicode-segmentation",
3957 "unindent",
3958 "url",
3959 "util",
3960 "uuid",
3961 "workspace",
3962]
3963
3964[[package]]
3965name = "either"
3966version = "1.13.0"
3967source = "registry+https://github.com/rust-lang/crates.io-index"
3968checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3969dependencies = [
3970 "serde",
3971]
3972
3973[[package]]
3974name = "elasticlunr-rs"
3975version = "3.0.2"
3976source = "registry+https://github.com/rust-lang/crates.io-index"
3977checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3978dependencies = [
3979 "regex",
3980 "serde",
3981 "serde_derive",
3982 "serde_json",
3983]
3984
3985[[package]]
3986name = "elliptic-curve"
3987version = "0.12.3"
3988source = "registry+https://github.com/rust-lang/crates.io-index"
3989checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3990dependencies = [
3991 "base16ct",
3992 "crypto-bigint 0.4.9",
3993 "der 0.6.1",
3994 "digest",
3995 "ff",
3996 "generic-array",
3997 "group",
3998 "pkcs8 0.9.0",
3999 "rand_core 0.6.4",
4000 "sec1",
4001 "subtle",
4002 "zeroize",
4003]
4004
4005[[package]]
4006name = "embed-resource"
4007version = "3.0.1"
4008source = "registry+https://github.com/rust-lang/crates.io-index"
4009checksum = "4762ce03154ba57ebaeee60cc631901ceae4f18219cbb874e464347471594742"
4010dependencies = [
4011 "cc",
4012 "memchr",
4013 "rustc_version",
4014 "toml 0.8.19",
4015 "vswhom",
4016 "winreg 0.52.0",
4017]
4018
4019[[package]]
4020name = "embedded-io"
4021version = "0.4.0"
4022source = "registry+https://github.com/rust-lang/crates.io-index"
4023checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4024
4025[[package]]
4026name = "embedded-io"
4027version = "0.6.1"
4028source = "registry+https://github.com/rust-lang/crates.io-index"
4029checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4030
4031[[package]]
4032name = "emojis"
4033version = "0.6.4"
4034source = "registry+https://github.com/rust-lang/crates.io-index"
4035checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4036dependencies = [
4037 "phf",
4038]
4039
4040[[package]]
4041name = "encode_unicode"
4042version = "0.3.6"
4043source = "registry+https://github.com/rust-lang/crates.io-index"
4044checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4045
4046[[package]]
4047name = "encoding_rs"
4048version = "0.8.35"
4049source = "registry+https://github.com/rust-lang/crates.io-index"
4050checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4051dependencies = [
4052 "cfg-if",
4053]
4054
4055[[package]]
4056name = "endi"
4057version = "1.1.0"
4058source = "registry+https://github.com/rust-lang/crates.io-index"
4059checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4060
4061[[package]]
4062name = "enumflags2"
4063version = "0.7.10"
4064source = "registry+https://github.com/rust-lang/crates.io-index"
4065checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4066dependencies = [
4067 "enumflags2_derive",
4068 "serde",
4069]
4070
4071[[package]]
4072name = "enumflags2_derive"
4073version = "0.7.10"
4074source = "registry+https://github.com/rust-lang/crates.io-index"
4075checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4076dependencies = [
4077 "proc-macro2",
4078 "quote",
4079 "syn 2.0.90",
4080]
4081
4082[[package]]
4083name = "env_filter"
4084version = "0.1.2"
4085source = "registry+https://github.com/rust-lang/crates.io-index"
4086checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4087dependencies = [
4088 "log",
4089 "regex",
4090]
4091
4092[[package]]
4093name = "env_logger"
4094version = "0.10.2"
4095source = "registry+https://github.com/rust-lang/crates.io-index"
4096checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4097dependencies = [
4098 "humantime",
4099 "is-terminal",
4100 "log",
4101 "regex",
4102 "termcolor",
4103]
4104
4105[[package]]
4106name = "env_logger"
4107version = "0.11.6"
4108source = "registry+https://github.com/rust-lang/crates.io-index"
4109checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4110dependencies = [
4111 "anstream",
4112 "anstyle",
4113 "env_filter",
4114 "humantime",
4115 "log",
4116]
4117
4118[[package]]
4119name = "envy"
4120version = "0.4.2"
4121source = "registry+https://github.com/rust-lang/crates.io-index"
4122checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4123dependencies = [
4124 "serde",
4125]
4126
4127[[package]]
4128name = "equivalent"
4129version = "1.0.1"
4130source = "registry+https://github.com/rust-lang/crates.io-index"
4131checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4132
4133[[package]]
4134name = "erased-serde"
4135version = "0.4.5"
4136source = "registry+https://github.com/rust-lang/crates.io-index"
4137checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4138dependencies = [
4139 "serde",
4140 "typeid",
4141]
4142
4143[[package]]
4144name = "errno"
4145version = "0.2.8"
4146source = "registry+https://github.com/rust-lang/crates.io-index"
4147checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4148dependencies = [
4149 "errno-dragonfly",
4150 "libc",
4151 "winapi",
4152]
4153
4154[[package]]
4155name = "errno"
4156version = "0.3.10"
4157source = "registry+https://github.com/rust-lang/crates.io-index"
4158checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4159dependencies = [
4160 "libc",
4161 "windows-sys 0.59.0",
4162]
4163
4164[[package]]
4165name = "errno-dragonfly"
4166version = "0.1.2"
4167source = "registry+https://github.com/rust-lang/crates.io-index"
4168checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4169dependencies = [
4170 "cc",
4171 "libc",
4172]
4173
4174[[package]]
4175name = "etagere"
4176version = "0.2.13"
4177source = "registry+https://github.com/rust-lang/crates.io-index"
4178checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
4179dependencies = [
4180 "euclid",
4181 "svg_fmt",
4182]
4183
4184[[package]]
4185name = "etcetera"
4186version = "0.8.0"
4187source = "registry+https://github.com/rust-lang/crates.io-index"
4188checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4189dependencies = [
4190 "cfg-if",
4191 "home",
4192 "windows-sys 0.48.0",
4193]
4194
4195[[package]]
4196name = "euclid"
4197version = "0.22.11"
4198source = "registry+https://github.com/rust-lang/crates.io-index"
4199checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4200dependencies = [
4201 "num-traits",
4202]
4203
4204[[package]]
4205name = "evals"
4206version = "0.1.0"
4207dependencies = [
4208 "anyhow",
4209 "clap",
4210 "client",
4211 "clock",
4212 "collections",
4213 "env_logger 0.11.6",
4214 "feature_flags",
4215 "fs",
4216 "git",
4217 "gpui",
4218 "http_client",
4219 "language",
4220 "languages",
4221 "node_runtime",
4222 "open_ai",
4223 "project",
4224 "reqwest_client",
4225 "semantic_index",
4226 "serde",
4227 "serde_json",
4228 "settings",
4229 "smol",
4230 "util",
4231]
4232
4233[[package]]
4234name = "event-listener"
4235version = "2.5.3"
4236source = "registry+https://github.com/rust-lang/crates.io-index"
4237checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4238
4239[[package]]
4240name = "event-listener"
4241version = "5.3.1"
4242source = "registry+https://github.com/rust-lang/crates.io-index"
4243checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4244dependencies = [
4245 "concurrent-queue",
4246 "parking",
4247 "pin-project-lite",
4248]
4249
4250[[package]]
4251name = "event-listener-strategy"
4252version = "0.5.3"
4253source = "registry+https://github.com/rust-lang/crates.io-index"
4254checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4255dependencies = [
4256 "event-listener 5.3.1",
4257 "pin-project-lite",
4258]
4259
4260[[package]]
4261name = "exec"
4262version = "0.3.1"
4263source = "registry+https://github.com/rust-lang/crates.io-index"
4264checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4265dependencies = [
4266 "errno 0.2.8",
4267 "libc",
4268]
4269
4270[[package]]
4271name = "exr"
4272version = "1.73.0"
4273source = "registry+https://github.com/rust-lang/crates.io-index"
4274checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4275dependencies = [
4276 "bit_field",
4277 "half",
4278 "lebe",
4279 "miniz_oxide",
4280 "rayon-core",
4281 "smallvec",
4282 "zune-inflate",
4283]
4284
4285[[package]]
4286name = "extension"
4287version = "0.1.0"
4288dependencies = [
4289 "anyhow",
4290 "async-compression",
4291 "async-tar",
4292 "async-trait",
4293 "collections",
4294 "fs",
4295 "futures 0.3.31",
4296 "gpui",
4297 "http_client",
4298 "language",
4299 "log",
4300 "lsp",
4301 "parking_lot",
4302 "semantic_version",
4303 "serde",
4304 "serde_json",
4305 "toml 0.8.19",
4306 "util",
4307 "wasm-encoder 0.215.0",
4308 "wasmparser 0.215.0",
4309 "wit-component",
4310]
4311
4312[[package]]
4313name = "extension_cli"
4314version = "0.1.0"
4315dependencies = [
4316 "anyhow",
4317 "clap",
4318 "env_logger 0.11.6",
4319 "extension",
4320 "fs",
4321 "language",
4322 "log",
4323 "reqwest_client",
4324 "rpc",
4325 "serde",
4326 "serde_json",
4327 "theme",
4328 "tokio",
4329 "toml 0.8.19",
4330 "tree-sitter",
4331 "wasmtime",
4332]
4333
4334[[package]]
4335name = "extension_host"
4336version = "0.1.0"
4337dependencies = [
4338 "anyhow",
4339 "async-compression",
4340 "async-tar",
4341 "async-trait",
4342 "client",
4343 "collections",
4344 "context_server_settings",
4345 "ctor",
4346 "env_logger 0.11.6",
4347 "extension",
4348 "fs",
4349 "futures 0.3.31",
4350 "gpui",
4351 "http_client",
4352 "language",
4353 "language_extension",
4354 "log",
4355 "lsp",
4356 "node_runtime",
4357 "parking_lot",
4358 "paths",
4359 "project",
4360 "release_channel",
4361 "remote",
4362 "reqwest_client",
4363 "schemars",
4364 "semantic_version",
4365 "serde",
4366 "serde_json",
4367 "serde_json_lenient",
4368 "settings",
4369 "task",
4370 "telemetry",
4371 "tempfile",
4372 "theme",
4373 "theme_extension",
4374 "toml 0.8.19",
4375 "url",
4376 "util",
4377 "wasmparser 0.215.0",
4378 "wasmtime",
4379 "wasmtime-wasi",
4380]
4381
4382[[package]]
4383name = "extensions_ui"
4384version = "0.1.0"
4385dependencies = [
4386 "anyhow",
4387 "client",
4388 "collections",
4389 "db",
4390 "editor",
4391 "extension_host",
4392 "fs",
4393 "fuzzy",
4394 "gpui",
4395 "language",
4396 "num-format",
4397 "picker",
4398 "project",
4399 "release_channel",
4400 "semantic_version",
4401 "serde",
4402 "settings",
4403 "smallvec",
4404 "telemetry",
4405 "theme",
4406 "ui",
4407 "util",
4408 "vim_mode_setting",
4409 "workspace",
4410 "zed_actions",
4411]
4412
4413[[package]]
4414name = "fallible-iterator"
4415version = "0.3.0"
4416source = "registry+https://github.com/rust-lang/crates.io-index"
4417checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4418
4419[[package]]
4420name = "fancy-regex"
4421version = "0.13.0"
4422source = "registry+https://github.com/rust-lang/crates.io-index"
4423checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4424dependencies = [
4425 "bit-set 0.5.3",
4426 "regex-automata 0.4.9",
4427 "regex-syntax 0.8.5",
4428]
4429
4430[[package]]
4431name = "fancy-regex"
4432version = "0.14.0"
4433source = "registry+https://github.com/rust-lang/crates.io-index"
4434checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4435dependencies = [
4436 "bit-set 0.8.0",
4437 "regex-automata 0.4.9",
4438 "regex-syntax 0.8.5",
4439]
4440
4441[[package]]
4442name = "fast-srgb8"
4443version = "1.0.0"
4444source = "registry+https://github.com/rust-lang/crates.io-index"
4445checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4446
4447[[package]]
4448name = "fastrand"
4449version = "1.9.0"
4450source = "registry+https://github.com/rust-lang/crates.io-index"
4451checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4452dependencies = [
4453 "instant",
4454]
4455
4456[[package]]
4457name = "fastrand"
4458version = "2.3.0"
4459source = "registry+https://github.com/rust-lang/crates.io-index"
4460checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4461
4462[[package]]
4463name = "fd-lock"
4464version = "4.0.2"
4465source = "registry+https://github.com/rust-lang/crates.io-index"
4466checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4467dependencies = [
4468 "cfg-if",
4469 "rustix",
4470 "windows-sys 0.52.0",
4471]
4472
4473[[package]]
4474name = "fdeflate"
4475version = "0.3.7"
4476source = "registry+https://github.com/rust-lang/crates.io-index"
4477checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4478dependencies = [
4479 "simd-adler32",
4480]
4481
4482[[package]]
4483name = "feature_flags"
4484version = "0.1.0"
4485dependencies = [
4486 "futures 0.3.31",
4487 "gpui",
4488]
4489
4490[[package]]
4491name = "feedback"
4492version = "0.1.0"
4493dependencies = [
4494 "anyhow",
4495 "bitflags 2.8.0",
4496 "client",
4497 "db",
4498 "editor",
4499 "futures 0.3.31",
4500 "gpui",
4501 "http_client",
4502 "human_bytes",
4503 "language",
4504 "log",
4505 "menu",
4506 "project",
4507 "regex",
4508 "release_channel",
4509 "serde",
4510 "serde_derive",
4511 "serde_json",
4512 "smol",
4513 "sysinfo",
4514 "ui",
4515 "urlencoding",
4516 "util",
4517 "workspace",
4518 "zed_actions",
4519]
4520
4521[[package]]
4522name = "ff"
4523version = "0.12.1"
4524source = "registry+https://github.com/rust-lang/crates.io-index"
4525checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4526dependencies = [
4527 "rand_core 0.6.4",
4528 "subtle",
4529]
4530
4531[[package]]
4532name = "file_finder"
4533version = "0.1.0"
4534dependencies = [
4535 "anyhow",
4536 "collections",
4537 "ctor",
4538 "editor",
4539 "env_logger 0.11.6",
4540 "file_icons",
4541 "futures 0.3.31",
4542 "fuzzy",
4543 "gpui",
4544 "language",
4545 "menu",
4546 "picker",
4547 "project",
4548 "schemars",
4549 "serde",
4550 "serde_derive",
4551 "serde_json",
4552 "settings",
4553 "text",
4554 "theme",
4555 "ui",
4556 "util",
4557 "workspace",
4558]
4559
4560[[package]]
4561name = "file_icons"
4562version = "0.1.0"
4563dependencies = [
4564 "collections",
4565 "gpui",
4566 "serde",
4567 "serde_derive",
4568 "serde_json",
4569 "settings",
4570 "theme",
4571 "util",
4572]
4573
4574[[package]]
4575name = "filedescriptor"
4576version = "0.8.2"
4577source = "registry+https://github.com/rust-lang/crates.io-index"
4578checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4579dependencies = [
4580 "libc",
4581 "thiserror 1.0.69",
4582 "winapi",
4583]
4584
4585[[package]]
4586name = "filetime"
4587version = "0.2.25"
4588source = "registry+https://github.com/rust-lang/crates.io-index"
4589checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4590dependencies = [
4591 "cfg-if",
4592 "libc",
4593 "libredox",
4594 "windows-sys 0.59.0",
4595]
4596
4597[[package]]
4598name = "fireworks"
4599version = "0.1.0"
4600dependencies = [
4601 "anyhow",
4602 "futures 0.3.31",
4603 "http_client",
4604 "serde",
4605 "serde_json",
4606]
4607
4608[[package]]
4609name = "fixedbitset"
4610version = "0.4.2"
4611source = "registry+https://github.com/rust-lang/crates.io-index"
4612checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4613
4614[[package]]
4615name = "flate2"
4616version = "1.0.35"
4617source = "registry+https://github.com/rust-lang/crates.io-index"
4618checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4619dependencies = [
4620 "crc32fast",
4621 "miniz_oxide",
4622]
4623
4624[[package]]
4625name = "float-cmp"
4626version = "0.9.0"
4627source = "registry+https://github.com/rust-lang/crates.io-index"
4628checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4629
4630[[package]]
4631name = "float-ord"
4632version = "0.3.2"
4633source = "registry+https://github.com/rust-lang/crates.io-index"
4634checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4635
4636[[package]]
4637name = "flume"
4638version = "0.11.1"
4639source = "registry+https://github.com/rust-lang/crates.io-index"
4640checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4641dependencies = [
4642 "futures-core",
4643 "futures-sink",
4644 "nanorand",
4645 "spin",
4646]
4647
4648[[package]]
4649name = "fnv"
4650version = "1.0.7"
4651source = "registry+https://github.com/rust-lang/crates.io-index"
4652checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4653
4654[[package]]
4655name = "foldhash"
4656version = "0.1.3"
4657source = "registry+https://github.com/rust-lang/crates.io-index"
4658checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4659
4660[[package]]
4661name = "font-kit"
4662version = "0.14.1"
4663source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4664dependencies = [
4665 "bitflags 2.8.0",
4666 "byteorder",
4667 "core-foundation 0.9.4",
4668 "core-graphics 0.23.2",
4669 "core-text",
4670 "dirs 5.0.1",
4671 "dwrote",
4672 "float-ord",
4673 "freetype-sys",
4674 "lazy_static",
4675 "libc",
4676 "log",
4677 "pathfinder_geometry",
4678 "pathfinder_simd",
4679 "walkdir",
4680 "winapi",
4681 "yeslogic-fontconfig-sys",
4682]
4683
4684[[package]]
4685name = "font-types"
4686version = "0.7.3"
4687source = "registry+https://github.com/rust-lang/crates.io-index"
4688checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4689dependencies = [
4690 "bytemuck",
4691]
4692
4693[[package]]
4694name = "fontconfig-parser"
4695version = "0.5.7"
4696source = "registry+https://github.com/rust-lang/crates.io-index"
4697checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4698dependencies = [
4699 "roxmltree",
4700]
4701
4702[[package]]
4703name = "fontdb"
4704version = "0.18.0"
4705source = "registry+https://github.com/rust-lang/crates.io-index"
4706checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4707dependencies = [
4708 "fontconfig-parser",
4709 "log",
4710 "memmap2",
4711 "slotmap",
4712 "tinyvec",
4713 "ttf-parser",
4714]
4715
4716[[package]]
4717name = "foreign-types"
4718version = "0.3.2"
4719source = "registry+https://github.com/rust-lang/crates.io-index"
4720checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4721dependencies = [
4722 "foreign-types-shared 0.1.1",
4723]
4724
4725[[package]]
4726name = "foreign-types"
4727version = "0.5.0"
4728source = "registry+https://github.com/rust-lang/crates.io-index"
4729checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4730dependencies = [
4731 "foreign-types-macros",
4732 "foreign-types-shared 0.3.1",
4733]
4734
4735[[package]]
4736name = "foreign-types-macros"
4737version = "0.2.3"
4738source = "registry+https://github.com/rust-lang/crates.io-index"
4739checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4740dependencies = [
4741 "proc-macro2",
4742 "quote",
4743 "syn 2.0.90",
4744]
4745
4746[[package]]
4747name = "foreign-types-shared"
4748version = "0.1.1"
4749source = "registry+https://github.com/rust-lang/crates.io-index"
4750checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4751
4752[[package]]
4753name = "foreign-types-shared"
4754version = "0.3.1"
4755source = "registry+https://github.com/rust-lang/crates.io-index"
4756checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4757
4758[[package]]
4759name = "fork"
4760version = "0.2.0"
4761source = "registry+https://github.com/rust-lang/crates.io-index"
4762checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4763dependencies = [
4764 "libc",
4765]
4766
4767[[package]]
4768name = "form_urlencoded"
4769version = "1.2.1"
4770source = "registry+https://github.com/rust-lang/crates.io-index"
4771checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4772dependencies = [
4773 "percent-encoding",
4774]
4775
4776[[package]]
4777name = "freetype-sys"
4778version = "0.20.1"
4779source = "registry+https://github.com/rust-lang/crates.io-index"
4780checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4781dependencies = [
4782 "cc",
4783 "libc",
4784 "pkg-config",
4785]
4786
4787[[package]]
4788name = "fs"
4789version = "0.1.0"
4790dependencies = [
4791 "anyhow",
4792 "ashpd",
4793 "async-tar",
4794 "async-trait",
4795 "cocoa 0.26.0",
4796 "collections",
4797 "fsevent",
4798 "futures 0.3.31",
4799 "git",
4800 "git2",
4801 "gpui",
4802 "libc",
4803 "log",
4804 "notify",
4805 "objc",
4806 "parking_lot",
4807 "paths",
4808 "proto",
4809 "rope",
4810 "serde",
4811 "serde_json",
4812 "smol",
4813 "tempfile",
4814 "text",
4815 "time",
4816 "util",
4817 "windows 0.58.0",
4818]
4819
4820[[package]]
4821name = "fs-set-times"
4822version = "0.20.2"
4823source = "registry+https://github.com/rust-lang/crates.io-index"
4824checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
4825dependencies = [
4826 "io-lifetimes",
4827 "rustix",
4828 "windows-sys 0.59.0",
4829]
4830
4831[[package]]
4832name = "fs2"
4833version = "0.4.3"
4834source = "registry+https://github.com/rust-lang/crates.io-index"
4835checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4836dependencies = [
4837 "libc",
4838 "winapi",
4839]
4840
4841[[package]]
4842name = "fsevent"
4843version = "0.1.0"
4844dependencies = [
4845 "bitflags 2.8.0",
4846 "core-foundation 0.9.4",
4847 "fsevent-sys 3.1.0",
4848 "parking_lot",
4849 "tempfile",
4850]
4851
4852[[package]]
4853name = "fsevent-sys"
4854version = "3.1.0"
4855source = "registry+https://github.com/rust-lang/crates.io-index"
4856checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4857dependencies = [
4858 "libc",
4859]
4860
4861[[package]]
4862name = "fsevent-sys"
4863version = "4.1.0"
4864source = "registry+https://github.com/rust-lang/crates.io-index"
4865checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4866dependencies = [
4867 "libc",
4868]
4869
4870[[package]]
4871name = "funty"
4872version = "2.0.0"
4873source = "registry+https://github.com/rust-lang/crates.io-index"
4874checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4875
4876[[package]]
4877name = "futf"
4878version = "0.1.5"
4879source = "registry+https://github.com/rust-lang/crates.io-index"
4880checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4881dependencies = [
4882 "mac",
4883 "new_debug_unreachable",
4884]
4885
4886[[package]]
4887name = "futures"
4888version = "0.1.31"
4889source = "registry+https://github.com/rust-lang/crates.io-index"
4890checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4891
4892[[package]]
4893name = "futures"
4894version = "0.3.31"
4895source = "registry+https://github.com/rust-lang/crates.io-index"
4896checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
4897dependencies = [
4898 "futures-channel",
4899 "futures-core",
4900 "futures-executor",
4901 "futures-io",
4902 "futures-sink",
4903 "futures-task",
4904 "futures-util",
4905]
4906
4907[[package]]
4908name = "futures-batch"
4909version = "0.6.1"
4910source = "registry+https://github.com/rust-lang/crates.io-index"
4911checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4912dependencies = [
4913 "futures 0.3.31",
4914 "futures-timer",
4915 "pin-utils",
4916]
4917
4918[[package]]
4919name = "futures-channel"
4920version = "0.3.31"
4921source = "registry+https://github.com/rust-lang/crates.io-index"
4922checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
4923dependencies = [
4924 "futures-core",
4925 "futures-sink",
4926]
4927
4928[[package]]
4929name = "futures-core"
4930version = "0.3.31"
4931source = "registry+https://github.com/rust-lang/crates.io-index"
4932checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
4933
4934[[package]]
4935name = "futures-executor"
4936version = "0.3.31"
4937source = "registry+https://github.com/rust-lang/crates.io-index"
4938checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
4939dependencies = [
4940 "futures-core",
4941 "futures-task",
4942 "futures-util",
4943]
4944
4945[[package]]
4946name = "futures-intrusive"
4947version = "0.5.0"
4948source = "registry+https://github.com/rust-lang/crates.io-index"
4949checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4950dependencies = [
4951 "futures-core",
4952 "lock_api",
4953 "parking_lot",
4954]
4955
4956[[package]]
4957name = "futures-io"
4958version = "0.3.31"
4959source = "registry+https://github.com/rust-lang/crates.io-index"
4960checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
4961
4962[[package]]
4963name = "futures-lite"
4964version = "1.13.0"
4965source = "registry+https://github.com/rust-lang/crates.io-index"
4966checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4967dependencies = [
4968 "fastrand 1.9.0",
4969 "futures-core",
4970 "futures-io",
4971 "memchr",
4972 "parking",
4973 "pin-project-lite",
4974 "waker-fn",
4975]
4976
4977[[package]]
4978name = "futures-lite"
4979version = "2.5.0"
4980source = "registry+https://github.com/rust-lang/crates.io-index"
4981checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
4982dependencies = [
4983 "fastrand 2.3.0",
4984 "futures-core",
4985 "futures-io",
4986 "parking",
4987 "pin-project-lite",
4988]
4989
4990[[package]]
4991name = "futures-macro"
4992version = "0.3.31"
4993source = "registry+https://github.com/rust-lang/crates.io-index"
4994checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
4995dependencies = [
4996 "proc-macro2",
4997 "quote",
4998 "syn 2.0.90",
4999]
5000
5001[[package]]
5002name = "futures-sink"
5003version = "0.3.31"
5004source = "registry+https://github.com/rust-lang/crates.io-index"
5005checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
5006
5007[[package]]
5008name = "futures-task"
5009version = "0.3.31"
5010source = "registry+https://github.com/rust-lang/crates.io-index"
5011checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
5012
5013[[package]]
5014name = "futures-timer"
5015version = "3.0.3"
5016source = "registry+https://github.com/rust-lang/crates.io-index"
5017checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5018
5019[[package]]
5020name = "futures-util"
5021version = "0.3.31"
5022source = "registry+https://github.com/rust-lang/crates.io-index"
5023checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5024dependencies = [
5025 "futures 0.1.31",
5026 "futures-channel",
5027 "futures-core",
5028 "futures-io",
5029 "futures-macro",
5030 "futures-sink",
5031 "futures-task",
5032 "memchr",
5033 "pin-project-lite",
5034 "pin-utils",
5035 "slab",
5036 "tokio-io",
5037]
5038
5039[[package]]
5040name = "fuzzy"
5041version = "0.1.0"
5042dependencies = [
5043 "gpui",
5044 "log",
5045 "util",
5046]
5047
5048[[package]]
5049name = "fuzzy-matcher"
5050version = "0.3.7"
5051source = "registry+https://github.com/rust-lang/crates.io-index"
5052checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5053dependencies = [
5054 "thread_local",
5055]
5056
5057[[package]]
5058name = "generic-array"
5059version = "0.14.7"
5060source = "registry+https://github.com/rust-lang/crates.io-index"
5061checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5062dependencies = [
5063 "typenum",
5064 "version_check",
5065]
5066
5067[[package]]
5068name = "gethostname"
5069version = "0.4.3"
5070source = "registry+https://github.com/rust-lang/crates.io-index"
5071checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5072dependencies = [
5073 "libc",
5074 "windows-targets 0.48.5",
5075]
5076
5077[[package]]
5078name = "getrandom"
5079version = "0.1.16"
5080source = "registry+https://github.com/rust-lang/crates.io-index"
5081checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5082dependencies = [
5083 "cfg-if",
5084 "libc",
5085 "wasi 0.9.0+wasi-snapshot-preview1",
5086]
5087
5088[[package]]
5089name = "getrandom"
5090version = "0.2.15"
5091source = "registry+https://github.com/rust-lang/crates.io-index"
5092checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5093dependencies = [
5094 "cfg-if",
5095 "js-sys",
5096 "libc",
5097 "wasi 0.11.0+wasi-snapshot-preview1",
5098 "wasm-bindgen",
5099]
5100
5101[[package]]
5102name = "gif"
5103version = "0.13.1"
5104source = "registry+https://github.com/rust-lang/crates.io-index"
5105checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5106dependencies = [
5107 "color_quant",
5108 "weezl",
5109]
5110
5111[[package]]
5112name = "gimli"
5113version = "0.29.0"
5114source = "registry+https://github.com/rust-lang/crates.io-index"
5115checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
5116dependencies = [
5117 "fallible-iterator",
5118 "indexmap",
5119 "stable_deref_trait",
5120]
5121
5122[[package]]
5123name = "gimli"
5124version = "0.31.1"
5125source = "registry+https://github.com/rust-lang/crates.io-index"
5126checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5127
5128[[package]]
5129name = "git"
5130version = "0.1.0"
5131dependencies = [
5132 "anyhow",
5133 "async-trait",
5134 "collections",
5135 "derive_more",
5136 "git2",
5137 "gpui",
5138 "http_client",
5139 "log",
5140 "parking_lot",
5141 "pretty_assertions",
5142 "regex",
5143 "rope",
5144 "serde",
5145 "serde_json",
5146 "smol",
5147 "sum_tree",
5148 "text",
5149 "time",
5150 "unindent",
5151 "url",
5152 "util",
5153]
5154
5155[[package]]
5156name = "git2"
5157version = "0.19.0"
5158source = "registry+https://github.com/rust-lang/crates.io-index"
5159checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
5160dependencies = [
5161 "bitflags 2.8.0",
5162 "libc",
5163 "libgit2-sys",
5164 "log",
5165 "url",
5166]
5167
5168[[package]]
5169name = "git_hosting_providers"
5170version = "0.1.0"
5171dependencies = [
5172 "anyhow",
5173 "async-trait",
5174 "futures 0.3.31",
5175 "git",
5176 "gpui",
5177 "http_client",
5178 "indoc",
5179 "pretty_assertions",
5180 "regex",
5181 "serde",
5182 "serde_json",
5183 "url",
5184 "util",
5185]
5186
5187[[package]]
5188name = "git_ui"
5189version = "0.1.0"
5190dependencies = [
5191 "anyhow",
5192 "collections",
5193 "db",
5194 "editor",
5195 "futures 0.3.31",
5196 "git",
5197 "gpui",
5198 "language",
5199 "menu",
5200 "project",
5201 "schemars",
5202 "serde",
5203 "serde_derive",
5204 "serde_json",
5205 "settings",
5206 "theme",
5207 "ui",
5208 "util",
5209 "windows 0.58.0",
5210 "workspace",
5211 "worktree",
5212]
5213
5214[[package]]
5215name = "glob"
5216version = "0.3.1"
5217source = "registry+https://github.com/rust-lang/crates.io-index"
5218checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5219
5220[[package]]
5221name = "globset"
5222version = "0.4.15"
5223source = "registry+https://github.com/rust-lang/crates.io-index"
5224checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5225dependencies = [
5226 "aho-corasick",
5227 "bstr",
5228 "log",
5229 "regex-automata 0.4.9",
5230 "regex-syntax 0.8.5",
5231]
5232
5233[[package]]
5234name = "gloo-timers"
5235version = "0.3.0"
5236source = "registry+https://github.com/rust-lang/crates.io-index"
5237checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5238dependencies = [
5239 "futures-channel",
5240 "futures-core",
5241 "js-sys",
5242 "wasm-bindgen",
5243]
5244
5245[[package]]
5246name = "glow"
5247version = "0.14.2"
5248source = "registry+https://github.com/rust-lang/crates.io-index"
5249checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5250dependencies = [
5251 "js-sys",
5252 "slotmap",
5253 "wasm-bindgen",
5254 "web-sys",
5255]
5256
5257[[package]]
5258name = "go_to_line"
5259version = "0.1.0"
5260dependencies = [
5261 "anyhow",
5262 "editor",
5263 "gpui",
5264 "indoc",
5265 "language",
5266 "menu",
5267 "project",
5268 "rope",
5269 "schemars",
5270 "serde",
5271 "serde_json",
5272 "settings",
5273 "text",
5274 "theme",
5275 "tree-sitter-rust",
5276 "tree-sitter-typescript",
5277 "ui",
5278 "util",
5279 "workspace",
5280]
5281
5282[[package]]
5283name = "google_ai"
5284version = "0.1.0"
5285dependencies = [
5286 "anyhow",
5287 "futures 0.3.31",
5288 "http_client",
5289 "schemars",
5290 "serde",
5291 "serde_json",
5292 "strum",
5293]
5294
5295[[package]]
5296name = "gpu-alloc"
5297version = "0.6.0"
5298source = "registry+https://github.com/rust-lang/crates.io-index"
5299checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5300dependencies = [
5301 "bitflags 2.8.0",
5302 "gpu-alloc-types",
5303]
5304
5305[[package]]
5306name = "gpu-alloc-ash"
5307version = "0.7.0"
5308source = "registry+https://github.com/rust-lang/crates.io-index"
5309checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5310dependencies = [
5311 "ash",
5312 "gpu-alloc-types",
5313 "tinyvec",
5314]
5315
5316[[package]]
5317name = "gpu-alloc-types"
5318version = "0.3.0"
5319source = "registry+https://github.com/rust-lang/crates.io-index"
5320checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5321dependencies = [
5322 "bitflags 2.8.0",
5323]
5324
5325[[package]]
5326name = "gpui"
5327version = "0.1.0"
5328dependencies = [
5329 "anyhow",
5330 "as-raw-xcb-connection",
5331 "ashpd",
5332 "async-task",
5333 "backtrace",
5334 "bindgen",
5335 "blade-graphics",
5336 "blade-macros",
5337 "blade-util",
5338 "block",
5339 "bytemuck",
5340 "calloop",
5341 "calloop-wayland-source",
5342 "cbindgen 0.28.0",
5343 "cocoa 0.26.0",
5344 "collections",
5345 "core-foundation 0.9.4",
5346 "core-foundation-sys",
5347 "core-graphics 0.23.2",
5348 "core-text",
5349 "cosmic-text",
5350 "ctor",
5351 "derive_more",
5352 "embed-resource",
5353 "env_logger 0.11.6",
5354 "etagere",
5355 "filedescriptor",
5356 "flume",
5357 "font-kit",
5358 "foreign-types 0.5.0",
5359 "futures 0.3.31",
5360 "gpui_macros",
5361 "http_client",
5362 "image",
5363 "itertools 0.14.0",
5364 "linkme",
5365 "log",
5366 "media",
5367 "metal",
5368 "num_cpus",
5369 "objc",
5370 "objc2",
5371 "objc2-metal",
5372 "oo7",
5373 "open",
5374 "parking",
5375 "parking_lot",
5376 "pathfinder_geometry",
5377 "postage",
5378 "profiling",
5379 "rand 0.8.5",
5380 "raw-window-handle",
5381 "refineable",
5382 "resvg",
5383 "schemars",
5384 "seahash",
5385 "semantic_version",
5386 "serde",
5387 "serde_derive",
5388 "serde_json",
5389 "slotmap",
5390 "smallvec",
5391 "smol",
5392 "strum",
5393 "sum_tree",
5394 "taffy",
5395 "thiserror 1.0.69",
5396 "unicode-segmentation",
5397 "usvg",
5398 "util",
5399 "uuid",
5400 "waker-fn",
5401 "wayland-backend",
5402 "wayland-client",
5403 "wayland-cursor",
5404 "wayland-protocols",
5405 "wayland-protocols-plasma",
5406 "windows 0.58.0",
5407 "windows-core 0.58.0",
5408 "x11-clipboard",
5409 "x11rb",
5410 "xim",
5411 "xkbcommon",
5412]
5413
5414[[package]]
5415name = "gpui_macros"
5416version = "0.1.0"
5417dependencies = [
5418 "proc-macro2",
5419 "quote",
5420 "syn 1.0.109",
5421]
5422
5423[[package]]
5424name = "grid"
5425version = "0.13.0"
5426source = "registry+https://github.com/rust-lang/crates.io-index"
5427checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5428
5429[[package]]
5430name = "group"
5431version = "0.12.1"
5432source = "registry+https://github.com/rust-lang/crates.io-index"
5433checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5434dependencies = [
5435 "ff",
5436 "rand_core 0.6.4",
5437 "subtle",
5438]
5439
5440[[package]]
5441name = "h2"
5442version = "0.3.26"
5443source = "registry+https://github.com/rust-lang/crates.io-index"
5444checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5445dependencies = [
5446 "bytes 1.9.0",
5447 "fnv",
5448 "futures-core",
5449 "futures-sink",
5450 "futures-util",
5451 "http 0.2.12",
5452 "indexmap",
5453 "slab",
5454 "tokio",
5455 "tokio-util",
5456 "tracing",
5457]
5458
5459[[package]]
5460name = "h2"
5461version = "0.4.7"
5462source = "registry+https://github.com/rust-lang/crates.io-index"
5463checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5464dependencies = [
5465 "atomic-waker",
5466 "bytes 1.9.0",
5467 "fnv",
5468 "futures-core",
5469 "futures-sink",
5470 "http 1.2.0",
5471 "indexmap",
5472 "slab",
5473 "tokio",
5474 "tokio-util",
5475 "tracing",
5476]
5477
5478[[package]]
5479name = "half"
5480version = "2.4.1"
5481source = "registry+https://github.com/rust-lang/crates.io-index"
5482checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5483dependencies = [
5484 "cfg-if",
5485 "crunchy",
5486]
5487
5488[[package]]
5489name = "handlebars"
5490version = "4.5.0"
5491source = "registry+https://github.com/rust-lang/crates.io-index"
5492checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5493dependencies = [
5494 "log",
5495 "pest",
5496 "pest_derive",
5497 "serde",
5498 "serde_json",
5499 "thiserror 1.0.69",
5500]
5501
5502[[package]]
5503name = "handlebars"
5504version = "6.2.0"
5505source = "registry+https://github.com/rust-lang/crates.io-index"
5506checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5507dependencies = [
5508 "log",
5509 "num-order",
5510 "pest",
5511 "pest_derive",
5512 "serde",
5513 "serde_json",
5514 "thiserror 1.0.69",
5515]
5516
5517[[package]]
5518name = "hashbrown"
5519version = "0.12.3"
5520source = "registry+https://github.com/rust-lang/crates.io-index"
5521checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5522dependencies = [
5523 "ahash 0.7.8",
5524]
5525
5526[[package]]
5527name = "hashbrown"
5528version = "0.13.2"
5529source = "registry+https://github.com/rust-lang/crates.io-index"
5530checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5531dependencies = [
5532 "ahash 0.8.11",
5533]
5534
5535[[package]]
5536name = "hashbrown"
5537version = "0.14.5"
5538source = "registry+https://github.com/rust-lang/crates.io-index"
5539checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5540dependencies = [
5541 "ahash 0.8.11",
5542 "allocator-api2",
5543 "serde",
5544]
5545
5546[[package]]
5547name = "hashbrown"
5548version = "0.15.2"
5549source = "registry+https://github.com/rust-lang/crates.io-index"
5550checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5551dependencies = [
5552 "allocator-api2",
5553 "equivalent",
5554 "foldhash",
5555]
5556
5557[[package]]
5558name = "hashlink"
5559version = "0.8.4"
5560source = "registry+https://github.com/rust-lang/crates.io-index"
5561checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5562dependencies = [
5563 "hashbrown 0.14.5",
5564]
5565
5566[[package]]
5567name = "hashlink"
5568version = "0.9.1"
5569source = "registry+https://github.com/rust-lang/crates.io-index"
5570checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5571dependencies = [
5572 "hashbrown 0.14.5",
5573]
5574
5575[[package]]
5576name = "headers"
5577version = "0.3.9"
5578source = "registry+https://github.com/rust-lang/crates.io-index"
5579checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5580dependencies = [
5581 "base64 0.21.7",
5582 "bytes 1.9.0",
5583 "headers-core",
5584 "http 0.2.12",
5585 "httpdate",
5586 "mime",
5587 "sha1",
5588]
5589
5590[[package]]
5591name = "headers-core"
5592version = "0.2.0"
5593source = "registry+https://github.com/rust-lang/crates.io-index"
5594checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5595dependencies = [
5596 "http 0.2.12",
5597]
5598
5599[[package]]
5600name = "heck"
5601version = "0.3.3"
5602source = "registry+https://github.com/rust-lang/crates.io-index"
5603checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5604dependencies = [
5605 "unicode-segmentation",
5606]
5607
5608[[package]]
5609name = "heck"
5610version = "0.4.1"
5611source = "registry+https://github.com/rust-lang/crates.io-index"
5612checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5613dependencies = [
5614 "unicode-segmentation",
5615]
5616
5617[[package]]
5618name = "heck"
5619version = "0.5.0"
5620source = "registry+https://github.com/rust-lang/crates.io-index"
5621checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5622
5623[[package]]
5624name = "heed"
5625version = "0.21.0"
5626source = "registry+https://github.com/rust-lang/crates.io-index"
5627checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5628dependencies = [
5629 "bitflags 2.8.0",
5630 "byteorder",
5631 "heed-traits",
5632 "heed-types",
5633 "libc",
5634 "lmdb-master-sys",
5635 "once_cell",
5636 "page_size",
5637 "serde",
5638 "synchronoise",
5639 "url",
5640]
5641
5642[[package]]
5643name = "heed-traits"
5644version = "0.20.0"
5645source = "registry+https://github.com/rust-lang/crates.io-index"
5646checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5647
5648[[package]]
5649name = "heed-types"
5650version = "0.21.0"
5651source = "registry+https://github.com/rust-lang/crates.io-index"
5652checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5653dependencies = [
5654 "bincode",
5655 "byteorder",
5656 "heed-traits",
5657 "serde",
5658 "serde_json",
5659]
5660
5661[[package]]
5662name = "hermit-abi"
5663version = "0.3.9"
5664source = "registry+https://github.com/rust-lang/crates.io-index"
5665checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5666
5667[[package]]
5668name = "hermit-abi"
5669version = "0.4.0"
5670source = "registry+https://github.com/rust-lang/crates.io-index"
5671checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5672
5673[[package]]
5674name = "hex"
5675version = "0.4.3"
5676source = "registry+https://github.com/rust-lang/crates.io-index"
5677checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5678
5679[[package]]
5680name = "hexf-parse"
5681version = "0.2.1"
5682source = "registry+https://github.com/rust-lang/crates.io-index"
5683checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5684
5685[[package]]
5686name = "hidden-trait"
5687version = "0.1.2"
5688source = "registry+https://github.com/rust-lang/crates.io-index"
5689checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5690dependencies = [
5691 "proc-macro2",
5692 "quote",
5693 "syn 1.0.109",
5694]
5695
5696[[package]]
5697name = "hkdf"
5698version = "0.12.4"
5699source = "registry+https://github.com/rust-lang/crates.io-index"
5700checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5701dependencies = [
5702 "hmac",
5703]
5704
5705[[package]]
5706name = "hmac"
5707version = "0.12.1"
5708source = "registry+https://github.com/rust-lang/crates.io-index"
5709checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5710dependencies = [
5711 "digest",
5712]
5713
5714[[package]]
5715name = "home"
5716version = "0.5.9"
5717source = "registry+https://github.com/rust-lang/crates.io-index"
5718checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5719dependencies = [
5720 "windows-sys 0.52.0",
5721]
5722
5723[[package]]
5724name = "hound"
5725version = "3.5.1"
5726source = "registry+https://github.com/rust-lang/crates.io-index"
5727checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5728
5729[[package]]
5730name = "html5ever"
5731version = "0.27.0"
5732source = "registry+https://github.com/rust-lang/crates.io-index"
5733checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5734dependencies = [
5735 "log",
5736 "mac",
5737 "markup5ever",
5738 "proc-macro2",
5739 "quote",
5740 "syn 2.0.90",
5741]
5742
5743[[package]]
5744name = "html_to_markdown"
5745version = "0.1.0"
5746dependencies = [
5747 "anyhow",
5748 "html5ever",
5749 "indoc",
5750 "markup5ever_rcdom",
5751 "pretty_assertions",
5752 "regex",
5753]
5754
5755[[package]]
5756name = "http"
5757version = "0.2.12"
5758source = "registry+https://github.com/rust-lang/crates.io-index"
5759checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5760dependencies = [
5761 "bytes 1.9.0",
5762 "fnv",
5763 "itoa",
5764]
5765
5766[[package]]
5767name = "http"
5768version = "1.2.0"
5769source = "registry+https://github.com/rust-lang/crates.io-index"
5770checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
5771dependencies = [
5772 "bytes 1.9.0",
5773 "fnv",
5774 "itoa",
5775]
5776
5777[[package]]
5778name = "http-body"
5779version = "0.4.6"
5780source = "registry+https://github.com/rust-lang/crates.io-index"
5781checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5782dependencies = [
5783 "bytes 1.9.0",
5784 "http 0.2.12",
5785 "pin-project-lite",
5786]
5787
5788[[package]]
5789name = "http-body"
5790version = "1.0.1"
5791source = "registry+https://github.com/rust-lang/crates.io-index"
5792checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5793dependencies = [
5794 "bytes 1.9.0",
5795 "http 1.2.0",
5796]
5797
5798[[package]]
5799name = "http-body-util"
5800version = "0.1.2"
5801source = "registry+https://github.com/rust-lang/crates.io-index"
5802checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5803dependencies = [
5804 "bytes 1.9.0",
5805 "futures-util",
5806 "http 1.2.0",
5807 "http-body 1.0.1",
5808 "pin-project-lite",
5809]
5810
5811[[package]]
5812name = "http-range-header"
5813version = "0.3.1"
5814source = "registry+https://github.com/rust-lang/crates.io-index"
5815checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5816
5817[[package]]
5818name = "http-types"
5819version = "2.12.0"
5820source = "registry+https://github.com/rust-lang/crates.io-index"
5821checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5822dependencies = [
5823 "anyhow",
5824 "async-channel 1.9.0",
5825 "base64 0.13.1",
5826 "futures-lite 1.13.0",
5827 "http 0.2.12",
5828 "infer",
5829 "pin-project-lite",
5830 "rand 0.7.3",
5831 "serde",
5832 "serde_json",
5833 "serde_qs 0.8.5",
5834 "serde_urlencoded",
5835 "url",
5836]
5837
5838[[package]]
5839name = "http_client"
5840version = "0.1.0"
5841dependencies = [
5842 "anyhow",
5843 "bytes 1.9.0",
5844 "derive_more",
5845 "futures 0.3.31",
5846 "http 1.2.0",
5847 "log",
5848 "serde",
5849 "serde_json",
5850 "url",
5851]
5852
5853[[package]]
5854name = "httparse"
5855version = "1.9.5"
5856source = "registry+https://github.com/rust-lang/crates.io-index"
5857checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
5858
5859[[package]]
5860name = "httpdate"
5861version = "1.0.3"
5862source = "registry+https://github.com/rust-lang/crates.io-index"
5863checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5864
5865[[package]]
5866name = "human_bytes"
5867version = "0.4.3"
5868source = "registry+https://github.com/rust-lang/crates.io-index"
5869checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5870
5871[[package]]
5872name = "humantime"
5873version = "2.1.0"
5874source = "registry+https://github.com/rust-lang/crates.io-index"
5875checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5876
5877[[package]]
5878name = "hyper"
5879version = "0.14.32"
5880source = "registry+https://github.com/rust-lang/crates.io-index"
5881checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
5882dependencies = [
5883 "bytes 1.9.0",
5884 "futures-channel",
5885 "futures-core",
5886 "futures-util",
5887 "h2 0.3.26",
5888 "http 0.2.12",
5889 "http-body 0.4.6",
5890 "httparse",
5891 "httpdate",
5892 "itoa",
5893 "pin-project-lite",
5894 "socket2",
5895 "tokio",
5896 "tower-service",
5897 "tracing",
5898 "want",
5899]
5900
5901[[package]]
5902name = "hyper"
5903version = "1.5.1"
5904source = "registry+https://github.com/rust-lang/crates.io-index"
5905checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
5906dependencies = [
5907 "bytes 1.9.0",
5908 "futures-channel",
5909 "futures-util",
5910 "h2 0.4.7",
5911 "http 1.2.0",
5912 "http-body 1.0.1",
5913 "httparse",
5914 "itoa",
5915 "pin-project-lite",
5916 "smallvec",
5917 "tokio",
5918 "want",
5919]
5920
5921[[package]]
5922name = "hyper-rustls"
5923version = "0.24.2"
5924source = "registry+https://github.com/rust-lang/crates.io-index"
5925checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5926dependencies = [
5927 "futures-util",
5928 "http 0.2.12",
5929 "hyper 0.14.32",
5930 "log",
5931 "rustls 0.21.12",
5932 "rustls-native-certs 0.6.3",
5933 "tokio",
5934 "tokio-rustls 0.24.1",
5935]
5936
5937[[package]]
5938name = "hyper-rustls"
5939version = "0.27.3"
5940source = "registry+https://github.com/rust-lang/crates.io-index"
5941checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5942dependencies = [
5943 "futures-util",
5944 "http 1.2.0",
5945 "hyper 1.5.1",
5946 "hyper-util",
5947 "rustls 0.23.20",
5948 "rustls-native-certs 0.8.1",
5949 "rustls-pki-types",
5950 "tokio",
5951 "tokio-rustls 0.26.1",
5952 "tower-service",
5953]
5954
5955[[package]]
5956name = "hyper-tls"
5957version = "0.5.0"
5958source = "registry+https://github.com/rust-lang/crates.io-index"
5959checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5960dependencies = [
5961 "bytes 1.9.0",
5962 "hyper 0.14.32",
5963 "native-tls",
5964 "tokio",
5965 "tokio-native-tls",
5966]
5967
5968[[package]]
5969name = "hyper-util"
5970version = "0.1.10"
5971source = "registry+https://github.com/rust-lang/crates.io-index"
5972checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
5973dependencies = [
5974 "bytes 1.9.0",
5975 "futures-channel",
5976 "futures-util",
5977 "http 1.2.0",
5978 "http-body 1.0.1",
5979 "hyper 1.5.1",
5980 "pin-project-lite",
5981 "socket2",
5982 "tokio",
5983 "tower-service",
5984 "tracing",
5985]
5986
5987[[package]]
5988name = "iana-time-zone"
5989version = "0.1.61"
5990source = "registry+https://github.com/rust-lang/crates.io-index"
5991checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
5992dependencies = [
5993 "android_system_properties",
5994 "core-foundation-sys",
5995 "iana-time-zone-haiku",
5996 "js-sys",
5997 "wasm-bindgen",
5998 "windows-core 0.52.0",
5999]
6000
6001[[package]]
6002name = "iana-time-zone-haiku"
6003version = "0.1.2"
6004source = "registry+https://github.com/rust-lang/crates.io-index"
6005checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
6006dependencies = [
6007 "cc",
6008]
6009
6010[[package]]
6011name = "icu_collections"
6012version = "1.5.0"
6013source = "registry+https://github.com/rust-lang/crates.io-index"
6014checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6015dependencies = [
6016 "displaydoc",
6017 "yoke",
6018 "zerofrom",
6019 "zerovec",
6020]
6021
6022[[package]]
6023name = "icu_locid"
6024version = "1.5.0"
6025source = "registry+https://github.com/rust-lang/crates.io-index"
6026checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6027dependencies = [
6028 "displaydoc",
6029 "litemap",
6030 "tinystr",
6031 "writeable",
6032 "zerovec",
6033]
6034
6035[[package]]
6036name = "icu_locid_transform"
6037version = "1.5.0"
6038source = "registry+https://github.com/rust-lang/crates.io-index"
6039checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6040dependencies = [
6041 "displaydoc",
6042 "icu_locid",
6043 "icu_locid_transform_data",
6044 "icu_provider",
6045 "tinystr",
6046 "zerovec",
6047]
6048
6049[[package]]
6050name = "icu_locid_transform_data"
6051version = "1.5.0"
6052source = "registry+https://github.com/rust-lang/crates.io-index"
6053checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6054
6055[[package]]
6056name = "icu_normalizer"
6057version = "1.5.0"
6058source = "registry+https://github.com/rust-lang/crates.io-index"
6059checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6060dependencies = [
6061 "displaydoc",
6062 "icu_collections",
6063 "icu_normalizer_data",
6064 "icu_properties",
6065 "icu_provider",
6066 "smallvec",
6067 "utf16_iter",
6068 "utf8_iter",
6069 "write16",
6070 "zerovec",
6071]
6072
6073[[package]]
6074name = "icu_normalizer_data"
6075version = "1.5.0"
6076source = "registry+https://github.com/rust-lang/crates.io-index"
6077checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6078
6079[[package]]
6080name = "icu_properties"
6081version = "1.5.1"
6082source = "registry+https://github.com/rust-lang/crates.io-index"
6083checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6084dependencies = [
6085 "displaydoc",
6086 "icu_collections",
6087 "icu_locid_transform",
6088 "icu_properties_data",
6089 "icu_provider",
6090 "tinystr",
6091 "zerovec",
6092]
6093
6094[[package]]
6095name = "icu_properties_data"
6096version = "1.5.0"
6097source = "registry+https://github.com/rust-lang/crates.io-index"
6098checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6099
6100[[package]]
6101name = "icu_provider"
6102version = "1.5.0"
6103source = "registry+https://github.com/rust-lang/crates.io-index"
6104checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6105dependencies = [
6106 "displaydoc",
6107 "icu_locid",
6108 "icu_provider_macros",
6109 "stable_deref_trait",
6110 "tinystr",
6111 "writeable",
6112 "yoke",
6113 "zerofrom",
6114 "zerovec",
6115]
6116
6117[[package]]
6118name = "icu_provider_macros"
6119version = "1.5.0"
6120source = "registry+https://github.com/rust-lang/crates.io-index"
6121checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6122dependencies = [
6123 "proc-macro2",
6124 "quote",
6125 "syn 2.0.90",
6126]
6127
6128[[package]]
6129name = "id-arena"
6130version = "2.2.1"
6131source = "registry+https://github.com/rust-lang/crates.io-index"
6132checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6133
6134[[package]]
6135name = "idna"
6136version = "1.0.3"
6137source = "registry+https://github.com/rust-lang/crates.io-index"
6138checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6139dependencies = [
6140 "idna_adapter",
6141 "smallvec",
6142 "utf8_iter",
6143]
6144
6145[[package]]
6146name = "idna_adapter"
6147version = "1.2.0"
6148source = "registry+https://github.com/rust-lang/crates.io-index"
6149checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6150dependencies = [
6151 "icu_normalizer",
6152 "icu_properties",
6153]
6154
6155[[package]]
6156name = "ignore"
6157version = "0.4.23"
6158source = "registry+https://github.com/rust-lang/crates.io-index"
6159checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6160dependencies = [
6161 "crossbeam-deque",
6162 "globset",
6163 "log",
6164 "memchr",
6165 "regex-automata 0.4.9",
6166 "same-file",
6167 "walkdir",
6168 "winapi-util",
6169]
6170
6171[[package]]
6172name = "image"
6173version = "0.25.5"
6174source = "registry+https://github.com/rust-lang/crates.io-index"
6175checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6176dependencies = [
6177 "bytemuck",
6178 "byteorder-lite",
6179 "color_quant",
6180 "exr",
6181 "gif",
6182 "image-webp",
6183 "num-traits",
6184 "png",
6185 "qoi",
6186 "ravif",
6187 "rayon",
6188 "rgb",
6189 "tiff",
6190 "zune-core",
6191 "zune-jpeg",
6192]
6193
6194[[package]]
6195name = "image-webp"
6196version = "0.2.0"
6197source = "registry+https://github.com/rust-lang/crates.io-index"
6198checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6199dependencies = [
6200 "byteorder-lite",
6201 "quick-error",
6202]
6203
6204[[package]]
6205name = "image_viewer"
6206version = "0.1.0"
6207dependencies = [
6208 "anyhow",
6209 "db",
6210 "editor",
6211 "file_icons",
6212 "gpui",
6213 "project",
6214 "settings",
6215 "theme",
6216 "ui",
6217 "util",
6218 "workspace",
6219]
6220
6221[[package]]
6222name = "imagesize"
6223version = "0.13.0"
6224source = "registry+https://github.com/rust-lang/crates.io-index"
6225checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6226
6227[[package]]
6228name = "imgref"
6229version = "1.11.0"
6230source = "registry+https://github.com/rust-lang/crates.io-index"
6231checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6232
6233[[package]]
6234name = "indexed_docs"
6235version = "0.1.0"
6236dependencies = [
6237 "anyhow",
6238 "async-trait",
6239 "cargo_metadata",
6240 "collections",
6241 "derive_more",
6242 "extension",
6243 "fs",
6244 "futures 0.3.31",
6245 "fuzzy",
6246 "gpui",
6247 "heed",
6248 "html_to_markdown",
6249 "http_client",
6250 "indexmap",
6251 "indoc",
6252 "parking_lot",
6253 "paths",
6254 "pretty_assertions",
6255 "serde",
6256 "strum",
6257 "util",
6258]
6259
6260[[package]]
6261name = "indexmap"
6262version = "2.7.0"
6263source = "registry+https://github.com/rust-lang/crates.io-index"
6264checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
6265dependencies = [
6266 "equivalent",
6267 "hashbrown 0.15.2",
6268 "serde",
6269]
6270
6271[[package]]
6272name = "indoc"
6273version = "2.0.5"
6274source = "registry+https://github.com/rust-lang/crates.io-index"
6275checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6276
6277[[package]]
6278name = "infer"
6279version = "0.2.3"
6280source = "registry+https://github.com/rust-lang/crates.io-index"
6281checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6282
6283[[package]]
6284name = "inherent"
6285version = "1.0.11"
6286source = "registry+https://github.com/rust-lang/crates.io-index"
6287checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6288dependencies = [
6289 "proc-macro2",
6290 "quote",
6291 "syn 2.0.90",
6292]
6293
6294[[package]]
6295name = "inline_completion"
6296version = "0.1.0"
6297dependencies = [
6298 "gpui",
6299 "language",
6300]
6301
6302[[package]]
6303name = "inline_completion_button"
6304version = "0.1.0"
6305dependencies = [
6306 "anyhow",
6307 "copilot",
6308 "editor",
6309 "feature_flags",
6310 "fs",
6311 "futures 0.3.31",
6312 "gpui",
6313 "indoc",
6314 "inline_completion",
6315 "language",
6316 "lsp",
6317 "paths",
6318 "project",
6319 "serde_json",
6320 "settings",
6321 "supermaven",
6322 "theme",
6323 "ui",
6324 "workspace",
6325 "zed_actions",
6326 "zeta",
6327]
6328
6329[[package]]
6330name = "inotify"
6331version = "0.9.6"
6332source = "registry+https://github.com/rust-lang/crates.io-index"
6333checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6334dependencies = [
6335 "bitflags 1.3.2",
6336 "inotify-sys",
6337 "libc",
6338]
6339
6340[[package]]
6341name = "inotify-sys"
6342version = "0.1.5"
6343source = "registry+https://github.com/rust-lang/crates.io-index"
6344checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6345dependencies = [
6346 "libc",
6347]
6348
6349[[package]]
6350name = "inout"
6351version = "0.1.3"
6352source = "registry+https://github.com/rust-lang/crates.io-index"
6353checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6354dependencies = [
6355 "block-padding",
6356 "generic-array",
6357]
6358
6359[[package]]
6360name = "install_cli"
6361version = "0.1.0"
6362dependencies = [
6363 "anyhow",
6364 "gpui",
6365 "smol",
6366 "util",
6367]
6368
6369[[package]]
6370name = "instant"
6371version = "0.1.13"
6372source = "registry+https://github.com/rust-lang/crates.io-index"
6373checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6374dependencies = [
6375 "cfg-if",
6376]
6377
6378[[package]]
6379name = "interpolate_name"
6380version = "0.2.4"
6381source = "registry+https://github.com/rust-lang/crates.io-index"
6382checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6383dependencies = [
6384 "proc-macro2",
6385 "quote",
6386 "syn 2.0.90",
6387]
6388
6389[[package]]
6390name = "io-extras"
6391version = "0.18.4"
6392source = "registry+https://github.com/rust-lang/crates.io-index"
6393checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6394dependencies = [
6395 "io-lifetimes",
6396 "windows-sys 0.59.0",
6397]
6398
6399[[package]]
6400name = "io-lifetimes"
6401version = "2.0.4"
6402source = "registry+https://github.com/rust-lang/crates.io-index"
6403checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6404
6405[[package]]
6406name = "iovec"
6407version = "0.1.4"
6408source = "registry+https://github.com/rust-lang/crates.io-index"
6409checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6410dependencies = [
6411 "libc",
6412]
6413
6414[[package]]
6415name = "ipc-channel"
6416version = "0.19.0"
6417source = "registry+https://github.com/rust-lang/crates.io-index"
6418checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6419dependencies = [
6420 "bincode",
6421 "crossbeam-channel",
6422 "fnv",
6423 "lazy_static",
6424 "libc",
6425 "mio 1.0.3",
6426 "rand 0.8.5",
6427 "serde",
6428 "tempfile",
6429 "uuid",
6430 "windows 0.58.0",
6431]
6432
6433[[package]]
6434name = "ipnet"
6435version = "2.10.1"
6436source = "registry+https://github.com/rust-lang/crates.io-index"
6437checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6438
6439[[package]]
6440name = "is-docker"
6441version = "0.2.0"
6442source = "registry+https://github.com/rust-lang/crates.io-index"
6443checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6444dependencies = [
6445 "once_cell",
6446]
6447
6448[[package]]
6449name = "is-terminal"
6450version = "0.4.13"
6451source = "registry+https://github.com/rust-lang/crates.io-index"
6452checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6453dependencies = [
6454 "hermit-abi 0.4.0",
6455 "libc",
6456 "windows-sys 0.52.0",
6457]
6458
6459[[package]]
6460name = "is-wsl"
6461version = "0.4.0"
6462source = "registry+https://github.com/rust-lang/crates.io-index"
6463checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6464dependencies = [
6465 "is-docker",
6466 "once_cell",
6467]
6468
6469[[package]]
6470name = "is_terminal_polyfill"
6471version = "1.70.1"
6472source = "registry+https://github.com/rust-lang/crates.io-index"
6473checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6474
6475[[package]]
6476name = "itertools"
6477version = "0.10.5"
6478source = "registry+https://github.com/rust-lang/crates.io-index"
6479checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6480dependencies = [
6481 "either",
6482]
6483
6484[[package]]
6485name = "itertools"
6486version = "0.11.0"
6487source = "registry+https://github.com/rust-lang/crates.io-index"
6488checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6489dependencies = [
6490 "either",
6491]
6492
6493[[package]]
6494name = "itertools"
6495version = "0.12.1"
6496source = "registry+https://github.com/rust-lang/crates.io-index"
6497checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6498dependencies = [
6499 "either",
6500]
6501
6502[[package]]
6503name = "itertools"
6504version = "0.14.0"
6505source = "registry+https://github.com/rust-lang/crates.io-index"
6506checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
6507dependencies = [
6508 "either",
6509]
6510
6511[[package]]
6512name = "itoa"
6513version = "1.0.14"
6514source = "registry+https://github.com/rust-lang/crates.io-index"
6515checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6516
6517[[package]]
6518name = "jni"
6519version = "0.21.1"
6520source = "registry+https://github.com/rust-lang/crates.io-index"
6521checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6522dependencies = [
6523 "cesu8",
6524 "cfg-if",
6525 "combine",
6526 "jni-sys",
6527 "log",
6528 "thiserror 1.0.69",
6529 "walkdir",
6530 "windows-sys 0.45.0",
6531]
6532
6533[[package]]
6534name = "jni-sys"
6535version = "0.3.0"
6536source = "registry+https://github.com/rust-lang/crates.io-index"
6537checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6538
6539[[package]]
6540name = "jobserver"
6541version = "0.1.32"
6542source = "registry+https://github.com/rust-lang/crates.io-index"
6543checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6544dependencies = [
6545 "libc",
6546]
6547
6548[[package]]
6549name = "journal"
6550version = "0.1.0"
6551dependencies = [
6552 "anyhow",
6553 "chrono",
6554 "editor",
6555 "gpui",
6556 "log",
6557 "schemars",
6558 "serde",
6559 "settings",
6560 "shellexpand 2.1.2",
6561 "workspace",
6562]
6563
6564[[package]]
6565name = "jpeg-decoder"
6566version = "0.3.1"
6567source = "registry+https://github.com/rust-lang/crates.io-index"
6568checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6569
6570[[package]]
6571name = "js-sys"
6572version = "0.3.76"
6573source = "registry+https://github.com/rust-lang/crates.io-index"
6574checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6575dependencies = [
6576 "once_cell",
6577 "wasm-bindgen",
6578]
6579
6580[[package]]
6581name = "jsonwebtoken"
6582version = "9.3.0"
6583source = "registry+https://github.com/rust-lang/crates.io-index"
6584checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6585dependencies = [
6586 "base64 0.21.7",
6587 "js-sys",
6588 "pem",
6589 "ring",
6590 "serde",
6591 "serde_json",
6592 "simple_asn1",
6593]
6594
6595[[package]]
6596name = "jupyter-protocol"
6597version = "0.6.0"
6598source = "registry+https://github.com/rust-lang/crates.io-index"
6599checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
6600dependencies = [
6601 "anyhow",
6602 "async-trait",
6603 "bytes 1.9.0",
6604 "chrono",
6605 "futures 0.3.31",
6606 "serde",
6607 "serde_json",
6608 "uuid",
6609]
6610
6611[[package]]
6612name = "jupyter-websocket-client"
6613version = "0.9.0"
6614source = "registry+https://github.com/rust-lang/crates.io-index"
6615checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
6616dependencies = [
6617 "anyhow",
6618 "async-trait",
6619 "async-tungstenite 0.28.2",
6620 "futures 0.3.31",
6621 "jupyter-protocol",
6622 "serde",
6623 "serde_json",
6624 "url",
6625 "uuid",
6626]
6627
6628[[package]]
6629name = "khronos-egl"
6630version = "6.0.0"
6631source = "registry+https://github.com/rust-lang/crates.io-index"
6632checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6633dependencies = [
6634 "libc",
6635 "libloading",
6636]
6637
6638[[package]]
6639name = "kqueue"
6640version = "1.0.8"
6641source = "registry+https://github.com/rust-lang/crates.io-index"
6642checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6643dependencies = [
6644 "kqueue-sys",
6645 "libc",
6646]
6647
6648[[package]]
6649name = "kqueue-sys"
6650version = "1.0.4"
6651source = "registry+https://github.com/rust-lang/crates.io-index"
6652checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6653dependencies = [
6654 "bitflags 1.3.2",
6655 "libc",
6656]
6657
6658[[package]]
6659name = "kurbo"
6660version = "0.11.1"
6661source = "registry+https://github.com/rust-lang/crates.io-index"
6662checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6663dependencies = [
6664 "arrayvec",
6665 "smallvec",
6666]
6667
6668[[package]]
6669name = "kv-log-macro"
6670version = "1.0.7"
6671source = "registry+https://github.com/rust-lang/crates.io-index"
6672checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6673dependencies = [
6674 "log",
6675]
6676
6677[[package]]
6678name = "language"
6679version = "0.1.0"
6680dependencies = [
6681 "anyhow",
6682 "async-trait",
6683 "async-watch",
6684 "clock",
6685 "collections",
6686 "ctor",
6687 "ec4rs",
6688 "env_logger 0.11.6",
6689 "fs",
6690 "futures 0.3.31",
6691 "fuzzy",
6692 "globset",
6693 "gpui",
6694 "http_client",
6695 "indoc",
6696 "itertools 0.14.0",
6697 "log",
6698 "lsp",
6699 "parking_lot",
6700 "postage",
6701 "pretty_assertions",
6702 "pulldown-cmark 0.12.2",
6703 "rand 0.8.5",
6704 "regex",
6705 "rpc",
6706 "schemars",
6707 "serde",
6708 "serde_json",
6709 "settings",
6710 "similar",
6711 "smallvec",
6712 "smol",
6713 "strsim",
6714 "sum_tree",
6715 "task",
6716 "text",
6717 "theme",
6718 "tree-sitter",
6719 "tree-sitter-elixir",
6720 "tree-sitter-embedded-template",
6721 "tree-sitter-heex",
6722 "tree-sitter-html",
6723 "tree-sitter-json",
6724 "tree-sitter-md",
6725 "tree-sitter-ruby",
6726 "tree-sitter-rust",
6727 "tree-sitter-typescript",
6728 "unicase",
6729 "unindent",
6730 "util",
6731]
6732
6733[[package]]
6734name = "language_extension"
6735version = "0.1.0"
6736dependencies = [
6737 "anyhow",
6738 "async-trait",
6739 "collections",
6740 "extension",
6741 "futures 0.3.31",
6742 "gpui",
6743 "language",
6744 "lsp",
6745 "serde",
6746 "serde_json",
6747 "util",
6748]
6749
6750[[package]]
6751name = "language_model"
6752version = "0.1.0"
6753dependencies = [
6754 "anthropic",
6755 "anyhow",
6756 "base64 0.22.1",
6757 "collections",
6758 "futures 0.3.31",
6759 "google_ai",
6760 "gpui",
6761 "http_client",
6762 "image",
6763 "lmstudio",
6764 "log",
6765 "ollama",
6766 "open_ai",
6767 "parking_lot",
6768 "proto",
6769 "schemars",
6770 "serde",
6771 "serde_json",
6772 "smol",
6773 "strum",
6774 "ui",
6775 "util",
6776]
6777
6778[[package]]
6779name = "language_model_selector"
6780version = "0.1.0"
6781dependencies = [
6782 "feature_flags",
6783 "gpui",
6784 "language_model",
6785 "picker",
6786 "proto",
6787 "ui",
6788 "workspace",
6789 "zed_actions",
6790]
6791
6792[[package]]
6793name = "language_models"
6794version = "0.1.0"
6795dependencies = [
6796 "anthropic",
6797 "anyhow",
6798 "client",
6799 "collections",
6800 "copilot",
6801 "editor",
6802 "feature_flags",
6803 "fs",
6804 "futures 0.3.31",
6805 "google_ai",
6806 "gpui",
6807 "http_client",
6808 "language_model",
6809 "lmstudio",
6810 "menu",
6811 "ollama",
6812 "open_ai",
6813 "project",
6814 "proto",
6815 "schemars",
6816 "serde",
6817 "serde_json",
6818 "settings",
6819 "smol",
6820 "strum",
6821 "telemetry_events",
6822 "theme",
6823 "thiserror 1.0.69",
6824 "tiktoken-rs",
6825 "ui",
6826 "util",
6827]
6828
6829[[package]]
6830name = "language_selector"
6831version = "0.1.0"
6832dependencies = [
6833 "anyhow",
6834 "editor",
6835 "file_finder",
6836 "file_icons",
6837 "fuzzy",
6838 "gpui",
6839 "language",
6840 "picker",
6841 "project",
6842 "settings",
6843 "ui",
6844 "util",
6845 "workspace",
6846]
6847
6848[[package]]
6849name = "language_tools"
6850version = "0.1.0"
6851dependencies = [
6852 "anyhow",
6853 "client",
6854 "collections",
6855 "copilot",
6856 "editor",
6857 "env_logger 0.11.6",
6858 "futures 0.3.31",
6859 "gpui",
6860 "itertools 0.14.0",
6861 "language",
6862 "lsp",
6863 "project",
6864 "release_channel",
6865 "serde_json",
6866 "settings",
6867 "theme",
6868 "tree-sitter",
6869 "ui",
6870 "util",
6871 "workspace",
6872 "zed_actions",
6873]
6874
6875[[package]]
6876name = "languages"
6877version = "0.1.0"
6878dependencies = [
6879 "anyhow",
6880 "async-compression",
6881 "async-tar",
6882 "async-trait",
6883 "collections",
6884 "futures 0.3.31",
6885 "gpui",
6886 "http_client",
6887 "language",
6888 "log",
6889 "lsp",
6890 "node_runtime",
6891 "paths",
6892 "pet",
6893 "pet-conda",
6894 "pet-core",
6895 "pet-fs",
6896 "pet-poetry",
6897 "pet-reporter",
6898 "project",
6899 "regex",
6900 "rope",
6901 "rust-embed",
6902 "serde",
6903 "serde_json",
6904 "settings",
6905 "smol",
6906 "task",
6907 "text",
6908 "theme",
6909 "toml 0.8.19",
6910 "tree-sitter",
6911 "tree-sitter-bash",
6912 "tree-sitter-c",
6913 "tree-sitter-cpp",
6914 "tree-sitter-css",
6915 "tree-sitter-diff",
6916 "tree-sitter-go",
6917 "tree-sitter-gomod",
6918 "tree-sitter-gowork",
6919 "tree-sitter-jsdoc",
6920 "tree-sitter-json",
6921 "tree-sitter-md",
6922 "tree-sitter-python",
6923 "tree-sitter-regex",
6924 "tree-sitter-rust",
6925 "tree-sitter-typescript",
6926 "tree-sitter-yaml",
6927 "unindent",
6928 "util",
6929 "workspace",
6930]
6931
6932[[package]]
6933name = "lazy_static"
6934version = "1.5.0"
6935source = "registry+https://github.com/rust-lang/crates.io-index"
6936checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6937dependencies = [
6938 "spin",
6939]
6940
6941[[package]]
6942name = "leb128"
6943version = "0.2.5"
6944source = "registry+https://github.com/rust-lang/crates.io-index"
6945checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6946
6947[[package]]
6948name = "lebe"
6949version = "0.5.2"
6950source = "registry+https://github.com/rust-lang/crates.io-index"
6951checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6952
6953[[package]]
6954name = "libc"
6955version = "0.2.169"
6956source = "registry+https://github.com/rust-lang/crates.io-index"
6957checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
6958
6959[[package]]
6960name = "libdbus-sys"
6961version = "0.2.5"
6962source = "registry+https://github.com/rust-lang/crates.io-index"
6963checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6964dependencies = [
6965 "cc",
6966 "pkg-config",
6967]
6968
6969[[package]]
6970name = "libfuzzer-sys"
6971version = "0.4.8"
6972source = "registry+https://github.com/rust-lang/crates.io-index"
6973checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
6974dependencies = [
6975 "arbitrary",
6976 "cc",
6977]
6978
6979[[package]]
6980name = "libgit2-sys"
6981version = "0.17.0+1.8.1"
6982source = "registry+https://github.com/rust-lang/crates.io-index"
6983checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6984dependencies = [
6985 "cc",
6986 "libc",
6987 "libz-sys",
6988 "pkg-config",
6989]
6990
6991[[package]]
6992name = "libloading"
6993version = "0.8.6"
6994source = "registry+https://github.com/rust-lang/crates.io-index"
6995checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
6996dependencies = [
6997 "cfg-if",
6998 "windows-targets 0.48.5",
6999]
7000
7001[[package]]
7002name = "libm"
7003version = "0.2.11"
7004source = "registry+https://github.com/rust-lang/crates.io-index"
7005checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7006
7007[[package]]
7008name = "libmimalloc-sys"
7009version = "0.1.39"
7010source = "registry+https://github.com/rust-lang/crates.io-index"
7011checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7012dependencies = [
7013 "cc",
7014 "libc",
7015]
7016
7017[[package]]
7018name = "libredox"
7019version = "0.1.3"
7020source = "registry+https://github.com/rust-lang/crates.io-index"
7021checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7022dependencies = [
7023 "bitflags 2.8.0",
7024 "libc",
7025 "redox_syscall 0.5.8",
7026]
7027
7028[[package]]
7029name = "libsqlite3-sys"
7030version = "0.30.1"
7031source = "registry+https://github.com/rust-lang/crates.io-index"
7032checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7033dependencies = [
7034 "cc",
7035 "pkg-config",
7036 "vcpkg",
7037]
7038
7039[[package]]
7040name = "libwebrtc"
7041version = "0.3.7"
7042source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7043dependencies = [
7044 "cxx",
7045 "jni",
7046 "js-sys",
7047 "lazy_static",
7048 "livekit-protocol",
7049 "livekit-runtime",
7050 "log",
7051 "parking_lot",
7052 "serde",
7053 "serde_json",
7054 "thiserror 1.0.69",
7055 "tokio",
7056 "wasm-bindgen",
7057 "wasm-bindgen-futures",
7058 "web-sys",
7059 "webrtc-sys",
7060]
7061
7062[[package]]
7063name = "libz-sys"
7064version = "1.1.20"
7065source = "registry+https://github.com/rust-lang/crates.io-index"
7066checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7067dependencies = [
7068 "cc",
7069 "libc",
7070 "pkg-config",
7071 "vcpkg",
7072]
7073
7074[[package]]
7075name = "link-cplusplus"
7076version = "1.0.9"
7077source = "registry+https://github.com/rust-lang/crates.io-index"
7078checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7079dependencies = [
7080 "cc",
7081]
7082
7083[[package]]
7084name = "linkify"
7085version = "0.10.0"
7086source = "registry+https://github.com/rust-lang/crates.io-index"
7087checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7088dependencies = [
7089 "memchr",
7090]
7091
7092[[package]]
7093name = "linkme"
7094version = "0.3.31"
7095source = "registry+https://github.com/rust-lang/crates.io-index"
7096checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
7097dependencies = [
7098 "linkme-impl",
7099]
7100
7101[[package]]
7102name = "linkme-impl"
7103version = "0.3.31"
7104source = "registry+https://github.com/rust-lang/crates.io-index"
7105checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
7106dependencies = [
7107 "proc-macro2",
7108 "quote",
7109 "syn 2.0.90",
7110]
7111
7112[[package]]
7113name = "linux-raw-sys"
7114version = "0.4.14"
7115source = "registry+https://github.com/rust-lang/crates.io-index"
7116checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7117
7118[[package]]
7119name = "litemap"
7120version = "0.7.4"
7121source = "registry+https://github.com/rust-lang/crates.io-index"
7122checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7123
7124[[package]]
7125name = "livekit"
7126version = "0.7.0"
7127source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7128dependencies = [
7129 "chrono",
7130 "futures-util",
7131 "lazy_static",
7132 "libwebrtc",
7133 "livekit-api",
7134 "livekit-protocol",
7135 "livekit-runtime",
7136 "log",
7137 "parking_lot",
7138 "prost 0.12.6",
7139 "semver",
7140 "serde",
7141 "serde_json",
7142 "thiserror 1.0.69",
7143 "tokio",
7144]
7145
7146[[package]]
7147name = "livekit-api"
7148version = "0.4.1"
7149source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7150dependencies = [
7151 "async-tungstenite 0.25.1",
7152 "futures-util",
7153 "http 0.2.12",
7154 "jsonwebtoken",
7155 "livekit-protocol",
7156 "livekit-runtime",
7157 "log",
7158 "parking_lot",
7159 "prost 0.12.6",
7160 "reqwest 0.11.27",
7161 "scopeguard",
7162 "serde",
7163 "serde_json",
7164 "sha2",
7165 "thiserror 1.0.69",
7166 "tokio",
7167 "tokio-tungstenite 0.20.1",
7168 "url",
7169]
7170
7171[[package]]
7172name = "livekit-protocol"
7173version = "0.3.6"
7174source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7175dependencies = [
7176 "futures-util",
7177 "livekit-runtime",
7178 "parking_lot",
7179 "pbjson",
7180 "pbjson-types",
7181 "prost 0.12.6",
7182 "prost-types 0.12.6",
7183 "serde",
7184 "thiserror 1.0.69",
7185 "tokio",
7186]
7187
7188[[package]]
7189name = "livekit-runtime"
7190version = "0.3.1"
7191source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7192dependencies = [
7193 "async-io",
7194 "async-std",
7195 "async-task",
7196 "futures 0.3.31",
7197]
7198
7199[[package]]
7200name = "livekit_client"
7201version = "0.1.0"
7202dependencies = [
7203 "anyhow",
7204 "async-trait",
7205 "collections",
7206 "core-foundation 0.9.4",
7207 "coreaudio-rs 0.12.1",
7208 "cpal",
7209 "futures 0.3.31",
7210 "gpui",
7211 "http 0.2.12",
7212 "http_client",
7213 "image",
7214 "livekit",
7215 "livekit_server",
7216 "log",
7217 "media",
7218 "nanoid",
7219 "parking_lot",
7220 "postage",
7221 "serde",
7222 "serde_json",
7223 "sha2",
7224 "simplelog",
7225 "smallvec",
7226 "util",
7227]
7228
7229[[package]]
7230name = "livekit_client_macos"
7231version = "0.1.0"
7232dependencies = [
7233 "anyhow",
7234 "async-broadcast",
7235 "async-trait",
7236 "collections",
7237 "core-foundation 0.9.4",
7238 "futures 0.3.31",
7239 "gpui",
7240 "livekit_server",
7241 "log",
7242 "media",
7243 "nanoid",
7244 "parking_lot",
7245 "postage",
7246 "serde",
7247 "serde_json",
7248 "sha2",
7249 "simplelog",
7250]
7251
7252[[package]]
7253name = "livekit_server"
7254version = "0.1.0"
7255dependencies = [
7256 "anyhow",
7257 "async-trait",
7258 "jsonwebtoken",
7259 "log",
7260 "prost 0.9.0",
7261 "prost-build 0.9.0",
7262 "prost-types 0.9.0",
7263 "reqwest 0.12.8",
7264 "serde",
7265]
7266
7267[[package]]
7268name = "lmdb-master-sys"
7269version = "0.2.4"
7270source = "registry+https://github.com/rust-lang/crates.io-index"
7271checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7272dependencies = [
7273 "cc",
7274 "doxygen-rs",
7275 "libc",
7276]
7277
7278[[package]]
7279name = "lmstudio"
7280version = "0.1.0"
7281dependencies = [
7282 "anyhow",
7283 "futures 0.3.31",
7284 "http_client",
7285 "schemars",
7286 "serde",
7287 "serde_json",
7288]
7289
7290[[package]]
7291name = "lock_api"
7292version = "0.4.12"
7293source = "registry+https://github.com/rust-lang/crates.io-index"
7294checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7295dependencies = [
7296 "autocfg",
7297 "scopeguard",
7298]
7299
7300[[package]]
7301name = "log"
7302version = "0.4.25"
7303source = "registry+https://github.com/rust-lang/crates.io-index"
7304checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
7305dependencies = [
7306 "serde",
7307 "value-bag",
7308]
7309
7310[[package]]
7311name = "loop9"
7312version = "0.1.5"
7313source = "registry+https://github.com/rust-lang/crates.io-index"
7314checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7315dependencies = [
7316 "imgref",
7317]
7318
7319[[package]]
7320name = "lru"
7321version = "0.12.5"
7322source = "registry+https://github.com/rust-lang/crates.io-index"
7323checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7324dependencies = [
7325 "hashbrown 0.15.2",
7326]
7327
7328[[package]]
7329name = "lsp"
7330version = "0.1.0"
7331dependencies = [
7332 "anyhow",
7333 "async-pipe",
7334 "collections",
7335 "ctor",
7336 "env_logger 0.11.6",
7337 "futures 0.3.31",
7338 "gpui",
7339 "log",
7340 "lsp-types",
7341 "parking_lot",
7342 "postage",
7343 "release_channel",
7344 "schemars",
7345 "serde",
7346 "serde_json",
7347 "smol",
7348 "util",
7349]
7350
7351[[package]]
7352name = "lsp-types"
7353version = "0.95.1"
7354source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
7355dependencies = [
7356 "bitflags 1.3.2",
7357 "serde",
7358 "serde_json",
7359 "serde_repr",
7360 "url",
7361]
7362
7363[[package]]
7364name = "mac"
7365version = "0.1.1"
7366source = "registry+https://github.com/rust-lang/crates.io-index"
7367checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7368
7369[[package]]
7370name = "mach2"
7371version = "0.4.2"
7372source = "registry+https://github.com/rust-lang/crates.io-index"
7373checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7374dependencies = [
7375 "libc",
7376]
7377
7378[[package]]
7379name = "malloc_buf"
7380version = "0.0.6"
7381source = "registry+https://github.com/rust-lang/crates.io-index"
7382checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7383dependencies = [
7384 "libc",
7385]
7386
7387[[package]]
7388name = "maplit"
7389version = "1.0.2"
7390source = "registry+https://github.com/rust-lang/crates.io-index"
7391checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7392
7393[[package]]
7394name = "markdown"
7395version = "0.1.0"
7396dependencies = [
7397 "anyhow",
7398 "assets",
7399 "env_logger 0.11.6",
7400 "futures 0.3.31",
7401 "gpui",
7402 "language",
7403 "languages",
7404 "linkify",
7405 "log",
7406 "node_runtime",
7407 "pulldown-cmark 0.12.2",
7408 "settings",
7409 "theme",
7410 "ui",
7411 "util",
7412]
7413
7414[[package]]
7415name = "markdown_preview"
7416version = "0.1.0"
7417dependencies = [
7418 "anyhow",
7419 "async-recursion 1.1.1",
7420 "collections",
7421 "editor",
7422 "gpui",
7423 "language",
7424 "linkify",
7425 "log",
7426 "pretty_assertions",
7427 "pulldown-cmark 0.12.2",
7428 "settings",
7429 "theme",
7430 "ui",
7431 "util",
7432 "workspace",
7433]
7434
7435[[package]]
7436name = "markup5ever"
7437version = "0.12.1"
7438source = "registry+https://github.com/rust-lang/crates.io-index"
7439checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7440dependencies = [
7441 "log",
7442 "phf",
7443 "phf_codegen",
7444 "string_cache",
7445 "string_cache_codegen",
7446 "tendril",
7447]
7448
7449[[package]]
7450name = "markup5ever_rcdom"
7451version = "0.3.0"
7452source = "registry+https://github.com/rust-lang/crates.io-index"
7453checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7454dependencies = [
7455 "html5ever",
7456 "markup5ever",
7457 "tendril",
7458 "xml5ever",
7459]
7460
7461[[package]]
7462name = "matchers"
7463version = "0.1.0"
7464source = "registry+https://github.com/rust-lang/crates.io-index"
7465checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7466dependencies = [
7467 "regex-automata 0.1.10",
7468]
7469
7470[[package]]
7471name = "matchit"
7472version = "0.7.3"
7473source = "registry+https://github.com/rust-lang/crates.io-index"
7474checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7475
7476[[package]]
7477name = "maybe-owned"
7478version = "0.3.4"
7479source = "registry+https://github.com/rust-lang/crates.io-index"
7480checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7481
7482[[package]]
7483name = "maybe-rayon"
7484version = "0.1.1"
7485source = "registry+https://github.com/rust-lang/crates.io-index"
7486checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7487dependencies = [
7488 "cfg-if",
7489 "rayon",
7490]
7491
7492[[package]]
7493name = "md-5"
7494version = "0.10.6"
7495source = "registry+https://github.com/rust-lang/crates.io-index"
7496checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7497dependencies = [
7498 "cfg-if",
7499 "digest",
7500]
7501
7502[[package]]
7503name = "mdbook"
7504version = "0.4.43"
7505source = "registry+https://github.com/rust-lang/crates.io-index"
7506checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148"
7507dependencies = [
7508 "ammonia",
7509 "anyhow",
7510 "chrono",
7511 "clap",
7512 "clap_complete",
7513 "elasticlunr-rs",
7514 "env_logger 0.11.6",
7515 "futures-util",
7516 "handlebars 6.2.0",
7517 "ignore",
7518 "log",
7519 "memchr",
7520 "notify",
7521 "notify-debouncer-mini",
7522 "once_cell",
7523 "opener",
7524 "pathdiff",
7525 "pulldown-cmark 0.10.3",
7526 "regex",
7527 "serde",
7528 "serde_json",
7529 "shlex",
7530 "tempfile",
7531 "tokio",
7532 "toml 0.5.11",
7533 "topological-sort",
7534 "walkdir",
7535 "warp",
7536]
7537
7538[[package]]
7539name = "media"
7540version = "0.1.0"
7541dependencies = [
7542 "anyhow",
7543 "bindgen",
7544 "core-foundation 0.9.4",
7545 "ctor",
7546 "foreign-types 0.5.0",
7547 "metal",
7548 "objc",
7549]
7550
7551[[package]]
7552name = "memchr"
7553version = "2.7.4"
7554source = "registry+https://github.com/rust-lang/crates.io-index"
7555checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7556
7557[[package]]
7558name = "memfd"
7559version = "0.6.4"
7560source = "registry+https://github.com/rust-lang/crates.io-index"
7561checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7562dependencies = [
7563 "rustix",
7564]
7565
7566[[package]]
7567name = "memmap2"
7568version = "0.9.5"
7569source = "registry+https://github.com/rust-lang/crates.io-index"
7570checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7571dependencies = [
7572 "libc",
7573]
7574
7575[[package]]
7576name = "memoffset"
7577version = "0.9.1"
7578source = "registry+https://github.com/rust-lang/crates.io-index"
7579checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7580dependencies = [
7581 "autocfg",
7582]
7583
7584[[package]]
7585name = "menu"
7586version = "0.1.0"
7587dependencies = [
7588 "gpui",
7589 "serde",
7590]
7591
7592[[package]]
7593name = "metal"
7594version = "0.30.0"
7595source = "registry+https://github.com/rust-lang/crates.io-index"
7596checksum = "9c3572083504c43e14aec05447f8a3d57cce0f66d7a3c1b9058572eca4d70ab9"
7597dependencies = [
7598 "bitflags 2.8.0",
7599 "block",
7600 "core-graphics-types 0.1.3",
7601 "foreign-types 0.5.0",
7602 "log",
7603 "objc",
7604 "paste",
7605]
7606
7607[[package]]
7608name = "mimalloc"
7609version = "0.1.43"
7610source = "registry+https://github.com/rust-lang/crates.io-index"
7611checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7612dependencies = [
7613 "libmimalloc-sys",
7614]
7615
7616[[package]]
7617name = "mime"
7618version = "0.3.17"
7619source = "registry+https://github.com/rust-lang/crates.io-index"
7620checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7621
7622[[package]]
7623name = "mime_guess"
7624version = "2.0.5"
7625source = "registry+https://github.com/rust-lang/crates.io-index"
7626checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7627dependencies = [
7628 "mime",
7629 "unicase",
7630]
7631
7632[[package]]
7633name = "minimal-lexical"
7634version = "0.2.1"
7635source = "registry+https://github.com/rust-lang/crates.io-index"
7636checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7637
7638[[package]]
7639name = "miniz_oxide"
7640version = "0.8.0"
7641source = "registry+https://github.com/rust-lang/crates.io-index"
7642checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7643dependencies = [
7644 "adler2",
7645 "simd-adler32",
7646]
7647
7648[[package]]
7649name = "mint"
7650version = "0.5.9"
7651source = "registry+https://github.com/rust-lang/crates.io-index"
7652checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7653
7654[[package]]
7655name = "mio"
7656version = "0.8.11"
7657source = "registry+https://github.com/rust-lang/crates.io-index"
7658checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7659dependencies = [
7660 "libc",
7661 "log",
7662 "wasi 0.11.0+wasi-snapshot-preview1",
7663 "windows-sys 0.48.0",
7664]
7665
7666[[package]]
7667name = "mio"
7668version = "1.0.3"
7669source = "registry+https://github.com/rust-lang/crates.io-index"
7670checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
7671dependencies = [
7672 "libc",
7673 "log",
7674 "wasi 0.11.0+wasi-snapshot-preview1",
7675 "windows-sys 0.52.0",
7676]
7677
7678[[package]]
7679name = "miow"
7680version = "0.6.0"
7681source = "registry+https://github.com/rust-lang/crates.io-index"
7682checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7683dependencies = [
7684 "windows-sys 0.48.0",
7685]
7686
7687[[package]]
7688name = "msvc_spectre_libs"
7689version = "0.1.2"
7690source = "registry+https://github.com/rust-lang/crates.io-index"
7691checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7692dependencies = [
7693 "cc",
7694]
7695
7696[[package]]
7697name = "multi_buffer"
7698version = "0.1.0"
7699dependencies = [
7700 "anyhow",
7701 "clock",
7702 "collections",
7703 "ctor",
7704 "env_logger 0.11.6",
7705 "futures 0.3.31",
7706 "gpui",
7707 "itertools 0.14.0",
7708 "language",
7709 "log",
7710 "parking_lot",
7711 "rand 0.8.5",
7712 "serde",
7713 "settings",
7714 "smallvec",
7715 "sum_tree",
7716 "text",
7717 "theme",
7718 "tree-sitter",
7719 "util",
7720]
7721
7722[[package]]
7723name = "multimap"
7724version = "0.8.3"
7725source = "registry+https://github.com/rust-lang/crates.io-index"
7726checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7727
7728[[package]]
7729name = "multimap"
7730version = "0.10.0"
7731source = "registry+https://github.com/rust-lang/crates.io-index"
7732checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
7733
7734[[package]]
7735name = "naga"
7736version = "23.1.0"
7737source = "registry+https://github.com/rust-lang/crates.io-index"
7738checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
7739dependencies = [
7740 "arrayvec",
7741 "bit-set 0.8.0",
7742 "bitflags 2.8.0",
7743 "cfg_aliases 0.1.1",
7744 "codespan-reporting",
7745 "hexf-parse",
7746 "indexmap",
7747 "log",
7748 "rustc-hash 1.1.0",
7749 "spirv",
7750 "termcolor",
7751 "thiserror 1.0.69",
7752 "unicode-xid",
7753]
7754
7755[[package]]
7756name = "nanoid"
7757version = "0.4.0"
7758source = "registry+https://github.com/rust-lang/crates.io-index"
7759checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7760dependencies = [
7761 "rand 0.8.5",
7762]
7763
7764[[package]]
7765name = "nanorand"
7766version = "0.7.0"
7767source = "registry+https://github.com/rust-lang/crates.io-index"
7768checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7769dependencies = [
7770 "getrandom 0.2.15",
7771]
7772
7773[[package]]
7774name = "native-tls"
7775version = "0.2.12"
7776source = "registry+https://github.com/rust-lang/crates.io-index"
7777checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7778dependencies = [
7779 "libc",
7780 "log",
7781 "openssl",
7782 "openssl-probe",
7783 "openssl-sys",
7784 "schannel",
7785 "security-framework 2.11.1",
7786 "security-framework-sys",
7787 "tempfile",
7788]
7789
7790[[package]]
7791name = "nbformat"
7792version = "0.10.0"
7793source = "registry+https://github.com/rust-lang/crates.io-index"
7794checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
7795dependencies = [
7796 "anyhow",
7797 "chrono",
7798 "jupyter-protocol",
7799 "serde",
7800 "serde_json",
7801 "thiserror 1.0.69",
7802 "uuid",
7803]
7804
7805[[package]]
7806name = "ndk"
7807version = "0.8.0"
7808source = "registry+https://github.com/rust-lang/crates.io-index"
7809checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7810dependencies = [
7811 "bitflags 2.8.0",
7812 "jni-sys",
7813 "log",
7814 "ndk-sys",
7815 "num_enum",
7816 "thiserror 1.0.69",
7817]
7818
7819[[package]]
7820name = "ndk-context"
7821version = "0.1.1"
7822source = "registry+https://github.com/rust-lang/crates.io-index"
7823checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7824
7825[[package]]
7826name = "ndk-sys"
7827version = "0.5.0+25.2.9519653"
7828source = "registry+https://github.com/rust-lang/crates.io-index"
7829checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7830dependencies = [
7831 "jni-sys",
7832]
7833
7834[[package]]
7835name = "new_debug_unreachable"
7836version = "1.0.6"
7837source = "registry+https://github.com/rust-lang/crates.io-index"
7838checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7839
7840[[package]]
7841name = "nix"
7842version = "0.29.0"
7843source = "registry+https://github.com/rust-lang/crates.io-index"
7844checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7845dependencies = [
7846 "bitflags 2.8.0",
7847 "cfg-if",
7848 "cfg_aliases 0.2.1",
7849 "libc",
7850 "memoffset",
7851]
7852
7853[[package]]
7854name = "node_runtime"
7855version = "0.1.0"
7856dependencies = [
7857 "anyhow",
7858 "async-compression",
7859 "async-std",
7860 "async-tar",
7861 "async-trait",
7862 "async-watch",
7863 "async_zip",
7864 "futures 0.3.31",
7865 "http_client",
7866 "log",
7867 "paths",
7868 "semver",
7869 "serde",
7870 "serde_json",
7871 "smol",
7872 "tempfile",
7873 "util",
7874 "walkdir",
7875 "which 6.0.3",
7876]
7877
7878[[package]]
7879name = "nom"
7880version = "7.1.3"
7881source = "registry+https://github.com/rust-lang/crates.io-index"
7882checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7883dependencies = [
7884 "memchr",
7885 "minimal-lexical",
7886]
7887
7888[[package]]
7889name = "noop_proc_macro"
7890version = "0.3.0"
7891source = "registry+https://github.com/rust-lang/crates.io-index"
7892checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7893
7894[[package]]
7895name = "normpath"
7896version = "1.3.0"
7897source = "registry+https://github.com/rust-lang/crates.io-index"
7898checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7899dependencies = [
7900 "windows-sys 0.59.0",
7901]
7902
7903[[package]]
7904name = "notifications"
7905version = "0.1.0"
7906dependencies = [
7907 "anyhow",
7908 "channel",
7909 "client",
7910 "collections",
7911 "db",
7912 "gpui",
7913 "rpc",
7914 "settings",
7915 "sum_tree",
7916 "time",
7917 "util",
7918]
7919
7920[[package]]
7921name = "notify"
7922version = "6.1.1"
7923source = "registry+https://github.com/rust-lang/crates.io-index"
7924checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7925dependencies = [
7926 "bitflags 2.8.0",
7927 "crossbeam-channel",
7928 "filetime",
7929 "fsevent-sys 4.1.0",
7930 "inotify",
7931 "kqueue",
7932 "libc",
7933 "log",
7934 "mio 0.8.11",
7935 "walkdir",
7936 "windows-sys 0.48.0",
7937]
7938
7939[[package]]
7940name = "notify-debouncer-mini"
7941version = "0.4.1"
7942source = "registry+https://github.com/rust-lang/crates.io-index"
7943checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7944dependencies = [
7945 "crossbeam-channel",
7946 "log",
7947 "notify",
7948]
7949
7950[[package]]
7951name = "ntapi"
7952version = "0.4.1"
7953source = "registry+https://github.com/rust-lang/crates.io-index"
7954checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7955dependencies = [
7956 "winapi",
7957]
7958
7959[[package]]
7960name = "nu-ansi-term"
7961version = "0.46.0"
7962source = "registry+https://github.com/rust-lang/crates.io-index"
7963checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7964dependencies = [
7965 "overload",
7966 "winapi",
7967]
7968
7969[[package]]
7970name = "num"
7971version = "0.4.3"
7972source = "registry+https://github.com/rust-lang/crates.io-index"
7973checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7974dependencies = [
7975 "num-bigint",
7976 "num-complex",
7977 "num-integer",
7978 "num-iter",
7979 "num-rational",
7980 "num-traits",
7981]
7982
7983[[package]]
7984name = "num-bigint"
7985version = "0.4.6"
7986source = "registry+https://github.com/rust-lang/crates.io-index"
7987checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7988dependencies = [
7989 "num-integer",
7990 "num-traits",
7991]
7992
7993[[package]]
7994name = "num-bigint-dig"
7995version = "0.8.4"
7996source = "registry+https://github.com/rust-lang/crates.io-index"
7997checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7998dependencies = [
7999 "byteorder",
8000 "lazy_static",
8001 "libm",
8002 "num-integer",
8003 "num-iter",
8004 "num-traits",
8005 "rand 0.8.5",
8006 "serde",
8007 "smallvec",
8008 "zeroize",
8009]
8010
8011[[package]]
8012name = "num-complex"
8013version = "0.4.6"
8014source = "registry+https://github.com/rust-lang/crates.io-index"
8015checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8016dependencies = [
8017 "num-traits",
8018]
8019
8020[[package]]
8021name = "num-conv"
8022version = "0.1.0"
8023source = "registry+https://github.com/rust-lang/crates.io-index"
8024checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8025
8026[[package]]
8027name = "num-derive"
8028version = "0.4.2"
8029source = "registry+https://github.com/rust-lang/crates.io-index"
8030checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8031dependencies = [
8032 "proc-macro2",
8033 "quote",
8034 "syn 2.0.90",
8035]
8036
8037[[package]]
8038name = "num-format"
8039version = "0.4.4"
8040source = "registry+https://github.com/rust-lang/crates.io-index"
8041checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8042dependencies = [
8043 "arrayvec",
8044 "itoa",
8045]
8046
8047[[package]]
8048name = "num-integer"
8049version = "0.1.46"
8050source = "registry+https://github.com/rust-lang/crates.io-index"
8051checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8052dependencies = [
8053 "num-traits",
8054]
8055
8056[[package]]
8057name = "num-iter"
8058version = "0.1.45"
8059source = "registry+https://github.com/rust-lang/crates.io-index"
8060checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8061dependencies = [
8062 "autocfg",
8063 "num-integer",
8064 "num-traits",
8065]
8066
8067[[package]]
8068name = "num-modular"
8069version = "0.6.1"
8070source = "registry+https://github.com/rust-lang/crates.io-index"
8071checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8072
8073[[package]]
8074name = "num-order"
8075version = "1.2.0"
8076source = "registry+https://github.com/rust-lang/crates.io-index"
8077checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8078dependencies = [
8079 "num-modular",
8080]
8081
8082[[package]]
8083name = "num-rational"
8084version = "0.4.2"
8085source = "registry+https://github.com/rust-lang/crates.io-index"
8086checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8087dependencies = [
8088 "num-bigint",
8089 "num-integer",
8090 "num-traits",
8091]
8092
8093[[package]]
8094name = "num-traits"
8095version = "0.2.19"
8096source = "registry+https://github.com/rust-lang/crates.io-index"
8097checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8098dependencies = [
8099 "autocfg",
8100 "libm",
8101]
8102
8103[[package]]
8104name = "num_cpus"
8105version = "1.16.0"
8106source = "registry+https://github.com/rust-lang/crates.io-index"
8107checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8108dependencies = [
8109 "hermit-abi 0.3.9",
8110 "libc",
8111]
8112
8113[[package]]
8114name = "num_enum"
8115version = "0.7.3"
8116source = "registry+https://github.com/rust-lang/crates.io-index"
8117checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8118dependencies = [
8119 "num_enum_derive",
8120]
8121
8122[[package]]
8123name = "num_enum_derive"
8124version = "0.7.3"
8125source = "registry+https://github.com/rust-lang/crates.io-index"
8126checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8127dependencies = [
8128 "proc-macro-crate",
8129 "proc-macro2",
8130 "quote",
8131 "syn 2.0.90",
8132]
8133
8134[[package]]
8135name = "num_threads"
8136version = "0.1.7"
8137source = "registry+https://github.com/rust-lang/crates.io-index"
8138checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8139dependencies = [
8140 "libc",
8141]
8142
8143[[package]]
8144name = "nvim-rs"
8145version = "0.8.0-pre"
8146source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8147dependencies = [
8148 "async-trait",
8149 "futures 0.3.31",
8150 "log",
8151 "parity-tokio-ipc",
8152 "rmp",
8153 "rmpv",
8154 "tokio",
8155 "tokio-util",
8156 "winapi",
8157]
8158
8159[[package]]
8160name = "objc"
8161version = "0.2.7"
8162source = "registry+https://github.com/rust-lang/crates.io-index"
8163checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8164dependencies = [
8165 "malloc_buf",
8166]
8167
8168[[package]]
8169name = "objc-sys"
8170version = "0.3.5"
8171source = "registry+https://github.com/rust-lang/crates.io-index"
8172checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8173
8174[[package]]
8175name = "objc2"
8176version = "0.5.2"
8177source = "registry+https://github.com/rust-lang/crates.io-index"
8178checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8179dependencies = [
8180 "objc-sys",
8181 "objc2-encode",
8182]
8183
8184[[package]]
8185name = "objc2-app-kit"
8186version = "0.2.2"
8187source = "registry+https://github.com/rust-lang/crates.io-index"
8188checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8189dependencies = [
8190 "bitflags 2.8.0",
8191 "block2",
8192 "libc",
8193 "objc2",
8194 "objc2-core-data",
8195 "objc2-core-image",
8196 "objc2-foundation",
8197 "objc2-quartz-core",
8198]
8199
8200[[package]]
8201name = "objc2-cloud-kit"
8202version = "0.2.2"
8203source = "registry+https://github.com/rust-lang/crates.io-index"
8204checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8205dependencies = [
8206 "bitflags 2.8.0",
8207 "block2",
8208 "objc2",
8209 "objc2-core-location",
8210 "objc2-foundation",
8211]
8212
8213[[package]]
8214name = "objc2-contacts"
8215version = "0.2.2"
8216source = "registry+https://github.com/rust-lang/crates.io-index"
8217checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8218dependencies = [
8219 "block2",
8220 "objc2",
8221 "objc2-foundation",
8222]
8223
8224[[package]]
8225name = "objc2-core-data"
8226version = "0.2.2"
8227source = "registry+https://github.com/rust-lang/crates.io-index"
8228checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8229dependencies = [
8230 "bitflags 2.8.0",
8231 "block2",
8232 "objc2",
8233 "objc2-foundation",
8234]
8235
8236[[package]]
8237name = "objc2-core-image"
8238version = "0.2.2"
8239source = "registry+https://github.com/rust-lang/crates.io-index"
8240checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8241dependencies = [
8242 "block2",
8243 "objc2",
8244 "objc2-foundation",
8245 "objc2-metal",
8246]
8247
8248[[package]]
8249name = "objc2-core-location"
8250version = "0.2.2"
8251source = "registry+https://github.com/rust-lang/crates.io-index"
8252checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8253dependencies = [
8254 "block2",
8255 "objc2",
8256 "objc2-contacts",
8257 "objc2-foundation",
8258]
8259
8260[[package]]
8261name = "objc2-encode"
8262version = "4.0.3"
8263source = "registry+https://github.com/rust-lang/crates.io-index"
8264checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8265
8266[[package]]
8267name = "objc2-foundation"
8268version = "0.2.2"
8269source = "registry+https://github.com/rust-lang/crates.io-index"
8270checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8271dependencies = [
8272 "bitflags 2.8.0",
8273 "block2",
8274 "libc",
8275 "objc2",
8276]
8277
8278[[package]]
8279name = "objc2-link-presentation"
8280version = "0.2.2"
8281source = "registry+https://github.com/rust-lang/crates.io-index"
8282checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8283dependencies = [
8284 "block2",
8285 "objc2",
8286 "objc2-app-kit",
8287 "objc2-foundation",
8288]
8289
8290[[package]]
8291name = "objc2-metal"
8292version = "0.2.2"
8293source = "registry+https://github.com/rust-lang/crates.io-index"
8294checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8295dependencies = [
8296 "bitflags 2.8.0",
8297 "block2",
8298 "objc2",
8299 "objc2-foundation",
8300]
8301
8302[[package]]
8303name = "objc2-quartz-core"
8304version = "0.2.2"
8305source = "registry+https://github.com/rust-lang/crates.io-index"
8306checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8307dependencies = [
8308 "bitflags 2.8.0",
8309 "block2",
8310 "objc2",
8311 "objc2-foundation",
8312 "objc2-metal",
8313]
8314
8315[[package]]
8316name = "objc2-symbols"
8317version = "0.2.2"
8318source = "registry+https://github.com/rust-lang/crates.io-index"
8319checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8320dependencies = [
8321 "objc2",
8322 "objc2-foundation",
8323]
8324
8325[[package]]
8326name = "objc2-ui-kit"
8327version = "0.2.2"
8328source = "registry+https://github.com/rust-lang/crates.io-index"
8329checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8330dependencies = [
8331 "bitflags 2.8.0",
8332 "block2",
8333 "objc2",
8334 "objc2-cloud-kit",
8335 "objc2-core-data",
8336 "objc2-core-image",
8337 "objc2-core-location",
8338 "objc2-foundation",
8339 "objc2-link-presentation",
8340 "objc2-quartz-core",
8341 "objc2-symbols",
8342 "objc2-uniform-type-identifiers",
8343 "objc2-user-notifications",
8344]
8345
8346[[package]]
8347name = "objc2-uniform-type-identifiers"
8348version = "0.2.2"
8349source = "registry+https://github.com/rust-lang/crates.io-index"
8350checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8351dependencies = [
8352 "block2",
8353 "objc2",
8354 "objc2-foundation",
8355]
8356
8357[[package]]
8358name = "objc2-user-notifications"
8359version = "0.2.2"
8360source = "registry+https://github.com/rust-lang/crates.io-index"
8361checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8362dependencies = [
8363 "bitflags 2.8.0",
8364 "block2",
8365 "objc2",
8366 "objc2-core-location",
8367 "objc2-foundation",
8368]
8369
8370[[package]]
8371name = "object"
8372version = "0.36.5"
8373source = "registry+https://github.com/rust-lang/crates.io-index"
8374checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8375dependencies = [
8376 "crc32fast",
8377 "hashbrown 0.15.2",
8378 "indexmap",
8379 "memchr",
8380]
8381
8382[[package]]
8383name = "oboe"
8384version = "0.6.1"
8385source = "registry+https://github.com/rust-lang/crates.io-index"
8386checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8387dependencies = [
8388 "jni",
8389 "ndk",
8390 "ndk-context",
8391 "num-derive",
8392 "num-traits",
8393 "oboe-sys",
8394]
8395
8396[[package]]
8397name = "oboe-sys"
8398version = "0.6.1"
8399source = "registry+https://github.com/rust-lang/crates.io-index"
8400checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8401dependencies = [
8402 "cc",
8403]
8404
8405[[package]]
8406name = "ollama"
8407version = "0.1.0"
8408dependencies = [
8409 "anyhow",
8410 "futures 0.3.31",
8411 "http_client",
8412 "schemars",
8413 "serde",
8414 "serde_json",
8415]
8416
8417[[package]]
8418name = "once_cell"
8419version = "1.20.2"
8420source = "registry+https://github.com/rust-lang/crates.io-index"
8421checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
8422
8423[[package]]
8424name = "oo7"
8425version = "0.3.3"
8426source = "git+https://github.com/zed-industries/oo7?branch=avoid-crypto-panic#9d5d5fcd7e4e0add9b420ffb58f67661b0b37568"
8427dependencies = [
8428 "aes",
8429 "async-fs",
8430 "async-io",
8431 "async-lock",
8432 "async-net",
8433 "blocking",
8434 "cbc",
8435 "cipher",
8436 "digest",
8437 "endi",
8438 "futures-lite 2.5.0",
8439 "futures-util",
8440 "hkdf",
8441 "hmac",
8442 "md-5",
8443 "num",
8444 "num-bigint-dig",
8445 "pbkdf2 0.12.2",
8446 "rand 0.8.5",
8447 "serde",
8448 "sha2",
8449 "subtle",
8450 "zbus 4.4.0",
8451 "zeroize",
8452 "zvariant 4.2.0",
8453]
8454
8455[[package]]
8456name = "oorandom"
8457version = "11.1.4"
8458source = "registry+https://github.com/rust-lang/crates.io-index"
8459checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8460
8461[[package]]
8462name = "open"
8463version = "5.3.2"
8464source = "registry+https://github.com/rust-lang/crates.io-index"
8465checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
8466dependencies = [
8467 "is-wsl",
8468 "libc",
8469 "pathdiff",
8470]
8471
8472[[package]]
8473name = "open_ai"
8474version = "0.1.0"
8475dependencies = [
8476 "anyhow",
8477 "futures 0.3.31",
8478 "http_client",
8479 "schemars",
8480 "serde",
8481 "serde_json",
8482 "strum",
8483]
8484
8485[[package]]
8486name = "opener"
8487version = "0.7.2"
8488source = "registry+https://github.com/rust-lang/crates.io-index"
8489checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
8490dependencies = [
8491 "bstr",
8492 "dbus",
8493 "normpath",
8494 "windows-sys 0.59.0",
8495]
8496
8497[[package]]
8498name = "openssl"
8499version = "0.10.68"
8500source = "registry+https://github.com/rust-lang/crates.io-index"
8501checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
8502dependencies = [
8503 "bitflags 2.8.0",
8504 "cfg-if",
8505 "foreign-types 0.3.2",
8506 "libc",
8507 "once_cell",
8508 "openssl-macros",
8509 "openssl-sys",
8510]
8511
8512[[package]]
8513name = "openssl-macros"
8514version = "0.1.1"
8515source = "registry+https://github.com/rust-lang/crates.io-index"
8516checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
8517dependencies = [
8518 "proc-macro2",
8519 "quote",
8520 "syn 2.0.90",
8521]
8522
8523[[package]]
8524name = "openssl-probe"
8525version = "0.1.5"
8526source = "registry+https://github.com/rust-lang/crates.io-index"
8527checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
8528
8529[[package]]
8530name = "openssl-src"
8531version = "300.4.1+3.4.0"
8532source = "registry+https://github.com/rust-lang/crates.io-index"
8533checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
8534dependencies = [
8535 "cc",
8536]
8537
8538[[package]]
8539name = "openssl-sys"
8540version = "0.9.104"
8541source = "registry+https://github.com/rust-lang/crates.io-index"
8542checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
8543dependencies = [
8544 "cc",
8545 "libc",
8546 "openssl-src",
8547 "pkg-config",
8548 "vcpkg",
8549]
8550
8551[[package]]
8552name = "option-ext"
8553version = "0.2.0"
8554source = "registry+https://github.com/rust-lang/crates.io-index"
8555checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
8556
8557[[package]]
8558name = "ordered-float"
8559version = "2.10.1"
8560source = "registry+https://github.com/rust-lang/crates.io-index"
8561checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
8562dependencies = [
8563 "num-traits",
8564]
8565
8566[[package]]
8567name = "ordered-float"
8568version = "3.9.2"
8569source = "registry+https://github.com/rust-lang/crates.io-index"
8570checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
8571dependencies = [
8572 "num-traits",
8573]
8574
8575[[package]]
8576name = "ordered-stream"
8577version = "0.2.0"
8578source = "registry+https://github.com/rust-lang/crates.io-index"
8579checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
8580dependencies = [
8581 "futures-core",
8582 "pin-project-lite",
8583]
8584
8585[[package]]
8586name = "ouroboros"
8587version = "0.18.4"
8588source = "registry+https://github.com/rust-lang/crates.io-index"
8589checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
8590dependencies = [
8591 "aliasable",
8592 "ouroboros_macro",
8593 "static_assertions",
8594]
8595
8596[[package]]
8597name = "ouroboros_macro"
8598version = "0.18.4"
8599source = "registry+https://github.com/rust-lang/crates.io-index"
8600checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
8601dependencies = [
8602 "heck 0.4.1",
8603 "itertools 0.12.1",
8604 "proc-macro2",
8605 "proc-macro2-diagnostics",
8606 "quote",
8607 "syn 2.0.90",
8608]
8609
8610[[package]]
8611name = "outline"
8612version = "0.1.0"
8613dependencies = [
8614 "editor",
8615 "fuzzy",
8616 "gpui",
8617 "indoc",
8618 "language",
8619 "menu",
8620 "ordered-float 2.10.1",
8621 "picker",
8622 "project",
8623 "rope",
8624 "serde_json",
8625 "settings",
8626 "smol",
8627 "theme",
8628 "tree-sitter-rust",
8629 "tree-sitter-typescript",
8630 "ui",
8631 "util",
8632 "workspace",
8633 "zed_actions",
8634]
8635
8636[[package]]
8637name = "outline_panel"
8638version = "0.1.0"
8639dependencies = [
8640 "anyhow",
8641 "collections",
8642 "db",
8643 "editor",
8644 "file_icons",
8645 "fuzzy",
8646 "gpui",
8647 "itertools 0.14.0",
8648 "language",
8649 "log",
8650 "menu",
8651 "outline",
8652 "pretty_assertions",
8653 "project",
8654 "schemars",
8655 "search",
8656 "serde",
8657 "serde_json",
8658 "settings",
8659 "smallvec",
8660 "smol",
8661 "theme",
8662 "ui",
8663 "util",
8664 "workspace",
8665 "worktree",
8666]
8667
8668[[package]]
8669name = "outref"
8670version = "0.5.1"
8671source = "registry+https://github.com/rust-lang/crates.io-index"
8672checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8673
8674[[package]]
8675name = "overload"
8676version = "0.1.1"
8677source = "registry+https://github.com/rust-lang/crates.io-index"
8678checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8679
8680[[package]]
8681name = "p256"
8682version = "0.11.1"
8683source = "registry+https://github.com/rust-lang/crates.io-index"
8684checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8685dependencies = [
8686 "ecdsa",
8687 "elliptic-curve",
8688 "sha2",
8689]
8690
8691[[package]]
8692name = "page_size"
8693version = "0.6.0"
8694source = "registry+https://github.com/rust-lang/crates.io-index"
8695checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8696dependencies = [
8697 "libc",
8698 "winapi",
8699]
8700
8701[[package]]
8702name = "palette"
8703version = "0.7.6"
8704source = "registry+https://github.com/rust-lang/crates.io-index"
8705checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8706dependencies = [
8707 "approx",
8708 "fast-srgb8",
8709 "palette_derive",
8710]
8711
8712[[package]]
8713name = "palette_derive"
8714version = "0.7.6"
8715source = "registry+https://github.com/rust-lang/crates.io-index"
8716checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8717dependencies = [
8718 "by_address",
8719 "proc-macro2",
8720 "quote",
8721 "syn 2.0.90",
8722]
8723
8724[[package]]
8725name = "parity-tokio-ipc"
8726version = "0.9.0"
8727source = "registry+https://github.com/rust-lang/crates.io-index"
8728checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8729dependencies = [
8730 "futures 0.3.31",
8731 "libc",
8732 "log",
8733 "rand 0.7.3",
8734 "tokio",
8735 "winapi",
8736]
8737
8738[[package]]
8739name = "parking"
8740version = "2.2.1"
8741source = "registry+https://github.com/rust-lang/crates.io-index"
8742checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8743
8744[[package]]
8745name = "parking_lot"
8746version = "0.12.3"
8747source = "registry+https://github.com/rust-lang/crates.io-index"
8748checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8749dependencies = [
8750 "lock_api",
8751 "parking_lot_core",
8752]
8753
8754[[package]]
8755name = "parking_lot_core"
8756version = "0.9.10"
8757source = "registry+https://github.com/rust-lang/crates.io-index"
8758checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8759dependencies = [
8760 "cfg-if",
8761 "libc",
8762 "redox_syscall 0.5.8",
8763 "smallvec",
8764 "windows-targets 0.52.6",
8765]
8766
8767[[package]]
8768name = "password-hash"
8769version = "0.4.2"
8770source = "registry+https://github.com/rust-lang/crates.io-index"
8771checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
8772dependencies = [
8773 "base64ct",
8774 "rand_core 0.6.4",
8775 "subtle",
8776]
8777
8778[[package]]
8779name = "password-hash"
8780version = "0.5.0"
8781source = "registry+https://github.com/rust-lang/crates.io-index"
8782checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8783dependencies = [
8784 "base64ct",
8785 "rand_core 0.6.4",
8786 "subtle",
8787]
8788
8789[[package]]
8790name = "paste"
8791version = "1.0.15"
8792source = "registry+https://github.com/rust-lang/crates.io-index"
8793checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8794
8795[[package]]
8796name = "pathdiff"
8797version = "0.2.3"
8798source = "registry+https://github.com/rust-lang/crates.io-index"
8799checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
8800
8801[[package]]
8802name = "pathfinder_geometry"
8803version = "0.5.1"
8804source = "registry+https://github.com/rust-lang/crates.io-index"
8805checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8806dependencies = [
8807 "log",
8808 "pathfinder_simd",
8809]
8810
8811[[package]]
8812name = "pathfinder_simd"
8813version = "0.5.4"
8814source = "registry+https://github.com/rust-lang/crates.io-index"
8815checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8816dependencies = [
8817 "rustc_version",
8818]
8819
8820[[package]]
8821name = "paths"
8822version = "0.1.0"
8823dependencies = [
8824 "dirs 4.0.0",
8825 "util",
8826]
8827
8828[[package]]
8829name = "pbjson"
8830version = "0.6.0"
8831source = "registry+https://github.com/rust-lang/crates.io-index"
8832checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
8833dependencies = [
8834 "base64 0.21.7",
8835 "serde",
8836]
8837
8838[[package]]
8839name = "pbjson-build"
8840version = "0.6.2"
8841source = "registry+https://github.com/rust-lang/crates.io-index"
8842checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
8843dependencies = [
8844 "heck 0.4.1",
8845 "itertools 0.11.0",
8846 "prost 0.12.6",
8847 "prost-types 0.12.6",
8848]
8849
8850[[package]]
8851name = "pbjson-types"
8852version = "0.6.0"
8853source = "registry+https://github.com/rust-lang/crates.io-index"
8854checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
8855dependencies = [
8856 "bytes 1.9.0",
8857 "chrono",
8858 "pbjson",
8859 "pbjson-build",
8860 "prost 0.12.6",
8861 "prost-build 0.12.6",
8862 "serde",
8863]
8864
8865[[package]]
8866name = "pbkdf2"
8867version = "0.11.0"
8868source = "registry+https://github.com/rust-lang/crates.io-index"
8869checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8870dependencies = [
8871 "digest",
8872 "hmac",
8873 "password-hash 0.4.2",
8874 "sha2",
8875]
8876
8877[[package]]
8878name = "pbkdf2"
8879version = "0.12.2"
8880source = "registry+https://github.com/rust-lang/crates.io-index"
8881checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8882dependencies = [
8883 "digest",
8884 "hmac",
8885]
8886
8887[[package]]
8888name = "pem"
8889version = "3.0.4"
8890source = "registry+https://github.com/rust-lang/crates.io-index"
8891checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8892dependencies = [
8893 "base64 0.22.1",
8894 "serde",
8895]
8896
8897[[package]]
8898name = "pem-rfc7468"
8899version = "0.7.0"
8900source = "registry+https://github.com/rust-lang/crates.io-index"
8901checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8902dependencies = [
8903 "base64ct",
8904]
8905
8906[[package]]
8907name = "percent-encoding"
8908version = "2.3.1"
8909source = "registry+https://github.com/rust-lang/crates.io-index"
8910checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8911
8912[[package]]
8913name = "perplexity"
8914version = "0.1.0"
8915dependencies = [
8916 "serde",
8917 "zed_extension_api 0.2.0",
8918]
8919
8920[[package]]
8921name = "pest"
8922version = "2.7.15"
8923source = "registry+https://github.com/rust-lang/crates.io-index"
8924checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
8925dependencies = [
8926 "memchr",
8927 "thiserror 2.0.6",
8928 "ucd-trie",
8929]
8930
8931[[package]]
8932name = "pest_derive"
8933version = "2.7.15"
8934source = "registry+https://github.com/rust-lang/crates.io-index"
8935checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
8936dependencies = [
8937 "pest",
8938 "pest_generator",
8939]
8940
8941[[package]]
8942name = "pest_generator"
8943version = "2.7.15"
8944source = "registry+https://github.com/rust-lang/crates.io-index"
8945checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
8946dependencies = [
8947 "pest",
8948 "pest_meta",
8949 "proc-macro2",
8950 "quote",
8951 "syn 2.0.90",
8952]
8953
8954[[package]]
8955name = "pest_meta"
8956version = "2.7.15"
8957source = "registry+https://github.com/rust-lang/crates.io-index"
8958checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
8959dependencies = [
8960 "once_cell",
8961 "pest",
8962 "sha2",
8963]
8964
8965[[package]]
8966name = "pet"
8967version = "0.1.0"
8968source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8969dependencies = [
8970 "clap",
8971 "env_logger 0.10.2",
8972 "lazy_static",
8973 "log",
8974 "msvc_spectre_libs",
8975 "pet-conda",
8976 "pet-core",
8977 "pet-env-var-path",
8978 "pet-fs",
8979 "pet-global-virtualenvs",
8980 "pet-homebrew",
8981 "pet-jsonrpc",
8982 "pet-linux-global-python",
8983 "pet-mac-commandlinetools",
8984 "pet-mac-python-org",
8985 "pet-mac-xcode",
8986 "pet-pipenv",
8987 "pet-pixi",
8988 "pet-poetry",
8989 "pet-pyenv",
8990 "pet-python-utils",
8991 "pet-reporter",
8992 "pet-telemetry",
8993 "pet-venv",
8994 "pet-virtualenv",
8995 "pet-virtualenvwrapper",
8996 "pet-windows-registry",
8997 "pet-windows-store",
8998 "serde",
8999 "serde_json",
9000]
9001
9002[[package]]
9003name = "pet-conda"
9004version = "0.1.0"
9005source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9006dependencies = [
9007 "env_logger 0.10.2",
9008 "lazy_static",
9009 "log",
9010 "msvc_spectre_libs",
9011 "pet-core",
9012 "pet-fs",
9013 "pet-python-utils",
9014 "pet-reporter",
9015 "regex",
9016 "serde",
9017 "serde_json",
9018 "yaml-rust2",
9019]
9020
9021[[package]]
9022name = "pet-core"
9023version = "0.1.0"
9024source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9025dependencies = [
9026 "clap",
9027 "lazy_static",
9028 "log",
9029 "msvc_spectre_libs",
9030 "pet-fs",
9031 "regex",
9032 "serde",
9033 "serde_json",
9034]
9035
9036[[package]]
9037name = "pet-env-var-path"
9038version = "0.1.0"
9039source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9040dependencies = [
9041 "lazy_static",
9042 "log",
9043 "msvc_spectre_libs",
9044 "pet-conda",
9045 "pet-core",
9046 "pet-fs",
9047 "pet-python-utils",
9048 "pet-virtualenv",
9049 "regex",
9050]
9051
9052[[package]]
9053name = "pet-fs"
9054version = "0.1.0"
9055source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9056dependencies = [
9057 "log",
9058 "msvc_spectre_libs",
9059]
9060
9061[[package]]
9062name = "pet-global-virtualenvs"
9063version = "0.1.0"
9064source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9065dependencies = [
9066 "log",
9067 "msvc_spectre_libs",
9068 "pet-conda",
9069 "pet-core",
9070 "pet-fs",
9071 "pet-virtualenv",
9072]
9073
9074[[package]]
9075name = "pet-homebrew"
9076version = "0.1.0"
9077source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9078dependencies = [
9079 "lazy_static",
9080 "log",
9081 "msvc_spectre_libs",
9082 "pet-conda",
9083 "pet-core",
9084 "pet-fs",
9085 "pet-python-utils",
9086 "pet-virtualenv",
9087 "regex",
9088 "serde",
9089 "serde_json",
9090]
9091
9092[[package]]
9093name = "pet-jsonrpc"
9094version = "0.1.0"
9095source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9096dependencies = [
9097 "env_logger 0.10.2",
9098 "log",
9099 "msvc_spectre_libs",
9100 "pet-core",
9101 "serde",
9102 "serde_json",
9103]
9104
9105[[package]]
9106name = "pet-linux-global-python"
9107version = "0.1.0"
9108source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9109dependencies = [
9110 "log",
9111 "msvc_spectre_libs",
9112 "pet-core",
9113 "pet-fs",
9114 "pet-python-utils",
9115 "pet-virtualenv",
9116]
9117
9118[[package]]
9119name = "pet-mac-commandlinetools"
9120version = "0.1.0"
9121source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9122dependencies = [
9123 "log",
9124 "msvc_spectre_libs",
9125 "pet-core",
9126 "pet-fs",
9127 "pet-python-utils",
9128 "pet-virtualenv",
9129]
9130
9131[[package]]
9132name = "pet-mac-python-org"
9133version = "0.1.0"
9134source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9135dependencies = [
9136 "log",
9137 "msvc_spectre_libs",
9138 "pet-core",
9139 "pet-fs",
9140 "pet-python-utils",
9141 "pet-virtualenv",
9142]
9143
9144[[package]]
9145name = "pet-mac-xcode"
9146version = "0.1.0"
9147source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9148dependencies = [
9149 "log",
9150 "msvc_spectre_libs",
9151 "pet-core",
9152 "pet-fs",
9153 "pet-python-utils",
9154 "pet-virtualenv",
9155]
9156
9157[[package]]
9158name = "pet-pipenv"
9159version = "0.1.0"
9160source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9161dependencies = [
9162 "log",
9163 "msvc_spectre_libs",
9164 "pet-core",
9165 "pet-fs",
9166 "pet-python-utils",
9167 "pet-virtualenv",
9168]
9169
9170[[package]]
9171name = "pet-pixi"
9172version = "0.1.0"
9173source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9174dependencies = [
9175 "log",
9176 "msvc_spectre_libs",
9177 "pet-conda",
9178 "pet-core",
9179 "pet-python-utils",
9180]
9181
9182[[package]]
9183name = "pet-poetry"
9184version = "0.1.0"
9185source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9186dependencies = [
9187 "base64 0.22.1",
9188 "lazy_static",
9189 "log",
9190 "msvc_spectre_libs",
9191 "pet-core",
9192 "pet-fs",
9193 "pet-python-utils",
9194 "pet-reporter",
9195 "pet-virtualenv",
9196 "regex",
9197 "serde",
9198 "serde_json",
9199 "sha2",
9200 "toml 0.8.19",
9201]
9202
9203[[package]]
9204name = "pet-pyenv"
9205version = "0.1.0"
9206source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9207dependencies = [
9208 "lazy_static",
9209 "log",
9210 "msvc_spectre_libs",
9211 "pet-conda",
9212 "pet-core",
9213 "pet-fs",
9214 "pet-python-utils",
9215 "pet-reporter",
9216 "regex",
9217 "serde",
9218 "serde_json",
9219]
9220
9221[[package]]
9222name = "pet-python-utils"
9223version = "0.1.0"
9224source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9225dependencies = [
9226 "env_logger 0.10.2",
9227 "lazy_static",
9228 "log",
9229 "msvc_spectre_libs",
9230 "pet-core",
9231 "pet-fs",
9232 "regex",
9233 "serde",
9234 "serde_json",
9235 "sha2",
9236]
9237
9238[[package]]
9239name = "pet-reporter"
9240version = "0.1.0"
9241source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9242dependencies = [
9243 "env_logger 0.10.2",
9244 "log",
9245 "msvc_spectre_libs",
9246 "pet-core",
9247 "pet-jsonrpc",
9248 "serde",
9249 "serde_json",
9250]
9251
9252[[package]]
9253name = "pet-telemetry"
9254version = "0.1.0"
9255source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9256dependencies = [
9257 "env_logger 0.10.2",
9258 "lazy_static",
9259 "log",
9260 "msvc_spectre_libs",
9261 "pet-core",
9262 "pet-fs",
9263 "pet-python-utils",
9264 "regex",
9265]
9266
9267[[package]]
9268name = "pet-venv"
9269version = "0.1.0"
9270source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9271dependencies = [
9272 "log",
9273 "msvc_spectre_libs",
9274 "pet-core",
9275 "pet-python-utils",
9276 "pet-virtualenv",
9277]
9278
9279[[package]]
9280name = "pet-virtualenv"
9281version = "0.1.0"
9282source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9283dependencies = [
9284 "log",
9285 "msvc_spectre_libs",
9286 "pet-core",
9287 "pet-fs",
9288 "pet-python-utils",
9289]
9290
9291[[package]]
9292name = "pet-virtualenvwrapper"
9293version = "0.1.0"
9294source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9295dependencies = [
9296 "log",
9297 "msvc_spectre_libs",
9298 "pet-core",
9299 "pet-fs",
9300 "pet-python-utils",
9301 "pet-virtualenv",
9302]
9303
9304[[package]]
9305name = "pet-windows-registry"
9306version = "0.1.0"
9307source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9308dependencies = [
9309 "lazy_static",
9310 "log",
9311 "msvc_spectre_libs",
9312 "pet-conda",
9313 "pet-core",
9314 "pet-fs",
9315 "pet-python-utils",
9316 "pet-virtualenv",
9317 "pet-windows-store",
9318 "regex",
9319 "winreg 0.52.0",
9320]
9321
9322[[package]]
9323name = "pet-windows-store"
9324version = "0.1.0"
9325source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9326dependencies = [
9327 "lazy_static",
9328 "log",
9329 "msvc_spectre_libs",
9330 "pet-core",
9331 "pet-fs",
9332 "pet-python-utils",
9333 "pet-virtualenv",
9334 "regex",
9335 "winreg 0.52.0",
9336]
9337
9338[[package]]
9339name = "petgraph"
9340version = "0.6.5"
9341source = "registry+https://github.com/rust-lang/crates.io-index"
9342checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9343dependencies = [
9344 "fixedbitset",
9345 "indexmap",
9346]
9347
9348[[package]]
9349name = "phf"
9350version = "0.11.2"
9351source = "registry+https://github.com/rust-lang/crates.io-index"
9352checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9353dependencies = [
9354 "phf_macros",
9355 "phf_shared 0.11.2",
9356]
9357
9358[[package]]
9359name = "phf_codegen"
9360version = "0.11.2"
9361source = "registry+https://github.com/rust-lang/crates.io-index"
9362checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9363dependencies = [
9364 "phf_generator 0.11.2",
9365 "phf_shared 0.11.2",
9366]
9367
9368[[package]]
9369name = "phf_generator"
9370version = "0.10.0"
9371source = "registry+https://github.com/rust-lang/crates.io-index"
9372checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9373dependencies = [
9374 "phf_shared 0.10.0",
9375 "rand 0.8.5",
9376]
9377
9378[[package]]
9379name = "phf_generator"
9380version = "0.11.2"
9381source = "registry+https://github.com/rust-lang/crates.io-index"
9382checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9383dependencies = [
9384 "phf_shared 0.11.2",
9385 "rand 0.8.5",
9386]
9387
9388[[package]]
9389name = "phf_macros"
9390version = "0.11.2"
9391source = "registry+https://github.com/rust-lang/crates.io-index"
9392checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9393dependencies = [
9394 "phf_generator 0.11.2",
9395 "phf_shared 0.11.2",
9396 "proc-macro2",
9397 "quote",
9398 "syn 2.0.90",
9399]
9400
9401[[package]]
9402name = "phf_shared"
9403version = "0.10.0"
9404source = "registry+https://github.com/rust-lang/crates.io-index"
9405checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9406dependencies = [
9407 "siphasher 0.3.11",
9408]
9409
9410[[package]]
9411name = "phf_shared"
9412version = "0.11.2"
9413source = "registry+https://github.com/rust-lang/crates.io-index"
9414checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9415dependencies = [
9416 "siphasher 0.3.11",
9417]
9418
9419[[package]]
9420name = "picker"
9421version = "0.1.0"
9422dependencies = [
9423 "anyhow",
9424 "ctor",
9425 "editor",
9426 "env_logger 0.11.6",
9427 "gpui",
9428 "menu",
9429 "schemars",
9430 "serde",
9431 "serde_json",
9432 "ui",
9433 "workspace",
9434]
9435
9436[[package]]
9437name = "pico-args"
9438version = "0.5.0"
9439source = "registry+https://github.com/rust-lang/crates.io-index"
9440checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9441
9442[[package]]
9443name = "pin-project"
9444version = "1.1.7"
9445source = "registry+https://github.com/rust-lang/crates.io-index"
9446checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9447dependencies = [
9448 "pin-project-internal",
9449]
9450
9451[[package]]
9452name = "pin-project-internal"
9453version = "1.1.7"
9454source = "registry+https://github.com/rust-lang/crates.io-index"
9455checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9456dependencies = [
9457 "proc-macro2",
9458 "quote",
9459 "syn 2.0.90",
9460]
9461
9462[[package]]
9463name = "pin-project-lite"
9464version = "0.2.15"
9465source = "registry+https://github.com/rust-lang/crates.io-index"
9466checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
9467
9468[[package]]
9469name = "pin-utils"
9470version = "0.1.0"
9471source = "registry+https://github.com/rust-lang/crates.io-index"
9472checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9473
9474[[package]]
9475name = "piper"
9476version = "0.2.4"
9477source = "registry+https://github.com/rust-lang/crates.io-index"
9478checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
9479dependencies = [
9480 "atomic-waker",
9481 "fastrand 2.3.0",
9482 "futures-io",
9483]
9484
9485[[package]]
9486name = "pkcs1"
9487version = "0.7.5"
9488source = "registry+https://github.com/rust-lang/crates.io-index"
9489checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
9490dependencies = [
9491 "der 0.7.9",
9492 "pkcs8 0.10.2",
9493 "spki 0.7.3",
9494]
9495
9496[[package]]
9497name = "pkcs8"
9498version = "0.9.0"
9499source = "registry+https://github.com/rust-lang/crates.io-index"
9500checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
9501dependencies = [
9502 "der 0.6.1",
9503 "spki 0.6.0",
9504]
9505
9506[[package]]
9507name = "pkcs8"
9508version = "0.10.2"
9509source = "registry+https://github.com/rust-lang/crates.io-index"
9510checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
9511dependencies = [
9512 "der 0.7.9",
9513 "spki 0.7.3",
9514]
9515
9516[[package]]
9517name = "pkg-config"
9518version = "0.3.31"
9519source = "registry+https://github.com/rust-lang/crates.io-index"
9520checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
9521
9522[[package]]
9523name = "plist"
9524version = "1.7.0"
9525source = "registry+https://github.com/rust-lang/crates.io-index"
9526checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
9527dependencies = [
9528 "base64 0.22.1",
9529 "indexmap",
9530 "quick-xml 0.32.0",
9531 "serde",
9532 "time",
9533]
9534
9535[[package]]
9536name = "plotters"
9537version = "0.3.7"
9538source = "registry+https://github.com/rust-lang/crates.io-index"
9539checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
9540dependencies = [
9541 "num-traits",
9542 "plotters-backend",
9543 "plotters-svg",
9544 "wasm-bindgen",
9545 "web-sys",
9546]
9547
9548[[package]]
9549name = "plotters-backend"
9550version = "0.3.7"
9551source = "registry+https://github.com/rust-lang/crates.io-index"
9552checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
9553
9554[[package]]
9555name = "plotters-svg"
9556version = "0.3.7"
9557source = "registry+https://github.com/rust-lang/crates.io-index"
9558checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
9559dependencies = [
9560 "plotters-backend",
9561]
9562
9563[[package]]
9564name = "png"
9565version = "0.17.15"
9566source = "registry+https://github.com/rust-lang/crates.io-index"
9567checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
9568dependencies = [
9569 "bitflags 1.3.2",
9570 "crc32fast",
9571 "fdeflate",
9572 "flate2",
9573 "miniz_oxide",
9574]
9575
9576[[package]]
9577name = "polling"
9578version = "3.7.4"
9579source = "registry+https://github.com/rust-lang/crates.io-index"
9580checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
9581dependencies = [
9582 "cfg-if",
9583 "concurrent-queue",
9584 "hermit-abi 0.4.0",
9585 "pin-project-lite",
9586 "rustix",
9587 "tracing",
9588 "windows-sys 0.59.0",
9589]
9590
9591[[package]]
9592name = "pollster"
9593version = "0.2.5"
9594source = "registry+https://github.com/rust-lang/crates.io-index"
9595checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
9596
9597[[package]]
9598name = "postage"
9599version = "0.5.0"
9600source = "registry+https://github.com/rust-lang/crates.io-index"
9601checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
9602dependencies = [
9603 "atomic",
9604 "crossbeam-queue",
9605 "futures 0.3.31",
9606 "log",
9607 "parking_lot",
9608 "pin-project",
9609 "pollster",
9610 "static_assertions",
9611 "thiserror 1.0.69",
9612]
9613
9614[[package]]
9615name = "postcard"
9616version = "1.1.1"
9617source = "registry+https://github.com/rust-lang/crates.io-index"
9618checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
9619dependencies = [
9620 "cobs",
9621 "embedded-io 0.4.0",
9622 "embedded-io 0.6.1",
9623 "serde",
9624]
9625
9626[[package]]
9627name = "powerfmt"
9628version = "0.2.0"
9629source = "registry+https://github.com/rust-lang/crates.io-index"
9630checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9631
9632[[package]]
9633name = "ppv-lite86"
9634version = "0.2.20"
9635source = "registry+https://github.com/rust-lang/crates.io-index"
9636checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
9637dependencies = [
9638 "zerocopy",
9639]
9640
9641[[package]]
9642name = "precomputed-hash"
9643version = "0.1.1"
9644source = "registry+https://github.com/rust-lang/crates.io-index"
9645checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
9646
9647[[package]]
9648name = "prettier"
9649version = "0.1.0"
9650dependencies = [
9651 "anyhow",
9652 "collections",
9653 "fs",
9654 "gpui",
9655 "language",
9656 "log",
9657 "lsp",
9658 "node_runtime",
9659 "parking_lot",
9660 "paths",
9661 "serde",
9662 "serde_json",
9663 "util",
9664]
9665
9666[[package]]
9667name = "pretty_assertions"
9668version = "1.4.1"
9669source = "registry+https://github.com/rust-lang/crates.io-index"
9670checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
9671dependencies = [
9672 "diff",
9673 "yansi",
9674]
9675
9676[[package]]
9677name = "prettyplease"
9678version = "0.2.25"
9679source = "registry+https://github.com/rust-lang/crates.io-index"
9680checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
9681dependencies = [
9682 "proc-macro2",
9683 "syn 2.0.90",
9684]
9685
9686[[package]]
9687name = "proc-macro-crate"
9688version = "3.2.0"
9689source = "registry+https://github.com/rust-lang/crates.io-index"
9690checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9691dependencies = [
9692 "toml_edit",
9693]
9694
9695[[package]]
9696name = "proc-macro-error-attr2"
9697version = "2.0.0"
9698source = "registry+https://github.com/rust-lang/crates.io-index"
9699checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
9700dependencies = [
9701 "proc-macro2",
9702 "quote",
9703]
9704
9705[[package]]
9706name = "proc-macro-error2"
9707version = "2.0.1"
9708source = "registry+https://github.com/rust-lang/crates.io-index"
9709checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
9710dependencies = [
9711 "proc-macro-error-attr2",
9712 "proc-macro2",
9713 "quote",
9714 "syn 2.0.90",
9715]
9716
9717[[package]]
9718name = "proc-macro2"
9719version = "1.0.93"
9720source = "registry+https://github.com/rust-lang/crates.io-index"
9721checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
9722dependencies = [
9723 "unicode-ident",
9724]
9725
9726[[package]]
9727name = "proc-macro2-diagnostics"
9728version = "0.10.1"
9729source = "registry+https://github.com/rust-lang/crates.io-index"
9730checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
9731dependencies = [
9732 "proc-macro2",
9733 "quote",
9734 "syn 2.0.90",
9735 "version_check",
9736 "yansi",
9737]
9738
9739[[package]]
9740name = "profiling"
9741version = "1.0.16"
9742source = "registry+https://github.com/rust-lang/crates.io-index"
9743checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9744dependencies = [
9745 "profiling-procmacros",
9746]
9747
9748[[package]]
9749name = "profiling-procmacros"
9750version = "1.0.16"
9751source = "registry+https://github.com/rust-lang/crates.io-index"
9752checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9753dependencies = [
9754 "quote",
9755 "syn 2.0.90",
9756]
9757
9758[[package]]
9759name = "project"
9760version = "0.1.0"
9761dependencies = [
9762 "aho-corasick",
9763 "anyhow",
9764 "async-trait",
9765 "client",
9766 "clock",
9767 "collections",
9768 "env_logger 0.11.6",
9769 "fancy-regex 0.14.0",
9770 "fs",
9771 "futures 0.3.31",
9772 "fuzzy",
9773 "git",
9774 "git2",
9775 "globset",
9776 "gpui",
9777 "http_client",
9778 "image",
9779 "itertools 0.14.0",
9780 "language",
9781 "log",
9782 "lsp",
9783 "node_runtime",
9784 "parking_lot",
9785 "pathdiff",
9786 "paths",
9787 "postage",
9788 "prettier",
9789 "pretty_assertions",
9790 "rand 0.8.5",
9791 "regex",
9792 "release_channel",
9793 "remote",
9794 "rpc",
9795 "schemars",
9796 "serde",
9797 "serde_json",
9798 "settings",
9799 "sha2",
9800 "shellexpand 2.1.2",
9801 "shlex",
9802 "similar",
9803 "smol",
9804 "snippet",
9805 "snippet_provider",
9806 "task",
9807 "tempfile",
9808 "terminal",
9809 "text",
9810 "toml 0.8.19",
9811 "unindent",
9812 "url",
9813 "util",
9814 "which 6.0.3",
9815 "worktree",
9816]
9817
9818[[package]]
9819name = "project_panel"
9820version = "0.1.0"
9821dependencies = [
9822 "anyhow",
9823 "client",
9824 "collections",
9825 "command_palette_hooks",
9826 "db",
9827 "editor",
9828 "file_icons",
9829 "git",
9830 "gpui",
9831 "indexmap",
9832 "language",
9833 "menu",
9834 "pretty_assertions",
9835 "project",
9836 "schemars",
9837 "search",
9838 "serde",
9839 "serde_derive",
9840 "serde_json",
9841 "settings",
9842 "smallvec",
9843 "theme",
9844 "ui",
9845 "util",
9846 "workspace",
9847 "worktree",
9848]
9849
9850[[package]]
9851name = "project_symbols"
9852version = "0.1.0"
9853dependencies = [
9854 "anyhow",
9855 "editor",
9856 "futures 0.3.31",
9857 "fuzzy",
9858 "gpui",
9859 "language",
9860 "lsp",
9861 "ordered-float 2.10.1",
9862 "picker",
9863 "project",
9864 "release_channel",
9865 "serde_json",
9866 "settings",
9867 "theme",
9868 "util",
9869 "workspace",
9870]
9871
9872[[package]]
9873name = "prometheus"
9874version = "0.13.4"
9875source = "registry+https://github.com/rust-lang/crates.io-index"
9876checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9877dependencies = [
9878 "cfg-if",
9879 "fnv",
9880 "lazy_static",
9881 "memchr",
9882 "parking_lot",
9883 "protobuf",
9884 "thiserror 1.0.69",
9885]
9886
9887[[package]]
9888name = "prompt_library"
9889version = "0.1.0"
9890dependencies = [
9891 "anyhow",
9892 "assets",
9893 "chrono",
9894 "collections",
9895 "editor",
9896 "fs",
9897 "futures 0.3.31",
9898 "fuzzy",
9899 "gpui",
9900 "handlebars 4.5.0",
9901 "heed",
9902 "language",
9903 "language_model",
9904 "log",
9905 "menu",
9906 "parking_lot",
9907 "paths",
9908 "picker",
9909 "release_channel",
9910 "rope",
9911 "serde",
9912 "settings",
9913 "text",
9914 "theme",
9915 "ui",
9916 "util",
9917 "uuid",
9918 "workspace",
9919 "zed_actions",
9920]
9921
9922[[package]]
9923name = "prost"
9924version = "0.9.0"
9925source = "registry+https://github.com/rust-lang/crates.io-index"
9926checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9927dependencies = [
9928 "bytes 1.9.0",
9929 "prost-derive 0.9.0",
9930]
9931
9932[[package]]
9933name = "prost"
9934version = "0.12.6"
9935source = "registry+https://github.com/rust-lang/crates.io-index"
9936checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
9937dependencies = [
9938 "bytes 1.9.0",
9939 "prost-derive 0.12.6",
9940]
9941
9942[[package]]
9943name = "prost-build"
9944version = "0.9.0"
9945source = "registry+https://github.com/rust-lang/crates.io-index"
9946checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9947dependencies = [
9948 "bytes 1.9.0",
9949 "heck 0.3.3",
9950 "itertools 0.10.5",
9951 "lazy_static",
9952 "log",
9953 "multimap 0.8.3",
9954 "petgraph",
9955 "prost 0.9.0",
9956 "prost-types 0.9.0",
9957 "regex",
9958 "tempfile",
9959 "which 4.4.2",
9960]
9961
9962[[package]]
9963name = "prost-build"
9964version = "0.12.6"
9965source = "registry+https://github.com/rust-lang/crates.io-index"
9966checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
9967dependencies = [
9968 "bytes 1.9.0",
9969 "heck 0.5.0",
9970 "itertools 0.12.1",
9971 "log",
9972 "multimap 0.10.0",
9973 "once_cell",
9974 "petgraph",
9975 "prettyplease",
9976 "prost 0.12.6",
9977 "prost-types 0.12.6",
9978 "regex",
9979 "syn 2.0.90",
9980 "tempfile",
9981]
9982
9983[[package]]
9984name = "prost-derive"
9985version = "0.9.0"
9986source = "registry+https://github.com/rust-lang/crates.io-index"
9987checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9988dependencies = [
9989 "anyhow",
9990 "itertools 0.10.5",
9991 "proc-macro2",
9992 "quote",
9993 "syn 1.0.109",
9994]
9995
9996[[package]]
9997name = "prost-derive"
9998version = "0.12.6"
9999source = "registry+https://github.com/rust-lang/crates.io-index"
10000checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10001dependencies = [
10002 "anyhow",
10003 "itertools 0.12.1",
10004 "proc-macro2",
10005 "quote",
10006 "syn 2.0.90",
10007]
10008
10009[[package]]
10010name = "prost-types"
10011version = "0.9.0"
10012source = "registry+https://github.com/rust-lang/crates.io-index"
10013checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10014dependencies = [
10015 "bytes 1.9.0",
10016 "prost 0.9.0",
10017]
10018
10019[[package]]
10020name = "prost-types"
10021version = "0.12.6"
10022source = "registry+https://github.com/rust-lang/crates.io-index"
10023checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10024dependencies = [
10025 "prost 0.12.6",
10026]
10027
10028[[package]]
10029name = "proto"
10030version = "0.1.0"
10031dependencies = [
10032 "anyhow",
10033 "collections",
10034 "prost 0.9.0",
10035 "prost-build 0.9.0",
10036 "serde",
10037]
10038
10039[[package]]
10040name = "protobuf"
10041version = "2.28.0"
10042source = "registry+https://github.com/rust-lang/crates.io-index"
10043checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10044
10045[[package]]
10046name = "psm"
10047version = "0.1.24"
10048source = "registry+https://github.com/rust-lang/crates.io-index"
10049checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10050dependencies = [
10051 "cc",
10052]
10053
10054[[package]]
10055name = "ptr_meta"
10056version = "0.1.4"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10059dependencies = [
10060 "ptr_meta_derive",
10061]
10062
10063[[package]]
10064name = "ptr_meta_derive"
10065version = "0.1.4"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10068dependencies = [
10069 "proc-macro2",
10070 "quote",
10071 "syn 1.0.109",
10072]
10073
10074[[package]]
10075name = "pulldown-cmark"
10076version = "0.10.3"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10079dependencies = [
10080 "bitflags 2.8.0",
10081 "memchr",
10082 "pulldown-cmark-escape",
10083 "unicase",
10084]
10085
10086[[package]]
10087name = "pulldown-cmark"
10088version = "0.12.2"
10089source = "registry+https://github.com/rust-lang/crates.io-index"
10090checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10091dependencies = [
10092 "bitflags 2.8.0",
10093 "memchr",
10094 "unicase",
10095]
10096
10097[[package]]
10098name = "pulldown-cmark-escape"
10099version = "0.10.1"
10100source = "registry+https://github.com/rust-lang/crates.io-index"
10101checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10102
10103[[package]]
10104name = "qoi"
10105version = "0.4.1"
10106source = "registry+https://github.com/rust-lang/crates.io-index"
10107checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10108dependencies = [
10109 "bytemuck",
10110]
10111
10112[[package]]
10113name = "quick-error"
10114version = "2.0.1"
10115source = "registry+https://github.com/rust-lang/crates.io-index"
10116checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10117
10118[[package]]
10119name = "quick-xml"
10120version = "0.32.0"
10121source = "registry+https://github.com/rust-lang/crates.io-index"
10122checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10123dependencies = [
10124 "memchr",
10125]
10126
10127[[package]]
10128name = "quick-xml"
10129version = "0.36.2"
10130source = "registry+https://github.com/rust-lang/crates.io-index"
10131checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
10132dependencies = [
10133 "memchr",
10134]
10135
10136[[package]]
10137name = "quinn"
10138version = "0.11.6"
10139source = "registry+https://github.com/rust-lang/crates.io-index"
10140checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10141dependencies = [
10142 "bytes 1.9.0",
10143 "pin-project-lite",
10144 "quinn-proto",
10145 "quinn-udp",
10146 "rustc-hash 2.1.0",
10147 "rustls 0.23.20",
10148 "socket2",
10149 "thiserror 2.0.6",
10150 "tokio",
10151 "tracing",
10152]
10153
10154[[package]]
10155name = "quinn-proto"
10156version = "0.11.9"
10157source = "registry+https://github.com/rust-lang/crates.io-index"
10158checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10159dependencies = [
10160 "bytes 1.9.0",
10161 "getrandom 0.2.15",
10162 "rand 0.8.5",
10163 "ring",
10164 "rustc-hash 2.1.0",
10165 "rustls 0.23.20",
10166 "rustls-pki-types",
10167 "slab",
10168 "thiserror 2.0.6",
10169 "tinyvec",
10170 "tracing",
10171 "web-time",
10172]
10173
10174[[package]]
10175name = "quinn-udp"
10176version = "0.5.8"
10177source = "registry+https://github.com/rust-lang/crates.io-index"
10178checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527"
10179dependencies = [
10180 "cfg_aliases 0.2.1",
10181 "libc",
10182 "once_cell",
10183 "socket2",
10184 "tracing",
10185 "windows-sys 0.59.0",
10186]
10187
10188[[package]]
10189name = "quote"
10190version = "1.0.38"
10191source = "registry+https://github.com/rust-lang/crates.io-index"
10192checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10193dependencies = [
10194 "proc-macro2",
10195]
10196
10197[[package]]
10198name = "radium"
10199version = "0.7.0"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10202
10203[[package]]
10204name = "rand"
10205version = "0.7.3"
10206source = "registry+https://github.com/rust-lang/crates.io-index"
10207checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10208dependencies = [
10209 "getrandom 0.1.16",
10210 "libc",
10211 "rand_chacha 0.2.2",
10212 "rand_core 0.5.1",
10213 "rand_hc",
10214]
10215
10216[[package]]
10217name = "rand"
10218version = "0.8.5"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10221dependencies = [
10222 "libc",
10223 "rand_chacha 0.3.1",
10224 "rand_core 0.6.4",
10225]
10226
10227[[package]]
10228name = "rand_chacha"
10229version = "0.2.2"
10230source = "registry+https://github.com/rust-lang/crates.io-index"
10231checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10232dependencies = [
10233 "ppv-lite86",
10234 "rand_core 0.5.1",
10235]
10236
10237[[package]]
10238name = "rand_chacha"
10239version = "0.3.1"
10240source = "registry+https://github.com/rust-lang/crates.io-index"
10241checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10242dependencies = [
10243 "ppv-lite86",
10244 "rand_core 0.6.4",
10245]
10246
10247[[package]]
10248name = "rand_core"
10249version = "0.5.1"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10252dependencies = [
10253 "getrandom 0.1.16",
10254]
10255
10256[[package]]
10257name = "rand_core"
10258version = "0.6.4"
10259source = "registry+https://github.com/rust-lang/crates.io-index"
10260checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10261dependencies = [
10262 "getrandom 0.2.15",
10263]
10264
10265[[package]]
10266name = "rand_hc"
10267version = "0.2.0"
10268source = "registry+https://github.com/rust-lang/crates.io-index"
10269checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10270dependencies = [
10271 "rand_core 0.5.1",
10272]
10273
10274[[package]]
10275name = "rangemap"
10276version = "1.5.1"
10277source = "registry+https://github.com/rust-lang/crates.io-index"
10278checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10279
10280[[package]]
10281name = "rav1e"
10282version = "0.7.1"
10283source = "registry+https://github.com/rust-lang/crates.io-index"
10284checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10285dependencies = [
10286 "arbitrary",
10287 "arg_enum_proc_macro",
10288 "arrayvec",
10289 "av1-grain",
10290 "bitstream-io",
10291 "built",
10292 "cfg-if",
10293 "interpolate_name",
10294 "itertools 0.12.1",
10295 "libc",
10296 "libfuzzer-sys",
10297 "log",
10298 "maybe-rayon",
10299 "new_debug_unreachable",
10300 "noop_proc_macro",
10301 "num-derive",
10302 "num-traits",
10303 "once_cell",
10304 "paste",
10305 "profiling",
10306 "rand 0.8.5",
10307 "rand_chacha 0.3.1",
10308 "simd_helpers",
10309 "system-deps",
10310 "thiserror 1.0.69",
10311 "v_frame",
10312 "wasm-bindgen",
10313]
10314
10315[[package]]
10316name = "ravif"
10317version = "0.11.11"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10320dependencies = [
10321 "avif-serialize",
10322 "imgref",
10323 "loop9",
10324 "quick-error",
10325 "rav1e",
10326 "rayon",
10327 "rgb",
10328]
10329
10330[[package]]
10331name = "raw-window-handle"
10332version = "0.6.2"
10333source = "registry+https://github.com/rust-lang/crates.io-index"
10334checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10335
10336[[package]]
10337name = "raw-window-metal"
10338version = "0.4.0"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10341dependencies = [
10342 "cocoa 0.25.0",
10343 "core-graphics 0.23.2",
10344 "objc",
10345 "raw-window-handle",
10346]
10347
10348[[package]]
10349name = "rayon"
10350version = "1.10.0"
10351source = "registry+https://github.com/rust-lang/crates.io-index"
10352checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10353dependencies = [
10354 "either",
10355 "rayon-core",
10356]
10357
10358[[package]]
10359name = "rayon-core"
10360version = "1.12.1"
10361source = "registry+https://github.com/rust-lang/crates.io-index"
10362checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10363dependencies = [
10364 "crossbeam-deque",
10365 "crossbeam-utils",
10366]
10367
10368[[package]]
10369name = "read-fonts"
10370version = "0.22.5"
10371source = "registry+https://github.com/rust-lang/crates.io-index"
10372checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10373dependencies = [
10374 "bytemuck",
10375 "font-types",
10376]
10377
10378[[package]]
10379name = "recent_projects"
10380version = "0.1.0"
10381dependencies = [
10382 "anyhow",
10383 "auto_update",
10384 "editor",
10385 "extension_host",
10386 "file_finder",
10387 "futures 0.3.31",
10388 "fuzzy",
10389 "gpui",
10390 "language",
10391 "log",
10392 "markdown",
10393 "menu",
10394 "ordered-float 2.10.1",
10395 "paths",
10396 "picker",
10397 "project",
10398 "release_channel",
10399 "remote",
10400 "schemars",
10401 "serde",
10402 "serde_json",
10403 "settings",
10404 "smol",
10405 "task",
10406 "theme",
10407 "ui",
10408 "util",
10409 "workspace",
10410 "zed_actions",
10411]
10412
10413[[package]]
10414name = "redox_syscall"
10415version = "0.2.16"
10416source = "registry+https://github.com/rust-lang/crates.io-index"
10417checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
10418dependencies = [
10419 "bitflags 1.3.2",
10420]
10421
10422[[package]]
10423name = "redox_syscall"
10424version = "0.5.8"
10425source = "registry+https://github.com/rust-lang/crates.io-index"
10426checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
10427dependencies = [
10428 "bitflags 2.8.0",
10429]
10430
10431[[package]]
10432name = "redox_users"
10433version = "0.4.6"
10434source = "registry+https://github.com/rust-lang/crates.io-index"
10435checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
10436dependencies = [
10437 "getrandom 0.2.15",
10438 "libredox",
10439 "thiserror 1.0.69",
10440]
10441
10442[[package]]
10443name = "refineable"
10444version = "0.1.0"
10445dependencies = [
10446 "derive_refineable",
10447]
10448
10449[[package]]
10450name = "regalloc2"
10451version = "0.9.3"
10452source = "registry+https://github.com/rust-lang/crates.io-index"
10453checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
10454dependencies = [
10455 "hashbrown 0.13.2",
10456 "log",
10457 "rustc-hash 1.1.0",
10458 "slice-group-by",
10459 "smallvec",
10460]
10461
10462[[package]]
10463name = "regex"
10464version = "1.11.1"
10465source = "registry+https://github.com/rust-lang/crates.io-index"
10466checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
10467dependencies = [
10468 "aho-corasick",
10469 "memchr",
10470 "regex-automata 0.4.9",
10471 "regex-syntax 0.8.5",
10472]
10473
10474[[package]]
10475name = "regex-automata"
10476version = "0.1.10"
10477source = "registry+https://github.com/rust-lang/crates.io-index"
10478checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
10479dependencies = [
10480 "regex-syntax 0.6.29",
10481]
10482
10483[[package]]
10484name = "regex-automata"
10485version = "0.4.9"
10486source = "registry+https://github.com/rust-lang/crates.io-index"
10487checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
10488dependencies = [
10489 "aho-corasick",
10490 "memchr",
10491 "regex-syntax 0.8.5",
10492]
10493
10494[[package]]
10495name = "regex-lite"
10496version = "0.1.6"
10497source = "registry+https://github.com/rust-lang/crates.io-index"
10498checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
10499
10500[[package]]
10501name = "regex-syntax"
10502version = "0.6.29"
10503source = "registry+https://github.com/rust-lang/crates.io-index"
10504checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
10505
10506[[package]]
10507name = "regex-syntax"
10508version = "0.8.5"
10509source = "registry+https://github.com/rust-lang/crates.io-index"
10510checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
10511
10512[[package]]
10513name = "release_channel"
10514version = "0.1.0"
10515dependencies = [
10516 "gpui",
10517]
10518
10519[[package]]
10520name = "remote"
10521version = "0.1.0"
10522dependencies = [
10523 "anyhow",
10524 "async-trait",
10525 "collections",
10526 "fs",
10527 "futures 0.3.31",
10528 "gpui",
10529 "itertools 0.14.0",
10530 "log",
10531 "parking_lot",
10532 "paths",
10533 "prost 0.9.0",
10534 "release_channel",
10535 "rpc",
10536 "serde",
10537 "serde_json",
10538 "shlex",
10539 "smol",
10540 "tempfile",
10541 "thiserror 1.0.69",
10542 "util",
10543 "which 6.0.3",
10544]
10545
10546[[package]]
10547name = "remote_server"
10548version = "0.1.0"
10549dependencies = [
10550 "anyhow",
10551 "async-watch",
10552 "backtrace",
10553 "cargo_toml",
10554 "chrono",
10555 "clap",
10556 "client",
10557 "clock",
10558 "env_logger 0.11.6",
10559 "extension",
10560 "extension_host",
10561 "fork",
10562 "fs",
10563 "futures 0.3.31",
10564 "git",
10565 "git_hosting_providers",
10566 "gpui",
10567 "http_client",
10568 "language",
10569 "language_extension",
10570 "languages",
10571 "libc",
10572 "log",
10573 "lsp",
10574 "node_runtime",
10575 "paths",
10576 "project",
10577 "proto",
10578 "release_channel",
10579 "remote",
10580 "reqwest_client",
10581 "rpc",
10582 "rust-embed",
10583 "serde",
10584 "serde_json",
10585 "settings",
10586 "shellexpand 2.1.2",
10587 "smol",
10588 "sysinfo",
10589 "telemetry_events",
10590 "toml 0.8.19",
10591 "util",
10592 "worktree",
10593]
10594
10595[[package]]
10596name = "rend"
10597version = "0.4.2"
10598source = "registry+https://github.com/rust-lang/crates.io-index"
10599checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10600dependencies = [
10601 "bytecheck",
10602]
10603
10604[[package]]
10605name = "repl"
10606version = "0.1.0"
10607dependencies = [
10608 "alacritty_terminal",
10609 "anyhow",
10610 "async-dispatcher",
10611 "async-tungstenite 0.28.2",
10612 "base64 0.22.1",
10613 "client",
10614 "collections",
10615 "command_palette_hooks",
10616 "editor",
10617 "env_logger 0.11.6",
10618 "feature_flags",
10619 "file_icons",
10620 "futures 0.3.31",
10621 "gpui",
10622 "http_client",
10623 "image",
10624 "indoc",
10625 "jupyter-protocol",
10626 "jupyter-websocket-client",
10627 "language",
10628 "languages",
10629 "log",
10630 "markdown_preview",
10631 "menu",
10632 "multi_buffer",
10633 "nbformat",
10634 "picker",
10635 "project",
10636 "runtimelib",
10637 "schemars",
10638 "serde",
10639 "serde_json",
10640 "settings",
10641 "smol",
10642 "telemetry",
10643 "terminal",
10644 "terminal_view",
10645 "theme",
10646 "tree-sitter-md",
10647 "tree-sitter-python",
10648 "tree-sitter-typescript",
10649 "ui",
10650 "util",
10651 "uuid",
10652 "workspace",
10653]
10654
10655[[package]]
10656name = "reqwest"
10657version = "0.11.27"
10658source = "registry+https://github.com/rust-lang/crates.io-index"
10659checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10660dependencies = [
10661 "base64 0.21.7",
10662 "bytes 1.9.0",
10663 "encoding_rs",
10664 "futures-core",
10665 "futures-util",
10666 "h2 0.3.26",
10667 "http 0.2.12",
10668 "http-body 0.4.6",
10669 "hyper 0.14.32",
10670 "hyper-rustls 0.24.2",
10671 "hyper-tls",
10672 "ipnet",
10673 "js-sys",
10674 "log",
10675 "mime",
10676 "native-tls",
10677 "once_cell",
10678 "percent-encoding",
10679 "pin-project-lite",
10680 "rustls 0.21.12",
10681 "rustls-native-certs 0.6.3",
10682 "rustls-pemfile 1.0.4",
10683 "serde",
10684 "serde_json",
10685 "serde_urlencoded",
10686 "sync_wrapper 0.1.2",
10687 "system-configuration 0.5.1",
10688 "tokio",
10689 "tokio-native-tls",
10690 "tokio-rustls 0.24.1",
10691 "tower-service",
10692 "url",
10693 "wasm-bindgen",
10694 "wasm-bindgen-futures",
10695 "web-sys",
10696 "winreg 0.50.0",
10697]
10698
10699[[package]]
10700name = "reqwest"
10701version = "0.12.8"
10702source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10703dependencies = [
10704 "base64 0.22.1",
10705 "bytes 1.9.0",
10706 "encoding_rs",
10707 "futures-core",
10708 "futures-util",
10709 "h2 0.4.7",
10710 "http 1.2.0",
10711 "http-body 1.0.1",
10712 "http-body-util",
10713 "hyper 1.5.1",
10714 "hyper-rustls 0.27.3",
10715 "hyper-util",
10716 "ipnet",
10717 "js-sys",
10718 "log",
10719 "mime",
10720 "once_cell",
10721 "percent-encoding",
10722 "pin-project-lite",
10723 "quinn",
10724 "rustls 0.23.20",
10725 "rustls-native-certs 0.8.1",
10726 "rustls-pemfile 2.2.0",
10727 "rustls-pki-types",
10728 "serde",
10729 "serde_json",
10730 "serde_urlencoded",
10731 "sync_wrapper 1.0.2",
10732 "system-configuration 0.6.1",
10733 "tokio",
10734 "tokio-rustls 0.26.1",
10735 "tokio-socks",
10736 "tokio-util",
10737 "tower-service",
10738 "url",
10739 "wasm-bindgen",
10740 "wasm-bindgen-futures",
10741 "wasm-streams",
10742 "web-sys",
10743 "windows-registry",
10744]
10745
10746[[package]]
10747name = "reqwest_client"
10748version = "0.1.0"
10749dependencies = [
10750 "anyhow",
10751 "bytes 1.9.0",
10752 "futures 0.3.31",
10753 "gpui",
10754 "http_client",
10755 "log",
10756 "reqwest 0.12.8",
10757 "serde",
10758 "smol",
10759 "tokio",
10760]
10761
10762[[package]]
10763name = "resvg"
10764version = "0.44.0"
10765source = "registry+https://github.com/rust-lang/crates.io-index"
10766checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10767dependencies = [
10768 "log",
10769 "pico-args",
10770 "rgb",
10771 "svgtypes",
10772 "tiny-skia",
10773 "usvg",
10774]
10775
10776[[package]]
10777name = "rfc6979"
10778version = "0.3.1"
10779source = "registry+https://github.com/rust-lang/crates.io-index"
10780checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10781dependencies = [
10782 "crypto-bigint 0.4.9",
10783 "hmac",
10784 "zeroize",
10785]
10786
10787[[package]]
10788name = "rgb"
10789version = "0.8.50"
10790source = "registry+https://github.com/rust-lang/crates.io-index"
10791checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
10792dependencies = [
10793 "bytemuck",
10794]
10795
10796[[package]]
10797name = "rich_text"
10798version = "0.1.0"
10799dependencies = [
10800 "futures 0.3.31",
10801 "gpui",
10802 "language",
10803 "linkify",
10804 "pulldown-cmark 0.12.2",
10805 "theme",
10806 "ui",
10807 "util",
10808]
10809
10810[[package]]
10811name = "ring"
10812version = "0.17.8"
10813source = "registry+https://github.com/rust-lang/crates.io-index"
10814checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10815dependencies = [
10816 "cc",
10817 "cfg-if",
10818 "getrandom 0.2.15",
10819 "libc",
10820 "spin",
10821 "untrusted",
10822 "windows-sys 0.52.0",
10823]
10824
10825[[package]]
10826name = "rkyv"
10827version = "0.7.45"
10828source = "registry+https://github.com/rust-lang/crates.io-index"
10829checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10830dependencies = [
10831 "bitvec",
10832 "bytecheck",
10833 "bytes 1.9.0",
10834 "hashbrown 0.12.3",
10835 "ptr_meta",
10836 "rend",
10837 "rkyv_derive",
10838 "seahash",
10839 "tinyvec",
10840 "uuid",
10841]
10842
10843[[package]]
10844name = "rkyv_derive"
10845version = "0.7.45"
10846source = "registry+https://github.com/rust-lang/crates.io-index"
10847checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10848dependencies = [
10849 "proc-macro2",
10850 "quote",
10851 "syn 1.0.109",
10852]
10853
10854[[package]]
10855name = "rmp"
10856version = "0.8.14"
10857source = "registry+https://github.com/rust-lang/crates.io-index"
10858checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10859dependencies = [
10860 "byteorder",
10861 "num-traits",
10862 "paste",
10863]
10864
10865[[package]]
10866name = "rmpv"
10867version = "1.3.0"
10868source = "registry+https://github.com/rust-lang/crates.io-index"
10869checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10870dependencies = [
10871 "num-traits",
10872 "rmp",
10873]
10874
10875[[package]]
10876name = "rodio"
10877version = "0.20.1"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
10880dependencies = [
10881 "cpal",
10882 "hound",
10883]
10884
10885[[package]]
10886name = "rope"
10887version = "0.1.0"
10888dependencies = [
10889 "arrayvec",
10890 "criterion",
10891 "ctor",
10892 "env_logger 0.11.6",
10893 "gpui",
10894 "log",
10895 "rand 0.8.5",
10896 "rayon",
10897 "smallvec",
10898 "sum_tree",
10899 "unicode-segmentation",
10900 "util",
10901]
10902
10903[[package]]
10904name = "roxmltree"
10905version = "0.20.0"
10906source = "registry+https://github.com/rust-lang/crates.io-index"
10907checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10908
10909[[package]]
10910name = "rpc"
10911version = "0.1.0"
10912dependencies = [
10913 "anyhow",
10914 "async-tungstenite 0.28.2",
10915 "base64 0.22.1",
10916 "chrono",
10917 "collections",
10918 "env_logger 0.11.6",
10919 "futures 0.3.31",
10920 "gpui",
10921 "parking_lot",
10922 "proto",
10923 "rand 0.8.5",
10924 "rsa",
10925 "serde",
10926 "serde_json",
10927 "sha2",
10928 "strum",
10929 "tracing",
10930 "util",
10931 "zstd",
10932]
10933
10934[[package]]
10935name = "rsa"
10936version = "0.9.7"
10937source = "registry+https://github.com/rust-lang/crates.io-index"
10938checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
10939dependencies = [
10940 "const-oid",
10941 "digest",
10942 "num-bigint-dig",
10943 "num-integer",
10944 "num-traits",
10945 "pkcs1",
10946 "pkcs8 0.10.2",
10947 "rand_core 0.6.4",
10948 "signature 2.2.0",
10949 "spki 0.7.3",
10950 "subtle",
10951 "zeroize",
10952]
10953
10954[[package]]
10955name = "runtimelib"
10956version = "0.25.0"
10957source = "registry+https://github.com/rust-lang/crates.io-index"
10958checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
10959dependencies = [
10960 "anyhow",
10961 "async-dispatcher",
10962 "async-std",
10963 "base64 0.22.1",
10964 "bytes 1.9.0",
10965 "chrono",
10966 "data-encoding",
10967 "dirs 5.0.1",
10968 "futures 0.3.31",
10969 "glob",
10970 "jupyter-protocol",
10971 "ring",
10972 "serde",
10973 "serde_json",
10974 "shellexpand 3.1.0",
10975 "smol",
10976 "uuid",
10977 "zeromq",
10978]
10979
10980[[package]]
10981name = "rust-embed"
10982version = "8.5.0"
10983source = "registry+https://github.com/rust-lang/crates.io-index"
10984checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10985dependencies = [
10986 "rust-embed-impl",
10987 "rust-embed-utils",
10988 "walkdir",
10989]
10990
10991[[package]]
10992name = "rust-embed-impl"
10993version = "8.5.0"
10994source = "registry+https://github.com/rust-lang/crates.io-index"
10995checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10996dependencies = [
10997 "proc-macro2",
10998 "quote",
10999 "rust-embed-utils",
11000 "syn 2.0.90",
11001 "walkdir",
11002]
11003
11004[[package]]
11005name = "rust-embed-utils"
11006version = "8.5.0"
11007source = "registry+https://github.com/rust-lang/crates.io-index"
11008checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11009dependencies = [
11010 "globset",
11011 "sha2",
11012 "walkdir",
11013]
11014
11015[[package]]
11016name = "rust_decimal"
11017version = "1.36.0"
11018source = "registry+https://github.com/rust-lang/crates.io-index"
11019checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11020dependencies = [
11021 "arrayvec",
11022 "borsh",
11023 "bytes 1.9.0",
11024 "num-traits",
11025 "rand 0.8.5",
11026 "rkyv",
11027 "serde",
11028 "serde_json",
11029]
11030
11031[[package]]
11032name = "rustc-demangle"
11033version = "0.1.24"
11034source = "registry+https://github.com/rust-lang/crates.io-index"
11035checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11036
11037[[package]]
11038name = "rustc-hash"
11039version = "1.1.0"
11040source = "registry+https://github.com/rust-lang/crates.io-index"
11041checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11042
11043[[package]]
11044name = "rustc-hash"
11045version = "2.1.0"
11046source = "registry+https://github.com/rust-lang/crates.io-index"
11047checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
11048
11049[[package]]
11050name = "rustc_version"
11051version = "0.4.1"
11052source = "registry+https://github.com/rust-lang/crates.io-index"
11053checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11054dependencies = [
11055 "semver",
11056]
11057
11058[[package]]
11059name = "rustix"
11060version = "0.38.42"
11061source = "registry+https://github.com/rust-lang/crates.io-index"
11062checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11063dependencies = [
11064 "bitflags 2.8.0",
11065 "errno 0.3.10",
11066 "itoa",
11067 "libc",
11068 "linux-raw-sys",
11069 "once_cell",
11070 "windows-sys 0.59.0",
11071]
11072
11073[[package]]
11074name = "rustix-openpty"
11075version = "0.1.1"
11076source = "registry+https://github.com/rust-lang/crates.io-index"
11077checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11078dependencies = [
11079 "errno 0.3.10",
11080 "libc",
11081 "rustix",
11082]
11083
11084[[package]]
11085name = "rustls"
11086version = "0.21.12"
11087source = "registry+https://github.com/rust-lang/crates.io-index"
11088checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11089dependencies = [
11090 "log",
11091 "ring",
11092 "rustls-webpki 0.101.7",
11093 "sct",
11094]
11095
11096[[package]]
11097name = "rustls"
11098version = "0.23.20"
11099source = "registry+https://github.com/rust-lang/crates.io-index"
11100checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
11101dependencies = [
11102 "once_cell",
11103 "ring",
11104 "rustls-pki-types",
11105 "rustls-webpki 0.102.8",
11106 "subtle",
11107 "zeroize",
11108]
11109
11110[[package]]
11111name = "rustls-native-certs"
11112version = "0.6.3"
11113source = "registry+https://github.com/rust-lang/crates.io-index"
11114checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11115dependencies = [
11116 "openssl-probe",
11117 "rustls-pemfile 1.0.4",
11118 "schannel",
11119 "security-framework 2.11.1",
11120]
11121
11122[[package]]
11123name = "rustls-native-certs"
11124version = "0.8.1"
11125source = "registry+https://github.com/rust-lang/crates.io-index"
11126checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11127dependencies = [
11128 "openssl-probe",
11129 "rustls-pki-types",
11130 "schannel",
11131 "security-framework 3.0.1",
11132]
11133
11134[[package]]
11135name = "rustls-pemfile"
11136version = "1.0.4"
11137source = "registry+https://github.com/rust-lang/crates.io-index"
11138checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11139dependencies = [
11140 "base64 0.21.7",
11141]
11142
11143[[package]]
11144name = "rustls-pemfile"
11145version = "2.2.0"
11146source = "registry+https://github.com/rust-lang/crates.io-index"
11147checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11148dependencies = [
11149 "rustls-pki-types",
11150]
11151
11152[[package]]
11153name = "rustls-pki-types"
11154version = "1.10.0"
11155source = "registry+https://github.com/rust-lang/crates.io-index"
11156checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11157dependencies = [
11158 "web-time",
11159]
11160
11161[[package]]
11162name = "rustls-webpki"
11163version = "0.101.7"
11164source = "registry+https://github.com/rust-lang/crates.io-index"
11165checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11166dependencies = [
11167 "ring",
11168 "untrusted",
11169]
11170
11171[[package]]
11172name = "rustls-webpki"
11173version = "0.102.8"
11174source = "registry+https://github.com/rust-lang/crates.io-index"
11175checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11176dependencies = [
11177 "ring",
11178 "rustls-pki-types",
11179 "untrusted",
11180]
11181
11182[[package]]
11183name = "rustversion"
11184version = "1.0.18"
11185source = "registry+https://github.com/rust-lang/crates.io-index"
11186checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11187
11188[[package]]
11189name = "rustybuzz"
11190version = "0.14.1"
11191source = "registry+https://github.com/rust-lang/crates.io-index"
11192checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11193dependencies = [
11194 "bitflags 2.8.0",
11195 "bytemuck",
11196 "libm",
11197 "smallvec",
11198 "ttf-parser",
11199 "unicode-bidi-mirroring",
11200 "unicode-ccc",
11201 "unicode-properties",
11202 "unicode-script",
11203]
11204
11205[[package]]
11206name = "ryu"
11207version = "1.0.18"
11208source = "registry+https://github.com/rust-lang/crates.io-index"
11209checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11210
11211[[package]]
11212name = "salsa20"
11213version = "0.10.2"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11216dependencies = [
11217 "cipher",
11218]
11219
11220[[package]]
11221name = "same-file"
11222version = "1.0.6"
11223source = "registry+https://github.com/rust-lang/crates.io-index"
11224checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11225dependencies = [
11226 "winapi-util",
11227]
11228
11229[[package]]
11230name = "schannel"
11231version = "0.1.27"
11232source = "registry+https://github.com/rust-lang/crates.io-index"
11233checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11234dependencies = [
11235 "windows-sys 0.59.0",
11236]
11237
11238[[package]]
11239name = "schemars"
11240version = "0.8.21"
11241source = "registry+https://github.com/rust-lang/crates.io-index"
11242checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11243dependencies = [
11244 "dyn-clone",
11245 "indexmap",
11246 "schemars_derive",
11247 "serde",
11248 "serde_json",
11249]
11250
11251[[package]]
11252name = "schemars_derive"
11253version = "0.8.21"
11254source = "registry+https://github.com/rust-lang/crates.io-index"
11255checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11256dependencies = [
11257 "proc-macro2",
11258 "quote",
11259 "serde_derive_internals",
11260 "syn 2.0.90",
11261]
11262
11263[[package]]
11264name = "scoped-tls"
11265version = "1.0.1"
11266source = "registry+https://github.com/rust-lang/crates.io-index"
11267checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11268
11269[[package]]
11270name = "scopeguard"
11271version = "1.2.0"
11272source = "registry+https://github.com/rust-lang/crates.io-index"
11273checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11274
11275[[package]]
11276name = "scratch"
11277version = "1.0.7"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11280
11281[[package]]
11282name = "scrypt"
11283version = "0.11.0"
11284source = "registry+https://github.com/rust-lang/crates.io-index"
11285checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11286dependencies = [
11287 "password-hash 0.5.0",
11288 "pbkdf2 0.12.2",
11289 "salsa20",
11290 "sha2",
11291]
11292
11293[[package]]
11294name = "sct"
11295version = "0.7.1"
11296source = "registry+https://github.com/rust-lang/crates.io-index"
11297checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11298dependencies = [
11299 "ring",
11300 "untrusted",
11301]
11302
11303[[package]]
11304name = "sea-bae"
11305version = "0.2.1"
11306source = "registry+https://github.com/rust-lang/crates.io-index"
11307checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11308dependencies = [
11309 "heck 0.4.1",
11310 "proc-macro-error2",
11311 "proc-macro2",
11312 "quote",
11313 "syn 2.0.90",
11314]
11315
11316[[package]]
11317name = "sea-orm"
11318version = "1.1.4"
11319source = "registry+https://github.com/rust-lang/crates.io-index"
11320checksum = "1a93194430b419da0801f404baf3b986399d6a2a4f43bc79bc96dea83f92ca43"
11321dependencies = [
11322 "async-stream",
11323 "async-trait",
11324 "bigdecimal",
11325 "chrono",
11326 "futures 0.3.31",
11327 "log",
11328 "ouroboros",
11329 "rust_decimal",
11330 "sea-orm-macros",
11331 "sea-query",
11332 "sea-query-binder",
11333 "serde",
11334 "serde_json",
11335 "sqlx",
11336 "strum",
11337 "thiserror 1.0.69",
11338 "time",
11339 "tracing",
11340 "url",
11341 "uuid",
11342]
11343
11344[[package]]
11345name = "sea-orm-macros"
11346version = "1.1.4"
11347source = "registry+https://github.com/rust-lang/crates.io-index"
11348checksum = "d19e8f22fb474a8a622eb516c46885a080535d8d559386188f525977eaad32b3"
11349dependencies = [
11350 "heck 0.4.1",
11351 "proc-macro2",
11352 "quote",
11353 "sea-bae",
11354 "syn 2.0.90",
11355 "unicode-ident",
11356]
11357
11358[[package]]
11359name = "sea-query"
11360version = "0.32.1"
11361source = "registry+https://github.com/rust-lang/crates.io-index"
11362checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
11363dependencies = [
11364 "bigdecimal",
11365 "chrono",
11366 "inherent",
11367 "ordered-float 3.9.2",
11368 "rust_decimal",
11369 "serde_json",
11370 "time",
11371 "uuid",
11372]
11373
11374[[package]]
11375name = "sea-query-binder"
11376version = "0.7.0"
11377source = "registry+https://github.com/rust-lang/crates.io-index"
11378checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
11379dependencies = [
11380 "bigdecimal",
11381 "chrono",
11382 "rust_decimal",
11383 "sea-query",
11384 "serde_json",
11385 "sqlx",
11386 "time",
11387 "uuid",
11388]
11389
11390[[package]]
11391name = "seahash"
11392version = "4.1.0"
11393source = "registry+https://github.com/rust-lang/crates.io-index"
11394checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
11395
11396[[package]]
11397name = "search"
11398version = "0.1.0"
11399dependencies = [
11400 "any_vec",
11401 "anyhow",
11402 "bitflags 2.8.0",
11403 "client",
11404 "collections",
11405 "editor",
11406 "futures 0.3.31",
11407 "gpui",
11408 "language",
11409 "menu",
11410 "project",
11411 "schemars",
11412 "serde",
11413 "serde_json",
11414 "settings",
11415 "smol",
11416 "theme",
11417 "ui",
11418 "unindent",
11419 "util",
11420 "workspace",
11421]
11422
11423[[package]]
11424name = "sec1"
11425version = "0.3.0"
11426source = "registry+https://github.com/rust-lang/crates.io-index"
11427checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
11428dependencies = [
11429 "base16ct",
11430 "der 0.6.1",
11431 "generic-array",
11432 "pkcs8 0.9.0",
11433 "subtle",
11434 "zeroize",
11435]
11436
11437[[package]]
11438name = "security-framework"
11439version = "2.11.1"
11440source = "registry+https://github.com/rust-lang/crates.io-index"
11441checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
11442dependencies = [
11443 "bitflags 2.8.0",
11444 "core-foundation 0.9.4",
11445 "core-foundation-sys",
11446 "libc",
11447 "security-framework-sys",
11448]
11449
11450[[package]]
11451name = "security-framework"
11452version = "3.0.1"
11453source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
11455dependencies = [
11456 "bitflags 2.8.0",
11457 "core-foundation 0.10.0",
11458 "core-foundation-sys",
11459 "libc",
11460 "security-framework-sys",
11461]
11462
11463[[package]]
11464name = "security-framework-sys"
11465version = "2.12.1"
11466source = "registry+https://github.com/rust-lang/crates.io-index"
11467checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
11468dependencies = [
11469 "core-foundation-sys",
11470 "libc",
11471]
11472
11473[[package]]
11474name = "self_cell"
11475version = "1.1.0"
11476source = "registry+https://github.com/rust-lang/crates.io-index"
11477checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
11478
11479[[package]]
11480name = "semantic_index"
11481version = "0.1.0"
11482dependencies = [
11483 "anyhow",
11484 "arrayvec",
11485 "blake3",
11486 "client",
11487 "clock",
11488 "collections",
11489 "env_logger 0.11.6",
11490 "feature_flags",
11491 "fs",
11492 "futures 0.3.31",
11493 "futures-batch",
11494 "gpui",
11495 "heed",
11496 "http_client",
11497 "language",
11498 "language_model",
11499 "languages",
11500 "log",
11501 "open_ai",
11502 "parking_lot",
11503 "project",
11504 "reqwest_client",
11505 "serde",
11506 "serde_json",
11507 "settings",
11508 "sha2",
11509 "smol",
11510 "tempfile",
11511 "theme",
11512 "tree-sitter",
11513 "ui",
11514 "unindent",
11515 "util",
11516 "workspace",
11517 "worktree",
11518]
11519
11520[[package]]
11521name = "semantic_version"
11522version = "0.1.0"
11523dependencies = [
11524 "anyhow",
11525 "serde",
11526]
11527
11528[[package]]
11529name = "semver"
11530version = "1.0.24"
11531source = "registry+https://github.com/rust-lang/crates.io-index"
11532checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
11533dependencies = [
11534 "serde",
11535]
11536
11537[[package]]
11538name = "serde"
11539version = "1.0.217"
11540source = "registry+https://github.com/rust-lang/crates.io-index"
11541checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
11542dependencies = [
11543 "serde_derive",
11544]
11545
11546[[package]]
11547name = "serde_derive"
11548version = "1.0.217"
11549source = "registry+https://github.com/rust-lang/crates.io-index"
11550checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
11551dependencies = [
11552 "proc-macro2",
11553 "quote",
11554 "syn 2.0.90",
11555]
11556
11557[[package]]
11558name = "serde_derive_internals"
11559version = "0.29.1"
11560source = "registry+https://github.com/rust-lang/crates.io-index"
11561checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11562dependencies = [
11563 "proc-macro2",
11564 "quote",
11565 "syn 2.0.90",
11566]
11567
11568[[package]]
11569name = "serde_fmt"
11570version = "1.0.3"
11571source = "registry+https://github.com/rust-lang/crates.io-index"
11572checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11573dependencies = [
11574 "serde",
11575]
11576
11577[[package]]
11578name = "serde_json"
11579version = "1.0.135"
11580source = "registry+https://github.com/rust-lang/crates.io-index"
11581checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
11582dependencies = [
11583 "indexmap",
11584 "itoa",
11585 "memchr",
11586 "ryu",
11587 "serde",
11588]
11589
11590[[package]]
11591name = "serde_json_lenient"
11592version = "0.2.4"
11593source = "registry+https://github.com/rust-lang/crates.io-index"
11594checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
11595dependencies = [
11596 "indexmap",
11597 "itoa",
11598 "memchr",
11599 "ryu",
11600 "serde",
11601]
11602
11603[[package]]
11604name = "serde_path_to_error"
11605version = "0.1.16"
11606source = "registry+https://github.com/rust-lang/crates.io-index"
11607checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11608dependencies = [
11609 "itoa",
11610 "serde",
11611]
11612
11613[[package]]
11614name = "serde_qs"
11615version = "0.8.5"
11616source = "registry+https://github.com/rust-lang/crates.io-index"
11617checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11618dependencies = [
11619 "percent-encoding",
11620 "serde",
11621 "thiserror 1.0.69",
11622]
11623
11624[[package]]
11625name = "serde_qs"
11626version = "0.10.1"
11627source = "registry+https://github.com/rust-lang/crates.io-index"
11628checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11629dependencies = [
11630 "percent-encoding",
11631 "serde",
11632 "thiserror 1.0.69",
11633]
11634
11635[[package]]
11636name = "serde_repr"
11637version = "0.1.19"
11638source = "registry+https://github.com/rust-lang/crates.io-index"
11639checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11640dependencies = [
11641 "proc-macro2",
11642 "quote",
11643 "syn 2.0.90",
11644]
11645
11646[[package]]
11647name = "serde_spanned"
11648version = "0.6.8"
11649source = "registry+https://github.com/rust-lang/crates.io-index"
11650checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
11651dependencies = [
11652 "serde",
11653]
11654
11655[[package]]
11656name = "serde_urlencoded"
11657version = "0.7.1"
11658source = "registry+https://github.com/rust-lang/crates.io-index"
11659checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11660dependencies = [
11661 "form_urlencoded",
11662 "itoa",
11663 "ryu",
11664 "serde",
11665]
11666
11667[[package]]
11668name = "session"
11669version = "0.1.0"
11670dependencies = [
11671 "db",
11672 "gpui",
11673 "serde_json",
11674 "util",
11675 "uuid",
11676]
11677
11678[[package]]
11679name = "settings"
11680version = "0.1.0"
11681dependencies = [
11682 "anyhow",
11683 "collections",
11684 "ec4rs",
11685 "fs",
11686 "futures 0.3.31",
11687 "gpui",
11688 "indoc",
11689 "log",
11690 "paths",
11691 "pretty_assertions",
11692 "release_channel",
11693 "rust-embed",
11694 "schemars",
11695 "serde",
11696 "serde_derive",
11697 "serde_json",
11698 "serde_json_lenient",
11699 "smallvec",
11700 "tree-sitter",
11701 "tree-sitter-json",
11702 "unindent",
11703 "util",
11704]
11705
11706[[package]]
11707name = "settings_ui"
11708version = "0.1.0"
11709dependencies = [
11710 "command_palette_hooks",
11711 "editor",
11712 "feature_flags",
11713 "gpui",
11714 "settings",
11715 "theme",
11716 "ui",
11717 "workspace",
11718]
11719
11720[[package]]
11721name = "sha1"
11722version = "0.10.6"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11725dependencies = [
11726 "cfg-if",
11727 "cpufeatures",
11728 "digest",
11729]
11730
11731[[package]]
11732name = "sha1_smol"
11733version = "1.0.1"
11734source = "registry+https://github.com/rust-lang/crates.io-index"
11735checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11736
11737[[package]]
11738name = "sha2"
11739version = "0.10.8"
11740source = "registry+https://github.com/rust-lang/crates.io-index"
11741checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11742dependencies = [
11743 "cfg-if",
11744 "cpufeatures",
11745 "digest",
11746]
11747
11748[[package]]
11749name = "sharded-slab"
11750version = "0.1.7"
11751source = "registry+https://github.com/rust-lang/crates.io-index"
11752checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11753dependencies = [
11754 "lazy_static",
11755]
11756
11757[[package]]
11758name = "shell-words"
11759version = "1.1.0"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11762
11763[[package]]
11764name = "shellexpand"
11765version = "2.1.2"
11766source = "registry+https://github.com/rust-lang/crates.io-index"
11767checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11768dependencies = [
11769 "dirs 4.0.0",
11770]
11771
11772[[package]]
11773name = "shellexpand"
11774version = "3.1.0"
11775source = "registry+https://github.com/rust-lang/crates.io-index"
11776checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11777dependencies = [
11778 "dirs 5.0.1",
11779]
11780
11781[[package]]
11782name = "shlex"
11783version = "1.3.0"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11786
11787[[package]]
11788name = "signal-hook"
11789version = "0.3.17"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11792dependencies = [
11793 "libc",
11794 "signal-hook-registry",
11795]
11796
11797[[package]]
11798name = "signal-hook-registry"
11799version = "1.4.2"
11800source = "registry+https://github.com/rust-lang/crates.io-index"
11801checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11802dependencies = [
11803 "libc",
11804]
11805
11806[[package]]
11807name = "signature"
11808version = "1.6.4"
11809source = "registry+https://github.com/rust-lang/crates.io-index"
11810checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11811dependencies = [
11812 "digest",
11813 "rand_core 0.6.4",
11814]
11815
11816[[package]]
11817name = "signature"
11818version = "2.2.0"
11819source = "registry+https://github.com/rust-lang/crates.io-index"
11820checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11821dependencies = [
11822 "digest",
11823 "rand_core 0.6.4",
11824]
11825
11826[[package]]
11827name = "simd-adler32"
11828version = "0.3.7"
11829source = "registry+https://github.com/rust-lang/crates.io-index"
11830checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11831
11832[[package]]
11833name = "simd_helpers"
11834version = "0.1.0"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11837dependencies = [
11838 "quote",
11839]
11840
11841[[package]]
11842name = "simdutf8"
11843version = "0.1.5"
11844source = "registry+https://github.com/rust-lang/crates.io-index"
11845checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
11846
11847[[package]]
11848name = "similar"
11849version = "1.3.0"
11850source = "registry+https://github.com/rust-lang/crates.io-index"
11851checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11852
11853[[package]]
11854name = "simple_asn1"
11855version = "0.6.2"
11856source = "registry+https://github.com/rust-lang/crates.io-index"
11857checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11858dependencies = [
11859 "num-bigint",
11860 "num-traits",
11861 "thiserror 1.0.69",
11862 "time",
11863]
11864
11865[[package]]
11866name = "simplecss"
11867version = "0.2.1"
11868source = "registry+https://github.com/rust-lang/crates.io-index"
11869checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11870dependencies = [
11871 "log",
11872]
11873
11874[[package]]
11875name = "simplelog"
11876version = "0.12.2"
11877source = "registry+https://github.com/rust-lang/crates.io-index"
11878checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11879dependencies = [
11880 "log",
11881 "termcolor",
11882 "time",
11883]
11884
11885[[package]]
11886name = "siphasher"
11887version = "0.3.11"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11890
11891[[package]]
11892name = "siphasher"
11893version = "1.0.1"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11896
11897[[package]]
11898name = "skrifa"
11899version = "0.22.3"
11900source = "registry+https://github.com/rust-lang/crates.io-index"
11901checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
11902dependencies = [
11903 "bytemuck",
11904 "read-fonts",
11905]
11906
11907[[package]]
11908name = "slab"
11909version = "0.4.9"
11910source = "registry+https://github.com/rust-lang/crates.io-index"
11911checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11912dependencies = [
11913 "autocfg",
11914]
11915
11916[[package]]
11917name = "slash_commands_example"
11918version = "0.1.0"
11919dependencies = [
11920 "zed_extension_api 0.1.0",
11921]
11922
11923[[package]]
11924name = "slice-group-by"
11925version = "0.3.1"
11926source = "registry+https://github.com/rust-lang/crates.io-index"
11927checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11928
11929[[package]]
11930name = "slotmap"
11931version = "1.0.7"
11932source = "registry+https://github.com/rust-lang/crates.io-index"
11933checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11934dependencies = [
11935 "version_check",
11936]
11937
11938[[package]]
11939name = "smallvec"
11940version = "1.13.2"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11943dependencies = [
11944 "serde",
11945]
11946
11947[[package]]
11948name = "smart-default"
11949version = "0.6.0"
11950source = "registry+https://github.com/rust-lang/crates.io-index"
11951checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11952dependencies = [
11953 "proc-macro2",
11954 "quote",
11955 "syn 1.0.109",
11956]
11957
11958[[package]]
11959name = "smol"
11960version = "2.0.2"
11961source = "registry+https://github.com/rust-lang/crates.io-index"
11962checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
11963dependencies = [
11964 "async-channel 2.3.1",
11965 "async-executor",
11966 "async-fs",
11967 "async-io",
11968 "async-lock",
11969 "async-net",
11970 "async-process",
11971 "blocking",
11972 "futures-lite 2.5.0",
11973]
11974
11975[[package]]
11976name = "smol_str"
11977version = "0.1.24"
11978source = "registry+https://github.com/rust-lang/crates.io-index"
11979checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11980dependencies = [
11981 "serde",
11982]
11983
11984[[package]]
11985name = "snippet"
11986version = "0.1.0"
11987dependencies = [
11988 "anyhow",
11989 "smallvec",
11990]
11991
11992[[package]]
11993name = "snippet_provider"
11994version = "0.1.0"
11995dependencies = [
11996 "anyhow",
11997 "collections",
11998 "extension",
11999 "fs",
12000 "futures 0.3.31",
12001 "gpui",
12002 "parking_lot",
12003 "paths",
12004 "serde",
12005 "serde_json",
12006 "snippet",
12007 "util",
12008]
12009
12010[[package]]
12011name = "snippets_ui"
12012version = "0.1.0"
12013dependencies = [
12014 "fuzzy",
12015 "gpui",
12016 "language",
12017 "paths",
12018 "picker",
12019 "ui",
12020 "util",
12021 "workspace",
12022]
12023
12024[[package]]
12025name = "socket2"
12026version = "0.5.8"
12027source = "registry+https://github.com/rust-lang/crates.io-index"
12028checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12029dependencies = [
12030 "libc",
12031 "windows-sys 0.52.0",
12032]
12033
12034[[package]]
12035name = "spdx"
12036version = "0.10.7"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12039dependencies = [
12040 "smallvec",
12041]
12042
12043[[package]]
12044name = "spin"
12045version = "0.9.8"
12046source = "registry+https://github.com/rust-lang/crates.io-index"
12047checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12048dependencies = [
12049 "lock_api",
12050]
12051
12052[[package]]
12053name = "spirv"
12054version = "0.3.0+sdk-1.3.268.0"
12055source = "registry+https://github.com/rust-lang/crates.io-index"
12056checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12057dependencies = [
12058 "bitflags 2.8.0",
12059]
12060
12061[[package]]
12062name = "spki"
12063version = "0.6.0"
12064source = "registry+https://github.com/rust-lang/crates.io-index"
12065checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12066dependencies = [
12067 "base64ct",
12068 "der 0.6.1",
12069]
12070
12071[[package]]
12072name = "spki"
12073version = "0.7.3"
12074source = "registry+https://github.com/rust-lang/crates.io-index"
12075checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12076dependencies = [
12077 "base64ct",
12078 "der 0.7.9",
12079]
12080
12081[[package]]
12082name = "sptr"
12083version = "0.3.2"
12084source = "registry+https://github.com/rust-lang/crates.io-index"
12085checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12086
12087[[package]]
12088name = "sqlez"
12089version = "0.1.0"
12090dependencies = [
12091 "anyhow",
12092 "collections",
12093 "futures 0.3.31",
12094 "indoc",
12095 "libsqlite3-sys",
12096 "parking_lot",
12097 "smol",
12098 "sqlformat",
12099 "thread_local",
12100 "util",
12101 "uuid",
12102]
12103
12104[[package]]
12105name = "sqlez_macros"
12106version = "0.1.0"
12107dependencies = [
12108 "sqlez",
12109 "sqlformat",
12110 "syn 1.0.109",
12111]
12112
12113[[package]]
12114name = "sqlformat"
12115version = "0.2.6"
12116source = "registry+https://github.com/rust-lang/crates.io-index"
12117checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12118dependencies = [
12119 "nom",
12120 "unicode_categories",
12121]
12122
12123[[package]]
12124name = "sqlx"
12125version = "0.8.2"
12126source = "registry+https://github.com/rust-lang/crates.io-index"
12127checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
12128dependencies = [
12129 "sqlx-core",
12130 "sqlx-macros",
12131 "sqlx-mysql",
12132 "sqlx-postgres",
12133 "sqlx-sqlite",
12134]
12135
12136[[package]]
12137name = "sqlx-core"
12138version = "0.8.2"
12139source = "registry+https://github.com/rust-lang/crates.io-index"
12140checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
12141dependencies = [
12142 "atoi",
12143 "bigdecimal",
12144 "byteorder",
12145 "bytes 1.9.0",
12146 "chrono",
12147 "crc",
12148 "crossbeam-queue",
12149 "either",
12150 "event-listener 5.3.1",
12151 "futures-channel",
12152 "futures-core",
12153 "futures-intrusive",
12154 "futures-io",
12155 "futures-util",
12156 "hashbrown 0.14.5",
12157 "hashlink 0.9.1",
12158 "hex",
12159 "indexmap",
12160 "log",
12161 "memchr",
12162 "once_cell",
12163 "paste",
12164 "percent-encoding",
12165 "rust_decimal",
12166 "rustls 0.23.20",
12167 "rustls-pemfile 2.2.0",
12168 "serde",
12169 "serde_json",
12170 "sha2",
12171 "smallvec",
12172 "sqlformat",
12173 "thiserror 1.0.69",
12174 "time",
12175 "tokio",
12176 "tokio-stream",
12177 "tracing",
12178 "url",
12179 "uuid",
12180 "webpki-roots 0.26.7",
12181]
12182
12183[[package]]
12184name = "sqlx-macros"
12185version = "0.8.2"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
12188dependencies = [
12189 "proc-macro2",
12190 "quote",
12191 "sqlx-core",
12192 "sqlx-macros-core",
12193 "syn 2.0.90",
12194]
12195
12196[[package]]
12197name = "sqlx-macros-core"
12198version = "0.8.2"
12199source = "registry+https://github.com/rust-lang/crates.io-index"
12200checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
12201dependencies = [
12202 "dotenvy",
12203 "either",
12204 "heck 0.5.0",
12205 "hex",
12206 "once_cell",
12207 "proc-macro2",
12208 "quote",
12209 "serde",
12210 "serde_json",
12211 "sha2",
12212 "sqlx-core",
12213 "sqlx-mysql",
12214 "sqlx-postgres",
12215 "sqlx-sqlite",
12216 "syn 2.0.90",
12217 "tempfile",
12218 "tokio",
12219 "url",
12220]
12221
12222[[package]]
12223name = "sqlx-mysql"
12224version = "0.8.2"
12225source = "registry+https://github.com/rust-lang/crates.io-index"
12226checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
12227dependencies = [
12228 "atoi",
12229 "base64 0.22.1",
12230 "bigdecimal",
12231 "bitflags 2.8.0",
12232 "byteorder",
12233 "bytes 1.9.0",
12234 "chrono",
12235 "crc",
12236 "digest",
12237 "dotenvy",
12238 "either",
12239 "futures-channel",
12240 "futures-core",
12241 "futures-io",
12242 "futures-util",
12243 "generic-array",
12244 "hex",
12245 "hkdf",
12246 "hmac",
12247 "itoa",
12248 "log",
12249 "md-5",
12250 "memchr",
12251 "once_cell",
12252 "percent-encoding",
12253 "rand 0.8.5",
12254 "rsa",
12255 "rust_decimal",
12256 "serde",
12257 "sha1",
12258 "sha2",
12259 "smallvec",
12260 "sqlx-core",
12261 "stringprep",
12262 "thiserror 1.0.69",
12263 "time",
12264 "tracing",
12265 "uuid",
12266 "whoami",
12267]
12268
12269[[package]]
12270name = "sqlx-postgres"
12271version = "0.8.2"
12272source = "registry+https://github.com/rust-lang/crates.io-index"
12273checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
12274dependencies = [
12275 "atoi",
12276 "base64 0.22.1",
12277 "bigdecimal",
12278 "bitflags 2.8.0",
12279 "byteorder",
12280 "chrono",
12281 "crc",
12282 "dotenvy",
12283 "etcetera",
12284 "futures-channel",
12285 "futures-core",
12286 "futures-io",
12287 "futures-util",
12288 "hex",
12289 "hkdf",
12290 "hmac",
12291 "home",
12292 "itoa",
12293 "log",
12294 "md-5",
12295 "memchr",
12296 "num-bigint",
12297 "once_cell",
12298 "rand 0.8.5",
12299 "rust_decimal",
12300 "serde",
12301 "serde_json",
12302 "sha2",
12303 "smallvec",
12304 "sqlx-core",
12305 "stringprep",
12306 "thiserror 1.0.69",
12307 "time",
12308 "tracing",
12309 "uuid",
12310 "whoami",
12311]
12312
12313[[package]]
12314name = "sqlx-sqlite"
12315version = "0.8.2"
12316source = "registry+https://github.com/rust-lang/crates.io-index"
12317checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
12318dependencies = [
12319 "atoi",
12320 "chrono",
12321 "flume",
12322 "futures-channel",
12323 "futures-core",
12324 "futures-executor",
12325 "futures-intrusive",
12326 "futures-util",
12327 "libsqlite3-sys",
12328 "log",
12329 "percent-encoding",
12330 "serde",
12331 "serde_urlencoded",
12332 "sqlx-core",
12333 "time",
12334 "tracing",
12335 "url",
12336 "uuid",
12337]
12338
12339[[package]]
12340name = "stable_deref_trait"
12341version = "1.2.0"
12342source = "registry+https://github.com/rust-lang/crates.io-index"
12343checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12344
12345[[package]]
12346name = "static_assertions"
12347version = "1.1.0"
12348source = "registry+https://github.com/rust-lang/crates.io-index"
12349checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12350
12351[[package]]
12352name = "story"
12353version = "0.1.0"
12354dependencies = [
12355 "gpui",
12356 "itertools 0.14.0",
12357 "smallvec",
12358]
12359
12360[[package]]
12361name = "storybook"
12362version = "0.1.0"
12363dependencies = [
12364 "anyhow",
12365 "clap",
12366 "collab_ui",
12367 "ctrlc",
12368 "dialoguer",
12369 "editor",
12370 "fuzzy",
12371 "gpui",
12372 "indoc",
12373 "language",
12374 "log",
12375 "menu",
12376 "picker",
12377 "project",
12378 "reqwest_client",
12379 "rust-embed",
12380 "settings",
12381 "simplelog",
12382 "story",
12383 "strum",
12384 "theme",
12385 "title_bar",
12386 "ui",
12387]
12388
12389[[package]]
12390name = "streaming_diff"
12391version = "0.1.0"
12392dependencies = [
12393 "ordered-float 2.10.1",
12394 "rand 0.8.5",
12395 "rope",
12396 "util",
12397]
12398
12399[[package]]
12400name = "strict-num"
12401version = "0.1.1"
12402source = "registry+https://github.com/rust-lang/crates.io-index"
12403checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
12404dependencies = [
12405 "float-cmp",
12406]
12407
12408[[package]]
12409name = "string_cache"
12410version = "0.8.7"
12411source = "registry+https://github.com/rust-lang/crates.io-index"
12412checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
12413dependencies = [
12414 "new_debug_unreachable",
12415 "once_cell",
12416 "parking_lot",
12417 "phf_shared 0.10.0",
12418 "precomputed-hash",
12419 "serde",
12420]
12421
12422[[package]]
12423name = "string_cache_codegen"
12424version = "0.5.2"
12425source = "registry+https://github.com/rust-lang/crates.io-index"
12426checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
12427dependencies = [
12428 "phf_generator 0.10.0",
12429 "phf_shared 0.10.0",
12430 "proc-macro2",
12431 "quote",
12432]
12433
12434[[package]]
12435name = "stringprep"
12436version = "0.1.5"
12437source = "registry+https://github.com/rust-lang/crates.io-index"
12438checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
12439dependencies = [
12440 "unicode-bidi",
12441 "unicode-normalization",
12442 "unicode-properties",
12443]
12444
12445[[package]]
12446name = "strsim"
12447version = "0.11.1"
12448source = "registry+https://github.com/rust-lang/crates.io-index"
12449checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
12450
12451[[package]]
12452name = "strum"
12453version = "0.26.3"
12454source = "registry+https://github.com/rust-lang/crates.io-index"
12455checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
12456dependencies = [
12457 "strum_macros",
12458]
12459
12460[[package]]
12461name = "strum_macros"
12462version = "0.26.4"
12463source = "registry+https://github.com/rust-lang/crates.io-index"
12464checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
12465dependencies = [
12466 "heck 0.5.0",
12467 "proc-macro2",
12468 "quote",
12469 "rustversion",
12470 "syn 2.0.90",
12471]
12472
12473[[package]]
12474name = "subtle"
12475version = "2.6.1"
12476source = "registry+https://github.com/rust-lang/crates.io-index"
12477checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
12478
12479[[package]]
12480name = "sum_tree"
12481version = "0.1.0"
12482dependencies = [
12483 "arrayvec",
12484 "ctor",
12485 "env_logger 0.11.6",
12486 "log",
12487 "rand 0.8.5",
12488 "rayon",
12489]
12490
12491[[package]]
12492name = "supermaven"
12493version = "0.1.0"
12494dependencies = [
12495 "anyhow",
12496 "client",
12497 "collections",
12498 "editor",
12499 "env_logger 0.11.6",
12500 "futures 0.3.31",
12501 "gpui",
12502 "http_client",
12503 "inline_completion",
12504 "language",
12505 "log",
12506 "postage",
12507 "project",
12508 "serde",
12509 "serde_json",
12510 "settings",
12511 "smol",
12512 "supermaven_api",
12513 "text",
12514 "theme",
12515 "ui",
12516 "unicode-segmentation",
12517 "util",
12518]
12519
12520[[package]]
12521name = "supermaven_api"
12522version = "0.1.0"
12523dependencies = [
12524 "anyhow",
12525 "futures 0.3.31",
12526 "http_client",
12527 "paths",
12528 "serde",
12529 "serde_json",
12530 "smol",
12531]
12532
12533[[package]]
12534name = "sval"
12535version = "2.13.2"
12536source = "registry+https://github.com/rust-lang/crates.io-index"
12537checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
12538
12539[[package]]
12540name = "sval_buffer"
12541version = "2.13.2"
12542source = "registry+https://github.com/rust-lang/crates.io-index"
12543checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
12544dependencies = [
12545 "sval",
12546 "sval_ref",
12547]
12548
12549[[package]]
12550name = "sval_dynamic"
12551version = "2.13.2"
12552source = "registry+https://github.com/rust-lang/crates.io-index"
12553checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
12554dependencies = [
12555 "sval",
12556]
12557
12558[[package]]
12559name = "sval_fmt"
12560version = "2.13.2"
12561source = "registry+https://github.com/rust-lang/crates.io-index"
12562checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
12563dependencies = [
12564 "itoa",
12565 "ryu",
12566 "sval",
12567]
12568
12569[[package]]
12570name = "sval_json"
12571version = "2.13.2"
12572source = "registry+https://github.com/rust-lang/crates.io-index"
12573checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
12574dependencies = [
12575 "itoa",
12576 "ryu",
12577 "sval",
12578]
12579
12580[[package]]
12581name = "sval_nested"
12582version = "2.13.2"
12583source = "registry+https://github.com/rust-lang/crates.io-index"
12584checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
12585dependencies = [
12586 "sval",
12587 "sval_buffer",
12588 "sval_ref",
12589]
12590
12591[[package]]
12592name = "sval_ref"
12593version = "2.13.2"
12594source = "registry+https://github.com/rust-lang/crates.io-index"
12595checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
12596dependencies = [
12597 "sval",
12598]
12599
12600[[package]]
12601name = "sval_serde"
12602version = "2.13.2"
12603source = "registry+https://github.com/rust-lang/crates.io-index"
12604checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
12605dependencies = [
12606 "serde",
12607 "sval",
12608 "sval_nested",
12609]
12610
12611[[package]]
12612name = "svg_fmt"
12613version = "0.4.4"
12614source = "registry+https://github.com/rust-lang/crates.io-index"
12615checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
12616
12617[[package]]
12618name = "svgtypes"
12619version = "0.15.2"
12620source = "registry+https://github.com/rust-lang/crates.io-index"
12621checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12622dependencies = [
12623 "kurbo",
12624 "siphasher 1.0.1",
12625]
12626
12627[[package]]
12628name = "swash"
12629version = "0.1.19"
12630source = "registry+https://github.com/rust-lang/crates.io-index"
12631checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
12632dependencies = [
12633 "skrifa",
12634 "yazi",
12635 "zeno",
12636]
12637
12638[[package]]
12639name = "syn"
12640version = "1.0.109"
12641source = "registry+https://github.com/rust-lang/crates.io-index"
12642checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12643dependencies = [
12644 "proc-macro2",
12645 "quote",
12646 "unicode-ident",
12647]
12648
12649[[package]]
12650name = "syn"
12651version = "2.0.90"
12652source = "registry+https://github.com/rust-lang/crates.io-index"
12653checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
12654dependencies = [
12655 "proc-macro2",
12656 "quote",
12657 "unicode-ident",
12658]
12659
12660[[package]]
12661name = "sync_wrapper"
12662version = "0.1.2"
12663source = "registry+https://github.com/rust-lang/crates.io-index"
12664checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12665
12666[[package]]
12667name = "sync_wrapper"
12668version = "1.0.2"
12669source = "registry+https://github.com/rust-lang/crates.io-index"
12670checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
12671dependencies = [
12672 "futures-core",
12673]
12674
12675[[package]]
12676name = "synchronoise"
12677version = "1.0.1"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12680dependencies = [
12681 "crossbeam-queue",
12682]
12683
12684[[package]]
12685name = "synstructure"
12686version = "0.13.1"
12687source = "registry+https://github.com/rust-lang/crates.io-index"
12688checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
12689dependencies = [
12690 "proc-macro2",
12691 "quote",
12692 "syn 2.0.90",
12693]
12694
12695[[package]]
12696name = "sys-locale"
12697version = "0.3.2"
12698source = "registry+https://github.com/rust-lang/crates.io-index"
12699checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12700dependencies = [
12701 "libc",
12702]
12703
12704[[package]]
12705name = "sysinfo"
12706version = "0.31.4"
12707source = "registry+https://github.com/rust-lang/crates.io-index"
12708checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12709dependencies = [
12710 "core-foundation-sys",
12711 "libc",
12712 "memchr",
12713 "ntapi",
12714 "rayon",
12715 "windows 0.57.0",
12716]
12717
12718[[package]]
12719name = "system-configuration"
12720version = "0.5.1"
12721source = "registry+https://github.com/rust-lang/crates.io-index"
12722checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12723dependencies = [
12724 "bitflags 1.3.2",
12725 "core-foundation 0.9.4",
12726 "system-configuration-sys 0.5.0",
12727]
12728
12729[[package]]
12730name = "system-configuration"
12731version = "0.6.1"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12734dependencies = [
12735 "bitflags 2.8.0",
12736 "core-foundation 0.9.4",
12737 "system-configuration-sys 0.6.0",
12738]
12739
12740[[package]]
12741name = "system-configuration-sys"
12742version = "0.5.0"
12743source = "registry+https://github.com/rust-lang/crates.io-index"
12744checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12745dependencies = [
12746 "core-foundation-sys",
12747 "libc",
12748]
12749
12750[[package]]
12751name = "system-configuration-sys"
12752version = "0.6.0"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12755dependencies = [
12756 "core-foundation-sys",
12757 "libc",
12758]
12759
12760[[package]]
12761name = "system-deps"
12762version = "6.2.2"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12765dependencies = [
12766 "cfg-expr",
12767 "heck 0.5.0",
12768 "pkg-config",
12769 "toml 0.8.19",
12770 "version-compare",
12771]
12772
12773[[package]]
12774name = "system-interface"
12775version = "0.27.3"
12776source = "registry+https://github.com/rust-lang/crates.io-index"
12777checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
12778dependencies = [
12779 "bitflags 2.8.0",
12780 "cap-fs-ext",
12781 "cap-std",
12782 "fd-lock",
12783 "io-lifetimes",
12784 "rustix",
12785 "windows-sys 0.59.0",
12786 "winx",
12787]
12788
12789[[package]]
12790name = "tab_switcher"
12791version = "0.1.0"
12792dependencies = [
12793 "anyhow",
12794 "collections",
12795 "ctor",
12796 "editor",
12797 "env_logger 0.11.6",
12798 "gpui",
12799 "language",
12800 "menu",
12801 "picker",
12802 "project",
12803 "schemars",
12804 "serde",
12805 "serde_json",
12806 "settings",
12807 "theme",
12808 "ui",
12809 "util",
12810 "workspace",
12811]
12812
12813[[package]]
12814name = "taffy"
12815version = "0.4.4"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12818dependencies = [
12819 "arrayvec",
12820 "grid",
12821 "num-traits",
12822 "serde",
12823 "slotmap",
12824]
12825
12826[[package]]
12827name = "take-until"
12828version = "0.2.0"
12829source = "registry+https://github.com/rust-lang/crates.io-index"
12830checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12831
12832[[package]]
12833name = "tap"
12834version = "1.0.1"
12835source = "registry+https://github.com/rust-lang/crates.io-index"
12836checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12837
12838[[package]]
12839name = "target-lexicon"
12840version = "0.12.16"
12841source = "registry+https://github.com/rust-lang/crates.io-index"
12842checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12843
12844[[package]]
12845name = "task"
12846version = "0.1.0"
12847dependencies = [
12848 "anyhow",
12849 "collections",
12850 "futures 0.3.31",
12851 "gpui",
12852 "hex",
12853 "parking_lot",
12854 "schemars",
12855 "serde",
12856 "serde_json_lenient",
12857 "sha2",
12858 "shellexpand 2.1.2",
12859 "util",
12860 "zed_actions",
12861]
12862
12863[[package]]
12864name = "tasks_ui"
12865version = "0.1.0"
12866dependencies = [
12867 "anyhow",
12868 "editor",
12869 "file_icons",
12870 "fuzzy",
12871 "gpui",
12872 "language",
12873 "menu",
12874 "picker",
12875 "project",
12876 "schemars",
12877 "serde",
12878 "serde_json",
12879 "settings",
12880 "task",
12881 "tree-sitter-rust",
12882 "tree-sitter-typescript",
12883 "ui",
12884 "util",
12885 "workspace",
12886 "zed_actions",
12887]
12888
12889[[package]]
12890name = "telemetry"
12891version = "0.1.0"
12892dependencies = [
12893 "futures 0.3.31",
12894 "serde",
12895 "serde_json",
12896 "telemetry_events",
12897]
12898
12899[[package]]
12900name = "telemetry_events"
12901version = "0.1.0"
12902dependencies = [
12903 "semantic_version",
12904 "serde",
12905 "serde_json",
12906]
12907
12908[[package]]
12909name = "tempfile"
12910version = "3.15.0"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
12913dependencies = [
12914 "cfg-if",
12915 "fastrand 2.3.0",
12916 "getrandom 0.2.15",
12917 "once_cell",
12918 "rustix",
12919 "windows-sys 0.59.0",
12920]
12921
12922[[package]]
12923name = "tendril"
12924version = "0.4.3"
12925source = "registry+https://github.com/rust-lang/crates.io-index"
12926checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12927dependencies = [
12928 "futf",
12929 "mac",
12930 "utf-8",
12931]
12932
12933[[package]]
12934name = "termcolor"
12935version = "1.4.1"
12936source = "registry+https://github.com/rust-lang/crates.io-index"
12937checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12938dependencies = [
12939 "winapi-util",
12940]
12941
12942[[package]]
12943name = "terminal"
12944version = "0.1.0"
12945dependencies = [
12946 "alacritty_terminal",
12947 "anyhow",
12948 "collections",
12949 "dirs 4.0.0",
12950 "futures 0.3.31",
12951 "gpui",
12952 "libc",
12953 "rand 0.8.5",
12954 "regex",
12955 "release_channel",
12956 "schemars",
12957 "serde",
12958 "serde_derive",
12959 "settings",
12960 "smol",
12961 "sysinfo",
12962 "task",
12963 "theme",
12964 "thiserror 1.0.69",
12965 "util",
12966 "windows 0.58.0",
12967]
12968
12969[[package]]
12970name = "terminal_size"
12971version = "0.4.1"
12972source = "registry+https://github.com/rust-lang/crates.io-index"
12973checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
12974dependencies = [
12975 "rustix",
12976 "windows-sys 0.59.0",
12977]
12978
12979[[package]]
12980name = "terminal_view"
12981version = "0.1.0"
12982dependencies = [
12983 "anyhow",
12984 "async-recursion 1.1.1",
12985 "breadcrumbs",
12986 "client",
12987 "collections",
12988 "db",
12989 "dirs 4.0.0",
12990 "editor",
12991 "futures 0.3.31",
12992 "gpui",
12993 "itertools 0.14.0",
12994 "language",
12995 "project",
12996 "rand 0.8.5",
12997 "schemars",
12998 "search",
12999 "serde",
13000 "serde_json",
13001 "settings",
13002 "shellexpand 2.1.2",
13003 "smol",
13004 "task",
13005 "terminal",
13006 "theme",
13007 "ui",
13008 "util",
13009 "workspace",
13010 "zed_actions",
13011]
13012
13013[[package]]
13014name = "text"
13015version = "0.1.0"
13016dependencies = [
13017 "anyhow",
13018 "clock",
13019 "collections",
13020 "ctor",
13021 "env_logger 0.11.6",
13022 "gpui",
13023 "http_client",
13024 "log",
13025 "parking_lot",
13026 "postage",
13027 "rand 0.8.5",
13028 "regex",
13029 "rope",
13030 "smallvec",
13031 "sum_tree",
13032 "util",
13033]
13034
13035[[package]]
13036name = "theme"
13037version = "0.1.0"
13038dependencies = [
13039 "anyhow",
13040 "collections",
13041 "derive_more",
13042 "fs",
13043 "futures 0.3.31",
13044 "gpui",
13045 "indexmap",
13046 "log",
13047 "palette",
13048 "parking_lot",
13049 "refineable",
13050 "schemars",
13051 "serde",
13052 "serde_derive",
13053 "serde_json",
13054 "serde_json_lenient",
13055 "serde_repr",
13056 "settings",
13057 "strum",
13058 "util",
13059 "uuid",
13060]
13061
13062[[package]]
13063name = "theme_extension"
13064version = "0.1.0"
13065dependencies = [
13066 "anyhow",
13067 "extension",
13068 "fs",
13069 "gpui",
13070 "theme",
13071]
13072
13073[[package]]
13074name = "theme_importer"
13075version = "0.1.0"
13076dependencies = [
13077 "anyhow",
13078 "clap",
13079 "gpui",
13080 "indexmap",
13081 "log",
13082 "palette",
13083 "rust-embed",
13084 "schemars",
13085 "serde",
13086 "serde_json",
13087 "serde_json_lenient",
13088 "simplelog",
13089 "strum",
13090 "theme",
13091 "vscode_theme",
13092]
13093
13094[[package]]
13095name = "theme_selector"
13096version = "0.1.0"
13097dependencies = [
13098 "fs",
13099 "fuzzy",
13100 "gpui",
13101 "log",
13102 "picker",
13103 "serde",
13104 "settings",
13105 "telemetry",
13106 "theme",
13107 "ui",
13108 "util",
13109 "workspace",
13110 "zed_actions",
13111]
13112
13113[[package]]
13114name = "thiserror"
13115version = "1.0.69"
13116source = "registry+https://github.com/rust-lang/crates.io-index"
13117checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13118dependencies = [
13119 "thiserror-impl 1.0.69",
13120]
13121
13122[[package]]
13123name = "thiserror"
13124version = "2.0.6"
13125source = "registry+https://github.com/rust-lang/crates.io-index"
13126checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13127dependencies = [
13128 "thiserror-impl 2.0.6",
13129]
13130
13131[[package]]
13132name = "thiserror-impl"
13133version = "1.0.69"
13134source = "registry+https://github.com/rust-lang/crates.io-index"
13135checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13136dependencies = [
13137 "proc-macro2",
13138 "quote",
13139 "syn 2.0.90",
13140]
13141
13142[[package]]
13143name = "thiserror-impl"
13144version = "2.0.6"
13145source = "registry+https://github.com/rust-lang/crates.io-index"
13146checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13147dependencies = [
13148 "proc-macro2",
13149 "quote",
13150 "syn 2.0.90",
13151]
13152
13153[[package]]
13154name = "thread_local"
13155version = "1.1.8"
13156source = "registry+https://github.com/rust-lang/crates.io-index"
13157checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13158dependencies = [
13159 "cfg-if",
13160 "once_cell",
13161]
13162
13163[[package]]
13164name = "tiff"
13165version = "0.9.1"
13166source = "registry+https://github.com/rust-lang/crates.io-index"
13167checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13168dependencies = [
13169 "flate2",
13170 "jpeg-decoder",
13171 "weezl",
13172]
13173
13174[[package]]
13175name = "tiktoken-rs"
13176version = "0.6.0"
13177source = "registry+https://github.com/rust-lang/crates.io-index"
13178checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13179dependencies = [
13180 "anyhow",
13181 "base64 0.21.7",
13182 "bstr",
13183 "fancy-regex 0.13.0",
13184 "lazy_static",
13185 "parking_lot",
13186 "regex",
13187 "rustc-hash 1.1.0",
13188]
13189
13190[[package]]
13191name = "time"
13192version = "0.3.37"
13193source = "registry+https://github.com/rust-lang/crates.io-index"
13194checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13195dependencies = [
13196 "deranged",
13197 "itoa",
13198 "libc",
13199 "num-conv",
13200 "num_threads",
13201 "powerfmt",
13202 "serde",
13203 "time-core",
13204 "time-macros",
13205]
13206
13207[[package]]
13208name = "time-core"
13209version = "0.1.2"
13210source = "registry+https://github.com/rust-lang/crates.io-index"
13211checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13212
13213[[package]]
13214name = "time-macros"
13215version = "0.2.19"
13216source = "registry+https://github.com/rust-lang/crates.io-index"
13217checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13218dependencies = [
13219 "num-conv",
13220 "time-core",
13221]
13222
13223[[package]]
13224name = "time_format"
13225version = "0.1.0"
13226dependencies = [
13227 "core-foundation 0.9.4",
13228 "core-foundation-sys",
13229 "sys-locale",
13230 "time",
13231]
13232
13233[[package]]
13234name = "tiny-keccak"
13235version = "2.0.2"
13236source = "registry+https://github.com/rust-lang/crates.io-index"
13237checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13238dependencies = [
13239 "crunchy",
13240]
13241
13242[[package]]
13243name = "tiny-skia"
13244version = "0.11.4"
13245source = "registry+https://github.com/rust-lang/crates.io-index"
13246checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13247dependencies = [
13248 "arrayref",
13249 "arrayvec",
13250 "bytemuck",
13251 "cfg-if",
13252 "log",
13253 "png",
13254 "tiny-skia-path",
13255]
13256
13257[[package]]
13258name = "tiny-skia-path"
13259version = "0.11.4"
13260source = "registry+https://github.com/rust-lang/crates.io-index"
13261checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13262dependencies = [
13263 "arrayref",
13264 "bytemuck",
13265 "strict-num",
13266]
13267
13268[[package]]
13269name = "tiny_http"
13270version = "0.8.2"
13271source = "registry+https://github.com/rust-lang/crates.io-index"
13272checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13273dependencies = [
13274 "ascii",
13275 "chrono",
13276 "chunked_transfer",
13277 "log",
13278 "url",
13279]
13280
13281[[package]]
13282name = "tinystr"
13283version = "0.7.6"
13284source = "registry+https://github.com/rust-lang/crates.io-index"
13285checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13286dependencies = [
13287 "displaydoc",
13288 "zerovec",
13289]
13290
13291[[package]]
13292name = "tinytemplate"
13293version = "1.2.1"
13294source = "registry+https://github.com/rust-lang/crates.io-index"
13295checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13296dependencies = [
13297 "serde",
13298 "serde_json",
13299]
13300
13301[[package]]
13302name = "tinyvec"
13303version = "1.8.0"
13304source = "registry+https://github.com/rust-lang/crates.io-index"
13305checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13306dependencies = [
13307 "tinyvec_macros",
13308]
13309
13310[[package]]
13311name = "tinyvec_macros"
13312version = "0.1.1"
13313source = "registry+https://github.com/rust-lang/crates.io-index"
13314checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13315
13316[[package]]
13317name = "title_bar"
13318version = "0.1.0"
13319dependencies = [
13320 "auto_update",
13321 "call",
13322 "client",
13323 "collections",
13324 "feature_flags",
13325 "gpui",
13326 "http_client",
13327 "notifications",
13328 "pretty_assertions",
13329 "project",
13330 "remote",
13331 "rpc",
13332 "schemars",
13333 "serde",
13334 "settings",
13335 "smallvec",
13336 "story",
13337 "telemetry",
13338 "theme",
13339 "tree-sitter-md",
13340 "ui",
13341 "util",
13342 "windows 0.58.0",
13343 "workspace",
13344 "zed_actions",
13345]
13346
13347[[package]]
13348name = "tokio"
13349version = "1.42.0"
13350source = "registry+https://github.com/rust-lang/crates.io-index"
13351checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
13352dependencies = [
13353 "backtrace",
13354 "bytes 1.9.0",
13355 "libc",
13356 "mio 1.0.3",
13357 "parking_lot",
13358 "pin-project-lite",
13359 "signal-hook-registry",
13360 "socket2",
13361 "tokio-macros",
13362 "windows-sys 0.52.0",
13363]
13364
13365[[package]]
13366name = "tokio-io"
13367version = "0.1.13"
13368source = "registry+https://github.com/rust-lang/crates.io-index"
13369checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
13370dependencies = [
13371 "bytes 0.4.12",
13372 "futures 0.1.31",
13373 "log",
13374]
13375
13376[[package]]
13377name = "tokio-macros"
13378version = "2.4.0"
13379source = "registry+https://github.com/rust-lang/crates.io-index"
13380checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
13381dependencies = [
13382 "proc-macro2",
13383 "quote",
13384 "syn 2.0.90",
13385]
13386
13387[[package]]
13388name = "tokio-native-tls"
13389version = "0.3.1"
13390source = "registry+https://github.com/rust-lang/crates.io-index"
13391checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
13392dependencies = [
13393 "native-tls",
13394 "tokio",
13395]
13396
13397[[package]]
13398name = "tokio-rustls"
13399version = "0.24.1"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
13402dependencies = [
13403 "rustls 0.21.12",
13404 "tokio",
13405]
13406
13407[[package]]
13408name = "tokio-rustls"
13409version = "0.26.1"
13410source = "registry+https://github.com/rust-lang/crates.io-index"
13411checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
13412dependencies = [
13413 "rustls 0.23.20",
13414 "tokio",
13415]
13416
13417[[package]]
13418name = "tokio-socks"
13419version = "0.5.2"
13420source = "registry+https://github.com/rust-lang/crates.io-index"
13421checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
13422dependencies = [
13423 "either",
13424 "futures-io",
13425 "futures-util",
13426 "thiserror 1.0.69",
13427 "tokio",
13428]
13429
13430[[package]]
13431name = "tokio-stream"
13432version = "0.1.17"
13433source = "registry+https://github.com/rust-lang/crates.io-index"
13434checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
13435dependencies = [
13436 "futures-core",
13437 "pin-project-lite",
13438 "tokio",
13439]
13440
13441[[package]]
13442name = "tokio-tungstenite"
13443version = "0.20.1"
13444source = "registry+https://github.com/rust-lang/crates.io-index"
13445checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
13446dependencies = [
13447 "futures-util",
13448 "log",
13449 "rustls 0.21.12",
13450 "rustls-native-certs 0.6.3",
13451 "tokio",
13452 "tokio-rustls 0.24.1",
13453 "tungstenite 0.20.1",
13454]
13455
13456[[package]]
13457name = "tokio-tungstenite"
13458version = "0.21.0"
13459source = "registry+https://github.com/rust-lang/crates.io-index"
13460checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
13461dependencies = [
13462 "futures-util",
13463 "log",
13464 "tokio",
13465 "tungstenite 0.21.0",
13466]
13467
13468[[package]]
13469name = "tokio-util"
13470version = "0.7.13"
13471source = "registry+https://github.com/rust-lang/crates.io-index"
13472checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
13473dependencies = [
13474 "bytes 1.9.0",
13475 "futures-core",
13476 "futures-io",
13477 "futures-sink",
13478 "pin-project-lite",
13479 "tokio",
13480]
13481
13482[[package]]
13483name = "toml"
13484version = "0.5.11"
13485source = "registry+https://github.com/rust-lang/crates.io-index"
13486checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
13487dependencies = [
13488 "serde",
13489]
13490
13491[[package]]
13492name = "toml"
13493version = "0.8.19"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
13496dependencies = [
13497 "serde",
13498 "serde_spanned",
13499 "toml_datetime",
13500 "toml_edit",
13501]
13502
13503[[package]]
13504name = "toml_datetime"
13505version = "0.6.8"
13506source = "registry+https://github.com/rust-lang/crates.io-index"
13507checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
13508dependencies = [
13509 "serde",
13510]
13511
13512[[package]]
13513name = "toml_edit"
13514version = "0.22.22"
13515source = "registry+https://github.com/rust-lang/crates.io-index"
13516checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
13517dependencies = [
13518 "indexmap",
13519 "serde",
13520 "serde_spanned",
13521 "toml_datetime",
13522 "winnow",
13523]
13524
13525[[package]]
13526name = "toolchain_selector"
13527version = "0.1.0"
13528dependencies = [
13529 "editor",
13530 "fuzzy",
13531 "gpui",
13532 "language",
13533 "picker",
13534 "project",
13535 "ui",
13536 "util",
13537 "workspace",
13538]
13539
13540[[package]]
13541name = "topological-sort"
13542version = "0.2.2"
13543source = "registry+https://github.com/rust-lang/crates.io-index"
13544checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
13545
13546[[package]]
13547name = "tower"
13548version = "0.4.13"
13549source = "registry+https://github.com/rust-lang/crates.io-index"
13550checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
13551dependencies = [
13552 "futures-core",
13553 "futures-util",
13554 "pin-project",
13555 "pin-project-lite",
13556 "tokio",
13557 "tower-layer",
13558 "tower-service",
13559 "tracing",
13560]
13561
13562[[package]]
13563name = "tower-http"
13564version = "0.3.5"
13565source = "registry+https://github.com/rust-lang/crates.io-index"
13566checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13567dependencies = [
13568 "bitflags 1.3.2",
13569 "bytes 1.9.0",
13570 "futures-core",
13571 "futures-util",
13572 "http 0.2.12",
13573 "http-body 0.4.6",
13574 "http-range-header",
13575 "pin-project-lite",
13576 "tower-layer",
13577 "tower-service",
13578]
13579
13580[[package]]
13581name = "tower-http"
13582version = "0.4.4"
13583source = "registry+https://github.com/rust-lang/crates.io-index"
13584checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13585dependencies = [
13586 "bitflags 2.8.0",
13587 "bytes 1.9.0",
13588 "futures-core",
13589 "futures-util",
13590 "http 0.2.12",
13591 "http-body 0.4.6",
13592 "http-range-header",
13593 "pin-project-lite",
13594 "tower-layer",
13595 "tower-service",
13596 "tracing",
13597]
13598
13599[[package]]
13600name = "tower-layer"
13601version = "0.3.3"
13602source = "registry+https://github.com/rust-lang/crates.io-index"
13603checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13604
13605[[package]]
13606name = "tower-service"
13607version = "0.3.3"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13610
13611[[package]]
13612name = "tracing"
13613version = "0.1.41"
13614source = "registry+https://github.com/rust-lang/crates.io-index"
13615checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
13616dependencies = [
13617 "log",
13618 "pin-project-lite",
13619 "tracing-attributes",
13620 "tracing-core",
13621]
13622
13623[[package]]
13624name = "tracing-attributes"
13625version = "0.1.28"
13626source = "registry+https://github.com/rust-lang/crates.io-index"
13627checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
13628dependencies = [
13629 "proc-macro2",
13630 "quote",
13631 "syn 2.0.90",
13632]
13633
13634[[package]]
13635name = "tracing-core"
13636version = "0.1.33"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
13639dependencies = [
13640 "once_cell",
13641 "valuable",
13642]
13643
13644[[package]]
13645name = "tracing-log"
13646version = "0.2.0"
13647source = "registry+https://github.com/rust-lang/crates.io-index"
13648checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13649dependencies = [
13650 "log",
13651 "once_cell",
13652 "tracing-core",
13653]
13654
13655[[package]]
13656name = "tracing-serde"
13657version = "0.2.0"
13658source = "registry+https://github.com/rust-lang/crates.io-index"
13659checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
13660dependencies = [
13661 "serde",
13662 "tracing-core",
13663]
13664
13665[[package]]
13666name = "tracing-subscriber"
13667version = "0.3.19"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
13670dependencies = [
13671 "matchers",
13672 "nu-ansi-term",
13673 "once_cell",
13674 "regex",
13675 "serde",
13676 "serde_json",
13677 "sharded-slab",
13678 "smallvec",
13679 "thread_local",
13680 "tracing",
13681 "tracing-core",
13682 "tracing-log",
13683 "tracing-serde",
13684]
13685
13686[[package]]
13687name = "tree-sitter"
13688version = "0.23.2"
13689source = "registry+https://github.com/rust-lang/crates.io-index"
13690checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
13691dependencies = [
13692 "cc",
13693 "regex",
13694 "regex-syntax 0.8.5",
13695 "tree-sitter-language",
13696 "wasmtime-c-api-impl",
13697]
13698
13699[[package]]
13700name = "tree-sitter-bash"
13701version = "0.23.3"
13702source = "registry+https://github.com/rust-lang/crates.io-index"
13703checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
13704dependencies = [
13705 "cc",
13706 "tree-sitter-language",
13707]
13708
13709[[package]]
13710name = "tree-sitter-c"
13711version = "0.23.4"
13712source = "registry+https://github.com/rust-lang/crates.io-index"
13713checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
13714dependencies = [
13715 "cc",
13716 "tree-sitter-language",
13717]
13718
13719[[package]]
13720name = "tree-sitter-cpp"
13721version = "0.23.4"
13722source = "registry+https://github.com/rust-lang/crates.io-index"
13723checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
13724dependencies = [
13725 "cc",
13726 "tree-sitter-language",
13727]
13728
13729[[package]]
13730name = "tree-sitter-css"
13731version = "0.23.2"
13732source = "registry+https://github.com/rust-lang/crates.io-index"
13733checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
13734dependencies = [
13735 "cc",
13736 "tree-sitter-language",
13737]
13738
13739[[package]]
13740name = "tree-sitter-diff"
13741version = "0.1.0"
13742source = "registry+https://github.com/rust-lang/crates.io-index"
13743checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13744dependencies = [
13745 "cc",
13746 "tree-sitter-language",
13747]
13748
13749[[package]]
13750name = "tree-sitter-elixir"
13751version = "0.3.3"
13752source = "registry+https://github.com/rust-lang/crates.io-index"
13753checksum = "23d7310aea06158653d18959123a64262bfbf122b7437899dea0c338654a51d3"
13754dependencies = [
13755 "cc",
13756 "tree-sitter-language",
13757]
13758
13759[[package]]
13760name = "tree-sitter-embedded-template"
13761version = "0.23.2"
13762source = "registry+https://github.com/rust-lang/crates.io-index"
13763checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
13764dependencies = [
13765 "cc",
13766 "tree-sitter-language",
13767]
13768
13769[[package]]
13770name = "tree-sitter-go"
13771version = "0.23.4"
13772source = "registry+https://github.com/rust-lang/crates.io-index"
13773checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
13774dependencies = [
13775 "cc",
13776 "tree-sitter-language",
13777]
13778
13779[[package]]
13780name = "tree-sitter-gomod"
13781version = "1.1.1"
13782source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
13783dependencies = [
13784 "cc",
13785 "tree-sitter-language",
13786]
13787
13788[[package]]
13789name = "tree-sitter-gowork"
13790version = "0.0.1"
13791source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13792dependencies = [
13793 "cc",
13794 "tree-sitter-language",
13795]
13796
13797[[package]]
13798name = "tree-sitter-heex"
13799version = "0.0.1"
13800source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13801dependencies = [
13802 "cc",
13803 "tree-sitter-language",
13804]
13805
13806[[package]]
13807name = "tree-sitter-html"
13808version = "0.20.4"
13809source = "registry+https://github.com/rust-lang/crates.io-index"
13810checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13811dependencies = [
13812 "cc",
13813 "tree-sitter",
13814]
13815
13816[[package]]
13817name = "tree-sitter-jsdoc"
13818version = "0.23.2"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
13821dependencies = [
13822 "cc",
13823 "tree-sitter-language",
13824]
13825
13826[[package]]
13827name = "tree-sitter-json"
13828version = "0.24.8"
13829source = "registry+https://github.com/rust-lang/crates.io-index"
13830checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
13831dependencies = [
13832 "cc",
13833 "tree-sitter-language",
13834]
13835
13836[[package]]
13837name = "tree-sitter-language"
13838version = "0.1.3"
13839source = "registry+https://github.com/rust-lang/crates.io-index"
13840checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
13841
13842[[package]]
13843name = "tree-sitter-md"
13844version = "0.3.2"
13845source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13846dependencies = [
13847 "cc",
13848 "tree-sitter-language",
13849]
13850
13851[[package]]
13852name = "tree-sitter-python"
13853version = "0.23.6"
13854source = "registry+https://github.com/rust-lang/crates.io-index"
13855checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
13856dependencies = [
13857 "cc",
13858 "tree-sitter-language",
13859]
13860
13861[[package]]
13862name = "tree-sitter-regex"
13863version = "0.23.0"
13864source = "registry+https://github.com/rust-lang/crates.io-index"
13865checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13866dependencies = [
13867 "cc",
13868 "tree-sitter-language",
13869]
13870
13871[[package]]
13872name = "tree-sitter-ruby"
13873version = "0.23.1"
13874source = "registry+https://github.com/rust-lang/crates.io-index"
13875checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
13876dependencies = [
13877 "cc",
13878 "tree-sitter-language",
13879]
13880
13881[[package]]
13882name = "tree-sitter-rust"
13883version = "0.23.2"
13884source = "registry+https://github.com/rust-lang/crates.io-index"
13885checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
13886dependencies = [
13887 "cc",
13888 "tree-sitter-language",
13889]
13890
13891[[package]]
13892name = "tree-sitter-typescript"
13893version = "0.23.2"
13894source = "registry+https://github.com/rust-lang/crates.io-index"
13895checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
13896dependencies = [
13897 "cc",
13898 "tree-sitter-language",
13899]
13900
13901[[package]]
13902name = "tree-sitter-yaml"
13903version = "0.6.1"
13904source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13905dependencies = [
13906 "cc",
13907 "tree-sitter-language",
13908]
13909
13910[[package]]
13911name = "try-lock"
13912version = "0.2.5"
13913source = "registry+https://github.com/rust-lang/crates.io-index"
13914checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13915
13916[[package]]
13917name = "ttf-parser"
13918version = "0.21.1"
13919source = "registry+https://github.com/rust-lang/crates.io-index"
13920checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13921
13922[[package]]
13923name = "tungstenite"
13924version = "0.20.1"
13925source = "registry+https://github.com/rust-lang/crates.io-index"
13926checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13927dependencies = [
13928 "byteorder",
13929 "bytes 1.9.0",
13930 "data-encoding",
13931 "http 0.2.12",
13932 "httparse",
13933 "log",
13934 "rand 0.8.5",
13935 "rustls 0.21.12",
13936 "sha1",
13937 "thiserror 1.0.69",
13938 "url",
13939 "utf-8",
13940]
13941
13942[[package]]
13943name = "tungstenite"
13944version = "0.21.0"
13945source = "registry+https://github.com/rust-lang/crates.io-index"
13946checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
13947dependencies = [
13948 "byteorder",
13949 "bytes 1.9.0",
13950 "data-encoding",
13951 "http 1.2.0",
13952 "httparse",
13953 "log",
13954 "native-tls",
13955 "rand 0.8.5",
13956 "sha1",
13957 "thiserror 1.0.69",
13958 "url",
13959 "utf-8",
13960]
13961
13962[[package]]
13963name = "tungstenite"
13964version = "0.24.0"
13965source = "registry+https://github.com/rust-lang/crates.io-index"
13966checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
13967dependencies = [
13968 "byteorder",
13969 "bytes 1.9.0",
13970 "data-encoding",
13971 "http 1.2.0",
13972 "httparse",
13973 "log",
13974 "rand 0.8.5",
13975 "sha1",
13976 "thiserror 1.0.69",
13977 "utf-8",
13978]
13979
13980[[package]]
13981name = "typeid"
13982version = "1.0.2"
13983source = "registry+https://github.com/rust-lang/crates.io-index"
13984checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13985
13986[[package]]
13987name = "typenum"
13988version = "1.17.0"
13989source = "registry+https://github.com/rust-lang/crates.io-index"
13990checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13991
13992[[package]]
13993name = "ucd-trie"
13994version = "0.1.7"
13995source = "registry+https://github.com/rust-lang/crates.io-index"
13996checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
13997
13998[[package]]
13999name = "uds_windows"
14000version = "1.1.0"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14003dependencies = [
14004 "memoffset",
14005 "tempfile",
14006 "winapi",
14007]
14008
14009[[package]]
14010name = "ui"
14011version = "0.1.0"
14012dependencies = [
14013 "chrono",
14014 "gpui",
14015 "itertools 0.14.0",
14016 "menu",
14017 "serde",
14018 "settings",
14019 "smallvec",
14020 "story",
14021 "strum",
14022 "theme",
14023 "ui_macros",
14024 "windows 0.58.0",
14025]
14026
14027[[package]]
14028name = "ui_input"
14029version = "0.1.0"
14030dependencies = [
14031 "editor",
14032 "gpui",
14033 "settings",
14034 "theme",
14035 "ui",
14036]
14037
14038[[package]]
14039name = "ui_macros"
14040version = "0.1.0"
14041dependencies = [
14042 "convert_case 0.6.0",
14043 "proc-macro2",
14044 "quote",
14045 "syn 1.0.109",
14046]
14047
14048[[package]]
14049name = "unicase"
14050version = "2.8.1"
14051source = "registry+https://github.com/rust-lang/crates.io-index"
14052checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14053
14054[[package]]
14055name = "unicode-bidi"
14056version = "0.3.17"
14057source = "registry+https://github.com/rust-lang/crates.io-index"
14058checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14059
14060[[package]]
14061name = "unicode-bidi-mirroring"
14062version = "0.2.0"
14063source = "registry+https://github.com/rust-lang/crates.io-index"
14064checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14065
14066[[package]]
14067name = "unicode-ccc"
14068version = "0.2.0"
14069source = "registry+https://github.com/rust-lang/crates.io-index"
14070checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14071
14072[[package]]
14073name = "unicode-ident"
14074version = "1.0.14"
14075source = "registry+https://github.com/rust-lang/crates.io-index"
14076checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14077
14078[[package]]
14079name = "unicode-linebreak"
14080version = "0.1.5"
14081source = "registry+https://github.com/rust-lang/crates.io-index"
14082checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14083
14084[[package]]
14085name = "unicode-normalization"
14086version = "0.1.24"
14087source = "registry+https://github.com/rust-lang/crates.io-index"
14088checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14089dependencies = [
14090 "tinyvec",
14091]
14092
14093[[package]]
14094name = "unicode-properties"
14095version = "0.1.3"
14096source = "registry+https://github.com/rust-lang/crates.io-index"
14097checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14098
14099[[package]]
14100name = "unicode-script"
14101version = "0.5.7"
14102source = "registry+https://github.com/rust-lang/crates.io-index"
14103checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14104
14105[[package]]
14106name = "unicode-segmentation"
14107version = "1.12.0"
14108source = "registry+https://github.com/rust-lang/crates.io-index"
14109checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14110
14111[[package]]
14112name = "unicode-width"
14113version = "0.1.14"
14114source = "registry+https://github.com/rust-lang/crates.io-index"
14115checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14116
14117[[package]]
14118name = "unicode-xid"
14119version = "0.2.6"
14120source = "registry+https://github.com/rust-lang/crates.io-index"
14121checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14122
14123[[package]]
14124name = "unicode_categories"
14125version = "0.1.1"
14126source = "registry+https://github.com/rust-lang/crates.io-index"
14127checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14128
14129[[package]]
14130name = "unindent"
14131version = "0.1.11"
14132source = "registry+https://github.com/rust-lang/crates.io-index"
14133checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
14134
14135[[package]]
14136name = "untrusted"
14137version = "0.9.0"
14138source = "registry+https://github.com/rust-lang/crates.io-index"
14139checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14140
14141[[package]]
14142name = "url"
14143version = "2.5.4"
14144source = "registry+https://github.com/rust-lang/crates.io-index"
14145checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14146dependencies = [
14147 "form_urlencoded",
14148 "idna",
14149 "percent-encoding",
14150 "serde",
14151]
14152
14153[[package]]
14154name = "urlencoding"
14155version = "2.1.3"
14156source = "registry+https://github.com/rust-lang/crates.io-index"
14157checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14158
14159[[package]]
14160name = "usvg"
14161version = "0.44.0"
14162source = "registry+https://github.com/rust-lang/crates.io-index"
14163checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14164dependencies = [
14165 "base64 0.22.1",
14166 "data-url",
14167 "flate2",
14168 "imagesize",
14169 "kurbo",
14170 "log",
14171 "pico-args",
14172 "roxmltree",
14173 "simplecss",
14174 "siphasher 1.0.1",
14175 "strict-num",
14176 "svgtypes",
14177 "tiny-skia-path",
14178 "xmlwriter",
14179]
14180
14181[[package]]
14182name = "utf-8"
14183version = "0.7.6"
14184source = "registry+https://github.com/rust-lang/crates.io-index"
14185checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14186
14187[[package]]
14188name = "utf16_iter"
14189version = "1.0.5"
14190source = "registry+https://github.com/rust-lang/crates.io-index"
14191checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14192
14193[[package]]
14194name = "utf8_iter"
14195version = "1.0.4"
14196source = "registry+https://github.com/rust-lang/crates.io-index"
14197checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14198
14199[[package]]
14200name = "utf8parse"
14201version = "0.2.2"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14204
14205[[package]]
14206name = "util"
14207version = "0.1.0"
14208dependencies = [
14209 "anyhow",
14210 "async-fs",
14211 "collections",
14212 "dirs 4.0.0",
14213 "dunce",
14214 "futures 0.3.31",
14215 "futures-lite 1.13.0",
14216 "git2",
14217 "globset",
14218 "itertools 0.14.0",
14219 "libc",
14220 "log",
14221 "rand 0.8.5",
14222 "regex",
14223 "rust-embed",
14224 "serde",
14225 "serde_json",
14226 "smol",
14227 "take-until",
14228 "tempfile",
14229 "tendril",
14230 "unicase",
14231]
14232
14233[[package]]
14234name = "uuid"
14235version = "1.11.0"
14236source = "registry+https://github.com/rust-lang/crates.io-index"
14237checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
14238dependencies = [
14239 "getrandom 0.2.15",
14240 "serde",
14241 "sha1_smol",
14242]
14243
14244[[package]]
14245name = "v_frame"
14246version = "0.3.8"
14247source = "registry+https://github.com/rust-lang/crates.io-index"
14248checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14249dependencies = [
14250 "aligned-vec",
14251 "num-traits",
14252 "wasm-bindgen",
14253]
14254
14255[[package]]
14256name = "valuable"
14257version = "0.1.0"
14258source = "registry+https://github.com/rust-lang/crates.io-index"
14259checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14260
14261[[package]]
14262name = "value-bag"
14263version = "1.10.0"
14264source = "registry+https://github.com/rust-lang/crates.io-index"
14265checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14266dependencies = [
14267 "value-bag-serde1",
14268 "value-bag-sval2",
14269]
14270
14271[[package]]
14272name = "value-bag-serde1"
14273version = "1.10.0"
14274source = "registry+https://github.com/rust-lang/crates.io-index"
14275checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14276dependencies = [
14277 "erased-serde",
14278 "serde",
14279 "serde_fmt",
14280]
14281
14282[[package]]
14283name = "value-bag-sval2"
14284version = "1.10.0"
14285source = "registry+https://github.com/rust-lang/crates.io-index"
14286checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14287dependencies = [
14288 "sval",
14289 "sval_buffer",
14290 "sval_dynamic",
14291 "sval_fmt",
14292 "sval_json",
14293 "sval_ref",
14294 "sval_serde",
14295]
14296
14297[[package]]
14298name = "vcpkg"
14299version = "0.2.15"
14300source = "registry+https://github.com/rust-lang/crates.io-index"
14301checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14302
14303[[package]]
14304name = "vcs_menu"
14305version = "0.1.0"
14306dependencies = [
14307 "anyhow",
14308 "fuzzy",
14309 "git",
14310 "gpui",
14311 "picker",
14312 "project",
14313 "ui",
14314 "util",
14315 "workspace",
14316 "zed_actions",
14317]
14318
14319[[package]]
14320name = "version-compare"
14321version = "0.2.0"
14322source = "registry+https://github.com/rust-lang/crates.io-index"
14323checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14324
14325[[package]]
14326name = "version_check"
14327version = "0.9.5"
14328source = "registry+https://github.com/rust-lang/crates.io-index"
14329checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
14330
14331[[package]]
14332name = "vim"
14333version = "0.1.0"
14334dependencies = [
14335 "anyhow",
14336 "assets",
14337 "async-compat",
14338 "async-trait",
14339 "collections",
14340 "command_palette",
14341 "command_palette_hooks",
14342 "editor",
14343 "futures 0.3.31",
14344 "gpui",
14345 "indoc",
14346 "itertools 0.14.0",
14347 "language",
14348 "libc",
14349 "log",
14350 "lsp",
14351 "multi_buffer",
14352 "nvim-rs",
14353 "parking_lot",
14354 "project_panel",
14355 "regex",
14356 "release_channel",
14357 "schemars",
14358 "search",
14359 "serde",
14360 "serde_derive",
14361 "serde_json",
14362 "settings",
14363 "task",
14364 "theme",
14365 "tokio",
14366 "ui",
14367 "util",
14368 "vim_mode_setting",
14369 "workspace",
14370 "zed_actions",
14371]
14372
14373[[package]]
14374name = "vim_mode_setting"
14375version = "0.1.0"
14376dependencies = [
14377 "anyhow",
14378 "gpui",
14379 "settings",
14380]
14381
14382[[package]]
14383name = "vscode_theme"
14384version = "0.2.0"
14385source = "registry+https://github.com/rust-lang/crates.io-index"
14386checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
14387dependencies = [
14388 "serde",
14389]
14390
14391[[package]]
14392name = "vsimd"
14393version = "0.8.0"
14394source = "registry+https://github.com/rust-lang/crates.io-index"
14395checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
14396
14397[[package]]
14398name = "vswhom"
14399version = "0.1.0"
14400source = "registry+https://github.com/rust-lang/crates.io-index"
14401checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
14402dependencies = [
14403 "libc",
14404 "vswhom-sys",
14405]
14406
14407[[package]]
14408name = "vswhom-sys"
14409version = "0.1.2"
14410source = "registry+https://github.com/rust-lang/crates.io-index"
14411checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
14412dependencies = [
14413 "cc",
14414 "libc",
14415]
14416
14417[[package]]
14418name = "vte"
14419version = "0.14.1"
14420source = "registry+https://github.com/rust-lang/crates.io-index"
14421checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077"
14422dependencies = [
14423 "bitflags 2.8.0",
14424 "cursor-icon",
14425 "log",
14426 "memchr",
14427 "serde",
14428]
14429
14430[[package]]
14431name = "waker-fn"
14432version = "1.2.0"
14433source = "registry+https://github.com/rust-lang/crates.io-index"
14434checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
14435
14436[[package]]
14437name = "walkdir"
14438version = "2.5.0"
14439source = "registry+https://github.com/rust-lang/crates.io-index"
14440checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
14441dependencies = [
14442 "same-file",
14443 "winapi-util",
14444]
14445
14446[[package]]
14447name = "want"
14448version = "0.3.1"
14449source = "registry+https://github.com/rust-lang/crates.io-index"
14450checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
14451dependencies = [
14452 "try-lock",
14453]
14454
14455[[package]]
14456name = "warp"
14457version = "0.3.7"
14458source = "registry+https://github.com/rust-lang/crates.io-index"
14459checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
14460dependencies = [
14461 "bytes 1.9.0",
14462 "futures-channel",
14463 "futures-util",
14464 "headers",
14465 "http 0.2.12",
14466 "hyper 0.14.32",
14467 "log",
14468 "mime",
14469 "mime_guess",
14470 "percent-encoding",
14471 "pin-project",
14472 "scoped-tls",
14473 "serde",
14474 "serde_json",
14475 "serde_urlencoded",
14476 "tokio",
14477 "tokio-tungstenite 0.21.0",
14478 "tokio-util",
14479 "tower-service",
14480 "tracing",
14481]
14482
14483[[package]]
14484name = "wasi"
14485version = "0.9.0+wasi-snapshot-preview1"
14486source = "registry+https://github.com/rust-lang/crates.io-index"
14487checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
14488
14489[[package]]
14490name = "wasi"
14491version = "0.11.0+wasi-snapshot-preview1"
14492source = "registry+https://github.com/rust-lang/crates.io-index"
14493checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
14494
14495[[package]]
14496name = "wasite"
14497version = "0.1.0"
14498source = "registry+https://github.com/rust-lang/crates.io-index"
14499checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
14500
14501[[package]]
14502name = "wasm-bindgen"
14503version = "0.2.99"
14504source = "registry+https://github.com/rust-lang/crates.io-index"
14505checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
14506dependencies = [
14507 "cfg-if",
14508 "once_cell",
14509 "wasm-bindgen-macro",
14510]
14511
14512[[package]]
14513name = "wasm-bindgen-backend"
14514version = "0.2.99"
14515source = "registry+https://github.com/rust-lang/crates.io-index"
14516checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
14517dependencies = [
14518 "bumpalo",
14519 "log",
14520 "proc-macro2",
14521 "quote",
14522 "syn 2.0.90",
14523 "wasm-bindgen-shared",
14524]
14525
14526[[package]]
14527name = "wasm-bindgen-futures"
14528version = "0.4.49"
14529source = "registry+https://github.com/rust-lang/crates.io-index"
14530checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
14531dependencies = [
14532 "cfg-if",
14533 "js-sys",
14534 "once_cell",
14535 "wasm-bindgen",
14536 "web-sys",
14537]
14538
14539[[package]]
14540name = "wasm-bindgen-macro"
14541version = "0.2.99"
14542source = "registry+https://github.com/rust-lang/crates.io-index"
14543checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
14544dependencies = [
14545 "quote",
14546 "wasm-bindgen-macro-support",
14547]
14548
14549[[package]]
14550name = "wasm-bindgen-macro-support"
14551version = "0.2.99"
14552source = "registry+https://github.com/rust-lang/crates.io-index"
14553checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
14554dependencies = [
14555 "proc-macro2",
14556 "quote",
14557 "syn 2.0.90",
14558 "wasm-bindgen-backend",
14559 "wasm-bindgen-shared",
14560]
14561
14562[[package]]
14563name = "wasm-bindgen-shared"
14564version = "0.2.99"
14565source = "registry+https://github.com/rust-lang/crates.io-index"
14566checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
14567
14568[[package]]
14569name = "wasm-encoder"
14570version = "0.201.0"
14571source = "registry+https://github.com/rust-lang/crates.io-index"
14572checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
14573dependencies = [
14574 "leb128",
14575]
14576
14577[[package]]
14578name = "wasm-encoder"
14579version = "0.215.0"
14580source = "registry+https://github.com/rust-lang/crates.io-index"
14581checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14582dependencies = [
14583 "leb128",
14584]
14585
14586[[package]]
14587name = "wasm-metadata"
14588version = "0.201.0"
14589source = "registry+https://github.com/rust-lang/crates.io-index"
14590checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14591dependencies = [
14592 "anyhow",
14593 "indexmap",
14594 "serde",
14595 "serde_derive",
14596 "serde_json",
14597 "spdx",
14598 "wasm-encoder 0.201.0",
14599 "wasmparser 0.201.0",
14600]
14601
14602[[package]]
14603name = "wasm-streams"
14604version = "0.4.2"
14605source = "registry+https://github.com/rust-lang/crates.io-index"
14606checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
14607dependencies = [
14608 "futures-util",
14609 "js-sys",
14610 "wasm-bindgen",
14611 "wasm-bindgen-futures",
14612 "web-sys",
14613]
14614
14615[[package]]
14616name = "wasmparser"
14617version = "0.201.0"
14618source = "registry+https://github.com/rust-lang/crates.io-index"
14619checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14620dependencies = [
14621 "bitflags 2.8.0",
14622 "indexmap",
14623 "semver",
14624]
14625
14626[[package]]
14627name = "wasmparser"
14628version = "0.215.0"
14629source = "registry+https://github.com/rust-lang/crates.io-index"
14630checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14631dependencies = [
14632 "ahash 0.8.11",
14633 "bitflags 2.8.0",
14634 "hashbrown 0.14.5",
14635 "indexmap",
14636 "semver",
14637 "serde",
14638]
14639
14640[[package]]
14641name = "wasmprinter"
14642version = "0.215.0"
14643source = "registry+https://github.com/rust-lang/crates.io-index"
14644checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14645dependencies = [
14646 "anyhow",
14647 "termcolor",
14648 "wasmparser 0.215.0",
14649]
14650
14651[[package]]
14652name = "wasmtime"
14653version = "24.0.2"
14654source = "registry+https://github.com/rust-lang/crates.io-index"
14655checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14656dependencies = [
14657 "anyhow",
14658 "async-trait",
14659 "bitflags 2.8.0",
14660 "bumpalo",
14661 "cc",
14662 "cfg-if",
14663 "encoding_rs",
14664 "hashbrown 0.14.5",
14665 "indexmap",
14666 "libc",
14667 "libm",
14668 "log",
14669 "mach2",
14670 "memfd",
14671 "object",
14672 "once_cell",
14673 "paste",
14674 "postcard",
14675 "psm",
14676 "rustix",
14677 "semver",
14678 "serde",
14679 "serde_derive",
14680 "smallvec",
14681 "sptr",
14682 "target-lexicon",
14683 "wasmparser 0.215.0",
14684 "wasmtime-asm-macros",
14685 "wasmtime-component-macro",
14686 "wasmtime-component-util",
14687 "wasmtime-cranelift",
14688 "wasmtime-environ",
14689 "wasmtime-fiber",
14690 "wasmtime-jit-icache-coherence",
14691 "wasmtime-slab",
14692 "wasmtime-versioned-export-macros",
14693 "wasmtime-winch",
14694 "windows-sys 0.52.0",
14695]
14696
14697[[package]]
14698name = "wasmtime-asm-macros"
14699version = "24.0.2"
14700source = "registry+https://github.com/rust-lang/crates.io-index"
14701checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14702dependencies = [
14703 "cfg-if",
14704]
14705
14706[[package]]
14707name = "wasmtime-c-api-impl"
14708version = "24.0.2"
14709source = "registry+https://github.com/rust-lang/crates.io-index"
14710checksum = "4e038dd412700174019867608617127e7cc4f113f764dd10e7488dbf5f47b191"
14711dependencies = [
14712 "anyhow",
14713 "log",
14714 "once_cell",
14715 "tracing",
14716 "wasmtime",
14717 "wasmtime-c-api-macros",
14718]
14719
14720[[package]]
14721name = "wasmtime-c-api-macros"
14722version = "24.0.2"
14723source = "registry+https://github.com/rust-lang/crates.io-index"
14724checksum = "bde0ca2263811d980ab676bcb2a190c990737f58969a908976101ad208149a17"
14725dependencies = [
14726 "proc-macro2",
14727 "quote",
14728]
14729
14730[[package]]
14731name = "wasmtime-component-macro"
14732version = "24.0.2"
14733source = "registry+https://github.com/rust-lang/crates.io-index"
14734checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14735dependencies = [
14736 "anyhow",
14737 "proc-macro2",
14738 "quote",
14739 "syn 2.0.90",
14740 "wasmtime-component-util",
14741 "wasmtime-wit-bindgen",
14742 "wit-parser 0.215.0",
14743]
14744
14745[[package]]
14746name = "wasmtime-component-util"
14747version = "24.0.2"
14748source = "registry+https://github.com/rust-lang/crates.io-index"
14749checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14750
14751[[package]]
14752name = "wasmtime-cranelift"
14753version = "24.0.2"
14754source = "registry+https://github.com/rust-lang/crates.io-index"
14755checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14756dependencies = [
14757 "anyhow",
14758 "cfg-if",
14759 "cranelift-codegen",
14760 "cranelift-control",
14761 "cranelift-entity",
14762 "cranelift-frontend",
14763 "cranelift-native",
14764 "cranelift-wasm",
14765 "gimli 0.29.0",
14766 "log",
14767 "object",
14768 "target-lexicon",
14769 "thiserror 1.0.69",
14770 "wasmparser 0.215.0",
14771 "wasmtime-environ",
14772 "wasmtime-versioned-export-macros",
14773]
14774
14775[[package]]
14776name = "wasmtime-environ"
14777version = "24.0.2"
14778source = "registry+https://github.com/rust-lang/crates.io-index"
14779checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14780dependencies = [
14781 "anyhow",
14782 "cpp_demangle",
14783 "cranelift-bitset",
14784 "cranelift-entity",
14785 "gimli 0.29.0",
14786 "indexmap",
14787 "log",
14788 "object",
14789 "postcard",
14790 "rustc-demangle",
14791 "semver",
14792 "serde",
14793 "serde_derive",
14794 "target-lexicon",
14795 "wasm-encoder 0.215.0",
14796 "wasmparser 0.215.0",
14797 "wasmprinter",
14798 "wasmtime-component-util",
14799 "wasmtime-types",
14800]
14801
14802[[package]]
14803name = "wasmtime-fiber"
14804version = "24.0.2"
14805source = "registry+https://github.com/rust-lang/crates.io-index"
14806checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14807dependencies = [
14808 "anyhow",
14809 "cc",
14810 "cfg-if",
14811 "rustix",
14812 "wasmtime-asm-macros",
14813 "wasmtime-versioned-export-macros",
14814 "windows-sys 0.52.0",
14815]
14816
14817[[package]]
14818name = "wasmtime-jit-icache-coherence"
14819version = "24.0.2"
14820source = "registry+https://github.com/rust-lang/crates.io-index"
14821checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14822dependencies = [
14823 "anyhow",
14824 "cfg-if",
14825 "libc",
14826 "windows-sys 0.52.0",
14827]
14828
14829[[package]]
14830name = "wasmtime-slab"
14831version = "24.0.2"
14832source = "registry+https://github.com/rust-lang/crates.io-index"
14833checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14834
14835[[package]]
14836name = "wasmtime-types"
14837version = "24.0.2"
14838source = "registry+https://github.com/rust-lang/crates.io-index"
14839checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14840dependencies = [
14841 "anyhow",
14842 "cranelift-entity",
14843 "serde",
14844 "serde_derive",
14845 "smallvec",
14846 "wasmparser 0.215.0",
14847]
14848
14849[[package]]
14850name = "wasmtime-versioned-export-macros"
14851version = "24.0.2"
14852source = "registry+https://github.com/rust-lang/crates.io-index"
14853checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14854dependencies = [
14855 "proc-macro2",
14856 "quote",
14857 "syn 2.0.90",
14858]
14859
14860[[package]]
14861name = "wasmtime-wasi"
14862version = "24.0.2"
14863source = "registry+https://github.com/rust-lang/crates.io-index"
14864checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
14865dependencies = [
14866 "anyhow",
14867 "async-trait",
14868 "bitflags 2.8.0",
14869 "bytes 1.9.0",
14870 "cap-fs-ext",
14871 "cap-net-ext",
14872 "cap-rand",
14873 "cap-std",
14874 "cap-time-ext",
14875 "fs-set-times",
14876 "futures 0.3.31",
14877 "io-extras",
14878 "io-lifetimes",
14879 "once_cell",
14880 "rustix",
14881 "system-interface",
14882 "thiserror 1.0.69",
14883 "tokio",
14884 "tracing",
14885 "url",
14886 "wasmtime",
14887 "wiggle",
14888 "windows-sys 0.52.0",
14889]
14890
14891[[package]]
14892name = "wasmtime-winch"
14893version = "24.0.2"
14894source = "registry+https://github.com/rust-lang/crates.io-index"
14895checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14896dependencies = [
14897 "anyhow",
14898 "cranelift-codegen",
14899 "gimli 0.29.0",
14900 "object",
14901 "target-lexicon",
14902 "wasmparser 0.215.0",
14903 "wasmtime-cranelift",
14904 "wasmtime-environ",
14905 "winch-codegen",
14906]
14907
14908[[package]]
14909name = "wasmtime-wit-bindgen"
14910version = "24.0.2"
14911source = "registry+https://github.com/rust-lang/crates.io-index"
14912checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14913dependencies = [
14914 "anyhow",
14915 "heck 0.4.1",
14916 "indexmap",
14917 "wit-parser 0.215.0",
14918]
14919
14920[[package]]
14921name = "wast"
14922version = "35.0.2"
14923source = "registry+https://github.com/rust-lang/crates.io-index"
14924checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14925dependencies = [
14926 "leb128",
14927]
14928
14929[[package]]
14930name = "wayland-backend"
14931version = "0.3.7"
14932source = "registry+https://github.com/rust-lang/crates.io-index"
14933checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
14934dependencies = [
14935 "cc",
14936 "downcast-rs",
14937 "rustix",
14938 "scoped-tls",
14939 "smallvec",
14940 "wayland-sys",
14941]
14942
14943[[package]]
14944name = "wayland-client"
14945version = "0.31.7"
14946source = "registry+https://github.com/rust-lang/crates.io-index"
14947checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
14948dependencies = [
14949 "bitflags 2.8.0",
14950 "rustix",
14951 "wayland-backend",
14952 "wayland-scanner",
14953]
14954
14955[[package]]
14956name = "wayland-cursor"
14957version = "0.31.7"
14958source = "registry+https://github.com/rust-lang/crates.io-index"
14959checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c"
14960dependencies = [
14961 "rustix",
14962 "wayland-client",
14963 "xcursor",
14964]
14965
14966[[package]]
14967name = "wayland-protocols"
14968version = "0.31.2"
14969source = "registry+https://github.com/rust-lang/crates.io-index"
14970checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
14971dependencies = [
14972 "bitflags 2.8.0",
14973 "wayland-backend",
14974 "wayland-client",
14975 "wayland-scanner",
14976]
14977
14978[[package]]
14979name = "wayland-protocols-plasma"
14980version = "0.2.0"
14981source = "registry+https://github.com/rust-lang/crates.io-index"
14982checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14983dependencies = [
14984 "bitflags 2.8.0",
14985 "wayland-backend",
14986 "wayland-client",
14987 "wayland-protocols",
14988 "wayland-scanner",
14989]
14990
14991[[package]]
14992name = "wayland-scanner"
14993version = "0.31.5"
14994source = "registry+https://github.com/rust-lang/crates.io-index"
14995checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
14996dependencies = [
14997 "proc-macro2",
14998 "quick-xml 0.36.2",
14999 "quote",
15000]
15001
15002[[package]]
15003name = "wayland-sys"
15004version = "0.31.5"
15005source = "registry+https://github.com/rust-lang/crates.io-index"
15006checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
15007dependencies = [
15008 "dlib",
15009 "log",
15010 "once_cell",
15011 "pkg-config",
15012]
15013
15014[[package]]
15015name = "web-sys"
15016version = "0.3.76"
15017source = "registry+https://github.com/rust-lang/crates.io-index"
15018checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15019dependencies = [
15020 "js-sys",
15021 "wasm-bindgen",
15022]
15023
15024[[package]]
15025name = "web-time"
15026version = "1.1.0"
15027source = "registry+https://github.com/rust-lang/crates.io-index"
15028checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15029dependencies = [
15030 "js-sys",
15031 "wasm-bindgen",
15032]
15033
15034[[package]]
15035name = "webpki"
15036version = "0.22.4"
15037source = "registry+https://github.com/rust-lang/crates.io-index"
15038checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
15039dependencies = [
15040 "ring",
15041 "untrusted",
15042]
15043
15044[[package]]
15045name = "webpki-roots"
15046version = "0.22.6"
15047source = "registry+https://github.com/rust-lang/crates.io-index"
15048checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
15049dependencies = [
15050 "webpki",
15051]
15052
15053[[package]]
15054name = "webpki-roots"
15055version = "0.26.7"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15058dependencies = [
15059 "rustls-pki-types",
15060]
15061
15062[[package]]
15063name = "webrtc-sys"
15064version = "0.3.5"
15065source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15066dependencies = [
15067 "cc",
15068 "cxx",
15069 "cxx-build",
15070 "glob",
15071 "log",
15072 "webrtc-sys-build",
15073]
15074
15075[[package]]
15076name = "webrtc-sys-build"
15077version = "0.3.5"
15078source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15079dependencies = [
15080 "fs2",
15081 "regex",
15082 "reqwest 0.11.27",
15083 "scratch",
15084 "semver",
15085 "zip",
15086]
15087
15088[[package]]
15089name = "weezl"
15090version = "0.1.8"
15091source = "registry+https://github.com/rust-lang/crates.io-index"
15092checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15093
15094[[package]]
15095name = "welcome"
15096version = "0.1.0"
15097dependencies = [
15098 "anyhow",
15099 "client",
15100 "copilot",
15101 "db",
15102 "editor",
15103 "fuzzy",
15104 "gpui",
15105 "install_cli",
15106 "picker",
15107 "project",
15108 "schemars",
15109 "serde",
15110 "settings",
15111 "telemetry",
15112 "ui",
15113 "util",
15114 "vim_mode_setting",
15115 "workspace",
15116 "zed_actions",
15117]
15118
15119[[package]]
15120name = "which"
15121version = "4.4.2"
15122source = "registry+https://github.com/rust-lang/crates.io-index"
15123checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15124dependencies = [
15125 "either",
15126 "home",
15127 "once_cell",
15128 "rustix",
15129]
15130
15131[[package]]
15132name = "which"
15133version = "6.0.3"
15134source = "registry+https://github.com/rust-lang/crates.io-index"
15135checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15136dependencies = [
15137 "either",
15138 "home",
15139 "rustix",
15140 "winsafe",
15141]
15142
15143[[package]]
15144name = "whoami"
15145version = "1.5.2"
15146source = "registry+https://github.com/rust-lang/crates.io-index"
15147checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15148dependencies = [
15149 "redox_syscall 0.5.8",
15150 "wasite",
15151]
15152
15153[[package]]
15154name = "wiggle"
15155version = "24.0.2"
15156source = "registry+https://github.com/rust-lang/crates.io-index"
15157checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
15158dependencies = [
15159 "anyhow",
15160 "async-trait",
15161 "bitflags 2.8.0",
15162 "thiserror 1.0.69",
15163 "tracing",
15164 "wasmtime",
15165 "wiggle-macro",
15166]
15167
15168[[package]]
15169name = "wiggle-generate"
15170version = "24.0.2"
15171source = "registry+https://github.com/rust-lang/crates.io-index"
15172checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
15173dependencies = [
15174 "anyhow",
15175 "heck 0.4.1",
15176 "proc-macro2",
15177 "quote",
15178 "shellexpand 2.1.2",
15179 "syn 2.0.90",
15180 "witx",
15181]
15182
15183[[package]]
15184name = "wiggle-macro"
15185version = "24.0.2"
15186source = "registry+https://github.com/rust-lang/crates.io-index"
15187checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
15188dependencies = [
15189 "proc-macro2",
15190 "quote",
15191 "syn 2.0.90",
15192 "wiggle-generate",
15193]
15194
15195[[package]]
15196name = "winapi"
15197version = "0.3.9"
15198source = "registry+https://github.com/rust-lang/crates.io-index"
15199checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15200dependencies = [
15201 "winapi-i686-pc-windows-gnu",
15202 "winapi-x86_64-pc-windows-gnu",
15203]
15204
15205[[package]]
15206name = "winapi-i686-pc-windows-gnu"
15207version = "0.4.0"
15208source = "registry+https://github.com/rust-lang/crates.io-index"
15209checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15210
15211[[package]]
15212name = "winapi-util"
15213version = "0.1.9"
15214source = "registry+https://github.com/rust-lang/crates.io-index"
15215checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15216dependencies = [
15217 "windows-sys 0.48.0",
15218]
15219
15220[[package]]
15221name = "winapi-x86_64-pc-windows-gnu"
15222version = "0.4.0"
15223source = "registry+https://github.com/rust-lang/crates.io-index"
15224checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15225
15226[[package]]
15227name = "winch-codegen"
15228version = "0.22.2"
15229source = "registry+https://github.com/rust-lang/crates.io-index"
15230checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
15231dependencies = [
15232 "anyhow",
15233 "cranelift-codegen",
15234 "gimli 0.29.0",
15235 "regalloc2",
15236 "smallvec",
15237 "target-lexicon",
15238 "wasmparser 0.215.0",
15239 "wasmtime-cranelift",
15240 "wasmtime-environ",
15241]
15242
15243[[package]]
15244name = "windows"
15245version = "0.54.0"
15246source = "registry+https://github.com/rust-lang/crates.io-index"
15247checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15248dependencies = [
15249 "windows-core 0.54.0",
15250 "windows-targets 0.52.6",
15251]
15252
15253[[package]]
15254name = "windows"
15255version = "0.57.0"
15256source = "registry+https://github.com/rust-lang/crates.io-index"
15257checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15258dependencies = [
15259 "windows-core 0.57.0",
15260 "windows-targets 0.52.6",
15261]
15262
15263[[package]]
15264name = "windows"
15265version = "0.58.0"
15266source = "registry+https://github.com/rust-lang/crates.io-index"
15267checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15268dependencies = [
15269 "windows-core 0.58.0",
15270 "windows-targets 0.52.6",
15271]
15272
15273[[package]]
15274name = "windows-core"
15275version = "0.52.0"
15276source = "registry+https://github.com/rust-lang/crates.io-index"
15277checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15278dependencies = [
15279 "windows-targets 0.52.6",
15280]
15281
15282[[package]]
15283name = "windows-core"
15284version = "0.54.0"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15287dependencies = [
15288 "windows-result 0.1.2",
15289 "windows-targets 0.52.6",
15290]
15291
15292[[package]]
15293name = "windows-core"
15294version = "0.57.0"
15295source = "registry+https://github.com/rust-lang/crates.io-index"
15296checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15297dependencies = [
15298 "windows-implement 0.57.0",
15299 "windows-interface 0.57.0",
15300 "windows-result 0.1.2",
15301 "windows-targets 0.52.6",
15302]
15303
15304[[package]]
15305name = "windows-core"
15306version = "0.58.0"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
15309dependencies = [
15310 "windows-implement 0.58.0",
15311 "windows-interface 0.58.0",
15312 "windows-result 0.2.0",
15313 "windows-strings",
15314 "windows-targets 0.52.6",
15315]
15316
15317[[package]]
15318name = "windows-implement"
15319version = "0.57.0"
15320source = "registry+https://github.com/rust-lang/crates.io-index"
15321checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
15322dependencies = [
15323 "proc-macro2",
15324 "quote",
15325 "syn 2.0.90",
15326]
15327
15328[[package]]
15329name = "windows-implement"
15330version = "0.58.0"
15331source = "registry+https://github.com/rust-lang/crates.io-index"
15332checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
15333dependencies = [
15334 "proc-macro2",
15335 "quote",
15336 "syn 2.0.90",
15337]
15338
15339[[package]]
15340name = "windows-interface"
15341version = "0.57.0"
15342source = "registry+https://github.com/rust-lang/crates.io-index"
15343checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
15344dependencies = [
15345 "proc-macro2",
15346 "quote",
15347 "syn 2.0.90",
15348]
15349
15350[[package]]
15351name = "windows-interface"
15352version = "0.58.0"
15353source = "registry+https://github.com/rust-lang/crates.io-index"
15354checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
15355dependencies = [
15356 "proc-macro2",
15357 "quote",
15358 "syn 2.0.90",
15359]
15360
15361[[package]]
15362name = "windows-registry"
15363version = "0.2.0"
15364source = "registry+https://github.com/rust-lang/crates.io-index"
15365checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
15366dependencies = [
15367 "windows-result 0.2.0",
15368 "windows-strings",
15369 "windows-targets 0.52.6",
15370]
15371
15372[[package]]
15373name = "windows-result"
15374version = "0.1.2"
15375source = "registry+https://github.com/rust-lang/crates.io-index"
15376checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
15377dependencies = [
15378 "windows-targets 0.52.6",
15379]
15380
15381[[package]]
15382name = "windows-result"
15383version = "0.2.0"
15384source = "registry+https://github.com/rust-lang/crates.io-index"
15385checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
15386dependencies = [
15387 "windows-targets 0.52.6",
15388]
15389
15390[[package]]
15391name = "windows-strings"
15392version = "0.1.0"
15393source = "registry+https://github.com/rust-lang/crates.io-index"
15394checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
15395dependencies = [
15396 "windows-result 0.2.0",
15397 "windows-targets 0.52.6",
15398]
15399
15400[[package]]
15401name = "windows-sys"
15402version = "0.45.0"
15403source = "registry+https://github.com/rust-lang/crates.io-index"
15404checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
15405dependencies = [
15406 "windows-targets 0.42.2",
15407]
15408
15409[[package]]
15410name = "windows-sys"
15411version = "0.48.0"
15412source = "registry+https://github.com/rust-lang/crates.io-index"
15413checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
15414dependencies = [
15415 "windows-targets 0.48.5",
15416]
15417
15418[[package]]
15419name = "windows-sys"
15420version = "0.52.0"
15421source = "registry+https://github.com/rust-lang/crates.io-index"
15422checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
15423dependencies = [
15424 "windows-targets 0.52.6",
15425]
15426
15427[[package]]
15428name = "windows-sys"
15429version = "0.59.0"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
15432dependencies = [
15433 "windows-targets 0.52.6",
15434]
15435
15436[[package]]
15437name = "windows-targets"
15438version = "0.42.2"
15439source = "registry+https://github.com/rust-lang/crates.io-index"
15440checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
15441dependencies = [
15442 "windows_aarch64_gnullvm 0.42.2",
15443 "windows_aarch64_msvc 0.42.2",
15444 "windows_i686_gnu 0.42.2",
15445 "windows_i686_msvc 0.42.2",
15446 "windows_x86_64_gnu 0.42.2",
15447 "windows_x86_64_gnullvm 0.42.2",
15448 "windows_x86_64_msvc 0.42.2",
15449]
15450
15451[[package]]
15452name = "windows-targets"
15453version = "0.48.5"
15454source = "registry+https://github.com/rust-lang/crates.io-index"
15455checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
15456dependencies = [
15457 "windows_aarch64_gnullvm 0.48.5",
15458 "windows_aarch64_msvc 0.48.5",
15459 "windows_i686_gnu 0.48.5",
15460 "windows_i686_msvc 0.48.5",
15461 "windows_x86_64_gnu 0.48.5",
15462 "windows_x86_64_gnullvm 0.48.5",
15463 "windows_x86_64_msvc 0.48.5",
15464]
15465
15466[[package]]
15467name = "windows-targets"
15468version = "0.52.6"
15469source = "registry+https://github.com/rust-lang/crates.io-index"
15470checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
15471dependencies = [
15472 "windows_aarch64_gnullvm 0.52.6",
15473 "windows_aarch64_msvc 0.52.6",
15474 "windows_i686_gnu 0.52.6",
15475 "windows_i686_gnullvm",
15476 "windows_i686_msvc 0.52.6",
15477 "windows_x86_64_gnu 0.52.6",
15478 "windows_x86_64_gnullvm 0.52.6",
15479 "windows_x86_64_msvc 0.52.6",
15480]
15481
15482[[package]]
15483name = "windows_aarch64_gnullvm"
15484version = "0.42.2"
15485source = "registry+https://github.com/rust-lang/crates.io-index"
15486checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
15487
15488[[package]]
15489name = "windows_aarch64_gnullvm"
15490version = "0.48.5"
15491source = "registry+https://github.com/rust-lang/crates.io-index"
15492checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
15493
15494[[package]]
15495name = "windows_aarch64_gnullvm"
15496version = "0.52.6"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
15499
15500[[package]]
15501name = "windows_aarch64_msvc"
15502version = "0.42.2"
15503source = "registry+https://github.com/rust-lang/crates.io-index"
15504checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
15505
15506[[package]]
15507name = "windows_aarch64_msvc"
15508version = "0.48.5"
15509source = "registry+https://github.com/rust-lang/crates.io-index"
15510checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
15511
15512[[package]]
15513name = "windows_aarch64_msvc"
15514version = "0.52.6"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
15517
15518[[package]]
15519name = "windows_i686_gnu"
15520version = "0.42.2"
15521source = "registry+https://github.com/rust-lang/crates.io-index"
15522checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
15523
15524[[package]]
15525name = "windows_i686_gnu"
15526version = "0.48.5"
15527source = "registry+https://github.com/rust-lang/crates.io-index"
15528checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
15529
15530[[package]]
15531name = "windows_i686_gnu"
15532version = "0.52.6"
15533source = "registry+https://github.com/rust-lang/crates.io-index"
15534checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
15535
15536[[package]]
15537name = "windows_i686_gnullvm"
15538version = "0.52.6"
15539source = "registry+https://github.com/rust-lang/crates.io-index"
15540checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
15541
15542[[package]]
15543name = "windows_i686_msvc"
15544version = "0.42.2"
15545source = "registry+https://github.com/rust-lang/crates.io-index"
15546checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
15547
15548[[package]]
15549name = "windows_i686_msvc"
15550version = "0.48.5"
15551source = "registry+https://github.com/rust-lang/crates.io-index"
15552checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
15553
15554[[package]]
15555name = "windows_i686_msvc"
15556version = "0.52.6"
15557source = "registry+https://github.com/rust-lang/crates.io-index"
15558checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
15559
15560[[package]]
15561name = "windows_x86_64_gnu"
15562version = "0.42.2"
15563source = "registry+https://github.com/rust-lang/crates.io-index"
15564checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
15565
15566[[package]]
15567name = "windows_x86_64_gnu"
15568version = "0.48.5"
15569source = "registry+https://github.com/rust-lang/crates.io-index"
15570checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
15571
15572[[package]]
15573name = "windows_x86_64_gnu"
15574version = "0.52.6"
15575source = "registry+https://github.com/rust-lang/crates.io-index"
15576checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
15577
15578[[package]]
15579name = "windows_x86_64_gnullvm"
15580version = "0.42.2"
15581source = "registry+https://github.com/rust-lang/crates.io-index"
15582checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
15583
15584[[package]]
15585name = "windows_x86_64_gnullvm"
15586version = "0.48.5"
15587source = "registry+https://github.com/rust-lang/crates.io-index"
15588checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
15589
15590[[package]]
15591name = "windows_x86_64_gnullvm"
15592version = "0.52.6"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
15595
15596[[package]]
15597name = "windows_x86_64_msvc"
15598version = "0.42.2"
15599source = "registry+https://github.com/rust-lang/crates.io-index"
15600checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
15601
15602[[package]]
15603name = "windows_x86_64_msvc"
15604version = "0.48.5"
15605source = "registry+https://github.com/rust-lang/crates.io-index"
15606checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
15607
15608[[package]]
15609name = "windows_x86_64_msvc"
15610version = "0.52.6"
15611source = "registry+https://github.com/rust-lang/crates.io-index"
15612checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
15613
15614[[package]]
15615name = "winnow"
15616version = "0.6.20"
15617source = "registry+https://github.com/rust-lang/crates.io-index"
15618checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
15619dependencies = [
15620 "memchr",
15621]
15622
15623[[package]]
15624name = "winreg"
15625version = "0.50.0"
15626source = "registry+https://github.com/rust-lang/crates.io-index"
15627checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15628dependencies = [
15629 "cfg-if",
15630 "windows-sys 0.48.0",
15631]
15632
15633[[package]]
15634name = "winreg"
15635version = "0.52.0"
15636source = "registry+https://github.com/rust-lang/crates.io-index"
15637checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15638dependencies = [
15639 "cfg-if",
15640 "windows-sys 0.48.0",
15641]
15642
15643[[package]]
15644name = "winresource"
15645version = "0.1.19"
15646source = "registry+https://github.com/rust-lang/crates.io-index"
15647checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
15648dependencies = [
15649 "toml 0.8.19",
15650 "version_check",
15651]
15652
15653[[package]]
15654name = "winsafe"
15655version = "0.0.19"
15656source = "registry+https://github.com/rust-lang/crates.io-index"
15657checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15658
15659[[package]]
15660name = "winx"
15661version = "0.36.4"
15662source = "registry+https://github.com/rust-lang/crates.io-index"
15663checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
15664dependencies = [
15665 "bitflags 2.8.0",
15666 "windows-sys 0.59.0",
15667]
15668
15669[[package]]
15670name = "wio"
15671version = "0.2.2"
15672source = "registry+https://github.com/rust-lang/crates.io-index"
15673checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15674dependencies = [
15675 "winapi",
15676]
15677
15678[[package]]
15679name = "wit-bindgen"
15680version = "0.22.0"
15681source = "registry+https://github.com/rust-lang/crates.io-index"
15682checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15683dependencies = [
15684 "bitflags 2.8.0",
15685 "wit-bindgen-rt",
15686 "wit-bindgen-rust-macro",
15687]
15688
15689[[package]]
15690name = "wit-bindgen-core"
15691version = "0.22.0"
15692source = "registry+https://github.com/rust-lang/crates.io-index"
15693checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15694dependencies = [
15695 "anyhow",
15696 "wit-parser 0.201.0",
15697]
15698
15699[[package]]
15700name = "wit-bindgen-rt"
15701version = "0.22.0"
15702source = "registry+https://github.com/rust-lang/crates.io-index"
15703checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15704
15705[[package]]
15706name = "wit-bindgen-rust"
15707version = "0.22.0"
15708source = "registry+https://github.com/rust-lang/crates.io-index"
15709checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15710dependencies = [
15711 "anyhow",
15712 "heck 0.4.1",
15713 "indexmap",
15714 "wasm-metadata",
15715 "wit-bindgen-core",
15716 "wit-component",
15717]
15718
15719[[package]]
15720name = "wit-bindgen-rust-macro"
15721version = "0.22.0"
15722source = "registry+https://github.com/rust-lang/crates.io-index"
15723checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15724dependencies = [
15725 "anyhow",
15726 "proc-macro2",
15727 "quote",
15728 "syn 2.0.90",
15729 "wit-bindgen-core",
15730 "wit-bindgen-rust",
15731]
15732
15733[[package]]
15734name = "wit-component"
15735version = "0.201.0"
15736source = "registry+https://github.com/rust-lang/crates.io-index"
15737checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15738dependencies = [
15739 "anyhow",
15740 "bitflags 2.8.0",
15741 "indexmap",
15742 "log",
15743 "serde",
15744 "serde_derive",
15745 "serde_json",
15746 "wasm-encoder 0.201.0",
15747 "wasm-metadata",
15748 "wasmparser 0.201.0",
15749 "wit-parser 0.201.0",
15750]
15751
15752[[package]]
15753name = "wit-parser"
15754version = "0.201.0"
15755source = "registry+https://github.com/rust-lang/crates.io-index"
15756checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15757dependencies = [
15758 "anyhow",
15759 "id-arena",
15760 "indexmap",
15761 "log",
15762 "semver",
15763 "serde",
15764 "serde_derive",
15765 "serde_json",
15766 "unicode-xid",
15767 "wasmparser 0.201.0",
15768]
15769
15770[[package]]
15771name = "wit-parser"
15772version = "0.215.0"
15773source = "registry+https://github.com/rust-lang/crates.io-index"
15774checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15775dependencies = [
15776 "anyhow",
15777 "id-arena",
15778 "indexmap",
15779 "log",
15780 "semver",
15781 "serde",
15782 "serde_derive",
15783 "serde_json",
15784 "unicode-xid",
15785 "wasmparser 0.215.0",
15786]
15787
15788[[package]]
15789name = "witx"
15790version = "0.9.1"
15791source = "registry+https://github.com/rust-lang/crates.io-index"
15792checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15793dependencies = [
15794 "anyhow",
15795 "log",
15796 "thiserror 1.0.69",
15797 "wast",
15798]
15799
15800[[package]]
15801name = "workspace"
15802version = "0.1.0"
15803dependencies = [
15804 "any_vec",
15805 "anyhow",
15806 "async-recursion 1.1.1",
15807 "bincode",
15808 "call",
15809 "client",
15810 "clock",
15811 "collections",
15812 "db",
15813 "derive_more",
15814 "env_logger 0.11.6",
15815 "fs",
15816 "futures 0.3.31",
15817 "gpui",
15818 "http_client",
15819 "itertools 0.14.0",
15820 "language",
15821 "log",
15822 "node_runtime",
15823 "parking_lot",
15824 "postage",
15825 "project",
15826 "remote",
15827 "schemars",
15828 "serde",
15829 "serde_json",
15830 "session",
15831 "settings",
15832 "smallvec",
15833 "sqlez",
15834 "strum",
15835 "task",
15836 "tempfile",
15837 "theme",
15838 "ui",
15839 "util",
15840 "uuid",
15841]
15842
15843[[package]]
15844name = "worktree"
15845version = "0.1.0"
15846dependencies = [
15847 "anyhow",
15848 "clock",
15849 "collections",
15850 "env_logger 0.11.6",
15851 "fs",
15852 "futures 0.3.31",
15853 "fuzzy",
15854 "git",
15855 "git2",
15856 "git_hosting_providers",
15857 "gpui",
15858 "http_client",
15859 "ignore",
15860 "language",
15861 "log",
15862 "parking_lot",
15863 "paths",
15864 "postage",
15865 "pretty_assertions",
15866 "rand 0.8.5",
15867 "rpc",
15868 "schemars",
15869 "serde",
15870 "serde_json",
15871 "settings",
15872 "smallvec",
15873 "smol",
15874 "sum_tree",
15875 "text",
15876 "util",
15877]
15878
15879[[package]]
15880name = "write16"
15881version = "1.0.0"
15882source = "registry+https://github.com/rust-lang/crates.io-index"
15883checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
15884
15885[[package]]
15886name = "writeable"
15887version = "0.5.5"
15888source = "registry+https://github.com/rust-lang/crates.io-index"
15889checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
15890
15891[[package]]
15892name = "wyz"
15893version = "0.5.1"
15894source = "registry+https://github.com/rust-lang/crates.io-index"
15895checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15896dependencies = [
15897 "tap",
15898]
15899
15900[[package]]
15901name = "x11-clipboard"
15902version = "0.9.3"
15903source = "registry+https://github.com/rust-lang/crates.io-index"
15904checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
15905dependencies = [
15906 "libc",
15907 "x11rb",
15908]
15909
15910[[package]]
15911name = "x11rb"
15912version = "0.13.1"
15913source = "registry+https://github.com/rust-lang/crates.io-index"
15914checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15915dependencies = [
15916 "as-raw-xcb-connection",
15917 "gethostname",
15918 "libc",
15919 "rustix",
15920 "x11rb-protocol",
15921]
15922
15923[[package]]
15924name = "x11rb-protocol"
15925version = "0.13.1"
15926source = "registry+https://github.com/rust-lang/crates.io-index"
15927checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15928
15929[[package]]
15930name = "xattr"
15931version = "0.2.3"
15932source = "registry+https://github.com/rust-lang/crates.io-index"
15933checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
15934dependencies = [
15935 "libc",
15936]
15937
15938[[package]]
15939name = "xcursor"
15940version = "0.3.8"
15941source = "registry+https://github.com/rust-lang/crates.io-index"
15942checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
15943
15944[[package]]
15945name = "xdg-home"
15946version = "1.3.0"
15947source = "registry+https://github.com/rust-lang/crates.io-index"
15948checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
15949dependencies = [
15950 "libc",
15951 "windows-sys 0.59.0",
15952]
15953
15954[[package]]
15955name = "xim"
15956version = "0.4.0"
15957source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15958dependencies = [
15959 "ahash 0.8.11",
15960 "hashbrown 0.14.5",
15961 "log",
15962 "x11rb",
15963 "xim-ctext",
15964 "xim-parser",
15965]
15966
15967[[package]]
15968name = "xim-ctext"
15969version = "0.3.0"
15970source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15971dependencies = [
15972 "encoding_rs",
15973]
15974
15975[[package]]
15976name = "xim-parser"
15977version = "0.2.1"
15978source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15979dependencies = [
15980 "bitflags 2.8.0",
15981]
15982
15983[[package]]
15984name = "xkbcommon"
15985version = "0.7.0"
15986source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
15987dependencies = [
15988 "as-raw-xcb-connection",
15989 "libc",
15990 "memmap2",
15991 "xkeysym",
15992]
15993
15994[[package]]
15995name = "xkeysym"
15996version = "0.2.1"
15997source = "registry+https://github.com/rust-lang/crates.io-index"
15998checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
15999
16000[[package]]
16001name = "xml5ever"
16002version = "0.18.1"
16003source = "registry+https://github.com/rust-lang/crates.io-index"
16004checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
16005dependencies = [
16006 "log",
16007 "mac",
16008 "markup5ever",
16009]
16010
16011[[package]]
16012name = "xmlparser"
16013version = "0.13.6"
16014source = "registry+https://github.com/rust-lang/crates.io-index"
16015checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16016
16017[[package]]
16018name = "xmlwriter"
16019version = "0.1.0"
16020source = "registry+https://github.com/rust-lang/crates.io-index"
16021checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16022
16023[[package]]
16024name = "xtask"
16025version = "0.1.0"
16026dependencies = [
16027 "anyhow",
16028 "cargo_metadata",
16029 "cargo_toml",
16030 "clap",
16031]
16032
16033[[package]]
16034name = "yaml-rust2"
16035version = "0.8.1"
16036source = "registry+https://github.com/rust-lang/crates.io-index"
16037checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
16038dependencies = [
16039 "arraydeque",
16040 "encoding_rs",
16041 "hashlink 0.8.4",
16042]
16043
16044[[package]]
16045name = "yansi"
16046version = "1.0.1"
16047source = "registry+https://github.com/rust-lang/crates.io-index"
16048checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
16049
16050[[package]]
16051name = "yazi"
16052version = "0.1.6"
16053source = "registry+https://github.com/rust-lang/crates.io-index"
16054checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
16055
16056[[package]]
16057name = "yeslogic-fontconfig-sys"
16058version = "6.0.0"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
16061dependencies = [
16062 "dlib",
16063 "once_cell",
16064 "pkg-config",
16065]
16066
16067[[package]]
16068name = "yoke"
16069version = "0.7.5"
16070source = "registry+https://github.com/rust-lang/crates.io-index"
16071checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
16072dependencies = [
16073 "serde",
16074 "stable_deref_trait",
16075 "yoke-derive",
16076 "zerofrom",
16077]
16078
16079[[package]]
16080name = "yoke-derive"
16081version = "0.7.5"
16082source = "registry+https://github.com/rust-lang/crates.io-index"
16083checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
16084dependencies = [
16085 "proc-macro2",
16086 "quote",
16087 "syn 2.0.90",
16088 "synstructure",
16089]
16090
16091[[package]]
16092name = "zbus"
16093version = "4.4.0"
16094source = "registry+https://github.com/rust-lang/crates.io-index"
16095checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
16096dependencies = [
16097 "async-broadcast",
16098 "async-executor",
16099 "async-fs",
16100 "async-io",
16101 "async-lock",
16102 "async-process",
16103 "async-recursion 1.1.1",
16104 "async-task",
16105 "async-trait",
16106 "blocking",
16107 "enumflags2",
16108 "event-listener 5.3.1",
16109 "futures-core",
16110 "futures-sink",
16111 "futures-util",
16112 "hex",
16113 "nix",
16114 "ordered-stream",
16115 "rand 0.8.5",
16116 "serde",
16117 "serde_repr",
16118 "sha1",
16119 "static_assertions",
16120 "tracing",
16121 "uds_windows",
16122 "windows-sys 0.52.0",
16123 "xdg-home",
16124 "zbus_macros 4.4.0",
16125 "zbus_names 3.0.0",
16126 "zvariant 4.2.0",
16127]
16128
16129[[package]]
16130name = "zbus"
16131version = "5.1.1"
16132source = "registry+https://github.com/rust-lang/crates.io-index"
16133checksum = "1162094dc63b1629fcc44150bcceeaa80798cd28bcbe7fa987b65a034c258608"
16134dependencies = [
16135 "async-broadcast",
16136 "async-executor",
16137 "async-fs",
16138 "async-io",
16139 "async-lock",
16140 "async-process",
16141 "async-recursion 1.1.1",
16142 "async-task",
16143 "async-trait",
16144 "blocking",
16145 "enumflags2",
16146 "event-listener 5.3.1",
16147 "futures-core",
16148 "futures-util",
16149 "hex",
16150 "nix",
16151 "ordered-stream",
16152 "serde",
16153 "serde_repr",
16154 "static_assertions",
16155 "tracing",
16156 "uds_windows",
16157 "windows-sys 0.59.0",
16158 "winnow",
16159 "xdg-home",
16160 "zbus_macros 5.1.1",
16161 "zbus_names 4.1.0",
16162 "zvariant 5.1.0",
16163]
16164
16165[[package]]
16166name = "zbus_macros"
16167version = "4.4.0"
16168source = "registry+https://github.com/rust-lang/crates.io-index"
16169checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
16170dependencies = [
16171 "proc-macro-crate",
16172 "proc-macro2",
16173 "quote",
16174 "syn 2.0.90",
16175 "zvariant_utils 2.1.0",
16176]
16177
16178[[package]]
16179name = "zbus_macros"
16180version = "5.1.1"
16181source = "registry+https://github.com/rust-lang/crates.io-index"
16182checksum = "2cd2dcdce3e2727f7d74b7e33b5a89539b3cc31049562137faf7ae4eb86cd16d"
16183dependencies = [
16184 "proc-macro-crate",
16185 "proc-macro2",
16186 "quote",
16187 "syn 2.0.90",
16188 "zbus_names 4.1.0",
16189 "zvariant 5.1.0",
16190 "zvariant_utils 3.0.2",
16191]
16192
16193[[package]]
16194name = "zbus_names"
16195version = "3.0.0"
16196source = "registry+https://github.com/rust-lang/crates.io-index"
16197checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
16198dependencies = [
16199 "serde",
16200 "static_assertions",
16201 "zvariant 4.2.0",
16202]
16203
16204[[package]]
16205name = "zbus_names"
16206version = "4.1.0"
16207source = "registry+https://github.com/rust-lang/crates.io-index"
16208checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16209dependencies = [
16210 "serde",
16211 "static_assertions",
16212 "winnow",
16213 "zvariant 5.1.0",
16214]
16215
16216[[package]]
16217name = "zed"
16218version = "0.171.0"
16219dependencies = [
16220 "activity_indicator",
16221 "anyhow",
16222 "ashpd",
16223 "assets",
16224 "assistant",
16225 "assistant2",
16226 "assistant_settings",
16227 "assistant_tools",
16228 "async-watch",
16229 "audio",
16230 "auto_update",
16231 "auto_update_ui",
16232 "backtrace",
16233 "breadcrumbs",
16234 "call",
16235 "channel",
16236 "chrono",
16237 "clap",
16238 "cli",
16239 "client",
16240 "collab_ui",
16241 "collections",
16242 "command_palette",
16243 "command_palette_hooks",
16244 "copilot",
16245 "db",
16246 "diagnostics",
16247 "editor",
16248 "env_logger 0.11.6",
16249 "extension",
16250 "extension_host",
16251 "extensions_ui",
16252 "feature_flags",
16253 "feedback",
16254 "file_finder",
16255 "file_icons",
16256 "fs",
16257 "futures 0.3.31",
16258 "git",
16259 "git_hosting_providers",
16260 "git_ui",
16261 "go_to_line",
16262 "gpui",
16263 "http_client",
16264 "image_viewer",
16265 "inline_completion_button",
16266 "install_cli",
16267 "journal",
16268 "language",
16269 "language_extension",
16270 "language_model",
16271 "language_models",
16272 "language_selector",
16273 "language_tools",
16274 "languages",
16275 "libc",
16276 "log",
16277 "markdown",
16278 "markdown_preview",
16279 "menu",
16280 "mimalloc",
16281 "nix",
16282 "node_runtime",
16283 "notifications",
16284 "outline",
16285 "outline_panel",
16286 "parking_lot",
16287 "paths",
16288 "picker",
16289 "profiling",
16290 "project",
16291 "project_panel",
16292 "project_symbols",
16293 "prompt_library",
16294 "proto",
16295 "recent_projects",
16296 "release_channel",
16297 "remote",
16298 "repl",
16299 "reqwest_client",
16300 "rope",
16301 "search",
16302 "serde",
16303 "serde_json",
16304 "session",
16305 "settings",
16306 "settings_ui",
16307 "shellexpand 2.1.2",
16308 "simplelog",
16309 "smol",
16310 "snippet_provider",
16311 "snippets_ui",
16312 "supermaven",
16313 "sysinfo",
16314 "tab_switcher",
16315 "task",
16316 "tasks_ui",
16317 "telemetry",
16318 "telemetry_events",
16319 "terminal_view",
16320 "theme",
16321 "theme_extension",
16322 "theme_selector",
16323 "time",
16324 "toolchain_selector",
16325 "tree-sitter-md",
16326 "tree-sitter-rust",
16327 "ui",
16328 "url",
16329 "urlencoding",
16330 "util",
16331 "uuid",
16332 "vcs_menu",
16333 "vim",
16334 "vim_mode_setting",
16335 "welcome",
16336 "windows 0.58.0",
16337 "winresource",
16338 "workspace",
16339 "zed_actions",
16340 "zeta",
16341]
16342
16343[[package]]
16344name = "zed_actions"
16345version = "0.1.0"
16346dependencies = [
16347 "gpui",
16348 "schemars",
16349 "serde",
16350]
16351
16352[[package]]
16353name = "zed_csharp"
16354version = "0.1.0"
16355dependencies = [
16356 "zed_extension_api 0.1.0",
16357]
16358
16359[[package]]
16360name = "zed_deno"
16361version = "0.0.2"
16362dependencies = [
16363 "zed_extension_api 0.1.0",
16364]
16365
16366[[package]]
16367name = "zed_elixir"
16368version = "0.1.2"
16369dependencies = [
16370 "zed_extension_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
16371]
16372
16373[[package]]
16374name = "zed_emmet"
16375version = "0.0.3"
16376dependencies = [
16377 "zed_extension_api 0.1.0",
16378]
16379
16380[[package]]
16381name = "zed_erlang"
16382version = "0.1.1"
16383dependencies = [
16384 "zed_extension_api 0.1.0",
16385]
16386
16387[[package]]
16388name = "zed_extension_api"
16389version = "0.1.0"
16390source = "registry+https://github.com/rust-lang/crates.io-index"
16391checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
16392dependencies = [
16393 "serde",
16394 "serde_json",
16395 "wit-bindgen",
16396]
16397
16398[[package]]
16399name = "zed_extension_api"
16400version = "0.2.0"
16401dependencies = [
16402 "serde",
16403 "serde_json",
16404 "wit-bindgen",
16405]
16406
16407[[package]]
16408name = "zed_extension_api"
16409version = "0.2.0"
16410source = "registry+https://github.com/rust-lang/crates.io-index"
16411checksum = "9fd16b8b30a9dc920fc1678ff852f696b5bdf5b5843bc745a128be0aac29859e"
16412dependencies = [
16413 "serde",
16414 "serde_json",
16415 "wit-bindgen",
16416]
16417
16418[[package]]
16419name = "zed_glsl"
16420version = "0.1.0"
16421dependencies = [
16422 "zed_extension_api 0.1.0",
16423]
16424
16425[[package]]
16426name = "zed_haskell"
16427version = "0.1.2"
16428dependencies = [
16429 "zed_extension_api 0.1.0",
16430]
16431
16432[[package]]
16433name = "zed_html"
16434version = "0.1.4"
16435dependencies = [
16436 "zed_extension_api 0.1.0",
16437]
16438
16439[[package]]
16440name = "zed_lua"
16441version = "0.1.1"
16442dependencies = [
16443 "zed_extension_api 0.1.0",
16444]
16445
16446[[package]]
16447name = "zed_php"
16448version = "0.2.3"
16449dependencies = [
16450 "zed_extension_api 0.1.0",
16451]
16452
16453[[package]]
16454name = "zed_prisma"
16455version = "0.0.4"
16456dependencies = [
16457 "zed_extension_api 0.1.0",
16458]
16459
16460[[package]]
16461name = "zed_proto"
16462version = "0.2.1"
16463dependencies = [
16464 "zed_extension_api 0.1.0",
16465]
16466
16467[[package]]
16468name = "zed_purescript"
16469version = "0.0.1"
16470dependencies = [
16471 "zed_extension_api 0.1.0",
16472]
16473
16474[[package]]
16475name = "zed_ruff"
16476version = "0.1.0"
16477dependencies = [
16478 "zed_extension_api 0.1.0",
16479]
16480
16481[[package]]
16482name = "zed_snippets"
16483version = "0.0.5"
16484dependencies = [
16485 "serde_json",
16486 "zed_extension_api 0.1.0",
16487]
16488
16489[[package]]
16490name = "zed_terraform"
16491version = "0.1.1"
16492dependencies = [
16493 "zed_extension_api 0.1.0",
16494]
16495
16496[[package]]
16497name = "zed_test_extension"
16498version = "0.1.0"
16499dependencies = [
16500 "zed_extension_api 0.2.0",
16501]
16502
16503[[package]]
16504name = "zed_toml"
16505version = "0.1.2"
16506dependencies = [
16507 "zed_extension_api 0.1.0",
16508]
16509
16510[[package]]
16511name = "zed_uiua"
16512version = "0.0.1"
16513dependencies = [
16514 "zed_extension_api 0.1.0",
16515]
16516
16517[[package]]
16518name = "zed_zig"
16519version = "0.3.2"
16520dependencies = [
16521 "zed_extension_api 0.1.0",
16522]
16523
16524[[package]]
16525name = "zeno"
16526version = "0.2.3"
16527source = "registry+https://github.com/rust-lang/crates.io-index"
16528checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
16529
16530[[package]]
16531name = "zerocopy"
16532version = "0.7.35"
16533source = "registry+https://github.com/rust-lang/crates.io-index"
16534checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
16535dependencies = [
16536 "byteorder",
16537 "zerocopy-derive",
16538]
16539
16540[[package]]
16541name = "zerocopy-derive"
16542version = "0.7.35"
16543source = "registry+https://github.com/rust-lang/crates.io-index"
16544checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
16545dependencies = [
16546 "proc-macro2",
16547 "quote",
16548 "syn 2.0.90",
16549]
16550
16551[[package]]
16552name = "zerofrom"
16553version = "0.1.5"
16554source = "registry+https://github.com/rust-lang/crates.io-index"
16555checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
16556dependencies = [
16557 "zerofrom-derive",
16558]
16559
16560[[package]]
16561name = "zerofrom-derive"
16562version = "0.1.5"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
16565dependencies = [
16566 "proc-macro2",
16567 "quote",
16568 "syn 2.0.90",
16569 "synstructure",
16570]
16571
16572[[package]]
16573name = "zeroize"
16574version = "1.8.1"
16575source = "registry+https://github.com/rust-lang/crates.io-index"
16576checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
16577dependencies = [
16578 "zeroize_derive",
16579]
16580
16581[[package]]
16582name = "zeroize_derive"
16583version = "1.4.2"
16584source = "registry+https://github.com/rust-lang/crates.io-index"
16585checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
16586dependencies = [
16587 "proc-macro2",
16588 "quote",
16589 "syn 2.0.90",
16590]
16591
16592[[package]]
16593name = "zeromq"
16594version = "0.5.0-pre"
16595source = "registry+https://github.com/rust-lang/crates.io-index"
16596checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
16597dependencies = [
16598 "async-dispatcher",
16599 "async-std",
16600 "async-trait",
16601 "asynchronous-codec",
16602 "bytes 1.9.0",
16603 "crossbeam-queue",
16604 "dashmap 5.5.3",
16605 "futures 0.3.31",
16606 "log",
16607 "num-traits",
16608 "once_cell",
16609 "parking_lot",
16610 "rand 0.8.5",
16611 "regex",
16612 "thiserror 1.0.69",
16613 "uuid",
16614]
16615
16616[[package]]
16617name = "zerovec"
16618version = "0.10.4"
16619source = "registry+https://github.com/rust-lang/crates.io-index"
16620checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
16621dependencies = [
16622 "yoke",
16623 "zerofrom",
16624 "zerovec-derive",
16625]
16626
16627[[package]]
16628name = "zerovec-derive"
16629version = "0.10.3"
16630source = "registry+https://github.com/rust-lang/crates.io-index"
16631checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
16632dependencies = [
16633 "proc-macro2",
16634 "quote",
16635 "syn 2.0.90",
16636]
16637
16638[[package]]
16639name = "zeta"
16640version = "0.1.0"
16641dependencies = [
16642 "anyhow",
16643 "arrayvec",
16644 "call",
16645 "client",
16646 "clock",
16647 "collections",
16648 "ctor",
16649 "editor",
16650 "env_logger 0.11.6",
16651 "futures 0.3.31",
16652 "gpui",
16653 "http_client",
16654 "indoc",
16655 "inline_completion",
16656 "language",
16657 "language_models",
16658 "log",
16659 "menu",
16660 "reqwest_client",
16661 "rpc",
16662 "serde_json",
16663 "settings",
16664 "similar",
16665 "telemetry",
16666 "telemetry_events",
16667 "theme",
16668 "tree-sitter-go",
16669 "tree-sitter-rust",
16670 "ui",
16671 "util",
16672 "uuid",
16673 "workspace",
16674 "worktree",
16675]
16676
16677[[package]]
16678name = "zip"
16679version = "0.6.6"
16680source = "registry+https://github.com/rust-lang/crates.io-index"
16681checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
16682dependencies = [
16683 "aes",
16684 "byteorder",
16685 "bzip2",
16686 "constant_time_eq 0.1.5",
16687 "crc32fast",
16688 "crossbeam-utils",
16689 "flate2",
16690 "hmac",
16691 "pbkdf2 0.11.0",
16692 "sha1",
16693 "time",
16694 "zstd",
16695]
16696
16697[[package]]
16698name = "zstd"
16699version = "0.11.2+zstd.1.5.2"
16700source = "registry+https://github.com/rust-lang/crates.io-index"
16701checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
16702dependencies = [
16703 "zstd-safe",
16704]
16705
16706[[package]]
16707name = "zstd-safe"
16708version = "5.0.2+zstd.1.5.2"
16709source = "registry+https://github.com/rust-lang/crates.io-index"
16710checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
16711dependencies = [
16712 "libc",
16713 "zstd-sys",
16714]
16715
16716[[package]]
16717name = "zstd-sys"
16718version = "2.0.13+zstd.1.5.6"
16719source = "registry+https://github.com/rust-lang/crates.io-index"
16720checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
16721dependencies = [
16722 "cc",
16723 "pkg-config",
16724]
16725
16726[[package]]
16727name = "zune-core"
16728version = "0.4.12"
16729source = "registry+https://github.com/rust-lang/crates.io-index"
16730checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
16731
16732[[package]]
16733name = "zune-inflate"
16734version = "0.2.54"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
16737dependencies = [
16738 "simd-adler32",
16739]
16740
16741[[package]]
16742name = "zune-jpeg"
16743version = "0.4.13"
16744source = "registry+https://github.com/rust-lang/crates.io-index"
16745checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
16746dependencies = [
16747 "zune-core",
16748]
16749
16750[[package]]
16751name = "zvariant"
16752version = "4.2.0"
16753source = "registry+https://github.com/rust-lang/crates.io-index"
16754checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
16755dependencies = [
16756 "endi",
16757 "enumflags2",
16758 "serde",
16759 "static_assertions",
16760 "zvariant_derive 4.2.0",
16761]
16762
16763[[package]]
16764name = "zvariant"
16765version = "5.1.0"
16766source = "registry+https://github.com/rust-lang/crates.io-index"
16767checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f"
16768dependencies = [
16769 "endi",
16770 "enumflags2",
16771 "serde",
16772 "static_assertions",
16773 "url",
16774 "winnow",
16775 "zvariant_derive 5.1.0",
16776 "zvariant_utils 3.0.2",
16777]
16778
16779[[package]]
16780name = "zvariant_derive"
16781version = "4.2.0"
16782source = "registry+https://github.com/rust-lang/crates.io-index"
16783checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
16784dependencies = [
16785 "proc-macro-crate",
16786 "proc-macro2",
16787 "quote",
16788 "syn 2.0.90",
16789 "zvariant_utils 2.1.0",
16790]
16791
16792[[package]]
16793name = "zvariant_derive"
16794version = "5.1.0"
16795source = "registry+https://github.com/rust-lang/crates.io-index"
16796checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916"
16797dependencies = [
16798 "proc-macro-crate",
16799 "proc-macro2",
16800 "quote",
16801 "syn 2.0.90",
16802 "zvariant_utils 3.0.2",
16803]
16804
16805[[package]]
16806name = "zvariant_utils"
16807version = "2.1.0"
16808source = "registry+https://github.com/rust-lang/crates.io-index"
16809checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
16810dependencies = [
16811 "proc-macro2",
16812 "quote",
16813 "syn 2.0.90",
16814]
16815
16816[[package]]
16817name = "zvariant_utils"
16818version = "3.0.2"
16819source = "registry+https://github.com/rust-lang/crates.io-index"
16820checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6"
16821dependencies = [
16822 "proc-macro2",
16823 "quote",
16824 "serde",
16825 "static_assertions",
16826 "syn 2.0.90",
16827 "winnow",
16828]