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