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