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