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.24.1"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "52b9241459831fee2f22fcda52ddaf9e449b6627334a0f40f13a1b3344018060"
89dependencies = [
90 "base64 0.22.1",
91 "bitflags 2.6.0",
92 "home",
93 "libc",
94 "log",
95 "miow",
96 "parking_lot",
97 "piper",
98 "polling 3.7.4",
99 "regex-automata 0.4.9",
100 "rustix-openpty",
101 "serde",
102 "signal-hook",
103 "unicode-width",
104 "vte",
105 "windows-sys 0.52.0",
106]
107
108[[package]]
109name = "aliasable"
110version = "0.1.3"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
113
114[[package]]
115name = "aligned-vec"
116version = "0.5.0"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
119
120[[package]]
121name = "allocator-api2"
122version = "0.2.21"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
125
126[[package]]
127name = "alsa"
128version = "0.9.1"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
131dependencies = [
132 "alsa-sys",
133 "bitflags 2.6.0",
134 "cfg-if",
135 "libc",
136]
137
138[[package]]
139name = "alsa-sys"
140version = "0.3.1"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
143dependencies = [
144 "libc",
145 "pkg-config",
146]
147
148[[package]]
149name = "ambient-authority"
150version = "0.0.2"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
153
154[[package]]
155name = "ammonia"
156version = "4.0.0"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
159dependencies = [
160 "html5ever",
161 "maplit",
162 "once_cell",
163 "tendril",
164 "url",
165]
166
167[[package]]
168name = "android-tzdata"
169version = "0.1.1"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
172
173[[package]]
174name = "android_system_properties"
175version = "0.1.5"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
178dependencies = [
179 "libc",
180]
181
182[[package]]
183name = "anes"
184version = "0.1.6"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
187
188[[package]]
189name = "anstream"
190version = "0.6.18"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
193dependencies = [
194 "anstyle",
195 "anstyle-parse",
196 "anstyle-query",
197 "anstyle-wincon",
198 "colorchoice",
199 "is_terminal_polyfill",
200 "utf8parse",
201]
202
203[[package]]
204name = "anstyle"
205version = "1.0.10"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
208
209[[package]]
210name = "anstyle-parse"
211version = "0.2.6"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
214dependencies = [
215 "utf8parse",
216]
217
218[[package]]
219name = "anstyle-query"
220version = "1.1.2"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
223dependencies = [
224 "windows-sys 0.59.0",
225]
226
227[[package]]
228name = "anstyle-wincon"
229version = "3.0.6"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
232dependencies = [
233 "anstyle",
234 "windows-sys 0.59.0",
235]
236
237[[package]]
238name = "anthropic"
239version = "0.1.0"
240dependencies = [
241 "anyhow",
242 "chrono",
243 "futures 0.3.31",
244 "http_client",
245 "schemars",
246 "serde",
247 "serde_json",
248 "strum",
249 "thiserror 1.0.69",
250 "util",
251]
252
253[[package]]
254name = "any_vec"
255version = "0.14.0"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
258
259[[package]]
260name = "anyhow"
261version = "1.0.95"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
264
265[[package]]
266name = "approx"
267version = "0.5.1"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
270dependencies = [
271 "num-traits",
272]
273
274[[package]]
275name = "arbitrary"
276version = "1.4.1"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
279
280[[package]]
281name = "arg_enum_proc_macro"
282version = "0.3.4"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
285dependencies = [
286 "proc-macro2",
287 "quote",
288 "syn 2.0.90",
289]
290
291[[package]]
292name = "arraydeque"
293version = "0.5.1"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
296
297[[package]]
298name = "arrayref"
299version = "0.3.9"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
302
303[[package]]
304name = "arrayvec"
305version = "0.7.6"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
308dependencies = [
309 "serde",
310]
311
312[[package]]
313name = "as-raw-xcb-connection"
314version = "1.0.1"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
317
318[[package]]
319name = "ascii"
320version = "1.1.0"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
323
324[[package]]
325name = "ash"
326version = "0.38.0+1.3.281"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
329dependencies = [
330 "libloading",
331]
332
333[[package]]
334name = "ash-window"
335version = "0.13.0"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
338dependencies = [
339 "ash",
340 "raw-window-handle",
341 "raw-window-metal",
342]
343
344[[package]]
345name = "ashpd"
346version = "0.10.2"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "e9c39d707614dbcc6bed00015539f488d8e3fe3e66ed60961efc0c90f4b380b3"
349dependencies = [
350 "async-fs 2.1.2",
351 "async-net 2.0.0",
352 "enumflags2",
353 "futures-channel",
354 "futures-util",
355 "rand 0.8.5",
356 "serde",
357 "serde_repr",
358 "url",
359 "zbus 5.1.1",
360]
361
362[[package]]
363name = "assets"
364version = "0.1.0"
365dependencies = [
366 "anyhow",
367 "gpui",
368 "rust-embed",
369]
370
371[[package]]
372name = "assistant"
373version = "0.1.0"
374dependencies = [
375 "anthropic",
376 "anyhow",
377 "assets",
378 "assistant_slash_command",
379 "assistant_tool",
380 "async-watch",
381 "cargo_toml",
382 "chrono",
383 "client",
384 "clock",
385 "collections",
386 "command_palette_hooks",
387 "context_server",
388 "ctor",
389 "db",
390 "editor",
391 "env_logger 0.11.6",
392 "feature_flags",
393 "fs",
394 "futures 0.3.31",
395 "fuzzy",
396 "globset",
397 "gpui",
398 "handlebars 4.5.0",
399 "heed",
400 "html_to_markdown",
401 "http_client",
402 "indexed_docs",
403 "indoc",
404 "language",
405 "language_model",
406 "language_model_selector",
407 "language_models",
408 "languages",
409 "log",
410 "lsp",
411 "markdown",
412 "menu",
413 "multi_buffer",
414 "ollama",
415 "open_ai",
416 "ordered-float 2.10.1",
417 "parking_lot",
418 "paths",
419 "picker",
420 "pretty_assertions",
421 "project",
422 "proto",
423 "rand 0.8.5",
424 "regex",
425 "release_channel",
426 "rope",
427 "rpc",
428 "schemars",
429 "search",
430 "semantic_index",
431 "serde",
432 "serde_json",
433 "serde_json_lenient",
434 "settings",
435 "similar",
436 "smallvec",
437 "smol",
438 "strum",
439 "telemetry_events",
440 "terminal",
441 "terminal_view",
442 "text",
443 "theme",
444 "toml 0.8.19",
445 "tree-sitter-md",
446 "ui",
447 "unindent",
448 "util",
449 "uuid",
450 "workspace",
451 "zed_actions",
452]
453
454[[package]]
455name = "assistant2"
456version = "0.1.0"
457dependencies = [
458 "anthropic",
459 "anyhow",
460 "assets",
461 "assistant_tool",
462 "async-watch",
463 "chrono",
464 "client",
465 "collections",
466 "command_palette_hooks",
467 "context_server",
468 "db",
469 "editor",
470 "feature_flags",
471 "fs",
472 "futures 0.3.31",
473 "fuzzy",
474 "gpui",
475 "handlebars 4.5.0",
476 "html_to_markdown",
477 "http_client",
478 "indoc",
479 "language",
480 "language_model",
481 "language_model_selector",
482 "language_models",
483 "log",
484 "lsp",
485 "markdown",
486 "menu",
487 "multi_buffer",
488 "ollama",
489 "open_ai",
490 "ordered-float 2.10.1",
491 "parking_lot",
492 "paths",
493 "picker",
494 "project",
495 "proto",
496 "rand 0.8.5",
497 "rope",
498 "schemars",
499 "serde",
500 "serde_json",
501 "serde_json_lenient",
502 "settings",
503 "similar",
504 "smol",
505 "telemetry_events",
506 "terminal",
507 "terminal_view",
508 "text",
509 "theme",
510 "time",
511 "time_format",
512 "ui",
513 "unindent",
514 "util",
515 "uuid",
516 "workspace",
517 "zed_actions",
518]
519
520[[package]]
521name = "assistant_slash_command"
522version = "0.1.0"
523dependencies = [
524 "anyhow",
525 "async-trait",
526 "collections",
527 "derive_more",
528 "extension",
529 "futures 0.3.31",
530 "gpui",
531 "language",
532 "language_model",
533 "parking_lot",
534 "pretty_assertions",
535 "serde",
536 "serde_json",
537 "ui",
538 "workspace",
539]
540
541[[package]]
542name = "assistant_tool"
543version = "0.1.0"
544dependencies = [
545 "anyhow",
546 "collections",
547 "derive_more",
548 "gpui",
549 "parking_lot",
550 "serde",
551 "serde_json",
552 "workspace",
553]
554
555[[package]]
556name = "assistant_tools"
557version = "0.1.0"
558dependencies = [
559 "anyhow",
560 "assistant_tool",
561 "chrono",
562 "gpui",
563 "schemars",
564 "serde",
565 "serde_json",
566 "workspace",
567]
568
569[[package]]
570name = "async-attributes"
571version = "1.1.2"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
574dependencies = [
575 "quote",
576 "syn 1.0.109",
577]
578
579[[package]]
580name = "async-broadcast"
581version = "0.7.2"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
584dependencies = [
585 "event-listener 5.3.1",
586 "event-listener-strategy",
587 "futures-core",
588 "pin-project-lite",
589]
590
591[[package]]
592name = "async-channel"
593version = "1.9.0"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
596dependencies = [
597 "concurrent-queue",
598 "event-listener 2.5.3",
599 "futures-core",
600]
601
602[[package]]
603name = "async-channel"
604version = "2.3.1"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
607dependencies = [
608 "concurrent-queue",
609 "event-listener-strategy",
610 "futures-core",
611 "pin-project-lite",
612]
613
614[[package]]
615name = "async-compat"
616version = "0.2.4"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
619dependencies = [
620 "futures-core",
621 "futures-io",
622 "once_cell",
623 "pin-project-lite",
624 "tokio",
625]
626
627[[package]]
628name = "async-compression"
629version = "0.4.18"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
632dependencies = [
633 "deflate64",
634 "flate2",
635 "futures-core",
636 "futures-io",
637 "memchr",
638 "pin-project-lite",
639]
640
641[[package]]
642name = "async-dispatcher"
643version = "0.1.2"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
646dependencies = [
647 "async-task",
648 "futures-lite 1.13.0",
649]
650
651[[package]]
652name = "async-executor"
653version = "1.13.1"
654source = "registry+https://github.com/rust-lang/crates.io-index"
655checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
656dependencies = [
657 "async-task",
658 "concurrent-queue",
659 "fastrand 2.3.0",
660 "futures-lite 2.5.0",
661 "slab",
662]
663
664[[package]]
665name = "async-fs"
666version = "1.6.0"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
669dependencies = [
670 "async-lock 2.8.0",
671 "autocfg",
672 "blocking",
673 "futures-lite 1.13.0",
674]
675
676[[package]]
677name = "async-fs"
678version = "2.1.2"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
681dependencies = [
682 "async-lock 3.4.0",
683 "blocking",
684 "futures-lite 2.5.0",
685]
686
687[[package]]
688name = "async-global-executor"
689version = "2.4.1"
690source = "registry+https://github.com/rust-lang/crates.io-index"
691checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
692dependencies = [
693 "async-channel 2.3.1",
694 "async-executor",
695 "async-io 2.4.0",
696 "async-lock 3.4.0",
697 "blocking",
698 "futures-lite 2.5.0",
699 "once_cell",
700]
701
702[[package]]
703name = "async-io"
704version = "1.13.0"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
707dependencies = [
708 "async-lock 2.8.0",
709 "autocfg",
710 "cfg-if",
711 "concurrent-queue",
712 "futures-lite 1.13.0",
713 "log",
714 "parking",
715 "polling 2.8.0",
716 "rustix 0.37.27",
717 "slab",
718 "socket2 0.4.10",
719 "waker-fn",
720]
721
722[[package]]
723name = "async-io"
724version = "2.4.0"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
727dependencies = [
728 "async-lock 3.4.0",
729 "cfg-if",
730 "concurrent-queue",
731 "futures-io",
732 "futures-lite 2.5.0",
733 "parking",
734 "polling 3.7.4",
735 "rustix 0.38.42",
736 "slab",
737 "tracing",
738 "windows-sys 0.59.0",
739]
740
741[[package]]
742name = "async-lock"
743version = "2.8.0"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
746dependencies = [
747 "event-listener 2.5.3",
748]
749
750[[package]]
751name = "async-lock"
752version = "3.4.0"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
755dependencies = [
756 "event-listener 5.3.1",
757 "event-listener-strategy",
758 "pin-project-lite",
759]
760
761[[package]]
762name = "async-native-tls"
763version = "0.5.0"
764source = "registry+https://github.com/rust-lang/crates.io-index"
765checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
766dependencies = [
767 "futures-util",
768 "native-tls",
769 "thiserror 1.0.69",
770 "url",
771]
772
773[[package]]
774name = "async-net"
775version = "1.8.0"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
778dependencies = [
779 "async-io 1.13.0",
780 "blocking",
781 "futures-lite 1.13.0",
782]
783
784[[package]]
785name = "async-net"
786version = "2.0.0"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
789dependencies = [
790 "async-io 2.4.0",
791 "blocking",
792 "futures-lite 2.5.0",
793]
794
795[[package]]
796name = "async-pipe"
797version = "0.1.3"
798source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
799dependencies = [
800 "futures 0.3.31",
801 "log",
802]
803
804[[package]]
805name = "async-process"
806version = "1.8.1"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
809dependencies = [
810 "async-io 1.13.0",
811 "async-lock 2.8.0",
812 "async-signal",
813 "blocking",
814 "cfg-if",
815 "event-listener 3.1.0",
816 "futures-lite 1.13.0",
817 "rustix 0.38.42",
818 "windows-sys 0.48.0",
819]
820
821[[package]]
822name = "async-process"
823version = "2.3.0"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
826dependencies = [
827 "async-channel 2.3.1",
828 "async-io 2.4.0",
829 "async-lock 3.4.0",
830 "async-signal",
831 "async-task",
832 "blocking",
833 "cfg-if",
834 "event-listener 5.3.1",
835 "futures-lite 2.5.0",
836 "rustix 0.38.42",
837 "tracing",
838]
839
840[[package]]
841name = "async-recursion"
842version = "0.3.2"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
845dependencies = [
846 "proc-macro2",
847 "quote",
848 "syn 1.0.109",
849]
850
851[[package]]
852name = "async-recursion"
853version = "1.1.1"
854source = "registry+https://github.com/rust-lang/crates.io-index"
855checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
856dependencies = [
857 "proc-macro2",
858 "quote",
859 "syn 2.0.90",
860]
861
862[[package]]
863name = "async-signal"
864version = "0.2.10"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
867dependencies = [
868 "async-io 2.4.0",
869 "async-lock 3.4.0",
870 "atomic-waker",
871 "cfg-if",
872 "futures-core",
873 "futures-io",
874 "rustix 0.38.42",
875 "signal-hook-registry",
876 "slab",
877 "windows-sys 0.59.0",
878]
879
880[[package]]
881name = "async-std"
882version = "1.13.0"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
885dependencies = [
886 "async-attributes",
887 "async-channel 1.9.0",
888 "async-global-executor",
889 "async-io 2.4.0",
890 "async-lock 3.4.0",
891 "async-process 2.3.0",
892 "crossbeam-utils",
893 "futures-channel",
894 "futures-core",
895 "futures-io",
896 "futures-lite 2.5.0",
897 "gloo-timers",
898 "kv-log-macro",
899 "log",
900 "memchr",
901 "once_cell",
902 "pin-project-lite",
903 "pin-utils",
904 "slab",
905 "wasm-bindgen-futures",
906]
907
908[[package]]
909name = "async-stream"
910version = "0.3.6"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
913dependencies = [
914 "async-stream-impl",
915 "futures-core",
916 "pin-project-lite",
917]
918
919[[package]]
920name = "async-stream-impl"
921version = "0.3.6"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
924dependencies = [
925 "proc-macro2",
926 "quote",
927 "syn 2.0.90",
928]
929
930[[package]]
931name = "async-stripe"
932version = "0.40.0"
933source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
934dependencies = [
935 "chrono",
936 "futures-util",
937 "http-types",
938 "hyper 0.14.32",
939 "hyper-rustls 0.24.2",
940 "serde",
941 "serde_json",
942 "serde_path_to_error",
943 "serde_qs 0.10.1",
944 "smart-default",
945 "smol_str",
946 "thiserror 1.0.69",
947 "tokio",
948]
949
950[[package]]
951name = "async-tar"
952version = "0.5.0"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
955dependencies = [
956 "async-std",
957 "filetime",
958 "libc",
959 "pin-project",
960 "redox_syscall 0.2.16",
961 "xattr",
962]
963
964[[package]]
965name = "async-task"
966version = "4.7.1"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
969
970[[package]]
971name = "async-tls"
972version = "0.13.0"
973source = "registry+https://github.com/rust-lang/crates.io-index"
974checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e"
975dependencies = [
976 "futures-core",
977 "futures-io",
978 "rustls 0.21.12",
979 "rustls-pemfile 1.0.4",
980 "webpki-roots 0.22.6",
981]
982
983[[package]]
984name = "async-trait"
985version = "0.1.83"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
988dependencies = [
989 "proc-macro2",
990 "quote",
991 "syn 2.0.90",
992]
993
994[[package]]
995name = "async-tungstenite"
996version = "0.25.1"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589"
999dependencies = [
1000 "async-native-tls",
1001 "async-std",
1002 "async-tls",
1003 "futures-io",
1004 "futures-util",
1005 "log",
1006 "pin-project-lite",
1007 "tungstenite 0.21.0",
1008]
1009
1010[[package]]
1011name = "async-tungstenite"
1012version = "0.28.2"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1015dependencies = [
1016 "async-std",
1017 "async-tls",
1018 "atomic-waker",
1019 "futures-core",
1020 "futures-io",
1021 "futures-task",
1022 "futures-util",
1023 "log",
1024 "pin-project-lite",
1025 "tungstenite 0.24.0",
1026]
1027
1028[[package]]
1029name = "async-watch"
1030version = "0.3.1"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1033dependencies = [
1034 "event-listener 2.5.3",
1035]
1036
1037[[package]]
1038name = "async_zip"
1039version = "0.0.17"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1042dependencies = [
1043 "async-compression",
1044 "crc32fast",
1045 "futures-lite 2.5.0",
1046 "pin-project",
1047 "thiserror 1.0.69",
1048]
1049
1050[[package]]
1051name = "asynchronous-codec"
1052version = "0.7.0"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1055dependencies = [
1056 "bytes 1.9.0",
1057 "futures-sink",
1058 "futures-util",
1059 "memchr",
1060 "pin-project-lite",
1061]
1062
1063[[package]]
1064name = "atoi"
1065version = "2.0.0"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1068dependencies = [
1069 "num-traits",
1070]
1071
1072[[package]]
1073name = "atomic"
1074version = "0.5.3"
1075source = "registry+https://github.com/rust-lang/crates.io-index"
1076checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1077
1078[[package]]
1079name = "atomic-waker"
1080version = "1.1.2"
1081source = "registry+https://github.com/rust-lang/crates.io-index"
1082checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1083
1084[[package]]
1085name = "audio"
1086version = "0.1.0"
1087dependencies = [
1088 "anyhow",
1089 "collections",
1090 "derive_more",
1091 "gpui",
1092 "parking_lot",
1093 "rodio",
1094 "util",
1095]
1096
1097[[package]]
1098name = "auto_update"
1099version = "0.1.0"
1100dependencies = [
1101 "anyhow",
1102 "client",
1103 "db",
1104 "gpui",
1105 "http_client",
1106 "log",
1107 "paths",
1108 "release_channel",
1109 "schemars",
1110 "serde",
1111 "serde_json",
1112 "settings",
1113 "smol",
1114 "tempfile",
1115 "which 6.0.3",
1116 "workspace",
1117]
1118
1119[[package]]
1120name = "auto_update_ui"
1121version = "0.1.0"
1122dependencies = [
1123 "anyhow",
1124 "auto_update",
1125 "client",
1126 "editor",
1127 "gpui",
1128 "http_client",
1129 "markdown_preview",
1130 "menu",
1131 "release_channel",
1132 "serde",
1133 "serde_json",
1134 "smol",
1135 "util",
1136 "workspace",
1137]
1138
1139[[package]]
1140name = "autocfg"
1141version = "1.4.0"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1144
1145[[package]]
1146name = "av1-grain"
1147version = "0.2.3"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1150dependencies = [
1151 "anyhow",
1152 "arrayvec",
1153 "log",
1154 "nom",
1155 "num-rational",
1156 "v_frame",
1157]
1158
1159[[package]]
1160name = "avif-serialize"
1161version = "0.8.2"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1164dependencies = [
1165 "arrayvec",
1166]
1167
1168[[package]]
1169name = "aws-config"
1170version = "1.5.11"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "a5d1c2c88936a73c699225d0bc00684a534166b0cebc2659c3cdf08de8edc64c"
1173dependencies = [
1174 "aws-credential-types",
1175 "aws-runtime",
1176 "aws-sdk-sso",
1177 "aws-sdk-ssooidc",
1178 "aws-sdk-sts",
1179 "aws-smithy-async",
1180 "aws-smithy-http",
1181 "aws-smithy-json",
1182 "aws-smithy-runtime",
1183 "aws-smithy-runtime-api",
1184 "aws-smithy-types",
1185 "aws-types",
1186 "bytes 1.9.0",
1187 "fastrand 2.3.0",
1188 "hex",
1189 "http 0.2.12",
1190 "ring",
1191 "time",
1192 "tokio",
1193 "tracing",
1194 "url",
1195 "zeroize",
1196]
1197
1198[[package]]
1199name = "aws-credential-types"
1200version = "1.2.1"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1203dependencies = [
1204 "aws-smithy-async",
1205 "aws-smithy-runtime-api",
1206 "aws-smithy-types",
1207 "zeroize",
1208]
1209
1210[[package]]
1211name = "aws-runtime"
1212version = "1.5.1"
1213source = "registry+https://github.com/rust-lang/crates.io-index"
1214checksum = "300a12520b4e6d08b73f77680f12c16e8ae43250d55100e0b2be46d78da16a48"
1215dependencies = [
1216 "aws-credential-types",
1217 "aws-sigv4",
1218 "aws-smithy-async",
1219 "aws-smithy-eventstream",
1220 "aws-smithy-http",
1221 "aws-smithy-runtime",
1222 "aws-smithy-runtime-api",
1223 "aws-smithy-types",
1224 "aws-types",
1225 "bytes 1.9.0",
1226 "fastrand 2.3.0",
1227 "http 0.2.12",
1228 "http-body 0.4.6",
1229 "once_cell",
1230 "percent-encoding",
1231 "pin-project-lite",
1232 "tracing",
1233 "uuid",
1234]
1235
1236[[package]]
1237name = "aws-sdk-kinesis"
1238version = "1.53.0"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "cb367ea65d5a59b230d7e670ba59d68d1e51fc53802bf0219effafed21dca23f"
1241dependencies = [
1242 "aws-credential-types",
1243 "aws-runtime",
1244 "aws-smithy-async",
1245 "aws-smithy-http",
1246 "aws-smithy-json",
1247 "aws-smithy-runtime",
1248 "aws-smithy-runtime-api",
1249 "aws-smithy-types",
1250 "aws-types",
1251 "bytes 1.9.0",
1252 "http 0.2.12",
1253 "once_cell",
1254 "regex-lite",
1255 "tracing",
1256]
1257
1258[[package]]
1259name = "aws-sdk-s3"
1260version = "1.66.0"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "154488d16ab0d627d15ab2832b57e68a16684c8c902f14cb8a75ec933fc94852"
1263dependencies = [
1264 "aws-credential-types",
1265 "aws-runtime",
1266 "aws-sigv4",
1267 "aws-smithy-async",
1268 "aws-smithy-checksums",
1269 "aws-smithy-eventstream",
1270 "aws-smithy-http",
1271 "aws-smithy-json",
1272 "aws-smithy-runtime",
1273 "aws-smithy-runtime-api",
1274 "aws-smithy-types",
1275 "aws-smithy-xml",
1276 "aws-types",
1277 "bytes 1.9.0",
1278 "fastrand 2.3.0",
1279 "hex",
1280 "hmac",
1281 "http 0.2.12",
1282 "http-body 0.4.6",
1283 "lru",
1284 "once_cell",
1285 "percent-encoding",
1286 "regex-lite",
1287 "sha2",
1288 "tracing",
1289 "url",
1290]
1291
1292[[package]]
1293name = "aws-sdk-sso"
1294version = "1.51.0"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "74995133da38f109a0eb8e8c886f9e80c713b6e9f2e6e5a6a1ba4450ce2ffc46"
1297dependencies = [
1298 "aws-credential-types",
1299 "aws-runtime",
1300 "aws-smithy-async",
1301 "aws-smithy-http",
1302 "aws-smithy-json",
1303 "aws-smithy-runtime",
1304 "aws-smithy-runtime-api",
1305 "aws-smithy-types",
1306 "aws-types",
1307 "bytes 1.9.0",
1308 "http 0.2.12",
1309 "once_cell",
1310 "regex-lite",
1311 "tracing",
1312]
1313
1314[[package]]
1315name = "aws-sdk-ssooidc"
1316version = "1.52.0"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "e7062a779685cbf3b2401eb36151e2c6589fd5f3569b8a6bc2d199e5aaa1d059"
1319dependencies = [
1320 "aws-credential-types",
1321 "aws-runtime",
1322 "aws-smithy-async",
1323 "aws-smithy-http",
1324 "aws-smithy-json",
1325 "aws-smithy-runtime",
1326 "aws-smithy-runtime-api",
1327 "aws-smithy-types",
1328 "aws-types",
1329 "bytes 1.9.0",
1330 "http 0.2.12",
1331 "once_cell",
1332 "regex-lite",
1333 "tracing",
1334]
1335
1336[[package]]
1337name = "aws-sdk-sts"
1338version = "1.52.0"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "299dae7b1dc0ee50434453fa5a229dc4b22bd3ee50409ff16becf1f7346e0193"
1341dependencies = [
1342 "aws-credential-types",
1343 "aws-runtime",
1344 "aws-smithy-async",
1345 "aws-smithy-http",
1346 "aws-smithy-json",
1347 "aws-smithy-query",
1348 "aws-smithy-runtime",
1349 "aws-smithy-runtime-api",
1350 "aws-smithy-types",
1351 "aws-smithy-xml",
1352 "aws-types",
1353 "http 0.2.12",
1354 "once_cell",
1355 "regex-lite",
1356 "tracing",
1357]
1358
1359[[package]]
1360name = "aws-sigv4"
1361version = "1.2.6"
1362source = "registry+https://github.com/rust-lang/crates.io-index"
1363checksum = "7d3820e0c08d0737872ff3c7c1f21ebbb6693d832312d6152bf18ef50a5471c2"
1364dependencies = [
1365 "aws-credential-types",
1366 "aws-smithy-eventstream",
1367 "aws-smithy-http",
1368 "aws-smithy-runtime-api",
1369 "aws-smithy-types",
1370 "bytes 1.9.0",
1371 "crypto-bigint 0.5.5",
1372 "form_urlencoded",
1373 "hex",
1374 "hmac",
1375 "http 0.2.12",
1376 "http 1.2.0",
1377 "once_cell",
1378 "p256",
1379 "percent-encoding",
1380 "ring",
1381 "sha2",
1382 "subtle",
1383 "time",
1384 "tracing",
1385 "zeroize",
1386]
1387
1388[[package]]
1389name = "aws-smithy-async"
1390version = "1.2.2"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "8aa8ff1492fd9fb99ae28e8467af0dbbb7c31512b16fabf1a0f10d7bb6ef78bb"
1393dependencies = [
1394 "futures-util",
1395 "pin-project-lite",
1396 "tokio",
1397]
1398
1399[[package]]
1400name = "aws-smithy-checksums"
1401version = "0.60.13"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795"
1404dependencies = [
1405 "aws-smithy-http",
1406 "aws-smithy-types",
1407 "bytes 1.9.0",
1408 "crc32c",
1409 "crc32fast",
1410 "hex",
1411 "http 0.2.12",
1412 "http-body 0.4.6",
1413 "md-5",
1414 "pin-project-lite",
1415 "sha1",
1416 "sha2",
1417 "tracing",
1418]
1419
1420[[package]]
1421name = "aws-smithy-eventstream"
1422version = "0.60.5"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
1425dependencies = [
1426 "aws-smithy-types",
1427 "bytes 1.9.0",
1428 "crc32fast",
1429]
1430
1431[[package]]
1432name = "aws-smithy-http"
1433version = "0.60.11"
1434source = "registry+https://github.com/rust-lang/crates.io-index"
1435checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
1436dependencies = [
1437 "aws-smithy-eventstream",
1438 "aws-smithy-runtime-api",
1439 "aws-smithy-types",
1440 "bytes 1.9.0",
1441 "bytes-utils",
1442 "futures-core",
1443 "http 0.2.12",
1444 "http-body 0.4.6",
1445 "once_cell",
1446 "percent-encoding",
1447 "pin-project-lite",
1448 "pin-utils",
1449 "tracing",
1450]
1451
1452[[package]]
1453name = "aws-smithy-json"
1454version = "0.61.1"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "ee4e69cc50921eb913c6b662f8d909131bb3e6ad6cb6090d3a39b66fc5c52095"
1457dependencies = [
1458 "aws-smithy-types",
1459]
1460
1461[[package]]
1462name = "aws-smithy-query"
1463version = "0.60.7"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1466dependencies = [
1467 "aws-smithy-types",
1468 "urlencoding",
1469]
1470
1471[[package]]
1472name = "aws-smithy-runtime"
1473version = "1.7.5"
1474source = "registry+https://github.com/rust-lang/crates.io-index"
1475checksum = "431a10d0e07e09091284ef04453dae4069283aa108d209974d67e77ae1caa658"
1476dependencies = [
1477 "aws-smithy-async",
1478 "aws-smithy-http",
1479 "aws-smithy-runtime-api",
1480 "aws-smithy-types",
1481 "bytes 1.9.0",
1482 "fastrand 2.3.0",
1483 "h2 0.3.26",
1484 "http 0.2.12",
1485 "http-body 0.4.6",
1486 "http-body 1.0.1",
1487 "httparse",
1488 "hyper 0.14.32",
1489 "hyper-rustls 0.24.2",
1490 "once_cell",
1491 "pin-project-lite",
1492 "pin-utils",
1493 "rustls 0.21.12",
1494 "tokio",
1495 "tracing",
1496]
1497
1498[[package]]
1499name = "aws-smithy-runtime-api"
1500version = "1.7.3"
1501source = "registry+https://github.com/rust-lang/crates.io-index"
1502checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1503dependencies = [
1504 "aws-smithy-async",
1505 "aws-smithy-types",
1506 "bytes 1.9.0",
1507 "http 0.2.12",
1508 "http 1.2.0",
1509 "pin-project-lite",
1510 "tokio",
1511 "tracing",
1512 "zeroize",
1513]
1514
1515[[package]]
1516name = "aws-smithy-types"
1517version = "1.2.10"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "8ecbf4d5dfb169812e2b240a4350f15ad3c6b03a54074e5712818801615f2dc5"
1520dependencies = [
1521 "base64-simd",
1522 "bytes 1.9.0",
1523 "bytes-utils",
1524 "futures-core",
1525 "http 0.2.12",
1526 "http 1.2.0",
1527 "http-body 0.4.6",
1528 "http-body 1.0.1",
1529 "http-body-util",
1530 "itoa",
1531 "num-integer",
1532 "pin-project-lite",
1533 "pin-utils",
1534 "ryu",
1535 "serde",
1536 "time",
1537 "tokio",
1538 "tokio-util",
1539]
1540
1541[[package]]
1542name = "aws-smithy-xml"
1543version = "0.60.9"
1544source = "registry+https://github.com/rust-lang/crates.io-index"
1545checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1546dependencies = [
1547 "xmlparser",
1548]
1549
1550[[package]]
1551name = "aws-types"
1552version = "1.3.3"
1553source = "registry+https://github.com/rust-lang/crates.io-index"
1554checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1555dependencies = [
1556 "aws-credential-types",
1557 "aws-smithy-async",
1558 "aws-smithy-runtime-api",
1559 "aws-smithy-types",
1560 "rustc_version",
1561 "tracing",
1562]
1563
1564[[package]]
1565name = "axum"
1566version = "0.6.20"
1567source = "registry+https://github.com/rust-lang/crates.io-index"
1568checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1569dependencies = [
1570 "async-trait",
1571 "axum-core",
1572 "base64 0.21.7",
1573 "bitflags 1.3.2",
1574 "bytes 1.9.0",
1575 "futures-util",
1576 "headers",
1577 "http 0.2.12",
1578 "http-body 0.4.6",
1579 "hyper 0.14.32",
1580 "itoa",
1581 "matchit",
1582 "memchr",
1583 "mime",
1584 "percent-encoding",
1585 "pin-project-lite",
1586 "rustversion",
1587 "serde",
1588 "serde_json",
1589 "serde_path_to_error",
1590 "serde_urlencoded",
1591 "sha1",
1592 "sync_wrapper 0.1.2",
1593 "tokio",
1594 "tokio-tungstenite 0.20.1",
1595 "tower",
1596 "tower-layer",
1597 "tower-service",
1598]
1599
1600[[package]]
1601name = "axum-core"
1602version = "0.3.4"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1605dependencies = [
1606 "async-trait",
1607 "bytes 1.9.0",
1608 "futures-util",
1609 "http 0.2.12",
1610 "http-body 0.4.6",
1611 "mime",
1612 "rustversion",
1613 "tower-layer",
1614 "tower-service",
1615]
1616
1617[[package]]
1618name = "axum-extra"
1619version = "0.4.2"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1622dependencies = [
1623 "axum",
1624 "bytes 1.9.0",
1625 "futures-util",
1626 "http 0.2.12",
1627 "mime",
1628 "pin-project-lite",
1629 "serde",
1630 "serde_json",
1631 "tokio",
1632 "tower",
1633 "tower-http 0.3.5",
1634 "tower-layer",
1635 "tower-service",
1636]
1637
1638[[package]]
1639name = "backtrace"
1640version = "0.3.74"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1643dependencies = [
1644 "addr2line",
1645 "cfg-if",
1646 "libc",
1647 "miniz_oxide",
1648 "object",
1649 "rustc-demangle",
1650 "windows-targets 0.52.6",
1651]
1652
1653[[package]]
1654name = "base16ct"
1655version = "0.1.1"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1658
1659[[package]]
1660name = "base64"
1661version = "0.13.1"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1664
1665[[package]]
1666name = "base64"
1667version = "0.21.7"
1668source = "registry+https://github.com/rust-lang/crates.io-index"
1669checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1670
1671[[package]]
1672name = "base64"
1673version = "0.22.1"
1674source = "registry+https://github.com/rust-lang/crates.io-index"
1675checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1676
1677[[package]]
1678name = "base64-simd"
1679version = "0.8.0"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1682dependencies = [
1683 "outref",
1684 "vsimd",
1685]
1686
1687[[package]]
1688name = "base64ct"
1689version = "1.6.0"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1692
1693[[package]]
1694name = "bigdecimal"
1695version = "0.4.7"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
1697checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1698dependencies = [
1699 "autocfg",
1700 "libm",
1701 "num-bigint",
1702 "num-integer",
1703 "num-traits",
1704 "serde",
1705]
1706
1707[[package]]
1708name = "bincode"
1709version = "1.3.3"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1712dependencies = [
1713 "serde",
1714]
1715
1716[[package]]
1717name = "bindgen"
1718version = "0.70.1"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1721dependencies = [
1722 "bitflags 2.6.0",
1723 "cexpr",
1724 "clang-sys",
1725 "itertools 0.13.0",
1726 "log",
1727 "prettyplease",
1728 "proc-macro2",
1729 "quote",
1730 "regex",
1731 "rustc-hash 1.1.0",
1732 "shlex",
1733 "syn 2.0.90",
1734]
1735
1736[[package]]
1737name = "bit-set"
1738version = "0.5.3"
1739source = "registry+https://github.com/rust-lang/crates.io-index"
1740checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1741dependencies = [
1742 "bit-vec 0.6.3",
1743]
1744
1745[[package]]
1746name = "bit-set"
1747version = "0.8.0"
1748source = "registry+https://github.com/rust-lang/crates.io-index"
1749checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1750dependencies = [
1751 "bit-vec 0.8.0",
1752]
1753
1754[[package]]
1755name = "bit-vec"
1756version = "0.6.3"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1759
1760[[package]]
1761name = "bit-vec"
1762version = "0.8.0"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1765
1766[[package]]
1767name = "bit_field"
1768version = "0.10.2"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1771
1772[[package]]
1773name = "bitflags"
1774version = "1.3.2"
1775source = "registry+https://github.com/rust-lang/crates.io-index"
1776checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1777
1778[[package]]
1779name = "bitflags"
1780version = "2.6.0"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1783dependencies = [
1784 "serde",
1785]
1786
1787[[package]]
1788name = "bitstream-io"
1789version = "2.6.0"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1792
1793[[package]]
1794name = "bitvec"
1795version = "1.0.1"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1798dependencies = [
1799 "funty",
1800 "radium",
1801 "tap",
1802 "wyz",
1803]
1804
1805[[package]]
1806name = "blade-graphics"
1807version = "0.6.0"
1808source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1809dependencies = [
1810 "ash",
1811 "ash-window",
1812 "bitflags 2.6.0",
1813 "bytemuck",
1814 "codespan-reporting",
1815 "glow",
1816 "gpu-alloc",
1817 "gpu-alloc-ash",
1818 "hidden-trait",
1819 "js-sys",
1820 "khronos-egl",
1821 "libloading",
1822 "log",
1823 "mint",
1824 "naga",
1825 "objc2",
1826 "objc2-app-kit",
1827 "objc2-foundation",
1828 "objc2-metal",
1829 "objc2-quartz-core",
1830 "objc2-ui-kit",
1831 "raw-window-handle",
1832 "slab",
1833 "wasm-bindgen",
1834 "web-sys",
1835]
1836
1837[[package]]
1838name = "blade-macros"
1839version = "0.3.0"
1840source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1841dependencies = [
1842 "proc-macro2",
1843 "quote",
1844 "syn 2.0.90",
1845]
1846
1847[[package]]
1848name = "blade-util"
1849version = "0.2.0"
1850source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1851dependencies = [
1852 "blade-graphics",
1853 "bytemuck",
1854 "log",
1855 "profiling",
1856]
1857
1858[[package]]
1859name = "blake3"
1860version = "1.5.5"
1861source = "registry+https://github.com/rust-lang/crates.io-index"
1862checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
1863dependencies = [
1864 "arrayref",
1865 "arrayvec",
1866 "cc",
1867 "cfg-if",
1868 "constant_time_eq 0.3.1",
1869]
1870
1871[[package]]
1872name = "block"
1873version = "0.1.6"
1874source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1876
1877[[package]]
1878name = "block-buffer"
1879version = "0.10.4"
1880source = "registry+https://github.com/rust-lang/crates.io-index"
1881checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1882dependencies = [
1883 "generic-array",
1884]
1885
1886[[package]]
1887name = "block-padding"
1888version = "0.3.3"
1889source = "registry+https://github.com/rust-lang/crates.io-index"
1890checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1891dependencies = [
1892 "generic-array",
1893]
1894
1895[[package]]
1896name = "block2"
1897version = "0.5.1"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
1899checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
1900dependencies = [
1901 "objc2",
1902]
1903
1904[[package]]
1905name = "blocking"
1906version = "1.6.1"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1909dependencies = [
1910 "async-channel 2.3.1",
1911 "async-task",
1912 "futures-io",
1913 "futures-lite 2.5.0",
1914 "piper",
1915]
1916
1917[[package]]
1918name = "borsh"
1919version = "1.5.3"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
1922dependencies = [
1923 "borsh-derive",
1924 "cfg_aliases 0.2.1",
1925]
1926
1927[[package]]
1928name = "borsh-derive"
1929version = "1.5.3"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
1932dependencies = [
1933 "once_cell",
1934 "proc-macro-crate",
1935 "proc-macro2",
1936 "quote",
1937 "syn 2.0.90",
1938]
1939
1940[[package]]
1941name = "breadcrumbs"
1942version = "0.1.0"
1943dependencies = [
1944 "editor",
1945 "gpui",
1946 "itertools 0.13.0",
1947 "theme",
1948 "ui",
1949 "workspace",
1950 "zed_actions",
1951]
1952
1953[[package]]
1954name = "bstr"
1955version = "1.11.1"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
1958dependencies = [
1959 "memchr",
1960 "regex-automata 0.4.9",
1961 "serde",
1962]
1963
1964[[package]]
1965name = "built"
1966version = "0.7.5"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
1969
1970[[package]]
1971name = "bumpalo"
1972version = "3.16.0"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1975
1976[[package]]
1977name = "by_address"
1978version = "1.2.1"
1979source = "registry+https://github.com/rust-lang/crates.io-index"
1980checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1981
1982[[package]]
1983name = "bytecheck"
1984version = "0.6.12"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1987dependencies = [
1988 "bytecheck_derive",
1989 "ptr_meta",
1990 "simdutf8",
1991]
1992
1993[[package]]
1994name = "bytecheck_derive"
1995version = "0.6.12"
1996source = "registry+https://github.com/rust-lang/crates.io-index"
1997checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1998dependencies = [
1999 "proc-macro2",
2000 "quote",
2001 "syn 1.0.109",
2002]
2003
2004[[package]]
2005name = "bytemuck"
2006version = "1.20.0"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a"
2009dependencies = [
2010 "bytemuck_derive",
2011]
2012
2013[[package]]
2014name = "bytemuck_derive"
2015version = "1.8.0"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2018dependencies = [
2019 "proc-macro2",
2020 "quote",
2021 "syn 2.0.90",
2022]
2023
2024[[package]]
2025name = "byteorder"
2026version = "1.5.0"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2029
2030[[package]]
2031name = "byteorder-lite"
2032version = "0.1.0"
2033source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2035
2036[[package]]
2037name = "bytes"
2038version = "0.4.12"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2041dependencies = [
2042 "byteorder",
2043 "iovec",
2044]
2045
2046[[package]]
2047name = "bytes"
2048version = "1.9.0"
2049source = "registry+https://github.com/rust-lang/crates.io-index"
2050checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
2051
2052[[package]]
2053name = "bytes-utils"
2054version = "0.1.4"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2057dependencies = [
2058 "bytes 1.9.0",
2059 "either",
2060]
2061
2062[[package]]
2063name = "bzip2"
2064version = "0.4.4"
2065source = "registry+https://github.com/rust-lang/crates.io-index"
2066checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2067dependencies = [
2068 "bzip2-sys",
2069 "libc",
2070]
2071
2072[[package]]
2073name = "bzip2-sys"
2074version = "0.1.11+1.0.8"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2077dependencies = [
2078 "cc",
2079 "libc",
2080 "pkg-config",
2081]
2082
2083[[package]]
2084name = "call"
2085version = "0.1.0"
2086dependencies = [
2087 "anyhow",
2088 "audio",
2089 "client",
2090 "collections",
2091 "feature_flags",
2092 "fs",
2093 "futures 0.3.31",
2094 "gpui",
2095 "http_client",
2096 "language",
2097 "livekit_client",
2098 "livekit_client_macos",
2099 "log",
2100 "postage",
2101 "project",
2102 "schemars",
2103 "serde",
2104 "serde_derive",
2105 "settings",
2106 "telemetry",
2107 "util",
2108]
2109
2110[[package]]
2111name = "calloop"
2112version = "0.13.0"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2115dependencies = [
2116 "bitflags 2.6.0",
2117 "log",
2118 "polling 3.7.4",
2119 "rustix 0.38.42",
2120 "slab",
2121 "thiserror 1.0.69",
2122]
2123
2124[[package]]
2125name = "calloop-wayland-source"
2126version = "0.3.0"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2129dependencies = [
2130 "calloop",
2131 "rustix 0.38.42",
2132 "wayland-backend",
2133 "wayland-client",
2134]
2135
2136[[package]]
2137name = "camino"
2138version = "1.1.9"
2139source = "registry+https://github.com/rust-lang/crates.io-index"
2140checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2141dependencies = [
2142 "serde",
2143]
2144
2145[[package]]
2146name = "cap-fs-ext"
2147version = "3.4.2"
2148source = "registry+https://github.com/rust-lang/crates.io-index"
2149checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2150dependencies = [
2151 "cap-primitives",
2152 "cap-std",
2153 "io-lifetimes 2.0.4",
2154 "windows-sys 0.59.0",
2155]
2156
2157[[package]]
2158name = "cap-net-ext"
2159version = "3.4.2"
2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2162dependencies = [
2163 "cap-primitives",
2164 "cap-std",
2165 "rustix 0.38.42",
2166 "smallvec",
2167]
2168
2169[[package]]
2170name = "cap-primitives"
2171version = "3.4.2"
2172source = "registry+https://github.com/rust-lang/crates.io-index"
2173checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2174dependencies = [
2175 "ambient-authority",
2176 "fs-set-times",
2177 "io-extras",
2178 "io-lifetimes 2.0.4",
2179 "ipnet",
2180 "maybe-owned",
2181 "rustix 0.38.42",
2182 "windows-sys 0.59.0",
2183 "winx",
2184]
2185
2186[[package]]
2187name = "cap-rand"
2188version = "3.4.2"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2191dependencies = [
2192 "ambient-authority",
2193 "rand 0.8.5",
2194]
2195
2196[[package]]
2197name = "cap-std"
2198version = "3.4.2"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2201dependencies = [
2202 "cap-primitives",
2203 "io-extras",
2204 "io-lifetimes 2.0.4",
2205 "rustix 0.38.42",
2206]
2207
2208[[package]]
2209name = "cap-time-ext"
2210version = "3.4.2"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2213dependencies = [
2214 "ambient-authority",
2215 "cap-primitives",
2216 "iana-time-zone",
2217 "once_cell",
2218 "rustix 0.38.42",
2219 "winx",
2220]
2221
2222[[package]]
2223name = "cargo-platform"
2224version = "0.1.9"
2225source = "registry+https://github.com/rust-lang/crates.io-index"
2226checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2227dependencies = [
2228 "serde",
2229]
2230
2231[[package]]
2232name = "cargo_metadata"
2233version = "0.19.1"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924"
2236dependencies = [
2237 "camino",
2238 "cargo-platform",
2239 "semver",
2240 "serde",
2241 "serde_json",
2242 "thiserror 2.0.6",
2243]
2244
2245[[package]]
2246name = "cargo_toml"
2247version = "0.21.0"
2248source = "registry+https://github.com/rust-lang/crates.io-index"
2249checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2250dependencies = [
2251 "serde",
2252 "toml 0.8.19",
2253]
2254
2255[[package]]
2256name = "cast"
2257version = "0.3.0"
2258source = "registry+https://github.com/rust-lang/crates.io-index"
2259checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2260
2261[[package]]
2262name = "cbc"
2263version = "0.1.2"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2266dependencies = [
2267 "cipher",
2268]
2269
2270[[package]]
2271name = "cbindgen"
2272version = "0.27.0"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2275dependencies = [
2276 "heck 0.4.1",
2277 "indexmap",
2278 "log",
2279 "proc-macro2",
2280 "quote",
2281 "serde",
2282 "serde_json",
2283 "syn 2.0.90",
2284 "tempfile",
2285 "toml 0.8.19",
2286]
2287
2288[[package]]
2289name = "cc"
2290version = "1.2.3"
2291source = "registry+https://github.com/rust-lang/crates.io-index"
2292checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
2293dependencies = [
2294 "jobserver",
2295 "libc",
2296 "shlex",
2297]
2298
2299[[package]]
2300name = "cesu8"
2301version = "1.1.0"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2304
2305[[package]]
2306name = "cexpr"
2307version = "0.6.0"
2308source = "registry+https://github.com/rust-lang/crates.io-index"
2309checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2310dependencies = [
2311 "nom",
2312]
2313
2314[[package]]
2315name = "cfg-expr"
2316version = "0.15.8"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2319dependencies = [
2320 "smallvec",
2321 "target-lexicon",
2322]
2323
2324[[package]]
2325name = "cfg-if"
2326version = "1.0.0"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2329
2330[[package]]
2331name = "cfg_aliases"
2332version = "0.1.1"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2335
2336[[package]]
2337name = "cfg_aliases"
2338version = "0.2.1"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2341
2342[[package]]
2343name = "channel"
2344version = "0.1.0"
2345dependencies = [
2346 "anyhow",
2347 "client",
2348 "clock",
2349 "collections",
2350 "futures 0.3.31",
2351 "gpui",
2352 "http_client",
2353 "language",
2354 "log",
2355 "rand 0.8.5",
2356 "release_channel",
2357 "rpc",
2358 "settings",
2359 "sum_tree",
2360 "text",
2361 "time",
2362 "util",
2363]
2364
2365[[package]]
2366name = "chrono"
2367version = "0.4.39"
2368source = "registry+https://github.com/rust-lang/crates.io-index"
2369checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2370dependencies = [
2371 "android-tzdata",
2372 "iana-time-zone",
2373 "js-sys",
2374 "num-traits",
2375 "serde",
2376 "wasm-bindgen",
2377 "windows-targets 0.52.6",
2378]
2379
2380[[package]]
2381name = "chunked_transfer"
2382version = "1.5.0"
2383source = "registry+https://github.com/rust-lang/crates.io-index"
2384checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2385
2386[[package]]
2387name = "ciborium"
2388version = "0.2.2"
2389source = "registry+https://github.com/rust-lang/crates.io-index"
2390checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2391dependencies = [
2392 "ciborium-io",
2393 "ciborium-ll",
2394 "serde",
2395]
2396
2397[[package]]
2398name = "ciborium-io"
2399version = "0.2.2"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2402
2403[[package]]
2404name = "ciborium-ll"
2405version = "0.2.2"
2406source = "registry+https://github.com/rust-lang/crates.io-index"
2407checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2408dependencies = [
2409 "ciborium-io",
2410 "half",
2411]
2412
2413[[package]]
2414name = "cipher"
2415version = "0.4.4"
2416source = "registry+https://github.com/rust-lang/crates.io-index"
2417checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2418dependencies = [
2419 "crypto-common",
2420 "inout",
2421 "zeroize",
2422]
2423
2424[[package]]
2425name = "clang-sys"
2426version = "1.8.1"
2427source = "registry+https://github.com/rust-lang/crates.io-index"
2428checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2429dependencies = [
2430 "glob",
2431 "libc",
2432 "libloading",
2433]
2434
2435[[package]]
2436name = "clap"
2437version = "4.5.23"
2438source = "registry+https://github.com/rust-lang/crates.io-index"
2439checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
2440dependencies = [
2441 "clap_builder",
2442 "clap_derive",
2443]
2444
2445[[package]]
2446name = "clap_builder"
2447version = "4.5.23"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
2450dependencies = [
2451 "anstream",
2452 "anstyle",
2453 "clap_lex",
2454 "strsim",
2455 "terminal_size",
2456]
2457
2458[[package]]
2459name = "clap_complete"
2460version = "4.5.38"
2461source = "registry+https://github.com/rust-lang/crates.io-index"
2462checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2463dependencies = [
2464 "clap",
2465]
2466
2467[[package]]
2468name = "clap_derive"
2469version = "4.5.18"
2470source = "registry+https://github.com/rust-lang/crates.io-index"
2471checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2472dependencies = [
2473 "heck 0.5.0",
2474 "proc-macro2",
2475 "quote",
2476 "syn 2.0.90",
2477]
2478
2479[[package]]
2480name = "clap_lex"
2481version = "0.7.4"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2484
2485[[package]]
2486name = "cli"
2487version = "0.1.0"
2488dependencies = [
2489 "anyhow",
2490 "clap",
2491 "collections",
2492 "core-foundation 0.9.4",
2493 "core-services",
2494 "exec",
2495 "fork",
2496 "ipc-channel",
2497 "parking_lot",
2498 "paths",
2499 "plist",
2500 "release_channel",
2501 "serde",
2502 "tempfile",
2503 "util",
2504]
2505
2506[[package]]
2507name = "client"
2508version = "0.1.0"
2509dependencies = [
2510 "anyhow",
2511 "async-native-tls",
2512 "async-recursion 0.3.2",
2513 "async-tungstenite 0.28.2",
2514 "chrono",
2515 "clock",
2516 "cocoa 0.26.0",
2517 "collections",
2518 "feature_flags",
2519 "futures 0.3.31",
2520 "gpui",
2521 "http_client",
2522 "log",
2523 "parking_lot",
2524 "paths",
2525 "postage",
2526 "rand 0.8.5",
2527 "release_channel",
2528 "rpc",
2529 "rustls 0.21.12",
2530 "rustls-native-certs 0.8.1",
2531 "schemars",
2532 "serde",
2533 "serde_json",
2534 "settings",
2535 "sha2",
2536 "smol",
2537 "telemetry",
2538 "telemetry_events",
2539 "text",
2540 "thiserror 1.0.69",
2541 "time",
2542 "tiny_http",
2543 "tokio-socks",
2544 "url",
2545 "util",
2546 "windows 0.58.0",
2547 "worktree",
2548]
2549
2550[[package]]
2551name = "clock"
2552version = "0.1.0"
2553dependencies = [
2554 "parking_lot",
2555 "serde",
2556 "smallvec",
2557]
2558
2559[[package]]
2560name = "cobs"
2561version = "0.2.3"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2564
2565[[package]]
2566name = "cocoa"
2567version = "0.25.0"
2568source = "registry+https://github.com/rust-lang/crates.io-index"
2569checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2570dependencies = [
2571 "bitflags 1.3.2",
2572 "block",
2573 "cocoa-foundation 0.1.2",
2574 "core-foundation 0.9.4",
2575 "core-graphics 0.23.2",
2576 "foreign-types 0.5.0",
2577 "libc",
2578 "objc",
2579]
2580
2581[[package]]
2582name = "cocoa"
2583version = "0.26.0"
2584source = "registry+https://github.com/rust-lang/crates.io-index"
2585checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2586dependencies = [
2587 "bitflags 2.6.0",
2588 "block",
2589 "cocoa-foundation 0.2.0",
2590 "core-foundation 0.10.0",
2591 "core-graphics 0.24.0",
2592 "foreign-types 0.5.0",
2593 "libc",
2594 "objc",
2595]
2596
2597[[package]]
2598name = "cocoa-foundation"
2599version = "0.1.2"
2600source = "registry+https://github.com/rust-lang/crates.io-index"
2601checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2602dependencies = [
2603 "bitflags 1.3.2",
2604 "block",
2605 "core-foundation 0.9.4",
2606 "core-graphics-types 0.1.3",
2607 "libc",
2608 "objc",
2609]
2610
2611[[package]]
2612name = "cocoa-foundation"
2613version = "0.2.0"
2614source = "registry+https://github.com/rust-lang/crates.io-index"
2615checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2616dependencies = [
2617 "bitflags 2.6.0",
2618 "block",
2619 "core-foundation 0.10.0",
2620 "core-graphics-types 0.2.0",
2621 "libc",
2622 "objc",
2623]
2624
2625[[package]]
2626name = "codespan-reporting"
2627version = "0.11.1"
2628source = "registry+https://github.com/rust-lang/crates.io-index"
2629checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2630dependencies = [
2631 "termcolor",
2632 "unicode-width",
2633]
2634
2635[[package]]
2636name = "collab"
2637version = "0.44.0"
2638dependencies = [
2639 "anthropic",
2640 "anyhow",
2641 "assistant",
2642 "assistant_tool",
2643 "async-stripe",
2644 "async-trait",
2645 "async-tungstenite 0.28.2",
2646 "audio",
2647 "aws-config",
2648 "aws-sdk-kinesis",
2649 "aws-sdk-s3",
2650 "axum",
2651 "axum-extra",
2652 "base64 0.22.1",
2653 "call",
2654 "channel",
2655 "chrono",
2656 "client",
2657 "clock",
2658 "collab_ui",
2659 "collections",
2660 "context_server",
2661 "ctor",
2662 "dashmap 6.1.0",
2663 "derive_more",
2664 "editor",
2665 "env_logger 0.11.6",
2666 "envy",
2667 "extension",
2668 "file_finder",
2669 "fs",
2670 "futures 0.3.31",
2671 "git",
2672 "git_hosting_providers",
2673 "google_ai",
2674 "gpui",
2675 "hex",
2676 "http_client",
2677 "hyper 0.14.32",
2678 "indoc",
2679 "jsonwebtoken",
2680 "language",
2681 "language_model",
2682 "livekit_client",
2683 "livekit_client_macos",
2684 "livekit_server",
2685 "log",
2686 "lsp",
2687 "menu",
2688 "multi_buffer",
2689 "nanoid",
2690 "node_runtime",
2691 "notifications",
2692 "open_ai",
2693 "parking_lot",
2694 "pretty_assertions",
2695 "project",
2696 "prometheus",
2697 "prost 0.9.0",
2698 "rand 0.8.5",
2699 "recent_projects",
2700 "release_channel",
2701 "remote",
2702 "remote_server",
2703 "reqwest 0.11.27",
2704 "reqwest_client",
2705 "rpc",
2706 "rustc-demangle",
2707 "scrypt",
2708 "sea-orm",
2709 "semantic_version",
2710 "semver",
2711 "serde",
2712 "serde_derive",
2713 "serde_json",
2714 "session",
2715 "settings",
2716 "sha2",
2717 "sqlx",
2718 "strum",
2719 "subtle",
2720 "supermaven_api",
2721 "telemetry_events",
2722 "text",
2723 "theme",
2724 "thiserror 1.0.69",
2725 "time",
2726 "tokio",
2727 "toml 0.8.19",
2728 "tower",
2729 "tower-http 0.4.4",
2730 "tracing",
2731 "tracing-subscriber",
2732 "unindent",
2733 "util",
2734 "uuid",
2735 "workspace",
2736 "worktree",
2737]
2738
2739[[package]]
2740name = "collab_ui"
2741version = "0.1.0"
2742dependencies = [
2743 "anyhow",
2744 "call",
2745 "channel",
2746 "chrono",
2747 "client",
2748 "collections",
2749 "db",
2750 "editor",
2751 "emojis",
2752 "futures 0.3.31",
2753 "fuzzy",
2754 "gpui",
2755 "http_client",
2756 "language",
2757 "menu",
2758 "notifications",
2759 "picker",
2760 "pretty_assertions",
2761 "project",
2762 "release_channel",
2763 "rich_text",
2764 "rpc",
2765 "schemars",
2766 "serde",
2767 "serde_derive",
2768 "serde_json",
2769 "settings",
2770 "smallvec",
2771 "story",
2772 "telemetry",
2773 "theme",
2774 "time",
2775 "time_format",
2776 "title_bar",
2777 "tree-sitter-md",
2778 "ui",
2779 "util",
2780 "workspace",
2781]
2782
2783[[package]]
2784name = "collections"
2785version = "0.1.0"
2786dependencies = [
2787 "indexmap",
2788 "rustc-hash 2.1.0",
2789]
2790
2791[[package]]
2792name = "color_quant"
2793version = "1.1.0"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2796
2797[[package]]
2798name = "colorchoice"
2799version = "1.0.3"
2800source = "registry+https://github.com/rust-lang/crates.io-index"
2801checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2802
2803[[package]]
2804name = "combine"
2805version = "4.6.7"
2806source = "registry+https://github.com/rust-lang/crates.io-index"
2807checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2808dependencies = [
2809 "bytes 1.9.0",
2810 "memchr",
2811]
2812
2813[[package]]
2814name = "command_palette"
2815version = "0.1.0"
2816dependencies = [
2817 "client",
2818 "collections",
2819 "command_palette_hooks",
2820 "ctor",
2821 "editor",
2822 "env_logger 0.11.6",
2823 "fuzzy",
2824 "go_to_line",
2825 "gpui",
2826 "language",
2827 "menu",
2828 "picker",
2829 "postage",
2830 "project",
2831 "serde",
2832 "serde_json",
2833 "settings",
2834 "telemetry",
2835 "theme",
2836 "ui",
2837 "util",
2838 "workspace",
2839 "zed_actions",
2840]
2841
2842[[package]]
2843name = "command_palette_hooks"
2844version = "0.1.0"
2845dependencies = [
2846 "collections",
2847 "derive_more",
2848 "gpui",
2849]
2850
2851[[package]]
2852name = "concurrent-queue"
2853version = "2.5.0"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2856dependencies = [
2857 "crossbeam-utils",
2858]
2859
2860[[package]]
2861name = "console"
2862version = "0.15.8"
2863source = "registry+https://github.com/rust-lang/crates.io-index"
2864checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2865dependencies = [
2866 "encode_unicode",
2867 "lazy_static",
2868 "libc",
2869 "unicode-width",
2870 "windows-sys 0.52.0",
2871]
2872
2873[[package]]
2874name = "const-oid"
2875version = "0.9.6"
2876source = "registry+https://github.com/rust-lang/crates.io-index"
2877checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2878
2879[[package]]
2880name = "const-random"
2881version = "0.1.18"
2882source = "registry+https://github.com/rust-lang/crates.io-index"
2883checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2884dependencies = [
2885 "const-random-macro",
2886]
2887
2888[[package]]
2889name = "const-random-macro"
2890version = "0.1.16"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2893dependencies = [
2894 "getrandom 0.2.15",
2895 "once_cell",
2896 "tiny-keccak",
2897]
2898
2899[[package]]
2900name = "constant_time_eq"
2901version = "0.1.5"
2902source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2904
2905[[package]]
2906name = "constant_time_eq"
2907version = "0.3.1"
2908source = "registry+https://github.com/rust-lang/crates.io-index"
2909checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2910
2911[[package]]
2912name = "context_server"
2913version = "0.1.0"
2914dependencies = [
2915 "anyhow",
2916 "assistant_tool",
2917 "collections",
2918 "command_palette_hooks",
2919 "context_server_settings",
2920 "extension",
2921 "futures 0.3.31",
2922 "gpui",
2923 "log",
2924 "parking_lot",
2925 "postage",
2926 "project",
2927 "serde",
2928 "serde_json",
2929 "settings",
2930 "smol",
2931 "url",
2932 "util",
2933 "workspace",
2934]
2935
2936[[package]]
2937name = "context_server_settings"
2938version = "0.1.0"
2939dependencies = [
2940 "anyhow",
2941 "collections",
2942 "gpui",
2943 "schemars",
2944 "serde",
2945 "serde_json",
2946 "settings",
2947]
2948
2949[[package]]
2950name = "convert_case"
2951version = "0.4.0"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2954
2955[[package]]
2956name = "convert_case"
2957version = "0.6.0"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2960dependencies = [
2961 "unicode-segmentation",
2962]
2963
2964[[package]]
2965name = "copilot"
2966version = "0.1.0"
2967dependencies = [
2968 "anyhow",
2969 "async-compression",
2970 "async-std",
2971 "async-tar",
2972 "chrono",
2973 "client",
2974 "clock",
2975 "collections",
2976 "command_palette_hooks",
2977 "editor",
2978 "fs",
2979 "futures 0.3.31",
2980 "gpui",
2981 "http_client",
2982 "indoc",
2983 "inline_completion",
2984 "language",
2985 "lsp",
2986 "menu",
2987 "node_runtime",
2988 "parking_lot",
2989 "paths",
2990 "project",
2991 "rpc",
2992 "schemars",
2993 "serde",
2994 "serde_json",
2995 "settings",
2996 "smol",
2997 "strum",
2998 "task",
2999 "theme",
3000 "ui",
3001 "util",
3002 "workspace",
3003]
3004
3005[[package]]
3006name = "core-foundation"
3007version = "0.9.4"
3008source = "registry+https://github.com/rust-lang/crates.io-index"
3009checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3010dependencies = [
3011 "core-foundation-sys",
3012 "libc",
3013]
3014
3015[[package]]
3016name = "core-foundation"
3017version = "0.10.0"
3018source = "registry+https://github.com/rust-lang/crates.io-index"
3019checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3020dependencies = [
3021 "core-foundation-sys",
3022 "libc",
3023]
3024
3025[[package]]
3026name = "core-foundation-sys"
3027version = "0.8.7"
3028source = "registry+https://github.com/rust-lang/crates.io-index"
3029checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3030
3031[[package]]
3032name = "core-graphics"
3033version = "0.23.2"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3036dependencies = [
3037 "bitflags 1.3.2",
3038 "core-foundation 0.9.4",
3039 "core-graphics-types 0.1.3",
3040 "foreign-types 0.5.0",
3041 "libc",
3042]
3043
3044[[package]]
3045name = "core-graphics"
3046version = "0.24.0"
3047source = "registry+https://github.com/rust-lang/crates.io-index"
3048checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3049dependencies = [
3050 "bitflags 2.6.0",
3051 "core-foundation 0.10.0",
3052 "core-graphics-types 0.2.0",
3053 "foreign-types 0.5.0",
3054 "libc",
3055]
3056
3057[[package]]
3058name = "core-graphics-types"
3059version = "0.1.3"
3060source = "registry+https://github.com/rust-lang/crates.io-index"
3061checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3062dependencies = [
3063 "bitflags 1.3.2",
3064 "core-foundation 0.9.4",
3065 "libc",
3066]
3067
3068[[package]]
3069name = "core-graphics-types"
3070version = "0.2.0"
3071source = "registry+https://github.com/rust-lang/crates.io-index"
3072checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3073dependencies = [
3074 "bitflags 2.6.0",
3075 "core-foundation 0.10.0",
3076 "libc",
3077]
3078
3079[[package]]
3080name = "core-services"
3081version = "0.2.1"
3082source = "registry+https://github.com/rust-lang/crates.io-index"
3083checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3084dependencies = [
3085 "core-foundation 0.9.4",
3086]
3087
3088[[package]]
3089name = "core-text"
3090version = "20.1.0"
3091source = "registry+https://github.com/rust-lang/crates.io-index"
3092checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3093dependencies = [
3094 "core-foundation 0.9.4",
3095 "core-graphics 0.23.2",
3096 "foreign-types 0.5.0",
3097 "libc",
3098]
3099
3100[[package]]
3101name = "coreaudio-rs"
3102version = "0.11.3"
3103source = "registry+https://github.com/rust-lang/crates.io-index"
3104checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3105dependencies = [
3106 "bitflags 1.3.2",
3107 "core-foundation-sys",
3108 "coreaudio-sys",
3109]
3110
3111[[package]]
3112name = "coreaudio-rs"
3113version = "0.12.1"
3114source = "registry+https://github.com/rust-lang/crates.io-index"
3115checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3116dependencies = [
3117 "bitflags 1.3.2",
3118 "core-foundation-sys",
3119 "coreaudio-sys",
3120]
3121
3122[[package]]
3123name = "coreaudio-sys"
3124version = "0.2.16"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3127dependencies = [
3128 "bindgen",
3129]
3130
3131[[package]]
3132name = "cosmic-text"
3133version = "0.11.2"
3134source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3135dependencies = [
3136 "bitflags 2.6.0",
3137 "fontdb",
3138 "log",
3139 "rangemap",
3140 "rayon",
3141 "rustc-hash 1.1.0",
3142 "rustybuzz",
3143 "self_cell",
3144 "swash",
3145 "sys-locale",
3146 "ttf-parser",
3147 "unicode-bidi",
3148 "unicode-linebreak",
3149 "unicode-script",
3150 "unicode-segmentation",
3151]
3152
3153[[package]]
3154name = "cpal"
3155version = "0.15.3"
3156source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3157dependencies = [
3158 "alsa",
3159 "core-foundation-sys",
3160 "coreaudio-rs 0.11.3",
3161 "dasp_sample",
3162 "jni",
3163 "js-sys",
3164 "libc",
3165 "mach2",
3166 "ndk",
3167 "ndk-context",
3168 "oboe",
3169 "wasm-bindgen",
3170 "wasm-bindgen-futures",
3171 "web-sys",
3172 "windows 0.54.0",
3173]
3174
3175[[package]]
3176name = "cpp_demangle"
3177version = "0.4.4"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3180dependencies = [
3181 "cfg-if",
3182]
3183
3184[[package]]
3185name = "cpufeatures"
3186version = "0.2.16"
3187source = "registry+https://github.com/rust-lang/crates.io-index"
3188checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3189dependencies = [
3190 "libc",
3191]
3192
3193[[package]]
3194name = "cranelift-bforest"
3195version = "0.111.2"
3196source = "registry+https://github.com/rust-lang/crates.io-index"
3197checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4"
3198dependencies = [
3199 "cranelift-entity",
3200]
3201
3202[[package]]
3203name = "cranelift-bitset"
3204version = "0.111.2"
3205source = "registry+https://github.com/rust-lang/crates.io-index"
3206checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25"
3207dependencies = [
3208 "serde",
3209 "serde_derive",
3210]
3211
3212[[package]]
3213name = "cranelift-codegen"
3214version = "0.111.2"
3215source = "registry+https://github.com/rust-lang/crates.io-index"
3216checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f"
3217dependencies = [
3218 "bumpalo",
3219 "cranelift-bforest",
3220 "cranelift-bitset",
3221 "cranelift-codegen-meta",
3222 "cranelift-codegen-shared",
3223 "cranelift-control",
3224 "cranelift-entity",
3225 "cranelift-isle",
3226 "gimli 0.29.0",
3227 "hashbrown 0.14.5",
3228 "log",
3229 "regalloc2",
3230 "rustc-hash 1.1.0",
3231 "smallvec",
3232 "target-lexicon",
3233]
3234
3235[[package]]
3236name = "cranelift-codegen-meta"
3237version = "0.111.2"
3238source = "registry+https://github.com/rust-lang/crates.io-index"
3239checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af"
3240dependencies = [
3241 "cranelift-codegen-shared",
3242]
3243
3244[[package]]
3245name = "cranelift-codegen-shared"
3246version = "0.111.2"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab"
3249
3250[[package]]
3251name = "cranelift-control"
3252version = "0.111.2"
3253source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88"
3255dependencies = [
3256 "arbitrary",
3257]
3258
3259[[package]]
3260name = "cranelift-entity"
3261version = "0.111.2"
3262source = "registry+https://github.com/rust-lang/crates.io-index"
3263checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81"
3264dependencies = [
3265 "cranelift-bitset",
3266 "serde",
3267 "serde_derive",
3268]
3269
3270[[package]]
3271name = "cranelift-frontend"
3272version = "0.111.2"
3273source = "registry+https://github.com/rust-lang/crates.io-index"
3274checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f"
3275dependencies = [
3276 "cranelift-codegen",
3277 "log",
3278 "smallvec",
3279 "target-lexicon",
3280]
3281
3282[[package]]
3283name = "cranelift-isle"
3284version = "0.111.2"
3285source = "registry+https://github.com/rust-lang/crates.io-index"
3286checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f"
3287
3288[[package]]
3289name = "cranelift-native"
3290version = "0.111.2"
3291source = "registry+https://github.com/rust-lang/crates.io-index"
3292checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97"
3293dependencies = [
3294 "cranelift-codegen",
3295 "libc",
3296 "target-lexicon",
3297]
3298
3299[[package]]
3300name = "cranelift-wasm"
3301version = "0.111.2"
3302source = "registry+https://github.com/rust-lang/crates.io-index"
3303checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579"
3304dependencies = [
3305 "cranelift-codegen",
3306 "cranelift-entity",
3307 "cranelift-frontend",
3308 "itertools 0.12.1",
3309 "log",
3310 "smallvec",
3311 "wasmparser 0.215.0",
3312 "wasmtime-types",
3313]
3314
3315[[package]]
3316name = "crc"
3317version = "3.2.1"
3318source = "registry+https://github.com/rust-lang/crates.io-index"
3319checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3320dependencies = [
3321 "crc-catalog",
3322]
3323
3324[[package]]
3325name = "crc-catalog"
3326version = "2.4.0"
3327source = "registry+https://github.com/rust-lang/crates.io-index"
3328checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3329
3330[[package]]
3331name = "crc32c"
3332version = "0.6.8"
3333source = "registry+https://github.com/rust-lang/crates.io-index"
3334checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3335dependencies = [
3336 "rustc_version",
3337]
3338
3339[[package]]
3340name = "crc32fast"
3341version = "1.4.2"
3342source = "registry+https://github.com/rust-lang/crates.io-index"
3343checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3344dependencies = [
3345 "cfg-if",
3346]
3347
3348[[package]]
3349name = "criterion"
3350version = "0.5.1"
3351source = "registry+https://github.com/rust-lang/crates.io-index"
3352checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3353dependencies = [
3354 "anes",
3355 "cast",
3356 "ciborium",
3357 "clap",
3358 "criterion-plot",
3359 "is-terminal",
3360 "itertools 0.10.5",
3361 "num-traits",
3362 "once_cell",
3363 "oorandom",
3364 "plotters",
3365 "rayon",
3366 "regex",
3367 "serde",
3368 "serde_derive",
3369 "serde_json",
3370 "tinytemplate",
3371 "walkdir",
3372]
3373
3374[[package]]
3375name = "criterion-plot"
3376version = "0.5.0"
3377source = "registry+https://github.com/rust-lang/crates.io-index"
3378checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3379dependencies = [
3380 "cast",
3381 "itertools 0.10.5",
3382]
3383
3384[[package]]
3385name = "crossbeam-channel"
3386version = "0.5.13"
3387source = "registry+https://github.com/rust-lang/crates.io-index"
3388checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3389dependencies = [
3390 "crossbeam-utils",
3391]
3392
3393[[package]]
3394name = "crossbeam-deque"
3395version = "0.8.5"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3398dependencies = [
3399 "crossbeam-epoch",
3400 "crossbeam-utils",
3401]
3402
3403[[package]]
3404name = "crossbeam-epoch"
3405version = "0.9.18"
3406source = "registry+https://github.com/rust-lang/crates.io-index"
3407checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3408dependencies = [
3409 "crossbeam-utils",
3410]
3411
3412[[package]]
3413name = "crossbeam-queue"
3414version = "0.3.11"
3415source = "registry+https://github.com/rust-lang/crates.io-index"
3416checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3417dependencies = [
3418 "crossbeam-utils",
3419]
3420
3421[[package]]
3422name = "crossbeam-utils"
3423version = "0.8.20"
3424source = "registry+https://github.com/rust-lang/crates.io-index"
3425checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3426
3427[[package]]
3428name = "crunchy"
3429version = "0.2.2"
3430source = "registry+https://github.com/rust-lang/crates.io-index"
3431checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3432
3433[[package]]
3434name = "crypto-bigint"
3435version = "0.4.9"
3436source = "registry+https://github.com/rust-lang/crates.io-index"
3437checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3438dependencies = [
3439 "generic-array",
3440 "rand_core 0.6.4",
3441 "subtle",
3442 "zeroize",
3443]
3444
3445[[package]]
3446name = "crypto-bigint"
3447version = "0.5.5"
3448source = "registry+https://github.com/rust-lang/crates.io-index"
3449checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3450dependencies = [
3451 "rand_core 0.6.4",
3452 "subtle",
3453]
3454
3455[[package]]
3456name = "crypto-common"
3457version = "0.1.6"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3460dependencies = [
3461 "generic-array",
3462 "rand_core 0.6.4",
3463 "typenum",
3464]
3465
3466[[package]]
3467name = "ctor"
3468version = "0.2.9"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
3471dependencies = [
3472 "quote",
3473 "syn 2.0.90",
3474]
3475
3476[[package]]
3477name = "ctrlc"
3478version = "3.4.5"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3481dependencies = [
3482 "nix",
3483 "windows-sys 0.59.0",
3484]
3485
3486[[package]]
3487name = "cursor-icon"
3488version = "1.1.0"
3489source = "registry+https://github.com/rust-lang/crates.io-index"
3490checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3491
3492[[package]]
3493name = "cxx"
3494version = "1.0.134"
3495source = "registry+https://github.com/rust-lang/crates.io-index"
3496checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3497dependencies = [
3498 "cc",
3499 "cxxbridge-cmd",
3500 "cxxbridge-flags",
3501 "cxxbridge-macro",
3502 "foldhash",
3503 "link-cplusplus",
3504]
3505
3506[[package]]
3507name = "cxx-build"
3508version = "1.0.134"
3509source = "registry+https://github.com/rust-lang/crates.io-index"
3510checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3511dependencies = [
3512 "cc",
3513 "codespan-reporting",
3514 "proc-macro2",
3515 "quote",
3516 "scratch",
3517 "syn 2.0.90",
3518]
3519
3520[[package]]
3521name = "cxxbridge-cmd"
3522version = "1.0.134"
3523source = "registry+https://github.com/rust-lang/crates.io-index"
3524checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3525dependencies = [
3526 "clap",
3527 "codespan-reporting",
3528 "proc-macro2",
3529 "quote",
3530 "syn 2.0.90",
3531]
3532
3533[[package]]
3534name = "cxxbridge-flags"
3535version = "1.0.134"
3536source = "registry+https://github.com/rust-lang/crates.io-index"
3537checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3538
3539[[package]]
3540name = "cxxbridge-macro"
3541version = "1.0.134"
3542source = "registry+https://github.com/rust-lang/crates.io-index"
3543checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3544dependencies = [
3545 "proc-macro2",
3546 "quote",
3547 "rustversion",
3548 "syn 2.0.90",
3549]
3550
3551[[package]]
3552name = "dashmap"
3553version = "5.5.3"
3554source = "registry+https://github.com/rust-lang/crates.io-index"
3555checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3556dependencies = [
3557 "cfg-if",
3558 "hashbrown 0.14.5",
3559 "lock_api",
3560 "once_cell",
3561 "parking_lot_core",
3562]
3563
3564[[package]]
3565name = "dashmap"
3566version = "6.1.0"
3567source = "registry+https://github.com/rust-lang/crates.io-index"
3568checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3569dependencies = [
3570 "cfg-if",
3571 "crossbeam-utils",
3572 "hashbrown 0.14.5",
3573 "lock_api",
3574 "once_cell",
3575 "parking_lot_core",
3576]
3577
3578[[package]]
3579name = "dasp_sample"
3580version = "0.11.0"
3581source = "registry+https://github.com/rust-lang/crates.io-index"
3582checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3583
3584[[package]]
3585name = "data-encoding"
3586version = "2.6.0"
3587source = "registry+https://github.com/rust-lang/crates.io-index"
3588checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3589
3590[[package]]
3591name = "data-url"
3592version = "0.3.1"
3593source = "registry+https://github.com/rust-lang/crates.io-index"
3594checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3595
3596[[package]]
3597name = "db"
3598version = "0.1.0"
3599dependencies = [
3600 "anyhow",
3601 "gpui",
3602 "indoc",
3603 "log",
3604 "paths",
3605 "release_channel",
3606 "smol",
3607 "sqlez",
3608 "sqlez_macros",
3609 "tempfile",
3610 "util",
3611]
3612
3613[[package]]
3614name = "dbus"
3615version = "0.9.7"
3616source = "registry+https://github.com/rust-lang/crates.io-index"
3617checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3618dependencies = [
3619 "libc",
3620 "libdbus-sys",
3621 "winapi",
3622]
3623
3624[[package]]
3625name = "deflate64"
3626version = "0.1.9"
3627source = "registry+https://github.com/rust-lang/crates.io-index"
3628checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3629
3630[[package]]
3631name = "der"
3632version = "0.6.1"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3635dependencies = [
3636 "const-oid",
3637 "zeroize",
3638]
3639
3640[[package]]
3641name = "der"
3642version = "0.7.9"
3643source = "registry+https://github.com/rust-lang/crates.io-index"
3644checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3645dependencies = [
3646 "const-oid",
3647 "pem-rfc7468",
3648 "zeroize",
3649]
3650
3651[[package]]
3652name = "deranged"
3653version = "0.3.11"
3654source = "registry+https://github.com/rust-lang/crates.io-index"
3655checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3656dependencies = [
3657 "powerfmt",
3658 "serde",
3659]
3660
3661[[package]]
3662name = "derive_more"
3663version = "0.99.18"
3664source = "registry+https://github.com/rust-lang/crates.io-index"
3665checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3666dependencies = [
3667 "convert_case 0.4.0",
3668 "proc-macro2",
3669 "quote",
3670 "rustc_version",
3671 "syn 2.0.90",
3672]
3673
3674[[package]]
3675name = "derive_refineable"
3676version = "0.1.0"
3677dependencies = [
3678 "proc-macro2",
3679 "quote",
3680 "syn 1.0.109",
3681]
3682
3683[[package]]
3684name = "diagnostics"
3685version = "0.1.0"
3686dependencies = [
3687 "anyhow",
3688 "client",
3689 "collections",
3690 "ctor",
3691 "editor",
3692 "env_logger 0.11.6",
3693 "feature_flags",
3694 "gpui",
3695 "language",
3696 "log",
3697 "lsp",
3698 "pretty_assertions",
3699 "project",
3700 "rand 0.8.5",
3701 "schemars",
3702 "serde",
3703 "serde_json",
3704 "settings",
3705 "theme",
3706 "ui",
3707 "unindent",
3708 "util",
3709 "workspace",
3710]
3711
3712[[package]]
3713name = "dialoguer"
3714version = "0.11.0"
3715source = "registry+https://github.com/rust-lang/crates.io-index"
3716checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3717dependencies = [
3718 "console",
3719 "fuzzy-matcher",
3720 "shell-words",
3721 "tempfile",
3722 "thiserror 1.0.69",
3723 "zeroize",
3724]
3725
3726[[package]]
3727name = "diff"
3728version = "0.1.13"
3729source = "registry+https://github.com/rust-lang/crates.io-index"
3730checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3731
3732[[package]]
3733name = "digest"
3734version = "0.10.7"
3735source = "registry+https://github.com/rust-lang/crates.io-index"
3736checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3737dependencies = [
3738 "block-buffer",
3739 "const-oid",
3740 "crypto-common",
3741 "subtle",
3742]
3743
3744[[package]]
3745name = "dirs"
3746version = "4.0.0"
3747source = "registry+https://github.com/rust-lang/crates.io-index"
3748checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3749dependencies = [
3750 "dirs-sys 0.3.7",
3751]
3752
3753[[package]]
3754name = "dirs"
3755version = "5.0.1"
3756source = "registry+https://github.com/rust-lang/crates.io-index"
3757checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3758dependencies = [
3759 "dirs-sys 0.4.1",
3760]
3761
3762[[package]]
3763name = "dirs-sys"
3764version = "0.3.7"
3765source = "registry+https://github.com/rust-lang/crates.io-index"
3766checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3767dependencies = [
3768 "libc",
3769 "redox_users",
3770 "winapi",
3771]
3772
3773[[package]]
3774name = "dirs-sys"
3775version = "0.4.1"
3776source = "registry+https://github.com/rust-lang/crates.io-index"
3777checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3778dependencies = [
3779 "libc",
3780 "option-ext",
3781 "redox_users",
3782 "windows-sys 0.48.0",
3783]
3784
3785[[package]]
3786name = "displaydoc"
3787version = "0.2.5"
3788source = "registry+https://github.com/rust-lang/crates.io-index"
3789checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
3790dependencies = [
3791 "proc-macro2",
3792 "quote",
3793 "syn 2.0.90",
3794]
3795
3796[[package]]
3797name = "dlib"
3798version = "0.5.2"
3799source = "registry+https://github.com/rust-lang/crates.io-index"
3800checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3801dependencies = [
3802 "libloading",
3803]
3804
3805[[package]]
3806name = "docs_preprocessor"
3807version = "0.1.0"
3808dependencies = [
3809 "anyhow",
3810 "clap",
3811 "mdbook",
3812 "regex",
3813 "serde",
3814 "serde_json",
3815 "settings",
3816 "util",
3817]
3818
3819[[package]]
3820name = "dotenvy"
3821version = "0.15.7"
3822source = "registry+https://github.com/rust-lang/crates.io-index"
3823checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3824
3825[[package]]
3826name = "downcast-rs"
3827version = "1.2.1"
3828source = "registry+https://github.com/rust-lang/crates.io-index"
3829checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3830
3831[[package]]
3832name = "doxygen-rs"
3833version = "0.4.2"
3834source = "registry+https://github.com/rust-lang/crates.io-index"
3835checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3836dependencies = [
3837 "phf",
3838]
3839
3840[[package]]
3841name = "dunce"
3842version = "1.0.5"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
3845
3846[[package]]
3847name = "dwrote"
3848version = "0.11.2"
3849source = "registry+https://github.com/rust-lang/crates.io-index"
3850checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
3851dependencies = [
3852 "lazy_static",
3853 "libc",
3854 "winapi",
3855 "wio",
3856]
3857
3858[[package]]
3859name = "dyn-clone"
3860version = "1.0.17"
3861source = "registry+https://github.com/rust-lang/crates.io-index"
3862checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3863
3864[[package]]
3865name = "ec4rs"
3866version = "1.1.1"
3867source = "registry+https://github.com/rust-lang/crates.io-index"
3868checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3869
3870[[package]]
3871name = "ecdsa"
3872version = "0.14.8"
3873source = "registry+https://github.com/rust-lang/crates.io-index"
3874checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3875dependencies = [
3876 "der 0.6.1",
3877 "elliptic-curve",
3878 "rfc6979",
3879 "signature 1.6.4",
3880]
3881
3882[[package]]
3883name = "editor"
3884version = "0.1.0"
3885dependencies = [
3886 "aho-corasick",
3887 "anyhow",
3888 "assets",
3889 "chrono",
3890 "client",
3891 "clock",
3892 "collections",
3893 "convert_case 0.6.0",
3894 "ctor",
3895 "db",
3896 "emojis",
3897 "env_logger 0.11.6",
3898 "feature_flags",
3899 "file_icons",
3900 "fs",
3901 "futures 0.3.31",
3902 "fuzzy",
3903 "git",
3904 "gpui",
3905 "http_client",
3906 "indoc",
3907 "inline_completion",
3908 "itertools 0.13.0",
3909 "language",
3910 "linkify",
3911 "log",
3912 "lsp",
3913 "markdown",
3914 "multi_buffer",
3915 "ordered-float 2.10.1",
3916 "parking_lot",
3917 "pretty_assertions",
3918 "project",
3919 "rand 0.8.5",
3920 "release_channel",
3921 "rpc",
3922 "schemars",
3923 "serde",
3924 "serde_json",
3925 "settings",
3926 "similar",
3927 "smallvec",
3928 "smol",
3929 "snippet",
3930 "sum_tree",
3931 "task",
3932 "telemetry",
3933 "tempfile",
3934 "text",
3935 "theme",
3936 "time",
3937 "time_format",
3938 "tree-sitter-html",
3939 "tree-sitter-rust",
3940 "tree-sitter-typescript",
3941 "ui",
3942 "unicode-script",
3943 "unicode-segmentation",
3944 "unindent",
3945 "url",
3946 "util",
3947 "uuid",
3948 "workspace",
3949]
3950
3951[[package]]
3952name = "either"
3953version = "1.13.0"
3954source = "registry+https://github.com/rust-lang/crates.io-index"
3955checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3956dependencies = [
3957 "serde",
3958]
3959
3960[[package]]
3961name = "elasticlunr-rs"
3962version = "3.0.2"
3963source = "registry+https://github.com/rust-lang/crates.io-index"
3964checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3965dependencies = [
3966 "regex",
3967 "serde",
3968 "serde_derive",
3969 "serde_json",
3970]
3971
3972[[package]]
3973name = "elliptic-curve"
3974version = "0.12.3"
3975source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3977dependencies = [
3978 "base16ct",
3979 "crypto-bigint 0.4.9",
3980 "der 0.6.1",
3981 "digest",
3982 "ff",
3983 "generic-array",
3984 "group",
3985 "pkcs8 0.9.0",
3986 "rand_core 0.6.4",
3987 "sec1",
3988 "subtle",
3989 "zeroize",
3990]
3991
3992[[package]]
3993name = "embed-resource"
3994version = "3.0.1"
3995source = "registry+https://github.com/rust-lang/crates.io-index"
3996checksum = "4762ce03154ba57ebaeee60cc631901ceae4f18219cbb874e464347471594742"
3997dependencies = [
3998 "cc",
3999 "memchr",
4000 "rustc_version",
4001 "toml 0.8.19",
4002 "vswhom",
4003 "winreg 0.52.0",
4004]
4005
4006[[package]]
4007name = "embedded-io"
4008version = "0.4.0"
4009source = "registry+https://github.com/rust-lang/crates.io-index"
4010checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4011
4012[[package]]
4013name = "embedded-io"
4014version = "0.6.1"
4015source = "registry+https://github.com/rust-lang/crates.io-index"
4016checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4017
4018[[package]]
4019name = "emojis"
4020version = "0.6.4"
4021source = "registry+https://github.com/rust-lang/crates.io-index"
4022checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4023dependencies = [
4024 "phf",
4025]
4026
4027[[package]]
4028name = "encode_unicode"
4029version = "0.3.6"
4030source = "registry+https://github.com/rust-lang/crates.io-index"
4031checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4032
4033[[package]]
4034name = "encoding_rs"
4035version = "0.8.35"
4036source = "registry+https://github.com/rust-lang/crates.io-index"
4037checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4038dependencies = [
4039 "cfg-if",
4040]
4041
4042[[package]]
4043name = "endi"
4044version = "1.1.0"
4045source = "registry+https://github.com/rust-lang/crates.io-index"
4046checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4047
4048[[package]]
4049name = "enumflags2"
4050version = "0.7.10"
4051source = "registry+https://github.com/rust-lang/crates.io-index"
4052checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4053dependencies = [
4054 "enumflags2_derive",
4055 "serde",
4056]
4057
4058[[package]]
4059name = "enumflags2_derive"
4060version = "0.7.10"
4061source = "registry+https://github.com/rust-lang/crates.io-index"
4062checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4063dependencies = [
4064 "proc-macro2",
4065 "quote",
4066 "syn 2.0.90",
4067]
4068
4069[[package]]
4070name = "env_filter"
4071version = "0.1.2"
4072source = "registry+https://github.com/rust-lang/crates.io-index"
4073checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4074dependencies = [
4075 "log",
4076 "regex",
4077]
4078
4079[[package]]
4080name = "env_logger"
4081version = "0.10.2"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4084dependencies = [
4085 "humantime",
4086 "is-terminal",
4087 "log",
4088 "regex",
4089 "termcolor",
4090]
4091
4092[[package]]
4093name = "env_logger"
4094version = "0.11.6"
4095source = "registry+https://github.com/rust-lang/crates.io-index"
4096checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4097dependencies = [
4098 "anstream",
4099 "anstyle",
4100 "env_filter",
4101 "humantime",
4102 "log",
4103]
4104
4105[[package]]
4106name = "envy"
4107version = "0.4.2"
4108source = "registry+https://github.com/rust-lang/crates.io-index"
4109checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4110dependencies = [
4111 "serde",
4112]
4113
4114[[package]]
4115name = "equivalent"
4116version = "1.0.1"
4117source = "registry+https://github.com/rust-lang/crates.io-index"
4118checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4119
4120[[package]]
4121name = "erased-serde"
4122version = "0.4.5"
4123source = "registry+https://github.com/rust-lang/crates.io-index"
4124checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4125dependencies = [
4126 "serde",
4127 "typeid",
4128]
4129
4130[[package]]
4131name = "errno"
4132version = "0.2.8"
4133source = "registry+https://github.com/rust-lang/crates.io-index"
4134checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4135dependencies = [
4136 "errno-dragonfly",
4137 "libc",
4138 "winapi",
4139]
4140
4141[[package]]
4142name = "errno"
4143version = "0.3.10"
4144source = "registry+https://github.com/rust-lang/crates.io-index"
4145checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4146dependencies = [
4147 "libc",
4148 "windows-sys 0.59.0",
4149]
4150
4151[[package]]
4152name = "errno-dragonfly"
4153version = "0.1.2"
4154source = "registry+https://github.com/rust-lang/crates.io-index"
4155checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4156dependencies = [
4157 "cc",
4158 "libc",
4159]
4160
4161[[package]]
4162name = "etagere"
4163version = "0.2.13"
4164source = "registry+https://github.com/rust-lang/crates.io-index"
4165checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
4166dependencies = [
4167 "euclid",
4168 "svg_fmt",
4169]
4170
4171[[package]]
4172name = "etcetera"
4173version = "0.8.0"
4174source = "registry+https://github.com/rust-lang/crates.io-index"
4175checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4176dependencies = [
4177 "cfg-if",
4178 "home",
4179 "windows-sys 0.48.0",
4180]
4181
4182[[package]]
4183name = "euclid"
4184version = "0.22.11"
4185source = "registry+https://github.com/rust-lang/crates.io-index"
4186checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4187dependencies = [
4188 "num-traits",
4189]
4190
4191[[package]]
4192name = "evals"
4193version = "0.1.0"
4194dependencies = [
4195 "anyhow",
4196 "clap",
4197 "client",
4198 "clock",
4199 "collections",
4200 "env_logger 0.11.6",
4201 "feature_flags",
4202 "fs",
4203 "git",
4204 "gpui",
4205 "http_client",
4206 "language",
4207 "languages",
4208 "node_runtime",
4209 "open_ai",
4210 "project",
4211 "reqwest_client",
4212 "semantic_index",
4213 "serde",
4214 "serde_json",
4215 "settings",
4216 "smol",
4217 "util",
4218]
4219
4220[[package]]
4221name = "event-listener"
4222version = "2.5.3"
4223source = "registry+https://github.com/rust-lang/crates.io-index"
4224checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4225
4226[[package]]
4227name = "event-listener"
4228version = "3.1.0"
4229source = "registry+https://github.com/rust-lang/crates.io-index"
4230checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
4231dependencies = [
4232 "concurrent-queue",
4233 "parking",
4234 "pin-project-lite",
4235]
4236
4237[[package]]
4238name = "event-listener"
4239version = "5.3.1"
4240source = "registry+https://github.com/rust-lang/crates.io-index"
4241checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4242dependencies = [
4243 "concurrent-queue",
4244 "parking",
4245 "pin-project-lite",
4246]
4247
4248[[package]]
4249name = "event-listener-strategy"
4250version = "0.5.3"
4251source = "registry+https://github.com/rust-lang/crates.io-index"
4252checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4253dependencies = [
4254 "event-listener 5.3.1",
4255 "pin-project-lite",
4256]
4257
4258[[package]]
4259name = "exec"
4260version = "0.3.1"
4261source = "registry+https://github.com/rust-lang/crates.io-index"
4262checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4263dependencies = [
4264 "errno 0.2.8",
4265 "libc",
4266]
4267
4268[[package]]
4269name = "exr"
4270version = "1.73.0"
4271source = "registry+https://github.com/rust-lang/crates.io-index"
4272checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4273dependencies = [
4274 "bit_field",
4275 "half",
4276 "lebe",
4277 "miniz_oxide",
4278 "rayon-core",
4279 "smallvec",
4280 "zune-inflate",
4281]
4282
4283[[package]]
4284name = "extension"
4285version = "0.1.0"
4286dependencies = [
4287 "anyhow",
4288 "async-compression",
4289 "async-tar",
4290 "async-trait",
4291 "collections",
4292 "fs",
4293 "futures 0.3.31",
4294 "gpui",
4295 "http_client",
4296 "language",
4297 "log",
4298 "lsp",
4299 "parking_lot",
4300 "semantic_version",
4301 "serde",
4302 "serde_json",
4303 "toml 0.8.19",
4304 "util",
4305 "wasm-encoder 0.215.0",
4306 "wasmparser 0.215.0",
4307 "wit-component",
4308]
4309
4310[[package]]
4311name = "extension_cli"
4312version = "0.1.0"
4313dependencies = [
4314 "anyhow",
4315 "clap",
4316 "env_logger 0.11.6",
4317 "extension",
4318 "fs",
4319 "language",
4320 "log",
4321 "reqwest_client",
4322 "rpc",
4323 "serde",
4324 "serde_json",
4325 "theme",
4326 "tokio",
4327 "toml 0.8.19",
4328 "tree-sitter",
4329 "wasmtime",
4330]
4331
4332[[package]]
4333name = "extension_host"
4334version = "0.1.0"
4335dependencies = [
4336 "anyhow",
4337 "async-compression",
4338 "async-tar",
4339 "async-trait",
4340 "client",
4341 "collections",
4342 "context_server_settings",
4343 "ctor",
4344 "env_logger 0.11.6",
4345 "extension",
4346 "fs",
4347 "futures 0.3.31",
4348 "gpui",
4349 "http_client",
4350 "language",
4351 "language_extension",
4352 "log",
4353 "lsp",
4354 "node_runtime",
4355 "parking_lot",
4356 "paths",
4357 "project",
4358 "release_channel",
4359 "remote",
4360 "reqwest_client",
4361 "schemars",
4362 "semantic_version",
4363 "serde",
4364 "serde_json",
4365 "serde_json_lenient",
4366 "settings",
4367 "task",
4368 "telemetry",
4369 "tempfile",
4370 "theme",
4371 "theme_extension",
4372 "toml 0.8.19",
4373 "url",
4374 "util",
4375 "wasmparser 0.215.0",
4376 "wasmtime",
4377 "wasmtime-wasi",
4378]
4379
4380[[package]]
4381name = "extensions_ui"
4382version = "0.1.0"
4383dependencies = [
4384 "anyhow",
4385 "client",
4386 "collections",
4387 "db",
4388 "editor",
4389 "extension_host",
4390 "fs",
4391 "fuzzy",
4392 "gpui",
4393 "language",
4394 "num-format",
4395 "picker",
4396 "project",
4397 "release_channel",
4398 "semantic_version",
4399 "serde",
4400 "settings",
4401 "smallvec",
4402 "telemetry",
4403 "theme",
4404 "ui",
4405 "util",
4406 "vim_mode_setting",
4407 "workspace",
4408 "zed_actions",
4409]
4410
4411[[package]]
4412name = "fallible-iterator"
4413version = "0.3.0"
4414source = "registry+https://github.com/rust-lang/crates.io-index"
4415checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4416
4417[[package]]
4418name = "fancy-regex"
4419version = "0.13.0"
4420source = "registry+https://github.com/rust-lang/crates.io-index"
4421checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4422dependencies = [
4423 "bit-set 0.5.3",
4424 "regex-automata 0.4.9",
4425 "regex-syntax 0.8.5",
4426]
4427
4428[[package]]
4429name = "fancy-regex"
4430version = "0.14.0"
4431source = "registry+https://github.com/rust-lang/crates.io-index"
4432checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4433dependencies = [
4434 "bit-set 0.8.0",
4435 "regex-automata 0.4.9",
4436 "regex-syntax 0.8.5",
4437]
4438
4439[[package]]
4440name = "fast-srgb8"
4441version = "1.0.0"
4442source = "registry+https://github.com/rust-lang/crates.io-index"
4443checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4444
4445[[package]]
4446name = "fastrand"
4447version = "1.9.0"
4448source = "registry+https://github.com/rust-lang/crates.io-index"
4449checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4450dependencies = [
4451 "instant",
4452]
4453
4454[[package]]
4455name = "fastrand"
4456version = "2.3.0"
4457source = "registry+https://github.com/rust-lang/crates.io-index"
4458checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4459
4460[[package]]
4461name = "fd-lock"
4462version = "4.0.2"
4463source = "registry+https://github.com/rust-lang/crates.io-index"
4464checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4465dependencies = [
4466 "cfg-if",
4467 "rustix 0.38.42",
4468 "windows-sys 0.52.0",
4469]
4470
4471[[package]]
4472name = "fdeflate"
4473version = "0.3.7"
4474source = "registry+https://github.com/rust-lang/crates.io-index"
4475checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4476dependencies = [
4477 "simd-adler32",
4478]
4479
4480[[package]]
4481name = "feature_flags"
4482version = "0.1.0"
4483dependencies = [
4484 "futures 0.3.31",
4485 "gpui",
4486]
4487
4488[[package]]
4489name = "feedback"
4490version = "0.1.0"
4491dependencies = [
4492 "anyhow",
4493 "bitflags 2.6.0",
4494 "client",
4495 "db",
4496 "editor",
4497 "futures 0.3.31",
4498 "gpui",
4499 "http_client",
4500 "human_bytes",
4501 "language",
4502 "log",
4503 "menu",
4504 "project",
4505 "regex",
4506 "release_channel",
4507 "serde",
4508 "serde_derive",
4509 "serde_json",
4510 "smol",
4511 "sysinfo",
4512 "ui",
4513 "urlencoding",
4514 "util",
4515 "workspace",
4516 "zed_actions",
4517]
4518
4519[[package]]
4520name = "ff"
4521version = "0.12.1"
4522source = "registry+https://github.com/rust-lang/crates.io-index"
4523checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4524dependencies = [
4525 "rand_core 0.6.4",
4526 "subtle",
4527]
4528
4529[[package]]
4530name = "file_finder"
4531version = "0.1.0"
4532dependencies = [
4533 "anyhow",
4534 "collections",
4535 "ctor",
4536 "editor",
4537 "env_logger 0.11.6",
4538 "file_icons",
4539 "futures 0.3.31",
4540 "fuzzy",
4541 "gpui",
4542 "language",
4543 "menu",
4544 "picker",
4545 "project",
4546 "schemars",
4547 "serde",
4548 "serde_derive",
4549 "serde_json",
4550 "settings",
4551 "text",
4552 "theme",
4553 "ui",
4554 "util",
4555 "workspace",
4556]
4557
4558[[package]]
4559name = "file_icons"
4560version = "0.1.0"
4561dependencies = [
4562 "collections",
4563 "gpui",
4564 "serde",
4565 "serde_derive",
4566 "serde_json",
4567 "util",
4568]
4569
4570[[package]]
4571name = "filedescriptor"
4572version = "0.8.2"
4573source = "registry+https://github.com/rust-lang/crates.io-index"
4574checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4575dependencies = [
4576 "libc",
4577 "thiserror 1.0.69",
4578 "winapi",
4579]
4580
4581[[package]]
4582name = "filetime"
4583version = "0.2.25"
4584source = "registry+https://github.com/rust-lang/crates.io-index"
4585checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4586dependencies = [
4587 "cfg-if",
4588 "libc",
4589 "libredox",
4590 "windows-sys 0.59.0",
4591]
4592
4593[[package]]
4594name = "fixedbitset"
4595version = "0.4.2"
4596source = "registry+https://github.com/rust-lang/crates.io-index"
4597checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4598
4599[[package]]
4600name = "flate2"
4601version = "1.0.35"
4602source = "registry+https://github.com/rust-lang/crates.io-index"
4603checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4604dependencies = [
4605 "crc32fast",
4606 "miniz_oxide",
4607]
4608
4609[[package]]
4610name = "float-cmp"
4611version = "0.9.0"
4612source = "registry+https://github.com/rust-lang/crates.io-index"
4613checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4614
4615[[package]]
4616name = "float-ord"
4617version = "0.3.2"
4618source = "registry+https://github.com/rust-lang/crates.io-index"
4619checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4620
4621[[package]]
4622name = "flume"
4623version = "0.11.1"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4626dependencies = [
4627 "futures-core",
4628 "futures-sink",
4629 "nanorand",
4630 "spin",
4631]
4632
4633[[package]]
4634name = "fnv"
4635version = "1.0.7"
4636source = "registry+https://github.com/rust-lang/crates.io-index"
4637checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4638
4639[[package]]
4640name = "foldhash"
4641version = "0.1.3"
4642source = "registry+https://github.com/rust-lang/crates.io-index"
4643checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4644
4645[[package]]
4646name = "font-kit"
4647version = "0.14.1"
4648source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4649dependencies = [
4650 "bitflags 2.6.0",
4651 "byteorder",
4652 "core-foundation 0.9.4",
4653 "core-graphics 0.23.2",
4654 "core-text",
4655 "dirs 5.0.1",
4656 "dwrote",
4657 "float-ord",
4658 "freetype-sys",
4659 "lazy_static",
4660 "libc",
4661 "log",
4662 "pathfinder_geometry",
4663 "pathfinder_simd",
4664 "walkdir",
4665 "winapi",
4666 "yeslogic-fontconfig-sys",
4667]
4668
4669[[package]]
4670name = "font-types"
4671version = "0.7.3"
4672source = "registry+https://github.com/rust-lang/crates.io-index"
4673checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4674dependencies = [
4675 "bytemuck",
4676]
4677
4678[[package]]
4679name = "fontconfig-parser"
4680version = "0.5.7"
4681source = "registry+https://github.com/rust-lang/crates.io-index"
4682checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4683dependencies = [
4684 "roxmltree",
4685]
4686
4687[[package]]
4688name = "fontdb"
4689version = "0.18.0"
4690source = "registry+https://github.com/rust-lang/crates.io-index"
4691checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4692dependencies = [
4693 "fontconfig-parser",
4694 "log",
4695 "memmap2",
4696 "slotmap",
4697 "tinyvec",
4698 "ttf-parser",
4699]
4700
4701[[package]]
4702name = "foreign-types"
4703version = "0.3.2"
4704source = "registry+https://github.com/rust-lang/crates.io-index"
4705checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4706dependencies = [
4707 "foreign-types-shared 0.1.1",
4708]
4709
4710[[package]]
4711name = "foreign-types"
4712version = "0.5.0"
4713source = "registry+https://github.com/rust-lang/crates.io-index"
4714checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4715dependencies = [
4716 "foreign-types-macros",
4717 "foreign-types-shared 0.3.1",
4718]
4719
4720[[package]]
4721name = "foreign-types-macros"
4722version = "0.2.3"
4723source = "registry+https://github.com/rust-lang/crates.io-index"
4724checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4725dependencies = [
4726 "proc-macro2",
4727 "quote",
4728 "syn 2.0.90",
4729]
4730
4731[[package]]
4732name = "foreign-types-shared"
4733version = "0.1.1"
4734source = "registry+https://github.com/rust-lang/crates.io-index"
4735checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4736
4737[[package]]
4738name = "foreign-types-shared"
4739version = "0.3.1"
4740source = "registry+https://github.com/rust-lang/crates.io-index"
4741checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4742
4743[[package]]
4744name = "fork"
4745version = "0.2.0"
4746source = "registry+https://github.com/rust-lang/crates.io-index"
4747checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4748dependencies = [
4749 "libc",
4750]
4751
4752[[package]]
4753name = "form_urlencoded"
4754version = "1.2.1"
4755source = "registry+https://github.com/rust-lang/crates.io-index"
4756checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4757dependencies = [
4758 "percent-encoding",
4759]
4760
4761[[package]]
4762name = "freetype-sys"
4763version = "0.20.1"
4764source = "registry+https://github.com/rust-lang/crates.io-index"
4765checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4766dependencies = [
4767 "cc",
4768 "libc",
4769 "pkg-config",
4770]
4771
4772[[package]]
4773name = "fs"
4774version = "0.1.0"
4775dependencies = [
4776 "anyhow",
4777 "ashpd",
4778 "async-tar",
4779 "async-trait",
4780 "cocoa 0.26.0",
4781 "collections",
4782 "fsevent",
4783 "futures 0.3.31",
4784 "git",
4785 "git2",
4786 "gpui",
4787 "libc",
4788 "log",
4789 "notify",
4790 "objc",
4791 "parking_lot",
4792 "paths",
4793 "proto",
4794 "rope",
4795 "serde",
4796 "serde_json",
4797 "shlex",
4798 "smol",
4799 "tempfile",
4800 "text",
4801 "time",
4802 "util",
4803 "which 6.0.3",
4804 "windows 0.58.0",
4805]
4806
4807[[package]]
4808name = "fs-set-times"
4809version = "0.20.2"
4810source = "registry+https://github.com/rust-lang/crates.io-index"
4811checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
4812dependencies = [
4813 "io-lifetimes 2.0.4",
4814 "rustix 0.38.42",
4815 "windows-sys 0.59.0",
4816]
4817
4818[[package]]
4819name = "fs2"
4820version = "0.4.3"
4821source = "registry+https://github.com/rust-lang/crates.io-index"
4822checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4823dependencies = [
4824 "libc",
4825 "winapi",
4826]
4827
4828[[package]]
4829name = "fsevent"
4830version = "0.1.0"
4831dependencies = [
4832 "bitflags 2.6.0",
4833 "core-foundation 0.9.4",
4834 "fsevent-sys 3.1.0",
4835 "parking_lot",
4836 "tempfile",
4837]
4838
4839[[package]]
4840name = "fsevent-sys"
4841version = "3.1.0"
4842source = "registry+https://github.com/rust-lang/crates.io-index"
4843checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4844dependencies = [
4845 "libc",
4846]
4847
4848[[package]]
4849name = "fsevent-sys"
4850version = "4.1.0"
4851source = "registry+https://github.com/rust-lang/crates.io-index"
4852checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4853dependencies = [
4854 "libc",
4855]
4856
4857[[package]]
4858name = "funty"
4859version = "2.0.0"
4860source = "registry+https://github.com/rust-lang/crates.io-index"
4861checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4862
4863[[package]]
4864name = "futf"
4865version = "0.1.5"
4866source = "registry+https://github.com/rust-lang/crates.io-index"
4867checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4868dependencies = [
4869 "mac",
4870 "new_debug_unreachable",
4871]
4872
4873[[package]]
4874name = "futures"
4875version = "0.1.31"
4876source = "registry+https://github.com/rust-lang/crates.io-index"
4877checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4878
4879[[package]]
4880name = "futures"
4881version = "0.3.31"
4882source = "registry+https://github.com/rust-lang/crates.io-index"
4883checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
4884dependencies = [
4885 "futures-channel",
4886 "futures-core",
4887 "futures-executor",
4888 "futures-io",
4889 "futures-sink",
4890 "futures-task",
4891 "futures-util",
4892]
4893
4894[[package]]
4895name = "futures-batch"
4896version = "0.6.1"
4897source = "registry+https://github.com/rust-lang/crates.io-index"
4898checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4899dependencies = [
4900 "futures 0.3.31",
4901 "futures-timer",
4902 "pin-utils",
4903]
4904
4905[[package]]
4906name = "futures-channel"
4907version = "0.3.31"
4908source = "registry+https://github.com/rust-lang/crates.io-index"
4909checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
4910dependencies = [
4911 "futures-core",
4912 "futures-sink",
4913]
4914
4915[[package]]
4916name = "futures-core"
4917version = "0.3.31"
4918source = "registry+https://github.com/rust-lang/crates.io-index"
4919checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
4920
4921[[package]]
4922name = "futures-executor"
4923version = "0.3.31"
4924source = "registry+https://github.com/rust-lang/crates.io-index"
4925checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
4926dependencies = [
4927 "futures-core",
4928 "futures-task",
4929 "futures-util",
4930]
4931
4932[[package]]
4933name = "futures-intrusive"
4934version = "0.5.0"
4935source = "registry+https://github.com/rust-lang/crates.io-index"
4936checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4937dependencies = [
4938 "futures-core",
4939 "lock_api",
4940 "parking_lot",
4941]
4942
4943[[package]]
4944name = "futures-io"
4945version = "0.3.31"
4946source = "registry+https://github.com/rust-lang/crates.io-index"
4947checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
4948
4949[[package]]
4950name = "futures-lite"
4951version = "1.13.0"
4952source = "registry+https://github.com/rust-lang/crates.io-index"
4953checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4954dependencies = [
4955 "fastrand 1.9.0",
4956 "futures-core",
4957 "futures-io",
4958 "memchr",
4959 "parking",
4960 "pin-project-lite",
4961 "waker-fn",
4962]
4963
4964[[package]]
4965name = "futures-lite"
4966version = "2.5.0"
4967source = "registry+https://github.com/rust-lang/crates.io-index"
4968checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
4969dependencies = [
4970 "fastrand 2.3.0",
4971 "futures-core",
4972 "futures-io",
4973 "parking",
4974 "pin-project-lite",
4975]
4976
4977[[package]]
4978name = "futures-macro"
4979version = "0.3.31"
4980source = "registry+https://github.com/rust-lang/crates.io-index"
4981checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
4982dependencies = [
4983 "proc-macro2",
4984 "quote",
4985 "syn 2.0.90",
4986]
4987
4988[[package]]
4989name = "futures-sink"
4990version = "0.3.31"
4991source = "registry+https://github.com/rust-lang/crates.io-index"
4992checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
4993
4994[[package]]
4995name = "futures-task"
4996version = "0.3.31"
4997source = "registry+https://github.com/rust-lang/crates.io-index"
4998checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
4999
5000[[package]]
5001name = "futures-timer"
5002version = "3.0.3"
5003source = "registry+https://github.com/rust-lang/crates.io-index"
5004checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5005
5006[[package]]
5007name = "futures-util"
5008version = "0.3.31"
5009source = "registry+https://github.com/rust-lang/crates.io-index"
5010checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5011dependencies = [
5012 "futures 0.1.31",
5013 "futures-channel",
5014 "futures-core",
5015 "futures-io",
5016 "futures-macro",
5017 "futures-sink",
5018 "futures-task",
5019 "memchr",
5020 "pin-project-lite",
5021 "pin-utils",
5022 "slab",
5023 "tokio-io",
5024]
5025
5026[[package]]
5027name = "fuzzy"
5028version = "0.1.0"
5029dependencies = [
5030 "gpui",
5031 "log",
5032 "util",
5033]
5034
5035[[package]]
5036name = "fuzzy-matcher"
5037version = "0.3.7"
5038source = "registry+https://github.com/rust-lang/crates.io-index"
5039checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5040dependencies = [
5041 "thread_local",
5042]
5043
5044[[package]]
5045name = "generic-array"
5046version = "0.14.7"
5047source = "registry+https://github.com/rust-lang/crates.io-index"
5048checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5049dependencies = [
5050 "typenum",
5051 "version_check",
5052]
5053
5054[[package]]
5055name = "gethostname"
5056version = "0.4.3"
5057source = "registry+https://github.com/rust-lang/crates.io-index"
5058checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5059dependencies = [
5060 "libc",
5061 "windows-targets 0.48.5",
5062]
5063
5064[[package]]
5065name = "getrandom"
5066version = "0.1.16"
5067source = "registry+https://github.com/rust-lang/crates.io-index"
5068checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5069dependencies = [
5070 "cfg-if",
5071 "libc",
5072 "wasi 0.9.0+wasi-snapshot-preview1",
5073]
5074
5075[[package]]
5076name = "getrandom"
5077version = "0.2.15"
5078source = "registry+https://github.com/rust-lang/crates.io-index"
5079checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5080dependencies = [
5081 "cfg-if",
5082 "js-sys",
5083 "libc",
5084 "wasi 0.11.0+wasi-snapshot-preview1",
5085 "wasm-bindgen",
5086]
5087
5088[[package]]
5089name = "gif"
5090version = "0.13.1"
5091source = "registry+https://github.com/rust-lang/crates.io-index"
5092checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5093dependencies = [
5094 "color_quant",
5095 "weezl",
5096]
5097
5098[[package]]
5099name = "gimli"
5100version = "0.29.0"
5101source = "registry+https://github.com/rust-lang/crates.io-index"
5102checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
5103dependencies = [
5104 "fallible-iterator",
5105 "indexmap",
5106 "stable_deref_trait",
5107]
5108
5109[[package]]
5110name = "gimli"
5111version = "0.31.1"
5112source = "registry+https://github.com/rust-lang/crates.io-index"
5113checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5114
5115[[package]]
5116name = "git"
5117version = "0.1.0"
5118dependencies = [
5119 "anyhow",
5120 "async-trait",
5121 "collections",
5122 "derive_more",
5123 "git2",
5124 "gpui",
5125 "http_client",
5126 "log",
5127 "parking_lot",
5128 "pretty_assertions",
5129 "regex",
5130 "rope",
5131 "serde",
5132 "serde_json",
5133 "smol",
5134 "sum_tree",
5135 "text",
5136 "time",
5137 "unindent",
5138 "url",
5139 "util",
5140]
5141
5142[[package]]
5143name = "git2"
5144version = "0.19.0"
5145source = "registry+https://github.com/rust-lang/crates.io-index"
5146checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
5147dependencies = [
5148 "bitflags 2.6.0",
5149 "libc",
5150 "libgit2-sys",
5151 "log",
5152 "url",
5153]
5154
5155[[package]]
5156name = "git_hosting_providers"
5157version = "0.1.0"
5158dependencies = [
5159 "anyhow",
5160 "async-trait",
5161 "futures 0.3.31",
5162 "git",
5163 "gpui",
5164 "http_client",
5165 "indoc",
5166 "pretty_assertions",
5167 "regex",
5168 "serde",
5169 "serde_json",
5170 "url",
5171 "util",
5172]
5173
5174[[package]]
5175name = "git_ui"
5176version = "0.1.0"
5177dependencies = [
5178 "anyhow",
5179 "collections",
5180 "db",
5181 "editor",
5182 "git",
5183 "gpui",
5184 "language",
5185 "menu",
5186 "project",
5187 "schemars",
5188 "serde",
5189 "serde_derive",
5190 "serde_json",
5191 "settings",
5192 "theme",
5193 "ui",
5194 "util",
5195 "windows 0.58.0",
5196 "workspace",
5197 "worktree",
5198]
5199
5200[[package]]
5201name = "glob"
5202version = "0.3.1"
5203source = "registry+https://github.com/rust-lang/crates.io-index"
5204checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5205
5206[[package]]
5207name = "globset"
5208version = "0.4.15"
5209source = "registry+https://github.com/rust-lang/crates.io-index"
5210checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5211dependencies = [
5212 "aho-corasick",
5213 "bstr",
5214 "log",
5215 "regex-automata 0.4.9",
5216 "regex-syntax 0.8.5",
5217]
5218
5219[[package]]
5220name = "gloo-timers"
5221version = "0.3.0"
5222source = "registry+https://github.com/rust-lang/crates.io-index"
5223checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5224dependencies = [
5225 "futures-channel",
5226 "futures-core",
5227 "js-sys",
5228 "wasm-bindgen",
5229]
5230
5231[[package]]
5232name = "glow"
5233version = "0.14.2"
5234source = "registry+https://github.com/rust-lang/crates.io-index"
5235checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5236dependencies = [
5237 "js-sys",
5238 "slotmap",
5239 "wasm-bindgen",
5240 "web-sys",
5241]
5242
5243[[package]]
5244name = "go_to_line"
5245version = "0.1.0"
5246dependencies = [
5247 "anyhow",
5248 "editor",
5249 "gpui",
5250 "indoc",
5251 "language",
5252 "menu",
5253 "project",
5254 "rope",
5255 "schemars",
5256 "serde",
5257 "serde_json",
5258 "settings",
5259 "text",
5260 "theme",
5261 "tree-sitter-rust",
5262 "tree-sitter-typescript",
5263 "ui",
5264 "util",
5265 "workspace",
5266]
5267
5268[[package]]
5269name = "google_ai"
5270version = "0.1.0"
5271dependencies = [
5272 "anyhow",
5273 "futures 0.3.31",
5274 "http_client",
5275 "schemars",
5276 "serde",
5277 "serde_json",
5278 "strum",
5279]
5280
5281[[package]]
5282name = "gpu-alloc"
5283version = "0.6.0"
5284source = "registry+https://github.com/rust-lang/crates.io-index"
5285checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5286dependencies = [
5287 "bitflags 2.6.0",
5288 "gpu-alloc-types",
5289]
5290
5291[[package]]
5292name = "gpu-alloc-ash"
5293version = "0.7.0"
5294source = "registry+https://github.com/rust-lang/crates.io-index"
5295checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5296dependencies = [
5297 "ash",
5298 "gpu-alloc-types",
5299 "tinyvec",
5300]
5301
5302[[package]]
5303name = "gpu-alloc-types"
5304version = "0.3.0"
5305source = "registry+https://github.com/rust-lang/crates.io-index"
5306checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5307dependencies = [
5308 "bitflags 2.6.0",
5309]
5310
5311[[package]]
5312name = "gpui"
5313version = "0.1.0"
5314dependencies = [
5315 "anyhow",
5316 "as-raw-xcb-connection",
5317 "ashpd",
5318 "async-task",
5319 "backtrace",
5320 "bindgen",
5321 "blade-graphics",
5322 "blade-macros",
5323 "blade-util",
5324 "block",
5325 "bytemuck",
5326 "calloop",
5327 "calloop-wayland-source",
5328 "cbindgen",
5329 "cocoa 0.26.0",
5330 "collections",
5331 "core-foundation 0.9.4",
5332 "core-foundation-sys",
5333 "core-graphics 0.23.2",
5334 "core-text",
5335 "cosmic-text",
5336 "ctor",
5337 "derive_more",
5338 "embed-resource",
5339 "env_logger 0.11.6",
5340 "etagere",
5341 "filedescriptor",
5342 "flume",
5343 "font-kit",
5344 "foreign-types 0.5.0",
5345 "futures 0.3.31",
5346 "gpui_macros",
5347 "http_client",
5348 "image",
5349 "itertools 0.13.0",
5350 "linkme",
5351 "log",
5352 "media",
5353 "metal",
5354 "num_cpus",
5355 "objc",
5356 "objc2",
5357 "objc2-metal",
5358 "oo7",
5359 "open",
5360 "parking",
5361 "parking_lot",
5362 "pathfinder_geometry",
5363 "postage",
5364 "profiling",
5365 "rand 0.8.5",
5366 "raw-window-handle",
5367 "refineable",
5368 "resvg",
5369 "schemars",
5370 "seahash",
5371 "semantic_version",
5372 "serde",
5373 "serde_derive",
5374 "serde_json",
5375 "slotmap",
5376 "smallvec",
5377 "smol",
5378 "strum",
5379 "sum_tree",
5380 "taffy",
5381 "thiserror 1.0.69",
5382 "unicode-segmentation",
5383 "usvg",
5384 "util",
5385 "uuid",
5386 "waker-fn",
5387 "wayland-backend",
5388 "wayland-client",
5389 "wayland-cursor",
5390 "wayland-protocols",
5391 "wayland-protocols-plasma",
5392 "windows 0.58.0",
5393 "windows-core 0.58.0",
5394 "x11-clipboard",
5395 "x11rb",
5396 "xim",
5397 "xkbcommon",
5398]
5399
5400[[package]]
5401name = "gpui_macros"
5402version = "0.1.0"
5403dependencies = [
5404 "proc-macro2",
5405 "quote",
5406 "syn 1.0.109",
5407]
5408
5409[[package]]
5410name = "grid"
5411version = "0.13.0"
5412source = "registry+https://github.com/rust-lang/crates.io-index"
5413checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5414
5415[[package]]
5416name = "group"
5417version = "0.12.1"
5418source = "registry+https://github.com/rust-lang/crates.io-index"
5419checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5420dependencies = [
5421 "ff",
5422 "rand_core 0.6.4",
5423 "subtle",
5424]
5425
5426[[package]]
5427name = "h2"
5428version = "0.3.26"
5429source = "registry+https://github.com/rust-lang/crates.io-index"
5430checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5431dependencies = [
5432 "bytes 1.9.0",
5433 "fnv",
5434 "futures-core",
5435 "futures-sink",
5436 "futures-util",
5437 "http 0.2.12",
5438 "indexmap",
5439 "slab",
5440 "tokio",
5441 "tokio-util",
5442 "tracing",
5443]
5444
5445[[package]]
5446name = "h2"
5447version = "0.4.7"
5448source = "registry+https://github.com/rust-lang/crates.io-index"
5449checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5450dependencies = [
5451 "atomic-waker",
5452 "bytes 1.9.0",
5453 "fnv",
5454 "futures-core",
5455 "futures-sink",
5456 "http 1.2.0",
5457 "indexmap",
5458 "slab",
5459 "tokio",
5460 "tokio-util",
5461 "tracing",
5462]
5463
5464[[package]]
5465name = "half"
5466version = "2.4.1"
5467source = "registry+https://github.com/rust-lang/crates.io-index"
5468checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5469dependencies = [
5470 "cfg-if",
5471 "crunchy",
5472]
5473
5474[[package]]
5475name = "handlebars"
5476version = "4.5.0"
5477source = "registry+https://github.com/rust-lang/crates.io-index"
5478checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5479dependencies = [
5480 "log",
5481 "pest",
5482 "pest_derive",
5483 "serde",
5484 "serde_json",
5485 "thiserror 1.0.69",
5486]
5487
5488[[package]]
5489name = "handlebars"
5490version = "6.2.0"
5491source = "registry+https://github.com/rust-lang/crates.io-index"
5492checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5493dependencies = [
5494 "log",
5495 "num-order",
5496 "pest",
5497 "pest_derive",
5498 "serde",
5499 "serde_json",
5500 "thiserror 1.0.69",
5501]
5502
5503[[package]]
5504name = "hashbrown"
5505version = "0.12.3"
5506source = "registry+https://github.com/rust-lang/crates.io-index"
5507checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5508dependencies = [
5509 "ahash 0.7.8",
5510]
5511
5512[[package]]
5513name = "hashbrown"
5514version = "0.13.2"
5515source = "registry+https://github.com/rust-lang/crates.io-index"
5516checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5517dependencies = [
5518 "ahash 0.8.11",
5519]
5520
5521[[package]]
5522name = "hashbrown"
5523version = "0.14.5"
5524source = "registry+https://github.com/rust-lang/crates.io-index"
5525checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5526dependencies = [
5527 "ahash 0.8.11",
5528 "allocator-api2",
5529 "serde",
5530]
5531
5532[[package]]
5533name = "hashbrown"
5534version = "0.15.2"
5535source = "registry+https://github.com/rust-lang/crates.io-index"
5536checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5537dependencies = [
5538 "allocator-api2",
5539 "equivalent",
5540 "foldhash",
5541]
5542
5543[[package]]
5544name = "hashlink"
5545version = "0.8.4"
5546source = "registry+https://github.com/rust-lang/crates.io-index"
5547checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5548dependencies = [
5549 "hashbrown 0.14.5",
5550]
5551
5552[[package]]
5553name = "hashlink"
5554version = "0.9.1"
5555source = "registry+https://github.com/rust-lang/crates.io-index"
5556checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5557dependencies = [
5558 "hashbrown 0.14.5",
5559]
5560
5561[[package]]
5562name = "headers"
5563version = "0.3.9"
5564source = "registry+https://github.com/rust-lang/crates.io-index"
5565checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5566dependencies = [
5567 "base64 0.21.7",
5568 "bytes 1.9.0",
5569 "headers-core",
5570 "http 0.2.12",
5571 "httpdate",
5572 "mime",
5573 "sha1",
5574]
5575
5576[[package]]
5577name = "headers-core"
5578version = "0.2.0"
5579source = "registry+https://github.com/rust-lang/crates.io-index"
5580checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5581dependencies = [
5582 "http 0.2.12",
5583]
5584
5585[[package]]
5586name = "heck"
5587version = "0.3.3"
5588source = "registry+https://github.com/rust-lang/crates.io-index"
5589checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5590dependencies = [
5591 "unicode-segmentation",
5592]
5593
5594[[package]]
5595name = "heck"
5596version = "0.4.1"
5597source = "registry+https://github.com/rust-lang/crates.io-index"
5598checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5599dependencies = [
5600 "unicode-segmentation",
5601]
5602
5603[[package]]
5604name = "heck"
5605version = "0.5.0"
5606source = "registry+https://github.com/rust-lang/crates.io-index"
5607checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5608
5609[[package]]
5610name = "heed"
5611version = "0.21.0"
5612source = "registry+https://github.com/rust-lang/crates.io-index"
5613checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5614dependencies = [
5615 "bitflags 2.6.0",
5616 "byteorder",
5617 "heed-traits",
5618 "heed-types",
5619 "libc",
5620 "lmdb-master-sys",
5621 "once_cell",
5622 "page_size",
5623 "serde",
5624 "synchronoise",
5625 "url",
5626]
5627
5628[[package]]
5629name = "heed-traits"
5630version = "0.20.0"
5631source = "registry+https://github.com/rust-lang/crates.io-index"
5632checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5633
5634[[package]]
5635name = "heed-types"
5636version = "0.21.0"
5637source = "registry+https://github.com/rust-lang/crates.io-index"
5638checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5639dependencies = [
5640 "bincode",
5641 "byteorder",
5642 "heed-traits",
5643 "serde",
5644 "serde_json",
5645]
5646
5647[[package]]
5648name = "hermit-abi"
5649version = "0.3.9"
5650source = "registry+https://github.com/rust-lang/crates.io-index"
5651checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5652
5653[[package]]
5654name = "hermit-abi"
5655version = "0.4.0"
5656source = "registry+https://github.com/rust-lang/crates.io-index"
5657checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5658
5659[[package]]
5660name = "hex"
5661version = "0.4.3"
5662source = "registry+https://github.com/rust-lang/crates.io-index"
5663checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5664
5665[[package]]
5666name = "hexf-parse"
5667version = "0.2.1"
5668source = "registry+https://github.com/rust-lang/crates.io-index"
5669checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5670
5671[[package]]
5672name = "hidden-trait"
5673version = "0.1.2"
5674source = "registry+https://github.com/rust-lang/crates.io-index"
5675checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5676dependencies = [
5677 "proc-macro2",
5678 "quote",
5679 "syn 1.0.109",
5680]
5681
5682[[package]]
5683name = "hkdf"
5684version = "0.12.4"
5685source = "registry+https://github.com/rust-lang/crates.io-index"
5686checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5687dependencies = [
5688 "hmac",
5689]
5690
5691[[package]]
5692name = "hmac"
5693version = "0.12.1"
5694source = "registry+https://github.com/rust-lang/crates.io-index"
5695checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5696dependencies = [
5697 "digest",
5698]
5699
5700[[package]]
5701name = "home"
5702version = "0.5.9"
5703source = "registry+https://github.com/rust-lang/crates.io-index"
5704checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5705dependencies = [
5706 "windows-sys 0.52.0",
5707]
5708
5709[[package]]
5710name = "hound"
5711version = "3.5.1"
5712source = "registry+https://github.com/rust-lang/crates.io-index"
5713checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5714
5715[[package]]
5716name = "html5ever"
5717version = "0.27.0"
5718source = "registry+https://github.com/rust-lang/crates.io-index"
5719checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5720dependencies = [
5721 "log",
5722 "mac",
5723 "markup5ever",
5724 "proc-macro2",
5725 "quote",
5726 "syn 2.0.90",
5727]
5728
5729[[package]]
5730name = "html_to_markdown"
5731version = "0.1.0"
5732dependencies = [
5733 "anyhow",
5734 "html5ever",
5735 "indoc",
5736 "markup5ever_rcdom",
5737 "pretty_assertions",
5738 "regex",
5739]
5740
5741[[package]]
5742name = "http"
5743version = "0.2.12"
5744source = "registry+https://github.com/rust-lang/crates.io-index"
5745checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5746dependencies = [
5747 "bytes 1.9.0",
5748 "fnv",
5749 "itoa",
5750]
5751
5752[[package]]
5753name = "http"
5754version = "1.2.0"
5755source = "registry+https://github.com/rust-lang/crates.io-index"
5756checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
5757dependencies = [
5758 "bytes 1.9.0",
5759 "fnv",
5760 "itoa",
5761]
5762
5763[[package]]
5764name = "http-body"
5765version = "0.4.6"
5766source = "registry+https://github.com/rust-lang/crates.io-index"
5767checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5768dependencies = [
5769 "bytes 1.9.0",
5770 "http 0.2.12",
5771 "pin-project-lite",
5772]
5773
5774[[package]]
5775name = "http-body"
5776version = "1.0.1"
5777source = "registry+https://github.com/rust-lang/crates.io-index"
5778checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5779dependencies = [
5780 "bytes 1.9.0",
5781 "http 1.2.0",
5782]
5783
5784[[package]]
5785name = "http-body-util"
5786version = "0.1.2"
5787source = "registry+https://github.com/rust-lang/crates.io-index"
5788checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5789dependencies = [
5790 "bytes 1.9.0",
5791 "futures-util",
5792 "http 1.2.0",
5793 "http-body 1.0.1",
5794 "pin-project-lite",
5795]
5796
5797[[package]]
5798name = "http-range-header"
5799version = "0.3.1"
5800source = "registry+https://github.com/rust-lang/crates.io-index"
5801checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5802
5803[[package]]
5804name = "http-types"
5805version = "2.12.0"
5806source = "registry+https://github.com/rust-lang/crates.io-index"
5807checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5808dependencies = [
5809 "anyhow",
5810 "async-channel 1.9.0",
5811 "base64 0.13.1",
5812 "futures-lite 1.13.0",
5813 "http 0.2.12",
5814 "infer",
5815 "pin-project-lite",
5816 "rand 0.7.3",
5817 "serde",
5818 "serde_json",
5819 "serde_qs 0.8.5",
5820 "serde_urlencoded",
5821 "url",
5822]
5823
5824[[package]]
5825name = "http_client"
5826version = "0.1.0"
5827dependencies = [
5828 "anyhow",
5829 "bytes 1.9.0",
5830 "derive_more",
5831 "futures 0.3.31",
5832 "http 1.2.0",
5833 "log",
5834 "serde",
5835 "serde_json",
5836 "url",
5837]
5838
5839[[package]]
5840name = "httparse"
5841version = "1.9.5"
5842source = "registry+https://github.com/rust-lang/crates.io-index"
5843checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
5844
5845[[package]]
5846name = "httpdate"
5847version = "1.0.3"
5848source = "registry+https://github.com/rust-lang/crates.io-index"
5849checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5850
5851[[package]]
5852name = "human_bytes"
5853version = "0.4.3"
5854source = "registry+https://github.com/rust-lang/crates.io-index"
5855checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5856
5857[[package]]
5858name = "humantime"
5859version = "2.1.0"
5860source = "registry+https://github.com/rust-lang/crates.io-index"
5861checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5862
5863[[package]]
5864name = "hyper"
5865version = "0.14.32"
5866source = "registry+https://github.com/rust-lang/crates.io-index"
5867checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
5868dependencies = [
5869 "bytes 1.9.0",
5870 "futures-channel",
5871 "futures-core",
5872 "futures-util",
5873 "h2 0.3.26",
5874 "http 0.2.12",
5875 "http-body 0.4.6",
5876 "httparse",
5877 "httpdate",
5878 "itoa",
5879 "pin-project-lite",
5880 "socket2 0.4.10",
5881 "tokio",
5882 "tower-service",
5883 "tracing",
5884 "want",
5885]
5886
5887[[package]]
5888name = "hyper"
5889version = "1.5.1"
5890source = "registry+https://github.com/rust-lang/crates.io-index"
5891checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
5892dependencies = [
5893 "bytes 1.9.0",
5894 "futures-channel",
5895 "futures-util",
5896 "h2 0.4.7",
5897 "http 1.2.0",
5898 "http-body 1.0.1",
5899 "httparse",
5900 "itoa",
5901 "pin-project-lite",
5902 "smallvec",
5903 "tokio",
5904 "want",
5905]
5906
5907[[package]]
5908name = "hyper-rustls"
5909version = "0.24.2"
5910source = "registry+https://github.com/rust-lang/crates.io-index"
5911checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5912dependencies = [
5913 "futures-util",
5914 "http 0.2.12",
5915 "hyper 0.14.32",
5916 "log",
5917 "rustls 0.21.12",
5918 "rustls-native-certs 0.6.3",
5919 "tokio",
5920 "tokio-rustls 0.24.1",
5921]
5922
5923[[package]]
5924name = "hyper-rustls"
5925version = "0.27.3"
5926source = "registry+https://github.com/rust-lang/crates.io-index"
5927checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5928dependencies = [
5929 "futures-util",
5930 "http 1.2.0",
5931 "hyper 1.5.1",
5932 "hyper-util",
5933 "rustls 0.23.20",
5934 "rustls-native-certs 0.8.1",
5935 "rustls-pki-types",
5936 "tokio",
5937 "tokio-rustls 0.26.1",
5938 "tower-service",
5939]
5940
5941[[package]]
5942name = "hyper-tls"
5943version = "0.5.0"
5944source = "registry+https://github.com/rust-lang/crates.io-index"
5945checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5946dependencies = [
5947 "bytes 1.9.0",
5948 "hyper 0.14.32",
5949 "native-tls",
5950 "tokio",
5951 "tokio-native-tls",
5952]
5953
5954[[package]]
5955name = "hyper-util"
5956version = "0.1.10"
5957source = "registry+https://github.com/rust-lang/crates.io-index"
5958checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
5959dependencies = [
5960 "bytes 1.9.0",
5961 "futures-channel",
5962 "futures-util",
5963 "http 1.2.0",
5964 "http-body 1.0.1",
5965 "hyper 1.5.1",
5966 "pin-project-lite",
5967 "socket2 0.5.8",
5968 "tokio",
5969 "tower-service",
5970 "tracing",
5971]
5972
5973[[package]]
5974name = "iana-time-zone"
5975version = "0.1.61"
5976source = "registry+https://github.com/rust-lang/crates.io-index"
5977checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
5978dependencies = [
5979 "android_system_properties",
5980 "core-foundation-sys",
5981 "iana-time-zone-haiku",
5982 "js-sys",
5983 "wasm-bindgen",
5984 "windows-core 0.52.0",
5985]
5986
5987[[package]]
5988name = "iana-time-zone-haiku"
5989version = "0.1.2"
5990source = "registry+https://github.com/rust-lang/crates.io-index"
5991checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5992dependencies = [
5993 "cc",
5994]
5995
5996[[package]]
5997name = "icu_collections"
5998version = "1.5.0"
5999source = "registry+https://github.com/rust-lang/crates.io-index"
6000checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6001dependencies = [
6002 "displaydoc",
6003 "yoke",
6004 "zerofrom",
6005 "zerovec",
6006]
6007
6008[[package]]
6009name = "icu_locid"
6010version = "1.5.0"
6011source = "registry+https://github.com/rust-lang/crates.io-index"
6012checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6013dependencies = [
6014 "displaydoc",
6015 "litemap",
6016 "tinystr",
6017 "writeable",
6018 "zerovec",
6019]
6020
6021[[package]]
6022name = "icu_locid_transform"
6023version = "1.5.0"
6024source = "registry+https://github.com/rust-lang/crates.io-index"
6025checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6026dependencies = [
6027 "displaydoc",
6028 "icu_locid",
6029 "icu_locid_transform_data",
6030 "icu_provider",
6031 "tinystr",
6032 "zerovec",
6033]
6034
6035[[package]]
6036name = "icu_locid_transform_data"
6037version = "1.5.0"
6038source = "registry+https://github.com/rust-lang/crates.io-index"
6039checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6040
6041[[package]]
6042name = "icu_normalizer"
6043version = "1.5.0"
6044source = "registry+https://github.com/rust-lang/crates.io-index"
6045checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6046dependencies = [
6047 "displaydoc",
6048 "icu_collections",
6049 "icu_normalizer_data",
6050 "icu_properties",
6051 "icu_provider",
6052 "smallvec",
6053 "utf16_iter",
6054 "utf8_iter",
6055 "write16",
6056 "zerovec",
6057]
6058
6059[[package]]
6060name = "icu_normalizer_data"
6061version = "1.5.0"
6062source = "registry+https://github.com/rust-lang/crates.io-index"
6063checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6064
6065[[package]]
6066name = "icu_properties"
6067version = "1.5.1"
6068source = "registry+https://github.com/rust-lang/crates.io-index"
6069checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6070dependencies = [
6071 "displaydoc",
6072 "icu_collections",
6073 "icu_locid_transform",
6074 "icu_properties_data",
6075 "icu_provider",
6076 "tinystr",
6077 "zerovec",
6078]
6079
6080[[package]]
6081name = "icu_properties_data"
6082version = "1.5.0"
6083source = "registry+https://github.com/rust-lang/crates.io-index"
6084checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6085
6086[[package]]
6087name = "icu_provider"
6088version = "1.5.0"
6089source = "registry+https://github.com/rust-lang/crates.io-index"
6090checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6091dependencies = [
6092 "displaydoc",
6093 "icu_locid",
6094 "icu_provider_macros",
6095 "stable_deref_trait",
6096 "tinystr",
6097 "writeable",
6098 "yoke",
6099 "zerofrom",
6100 "zerovec",
6101]
6102
6103[[package]]
6104name = "icu_provider_macros"
6105version = "1.5.0"
6106source = "registry+https://github.com/rust-lang/crates.io-index"
6107checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6108dependencies = [
6109 "proc-macro2",
6110 "quote",
6111 "syn 2.0.90",
6112]
6113
6114[[package]]
6115name = "id-arena"
6116version = "2.2.1"
6117source = "registry+https://github.com/rust-lang/crates.io-index"
6118checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6119
6120[[package]]
6121name = "idna"
6122version = "1.0.3"
6123source = "registry+https://github.com/rust-lang/crates.io-index"
6124checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6125dependencies = [
6126 "idna_adapter",
6127 "smallvec",
6128 "utf8_iter",
6129]
6130
6131[[package]]
6132name = "idna_adapter"
6133version = "1.2.0"
6134source = "registry+https://github.com/rust-lang/crates.io-index"
6135checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6136dependencies = [
6137 "icu_normalizer",
6138 "icu_properties",
6139]
6140
6141[[package]]
6142name = "ignore"
6143version = "0.4.23"
6144source = "registry+https://github.com/rust-lang/crates.io-index"
6145checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6146dependencies = [
6147 "crossbeam-deque",
6148 "globset",
6149 "log",
6150 "memchr",
6151 "regex-automata 0.4.9",
6152 "same-file",
6153 "walkdir",
6154 "winapi-util",
6155]
6156
6157[[package]]
6158name = "image"
6159version = "0.25.5"
6160source = "registry+https://github.com/rust-lang/crates.io-index"
6161checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6162dependencies = [
6163 "bytemuck",
6164 "byteorder-lite",
6165 "color_quant",
6166 "exr",
6167 "gif",
6168 "image-webp",
6169 "num-traits",
6170 "png",
6171 "qoi",
6172 "ravif",
6173 "rayon",
6174 "rgb",
6175 "tiff",
6176 "zune-core",
6177 "zune-jpeg",
6178]
6179
6180[[package]]
6181name = "image-webp"
6182version = "0.2.0"
6183source = "registry+https://github.com/rust-lang/crates.io-index"
6184checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6185dependencies = [
6186 "byteorder-lite",
6187 "quick-error",
6188]
6189
6190[[package]]
6191name = "image_viewer"
6192version = "0.1.0"
6193dependencies = [
6194 "anyhow",
6195 "db",
6196 "editor",
6197 "file_icons",
6198 "gpui",
6199 "project",
6200 "settings",
6201 "theme",
6202 "ui",
6203 "util",
6204 "workspace",
6205]
6206
6207[[package]]
6208name = "imagesize"
6209version = "0.13.0"
6210source = "registry+https://github.com/rust-lang/crates.io-index"
6211checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6212
6213[[package]]
6214name = "imgref"
6215version = "1.11.0"
6216source = "registry+https://github.com/rust-lang/crates.io-index"
6217checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6218
6219[[package]]
6220name = "indexed_docs"
6221version = "0.1.0"
6222dependencies = [
6223 "anyhow",
6224 "async-trait",
6225 "cargo_metadata",
6226 "collections",
6227 "derive_more",
6228 "extension",
6229 "fs",
6230 "futures 0.3.31",
6231 "fuzzy",
6232 "gpui",
6233 "heed",
6234 "html_to_markdown",
6235 "http_client",
6236 "indexmap",
6237 "indoc",
6238 "parking_lot",
6239 "paths",
6240 "pretty_assertions",
6241 "serde",
6242 "strum",
6243 "util",
6244]
6245
6246[[package]]
6247name = "indexmap"
6248version = "2.7.0"
6249source = "registry+https://github.com/rust-lang/crates.io-index"
6250checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
6251dependencies = [
6252 "equivalent",
6253 "hashbrown 0.15.2",
6254 "serde",
6255]
6256
6257[[package]]
6258name = "indoc"
6259version = "2.0.5"
6260source = "registry+https://github.com/rust-lang/crates.io-index"
6261checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6262
6263[[package]]
6264name = "infer"
6265version = "0.2.3"
6266source = "registry+https://github.com/rust-lang/crates.io-index"
6267checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6268
6269[[package]]
6270name = "inherent"
6271version = "1.0.11"
6272source = "registry+https://github.com/rust-lang/crates.io-index"
6273checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6274dependencies = [
6275 "proc-macro2",
6276 "quote",
6277 "syn 2.0.90",
6278]
6279
6280[[package]]
6281name = "inline_completion"
6282version = "0.1.0"
6283dependencies = [
6284 "gpui",
6285 "language",
6286]
6287
6288[[package]]
6289name = "inline_completion_button"
6290version = "0.1.0"
6291dependencies = [
6292 "anyhow",
6293 "copilot",
6294 "editor",
6295 "feature_flags",
6296 "fs",
6297 "futures 0.3.31",
6298 "gpui",
6299 "indoc",
6300 "inline_completion",
6301 "language",
6302 "lsp",
6303 "paths",
6304 "project",
6305 "serde_json",
6306 "settings",
6307 "supermaven",
6308 "theme",
6309 "ui",
6310 "workspace",
6311 "zed_actions",
6312 "zeta",
6313]
6314
6315[[package]]
6316name = "inotify"
6317version = "0.9.6"
6318source = "registry+https://github.com/rust-lang/crates.io-index"
6319checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6320dependencies = [
6321 "bitflags 1.3.2",
6322 "inotify-sys",
6323 "libc",
6324]
6325
6326[[package]]
6327name = "inotify-sys"
6328version = "0.1.5"
6329source = "registry+https://github.com/rust-lang/crates.io-index"
6330checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6331dependencies = [
6332 "libc",
6333]
6334
6335[[package]]
6336name = "inout"
6337version = "0.1.3"
6338source = "registry+https://github.com/rust-lang/crates.io-index"
6339checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6340dependencies = [
6341 "block-padding",
6342 "generic-array",
6343]
6344
6345[[package]]
6346name = "install_cli"
6347version = "0.1.0"
6348dependencies = [
6349 "anyhow",
6350 "gpui",
6351 "smol",
6352 "util",
6353]
6354
6355[[package]]
6356name = "instant"
6357version = "0.1.13"
6358source = "registry+https://github.com/rust-lang/crates.io-index"
6359checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6360dependencies = [
6361 "cfg-if",
6362]
6363
6364[[package]]
6365name = "interpolate_name"
6366version = "0.2.4"
6367source = "registry+https://github.com/rust-lang/crates.io-index"
6368checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6369dependencies = [
6370 "proc-macro2",
6371 "quote",
6372 "syn 2.0.90",
6373]
6374
6375[[package]]
6376name = "io-extras"
6377version = "0.18.4"
6378source = "registry+https://github.com/rust-lang/crates.io-index"
6379checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6380dependencies = [
6381 "io-lifetimes 2.0.4",
6382 "windows-sys 0.59.0",
6383]
6384
6385[[package]]
6386name = "io-lifetimes"
6387version = "1.0.11"
6388source = "registry+https://github.com/rust-lang/crates.io-index"
6389checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
6390dependencies = [
6391 "hermit-abi 0.3.9",
6392 "libc",
6393 "windows-sys 0.48.0",
6394]
6395
6396[[package]]
6397name = "io-lifetimes"
6398version = "2.0.4"
6399source = "registry+https://github.com/rust-lang/crates.io-index"
6400checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6401
6402[[package]]
6403name = "iovec"
6404version = "0.1.4"
6405source = "registry+https://github.com/rust-lang/crates.io-index"
6406checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6407dependencies = [
6408 "libc",
6409]
6410
6411[[package]]
6412name = "ipc-channel"
6413version = "0.19.0"
6414source = "registry+https://github.com/rust-lang/crates.io-index"
6415checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6416dependencies = [
6417 "bincode",
6418 "crossbeam-channel",
6419 "fnv",
6420 "lazy_static",
6421 "libc",
6422 "mio 1.0.3",
6423 "rand 0.8.5",
6424 "serde",
6425 "tempfile",
6426 "uuid",
6427 "windows 0.58.0",
6428]
6429
6430[[package]]
6431name = "ipnet"
6432version = "2.10.1"
6433source = "registry+https://github.com/rust-lang/crates.io-index"
6434checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6435
6436[[package]]
6437name = "is-docker"
6438version = "0.2.0"
6439source = "registry+https://github.com/rust-lang/crates.io-index"
6440checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6441dependencies = [
6442 "once_cell",
6443]
6444
6445[[package]]
6446name = "is-terminal"
6447version = "0.4.13"
6448source = "registry+https://github.com/rust-lang/crates.io-index"
6449checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6450dependencies = [
6451 "hermit-abi 0.4.0",
6452 "libc",
6453 "windows-sys 0.52.0",
6454]
6455
6456[[package]]
6457name = "is-wsl"
6458version = "0.4.0"
6459source = "registry+https://github.com/rust-lang/crates.io-index"
6460checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6461dependencies = [
6462 "is-docker",
6463 "once_cell",
6464]
6465
6466[[package]]
6467name = "is_terminal_polyfill"
6468version = "1.70.1"
6469source = "registry+https://github.com/rust-lang/crates.io-index"
6470checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6471
6472[[package]]
6473name = "itertools"
6474version = "0.10.5"
6475source = "registry+https://github.com/rust-lang/crates.io-index"
6476checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6477dependencies = [
6478 "either",
6479]
6480
6481[[package]]
6482name = "itertools"
6483version = "0.11.0"
6484source = "registry+https://github.com/rust-lang/crates.io-index"
6485checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6486dependencies = [
6487 "either",
6488]
6489
6490[[package]]
6491name = "itertools"
6492version = "0.12.1"
6493source = "registry+https://github.com/rust-lang/crates.io-index"
6494checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6495dependencies = [
6496 "either",
6497]
6498
6499[[package]]
6500name = "itertools"
6501version = "0.13.0"
6502source = "registry+https://github.com/rust-lang/crates.io-index"
6503checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
6504dependencies = [
6505 "either",
6506]
6507
6508[[package]]
6509name = "itoa"
6510version = "1.0.14"
6511source = "registry+https://github.com/rust-lang/crates.io-index"
6512checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6513
6514[[package]]
6515name = "jni"
6516version = "0.21.1"
6517source = "registry+https://github.com/rust-lang/crates.io-index"
6518checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6519dependencies = [
6520 "cesu8",
6521 "cfg-if",
6522 "combine",
6523 "jni-sys",
6524 "log",
6525 "thiserror 1.0.69",
6526 "walkdir",
6527 "windows-sys 0.45.0",
6528]
6529
6530[[package]]
6531name = "jni-sys"
6532version = "0.3.0"
6533source = "registry+https://github.com/rust-lang/crates.io-index"
6534checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6535
6536[[package]]
6537name = "jobserver"
6538version = "0.1.32"
6539source = "registry+https://github.com/rust-lang/crates.io-index"
6540checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6541dependencies = [
6542 "libc",
6543]
6544
6545[[package]]
6546name = "journal"
6547version = "0.1.0"
6548dependencies = [
6549 "anyhow",
6550 "chrono",
6551 "editor",
6552 "gpui",
6553 "log",
6554 "schemars",
6555 "serde",
6556 "settings",
6557 "shellexpand 2.1.2",
6558 "workspace",
6559]
6560
6561[[package]]
6562name = "jpeg-decoder"
6563version = "0.3.1"
6564source = "registry+https://github.com/rust-lang/crates.io-index"
6565checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6566
6567[[package]]
6568name = "js-sys"
6569version = "0.3.76"
6570source = "registry+https://github.com/rust-lang/crates.io-index"
6571checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6572dependencies = [
6573 "once_cell",
6574 "wasm-bindgen",
6575]
6576
6577[[package]]
6578name = "jsonwebtoken"
6579version = "9.3.0"
6580source = "registry+https://github.com/rust-lang/crates.io-index"
6581checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6582dependencies = [
6583 "base64 0.21.7",
6584 "js-sys",
6585 "pem",
6586 "ring",
6587 "serde",
6588 "serde_json",
6589 "simple_asn1",
6590]
6591
6592[[package]]
6593name = "jupyter-protocol"
6594version = "0.5.0"
6595source = "registry+https://github.com/rust-lang/crates.io-index"
6596checksum = "503458f8125fd9047ed0a9d95d7a93adc5eaf8bce48757c6d401e09f71ad3407"
6597dependencies = [
6598 "anyhow",
6599 "async-trait",
6600 "bytes 1.9.0",
6601 "chrono",
6602 "futures 0.3.31",
6603 "serde",
6604 "serde_json",
6605 "uuid",
6606]
6607
6608[[package]]
6609name = "jupyter-websocket-client"
6610version = "0.8.0"
6611source = "registry+https://github.com/rust-lang/crates.io-index"
6612checksum = "58d9afa5bc6eeafb78f710a2efc585f69099f8b6a99dc7eb826581e3773a6e31"
6613dependencies = [
6614 "anyhow",
6615 "async-trait",
6616 "async-tungstenite 0.28.2",
6617 "futures 0.3.31",
6618 "jupyter-protocol",
6619 "serde",
6620 "serde_json",
6621 "url",
6622 "uuid",
6623]
6624
6625[[package]]
6626name = "khronos-egl"
6627version = "6.0.0"
6628source = "registry+https://github.com/rust-lang/crates.io-index"
6629checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6630dependencies = [
6631 "libc",
6632 "libloading",
6633]
6634
6635[[package]]
6636name = "kqueue"
6637version = "1.0.8"
6638source = "registry+https://github.com/rust-lang/crates.io-index"
6639checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6640dependencies = [
6641 "kqueue-sys",
6642 "libc",
6643]
6644
6645[[package]]
6646name = "kqueue-sys"
6647version = "1.0.4"
6648source = "registry+https://github.com/rust-lang/crates.io-index"
6649checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6650dependencies = [
6651 "bitflags 1.3.2",
6652 "libc",
6653]
6654
6655[[package]]
6656name = "kurbo"
6657version = "0.11.1"
6658source = "registry+https://github.com/rust-lang/crates.io-index"
6659checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6660dependencies = [
6661 "arrayvec",
6662 "smallvec",
6663]
6664
6665[[package]]
6666name = "kv-log-macro"
6667version = "1.0.7"
6668source = "registry+https://github.com/rust-lang/crates.io-index"
6669checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6670dependencies = [
6671 "log",
6672]
6673
6674[[package]]
6675name = "language"
6676version = "0.1.0"
6677dependencies = [
6678 "anyhow",
6679 "async-trait",
6680 "async-watch",
6681 "clock",
6682 "collections",
6683 "ctor",
6684 "ec4rs",
6685 "env_logger 0.11.6",
6686 "fs",
6687 "futures 0.3.31",
6688 "fuzzy",
6689 "globset",
6690 "gpui",
6691 "http_client",
6692 "indoc",
6693 "itertools 0.13.0",
6694 "log",
6695 "lsp",
6696 "parking_lot",
6697 "postage",
6698 "pretty_assertions",
6699 "pulldown-cmark 0.12.2",
6700 "rand 0.8.5",
6701 "regex",
6702 "rpc",
6703 "schemars",
6704 "serde",
6705 "serde_json",
6706 "settings",
6707 "similar",
6708 "smallvec",
6709 "smol",
6710 "strsim",
6711 "sum_tree",
6712 "task",
6713 "text",
6714 "theme",
6715 "tree-sitter",
6716 "tree-sitter-elixir",
6717 "tree-sitter-embedded-template",
6718 "tree-sitter-heex",
6719 "tree-sitter-html",
6720 "tree-sitter-json",
6721 "tree-sitter-md",
6722 "tree-sitter-ruby",
6723 "tree-sitter-rust",
6724 "tree-sitter-typescript",
6725 "unicase",
6726 "unindent",
6727 "util",
6728]
6729
6730[[package]]
6731name = "language_extension"
6732version = "0.1.0"
6733dependencies = [
6734 "anyhow",
6735 "async-trait",
6736 "collections",
6737 "extension",
6738 "futures 0.3.31",
6739 "gpui",
6740 "language",
6741 "lsp",
6742 "serde",
6743 "serde_json",
6744 "util",
6745]
6746
6747[[package]]
6748name = "language_model"
6749version = "0.1.0"
6750dependencies = [
6751 "anthropic",
6752 "anyhow",
6753 "base64 0.22.1",
6754 "collections",
6755 "futures 0.3.31",
6756 "google_ai",
6757 "gpui",
6758 "http_client",
6759 "image",
6760 "log",
6761 "ollama",
6762 "open_ai",
6763 "parking_lot",
6764 "proto",
6765 "schemars",
6766 "serde",
6767 "serde_json",
6768 "smol",
6769 "strum",
6770 "ui",
6771 "util",
6772]
6773
6774[[package]]
6775name = "language_model_selector"
6776version = "0.1.0"
6777dependencies = [
6778 "feature_flags",
6779 "gpui",
6780 "language_model",
6781 "picker",
6782 "proto",
6783 "ui",
6784 "workspace",
6785 "zed_actions",
6786]
6787
6788[[package]]
6789name = "language_models"
6790version = "0.1.0"
6791dependencies = [
6792 "anthropic",
6793 "anyhow",
6794 "client",
6795 "collections",
6796 "copilot",
6797 "editor",
6798 "feature_flags",
6799 "fs",
6800 "futures 0.3.31",
6801 "google_ai",
6802 "gpui",
6803 "http_client",
6804 "language_model",
6805 "menu",
6806 "ollama",
6807 "open_ai",
6808 "project",
6809 "proto",
6810 "schemars",
6811 "serde",
6812 "serde_json",
6813 "settings",
6814 "smol",
6815 "strum",
6816 "telemetry_events",
6817 "theme",
6818 "thiserror 1.0.69",
6819 "tiktoken-rs",
6820 "ui",
6821 "util",
6822]
6823
6824[[package]]
6825name = "language_selector"
6826version = "0.1.0"
6827dependencies = [
6828 "anyhow",
6829 "editor",
6830 "file_finder",
6831 "file_icons",
6832 "fuzzy",
6833 "gpui",
6834 "language",
6835 "picker",
6836 "project",
6837 "settings",
6838 "ui",
6839 "util",
6840 "workspace",
6841]
6842
6843[[package]]
6844name = "language_tools"
6845version = "0.1.0"
6846dependencies = [
6847 "anyhow",
6848 "client",
6849 "collections",
6850 "copilot",
6851 "editor",
6852 "env_logger 0.11.6",
6853 "futures 0.3.31",
6854 "gpui",
6855 "itertools 0.13.0",
6856 "language",
6857 "lsp",
6858 "project",
6859 "release_channel",
6860 "serde_json",
6861 "settings",
6862 "theme",
6863 "tree-sitter",
6864 "ui",
6865 "util",
6866 "workspace",
6867 "zed_actions",
6868]
6869
6870[[package]]
6871name = "languages"
6872version = "0.1.0"
6873dependencies = [
6874 "anyhow",
6875 "async-compression",
6876 "async-tar",
6877 "async-trait",
6878 "collections",
6879 "futures 0.3.31",
6880 "gpui",
6881 "http_client",
6882 "language",
6883 "log",
6884 "lsp",
6885 "node_runtime",
6886 "paths",
6887 "pet",
6888 "pet-conda",
6889 "pet-core",
6890 "pet-fs",
6891 "pet-poetry",
6892 "pet-reporter",
6893 "project",
6894 "regex",
6895 "rope",
6896 "rust-embed",
6897 "serde",
6898 "serde_json",
6899 "settings",
6900 "smol",
6901 "task",
6902 "text",
6903 "theme",
6904 "toml 0.8.19",
6905 "tree-sitter",
6906 "tree-sitter-bash",
6907 "tree-sitter-c",
6908 "tree-sitter-cpp",
6909 "tree-sitter-css",
6910 "tree-sitter-diff",
6911 "tree-sitter-go",
6912 "tree-sitter-gomod",
6913 "tree-sitter-gowork",
6914 "tree-sitter-jsdoc",
6915 "tree-sitter-json",
6916 "tree-sitter-md",
6917 "tree-sitter-python",
6918 "tree-sitter-regex",
6919 "tree-sitter-rust",
6920 "tree-sitter-typescript",
6921 "tree-sitter-yaml",
6922 "unindent",
6923 "util",
6924 "workspace",
6925]
6926
6927[[package]]
6928name = "lazy_static"
6929version = "1.5.0"
6930source = "registry+https://github.com/rust-lang/crates.io-index"
6931checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6932dependencies = [
6933 "spin",
6934]
6935
6936[[package]]
6937name = "leb128"
6938version = "0.2.5"
6939source = "registry+https://github.com/rust-lang/crates.io-index"
6940checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6941
6942[[package]]
6943name = "lebe"
6944version = "0.5.2"
6945source = "registry+https://github.com/rust-lang/crates.io-index"
6946checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6947
6948[[package]]
6949name = "libc"
6950version = "0.2.169"
6951source = "registry+https://github.com/rust-lang/crates.io-index"
6952checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
6953
6954[[package]]
6955name = "libdbus-sys"
6956version = "0.2.5"
6957source = "registry+https://github.com/rust-lang/crates.io-index"
6958checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6959dependencies = [
6960 "cc",
6961 "pkg-config",
6962]
6963
6964[[package]]
6965name = "libfuzzer-sys"
6966version = "0.4.8"
6967source = "registry+https://github.com/rust-lang/crates.io-index"
6968checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
6969dependencies = [
6970 "arbitrary",
6971 "cc",
6972]
6973
6974[[package]]
6975name = "libgit2-sys"
6976version = "0.17.0+1.8.1"
6977source = "registry+https://github.com/rust-lang/crates.io-index"
6978checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6979dependencies = [
6980 "cc",
6981 "libc",
6982 "libz-sys",
6983 "pkg-config",
6984]
6985
6986[[package]]
6987name = "libloading"
6988version = "0.8.6"
6989source = "registry+https://github.com/rust-lang/crates.io-index"
6990checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
6991dependencies = [
6992 "cfg-if",
6993 "windows-targets 0.52.6",
6994]
6995
6996[[package]]
6997name = "libm"
6998version = "0.2.11"
6999source = "registry+https://github.com/rust-lang/crates.io-index"
7000checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7001
7002[[package]]
7003name = "libmimalloc-sys"
7004version = "0.1.39"
7005source = "registry+https://github.com/rust-lang/crates.io-index"
7006checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7007dependencies = [
7008 "cc",
7009 "libc",
7010]
7011
7012[[package]]
7013name = "libredox"
7014version = "0.1.3"
7015source = "registry+https://github.com/rust-lang/crates.io-index"
7016checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7017dependencies = [
7018 "bitflags 2.6.0",
7019 "libc",
7020 "redox_syscall 0.5.8",
7021]
7022
7023[[package]]
7024name = "libsqlite3-sys"
7025version = "0.30.1"
7026source = "registry+https://github.com/rust-lang/crates.io-index"
7027checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7028dependencies = [
7029 "cc",
7030 "pkg-config",
7031 "vcpkg",
7032]
7033
7034[[package]]
7035name = "libwebrtc"
7036version = "0.3.7"
7037source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7038dependencies = [
7039 "cxx",
7040 "jni",
7041 "js-sys",
7042 "lazy_static",
7043 "livekit-protocol",
7044 "livekit-runtime",
7045 "log",
7046 "parking_lot",
7047 "serde",
7048 "serde_json",
7049 "thiserror 1.0.69",
7050 "tokio",
7051 "wasm-bindgen",
7052 "wasm-bindgen-futures",
7053 "web-sys",
7054 "webrtc-sys",
7055]
7056
7057[[package]]
7058name = "libz-sys"
7059version = "1.1.20"
7060source = "registry+https://github.com/rust-lang/crates.io-index"
7061checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7062dependencies = [
7063 "cc",
7064 "libc",
7065 "pkg-config",
7066 "vcpkg",
7067]
7068
7069[[package]]
7070name = "link-cplusplus"
7071version = "1.0.9"
7072source = "registry+https://github.com/rust-lang/crates.io-index"
7073checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7074dependencies = [
7075 "cc",
7076]
7077
7078[[package]]
7079name = "linkify"
7080version = "0.10.0"
7081source = "registry+https://github.com/rust-lang/crates.io-index"
7082checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7083dependencies = [
7084 "memchr",
7085]
7086
7087[[package]]
7088name = "linkme"
7089version = "0.3.31"
7090source = "registry+https://github.com/rust-lang/crates.io-index"
7091checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
7092dependencies = [
7093 "linkme-impl",
7094]
7095
7096[[package]]
7097name = "linkme-impl"
7098version = "0.3.31"
7099source = "registry+https://github.com/rust-lang/crates.io-index"
7100checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
7101dependencies = [
7102 "proc-macro2",
7103 "quote",
7104 "syn 2.0.90",
7105]
7106
7107[[package]]
7108name = "linux-raw-sys"
7109version = "0.3.8"
7110source = "registry+https://github.com/rust-lang/crates.io-index"
7111checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
7112
7113[[package]]
7114name = "linux-raw-sys"
7115version = "0.4.14"
7116source = "registry+https://github.com/rust-lang/crates.io-index"
7117checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7118
7119[[package]]
7120name = "litemap"
7121version = "0.7.4"
7122source = "registry+https://github.com/rust-lang/crates.io-index"
7123checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7124
7125[[package]]
7126name = "livekit"
7127version = "0.7.0"
7128source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7129dependencies = [
7130 "chrono",
7131 "futures-util",
7132 "lazy_static",
7133 "libwebrtc",
7134 "livekit-api",
7135 "livekit-protocol",
7136 "livekit-runtime",
7137 "log",
7138 "parking_lot",
7139 "prost 0.12.6",
7140 "semver",
7141 "serde",
7142 "serde_json",
7143 "thiserror 1.0.69",
7144 "tokio",
7145]
7146
7147[[package]]
7148name = "livekit-api"
7149version = "0.4.1"
7150source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7151dependencies = [
7152 "async-tungstenite 0.25.1",
7153 "futures-util",
7154 "http 0.2.12",
7155 "jsonwebtoken",
7156 "livekit-protocol",
7157 "livekit-runtime",
7158 "log",
7159 "parking_lot",
7160 "prost 0.12.6",
7161 "reqwest 0.11.27",
7162 "scopeguard",
7163 "serde",
7164 "serde_json",
7165 "sha2",
7166 "thiserror 1.0.69",
7167 "tokio",
7168 "tokio-tungstenite 0.20.1",
7169 "url",
7170]
7171
7172[[package]]
7173name = "livekit-protocol"
7174version = "0.3.6"
7175source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7176dependencies = [
7177 "futures-util",
7178 "livekit-runtime",
7179 "parking_lot",
7180 "pbjson",
7181 "pbjson-types",
7182 "prost 0.12.6",
7183 "prost-types 0.12.6",
7184 "serde",
7185 "thiserror 1.0.69",
7186 "tokio",
7187]
7188
7189[[package]]
7190name = "livekit-runtime"
7191version = "0.3.1"
7192source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7193dependencies = [
7194 "async-io 2.4.0",
7195 "async-std",
7196 "async-task",
7197 "futures 0.3.31",
7198]
7199
7200[[package]]
7201name = "livekit_client"
7202version = "0.1.0"
7203dependencies = [
7204 "anyhow",
7205 "async-trait",
7206 "collections",
7207 "core-foundation 0.9.4",
7208 "coreaudio-rs 0.12.1",
7209 "cpal",
7210 "futures 0.3.31",
7211 "gpui",
7212 "http 0.2.12",
7213 "http_client",
7214 "image",
7215 "livekit",
7216 "livekit_server",
7217 "log",
7218 "media",
7219 "nanoid",
7220 "parking_lot",
7221 "postage",
7222 "serde",
7223 "serde_json",
7224 "sha2",
7225 "simplelog",
7226 "smallvec",
7227 "util",
7228]
7229
7230[[package]]
7231name = "livekit_client_macos"
7232version = "0.1.0"
7233dependencies = [
7234 "anyhow",
7235 "async-broadcast",
7236 "async-trait",
7237 "collections",
7238 "core-foundation 0.9.4",
7239 "futures 0.3.31",
7240 "gpui",
7241 "livekit_server",
7242 "log",
7243 "media",
7244 "nanoid",
7245 "parking_lot",
7246 "postage",
7247 "serde",
7248 "serde_json",
7249 "sha2",
7250 "simplelog",
7251]
7252
7253[[package]]
7254name = "livekit_server"
7255version = "0.1.0"
7256dependencies = [
7257 "anyhow",
7258 "async-trait",
7259 "jsonwebtoken",
7260 "log",
7261 "prost 0.9.0",
7262 "prost-build 0.9.0",
7263 "prost-types 0.9.0",
7264 "reqwest 0.12.8",
7265 "serde",
7266]
7267
7268[[package]]
7269name = "lmdb-master-sys"
7270version = "0.2.4"
7271source = "registry+https://github.com/rust-lang/crates.io-index"
7272checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7273dependencies = [
7274 "cc",
7275 "doxygen-rs",
7276 "libc",
7277]
7278
7279[[package]]
7280name = "lock_api"
7281version = "0.4.12"
7282source = "registry+https://github.com/rust-lang/crates.io-index"
7283checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7284dependencies = [
7285 "autocfg",
7286 "scopeguard",
7287]
7288
7289[[package]]
7290name = "log"
7291version = "0.4.22"
7292source = "registry+https://github.com/rust-lang/crates.io-index"
7293checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
7294dependencies = [
7295 "serde",
7296 "value-bag",
7297]
7298
7299[[package]]
7300name = "loop9"
7301version = "0.1.5"
7302source = "registry+https://github.com/rust-lang/crates.io-index"
7303checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7304dependencies = [
7305 "imgref",
7306]
7307
7308[[package]]
7309name = "lru"
7310version = "0.12.5"
7311source = "registry+https://github.com/rust-lang/crates.io-index"
7312checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7313dependencies = [
7314 "hashbrown 0.15.2",
7315]
7316
7317[[package]]
7318name = "lsp"
7319version = "0.1.0"
7320dependencies = [
7321 "anyhow",
7322 "async-pipe",
7323 "collections",
7324 "ctor",
7325 "env_logger 0.11.6",
7326 "futures 0.3.31",
7327 "gpui",
7328 "log",
7329 "lsp-types",
7330 "parking_lot",
7331 "postage",
7332 "release_channel",
7333 "schemars",
7334 "serde",
7335 "serde_json",
7336 "smol",
7337 "util",
7338]
7339
7340[[package]]
7341name = "lsp-types"
7342version = "0.95.1"
7343source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
7344dependencies = [
7345 "bitflags 1.3.2",
7346 "serde",
7347 "serde_json",
7348 "serde_repr",
7349 "url",
7350]
7351
7352[[package]]
7353name = "mac"
7354version = "0.1.1"
7355source = "registry+https://github.com/rust-lang/crates.io-index"
7356checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7357
7358[[package]]
7359name = "mach2"
7360version = "0.4.2"
7361source = "registry+https://github.com/rust-lang/crates.io-index"
7362checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7363dependencies = [
7364 "libc",
7365]
7366
7367[[package]]
7368name = "malloc_buf"
7369version = "0.0.6"
7370source = "registry+https://github.com/rust-lang/crates.io-index"
7371checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7372dependencies = [
7373 "libc",
7374]
7375
7376[[package]]
7377name = "maplit"
7378version = "1.0.2"
7379source = "registry+https://github.com/rust-lang/crates.io-index"
7380checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7381
7382[[package]]
7383name = "markdown"
7384version = "0.1.0"
7385dependencies = [
7386 "anyhow",
7387 "assets",
7388 "env_logger 0.11.6",
7389 "futures 0.3.31",
7390 "gpui",
7391 "language",
7392 "languages",
7393 "linkify",
7394 "log",
7395 "node_runtime",
7396 "pulldown-cmark 0.12.2",
7397 "settings",
7398 "theme",
7399 "ui",
7400 "util",
7401]
7402
7403[[package]]
7404name = "markdown_preview"
7405version = "0.1.0"
7406dependencies = [
7407 "anyhow",
7408 "async-recursion 1.1.1",
7409 "collections",
7410 "editor",
7411 "gpui",
7412 "language",
7413 "linkify",
7414 "log",
7415 "pretty_assertions",
7416 "pulldown-cmark 0.12.2",
7417 "settings",
7418 "theme",
7419 "ui",
7420 "util",
7421 "workspace",
7422]
7423
7424[[package]]
7425name = "markup5ever"
7426version = "0.12.1"
7427source = "registry+https://github.com/rust-lang/crates.io-index"
7428checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7429dependencies = [
7430 "log",
7431 "phf",
7432 "phf_codegen",
7433 "string_cache",
7434 "string_cache_codegen",
7435 "tendril",
7436]
7437
7438[[package]]
7439name = "markup5ever_rcdom"
7440version = "0.3.0"
7441source = "registry+https://github.com/rust-lang/crates.io-index"
7442checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7443dependencies = [
7444 "html5ever",
7445 "markup5ever",
7446 "tendril",
7447 "xml5ever",
7448]
7449
7450[[package]]
7451name = "matchers"
7452version = "0.1.0"
7453source = "registry+https://github.com/rust-lang/crates.io-index"
7454checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7455dependencies = [
7456 "regex-automata 0.1.10",
7457]
7458
7459[[package]]
7460name = "matchit"
7461version = "0.7.3"
7462source = "registry+https://github.com/rust-lang/crates.io-index"
7463checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7464
7465[[package]]
7466name = "maybe-owned"
7467version = "0.3.4"
7468source = "registry+https://github.com/rust-lang/crates.io-index"
7469checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7470
7471[[package]]
7472name = "maybe-rayon"
7473version = "0.1.1"
7474source = "registry+https://github.com/rust-lang/crates.io-index"
7475checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7476dependencies = [
7477 "cfg-if",
7478 "rayon",
7479]
7480
7481[[package]]
7482name = "md-5"
7483version = "0.10.6"
7484source = "registry+https://github.com/rust-lang/crates.io-index"
7485checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7486dependencies = [
7487 "cfg-if",
7488 "digest",
7489]
7490
7491[[package]]
7492name = "mdbook"
7493version = "0.4.43"
7494source = "registry+https://github.com/rust-lang/crates.io-index"
7495checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148"
7496dependencies = [
7497 "ammonia",
7498 "anyhow",
7499 "chrono",
7500 "clap",
7501 "clap_complete",
7502 "elasticlunr-rs",
7503 "env_logger 0.11.6",
7504 "futures-util",
7505 "handlebars 6.2.0",
7506 "ignore",
7507 "log",
7508 "memchr",
7509 "notify",
7510 "notify-debouncer-mini",
7511 "once_cell",
7512 "opener",
7513 "pathdiff",
7514 "pulldown-cmark 0.10.3",
7515 "regex",
7516 "serde",
7517 "serde_json",
7518 "shlex",
7519 "tempfile",
7520 "tokio",
7521 "toml 0.5.11",
7522 "topological-sort",
7523 "walkdir",
7524 "warp",
7525]
7526
7527[[package]]
7528name = "media"
7529version = "0.1.0"
7530dependencies = [
7531 "anyhow",
7532 "bindgen",
7533 "core-foundation 0.9.4",
7534 "ctor",
7535 "foreign-types 0.5.0",
7536 "metal",
7537 "objc",
7538]
7539
7540[[package]]
7541name = "memchr"
7542version = "2.7.4"
7543source = "registry+https://github.com/rust-lang/crates.io-index"
7544checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7545
7546[[package]]
7547name = "memfd"
7548version = "0.6.4"
7549source = "registry+https://github.com/rust-lang/crates.io-index"
7550checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7551dependencies = [
7552 "rustix 0.38.42",
7553]
7554
7555[[package]]
7556name = "memmap2"
7557version = "0.9.5"
7558source = "registry+https://github.com/rust-lang/crates.io-index"
7559checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7560dependencies = [
7561 "libc",
7562]
7563
7564[[package]]
7565name = "memoffset"
7566version = "0.9.1"
7567source = "registry+https://github.com/rust-lang/crates.io-index"
7568checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7569dependencies = [
7570 "autocfg",
7571]
7572
7573[[package]]
7574name = "menu"
7575version = "0.1.0"
7576dependencies = [
7577 "gpui",
7578 "serde",
7579]
7580
7581[[package]]
7582name = "metal"
7583version = "0.30.0"
7584source = "registry+https://github.com/rust-lang/crates.io-index"
7585checksum = "9c3572083504c43e14aec05447f8a3d57cce0f66d7a3c1b9058572eca4d70ab9"
7586dependencies = [
7587 "bitflags 2.6.0",
7588 "block",
7589 "core-graphics-types 0.1.3",
7590 "foreign-types 0.5.0",
7591 "log",
7592 "objc",
7593 "paste",
7594]
7595
7596[[package]]
7597name = "mimalloc"
7598version = "0.1.43"
7599source = "registry+https://github.com/rust-lang/crates.io-index"
7600checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7601dependencies = [
7602 "libmimalloc-sys",
7603]
7604
7605[[package]]
7606name = "mime"
7607version = "0.3.17"
7608source = "registry+https://github.com/rust-lang/crates.io-index"
7609checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7610
7611[[package]]
7612name = "mime_guess"
7613version = "2.0.5"
7614source = "registry+https://github.com/rust-lang/crates.io-index"
7615checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7616dependencies = [
7617 "mime",
7618 "unicase",
7619]
7620
7621[[package]]
7622name = "minimal-lexical"
7623version = "0.2.1"
7624source = "registry+https://github.com/rust-lang/crates.io-index"
7625checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7626
7627[[package]]
7628name = "miniz_oxide"
7629version = "0.8.0"
7630source = "registry+https://github.com/rust-lang/crates.io-index"
7631checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7632dependencies = [
7633 "adler2",
7634 "simd-adler32",
7635]
7636
7637[[package]]
7638name = "mint"
7639version = "0.5.9"
7640source = "registry+https://github.com/rust-lang/crates.io-index"
7641checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7642
7643[[package]]
7644name = "mio"
7645version = "0.8.11"
7646source = "registry+https://github.com/rust-lang/crates.io-index"
7647checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7648dependencies = [
7649 "libc",
7650 "log",
7651 "wasi 0.11.0+wasi-snapshot-preview1",
7652 "windows-sys 0.48.0",
7653]
7654
7655[[package]]
7656name = "mio"
7657version = "1.0.3"
7658source = "registry+https://github.com/rust-lang/crates.io-index"
7659checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
7660dependencies = [
7661 "libc",
7662 "log",
7663 "wasi 0.11.0+wasi-snapshot-preview1",
7664 "windows-sys 0.52.0",
7665]
7666
7667[[package]]
7668name = "miow"
7669version = "0.6.0"
7670source = "registry+https://github.com/rust-lang/crates.io-index"
7671checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7672dependencies = [
7673 "windows-sys 0.48.0",
7674]
7675
7676[[package]]
7677name = "msvc_spectre_libs"
7678version = "0.1.2"
7679source = "registry+https://github.com/rust-lang/crates.io-index"
7680checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7681dependencies = [
7682 "cc",
7683]
7684
7685[[package]]
7686name = "multi_buffer"
7687version = "0.1.0"
7688dependencies = [
7689 "anyhow",
7690 "clock",
7691 "collections",
7692 "ctor",
7693 "env_logger 0.11.6",
7694 "futures 0.3.31",
7695 "gpui",
7696 "itertools 0.13.0",
7697 "language",
7698 "log",
7699 "parking_lot",
7700 "rand 0.8.5",
7701 "serde",
7702 "settings",
7703 "smallvec",
7704 "sum_tree",
7705 "text",
7706 "theme",
7707 "tree-sitter",
7708 "util",
7709]
7710
7711[[package]]
7712name = "multimap"
7713version = "0.8.3"
7714source = "registry+https://github.com/rust-lang/crates.io-index"
7715checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7716
7717[[package]]
7718name = "multimap"
7719version = "0.10.0"
7720source = "registry+https://github.com/rust-lang/crates.io-index"
7721checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
7722
7723[[package]]
7724name = "naga"
7725version = "23.1.0"
7726source = "registry+https://github.com/rust-lang/crates.io-index"
7727checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
7728dependencies = [
7729 "arrayvec",
7730 "bit-set 0.8.0",
7731 "bitflags 2.6.0",
7732 "cfg_aliases 0.1.1",
7733 "codespan-reporting",
7734 "hexf-parse",
7735 "indexmap",
7736 "log",
7737 "rustc-hash 1.1.0",
7738 "spirv",
7739 "termcolor",
7740 "thiserror 1.0.69",
7741 "unicode-xid",
7742]
7743
7744[[package]]
7745name = "nanoid"
7746version = "0.4.0"
7747source = "registry+https://github.com/rust-lang/crates.io-index"
7748checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7749dependencies = [
7750 "rand 0.8.5",
7751]
7752
7753[[package]]
7754name = "nanorand"
7755version = "0.7.0"
7756source = "registry+https://github.com/rust-lang/crates.io-index"
7757checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7758dependencies = [
7759 "getrandom 0.2.15",
7760]
7761
7762[[package]]
7763name = "native-tls"
7764version = "0.2.12"
7765source = "registry+https://github.com/rust-lang/crates.io-index"
7766checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7767dependencies = [
7768 "libc",
7769 "log",
7770 "openssl",
7771 "openssl-probe",
7772 "openssl-sys",
7773 "schannel",
7774 "security-framework 2.11.1",
7775 "security-framework-sys",
7776 "tempfile",
7777]
7778
7779[[package]]
7780name = "nbformat"
7781version = "0.9.0"
7782source = "registry+https://github.com/rust-lang/crates.io-index"
7783checksum = "19835ad46507d80d9671e10a1c7c335655f4f3033aeb066fe025f14e070c2e66"
7784dependencies = [
7785 "anyhow",
7786 "chrono",
7787 "jupyter-protocol",
7788 "serde",
7789 "serde_json",
7790 "thiserror 1.0.69",
7791 "uuid",
7792]
7793
7794[[package]]
7795name = "ndk"
7796version = "0.8.0"
7797source = "registry+https://github.com/rust-lang/crates.io-index"
7798checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7799dependencies = [
7800 "bitflags 2.6.0",
7801 "jni-sys",
7802 "log",
7803 "ndk-sys",
7804 "num_enum",
7805 "thiserror 1.0.69",
7806]
7807
7808[[package]]
7809name = "ndk-context"
7810version = "0.1.1"
7811source = "registry+https://github.com/rust-lang/crates.io-index"
7812checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7813
7814[[package]]
7815name = "ndk-sys"
7816version = "0.5.0+25.2.9519653"
7817source = "registry+https://github.com/rust-lang/crates.io-index"
7818checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7819dependencies = [
7820 "jni-sys",
7821]
7822
7823[[package]]
7824name = "new_debug_unreachable"
7825version = "1.0.6"
7826source = "registry+https://github.com/rust-lang/crates.io-index"
7827checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7828
7829[[package]]
7830name = "nix"
7831version = "0.29.0"
7832source = "registry+https://github.com/rust-lang/crates.io-index"
7833checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7834dependencies = [
7835 "bitflags 2.6.0",
7836 "cfg-if",
7837 "cfg_aliases 0.2.1",
7838 "libc",
7839 "memoffset",
7840]
7841
7842[[package]]
7843name = "node_runtime"
7844version = "0.1.0"
7845dependencies = [
7846 "anyhow",
7847 "async-compression",
7848 "async-std",
7849 "async-tar",
7850 "async-trait",
7851 "async-watch",
7852 "async_zip",
7853 "futures 0.3.31",
7854 "http_client",
7855 "log",
7856 "paths",
7857 "semver",
7858 "serde",
7859 "serde_json",
7860 "smol",
7861 "tempfile",
7862 "util",
7863 "walkdir",
7864 "which 6.0.3",
7865]
7866
7867[[package]]
7868name = "nom"
7869version = "7.1.3"
7870source = "registry+https://github.com/rust-lang/crates.io-index"
7871checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7872dependencies = [
7873 "memchr",
7874 "minimal-lexical",
7875]
7876
7877[[package]]
7878name = "noop_proc_macro"
7879version = "0.3.0"
7880source = "registry+https://github.com/rust-lang/crates.io-index"
7881checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7882
7883[[package]]
7884name = "normpath"
7885version = "1.3.0"
7886source = "registry+https://github.com/rust-lang/crates.io-index"
7887checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7888dependencies = [
7889 "windows-sys 0.59.0",
7890]
7891
7892[[package]]
7893name = "notifications"
7894version = "0.1.0"
7895dependencies = [
7896 "anyhow",
7897 "channel",
7898 "client",
7899 "collections",
7900 "db",
7901 "gpui",
7902 "rpc",
7903 "settings",
7904 "sum_tree",
7905 "time",
7906 "util",
7907]
7908
7909[[package]]
7910name = "notify"
7911version = "6.1.1"
7912source = "registry+https://github.com/rust-lang/crates.io-index"
7913checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7914dependencies = [
7915 "bitflags 2.6.0",
7916 "crossbeam-channel",
7917 "filetime",
7918 "fsevent-sys 4.1.0",
7919 "inotify",
7920 "kqueue",
7921 "libc",
7922 "log",
7923 "mio 0.8.11",
7924 "walkdir",
7925 "windows-sys 0.48.0",
7926]
7927
7928[[package]]
7929name = "notify-debouncer-mini"
7930version = "0.4.1"
7931source = "registry+https://github.com/rust-lang/crates.io-index"
7932checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7933dependencies = [
7934 "crossbeam-channel",
7935 "log",
7936 "notify",
7937]
7938
7939[[package]]
7940name = "ntapi"
7941version = "0.4.1"
7942source = "registry+https://github.com/rust-lang/crates.io-index"
7943checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7944dependencies = [
7945 "winapi",
7946]
7947
7948[[package]]
7949name = "nu-ansi-term"
7950version = "0.46.0"
7951source = "registry+https://github.com/rust-lang/crates.io-index"
7952checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7953dependencies = [
7954 "overload",
7955 "winapi",
7956]
7957
7958[[package]]
7959name = "num"
7960version = "0.4.3"
7961source = "registry+https://github.com/rust-lang/crates.io-index"
7962checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7963dependencies = [
7964 "num-bigint",
7965 "num-complex",
7966 "num-integer",
7967 "num-iter",
7968 "num-rational",
7969 "num-traits",
7970]
7971
7972[[package]]
7973name = "num-bigint"
7974version = "0.4.6"
7975source = "registry+https://github.com/rust-lang/crates.io-index"
7976checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7977dependencies = [
7978 "num-integer",
7979 "num-traits",
7980]
7981
7982[[package]]
7983name = "num-bigint-dig"
7984version = "0.8.4"
7985source = "registry+https://github.com/rust-lang/crates.io-index"
7986checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7987dependencies = [
7988 "byteorder",
7989 "lazy_static",
7990 "libm",
7991 "num-integer",
7992 "num-iter",
7993 "num-traits",
7994 "rand 0.8.5",
7995 "serde",
7996 "smallvec",
7997 "zeroize",
7998]
7999
8000[[package]]
8001name = "num-complex"
8002version = "0.4.6"
8003source = "registry+https://github.com/rust-lang/crates.io-index"
8004checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8005dependencies = [
8006 "num-traits",
8007]
8008
8009[[package]]
8010name = "num-conv"
8011version = "0.1.0"
8012source = "registry+https://github.com/rust-lang/crates.io-index"
8013checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8014
8015[[package]]
8016name = "num-derive"
8017version = "0.4.2"
8018source = "registry+https://github.com/rust-lang/crates.io-index"
8019checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8020dependencies = [
8021 "proc-macro2",
8022 "quote",
8023 "syn 2.0.90",
8024]
8025
8026[[package]]
8027name = "num-format"
8028version = "0.4.4"
8029source = "registry+https://github.com/rust-lang/crates.io-index"
8030checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8031dependencies = [
8032 "arrayvec",
8033 "itoa",
8034]
8035
8036[[package]]
8037name = "num-integer"
8038version = "0.1.46"
8039source = "registry+https://github.com/rust-lang/crates.io-index"
8040checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8041dependencies = [
8042 "num-traits",
8043]
8044
8045[[package]]
8046name = "num-iter"
8047version = "0.1.45"
8048source = "registry+https://github.com/rust-lang/crates.io-index"
8049checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8050dependencies = [
8051 "autocfg",
8052 "num-integer",
8053 "num-traits",
8054]
8055
8056[[package]]
8057name = "num-modular"
8058version = "0.6.1"
8059source = "registry+https://github.com/rust-lang/crates.io-index"
8060checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8061
8062[[package]]
8063name = "num-order"
8064version = "1.2.0"
8065source = "registry+https://github.com/rust-lang/crates.io-index"
8066checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8067dependencies = [
8068 "num-modular",
8069]
8070
8071[[package]]
8072name = "num-rational"
8073version = "0.4.2"
8074source = "registry+https://github.com/rust-lang/crates.io-index"
8075checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8076dependencies = [
8077 "num-bigint",
8078 "num-integer",
8079 "num-traits",
8080]
8081
8082[[package]]
8083name = "num-traits"
8084version = "0.2.19"
8085source = "registry+https://github.com/rust-lang/crates.io-index"
8086checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8087dependencies = [
8088 "autocfg",
8089 "libm",
8090]
8091
8092[[package]]
8093name = "num_cpus"
8094version = "1.16.0"
8095source = "registry+https://github.com/rust-lang/crates.io-index"
8096checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8097dependencies = [
8098 "hermit-abi 0.3.9",
8099 "libc",
8100]
8101
8102[[package]]
8103name = "num_enum"
8104version = "0.7.3"
8105source = "registry+https://github.com/rust-lang/crates.io-index"
8106checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8107dependencies = [
8108 "num_enum_derive",
8109]
8110
8111[[package]]
8112name = "num_enum_derive"
8113version = "0.7.3"
8114source = "registry+https://github.com/rust-lang/crates.io-index"
8115checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8116dependencies = [
8117 "proc-macro-crate",
8118 "proc-macro2",
8119 "quote",
8120 "syn 2.0.90",
8121]
8122
8123[[package]]
8124name = "num_threads"
8125version = "0.1.7"
8126source = "registry+https://github.com/rust-lang/crates.io-index"
8127checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8128dependencies = [
8129 "libc",
8130]
8131
8132[[package]]
8133name = "nvim-rs"
8134version = "0.8.0-pre"
8135source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8136dependencies = [
8137 "async-trait",
8138 "futures 0.3.31",
8139 "log",
8140 "parity-tokio-ipc",
8141 "rmp",
8142 "rmpv",
8143 "tokio",
8144 "tokio-util",
8145 "winapi",
8146]
8147
8148[[package]]
8149name = "objc"
8150version = "0.2.7"
8151source = "registry+https://github.com/rust-lang/crates.io-index"
8152checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8153dependencies = [
8154 "malloc_buf",
8155]
8156
8157[[package]]
8158name = "objc-sys"
8159version = "0.3.5"
8160source = "registry+https://github.com/rust-lang/crates.io-index"
8161checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8162
8163[[package]]
8164name = "objc2"
8165version = "0.5.2"
8166source = "registry+https://github.com/rust-lang/crates.io-index"
8167checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8168dependencies = [
8169 "objc-sys",
8170 "objc2-encode",
8171]
8172
8173[[package]]
8174name = "objc2-app-kit"
8175version = "0.2.2"
8176source = "registry+https://github.com/rust-lang/crates.io-index"
8177checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8178dependencies = [
8179 "bitflags 2.6.0",
8180 "block2",
8181 "libc",
8182 "objc2",
8183 "objc2-core-data",
8184 "objc2-core-image",
8185 "objc2-foundation",
8186 "objc2-quartz-core",
8187]
8188
8189[[package]]
8190name = "objc2-cloud-kit"
8191version = "0.2.2"
8192source = "registry+https://github.com/rust-lang/crates.io-index"
8193checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8194dependencies = [
8195 "bitflags 2.6.0",
8196 "block2",
8197 "objc2",
8198 "objc2-core-location",
8199 "objc2-foundation",
8200]
8201
8202[[package]]
8203name = "objc2-contacts"
8204version = "0.2.2"
8205source = "registry+https://github.com/rust-lang/crates.io-index"
8206checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8207dependencies = [
8208 "block2",
8209 "objc2",
8210 "objc2-foundation",
8211]
8212
8213[[package]]
8214name = "objc2-core-data"
8215version = "0.2.2"
8216source = "registry+https://github.com/rust-lang/crates.io-index"
8217checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8218dependencies = [
8219 "bitflags 2.6.0",
8220 "block2",
8221 "objc2",
8222 "objc2-foundation",
8223]
8224
8225[[package]]
8226name = "objc2-core-image"
8227version = "0.2.2"
8228source = "registry+https://github.com/rust-lang/crates.io-index"
8229checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8230dependencies = [
8231 "block2",
8232 "objc2",
8233 "objc2-foundation",
8234 "objc2-metal",
8235]
8236
8237[[package]]
8238name = "objc2-core-location"
8239version = "0.2.2"
8240source = "registry+https://github.com/rust-lang/crates.io-index"
8241checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8242dependencies = [
8243 "block2",
8244 "objc2",
8245 "objc2-contacts",
8246 "objc2-foundation",
8247]
8248
8249[[package]]
8250name = "objc2-encode"
8251version = "4.0.3"
8252source = "registry+https://github.com/rust-lang/crates.io-index"
8253checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8254
8255[[package]]
8256name = "objc2-foundation"
8257version = "0.2.2"
8258source = "registry+https://github.com/rust-lang/crates.io-index"
8259checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8260dependencies = [
8261 "bitflags 2.6.0",
8262 "block2",
8263 "libc",
8264 "objc2",
8265]
8266
8267[[package]]
8268name = "objc2-link-presentation"
8269version = "0.2.2"
8270source = "registry+https://github.com/rust-lang/crates.io-index"
8271checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8272dependencies = [
8273 "block2",
8274 "objc2",
8275 "objc2-app-kit",
8276 "objc2-foundation",
8277]
8278
8279[[package]]
8280name = "objc2-metal"
8281version = "0.2.2"
8282source = "registry+https://github.com/rust-lang/crates.io-index"
8283checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8284dependencies = [
8285 "bitflags 2.6.0",
8286 "block2",
8287 "objc2",
8288 "objc2-foundation",
8289]
8290
8291[[package]]
8292name = "objc2-quartz-core"
8293version = "0.2.2"
8294source = "registry+https://github.com/rust-lang/crates.io-index"
8295checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8296dependencies = [
8297 "bitflags 2.6.0",
8298 "block2",
8299 "objc2",
8300 "objc2-foundation",
8301 "objc2-metal",
8302]
8303
8304[[package]]
8305name = "objc2-symbols"
8306version = "0.2.2"
8307source = "registry+https://github.com/rust-lang/crates.io-index"
8308checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8309dependencies = [
8310 "objc2",
8311 "objc2-foundation",
8312]
8313
8314[[package]]
8315name = "objc2-ui-kit"
8316version = "0.2.2"
8317source = "registry+https://github.com/rust-lang/crates.io-index"
8318checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8319dependencies = [
8320 "bitflags 2.6.0",
8321 "block2",
8322 "objc2",
8323 "objc2-cloud-kit",
8324 "objc2-core-data",
8325 "objc2-core-image",
8326 "objc2-core-location",
8327 "objc2-foundation",
8328 "objc2-link-presentation",
8329 "objc2-quartz-core",
8330 "objc2-symbols",
8331 "objc2-uniform-type-identifiers",
8332 "objc2-user-notifications",
8333]
8334
8335[[package]]
8336name = "objc2-uniform-type-identifiers"
8337version = "0.2.2"
8338source = "registry+https://github.com/rust-lang/crates.io-index"
8339checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8340dependencies = [
8341 "block2",
8342 "objc2",
8343 "objc2-foundation",
8344]
8345
8346[[package]]
8347name = "objc2-user-notifications"
8348version = "0.2.2"
8349source = "registry+https://github.com/rust-lang/crates.io-index"
8350checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8351dependencies = [
8352 "bitflags 2.6.0",
8353 "block2",
8354 "objc2",
8355 "objc2-core-location",
8356 "objc2-foundation",
8357]
8358
8359[[package]]
8360name = "object"
8361version = "0.36.5"
8362source = "registry+https://github.com/rust-lang/crates.io-index"
8363checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8364dependencies = [
8365 "crc32fast",
8366 "hashbrown 0.15.2",
8367 "indexmap",
8368 "memchr",
8369]
8370
8371[[package]]
8372name = "oboe"
8373version = "0.6.1"
8374source = "registry+https://github.com/rust-lang/crates.io-index"
8375checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8376dependencies = [
8377 "jni",
8378 "ndk",
8379 "ndk-context",
8380 "num-derive",
8381 "num-traits",
8382 "oboe-sys",
8383]
8384
8385[[package]]
8386name = "oboe-sys"
8387version = "0.6.1"
8388source = "registry+https://github.com/rust-lang/crates.io-index"
8389checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8390dependencies = [
8391 "cc",
8392]
8393
8394[[package]]
8395name = "ollama"
8396version = "0.1.0"
8397dependencies = [
8398 "anyhow",
8399 "futures 0.3.31",
8400 "http_client",
8401 "schemars",
8402 "serde",
8403 "serde_json",
8404]
8405
8406[[package]]
8407name = "once_cell"
8408version = "1.20.2"
8409source = "registry+https://github.com/rust-lang/crates.io-index"
8410checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
8411
8412[[package]]
8413name = "oo7"
8414version = "0.3.3"
8415source = "git+https://github.com/zed-industries/oo7?branch=avoid-crypto-panic#9d5d5fcd7e4e0add9b420ffb58f67661b0b37568"
8416dependencies = [
8417 "aes",
8418 "async-fs 2.1.2",
8419 "async-io 2.4.0",
8420 "async-lock 3.4.0",
8421 "async-net 2.0.0",
8422 "blocking",
8423 "cbc",
8424 "cipher",
8425 "digest",
8426 "endi",
8427 "futures-lite 2.5.0",
8428 "futures-util",
8429 "hkdf",
8430 "hmac",
8431 "md-5",
8432 "num",
8433 "num-bigint-dig",
8434 "pbkdf2 0.12.2",
8435 "rand 0.8.5",
8436 "serde",
8437 "sha2",
8438 "subtle",
8439 "zbus 4.4.0",
8440 "zeroize",
8441 "zvariant 4.2.0",
8442]
8443
8444[[package]]
8445name = "oorandom"
8446version = "11.1.4"
8447source = "registry+https://github.com/rust-lang/crates.io-index"
8448checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8449
8450[[package]]
8451name = "open"
8452version = "5.3.1"
8453source = "registry+https://github.com/rust-lang/crates.io-index"
8454checksum = "3ecd52f0b8d15c40ce4820aa251ed5de032e5d91fab27f7db2f40d42a8bdf69c"
8455dependencies = [
8456 "is-wsl",
8457 "libc",
8458 "pathdiff",
8459]
8460
8461[[package]]
8462name = "open_ai"
8463version = "0.1.0"
8464dependencies = [
8465 "anyhow",
8466 "futures 0.3.31",
8467 "http_client",
8468 "schemars",
8469 "serde",
8470 "serde_json",
8471 "strum",
8472]
8473
8474[[package]]
8475name = "opener"
8476version = "0.7.2"
8477source = "registry+https://github.com/rust-lang/crates.io-index"
8478checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
8479dependencies = [
8480 "bstr",
8481 "dbus",
8482 "normpath",
8483 "windows-sys 0.59.0",
8484]
8485
8486[[package]]
8487name = "openssl"
8488version = "0.10.68"
8489source = "registry+https://github.com/rust-lang/crates.io-index"
8490checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
8491dependencies = [
8492 "bitflags 2.6.0",
8493 "cfg-if",
8494 "foreign-types 0.3.2",
8495 "libc",
8496 "once_cell",
8497 "openssl-macros",
8498 "openssl-sys",
8499]
8500
8501[[package]]
8502name = "openssl-macros"
8503version = "0.1.1"
8504source = "registry+https://github.com/rust-lang/crates.io-index"
8505checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
8506dependencies = [
8507 "proc-macro2",
8508 "quote",
8509 "syn 2.0.90",
8510]
8511
8512[[package]]
8513name = "openssl-probe"
8514version = "0.1.5"
8515source = "registry+https://github.com/rust-lang/crates.io-index"
8516checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
8517
8518[[package]]
8519name = "openssl-src"
8520version = "300.4.1+3.4.0"
8521source = "registry+https://github.com/rust-lang/crates.io-index"
8522checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
8523dependencies = [
8524 "cc",
8525]
8526
8527[[package]]
8528name = "openssl-sys"
8529version = "0.9.104"
8530source = "registry+https://github.com/rust-lang/crates.io-index"
8531checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
8532dependencies = [
8533 "cc",
8534 "libc",
8535 "openssl-src",
8536 "pkg-config",
8537 "vcpkg",
8538]
8539
8540[[package]]
8541name = "option-ext"
8542version = "0.2.0"
8543source = "registry+https://github.com/rust-lang/crates.io-index"
8544checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
8545
8546[[package]]
8547name = "ordered-float"
8548version = "2.10.1"
8549source = "registry+https://github.com/rust-lang/crates.io-index"
8550checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
8551dependencies = [
8552 "num-traits",
8553]
8554
8555[[package]]
8556name = "ordered-float"
8557version = "3.9.2"
8558source = "registry+https://github.com/rust-lang/crates.io-index"
8559checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
8560dependencies = [
8561 "num-traits",
8562]
8563
8564[[package]]
8565name = "ordered-stream"
8566version = "0.2.0"
8567source = "registry+https://github.com/rust-lang/crates.io-index"
8568checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
8569dependencies = [
8570 "futures-core",
8571 "pin-project-lite",
8572]
8573
8574[[package]]
8575name = "ouroboros"
8576version = "0.18.4"
8577source = "registry+https://github.com/rust-lang/crates.io-index"
8578checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
8579dependencies = [
8580 "aliasable",
8581 "ouroboros_macro",
8582 "static_assertions",
8583]
8584
8585[[package]]
8586name = "ouroboros_macro"
8587version = "0.18.4"
8588source = "registry+https://github.com/rust-lang/crates.io-index"
8589checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
8590dependencies = [
8591 "heck 0.4.1",
8592 "itertools 0.12.1",
8593 "proc-macro2",
8594 "proc-macro2-diagnostics",
8595 "quote",
8596 "syn 2.0.90",
8597]
8598
8599[[package]]
8600name = "outline"
8601version = "0.1.0"
8602dependencies = [
8603 "editor",
8604 "fuzzy",
8605 "gpui",
8606 "indoc",
8607 "language",
8608 "menu",
8609 "ordered-float 2.10.1",
8610 "picker",
8611 "project",
8612 "rope",
8613 "serde_json",
8614 "settings",
8615 "smol",
8616 "theme",
8617 "tree-sitter-rust",
8618 "tree-sitter-typescript",
8619 "ui",
8620 "util",
8621 "workspace",
8622 "zed_actions",
8623]
8624
8625[[package]]
8626name = "outline_panel"
8627version = "0.1.0"
8628dependencies = [
8629 "anyhow",
8630 "collections",
8631 "db",
8632 "editor",
8633 "file_icons",
8634 "fuzzy",
8635 "gpui",
8636 "itertools 0.13.0",
8637 "language",
8638 "log",
8639 "menu",
8640 "outline",
8641 "pretty_assertions",
8642 "project",
8643 "schemars",
8644 "search",
8645 "serde",
8646 "serde_json",
8647 "settings",
8648 "smallvec",
8649 "smol",
8650 "theme",
8651 "ui",
8652 "util",
8653 "workspace",
8654 "worktree",
8655]
8656
8657[[package]]
8658name = "outref"
8659version = "0.5.1"
8660source = "registry+https://github.com/rust-lang/crates.io-index"
8661checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8662
8663[[package]]
8664name = "overload"
8665version = "0.1.1"
8666source = "registry+https://github.com/rust-lang/crates.io-index"
8667checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8668
8669[[package]]
8670name = "p256"
8671version = "0.11.1"
8672source = "registry+https://github.com/rust-lang/crates.io-index"
8673checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8674dependencies = [
8675 "ecdsa",
8676 "elliptic-curve",
8677 "sha2",
8678]
8679
8680[[package]]
8681name = "page_size"
8682version = "0.6.0"
8683source = "registry+https://github.com/rust-lang/crates.io-index"
8684checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8685dependencies = [
8686 "libc",
8687 "winapi",
8688]
8689
8690[[package]]
8691name = "palette"
8692version = "0.7.6"
8693source = "registry+https://github.com/rust-lang/crates.io-index"
8694checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8695dependencies = [
8696 "approx",
8697 "fast-srgb8",
8698 "palette_derive",
8699]
8700
8701[[package]]
8702name = "palette_derive"
8703version = "0.7.6"
8704source = "registry+https://github.com/rust-lang/crates.io-index"
8705checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8706dependencies = [
8707 "by_address",
8708 "proc-macro2",
8709 "quote",
8710 "syn 2.0.90",
8711]
8712
8713[[package]]
8714name = "parity-tokio-ipc"
8715version = "0.9.0"
8716source = "registry+https://github.com/rust-lang/crates.io-index"
8717checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8718dependencies = [
8719 "futures 0.3.31",
8720 "libc",
8721 "log",
8722 "rand 0.7.3",
8723 "tokio",
8724 "winapi",
8725]
8726
8727[[package]]
8728name = "parking"
8729version = "2.2.1"
8730source = "registry+https://github.com/rust-lang/crates.io-index"
8731checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8732
8733[[package]]
8734name = "parking_lot"
8735version = "0.12.3"
8736source = "registry+https://github.com/rust-lang/crates.io-index"
8737checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8738dependencies = [
8739 "lock_api",
8740 "parking_lot_core",
8741]
8742
8743[[package]]
8744name = "parking_lot_core"
8745version = "0.9.10"
8746source = "registry+https://github.com/rust-lang/crates.io-index"
8747checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8748dependencies = [
8749 "cfg-if",
8750 "libc",
8751 "redox_syscall 0.5.8",
8752 "smallvec",
8753 "windows-targets 0.52.6",
8754]
8755
8756[[package]]
8757name = "password-hash"
8758version = "0.4.2"
8759source = "registry+https://github.com/rust-lang/crates.io-index"
8760checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
8761dependencies = [
8762 "base64ct",
8763 "rand_core 0.6.4",
8764 "subtle",
8765]
8766
8767[[package]]
8768name = "password-hash"
8769version = "0.5.0"
8770source = "registry+https://github.com/rust-lang/crates.io-index"
8771checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8772dependencies = [
8773 "base64ct",
8774 "rand_core 0.6.4",
8775 "subtle",
8776]
8777
8778[[package]]
8779name = "paste"
8780version = "1.0.15"
8781source = "registry+https://github.com/rust-lang/crates.io-index"
8782checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8783
8784[[package]]
8785name = "pathdiff"
8786version = "0.2.3"
8787source = "registry+https://github.com/rust-lang/crates.io-index"
8788checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
8789
8790[[package]]
8791name = "pathfinder_geometry"
8792version = "0.5.1"
8793source = "registry+https://github.com/rust-lang/crates.io-index"
8794checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8795dependencies = [
8796 "log",
8797 "pathfinder_simd",
8798]
8799
8800[[package]]
8801name = "pathfinder_simd"
8802version = "0.5.4"
8803source = "registry+https://github.com/rust-lang/crates.io-index"
8804checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8805dependencies = [
8806 "rustc_version",
8807]
8808
8809[[package]]
8810name = "paths"
8811version = "0.1.0"
8812dependencies = [
8813 "dirs 4.0.0",
8814 "util",
8815]
8816
8817[[package]]
8818name = "pbjson"
8819version = "0.6.0"
8820source = "registry+https://github.com/rust-lang/crates.io-index"
8821checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
8822dependencies = [
8823 "base64 0.21.7",
8824 "serde",
8825]
8826
8827[[package]]
8828name = "pbjson-build"
8829version = "0.6.2"
8830source = "registry+https://github.com/rust-lang/crates.io-index"
8831checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
8832dependencies = [
8833 "heck 0.4.1",
8834 "itertools 0.11.0",
8835 "prost 0.12.6",
8836 "prost-types 0.12.6",
8837]
8838
8839[[package]]
8840name = "pbjson-types"
8841version = "0.6.0"
8842source = "registry+https://github.com/rust-lang/crates.io-index"
8843checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
8844dependencies = [
8845 "bytes 1.9.0",
8846 "chrono",
8847 "pbjson",
8848 "pbjson-build",
8849 "prost 0.12.6",
8850 "prost-build 0.12.6",
8851 "serde",
8852]
8853
8854[[package]]
8855name = "pbkdf2"
8856version = "0.11.0"
8857source = "registry+https://github.com/rust-lang/crates.io-index"
8858checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8859dependencies = [
8860 "digest",
8861 "hmac",
8862 "password-hash 0.4.2",
8863 "sha2",
8864]
8865
8866[[package]]
8867name = "pbkdf2"
8868version = "0.12.2"
8869source = "registry+https://github.com/rust-lang/crates.io-index"
8870checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8871dependencies = [
8872 "digest",
8873 "hmac",
8874]
8875
8876[[package]]
8877name = "pem"
8878version = "3.0.4"
8879source = "registry+https://github.com/rust-lang/crates.io-index"
8880checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8881dependencies = [
8882 "base64 0.22.1",
8883 "serde",
8884]
8885
8886[[package]]
8887name = "pem-rfc7468"
8888version = "0.7.0"
8889source = "registry+https://github.com/rust-lang/crates.io-index"
8890checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8891dependencies = [
8892 "base64ct",
8893]
8894
8895[[package]]
8896name = "percent-encoding"
8897version = "2.3.1"
8898source = "registry+https://github.com/rust-lang/crates.io-index"
8899checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8900
8901[[package]]
8902name = "perplexity"
8903version = "0.1.0"
8904dependencies = [
8905 "serde",
8906 "zed_extension_api 0.2.0",
8907]
8908
8909[[package]]
8910name = "pest"
8911version = "2.7.15"
8912source = "registry+https://github.com/rust-lang/crates.io-index"
8913checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
8914dependencies = [
8915 "memchr",
8916 "thiserror 2.0.6",
8917 "ucd-trie",
8918]
8919
8920[[package]]
8921name = "pest_derive"
8922version = "2.7.15"
8923source = "registry+https://github.com/rust-lang/crates.io-index"
8924checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
8925dependencies = [
8926 "pest",
8927 "pest_generator",
8928]
8929
8930[[package]]
8931name = "pest_generator"
8932version = "2.7.15"
8933source = "registry+https://github.com/rust-lang/crates.io-index"
8934checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
8935dependencies = [
8936 "pest",
8937 "pest_meta",
8938 "proc-macro2",
8939 "quote",
8940 "syn 2.0.90",
8941]
8942
8943[[package]]
8944name = "pest_meta"
8945version = "2.7.15"
8946source = "registry+https://github.com/rust-lang/crates.io-index"
8947checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
8948dependencies = [
8949 "once_cell",
8950 "pest",
8951 "sha2",
8952]
8953
8954[[package]]
8955name = "pet"
8956version = "0.1.0"
8957source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8958dependencies = [
8959 "clap",
8960 "env_logger 0.10.2",
8961 "lazy_static",
8962 "log",
8963 "msvc_spectre_libs",
8964 "pet-conda",
8965 "pet-core",
8966 "pet-env-var-path",
8967 "pet-fs",
8968 "pet-global-virtualenvs",
8969 "pet-homebrew",
8970 "pet-jsonrpc",
8971 "pet-linux-global-python",
8972 "pet-mac-commandlinetools",
8973 "pet-mac-python-org",
8974 "pet-mac-xcode",
8975 "pet-pipenv",
8976 "pet-pixi",
8977 "pet-poetry",
8978 "pet-pyenv",
8979 "pet-python-utils",
8980 "pet-reporter",
8981 "pet-telemetry",
8982 "pet-venv",
8983 "pet-virtualenv",
8984 "pet-virtualenvwrapper",
8985 "pet-windows-registry",
8986 "pet-windows-store",
8987 "serde",
8988 "serde_json",
8989]
8990
8991[[package]]
8992name = "pet-conda"
8993version = "0.1.0"
8994source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8995dependencies = [
8996 "env_logger 0.10.2",
8997 "lazy_static",
8998 "log",
8999 "msvc_spectre_libs",
9000 "pet-core",
9001 "pet-fs",
9002 "pet-python-utils",
9003 "pet-reporter",
9004 "regex",
9005 "serde",
9006 "serde_json",
9007 "yaml-rust2",
9008]
9009
9010[[package]]
9011name = "pet-core"
9012version = "0.1.0"
9013source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9014dependencies = [
9015 "clap",
9016 "lazy_static",
9017 "log",
9018 "msvc_spectre_libs",
9019 "pet-fs",
9020 "regex",
9021 "serde",
9022 "serde_json",
9023]
9024
9025[[package]]
9026name = "pet-env-var-path"
9027version = "0.1.0"
9028source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9029dependencies = [
9030 "lazy_static",
9031 "log",
9032 "msvc_spectre_libs",
9033 "pet-conda",
9034 "pet-core",
9035 "pet-fs",
9036 "pet-python-utils",
9037 "pet-virtualenv",
9038 "regex",
9039]
9040
9041[[package]]
9042name = "pet-fs"
9043version = "0.1.0"
9044source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9045dependencies = [
9046 "log",
9047 "msvc_spectre_libs",
9048]
9049
9050[[package]]
9051name = "pet-global-virtualenvs"
9052version = "0.1.0"
9053source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9054dependencies = [
9055 "log",
9056 "msvc_spectre_libs",
9057 "pet-conda",
9058 "pet-core",
9059 "pet-fs",
9060 "pet-virtualenv",
9061]
9062
9063[[package]]
9064name = "pet-homebrew"
9065version = "0.1.0"
9066source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9067dependencies = [
9068 "lazy_static",
9069 "log",
9070 "msvc_spectre_libs",
9071 "pet-conda",
9072 "pet-core",
9073 "pet-fs",
9074 "pet-python-utils",
9075 "pet-virtualenv",
9076 "regex",
9077 "serde",
9078 "serde_json",
9079]
9080
9081[[package]]
9082name = "pet-jsonrpc"
9083version = "0.1.0"
9084source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9085dependencies = [
9086 "env_logger 0.10.2",
9087 "log",
9088 "msvc_spectre_libs",
9089 "pet-core",
9090 "serde",
9091 "serde_json",
9092]
9093
9094[[package]]
9095name = "pet-linux-global-python"
9096version = "0.1.0"
9097source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9098dependencies = [
9099 "log",
9100 "msvc_spectre_libs",
9101 "pet-core",
9102 "pet-fs",
9103 "pet-python-utils",
9104 "pet-virtualenv",
9105]
9106
9107[[package]]
9108name = "pet-mac-commandlinetools"
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-python-org"
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-xcode"
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-pipenv"
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-pixi"
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-conda",
9167 "pet-core",
9168 "pet-python-utils",
9169]
9170
9171[[package]]
9172name = "pet-poetry"
9173version = "0.1.0"
9174source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9175dependencies = [
9176 "base64 0.22.1",
9177 "lazy_static",
9178 "log",
9179 "msvc_spectre_libs",
9180 "pet-core",
9181 "pet-fs",
9182 "pet-python-utils",
9183 "pet-reporter",
9184 "pet-virtualenv",
9185 "regex",
9186 "serde",
9187 "serde_json",
9188 "sha2",
9189 "toml 0.8.19",
9190]
9191
9192[[package]]
9193name = "pet-pyenv"
9194version = "0.1.0"
9195source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9196dependencies = [
9197 "lazy_static",
9198 "log",
9199 "msvc_spectre_libs",
9200 "pet-conda",
9201 "pet-core",
9202 "pet-fs",
9203 "pet-python-utils",
9204 "pet-reporter",
9205 "regex",
9206 "serde",
9207 "serde_json",
9208]
9209
9210[[package]]
9211name = "pet-python-utils"
9212version = "0.1.0"
9213source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9214dependencies = [
9215 "env_logger 0.10.2",
9216 "lazy_static",
9217 "log",
9218 "msvc_spectre_libs",
9219 "pet-core",
9220 "pet-fs",
9221 "regex",
9222 "serde",
9223 "serde_json",
9224 "sha2",
9225]
9226
9227[[package]]
9228name = "pet-reporter"
9229version = "0.1.0"
9230source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9231dependencies = [
9232 "env_logger 0.10.2",
9233 "log",
9234 "msvc_spectre_libs",
9235 "pet-core",
9236 "pet-jsonrpc",
9237 "serde",
9238 "serde_json",
9239]
9240
9241[[package]]
9242name = "pet-telemetry"
9243version = "0.1.0"
9244source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9245dependencies = [
9246 "env_logger 0.10.2",
9247 "lazy_static",
9248 "log",
9249 "msvc_spectre_libs",
9250 "pet-core",
9251 "pet-fs",
9252 "pet-python-utils",
9253 "regex",
9254]
9255
9256[[package]]
9257name = "pet-venv"
9258version = "0.1.0"
9259source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9260dependencies = [
9261 "log",
9262 "msvc_spectre_libs",
9263 "pet-core",
9264 "pet-python-utils",
9265 "pet-virtualenv",
9266]
9267
9268[[package]]
9269name = "pet-virtualenv"
9270version = "0.1.0"
9271source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9272dependencies = [
9273 "log",
9274 "msvc_spectre_libs",
9275 "pet-core",
9276 "pet-fs",
9277 "pet-python-utils",
9278]
9279
9280[[package]]
9281name = "pet-virtualenvwrapper"
9282version = "0.1.0"
9283source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9284dependencies = [
9285 "log",
9286 "msvc_spectre_libs",
9287 "pet-core",
9288 "pet-fs",
9289 "pet-python-utils",
9290 "pet-virtualenv",
9291]
9292
9293[[package]]
9294name = "pet-windows-registry"
9295version = "0.1.0"
9296source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9297dependencies = [
9298 "lazy_static",
9299 "log",
9300 "msvc_spectre_libs",
9301 "pet-conda",
9302 "pet-core",
9303 "pet-fs",
9304 "pet-python-utils",
9305 "pet-virtualenv",
9306 "pet-windows-store",
9307 "regex",
9308 "winreg 0.52.0",
9309]
9310
9311[[package]]
9312name = "pet-windows-store"
9313version = "0.1.0"
9314source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9315dependencies = [
9316 "lazy_static",
9317 "log",
9318 "msvc_spectre_libs",
9319 "pet-core",
9320 "pet-fs",
9321 "pet-python-utils",
9322 "pet-virtualenv",
9323 "regex",
9324 "winreg 0.52.0",
9325]
9326
9327[[package]]
9328name = "petgraph"
9329version = "0.6.5"
9330source = "registry+https://github.com/rust-lang/crates.io-index"
9331checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9332dependencies = [
9333 "fixedbitset",
9334 "indexmap",
9335]
9336
9337[[package]]
9338name = "phf"
9339version = "0.11.2"
9340source = "registry+https://github.com/rust-lang/crates.io-index"
9341checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9342dependencies = [
9343 "phf_macros",
9344 "phf_shared 0.11.2",
9345]
9346
9347[[package]]
9348name = "phf_codegen"
9349version = "0.11.2"
9350source = "registry+https://github.com/rust-lang/crates.io-index"
9351checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9352dependencies = [
9353 "phf_generator 0.11.2",
9354 "phf_shared 0.11.2",
9355]
9356
9357[[package]]
9358name = "phf_generator"
9359version = "0.10.0"
9360source = "registry+https://github.com/rust-lang/crates.io-index"
9361checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9362dependencies = [
9363 "phf_shared 0.10.0",
9364 "rand 0.8.5",
9365]
9366
9367[[package]]
9368name = "phf_generator"
9369version = "0.11.2"
9370source = "registry+https://github.com/rust-lang/crates.io-index"
9371checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9372dependencies = [
9373 "phf_shared 0.11.2",
9374 "rand 0.8.5",
9375]
9376
9377[[package]]
9378name = "phf_macros"
9379version = "0.11.2"
9380source = "registry+https://github.com/rust-lang/crates.io-index"
9381checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9382dependencies = [
9383 "phf_generator 0.11.2",
9384 "phf_shared 0.11.2",
9385 "proc-macro2",
9386 "quote",
9387 "syn 2.0.90",
9388]
9389
9390[[package]]
9391name = "phf_shared"
9392version = "0.10.0"
9393source = "registry+https://github.com/rust-lang/crates.io-index"
9394checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9395dependencies = [
9396 "siphasher 0.3.11",
9397]
9398
9399[[package]]
9400name = "phf_shared"
9401version = "0.11.2"
9402source = "registry+https://github.com/rust-lang/crates.io-index"
9403checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9404dependencies = [
9405 "siphasher 0.3.11",
9406]
9407
9408[[package]]
9409name = "picker"
9410version = "0.1.0"
9411dependencies = [
9412 "anyhow",
9413 "ctor",
9414 "editor",
9415 "env_logger 0.11.6",
9416 "gpui",
9417 "menu",
9418 "serde",
9419 "serde_json",
9420 "ui",
9421 "workspace",
9422]
9423
9424[[package]]
9425name = "pico-args"
9426version = "0.5.0"
9427source = "registry+https://github.com/rust-lang/crates.io-index"
9428checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9429
9430[[package]]
9431name = "pin-project"
9432version = "1.1.7"
9433source = "registry+https://github.com/rust-lang/crates.io-index"
9434checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9435dependencies = [
9436 "pin-project-internal",
9437]
9438
9439[[package]]
9440name = "pin-project-internal"
9441version = "1.1.7"
9442source = "registry+https://github.com/rust-lang/crates.io-index"
9443checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9444dependencies = [
9445 "proc-macro2",
9446 "quote",
9447 "syn 2.0.90",
9448]
9449
9450[[package]]
9451name = "pin-project-lite"
9452version = "0.2.15"
9453source = "registry+https://github.com/rust-lang/crates.io-index"
9454checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
9455
9456[[package]]
9457name = "pin-utils"
9458version = "0.1.0"
9459source = "registry+https://github.com/rust-lang/crates.io-index"
9460checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9461
9462[[package]]
9463name = "piper"
9464version = "0.2.4"
9465source = "registry+https://github.com/rust-lang/crates.io-index"
9466checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
9467dependencies = [
9468 "atomic-waker",
9469 "fastrand 2.3.0",
9470 "futures-io",
9471]
9472
9473[[package]]
9474name = "pkcs1"
9475version = "0.7.5"
9476source = "registry+https://github.com/rust-lang/crates.io-index"
9477checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
9478dependencies = [
9479 "der 0.7.9",
9480 "pkcs8 0.10.2",
9481 "spki 0.7.3",
9482]
9483
9484[[package]]
9485name = "pkcs8"
9486version = "0.9.0"
9487source = "registry+https://github.com/rust-lang/crates.io-index"
9488checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
9489dependencies = [
9490 "der 0.6.1",
9491 "spki 0.6.0",
9492]
9493
9494[[package]]
9495name = "pkcs8"
9496version = "0.10.2"
9497source = "registry+https://github.com/rust-lang/crates.io-index"
9498checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
9499dependencies = [
9500 "der 0.7.9",
9501 "spki 0.7.3",
9502]
9503
9504[[package]]
9505name = "pkg-config"
9506version = "0.3.31"
9507source = "registry+https://github.com/rust-lang/crates.io-index"
9508checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
9509
9510[[package]]
9511name = "plist"
9512version = "1.7.0"
9513source = "registry+https://github.com/rust-lang/crates.io-index"
9514checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
9515dependencies = [
9516 "base64 0.22.1",
9517 "indexmap",
9518 "quick-xml 0.32.0",
9519 "serde",
9520 "time",
9521]
9522
9523[[package]]
9524name = "plotters"
9525version = "0.3.7"
9526source = "registry+https://github.com/rust-lang/crates.io-index"
9527checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
9528dependencies = [
9529 "num-traits",
9530 "plotters-backend",
9531 "plotters-svg",
9532 "wasm-bindgen",
9533 "web-sys",
9534]
9535
9536[[package]]
9537name = "plotters-backend"
9538version = "0.3.7"
9539source = "registry+https://github.com/rust-lang/crates.io-index"
9540checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
9541
9542[[package]]
9543name = "plotters-svg"
9544version = "0.3.7"
9545source = "registry+https://github.com/rust-lang/crates.io-index"
9546checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
9547dependencies = [
9548 "plotters-backend",
9549]
9550
9551[[package]]
9552name = "png"
9553version = "0.17.15"
9554source = "registry+https://github.com/rust-lang/crates.io-index"
9555checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
9556dependencies = [
9557 "bitflags 1.3.2",
9558 "crc32fast",
9559 "fdeflate",
9560 "flate2",
9561 "miniz_oxide",
9562]
9563
9564[[package]]
9565name = "polling"
9566version = "2.8.0"
9567source = "registry+https://github.com/rust-lang/crates.io-index"
9568checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
9569dependencies = [
9570 "autocfg",
9571 "bitflags 1.3.2",
9572 "cfg-if",
9573 "concurrent-queue",
9574 "libc",
9575 "log",
9576 "pin-project-lite",
9577 "windows-sys 0.48.0",
9578]
9579
9580[[package]]
9581name = "polling"
9582version = "3.7.4"
9583source = "registry+https://github.com/rust-lang/crates.io-index"
9584checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
9585dependencies = [
9586 "cfg-if",
9587 "concurrent-queue",
9588 "hermit-abi 0.4.0",
9589 "pin-project-lite",
9590 "rustix 0.38.42",
9591 "tracing",
9592 "windows-sys 0.59.0",
9593]
9594
9595[[package]]
9596name = "pollster"
9597version = "0.2.5"
9598source = "registry+https://github.com/rust-lang/crates.io-index"
9599checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
9600
9601[[package]]
9602name = "postage"
9603version = "0.5.0"
9604source = "registry+https://github.com/rust-lang/crates.io-index"
9605checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
9606dependencies = [
9607 "atomic",
9608 "crossbeam-queue",
9609 "futures 0.3.31",
9610 "log",
9611 "parking_lot",
9612 "pin-project",
9613 "pollster",
9614 "static_assertions",
9615 "thiserror 1.0.69",
9616]
9617
9618[[package]]
9619name = "postcard"
9620version = "1.1.1"
9621source = "registry+https://github.com/rust-lang/crates.io-index"
9622checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
9623dependencies = [
9624 "cobs",
9625 "embedded-io 0.4.0",
9626 "embedded-io 0.6.1",
9627 "serde",
9628]
9629
9630[[package]]
9631name = "powerfmt"
9632version = "0.2.0"
9633source = "registry+https://github.com/rust-lang/crates.io-index"
9634checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9635
9636[[package]]
9637name = "ppv-lite86"
9638version = "0.2.20"
9639source = "registry+https://github.com/rust-lang/crates.io-index"
9640checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
9641dependencies = [
9642 "zerocopy",
9643]
9644
9645[[package]]
9646name = "precomputed-hash"
9647version = "0.1.1"
9648source = "registry+https://github.com/rust-lang/crates.io-index"
9649checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
9650
9651[[package]]
9652name = "prettier"
9653version = "0.1.0"
9654dependencies = [
9655 "anyhow",
9656 "collections",
9657 "fs",
9658 "gpui",
9659 "language",
9660 "log",
9661 "lsp",
9662 "node_runtime",
9663 "parking_lot",
9664 "paths",
9665 "serde",
9666 "serde_json",
9667 "util",
9668]
9669
9670[[package]]
9671name = "pretty_assertions"
9672version = "1.4.1"
9673source = "registry+https://github.com/rust-lang/crates.io-index"
9674checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
9675dependencies = [
9676 "diff",
9677 "yansi",
9678]
9679
9680[[package]]
9681name = "prettyplease"
9682version = "0.2.25"
9683source = "registry+https://github.com/rust-lang/crates.io-index"
9684checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
9685dependencies = [
9686 "proc-macro2",
9687 "syn 2.0.90",
9688]
9689
9690[[package]]
9691name = "proc-macro-crate"
9692version = "3.2.0"
9693source = "registry+https://github.com/rust-lang/crates.io-index"
9694checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9695dependencies = [
9696 "toml_edit",
9697]
9698
9699[[package]]
9700name = "proc-macro-error-attr2"
9701version = "2.0.0"
9702source = "registry+https://github.com/rust-lang/crates.io-index"
9703checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
9704dependencies = [
9705 "proc-macro2",
9706 "quote",
9707]
9708
9709[[package]]
9710name = "proc-macro-error2"
9711version = "2.0.1"
9712source = "registry+https://github.com/rust-lang/crates.io-index"
9713checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
9714dependencies = [
9715 "proc-macro-error-attr2",
9716 "proc-macro2",
9717 "quote",
9718 "syn 2.0.90",
9719]
9720
9721[[package]]
9722name = "proc-macro2"
9723version = "1.0.92"
9724source = "registry+https://github.com/rust-lang/crates.io-index"
9725checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
9726dependencies = [
9727 "unicode-ident",
9728]
9729
9730[[package]]
9731name = "proc-macro2-diagnostics"
9732version = "0.10.1"
9733source = "registry+https://github.com/rust-lang/crates.io-index"
9734checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
9735dependencies = [
9736 "proc-macro2",
9737 "quote",
9738 "syn 2.0.90",
9739 "version_check",
9740 "yansi",
9741]
9742
9743[[package]]
9744name = "profiling"
9745version = "1.0.16"
9746source = "registry+https://github.com/rust-lang/crates.io-index"
9747checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9748dependencies = [
9749 "profiling-procmacros",
9750]
9751
9752[[package]]
9753name = "profiling-procmacros"
9754version = "1.0.16"
9755source = "registry+https://github.com/rust-lang/crates.io-index"
9756checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9757dependencies = [
9758 "quote",
9759 "syn 2.0.90",
9760]
9761
9762[[package]]
9763name = "project"
9764version = "0.1.0"
9765dependencies = [
9766 "aho-corasick",
9767 "anyhow",
9768 "async-trait",
9769 "client",
9770 "clock",
9771 "collections",
9772 "env_logger 0.11.6",
9773 "fancy-regex 0.14.0",
9774 "fs",
9775 "futures 0.3.31",
9776 "fuzzy",
9777 "git",
9778 "git2",
9779 "globset",
9780 "gpui",
9781 "http_client",
9782 "image",
9783 "itertools 0.13.0",
9784 "language",
9785 "log",
9786 "lsp",
9787 "node_runtime",
9788 "parking_lot",
9789 "pathdiff",
9790 "paths",
9791 "postage",
9792 "prettier",
9793 "pretty_assertions",
9794 "rand 0.8.5",
9795 "regex",
9796 "release_channel",
9797 "remote",
9798 "rpc",
9799 "schemars",
9800 "serde",
9801 "serde_json",
9802 "settings",
9803 "sha2",
9804 "shellexpand 2.1.2",
9805 "shlex",
9806 "similar",
9807 "smol",
9808 "snippet",
9809 "snippet_provider",
9810 "task",
9811 "tempfile",
9812 "terminal",
9813 "text",
9814 "toml 0.8.19",
9815 "unindent",
9816 "url",
9817 "util",
9818 "which 6.0.3",
9819 "worktree",
9820]
9821
9822[[package]]
9823name = "project_panel"
9824version = "0.1.0"
9825dependencies = [
9826 "anyhow",
9827 "client",
9828 "collections",
9829 "command_palette_hooks",
9830 "db",
9831 "editor",
9832 "file_icons",
9833 "git",
9834 "gpui",
9835 "indexmap",
9836 "language",
9837 "menu",
9838 "pretty_assertions",
9839 "project",
9840 "schemars",
9841 "search",
9842 "serde",
9843 "serde_derive",
9844 "serde_json",
9845 "settings",
9846 "smallvec",
9847 "theme",
9848 "ui",
9849 "util",
9850 "workspace",
9851 "worktree",
9852]
9853
9854[[package]]
9855name = "project_symbols"
9856version = "0.1.0"
9857dependencies = [
9858 "anyhow",
9859 "editor",
9860 "futures 0.3.31",
9861 "fuzzy",
9862 "gpui",
9863 "language",
9864 "lsp",
9865 "ordered-float 2.10.1",
9866 "picker",
9867 "project",
9868 "release_channel",
9869 "serde_json",
9870 "settings",
9871 "theme",
9872 "util",
9873 "workspace",
9874]
9875
9876[[package]]
9877name = "prometheus"
9878version = "0.13.4"
9879source = "registry+https://github.com/rust-lang/crates.io-index"
9880checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9881dependencies = [
9882 "cfg-if",
9883 "fnv",
9884 "lazy_static",
9885 "memchr",
9886 "parking_lot",
9887 "protobuf",
9888 "thiserror 1.0.69",
9889]
9890
9891[[package]]
9892name = "prost"
9893version = "0.9.0"
9894source = "registry+https://github.com/rust-lang/crates.io-index"
9895checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9896dependencies = [
9897 "bytes 1.9.0",
9898 "prost-derive 0.9.0",
9899]
9900
9901[[package]]
9902name = "prost"
9903version = "0.12.6"
9904source = "registry+https://github.com/rust-lang/crates.io-index"
9905checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
9906dependencies = [
9907 "bytes 1.9.0",
9908 "prost-derive 0.12.6",
9909]
9910
9911[[package]]
9912name = "prost-build"
9913version = "0.9.0"
9914source = "registry+https://github.com/rust-lang/crates.io-index"
9915checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9916dependencies = [
9917 "bytes 1.9.0",
9918 "heck 0.3.3",
9919 "itertools 0.10.5",
9920 "lazy_static",
9921 "log",
9922 "multimap 0.8.3",
9923 "petgraph",
9924 "prost 0.9.0",
9925 "prost-types 0.9.0",
9926 "regex",
9927 "tempfile",
9928 "which 4.4.2",
9929]
9930
9931[[package]]
9932name = "prost-build"
9933version = "0.12.6"
9934source = "registry+https://github.com/rust-lang/crates.io-index"
9935checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
9936dependencies = [
9937 "bytes 1.9.0",
9938 "heck 0.5.0",
9939 "itertools 0.10.5",
9940 "log",
9941 "multimap 0.10.0",
9942 "once_cell",
9943 "petgraph",
9944 "prettyplease",
9945 "prost 0.12.6",
9946 "prost-types 0.12.6",
9947 "regex",
9948 "syn 2.0.90",
9949 "tempfile",
9950]
9951
9952[[package]]
9953name = "prost-derive"
9954version = "0.9.0"
9955source = "registry+https://github.com/rust-lang/crates.io-index"
9956checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9957dependencies = [
9958 "anyhow",
9959 "itertools 0.10.5",
9960 "proc-macro2",
9961 "quote",
9962 "syn 1.0.109",
9963]
9964
9965[[package]]
9966name = "prost-derive"
9967version = "0.12.6"
9968source = "registry+https://github.com/rust-lang/crates.io-index"
9969checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
9970dependencies = [
9971 "anyhow",
9972 "itertools 0.10.5",
9973 "proc-macro2",
9974 "quote",
9975 "syn 2.0.90",
9976]
9977
9978[[package]]
9979name = "prost-types"
9980version = "0.9.0"
9981source = "registry+https://github.com/rust-lang/crates.io-index"
9982checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9983dependencies = [
9984 "bytes 1.9.0",
9985 "prost 0.9.0",
9986]
9987
9988[[package]]
9989name = "prost-types"
9990version = "0.12.6"
9991source = "registry+https://github.com/rust-lang/crates.io-index"
9992checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
9993dependencies = [
9994 "prost 0.12.6",
9995]
9996
9997[[package]]
9998name = "proto"
9999version = "0.1.0"
10000dependencies = [
10001 "anyhow",
10002 "collections",
10003 "prost 0.9.0",
10004 "prost-build 0.9.0",
10005 "serde",
10006]
10007
10008[[package]]
10009name = "protobuf"
10010version = "2.28.0"
10011source = "registry+https://github.com/rust-lang/crates.io-index"
10012checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10013
10014[[package]]
10015name = "psm"
10016version = "0.1.24"
10017source = "registry+https://github.com/rust-lang/crates.io-index"
10018checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10019dependencies = [
10020 "cc",
10021]
10022
10023[[package]]
10024name = "ptr_meta"
10025version = "0.1.4"
10026source = "registry+https://github.com/rust-lang/crates.io-index"
10027checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10028dependencies = [
10029 "ptr_meta_derive",
10030]
10031
10032[[package]]
10033name = "ptr_meta_derive"
10034version = "0.1.4"
10035source = "registry+https://github.com/rust-lang/crates.io-index"
10036checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10037dependencies = [
10038 "proc-macro2",
10039 "quote",
10040 "syn 1.0.109",
10041]
10042
10043[[package]]
10044name = "pulldown-cmark"
10045version = "0.10.3"
10046source = "registry+https://github.com/rust-lang/crates.io-index"
10047checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10048dependencies = [
10049 "bitflags 2.6.0",
10050 "memchr",
10051 "pulldown-cmark-escape",
10052 "unicase",
10053]
10054
10055[[package]]
10056name = "pulldown-cmark"
10057version = "0.12.2"
10058source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10060dependencies = [
10061 "bitflags 2.6.0",
10062 "memchr",
10063 "unicase",
10064]
10065
10066[[package]]
10067name = "pulldown-cmark-escape"
10068version = "0.10.1"
10069source = "registry+https://github.com/rust-lang/crates.io-index"
10070checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10071
10072[[package]]
10073name = "qoi"
10074version = "0.4.1"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10077dependencies = [
10078 "bytemuck",
10079]
10080
10081[[package]]
10082name = "quick-error"
10083version = "2.0.1"
10084source = "registry+https://github.com/rust-lang/crates.io-index"
10085checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10086
10087[[package]]
10088name = "quick-xml"
10089version = "0.32.0"
10090source = "registry+https://github.com/rust-lang/crates.io-index"
10091checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10092dependencies = [
10093 "memchr",
10094]
10095
10096[[package]]
10097name = "quick-xml"
10098version = "0.36.2"
10099source = "registry+https://github.com/rust-lang/crates.io-index"
10100checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
10101dependencies = [
10102 "memchr",
10103]
10104
10105[[package]]
10106name = "quinn"
10107version = "0.11.6"
10108source = "registry+https://github.com/rust-lang/crates.io-index"
10109checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10110dependencies = [
10111 "bytes 1.9.0",
10112 "pin-project-lite",
10113 "quinn-proto",
10114 "quinn-udp",
10115 "rustc-hash 2.1.0",
10116 "rustls 0.23.20",
10117 "socket2 0.5.8",
10118 "thiserror 2.0.6",
10119 "tokio",
10120 "tracing",
10121]
10122
10123[[package]]
10124name = "quinn-proto"
10125version = "0.11.9"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10128dependencies = [
10129 "bytes 1.9.0",
10130 "getrandom 0.2.15",
10131 "rand 0.8.5",
10132 "ring",
10133 "rustc-hash 2.1.0",
10134 "rustls 0.23.20",
10135 "rustls-pki-types",
10136 "slab",
10137 "thiserror 2.0.6",
10138 "tinyvec",
10139 "tracing",
10140 "web-time",
10141]
10142
10143[[package]]
10144name = "quinn-udp"
10145version = "0.5.8"
10146source = "registry+https://github.com/rust-lang/crates.io-index"
10147checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527"
10148dependencies = [
10149 "cfg_aliases 0.2.1",
10150 "libc",
10151 "once_cell",
10152 "socket2 0.5.8",
10153 "tracing",
10154 "windows-sys 0.59.0",
10155]
10156
10157[[package]]
10158name = "quote"
10159version = "1.0.38"
10160source = "registry+https://github.com/rust-lang/crates.io-index"
10161checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10162dependencies = [
10163 "proc-macro2",
10164]
10165
10166[[package]]
10167name = "radium"
10168version = "0.7.0"
10169source = "registry+https://github.com/rust-lang/crates.io-index"
10170checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10171
10172[[package]]
10173name = "rand"
10174version = "0.7.3"
10175source = "registry+https://github.com/rust-lang/crates.io-index"
10176checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10177dependencies = [
10178 "getrandom 0.1.16",
10179 "libc",
10180 "rand_chacha 0.2.2",
10181 "rand_core 0.5.1",
10182 "rand_hc",
10183]
10184
10185[[package]]
10186name = "rand"
10187version = "0.8.5"
10188source = "registry+https://github.com/rust-lang/crates.io-index"
10189checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10190dependencies = [
10191 "libc",
10192 "rand_chacha 0.3.1",
10193 "rand_core 0.6.4",
10194]
10195
10196[[package]]
10197name = "rand_chacha"
10198version = "0.2.2"
10199source = "registry+https://github.com/rust-lang/crates.io-index"
10200checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10201dependencies = [
10202 "ppv-lite86",
10203 "rand_core 0.5.1",
10204]
10205
10206[[package]]
10207name = "rand_chacha"
10208version = "0.3.1"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10211dependencies = [
10212 "ppv-lite86",
10213 "rand_core 0.6.4",
10214]
10215
10216[[package]]
10217name = "rand_core"
10218version = "0.5.1"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10221dependencies = [
10222 "getrandom 0.1.16",
10223]
10224
10225[[package]]
10226name = "rand_core"
10227version = "0.6.4"
10228source = "registry+https://github.com/rust-lang/crates.io-index"
10229checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10230dependencies = [
10231 "getrandom 0.2.15",
10232]
10233
10234[[package]]
10235name = "rand_hc"
10236version = "0.2.0"
10237source = "registry+https://github.com/rust-lang/crates.io-index"
10238checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10239dependencies = [
10240 "rand_core 0.5.1",
10241]
10242
10243[[package]]
10244name = "rangemap"
10245version = "1.5.1"
10246source = "registry+https://github.com/rust-lang/crates.io-index"
10247checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10248
10249[[package]]
10250name = "rav1e"
10251version = "0.7.1"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10254dependencies = [
10255 "arbitrary",
10256 "arg_enum_proc_macro",
10257 "arrayvec",
10258 "av1-grain",
10259 "bitstream-io",
10260 "built",
10261 "cfg-if",
10262 "interpolate_name",
10263 "itertools 0.12.1",
10264 "libc",
10265 "libfuzzer-sys",
10266 "log",
10267 "maybe-rayon",
10268 "new_debug_unreachable",
10269 "noop_proc_macro",
10270 "num-derive",
10271 "num-traits",
10272 "once_cell",
10273 "paste",
10274 "profiling",
10275 "rand 0.8.5",
10276 "rand_chacha 0.3.1",
10277 "simd_helpers",
10278 "system-deps",
10279 "thiserror 1.0.69",
10280 "v_frame",
10281 "wasm-bindgen",
10282]
10283
10284[[package]]
10285name = "ravif"
10286version = "0.11.11"
10287source = "registry+https://github.com/rust-lang/crates.io-index"
10288checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10289dependencies = [
10290 "avif-serialize",
10291 "imgref",
10292 "loop9",
10293 "quick-error",
10294 "rav1e",
10295 "rayon",
10296 "rgb",
10297]
10298
10299[[package]]
10300name = "raw-window-handle"
10301version = "0.6.2"
10302source = "registry+https://github.com/rust-lang/crates.io-index"
10303checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10304
10305[[package]]
10306name = "raw-window-metal"
10307version = "0.4.0"
10308source = "registry+https://github.com/rust-lang/crates.io-index"
10309checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10310dependencies = [
10311 "cocoa 0.25.0",
10312 "core-graphics 0.23.2",
10313 "objc",
10314 "raw-window-handle",
10315]
10316
10317[[package]]
10318name = "rayon"
10319version = "1.10.0"
10320source = "registry+https://github.com/rust-lang/crates.io-index"
10321checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10322dependencies = [
10323 "either",
10324 "rayon-core",
10325]
10326
10327[[package]]
10328name = "rayon-core"
10329version = "1.12.1"
10330source = "registry+https://github.com/rust-lang/crates.io-index"
10331checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10332dependencies = [
10333 "crossbeam-deque",
10334 "crossbeam-utils",
10335]
10336
10337[[package]]
10338name = "read-fonts"
10339version = "0.22.5"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10342dependencies = [
10343 "bytemuck",
10344 "font-types",
10345]
10346
10347[[package]]
10348name = "recent_projects"
10349version = "0.1.0"
10350dependencies = [
10351 "anyhow",
10352 "auto_update",
10353 "editor",
10354 "extension_host",
10355 "file_finder",
10356 "futures 0.3.31",
10357 "fuzzy",
10358 "gpui",
10359 "language",
10360 "log",
10361 "markdown",
10362 "menu",
10363 "ordered-float 2.10.1",
10364 "paths",
10365 "picker",
10366 "project",
10367 "release_channel",
10368 "remote",
10369 "schemars",
10370 "serde",
10371 "serde_json",
10372 "settings",
10373 "smol",
10374 "task",
10375 "theme",
10376 "ui",
10377 "util",
10378 "workspace",
10379 "zed_actions",
10380]
10381
10382[[package]]
10383name = "redox_syscall"
10384version = "0.2.16"
10385source = "registry+https://github.com/rust-lang/crates.io-index"
10386checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
10387dependencies = [
10388 "bitflags 1.3.2",
10389]
10390
10391[[package]]
10392name = "redox_syscall"
10393version = "0.5.8"
10394source = "registry+https://github.com/rust-lang/crates.io-index"
10395checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
10396dependencies = [
10397 "bitflags 2.6.0",
10398]
10399
10400[[package]]
10401name = "redox_users"
10402version = "0.4.6"
10403source = "registry+https://github.com/rust-lang/crates.io-index"
10404checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
10405dependencies = [
10406 "getrandom 0.2.15",
10407 "libredox",
10408 "thiserror 1.0.69",
10409]
10410
10411[[package]]
10412name = "refineable"
10413version = "0.1.0"
10414dependencies = [
10415 "derive_refineable",
10416]
10417
10418[[package]]
10419name = "regalloc2"
10420version = "0.9.3"
10421source = "registry+https://github.com/rust-lang/crates.io-index"
10422checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
10423dependencies = [
10424 "hashbrown 0.13.2",
10425 "log",
10426 "rustc-hash 1.1.0",
10427 "slice-group-by",
10428 "smallvec",
10429]
10430
10431[[package]]
10432name = "regex"
10433version = "1.11.1"
10434source = "registry+https://github.com/rust-lang/crates.io-index"
10435checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
10436dependencies = [
10437 "aho-corasick",
10438 "memchr",
10439 "regex-automata 0.4.9",
10440 "regex-syntax 0.8.5",
10441]
10442
10443[[package]]
10444name = "regex-automata"
10445version = "0.1.10"
10446source = "registry+https://github.com/rust-lang/crates.io-index"
10447checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
10448dependencies = [
10449 "regex-syntax 0.6.29",
10450]
10451
10452[[package]]
10453name = "regex-automata"
10454version = "0.4.9"
10455source = "registry+https://github.com/rust-lang/crates.io-index"
10456checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
10457dependencies = [
10458 "aho-corasick",
10459 "memchr",
10460 "regex-syntax 0.8.5",
10461]
10462
10463[[package]]
10464name = "regex-lite"
10465version = "0.1.6"
10466source = "registry+https://github.com/rust-lang/crates.io-index"
10467checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
10468
10469[[package]]
10470name = "regex-syntax"
10471version = "0.6.29"
10472source = "registry+https://github.com/rust-lang/crates.io-index"
10473checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
10474
10475[[package]]
10476name = "regex-syntax"
10477version = "0.8.5"
10478source = "registry+https://github.com/rust-lang/crates.io-index"
10479checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
10480
10481[[package]]
10482name = "release_channel"
10483version = "0.1.0"
10484dependencies = [
10485 "gpui",
10486]
10487
10488[[package]]
10489name = "remote"
10490version = "0.1.0"
10491dependencies = [
10492 "anyhow",
10493 "async-trait",
10494 "collections",
10495 "fs",
10496 "futures 0.3.31",
10497 "gpui",
10498 "itertools 0.13.0",
10499 "log",
10500 "parking_lot",
10501 "paths",
10502 "prost 0.9.0",
10503 "release_channel",
10504 "rpc",
10505 "serde",
10506 "serde_json",
10507 "shlex",
10508 "smol",
10509 "tempfile",
10510 "thiserror 1.0.69",
10511 "util",
10512 "which 6.0.3",
10513]
10514
10515[[package]]
10516name = "remote_server"
10517version = "0.1.0"
10518dependencies = [
10519 "anyhow",
10520 "async-watch",
10521 "backtrace",
10522 "cargo_toml",
10523 "chrono",
10524 "clap",
10525 "client",
10526 "clock",
10527 "env_logger 0.11.6",
10528 "extension",
10529 "extension_host",
10530 "fork",
10531 "fs",
10532 "futures 0.3.31",
10533 "git",
10534 "git_hosting_providers",
10535 "gpui",
10536 "http_client",
10537 "language",
10538 "language_extension",
10539 "languages",
10540 "libc",
10541 "log",
10542 "lsp",
10543 "node_runtime",
10544 "paths",
10545 "project",
10546 "proto",
10547 "release_channel",
10548 "remote",
10549 "reqwest_client",
10550 "rpc",
10551 "rust-embed",
10552 "serde",
10553 "serde_json",
10554 "settings",
10555 "shellexpand 2.1.2",
10556 "smol",
10557 "sysinfo",
10558 "telemetry_events",
10559 "toml 0.8.19",
10560 "util",
10561 "worktree",
10562]
10563
10564[[package]]
10565name = "rend"
10566version = "0.4.2"
10567source = "registry+https://github.com/rust-lang/crates.io-index"
10568checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10569dependencies = [
10570 "bytecheck",
10571]
10572
10573[[package]]
10574name = "repl"
10575version = "0.1.0"
10576dependencies = [
10577 "alacritty_terminal",
10578 "anyhow",
10579 "async-dispatcher",
10580 "async-tungstenite 0.28.2",
10581 "base64 0.22.1",
10582 "client",
10583 "collections",
10584 "command_palette_hooks",
10585 "editor",
10586 "env_logger 0.11.6",
10587 "feature_flags",
10588 "file_icons",
10589 "futures 0.3.31",
10590 "gpui",
10591 "http_client",
10592 "image",
10593 "indoc",
10594 "jupyter-protocol",
10595 "jupyter-websocket-client",
10596 "language",
10597 "languages",
10598 "log",
10599 "markdown_preview",
10600 "menu",
10601 "multi_buffer",
10602 "nbformat",
10603 "picker",
10604 "project",
10605 "runtimelib",
10606 "schemars",
10607 "serde",
10608 "serde_json",
10609 "settings",
10610 "smol",
10611 "telemetry",
10612 "terminal",
10613 "terminal_view",
10614 "theme",
10615 "tree-sitter-md",
10616 "tree-sitter-python",
10617 "tree-sitter-typescript",
10618 "ui",
10619 "util",
10620 "uuid",
10621 "workspace",
10622]
10623
10624[[package]]
10625name = "reqwest"
10626version = "0.11.27"
10627source = "registry+https://github.com/rust-lang/crates.io-index"
10628checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10629dependencies = [
10630 "base64 0.21.7",
10631 "bytes 1.9.0",
10632 "encoding_rs",
10633 "futures-core",
10634 "futures-util",
10635 "h2 0.3.26",
10636 "http 0.2.12",
10637 "http-body 0.4.6",
10638 "hyper 0.14.32",
10639 "hyper-rustls 0.24.2",
10640 "hyper-tls",
10641 "ipnet",
10642 "js-sys",
10643 "log",
10644 "mime",
10645 "native-tls",
10646 "once_cell",
10647 "percent-encoding",
10648 "pin-project-lite",
10649 "rustls 0.21.12",
10650 "rustls-native-certs 0.6.3",
10651 "rustls-pemfile 1.0.4",
10652 "serde",
10653 "serde_json",
10654 "serde_urlencoded",
10655 "sync_wrapper 0.1.2",
10656 "system-configuration 0.5.1",
10657 "tokio",
10658 "tokio-native-tls",
10659 "tokio-rustls 0.24.1",
10660 "tower-service",
10661 "url",
10662 "wasm-bindgen",
10663 "wasm-bindgen-futures",
10664 "web-sys",
10665 "winreg 0.50.0",
10666]
10667
10668[[package]]
10669name = "reqwest"
10670version = "0.12.8"
10671source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10672dependencies = [
10673 "base64 0.22.1",
10674 "bytes 1.9.0",
10675 "encoding_rs",
10676 "futures-core",
10677 "futures-util",
10678 "h2 0.4.7",
10679 "http 1.2.0",
10680 "http-body 1.0.1",
10681 "http-body-util",
10682 "hyper 1.5.1",
10683 "hyper-rustls 0.27.3",
10684 "hyper-util",
10685 "ipnet",
10686 "js-sys",
10687 "log",
10688 "mime",
10689 "once_cell",
10690 "percent-encoding",
10691 "pin-project-lite",
10692 "quinn",
10693 "rustls 0.23.20",
10694 "rustls-native-certs 0.8.1",
10695 "rustls-pemfile 2.2.0",
10696 "rustls-pki-types",
10697 "serde",
10698 "serde_json",
10699 "serde_urlencoded",
10700 "sync_wrapper 1.0.2",
10701 "system-configuration 0.6.1",
10702 "tokio",
10703 "tokio-rustls 0.26.1",
10704 "tokio-socks",
10705 "tokio-util",
10706 "tower-service",
10707 "url",
10708 "wasm-bindgen",
10709 "wasm-bindgen-futures",
10710 "wasm-streams",
10711 "web-sys",
10712 "windows-registry",
10713]
10714
10715[[package]]
10716name = "reqwest_client"
10717version = "0.1.0"
10718dependencies = [
10719 "anyhow",
10720 "bytes 1.9.0",
10721 "futures 0.3.31",
10722 "gpui",
10723 "http_client",
10724 "log",
10725 "reqwest 0.12.8",
10726 "serde",
10727 "smol",
10728 "tokio",
10729]
10730
10731[[package]]
10732name = "resvg"
10733version = "0.44.0"
10734source = "registry+https://github.com/rust-lang/crates.io-index"
10735checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10736dependencies = [
10737 "log",
10738 "pico-args",
10739 "rgb",
10740 "svgtypes",
10741 "tiny-skia",
10742 "usvg",
10743]
10744
10745[[package]]
10746name = "rfc6979"
10747version = "0.3.1"
10748source = "registry+https://github.com/rust-lang/crates.io-index"
10749checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10750dependencies = [
10751 "crypto-bigint 0.4.9",
10752 "hmac",
10753 "zeroize",
10754]
10755
10756[[package]]
10757name = "rgb"
10758version = "0.8.50"
10759source = "registry+https://github.com/rust-lang/crates.io-index"
10760checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
10761dependencies = [
10762 "bytemuck",
10763]
10764
10765[[package]]
10766name = "rich_text"
10767version = "0.1.0"
10768dependencies = [
10769 "futures 0.3.31",
10770 "gpui",
10771 "language",
10772 "linkify",
10773 "pulldown-cmark 0.12.2",
10774 "theme",
10775 "ui",
10776 "util",
10777]
10778
10779[[package]]
10780name = "ring"
10781version = "0.17.8"
10782source = "registry+https://github.com/rust-lang/crates.io-index"
10783checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10784dependencies = [
10785 "cc",
10786 "cfg-if",
10787 "getrandom 0.2.15",
10788 "libc",
10789 "spin",
10790 "untrusted",
10791 "windows-sys 0.52.0",
10792]
10793
10794[[package]]
10795name = "rkyv"
10796version = "0.7.45"
10797source = "registry+https://github.com/rust-lang/crates.io-index"
10798checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10799dependencies = [
10800 "bitvec",
10801 "bytecheck",
10802 "bytes 1.9.0",
10803 "hashbrown 0.12.3",
10804 "ptr_meta",
10805 "rend",
10806 "rkyv_derive",
10807 "seahash",
10808 "tinyvec",
10809 "uuid",
10810]
10811
10812[[package]]
10813name = "rkyv_derive"
10814version = "0.7.45"
10815source = "registry+https://github.com/rust-lang/crates.io-index"
10816checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10817dependencies = [
10818 "proc-macro2",
10819 "quote",
10820 "syn 1.0.109",
10821]
10822
10823[[package]]
10824name = "rmp"
10825version = "0.8.14"
10826source = "registry+https://github.com/rust-lang/crates.io-index"
10827checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10828dependencies = [
10829 "byteorder",
10830 "num-traits",
10831 "paste",
10832]
10833
10834[[package]]
10835name = "rmpv"
10836version = "1.3.0"
10837source = "registry+https://github.com/rust-lang/crates.io-index"
10838checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10839dependencies = [
10840 "num-traits",
10841 "rmp",
10842]
10843
10844[[package]]
10845name = "rodio"
10846version = "0.20.1"
10847source = "registry+https://github.com/rust-lang/crates.io-index"
10848checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
10849dependencies = [
10850 "cpal",
10851 "hound",
10852]
10853
10854[[package]]
10855name = "rope"
10856version = "0.1.0"
10857dependencies = [
10858 "arrayvec",
10859 "criterion",
10860 "ctor",
10861 "env_logger 0.11.6",
10862 "gpui",
10863 "log",
10864 "rand 0.8.5",
10865 "rayon",
10866 "smallvec",
10867 "sum_tree",
10868 "unicode-segmentation",
10869 "util",
10870]
10871
10872[[package]]
10873name = "roxmltree"
10874version = "0.20.0"
10875source = "registry+https://github.com/rust-lang/crates.io-index"
10876checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10877
10878[[package]]
10879name = "rpc"
10880version = "0.1.0"
10881dependencies = [
10882 "anyhow",
10883 "async-tungstenite 0.28.2",
10884 "base64 0.22.1",
10885 "chrono",
10886 "collections",
10887 "env_logger 0.11.6",
10888 "futures 0.3.31",
10889 "gpui",
10890 "parking_lot",
10891 "proto",
10892 "rand 0.8.5",
10893 "rsa",
10894 "serde",
10895 "serde_json",
10896 "sha2",
10897 "strum",
10898 "tracing",
10899 "util",
10900 "zstd",
10901]
10902
10903[[package]]
10904name = "rsa"
10905version = "0.9.7"
10906source = "registry+https://github.com/rust-lang/crates.io-index"
10907checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
10908dependencies = [
10909 "const-oid",
10910 "digest",
10911 "num-bigint-dig",
10912 "num-integer",
10913 "num-traits",
10914 "pkcs1",
10915 "pkcs8 0.10.2",
10916 "rand_core 0.6.4",
10917 "signature 2.2.0",
10918 "spki 0.7.3",
10919 "subtle",
10920 "zeroize",
10921]
10922
10923[[package]]
10924name = "runtimelib"
10925version = "0.24.0"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "445ff0ee3d5c832cdd27efadd004a741423db1f91bd1de593a14b21211ea084c"
10928dependencies = [
10929 "anyhow",
10930 "async-dispatcher",
10931 "async-std",
10932 "base64 0.22.1",
10933 "bytes 1.9.0",
10934 "chrono",
10935 "data-encoding",
10936 "dirs 5.0.1",
10937 "futures 0.3.31",
10938 "glob",
10939 "jupyter-protocol",
10940 "ring",
10941 "serde",
10942 "serde_json",
10943 "shellexpand 3.1.0",
10944 "smol",
10945 "uuid",
10946 "zeromq",
10947]
10948
10949[[package]]
10950name = "rust-embed"
10951version = "8.5.0"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10954dependencies = [
10955 "rust-embed-impl",
10956 "rust-embed-utils",
10957 "walkdir",
10958]
10959
10960[[package]]
10961name = "rust-embed-impl"
10962version = "8.5.0"
10963source = "registry+https://github.com/rust-lang/crates.io-index"
10964checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10965dependencies = [
10966 "proc-macro2",
10967 "quote",
10968 "rust-embed-utils",
10969 "syn 2.0.90",
10970 "walkdir",
10971]
10972
10973[[package]]
10974name = "rust-embed-utils"
10975version = "8.5.0"
10976source = "registry+https://github.com/rust-lang/crates.io-index"
10977checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10978dependencies = [
10979 "globset",
10980 "sha2",
10981 "walkdir",
10982]
10983
10984[[package]]
10985name = "rust_decimal"
10986version = "1.36.0"
10987source = "registry+https://github.com/rust-lang/crates.io-index"
10988checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10989dependencies = [
10990 "arrayvec",
10991 "borsh",
10992 "bytes 1.9.0",
10993 "num-traits",
10994 "rand 0.8.5",
10995 "rkyv",
10996 "serde",
10997 "serde_json",
10998]
10999
11000[[package]]
11001name = "rustc-demangle"
11002version = "0.1.24"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11005
11006[[package]]
11007name = "rustc-hash"
11008version = "1.1.0"
11009source = "registry+https://github.com/rust-lang/crates.io-index"
11010checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11011
11012[[package]]
11013name = "rustc-hash"
11014version = "2.1.0"
11015source = "registry+https://github.com/rust-lang/crates.io-index"
11016checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
11017
11018[[package]]
11019name = "rustc_version"
11020version = "0.4.1"
11021source = "registry+https://github.com/rust-lang/crates.io-index"
11022checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11023dependencies = [
11024 "semver",
11025]
11026
11027[[package]]
11028name = "rustix"
11029version = "0.37.27"
11030source = "registry+https://github.com/rust-lang/crates.io-index"
11031checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
11032dependencies = [
11033 "bitflags 1.3.2",
11034 "errno 0.3.10",
11035 "io-lifetimes 1.0.11",
11036 "libc",
11037 "linux-raw-sys 0.3.8",
11038 "windows-sys 0.48.0",
11039]
11040
11041[[package]]
11042name = "rustix"
11043version = "0.38.42"
11044source = "registry+https://github.com/rust-lang/crates.io-index"
11045checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11046dependencies = [
11047 "bitflags 2.6.0",
11048 "errno 0.3.10",
11049 "itoa",
11050 "libc",
11051 "linux-raw-sys 0.4.14",
11052 "once_cell",
11053 "windows-sys 0.59.0",
11054]
11055
11056[[package]]
11057name = "rustix-openpty"
11058version = "0.1.1"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11061dependencies = [
11062 "errno 0.3.10",
11063 "libc",
11064 "rustix 0.38.42",
11065]
11066
11067[[package]]
11068name = "rustls"
11069version = "0.21.12"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11072dependencies = [
11073 "log",
11074 "ring",
11075 "rustls-webpki 0.101.7",
11076 "sct",
11077]
11078
11079[[package]]
11080name = "rustls"
11081version = "0.23.20"
11082source = "registry+https://github.com/rust-lang/crates.io-index"
11083checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
11084dependencies = [
11085 "once_cell",
11086 "ring",
11087 "rustls-pki-types",
11088 "rustls-webpki 0.102.8",
11089 "subtle",
11090 "zeroize",
11091]
11092
11093[[package]]
11094name = "rustls-native-certs"
11095version = "0.6.3"
11096source = "registry+https://github.com/rust-lang/crates.io-index"
11097checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11098dependencies = [
11099 "openssl-probe",
11100 "rustls-pemfile 1.0.4",
11101 "schannel",
11102 "security-framework 2.11.1",
11103]
11104
11105[[package]]
11106name = "rustls-native-certs"
11107version = "0.8.1"
11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11110dependencies = [
11111 "openssl-probe",
11112 "rustls-pki-types",
11113 "schannel",
11114 "security-framework 3.0.1",
11115]
11116
11117[[package]]
11118name = "rustls-pemfile"
11119version = "1.0.4"
11120source = "registry+https://github.com/rust-lang/crates.io-index"
11121checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11122dependencies = [
11123 "base64 0.21.7",
11124]
11125
11126[[package]]
11127name = "rustls-pemfile"
11128version = "2.2.0"
11129source = "registry+https://github.com/rust-lang/crates.io-index"
11130checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11131dependencies = [
11132 "rustls-pki-types",
11133]
11134
11135[[package]]
11136name = "rustls-pki-types"
11137version = "1.10.0"
11138source = "registry+https://github.com/rust-lang/crates.io-index"
11139checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11140dependencies = [
11141 "web-time",
11142]
11143
11144[[package]]
11145name = "rustls-webpki"
11146version = "0.101.7"
11147source = "registry+https://github.com/rust-lang/crates.io-index"
11148checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11149dependencies = [
11150 "ring",
11151 "untrusted",
11152]
11153
11154[[package]]
11155name = "rustls-webpki"
11156version = "0.102.8"
11157source = "registry+https://github.com/rust-lang/crates.io-index"
11158checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11159dependencies = [
11160 "ring",
11161 "rustls-pki-types",
11162 "untrusted",
11163]
11164
11165[[package]]
11166name = "rustversion"
11167version = "1.0.18"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11170
11171[[package]]
11172name = "rustybuzz"
11173version = "0.14.1"
11174source = "registry+https://github.com/rust-lang/crates.io-index"
11175checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11176dependencies = [
11177 "bitflags 2.6.0",
11178 "bytemuck",
11179 "libm",
11180 "smallvec",
11181 "ttf-parser",
11182 "unicode-bidi-mirroring",
11183 "unicode-ccc",
11184 "unicode-properties",
11185 "unicode-script",
11186]
11187
11188[[package]]
11189name = "ryu"
11190version = "1.0.18"
11191source = "registry+https://github.com/rust-lang/crates.io-index"
11192checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11193
11194[[package]]
11195name = "salsa20"
11196version = "0.10.2"
11197source = "registry+https://github.com/rust-lang/crates.io-index"
11198checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11199dependencies = [
11200 "cipher",
11201]
11202
11203[[package]]
11204name = "same-file"
11205version = "1.0.6"
11206source = "registry+https://github.com/rust-lang/crates.io-index"
11207checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11208dependencies = [
11209 "winapi-util",
11210]
11211
11212[[package]]
11213name = "schannel"
11214version = "0.1.27"
11215source = "registry+https://github.com/rust-lang/crates.io-index"
11216checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11217dependencies = [
11218 "windows-sys 0.59.0",
11219]
11220
11221[[package]]
11222name = "schemars"
11223version = "0.8.21"
11224source = "registry+https://github.com/rust-lang/crates.io-index"
11225checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11226dependencies = [
11227 "dyn-clone",
11228 "indexmap",
11229 "schemars_derive",
11230 "serde",
11231 "serde_json",
11232]
11233
11234[[package]]
11235name = "schemars_derive"
11236version = "0.8.21"
11237source = "registry+https://github.com/rust-lang/crates.io-index"
11238checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11239dependencies = [
11240 "proc-macro2",
11241 "quote",
11242 "serde_derive_internals",
11243 "syn 2.0.90",
11244]
11245
11246[[package]]
11247name = "scoped-tls"
11248version = "1.0.1"
11249source = "registry+https://github.com/rust-lang/crates.io-index"
11250checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11251
11252[[package]]
11253name = "scopeguard"
11254version = "1.2.0"
11255source = "registry+https://github.com/rust-lang/crates.io-index"
11256checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11257
11258[[package]]
11259name = "scratch"
11260version = "1.0.7"
11261source = "registry+https://github.com/rust-lang/crates.io-index"
11262checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11263
11264[[package]]
11265name = "scrypt"
11266version = "0.11.0"
11267source = "registry+https://github.com/rust-lang/crates.io-index"
11268checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11269dependencies = [
11270 "password-hash 0.5.0",
11271 "pbkdf2 0.12.2",
11272 "salsa20",
11273 "sha2",
11274]
11275
11276[[package]]
11277name = "sct"
11278version = "0.7.1"
11279source = "registry+https://github.com/rust-lang/crates.io-index"
11280checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11281dependencies = [
11282 "ring",
11283 "untrusted",
11284]
11285
11286[[package]]
11287name = "sea-bae"
11288version = "0.2.1"
11289source = "registry+https://github.com/rust-lang/crates.io-index"
11290checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11291dependencies = [
11292 "heck 0.4.1",
11293 "proc-macro-error2",
11294 "proc-macro2",
11295 "quote",
11296 "syn 2.0.90",
11297]
11298
11299[[package]]
11300name = "sea-orm"
11301version = "1.1.3"
11302source = "registry+https://github.com/rust-lang/crates.io-index"
11303checksum = "0dbcf83248860dc632c46c7e81a221e041b50d0006191756cb001d9e8afc60a9"
11304dependencies = [
11305 "async-stream",
11306 "async-trait",
11307 "bigdecimal",
11308 "chrono",
11309 "futures 0.3.31",
11310 "log",
11311 "ouroboros",
11312 "rust_decimal",
11313 "sea-orm-macros",
11314 "sea-query",
11315 "sea-query-binder",
11316 "serde",
11317 "serde_json",
11318 "sqlx",
11319 "strum",
11320 "thiserror 1.0.69",
11321 "time",
11322 "tracing",
11323 "url",
11324 "uuid",
11325]
11326
11327[[package]]
11328name = "sea-orm-macros"
11329version = "1.1.3"
11330source = "registry+https://github.com/rust-lang/crates.io-index"
11331checksum = "49ce6f08134f3681b1ca92185b96fac898f26d9b4f5538d13f7032ef243d14b2"
11332dependencies = [
11333 "heck 0.4.1",
11334 "proc-macro2",
11335 "quote",
11336 "sea-bae",
11337 "syn 2.0.90",
11338 "unicode-ident",
11339]
11340
11341[[package]]
11342name = "sea-query"
11343version = "0.32.1"
11344source = "registry+https://github.com/rust-lang/crates.io-index"
11345checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
11346dependencies = [
11347 "bigdecimal",
11348 "chrono",
11349 "inherent",
11350 "ordered-float 3.9.2",
11351 "rust_decimal",
11352 "serde_json",
11353 "time",
11354 "uuid",
11355]
11356
11357[[package]]
11358name = "sea-query-binder"
11359version = "0.7.0"
11360source = "registry+https://github.com/rust-lang/crates.io-index"
11361checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
11362dependencies = [
11363 "bigdecimal",
11364 "chrono",
11365 "rust_decimal",
11366 "sea-query",
11367 "serde_json",
11368 "sqlx",
11369 "time",
11370 "uuid",
11371]
11372
11373[[package]]
11374name = "seahash"
11375version = "4.1.0"
11376source = "registry+https://github.com/rust-lang/crates.io-index"
11377checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
11378
11379[[package]]
11380name = "search"
11381version = "0.1.0"
11382dependencies = [
11383 "any_vec",
11384 "anyhow",
11385 "bitflags 2.6.0",
11386 "client",
11387 "collections",
11388 "editor",
11389 "futures 0.3.31",
11390 "gpui",
11391 "language",
11392 "menu",
11393 "project",
11394 "serde",
11395 "serde_json",
11396 "settings",
11397 "smol",
11398 "theme",
11399 "ui",
11400 "unindent",
11401 "util",
11402 "workspace",
11403]
11404
11405[[package]]
11406name = "sec1"
11407version = "0.3.0"
11408source = "registry+https://github.com/rust-lang/crates.io-index"
11409checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
11410dependencies = [
11411 "base16ct",
11412 "der 0.6.1",
11413 "generic-array",
11414 "pkcs8 0.9.0",
11415 "subtle",
11416 "zeroize",
11417]
11418
11419[[package]]
11420name = "security-framework"
11421version = "2.11.1"
11422source = "registry+https://github.com/rust-lang/crates.io-index"
11423checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
11424dependencies = [
11425 "bitflags 2.6.0",
11426 "core-foundation 0.9.4",
11427 "core-foundation-sys",
11428 "libc",
11429 "security-framework-sys",
11430]
11431
11432[[package]]
11433name = "security-framework"
11434version = "3.0.1"
11435source = "registry+https://github.com/rust-lang/crates.io-index"
11436checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
11437dependencies = [
11438 "bitflags 2.6.0",
11439 "core-foundation 0.10.0",
11440 "core-foundation-sys",
11441 "libc",
11442 "security-framework-sys",
11443]
11444
11445[[package]]
11446name = "security-framework-sys"
11447version = "2.12.1"
11448source = "registry+https://github.com/rust-lang/crates.io-index"
11449checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
11450dependencies = [
11451 "core-foundation-sys",
11452 "libc",
11453]
11454
11455[[package]]
11456name = "self_cell"
11457version = "1.1.0"
11458source = "registry+https://github.com/rust-lang/crates.io-index"
11459checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
11460
11461[[package]]
11462name = "semantic_index"
11463version = "0.1.0"
11464dependencies = [
11465 "anyhow",
11466 "arrayvec",
11467 "blake3",
11468 "client",
11469 "clock",
11470 "collections",
11471 "env_logger 0.11.6",
11472 "feature_flags",
11473 "fs",
11474 "futures 0.3.31",
11475 "futures-batch",
11476 "gpui",
11477 "heed",
11478 "http_client",
11479 "language",
11480 "language_model",
11481 "languages",
11482 "log",
11483 "open_ai",
11484 "parking_lot",
11485 "project",
11486 "reqwest_client",
11487 "serde",
11488 "serde_json",
11489 "settings",
11490 "sha2",
11491 "smol",
11492 "tempfile",
11493 "theme",
11494 "tree-sitter",
11495 "ui",
11496 "unindent",
11497 "util",
11498 "workspace",
11499 "worktree",
11500]
11501
11502[[package]]
11503name = "semantic_version"
11504version = "0.1.0"
11505dependencies = [
11506 "anyhow",
11507 "serde",
11508]
11509
11510[[package]]
11511name = "semver"
11512version = "1.0.24"
11513source = "registry+https://github.com/rust-lang/crates.io-index"
11514checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
11515dependencies = [
11516 "serde",
11517]
11518
11519[[package]]
11520name = "serde"
11521version = "1.0.216"
11522source = "registry+https://github.com/rust-lang/crates.io-index"
11523checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e"
11524dependencies = [
11525 "serde_derive",
11526]
11527
11528[[package]]
11529name = "serde_derive"
11530version = "1.0.216"
11531source = "registry+https://github.com/rust-lang/crates.io-index"
11532checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e"
11533dependencies = [
11534 "proc-macro2",
11535 "quote",
11536 "syn 2.0.90",
11537]
11538
11539[[package]]
11540name = "serde_derive_internals"
11541version = "0.29.1"
11542source = "registry+https://github.com/rust-lang/crates.io-index"
11543checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11544dependencies = [
11545 "proc-macro2",
11546 "quote",
11547 "syn 2.0.90",
11548]
11549
11550[[package]]
11551name = "serde_fmt"
11552version = "1.0.3"
11553source = "registry+https://github.com/rust-lang/crates.io-index"
11554checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11555dependencies = [
11556 "serde",
11557]
11558
11559[[package]]
11560name = "serde_json"
11561version = "1.0.134"
11562source = "registry+https://github.com/rust-lang/crates.io-index"
11563checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
11564dependencies = [
11565 "indexmap",
11566 "itoa",
11567 "memchr",
11568 "ryu",
11569 "serde",
11570]
11571
11572[[package]]
11573name = "serde_json_lenient"
11574version = "0.2.4"
11575source = "registry+https://github.com/rust-lang/crates.io-index"
11576checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
11577dependencies = [
11578 "indexmap",
11579 "itoa",
11580 "memchr",
11581 "ryu",
11582 "serde",
11583]
11584
11585[[package]]
11586name = "serde_path_to_error"
11587version = "0.1.16"
11588source = "registry+https://github.com/rust-lang/crates.io-index"
11589checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11590dependencies = [
11591 "itoa",
11592 "serde",
11593]
11594
11595[[package]]
11596name = "serde_qs"
11597version = "0.8.5"
11598source = "registry+https://github.com/rust-lang/crates.io-index"
11599checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11600dependencies = [
11601 "percent-encoding",
11602 "serde",
11603 "thiserror 1.0.69",
11604]
11605
11606[[package]]
11607name = "serde_qs"
11608version = "0.10.1"
11609source = "registry+https://github.com/rust-lang/crates.io-index"
11610checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11611dependencies = [
11612 "percent-encoding",
11613 "serde",
11614 "thiserror 1.0.69",
11615]
11616
11617[[package]]
11618name = "serde_repr"
11619version = "0.1.19"
11620source = "registry+https://github.com/rust-lang/crates.io-index"
11621checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11622dependencies = [
11623 "proc-macro2",
11624 "quote",
11625 "syn 2.0.90",
11626]
11627
11628[[package]]
11629name = "serde_spanned"
11630version = "0.6.8"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
11633dependencies = [
11634 "serde",
11635]
11636
11637[[package]]
11638name = "serde_urlencoded"
11639version = "0.7.1"
11640source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11642dependencies = [
11643 "form_urlencoded",
11644 "itoa",
11645 "ryu",
11646 "serde",
11647]
11648
11649[[package]]
11650name = "session"
11651version = "0.1.0"
11652dependencies = [
11653 "db",
11654 "gpui",
11655 "serde_json",
11656 "util",
11657 "uuid",
11658]
11659
11660[[package]]
11661name = "settings"
11662version = "0.1.0"
11663dependencies = [
11664 "anyhow",
11665 "collections",
11666 "ec4rs",
11667 "fs",
11668 "futures 0.3.31",
11669 "gpui",
11670 "indoc",
11671 "log",
11672 "paths",
11673 "pretty_assertions",
11674 "release_channel",
11675 "rust-embed",
11676 "schemars",
11677 "serde",
11678 "serde_derive",
11679 "serde_json",
11680 "serde_json_lenient",
11681 "smallvec",
11682 "tree-sitter",
11683 "tree-sitter-json",
11684 "unindent",
11685 "util",
11686]
11687
11688[[package]]
11689name = "settings_ui"
11690version = "0.1.0"
11691dependencies = [
11692 "command_palette_hooks",
11693 "editor",
11694 "feature_flags",
11695 "gpui",
11696 "settings",
11697 "theme",
11698 "ui",
11699 "workspace",
11700]
11701
11702[[package]]
11703name = "sha1"
11704version = "0.10.6"
11705source = "registry+https://github.com/rust-lang/crates.io-index"
11706checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11707dependencies = [
11708 "cfg-if",
11709 "cpufeatures",
11710 "digest",
11711]
11712
11713[[package]]
11714name = "sha1_smol"
11715version = "1.0.1"
11716source = "registry+https://github.com/rust-lang/crates.io-index"
11717checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11718
11719[[package]]
11720name = "sha2"
11721version = "0.10.8"
11722source = "registry+https://github.com/rust-lang/crates.io-index"
11723checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11724dependencies = [
11725 "cfg-if",
11726 "cpufeatures",
11727 "digest",
11728]
11729
11730[[package]]
11731name = "sharded-slab"
11732version = "0.1.7"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11735dependencies = [
11736 "lazy_static",
11737]
11738
11739[[package]]
11740name = "shell-words"
11741version = "1.1.0"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11744
11745[[package]]
11746name = "shellexpand"
11747version = "2.1.2"
11748source = "registry+https://github.com/rust-lang/crates.io-index"
11749checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11750dependencies = [
11751 "dirs 4.0.0",
11752]
11753
11754[[package]]
11755name = "shellexpand"
11756version = "3.1.0"
11757source = "registry+https://github.com/rust-lang/crates.io-index"
11758checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11759dependencies = [
11760 "dirs 5.0.1",
11761]
11762
11763[[package]]
11764name = "shlex"
11765version = "1.3.0"
11766source = "registry+https://github.com/rust-lang/crates.io-index"
11767checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11768
11769[[package]]
11770name = "signal-hook"
11771version = "0.3.17"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11774dependencies = [
11775 "libc",
11776 "signal-hook-registry",
11777]
11778
11779[[package]]
11780name = "signal-hook-registry"
11781version = "1.4.2"
11782source = "registry+https://github.com/rust-lang/crates.io-index"
11783checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11784dependencies = [
11785 "libc",
11786]
11787
11788[[package]]
11789name = "signature"
11790version = "1.6.4"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11793dependencies = [
11794 "digest",
11795 "rand_core 0.6.4",
11796]
11797
11798[[package]]
11799name = "signature"
11800version = "2.2.0"
11801source = "registry+https://github.com/rust-lang/crates.io-index"
11802checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11803dependencies = [
11804 "digest",
11805 "rand_core 0.6.4",
11806]
11807
11808[[package]]
11809name = "simd-adler32"
11810version = "0.3.7"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11813
11814[[package]]
11815name = "simd_helpers"
11816version = "0.1.0"
11817source = "registry+https://github.com/rust-lang/crates.io-index"
11818checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11819dependencies = [
11820 "quote",
11821]
11822
11823[[package]]
11824name = "simdutf8"
11825version = "0.1.5"
11826source = "registry+https://github.com/rust-lang/crates.io-index"
11827checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
11828
11829[[package]]
11830name = "similar"
11831version = "1.3.0"
11832source = "registry+https://github.com/rust-lang/crates.io-index"
11833checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11834
11835[[package]]
11836name = "simple_asn1"
11837version = "0.6.2"
11838source = "registry+https://github.com/rust-lang/crates.io-index"
11839checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11840dependencies = [
11841 "num-bigint",
11842 "num-traits",
11843 "thiserror 1.0.69",
11844 "time",
11845]
11846
11847[[package]]
11848name = "simplecss"
11849version = "0.2.1"
11850source = "registry+https://github.com/rust-lang/crates.io-index"
11851checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11852dependencies = [
11853 "log",
11854]
11855
11856[[package]]
11857name = "simplelog"
11858version = "0.12.2"
11859source = "registry+https://github.com/rust-lang/crates.io-index"
11860checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11861dependencies = [
11862 "log",
11863 "termcolor",
11864 "time",
11865]
11866
11867[[package]]
11868name = "siphasher"
11869version = "0.3.11"
11870source = "registry+https://github.com/rust-lang/crates.io-index"
11871checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11872
11873[[package]]
11874name = "siphasher"
11875version = "1.0.1"
11876source = "registry+https://github.com/rust-lang/crates.io-index"
11877checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11878
11879[[package]]
11880name = "skrifa"
11881version = "0.22.3"
11882source = "registry+https://github.com/rust-lang/crates.io-index"
11883checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
11884dependencies = [
11885 "bytemuck",
11886 "read-fonts",
11887]
11888
11889[[package]]
11890name = "slab"
11891version = "0.4.9"
11892source = "registry+https://github.com/rust-lang/crates.io-index"
11893checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11894dependencies = [
11895 "autocfg",
11896]
11897
11898[[package]]
11899name = "slash_commands_example"
11900version = "0.1.0"
11901dependencies = [
11902 "zed_extension_api 0.1.0",
11903]
11904
11905[[package]]
11906name = "slice-group-by"
11907version = "0.3.1"
11908source = "registry+https://github.com/rust-lang/crates.io-index"
11909checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11910
11911[[package]]
11912name = "slotmap"
11913version = "1.0.7"
11914source = "registry+https://github.com/rust-lang/crates.io-index"
11915checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11916dependencies = [
11917 "version_check",
11918]
11919
11920[[package]]
11921name = "smallvec"
11922version = "1.13.2"
11923source = "registry+https://github.com/rust-lang/crates.io-index"
11924checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11925dependencies = [
11926 "serde",
11927]
11928
11929[[package]]
11930name = "smart-default"
11931version = "0.6.0"
11932source = "registry+https://github.com/rust-lang/crates.io-index"
11933checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11934dependencies = [
11935 "proc-macro2",
11936 "quote",
11937 "syn 1.0.109",
11938]
11939
11940[[package]]
11941name = "smol"
11942version = "1.3.0"
11943source = "registry+https://github.com/rust-lang/crates.io-index"
11944checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
11945dependencies = [
11946 "async-channel 1.9.0",
11947 "async-executor",
11948 "async-fs 1.6.0",
11949 "async-io 1.13.0",
11950 "async-lock 2.8.0",
11951 "async-net 1.8.0",
11952 "async-process 1.8.1",
11953 "blocking",
11954 "futures-lite 1.13.0",
11955]
11956
11957[[package]]
11958name = "smol_str"
11959version = "0.1.24"
11960source = "registry+https://github.com/rust-lang/crates.io-index"
11961checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11962dependencies = [
11963 "serde",
11964]
11965
11966[[package]]
11967name = "snippet"
11968version = "0.1.0"
11969dependencies = [
11970 "anyhow",
11971 "smallvec",
11972]
11973
11974[[package]]
11975name = "snippet_provider"
11976version = "0.1.0"
11977dependencies = [
11978 "anyhow",
11979 "collections",
11980 "extension",
11981 "fs",
11982 "futures 0.3.31",
11983 "gpui",
11984 "parking_lot",
11985 "paths",
11986 "serde",
11987 "serde_json",
11988 "snippet",
11989 "util",
11990]
11991
11992[[package]]
11993name = "snippets_ui"
11994version = "0.1.0"
11995dependencies = [
11996 "fuzzy",
11997 "gpui",
11998 "language",
11999 "paths",
12000 "picker",
12001 "ui",
12002 "util",
12003 "workspace",
12004]
12005
12006[[package]]
12007name = "socket2"
12008version = "0.4.10"
12009source = "registry+https://github.com/rust-lang/crates.io-index"
12010checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
12011dependencies = [
12012 "libc",
12013 "winapi",
12014]
12015
12016[[package]]
12017name = "socket2"
12018version = "0.5.8"
12019source = "registry+https://github.com/rust-lang/crates.io-index"
12020checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12021dependencies = [
12022 "libc",
12023 "windows-sys 0.52.0",
12024]
12025
12026[[package]]
12027name = "spdx"
12028version = "0.10.7"
12029source = "registry+https://github.com/rust-lang/crates.io-index"
12030checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12031dependencies = [
12032 "smallvec",
12033]
12034
12035[[package]]
12036name = "spin"
12037version = "0.9.8"
12038source = "registry+https://github.com/rust-lang/crates.io-index"
12039checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12040dependencies = [
12041 "lock_api",
12042]
12043
12044[[package]]
12045name = "spirv"
12046version = "0.3.0+sdk-1.3.268.0"
12047source = "registry+https://github.com/rust-lang/crates.io-index"
12048checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12049dependencies = [
12050 "bitflags 2.6.0",
12051]
12052
12053[[package]]
12054name = "spki"
12055version = "0.6.0"
12056source = "registry+https://github.com/rust-lang/crates.io-index"
12057checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12058dependencies = [
12059 "base64ct",
12060 "der 0.6.1",
12061]
12062
12063[[package]]
12064name = "spki"
12065version = "0.7.3"
12066source = "registry+https://github.com/rust-lang/crates.io-index"
12067checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12068dependencies = [
12069 "base64ct",
12070 "der 0.7.9",
12071]
12072
12073[[package]]
12074name = "sptr"
12075version = "0.3.2"
12076source = "registry+https://github.com/rust-lang/crates.io-index"
12077checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12078
12079[[package]]
12080name = "sqlez"
12081version = "0.1.0"
12082dependencies = [
12083 "anyhow",
12084 "collections",
12085 "futures 0.3.31",
12086 "indoc",
12087 "libsqlite3-sys",
12088 "parking_lot",
12089 "smol",
12090 "sqlformat",
12091 "thread_local",
12092 "util",
12093 "uuid",
12094]
12095
12096[[package]]
12097name = "sqlez_macros"
12098version = "0.1.0"
12099dependencies = [
12100 "sqlez",
12101 "sqlformat",
12102 "syn 1.0.109",
12103]
12104
12105[[package]]
12106name = "sqlformat"
12107version = "0.2.6"
12108source = "registry+https://github.com/rust-lang/crates.io-index"
12109checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12110dependencies = [
12111 "nom",
12112 "unicode_categories",
12113]
12114
12115[[package]]
12116name = "sqlx"
12117version = "0.8.2"
12118source = "registry+https://github.com/rust-lang/crates.io-index"
12119checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
12120dependencies = [
12121 "sqlx-core",
12122 "sqlx-macros",
12123 "sqlx-mysql",
12124 "sqlx-postgres",
12125 "sqlx-sqlite",
12126]
12127
12128[[package]]
12129name = "sqlx-core"
12130version = "0.8.2"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
12133dependencies = [
12134 "atoi",
12135 "bigdecimal",
12136 "byteorder",
12137 "bytes 1.9.0",
12138 "chrono",
12139 "crc",
12140 "crossbeam-queue",
12141 "either",
12142 "event-listener 5.3.1",
12143 "futures-channel",
12144 "futures-core",
12145 "futures-intrusive",
12146 "futures-io",
12147 "futures-util",
12148 "hashbrown 0.14.5",
12149 "hashlink 0.9.1",
12150 "hex",
12151 "indexmap",
12152 "log",
12153 "memchr",
12154 "once_cell",
12155 "paste",
12156 "percent-encoding",
12157 "rust_decimal",
12158 "rustls 0.23.20",
12159 "rustls-pemfile 2.2.0",
12160 "serde",
12161 "serde_json",
12162 "sha2",
12163 "smallvec",
12164 "sqlformat",
12165 "thiserror 1.0.69",
12166 "time",
12167 "tokio",
12168 "tokio-stream",
12169 "tracing",
12170 "url",
12171 "uuid",
12172 "webpki-roots 0.26.7",
12173]
12174
12175[[package]]
12176name = "sqlx-macros"
12177version = "0.8.2"
12178source = "registry+https://github.com/rust-lang/crates.io-index"
12179checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
12180dependencies = [
12181 "proc-macro2",
12182 "quote",
12183 "sqlx-core",
12184 "sqlx-macros-core",
12185 "syn 2.0.90",
12186]
12187
12188[[package]]
12189name = "sqlx-macros-core"
12190version = "0.8.2"
12191source = "registry+https://github.com/rust-lang/crates.io-index"
12192checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
12193dependencies = [
12194 "dotenvy",
12195 "either",
12196 "heck 0.5.0",
12197 "hex",
12198 "once_cell",
12199 "proc-macro2",
12200 "quote",
12201 "serde",
12202 "serde_json",
12203 "sha2",
12204 "sqlx-core",
12205 "sqlx-mysql",
12206 "sqlx-postgres",
12207 "sqlx-sqlite",
12208 "syn 2.0.90",
12209 "tempfile",
12210 "tokio",
12211 "url",
12212]
12213
12214[[package]]
12215name = "sqlx-mysql"
12216version = "0.8.2"
12217source = "registry+https://github.com/rust-lang/crates.io-index"
12218checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
12219dependencies = [
12220 "atoi",
12221 "base64 0.22.1",
12222 "bigdecimal",
12223 "bitflags 2.6.0",
12224 "byteorder",
12225 "bytes 1.9.0",
12226 "chrono",
12227 "crc",
12228 "digest",
12229 "dotenvy",
12230 "either",
12231 "futures-channel",
12232 "futures-core",
12233 "futures-io",
12234 "futures-util",
12235 "generic-array",
12236 "hex",
12237 "hkdf",
12238 "hmac",
12239 "itoa",
12240 "log",
12241 "md-5",
12242 "memchr",
12243 "once_cell",
12244 "percent-encoding",
12245 "rand 0.8.5",
12246 "rsa",
12247 "rust_decimal",
12248 "serde",
12249 "sha1",
12250 "sha2",
12251 "smallvec",
12252 "sqlx-core",
12253 "stringprep",
12254 "thiserror 1.0.69",
12255 "time",
12256 "tracing",
12257 "uuid",
12258 "whoami",
12259]
12260
12261[[package]]
12262name = "sqlx-postgres"
12263version = "0.8.2"
12264source = "registry+https://github.com/rust-lang/crates.io-index"
12265checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
12266dependencies = [
12267 "atoi",
12268 "base64 0.22.1",
12269 "bigdecimal",
12270 "bitflags 2.6.0",
12271 "byteorder",
12272 "chrono",
12273 "crc",
12274 "dotenvy",
12275 "etcetera",
12276 "futures-channel",
12277 "futures-core",
12278 "futures-io",
12279 "futures-util",
12280 "hex",
12281 "hkdf",
12282 "hmac",
12283 "home",
12284 "itoa",
12285 "log",
12286 "md-5",
12287 "memchr",
12288 "num-bigint",
12289 "once_cell",
12290 "rand 0.8.5",
12291 "rust_decimal",
12292 "serde",
12293 "serde_json",
12294 "sha2",
12295 "smallvec",
12296 "sqlx-core",
12297 "stringprep",
12298 "thiserror 1.0.69",
12299 "time",
12300 "tracing",
12301 "uuid",
12302 "whoami",
12303]
12304
12305[[package]]
12306name = "sqlx-sqlite"
12307version = "0.8.2"
12308source = "registry+https://github.com/rust-lang/crates.io-index"
12309checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
12310dependencies = [
12311 "atoi",
12312 "chrono",
12313 "flume",
12314 "futures-channel",
12315 "futures-core",
12316 "futures-executor",
12317 "futures-intrusive",
12318 "futures-util",
12319 "libsqlite3-sys",
12320 "log",
12321 "percent-encoding",
12322 "serde",
12323 "serde_urlencoded",
12324 "sqlx-core",
12325 "time",
12326 "tracing",
12327 "url",
12328 "uuid",
12329]
12330
12331[[package]]
12332name = "stable_deref_trait"
12333version = "1.2.0"
12334source = "registry+https://github.com/rust-lang/crates.io-index"
12335checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12336
12337[[package]]
12338name = "static_assertions"
12339version = "1.1.0"
12340source = "registry+https://github.com/rust-lang/crates.io-index"
12341checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12342
12343[[package]]
12344name = "story"
12345version = "0.1.0"
12346dependencies = [
12347 "gpui",
12348 "itertools 0.13.0",
12349 "smallvec",
12350]
12351
12352[[package]]
12353name = "storybook"
12354version = "0.1.0"
12355dependencies = [
12356 "anyhow",
12357 "clap",
12358 "collab_ui",
12359 "ctrlc",
12360 "dialoguer",
12361 "editor",
12362 "fuzzy",
12363 "gpui",
12364 "indoc",
12365 "language",
12366 "log",
12367 "menu",
12368 "picker",
12369 "project",
12370 "reqwest_client",
12371 "rust-embed",
12372 "settings",
12373 "simplelog",
12374 "story",
12375 "strum",
12376 "theme",
12377 "title_bar",
12378 "ui",
12379]
12380
12381[[package]]
12382name = "strict-num"
12383version = "0.1.1"
12384source = "registry+https://github.com/rust-lang/crates.io-index"
12385checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
12386dependencies = [
12387 "float-cmp",
12388]
12389
12390[[package]]
12391name = "string_cache"
12392version = "0.8.7"
12393source = "registry+https://github.com/rust-lang/crates.io-index"
12394checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
12395dependencies = [
12396 "new_debug_unreachable",
12397 "once_cell",
12398 "parking_lot",
12399 "phf_shared 0.10.0",
12400 "precomputed-hash",
12401 "serde",
12402]
12403
12404[[package]]
12405name = "string_cache_codegen"
12406version = "0.5.2"
12407source = "registry+https://github.com/rust-lang/crates.io-index"
12408checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
12409dependencies = [
12410 "phf_generator 0.10.0",
12411 "phf_shared 0.10.0",
12412 "proc-macro2",
12413 "quote",
12414]
12415
12416[[package]]
12417name = "stringprep"
12418version = "0.1.5"
12419source = "registry+https://github.com/rust-lang/crates.io-index"
12420checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
12421dependencies = [
12422 "unicode-bidi",
12423 "unicode-normalization",
12424 "unicode-properties",
12425]
12426
12427[[package]]
12428name = "strsim"
12429version = "0.11.1"
12430source = "registry+https://github.com/rust-lang/crates.io-index"
12431checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
12432
12433[[package]]
12434name = "strum"
12435version = "0.26.3"
12436source = "registry+https://github.com/rust-lang/crates.io-index"
12437checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
12438dependencies = [
12439 "strum_macros",
12440]
12441
12442[[package]]
12443name = "strum_macros"
12444version = "0.26.4"
12445source = "registry+https://github.com/rust-lang/crates.io-index"
12446checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
12447dependencies = [
12448 "heck 0.5.0",
12449 "proc-macro2",
12450 "quote",
12451 "rustversion",
12452 "syn 2.0.90",
12453]
12454
12455[[package]]
12456name = "subtle"
12457version = "2.6.1"
12458source = "registry+https://github.com/rust-lang/crates.io-index"
12459checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
12460
12461[[package]]
12462name = "sum_tree"
12463version = "0.1.0"
12464dependencies = [
12465 "arrayvec",
12466 "ctor",
12467 "env_logger 0.11.6",
12468 "log",
12469 "rand 0.8.5",
12470 "rayon",
12471]
12472
12473[[package]]
12474name = "supermaven"
12475version = "0.1.0"
12476dependencies = [
12477 "anyhow",
12478 "client",
12479 "collections",
12480 "editor",
12481 "env_logger 0.11.6",
12482 "futures 0.3.31",
12483 "gpui",
12484 "http_client",
12485 "inline_completion",
12486 "language",
12487 "log",
12488 "postage",
12489 "project",
12490 "serde",
12491 "serde_json",
12492 "settings",
12493 "smol",
12494 "supermaven_api",
12495 "text",
12496 "theme",
12497 "ui",
12498 "unicode-segmentation",
12499 "util",
12500]
12501
12502[[package]]
12503name = "supermaven_api"
12504version = "0.1.0"
12505dependencies = [
12506 "anyhow",
12507 "futures 0.3.31",
12508 "http_client",
12509 "paths",
12510 "serde",
12511 "serde_json",
12512 "smol",
12513]
12514
12515[[package]]
12516name = "sval"
12517version = "2.13.2"
12518source = "registry+https://github.com/rust-lang/crates.io-index"
12519checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
12520
12521[[package]]
12522name = "sval_buffer"
12523version = "2.13.2"
12524source = "registry+https://github.com/rust-lang/crates.io-index"
12525checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
12526dependencies = [
12527 "sval",
12528 "sval_ref",
12529]
12530
12531[[package]]
12532name = "sval_dynamic"
12533version = "2.13.2"
12534source = "registry+https://github.com/rust-lang/crates.io-index"
12535checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
12536dependencies = [
12537 "sval",
12538]
12539
12540[[package]]
12541name = "sval_fmt"
12542version = "2.13.2"
12543source = "registry+https://github.com/rust-lang/crates.io-index"
12544checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
12545dependencies = [
12546 "itoa",
12547 "ryu",
12548 "sval",
12549]
12550
12551[[package]]
12552name = "sval_json"
12553version = "2.13.2"
12554source = "registry+https://github.com/rust-lang/crates.io-index"
12555checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
12556dependencies = [
12557 "itoa",
12558 "ryu",
12559 "sval",
12560]
12561
12562[[package]]
12563name = "sval_nested"
12564version = "2.13.2"
12565source = "registry+https://github.com/rust-lang/crates.io-index"
12566checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
12567dependencies = [
12568 "sval",
12569 "sval_buffer",
12570 "sval_ref",
12571]
12572
12573[[package]]
12574name = "sval_ref"
12575version = "2.13.2"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
12578dependencies = [
12579 "sval",
12580]
12581
12582[[package]]
12583name = "sval_serde"
12584version = "2.13.2"
12585source = "registry+https://github.com/rust-lang/crates.io-index"
12586checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
12587dependencies = [
12588 "serde",
12589 "sval",
12590 "sval_nested",
12591]
12592
12593[[package]]
12594name = "svg_fmt"
12595version = "0.4.4"
12596source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
12598
12599[[package]]
12600name = "svgtypes"
12601version = "0.15.2"
12602source = "registry+https://github.com/rust-lang/crates.io-index"
12603checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12604dependencies = [
12605 "kurbo",
12606 "siphasher 1.0.1",
12607]
12608
12609[[package]]
12610name = "swash"
12611version = "0.1.19"
12612source = "registry+https://github.com/rust-lang/crates.io-index"
12613checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
12614dependencies = [
12615 "skrifa",
12616 "yazi",
12617 "zeno",
12618]
12619
12620[[package]]
12621name = "syn"
12622version = "1.0.109"
12623source = "registry+https://github.com/rust-lang/crates.io-index"
12624checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12625dependencies = [
12626 "proc-macro2",
12627 "quote",
12628 "unicode-ident",
12629]
12630
12631[[package]]
12632name = "syn"
12633version = "2.0.90"
12634source = "registry+https://github.com/rust-lang/crates.io-index"
12635checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
12636dependencies = [
12637 "proc-macro2",
12638 "quote",
12639 "unicode-ident",
12640]
12641
12642[[package]]
12643name = "sync_wrapper"
12644version = "0.1.2"
12645source = "registry+https://github.com/rust-lang/crates.io-index"
12646checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12647
12648[[package]]
12649name = "sync_wrapper"
12650version = "1.0.2"
12651source = "registry+https://github.com/rust-lang/crates.io-index"
12652checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
12653dependencies = [
12654 "futures-core",
12655]
12656
12657[[package]]
12658name = "synchronoise"
12659version = "1.0.1"
12660source = "registry+https://github.com/rust-lang/crates.io-index"
12661checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12662dependencies = [
12663 "crossbeam-queue",
12664]
12665
12666[[package]]
12667name = "synstructure"
12668version = "0.13.1"
12669source = "registry+https://github.com/rust-lang/crates.io-index"
12670checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
12671dependencies = [
12672 "proc-macro2",
12673 "quote",
12674 "syn 2.0.90",
12675]
12676
12677[[package]]
12678name = "sys-locale"
12679version = "0.3.2"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12682dependencies = [
12683 "libc",
12684]
12685
12686[[package]]
12687name = "sysinfo"
12688version = "0.31.4"
12689source = "registry+https://github.com/rust-lang/crates.io-index"
12690checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12691dependencies = [
12692 "core-foundation-sys",
12693 "libc",
12694 "memchr",
12695 "ntapi",
12696 "rayon",
12697 "windows 0.57.0",
12698]
12699
12700[[package]]
12701name = "system-configuration"
12702version = "0.5.1"
12703source = "registry+https://github.com/rust-lang/crates.io-index"
12704checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12705dependencies = [
12706 "bitflags 1.3.2",
12707 "core-foundation 0.9.4",
12708 "system-configuration-sys 0.5.0",
12709]
12710
12711[[package]]
12712name = "system-configuration"
12713version = "0.6.1"
12714source = "registry+https://github.com/rust-lang/crates.io-index"
12715checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12716dependencies = [
12717 "bitflags 2.6.0",
12718 "core-foundation 0.9.4",
12719 "system-configuration-sys 0.6.0",
12720]
12721
12722[[package]]
12723name = "system-configuration-sys"
12724version = "0.5.0"
12725source = "registry+https://github.com/rust-lang/crates.io-index"
12726checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12727dependencies = [
12728 "core-foundation-sys",
12729 "libc",
12730]
12731
12732[[package]]
12733name = "system-configuration-sys"
12734version = "0.6.0"
12735source = "registry+https://github.com/rust-lang/crates.io-index"
12736checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12737dependencies = [
12738 "core-foundation-sys",
12739 "libc",
12740]
12741
12742[[package]]
12743name = "system-deps"
12744version = "6.2.2"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12747dependencies = [
12748 "cfg-expr",
12749 "heck 0.5.0",
12750 "pkg-config",
12751 "toml 0.8.19",
12752 "version-compare",
12753]
12754
12755[[package]]
12756name = "system-interface"
12757version = "0.27.3"
12758source = "registry+https://github.com/rust-lang/crates.io-index"
12759checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
12760dependencies = [
12761 "bitflags 2.6.0",
12762 "cap-fs-ext",
12763 "cap-std",
12764 "fd-lock",
12765 "io-lifetimes 2.0.4",
12766 "rustix 0.38.42",
12767 "windows-sys 0.59.0",
12768 "winx",
12769]
12770
12771[[package]]
12772name = "tab_switcher"
12773version = "0.1.0"
12774dependencies = [
12775 "anyhow",
12776 "collections",
12777 "ctor",
12778 "editor",
12779 "env_logger 0.11.6",
12780 "gpui",
12781 "language",
12782 "menu",
12783 "picker",
12784 "project",
12785 "serde",
12786 "serde_json",
12787 "settings",
12788 "theme",
12789 "ui",
12790 "util",
12791 "workspace",
12792]
12793
12794[[package]]
12795name = "taffy"
12796version = "0.4.4"
12797source = "registry+https://github.com/rust-lang/crates.io-index"
12798checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12799dependencies = [
12800 "arrayvec",
12801 "grid",
12802 "num-traits",
12803 "serde",
12804 "slotmap",
12805]
12806
12807[[package]]
12808name = "take-until"
12809version = "0.2.0"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12812
12813[[package]]
12814name = "tap"
12815version = "1.0.1"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12818
12819[[package]]
12820name = "target-lexicon"
12821version = "0.12.16"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12824
12825[[package]]
12826name = "task"
12827version = "0.1.0"
12828dependencies = [
12829 "anyhow",
12830 "collections",
12831 "futures 0.3.31",
12832 "gpui",
12833 "hex",
12834 "parking_lot",
12835 "schemars",
12836 "serde",
12837 "serde_json_lenient",
12838 "sha2",
12839 "shellexpand 2.1.2",
12840 "util",
12841 "zed_actions",
12842]
12843
12844[[package]]
12845name = "tasks_ui"
12846version = "0.1.0"
12847dependencies = [
12848 "anyhow",
12849 "editor",
12850 "file_icons",
12851 "fuzzy",
12852 "gpui",
12853 "language",
12854 "menu",
12855 "picker",
12856 "project",
12857 "schemars",
12858 "serde",
12859 "serde_json",
12860 "settings",
12861 "task",
12862 "tree-sitter-rust",
12863 "tree-sitter-typescript",
12864 "ui",
12865 "util",
12866 "workspace",
12867 "zed_actions",
12868]
12869
12870[[package]]
12871name = "telemetry"
12872version = "0.1.0"
12873dependencies = [
12874 "futures 0.3.31",
12875 "serde",
12876 "serde_json",
12877 "telemetry_events",
12878]
12879
12880[[package]]
12881name = "telemetry_events"
12882version = "0.1.0"
12883dependencies = [
12884 "semantic_version",
12885 "serde",
12886 "serde_json",
12887]
12888
12889[[package]]
12890name = "tempfile"
12891version = "3.14.0"
12892source = "registry+https://github.com/rust-lang/crates.io-index"
12893checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
12894dependencies = [
12895 "cfg-if",
12896 "fastrand 2.3.0",
12897 "once_cell",
12898 "rustix 0.38.42",
12899 "windows-sys 0.59.0",
12900]
12901
12902[[package]]
12903name = "tendril"
12904version = "0.4.3"
12905source = "registry+https://github.com/rust-lang/crates.io-index"
12906checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12907dependencies = [
12908 "futf",
12909 "mac",
12910 "utf-8",
12911]
12912
12913[[package]]
12914name = "termcolor"
12915version = "1.4.1"
12916source = "registry+https://github.com/rust-lang/crates.io-index"
12917checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12918dependencies = [
12919 "winapi-util",
12920]
12921
12922[[package]]
12923name = "terminal"
12924version = "0.1.0"
12925dependencies = [
12926 "alacritty_terminal",
12927 "anyhow",
12928 "collections",
12929 "dirs 4.0.0",
12930 "futures 0.3.31",
12931 "gpui",
12932 "libc",
12933 "rand 0.8.5",
12934 "regex",
12935 "release_channel",
12936 "schemars",
12937 "serde",
12938 "serde_derive",
12939 "settings",
12940 "smol",
12941 "sysinfo",
12942 "task",
12943 "theme",
12944 "thiserror 1.0.69",
12945 "util",
12946 "windows 0.58.0",
12947]
12948
12949[[package]]
12950name = "terminal_size"
12951version = "0.4.1"
12952source = "registry+https://github.com/rust-lang/crates.io-index"
12953checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
12954dependencies = [
12955 "rustix 0.38.42",
12956 "windows-sys 0.59.0",
12957]
12958
12959[[package]]
12960name = "terminal_view"
12961version = "0.1.0"
12962dependencies = [
12963 "anyhow",
12964 "async-recursion 1.1.1",
12965 "breadcrumbs",
12966 "client",
12967 "collections",
12968 "db",
12969 "dirs 4.0.0",
12970 "editor",
12971 "futures 0.3.31",
12972 "gpui",
12973 "itertools 0.13.0",
12974 "language",
12975 "project",
12976 "rand 0.8.5",
12977 "search",
12978 "serde",
12979 "serde_json",
12980 "settings",
12981 "shellexpand 2.1.2",
12982 "smol",
12983 "task",
12984 "terminal",
12985 "theme",
12986 "ui",
12987 "util",
12988 "workspace",
12989 "zed_actions",
12990]
12991
12992[[package]]
12993name = "text"
12994version = "0.1.0"
12995dependencies = [
12996 "anyhow",
12997 "clock",
12998 "collections",
12999 "ctor",
13000 "env_logger 0.11.6",
13001 "gpui",
13002 "http_client",
13003 "log",
13004 "parking_lot",
13005 "postage",
13006 "rand 0.8.5",
13007 "regex",
13008 "rope",
13009 "smallvec",
13010 "sum_tree",
13011 "util",
13012]
13013
13014[[package]]
13015name = "theme"
13016version = "0.1.0"
13017dependencies = [
13018 "anyhow",
13019 "collections",
13020 "derive_more",
13021 "fs",
13022 "futures 0.3.31",
13023 "gpui",
13024 "indexmap",
13025 "log",
13026 "palette",
13027 "parking_lot",
13028 "refineable",
13029 "schemars",
13030 "serde",
13031 "serde_derive",
13032 "serde_json",
13033 "serde_json_lenient",
13034 "serde_repr",
13035 "settings",
13036 "strum",
13037 "util",
13038 "uuid",
13039]
13040
13041[[package]]
13042name = "theme_extension"
13043version = "0.1.0"
13044dependencies = [
13045 "anyhow",
13046 "extension",
13047 "fs",
13048 "gpui",
13049 "theme",
13050]
13051
13052[[package]]
13053name = "theme_importer"
13054version = "0.1.0"
13055dependencies = [
13056 "anyhow",
13057 "clap",
13058 "gpui",
13059 "indexmap",
13060 "log",
13061 "palette",
13062 "rust-embed",
13063 "schemars",
13064 "serde",
13065 "serde_json",
13066 "serde_json_lenient",
13067 "simplelog",
13068 "strum",
13069 "theme",
13070 "vscode_theme",
13071]
13072
13073[[package]]
13074name = "theme_selector"
13075version = "0.1.0"
13076dependencies = [
13077 "fs",
13078 "fuzzy",
13079 "gpui",
13080 "log",
13081 "picker",
13082 "serde",
13083 "settings",
13084 "telemetry",
13085 "theme",
13086 "ui",
13087 "util",
13088 "workspace",
13089 "zed_actions",
13090]
13091
13092[[package]]
13093name = "thiserror"
13094version = "1.0.69"
13095source = "registry+https://github.com/rust-lang/crates.io-index"
13096checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13097dependencies = [
13098 "thiserror-impl 1.0.69",
13099]
13100
13101[[package]]
13102name = "thiserror"
13103version = "2.0.6"
13104source = "registry+https://github.com/rust-lang/crates.io-index"
13105checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13106dependencies = [
13107 "thiserror-impl 2.0.6",
13108]
13109
13110[[package]]
13111name = "thiserror-impl"
13112version = "1.0.69"
13113source = "registry+https://github.com/rust-lang/crates.io-index"
13114checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13115dependencies = [
13116 "proc-macro2",
13117 "quote",
13118 "syn 2.0.90",
13119]
13120
13121[[package]]
13122name = "thiserror-impl"
13123version = "2.0.6"
13124source = "registry+https://github.com/rust-lang/crates.io-index"
13125checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13126dependencies = [
13127 "proc-macro2",
13128 "quote",
13129 "syn 2.0.90",
13130]
13131
13132[[package]]
13133name = "thread_local"
13134version = "1.1.8"
13135source = "registry+https://github.com/rust-lang/crates.io-index"
13136checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13137dependencies = [
13138 "cfg-if",
13139 "once_cell",
13140]
13141
13142[[package]]
13143name = "tiff"
13144version = "0.9.1"
13145source = "registry+https://github.com/rust-lang/crates.io-index"
13146checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13147dependencies = [
13148 "flate2",
13149 "jpeg-decoder",
13150 "weezl",
13151]
13152
13153[[package]]
13154name = "tiktoken-rs"
13155version = "0.6.0"
13156source = "registry+https://github.com/rust-lang/crates.io-index"
13157checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13158dependencies = [
13159 "anyhow",
13160 "base64 0.21.7",
13161 "bstr",
13162 "fancy-regex 0.13.0",
13163 "lazy_static",
13164 "parking_lot",
13165 "regex",
13166 "rustc-hash 1.1.0",
13167]
13168
13169[[package]]
13170name = "time"
13171version = "0.3.37"
13172source = "registry+https://github.com/rust-lang/crates.io-index"
13173checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13174dependencies = [
13175 "deranged",
13176 "itoa",
13177 "libc",
13178 "num-conv",
13179 "num_threads",
13180 "powerfmt",
13181 "serde",
13182 "time-core",
13183 "time-macros",
13184]
13185
13186[[package]]
13187name = "time-core"
13188version = "0.1.2"
13189source = "registry+https://github.com/rust-lang/crates.io-index"
13190checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13191
13192[[package]]
13193name = "time-macros"
13194version = "0.2.19"
13195source = "registry+https://github.com/rust-lang/crates.io-index"
13196checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13197dependencies = [
13198 "num-conv",
13199 "time-core",
13200]
13201
13202[[package]]
13203name = "time_format"
13204version = "0.1.0"
13205dependencies = [
13206 "core-foundation 0.9.4",
13207 "core-foundation-sys",
13208 "sys-locale",
13209 "time",
13210]
13211
13212[[package]]
13213name = "tiny-keccak"
13214version = "2.0.2"
13215source = "registry+https://github.com/rust-lang/crates.io-index"
13216checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13217dependencies = [
13218 "crunchy",
13219]
13220
13221[[package]]
13222name = "tiny-skia"
13223version = "0.11.4"
13224source = "registry+https://github.com/rust-lang/crates.io-index"
13225checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13226dependencies = [
13227 "arrayref",
13228 "arrayvec",
13229 "bytemuck",
13230 "cfg-if",
13231 "log",
13232 "png",
13233 "tiny-skia-path",
13234]
13235
13236[[package]]
13237name = "tiny-skia-path"
13238version = "0.11.4"
13239source = "registry+https://github.com/rust-lang/crates.io-index"
13240checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13241dependencies = [
13242 "arrayref",
13243 "bytemuck",
13244 "strict-num",
13245]
13246
13247[[package]]
13248name = "tiny_http"
13249version = "0.8.2"
13250source = "registry+https://github.com/rust-lang/crates.io-index"
13251checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13252dependencies = [
13253 "ascii",
13254 "chrono",
13255 "chunked_transfer",
13256 "log",
13257 "url",
13258]
13259
13260[[package]]
13261name = "tinystr"
13262version = "0.7.6"
13263source = "registry+https://github.com/rust-lang/crates.io-index"
13264checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13265dependencies = [
13266 "displaydoc",
13267 "zerovec",
13268]
13269
13270[[package]]
13271name = "tinytemplate"
13272version = "1.2.1"
13273source = "registry+https://github.com/rust-lang/crates.io-index"
13274checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13275dependencies = [
13276 "serde",
13277 "serde_json",
13278]
13279
13280[[package]]
13281name = "tinyvec"
13282version = "1.8.0"
13283source = "registry+https://github.com/rust-lang/crates.io-index"
13284checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13285dependencies = [
13286 "tinyvec_macros",
13287]
13288
13289[[package]]
13290name = "tinyvec_macros"
13291version = "0.1.1"
13292source = "registry+https://github.com/rust-lang/crates.io-index"
13293checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13294
13295[[package]]
13296name = "title_bar"
13297version = "0.1.0"
13298dependencies = [
13299 "auto_update",
13300 "call",
13301 "client",
13302 "collections",
13303 "feature_flags",
13304 "gpui",
13305 "http_client",
13306 "notifications",
13307 "pretty_assertions",
13308 "project",
13309 "remote",
13310 "rpc",
13311 "serde",
13312 "settings",
13313 "smallvec",
13314 "story",
13315 "telemetry",
13316 "theme",
13317 "tree-sitter-md",
13318 "ui",
13319 "util",
13320 "windows 0.58.0",
13321 "workspace",
13322 "zed_actions",
13323]
13324
13325[[package]]
13326name = "tokio"
13327version = "1.42.0"
13328source = "registry+https://github.com/rust-lang/crates.io-index"
13329checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
13330dependencies = [
13331 "backtrace",
13332 "bytes 1.9.0",
13333 "libc",
13334 "mio 1.0.3",
13335 "parking_lot",
13336 "pin-project-lite",
13337 "signal-hook-registry",
13338 "socket2 0.5.8",
13339 "tokio-macros",
13340 "windows-sys 0.52.0",
13341]
13342
13343[[package]]
13344name = "tokio-io"
13345version = "0.1.13"
13346source = "registry+https://github.com/rust-lang/crates.io-index"
13347checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
13348dependencies = [
13349 "bytes 0.4.12",
13350 "futures 0.1.31",
13351 "log",
13352]
13353
13354[[package]]
13355name = "tokio-macros"
13356version = "2.4.0"
13357source = "registry+https://github.com/rust-lang/crates.io-index"
13358checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
13359dependencies = [
13360 "proc-macro2",
13361 "quote",
13362 "syn 2.0.90",
13363]
13364
13365[[package]]
13366name = "tokio-native-tls"
13367version = "0.3.1"
13368source = "registry+https://github.com/rust-lang/crates.io-index"
13369checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
13370dependencies = [
13371 "native-tls",
13372 "tokio",
13373]
13374
13375[[package]]
13376name = "tokio-rustls"
13377version = "0.24.1"
13378source = "registry+https://github.com/rust-lang/crates.io-index"
13379checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
13380dependencies = [
13381 "rustls 0.21.12",
13382 "tokio",
13383]
13384
13385[[package]]
13386name = "tokio-rustls"
13387version = "0.26.1"
13388source = "registry+https://github.com/rust-lang/crates.io-index"
13389checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
13390dependencies = [
13391 "rustls 0.23.20",
13392 "tokio",
13393]
13394
13395[[package]]
13396name = "tokio-socks"
13397version = "0.5.2"
13398source = "registry+https://github.com/rust-lang/crates.io-index"
13399checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
13400dependencies = [
13401 "either",
13402 "futures-io",
13403 "futures-util",
13404 "thiserror 1.0.69",
13405 "tokio",
13406]
13407
13408[[package]]
13409name = "tokio-stream"
13410version = "0.1.17"
13411source = "registry+https://github.com/rust-lang/crates.io-index"
13412checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
13413dependencies = [
13414 "futures-core",
13415 "pin-project-lite",
13416 "tokio",
13417]
13418
13419[[package]]
13420name = "tokio-tungstenite"
13421version = "0.20.1"
13422source = "registry+https://github.com/rust-lang/crates.io-index"
13423checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
13424dependencies = [
13425 "futures-util",
13426 "log",
13427 "rustls 0.21.12",
13428 "rustls-native-certs 0.6.3",
13429 "tokio",
13430 "tokio-rustls 0.24.1",
13431 "tungstenite 0.20.1",
13432]
13433
13434[[package]]
13435name = "tokio-tungstenite"
13436version = "0.21.0"
13437source = "registry+https://github.com/rust-lang/crates.io-index"
13438checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
13439dependencies = [
13440 "futures-util",
13441 "log",
13442 "tokio",
13443 "tungstenite 0.21.0",
13444]
13445
13446[[package]]
13447name = "tokio-util"
13448version = "0.7.13"
13449source = "registry+https://github.com/rust-lang/crates.io-index"
13450checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
13451dependencies = [
13452 "bytes 1.9.0",
13453 "futures-core",
13454 "futures-io",
13455 "futures-sink",
13456 "pin-project-lite",
13457 "tokio",
13458]
13459
13460[[package]]
13461name = "toml"
13462version = "0.5.11"
13463source = "registry+https://github.com/rust-lang/crates.io-index"
13464checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
13465dependencies = [
13466 "serde",
13467]
13468
13469[[package]]
13470name = "toml"
13471version = "0.8.19"
13472source = "registry+https://github.com/rust-lang/crates.io-index"
13473checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
13474dependencies = [
13475 "serde",
13476 "serde_spanned",
13477 "toml_datetime",
13478 "toml_edit",
13479]
13480
13481[[package]]
13482name = "toml_datetime"
13483version = "0.6.8"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
13486dependencies = [
13487 "serde",
13488]
13489
13490[[package]]
13491name = "toml_edit"
13492version = "0.22.22"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
13495dependencies = [
13496 "indexmap",
13497 "serde",
13498 "serde_spanned",
13499 "toml_datetime",
13500 "winnow",
13501]
13502
13503[[package]]
13504name = "toolchain_selector"
13505version = "0.1.0"
13506dependencies = [
13507 "editor",
13508 "fuzzy",
13509 "gpui",
13510 "language",
13511 "picker",
13512 "project",
13513 "ui",
13514 "util",
13515 "workspace",
13516]
13517
13518[[package]]
13519name = "topological-sort"
13520version = "0.2.2"
13521source = "registry+https://github.com/rust-lang/crates.io-index"
13522checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
13523
13524[[package]]
13525name = "tower"
13526version = "0.4.13"
13527source = "registry+https://github.com/rust-lang/crates.io-index"
13528checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
13529dependencies = [
13530 "futures-core",
13531 "futures-util",
13532 "pin-project",
13533 "pin-project-lite",
13534 "tokio",
13535 "tower-layer",
13536 "tower-service",
13537 "tracing",
13538]
13539
13540[[package]]
13541name = "tower-http"
13542version = "0.3.5"
13543source = "registry+https://github.com/rust-lang/crates.io-index"
13544checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13545dependencies = [
13546 "bitflags 1.3.2",
13547 "bytes 1.9.0",
13548 "futures-core",
13549 "futures-util",
13550 "http 0.2.12",
13551 "http-body 0.4.6",
13552 "http-range-header",
13553 "pin-project-lite",
13554 "tower-layer",
13555 "tower-service",
13556]
13557
13558[[package]]
13559name = "tower-http"
13560version = "0.4.4"
13561source = "registry+https://github.com/rust-lang/crates.io-index"
13562checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13563dependencies = [
13564 "bitflags 2.6.0",
13565 "bytes 1.9.0",
13566 "futures-core",
13567 "futures-util",
13568 "http 0.2.12",
13569 "http-body 0.4.6",
13570 "http-range-header",
13571 "pin-project-lite",
13572 "tower-layer",
13573 "tower-service",
13574 "tracing",
13575]
13576
13577[[package]]
13578name = "tower-layer"
13579version = "0.3.3"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13582
13583[[package]]
13584name = "tower-service"
13585version = "0.3.3"
13586source = "registry+https://github.com/rust-lang/crates.io-index"
13587checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13588
13589[[package]]
13590name = "tracing"
13591version = "0.1.41"
13592source = "registry+https://github.com/rust-lang/crates.io-index"
13593checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
13594dependencies = [
13595 "log",
13596 "pin-project-lite",
13597 "tracing-attributes",
13598 "tracing-core",
13599]
13600
13601[[package]]
13602name = "tracing-attributes"
13603version = "0.1.28"
13604source = "registry+https://github.com/rust-lang/crates.io-index"
13605checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
13606dependencies = [
13607 "proc-macro2",
13608 "quote",
13609 "syn 2.0.90",
13610]
13611
13612[[package]]
13613name = "tracing-core"
13614version = "0.1.33"
13615source = "registry+https://github.com/rust-lang/crates.io-index"
13616checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
13617dependencies = [
13618 "once_cell",
13619 "valuable",
13620]
13621
13622[[package]]
13623name = "tracing-log"
13624version = "0.2.0"
13625source = "registry+https://github.com/rust-lang/crates.io-index"
13626checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13627dependencies = [
13628 "log",
13629 "once_cell",
13630 "tracing-core",
13631]
13632
13633[[package]]
13634name = "tracing-serde"
13635version = "0.2.0"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
13638dependencies = [
13639 "serde",
13640 "tracing-core",
13641]
13642
13643[[package]]
13644name = "tracing-subscriber"
13645version = "0.3.19"
13646source = "registry+https://github.com/rust-lang/crates.io-index"
13647checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
13648dependencies = [
13649 "matchers",
13650 "nu-ansi-term",
13651 "once_cell",
13652 "regex",
13653 "serde",
13654 "serde_json",
13655 "sharded-slab",
13656 "smallvec",
13657 "thread_local",
13658 "tracing",
13659 "tracing-core",
13660 "tracing-log",
13661 "tracing-serde",
13662]
13663
13664[[package]]
13665name = "tree-sitter"
13666version = "0.23.2"
13667source = "registry+https://github.com/rust-lang/crates.io-index"
13668checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
13669dependencies = [
13670 "cc",
13671 "regex",
13672 "regex-syntax 0.8.5",
13673 "tree-sitter-language",
13674 "wasmtime-c-api-impl",
13675]
13676
13677[[package]]
13678name = "tree-sitter-bash"
13679version = "0.23.3"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
13682dependencies = [
13683 "cc",
13684 "tree-sitter-language",
13685]
13686
13687[[package]]
13688name = "tree-sitter-c"
13689version = "0.23.4"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
13692dependencies = [
13693 "cc",
13694 "tree-sitter-language",
13695]
13696
13697[[package]]
13698name = "tree-sitter-cpp"
13699version = "0.23.4"
13700source = "registry+https://github.com/rust-lang/crates.io-index"
13701checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
13702dependencies = [
13703 "cc",
13704 "tree-sitter-language",
13705]
13706
13707[[package]]
13708name = "tree-sitter-css"
13709version = "0.23.1"
13710source = "registry+https://github.com/rust-lang/crates.io-index"
13711checksum = "25435a275adb3226b6fddab891bbc50d1a500774a44ceb97022a39666ccda75d"
13712dependencies = [
13713 "cc",
13714 "tree-sitter-language",
13715]
13716
13717[[package]]
13718name = "tree-sitter-diff"
13719version = "0.1.0"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13722dependencies = [
13723 "cc",
13724 "tree-sitter-language",
13725]
13726
13727[[package]]
13728name = "tree-sitter-elixir"
13729version = "0.3.3"
13730source = "registry+https://github.com/rust-lang/crates.io-index"
13731checksum = "23d7310aea06158653d18959123a64262bfbf122b7437899dea0c338654a51d3"
13732dependencies = [
13733 "cc",
13734 "tree-sitter-language",
13735]
13736
13737[[package]]
13738name = "tree-sitter-embedded-template"
13739version = "0.23.2"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
13742dependencies = [
13743 "cc",
13744 "tree-sitter-language",
13745]
13746
13747[[package]]
13748name = "tree-sitter-go"
13749version = "0.23.4"
13750source = "registry+https://github.com/rust-lang/crates.io-index"
13751checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
13752dependencies = [
13753 "cc",
13754 "tree-sitter-language",
13755]
13756
13757[[package]]
13758name = "tree-sitter-gomod"
13759version = "1.0.2"
13760source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
13761dependencies = [
13762 "cc",
13763 "tree-sitter-language",
13764]
13765
13766[[package]]
13767name = "tree-sitter-gowork"
13768version = "0.0.1"
13769source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13770dependencies = [
13771 "cc",
13772 "tree-sitter-language",
13773]
13774
13775[[package]]
13776name = "tree-sitter-heex"
13777version = "0.0.1"
13778source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13779dependencies = [
13780 "cc",
13781 "tree-sitter-language",
13782]
13783
13784[[package]]
13785name = "tree-sitter-html"
13786version = "0.20.4"
13787source = "registry+https://github.com/rust-lang/crates.io-index"
13788checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13789dependencies = [
13790 "cc",
13791 "tree-sitter",
13792]
13793
13794[[package]]
13795name = "tree-sitter-jsdoc"
13796version = "0.23.2"
13797source = "registry+https://github.com/rust-lang/crates.io-index"
13798checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
13799dependencies = [
13800 "cc",
13801 "tree-sitter-language",
13802]
13803
13804[[package]]
13805name = "tree-sitter-json"
13806version = "0.24.8"
13807source = "registry+https://github.com/rust-lang/crates.io-index"
13808checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
13809dependencies = [
13810 "cc",
13811 "tree-sitter-language",
13812]
13813
13814[[package]]
13815name = "tree-sitter-language"
13816version = "0.1.3"
13817source = "registry+https://github.com/rust-lang/crates.io-index"
13818checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
13819
13820[[package]]
13821name = "tree-sitter-md"
13822version = "0.3.2"
13823source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13824dependencies = [
13825 "cc",
13826 "tree-sitter-language",
13827]
13828
13829[[package]]
13830name = "tree-sitter-python"
13831version = "0.23.6"
13832source = "registry+https://github.com/rust-lang/crates.io-index"
13833checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
13834dependencies = [
13835 "cc",
13836 "tree-sitter-language",
13837]
13838
13839[[package]]
13840name = "tree-sitter-regex"
13841version = "0.23.0"
13842source = "registry+https://github.com/rust-lang/crates.io-index"
13843checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13844dependencies = [
13845 "cc",
13846 "tree-sitter-language",
13847]
13848
13849[[package]]
13850name = "tree-sitter-ruby"
13851version = "0.23.1"
13852source = "registry+https://github.com/rust-lang/crates.io-index"
13853checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
13854dependencies = [
13855 "cc",
13856 "tree-sitter-language",
13857]
13858
13859[[package]]
13860name = "tree-sitter-rust"
13861version = "0.23.2"
13862source = "registry+https://github.com/rust-lang/crates.io-index"
13863checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
13864dependencies = [
13865 "cc",
13866 "tree-sitter-language",
13867]
13868
13869[[package]]
13870name = "tree-sitter-typescript"
13871version = "0.23.2"
13872source = "registry+https://github.com/rust-lang/crates.io-index"
13873checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
13874dependencies = [
13875 "cc",
13876 "tree-sitter-language",
13877]
13878
13879[[package]]
13880name = "tree-sitter-yaml"
13881version = "0.6.1"
13882source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13883dependencies = [
13884 "cc",
13885 "tree-sitter-language",
13886]
13887
13888[[package]]
13889name = "try-lock"
13890version = "0.2.5"
13891source = "registry+https://github.com/rust-lang/crates.io-index"
13892checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13893
13894[[package]]
13895name = "ttf-parser"
13896version = "0.21.1"
13897source = "registry+https://github.com/rust-lang/crates.io-index"
13898checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13899
13900[[package]]
13901name = "tungstenite"
13902version = "0.20.1"
13903source = "registry+https://github.com/rust-lang/crates.io-index"
13904checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13905dependencies = [
13906 "byteorder",
13907 "bytes 1.9.0",
13908 "data-encoding",
13909 "http 0.2.12",
13910 "httparse",
13911 "log",
13912 "rand 0.8.5",
13913 "rustls 0.21.12",
13914 "sha1",
13915 "thiserror 1.0.69",
13916 "url",
13917 "utf-8",
13918]
13919
13920[[package]]
13921name = "tungstenite"
13922version = "0.21.0"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
13925dependencies = [
13926 "byteorder",
13927 "bytes 1.9.0",
13928 "data-encoding",
13929 "http 1.2.0",
13930 "httparse",
13931 "log",
13932 "native-tls",
13933 "rand 0.8.5",
13934 "sha1",
13935 "thiserror 1.0.69",
13936 "url",
13937 "utf-8",
13938]
13939
13940[[package]]
13941name = "tungstenite"
13942version = "0.24.0"
13943source = "registry+https://github.com/rust-lang/crates.io-index"
13944checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
13945dependencies = [
13946 "byteorder",
13947 "bytes 1.9.0",
13948 "data-encoding",
13949 "http 1.2.0",
13950 "httparse",
13951 "log",
13952 "rand 0.8.5",
13953 "sha1",
13954 "thiserror 1.0.69",
13955 "utf-8",
13956]
13957
13958[[package]]
13959name = "typeid"
13960version = "1.0.2"
13961source = "registry+https://github.com/rust-lang/crates.io-index"
13962checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13963
13964[[package]]
13965name = "typenum"
13966version = "1.17.0"
13967source = "registry+https://github.com/rust-lang/crates.io-index"
13968checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13969
13970[[package]]
13971name = "ucd-trie"
13972version = "0.1.7"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
13975
13976[[package]]
13977name = "uds_windows"
13978version = "1.1.0"
13979source = "registry+https://github.com/rust-lang/crates.io-index"
13980checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13981dependencies = [
13982 "memoffset",
13983 "tempfile",
13984 "winapi",
13985]
13986
13987[[package]]
13988name = "ui"
13989version = "0.1.0"
13990dependencies = [
13991 "chrono",
13992 "gpui",
13993 "itertools 0.13.0",
13994 "menu",
13995 "serde",
13996 "settings",
13997 "smallvec",
13998 "story",
13999 "strum",
14000 "theme",
14001 "ui_macros",
14002 "windows 0.58.0",
14003]
14004
14005[[package]]
14006name = "ui_input"
14007version = "0.1.0"
14008dependencies = [
14009 "editor",
14010 "gpui",
14011 "settings",
14012 "theme",
14013 "ui",
14014]
14015
14016[[package]]
14017name = "ui_macros"
14018version = "0.1.0"
14019dependencies = [
14020 "convert_case 0.6.0",
14021 "proc-macro2",
14022 "quote",
14023 "syn 1.0.109",
14024]
14025
14026[[package]]
14027name = "unicase"
14028version = "2.8.1"
14029source = "registry+https://github.com/rust-lang/crates.io-index"
14030checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14031
14032[[package]]
14033name = "unicode-bidi"
14034version = "0.3.17"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14037
14038[[package]]
14039name = "unicode-bidi-mirroring"
14040version = "0.2.0"
14041source = "registry+https://github.com/rust-lang/crates.io-index"
14042checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14043
14044[[package]]
14045name = "unicode-ccc"
14046version = "0.2.0"
14047source = "registry+https://github.com/rust-lang/crates.io-index"
14048checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14049
14050[[package]]
14051name = "unicode-ident"
14052version = "1.0.14"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14055
14056[[package]]
14057name = "unicode-linebreak"
14058version = "0.1.5"
14059source = "registry+https://github.com/rust-lang/crates.io-index"
14060checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14061
14062[[package]]
14063name = "unicode-normalization"
14064version = "0.1.24"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14067dependencies = [
14068 "tinyvec",
14069]
14070
14071[[package]]
14072name = "unicode-properties"
14073version = "0.1.3"
14074source = "registry+https://github.com/rust-lang/crates.io-index"
14075checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14076
14077[[package]]
14078name = "unicode-script"
14079version = "0.5.7"
14080source = "registry+https://github.com/rust-lang/crates.io-index"
14081checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14082
14083[[package]]
14084name = "unicode-segmentation"
14085version = "1.12.0"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14088
14089[[package]]
14090name = "unicode-width"
14091version = "0.1.14"
14092source = "registry+https://github.com/rust-lang/crates.io-index"
14093checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14094
14095[[package]]
14096name = "unicode-xid"
14097version = "0.2.6"
14098source = "registry+https://github.com/rust-lang/crates.io-index"
14099checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14100
14101[[package]]
14102name = "unicode_categories"
14103version = "0.1.1"
14104source = "registry+https://github.com/rust-lang/crates.io-index"
14105checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14106
14107[[package]]
14108name = "unindent"
14109version = "0.1.11"
14110source = "registry+https://github.com/rust-lang/crates.io-index"
14111checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
14112
14113[[package]]
14114name = "untrusted"
14115version = "0.9.0"
14116source = "registry+https://github.com/rust-lang/crates.io-index"
14117checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14118
14119[[package]]
14120name = "url"
14121version = "2.5.4"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14124dependencies = [
14125 "form_urlencoded",
14126 "idna",
14127 "percent-encoding",
14128 "serde",
14129]
14130
14131[[package]]
14132name = "urlencoding"
14133version = "2.1.3"
14134source = "registry+https://github.com/rust-lang/crates.io-index"
14135checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14136
14137[[package]]
14138name = "usvg"
14139version = "0.44.0"
14140source = "registry+https://github.com/rust-lang/crates.io-index"
14141checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14142dependencies = [
14143 "base64 0.22.1",
14144 "data-url",
14145 "flate2",
14146 "imagesize",
14147 "kurbo",
14148 "log",
14149 "pico-args",
14150 "roxmltree",
14151 "simplecss",
14152 "siphasher 1.0.1",
14153 "strict-num",
14154 "svgtypes",
14155 "tiny-skia-path",
14156 "xmlwriter",
14157]
14158
14159[[package]]
14160name = "utf-8"
14161version = "0.7.6"
14162source = "registry+https://github.com/rust-lang/crates.io-index"
14163checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14164
14165[[package]]
14166name = "utf16_iter"
14167version = "1.0.5"
14168source = "registry+https://github.com/rust-lang/crates.io-index"
14169checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14170
14171[[package]]
14172name = "utf8_iter"
14173version = "1.0.4"
14174source = "registry+https://github.com/rust-lang/crates.io-index"
14175checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14176
14177[[package]]
14178name = "utf8parse"
14179version = "0.2.2"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14182
14183[[package]]
14184name = "util"
14185version = "0.1.0"
14186dependencies = [
14187 "anyhow",
14188 "async-fs 1.6.0",
14189 "collections",
14190 "dirs 4.0.0",
14191 "dunce",
14192 "futures 0.3.31",
14193 "futures-lite 1.13.0",
14194 "git2",
14195 "globset",
14196 "itertools 0.13.0",
14197 "libc",
14198 "log",
14199 "rand 0.8.5",
14200 "regex",
14201 "rust-embed",
14202 "serde",
14203 "serde_json",
14204 "smol",
14205 "take-until",
14206 "tempfile",
14207 "tendril",
14208 "unicase",
14209]
14210
14211[[package]]
14212name = "uuid"
14213version = "1.11.0"
14214source = "registry+https://github.com/rust-lang/crates.io-index"
14215checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
14216dependencies = [
14217 "getrandom 0.2.15",
14218 "serde",
14219 "sha1_smol",
14220]
14221
14222[[package]]
14223name = "v_frame"
14224version = "0.3.8"
14225source = "registry+https://github.com/rust-lang/crates.io-index"
14226checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14227dependencies = [
14228 "aligned-vec",
14229 "num-traits",
14230 "wasm-bindgen",
14231]
14232
14233[[package]]
14234name = "valuable"
14235version = "0.1.0"
14236source = "registry+https://github.com/rust-lang/crates.io-index"
14237checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14238
14239[[package]]
14240name = "value-bag"
14241version = "1.10.0"
14242source = "registry+https://github.com/rust-lang/crates.io-index"
14243checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14244dependencies = [
14245 "value-bag-serde1",
14246 "value-bag-sval2",
14247]
14248
14249[[package]]
14250name = "value-bag-serde1"
14251version = "1.10.0"
14252source = "registry+https://github.com/rust-lang/crates.io-index"
14253checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14254dependencies = [
14255 "erased-serde",
14256 "serde",
14257 "serde_fmt",
14258]
14259
14260[[package]]
14261name = "value-bag-sval2"
14262version = "1.10.0"
14263source = "registry+https://github.com/rust-lang/crates.io-index"
14264checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14265dependencies = [
14266 "sval",
14267 "sval_buffer",
14268 "sval_dynamic",
14269 "sval_fmt",
14270 "sval_json",
14271 "sval_ref",
14272 "sval_serde",
14273]
14274
14275[[package]]
14276name = "vcpkg"
14277version = "0.2.15"
14278source = "registry+https://github.com/rust-lang/crates.io-index"
14279checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14280
14281[[package]]
14282name = "vcs_menu"
14283version = "0.1.0"
14284dependencies = [
14285 "anyhow",
14286 "fuzzy",
14287 "git",
14288 "gpui",
14289 "picker",
14290 "project",
14291 "ui",
14292 "util",
14293 "workspace",
14294 "zed_actions",
14295]
14296
14297[[package]]
14298name = "version-compare"
14299version = "0.2.0"
14300source = "registry+https://github.com/rust-lang/crates.io-index"
14301checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14302
14303[[package]]
14304name = "version_check"
14305version = "0.9.5"
14306source = "registry+https://github.com/rust-lang/crates.io-index"
14307checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
14308
14309[[package]]
14310name = "vim"
14311version = "0.1.0"
14312dependencies = [
14313 "anyhow",
14314 "async-compat",
14315 "async-trait",
14316 "collections",
14317 "command_palette",
14318 "command_palette_hooks",
14319 "editor",
14320 "futures 0.3.31",
14321 "gpui",
14322 "indoc",
14323 "itertools 0.13.0",
14324 "language",
14325 "log",
14326 "lsp",
14327 "multi_buffer",
14328 "nvim-rs",
14329 "parking_lot",
14330 "regex",
14331 "release_channel",
14332 "schemars",
14333 "search",
14334 "serde",
14335 "serde_derive",
14336 "serde_json",
14337 "settings",
14338 "theme",
14339 "tokio",
14340 "ui",
14341 "util",
14342 "vim_mode_setting",
14343 "workspace",
14344 "zed_actions",
14345]
14346
14347[[package]]
14348name = "vim_mode_setting"
14349version = "0.1.0"
14350dependencies = [
14351 "anyhow",
14352 "gpui",
14353 "settings",
14354]
14355
14356[[package]]
14357name = "vscode_theme"
14358version = "0.2.0"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
14361dependencies = [
14362 "serde",
14363]
14364
14365[[package]]
14366name = "vsimd"
14367version = "0.8.0"
14368source = "registry+https://github.com/rust-lang/crates.io-index"
14369checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
14370
14371[[package]]
14372name = "vswhom"
14373version = "0.1.0"
14374source = "registry+https://github.com/rust-lang/crates.io-index"
14375checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
14376dependencies = [
14377 "libc",
14378 "vswhom-sys",
14379]
14380
14381[[package]]
14382name = "vswhom-sys"
14383version = "0.1.2"
14384source = "registry+https://github.com/rust-lang/crates.io-index"
14385checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
14386dependencies = [
14387 "cc",
14388 "libc",
14389]
14390
14391[[package]]
14392name = "vte"
14393version = "0.13.0"
14394source = "registry+https://github.com/rust-lang/crates.io-index"
14395checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
14396dependencies = [
14397 "bitflags 2.6.0",
14398 "cursor-icon",
14399 "log",
14400 "serde",
14401 "utf8parse",
14402 "vte_generate_state_changes",
14403]
14404
14405[[package]]
14406name = "vte_generate_state_changes"
14407version = "0.1.2"
14408source = "registry+https://github.com/rust-lang/crates.io-index"
14409checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
14410dependencies = [
14411 "proc-macro2",
14412 "quote",
14413]
14414
14415[[package]]
14416name = "waker-fn"
14417version = "1.2.0"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
14420
14421[[package]]
14422name = "walkdir"
14423version = "2.5.0"
14424source = "registry+https://github.com/rust-lang/crates.io-index"
14425checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
14426dependencies = [
14427 "same-file",
14428 "winapi-util",
14429]
14430
14431[[package]]
14432name = "want"
14433version = "0.3.1"
14434source = "registry+https://github.com/rust-lang/crates.io-index"
14435checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
14436dependencies = [
14437 "try-lock",
14438]
14439
14440[[package]]
14441name = "warp"
14442version = "0.3.7"
14443source = "registry+https://github.com/rust-lang/crates.io-index"
14444checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
14445dependencies = [
14446 "bytes 1.9.0",
14447 "futures-channel",
14448 "futures-util",
14449 "headers",
14450 "http 0.2.12",
14451 "hyper 0.14.32",
14452 "log",
14453 "mime",
14454 "mime_guess",
14455 "percent-encoding",
14456 "pin-project",
14457 "scoped-tls",
14458 "serde",
14459 "serde_json",
14460 "serde_urlencoded",
14461 "tokio",
14462 "tokio-tungstenite 0.21.0",
14463 "tokio-util",
14464 "tower-service",
14465 "tracing",
14466]
14467
14468[[package]]
14469name = "wasi"
14470version = "0.9.0+wasi-snapshot-preview1"
14471source = "registry+https://github.com/rust-lang/crates.io-index"
14472checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
14473
14474[[package]]
14475name = "wasi"
14476version = "0.11.0+wasi-snapshot-preview1"
14477source = "registry+https://github.com/rust-lang/crates.io-index"
14478checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
14479
14480[[package]]
14481name = "wasite"
14482version = "0.1.0"
14483source = "registry+https://github.com/rust-lang/crates.io-index"
14484checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
14485
14486[[package]]
14487name = "wasm-bindgen"
14488version = "0.2.99"
14489source = "registry+https://github.com/rust-lang/crates.io-index"
14490checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
14491dependencies = [
14492 "cfg-if",
14493 "once_cell",
14494 "wasm-bindgen-macro",
14495]
14496
14497[[package]]
14498name = "wasm-bindgen-backend"
14499version = "0.2.99"
14500source = "registry+https://github.com/rust-lang/crates.io-index"
14501checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
14502dependencies = [
14503 "bumpalo",
14504 "log",
14505 "proc-macro2",
14506 "quote",
14507 "syn 2.0.90",
14508 "wasm-bindgen-shared",
14509]
14510
14511[[package]]
14512name = "wasm-bindgen-futures"
14513version = "0.4.49"
14514source = "registry+https://github.com/rust-lang/crates.io-index"
14515checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
14516dependencies = [
14517 "cfg-if",
14518 "js-sys",
14519 "once_cell",
14520 "wasm-bindgen",
14521 "web-sys",
14522]
14523
14524[[package]]
14525name = "wasm-bindgen-macro"
14526version = "0.2.99"
14527source = "registry+https://github.com/rust-lang/crates.io-index"
14528checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
14529dependencies = [
14530 "quote",
14531 "wasm-bindgen-macro-support",
14532]
14533
14534[[package]]
14535name = "wasm-bindgen-macro-support"
14536version = "0.2.99"
14537source = "registry+https://github.com/rust-lang/crates.io-index"
14538checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
14539dependencies = [
14540 "proc-macro2",
14541 "quote",
14542 "syn 2.0.90",
14543 "wasm-bindgen-backend",
14544 "wasm-bindgen-shared",
14545]
14546
14547[[package]]
14548name = "wasm-bindgen-shared"
14549version = "0.2.99"
14550source = "registry+https://github.com/rust-lang/crates.io-index"
14551checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
14552
14553[[package]]
14554name = "wasm-encoder"
14555version = "0.201.0"
14556source = "registry+https://github.com/rust-lang/crates.io-index"
14557checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
14558dependencies = [
14559 "leb128",
14560]
14561
14562[[package]]
14563name = "wasm-encoder"
14564version = "0.215.0"
14565source = "registry+https://github.com/rust-lang/crates.io-index"
14566checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14567dependencies = [
14568 "leb128",
14569]
14570
14571[[package]]
14572name = "wasm-metadata"
14573version = "0.201.0"
14574source = "registry+https://github.com/rust-lang/crates.io-index"
14575checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14576dependencies = [
14577 "anyhow",
14578 "indexmap",
14579 "serde",
14580 "serde_derive",
14581 "serde_json",
14582 "spdx",
14583 "wasm-encoder 0.201.0",
14584 "wasmparser 0.201.0",
14585]
14586
14587[[package]]
14588name = "wasm-streams"
14589version = "0.4.2"
14590source = "registry+https://github.com/rust-lang/crates.io-index"
14591checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
14592dependencies = [
14593 "futures-util",
14594 "js-sys",
14595 "wasm-bindgen",
14596 "wasm-bindgen-futures",
14597 "web-sys",
14598]
14599
14600[[package]]
14601name = "wasmparser"
14602version = "0.201.0"
14603source = "registry+https://github.com/rust-lang/crates.io-index"
14604checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14605dependencies = [
14606 "bitflags 2.6.0",
14607 "indexmap",
14608 "semver",
14609]
14610
14611[[package]]
14612name = "wasmparser"
14613version = "0.215.0"
14614source = "registry+https://github.com/rust-lang/crates.io-index"
14615checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14616dependencies = [
14617 "ahash 0.8.11",
14618 "bitflags 2.6.0",
14619 "hashbrown 0.14.5",
14620 "indexmap",
14621 "semver",
14622 "serde",
14623]
14624
14625[[package]]
14626name = "wasmprinter"
14627version = "0.215.0"
14628source = "registry+https://github.com/rust-lang/crates.io-index"
14629checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14630dependencies = [
14631 "anyhow",
14632 "termcolor",
14633 "wasmparser 0.215.0",
14634]
14635
14636[[package]]
14637name = "wasmtime"
14638version = "24.0.2"
14639source = "registry+https://github.com/rust-lang/crates.io-index"
14640checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14641dependencies = [
14642 "anyhow",
14643 "async-trait",
14644 "bitflags 2.6.0",
14645 "bumpalo",
14646 "cc",
14647 "cfg-if",
14648 "encoding_rs",
14649 "hashbrown 0.14.5",
14650 "indexmap",
14651 "libc",
14652 "libm",
14653 "log",
14654 "mach2",
14655 "memfd",
14656 "object",
14657 "once_cell",
14658 "paste",
14659 "postcard",
14660 "psm",
14661 "rustix 0.38.42",
14662 "semver",
14663 "serde",
14664 "serde_derive",
14665 "smallvec",
14666 "sptr",
14667 "target-lexicon",
14668 "wasmparser 0.215.0",
14669 "wasmtime-asm-macros",
14670 "wasmtime-component-macro",
14671 "wasmtime-component-util",
14672 "wasmtime-cranelift",
14673 "wasmtime-environ",
14674 "wasmtime-fiber",
14675 "wasmtime-jit-icache-coherence",
14676 "wasmtime-slab",
14677 "wasmtime-versioned-export-macros",
14678 "wasmtime-winch",
14679 "windows-sys 0.52.0",
14680]
14681
14682[[package]]
14683name = "wasmtime-asm-macros"
14684version = "24.0.2"
14685source = "registry+https://github.com/rust-lang/crates.io-index"
14686checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14687dependencies = [
14688 "cfg-if",
14689]
14690
14691[[package]]
14692name = "wasmtime-c-api-impl"
14693version = "24.0.2"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "4e038dd412700174019867608617127e7cc4f113f764dd10e7488dbf5f47b191"
14696dependencies = [
14697 "anyhow",
14698 "log",
14699 "once_cell",
14700 "tracing",
14701 "wasmtime",
14702 "wasmtime-c-api-macros",
14703]
14704
14705[[package]]
14706name = "wasmtime-c-api-macros"
14707version = "24.0.2"
14708source = "registry+https://github.com/rust-lang/crates.io-index"
14709checksum = "bde0ca2263811d980ab676bcb2a190c990737f58969a908976101ad208149a17"
14710dependencies = [
14711 "proc-macro2",
14712 "quote",
14713]
14714
14715[[package]]
14716name = "wasmtime-component-macro"
14717version = "24.0.2"
14718source = "registry+https://github.com/rust-lang/crates.io-index"
14719checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14720dependencies = [
14721 "anyhow",
14722 "proc-macro2",
14723 "quote",
14724 "syn 2.0.90",
14725 "wasmtime-component-util",
14726 "wasmtime-wit-bindgen",
14727 "wit-parser 0.215.0",
14728]
14729
14730[[package]]
14731name = "wasmtime-component-util"
14732version = "24.0.2"
14733source = "registry+https://github.com/rust-lang/crates.io-index"
14734checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14735
14736[[package]]
14737name = "wasmtime-cranelift"
14738version = "24.0.2"
14739source = "registry+https://github.com/rust-lang/crates.io-index"
14740checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14741dependencies = [
14742 "anyhow",
14743 "cfg-if",
14744 "cranelift-codegen",
14745 "cranelift-control",
14746 "cranelift-entity",
14747 "cranelift-frontend",
14748 "cranelift-native",
14749 "cranelift-wasm",
14750 "gimli 0.29.0",
14751 "log",
14752 "object",
14753 "target-lexicon",
14754 "thiserror 1.0.69",
14755 "wasmparser 0.215.0",
14756 "wasmtime-environ",
14757 "wasmtime-versioned-export-macros",
14758]
14759
14760[[package]]
14761name = "wasmtime-environ"
14762version = "24.0.2"
14763source = "registry+https://github.com/rust-lang/crates.io-index"
14764checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14765dependencies = [
14766 "anyhow",
14767 "cpp_demangle",
14768 "cranelift-bitset",
14769 "cranelift-entity",
14770 "gimli 0.29.0",
14771 "indexmap",
14772 "log",
14773 "object",
14774 "postcard",
14775 "rustc-demangle",
14776 "semver",
14777 "serde",
14778 "serde_derive",
14779 "target-lexicon",
14780 "wasm-encoder 0.215.0",
14781 "wasmparser 0.215.0",
14782 "wasmprinter",
14783 "wasmtime-component-util",
14784 "wasmtime-types",
14785]
14786
14787[[package]]
14788name = "wasmtime-fiber"
14789version = "24.0.2"
14790source = "registry+https://github.com/rust-lang/crates.io-index"
14791checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14792dependencies = [
14793 "anyhow",
14794 "cc",
14795 "cfg-if",
14796 "rustix 0.38.42",
14797 "wasmtime-asm-macros",
14798 "wasmtime-versioned-export-macros",
14799 "windows-sys 0.52.0",
14800]
14801
14802[[package]]
14803name = "wasmtime-jit-icache-coherence"
14804version = "24.0.2"
14805source = "registry+https://github.com/rust-lang/crates.io-index"
14806checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14807dependencies = [
14808 "anyhow",
14809 "cfg-if",
14810 "libc",
14811 "windows-sys 0.52.0",
14812]
14813
14814[[package]]
14815name = "wasmtime-slab"
14816version = "24.0.2"
14817source = "registry+https://github.com/rust-lang/crates.io-index"
14818checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14819
14820[[package]]
14821name = "wasmtime-types"
14822version = "24.0.2"
14823source = "registry+https://github.com/rust-lang/crates.io-index"
14824checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14825dependencies = [
14826 "anyhow",
14827 "cranelift-entity",
14828 "serde",
14829 "serde_derive",
14830 "smallvec",
14831 "wasmparser 0.215.0",
14832]
14833
14834[[package]]
14835name = "wasmtime-versioned-export-macros"
14836version = "24.0.2"
14837source = "registry+https://github.com/rust-lang/crates.io-index"
14838checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14839dependencies = [
14840 "proc-macro2",
14841 "quote",
14842 "syn 2.0.90",
14843]
14844
14845[[package]]
14846name = "wasmtime-wasi"
14847version = "24.0.2"
14848source = "registry+https://github.com/rust-lang/crates.io-index"
14849checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
14850dependencies = [
14851 "anyhow",
14852 "async-trait",
14853 "bitflags 2.6.0",
14854 "bytes 1.9.0",
14855 "cap-fs-ext",
14856 "cap-net-ext",
14857 "cap-rand",
14858 "cap-std",
14859 "cap-time-ext",
14860 "fs-set-times",
14861 "futures 0.3.31",
14862 "io-extras",
14863 "io-lifetimes 2.0.4",
14864 "once_cell",
14865 "rustix 0.38.42",
14866 "system-interface",
14867 "thiserror 1.0.69",
14868 "tokio",
14869 "tracing",
14870 "url",
14871 "wasmtime",
14872 "wiggle",
14873 "windows-sys 0.52.0",
14874]
14875
14876[[package]]
14877name = "wasmtime-winch"
14878version = "24.0.2"
14879source = "registry+https://github.com/rust-lang/crates.io-index"
14880checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14881dependencies = [
14882 "anyhow",
14883 "cranelift-codegen",
14884 "gimli 0.29.0",
14885 "object",
14886 "target-lexicon",
14887 "wasmparser 0.215.0",
14888 "wasmtime-cranelift",
14889 "wasmtime-environ",
14890 "winch-codegen",
14891]
14892
14893[[package]]
14894name = "wasmtime-wit-bindgen"
14895version = "24.0.2"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14898dependencies = [
14899 "anyhow",
14900 "heck 0.4.1",
14901 "indexmap",
14902 "wit-parser 0.215.0",
14903]
14904
14905[[package]]
14906name = "wast"
14907version = "35.0.2"
14908source = "registry+https://github.com/rust-lang/crates.io-index"
14909checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14910dependencies = [
14911 "leb128",
14912]
14913
14914[[package]]
14915name = "wayland-backend"
14916version = "0.3.7"
14917source = "registry+https://github.com/rust-lang/crates.io-index"
14918checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
14919dependencies = [
14920 "cc",
14921 "downcast-rs",
14922 "rustix 0.38.42",
14923 "scoped-tls",
14924 "smallvec",
14925 "wayland-sys",
14926]
14927
14928[[package]]
14929name = "wayland-client"
14930version = "0.31.7"
14931source = "registry+https://github.com/rust-lang/crates.io-index"
14932checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
14933dependencies = [
14934 "bitflags 2.6.0",
14935 "rustix 0.38.42",
14936 "wayland-backend",
14937 "wayland-scanner",
14938]
14939
14940[[package]]
14941name = "wayland-cursor"
14942version = "0.31.7"
14943source = "registry+https://github.com/rust-lang/crates.io-index"
14944checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c"
14945dependencies = [
14946 "rustix 0.38.42",
14947 "wayland-client",
14948 "xcursor",
14949]
14950
14951[[package]]
14952name = "wayland-protocols"
14953version = "0.31.2"
14954source = "registry+https://github.com/rust-lang/crates.io-index"
14955checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
14956dependencies = [
14957 "bitflags 2.6.0",
14958 "wayland-backend",
14959 "wayland-client",
14960 "wayland-scanner",
14961]
14962
14963[[package]]
14964name = "wayland-protocols-plasma"
14965version = "0.2.0"
14966source = "registry+https://github.com/rust-lang/crates.io-index"
14967checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14968dependencies = [
14969 "bitflags 2.6.0",
14970 "wayland-backend",
14971 "wayland-client",
14972 "wayland-protocols",
14973 "wayland-scanner",
14974]
14975
14976[[package]]
14977name = "wayland-scanner"
14978version = "0.31.5"
14979source = "registry+https://github.com/rust-lang/crates.io-index"
14980checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
14981dependencies = [
14982 "proc-macro2",
14983 "quick-xml 0.36.2",
14984 "quote",
14985]
14986
14987[[package]]
14988name = "wayland-sys"
14989version = "0.31.5"
14990source = "registry+https://github.com/rust-lang/crates.io-index"
14991checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
14992dependencies = [
14993 "dlib",
14994 "log",
14995 "once_cell",
14996 "pkg-config",
14997]
14998
14999[[package]]
15000name = "web-sys"
15001version = "0.3.76"
15002source = "registry+https://github.com/rust-lang/crates.io-index"
15003checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15004dependencies = [
15005 "js-sys",
15006 "wasm-bindgen",
15007]
15008
15009[[package]]
15010name = "web-time"
15011version = "1.1.0"
15012source = "registry+https://github.com/rust-lang/crates.io-index"
15013checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15014dependencies = [
15015 "js-sys",
15016 "wasm-bindgen",
15017]
15018
15019[[package]]
15020name = "webpki"
15021version = "0.22.4"
15022source = "registry+https://github.com/rust-lang/crates.io-index"
15023checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
15024dependencies = [
15025 "ring",
15026 "untrusted",
15027]
15028
15029[[package]]
15030name = "webpki-roots"
15031version = "0.22.6"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
15034dependencies = [
15035 "webpki",
15036]
15037
15038[[package]]
15039name = "webpki-roots"
15040version = "0.26.7"
15041source = "registry+https://github.com/rust-lang/crates.io-index"
15042checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15043dependencies = [
15044 "rustls-pki-types",
15045]
15046
15047[[package]]
15048name = "webrtc-sys"
15049version = "0.3.5"
15050source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15051dependencies = [
15052 "cc",
15053 "cxx",
15054 "cxx-build",
15055 "glob",
15056 "log",
15057 "webrtc-sys-build",
15058]
15059
15060[[package]]
15061name = "webrtc-sys-build"
15062version = "0.3.5"
15063source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15064dependencies = [
15065 "fs2",
15066 "regex",
15067 "reqwest 0.11.27",
15068 "scratch",
15069 "semver",
15070 "zip",
15071]
15072
15073[[package]]
15074name = "weezl"
15075version = "0.1.8"
15076source = "registry+https://github.com/rust-lang/crates.io-index"
15077checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15078
15079[[package]]
15080name = "welcome"
15081version = "0.1.0"
15082dependencies = [
15083 "anyhow",
15084 "client",
15085 "copilot",
15086 "db",
15087 "editor",
15088 "fuzzy",
15089 "gpui",
15090 "install_cli",
15091 "picker",
15092 "project",
15093 "schemars",
15094 "serde",
15095 "settings",
15096 "telemetry",
15097 "ui",
15098 "util",
15099 "vim_mode_setting",
15100 "workspace",
15101 "zed_actions",
15102]
15103
15104[[package]]
15105name = "which"
15106version = "4.4.2"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15109dependencies = [
15110 "either",
15111 "home",
15112 "once_cell",
15113 "rustix 0.38.42",
15114]
15115
15116[[package]]
15117name = "which"
15118version = "6.0.3"
15119source = "registry+https://github.com/rust-lang/crates.io-index"
15120checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15121dependencies = [
15122 "either",
15123 "home",
15124 "rustix 0.38.42",
15125 "winsafe",
15126]
15127
15128[[package]]
15129name = "whoami"
15130version = "1.5.2"
15131source = "registry+https://github.com/rust-lang/crates.io-index"
15132checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15133dependencies = [
15134 "redox_syscall 0.5.8",
15135 "wasite",
15136]
15137
15138[[package]]
15139name = "wiggle"
15140version = "24.0.2"
15141source = "registry+https://github.com/rust-lang/crates.io-index"
15142checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
15143dependencies = [
15144 "anyhow",
15145 "async-trait",
15146 "bitflags 2.6.0",
15147 "thiserror 1.0.69",
15148 "tracing",
15149 "wasmtime",
15150 "wiggle-macro",
15151]
15152
15153[[package]]
15154name = "wiggle-generate"
15155version = "24.0.2"
15156source = "registry+https://github.com/rust-lang/crates.io-index"
15157checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
15158dependencies = [
15159 "anyhow",
15160 "heck 0.4.1",
15161 "proc-macro2",
15162 "quote",
15163 "shellexpand 2.1.2",
15164 "syn 2.0.90",
15165 "witx",
15166]
15167
15168[[package]]
15169name = "wiggle-macro"
15170version = "24.0.2"
15171source = "registry+https://github.com/rust-lang/crates.io-index"
15172checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
15173dependencies = [
15174 "proc-macro2",
15175 "quote",
15176 "syn 2.0.90",
15177 "wiggle-generate",
15178]
15179
15180[[package]]
15181name = "winapi"
15182version = "0.3.9"
15183source = "registry+https://github.com/rust-lang/crates.io-index"
15184checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15185dependencies = [
15186 "winapi-i686-pc-windows-gnu",
15187 "winapi-x86_64-pc-windows-gnu",
15188]
15189
15190[[package]]
15191name = "winapi-i686-pc-windows-gnu"
15192version = "0.4.0"
15193source = "registry+https://github.com/rust-lang/crates.io-index"
15194checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15195
15196[[package]]
15197name = "winapi-util"
15198version = "0.1.9"
15199source = "registry+https://github.com/rust-lang/crates.io-index"
15200checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15201dependencies = [
15202 "windows-sys 0.59.0",
15203]
15204
15205[[package]]
15206name = "winapi-x86_64-pc-windows-gnu"
15207version = "0.4.0"
15208source = "registry+https://github.com/rust-lang/crates.io-index"
15209checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15210
15211[[package]]
15212name = "winch-codegen"
15213version = "0.22.2"
15214source = "registry+https://github.com/rust-lang/crates.io-index"
15215checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
15216dependencies = [
15217 "anyhow",
15218 "cranelift-codegen",
15219 "gimli 0.29.0",
15220 "regalloc2",
15221 "smallvec",
15222 "target-lexicon",
15223 "wasmparser 0.215.0",
15224 "wasmtime-cranelift",
15225 "wasmtime-environ",
15226]
15227
15228[[package]]
15229name = "windows"
15230version = "0.54.0"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15233dependencies = [
15234 "windows-core 0.54.0",
15235 "windows-targets 0.52.6",
15236]
15237
15238[[package]]
15239name = "windows"
15240version = "0.57.0"
15241source = "registry+https://github.com/rust-lang/crates.io-index"
15242checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15243dependencies = [
15244 "windows-core 0.57.0",
15245 "windows-targets 0.52.6",
15246]
15247
15248[[package]]
15249name = "windows"
15250version = "0.58.0"
15251source = "registry+https://github.com/rust-lang/crates.io-index"
15252checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15253dependencies = [
15254 "windows-core 0.58.0",
15255 "windows-targets 0.52.6",
15256]
15257
15258[[package]]
15259name = "windows-core"
15260version = "0.52.0"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15263dependencies = [
15264 "windows-targets 0.52.6",
15265]
15266
15267[[package]]
15268name = "windows-core"
15269version = "0.54.0"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15272dependencies = [
15273 "windows-result 0.1.2",
15274 "windows-targets 0.52.6",
15275]
15276
15277[[package]]
15278name = "windows-core"
15279version = "0.57.0"
15280source = "registry+https://github.com/rust-lang/crates.io-index"
15281checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15282dependencies = [
15283 "windows-implement 0.57.0",
15284 "windows-interface 0.57.0",
15285 "windows-result 0.1.2",
15286 "windows-targets 0.52.6",
15287]
15288
15289[[package]]
15290name = "windows-core"
15291version = "0.58.0"
15292source = "registry+https://github.com/rust-lang/crates.io-index"
15293checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
15294dependencies = [
15295 "windows-implement 0.58.0",
15296 "windows-interface 0.58.0",
15297 "windows-result 0.2.0",
15298 "windows-strings",
15299 "windows-targets 0.52.6",
15300]
15301
15302[[package]]
15303name = "windows-implement"
15304version = "0.57.0"
15305source = "registry+https://github.com/rust-lang/crates.io-index"
15306checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
15307dependencies = [
15308 "proc-macro2",
15309 "quote",
15310 "syn 2.0.90",
15311]
15312
15313[[package]]
15314name = "windows-implement"
15315version = "0.58.0"
15316source = "registry+https://github.com/rust-lang/crates.io-index"
15317checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
15318dependencies = [
15319 "proc-macro2",
15320 "quote",
15321 "syn 2.0.90",
15322]
15323
15324[[package]]
15325name = "windows-interface"
15326version = "0.57.0"
15327source = "registry+https://github.com/rust-lang/crates.io-index"
15328checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
15329dependencies = [
15330 "proc-macro2",
15331 "quote",
15332 "syn 2.0.90",
15333]
15334
15335[[package]]
15336name = "windows-interface"
15337version = "0.58.0"
15338source = "registry+https://github.com/rust-lang/crates.io-index"
15339checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
15340dependencies = [
15341 "proc-macro2",
15342 "quote",
15343 "syn 2.0.90",
15344]
15345
15346[[package]]
15347name = "windows-registry"
15348version = "0.2.0"
15349source = "registry+https://github.com/rust-lang/crates.io-index"
15350checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
15351dependencies = [
15352 "windows-result 0.2.0",
15353 "windows-strings",
15354 "windows-targets 0.52.6",
15355]
15356
15357[[package]]
15358name = "windows-result"
15359version = "0.1.2"
15360source = "registry+https://github.com/rust-lang/crates.io-index"
15361checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
15362dependencies = [
15363 "windows-targets 0.52.6",
15364]
15365
15366[[package]]
15367name = "windows-result"
15368version = "0.2.0"
15369source = "registry+https://github.com/rust-lang/crates.io-index"
15370checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
15371dependencies = [
15372 "windows-targets 0.52.6",
15373]
15374
15375[[package]]
15376name = "windows-strings"
15377version = "0.1.0"
15378source = "registry+https://github.com/rust-lang/crates.io-index"
15379checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
15380dependencies = [
15381 "windows-result 0.2.0",
15382 "windows-targets 0.52.6",
15383]
15384
15385[[package]]
15386name = "windows-sys"
15387version = "0.45.0"
15388source = "registry+https://github.com/rust-lang/crates.io-index"
15389checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
15390dependencies = [
15391 "windows-targets 0.42.2",
15392]
15393
15394[[package]]
15395name = "windows-sys"
15396version = "0.48.0"
15397source = "registry+https://github.com/rust-lang/crates.io-index"
15398checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
15399dependencies = [
15400 "windows-targets 0.48.5",
15401]
15402
15403[[package]]
15404name = "windows-sys"
15405version = "0.52.0"
15406source = "registry+https://github.com/rust-lang/crates.io-index"
15407checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
15408dependencies = [
15409 "windows-targets 0.52.6",
15410]
15411
15412[[package]]
15413name = "windows-sys"
15414version = "0.59.0"
15415source = "registry+https://github.com/rust-lang/crates.io-index"
15416checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
15417dependencies = [
15418 "windows-targets 0.52.6",
15419]
15420
15421[[package]]
15422name = "windows-targets"
15423version = "0.42.2"
15424source = "registry+https://github.com/rust-lang/crates.io-index"
15425checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
15426dependencies = [
15427 "windows_aarch64_gnullvm 0.42.2",
15428 "windows_aarch64_msvc 0.42.2",
15429 "windows_i686_gnu 0.42.2",
15430 "windows_i686_msvc 0.42.2",
15431 "windows_x86_64_gnu 0.42.2",
15432 "windows_x86_64_gnullvm 0.42.2",
15433 "windows_x86_64_msvc 0.42.2",
15434]
15435
15436[[package]]
15437name = "windows-targets"
15438version = "0.48.5"
15439source = "registry+https://github.com/rust-lang/crates.io-index"
15440checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
15441dependencies = [
15442 "windows_aarch64_gnullvm 0.48.5",
15443 "windows_aarch64_msvc 0.48.5",
15444 "windows_i686_gnu 0.48.5",
15445 "windows_i686_msvc 0.48.5",
15446 "windows_x86_64_gnu 0.48.5",
15447 "windows_x86_64_gnullvm 0.48.5",
15448 "windows_x86_64_msvc 0.48.5",
15449]
15450
15451[[package]]
15452name = "windows-targets"
15453version = "0.52.6"
15454source = "registry+https://github.com/rust-lang/crates.io-index"
15455checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
15456dependencies = [
15457 "windows_aarch64_gnullvm 0.52.6",
15458 "windows_aarch64_msvc 0.52.6",
15459 "windows_i686_gnu 0.52.6",
15460 "windows_i686_gnullvm",
15461 "windows_i686_msvc 0.52.6",
15462 "windows_x86_64_gnu 0.52.6",
15463 "windows_x86_64_gnullvm 0.52.6",
15464 "windows_x86_64_msvc 0.52.6",
15465]
15466
15467[[package]]
15468name = "windows_aarch64_gnullvm"
15469version = "0.42.2"
15470source = "registry+https://github.com/rust-lang/crates.io-index"
15471checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
15472
15473[[package]]
15474name = "windows_aarch64_gnullvm"
15475version = "0.48.5"
15476source = "registry+https://github.com/rust-lang/crates.io-index"
15477checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
15478
15479[[package]]
15480name = "windows_aarch64_gnullvm"
15481version = "0.52.6"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
15484
15485[[package]]
15486name = "windows_aarch64_msvc"
15487version = "0.42.2"
15488source = "registry+https://github.com/rust-lang/crates.io-index"
15489checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
15490
15491[[package]]
15492name = "windows_aarch64_msvc"
15493version = "0.48.5"
15494source = "registry+https://github.com/rust-lang/crates.io-index"
15495checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
15496
15497[[package]]
15498name = "windows_aarch64_msvc"
15499version = "0.52.6"
15500source = "registry+https://github.com/rust-lang/crates.io-index"
15501checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
15502
15503[[package]]
15504name = "windows_i686_gnu"
15505version = "0.42.2"
15506source = "registry+https://github.com/rust-lang/crates.io-index"
15507checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
15508
15509[[package]]
15510name = "windows_i686_gnu"
15511version = "0.48.5"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
15514
15515[[package]]
15516name = "windows_i686_gnu"
15517version = "0.52.6"
15518source = "registry+https://github.com/rust-lang/crates.io-index"
15519checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
15520
15521[[package]]
15522name = "windows_i686_gnullvm"
15523version = "0.52.6"
15524source = "registry+https://github.com/rust-lang/crates.io-index"
15525checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
15526
15527[[package]]
15528name = "windows_i686_msvc"
15529version = "0.42.2"
15530source = "registry+https://github.com/rust-lang/crates.io-index"
15531checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
15532
15533[[package]]
15534name = "windows_i686_msvc"
15535version = "0.48.5"
15536source = "registry+https://github.com/rust-lang/crates.io-index"
15537checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
15538
15539[[package]]
15540name = "windows_i686_msvc"
15541version = "0.52.6"
15542source = "registry+https://github.com/rust-lang/crates.io-index"
15543checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
15544
15545[[package]]
15546name = "windows_x86_64_gnu"
15547version = "0.42.2"
15548source = "registry+https://github.com/rust-lang/crates.io-index"
15549checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
15550
15551[[package]]
15552name = "windows_x86_64_gnu"
15553version = "0.48.5"
15554source = "registry+https://github.com/rust-lang/crates.io-index"
15555checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
15556
15557[[package]]
15558name = "windows_x86_64_gnu"
15559version = "0.52.6"
15560source = "registry+https://github.com/rust-lang/crates.io-index"
15561checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
15562
15563[[package]]
15564name = "windows_x86_64_gnullvm"
15565version = "0.42.2"
15566source = "registry+https://github.com/rust-lang/crates.io-index"
15567checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
15568
15569[[package]]
15570name = "windows_x86_64_gnullvm"
15571version = "0.48.5"
15572source = "registry+https://github.com/rust-lang/crates.io-index"
15573checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
15574
15575[[package]]
15576name = "windows_x86_64_gnullvm"
15577version = "0.52.6"
15578source = "registry+https://github.com/rust-lang/crates.io-index"
15579checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
15580
15581[[package]]
15582name = "windows_x86_64_msvc"
15583version = "0.42.2"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
15586
15587[[package]]
15588name = "windows_x86_64_msvc"
15589version = "0.48.5"
15590source = "registry+https://github.com/rust-lang/crates.io-index"
15591checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
15592
15593[[package]]
15594name = "windows_x86_64_msvc"
15595version = "0.52.6"
15596source = "registry+https://github.com/rust-lang/crates.io-index"
15597checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
15598
15599[[package]]
15600name = "winnow"
15601version = "0.6.20"
15602source = "registry+https://github.com/rust-lang/crates.io-index"
15603checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
15604dependencies = [
15605 "memchr",
15606]
15607
15608[[package]]
15609name = "winreg"
15610version = "0.50.0"
15611source = "registry+https://github.com/rust-lang/crates.io-index"
15612checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15613dependencies = [
15614 "cfg-if",
15615 "windows-sys 0.48.0",
15616]
15617
15618[[package]]
15619name = "winreg"
15620version = "0.52.0"
15621source = "registry+https://github.com/rust-lang/crates.io-index"
15622checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15623dependencies = [
15624 "cfg-if",
15625 "windows-sys 0.48.0",
15626]
15627
15628[[package]]
15629name = "winresource"
15630version = "0.1.19"
15631source = "registry+https://github.com/rust-lang/crates.io-index"
15632checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
15633dependencies = [
15634 "toml 0.8.19",
15635 "version_check",
15636]
15637
15638[[package]]
15639name = "winsafe"
15640version = "0.0.19"
15641source = "registry+https://github.com/rust-lang/crates.io-index"
15642checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15643
15644[[package]]
15645name = "winx"
15646version = "0.36.4"
15647source = "registry+https://github.com/rust-lang/crates.io-index"
15648checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
15649dependencies = [
15650 "bitflags 2.6.0",
15651 "windows-sys 0.59.0",
15652]
15653
15654[[package]]
15655name = "wio"
15656version = "0.2.2"
15657source = "registry+https://github.com/rust-lang/crates.io-index"
15658checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15659dependencies = [
15660 "winapi",
15661]
15662
15663[[package]]
15664name = "wit-bindgen"
15665version = "0.22.0"
15666source = "registry+https://github.com/rust-lang/crates.io-index"
15667checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15668dependencies = [
15669 "bitflags 2.6.0",
15670 "wit-bindgen-rt",
15671 "wit-bindgen-rust-macro",
15672]
15673
15674[[package]]
15675name = "wit-bindgen-core"
15676version = "0.22.0"
15677source = "registry+https://github.com/rust-lang/crates.io-index"
15678checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15679dependencies = [
15680 "anyhow",
15681 "wit-parser 0.201.0",
15682]
15683
15684[[package]]
15685name = "wit-bindgen-rt"
15686version = "0.22.0"
15687source = "registry+https://github.com/rust-lang/crates.io-index"
15688checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15689
15690[[package]]
15691name = "wit-bindgen-rust"
15692version = "0.22.0"
15693source = "registry+https://github.com/rust-lang/crates.io-index"
15694checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15695dependencies = [
15696 "anyhow",
15697 "heck 0.4.1",
15698 "indexmap",
15699 "wasm-metadata",
15700 "wit-bindgen-core",
15701 "wit-component",
15702]
15703
15704[[package]]
15705name = "wit-bindgen-rust-macro"
15706version = "0.22.0"
15707source = "registry+https://github.com/rust-lang/crates.io-index"
15708checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15709dependencies = [
15710 "anyhow",
15711 "proc-macro2",
15712 "quote",
15713 "syn 2.0.90",
15714 "wit-bindgen-core",
15715 "wit-bindgen-rust",
15716]
15717
15718[[package]]
15719name = "wit-component"
15720version = "0.201.0"
15721source = "registry+https://github.com/rust-lang/crates.io-index"
15722checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15723dependencies = [
15724 "anyhow",
15725 "bitflags 2.6.0",
15726 "indexmap",
15727 "log",
15728 "serde",
15729 "serde_derive",
15730 "serde_json",
15731 "wasm-encoder 0.201.0",
15732 "wasm-metadata",
15733 "wasmparser 0.201.0",
15734 "wit-parser 0.201.0",
15735]
15736
15737[[package]]
15738name = "wit-parser"
15739version = "0.201.0"
15740source = "registry+https://github.com/rust-lang/crates.io-index"
15741checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15742dependencies = [
15743 "anyhow",
15744 "id-arena",
15745 "indexmap",
15746 "log",
15747 "semver",
15748 "serde",
15749 "serde_derive",
15750 "serde_json",
15751 "unicode-xid",
15752 "wasmparser 0.201.0",
15753]
15754
15755[[package]]
15756name = "wit-parser"
15757version = "0.215.0"
15758source = "registry+https://github.com/rust-lang/crates.io-index"
15759checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15760dependencies = [
15761 "anyhow",
15762 "id-arena",
15763 "indexmap",
15764 "log",
15765 "semver",
15766 "serde",
15767 "serde_derive",
15768 "serde_json",
15769 "unicode-xid",
15770 "wasmparser 0.215.0",
15771]
15772
15773[[package]]
15774name = "witx"
15775version = "0.9.1"
15776source = "registry+https://github.com/rust-lang/crates.io-index"
15777checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15778dependencies = [
15779 "anyhow",
15780 "log",
15781 "thiserror 1.0.69",
15782 "wast",
15783]
15784
15785[[package]]
15786name = "workspace"
15787version = "0.1.0"
15788dependencies = [
15789 "any_vec",
15790 "anyhow",
15791 "async-recursion 1.1.1",
15792 "bincode",
15793 "call",
15794 "client",
15795 "clock",
15796 "collections",
15797 "db",
15798 "derive_more",
15799 "env_logger 0.11.6",
15800 "fs",
15801 "futures 0.3.31",
15802 "gpui",
15803 "http_client",
15804 "itertools 0.13.0",
15805 "language",
15806 "log",
15807 "node_runtime",
15808 "parking_lot",
15809 "postage",
15810 "project",
15811 "remote",
15812 "schemars",
15813 "serde",
15814 "serde_json",
15815 "session",
15816 "settings",
15817 "smallvec",
15818 "sqlez",
15819 "strum",
15820 "task",
15821 "tempfile",
15822 "theme",
15823 "ui",
15824 "util",
15825 "uuid",
15826]
15827
15828[[package]]
15829name = "worktree"
15830version = "0.1.0"
15831dependencies = [
15832 "anyhow",
15833 "clock",
15834 "collections",
15835 "env_logger 0.11.6",
15836 "fs",
15837 "futures 0.3.31",
15838 "fuzzy",
15839 "git",
15840 "git2",
15841 "git_hosting_providers",
15842 "gpui",
15843 "http_client",
15844 "ignore",
15845 "language",
15846 "log",
15847 "parking_lot",
15848 "paths",
15849 "postage",
15850 "pretty_assertions",
15851 "rand 0.8.5",
15852 "rpc",
15853 "schemars",
15854 "serde",
15855 "serde_json",
15856 "settings",
15857 "smallvec",
15858 "smol",
15859 "sum_tree",
15860 "text",
15861 "util",
15862]
15863
15864[[package]]
15865name = "write16"
15866version = "1.0.0"
15867source = "registry+https://github.com/rust-lang/crates.io-index"
15868checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
15869
15870[[package]]
15871name = "writeable"
15872version = "0.5.5"
15873source = "registry+https://github.com/rust-lang/crates.io-index"
15874checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
15875
15876[[package]]
15877name = "wyz"
15878version = "0.5.1"
15879source = "registry+https://github.com/rust-lang/crates.io-index"
15880checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15881dependencies = [
15882 "tap",
15883]
15884
15885[[package]]
15886name = "x11-clipboard"
15887version = "0.9.3"
15888source = "registry+https://github.com/rust-lang/crates.io-index"
15889checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
15890dependencies = [
15891 "libc",
15892 "x11rb",
15893]
15894
15895[[package]]
15896name = "x11rb"
15897version = "0.13.1"
15898source = "registry+https://github.com/rust-lang/crates.io-index"
15899checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15900dependencies = [
15901 "as-raw-xcb-connection",
15902 "gethostname",
15903 "libc",
15904 "rustix 0.38.42",
15905 "x11rb-protocol",
15906]
15907
15908[[package]]
15909name = "x11rb-protocol"
15910version = "0.13.1"
15911source = "registry+https://github.com/rust-lang/crates.io-index"
15912checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15913
15914[[package]]
15915name = "xattr"
15916version = "0.2.3"
15917source = "registry+https://github.com/rust-lang/crates.io-index"
15918checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
15919dependencies = [
15920 "libc",
15921]
15922
15923[[package]]
15924name = "xcursor"
15925version = "0.3.8"
15926source = "registry+https://github.com/rust-lang/crates.io-index"
15927checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
15928
15929[[package]]
15930name = "xdg-home"
15931version = "1.3.0"
15932source = "registry+https://github.com/rust-lang/crates.io-index"
15933checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
15934dependencies = [
15935 "libc",
15936 "windows-sys 0.59.0",
15937]
15938
15939[[package]]
15940name = "xim"
15941version = "0.4.0"
15942source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15943dependencies = [
15944 "ahash 0.8.11",
15945 "hashbrown 0.14.5",
15946 "log",
15947 "x11rb",
15948 "xim-ctext",
15949 "xim-parser",
15950]
15951
15952[[package]]
15953name = "xim-ctext"
15954version = "0.3.0"
15955source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15956dependencies = [
15957 "encoding_rs",
15958]
15959
15960[[package]]
15961name = "xim-parser"
15962version = "0.2.1"
15963source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15964dependencies = [
15965 "bitflags 2.6.0",
15966]
15967
15968[[package]]
15969name = "xkbcommon"
15970version = "0.7.0"
15971source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
15972dependencies = [
15973 "as-raw-xcb-connection",
15974 "libc",
15975 "memmap2",
15976 "xkeysym",
15977]
15978
15979[[package]]
15980name = "xkeysym"
15981version = "0.2.1"
15982source = "registry+https://github.com/rust-lang/crates.io-index"
15983checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
15984
15985[[package]]
15986name = "xml5ever"
15987version = "0.18.1"
15988source = "registry+https://github.com/rust-lang/crates.io-index"
15989checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
15990dependencies = [
15991 "log",
15992 "mac",
15993 "markup5ever",
15994]
15995
15996[[package]]
15997name = "xmlparser"
15998version = "0.13.6"
15999source = "registry+https://github.com/rust-lang/crates.io-index"
16000checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16001
16002[[package]]
16003name = "xmlwriter"
16004version = "0.1.0"
16005source = "registry+https://github.com/rust-lang/crates.io-index"
16006checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16007
16008[[package]]
16009name = "xtask"
16010version = "0.1.0"
16011dependencies = [
16012 "anyhow",
16013 "cargo_metadata",
16014 "cargo_toml",
16015 "clap",
16016]
16017
16018[[package]]
16019name = "yaml-rust2"
16020version = "0.8.1"
16021source = "registry+https://github.com/rust-lang/crates.io-index"
16022checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
16023dependencies = [
16024 "arraydeque",
16025 "encoding_rs",
16026 "hashlink 0.8.4",
16027]
16028
16029[[package]]
16030name = "yansi"
16031version = "1.0.1"
16032source = "registry+https://github.com/rust-lang/crates.io-index"
16033checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
16034
16035[[package]]
16036name = "yazi"
16037version = "0.1.6"
16038source = "registry+https://github.com/rust-lang/crates.io-index"
16039checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
16040
16041[[package]]
16042name = "yeslogic-fontconfig-sys"
16043version = "6.0.0"
16044source = "registry+https://github.com/rust-lang/crates.io-index"
16045checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
16046dependencies = [
16047 "dlib",
16048 "once_cell",
16049 "pkg-config",
16050]
16051
16052[[package]]
16053name = "yoke"
16054version = "0.7.5"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
16057dependencies = [
16058 "serde",
16059 "stable_deref_trait",
16060 "yoke-derive",
16061 "zerofrom",
16062]
16063
16064[[package]]
16065name = "yoke-derive"
16066version = "0.7.5"
16067source = "registry+https://github.com/rust-lang/crates.io-index"
16068checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
16069dependencies = [
16070 "proc-macro2",
16071 "quote",
16072 "syn 2.0.90",
16073 "synstructure",
16074]
16075
16076[[package]]
16077name = "zbus"
16078version = "4.4.0"
16079source = "registry+https://github.com/rust-lang/crates.io-index"
16080checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
16081dependencies = [
16082 "async-broadcast",
16083 "async-executor",
16084 "async-fs 2.1.2",
16085 "async-io 2.4.0",
16086 "async-lock 3.4.0",
16087 "async-process 2.3.0",
16088 "async-recursion 1.1.1",
16089 "async-task",
16090 "async-trait",
16091 "blocking",
16092 "enumflags2",
16093 "event-listener 5.3.1",
16094 "futures-core",
16095 "futures-sink",
16096 "futures-util",
16097 "hex",
16098 "nix",
16099 "ordered-stream",
16100 "rand 0.8.5",
16101 "serde",
16102 "serde_repr",
16103 "sha1",
16104 "static_assertions",
16105 "tracing",
16106 "uds_windows",
16107 "windows-sys 0.52.0",
16108 "xdg-home",
16109 "zbus_macros 4.4.0",
16110 "zbus_names 3.0.0",
16111 "zvariant 4.2.0",
16112]
16113
16114[[package]]
16115name = "zbus"
16116version = "5.1.1"
16117source = "registry+https://github.com/rust-lang/crates.io-index"
16118checksum = "1162094dc63b1629fcc44150bcceeaa80798cd28bcbe7fa987b65a034c258608"
16119dependencies = [
16120 "async-broadcast",
16121 "async-executor",
16122 "async-fs 2.1.2",
16123 "async-io 2.4.0",
16124 "async-lock 3.4.0",
16125 "async-process 2.3.0",
16126 "async-recursion 1.1.1",
16127 "async-task",
16128 "async-trait",
16129 "blocking",
16130 "enumflags2",
16131 "event-listener 5.3.1",
16132 "futures-core",
16133 "futures-util",
16134 "hex",
16135 "nix",
16136 "ordered-stream",
16137 "serde",
16138 "serde_repr",
16139 "static_assertions",
16140 "tracing",
16141 "uds_windows",
16142 "windows-sys 0.59.0",
16143 "winnow",
16144 "xdg-home",
16145 "zbus_macros 5.1.1",
16146 "zbus_names 4.1.0",
16147 "zvariant 5.1.0",
16148]
16149
16150[[package]]
16151name = "zbus_macros"
16152version = "4.4.0"
16153source = "registry+https://github.com/rust-lang/crates.io-index"
16154checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
16155dependencies = [
16156 "proc-macro-crate",
16157 "proc-macro2",
16158 "quote",
16159 "syn 2.0.90",
16160 "zvariant_utils 2.1.0",
16161]
16162
16163[[package]]
16164name = "zbus_macros"
16165version = "5.1.1"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "2cd2dcdce3e2727f7d74b7e33b5a89539b3cc31049562137faf7ae4eb86cd16d"
16168dependencies = [
16169 "proc-macro-crate",
16170 "proc-macro2",
16171 "quote",
16172 "syn 2.0.90",
16173 "zbus_names 4.1.0",
16174 "zvariant 5.1.0",
16175 "zvariant_utils 3.0.2",
16176]
16177
16178[[package]]
16179name = "zbus_names"
16180version = "3.0.0"
16181source = "registry+https://github.com/rust-lang/crates.io-index"
16182checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
16183dependencies = [
16184 "serde",
16185 "static_assertions",
16186 "zvariant 4.2.0",
16187]
16188
16189[[package]]
16190name = "zbus_names"
16191version = "4.1.0"
16192source = "registry+https://github.com/rust-lang/crates.io-index"
16193checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16194dependencies = [
16195 "serde",
16196 "static_assertions",
16197 "winnow",
16198 "zvariant 5.1.0",
16199]
16200
16201[[package]]
16202name = "zed"
16203version = "0.169.1"
16204dependencies = [
16205 "activity_indicator",
16206 "anyhow",
16207 "ashpd",
16208 "assets",
16209 "assistant",
16210 "assistant2",
16211 "assistant_tools",
16212 "async-watch",
16213 "audio",
16214 "auto_update",
16215 "auto_update_ui",
16216 "backtrace",
16217 "breadcrumbs",
16218 "call",
16219 "channel",
16220 "chrono",
16221 "clap",
16222 "cli",
16223 "client",
16224 "collab_ui",
16225 "collections",
16226 "command_palette",
16227 "command_palette_hooks",
16228 "copilot",
16229 "db",
16230 "diagnostics",
16231 "editor",
16232 "env_logger 0.11.6",
16233 "extension",
16234 "extension_host",
16235 "extensions_ui",
16236 "feature_flags",
16237 "feedback",
16238 "file_finder",
16239 "file_icons",
16240 "fs",
16241 "futures 0.3.31",
16242 "git",
16243 "git_hosting_providers",
16244 "git_ui",
16245 "go_to_line",
16246 "gpui",
16247 "http_client",
16248 "image_viewer",
16249 "inline_completion_button",
16250 "install_cli",
16251 "journal",
16252 "language",
16253 "language_extension",
16254 "language_model",
16255 "language_models",
16256 "language_selector",
16257 "language_tools",
16258 "languages",
16259 "libc",
16260 "log",
16261 "markdown",
16262 "markdown_preview",
16263 "menu",
16264 "mimalloc",
16265 "nix",
16266 "node_runtime",
16267 "notifications",
16268 "outline",
16269 "outline_panel",
16270 "parking_lot",
16271 "paths",
16272 "picker",
16273 "profiling",
16274 "project",
16275 "project_panel",
16276 "project_symbols",
16277 "proto",
16278 "recent_projects",
16279 "release_channel",
16280 "remote",
16281 "repl",
16282 "reqwest_client",
16283 "rope",
16284 "search",
16285 "serde",
16286 "serde_json",
16287 "session",
16288 "settings",
16289 "settings_ui",
16290 "shellexpand 2.1.2",
16291 "simplelog",
16292 "smol",
16293 "snippet_provider",
16294 "snippets_ui",
16295 "supermaven",
16296 "sysinfo",
16297 "tab_switcher",
16298 "task",
16299 "tasks_ui",
16300 "telemetry",
16301 "telemetry_events",
16302 "terminal_view",
16303 "theme",
16304 "theme_extension",
16305 "theme_selector",
16306 "time",
16307 "toolchain_selector",
16308 "tree-sitter-md",
16309 "tree-sitter-rust",
16310 "ui",
16311 "url",
16312 "urlencoding",
16313 "util",
16314 "uuid",
16315 "vcs_menu",
16316 "vim",
16317 "vim_mode_setting",
16318 "welcome",
16319 "windows 0.58.0",
16320 "winresource",
16321 "workspace",
16322 "zed_actions",
16323 "zeta",
16324]
16325
16326[[package]]
16327name = "zed_actions"
16328version = "0.1.0"
16329dependencies = [
16330 "gpui",
16331 "schemars",
16332 "serde",
16333]
16334
16335[[package]]
16336name = "zed_csharp"
16337version = "0.1.0"
16338dependencies = [
16339 "zed_extension_api 0.1.0",
16340]
16341
16342[[package]]
16343name = "zed_deno"
16344version = "0.0.2"
16345dependencies = [
16346 "zed_extension_api 0.1.0",
16347]
16348
16349[[package]]
16350name = "zed_elixir"
16351version = "0.1.2"
16352dependencies = [
16353 "zed_extension_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
16354]
16355
16356[[package]]
16357name = "zed_emmet"
16358version = "0.0.3"
16359dependencies = [
16360 "zed_extension_api 0.1.0",
16361]
16362
16363[[package]]
16364name = "zed_erlang"
16365version = "0.1.1"
16366dependencies = [
16367 "zed_extension_api 0.1.0",
16368]
16369
16370[[package]]
16371name = "zed_extension_api"
16372version = "0.1.0"
16373source = "registry+https://github.com/rust-lang/crates.io-index"
16374checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
16375dependencies = [
16376 "serde",
16377 "serde_json",
16378 "wit-bindgen",
16379]
16380
16381[[package]]
16382name = "zed_extension_api"
16383version = "0.2.0"
16384dependencies = [
16385 "serde",
16386 "serde_json",
16387 "wit-bindgen",
16388]
16389
16390[[package]]
16391name = "zed_extension_api"
16392version = "0.2.0"
16393source = "registry+https://github.com/rust-lang/crates.io-index"
16394checksum = "9fd16b8b30a9dc920fc1678ff852f696b5bdf5b5843bc745a128be0aac29859e"
16395dependencies = [
16396 "serde",
16397 "serde_json",
16398 "wit-bindgen",
16399]
16400
16401[[package]]
16402name = "zed_glsl"
16403version = "0.1.0"
16404dependencies = [
16405 "zed_extension_api 0.1.0",
16406]
16407
16408[[package]]
16409name = "zed_haskell"
16410version = "0.1.2"
16411dependencies = [
16412 "zed_extension_api 0.1.0",
16413]
16414
16415[[package]]
16416name = "zed_html"
16417version = "0.1.4"
16418dependencies = [
16419 "zed_extension_api 0.1.0",
16420]
16421
16422[[package]]
16423name = "zed_lua"
16424version = "0.1.1"
16425dependencies = [
16426 "zed_extension_api 0.1.0",
16427]
16428
16429[[package]]
16430name = "zed_php"
16431version = "0.2.3"
16432dependencies = [
16433 "zed_extension_api 0.1.0",
16434]
16435
16436[[package]]
16437name = "zed_prisma"
16438version = "0.0.4"
16439dependencies = [
16440 "zed_extension_api 0.1.0",
16441]
16442
16443[[package]]
16444name = "zed_proto"
16445version = "0.2.1"
16446dependencies = [
16447 "zed_extension_api 0.1.0",
16448]
16449
16450[[package]]
16451name = "zed_purescript"
16452version = "0.0.1"
16453dependencies = [
16454 "zed_extension_api 0.1.0",
16455]
16456
16457[[package]]
16458name = "zed_ruff"
16459version = "0.1.0"
16460dependencies = [
16461 "zed_extension_api 0.1.0",
16462]
16463
16464[[package]]
16465name = "zed_snippets"
16466version = "0.0.5"
16467dependencies = [
16468 "serde_json",
16469 "zed_extension_api 0.1.0",
16470]
16471
16472[[package]]
16473name = "zed_terraform"
16474version = "0.1.1"
16475dependencies = [
16476 "zed_extension_api 0.1.0",
16477]
16478
16479[[package]]
16480name = "zed_test_extension"
16481version = "0.1.0"
16482dependencies = [
16483 "zed_extension_api 0.2.0",
16484]
16485
16486[[package]]
16487name = "zed_toml"
16488version = "0.1.2"
16489dependencies = [
16490 "zed_extension_api 0.1.0",
16491]
16492
16493[[package]]
16494name = "zed_uiua"
16495version = "0.0.1"
16496dependencies = [
16497 "zed_extension_api 0.1.0",
16498]
16499
16500[[package]]
16501name = "zed_zig"
16502version = "0.3.2"
16503dependencies = [
16504 "zed_extension_api 0.1.0",
16505]
16506
16507[[package]]
16508name = "zeno"
16509version = "0.2.3"
16510source = "registry+https://github.com/rust-lang/crates.io-index"
16511checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
16512
16513[[package]]
16514name = "zerocopy"
16515version = "0.7.35"
16516source = "registry+https://github.com/rust-lang/crates.io-index"
16517checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
16518dependencies = [
16519 "byteorder",
16520 "zerocopy-derive",
16521]
16522
16523[[package]]
16524name = "zerocopy-derive"
16525version = "0.7.35"
16526source = "registry+https://github.com/rust-lang/crates.io-index"
16527checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
16528dependencies = [
16529 "proc-macro2",
16530 "quote",
16531 "syn 2.0.90",
16532]
16533
16534[[package]]
16535name = "zerofrom"
16536version = "0.1.5"
16537source = "registry+https://github.com/rust-lang/crates.io-index"
16538checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
16539dependencies = [
16540 "zerofrom-derive",
16541]
16542
16543[[package]]
16544name = "zerofrom-derive"
16545version = "0.1.5"
16546source = "registry+https://github.com/rust-lang/crates.io-index"
16547checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
16548dependencies = [
16549 "proc-macro2",
16550 "quote",
16551 "syn 2.0.90",
16552 "synstructure",
16553]
16554
16555[[package]]
16556name = "zeroize"
16557version = "1.8.1"
16558source = "registry+https://github.com/rust-lang/crates.io-index"
16559checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
16560dependencies = [
16561 "zeroize_derive",
16562]
16563
16564[[package]]
16565name = "zeroize_derive"
16566version = "1.4.2"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
16569dependencies = [
16570 "proc-macro2",
16571 "quote",
16572 "syn 2.0.90",
16573]
16574
16575[[package]]
16576name = "zeromq"
16577version = "0.4.1"
16578source = "registry+https://github.com/rust-lang/crates.io-index"
16579checksum = "6a4528179201f6eecf211961a7d3276faa61554c82651ecc66387f68fc3004bd"
16580dependencies = [
16581 "async-dispatcher",
16582 "async-std",
16583 "async-trait",
16584 "asynchronous-codec",
16585 "bytes 1.9.0",
16586 "crossbeam-queue",
16587 "dashmap 5.5.3",
16588 "futures-channel",
16589 "futures-io",
16590 "futures-task",
16591 "futures-util",
16592 "log",
16593 "num-traits",
16594 "once_cell",
16595 "parking_lot",
16596 "rand 0.8.5",
16597 "regex",
16598 "thiserror 1.0.69",
16599 "uuid",
16600]
16601
16602[[package]]
16603name = "zerovec"
16604version = "0.10.4"
16605source = "registry+https://github.com/rust-lang/crates.io-index"
16606checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
16607dependencies = [
16608 "yoke",
16609 "zerofrom",
16610 "zerovec-derive",
16611]
16612
16613[[package]]
16614name = "zerovec-derive"
16615version = "0.10.3"
16616source = "registry+https://github.com/rust-lang/crates.io-index"
16617checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
16618dependencies = [
16619 "proc-macro2",
16620 "quote",
16621 "syn 2.0.90",
16622]
16623
16624[[package]]
16625name = "zeta"
16626version = "0.1.0"
16627dependencies = [
16628 "anyhow",
16629 "arrayvec",
16630 "call",
16631 "client",
16632 "clock",
16633 "collections",
16634 "ctor",
16635 "editor",
16636 "env_logger 0.11.6",
16637 "futures 0.3.31",
16638 "gpui",
16639 "http_client",
16640 "indoc",
16641 "inline_completion",
16642 "language",
16643 "language_models",
16644 "log",
16645 "menu",
16646 "reqwest_client",
16647 "rpc",
16648 "serde_json",
16649 "settings",
16650 "similar",
16651 "telemetry",
16652 "telemetry_events",
16653 "theme",
16654 "tree-sitter-go",
16655 "tree-sitter-rust",
16656 "ui",
16657 "uuid",
16658 "workspace",
16659 "worktree",
16660]
16661
16662[[package]]
16663name = "zip"
16664version = "0.6.6"
16665source = "registry+https://github.com/rust-lang/crates.io-index"
16666checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
16667dependencies = [
16668 "aes",
16669 "byteorder",
16670 "bzip2",
16671 "constant_time_eq 0.1.5",
16672 "crc32fast",
16673 "crossbeam-utils",
16674 "flate2",
16675 "hmac",
16676 "pbkdf2 0.11.0",
16677 "sha1",
16678 "time",
16679 "zstd",
16680]
16681
16682[[package]]
16683name = "zstd"
16684version = "0.11.2+zstd.1.5.2"
16685source = "registry+https://github.com/rust-lang/crates.io-index"
16686checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
16687dependencies = [
16688 "zstd-safe",
16689]
16690
16691[[package]]
16692name = "zstd-safe"
16693version = "5.0.2+zstd.1.5.2"
16694source = "registry+https://github.com/rust-lang/crates.io-index"
16695checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
16696dependencies = [
16697 "libc",
16698 "zstd-sys",
16699]
16700
16701[[package]]
16702name = "zstd-sys"
16703version = "2.0.13+zstd.1.5.6"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
16706dependencies = [
16707 "cc",
16708 "pkg-config",
16709]
16710
16711[[package]]
16712name = "zune-core"
16713version = "0.4.12"
16714source = "registry+https://github.com/rust-lang/crates.io-index"
16715checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
16716
16717[[package]]
16718name = "zune-inflate"
16719version = "0.2.54"
16720source = "registry+https://github.com/rust-lang/crates.io-index"
16721checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
16722dependencies = [
16723 "simd-adler32",
16724]
16725
16726[[package]]
16727name = "zune-jpeg"
16728version = "0.4.13"
16729source = "registry+https://github.com/rust-lang/crates.io-index"
16730checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
16731dependencies = [
16732 "zune-core",
16733]
16734
16735[[package]]
16736name = "zvariant"
16737version = "4.2.0"
16738source = "registry+https://github.com/rust-lang/crates.io-index"
16739checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
16740dependencies = [
16741 "endi",
16742 "enumflags2",
16743 "serde",
16744 "static_assertions",
16745 "zvariant_derive 4.2.0",
16746]
16747
16748[[package]]
16749name = "zvariant"
16750version = "5.1.0"
16751source = "registry+https://github.com/rust-lang/crates.io-index"
16752checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f"
16753dependencies = [
16754 "endi",
16755 "enumflags2",
16756 "serde",
16757 "static_assertions",
16758 "url",
16759 "winnow",
16760 "zvariant_derive 5.1.0",
16761 "zvariant_utils 3.0.2",
16762]
16763
16764[[package]]
16765name = "zvariant_derive"
16766version = "4.2.0"
16767source = "registry+https://github.com/rust-lang/crates.io-index"
16768checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
16769dependencies = [
16770 "proc-macro-crate",
16771 "proc-macro2",
16772 "quote",
16773 "syn 2.0.90",
16774 "zvariant_utils 2.1.0",
16775]
16776
16777[[package]]
16778name = "zvariant_derive"
16779version = "5.1.0"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916"
16782dependencies = [
16783 "proc-macro-crate",
16784 "proc-macro2",
16785 "quote",
16786 "syn 2.0.90",
16787 "zvariant_utils 3.0.2",
16788]
16789
16790[[package]]
16791name = "zvariant_utils"
16792version = "2.1.0"
16793source = "registry+https://github.com/rust-lang/crates.io-index"
16794checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
16795dependencies = [
16796 "proc-macro2",
16797 "quote",
16798 "syn 2.0.90",
16799]
16800
16801[[package]]
16802name = "zvariant_utils"
16803version = "3.0.2"
16804source = "registry+https://github.com/rust-lang/crates.io-index"
16805checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6"
16806dependencies = [
16807 "proc-macro2",
16808 "quote",
16809 "serde",
16810 "static_assertions",
16811 "syn 2.0.90",
16812 "winnow",
16813]