1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "extension_host",
13 "futures 0.3.31",
14 "gpui",
15 "language",
16 "lsp",
17 "project",
18 "smallvec",
19 "ui",
20 "util",
21 "workspace",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.24.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
29dependencies = [
30 "gimli 0.31.1",
31]
32
33[[package]]
34name = "adler2"
35version = "2.0.0"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
38
39[[package]]
40name = "aes"
41version = "0.8.4"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
44dependencies = [
45 "cfg-if",
46 "cipher",
47 "cpufeatures",
48 "zeroize",
49]
50
51[[package]]
52name = "ahash"
53version = "0.7.8"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
56dependencies = [
57 "getrandom 0.2.15",
58 "once_cell",
59 "version_check",
60]
61
62[[package]]
63name = "ahash"
64version = "0.8.11"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
67dependencies = [
68 "cfg-if",
69 "const-random",
70 "once_cell",
71 "version_check",
72 "zerocopy",
73]
74
75[[package]]
76name = "aho-corasick"
77version = "1.1.3"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
80dependencies = [
81 "memchr",
82]
83
84[[package]]
85name = "alacritty_terminal"
86version = "0.24.1"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "52b9241459831fee2f22fcda52ddaf9e449b6627334a0f40f13a1b3344018060"
89dependencies = [
90 "base64 0.22.1",
91 "bitflags 2.6.0",
92 "home",
93 "libc",
94 "log",
95 "miow",
96 "parking_lot",
97 "piper",
98 "polling 3.7.4",
99 "regex-automata 0.4.9",
100 "rustix-openpty",
101 "serde",
102 "signal-hook",
103 "unicode-width",
104 "vte",
105 "windows-sys 0.52.0",
106]
107
108[[package]]
109name = "aliasable"
110version = "0.1.3"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
113
114[[package]]
115name = "aligned-vec"
116version = "0.5.0"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
119
120[[package]]
121name = "allocator-api2"
122version = "0.2.21"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
125
126[[package]]
127name = "alsa"
128version = "0.9.1"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
131dependencies = [
132 "alsa-sys",
133 "bitflags 2.6.0",
134 "cfg-if",
135 "libc",
136]
137
138[[package]]
139name = "alsa-sys"
140version = "0.3.1"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
143dependencies = [
144 "libc",
145 "pkg-config",
146]
147
148[[package]]
149name = "ambient-authority"
150version = "0.0.2"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
153
154[[package]]
155name = "ammonia"
156version = "4.0.0"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
159dependencies = [
160 "html5ever",
161 "maplit",
162 "once_cell",
163 "tendril",
164 "url",
165]
166
167[[package]]
168name = "android-tzdata"
169version = "0.1.1"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
172
173[[package]]
174name = "android_system_properties"
175version = "0.1.5"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
178dependencies = [
179 "libc",
180]
181
182[[package]]
183name = "anes"
184version = "0.1.6"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
187
188[[package]]
189name = "anstream"
190version = "0.6.18"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
193dependencies = [
194 "anstyle",
195 "anstyle-parse",
196 "anstyle-query",
197 "anstyle-wincon",
198 "colorchoice",
199 "is_terminal_polyfill",
200 "utf8parse",
201]
202
203[[package]]
204name = "anstyle"
205version = "1.0.10"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
208
209[[package]]
210name = "anstyle-parse"
211version = "0.2.6"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
214dependencies = [
215 "utf8parse",
216]
217
218[[package]]
219name = "anstyle-query"
220version = "1.1.2"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
223dependencies = [
224 "windows-sys 0.59.0",
225]
226
227[[package]]
228name = "anstyle-wincon"
229version = "3.0.6"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
232dependencies = [
233 "anstyle",
234 "windows-sys 0.59.0",
235]
236
237[[package]]
238name = "anthropic"
239version = "0.1.0"
240dependencies = [
241 "anyhow",
242 "chrono",
243 "futures 0.3.31",
244 "http_client",
245 "schemars",
246 "serde",
247 "serde_json",
248 "strum",
249 "thiserror 1.0.69",
250 "util",
251]
252
253[[package]]
254name = "any_vec"
255version = "0.14.0"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
258
259[[package]]
260name = "anyhow"
261version = "1.0.95"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
264
265[[package]]
266name = "approx"
267version = "0.5.1"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
270dependencies = [
271 "num-traits",
272]
273
274[[package]]
275name = "arbitrary"
276version = "1.4.1"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
279
280[[package]]
281name = "arg_enum_proc_macro"
282version = "0.3.4"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
285dependencies = [
286 "proc-macro2",
287 "quote",
288 "syn 2.0.90",
289]
290
291[[package]]
292name = "arraydeque"
293version = "0.5.1"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
296
297[[package]]
298name = "arrayref"
299version = "0.3.9"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
302
303[[package]]
304name = "arrayvec"
305version = "0.7.6"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
308dependencies = [
309 "serde",
310]
311
312[[package]]
313name = "as-raw-xcb-connection"
314version = "1.0.1"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
317
318[[package]]
319name = "ascii"
320version = "1.1.0"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
323
324[[package]]
325name = "ash"
326version = "0.38.0+1.3.281"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
329dependencies = [
330 "libloading",
331]
332
333[[package]]
334name = "ash-window"
335version = "0.13.0"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
338dependencies = [
339 "ash",
340 "raw-window-handle",
341 "raw-window-metal",
342]
343
344[[package]]
345name = "ashpd"
346version = "0.10.2"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "e9c39d707614dbcc6bed00015539f488d8e3fe3e66ed60961efc0c90f4b380b3"
349dependencies = [
350 "async-fs 2.1.2",
351 "async-net 2.0.0",
352 "enumflags2",
353 "futures-channel",
354 "futures-util",
355 "rand 0.8.5",
356 "serde",
357 "serde_repr",
358 "url",
359 "zbus 5.1.1",
360]
361
362[[package]]
363name = "assets"
364version = "0.1.0"
365dependencies = [
366 "anyhow",
367 "gpui",
368 "rust-embed",
369]
370
371[[package]]
372name = "assistant"
373version = "0.1.0"
374dependencies = [
375 "anthropic",
376 "anyhow",
377 "assets",
378 "assistant_slash_command",
379 "assistant_tool",
380 "async-watch",
381 "cargo_toml",
382 "chrono",
383 "client",
384 "clock",
385 "collections",
386 "command_palette_hooks",
387 "context_server",
388 "ctor",
389 "db",
390 "editor",
391 "env_logger 0.11.6",
392 "feature_flags",
393 "fs",
394 "futures 0.3.31",
395 "fuzzy",
396 "globset",
397 "gpui",
398 "handlebars 4.5.0",
399 "heed",
400 "html_to_markdown",
401 "http_client",
402 "indexed_docs",
403 "indoc",
404 "language",
405 "language_model",
406 "language_model_selector",
407 "language_models",
408 "languages",
409 "log",
410 "lsp",
411 "markdown",
412 "menu",
413 "multi_buffer",
414 "ollama",
415 "open_ai",
416 "ordered-float 2.10.1",
417 "parking_lot",
418 "paths",
419 "picker",
420 "pretty_assertions",
421 "project",
422 "proto",
423 "rand 0.8.5",
424 "regex",
425 "release_channel",
426 "rope",
427 "rpc",
428 "schemars",
429 "search",
430 "semantic_index",
431 "serde",
432 "serde_json",
433 "serde_json_lenient",
434 "settings",
435 "similar",
436 "smallvec",
437 "smol",
438 "strum",
439 "telemetry_events",
440 "terminal",
441 "terminal_view",
442 "text",
443 "theme",
444 "toml 0.8.19",
445 "tree-sitter-md",
446 "ui",
447 "unindent",
448 "util",
449 "uuid",
450 "workspace",
451 "zed_actions",
452]
453
454[[package]]
455name = "assistant2"
456version = "0.1.0"
457dependencies = [
458 "anthropic",
459 "anyhow",
460 "assets",
461 "assistant_tool",
462 "async-watch",
463 "chrono",
464 "client",
465 "collections",
466 "command_palette_hooks",
467 "context_server",
468 "db",
469 "editor",
470 "feature_flags",
471 "fs",
472 "futures 0.3.31",
473 "fuzzy",
474 "gpui",
475 "handlebars 4.5.0",
476 "html_to_markdown",
477 "http_client",
478 "indoc",
479 "language",
480 "language_model",
481 "language_model_selector",
482 "language_models",
483 "log",
484 "lsp",
485 "markdown",
486 "menu",
487 "multi_buffer",
488 "ollama",
489 "open_ai",
490 "ordered-float 2.10.1",
491 "parking_lot",
492 "paths",
493 "picker",
494 "project",
495 "proto",
496 "rand 0.8.5",
497 "rope",
498 "schemars",
499 "serde",
500 "serde_json",
501 "serde_json_lenient",
502 "settings",
503 "similar",
504 "smol",
505 "telemetry_events",
506 "terminal",
507 "terminal_view",
508 "text",
509 "theme",
510 "time",
511 "time_format",
512 "ui",
513 "unindent",
514 "util",
515 "uuid",
516 "workspace",
517 "zed_actions",
518]
519
520[[package]]
521name = "assistant_slash_command"
522version = "0.1.0"
523dependencies = [
524 "anyhow",
525 "async-trait",
526 "collections",
527 "derive_more",
528 "extension",
529 "futures 0.3.31",
530 "gpui",
531 "language",
532 "language_model",
533 "parking_lot",
534 "pretty_assertions",
535 "serde",
536 "serde_json",
537 "ui",
538 "workspace",
539]
540
541[[package]]
542name = "assistant_tool"
543version = "0.1.0"
544dependencies = [
545 "anyhow",
546 "collections",
547 "derive_more",
548 "gpui",
549 "parking_lot",
550 "serde",
551 "serde_json",
552 "workspace",
553]
554
555[[package]]
556name = "assistant_tools"
557version = "0.1.0"
558dependencies = [
559 "anyhow",
560 "assistant_tool",
561 "chrono",
562 "gpui",
563 "schemars",
564 "serde",
565 "serde_json",
566 "workspace",
567]
568
569[[package]]
570name = "async-attributes"
571version = "1.1.2"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
574dependencies = [
575 "quote",
576 "syn 1.0.109",
577]
578
579[[package]]
580name = "async-broadcast"
581version = "0.7.2"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
584dependencies = [
585 "event-listener 5.3.1",
586 "event-listener-strategy",
587 "futures-core",
588 "pin-project-lite",
589]
590
591[[package]]
592name = "async-channel"
593version = "1.9.0"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
596dependencies = [
597 "concurrent-queue",
598 "event-listener 2.5.3",
599 "futures-core",
600]
601
602[[package]]
603name = "async-channel"
604version = "2.3.1"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
607dependencies = [
608 "concurrent-queue",
609 "event-listener-strategy",
610 "futures-core",
611 "pin-project-lite",
612]
613
614[[package]]
615name = "async-compat"
616version = "0.2.4"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
619dependencies = [
620 "futures-core",
621 "futures-io",
622 "once_cell",
623 "pin-project-lite",
624 "tokio",
625]
626
627[[package]]
628name = "async-compression"
629version = "0.4.18"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
632dependencies = [
633 "deflate64",
634 "flate2",
635 "futures-core",
636 "futures-io",
637 "memchr",
638 "pin-project-lite",
639]
640
641[[package]]
642name = "async-dispatcher"
643version = "0.1.2"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
646dependencies = [
647 "async-task",
648 "futures-lite 1.13.0",
649]
650
651[[package]]
652name = "async-executor"
653version = "1.13.1"
654source = "registry+https://github.com/rust-lang/crates.io-index"
655checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
656dependencies = [
657 "async-task",
658 "concurrent-queue",
659 "fastrand 2.3.0",
660 "futures-lite 2.5.0",
661 "slab",
662]
663
664[[package]]
665name = "async-fs"
666version = "1.6.0"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
669dependencies = [
670 "async-lock 2.8.0",
671 "autocfg",
672 "blocking",
673 "futures-lite 1.13.0",
674]
675
676[[package]]
677name = "async-fs"
678version = "2.1.2"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
681dependencies = [
682 "async-lock 3.4.0",
683 "blocking",
684 "futures-lite 2.5.0",
685]
686
687[[package]]
688name = "async-global-executor"
689version = "2.4.1"
690source = "registry+https://github.com/rust-lang/crates.io-index"
691checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
692dependencies = [
693 "async-channel 2.3.1",
694 "async-executor",
695 "async-io 2.4.0",
696 "async-lock 3.4.0",
697 "blocking",
698 "futures-lite 2.5.0",
699 "once_cell",
700]
701
702[[package]]
703name = "async-io"
704version = "1.13.0"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
707dependencies = [
708 "async-lock 2.8.0",
709 "autocfg",
710 "cfg-if",
711 "concurrent-queue",
712 "futures-lite 1.13.0",
713 "log",
714 "parking",
715 "polling 2.8.0",
716 "rustix 0.37.27",
717 "slab",
718 "socket2 0.4.10",
719 "waker-fn",
720]
721
722[[package]]
723name = "async-io"
724version = "2.4.0"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
727dependencies = [
728 "async-lock 3.4.0",
729 "cfg-if",
730 "concurrent-queue",
731 "futures-io",
732 "futures-lite 2.5.0",
733 "parking",
734 "polling 3.7.4",
735 "rustix 0.38.42",
736 "slab",
737 "tracing",
738 "windows-sys 0.59.0",
739]
740
741[[package]]
742name = "async-lock"
743version = "2.8.0"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
746dependencies = [
747 "event-listener 2.5.3",
748]
749
750[[package]]
751name = "async-lock"
752version = "3.4.0"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
755dependencies = [
756 "event-listener 5.3.1",
757 "event-listener-strategy",
758 "pin-project-lite",
759]
760
761[[package]]
762name = "async-native-tls"
763version = "0.5.0"
764source = "registry+https://github.com/rust-lang/crates.io-index"
765checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
766dependencies = [
767 "futures-util",
768 "native-tls",
769 "thiserror 1.0.69",
770 "url",
771]
772
773[[package]]
774name = "async-net"
775version = "1.8.0"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
778dependencies = [
779 "async-io 1.13.0",
780 "blocking",
781 "futures-lite 1.13.0",
782]
783
784[[package]]
785name = "async-net"
786version = "2.0.0"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
789dependencies = [
790 "async-io 2.4.0",
791 "blocking",
792 "futures-lite 2.5.0",
793]
794
795[[package]]
796name = "async-pipe"
797version = "0.1.3"
798source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
799dependencies = [
800 "futures 0.3.31",
801 "log",
802]
803
804[[package]]
805name = "async-process"
806version = "1.8.1"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
809dependencies = [
810 "async-io 1.13.0",
811 "async-lock 2.8.0",
812 "async-signal",
813 "blocking",
814 "cfg-if",
815 "event-listener 3.1.0",
816 "futures-lite 1.13.0",
817 "rustix 0.38.42",
818 "windows-sys 0.48.0",
819]
820
821[[package]]
822name = "async-process"
823version = "2.3.0"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
826dependencies = [
827 "async-channel 2.3.1",
828 "async-io 2.4.0",
829 "async-lock 3.4.0",
830 "async-signal",
831 "async-task",
832 "blocking",
833 "cfg-if",
834 "event-listener 5.3.1",
835 "futures-lite 2.5.0",
836 "rustix 0.38.42",
837 "tracing",
838]
839
840[[package]]
841name = "async-recursion"
842version = "0.3.2"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
845dependencies = [
846 "proc-macro2",
847 "quote",
848 "syn 1.0.109",
849]
850
851[[package]]
852name = "async-recursion"
853version = "1.1.1"
854source = "registry+https://github.com/rust-lang/crates.io-index"
855checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
856dependencies = [
857 "proc-macro2",
858 "quote",
859 "syn 2.0.90",
860]
861
862[[package]]
863name = "async-signal"
864version = "0.2.10"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
867dependencies = [
868 "async-io 2.4.0",
869 "async-lock 3.4.0",
870 "atomic-waker",
871 "cfg-if",
872 "futures-core",
873 "futures-io",
874 "rustix 0.38.42",
875 "signal-hook-registry",
876 "slab",
877 "windows-sys 0.59.0",
878]
879
880[[package]]
881name = "async-std"
882version = "1.13.0"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
885dependencies = [
886 "async-attributes",
887 "async-channel 1.9.0",
888 "async-global-executor",
889 "async-io 2.4.0",
890 "async-lock 3.4.0",
891 "async-process 2.3.0",
892 "crossbeam-utils",
893 "futures-channel",
894 "futures-core",
895 "futures-io",
896 "futures-lite 2.5.0",
897 "gloo-timers",
898 "kv-log-macro",
899 "log",
900 "memchr",
901 "once_cell",
902 "pin-project-lite",
903 "pin-utils",
904 "slab",
905 "wasm-bindgen-futures",
906]
907
908[[package]]
909name = "async-stream"
910version = "0.3.6"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
913dependencies = [
914 "async-stream-impl",
915 "futures-core",
916 "pin-project-lite",
917]
918
919[[package]]
920name = "async-stream-impl"
921version = "0.3.6"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
924dependencies = [
925 "proc-macro2",
926 "quote",
927 "syn 2.0.90",
928]
929
930[[package]]
931name = "async-stripe"
932version = "0.40.0"
933source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
934dependencies = [
935 "chrono",
936 "futures-util",
937 "http-types",
938 "hyper 0.14.32",
939 "hyper-rustls 0.24.2",
940 "serde",
941 "serde_json",
942 "serde_path_to_error",
943 "serde_qs 0.10.1",
944 "smart-default",
945 "smol_str",
946 "thiserror 1.0.69",
947 "tokio",
948]
949
950[[package]]
951name = "async-tar"
952version = "0.5.0"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
955dependencies = [
956 "async-std",
957 "filetime",
958 "libc",
959 "pin-project",
960 "redox_syscall 0.2.16",
961 "xattr",
962]
963
964[[package]]
965name = "async-task"
966version = "4.7.1"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
969
970[[package]]
971name = "async-tls"
972version = "0.13.0"
973source = "registry+https://github.com/rust-lang/crates.io-index"
974checksum = "b2ae3c9eba89d472a0e4fe1dea433df78fbbe63d2b764addaf2ba3a6bde89a5e"
975dependencies = [
976 "futures-core",
977 "futures-io",
978 "rustls 0.21.12",
979 "rustls-pemfile 1.0.4",
980 "webpki-roots 0.22.6",
981]
982
983[[package]]
984name = "async-trait"
985version = "0.1.83"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
988dependencies = [
989 "proc-macro2",
990 "quote",
991 "syn 2.0.90",
992]
993
994[[package]]
995name = "async-tungstenite"
996version = "0.25.1"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "2cca750b12e02c389c1694d35c16539f88b8bbaa5945934fdc1b41a776688589"
999dependencies = [
1000 "async-native-tls",
1001 "async-std",
1002 "async-tls",
1003 "futures-io",
1004 "futures-util",
1005 "log",
1006 "pin-project-lite",
1007 "tungstenite 0.21.0",
1008]
1009
1010[[package]]
1011name = "async-tungstenite"
1012version = "0.28.2"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
1015dependencies = [
1016 "async-std",
1017 "async-tls",
1018 "atomic-waker",
1019 "futures-core",
1020 "futures-io",
1021 "futures-task",
1022 "futures-util",
1023 "log",
1024 "pin-project-lite",
1025 "tungstenite 0.24.0",
1026]
1027
1028[[package]]
1029name = "async-watch"
1030version = "0.3.1"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
1033dependencies = [
1034 "event-listener 2.5.3",
1035]
1036
1037[[package]]
1038name = "async_zip"
1039version = "0.0.17"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
1042dependencies = [
1043 "async-compression",
1044 "crc32fast",
1045 "futures-lite 2.5.0",
1046 "pin-project",
1047 "thiserror 1.0.69",
1048]
1049
1050[[package]]
1051name = "asynchronous-codec"
1052version = "0.7.0"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
1055dependencies = [
1056 "bytes 1.9.0",
1057 "futures-sink",
1058 "futures-util",
1059 "memchr",
1060 "pin-project-lite",
1061]
1062
1063[[package]]
1064name = "atoi"
1065version = "2.0.0"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
1068dependencies = [
1069 "num-traits",
1070]
1071
1072[[package]]
1073name = "atomic"
1074version = "0.5.3"
1075source = "registry+https://github.com/rust-lang/crates.io-index"
1076checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
1077
1078[[package]]
1079name = "atomic-waker"
1080version = "1.1.2"
1081source = "registry+https://github.com/rust-lang/crates.io-index"
1082checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
1083
1084[[package]]
1085name = "audio"
1086version = "0.1.0"
1087dependencies = [
1088 "anyhow",
1089 "collections",
1090 "derive_more",
1091 "gpui",
1092 "parking_lot",
1093 "rodio",
1094 "util",
1095]
1096
1097[[package]]
1098name = "auto_update"
1099version = "0.1.0"
1100dependencies = [
1101 "anyhow",
1102 "client",
1103 "db",
1104 "gpui",
1105 "http_client",
1106 "log",
1107 "paths",
1108 "release_channel",
1109 "schemars",
1110 "serde",
1111 "serde_json",
1112 "settings",
1113 "smol",
1114 "tempfile",
1115 "which 6.0.3",
1116 "workspace",
1117]
1118
1119[[package]]
1120name = "auto_update_ui"
1121version = "0.1.0"
1122dependencies = [
1123 "anyhow",
1124 "auto_update",
1125 "client",
1126 "editor",
1127 "gpui",
1128 "http_client",
1129 "markdown_preview",
1130 "menu",
1131 "release_channel",
1132 "serde",
1133 "serde_json",
1134 "smol",
1135 "util",
1136 "workspace",
1137]
1138
1139[[package]]
1140name = "autocfg"
1141version = "1.4.0"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
1144
1145[[package]]
1146name = "av1-grain"
1147version = "0.2.3"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
1150dependencies = [
1151 "anyhow",
1152 "arrayvec",
1153 "log",
1154 "nom",
1155 "num-rational",
1156 "v_frame",
1157]
1158
1159[[package]]
1160name = "avif-serialize"
1161version = "0.8.2"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
1164dependencies = [
1165 "arrayvec",
1166]
1167
1168[[package]]
1169name = "aws-config"
1170version = "1.5.11"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "a5d1c2c88936a73c699225d0bc00684a534166b0cebc2659c3cdf08de8edc64c"
1173dependencies = [
1174 "aws-credential-types",
1175 "aws-runtime",
1176 "aws-sdk-sso",
1177 "aws-sdk-ssooidc",
1178 "aws-sdk-sts",
1179 "aws-smithy-async",
1180 "aws-smithy-http",
1181 "aws-smithy-json",
1182 "aws-smithy-runtime",
1183 "aws-smithy-runtime-api",
1184 "aws-smithy-types",
1185 "aws-types",
1186 "bytes 1.9.0",
1187 "fastrand 2.3.0",
1188 "hex",
1189 "http 0.2.12",
1190 "ring",
1191 "time",
1192 "tokio",
1193 "tracing",
1194 "url",
1195 "zeroize",
1196]
1197
1198[[package]]
1199name = "aws-credential-types"
1200version = "1.2.1"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
1203dependencies = [
1204 "aws-smithy-async",
1205 "aws-smithy-runtime-api",
1206 "aws-smithy-types",
1207 "zeroize",
1208]
1209
1210[[package]]
1211name = "aws-runtime"
1212version = "1.5.1"
1213source = "registry+https://github.com/rust-lang/crates.io-index"
1214checksum = "300a12520b4e6d08b73f77680f12c16e8ae43250d55100e0b2be46d78da16a48"
1215dependencies = [
1216 "aws-credential-types",
1217 "aws-sigv4",
1218 "aws-smithy-async",
1219 "aws-smithy-eventstream",
1220 "aws-smithy-http",
1221 "aws-smithy-runtime",
1222 "aws-smithy-runtime-api",
1223 "aws-smithy-types",
1224 "aws-types",
1225 "bytes 1.9.0",
1226 "fastrand 2.3.0",
1227 "http 0.2.12",
1228 "http-body 0.4.6",
1229 "once_cell",
1230 "percent-encoding",
1231 "pin-project-lite",
1232 "tracing",
1233 "uuid",
1234]
1235
1236[[package]]
1237name = "aws-sdk-kinesis"
1238version = "1.53.0"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "cb367ea65d5a59b230d7e670ba59d68d1e51fc53802bf0219effafed21dca23f"
1241dependencies = [
1242 "aws-credential-types",
1243 "aws-runtime",
1244 "aws-smithy-async",
1245 "aws-smithy-http",
1246 "aws-smithy-json",
1247 "aws-smithy-runtime",
1248 "aws-smithy-runtime-api",
1249 "aws-smithy-types",
1250 "aws-types",
1251 "bytes 1.9.0",
1252 "http 0.2.12",
1253 "once_cell",
1254 "regex-lite",
1255 "tracing",
1256]
1257
1258[[package]]
1259name = "aws-sdk-s3"
1260version = "1.66.0"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "154488d16ab0d627d15ab2832b57e68a16684c8c902f14cb8a75ec933fc94852"
1263dependencies = [
1264 "aws-credential-types",
1265 "aws-runtime",
1266 "aws-sigv4",
1267 "aws-smithy-async",
1268 "aws-smithy-checksums",
1269 "aws-smithy-eventstream",
1270 "aws-smithy-http",
1271 "aws-smithy-json",
1272 "aws-smithy-runtime",
1273 "aws-smithy-runtime-api",
1274 "aws-smithy-types",
1275 "aws-smithy-xml",
1276 "aws-types",
1277 "bytes 1.9.0",
1278 "fastrand 2.3.0",
1279 "hex",
1280 "hmac",
1281 "http 0.2.12",
1282 "http-body 0.4.6",
1283 "lru",
1284 "once_cell",
1285 "percent-encoding",
1286 "regex-lite",
1287 "sha2",
1288 "tracing",
1289 "url",
1290]
1291
1292[[package]]
1293name = "aws-sdk-sso"
1294version = "1.51.0"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "74995133da38f109a0eb8e8c886f9e80c713b6e9f2e6e5a6a1ba4450ce2ffc46"
1297dependencies = [
1298 "aws-credential-types",
1299 "aws-runtime",
1300 "aws-smithy-async",
1301 "aws-smithy-http",
1302 "aws-smithy-json",
1303 "aws-smithy-runtime",
1304 "aws-smithy-runtime-api",
1305 "aws-smithy-types",
1306 "aws-types",
1307 "bytes 1.9.0",
1308 "http 0.2.12",
1309 "once_cell",
1310 "regex-lite",
1311 "tracing",
1312]
1313
1314[[package]]
1315name = "aws-sdk-ssooidc"
1316version = "1.52.0"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "e7062a779685cbf3b2401eb36151e2c6589fd5f3569b8a6bc2d199e5aaa1d059"
1319dependencies = [
1320 "aws-credential-types",
1321 "aws-runtime",
1322 "aws-smithy-async",
1323 "aws-smithy-http",
1324 "aws-smithy-json",
1325 "aws-smithy-runtime",
1326 "aws-smithy-runtime-api",
1327 "aws-smithy-types",
1328 "aws-types",
1329 "bytes 1.9.0",
1330 "http 0.2.12",
1331 "once_cell",
1332 "regex-lite",
1333 "tracing",
1334]
1335
1336[[package]]
1337name = "aws-sdk-sts"
1338version = "1.52.0"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "299dae7b1dc0ee50434453fa5a229dc4b22bd3ee50409ff16becf1f7346e0193"
1341dependencies = [
1342 "aws-credential-types",
1343 "aws-runtime",
1344 "aws-smithy-async",
1345 "aws-smithy-http",
1346 "aws-smithy-json",
1347 "aws-smithy-query",
1348 "aws-smithy-runtime",
1349 "aws-smithy-runtime-api",
1350 "aws-smithy-types",
1351 "aws-smithy-xml",
1352 "aws-types",
1353 "http 0.2.12",
1354 "once_cell",
1355 "regex-lite",
1356 "tracing",
1357]
1358
1359[[package]]
1360name = "aws-sigv4"
1361version = "1.2.6"
1362source = "registry+https://github.com/rust-lang/crates.io-index"
1363checksum = "7d3820e0c08d0737872ff3c7c1f21ebbb6693d832312d6152bf18ef50a5471c2"
1364dependencies = [
1365 "aws-credential-types",
1366 "aws-smithy-eventstream",
1367 "aws-smithy-http",
1368 "aws-smithy-runtime-api",
1369 "aws-smithy-types",
1370 "bytes 1.9.0",
1371 "crypto-bigint 0.5.5",
1372 "form_urlencoded",
1373 "hex",
1374 "hmac",
1375 "http 0.2.12",
1376 "http 1.2.0",
1377 "once_cell",
1378 "p256",
1379 "percent-encoding",
1380 "ring",
1381 "sha2",
1382 "subtle",
1383 "time",
1384 "tracing",
1385 "zeroize",
1386]
1387
1388[[package]]
1389name = "aws-smithy-async"
1390version = "1.2.2"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "8aa8ff1492fd9fb99ae28e8467af0dbbb7c31512b16fabf1a0f10d7bb6ef78bb"
1393dependencies = [
1394 "futures-util",
1395 "pin-project-lite",
1396 "tokio",
1397]
1398
1399[[package]]
1400name = "aws-smithy-checksums"
1401version = "0.60.13"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795"
1404dependencies = [
1405 "aws-smithy-http",
1406 "aws-smithy-types",
1407 "bytes 1.9.0",
1408 "crc32c",
1409 "crc32fast",
1410 "hex",
1411 "http 0.2.12",
1412 "http-body 0.4.6",
1413 "md-5",
1414 "pin-project-lite",
1415 "sha1",
1416 "sha2",
1417 "tracing",
1418]
1419
1420[[package]]
1421name = "aws-smithy-eventstream"
1422version = "0.60.5"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
1425dependencies = [
1426 "aws-smithy-types",
1427 "bytes 1.9.0",
1428 "crc32fast",
1429]
1430
1431[[package]]
1432name = "aws-smithy-http"
1433version = "0.60.11"
1434source = "registry+https://github.com/rust-lang/crates.io-index"
1435checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
1436dependencies = [
1437 "aws-smithy-eventstream",
1438 "aws-smithy-runtime-api",
1439 "aws-smithy-types",
1440 "bytes 1.9.0",
1441 "bytes-utils",
1442 "futures-core",
1443 "http 0.2.12",
1444 "http-body 0.4.6",
1445 "once_cell",
1446 "percent-encoding",
1447 "pin-project-lite",
1448 "pin-utils",
1449 "tracing",
1450]
1451
1452[[package]]
1453name = "aws-smithy-json"
1454version = "0.61.1"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "ee4e69cc50921eb913c6b662f8d909131bb3e6ad6cb6090d3a39b66fc5c52095"
1457dependencies = [
1458 "aws-smithy-types",
1459]
1460
1461[[package]]
1462name = "aws-smithy-query"
1463version = "0.60.7"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1466dependencies = [
1467 "aws-smithy-types",
1468 "urlencoding",
1469]
1470
1471[[package]]
1472name = "aws-smithy-runtime"
1473version = "1.7.5"
1474source = "registry+https://github.com/rust-lang/crates.io-index"
1475checksum = "431a10d0e07e09091284ef04453dae4069283aa108d209974d67e77ae1caa658"
1476dependencies = [
1477 "aws-smithy-async",
1478 "aws-smithy-http",
1479 "aws-smithy-runtime-api",
1480 "aws-smithy-types",
1481 "bytes 1.9.0",
1482 "fastrand 2.3.0",
1483 "h2 0.3.26",
1484 "http 0.2.12",
1485 "http-body 0.4.6",
1486 "http-body 1.0.1",
1487 "httparse",
1488 "hyper 0.14.32",
1489 "hyper-rustls 0.24.2",
1490 "once_cell",
1491 "pin-project-lite",
1492 "pin-utils",
1493 "rustls 0.21.12",
1494 "tokio",
1495 "tracing",
1496]
1497
1498[[package]]
1499name = "aws-smithy-runtime-api"
1500version = "1.7.3"
1501source = "registry+https://github.com/rust-lang/crates.io-index"
1502checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
1503dependencies = [
1504 "aws-smithy-async",
1505 "aws-smithy-types",
1506 "bytes 1.9.0",
1507 "http 0.2.12",
1508 "http 1.2.0",
1509 "pin-project-lite",
1510 "tokio",
1511 "tracing",
1512 "zeroize",
1513]
1514
1515[[package]]
1516name = "aws-smithy-types"
1517version = "1.2.10"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "8ecbf4d5dfb169812e2b240a4350f15ad3c6b03a54074e5712818801615f2dc5"
1520dependencies = [
1521 "base64-simd",
1522 "bytes 1.9.0",
1523 "bytes-utils",
1524 "futures-core",
1525 "http 0.2.12",
1526 "http 1.2.0",
1527 "http-body 0.4.6",
1528 "http-body 1.0.1",
1529 "http-body-util",
1530 "itoa",
1531 "num-integer",
1532 "pin-project-lite",
1533 "pin-utils",
1534 "ryu",
1535 "serde",
1536 "time",
1537 "tokio",
1538 "tokio-util",
1539]
1540
1541[[package]]
1542name = "aws-smithy-xml"
1543version = "0.60.9"
1544source = "registry+https://github.com/rust-lang/crates.io-index"
1545checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
1546dependencies = [
1547 "xmlparser",
1548]
1549
1550[[package]]
1551name = "aws-types"
1552version = "1.3.3"
1553source = "registry+https://github.com/rust-lang/crates.io-index"
1554checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1555dependencies = [
1556 "aws-credential-types",
1557 "aws-smithy-async",
1558 "aws-smithy-runtime-api",
1559 "aws-smithy-types",
1560 "rustc_version",
1561 "tracing",
1562]
1563
1564[[package]]
1565name = "axum"
1566version = "0.6.20"
1567source = "registry+https://github.com/rust-lang/crates.io-index"
1568checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
1569dependencies = [
1570 "async-trait",
1571 "axum-core",
1572 "base64 0.21.7",
1573 "bitflags 1.3.2",
1574 "bytes 1.9.0",
1575 "futures-util",
1576 "headers",
1577 "http 0.2.12",
1578 "http-body 0.4.6",
1579 "hyper 0.14.32",
1580 "itoa",
1581 "matchit",
1582 "memchr",
1583 "mime",
1584 "percent-encoding",
1585 "pin-project-lite",
1586 "rustversion",
1587 "serde",
1588 "serde_json",
1589 "serde_path_to_error",
1590 "serde_urlencoded",
1591 "sha1",
1592 "sync_wrapper 0.1.2",
1593 "tokio",
1594 "tokio-tungstenite 0.20.1",
1595 "tower",
1596 "tower-layer",
1597 "tower-service",
1598]
1599
1600[[package]]
1601name = "axum-core"
1602version = "0.3.4"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
1605dependencies = [
1606 "async-trait",
1607 "bytes 1.9.0",
1608 "futures-util",
1609 "http 0.2.12",
1610 "http-body 0.4.6",
1611 "mime",
1612 "rustversion",
1613 "tower-layer",
1614 "tower-service",
1615]
1616
1617[[package]]
1618name = "axum-extra"
1619version = "0.4.2"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
1622dependencies = [
1623 "axum",
1624 "bytes 1.9.0",
1625 "futures-util",
1626 "http 0.2.12",
1627 "mime",
1628 "pin-project-lite",
1629 "serde",
1630 "serde_json",
1631 "tokio",
1632 "tower",
1633 "tower-http 0.3.5",
1634 "tower-layer",
1635 "tower-service",
1636]
1637
1638[[package]]
1639name = "backtrace"
1640version = "0.3.74"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
1643dependencies = [
1644 "addr2line",
1645 "cfg-if",
1646 "libc",
1647 "miniz_oxide",
1648 "object",
1649 "rustc-demangle",
1650 "windows-targets 0.52.6",
1651]
1652
1653[[package]]
1654name = "base16ct"
1655version = "0.1.1"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1658
1659[[package]]
1660name = "base64"
1661version = "0.13.1"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1664
1665[[package]]
1666name = "base64"
1667version = "0.21.7"
1668source = "registry+https://github.com/rust-lang/crates.io-index"
1669checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1670
1671[[package]]
1672name = "base64"
1673version = "0.22.1"
1674source = "registry+https://github.com/rust-lang/crates.io-index"
1675checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1676
1677[[package]]
1678name = "base64-simd"
1679version = "0.8.0"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1682dependencies = [
1683 "outref",
1684 "vsimd",
1685]
1686
1687[[package]]
1688name = "base64ct"
1689version = "1.6.0"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1692
1693[[package]]
1694name = "bigdecimal"
1695version = "0.4.7"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
1697checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
1698dependencies = [
1699 "autocfg",
1700 "libm",
1701 "num-bigint",
1702 "num-integer",
1703 "num-traits",
1704 "serde",
1705]
1706
1707[[package]]
1708name = "bincode"
1709version = "1.3.3"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1712dependencies = [
1713 "serde",
1714]
1715
1716[[package]]
1717name = "bindgen"
1718version = "0.70.1"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
1721dependencies = [
1722 "bitflags 2.6.0",
1723 "cexpr",
1724 "clang-sys",
1725 "itertools 0.13.0",
1726 "log",
1727 "prettyplease",
1728 "proc-macro2",
1729 "quote",
1730 "regex",
1731 "rustc-hash 1.1.0",
1732 "shlex",
1733 "syn 2.0.90",
1734]
1735
1736[[package]]
1737name = "bit-set"
1738version = "0.5.3"
1739source = "registry+https://github.com/rust-lang/crates.io-index"
1740checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1741dependencies = [
1742 "bit-vec 0.6.3",
1743]
1744
1745[[package]]
1746name = "bit-set"
1747version = "0.8.0"
1748source = "registry+https://github.com/rust-lang/crates.io-index"
1749checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
1750dependencies = [
1751 "bit-vec 0.8.0",
1752]
1753
1754[[package]]
1755name = "bit-vec"
1756version = "0.6.3"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1759
1760[[package]]
1761name = "bit-vec"
1762version = "0.8.0"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
1765
1766[[package]]
1767name = "bit_field"
1768version = "0.10.2"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
1771
1772[[package]]
1773name = "bitflags"
1774version = "1.3.2"
1775source = "registry+https://github.com/rust-lang/crates.io-index"
1776checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1777
1778[[package]]
1779name = "bitflags"
1780version = "2.6.0"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1783dependencies = [
1784 "serde",
1785]
1786
1787[[package]]
1788name = "bitstream-io"
1789version = "2.6.0"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
1792
1793[[package]]
1794name = "bitvec"
1795version = "1.0.1"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1798dependencies = [
1799 "funty",
1800 "radium",
1801 "tap",
1802 "wyz",
1803]
1804
1805[[package]]
1806name = "blade-graphics"
1807version = "0.6.0"
1808source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1809dependencies = [
1810 "ash",
1811 "ash-window",
1812 "bitflags 2.6.0",
1813 "bytemuck",
1814 "codespan-reporting",
1815 "glow",
1816 "gpu-alloc",
1817 "gpu-alloc-ash",
1818 "hidden-trait",
1819 "js-sys",
1820 "khronos-egl",
1821 "libloading",
1822 "log",
1823 "mint",
1824 "naga",
1825 "objc2",
1826 "objc2-app-kit",
1827 "objc2-foundation",
1828 "objc2-metal",
1829 "objc2-quartz-core",
1830 "objc2-ui-kit",
1831 "raw-window-handle",
1832 "slab",
1833 "wasm-bindgen",
1834 "web-sys",
1835]
1836
1837[[package]]
1838name = "blade-macros"
1839version = "0.3.0"
1840source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1841dependencies = [
1842 "proc-macro2",
1843 "quote",
1844 "syn 2.0.90",
1845]
1846
1847[[package]]
1848name = "blade-util"
1849version = "0.2.0"
1850source = "git+https://github.com/kvark/blade?rev=091a8401033847bb9b6ace3fcf70448d069621c5#091a8401033847bb9b6ace3fcf70448d069621c5"
1851dependencies = [
1852 "blade-graphics",
1853 "bytemuck",
1854 "log",
1855 "profiling",
1856]
1857
1858[[package]]
1859name = "blake3"
1860version = "1.5.5"
1861source = "registry+https://github.com/rust-lang/crates.io-index"
1862checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e"
1863dependencies = [
1864 "arrayref",
1865 "arrayvec",
1866 "cc",
1867 "cfg-if",
1868 "constant_time_eq 0.3.1",
1869]
1870
1871[[package]]
1872name = "block"
1873version = "0.1.6"
1874source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1876
1877[[package]]
1878name = "block-buffer"
1879version = "0.10.4"
1880source = "registry+https://github.com/rust-lang/crates.io-index"
1881checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1882dependencies = [
1883 "generic-array",
1884]
1885
1886[[package]]
1887name = "block-padding"
1888version = "0.3.3"
1889source = "registry+https://github.com/rust-lang/crates.io-index"
1890checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1891dependencies = [
1892 "generic-array",
1893]
1894
1895[[package]]
1896name = "block2"
1897version = "0.5.1"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
1899checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
1900dependencies = [
1901 "objc2",
1902]
1903
1904[[package]]
1905name = "blocking"
1906version = "1.6.1"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
1909dependencies = [
1910 "async-channel 2.3.1",
1911 "async-task",
1912 "futures-io",
1913 "futures-lite 2.5.0",
1914 "piper",
1915]
1916
1917[[package]]
1918name = "borsh"
1919version = "1.5.3"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
1922dependencies = [
1923 "borsh-derive",
1924 "cfg_aliases 0.2.1",
1925]
1926
1927[[package]]
1928name = "borsh-derive"
1929version = "1.5.3"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
1932dependencies = [
1933 "once_cell",
1934 "proc-macro-crate",
1935 "proc-macro2",
1936 "quote",
1937 "syn 2.0.90",
1938]
1939
1940[[package]]
1941name = "breadcrumbs"
1942version = "0.1.0"
1943dependencies = [
1944 "editor",
1945 "gpui",
1946 "itertools 0.13.0",
1947 "theme",
1948 "ui",
1949 "workspace",
1950 "zed_actions",
1951]
1952
1953[[package]]
1954name = "bstr"
1955version = "1.11.1"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
1958dependencies = [
1959 "memchr",
1960 "regex-automata 0.4.9",
1961 "serde",
1962]
1963
1964[[package]]
1965name = "built"
1966version = "0.7.5"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
1969
1970[[package]]
1971name = "bumpalo"
1972version = "3.16.0"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1975
1976[[package]]
1977name = "by_address"
1978version = "1.2.1"
1979source = "registry+https://github.com/rust-lang/crates.io-index"
1980checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
1981
1982[[package]]
1983name = "bytecheck"
1984version = "0.6.12"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1987dependencies = [
1988 "bytecheck_derive",
1989 "ptr_meta",
1990 "simdutf8",
1991]
1992
1993[[package]]
1994name = "bytecheck_derive"
1995version = "0.6.12"
1996source = "registry+https://github.com/rust-lang/crates.io-index"
1997checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1998dependencies = [
1999 "proc-macro2",
2000 "quote",
2001 "syn 1.0.109",
2002]
2003
2004[[package]]
2005name = "bytemuck"
2006version = "1.20.0"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a"
2009dependencies = [
2010 "bytemuck_derive",
2011]
2012
2013[[package]]
2014name = "bytemuck_derive"
2015version = "1.8.0"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
2018dependencies = [
2019 "proc-macro2",
2020 "quote",
2021 "syn 2.0.90",
2022]
2023
2024[[package]]
2025name = "byteorder"
2026version = "1.5.0"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2029
2030[[package]]
2031name = "byteorder-lite"
2032version = "0.1.0"
2033source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2035
2036[[package]]
2037name = "bytes"
2038version = "0.4.12"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2041dependencies = [
2042 "byteorder",
2043 "iovec",
2044]
2045
2046[[package]]
2047name = "bytes"
2048version = "1.9.0"
2049source = "registry+https://github.com/rust-lang/crates.io-index"
2050checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
2051
2052[[package]]
2053name = "bytes-utils"
2054version = "0.1.4"
2055source = "registry+https://github.com/rust-lang/crates.io-index"
2056checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
2057dependencies = [
2058 "bytes 1.9.0",
2059 "either",
2060]
2061
2062[[package]]
2063name = "bzip2"
2064version = "0.4.4"
2065source = "registry+https://github.com/rust-lang/crates.io-index"
2066checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2067dependencies = [
2068 "bzip2-sys",
2069 "libc",
2070]
2071
2072[[package]]
2073name = "bzip2-sys"
2074version = "0.1.11+1.0.8"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2077dependencies = [
2078 "cc",
2079 "libc",
2080 "pkg-config",
2081]
2082
2083[[package]]
2084name = "call"
2085version = "0.1.0"
2086dependencies = [
2087 "anyhow",
2088 "audio",
2089 "client",
2090 "collections",
2091 "feature_flags",
2092 "fs",
2093 "futures 0.3.31",
2094 "gpui",
2095 "http_client",
2096 "language",
2097 "livekit_client",
2098 "livekit_client_macos",
2099 "log",
2100 "postage",
2101 "project",
2102 "schemars",
2103 "serde",
2104 "serde_derive",
2105 "settings",
2106 "telemetry",
2107 "util",
2108]
2109
2110[[package]]
2111name = "calloop"
2112version = "0.13.0"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2115dependencies = [
2116 "bitflags 2.6.0",
2117 "log",
2118 "polling 3.7.4",
2119 "rustix 0.38.42",
2120 "slab",
2121 "thiserror 1.0.69",
2122]
2123
2124[[package]]
2125name = "calloop-wayland-source"
2126version = "0.3.0"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
2129dependencies = [
2130 "calloop",
2131 "rustix 0.38.42",
2132 "wayland-backend",
2133 "wayland-client",
2134]
2135
2136[[package]]
2137name = "camino"
2138version = "1.1.9"
2139source = "registry+https://github.com/rust-lang/crates.io-index"
2140checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2141dependencies = [
2142 "serde",
2143]
2144
2145[[package]]
2146name = "cap-fs-ext"
2147version = "3.4.2"
2148source = "registry+https://github.com/rust-lang/crates.io-index"
2149checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
2150dependencies = [
2151 "cap-primitives",
2152 "cap-std",
2153 "io-lifetimes 2.0.4",
2154 "windows-sys 0.59.0",
2155]
2156
2157[[package]]
2158name = "cap-net-ext"
2159version = "3.4.2"
2160source = "registry+https://github.com/rust-lang/crates.io-index"
2161checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
2162dependencies = [
2163 "cap-primitives",
2164 "cap-std",
2165 "rustix 0.38.42",
2166 "smallvec",
2167]
2168
2169[[package]]
2170name = "cap-primitives"
2171version = "3.4.2"
2172source = "registry+https://github.com/rust-lang/crates.io-index"
2173checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
2174dependencies = [
2175 "ambient-authority",
2176 "fs-set-times",
2177 "io-extras",
2178 "io-lifetimes 2.0.4",
2179 "ipnet",
2180 "maybe-owned",
2181 "rustix 0.38.42",
2182 "windows-sys 0.59.0",
2183 "winx",
2184]
2185
2186[[package]]
2187name = "cap-rand"
2188version = "3.4.2"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
2191dependencies = [
2192 "ambient-authority",
2193 "rand 0.8.5",
2194]
2195
2196[[package]]
2197name = "cap-std"
2198version = "3.4.2"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
2201dependencies = [
2202 "cap-primitives",
2203 "io-extras",
2204 "io-lifetimes 2.0.4",
2205 "rustix 0.38.42",
2206]
2207
2208[[package]]
2209name = "cap-time-ext"
2210version = "3.4.2"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
2213dependencies = [
2214 "ambient-authority",
2215 "cap-primitives",
2216 "iana-time-zone",
2217 "once_cell",
2218 "rustix 0.38.42",
2219 "winx",
2220]
2221
2222[[package]]
2223name = "cargo-platform"
2224version = "0.1.9"
2225source = "registry+https://github.com/rust-lang/crates.io-index"
2226checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
2227dependencies = [
2228 "serde",
2229]
2230
2231[[package]]
2232name = "cargo_metadata"
2233version = "0.19.1"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924"
2236dependencies = [
2237 "camino",
2238 "cargo-platform",
2239 "semver",
2240 "serde",
2241 "serde_json",
2242 "thiserror 2.0.6",
2243]
2244
2245[[package]]
2246name = "cargo_toml"
2247version = "0.21.0"
2248source = "registry+https://github.com/rust-lang/crates.io-index"
2249checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
2250dependencies = [
2251 "serde",
2252 "toml 0.8.19",
2253]
2254
2255[[package]]
2256name = "cast"
2257version = "0.3.0"
2258source = "registry+https://github.com/rust-lang/crates.io-index"
2259checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2260
2261[[package]]
2262name = "cbc"
2263version = "0.1.2"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
2266dependencies = [
2267 "cipher",
2268]
2269
2270[[package]]
2271name = "cbindgen"
2272version = "0.27.0"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
2275dependencies = [
2276 "heck 0.4.1",
2277 "indexmap",
2278 "log",
2279 "proc-macro2",
2280 "quote",
2281 "serde",
2282 "serde_json",
2283 "syn 2.0.90",
2284 "tempfile",
2285 "toml 0.8.19",
2286]
2287
2288[[package]]
2289name = "cc"
2290version = "1.2.3"
2291source = "registry+https://github.com/rust-lang/crates.io-index"
2292checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
2293dependencies = [
2294 "jobserver",
2295 "libc",
2296 "shlex",
2297]
2298
2299[[package]]
2300name = "cesu8"
2301version = "1.1.0"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2304
2305[[package]]
2306name = "cexpr"
2307version = "0.6.0"
2308source = "registry+https://github.com/rust-lang/crates.io-index"
2309checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2310dependencies = [
2311 "nom",
2312]
2313
2314[[package]]
2315name = "cfg-expr"
2316version = "0.15.8"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2319dependencies = [
2320 "smallvec",
2321 "target-lexicon",
2322]
2323
2324[[package]]
2325name = "cfg-if"
2326version = "1.0.0"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2329
2330[[package]]
2331name = "cfg_aliases"
2332version = "0.1.1"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2335
2336[[package]]
2337name = "cfg_aliases"
2338version = "0.2.1"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2341
2342[[package]]
2343name = "channel"
2344version = "0.1.0"
2345dependencies = [
2346 "anyhow",
2347 "client",
2348 "clock",
2349 "collections",
2350 "futures 0.3.31",
2351 "gpui",
2352 "http_client",
2353 "language",
2354 "log",
2355 "rand 0.8.5",
2356 "release_channel",
2357 "rpc",
2358 "settings",
2359 "sum_tree",
2360 "text",
2361 "time",
2362 "util",
2363]
2364
2365[[package]]
2366name = "chrono"
2367version = "0.4.39"
2368source = "registry+https://github.com/rust-lang/crates.io-index"
2369checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2370dependencies = [
2371 "android-tzdata",
2372 "iana-time-zone",
2373 "js-sys",
2374 "num-traits",
2375 "serde",
2376 "wasm-bindgen",
2377 "windows-targets 0.52.6",
2378]
2379
2380[[package]]
2381name = "chunked_transfer"
2382version = "1.5.0"
2383source = "registry+https://github.com/rust-lang/crates.io-index"
2384checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
2385
2386[[package]]
2387name = "ciborium"
2388version = "0.2.2"
2389source = "registry+https://github.com/rust-lang/crates.io-index"
2390checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
2391dependencies = [
2392 "ciborium-io",
2393 "ciborium-ll",
2394 "serde",
2395]
2396
2397[[package]]
2398name = "ciborium-io"
2399version = "0.2.2"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
2402
2403[[package]]
2404name = "ciborium-ll"
2405version = "0.2.2"
2406source = "registry+https://github.com/rust-lang/crates.io-index"
2407checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
2408dependencies = [
2409 "ciborium-io",
2410 "half",
2411]
2412
2413[[package]]
2414name = "cipher"
2415version = "0.4.4"
2416source = "registry+https://github.com/rust-lang/crates.io-index"
2417checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2418dependencies = [
2419 "crypto-common",
2420 "inout",
2421 "zeroize",
2422]
2423
2424[[package]]
2425name = "clang-sys"
2426version = "1.8.1"
2427source = "registry+https://github.com/rust-lang/crates.io-index"
2428checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
2429dependencies = [
2430 "glob",
2431 "libc",
2432 "libloading",
2433]
2434
2435[[package]]
2436name = "clap"
2437version = "4.5.23"
2438source = "registry+https://github.com/rust-lang/crates.io-index"
2439checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
2440dependencies = [
2441 "clap_builder",
2442 "clap_derive",
2443]
2444
2445[[package]]
2446name = "clap_builder"
2447version = "4.5.23"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
2450dependencies = [
2451 "anstream",
2452 "anstyle",
2453 "clap_lex",
2454 "strsim",
2455 "terminal_size",
2456]
2457
2458[[package]]
2459name = "clap_complete"
2460version = "4.5.38"
2461source = "registry+https://github.com/rust-lang/crates.io-index"
2462checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
2463dependencies = [
2464 "clap",
2465]
2466
2467[[package]]
2468name = "clap_derive"
2469version = "4.5.18"
2470source = "registry+https://github.com/rust-lang/crates.io-index"
2471checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2472dependencies = [
2473 "heck 0.5.0",
2474 "proc-macro2",
2475 "quote",
2476 "syn 2.0.90",
2477]
2478
2479[[package]]
2480name = "clap_lex"
2481version = "0.7.4"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2484
2485[[package]]
2486name = "cli"
2487version = "0.1.0"
2488dependencies = [
2489 "anyhow",
2490 "clap",
2491 "collections",
2492 "core-foundation 0.9.4",
2493 "core-services",
2494 "exec",
2495 "fork",
2496 "ipc-channel",
2497 "parking_lot",
2498 "paths",
2499 "plist",
2500 "release_channel",
2501 "serde",
2502 "tempfile",
2503 "util",
2504]
2505
2506[[package]]
2507name = "client"
2508version = "0.1.0"
2509dependencies = [
2510 "anyhow",
2511 "async-native-tls",
2512 "async-recursion 0.3.2",
2513 "async-tungstenite 0.28.2",
2514 "chrono",
2515 "clock",
2516 "cocoa 0.26.0",
2517 "collections",
2518 "feature_flags",
2519 "futures 0.3.31",
2520 "gpui",
2521 "http_client",
2522 "log",
2523 "parking_lot",
2524 "paths",
2525 "postage",
2526 "rand 0.8.5",
2527 "release_channel",
2528 "rpc",
2529 "rustls 0.21.12",
2530 "rustls-native-certs 0.8.1",
2531 "schemars",
2532 "serde",
2533 "serde_json",
2534 "settings",
2535 "sha2",
2536 "smol",
2537 "telemetry",
2538 "telemetry_events",
2539 "text",
2540 "thiserror 1.0.69",
2541 "time",
2542 "tiny_http",
2543 "tokio-socks",
2544 "url",
2545 "util",
2546 "windows 0.58.0",
2547 "worktree",
2548]
2549
2550[[package]]
2551name = "clock"
2552version = "0.1.0"
2553dependencies = [
2554 "parking_lot",
2555 "serde",
2556 "smallvec",
2557]
2558
2559[[package]]
2560name = "cobs"
2561version = "0.2.3"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2564
2565[[package]]
2566name = "cocoa"
2567version = "0.25.0"
2568source = "registry+https://github.com/rust-lang/crates.io-index"
2569checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2570dependencies = [
2571 "bitflags 1.3.2",
2572 "block",
2573 "cocoa-foundation 0.1.2",
2574 "core-foundation 0.9.4",
2575 "core-graphics 0.23.2",
2576 "foreign-types 0.5.0",
2577 "libc",
2578 "objc",
2579]
2580
2581[[package]]
2582name = "cocoa"
2583version = "0.26.0"
2584source = "registry+https://github.com/rust-lang/crates.io-index"
2585checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
2586dependencies = [
2587 "bitflags 2.6.0",
2588 "block",
2589 "cocoa-foundation 0.2.0",
2590 "core-foundation 0.10.0",
2591 "core-graphics 0.24.0",
2592 "foreign-types 0.5.0",
2593 "libc",
2594 "objc",
2595]
2596
2597[[package]]
2598name = "cocoa-foundation"
2599version = "0.1.2"
2600source = "registry+https://github.com/rust-lang/crates.io-index"
2601checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2602dependencies = [
2603 "bitflags 1.3.2",
2604 "block",
2605 "core-foundation 0.9.4",
2606 "core-graphics-types 0.1.3",
2607 "libc",
2608 "objc",
2609]
2610
2611[[package]]
2612name = "cocoa-foundation"
2613version = "0.2.0"
2614source = "registry+https://github.com/rust-lang/crates.io-index"
2615checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
2616dependencies = [
2617 "bitflags 2.6.0",
2618 "block",
2619 "core-foundation 0.10.0",
2620 "core-graphics-types 0.2.0",
2621 "libc",
2622 "objc",
2623]
2624
2625[[package]]
2626name = "codespan-reporting"
2627version = "0.11.1"
2628source = "registry+https://github.com/rust-lang/crates.io-index"
2629checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2630dependencies = [
2631 "termcolor",
2632 "unicode-width",
2633]
2634
2635[[package]]
2636name = "collab"
2637version = "0.44.0"
2638dependencies = [
2639 "anthropic",
2640 "anyhow",
2641 "assistant",
2642 "assistant_tool",
2643 "async-stripe",
2644 "async-trait",
2645 "async-tungstenite 0.28.2",
2646 "audio",
2647 "aws-config",
2648 "aws-sdk-kinesis",
2649 "aws-sdk-s3",
2650 "axum",
2651 "axum-extra",
2652 "base64 0.22.1",
2653 "call",
2654 "channel",
2655 "chrono",
2656 "client",
2657 "clock",
2658 "collab_ui",
2659 "collections",
2660 "context_server",
2661 "ctor",
2662 "dashmap 6.1.0",
2663 "derive_more",
2664 "editor",
2665 "env_logger 0.11.6",
2666 "envy",
2667 "extension",
2668 "file_finder",
2669 "fs",
2670 "futures 0.3.31",
2671 "git",
2672 "git_hosting_providers",
2673 "google_ai",
2674 "gpui",
2675 "hex",
2676 "http_client",
2677 "hyper 0.14.32",
2678 "indoc",
2679 "jsonwebtoken",
2680 "language",
2681 "language_model",
2682 "livekit_client",
2683 "livekit_client_macos",
2684 "livekit_server",
2685 "log",
2686 "lsp",
2687 "menu",
2688 "multi_buffer",
2689 "nanoid",
2690 "node_runtime",
2691 "notifications",
2692 "open_ai",
2693 "parking_lot",
2694 "pretty_assertions",
2695 "project",
2696 "prometheus",
2697 "prost 0.9.0",
2698 "rand 0.8.5",
2699 "recent_projects",
2700 "release_channel",
2701 "remote",
2702 "remote_server",
2703 "reqwest 0.11.27",
2704 "reqwest_client",
2705 "rpc",
2706 "rustc-demangle",
2707 "scrypt",
2708 "sea-orm",
2709 "semantic_version",
2710 "semver",
2711 "serde",
2712 "serde_derive",
2713 "serde_json",
2714 "session",
2715 "settings",
2716 "sha2",
2717 "sqlx",
2718 "strum",
2719 "subtle",
2720 "supermaven_api",
2721 "telemetry_events",
2722 "text",
2723 "theme",
2724 "thiserror 1.0.69",
2725 "time",
2726 "tokio",
2727 "toml 0.8.19",
2728 "tower",
2729 "tower-http 0.4.4",
2730 "tracing",
2731 "tracing-subscriber",
2732 "unindent",
2733 "util",
2734 "uuid",
2735 "workspace",
2736 "worktree",
2737]
2738
2739[[package]]
2740name = "collab_ui"
2741version = "0.1.0"
2742dependencies = [
2743 "anyhow",
2744 "call",
2745 "channel",
2746 "chrono",
2747 "client",
2748 "collections",
2749 "db",
2750 "editor",
2751 "emojis",
2752 "futures 0.3.31",
2753 "fuzzy",
2754 "gpui",
2755 "http_client",
2756 "language",
2757 "menu",
2758 "notifications",
2759 "picker",
2760 "pretty_assertions",
2761 "project",
2762 "release_channel",
2763 "rich_text",
2764 "rpc",
2765 "schemars",
2766 "serde",
2767 "serde_derive",
2768 "serde_json",
2769 "settings",
2770 "smallvec",
2771 "story",
2772 "telemetry",
2773 "theme",
2774 "time",
2775 "time_format",
2776 "title_bar",
2777 "tree-sitter-md",
2778 "ui",
2779 "util",
2780 "workspace",
2781]
2782
2783[[package]]
2784name = "collections"
2785version = "0.1.0"
2786dependencies = [
2787 "indexmap",
2788 "rustc-hash 2.1.0",
2789]
2790
2791[[package]]
2792name = "color_quant"
2793version = "1.1.0"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2796
2797[[package]]
2798name = "colorchoice"
2799version = "1.0.3"
2800source = "registry+https://github.com/rust-lang/crates.io-index"
2801checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2802
2803[[package]]
2804name = "combine"
2805version = "4.6.7"
2806source = "registry+https://github.com/rust-lang/crates.io-index"
2807checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2808dependencies = [
2809 "bytes 1.9.0",
2810 "memchr",
2811]
2812
2813[[package]]
2814name = "command_palette"
2815version = "0.1.0"
2816dependencies = [
2817 "client",
2818 "collections",
2819 "command_palette_hooks",
2820 "ctor",
2821 "editor",
2822 "env_logger 0.11.6",
2823 "fuzzy",
2824 "go_to_line",
2825 "gpui",
2826 "language",
2827 "menu",
2828 "picker",
2829 "postage",
2830 "project",
2831 "serde",
2832 "serde_json",
2833 "settings",
2834 "telemetry",
2835 "theme",
2836 "ui",
2837 "util",
2838 "workspace",
2839 "zed_actions",
2840]
2841
2842[[package]]
2843name = "command_palette_hooks"
2844version = "0.1.0"
2845dependencies = [
2846 "collections",
2847 "derive_more",
2848 "gpui",
2849]
2850
2851[[package]]
2852name = "concurrent-queue"
2853version = "2.5.0"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2856dependencies = [
2857 "crossbeam-utils",
2858]
2859
2860[[package]]
2861name = "console"
2862version = "0.15.8"
2863source = "registry+https://github.com/rust-lang/crates.io-index"
2864checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2865dependencies = [
2866 "encode_unicode",
2867 "lazy_static",
2868 "libc",
2869 "unicode-width",
2870 "windows-sys 0.52.0",
2871]
2872
2873[[package]]
2874name = "const-oid"
2875version = "0.9.6"
2876source = "registry+https://github.com/rust-lang/crates.io-index"
2877checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2878
2879[[package]]
2880name = "const-random"
2881version = "0.1.18"
2882source = "registry+https://github.com/rust-lang/crates.io-index"
2883checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
2884dependencies = [
2885 "const-random-macro",
2886]
2887
2888[[package]]
2889name = "const-random-macro"
2890version = "0.1.16"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
2893dependencies = [
2894 "getrandom 0.2.15",
2895 "once_cell",
2896 "tiny-keccak",
2897]
2898
2899[[package]]
2900name = "constant_time_eq"
2901version = "0.1.5"
2902source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2904
2905[[package]]
2906name = "constant_time_eq"
2907version = "0.3.1"
2908source = "registry+https://github.com/rust-lang/crates.io-index"
2909checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2910
2911[[package]]
2912name = "context_server"
2913version = "0.1.0"
2914dependencies = [
2915 "anyhow",
2916 "assistant_tool",
2917 "collections",
2918 "command_palette_hooks",
2919 "context_server_settings",
2920 "extension",
2921 "futures 0.3.31",
2922 "gpui",
2923 "log",
2924 "parking_lot",
2925 "postage",
2926 "project",
2927 "serde",
2928 "serde_json",
2929 "settings",
2930 "smol",
2931 "url",
2932 "util",
2933 "workspace",
2934]
2935
2936[[package]]
2937name = "context_server_settings"
2938version = "0.1.0"
2939dependencies = [
2940 "anyhow",
2941 "collections",
2942 "gpui",
2943 "schemars",
2944 "serde",
2945 "serde_json",
2946 "settings",
2947]
2948
2949[[package]]
2950name = "convert_case"
2951version = "0.4.0"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2954
2955[[package]]
2956name = "convert_case"
2957version = "0.6.0"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2960dependencies = [
2961 "unicode-segmentation",
2962]
2963
2964[[package]]
2965name = "copilot"
2966version = "0.1.0"
2967dependencies = [
2968 "anyhow",
2969 "async-compression",
2970 "async-std",
2971 "async-tar",
2972 "chrono",
2973 "client",
2974 "clock",
2975 "collections",
2976 "command_palette_hooks",
2977 "editor",
2978 "fs",
2979 "futures 0.3.31",
2980 "gpui",
2981 "http_client",
2982 "indoc",
2983 "inline_completion",
2984 "language",
2985 "lsp",
2986 "menu",
2987 "node_runtime",
2988 "parking_lot",
2989 "paths",
2990 "project",
2991 "rpc",
2992 "schemars",
2993 "serde",
2994 "serde_json",
2995 "settings",
2996 "smol",
2997 "strum",
2998 "task",
2999 "theme",
3000 "ui",
3001 "util",
3002 "workspace",
3003]
3004
3005[[package]]
3006name = "core-foundation"
3007version = "0.9.4"
3008source = "registry+https://github.com/rust-lang/crates.io-index"
3009checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
3010dependencies = [
3011 "core-foundation-sys",
3012 "libc",
3013]
3014
3015[[package]]
3016name = "core-foundation"
3017version = "0.10.0"
3018source = "registry+https://github.com/rust-lang/crates.io-index"
3019checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
3020dependencies = [
3021 "core-foundation-sys",
3022 "libc",
3023]
3024
3025[[package]]
3026name = "core-foundation-sys"
3027version = "0.8.7"
3028source = "registry+https://github.com/rust-lang/crates.io-index"
3029checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
3030
3031[[package]]
3032name = "core-graphics"
3033version = "0.23.2"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
3036dependencies = [
3037 "bitflags 1.3.2",
3038 "core-foundation 0.9.4",
3039 "core-graphics-types 0.1.3",
3040 "foreign-types 0.5.0",
3041 "libc",
3042]
3043
3044[[package]]
3045name = "core-graphics"
3046version = "0.24.0"
3047source = "registry+https://github.com/rust-lang/crates.io-index"
3048checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
3049dependencies = [
3050 "bitflags 2.6.0",
3051 "core-foundation 0.10.0",
3052 "core-graphics-types 0.2.0",
3053 "foreign-types 0.5.0",
3054 "libc",
3055]
3056
3057[[package]]
3058name = "core-graphics-types"
3059version = "0.1.3"
3060source = "registry+https://github.com/rust-lang/crates.io-index"
3061checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
3062dependencies = [
3063 "bitflags 1.3.2",
3064 "core-foundation 0.9.4",
3065 "libc",
3066]
3067
3068[[package]]
3069name = "core-graphics-types"
3070version = "0.2.0"
3071source = "registry+https://github.com/rust-lang/crates.io-index"
3072checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
3073dependencies = [
3074 "bitflags 2.6.0",
3075 "core-foundation 0.10.0",
3076 "libc",
3077]
3078
3079[[package]]
3080name = "core-services"
3081version = "0.2.1"
3082source = "registry+https://github.com/rust-lang/crates.io-index"
3083checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
3084dependencies = [
3085 "core-foundation 0.9.4",
3086]
3087
3088[[package]]
3089name = "core-text"
3090version = "20.1.0"
3091source = "registry+https://github.com/rust-lang/crates.io-index"
3092checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
3093dependencies = [
3094 "core-foundation 0.9.4",
3095 "core-graphics 0.23.2",
3096 "foreign-types 0.5.0",
3097 "libc",
3098]
3099
3100[[package]]
3101name = "coreaudio-rs"
3102version = "0.11.3"
3103source = "registry+https://github.com/rust-lang/crates.io-index"
3104checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
3105dependencies = [
3106 "bitflags 1.3.2",
3107 "core-foundation-sys",
3108 "coreaudio-sys",
3109]
3110
3111[[package]]
3112name = "coreaudio-rs"
3113version = "0.12.1"
3114source = "registry+https://github.com/rust-lang/crates.io-index"
3115checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
3116dependencies = [
3117 "bitflags 1.3.2",
3118 "core-foundation-sys",
3119 "coreaudio-sys",
3120]
3121
3122[[package]]
3123name = "coreaudio-sys"
3124version = "0.2.16"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
3127dependencies = [
3128 "bindgen",
3129]
3130
3131[[package]]
3132name = "cosmic-text"
3133version = "0.11.2"
3134source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
3135dependencies = [
3136 "bitflags 2.6.0",
3137 "fontdb",
3138 "log",
3139 "rangemap",
3140 "rayon",
3141 "rustc-hash 1.1.0",
3142 "rustybuzz",
3143 "self_cell",
3144 "swash",
3145 "sys-locale",
3146 "ttf-parser",
3147 "unicode-bidi",
3148 "unicode-linebreak",
3149 "unicode-script",
3150 "unicode-segmentation",
3151]
3152
3153[[package]]
3154name = "cpal"
3155version = "0.15.3"
3156source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
3157dependencies = [
3158 "alsa",
3159 "core-foundation-sys",
3160 "coreaudio-rs 0.11.3",
3161 "dasp_sample",
3162 "jni",
3163 "js-sys",
3164 "libc",
3165 "mach2",
3166 "ndk",
3167 "ndk-context",
3168 "oboe",
3169 "wasm-bindgen",
3170 "wasm-bindgen-futures",
3171 "web-sys",
3172 "windows 0.54.0",
3173]
3174
3175[[package]]
3176name = "cpp_demangle"
3177version = "0.4.4"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
3180dependencies = [
3181 "cfg-if",
3182]
3183
3184[[package]]
3185name = "cpufeatures"
3186version = "0.2.16"
3187source = "registry+https://github.com/rust-lang/crates.io-index"
3188checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
3189dependencies = [
3190 "libc",
3191]
3192
3193[[package]]
3194name = "cranelift-bforest"
3195version = "0.111.2"
3196source = "registry+https://github.com/rust-lang/crates.io-index"
3197checksum = "f823c6662ea77699089ec8b6b4b8a23c1e1a9c6526a6420ede7ac957274a7ab4"
3198dependencies = [
3199 "cranelift-entity",
3200]
3201
3202[[package]]
3203name = "cranelift-bitset"
3204version = "0.111.2"
3205source = "registry+https://github.com/rust-lang/crates.io-index"
3206checksum = "2fcbb4187005097204458a8e4309bb9e737933477e47b4609f81b07a5b4cdd25"
3207dependencies = [
3208 "serde",
3209 "serde_derive",
3210]
3211
3212[[package]]
3213name = "cranelift-codegen"
3214version = "0.111.2"
3215source = "registry+https://github.com/rust-lang/crates.io-index"
3216checksum = "8cd1aaf8e88339f4f95afffd60d22033546ec7da4d79e805b85260a16668f78f"
3217dependencies = [
3218 "bumpalo",
3219 "cranelift-bforest",
3220 "cranelift-bitset",
3221 "cranelift-codegen-meta",
3222 "cranelift-codegen-shared",
3223 "cranelift-control",
3224 "cranelift-entity",
3225 "cranelift-isle",
3226 "gimli 0.29.0",
3227 "hashbrown 0.14.5",
3228 "log",
3229 "regalloc2",
3230 "rustc-hash 1.1.0",
3231 "smallvec",
3232 "target-lexicon",
3233]
3234
3235[[package]]
3236name = "cranelift-codegen-meta"
3237version = "0.111.2"
3238source = "registry+https://github.com/rust-lang/crates.io-index"
3239checksum = "8e541b0418bbba3ce82040a445bd9a83bf3e0da604a95178d9e949dc8a7840af"
3240dependencies = [
3241 "cranelift-codegen-shared",
3242]
3243
3244[[package]]
3245name = "cranelift-codegen-shared"
3246version = "0.111.2"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "91fc96a709a30be39d53ecf89dbfe4edcc5adba528d4b65f7e58dc867ba70fab"
3249
3250[[package]]
3251name = "cranelift-control"
3252version = "0.111.2"
3253source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "4c3bfcb035e0a501323896bb7ea3d7a5dd1fac3e92dda458ccd23960fde12c88"
3255dependencies = [
3256 "arbitrary",
3257]
3258
3259[[package]]
3260name = "cranelift-entity"
3261version = "0.111.2"
3262source = "registry+https://github.com/rust-lang/crates.io-index"
3263checksum = "b2f00b4eba51d73a8c343c45cfdeeffa1f74f423bba0e6b8e290e646777c2b81"
3264dependencies = [
3265 "cranelift-bitset",
3266 "serde",
3267 "serde_derive",
3268]
3269
3270[[package]]
3271name = "cranelift-frontend"
3272version = "0.111.2"
3273source = "registry+https://github.com/rust-lang/crates.io-index"
3274checksum = "52d5e18bf04660bb716dacf45809e2d4c85e7111701e27dbdb75b4634504ad8f"
3275dependencies = [
3276 "cranelift-codegen",
3277 "log",
3278 "smallvec",
3279 "target-lexicon",
3280]
3281
3282[[package]]
3283name = "cranelift-isle"
3284version = "0.111.2"
3285source = "registry+https://github.com/rust-lang/crates.io-index"
3286checksum = "31f9901807b6d0fde1205f0e4db9d96dcf7ddfc1894c69eb2ff93c47ebf2439f"
3287
3288[[package]]
3289name = "cranelift-native"
3290version = "0.111.2"
3291source = "registry+https://github.com/rust-lang/crates.io-index"
3292checksum = "967d65a4077726a9afc3f4694e037f34b992cbe2b6c48ce519b714a0b0558f97"
3293dependencies = [
3294 "cranelift-codegen",
3295 "libc",
3296 "target-lexicon",
3297]
3298
3299[[package]]
3300name = "cranelift-wasm"
3301version = "0.111.2"
3302source = "registry+https://github.com/rust-lang/crates.io-index"
3303checksum = "4899fd1ef6b1fe1df30f26ef864bd6e45040b8cf9f3cb3905d3e973c25698579"
3304dependencies = [
3305 "cranelift-codegen",
3306 "cranelift-entity",
3307 "cranelift-frontend",
3308 "itertools 0.12.1",
3309 "log",
3310 "smallvec",
3311 "wasmparser 0.215.0",
3312 "wasmtime-types",
3313]
3314
3315[[package]]
3316name = "crc"
3317version = "3.2.1"
3318source = "registry+https://github.com/rust-lang/crates.io-index"
3319checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
3320dependencies = [
3321 "crc-catalog",
3322]
3323
3324[[package]]
3325name = "crc-catalog"
3326version = "2.4.0"
3327source = "registry+https://github.com/rust-lang/crates.io-index"
3328checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
3329
3330[[package]]
3331name = "crc32c"
3332version = "0.6.8"
3333source = "registry+https://github.com/rust-lang/crates.io-index"
3334checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
3335dependencies = [
3336 "rustc_version",
3337]
3338
3339[[package]]
3340name = "crc32fast"
3341version = "1.4.2"
3342source = "registry+https://github.com/rust-lang/crates.io-index"
3343checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
3344dependencies = [
3345 "cfg-if",
3346]
3347
3348[[package]]
3349name = "criterion"
3350version = "0.5.1"
3351source = "registry+https://github.com/rust-lang/crates.io-index"
3352checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
3353dependencies = [
3354 "anes",
3355 "cast",
3356 "ciborium",
3357 "clap",
3358 "criterion-plot",
3359 "is-terminal",
3360 "itertools 0.10.5",
3361 "num-traits",
3362 "once_cell",
3363 "oorandom",
3364 "plotters",
3365 "rayon",
3366 "regex",
3367 "serde",
3368 "serde_derive",
3369 "serde_json",
3370 "tinytemplate",
3371 "walkdir",
3372]
3373
3374[[package]]
3375name = "criterion-plot"
3376version = "0.5.0"
3377source = "registry+https://github.com/rust-lang/crates.io-index"
3378checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
3379dependencies = [
3380 "cast",
3381 "itertools 0.10.5",
3382]
3383
3384[[package]]
3385name = "crossbeam-channel"
3386version = "0.5.13"
3387source = "registry+https://github.com/rust-lang/crates.io-index"
3388checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
3389dependencies = [
3390 "crossbeam-utils",
3391]
3392
3393[[package]]
3394name = "crossbeam-deque"
3395version = "0.8.5"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
3398dependencies = [
3399 "crossbeam-epoch",
3400 "crossbeam-utils",
3401]
3402
3403[[package]]
3404name = "crossbeam-epoch"
3405version = "0.9.18"
3406source = "registry+https://github.com/rust-lang/crates.io-index"
3407checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
3408dependencies = [
3409 "crossbeam-utils",
3410]
3411
3412[[package]]
3413name = "crossbeam-queue"
3414version = "0.3.11"
3415source = "registry+https://github.com/rust-lang/crates.io-index"
3416checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
3417dependencies = [
3418 "crossbeam-utils",
3419]
3420
3421[[package]]
3422name = "crossbeam-utils"
3423version = "0.8.20"
3424source = "registry+https://github.com/rust-lang/crates.io-index"
3425checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
3426
3427[[package]]
3428name = "crunchy"
3429version = "0.2.2"
3430source = "registry+https://github.com/rust-lang/crates.io-index"
3431checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
3432
3433[[package]]
3434name = "crypto-bigint"
3435version = "0.4.9"
3436source = "registry+https://github.com/rust-lang/crates.io-index"
3437checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
3438dependencies = [
3439 "generic-array",
3440 "rand_core 0.6.4",
3441 "subtle",
3442 "zeroize",
3443]
3444
3445[[package]]
3446name = "crypto-bigint"
3447version = "0.5.5"
3448source = "registry+https://github.com/rust-lang/crates.io-index"
3449checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
3450dependencies = [
3451 "rand_core 0.6.4",
3452 "subtle",
3453]
3454
3455[[package]]
3456name = "crypto-common"
3457version = "0.1.6"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
3460dependencies = [
3461 "generic-array",
3462 "rand_core 0.6.4",
3463 "typenum",
3464]
3465
3466[[package]]
3467name = "ctor"
3468version = "0.2.9"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
3471dependencies = [
3472 "quote",
3473 "syn 2.0.90",
3474]
3475
3476[[package]]
3477name = "ctrlc"
3478version = "3.4.5"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
3481dependencies = [
3482 "nix",
3483 "windows-sys 0.59.0",
3484]
3485
3486[[package]]
3487name = "cursor-icon"
3488version = "1.1.0"
3489source = "registry+https://github.com/rust-lang/crates.io-index"
3490checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
3491
3492[[package]]
3493name = "cxx"
3494version = "1.0.134"
3495source = "registry+https://github.com/rust-lang/crates.io-index"
3496checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
3497dependencies = [
3498 "cc",
3499 "cxxbridge-cmd",
3500 "cxxbridge-flags",
3501 "cxxbridge-macro",
3502 "foldhash",
3503 "link-cplusplus",
3504]
3505
3506[[package]]
3507name = "cxx-build"
3508version = "1.0.134"
3509source = "registry+https://github.com/rust-lang/crates.io-index"
3510checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
3511dependencies = [
3512 "cc",
3513 "codespan-reporting",
3514 "proc-macro2",
3515 "quote",
3516 "scratch",
3517 "syn 2.0.90",
3518]
3519
3520[[package]]
3521name = "cxxbridge-cmd"
3522version = "1.0.134"
3523source = "registry+https://github.com/rust-lang/crates.io-index"
3524checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
3525dependencies = [
3526 "clap",
3527 "codespan-reporting",
3528 "proc-macro2",
3529 "quote",
3530 "syn 2.0.90",
3531]
3532
3533[[package]]
3534name = "cxxbridge-flags"
3535version = "1.0.134"
3536source = "registry+https://github.com/rust-lang/crates.io-index"
3537checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
3538
3539[[package]]
3540name = "cxxbridge-macro"
3541version = "1.0.134"
3542source = "registry+https://github.com/rust-lang/crates.io-index"
3543checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
3544dependencies = [
3545 "proc-macro2",
3546 "quote",
3547 "rustversion",
3548 "syn 2.0.90",
3549]
3550
3551[[package]]
3552name = "dashmap"
3553version = "5.5.3"
3554source = "registry+https://github.com/rust-lang/crates.io-index"
3555checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
3556dependencies = [
3557 "cfg-if",
3558 "hashbrown 0.14.5",
3559 "lock_api",
3560 "once_cell",
3561 "parking_lot_core",
3562]
3563
3564[[package]]
3565name = "dashmap"
3566version = "6.1.0"
3567source = "registry+https://github.com/rust-lang/crates.io-index"
3568checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
3569dependencies = [
3570 "cfg-if",
3571 "crossbeam-utils",
3572 "hashbrown 0.14.5",
3573 "lock_api",
3574 "once_cell",
3575 "parking_lot_core",
3576]
3577
3578[[package]]
3579name = "dasp_sample"
3580version = "0.11.0"
3581source = "registry+https://github.com/rust-lang/crates.io-index"
3582checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
3583
3584[[package]]
3585name = "data-encoding"
3586version = "2.6.0"
3587source = "registry+https://github.com/rust-lang/crates.io-index"
3588checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
3589
3590[[package]]
3591name = "data-url"
3592version = "0.3.1"
3593source = "registry+https://github.com/rust-lang/crates.io-index"
3594checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
3595
3596[[package]]
3597name = "db"
3598version = "0.1.0"
3599dependencies = [
3600 "anyhow",
3601 "gpui",
3602 "indoc",
3603 "log",
3604 "paths",
3605 "release_channel",
3606 "smol",
3607 "sqlez",
3608 "sqlez_macros",
3609 "tempfile",
3610 "util",
3611]
3612
3613[[package]]
3614name = "dbus"
3615version = "0.9.7"
3616source = "registry+https://github.com/rust-lang/crates.io-index"
3617checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
3618dependencies = [
3619 "libc",
3620 "libdbus-sys",
3621 "winapi",
3622]
3623
3624[[package]]
3625name = "deflate64"
3626version = "0.1.9"
3627source = "registry+https://github.com/rust-lang/crates.io-index"
3628checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
3629
3630[[package]]
3631name = "der"
3632version = "0.6.1"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
3635dependencies = [
3636 "const-oid",
3637 "zeroize",
3638]
3639
3640[[package]]
3641name = "der"
3642version = "0.7.9"
3643source = "registry+https://github.com/rust-lang/crates.io-index"
3644checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
3645dependencies = [
3646 "const-oid",
3647 "pem-rfc7468",
3648 "zeroize",
3649]
3650
3651[[package]]
3652name = "deranged"
3653version = "0.3.11"
3654source = "registry+https://github.com/rust-lang/crates.io-index"
3655checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
3656dependencies = [
3657 "powerfmt",
3658 "serde",
3659]
3660
3661[[package]]
3662name = "derive_more"
3663version = "0.99.18"
3664source = "registry+https://github.com/rust-lang/crates.io-index"
3665checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
3666dependencies = [
3667 "convert_case 0.4.0",
3668 "proc-macro2",
3669 "quote",
3670 "rustc_version",
3671 "syn 2.0.90",
3672]
3673
3674[[package]]
3675name = "derive_refineable"
3676version = "0.1.0"
3677dependencies = [
3678 "proc-macro2",
3679 "quote",
3680 "syn 1.0.109",
3681]
3682
3683[[package]]
3684name = "diagnostics"
3685version = "0.1.0"
3686dependencies = [
3687 "anyhow",
3688 "client",
3689 "collections",
3690 "ctor",
3691 "editor",
3692 "env_logger 0.11.6",
3693 "feature_flags",
3694 "gpui",
3695 "language",
3696 "log",
3697 "lsp",
3698 "pretty_assertions",
3699 "project",
3700 "rand 0.8.5",
3701 "schemars",
3702 "serde",
3703 "serde_json",
3704 "settings",
3705 "theme",
3706 "ui",
3707 "unindent",
3708 "util",
3709 "workspace",
3710]
3711
3712[[package]]
3713name = "dialoguer"
3714version = "0.11.0"
3715source = "registry+https://github.com/rust-lang/crates.io-index"
3716checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
3717dependencies = [
3718 "console",
3719 "fuzzy-matcher",
3720 "shell-words",
3721 "tempfile",
3722 "thiserror 1.0.69",
3723 "zeroize",
3724]
3725
3726[[package]]
3727name = "diff"
3728version = "0.1.13"
3729source = "registry+https://github.com/rust-lang/crates.io-index"
3730checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
3731
3732[[package]]
3733name = "digest"
3734version = "0.10.7"
3735source = "registry+https://github.com/rust-lang/crates.io-index"
3736checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
3737dependencies = [
3738 "block-buffer",
3739 "const-oid",
3740 "crypto-common",
3741 "subtle",
3742]
3743
3744[[package]]
3745name = "dirs"
3746version = "4.0.0"
3747source = "registry+https://github.com/rust-lang/crates.io-index"
3748checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3749dependencies = [
3750 "dirs-sys 0.3.7",
3751]
3752
3753[[package]]
3754name = "dirs"
3755version = "5.0.1"
3756source = "registry+https://github.com/rust-lang/crates.io-index"
3757checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
3758dependencies = [
3759 "dirs-sys 0.4.1",
3760]
3761
3762[[package]]
3763name = "dirs-sys"
3764version = "0.3.7"
3765source = "registry+https://github.com/rust-lang/crates.io-index"
3766checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3767dependencies = [
3768 "libc",
3769 "redox_users",
3770 "winapi",
3771]
3772
3773[[package]]
3774name = "dirs-sys"
3775version = "0.4.1"
3776source = "registry+https://github.com/rust-lang/crates.io-index"
3777checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
3778dependencies = [
3779 "libc",
3780 "option-ext",
3781 "redox_users",
3782 "windows-sys 0.48.0",
3783]
3784
3785[[package]]
3786name = "displaydoc"
3787version = "0.2.5"
3788source = "registry+https://github.com/rust-lang/crates.io-index"
3789checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
3790dependencies = [
3791 "proc-macro2",
3792 "quote",
3793 "syn 2.0.90",
3794]
3795
3796[[package]]
3797name = "dlib"
3798version = "0.5.2"
3799source = "registry+https://github.com/rust-lang/crates.io-index"
3800checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3801dependencies = [
3802 "libloading",
3803]
3804
3805[[package]]
3806name = "docs_preprocessor"
3807version = "0.1.0"
3808dependencies = [
3809 "anyhow",
3810 "clap",
3811 "mdbook",
3812 "regex",
3813 "serde",
3814 "serde_json",
3815 "settings",
3816 "util",
3817]
3818
3819[[package]]
3820name = "dotenvy"
3821version = "0.15.7"
3822source = "registry+https://github.com/rust-lang/crates.io-index"
3823checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3824
3825[[package]]
3826name = "downcast-rs"
3827version = "1.2.1"
3828source = "registry+https://github.com/rust-lang/crates.io-index"
3829checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
3830
3831[[package]]
3832name = "doxygen-rs"
3833version = "0.4.2"
3834source = "registry+https://github.com/rust-lang/crates.io-index"
3835checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
3836dependencies = [
3837 "phf",
3838]
3839
3840[[package]]
3841name = "dunce"
3842version = "1.0.5"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
3845
3846[[package]]
3847name = "dwrote"
3848version = "0.11.2"
3849source = "registry+https://github.com/rust-lang/crates.io-index"
3850checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
3851dependencies = [
3852 "lazy_static",
3853 "libc",
3854 "winapi",
3855 "wio",
3856]
3857
3858[[package]]
3859name = "dyn-clone"
3860version = "1.0.17"
3861source = "registry+https://github.com/rust-lang/crates.io-index"
3862checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
3863
3864[[package]]
3865name = "ec4rs"
3866version = "1.1.1"
3867source = "registry+https://github.com/rust-lang/crates.io-index"
3868checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
3869
3870[[package]]
3871name = "ecdsa"
3872version = "0.14.8"
3873source = "registry+https://github.com/rust-lang/crates.io-index"
3874checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3875dependencies = [
3876 "der 0.6.1",
3877 "elliptic-curve",
3878 "rfc6979",
3879 "signature 1.6.4",
3880]
3881
3882[[package]]
3883name = "editor"
3884version = "0.1.0"
3885dependencies = [
3886 "aho-corasick",
3887 "anyhow",
3888 "assets",
3889 "chrono",
3890 "client",
3891 "clock",
3892 "collections",
3893 "convert_case 0.6.0",
3894 "ctor",
3895 "db",
3896 "emojis",
3897 "env_logger 0.11.6",
3898 "feature_flags",
3899 "file_icons",
3900 "fs",
3901 "futures 0.3.31",
3902 "fuzzy",
3903 "git",
3904 "gpui",
3905 "http_client",
3906 "indoc",
3907 "inline_completion",
3908 "itertools 0.13.0",
3909 "language",
3910 "linkify",
3911 "log",
3912 "lsp",
3913 "markdown",
3914 "multi_buffer",
3915 "ordered-float 2.10.1",
3916 "parking_lot",
3917 "pretty_assertions",
3918 "project",
3919 "rand 0.8.5",
3920 "release_channel",
3921 "rpc",
3922 "schemars",
3923 "serde",
3924 "serde_json",
3925 "settings",
3926 "similar",
3927 "smallvec",
3928 "smol",
3929 "snippet",
3930 "sum_tree",
3931 "task",
3932 "telemetry",
3933 "tempfile",
3934 "text",
3935 "theme",
3936 "time",
3937 "time_format",
3938 "tree-sitter-html",
3939 "tree-sitter-rust",
3940 "tree-sitter-typescript",
3941 "ui",
3942 "unicode-script",
3943 "unicode-segmentation",
3944 "unindent",
3945 "url",
3946 "util",
3947 "uuid",
3948 "workspace",
3949]
3950
3951[[package]]
3952name = "either"
3953version = "1.13.0"
3954source = "registry+https://github.com/rust-lang/crates.io-index"
3955checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
3956dependencies = [
3957 "serde",
3958]
3959
3960[[package]]
3961name = "elasticlunr-rs"
3962version = "3.0.2"
3963source = "registry+https://github.com/rust-lang/crates.io-index"
3964checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
3965dependencies = [
3966 "regex",
3967 "serde",
3968 "serde_derive",
3969 "serde_json",
3970]
3971
3972[[package]]
3973name = "elliptic-curve"
3974version = "0.12.3"
3975source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3977dependencies = [
3978 "base16ct",
3979 "crypto-bigint 0.4.9",
3980 "der 0.6.1",
3981 "digest",
3982 "ff",
3983 "generic-array",
3984 "group",
3985 "pkcs8 0.9.0",
3986 "rand_core 0.6.4",
3987 "sec1",
3988 "subtle",
3989 "zeroize",
3990]
3991
3992[[package]]
3993name = "embed-resource"
3994version = "3.0.1"
3995source = "registry+https://github.com/rust-lang/crates.io-index"
3996checksum = "4762ce03154ba57ebaeee60cc631901ceae4f18219cbb874e464347471594742"
3997dependencies = [
3998 "cc",
3999 "memchr",
4000 "rustc_version",
4001 "toml 0.8.19",
4002 "vswhom",
4003 "winreg 0.52.0",
4004]
4005
4006[[package]]
4007name = "embedded-io"
4008version = "0.4.0"
4009source = "registry+https://github.com/rust-lang/crates.io-index"
4010checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
4011
4012[[package]]
4013name = "embedded-io"
4014version = "0.6.1"
4015source = "registry+https://github.com/rust-lang/crates.io-index"
4016checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
4017
4018[[package]]
4019name = "emojis"
4020version = "0.6.4"
4021source = "registry+https://github.com/rust-lang/crates.io-index"
4022checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
4023dependencies = [
4024 "phf",
4025]
4026
4027[[package]]
4028name = "encode_unicode"
4029version = "0.3.6"
4030source = "registry+https://github.com/rust-lang/crates.io-index"
4031checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
4032
4033[[package]]
4034name = "encoding_rs"
4035version = "0.8.35"
4036source = "registry+https://github.com/rust-lang/crates.io-index"
4037checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
4038dependencies = [
4039 "cfg-if",
4040]
4041
4042[[package]]
4043name = "endi"
4044version = "1.1.0"
4045source = "registry+https://github.com/rust-lang/crates.io-index"
4046checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
4047
4048[[package]]
4049name = "enumflags2"
4050version = "0.7.10"
4051source = "registry+https://github.com/rust-lang/crates.io-index"
4052checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
4053dependencies = [
4054 "enumflags2_derive",
4055 "serde",
4056]
4057
4058[[package]]
4059name = "enumflags2_derive"
4060version = "0.7.10"
4061source = "registry+https://github.com/rust-lang/crates.io-index"
4062checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
4063dependencies = [
4064 "proc-macro2",
4065 "quote",
4066 "syn 2.0.90",
4067]
4068
4069[[package]]
4070name = "env_filter"
4071version = "0.1.2"
4072source = "registry+https://github.com/rust-lang/crates.io-index"
4073checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
4074dependencies = [
4075 "log",
4076 "regex",
4077]
4078
4079[[package]]
4080name = "env_logger"
4081version = "0.10.2"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
4084dependencies = [
4085 "humantime",
4086 "is-terminal",
4087 "log",
4088 "regex",
4089 "termcolor",
4090]
4091
4092[[package]]
4093name = "env_logger"
4094version = "0.11.6"
4095source = "registry+https://github.com/rust-lang/crates.io-index"
4096checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
4097dependencies = [
4098 "anstream",
4099 "anstyle",
4100 "env_filter",
4101 "humantime",
4102 "log",
4103]
4104
4105[[package]]
4106name = "envy"
4107version = "0.4.2"
4108source = "registry+https://github.com/rust-lang/crates.io-index"
4109checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
4110dependencies = [
4111 "serde",
4112]
4113
4114[[package]]
4115name = "equivalent"
4116version = "1.0.1"
4117source = "registry+https://github.com/rust-lang/crates.io-index"
4118checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
4119
4120[[package]]
4121name = "erased-serde"
4122version = "0.4.5"
4123source = "registry+https://github.com/rust-lang/crates.io-index"
4124checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
4125dependencies = [
4126 "serde",
4127 "typeid",
4128]
4129
4130[[package]]
4131name = "errno"
4132version = "0.2.8"
4133source = "registry+https://github.com/rust-lang/crates.io-index"
4134checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
4135dependencies = [
4136 "errno-dragonfly",
4137 "libc",
4138 "winapi",
4139]
4140
4141[[package]]
4142name = "errno"
4143version = "0.3.10"
4144source = "registry+https://github.com/rust-lang/crates.io-index"
4145checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
4146dependencies = [
4147 "libc",
4148 "windows-sys 0.59.0",
4149]
4150
4151[[package]]
4152name = "errno-dragonfly"
4153version = "0.1.2"
4154source = "registry+https://github.com/rust-lang/crates.io-index"
4155checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
4156dependencies = [
4157 "cc",
4158 "libc",
4159]
4160
4161[[package]]
4162name = "etagere"
4163version = "0.2.13"
4164source = "registry+https://github.com/rust-lang/crates.io-index"
4165checksum = "0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495"
4166dependencies = [
4167 "euclid",
4168 "svg_fmt",
4169]
4170
4171[[package]]
4172name = "etcetera"
4173version = "0.8.0"
4174source = "registry+https://github.com/rust-lang/crates.io-index"
4175checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
4176dependencies = [
4177 "cfg-if",
4178 "home",
4179 "windows-sys 0.48.0",
4180]
4181
4182[[package]]
4183name = "euclid"
4184version = "0.22.11"
4185source = "registry+https://github.com/rust-lang/crates.io-index"
4186checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
4187dependencies = [
4188 "num-traits",
4189]
4190
4191[[package]]
4192name = "evals"
4193version = "0.1.0"
4194dependencies = [
4195 "anyhow",
4196 "clap",
4197 "client",
4198 "clock",
4199 "collections",
4200 "env_logger 0.11.6",
4201 "feature_flags",
4202 "fs",
4203 "git",
4204 "gpui",
4205 "http_client",
4206 "language",
4207 "languages",
4208 "node_runtime",
4209 "open_ai",
4210 "project",
4211 "reqwest_client",
4212 "semantic_index",
4213 "serde",
4214 "serde_json",
4215 "settings",
4216 "smol",
4217 "util",
4218]
4219
4220[[package]]
4221name = "event-listener"
4222version = "2.5.3"
4223source = "registry+https://github.com/rust-lang/crates.io-index"
4224checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
4225
4226[[package]]
4227name = "event-listener"
4228version = "3.1.0"
4229source = "registry+https://github.com/rust-lang/crates.io-index"
4230checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
4231dependencies = [
4232 "concurrent-queue",
4233 "parking",
4234 "pin-project-lite",
4235]
4236
4237[[package]]
4238name = "event-listener"
4239version = "5.3.1"
4240source = "registry+https://github.com/rust-lang/crates.io-index"
4241checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
4242dependencies = [
4243 "concurrent-queue",
4244 "parking",
4245 "pin-project-lite",
4246]
4247
4248[[package]]
4249name = "event-listener-strategy"
4250version = "0.5.3"
4251source = "registry+https://github.com/rust-lang/crates.io-index"
4252checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
4253dependencies = [
4254 "event-listener 5.3.1",
4255 "pin-project-lite",
4256]
4257
4258[[package]]
4259name = "exec"
4260version = "0.3.1"
4261source = "registry+https://github.com/rust-lang/crates.io-index"
4262checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
4263dependencies = [
4264 "errno 0.2.8",
4265 "libc",
4266]
4267
4268[[package]]
4269name = "exr"
4270version = "1.73.0"
4271source = "registry+https://github.com/rust-lang/crates.io-index"
4272checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
4273dependencies = [
4274 "bit_field",
4275 "half",
4276 "lebe",
4277 "miniz_oxide",
4278 "rayon-core",
4279 "smallvec",
4280 "zune-inflate",
4281]
4282
4283[[package]]
4284name = "extension"
4285version = "0.1.0"
4286dependencies = [
4287 "anyhow",
4288 "async-compression",
4289 "async-tar",
4290 "async-trait",
4291 "collections",
4292 "fs",
4293 "futures 0.3.31",
4294 "gpui",
4295 "http_client",
4296 "language",
4297 "log",
4298 "lsp",
4299 "parking_lot",
4300 "semantic_version",
4301 "serde",
4302 "serde_json",
4303 "toml 0.8.19",
4304 "util",
4305 "wasm-encoder 0.215.0",
4306 "wasmparser 0.215.0",
4307 "wit-component",
4308]
4309
4310[[package]]
4311name = "extension_cli"
4312version = "0.1.0"
4313dependencies = [
4314 "anyhow",
4315 "clap",
4316 "env_logger 0.11.6",
4317 "extension",
4318 "fs",
4319 "language",
4320 "log",
4321 "reqwest_client",
4322 "rpc",
4323 "serde",
4324 "serde_json",
4325 "theme",
4326 "tokio",
4327 "toml 0.8.19",
4328 "tree-sitter",
4329 "wasmtime",
4330]
4331
4332[[package]]
4333name = "extension_host"
4334version = "0.1.0"
4335dependencies = [
4336 "anyhow",
4337 "async-compression",
4338 "async-tar",
4339 "async-trait",
4340 "client",
4341 "collections",
4342 "context_server_settings",
4343 "ctor",
4344 "env_logger 0.11.6",
4345 "extension",
4346 "fs",
4347 "futures 0.3.31",
4348 "gpui",
4349 "http_client",
4350 "language",
4351 "language_extension",
4352 "log",
4353 "lsp",
4354 "node_runtime",
4355 "parking_lot",
4356 "paths",
4357 "project",
4358 "release_channel",
4359 "remote",
4360 "reqwest_client",
4361 "schemars",
4362 "semantic_version",
4363 "serde",
4364 "serde_json",
4365 "serde_json_lenient",
4366 "settings",
4367 "task",
4368 "telemetry",
4369 "tempfile",
4370 "theme",
4371 "theme_extension",
4372 "toml 0.8.19",
4373 "url",
4374 "util",
4375 "wasmparser 0.215.0",
4376 "wasmtime",
4377 "wasmtime-wasi",
4378]
4379
4380[[package]]
4381name = "extensions_ui"
4382version = "0.1.0"
4383dependencies = [
4384 "anyhow",
4385 "client",
4386 "collections",
4387 "db",
4388 "editor",
4389 "extension_host",
4390 "fs",
4391 "fuzzy",
4392 "gpui",
4393 "language",
4394 "num-format",
4395 "picker",
4396 "project",
4397 "release_channel",
4398 "semantic_version",
4399 "serde",
4400 "settings",
4401 "smallvec",
4402 "telemetry",
4403 "theme",
4404 "ui",
4405 "util",
4406 "vim_mode_setting",
4407 "workspace",
4408 "zed_actions",
4409]
4410
4411[[package]]
4412name = "fallible-iterator"
4413version = "0.3.0"
4414source = "registry+https://github.com/rust-lang/crates.io-index"
4415checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
4416
4417[[package]]
4418name = "fancy-regex"
4419version = "0.13.0"
4420source = "registry+https://github.com/rust-lang/crates.io-index"
4421checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
4422dependencies = [
4423 "bit-set 0.5.3",
4424 "regex-automata 0.4.9",
4425 "regex-syntax 0.8.5",
4426]
4427
4428[[package]]
4429name = "fancy-regex"
4430version = "0.14.0"
4431source = "registry+https://github.com/rust-lang/crates.io-index"
4432checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
4433dependencies = [
4434 "bit-set 0.8.0",
4435 "regex-automata 0.4.9",
4436 "regex-syntax 0.8.5",
4437]
4438
4439[[package]]
4440name = "fast-srgb8"
4441version = "1.0.0"
4442source = "registry+https://github.com/rust-lang/crates.io-index"
4443checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
4444
4445[[package]]
4446name = "fastrand"
4447version = "1.9.0"
4448source = "registry+https://github.com/rust-lang/crates.io-index"
4449checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
4450dependencies = [
4451 "instant",
4452]
4453
4454[[package]]
4455name = "fastrand"
4456version = "2.3.0"
4457source = "registry+https://github.com/rust-lang/crates.io-index"
4458checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
4459
4460[[package]]
4461name = "fd-lock"
4462version = "4.0.2"
4463source = "registry+https://github.com/rust-lang/crates.io-index"
4464checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
4465dependencies = [
4466 "cfg-if",
4467 "rustix 0.38.42",
4468 "windows-sys 0.52.0",
4469]
4470
4471[[package]]
4472name = "fdeflate"
4473version = "0.3.7"
4474source = "registry+https://github.com/rust-lang/crates.io-index"
4475checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
4476dependencies = [
4477 "simd-adler32",
4478]
4479
4480[[package]]
4481name = "feature_flags"
4482version = "0.1.0"
4483dependencies = [
4484 "futures 0.3.31",
4485 "gpui",
4486]
4487
4488[[package]]
4489name = "feedback"
4490version = "0.1.0"
4491dependencies = [
4492 "anyhow",
4493 "bitflags 2.6.0",
4494 "client",
4495 "db",
4496 "editor",
4497 "futures 0.3.31",
4498 "gpui",
4499 "http_client",
4500 "human_bytes",
4501 "language",
4502 "log",
4503 "menu",
4504 "project",
4505 "regex",
4506 "release_channel",
4507 "serde",
4508 "serde_derive",
4509 "serde_json",
4510 "smol",
4511 "sysinfo",
4512 "ui",
4513 "urlencoding",
4514 "util",
4515 "workspace",
4516 "zed_actions",
4517]
4518
4519[[package]]
4520name = "ff"
4521version = "0.12.1"
4522source = "registry+https://github.com/rust-lang/crates.io-index"
4523checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
4524dependencies = [
4525 "rand_core 0.6.4",
4526 "subtle",
4527]
4528
4529[[package]]
4530name = "file_finder"
4531version = "0.1.0"
4532dependencies = [
4533 "anyhow",
4534 "collections",
4535 "ctor",
4536 "editor",
4537 "env_logger 0.11.6",
4538 "file_icons",
4539 "futures 0.3.31",
4540 "fuzzy",
4541 "gpui",
4542 "language",
4543 "menu",
4544 "picker",
4545 "project",
4546 "schemars",
4547 "serde",
4548 "serde_derive",
4549 "serde_json",
4550 "settings",
4551 "text",
4552 "theme",
4553 "ui",
4554 "util",
4555 "workspace",
4556]
4557
4558[[package]]
4559name = "file_icons"
4560version = "0.1.0"
4561dependencies = [
4562 "collections",
4563 "gpui",
4564 "serde",
4565 "serde_derive",
4566 "serde_json",
4567 "util",
4568]
4569
4570[[package]]
4571name = "filedescriptor"
4572version = "0.8.2"
4573source = "registry+https://github.com/rust-lang/crates.io-index"
4574checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
4575dependencies = [
4576 "libc",
4577 "thiserror 1.0.69",
4578 "winapi",
4579]
4580
4581[[package]]
4582name = "filetime"
4583version = "0.2.25"
4584source = "registry+https://github.com/rust-lang/crates.io-index"
4585checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
4586dependencies = [
4587 "cfg-if",
4588 "libc",
4589 "libredox",
4590 "windows-sys 0.59.0",
4591]
4592
4593[[package]]
4594name = "fixedbitset"
4595version = "0.4.2"
4596source = "registry+https://github.com/rust-lang/crates.io-index"
4597checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
4598
4599[[package]]
4600name = "flate2"
4601version = "1.0.35"
4602source = "registry+https://github.com/rust-lang/crates.io-index"
4603checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
4604dependencies = [
4605 "crc32fast",
4606 "miniz_oxide",
4607]
4608
4609[[package]]
4610name = "float-cmp"
4611version = "0.9.0"
4612source = "registry+https://github.com/rust-lang/crates.io-index"
4613checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
4614
4615[[package]]
4616name = "float-ord"
4617version = "0.3.2"
4618source = "registry+https://github.com/rust-lang/crates.io-index"
4619checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
4620
4621[[package]]
4622name = "flume"
4623version = "0.11.1"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
4626dependencies = [
4627 "futures-core",
4628 "futures-sink",
4629 "nanorand",
4630 "spin",
4631]
4632
4633[[package]]
4634name = "fnv"
4635version = "1.0.7"
4636source = "registry+https://github.com/rust-lang/crates.io-index"
4637checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
4638
4639[[package]]
4640name = "foldhash"
4641version = "0.1.3"
4642source = "registry+https://github.com/rust-lang/crates.io-index"
4643checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
4644
4645[[package]]
4646name = "font-kit"
4647version = "0.14.1"
4648source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
4649dependencies = [
4650 "bitflags 2.6.0",
4651 "byteorder",
4652 "core-foundation 0.9.4",
4653 "core-graphics 0.23.2",
4654 "core-text",
4655 "dirs 5.0.1",
4656 "dwrote",
4657 "float-ord",
4658 "freetype-sys",
4659 "lazy_static",
4660 "libc",
4661 "log",
4662 "pathfinder_geometry",
4663 "pathfinder_simd",
4664 "walkdir",
4665 "winapi",
4666 "yeslogic-fontconfig-sys",
4667]
4668
4669[[package]]
4670name = "font-types"
4671version = "0.7.3"
4672source = "registry+https://github.com/rust-lang/crates.io-index"
4673checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
4674dependencies = [
4675 "bytemuck",
4676]
4677
4678[[package]]
4679name = "fontconfig-parser"
4680version = "0.5.7"
4681source = "registry+https://github.com/rust-lang/crates.io-index"
4682checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
4683dependencies = [
4684 "roxmltree",
4685]
4686
4687[[package]]
4688name = "fontdb"
4689version = "0.18.0"
4690source = "registry+https://github.com/rust-lang/crates.io-index"
4691checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
4692dependencies = [
4693 "fontconfig-parser",
4694 "log",
4695 "memmap2",
4696 "slotmap",
4697 "tinyvec",
4698 "ttf-parser",
4699]
4700
4701[[package]]
4702name = "foreign-types"
4703version = "0.3.2"
4704source = "registry+https://github.com/rust-lang/crates.io-index"
4705checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
4706dependencies = [
4707 "foreign-types-shared 0.1.1",
4708]
4709
4710[[package]]
4711name = "foreign-types"
4712version = "0.5.0"
4713source = "registry+https://github.com/rust-lang/crates.io-index"
4714checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
4715dependencies = [
4716 "foreign-types-macros",
4717 "foreign-types-shared 0.3.1",
4718]
4719
4720[[package]]
4721name = "foreign-types-macros"
4722version = "0.2.3"
4723source = "registry+https://github.com/rust-lang/crates.io-index"
4724checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
4725dependencies = [
4726 "proc-macro2",
4727 "quote",
4728 "syn 2.0.90",
4729]
4730
4731[[package]]
4732name = "foreign-types-shared"
4733version = "0.1.1"
4734source = "registry+https://github.com/rust-lang/crates.io-index"
4735checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4736
4737[[package]]
4738name = "foreign-types-shared"
4739version = "0.3.1"
4740source = "registry+https://github.com/rust-lang/crates.io-index"
4741checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
4742
4743[[package]]
4744name = "fork"
4745version = "0.2.0"
4746source = "registry+https://github.com/rust-lang/crates.io-index"
4747checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
4748dependencies = [
4749 "libc",
4750]
4751
4752[[package]]
4753name = "form_urlencoded"
4754version = "1.2.1"
4755source = "registry+https://github.com/rust-lang/crates.io-index"
4756checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
4757dependencies = [
4758 "percent-encoding",
4759]
4760
4761[[package]]
4762name = "freetype-sys"
4763version = "0.20.1"
4764source = "registry+https://github.com/rust-lang/crates.io-index"
4765checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
4766dependencies = [
4767 "cc",
4768 "libc",
4769 "pkg-config",
4770]
4771
4772[[package]]
4773name = "fs"
4774version = "0.1.0"
4775dependencies = [
4776 "anyhow",
4777 "ashpd",
4778 "async-tar",
4779 "async-trait",
4780 "cocoa 0.26.0",
4781 "collections",
4782 "fsevent",
4783 "futures 0.3.31",
4784 "git",
4785 "git2",
4786 "gpui",
4787 "libc",
4788 "log",
4789 "notify",
4790 "objc",
4791 "parking_lot",
4792 "paths",
4793 "proto",
4794 "rope",
4795 "serde",
4796 "serde_json",
4797 "shlex",
4798 "smol",
4799 "tempfile",
4800 "text",
4801 "time",
4802 "util",
4803 "which 6.0.3",
4804 "windows 0.58.0",
4805]
4806
4807[[package]]
4808name = "fs-set-times"
4809version = "0.20.2"
4810source = "registry+https://github.com/rust-lang/crates.io-index"
4811checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
4812dependencies = [
4813 "io-lifetimes 2.0.4",
4814 "rustix 0.38.42",
4815 "windows-sys 0.59.0",
4816]
4817
4818[[package]]
4819name = "fs2"
4820version = "0.4.3"
4821source = "registry+https://github.com/rust-lang/crates.io-index"
4822checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4823dependencies = [
4824 "libc",
4825 "winapi",
4826]
4827
4828[[package]]
4829name = "fsevent"
4830version = "0.1.0"
4831dependencies = [
4832 "bitflags 2.6.0",
4833 "core-foundation 0.9.4",
4834 "fsevent-sys 3.1.0",
4835 "parking_lot",
4836 "tempfile",
4837]
4838
4839[[package]]
4840name = "fsevent-sys"
4841version = "3.1.0"
4842source = "registry+https://github.com/rust-lang/crates.io-index"
4843checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
4844dependencies = [
4845 "libc",
4846]
4847
4848[[package]]
4849name = "fsevent-sys"
4850version = "4.1.0"
4851source = "registry+https://github.com/rust-lang/crates.io-index"
4852checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
4853dependencies = [
4854 "libc",
4855]
4856
4857[[package]]
4858name = "funty"
4859version = "2.0.0"
4860source = "registry+https://github.com/rust-lang/crates.io-index"
4861checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
4862
4863[[package]]
4864name = "futf"
4865version = "0.1.5"
4866source = "registry+https://github.com/rust-lang/crates.io-index"
4867checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
4868dependencies = [
4869 "mac",
4870 "new_debug_unreachable",
4871]
4872
4873[[package]]
4874name = "futures"
4875version = "0.1.31"
4876source = "registry+https://github.com/rust-lang/crates.io-index"
4877checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
4878
4879[[package]]
4880name = "futures"
4881version = "0.3.31"
4882source = "registry+https://github.com/rust-lang/crates.io-index"
4883checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
4884dependencies = [
4885 "futures-channel",
4886 "futures-core",
4887 "futures-executor",
4888 "futures-io",
4889 "futures-sink",
4890 "futures-task",
4891 "futures-util",
4892]
4893
4894[[package]]
4895name = "futures-batch"
4896version = "0.6.1"
4897source = "registry+https://github.com/rust-lang/crates.io-index"
4898checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
4899dependencies = [
4900 "futures 0.3.31",
4901 "futures-timer",
4902 "pin-utils",
4903]
4904
4905[[package]]
4906name = "futures-channel"
4907version = "0.3.31"
4908source = "registry+https://github.com/rust-lang/crates.io-index"
4909checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
4910dependencies = [
4911 "futures-core",
4912 "futures-sink",
4913]
4914
4915[[package]]
4916name = "futures-core"
4917version = "0.3.31"
4918source = "registry+https://github.com/rust-lang/crates.io-index"
4919checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
4920
4921[[package]]
4922name = "futures-executor"
4923version = "0.3.31"
4924source = "registry+https://github.com/rust-lang/crates.io-index"
4925checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
4926dependencies = [
4927 "futures-core",
4928 "futures-task",
4929 "futures-util",
4930]
4931
4932[[package]]
4933name = "futures-intrusive"
4934version = "0.5.0"
4935source = "registry+https://github.com/rust-lang/crates.io-index"
4936checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
4937dependencies = [
4938 "futures-core",
4939 "lock_api",
4940 "parking_lot",
4941]
4942
4943[[package]]
4944name = "futures-io"
4945version = "0.3.31"
4946source = "registry+https://github.com/rust-lang/crates.io-index"
4947checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
4948
4949[[package]]
4950name = "futures-lite"
4951version = "1.13.0"
4952source = "registry+https://github.com/rust-lang/crates.io-index"
4953checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
4954dependencies = [
4955 "fastrand 1.9.0",
4956 "futures-core",
4957 "futures-io",
4958 "memchr",
4959 "parking",
4960 "pin-project-lite",
4961 "waker-fn",
4962]
4963
4964[[package]]
4965name = "futures-lite"
4966version = "2.5.0"
4967source = "registry+https://github.com/rust-lang/crates.io-index"
4968checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1"
4969dependencies = [
4970 "fastrand 2.3.0",
4971 "futures-core",
4972 "futures-io",
4973 "parking",
4974 "pin-project-lite",
4975]
4976
4977[[package]]
4978name = "futures-macro"
4979version = "0.3.31"
4980source = "registry+https://github.com/rust-lang/crates.io-index"
4981checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
4982dependencies = [
4983 "proc-macro2",
4984 "quote",
4985 "syn 2.0.90",
4986]
4987
4988[[package]]
4989name = "futures-sink"
4990version = "0.3.31"
4991source = "registry+https://github.com/rust-lang/crates.io-index"
4992checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
4993
4994[[package]]
4995name = "futures-task"
4996version = "0.3.31"
4997source = "registry+https://github.com/rust-lang/crates.io-index"
4998checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
4999
5000[[package]]
5001name = "futures-timer"
5002version = "3.0.3"
5003source = "registry+https://github.com/rust-lang/crates.io-index"
5004checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
5005
5006[[package]]
5007name = "futures-util"
5008version = "0.3.31"
5009source = "registry+https://github.com/rust-lang/crates.io-index"
5010checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
5011dependencies = [
5012 "futures 0.1.31",
5013 "futures-channel",
5014 "futures-core",
5015 "futures-io",
5016 "futures-macro",
5017 "futures-sink",
5018 "futures-task",
5019 "memchr",
5020 "pin-project-lite",
5021 "pin-utils",
5022 "slab",
5023 "tokio-io",
5024]
5025
5026[[package]]
5027name = "fuzzy"
5028version = "0.1.0"
5029dependencies = [
5030 "gpui",
5031 "log",
5032 "util",
5033]
5034
5035[[package]]
5036name = "fuzzy-matcher"
5037version = "0.3.7"
5038source = "registry+https://github.com/rust-lang/crates.io-index"
5039checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
5040dependencies = [
5041 "thread_local",
5042]
5043
5044[[package]]
5045name = "generic-array"
5046version = "0.14.7"
5047source = "registry+https://github.com/rust-lang/crates.io-index"
5048checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
5049dependencies = [
5050 "typenum",
5051 "version_check",
5052]
5053
5054[[package]]
5055name = "gethostname"
5056version = "0.4.3"
5057source = "registry+https://github.com/rust-lang/crates.io-index"
5058checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
5059dependencies = [
5060 "libc",
5061 "windows-targets 0.48.5",
5062]
5063
5064[[package]]
5065name = "getrandom"
5066version = "0.1.16"
5067source = "registry+https://github.com/rust-lang/crates.io-index"
5068checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
5069dependencies = [
5070 "cfg-if",
5071 "libc",
5072 "wasi 0.9.0+wasi-snapshot-preview1",
5073]
5074
5075[[package]]
5076name = "getrandom"
5077version = "0.2.15"
5078source = "registry+https://github.com/rust-lang/crates.io-index"
5079checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
5080dependencies = [
5081 "cfg-if",
5082 "js-sys",
5083 "libc",
5084 "wasi 0.11.0+wasi-snapshot-preview1",
5085 "wasm-bindgen",
5086]
5087
5088[[package]]
5089name = "gif"
5090version = "0.13.1"
5091source = "registry+https://github.com/rust-lang/crates.io-index"
5092checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
5093dependencies = [
5094 "color_quant",
5095 "weezl",
5096]
5097
5098[[package]]
5099name = "gimli"
5100version = "0.29.0"
5101source = "registry+https://github.com/rust-lang/crates.io-index"
5102checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
5103dependencies = [
5104 "fallible-iterator",
5105 "indexmap",
5106 "stable_deref_trait",
5107]
5108
5109[[package]]
5110name = "gimli"
5111version = "0.31.1"
5112source = "registry+https://github.com/rust-lang/crates.io-index"
5113checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
5114
5115[[package]]
5116name = "git"
5117version = "0.1.0"
5118dependencies = [
5119 "anyhow",
5120 "async-trait",
5121 "collections",
5122 "derive_more",
5123 "git2",
5124 "gpui",
5125 "http_client",
5126 "log",
5127 "parking_lot",
5128 "pretty_assertions",
5129 "regex",
5130 "rope",
5131 "serde",
5132 "serde_json",
5133 "smol",
5134 "sum_tree",
5135 "text",
5136 "time",
5137 "unindent",
5138 "url",
5139 "util",
5140]
5141
5142[[package]]
5143name = "git2"
5144version = "0.19.0"
5145source = "registry+https://github.com/rust-lang/crates.io-index"
5146checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
5147dependencies = [
5148 "bitflags 2.6.0",
5149 "libc",
5150 "libgit2-sys",
5151 "log",
5152 "url",
5153]
5154
5155[[package]]
5156name = "git_hosting_providers"
5157version = "0.1.0"
5158dependencies = [
5159 "anyhow",
5160 "async-trait",
5161 "futures 0.3.31",
5162 "git",
5163 "gpui",
5164 "http_client",
5165 "indoc",
5166 "pretty_assertions",
5167 "regex",
5168 "serde",
5169 "serde_json",
5170 "url",
5171 "util",
5172]
5173
5174[[package]]
5175name = "git_ui"
5176version = "0.1.0"
5177dependencies = [
5178 "anyhow",
5179 "collections",
5180 "db",
5181 "editor",
5182 "git",
5183 "gpui",
5184 "language",
5185 "menu",
5186 "project",
5187 "schemars",
5188 "serde",
5189 "serde_derive",
5190 "serde_json",
5191 "settings",
5192 "theme",
5193 "ui",
5194 "util",
5195 "windows 0.58.0",
5196 "workspace",
5197 "worktree",
5198]
5199
5200[[package]]
5201name = "glob"
5202version = "0.3.1"
5203source = "registry+https://github.com/rust-lang/crates.io-index"
5204checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
5205
5206[[package]]
5207name = "globset"
5208version = "0.4.15"
5209source = "registry+https://github.com/rust-lang/crates.io-index"
5210checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
5211dependencies = [
5212 "aho-corasick",
5213 "bstr",
5214 "log",
5215 "regex-automata 0.4.9",
5216 "regex-syntax 0.8.5",
5217]
5218
5219[[package]]
5220name = "gloo-timers"
5221version = "0.3.0"
5222source = "registry+https://github.com/rust-lang/crates.io-index"
5223checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
5224dependencies = [
5225 "futures-channel",
5226 "futures-core",
5227 "js-sys",
5228 "wasm-bindgen",
5229]
5230
5231[[package]]
5232name = "glow"
5233version = "0.14.2"
5234source = "registry+https://github.com/rust-lang/crates.io-index"
5235checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
5236dependencies = [
5237 "js-sys",
5238 "slotmap",
5239 "wasm-bindgen",
5240 "web-sys",
5241]
5242
5243[[package]]
5244name = "go_to_line"
5245version = "0.1.0"
5246dependencies = [
5247 "anyhow",
5248 "editor",
5249 "gpui",
5250 "indoc",
5251 "language",
5252 "menu",
5253 "project",
5254 "rope",
5255 "schemars",
5256 "serde",
5257 "serde_json",
5258 "settings",
5259 "text",
5260 "theme",
5261 "tree-sitter-rust",
5262 "tree-sitter-typescript",
5263 "ui",
5264 "util",
5265 "workspace",
5266]
5267
5268[[package]]
5269name = "google_ai"
5270version = "0.1.0"
5271dependencies = [
5272 "anyhow",
5273 "futures 0.3.31",
5274 "http_client",
5275 "schemars",
5276 "serde",
5277 "serde_json",
5278 "strum",
5279]
5280
5281[[package]]
5282name = "gpu-alloc"
5283version = "0.6.0"
5284source = "registry+https://github.com/rust-lang/crates.io-index"
5285checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
5286dependencies = [
5287 "bitflags 2.6.0",
5288 "gpu-alloc-types",
5289]
5290
5291[[package]]
5292name = "gpu-alloc-ash"
5293version = "0.7.0"
5294source = "registry+https://github.com/rust-lang/crates.io-index"
5295checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
5296dependencies = [
5297 "ash",
5298 "gpu-alloc-types",
5299 "tinyvec",
5300]
5301
5302[[package]]
5303name = "gpu-alloc-types"
5304version = "0.3.0"
5305source = "registry+https://github.com/rust-lang/crates.io-index"
5306checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
5307dependencies = [
5308 "bitflags 2.6.0",
5309]
5310
5311[[package]]
5312name = "gpui"
5313version = "0.1.0"
5314dependencies = [
5315 "anyhow",
5316 "as-raw-xcb-connection",
5317 "ashpd",
5318 "async-task",
5319 "backtrace",
5320 "bindgen",
5321 "blade-graphics",
5322 "blade-macros",
5323 "blade-util",
5324 "block",
5325 "bytemuck",
5326 "calloop",
5327 "calloop-wayland-source",
5328 "cbindgen",
5329 "cocoa 0.26.0",
5330 "collections",
5331 "core-foundation 0.9.4",
5332 "core-foundation-sys",
5333 "core-graphics 0.23.2",
5334 "core-text",
5335 "cosmic-text",
5336 "ctor",
5337 "derive_more",
5338 "embed-resource",
5339 "env_logger 0.11.6",
5340 "etagere",
5341 "filedescriptor",
5342 "flume",
5343 "font-kit",
5344 "foreign-types 0.5.0",
5345 "futures 0.3.31",
5346 "gpui_macros",
5347 "http_client",
5348 "image",
5349 "itertools 0.13.0",
5350 "linkme",
5351 "log",
5352 "media",
5353 "metal",
5354 "num_cpus",
5355 "objc",
5356 "objc2",
5357 "objc2-metal",
5358 "oo7",
5359 "open",
5360 "parking",
5361 "parking_lot",
5362 "pathfinder_geometry",
5363 "postage",
5364 "profiling",
5365 "rand 0.8.5",
5366 "raw-window-handle",
5367 "refineable",
5368 "resvg",
5369 "schemars",
5370 "seahash",
5371 "semantic_version",
5372 "serde",
5373 "serde_derive",
5374 "serde_json",
5375 "slotmap",
5376 "smallvec",
5377 "smol",
5378 "strum",
5379 "sum_tree",
5380 "taffy",
5381 "thiserror 1.0.69",
5382 "unicode-segmentation",
5383 "usvg",
5384 "util",
5385 "uuid",
5386 "waker-fn",
5387 "wayland-backend",
5388 "wayland-client",
5389 "wayland-cursor",
5390 "wayland-protocols",
5391 "wayland-protocols-plasma",
5392 "windows 0.58.0",
5393 "windows-core 0.58.0",
5394 "x11-clipboard",
5395 "x11rb",
5396 "xim",
5397 "xkbcommon",
5398]
5399
5400[[package]]
5401name = "gpui_macros"
5402version = "0.1.0"
5403dependencies = [
5404 "proc-macro2",
5405 "quote",
5406 "syn 1.0.109",
5407]
5408
5409[[package]]
5410name = "grid"
5411version = "0.13.0"
5412source = "registry+https://github.com/rust-lang/crates.io-index"
5413checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
5414
5415[[package]]
5416name = "group"
5417version = "0.12.1"
5418source = "registry+https://github.com/rust-lang/crates.io-index"
5419checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
5420dependencies = [
5421 "ff",
5422 "rand_core 0.6.4",
5423 "subtle",
5424]
5425
5426[[package]]
5427name = "h2"
5428version = "0.3.26"
5429source = "registry+https://github.com/rust-lang/crates.io-index"
5430checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
5431dependencies = [
5432 "bytes 1.9.0",
5433 "fnv",
5434 "futures-core",
5435 "futures-sink",
5436 "futures-util",
5437 "http 0.2.12",
5438 "indexmap",
5439 "slab",
5440 "tokio",
5441 "tokio-util",
5442 "tracing",
5443]
5444
5445[[package]]
5446name = "h2"
5447version = "0.4.7"
5448source = "registry+https://github.com/rust-lang/crates.io-index"
5449checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
5450dependencies = [
5451 "atomic-waker",
5452 "bytes 1.9.0",
5453 "fnv",
5454 "futures-core",
5455 "futures-sink",
5456 "http 1.2.0",
5457 "indexmap",
5458 "slab",
5459 "tokio",
5460 "tokio-util",
5461 "tracing",
5462]
5463
5464[[package]]
5465name = "half"
5466version = "2.4.1"
5467source = "registry+https://github.com/rust-lang/crates.io-index"
5468checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
5469dependencies = [
5470 "cfg-if",
5471 "crunchy",
5472]
5473
5474[[package]]
5475name = "handlebars"
5476version = "4.5.0"
5477source = "registry+https://github.com/rust-lang/crates.io-index"
5478checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
5479dependencies = [
5480 "log",
5481 "pest",
5482 "pest_derive",
5483 "serde",
5484 "serde_json",
5485 "thiserror 1.0.69",
5486]
5487
5488[[package]]
5489name = "handlebars"
5490version = "6.2.0"
5491source = "registry+https://github.com/rust-lang/crates.io-index"
5492checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
5493dependencies = [
5494 "log",
5495 "num-order",
5496 "pest",
5497 "pest_derive",
5498 "serde",
5499 "serde_json",
5500 "thiserror 1.0.69",
5501]
5502
5503[[package]]
5504name = "hashbrown"
5505version = "0.12.3"
5506source = "registry+https://github.com/rust-lang/crates.io-index"
5507checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
5508dependencies = [
5509 "ahash 0.7.8",
5510]
5511
5512[[package]]
5513name = "hashbrown"
5514version = "0.13.2"
5515source = "registry+https://github.com/rust-lang/crates.io-index"
5516checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
5517dependencies = [
5518 "ahash 0.8.11",
5519]
5520
5521[[package]]
5522name = "hashbrown"
5523version = "0.14.5"
5524source = "registry+https://github.com/rust-lang/crates.io-index"
5525checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
5526dependencies = [
5527 "ahash 0.8.11",
5528 "allocator-api2",
5529 "serde",
5530]
5531
5532[[package]]
5533name = "hashbrown"
5534version = "0.15.2"
5535source = "registry+https://github.com/rust-lang/crates.io-index"
5536checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
5537dependencies = [
5538 "allocator-api2",
5539 "equivalent",
5540 "foldhash",
5541]
5542
5543[[package]]
5544name = "hashlink"
5545version = "0.8.4"
5546source = "registry+https://github.com/rust-lang/crates.io-index"
5547checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
5548dependencies = [
5549 "hashbrown 0.14.5",
5550]
5551
5552[[package]]
5553name = "hashlink"
5554version = "0.9.1"
5555source = "registry+https://github.com/rust-lang/crates.io-index"
5556checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
5557dependencies = [
5558 "hashbrown 0.14.5",
5559]
5560
5561[[package]]
5562name = "headers"
5563version = "0.3.9"
5564source = "registry+https://github.com/rust-lang/crates.io-index"
5565checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
5566dependencies = [
5567 "base64 0.21.7",
5568 "bytes 1.9.0",
5569 "headers-core",
5570 "http 0.2.12",
5571 "httpdate",
5572 "mime",
5573 "sha1",
5574]
5575
5576[[package]]
5577name = "headers-core"
5578version = "0.2.0"
5579source = "registry+https://github.com/rust-lang/crates.io-index"
5580checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
5581dependencies = [
5582 "http 0.2.12",
5583]
5584
5585[[package]]
5586name = "heck"
5587version = "0.3.3"
5588source = "registry+https://github.com/rust-lang/crates.io-index"
5589checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
5590dependencies = [
5591 "unicode-segmentation",
5592]
5593
5594[[package]]
5595name = "heck"
5596version = "0.4.1"
5597source = "registry+https://github.com/rust-lang/crates.io-index"
5598checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
5599dependencies = [
5600 "unicode-segmentation",
5601]
5602
5603[[package]]
5604name = "heck"
5605version = "0.5.0"
5606source = "registry+https://github.com/rust-lang/crates.io-index"
5607checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
5608
5609[[package]]
5610name = "heed"
5611version = "0.21.0"
5612source = "registry+https://github.com/rust-lang/crates.io-index"
5613checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
5614dependencies = [
5615 "bitflags 2.6.0",
5616 "byteorder",
5617 "heed-traits",
5618 "heed-types",
5619 "libc",
5620 "lmdb-master-sys",
5621 "once_cell",
5622 "page_size",
5623 "serde",
5624 "synchronoise",
5625 "url",
5626]
5627
5628[[package]]
5629name = "heed-traits"
5630version = "0.20.0"
5631source = "registry+https://github.com/rust-lang/crates.io-index"
5632checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
5633
5634[[package]]
5635name = "heed-types"
5636version = "0.21.0"
5637source = "registry+https://github.com/rust-lang/crates.io-index"
5638checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
5639dependencies = [
5640 "bincode",
5641 "byteorder",
5642 "heed-traits",
5643 "serde",
5644 "serde_json",
5645]
5646
5647[[package]]
5648name = "hermit-abi"
5649version = "0.3.9"
5650source = "registry+https://github.com/rust-lang/crates.io-index"
5651checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
5652
5653[[package]]
5654name = "hermit-abi"
5655version = "0.4.0"
5656source = "registry+https://github.com/rust-lang/crates.io-index"
5657checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
5658
5659[[package]]
5660name = "hex"
5661version = "0.4.3"
5662source = "registry+https://github.com/rust-lang/crates.io-index"
5663checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5664
5665[[package]]
5666name = "hexf-parse"
5667version = "0.2.1"
5668source = "registry+https://github.com/rust-lang/crates.io-index"
5669checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
5670
5671[[package]]
5672name = "hidden-trait"
5673version = "0.1.2"
5674source = "registry+https://github.com/rust-lang/crates.io-index"
5675checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
5676dependencies = [
5677 "proc-macro2",
5678 "quote",
5679 "syn 1.0.109",
5680]
5681
5682[[package]]
5683name = "hkdf"
5684version = "0.12.4"
5685source = "registry+https://github.com/rust-lang/crates.io-index"
5686checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
5687dependencies = [
5688 "hmac",
5689]
5690
5691[[package]]
5692name = "hmac"
5693version = "0.12.1"
5694source = "registry+https://github.com/rust-lang/crates.io-index"
5695checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5696dependencies = [
5697 "digest",
5698]
5699
5700[[package]]
5701name = "home"
5702version = "0.5.9"
5703source = "registry+https://github.com/rust-lang/crates.io-index"
5704checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5705dependencies = [
5706 "windows-sys 0.52.0",
5707]
5708
5709[[package]]
5710name = "hound"
5711version = "3.5.1"
5712source = "registry+https://github.com/rust-lang/crates.io-index"
5713checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
5714
5715[[package]]
5716name = "html5ever"
5717version = "0.27.0"
5718source = "registry+https://github.com/rust-lang/crates.io-index"
5719checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
5720dependencies = [
5721 "log",
5722 "mac",
5723 "markup5ever",
5724 "proc-macro2",
5725 "quote",
5726 "syn 2.0.90",
5727]
5728
5729[[package]]
5730name = "html_to_markdown"
5731version = "0.1.0"
5732dependencies = [
5733 "anyhow",
5734 "html5ever",
5735 "indoc",
5736 "markup5ever_rcdom",
5737 "pretty_assertions",
5738 "regex",
5739]
5740
5741[[package]]
5742name = "http"
5743version = "0.2.12"
5744source = "registry+https://github.com/rust-lang/crates.io-index"
5745checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
5746dependencies = [
5747 "bytes 1.9.0",
5748 "fnv",
5749 "itoa",
5750]
5751
5752[[package]]
5753name = "http"
5754version = "1.2.0"
5755source = "registry+https://github.com/rust-lang/crates.io-index"
5756checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
5757dependencies = [
5758 "bytes 1.9.0",
5759 "fnv",
5760 "itoa",
5761]
5762
5763[[package]]
5764name = "http-body"
5765version = "0.4.6"
5766source = "registry+https://github.com/rust-lang/crates.io-index"
5767checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
5768dependencies = [
5769 "bytes 1.9.0",
5770 "http 0.2.12",
5771 "pin-project-lite",
5772]
5773
5774[[package]]
5775name = "http-body"
5776version = "1.0.1"
5777source = "registry+https://github.com/rust-lang/crates.io-index"
5778checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
5779dependencies = [
5780 "bytes 1.9.0",
5781 "http 1.2.0",
5782]
5783
5784[[package]]
5785name = "http-body-util"
5786version = "0.1.2"
5787source = "registry+https://github.com/rust-lang/crates.io-index"
5788checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
5789dependencies = [
5790 "bytes 1.9.0",
5791 "futures-util",
5792 "http 1.2.0",
5793 "http-body 1.0.1",
5794 "pin-project-lite",
5795]
5796
5797[[package]]
5798name = "http-range-header"
5799version = "0.3.1"
5800source = "registry+https://github.com/rust-lang/crates.io-index"
5801checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5802
5803[[package]]
5804name = "http-types"
5805version = "2.12.0"
5806source = "registry+https://github.com/rust-lang/crates.io-index"
5807checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
5808dependencies = [
5809 "anyhow",
5810 "async-channel 1.9.0",
5811 "base64 0.13.1",
5812 "futures-lite 1.13.0",
5813 "http 0.2.12",
5814 "infer",
5815 "pin-project-lite",
5816 "rand 0.7.3",
5817 "serde",
5818 "serde_json",
5819 "serde_qs 0.8.5",
5820 "serde_urlencoded",
5821 "url",
5822]
5823
5824[[package]]
5825name = "http_client"
5826version = "0.1.0"
5827dependencies = [
5828 "anyhow",
5829 "bytes 1.9.0",
5830 "derive_more",
5831 "futures 0.3.31",
5832 "http 1.2.0",
5833 "log",
5834 "serde",
5835 "serde_json",
5836 "url",
5837]
5838
5839[[package]]
5840name = "httparse"
5841version = "1.9.5"
5842source = "registry+https://github.com/rust-lang/crates.io-index"
5843checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
5844
5845[[package]]
5846name = "httpdate"
5847version = "1.0.3"
5848source = "registry+https://github.com/rust-lang/crates.io-index"
5849checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5850
5851[[package]]
5852name = "human_bytes"
5853version = "0.4.3"
5854source = "registry+https://github.com/rust-lang/crates.io-index"
5855checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5856
5857[[package]]
5858name = "humantime"
5859version = "2.1.0"
5860source = "registry+https://github.com/rust-lang/crates.io-index"
5861checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5862
5863[[package]]
5864name = "hyper"
5865version = "0.14.32"
5866source = "registry+https://github.com/rust-lang/crates.io-index"
5867checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
5868dependencies = [
5869 "bytes 1.9.0",
5870 "futures-channel",
5871 "futures-core",
5872 "futures-util",
5873 "h2 0.3.26",
5874 "http 0.2.12",
5875 "http-body 0.4.6",
5876 "httparse",
5877 "httpdate",
5878 "itoa",
5879 "pin-project-lite",
5880 "socket2 0.4.10",
5881 "tokio",
5882 "tower-service",
5883 "tracing",
5884 "want",
5885]
5886
5887[[package]]
5888name = "hyper"
5889version = "1.5.1"
5890source = "registry+https://github.com/rust-lang/crates.io-index"
5891checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
5892dependencies = [
5893 "bytes 1.9.0",
5894 "futures-channel",
5895 "futures-util",
5896 "h2 0.4.7",
5897 "http 1.2.0",
5898 "http-body 1.0.1",
5899 "httparse",
5900 "itoa",
5901 "pin-project-lite",
5902 "smallvec",
5903 "tokio",
5904 "want",
5905]
5906
5907[[package]]
5908name = "hyper-rustls"
5909version = "0.24.2"
5910source = "registry+https://github.com/rust-lang/crates.io-index"
5911checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5912dependencies = [
5913 "futures-util",
5914 "http 0.2.12",
5915 "hyper 0.14.32",
5916 "log",
5917 "rustls 0.21.12",
5918 "rustls-native-certs 0.6.3",
5919 "tokio",
5920 "tokio-rustls 0.24.1",
5921]
5922
5923[[package]]
5924name = "hyper-rustls"
5925version = "0.27.3"
5926source = "registry+https://github.com/rust-lang/crates.io-index"
5927checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
5928dependencies = [
5929 "futures-util",
5930 "http 1.2.0",
5931 "hyper 1.5.1",
5932 "hyper-util",
5933 "rustls 0.23.20",
5934 "rustls-native-certs 0.8.1",
5935 "rustls-pki-types",
5936 "tokio",
5937 "tokio-rustls 0.26.1",
5938 "tower-service",
5939]
5940
5941[[package]]
5942name = "hyper-tls"
5943version = "0.5.0"
5944source = "registry+https://github.com/rust-lang/crates.io-index"
5945checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5946dependencies = [
5947 "bytes 1.9.0",
5948 "hyper 0.14.32",
5949 "native-tls",
5950 "tokio",
5951 "tokio-native-tls",
5952]
5953
5954[[package]]
5955name = "hyper-util"
5956version = "0.1.10"
5957source = "registry+https://github.com/rust-lang/crates.io-index"
5958checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
5959dependencies = [
5960 "bytes 1.9.0",
5961 "futures-channel",
5962 "futures-util",
5963 "http 1.2.0",
5964 "http-body 1.0.1",
5965 "hyper 1.5.1",
5966 "pin-project-lite",
5967 "socket2 0.5.8",
5968 "tokio",
5969 "tower-service",
5970 "tracing",
5971]
5972
5973[[package]]
5974name = "iana-time-zone"
5975version = "0.1.61"
5976source = "registry+https://github.com/rust-lang/crates.io-index"
5977checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
5978dependencies = [
5979 "android_system_properties",
5980 "core-foundation-sys",
5981 "iana-time-zone-haiku",
5982 "js-sys",
5983 "wasm-bindgen",
5984 "windows-core 0.52.0",
5985]
5986
5987[[package]]
5988name = "iana-time-zone-haiku"
5989version = "0.1.2"
5990source = "registry+https://github.com/rust-lang/crates.io-index"
5991checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5992dependencies = [
5993 "cc",
5994]
5995
5996[[package]]
5997name = "icu_collections"
5998version = "1.5.0"
5999source = "registry+https://github.com/rust-lang/crates.io-index"
6000checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
6001dependencies = [
6002 "displaydoc",
6003 "yoke",
6004 "zerofrom",
6005 "zerovec",
6006]
6007
6008[[package]]
6009name = "icu_locid"
6010version = "1.5.0"
6011source = "registry+https://github.com/rust-lang/crates.io-index"
6012checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
6013dependencies = [
6014 "displaydoc",
6015 "litemap",
6016 "tinystr",
6017 "writeable",
6018 "zerovec",
6019]
6020
6021[[package]]
6022name = "icu_locid_transform"
6023version = "1.5.0"
6024source = "registry+https://github.com/rust-lang/crates.io-index"
6025checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
6026dependencies = [
6027 "displaydoc",
6028 "icu_locid",
6029 "icu_locid_transform_data",
6030 "icu_provider",
6031 "tinystr",
6032 "zerovec",
6033]
6034
6035[[package]]
6036name = "icu_locid_transform_data"
6037version = "1.5.0"
6038source = "registry+https://github.com/rust-lang/crates.io-index"
6039checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
6040
6041[[package]]
6042name = "icu_normalizer"
6043version = "1.5.0"
6044source = "registry+https://github.com/rust-lang/crates.io-index"
6045checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
6046dependencies = [
6047 "displaydoc",
6048 "icu_collections",
6049 "icu_normalizer_data",
6050 "icu_properties",
6051 "icu_provider",
6052 "smallvec",
6053 "utf16_iter",
6054 "utf8_iter",
6055 "write16",
6056 "zerovec",
6057]
6058
6059[[package]]
6060name = "icu_normalizer_data"
6061version = "1.5.0"
6062source = "registry+https://github.com/rust-lang/crates.io-index"
6063checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
6064
6065[[package]]
6066name = "icu_properties"
6067version = "1.5.1"
6068source = "registry+https://github.com/rust-lang/crates.io-index"
6069checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
6070dependencies = [
6071 "displaydoc",
6072 "icu_collections",
6073 "icu_locid_transform",
6074 "icu_properties_data",
6075 "icu_provider",
6076 "tinystr",
6077 "zerovec",
6078]
6079
6080[[package]]
6081name = "icu_properties_data"
6082version = "1.5.0"
6083source = "registry+https://github.com/rust-lang/crates.io-index"
6084checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
6085
6086[[package]]
6087name = "icu_provider"
6088version = "1.5.0"
6089source = "registry+https://github.com/rust-lang/crates.io-index"
6090checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
6091dependencies = [
6092 "displaydoc",
6093 "icu_locid",
6094 "icu_provider_macros",
6095 "stable_deref_trait",
6096 "tinystr",
6097 "writeable",
6098 "yoke",
6099 "zerofrom",
6100 "zerovec",
6101]
6102
6103[[package]]
6104name = "icu_provider_macros"
6105version = "1.5.0"
6106source = "registry+https://github.com/rust-lang/crates.io-index"
6107checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
6108dependencies = [
6109 "proc-macro2",
6110 "quote",
6111 "syn 2.0.90",
6112]
6113
6114[[package]]
6115name = "id-arena"
6116version = "2.2.1"
6117source = "registry+https://github.com/rust-lang/crates.io-index"
6118checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
6119
6120[[package]]
6121name = "idna"
6122version = "1.0.3"
6123source = "registry+https://github.com/rust-lang/crates.io-index"
6124checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
6125dependencies = [
6126 "idna_adapter",
6127 "smallvec",
6128 "utf8_iter",
6129]
6130
6131[[package]]
6132name = "idna_adapter"
6133version = "1.2.0"
6134source = "registry+https://github.com/rust-lang/crates.io-index"
6135checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
6136dependencies = [
6137 "icu_normalizer",
6138 "icu_properties",
6139]
6140
6141[[package]]
6142name = "ignore"
6143version = "0.4.23"
6144source = "registry+https://github.com/rust-lang/crates.io-index"
6145checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
6146dependencies = [
6147 "crossbeam-deque",
6148 "globset",
6149 "log",
6150 "memchr",
6151 "regex-automata 0.4.9",
6152 "same-file",
6153 "walkdir",
6154 "winapi-util",
6155]
6156
6157[[package]]
6158name = "image"
6159version = "0.25.5"
6160source = "registry+https://github.com/rust-lang/crates.io-index"
6161checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
6162dependencies = [
6163 "bytemuck",
6164 "byteorder-lite",
6165 "color_quant",
6166 "exr",
6167 "gif",
6168 "image-webp",
6169 "num-traits",
6170 "png",
6171 "qoi",
6172 "ravif",
6173 "rayon",
6174 "rgb",
6175 "tiff",
6176 "zune-core",
6177 "zune-jpeg",
6178]
6179
6180[[package]]
6181name = "image-webp"
6182version = "0.2.0"
6183source = "registry+https://github.com/rust-lang/crates.io-index"
6184checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
6185dependencies = [
6186 "byteorder-lite",
6187 "quick-error",
6188]
6189
6190[[package]]
6191name = "image_viewer"
6192version = "0.1.0"
6193dependencies = [
6194 "anyhow",
6195 "db",
6196 "editor",
6197 "file_icons",
6198 "gpui",
6199 "project",
6200 "settings",
6201 "theme",
6202 "ui",
6203 "util",
6204 "workspace",
6205]
6206
6207[[package]]
6208name = "imagesize"
6209version = "0.13.0"
6210source = "registry+https://github.com/rust-lang/crates.io-index"
6211checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
6212
6213[[package]]
6214name = "imgref"
6215version = "1.11.0"
6216source = "registry+https://github.com/rust-lang/crates.io-index"
6217checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
6218
6219[[package]]
6220name = "indexed_docs"
6221version = "0.1.0"
6222dependencies = [
6223 "anyhow",
6224 "async-trait",
6225 "cargo_metadata",
6226 "collections",
6227 "derive_more",
6228 "extension",
6229 "fs",
6230 "futures 0.3.31",
6231 "fuzzy",
6232 "gpui",
6233 "heed",
6234 "html_to_markdown",
6235 "http_client",
6236 "indexmap",
6237 "indoc",
6238 "parking_lot",
6239 "paths",
6240 "pretty_assertions",
6241 "serde",
6242 "strum",
6243 "util",
6244]
6245
6246[[package]]
6247name = "indexmap"
6248version = "2.7.0"
6249source = "registry+https://github.com/rust-lang/crates.io-index"
6250checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
6251dependencies = [
6252 "equivalent",
6253 "hashbrown 0.15.2",
6254 "serde",
6255]
6256
6257[[package]]
6258name = "indoc"
6259version = "2.0.5"
6260source = "registry+https://github.com/rust-lang/crates.io-index"
6261checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
6262
6263[[package]]
6264name = "infer"
6265version = "0.2.3"
6266source = "registry+https://github.com/rust-lang/crates.io-index"
6267checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
6268
6269[[package]]
6270name = "inherent"
6271version = "1.0.11"
6272source = "registry+https://github.com/rust-lang/crates.io-index"
6273checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
6274dependencies = [
6275 "proc-macro2",
6276 "quote",
6277 "syn 2.0.90",
6278]
6279
6280[[package]]
6281name = "inline_completion"
6282version = "0.1.0"
6283dependencies = [
6284 "gpui",
6285 "language",
6286]
6287
6288[[package]]
6289name = "inline_completion_button"
6290version = "0.1.0"
6291dependencies = [
6292 "anyhow",
6293 "copilot",
6294 "editor",
6295 "feature_flags",
6296 "fs",
6297 "futures 0.3.31",
6298 "gpui",
6299 "indoc",
6300 "language",
6301 "lsp",
6302 "paths",
6303 "project",
6304 "serde_json",
6305 "settings",
6306 "supermaven",
6307 "theme",
6308 "ui",
6309 "workspace",
6310 "zed_actions",
6311 "zeta",
6312]
6313
6314[[package]]
6315name = "inotify"
6316version = "0.9.6"
6317source = "registry+https://github.com/rust-lang/crates.io-index"
6318checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
6319dependencies = [
6320 "bitflags 1.3.2",
6321 "inotify-sys",
6322 "libc",
6323]
6324
6325[[package]]
6326name = "inotify-sys"
6327version = "0.1.5"
6328source = "registry+https://github.com/rust-lang/crates.io-index"
6329checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
6330dependencies = [
6331 "libc",
6332]
6333
6334[[package]]
6335name = "inout"
6336version = "0.1.3"
6337source = "registry+https://github.com/rust-lang/crates.io-index"
6338checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
6339dependencies = [
6340 "block-padding",
6341 "generic-array",
6342]
6343
6344[[package]]
6345name = "install_cli"
6346version = "0.1.0"
6347dependencies = [
6348 "anyhow",
6349 "gpui",
6350 "smol",
6351 "util",
6352]
6353
6354[[package]]
6355name = "instant"
6356version = "0.1.13"
6357source = "registry+https://github.com/rust-lang/crates.io-index"
6358checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
6359dependencies = [
6360 "cfg-if",
6361]
6362
6363[[package]]
6364name = "interpolate_name"
6365version = "0.2.4"
6366source = "registry+https://github.com/rust-lang/crates.io-index"
6367checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
6368dependencies = [
6369 "proc-macro2",
6370 "quote",
6371 "syn 2.0.90",
6372]
6373
6374[[package]]
6375name = "io-extras"
6376version = "0.18.4"
6377source = "registry+https://github.com/rust-lang/crates.io-index"
6378checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
6379dependencies = [
6380 "io-lifetimes 2.0.4",
6381 "windows-sys 0.59.0",
6382]
6383
6384[[package]]
6385name = "io-lifetimes"
6386version = "1.0.11"
6387source = "registry+https://github.com/rust-lang/crates.io-index"
6388checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
6389dependencies = [
6390 "hermit-abi 0.3.9",
6391 "libc",
6392 "windows-sys 0.48.0",
6393]
6394
6395[[package]]
6396name = "io-lifetimes"
6397version = "2.0.4"
6398source = "registry+https://github.com/rust-lang/crates.io-index"
6399checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
6400
6401[[package]]
6402name = "iovec"
6403version = "0.1.4"
6404source = "registry+https://github.com/rust-lang/crates.io-index"
6405checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
6406dependencies = [
6407 "libc",
6408]
6409
6410[[package]]
6411name = "ipc-channel"
6412version = "0.19.0"
6413source = "registry+https://github.com/rust-lang/crates.io-index"
6414checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
6415dependencies = [
6416 "bincode",
6417 "crossbeam-channel",
6418 "fnv",
6419 "lazy_static",
6420 "libc",
6421 "mio 1.0.3",
6422 "rand 0.8.5",
6423 "serde",
6424 "tempfile",
6425 "uuid",
6426 "windows 0.58.0",
6427]
6428
6429[[package]]
6430name = "ipnet"
6431version = "2.10.1"
6432source = "registry+https://github.com/rust-lang/crates.io-index"
6433checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
6434
6435[[package]]
6436name = "is-docker"
6437version = "0.2.0"
6438source = "registry+https://github.com/rust-lang/crates.io-index"
6439checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
6440dependencies = [
6441 "once_cell",
6442]
6443
6444[[package]]
6445name = "is-terminal"
6446version = "0.4.13"
6447source = "registry+https://github.com/rust-lang/crates.io-index"
6448checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
6449dependencies = [
6450 "hermit-abi 0.4.0",
6451 "libc",
6452 "windows-sys 0.52.0",
6453]
6454
6455[[package]]
6456name = "is-wsl"
6457version = "0.4.0"
6458source = "registry+https://github.com/rust-lang/crates.io-index"
6459checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
6460dependencies = [
6461 "is-docker",
6462 "once_cell",
6463]
6464
6465[[package]]
6466name = "is_terminal_polyfill"
6467version = "1.70.1"
6468source = "registry+https://github.com/rust-lang/crates.io-index"
6469checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
6470
6471[[package]]
6472name = "itertools"
6473version = "0.10.5"
6474source = "registry+https://github.com/rust-lang/crates.io-index"
6475checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
6476dependencies = [
6477 "either",
6478]
6479
6480[[package]]
6481name = "itertools"
6482version = "0.11.0"
6483source = "registry+https://github.com/rust-lang/crates.io-index"
6484checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
6485dependencies = [
6486 "either",
6487]
6488
6489[[package]]
6490name = "itertools"
6491version = "0.12.1"
6492source = "registry+https://github.com/rust-lang/crates.io-index"
6493checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
6494dependencies = [
6495 "either",
6496]
6497
6498[[package]]
6499name = "itertools"
6500version = "0.13.0"
6501source = "registry+https://github.com/rust-lang/crates.io-index"
6502checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
6503dependencies = [
6504 "either",
6505]
6506
6507[[package]]
6508name = "itoa"
6509version = "1.0.14"
6510source = "registry+https://github.com/rust-lang/crates.io-index"
6511checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
6512
6513[[package]]
6514name = "jni"
6515version = "0.21.1"
6516source = "registry+https://github.com/rust-lang/crates.io-index"
6517checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
6518dependencies = [
6519 "cesu8",
6520 "cfg-if",
6521 "combine",
6522 "jni-sys",
6523 "log",
6524 "thiserror 1.0.69",
6525 "walkdir",
6526 "windows-sys 0.45.0",
6527]
6528
6529[[package]]
6530name = "jni-sys"
6531version = "0.3.0"
6532source = "registry+https://github.com/rust-lang/crates.io-index"
6533checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
6534
6535[[package]]
6536name = "jobserver"
6537version = "0.1.32"
6538source = "registry+https://github.com/rust-lang/crates.io-index"
6539checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
6540dependencies = [
6541 "libc",
6542]
6543
6544[[package]]
6545name = "journal"
6546version = "0.1.0"
6547dependencies = [
6548 "anyhow",
6549 "chrono",
6550 "editor",
6551 "gpui",
6552 "log",
6553 "schemars",
6554 "serde",
6555 "settings",
6556 "shellexpand 2.1.2",
6557 "workspace",
6558]
6559
6560[[package]]
6561name = "jpeg-decoder"
6562version = "0.3.1"
6563source = "registry+https://github.com/rust-lang/crates.io-index"
6564checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
6565
6566[[package]]
6567name = "js-sys"
6568version = "0.3.76"
6569source = "registry+https://github.com/rust-lang/crates.io-index"
6570checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
6571dependencies = [
6572 "once_cell",
6573 "wasm-bindgen",
6574]
6575
6576[[package]]
6577name = "jsonwebtoken"
6578version = "9.3.0"
6579source = "registry+https://github.com/rust-lang/crates.io-index"
6580checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
6581dependencies = [
6582 "base64 0.21.7",
6583 "js-sys",
6584 "pem",
6585 "ring",
6586 "serde",
6587 "serde_json",
6588 "simple_asn1",
6589]
6590
6591[[package]]
6592name = "jupyter-protocol"
6593version = "0.5.0"
6594source = "registry+https://github.com/rust-lang/crates.io-index"
6595checksum = "503458f8125fd9047ed0a9d95d7a93adc5eaf8bce48757c6d401e09f71ad3407"
6596dependencies = [
6597 "anyhow",
6598 "async-trait",
6599 "bytes 1.9.0",
6600 "chrono",
6601 "futures 0.3.31",
6602 "serde",
6603 "serde_json",
6604 "uuid",
6605]
6606
6607[[package]]
6608name = "jupyter-websocket-client"
6609version = "0.8.0"
6610source = "registry+https://github.com/rust-lang/crates.io-index"
6611checksum = "58d9afa5bc6eeafb78f710a2efc585f69099f8b6a99dc7eb826581e3773a6e31"
6612dependencies = [
6613 "anyhow",
6614 "async-trait",
6615 "async-tungstenite 0.28.2",
6616 "futures 0.3.31",
6617 "jupyter-protocol",
6618 "serde",
6619 "serde_json",
6620 "url",
6621 "uuid",
6622]
6623
6624[[package]]
6625name = "khronos-egl"
6626version = "6.0.0"
6627source = "registry+https://github.com/rust-lang/crates.io-index"
6628checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
6629dependencies = [
6630 "libc",
6631 "libloading",
6632]
6633
6634[[package]]
6635name = "kqueue"
6636version = "1.0.8"
6637source = "registry+https://github.com/rust-lang/crates.io-index"
6638checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
6639dependencies = [
6640 "kqueue-sys",
6641 "libc",
6642]
6643
6644[[package]]
6645name = "kqueue-sys"
6646version = "1.0.4"
6647source = "registry+https://github.com/rust-lang/crates.io-index"
6648checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
6649dependencies = [
6650 "bitflags 1.3.2",
6651 "libc",
6652]
6653
6654[[package]]
6655name = "kurbo"
6656version = "0.11.1"
6657source = "registry+https://github.com/rust-lang/crates.io-index"
6658checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
6659dependencies = [
6660 "arrayvec",
6661 "smallvec",
6662]
6663
6664[[package]]
6665name = "kv-log-macro"
6666version = "1.0.7"
6667source = "registry+https://github.com/rust-lang/crates.io-index"
6668checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
6669dependencies = [
6670 "log",
6671]
6672
6673[[package]]
6674name = "language"
6675version = "0.1.0"
6676dependencies = [
6677 "anyhow",
6678 "async-trait",
6679 "async-watch",
6680 "clock",
6681 "collections",
6682 "ctor",
6683 "ec4rs",
6684 "env_logger 0.11.6",
6685 "fs",
6686 "futures 0.3.31",
6687 "fuzzy",
6688 "globset",
6689 "gpui",
6690 "http_client",
6691 "indoc",
6692 "itertools 0.13.0",
6693 "log",
6694 "lsp",
6695 "parking_lot",
6696 "postage",
6697 "pretty_assertions",
6698 "pulldown-cmark 0.12.2",
6699 "rand 0.8.5",
6700 "regex",
6701 "rpc",
6702 "schemars",
6703 "serde",
6704 "serde_json",
6705 "settings",
6706 "similar",
6707 "smallvec",
6708 "smol",
6709 "strsim",
6710 "sum_tree",
6711 "task",
6712 "text",
6713 "theme",
6714 "tree-sitter",
6715 "tree-sitter-elixir",
6716 "tree-sitter-embedded-template",
6717 "tree-sitter-heex",
6718 "tree-sitter-html",
6719 "tree-sitter-json",
6720 "tree-sitter-md",
6721 "tree-sitter-ruby",
6722 "tree-sitter-rust",
6723 "tree-sitter-typescript",
6724 "unicase",
6725 "unindent",
6726 "util",
6727]
6728
6729[[package]]
6730name = "language_extension"
6731version = "0.1.0"
6732dependencies = [
6733 "anyhow",
6734 "async-trait",
6735 "collections",
6736 "extension",
6737 "futures 0.3.31",
6738 "gpui",
6739 "language",
6740 "lsp",
6741 "serde",
6742 "serde_json",
6743 "util",
6744]
6745
6746[[package]]
6747name = "language_model"
6748version = "0.1.0"
6749dependencies = [
6750 "anthropic",
6751 "anyhow",
6752 "base64 0.22.1",
6753 "collections",
6754 "futures 0.3.31",
6755 "google_ai",
6756 "gpui",
6757 "http_client",
6758 "image",
6759 "log",
6760 "ollama",
6761 "open_ai",
6762 "parking_lot",
6763 "proto",
6764 "schemars",
6765 "serde",
6766 "serde_json",
6767 "smol",
6768 "strum",
6769 "ui",
6770 "util",
6771]
6772
6773[[package]]
6774name = "language_model_selector"
6775version = "0.1.0"
6776dependencies = [
6777 "feature_flags",
6778 "gpui",
6779 "language_model",
6780 "picker",
6781 "proto",
6782 "ui",
6783 "workspace",
6784 "zed_actions",
6785]
6786
6787[[package]]
6788name = "language_models"
6789version = "0.1.0"
6790dependencies = [
6791 "anthropic",
6792 "anyhow",
6793 "client",
6794 "collections",
6795 "copilot",
6796 "editor",
6797 "feature_flags",
6798 "fs",
6799 "futures 0.3.31",
6800 "google_ai",
6801 "gpui",
6802 "http_client",
6803 "language_model",
6804 "menu",
6805 "ollama",
6806 "open_ai",
6807 "project",
6808 "proto",
6809 "schemars",
6810 "serde",
6811 "serde_json",
6812 "settings",
6813 "smol",
6814 "strum",
6815 "telemetry_events",
6816 "theme",
6817 "thiserror 1.0.69",
6818 "tiktoken-rs",
6819 "ui",
6820 "util",
6821]
6822
6823[[package]]
6824name = "language_selector"
6825version = "0.1.0"
6826dependencies = [
6827 "anyhow",
6828 "editor",
6829 "file_finder",
6830 "file_icons",
6831 "fuzzy",
6832 "gpui",
6833 "language",
6834 "picker",
6835 "project",
6836 "settings",
6837 "ui",
6838 "util",
6839 "workspace",
6840]
6841
6842[[package]]
6843name = "language_tools"
6844version = "0.1.0"
6845dependencies = [
6846 "anyhow",
6847 "client",
6848 "collections",
6849 "copilot",
6850 "editor",
6851 "env_logger 0.11.6",
6852 "futures 0.3.31",
6853 "gpui",
6854 "itertools 0.13.0",
6855 "language",
6856 "lsp",
6857 "project",
6858 "release_channel",
6859 "serde_json",
6860 "settings",
6861 "theme",
6862 "tree-sitter",
6863 "ui",
6864 "util",
6865 "workspace",
6866 "zed_actions",
6867]
6868
6869[[package]]
6870name = "languages"
6871version = "0.1.0"
6872dependencies = [
6873 "anyhow",
6874 "async-compression",
6875 "async-tar",
6876 "async-trait",
6877 "collections",
6878 "futures 0.3.31",
6879 "gpui",
6880 "http_client",
6881 "language",
6882 "log",
6883 "lsp",
6884 "node_runtime",
6885 "paths",
6886 "pet",
6887 "pet-conda",
6888 "pet-core",
6889 "pet-fs",
6890 "pet-poetry",
6891 "pet-reporter",
6892 "project",
6893 "regex",
6894 "rope",
6895 "rust-embed",
6896 "serde",
6897 "serde_json",
6898 "settings",
6899 "smol",
6900 "task",
6901 "text",
6902 "theme",
6903 "toml 0.8.19",
6904 "tree-sitter",
6905 "tree-sitter-bash",
6906 "tree-sitter-c",
6907 "tree-sitter-cpp",
6908 "tree-sitter-css",
6909 "tree-sitter-diff",
6910 "tree-sitter-go",
6911 "tree-sitter-gomod",
6912 "tree-sitter-gowork",
6913 "tree-sitter-jsdoc",
6914 "tree-sitter-json",
6915 "tree-sitter-md",
6916 "tree-sitter-python",
6917 "tree-sitter-regex",
6918 "tree-sitter-rust",
6919 "tree-sitter-typescript",
6920 "tree-sitter-yaml",
6921 "unindent",
6922 "util",
6923 "workspace",
6924]
6925
6926[[package]]
6927name = "lazy_static"
6928version = "1.5.0"
6929source = "registry+https://github.com/rust-lang/crates.io-index"
6930checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
6931dependencies = [
6932 "spin",
6933]
6934
6935[[package]]
6936name = "leb128"
6937version = "0.2.5"
6938source = "registry+https://github.com/rust-lang/crates.io-index"
6939checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
6940
6941[[package]]
6942name = "lebe"
6943version = "0.5.2"
6944source = "registry+https://github.com/rust-lang/crates.io-index"
6945checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
6946
6947[[package]]
6948name = "libc"
6949version = "0.2.169"
6950source = "registry+https://github.com/rust-lang/crates.io-index"
6951checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
6952
6953[[package]]
6954name = "libdbus-sys"
6955version = "0.2.5"
6956source = "registry+https://github.com/rust-lang/crates.io-index"
6957checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
6958dependencies = [
6959 "cc",
6960 "pkg-config",
6961]
6962
6963[[package]]
6964name = "libfuzzer-sys"
6965version = "0.4.8"
6966source = "registry+https://github.com/rust-lang/crates.io-index"
6967checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
6968dependencies = [
6969 "arbitrary",
6970 "cc",
6971]
6972
6973[[package]]
6974name = "libgit2-sys"
6975version = "0.17.0+1.8.1"
6976source = "registry+https://github.com/rust-lang/crates.io-index"
6977checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
6978dependencies = [
6979 "cc",
6980 "libc",
6981 "libz-sys",
6982 "pkg-config",
6983]
6984
6985[[package]]
6986name = "libloading"
6987version = "0.8.6"
6988source = "registry+https://github.com/rust-lang/crates.io-index"
6989checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
6990dependencies = [
6991 "cfg-if",
6992 "windows-targets 0.52.6",
6993]
6994
6995[[package]]
6996name = "libm"
6997version = "0.2.11"
6998source = "registry+https://github.com/rust-lang/crates.io-index"
6999checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
7000
7001[[package]]
7002name = "libmimalloc-sys"
7003version = "0.1.39"
7004source = "registry+https://github.com/rust-lang/crates.io-index"
7005checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
7006dependencies = [
7007 "cc",
7008 "libc",
7009]
7010
7011[[package]]
7012name = "libredox"
7013version = "0.1.3"
7014source = "registry+https://github.com/rust-lang/crates.io-index"
7015checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
7016dependencies = [
7017 "bitflags 2.6.0",
7018 "libc",
7019 "redox_syscall 0.5.8",
7020]
7021
7022[[package]]
7023name = "libsqlite3-sys"
7024version = "0.30.1"
7025source = "registry+https://github.com/rust-lang/crates.io-index"
7026checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
7027dependencies = [
7028 "cc",
7029 "pkg-config",
7030 "vcpkg",
7031]
7032
7033[[package]]
7034name = "libwebrtc"
7035version = "0.3.7"
7036source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7037dependencies = [
7038 "cxx",
7039 "jni",
7040 "js-sys",
7041 "lazy_static",
7042 "livekit-protocol",
7043 "livekit-runtime",
7044 "log",
7045 "parking_lot",
7046 "serde",
7047 "serde_json",
7048 "thiserror 1.0.69",
7049 "tokio",
7050 "wasm-bindgen",
7051 "wasm-bindgen-futures",
7052 "web-sys",
7053 "webrtc-sys",
7054]
7055
7056[[package]]
7057name = "libz-sys"
7058version = "1.1.20"
7059source = "registry+https://github.com/rust-lang/crates.io-index"
7060checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
7061dependencies = [
7062 "cc",
7063 "libc",
7064 "pkg-config",
7065 "vcpkg",
7066]
7067
7068[[package]]
7069name = "link-cplusplus"
7070version = "1.0.9"
7071source = "registry+https://github.com/rust-lang/crates.io-index"
7072checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
7073dependencies = [
7074 "cc",
7075]
7076
7077[[package]]
7078name = "linkify"
7079version = "0.10.0"
7080source = "registry+https://github.com/rust-lang/crates.io-index"
7081checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
7082dependencies = [
7083 "memchr",
7084]
7085
7086[[package]]
7087name = "linkme"
7088version = "0.3.31"
7089source = "registry+https://github.com/rust-lang/crates.io-index"
7090checksum = "566336154b9e58a4f055f6dd4cbab62c7dc0826ce3c0a04e63b2d2ecd784cdae"
7091dependencies = [
7092 "linkme-impl",
7093]
7094
7095[[package]]
7096name = "linkme-impl"
7097version = "0.3.31"
7098source = "registry+https://github.com/rust-lang/crates.io-index"
7099checksum = "edbe595006d355eaf9ae11db92707d4338cd2384d16866131cc1afdbdd35d8d9"
7100dependencies = [
7101 "proc-macro2",
7102 "quote",
7103 "syn 2.0.90",
7104]
7105
7106[[package]]
7107name = "linux-raw-sys"
7108version = "0.3.8"
7109source = "registry+https://github.com/rust-lang/crates.io-index"
7110checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
7111
7112[[package]]
7113name = "linux-raw-sys"
7114version = "0.4.14"
7115source = "registry+https://github.com/rust-lang/crates.io-index"
7116checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
7117
7118[[package]]
7119name = "litemap"
7120version = "0.7.4"
7121source = "registry+https://github.com/rust-lang/crates.io-index"
7122checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
7123
7124[[package]]
7125name = "livekit"
7126version = "0.7.0"
7127source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7128dependencies = [
7129 "chrono",
7130 "futures-util",
7131 "lazy_static",
7132 "libwebrtc",
7133 "livekit-api",
7134 "livekit-protocol",
7135 "livekit-runtime",
7136 "log",
7137 "parking_lot",
7138 "prost 0.12.6",
7139 "semver",
7140 "serde",
7141 "serde_json",
7142 "thiserror 1.0.69",
7143 "tokio",
7144]
7145
7146[[package]]
7147name = "livekit-api"
7148version = "0.4.1"
7149source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7150dependencies = [
7151 "async-tungstenite 0.25.1",
7152 "futures-util",
7153 "http 0.2.12",
7154 "jsonwebtoken",
7155 "livekit-protocol",
7156 "livekit-runtime",
7157 "log",
7158 "parking_lot",
7159 "prost 0.12.6",
7160 "reqwest 0.11.27",
7161 "scopeguard",
7162 "serde",
7163 "serde_json",
7164 "sha2",
7165 "thiserror 1.0.69",
7166 "tokio",
7167 "tokio-tungstenite 0.20.1",
7168 "url",
7169]
7170
7171[[package]]
7172name = "livekit-protocol"
7173version = "0.3.6"
7174source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7175dependencies = [
7176 "futures-util",
7177 "livekit-runtime",
7178 "parking_lot",
7179 "pbjson",
7180 "pbjson-types",
7181 "prost 0.12.6",
7182 "prost-types 0.12.6",
7183 "serde",
7184 "thiserror 1.0.69",
7185 "tokio",
7186]
7187
7188[[package]]
7189name = "livekit-runtime"
7190version = "0.3.1"
7191source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
7192dependencies = [
7193 "async-io 2.4.0",
7194 "async-std",
7195 "async-task",
7196 "futures 0.3.31",
7197]
7198
7199[[package]]
7200name = "livekit_client"
7201version = "0.1.0"
7202dependencies = [
7203 "anyhow",
7204 "async-trait",
7205 "collections",
7206 "core-foundation 0.9.4",
7207 "coreaudio-rs 0.12.1",
7208 "cpal",
7209 "futures 0.3.31",
7210 "gpui",
7211 "http 0.2.12",
7212 "http_client",
7213 "image",
7214 "livekit",
7215 "livekit_server",
7216 "log",
7217 "media",
7218 "nanoid",
7219 "parking_lot",
7220 "postage",
7221 "serde",
7222 "serde_json",
7223 "sha2",
7224 "simplelog",
7225 "smallvec",
7226 "util",
7227]
7228
7229[[package]]
7230name = "livekit_client_macos"
7231version = "0.1.0"
7232dependencies = [
7233 "anyhow",
7234 "async-broadcast",
7235 "async-trait",
7236 "collections",
7237 "core-foundation 0.9.4",
7238 "futures 0.3.31",
7239 "gpui",
7240 "livekit_server",
7241 "log",
7242 "media",
7243 "nanoid",
7244 "parking_lot",
7245 "postage",
7246 "serde",
7247 "serde_json",
7248 "sha2",
7249 "simplelog",
7250]
7251
7252[[package]]
7253name = "livekit_server"
7254version = "0.1.0"
7255dependencies = [
7256 "anyhow",
7257 "async-trait",
7258 "jsonwebtoken",
7259 "log",
7260 "prost 0.9.0",
7261 "prost-build 0.9.0",
7262 "prost-types 0.9.0",
7263 "reqwest 0.12.8",
7264 "serde",
7265]
7266
7267[[package]]
7268name = "lmdb-master-sys"
7269version = "0.2.4"
7270source = "registry+https://github.com/rust-lang/crates.io-index"
7271checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
7272dependencies = [
7273 "cc",
7274 "doxygen-rs",
7275 "libc",
7276]
7277
7278[[package]]
7279name = "lock_api"
7280version = "0.4.12"
7281source = "registry+https://github.com/rust-lang/crates.io-index"
7282checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
7283dependencies = [
7284 "autocfg",
7285 "scopeguard",
7286]
7287
7288[[package]]
7289name = "log"
7290version = "0.4.22"
7291source = "registry+https://github.com/rust-lang/crates.io-index"
7292checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
7293dependencies = [
7294 "serde",
7295 "value-bag",
7296]
7297
7298[[package]]
7299name = "loop9"
7300version = "0.1.5"
7301source = "registry+https://github.com/rust-lang/crates.io-index"
7302checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
7303dependencies = [
7304 "imgref",
7305]
7306
7307[[package]]
7308name = "lru"
7309version = "0.12.5"
7310source = "registry+https://github.com/rust-lang/crates.io-index"
7311checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
7312dependencies = [
7313 "hashbrown 0.15.2",
7314]
7315
7316[[package]]
7317name = "lsp"
7318version = "0.1.0"
7319dependencies = [
7320 "anyhow",
7321 "async-pipe",
7322 "collections",
7323 "ctor",
7324 "env_logger 0.11.6",
7325 "futures 0.3.31",
7326 "gpui",
7327 "log",
7328 "lsp-types",
7329 "parking_lot",
7330 "postage",
7331 "release_channel",
7332 "schemars",
7333 "serde",
7334 "serde_json",
7335 "smol",
7336 "util",
7337]
7338
7339[[package]]
7340name = "lsp-types"
7341version = "0.95.1"
7342source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
7343dependencies = [
7344 "bitflags 1.3.2",
7345 "serde",
7346 "serde_json",
7347 "serde_repr",
7348 "url",
7349]
7350
7351[[package]]
7352name = "mac"
7353version = "0.1.1"
7354source = "registry+https://github.com/rust-lang/crates.io-index"
7355checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
7356
7357[[package]]
7358name = "mach2"
7359version = "0.4.2"
7360source = "registry+https://github.com/rust-lang/crates.io-index"
7361checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
7362dependencies = [
7363 "libc",
7364]
7365
7366[[package]]
7367name = "malloc_buf"
7368version = "0.0.6"
7369source = "registry+https://github.com/rust-lang/crates.io-index"
7370checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
7371dependencies = [
7372 "libc",
7373]
7374
7375[[package]]
7376name = "maplit"
7377version = "1.0.2"
7378source = "registry+https://github.com/rust-lang/crates.io-index"
7379checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
7380
7381[[package]]
7382name = "markdown"
7383version = "0.1.0"
7384dependencies = [
7385 "anyhow",
7386 "assets",
7387 "env_logger 0.11.6",
7388 "futures 0.3.31",
7389 "gpui",
7390 "language",
7391 "languages",
7392 "linkify",
7393 "log",
7394 "node_runtime",
7395 "pulldown-cmark 0.12.2",
7396 "settings",
7397 "theme",
7398 "ui",
7399 "util",
7400]
7401
7402[[package]]
7403name = "markdown_preview"
7404version = "0.1.0"
7405dependencies = [
7406 "anyhow",
7407 "async-recursion 1.1.1",
7408 "collections",
7409 "editor",
7410 "gpui",
7411 "language",
7412 "linkify",
7413 "log",
7414 "pretty_assertions",
7415 "pulldown-cmark 0.12.2",
7416 "settings",
7417 "theme",
7418 "ui",
7419 "util",
7420 "workspace",
7421]
7422
7423[[package]]
7424name = "markup5ever"
7425version = "0.12.1"
7426source = "registry+https://github.com/rust-lang/crates.io-index"
7427checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
7428dependencies = [
7429 "log",
7430 "phf",
7431 "phf_codegen",
7432 "string_cache",
7433 "string_cache_codegen",
7434 "tendril",
7435]
7436
7437[[package]]
7438name = "markup5ever_rcdom"
7439version = "0.3.0"
7440source = "registry+https://github.com/rust-lang/crates.io-index"
7441checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
7442dependencies = [
7443 "html5ever",
7444 "markup5ever",
7445 "tendril",
7446 "xml5ever",
7447]
7448
7449[[package]]
7450name = "matchers"
7451version = "0.1.0"
7452source = "registry+https://github.com/rust-lang/crates.io-index"
7453checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
7454dependencies = [
7455 "regex-automata 0.1.10",
7456]
7457
7458[[package]]
7459name = "matchit"
7460version = "0.7.3"
7461source = "registry+https://github.com/rust-lang/crates.io-index"
7462checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
7463
7464[[package]]
7465name = "maybe-owned"
7466version = "0.3.4"
7467source = "registry+https://github.com/rust-lang/crates.io-index"
7468checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
7469
7470[[package]]
7471name = "maybe-rayon"
7472version = "0.1.1"
7473source = "registry+https://github.com/rust-lang/crates.io-index"
7474checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
7475dependencies = [
7476 "cfg-if",
7477 "rayon",
7478]
7479
7480[[package]]
7481name = "md-5"
7482version = "0.10.6"
7483source = "registry+https://github.com/rust-lang/crates.io-index"
7484checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
7485dependencies = [
7486 "cfg-if",
7487 "digest",
7488]
7489
7490[[package]]
7491name = "mdbook"
7492version = "0.4.43"
7493source = "registry+https://github.com/rust-lang/crates.io-index"
7494checksum = "fe1f98b8d66e537d2f0ba06e7dec4f44001deec539a2d18bfc102d6a86189148"
7495dependencies = [
7496 "ammonia",
7497 "anyhow",
7498 "chrono",
7499 "clap",
7500 "clap_complete",
7501 "elasticlunr-rs",
7502 "env_logger 0.11.6",
7503 "futures-util",
7504 "handlebars 6.2.0",
7505 "ignore",
7506 "log",
7507 "memchr",
7508 "notify",
7509 "notify-debouncer-mini",
7510 "once_cell",
7511 "opener",
7512 "pathdiff",
7513 "pulldown-cmark 0.10.3",
7514 "regex",
7515 "serde",
7516 "serde_json",
7517 "shlex",
7518 "tempfile",
7519 "tokio",
7520 "toml 0.5.11",
7521 "topological-sort",
7522 "walkdir",
7523 "warp",
7524]
7525
7526[[package]]
7527name = "media"
7528version = "0.1.0"
7529dependencies = [
7530 "anyhow",
7531 "bindgen",
7532 "core-foundation 0.9.4",
7533 "ctor",
7534 "foreign-types 0.5.0",
7535 "metal",
7536 "objc",
7537]
7538
7539[[package]]
7540name = "memchr"
7541version = "2.7.4"
7542source = "registry+https://github.com/rust-lang/crates.io-index"
7543checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
7544
7545[[package]]
7546name = "memfd"
7547version = "0.6.4"
7548source = "registry+https://github.com/rust-lang/crates.io-index"
7549checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
7550dependencies = [
7551 "rustix 0.38.42",
7552]
7553
7554[[package]]
7555name = "memmap2"
7556version = "0.9.5"
7557source = "registry+https://github.com/rust-lang/crates.io-index"
7558checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
7559dependencies = [
7560 "libc",
7561]
7562
7563[[package]]
7564name = "memoffset"
7565version = "0.9.1"
7566source = "registry+https://github.com/rust-lang/crates.io-index"
7567checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
7568dependencies = [
7569 "autocfg",
7570]
7571
7572[[package]]
7573name = "menu"
7574version = "0.1.0"
7575dependencies = [
7576 "gpui",
7577 "serde",
7578]
7579
7580[[package]]
7581name = "metal"
7582version = "0.30.0"
7583source = "registry+https://github.com/rust-lang/crates.io-index"
7584checksum = "9c3572083504c43e14aec05447f8a3d57cce0f66d7a3c1b9058572eca4d70ab9"
7585dependencies = [
7586 "bitflags 2.6.0",
7587 "block",
7588 "core-graphics-types 0.1.3",
7589 "foreign-types 0.5.0",
7590 "log",
7591 "objc",
7592 "paste",
7593]
7594
7595[[package]]
7596name = "mimalloc"
7597version = "0.1.43"
7598source = "registry+https://github.com/rust-lang/crates.io-index"
7599checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
7600dependencies = [
7601 "libmimalloc-sys",
7602]
7603
7604[[package]]
7605name = "mime"
7606version = "0.3.17"
7607source = "registry+https://github.com/rust-lang/crates.io-index"
7608checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
7609
7610[[package]]
7611name = "mime_guess"
7612version = "2.0.5"
7613source = "registry+https://github.com/rust-lang/crates.io-index"
7614checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
7615dependencies = [
7616 "mime",
7617 "unicase",
7618]
7619
7620[[package]]
7621name = "minimal-lexical"
7622version = "0.2.1"
7623source = "registry+https://github.com/rust-lang/crates.io-index"
7624checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
7625
7626[[package]]
7627name = "miniz_oxide"
7628version = "0.8.0"
7629source = "registry+https://github.com/rust-lang/crates.io-index"
7630checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
7631dependencies = [
7632 "adler2",
7633 "simd-adler32",
7634]
7635
7636[[package]]
7637name = "mint"
7638version = "0.5.9"
7639source = "registry+https://github.com/rust-lang/crates.io-index"
7640checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
7641
7642[[package]]
7643name = "mio"
7644version = "0.8.11"
7645source = "registry+https://github.com/rust-lang/crates.io-index"
7646checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
7647dependencies = [
7648 "libc",
7649 "log",
7650 "wasi 0.11.0+wasi-snapshot-preview1",
7651 "windows-sys 0.48.0",
7652]
7653
7654[[package]]
7655name = "mio"
7656version = "1.0.3"
7657source = "registry+https://github.com/rust-lang/crates.io-index"
7658checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
7659dependencies = [
7660 "libc",
7661 "log",
7662 "wasi 0.11.0+wasi-snapshot-preview1",
7663 "windows-sys 0.52.0",
7664]
7665
7666[[package]]
7667name = "miow"
7668version = "0.6.0"
7669source = "registry+https://github.com/rust-lang/crates.io-index"
7670checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
7671dependencies = [
7672 "windows-sys 0.48.0",
7673]
7674
7675[[package]]
7676name = "msvc_spectre_libs"
7677version = "0.1.2"
7678source = "registry+https://github.com/rust-lang/crates.io-index"
7679checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
7680dependencies = [
7681 "cc",
7682]
7683
7684[[package]]
7685name = "multi_buffer"
7686version = "0.1.0"
7687dependencies = [
7688 "anyhow",
7689 "clock",
7690 "collections",
7691 "ctor",
7692 "env_logger 0.11.6",
7693 "futures 0.3.31",
7694 "gpui",
7695 "itertools 0.13.0",
7696 "language",
7697 "log",
7698 "parking_lot",
7699 "rand 0.8.5",
7700 "serde",
7701 "settings",
7702 "smallvec",
7703 "sum_tree",
7704 "text",
7705 "theme",
7706 "tree-sitter",
7707 "util",
7708]
7709
7710[[package]]
7711name = "multimap"
7712version = "0.8.3"
7713source = "registry+https://github.com/rust-lang/crates.io-index"
7714checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
7715
7716[[package]]
7717name = "multimap"
7718version = "0.10.0"
7719source = "registry+https://github.com/rust-lang/crates.io-index"
7720checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
7721
7722[[package]]
7723name = "naga"
7724version = "23.1.0"
7725source = "registry+https://github.com/rust-lang/crates.io-index"
7726checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
7727dependencies = [
7728 "arrayvec",
7729 "bit-set 0.8.0",
7730 "bitflags 2.6.0",
7731 "cfg_aliases 0.1.1",
7732 "codespan-reporting",
7733 "hexf-parse",
7734 "indexmap",
7735 "log",
7736 "rustc-hash 1.1.0",
7737 "spirv",
7738 "termcolor",
7739 "thiserror 1.0.69",
7740 "unicode-xid",
7741]
7742
7743[[package]]
7744name = "nanoid"
7745version = "0.4.0"
7746source = "registry+https://github.com/rust-lang/crates.io-index"
7747checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
7748dependencies = [
7749 "rand 0.8.5",
7750]
7751
7752[[package]]
7753name = "nanorand"
7754version = "0.7.0"
7755source = "registry+https://github.com/rust-lang/crates.io-index"
7756checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
7757dependencies = [
7758 "getrandom 0.2.15",
7759]
7760
7761[[package]]
7762name = "native-tls"
7763version = "0.2.12"
7764source = "registry+https://github.com/rust-lang/crates.io-index"
7765checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
7766dependencies = [
7767 "libc",
7768 "log",
7769 "openssl",
7770 "openssl-probe",
7771 "openssl-sys",
7772 "schannel",
7773 "security-framework 2.11.1",
7774 "security-framework-sys",
7775 "tempfile",
7776]
7777
7778[[package]]
7779name = "nbformat"
7780version = "0.9.0"
7781source = "registry+https://github.com/rust-lang/crates.io-index"
7782checksum = "19835ad46507d80d9671e10a1c7c335655f4f3033aeb066fe025f14e070c2e66"
7783dependencies = [
7784 "anyhow",
7785 "chrono",
7786 "jupyter-protocol",
7787 "serde",
7788 "serde_json",
7789 "thiserror 1.0.69",
7790 "uuid",
7791]
7792
7793[[package]]
7794name = "ndk"
7795version = "0.8.0"
7796source = "registry+https://github.com/rust-lang/crates.io-index"
7797checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
7798dependencies = [
7799 "bitflags 2.6.0",
7800 "jni-sys",
7801 "log",
7802 "ndk-sys",
7803 "num_enum",
7804 "thiserror 1.0.69",
7805]
7806
7807[[package]]
7808name = "ndk-context"
7809version = "0.1.1"
7810source = "registry+https://github.com/rust-lang/crates.io-index"
7811checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
7812
7813[[package]]
7814name = "ndk-sys"
7815version = "0.5.0+25.2.9519653"
7816source = "registry+https://github.com/rust-lang/crates.io-index"
7817checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
7818dependencies = [
7819 "jni-sys",
7820]
7821
7822[[package]]
7823name = "new_debug_unreachable"
7824version = "1.0.6"
7825source = "registry+https://github.com/rust-lang/crates.io-index"
7826checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
7827
7828[[package]]
7829name = "nix"
7830version = "0.29.0"
7831source = "registry+https://github.com/rust-lang/crates.io-index"
7832checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
7833dependencies = [
7834 "bitflags 2.6.0",
7835 "cfg-if",
7836 "cfg_aliases 0.2.1",
7837 "libc",
7838 "memoffset",
7839]
7840
7841[[package]]
7842name = "node_runtime"
7843version = "0.1.0"
7844dependencies = [
7845 "anyhow",
7846 "async-compression",
7847 "async-std",
7848 "async-tar",
7849 "async-trait",
7850 "async-watch",
7851 "async_zip",
7852 "futures 0.3.31",
7853 "http_client",
7854 "log",
7855 "paths",
7856 "semver",
7857 "serde",
7858 "serde_json",
7859 "smol",
7860 "tempfile",
7861 "util",
7862 "walkdir",
7863 "which 6.0.3",
7864]
7865
7866[[package]]
7867name = "nom"
7868version = "7.1.3"
7869source = "registry+https://github.com/rust-lang/crates.io-index"
7870checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
7871dependencies = [
7872 "memchr",
7873 "minimal-lexical",
7874]
7875
7876[[package]]
7877name = "noop_proc_macro"
7878version = "0.3.0"
7879source = "registry+https://github.com/rust-lang/crates.io-index"
7880checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
7881
7882[[package]]
7883name = "normpath"
7884version = "1.3.0"
7885source = "registry+https://github.com/rust-lang/crates.io-index"
7886checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
7887dependencies = [
7888 "windows-sys 0.59.0",
7889]
7890
7891[[package]]
7892name = "notifications"
7893version = "0.1.0"
7894dependencies = [
7895 "anyhow",
7896 "channel",
7897 "client",
7898 "collections",
7899 "db",
7900 "gpui",
7901 "rpc",
7902 "settings",
7903 "sum_tree",
7904 "time",
7905 "util",
7906]
7907
7908[[package]]
7909name = "notify"
7910version = "6.1.1"
7911source = "registry+https://github.com/rust-lang/crates.io-index"
7912checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
7913dependencies = [
7914 "bitflags 2.6.0",
7915 "crossbeam-channel",
7916 "filetime",
7917 "fsevent-sys 4.1.0",
7918 "inotify",
7919 "kqueue",
7920 "libc",
7921 "log",
7922 "mio 0.8.11",
7923 "walkdir",
7924 "windows-sys 0.48.0",
7925]
7926
7927[[package]]
7928name = "notify-debouncer-mini"
7929version = "0.4.1"
7930source = "registry+https://github.com/rust-lang/crates.io-index"
7931checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
7932dependencies = [
7933 "crossbeam-channel",
7934 "log",
7935 "notify",
7936]
7937
7938[[package]]
7939name = "ntapi"
7940version = "0.4.1"
7941source = "registry+https://github.com/rust-lang/crates.io-index"
7942checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
7943dependencies = [
7944 "winapi",
7945]
7946
7947[[package]]
7948name = "nu-ansi-term"
7949version = "0.46.0"
7950source = "registry+https://github.com/rust-lang/crates.io-index"
7951checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
7952dependencies = [
7953 "overload",
7954 "winapi",
7955]
7956
7957[[package]]
7958name = "num"
7959version = "0.4.3"
7960source = "registry+https://github.com/rust-lang/crates.io-index"
7961checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
7962dependencies = [
7963 "num-bigint",
7964 "num-complex",
7965 "num-integer",
7966 "num-iter",
7967 "num-rational",
7968 "num-traits",
7969]
7970
7971[[package]]
7972name = "num-bigint"
7973version = "0.4.6"
7974source = "registry+https://github.com/rust-lang/crates.io-index"
7975checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
7976dependencies = [
7977 "num-integer",
7978 "num-traits",
7979]
7980
7981[[package]]
7982name = "num-bigint-dig"
7983version = "0.8.4"
7984source = "registry+https://github.com/rust-lang/crates.io-index"
7985checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
7986dependencies = [
7987 "byteorder",
7988 "lazy_static",
7989 "libm",
7990 "num-integer",
7991 "num-iter",
7992 "num-traits",
7993 "rand 0.8.5",
7994 "serde",
7995 "smallvec",
7996 "zeroize",
7997]
7998
7999[[package]]
8000name = "num-complex"
8001version = "0.4.6"
8002source = "registry+https://github.com/rust-lang/crates.io-index"
8003checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
8004dependencies = [
8005 "num-traits",
8006]
8007
8008[[package]]
8009name = "num-conv"
8010version = "0.1.0"
8011source = "registry+https://github.com/rust-lang/crates.io-index"
8012checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
8013
8014[[package]]
8015name = "num-derive"
8016version = "0.4.2"
8017source = "registry+https://github.com/rust-lang/crates.io-index"
8018checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
8019dependencies = [
8020 "proc-macro2",
8021 "quote",
8022 "syn 2.0.90",
8023]
8024
8025[[package]]
8026name = "num-format"
8027version = "0.4.4"
8028source = "registry+https://github.com/rust-lang/crates.io-index"
8029checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
8030dependencies = [
8031 "arrayvec",
8032 "itoa",
8033]
8034
8035[[package]]
8036name = "num-integer"
8037version = "0.1.46"
8038source = "registry+https://github.com/rust-lang/crates.io-index"
8039checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
8040dependencies = [
8041 "num-traits",
8042]
8043
8044[[package]]
8045name = "num-iter"
8046version = "0.1.45"
8047source = "registry+https://github.com/rust-lang/crates.io-index"
8048checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
8049dependencies = [
8050 "autocfg",
8051 "num-integer",
8052 "num-traits",
8053]
8054
8055[[package]]
8056name = "num-modular"
8057version = "0.6.1"
8058source = "registry+https://github.com/rust-lang/crates.io-index"
8059checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
8060
8061[[package]]
8062name = "num-order"
8063version = "1.2.0"
8064source = "registry+https://github.com/rust-lang/crates.io-index"
8065checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
8066dependencies = [
8067 "num-modular",
8068]
8069
8070[[package]]
8071name = "num-rational"
8072version = "0.4.2"
8073source = "registry+https://github.com/rust-lang/crates.io-index"
8074checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
8075dependencies = [
8076 "num-bigint",
8077 "num-integer",
8078 "num-traits",
8079]
8080
8081[[package]]
8082name = "num-traits"
8083version = "0.2.19"
8084source = "registry+https://github.com/rust-lang/crates.io-index"
8085checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
8086dependencies = [
8087 "autocfg",
8088 "libm",
8089]
8090
8091[[package]]
8092name = "num_cpus"
8093version = "1.16.0"
8094source = "registry+https://github.com/rust-lang/crates.io-index"
8095checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
8096dependencies = [
8097 "hermit-abi 0.3.9",
8098 "libc",
8099]
8100
8101[[package]]
8102name = "num_enum"
8103version = "0.7.3"
8104source = "registry+https://github.com/rust-lang/crates.io-index"
8105checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
8106dependencies = [
8107 "num_enum_derive",
8108]
8109
8110[[package]]
8111name = "num_enum_derive"
8112version = "0.7.3"
8113source = "registry+https://github.com/rust-lang/crates.io-index"
8114checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
8115dependencies = [
8116 "proc-macro-crate",
8117 "proc-macro2",
8118 "quote",
8119 "syn 2.0.90",
8120]
8121
8122[[package]]
8123name = "num_threads"
8124version = "0.1.7"
8125source = "registry+https://github.com/rust-lang/crates.io-index"
8126checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
8127dependencies = [
8128 "libc",
8129]
8130
8131[[package]]
8132name = "nvim-rs"
8133version = "0.8.0-pre"
8134source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
8135dependencies = [
8136 "async-trait",
8137 "futures 0.3.31",
8138 "log",
8139 "parity-tokio-ipc",
8140 "rmp",
8141 "rmpv",
8142 "tokio",
8143 "tokio-util",
8144 "winapi",
8145]
8146
8147[[package]]
8148name = "objc"
8149version = "0.2.7"
8150source = "registry+https://github.com/rust-lang/crates.io-index"
8151checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
8152dependencies = [
8153 "malloc_buf",
8154]
8155
8156[[package]]
8157name = "objc-sys"
8158version = "0.3.5"
8159source = "registry+https://github.com/rust-lang/crates.io-index"
8160checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
8161
8162[[package]]
8163name = "objc2"
8164version = "0.5.2"
8165source = "registry+https://github.com/rust-lang/crates.io-index"
8166checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
8167dependencies = [
8168 "objc-sys",
8169 "objc2-encode",
8170]
8171
8172[[package]]
8173name = "objc2-app-kit"
8174version = "0.2.2"
8175source = "registry+https://github.com/rust-lang/crates.io-index"
8176checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
8177dependencies = [
8178 "bitflags 2.6.0",
8179 "block2",
8180 "libc",
8181 "objc2",
8182 "objc2-core-data",
8183 "objc2-core-image",
8184 "objc2-foundation",
8185 "objc2-quartz-core",
8186]
8187
8188[[package]]
8189name = "objc2-cloud-kit"
8190version = "0.2.2"
8191source = "registry+https://github.com/rust-lang/crates.io-index"
8192checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
8193dependencies = [
8194 "bitflags 2.6.0",
8195 "block2",
8196 "objc2",
8197 "objc2-core-location",
8198 "objc2-foundation",
8199]
8200
8201[[package]]
8202name = "objc2-contacts"
8203version = "0.2.2"
8204source = "registry+https://github.com/rust-lang/crates.io-index"
8205checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
8206dependencies = [
8207 "block2",
8208 "objc2",
8209 "objc2-foundation",
8210]
8211
8212[[package]]
8213name = "objc2-core-data"
8214version = "0.2.2"
8215source = "registry+https://github.com/rust-lang/crates.io-index"
8216checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
8217dependencies = [
8218 "bitflags 2.6.0",
8219 "block2",
8220 "objc2",
8221 "objc2-foundation",
8222]
8223
8224[[package]]
8225name = "objc2-core-image"
8226version = "0.2.2"
8227source = "registry+https://github.com/rust-lang/crates.io-index"
8228checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
8229dependencies = [
8230 "block2",
8231 "objc2",
8232 "objc2-foundation",
8233 "objc2-metal",
8234]
8235
8236[[package]]
8237name = "objc2-core-location"
8238version = "0.2.2"
8239source = "registry+https://github.com/rust-lang/crates.io-index"
8240checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
8241dependencies = [
8242 "block2",
8243 "objc2",
8244 "objc2-contacts",
8245 "objc2-foundation",
8246]
8247
8248[[package]]
8249name = "objc2-encode"
8250version = "4.0.3"
8251source = "registry+https://github.com/rust-lang/crates.io-index"
8252checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
8253
8254[[package]]
8255name = "objc2-foundation"
8256version = "0.2.2"
8257source = "registry+https://github.com/rust-lang/crates.io-index"
8258checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
8259dependencies = [
8260 "bitflags 2.6.0",
8261 "block2",
8262 "libc",
8263 "objc2",
8264]
8265
8266[[package]]
8267name = "objc2-link-presentation"
8268version = "0.2.2"
8269source = "registry+https://github.com/rust-lang/crates.io-index"
8270checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
8271dependencies = [
8272 "block2",
8273 "objc2",
8274 "objc2-app-kit",
8275 "objc2-foundation",
8276]
8277
8278[[package]]
8279name = "objc2-metal"
8280version = "0.2.2"
8281source = "registry+https://github.com/rust-lang/crates.io-index"
8282checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
8283dependencies = [
8284 "bitflags 2.6.0",
8285 "block2",
8286 "objc2",
8287 "objc2-foundation",
8288]
8289
8290[[package]]
8291name = "objc2-quartz-core"
8292version = "0.2.2"
8293source = "registry+https://github.com/rust-lang/crates.io-index"
8294checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
8295dependencies = [
8296 "bitflags 2.6.0",
8297 "block2",
8298 "objc2",
8299 "objc2-foundation",
8300 "objc2-metal",
8301]
8302
8303[[package]]
8304name = "objc2-symbols"
8305version = "0.2.2"
8306source = "registry+https://github.com/rust-lang/crates.io-index"
8307checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
8308dependencies = [
8309 "objc2",
8310 "objc2-foundation",
8311]
8312
8313[[package]]
8314name = "objc2-ui-kit"
8315version = "0.2.2"
8316source = "registry+https://github.com/rust-lang/crates.io-index"
8317checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
8318dependencies = [
8319 "bitflags 2.6.0",
8320 "block2",
8321 "objc2",
8322 "objc2-cloud-kit",
8323 "objc2-core-data",
8324 "objc2-core-image",
8325 "objc2-core-location",
8326 "objc2-foundation",
8327 "objc2-link-presentation",
8328 "objc2-quartz-core",
8329 "objc2-symbols",
8330 "objc2-uniform-type-identifiers",
8331 "objc2-user-notifications",
8332]
8333
8334[[package]]
8335name = "objc2-uniform-type-identifiers"
8336version = "0.2.2"
8337source = "registry+https://github.com/rust-lang/crates.io-index"
8338checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
8339dependencies = [
8340 "block2",
8341 "objc2",
8342 "objc2-foundation",
8343]
8344
8345[[package]]
8346name = "objc2-user-notifications"
8347version = "0.2.2"
8348source = "registry+https://github.com/rust-lang/crates.io-index"
8349checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
8350dependencies = [
8351 "bitflags 2.6.0",
8352 "block2",
8353 "objc2",
8354 "objc2-core-location",
8355 "objc2-foundation",
8356]
8357
8358[[package]]
8359name = "object"
8360version = "0.36.5"
8361source = "registry+https://github.com/rust-lang/crates.io-index"
8362checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
8363dependencies = [
8364 "crc32fast",
8365 "hashbrown 0.15.2",
8366 "indexmap",
8367 "memchr",
8368]
8369
8370[[package]]
8371name = "oboe"
8372version = "0.6.1"
8373source = "registry+https://github.com/rust-lang/crates.io-index"
8374checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
8375dependencies = [
8376 "jni",
8377 "ndk",
8378 "ndk-context",
8379 "num-derive",
8380 "num-traits",
8381 "oboe-sys",
8382]
8383
8384[[package]]
8385name = "oboe-sys"
8386version = "0.6.1"
8387source = "registry+https://github.com/rust-lang/crates.io-index"
8388checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
8389dependencies = [
8390 "cc",
8391]
8392
8393[[package]]
8394name = "ollama"
8395version = "0.1.0"
8396dependencies = [
8397 "anyhow",
8398 "futures 0.3.31",
8399 "http_client",
8400 "schemars",
8401 "serde",
8402 "serde_json",
8403]
8404
8405[[package]]
8406name = "once_cell"
8407version = "1.20.2"
8408source = "registry+https://github.com/rust-lang/crates.io-index"
8409checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
8410
8411[[package]]
8412name = "oo7"
8413version = "0.3.3"
8414source = "git+https://github.com/zed-industries/oo7?branch=avoid-crypto-panic#9d5d5fcd7e4e0add9b420ffb58f67661b0b37568"
8415dependencies = [
8416 "aes",
8417 "async-fs 2.1.2",
8418 "async-io 2.4.0",
8419 "async-lock 3.4.0",
8420 "async-net 2.0.0",
8421 "blocking",
8422 "cbc",
8423 "cipher",
8424 "digest",
8425 "endi",
8426 "futures-lite 2.5.0",
8427 "futures-util",
8428 "hkdf",
8429 "hmac",
8430 "md-5",
8431 "num",
8432 "num-bigint-dig",
8433 "pbkdf2 0.12.2",
8434 "rand 0.8.5",
8435 "serde",
8436 "sha2",
8437 "subtle",
8438 "zbus 4.4.0",
8439 "zeroize",
8440 "zvariant 4.2.0",
8441]
8442
8443[[package]]
8444name = "oorandom"
8445version = "11.1.4"
8446source = "registry+https://github.com/rust-lang/crates.io-index"
8447checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
8448
8449[[package]]
8450name = "open"
8451version = "5.3.1"
8452source = "registry+https://github.com/rust-lang/crates.io-index"
8453checksum = "3ecd52f0b8d15c40ce4820aa251ed5de032e5d91fab27f7db2f40d42a8bdf69c"
8454dependencies = [
8455 "is-wsl",
8456 "libc",
8457 "pathdiff",
8458]
8459
8460[[package]]
8461name = "open_ai"
8462version = "0.1.0"
8463dependencies = [
8464 "anyhow",
8465 "futures 0.3.31",
8466 "http_client",
8467 "schemars",
8468 "serde",
8469 "serde_json",
8470 "strum",
8471]
8472
8473[[package]]
8474name = "opener"
8475version = "0.7.2"
8476source = "registry+https://github.com/rust-lang/crates.io-index"
8477checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
8478dependencies = [
8479 "bstr",
8480 "dbus",
8481 "normpath",
8482 "windows-sys 0.59.0",
8483]
8484
8485[[package]]
8486name = "openssl"
8487version = "0.10.68"
8488source = "registry+https://github.com/rust-lang/crates.io-index"
8489checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
8490dependencies = [
8491 "bitflags 2.6.0",
8492 "cfg-if",
8493 "foreign-types 0.3.2",
8494 "libc",
8495 "once_cell",
8496 "openssl-macros",
8497 "openssl-sys",
8498]
8499
8500[[package]]
8501name = "openssl-macros"
8502version = "0.1.1"
8503source = "registry+https://github.com/rust-lang/crates.io-index"
8504checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
8505dependencies = [
8506 "proc-macro2",
8507 "quote",
8508 "syn 2.0.90",
8509]
8510
8511[[package]]
8512name = "openssl-probe"
8513version = "0.1.5"
8514source = "registry+https://github.com/rust-lang/crates.io-index"
8515checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
8516
8517[[package]]
8518name = "openssl-src"
8519version = "300.4.1+3.4.0"
8520source = "registry+https://github.com/rust-lang/crates.io-index"
8521checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
8522dependencies = [
8523 "cc",
8524]
8525
8526[[package]]
8527name = "openssl-sys"
8528version = "0.9.104"
8529source = "registry+https://github.com/rust-lang/crates.io-index"
8530checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
8531dependencies = [
8532 "cc",
8533 "libc",
8534 "openssl-src",
8535 "pkg-config",
8536 "vcpkg",
8537]
8538
8539[[package]]
8540name = "option-ext"
8541version = "0.2.0"
8542source = "registry+https://github.com/rust-lang/crates.io-index"
8543checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
8544
8545[[package]]
8546name = "ordered-float"
8547version = "2.10.1"
8548source = "registry+https://github.com/rust-lang/crates.io-index"
8549checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
8550dependencies = [
8551 "num-traits",
8552]
8553
8554[[package]]
8555name = "ordered-float"
8556version = "3.9.2"
8557source = "registry+https://github.com/rust-lang/crates.io-index"
8558checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
8559dependencies = [
8560 "num-traits",
8561]
8562
8563[[package]]
8564name = "ordered-stream"
8565version = "0.2.0"
8566source = "registry+https://github.com/rust-lang/crates.io-index"
8567checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
8568dependencies = [
8569 "futures-core",
8570 "pin-project-lite",
8571]
8572
8573[[package]]
8574name = "ouroboros"
8575version = "0.18.4"
8576source = "registry+https://github.com/rust-lang/crates.io-index"
8577checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
8578dependencies = [
8579 "aliasable",
8580 "ouroboros_macro",
8581 "static_assertions",
8582]
8583
8584[[package]]
8585name = "ouroboros_macro"
8586version = "0.18.4"
8587source = "registry+https://github.com/rust-lang/crates.io-index"
8588checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
8589dependencies = [
8590 "heck 0.4.1",
8591 "itertools 0.12.1",
8592 "proc-macro2",
8593 "proc-macro2-diagnostics",
8594 "quote",
8595 "syn 2.0.90",
8596]
8597
8598[[package]]
8599name = "outline"
8600version = "0.1.0"
8601dependencies = [
8602 "editor",
8603 "fuzzy",
8604 "gpui",
8605 "indoc",
8606 "language",
8607 "menu",
8608 "ordered-float 2.10.1",
8609 "picker",
8610 "project",
8611 "rope",
8612 "serde_json",
8613 "settings",
8614 "smol",
8615 "theme",
8616 "tree-sitter-rust",
8617 "tree-sitter-typescript",
8618 "ui",
8619 "util",
8620 "workspace",
8621 "zed_actions",
8622]
8623
8624[[package]]
8625name = "outline_panel"
8626version = "0.1.0"
8627dependencies = [
8628 "anyhow",
8629 "collections",
8630 "db",
8631 "editor",
8632 "file_icons",
8633 "fuzzy",
8634 "gpui",
8635 "itertools 0.13.0",
8636 "language",
8637 "log",
8638 "menu",
8639 "outline",
8640 "pretty_assertions",
8641 "project",
8642 "schemars",
8643 "search",
8644 "serde",
8645 "serde_json",
8646 "settings",
8647 "smallvec",
8648 "smol",
8649 "theme",
8650 "ui",
8651 "util",
8652 "workspace",
8653 "worktree",
8654]
8655
8656[[package]]
8657name = "outref"
8658version = "0.5.1"
8659source = "registry+https://github.com/rust-lang/crates.io-index"
8660checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
8661
8662[[package]]
8663name = "overload"
8664version = "0.1.1"
8665source = "registry+https://github.com/rust-lang/crates.io-index"
8666checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
8667
8668[[package]]
8669name = "p256"
8670version = "0.11.1"
8671source = "registry+https://github.com/rust-lang/crates.io-index"
8672checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
8673dependencies = [
8674 "ecdsa",
8675 "elliptic-curve",
8676 "sha2",
8677]
8678
8679[[package]]
8680name = "page_size"
8681version = "0.6.0"
8682source = "registry+https://github.com/rust-lang/crates.io-index"
8683checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
8684dependencies = [
8685 "libc",
8686 "winapi",
8687]
8688
8689[[package]]
8690name = "palette"
8691version = "0.7.6"
8692source = "registry+https://github.com/rust-lang/crates.io-index"
8693checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
8694dependencies = [
8695 "approx",
8696 "fast-srgb8",
8697 "palette_derive",
8698]
8699
8700[[package]]
8701name = "palette_derive"
8702version = "0.7.6"
8703source = "registry+https://github.com/rust-lang/crates.io-index"
8704checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
8705dependencies = [
8706 "by_address",
8707 "proc-macro2",
8708 "quote",
8709 "syn 2.0.90",
8710]
8711
8712[[package]]
8713name = "parity-tokio-ipc"
8714version = "0.9.0"
8715source = "registry+https://github.com/rust-lang/crates.io-index"
8716checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
8717dependencies = [
8718 "futures 0.3.31",
8719 "libc",
8720 "log",
8721 "rand 0.7.3",
8722 "tokio",
8723 "winapi",
8724]
8725
8726[[package]]
8727name = "parking"
8728version = "2.2.1"
8729source = "registry+https://github.com/rust-lang/crates.io-index"
8730checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
8731
8732[[package]]
8733name = "parking_lot"
8734version = "0.12.3"
8735source = "registry+https://github.com/rust-lang/crates.io-index"
8736checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
8737dependencies = [
8738 "lock_api",
8739 "parking_lot_core",
8740]
8741
8742[[package]]
8743name = "parking_lot_core"
8744version = "0.9.10"
8745source = "registry+https://github.com/rust-lang/crates.io-index"
8746checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
8747dependencies = [
8748 "cfg-if",
8749 "libc",
8750 "redox_syscall 0.5.8",
8751 "smallvec",
8752 "windows-targets 0.52.6",
8753]
8754
8755[[package]]
8756name = "password-hash"
8757version = "0.4.2"
8758source = "registry+https://github.com/rust-lang/crates.io-index"
8759checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
8760dependencies = [
8761 "base64ct",
8762 "rand_core 0.6.4",
8763 "subtle",
8764]
8765
8766[[package]]
8767name = "password-hash"
8768version = "0.5.0"
8769source = "registry+https://github.com/rust-lang/crates.io-index"
8770checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
8771dependencies = [
8772 "base64ct",
8773 "rand_core 0.6.4",
8774 "subtle",
8775]
8776
8777[[package]]
8778name = "paste"
8779version = "1.0.15"
8780source = "registry+https://github.com/rust-lang/crates.io-index"
8781checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
8782
8783[[package]]
8784name = "pathdiff"
8785version = "0.2.3"
8786source = "registry+https://github.com/rust-lang/crates.io-index"
8787checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
8788
8789[[package]]
8790name = "pathfinder_geometry"
8791version = "0.5.1"
8792source = "registry+https://github.com/rust-lang/crates.io-index"
8793checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
8794dependencies = [
8795 "log",
8796 "pathfinder_simd",
8797]
8798
8799[[package]]
8800name = "pathfinder_simd"
8801version = "0.5.4"
8802source = "registry+https://github.com/rust-lang/crates.io-index"
8803checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
8804dependencies = [
8805 "rustc_version",
8806]
8807
8808[[package]]
8809name = "paths"
8810version = "0.1.0"
8811dependencies = [
8812 "dirs 4.0.0",
8813 "util",
8814]
8815
8816[[package]]
8817name = "pbjson"
8818version = "0.6.0"
8819source = "registry+https://github.com/rust-lang/crates.io-index"
8820checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
8821dependencies = [
8822 "base64 0.21.7",
8823 "serde",
8824]
8825
8826[[package]]
8827name = "pbjson-build"
8828version = "0.6.2"
8829source = "registry+https://github.com/rust-lang/crates.io-index"
8830checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
8831dependencies = [
8832 "heck 0.4.1",
8833 "itertools 0.11.0",
8834 "prost 0.12.6",
8835 "prost-types 0.12.6",
8836]
8837
8838[[package]]
8839name = "pbjson-types"
8840version = "0.6.0"
8841source = "registry+https://github.com/rust-lang/crates.io-index"
8842checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
8843dependencies = [
8844 "bytes 1.9.0",
8845 "chrono",
8846 "pbjson",
8847 "pbjson-build",
8848 "prost 0.12.6",
8849 "prost-build 0.12.6",
8850 "serde",
8851]
8852
8853[[package]]
8854name = "pbkdf2"
8855version = "0.11.0"
8856source = "registry+https://github.com/rust-lang/crates.io-index"
8857checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
8858dependencies = [
8859 "digest",
8860 "hmac",
8861 "password-hash 0.4.2",
8862 "sha2",
8863]
8864
8865[[package]]
8866name = "pbkdf2"
8867version = "0.12.2"
8868source = "registry+https://github.com/rust-lang/crates.io-index"
8869checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
8870dependencies = [
8871 "digest",
8872 "hmac",
8873]
8874
8875[[package]]
8876name = "pem"
8877version = "3.0.4"
8878source = "registry+https://github.com/rust-lang/crates.io-index"
8879checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
8880dependencies = [
8881 "base64 0.22.1",
8882 "serde",
8883]
8884
8885[[package]]
8886name = "pem-rfc7468"
8887version = "0.7.0"
8888source = "registry+https://github.com/rust-lang/crates.io-index"
8889checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
8890dependencies = [
8891 "base64ct",
8892]
8893
8894[[package]]
8895name = "percent-encoding"
8896version = "2.3.1"
8897source = "registry+https://github.com/rust-lang/crates.io-index"
8898checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
8899
8900[[package]]
8901name = "perplexity"
8902version = "0.1.0"
8903dependencies = [
8904 "serde",
8905 "zed_extension_api 0.2.0",
8906]
8907
8908[[package]]
8909name = "pest"
8910version = "2.7.15"
8911source = "registry+https://github.com/rust-lang/crates.io-index"
8912checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
8913dependencies = [
8914 "memchr",
8915 "thiserror 2.0.6",
8916 "ucd-trie",
8917]
8918
8919[[package]]
8920name = "pest_derive"
8921version = "2.7.15"
8922source = "registry+https://github.com/rust-lang/crates.io-index"
8923checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
8924dependencies = [
8925 "pest",
8926 "pest_generator",
8927]
8928
8929[[package]]
8930name = "pest_generator"
8931version = "2.7.15"
8932source = "registry+https://github.com/rust-lang/crates.io-index"
8933checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
8934dependencies = [
8935 "pest",
8936 "pest_meta",
8937 "proc-macro2",
8938 "quote",
8939 "syn 2.0.90",
8940]
8941
8942[[package]]
8943name = "pest_meta"
8944version = "2.7.15"
8945source = "registry+https://github.com/rust-lang/crates.io-index"
8946checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
8947dependencies = [
8948 "once_cell",
8949 "pest",
8950 "sha2",
8951]
8952
8953[[package]]
8954name = "pet"
8955version = "0.1.0"
8956source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8957dependencies = [
8958 "clap",
8959 "env_logger 0.10.2",
8960 "lazy_static",
8961 "log",
8962 "msvc_spectre_libs",
8963 "pet-conda",
8964 "pet-core",
8965 "pet-env-var-path",
8966 "pet-fs",
8967 "pet-global-virtualenvs",
8968 "pet-homebrew",
8969 "pet-jsonrpc",
8970 "pet-linux-global-python",
8971 "pet-mac-commandlinetools",
8972 "pet-mac-python-org",
8973 "pet-mac-xcode",
8974 "pet-pipenv",
8975 "pet-pixi",
8976 "pet-poetry",
8977 "pet-pyenv",
8978 "pet-python-utils",
8979 "pet-reporter",
8980 "pet-telemetry",
8981 "pet-venv",
8982 "pet-virtualenv",
8983 "pet-virtualenvwrapper",
8984 "pet-windows-registry",
8985 "pet-windows-store",
8986 "serde",
8987 "serde_json",
8988]
8989
8990[[package]]
8991name = "pet-conda"
8992version = "0.1.0"
8993source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
8994dependencies = [
8995 "env_logger 0.10.2",
8996 "lazy_static",
8997 "log",
8998 "msvc_spectre_libs",
8999 "pet-core",
9000 "pet-fs",
9001 "pet-python-utils",
9002 "pet-reporter",
9003 "regex",
9004 "serde",
9005 "serde_json",
9006 "yaml-rust2",
9007]
9008
9009[[package]]
9010name = "pet-core"
9011version = "0.1.0"
9012source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9013dependencies = [
9014 "clap",
9015 "lazy_static",
9016 "log",
9017 "msvc_spectre_libs",
9018 "pet-fs",
9019 "regex",
9020 "serde",
9021 "serde_json",
9022]
9023
9024[[package]]
9025name = "pet-env-var-path"
9026version = "0.1.0"
9027source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9028dependencies = [
9029 "lazy_static",
9030 "log",
9031 "msvc_spectre_libs",
9032 "pet-conda",
9033 "pet-core",
9034 "pet-fs",
9035 "pet-python-utils",
9036 "pet-virtualenv",
9037 "regex",
9038]
9039
9040[[package]]
9041name = "pet-fs"
9042version = "0.1.0"
9043source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9044dependencies = [
9045 "log",
9046 "msvc_spectre_libs",
9047]
9048
9049[[package]]
9050name = "pet-global-virtualenvs"
9051version = "0.1.0"
9052source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9053dependencies = [
9054 "log",
9055 "msvc_spectre_libs",
9056 "pet-conda",
9057 "pet-core",
9058 "pet-fs",
9059 "pet-virtualenv",
9060]
9061
9062[[package]]
9063name = "pet-homebrew"
9064version = "0.1.0"
9065source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9066dependencies = [
9067 "lazy_static",
9068 "log",
9069 "msvc_spectre_libs",
9070 "pet-conda",
9071 "pet-core",
9072 "pet-fs",
9073 "pet-python-utils",
9074 "pet-virtualenv",
9075 "regex",
9076 "serde",
9077 "serde_json",
9078]
9079
9080[[package]]
9081name = "pet-jsonrpc"
9082version = "0.1.0"
9083source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9084dependencies = [
9085 "env_logger 0.10.2",
9086 "log",
9087 "msvc_spectre_libs",
9088 "pet-core",
9089 "serde",
9090 "serde_json",
9091]
9092
9093[[package]]
9094name = "pet-linux-global-python"
9095version = "0.1.0"
9096source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9097dependencies = [
9098 "log",
9099 "msvc_spectre_libs",
9100 "pet-core",
9101 "pet-fs",
9102 "pet-python-utils",
9103 "pet-virtualenv",
9104]
9105
9106[[package]]
9107name = "pet-mac-commandlinetools"
9108version = "0.1.0"
9109source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9110dependencies = [
9111 "log",
9112 "msvc_spectre_libs",
9113 "pet-core",
9114 "pet-fs",
9115 "pet-python-utils",
9116 "pet-virtualenv",
9117]
9118
9119[[package]]
9120name = "pet-mac-python-org"
9121version = "0.1.0"
9122source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9123dependencies = [
9124 "log",
9125 "msvc_spectre_libs",
9126 "pet-core",
9127 "pet-fs",
9128 "pet-python-utils",
9129 "pet-virtualenv",
9130]
9131
9132[[package]]
9133name = "pet-mac-xcode"
9134version = "0.1.0"
9135source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9136dependencies = [
9137 "log",
9138 "msvc_spectre_libs",
9139 "pet-core",
9140 "pet-fs",
9141 "pet-python-utils",
9142 "pet-virtualenv",
9143]
9144
9145[[package]]
9146name = "pet-pipenv"
9147version = "0.1.0"
9148source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9149dependencies = [
9150 "log",
9151 "msvc_spectre_libs",
9152 "pet-core",
9153 "pet-fs",
9154 "pet-python-utils",
9155 "pet-virtualenv",
9156]
9157
9158[[package]]
9159name = "pet-pixi"
9160version = "0.1.0"
9161source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9162dependencies = [
9163 "log",
9164 "msvc_spectre_libs",
9165 "pet-conda",
9166 "pet-core",
9167 "pet-python-utils",
9168]
9169
9170[[package]]
9171name = "pet-poetry"
9172version = "0.1.0"
9173source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9174dependencies = [
9175 "base64 0.22.1",
9176 "lazy_static",
9177 "log",
9178 "msvc_spectre_libs",
9179 "pet-core",
9180 "pet-fs",
9181 "pet-python-utils",
9182 "pet-reporter",
9183 "pet-virtualenv",
9184 "regex",
9185 "serde",
9186 "serde_json",
9187 "sha2",
9188 "toml 0.8.19",
9189]
9190
9191[[package]]
9192name = "pet-pyenv"
9193version = "0.1.0"
9194source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9195dependencies = [
9196 "lazy_static",
9197 "log",
9198 "msvc_spectre_libs",
9199 "pet-conda",
9200 "pet-core",
9201 "pet-fs",
9202 "pet-python-utils",
9203 "pet-reporter",
9204 "regex",
9205 "serde",
9206 "serde_json",
9207]
9208
9209[[package]]
9210name = "pet-python-utils"
9211version = "0.1.0"
9212source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9213dependencies = [
9214 "env_logger 0.10.2",
9215 "lazy_static",
9216 "log",
9217 "msvc_spectre_libs",
9218 "pet-core",
9219 "pet-fs",
9220 "regex",
9221 "serde",
9222 "serde_json",
9223 "sha2",
9224]
9225
9226[[package]]
9227name = "pet-reporter"
9228version = "0.1.0"
9229source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9230dependencies = [
9231 "env_logger 0.10.2",
9232 "log",
9233 "msvc_spectre_libs",
9234 "pet-core",
9235 "pet-jsonrpc",
9236 "serde",
9237 "serde_json",
9238]
9239
9240[[package]]
9241name = "pet-telemetry"
9242version = "0.1.0"
9243source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9244dependencies = [
9245 "env_logger 0.10.2",
9246 "lazy_static",
9247 "log",
9248 "msvc_spectre_libs",
9249 "pet-core",
9250 "pet-fs",
9251 "pet-python-utils",
9252 "regex",
9253]
9254
9255[[package]]
9256name = "pet-venv"
9257version = "0.1.0"
9258source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9259dependencies = [
9260 "log",
9261 "msvc_spectre_libs",
9262 "pet-core",
9263 "pet-python-utils",
9264 "pet-virtualenv",
9265]
9266
9267[[package]]
9268name = "pet-virtualenv"
9269version = "0.1.0"
9270source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9271dependencies = [
9272 "log",
9273 "msvc_spectre_libs",
9274 "pet-core",
9275 "pet-fs",
9276 "pet-python-utils",
9277]
9278
9279[[package]]
9280name = "pet-virtualenvwrapper"
9281version = "0.1.0"
9282source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9283dependencies = [
9284 "log",
9285 "msvc_spectre_libs",
9286 "pet-core",
9287 "pet-fs",
9288 "pet-python-utils",
9289 "pet-virtualenv",
9290]
9291
9292[[package]]
9293name = "pet-windows-registry"
9294version = "0.1.0"
9295source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9296dependencies = [
9297 "lazy_static",
9298 "log",
9299 "msvc_spectre_libs",
9300 "pet-conda",
9301 "pet-core",
9302 "pet-fs",
9303 "pet-python-utils",
9304 "pet-virtualenv",
9305 "pet-windows-store",
9306 "regex",
9307 "winreg 0.52.0",
9308]
9309
9310[[package]]
9311name = "pet-windows-store"
9312version = "0.1.0"
9313source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
9314dependencies = [
9315 "lazy_static",
9316 "log",
9317 "msvc_spectre_libs",
9318 "pet-core",
9319 "pet-fs",
9320 "pet-python-utils",
9321 "pet-virtualenv",
9322 "regex",
9323 "winreg 0.52.0",
9324]
9325
9326[[package]]
9327name = "petgraph"
9328version = "0.6.5"
9329source = "registry+https://github.com/rust-lang/crates.io-index"
9330checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
9331dependencies = [
9332 "fixedbitset",
9333 "indexmap",
9334]
9335
9336[[package]]
9337name = "phf"
9338version = "0.11.2"
9339source = "registry+https://github.com/rust-lang/crates.io-index"
9340checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
9341dependencies = [
9342 "phf_macros",
9343 "phf_shared 0.11.2",
9344]
9345
9346[[package]]
9347name = "phf_codegen"
9348version = "0.11.2"
9349source = "registry+https://github.com/rust-lang/crates.io-index"
9350checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
9351dependencies = [
9352 "phf_generator 0.11.2",
9353 "phf_shared 0.11.2",
9354]
9355
9356[[package]]
9357name = "phf_generator"
9358version = "0.10.0"
9359source = "registry+https://github.com/rust-lang/crates.io-index"
9360checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
9361dependencies = [
9362 "phf_shared 0.10.0",
9363 "rand 0.8.5",
9364]
9365
9366[[package]]
9367name = "phf_generator"
9368version = "0.11.2"
9369source = "registry+https://github.com/rust-lang/crates.io-index"
9370checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
9371dependencies = [
9372 "phf_shared 0.11.2",
9373 "rand 0.8.5",
9374]
9375
9376[[package]]
9377name = "phf_macros"
9378version = "0.11.2"
9379source = "registry+https://github.com/rust-lang/crates.io-index"
9380checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
9381dependencies = [
9382 "phf_generator 0.11.2",
9383 "phf_shared 0.11.2",
9384 "proc-macro2",
9385 "quote",
9386 "syn 2.0.90",
9387]
9388
9389[[package]]
9390name = "phf_shared"
9391version = "0.10.0"
9392source = "registry+https://github.com/rust-lang/crates.io-index"
9393checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
9394dependencies = [
9395 "siphasher 0.3.11",
9396]
9397
9398[[package]]
9399name = "phf_shared"
9400version = "0.11.2"
9401source = "registry+https://github.com/rust-lang/crates.io-index"
9402checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
9403dependencies = [
9404 "siphasher 0.3.11",
9405]
9406
9407[[package]]
9408name = "picker"
9409version = "0.1.0"
9410dependencies = [
9411 "anyhow",
9412 "ctor",
9413 "editor",
9414 "env_logger 0.11.6",
9415 "gpui",
9416 "menu",
9417 "serde",
9418 "serde_json",
9419 "ui",
9420 "workspace",
9421]
9422
9423[[package]]
9424name = "pico-args"
9425version = "0.5.0"
9426source = "registry+https://github.com/rust-lang/crates.io-index"
9427checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
9428
9429[[package]]
9430name = "pin-project"
9431version = "1.1.7"
9432source = "registry+https://github.com/rust-lang/crates.io-index"
9433checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
9434dependencies = [
9435 "pin-project-internal",
9436]
9437
9438[[package]]
9439name = "pin-project-internal"
9440version = "1.1.7"
9441source = "registry+https://github.com/rust-lang/crates.io-index"
9442checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
9443dependencies = [
9444 "proc-macro2",
9445 "quote",
9446 "syn 2.0.90",
9447]
9448
9449[[package]]
9450name = "pin-project-lite"
9451version = "0.2.15"
9452source = "registry+https://github.com/rust-lang/crates.io-index"
9453checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
9454
9455[[package]]
9456name = "pin-utils"
9457version = "0.1.0"
9458source = "registry+https://github.com/rust-lang/crates.io-index"
9459checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
9460
9461[[package]]
9462name = "piper"
9463version = "0.2.4"
9464source = "registry+https://github.com/rust-lang/crates.io-index"
9465checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
9466dependencies = [
9467 "atomic-waker",
9468 "fastrand 2.3.0",
9469 "futures-io",
9470]
9471
9472[[package]]
9473name = "pkcs1"
9474version = "0.7.5"
9475source = "registry+https://github.com/rust-lang/crates.io-index"
9476checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
9477dependencies = [
9478 "der 0.7.9",
9479 "pkcs8 0.10.2",
9480 "spki 0.7.3",
9481]
9482
9483[[package]]
9484name = "pkcs8"
9485version = "0.9.0"
9486source = "registry+https://github.com/rust-lang/crates.io-index"
9487checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
9488dependencies = [
9489 "der 0.6.1",
9490 "spki 0.6.0",
9491]
9492
9493[[package]]
9494name = "pkcs8"
9495version = "0.10.2"
9496source = "registry+https://github.com/rust-lang/crates.io-index"
9497checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
9498dependencies = [
9499 "der 0.7.9",
9500 "spki 0.7.3",
9501]
9502
9503[[package]]
9504name = "pkg-config"
9505version = "0.3.31"
9506source = "registry+https://github.com/rust-lang/crates.io-index"
9507checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
9508
9509[[package]]
9510name = "plist"
9511version = "1.7.0"
9512source = "registry+https://github.com/rust-lang/crates.io-index"
9513checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
9514dependencies = [
9515 "base64 0.22.1",
9516 "indexmap",
9517 "quick-xml 0.32.0",
9518 "serde",
9519 "time",
9520]
9521
9522[[package]]
9523name = "plotters"
9524version = "0.3.7"
9525source = "registry+https://github.com/rust-lang/crates.io-index"
9526checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
9527dependencies = [
9528 "num-traits",
9529 "plotters-backend",
9530 "plotters-svg",
9531 "wasm-bindgen",
9532 "web-sys",
9533]
9534
9535[[package]]
9536name = "plotters-backend"
9537version = "0.3.7"
9538source = "registry+https://github.com/rust-lang/crates.io-index"
9539checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
9540
9541[[package]]
9542name = "plotters-svg"
9543version = "0.3.7"
9544source = "registry+https://github.com/rust-lang/crates.io-index"
9545checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
9546dependencies = [
9547 "plotters-backend",
9548]
9549
9550[[package]]
9551name = "png"
9552version = "0.17.15"
9553source = "registry+https://github.com/rust-lang/crates.io-index"
9554checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
9555dependencies = [
9556 "bitflags 1.3.2",
9557 "crc32fast",
9558 "fdeflate",
9559 "flate2",
9560 "miniz_oxide",
9561]
9562
9563[[package]]
9564name = "polling"
9565version = "2.8.0"
9566source = "registry+https://github.com/rust-lang/crates.io-index"
9567checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
9568dependencies = [
9569 "autocfg",
9570 "bitflags 1.3.2",
9571 "cfg-if",
9572 "concurrent-queue",
9573 "libc",
9574 "log",
9575 "pin-project-lite",
9576 "windows-sys 0.48.0",
9577]
9578
9579[[package]]
9580name = "polling"
9581version = "3.7.4"
9582source = "registry+https://github.com/rust-lang/crates.io-index"
9583checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
9584dependencies = [
9585 "cfg-if",
9586 "concurrent-queue",
9587 "hermit-abi 0.4.0",
9588 "pin-project-lite",
9589 "rustix 0.38.42",
9590 "tracing",
9591 "windows-sys 0.59.0",
9592]
9593
9594[[package]]
9595name = "pollster"
9596version = "0.2.5"
9597source = "registry+https://github.com/rust-lang/crates.io-index"
9598checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
9599
9600[[package]]
9601name = "postage"
9602version = "0.5.0"
9603source = "registry+https://github.com/rust-lang/crates.io-index"
9604checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
9605dependencies = [
9606 "atomic",
9607 "crossbeam-queue",
9608 "futures 0.3.31",
9609 "log",
9610 "parking_lot",
9611 "pin-project",
9612 "pollster",
9613 "static_assertions",
9614 "thiserror 1.0.69",
9615]
9616
9617[[package]]
9618name = "postcard"
9619version = "1.1.1"
9620source = "registry+https://github.com/rust-lang/crates.io-index"
9621checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
9622dependencies = [
9623 "cobs",
9624 "embedded-io 0.4.0",
9625 "embedded-io 0.6.1",
9626 "serde",
9627]
9628
9629[[package]]
9630name = "powerfmt"
9631version = "0.2.0"
9632source = "registry+https://github.com/rust-lang/crates.io-index"
9633checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
9634
9635[[package]]
9636name = "ppv-lite86"
9637version = "0.2.20"
9638source = "registry+https://github.com/rust-lang/crates.io-index"
9639checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
9640dependencies = [
9641 "zerocopy",
9642]
9643
9644[[package]]
9645name = "precomputed-hash"
9646version = "0.1.1"
9647source = "registry+https://github.com/rust-lang/crates.io-index"
9648checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
9649
9650[[package]]
9651name = "prettier"
9652version = "0.1.0"
9653dependencies = [
9654 "anyhow",
9655 "collections",
9656 "fs",
9657 "gpui",
9658 "language",
9659 "log",
9660 "lsp",
9661 "node_runtime",
9662 "parking_lot",
9663 "paths",
9664 "serde",
9665 "serde_json",
9666 "util",
9667]
9668
9669[[package]]
9670name = "pretty_assertions"
9671version = "1.4.1"
9672source = "registry+https://github.com/rust-lang/crates.io-index"
9673checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
9674dependencies = [
9675 "diff",
9676 "yansi",
9677]
9678
9679[[package]]
9680name = "prettyplease"
9681version = "0.2.25"
9682source = "registry+https://github.com/rust-lang/crates.io-index"
9683checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
9684dependencies = [
9685 "proc-macro2",
9686 "syn 2.0.90",
9687]
9688
9689[[package]]
9690name = "proc-macro-crate"
9691version = "3.2.0"
9692source = "registry+https://github.com/rust-lang/crates.io-index"
9693checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
9694dependencies = [
9695 "toml_edit",
9696]
9697
9698[[package]]
9699name = "proc-macro-error-attr2"
9700version = "2.0.0"
9701source = "registry+https://github.com/rust-lang/crates.io-index"
9702checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
9703dependencies = [
9704 "proc-macro2",
9705 "quote",
9706]
9707
9708[[package]]
9709name = "proc-macro-error2"
9710version = "2.0.1"
9711source = "registry+https://github.com/rust-lang/crates.io-index"
9712checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
9713dependencies = [
9714 "proc-macro-error-attr2",
9715 "proc-macro2",
9716 "quote",
9717 "syn 2.0.90",
9718]
9719
9720[[package]]
9721name = "proc-macro2"
9722version = "1.0.92"
9723source = "registry+https://github.com/rust-lang/crates.io-index"
9724checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
9725dependencies = [
9726 "unicode-ident",
9727]
9728
9729[[package]]
9730name = "proc-macro2-diagnostics"
9731version = "0.10.1"
9732source = "registry+https://github.com/rust-lang/crates.io-index"
9733checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
9734dependencies = [
9735 "proc-macro2",
9736 "quote",
9737 "syn 2.0.90",
9738 "version_check",
9739 "yansi",
9740]
9741
9742[[package]]
9743name = "profiling"
9744version = "1.0.16"
9745source = "registry+https://github.com/rust-lang/crates.io-index"
9746checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
9747dependencies = [
9748 "profiling-procmacros",
9749]
9750
9751[[package]]
9752name = "profiling-procmacros"
9753version = "1.0.16"
9754source = "registry+https://github.com/rust-lang/crates.io-index"
9755checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
9756dependencies = [
9757 "quote",
9758 "syn 2.0.90",
9759]
9760
9761[[package]]
9762name = "project"
9763version = "0.1.0"
9764dependencies = [
9765 "aho-corasick",
9766 "anyhow",
9767 "async-trait",
9768 "client",
9769 "clock",
9770 "collections",
9771 "env_logger 0.11.6",
9772 "fancy-regex 0.14.0",
9773 "fs",
9774 "futures 0.3.31",
9775 "fuzzy",
9776 "git",
9777 "git2",
9778 "globset",
9779 "gpui",
9780 "http_client",
9781 "image",
9782 "itertools 0.13.0",
9783 "language",
9784 "log",
9785 "lsp",
9786 "node_runtime",
9787 "parking_lot",
9788 "pathdiff",
9789 "paths",
9790 "postage",
9791 "prettier",
9792 "pretty_assertions",
9793 "rand 0.8.5",
9794 "regex",
9795 "release_channel",
9796 "remote",
9797 "rpc",
9798 "schemars",
9799 "serde",
9800 "serde_json",
9801 "settings",
9802 "sha2",
9803 "shellexpand 2.1.2",
9804 "shlex",
9805 "similar",
9806 "smol",
9807 "snippet",
9808 "snippet_provider",
9809 "task",
9810 "tempfile",
9811 "terminal",
9812 "text",
9813 "toml 0.8.19",
9814 "unindent",
9815 "url",
9816 "util",
9817 "which 6.0.3",
9818 "worktree",
9819]
9820
9821[[package]]
9822name = "project_panel"
9823version = "0.1.0"
9824dependencies = [
9825 "anyhow",
9826 "client",
9827 "collections",
9828 "command_palette_hooks",
9829 "db",
9830 "editor",
9831 "file_icons",
9832 "git",
9833 "gpui",
9834 "indexmap",
9835 "language",
9836 "menu",
9837 "pretty_assertions",
9838 "project",
9839 "schemars",
9840 "search",
9841 "serde",
9842 "serde_derive",
9843 "serde_json",
9844 "settings",
9845 "smallvec",
9846 "theme",
9847 "ui",
9848 "util",
9849 "workspace",
9850 "worktree",
9851]
9852
9853[[package]]
9854name = "project_symbols"
9855version = "0.1.0"
9856dependencies = [
9857 "anyhow",
9858 "editor",
9859 "futures 0.3.31",
9860 "fuzzy",
9861 "gpui",
9862 "language",
9863 "lsp",
9864 "ordered-float 2.10.1",
9865 "picker",
9866 "project",
9867 "release_channel",
9868 "serde_json",
9869 "settings",
9870 "theme",
9871 "util",
9872 "workspace",
9873]
9874
9875[[package]]
9876name = "prometheus"
9877version = "0.13.4"
9878source = "registry+https://github.com/rust-lang/crates.io-index"
9879checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
9880dependencies = [
9881 "cfg-if",
9882 "fnv",
9883 "lazy_static",
9884 "memchr",
9885 "parking_lot",
9886 "protobuf",
9887 "thiserror 1.0.69",
9888]
9889
9890[[package]]
9891name = "prost"
9892version = "0.9.0"
9893source = "registry+https://github.com/rust-lang/crates.io-index"
9894checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
9895dependencies = [
9896 "bytes 1.9.0",
9897 "prost-derive 0.9.0",
9898]
9899
9900[[package]]
9901name = "prost"
9902version = "0.12.6"
9903source = "registry+https://github.com/rust-lang/crates.io-index"
9904checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
9905dependencies = [
9906 "bytes 1.9.0",
9907 "prost-derive 0.12.6",
9908]
9909
9910[[package]]
9911name = "prost-build"
9912version = "0.9.0"
9913source = "registry+https://github.com/rust-lang/crates.io-index"
9914checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
9915dependencies = [
9916 "bytes 1.9.0",
9917 "heck 0.3.3",
9918 "itertools 0.10.5",
9919 "lazy_static",
9920 "log",
9921 "multimap 0.8.3",
9922 "petgraph",
9923 "prost 0.9.0",
9924 "prost-types 0.9.0",
9925 "regex",
9926 "tempfile",
9927 "which 4.4.2",
9928]
9929
9930[[package]]
9931name = "prost-build"
9932version = "0.12.6"
9933source = "registry+https://github.com/rust-lang/crates.io-index"
9934checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
9935dependencies = [
9936 "bytes 1.9.0",
9937 "heck 0.5.0",
9938 "itertools 0.10.5",
9939 "log",
9940 "multimap 0.10.0",
9941 "once_cell",
9942 "petgraph",
9943 "prettyplease",
9944 "prost 0.12.6",
9945 "prost-types 0.12.6",
9946 "regex",
9947 "syn 2.0.90",
9948 "tempfile",
9949]
9950
9951[[package]]
9952name = "prost-derive"
9953version = "0.9.0"
9954source = "registry+https://github.com/rust-lang/crates.io-index"
9955checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
9956dependencies = [
9957 "anyhow",
9958 "itertools 0.10.5",
9959 "proc-macro2",
9960 "quote",
9961 "syn 1.0.109",
9962]
9963
9964[[package]]
9965name = "prost-derive"
9966version = "0.12.6"
9967source = "registry+https://github.com/rust-lang/crates.io-index"
9968checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
9969dependencies = [
9970 "anyhow",
9971 "itertools 0.10.5",
9972 "proc-macro2",
9973 "quote",
9974 "syn 2.0.90",
9975]
9976
9977[[package]]
9978name = "prost-types"
9979version = "0.9.0"
9980source = "registry+https://github.com/rust-lang/crates.io-index"
9981checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
9982dependencies = [
9983 "bytes 1.9.0",
9984 "prost 0.9.0",
9985]
9986
9987[[package]]
9988name = "prost-types"
9989version = "0.12.6"
9990source = "registry+https://github.com/rust-lang/crates.io-index"
9991checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
9992dependencies = [
9993 "prost 0.12.6",
9994]
9995
9996[[package]]
9997name = "proto"
9998version = "0.1.0"
9999dependencies = [
10000 "anyhow",
10001 "collections",
10002 "prost 0.9.0",
10003 "prost-build 0.9.0",
10004 "serde",
10005]
10006
10007[[package]]
10008name = "protobuf"
10009version = "2.28.0"
10010source = "registry+https://github.com/rust-lang/crates.io-index"
10011checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10012
10013[[package]]
10014name = "psm"
10015version = "0.1.24"
10016source = "registry+https://github.com/rust-lang/crates.io-index"
10017checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10018dependencies = [
10019 "cc",
10020]
10021
10022[[package]]
10023name = "ptr_meta"
10024version = "0.1.4"
10025source = "registry+https://github.com/rust-lang/crates.io-index"
10026checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10027dependencies = [
10028 "ptr_meta_derive",
10029]
10030
10031[[package]]
10032name = "ptr_meta_derive"
10033version = "0.1.4"
10034source = "registry+https://github.com/rust-lang/crates.io-index"
10035checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10036dependencies = [
10037 "proc-macro2",
10038 "quote",
10039 "syn 1.0.109",
10040]
10041
10042[[package]]
10043name = "pulldown-cmark"
10044version = "0.10.3"
10045source = "registry+https://github.com/rust-lang/crates.io-index"
10046checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10047dependencies = [
10048 "bitflags 2.6.0",
10049 "memchr",
10050 "pulldown-cmark-escape",
10051 "unicase",
10052]
10053
10054[[package]]
10055name = "pulldown-cmark"
10056version = "0.12.2"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10059dependencies = [
10060 "bitflags 2.6.0",
10061 "memchr",
10062 "unicase",
10063]
10064
10065[[package]]
10066name = "pulldown-cmark-escape"
10067version = "0.10.1"
10068source = "registry+https://github.com/rust-lang/crates.io-index"
10069checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10070
10071[[package]]
10072name = "qoi"
10073version = "0.4.1"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10076dependencies = [
10077 "bytemuck",
10078]
10079
10080[[package]]
10081name = "quick-error"
10082version = "2.0.1"
10083source = "registry+https://github.com/rust-lang/crates.io-index"
10084checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10085
10086[[package]]
10087name = "quick-xml"
10088version = "0.32.0"
10089source = "registry+https://github.com/rust-lang/crates.io-index"
10090checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10091dependencies = [
10092 "memchr",
10093]
10094
10095[[package]]
10096name = "quick-xml"
10097version = "0.36.2"
10098source = "registry+https://github.com/rust-lang/crates.io-index"
10099checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
10100dependencies = [
10101 "memchr",
10102]
10103
10104[[package]]
10105name = "quinn"
10106version = "0.11.6"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10109dependencies = [
10110 "bytes 1.9.0",
10111 "pin-project-lite",
10112 "quinn-proto",
10113 "quinn-udp",
10114 "rustc-hash 2.1.0",
10115 "rustls 0.23.20",
10116 "socket2 0.5.8",
10117 "thiserror 2.0.6",
10118 "tokio",
10119 "tracing",
10120]
10121
10122[[package]]
10123name = "quinn-proto"
10124version = "0.11.9"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10127dependencies = [
10128 "bytes 1.9.0",
10129 "getrandom 0.2.15",
10130 "rand 0.8.5",
10131 "ring",
10132 "rustc-hash 2.1.0",
10133 "rustls 0.23.20",
10134 "rustls-pki-types",
10135 "slab",
10136 "thiserror 2.0.6",
10137 "tinyvec",
10138 "tracing",
10139 "web-time",
10140]
10141
10142[[package]]
10143name = "quinn-udp"
10144version = "0.5.8"
10145source = "registry+https://github.com/rust-lang/crates.io-index"
10146checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527"
10147dependencies = [
10148 "cfg_aliases 0.2.1",
10149 "libc",
10150 "once_cell",
10151 "socket2 0.5.8",
10152 "tracing",
10153 "windows-sys 0.59.0",
10154]
10155
10156[[package]]
10157name = "quote"
10158version = "1.0.38"
10159source = "registry+https://github.com/rust-lang/crates.io-index"
10160checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
10161dependencies = [
10162 "proc-macro2",
10163]
10164
10165[[package]]
10166name = "radium"
10167version = "0.7.0"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10170
10171[[package]]
10172name = "rand"
10173version = "0.7.3"
10174source = "registry+https://github.com/rust-lang/crates.io-index"
10175checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10176dependencies = [
10177 "getrandom 0.1.16",
10178 "libc",
10179 "rand_chacha 0.2.2",
10180 "rand_core 0.5.1",
10181 "rand_hc",
10182]
10183
10184[[package]]
10185name = "rand"
10186version = "0.8.5"
10187source = "registry+https://github.com/rust-lang/crates.io-index"
10188checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10189dependencies = [
10190 "libc",
10191 "rand_chacha 0.3.1",
10192 "rand_core 0.6.4",
10193]
10194
10195[[package]]
10196name = "rand_chacha"
10197version = "0.2.2"
10198source = "registry+https://github.com/rust-lang/crates.io-index"
10199checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
10200dependencies = [
10201 "ppv-lite86",
10202 "rand_core 0.5.1",
10203]
10204
10205[[package]]
10206name = "rand_chacha"
10207version = "0.3.1"
10208source = "registry+https://github.com/rust-lang/crates.io-index"
10209checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
10210dependencies = [
10211 "ppv-lite86",
10212 "rand_core 0.6.4",
10213]
10214
10215[[package]]
10216name = "rand_core"
10217version = "0.5.1"
10218source = "registry+https://github.com/rust-lang/crates.io-index"
10219checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
10220dependencies = [
10221 "getrandom 0.1.16",
10222]
10223
10224[[package]]
10225name = "rand_core"
10226version = "0.6.4"
10227source = "registry+https://github.com/rust-lang/crates.io-index"
10228checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
10229dependencies = [
10230 "getrandom 0.2.15",
10231]
10232
10233[[package]]
10234name = "rand_hc"
10235version = "0.2.0"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
10238dependencies = [
10239 "rand_core 0.5.1",
10240]
10241
10242[[package]]
10243name = "rangemap"
10244version = "1.5.1"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
10247
10248[[package]]
10249name = "rav1e"
10250version = "0.7.1"
10251source = "registry+https://github.com/rust-lang/crates.io-index"
10252checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
10253dependencies = [
10254 "arbitrary",
10255 "arg_enum_proc_macro",
10256 "arrayvec",
10257 "av1-grain",
10258 "bitstream-io",
10259 "built",
10260 "cfg-if",
10261 "interpolate_name",
10262 "itertools 0.12.1",
10263 "libc",
10264 "libfuzzer-sys",
10265 "log",
10266 "maybe-rayon",
10267 "new_debug_unreachable",
10268 "noop_proc_macro",
10269 "num-derive",
10270 "num-traits",
10271 "once_cell",
10272 "paste",
10273 "profiling",
10274 "rand 0.8.5",
10275 "rand_chacha 0.3.1",
10276 "simd_helpers",
10277 "system-deps",
10278 "thiserror 1.0.69",
10279 "v_frame",
10280 "wasm-bindgen",
10281]
10282
10283[[package]]
10284name = "ravif"
10285version = "0.11.11"
10286source = "registry+https://github.com/rust-lang/crates.io-index"
10287checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
10288dependencies = [
10289 "avif-serialize",
10290 "imgref",
10291 "loop9",
10292 "quick-error",
10293 "rav1e",
10294 "rayon",
10295 "rgb",
10296]
10297
10298[[package]]
10299name = "raw-window-handle"
10300version = "0.6.2"
10301source = "registry+https://github.com/rust-lang/crates.io-index"
10302checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
10303
10304[[package]]
10305name = "raw-window-metal"
10306version = "0.4.0"
10307source = "registry+https://github.com/rust-lang/crates.io-index"
10308checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
10309dependencies = [
10310 "cocoa 0.25.0",
10311 "core-graphics 0.23.2",
10312 "objc",
10313 "raw-window-handle",
10314]
10315
10316[[package]]
10317name = "rayon"
10318version = "1.10.0"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
10321dependencies = [
10322 "either",
10323 "rayon-core",
10324]
10325
10326[[package]]
10327name = "rayon-core"
10328version = "1.12.1"
10329source = "registry+https://github.com/rust-lang/crates.io-index"
10330checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
10331dependencies = [
10332 "crossbeam-deque",
10333 "crossbeam-utils",
10334]
10335
10336[[package]]
10337name = "read-fonts"
10338version = "0.22.5"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
10341dependencies = [
10342 "bytemuck",
10343 "font-types",
10344]
10345
10346[[package]]
10347name = "recent_projects"
10348version = "0.1.0"
10349dependencies = [
10350 "anyhow",
10351 "auto_update",
10352 "editor",
10353 "extension_host",
10354 "file_finder",
10355 "futures 0.3.31",
10356 "fuzzy",
10357 "gpui",
10358 "language",
10359 "log",
10360 "markdown",
10361 "menu",
10362 "ordered-float 2.10.1",
10363 "paths",
10364 "picker",
10365 "project",
10366 "release_channel",
10367 "remote",
10368 "schemars",
10369 "serde",
10370 "serde_json",
10371 "settings",
10372 "smol",
10373 "task",
10374 "theme",
10375 "ui",
10376 "util",
10377 "workspace",
10378 "zed_actions",
10379]
10380
10381[[package]]
10382name = "redox_syscall"
10383version = "0.2.16"
10384source = "registry+https://github.com/rust-lang/crates.io-index"
10385checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
10386dependencies = [
10387 "bitflags 1.3.2",
10388]
10389
10390[[package]]
10391name = "redox_syscall"
10392version = "0.5.8"
10393source = "registry+https://github.com/rust-lang/crates.io-index"
10394checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
10395dependencies = [
10396 "bitflags 2.6.0",
10397]
10398
10399[[package]]
10400name = "redox_users"
10401version = "0.4.6"
10402source = "registry+https://github.com/rust-lang/crates.io-index"
10403checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
10404dependencies = [
10405 "getrandom 0.2.15",
10406 "libredox",
10407 "thiserror 1.0.69",
10408]
10409
10410[[package]]
10411name = "refineable"
10412version = "0.1.0"
10413dependencies = [
10414 "derive_refineable",
10415]
10416
10417[[package]]
10418name = "regalloc2"
10419version = "0.9.3"
10420source = "registry+https://github.com/rust-lang/crates.io-index"
10421checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
10422dependencies = [
10423 "hashbrown 0.13.2",
10424 "log",
10425 "rustc-hash 1.1.0",
10426 "slice-group-by",
10427 "smallvec",
10428]
10429
10430[[package]]
10431name = "regex"
10432version = "1.11.1"
10433source = "registry+https://github.com/rust-lang/crates.io-index"
10434checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
10435dependencies = [
10436 "aho-corasick",
10437 "memchr",
10438 "regex-automata 0.4.9",
10439 "regex-syntax 0.8.5",
10440]
10441
10442[[package]]
10443name = "regex-automata"
10444version = "0.1.10"
10445source = "registry+https://github.com/rust-lang/crates.io-index"
10446checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
10447dependencies = [
10448 "regex-syntax 0.6.29",
10449]
10450
10451[[package]]
10452name = "regex-automata"
10453version = "0.4.9"
10454source = "registry+https://github.com/rust-lang/crates.io-index"
10455checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
10456dependencies = [
10457 "aho-corasick",
10458 "memchr",
10459 "regex-syntax 0.8.5",
10460]
10461
10462[[package]]
10463name = "regex-lite"
10464version = "0.1.6"
10465source = "registry+https://github.com/rust-lang/crates.io-index"
10466checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
10467
10468[[package]]
10469name = "regex-syntax"
10470version = "0.6.29"
10471source = "registry+https://github.com/rust-lang/crates.io-index"
10472checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
10473
10474[[package]]
10475name = "regex-syntax"
10476version = "0.8.5"
10477source = "registry+https://github.com/rust-lang/crates.io-index"
10478checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
10479
10480[[package]]
10481name = "release_channel"
10482version = "0.1.0"
10483dependencies = [
10484 "gpui",
10485]
10486
10487[[package]]
10488name = "remote"
10489version = "0.1.0"
10490dependencies = [
10491 "anyhow",
10492 "async-trait",
10493 "collections",
10494 "fs",
10495 "futures 0.3.31",
10496 "gpui",
10497 "itertools 0.13.0",
10498 "log",
10499 "parking_lot",
10500 "paths",
10501 "prost 0.9.0",
10502 "release_channel",
10503 "rpc",
10504 "serde",
10505 "serde_json",
10506 "shlex",
10507 "smol",
10508 "tempfile",
10509 "thiserror 1.0.69",
10510 "util",
10511 "which 6.0.3",
10512]
10513
10514[[package]]
10515name = "remote_server"
10516version = "0.1.0"
10517dependencies = [
10518 "anyhow",
10519 "async-watch",
10520 "backtrace",
10521 "cargo_toml",
10522 "chrono",
10523 "clap",
10524 "client",
10525 "clock",
10526 "env_logger 0.11.6",
10527 "extension",
10528 "extension_host",
10529 "fork",
10530 "fs",
10531 "futures 0.3.31",
10532 "git",
10533 "git_hosting_providers",
10534 "gpui",
10535 "http_client",
10536 "language",
10537 "language_extension",
10538 "languages",
10539 "libc",
10540 "log",
10541 "lsp",
10542 "node_runtime",
10543 "paths",
10544 "project",
10545 "proto",
10546 "release_channel",
10547 "remote",
10548 "reqwest_client",
10549 "rpc",
10550 "rust-embed",
10551 "serde",
10552 "serde_json",
10553 "settings",
10554 "shellexpand 2.1.2",
10555 "smol",
10556 "sysinfo",
10557 "telemetry_events",
10558 "toml 0.8.19",
10559 "util",
10560 "worktree",
10561]
10562
10563[[package]]
10564name = "rend"
10565version = "0.4.2"
10566source = "registry+https://github.com/rust-lang/crates.io-index"
10567checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
10568dependencies = [
10569 "bytecheck",
10570]
10571
10572[[package]]
10573name = "repl"
10574version = "0.1.0"
10575dependencies = [
10576 "alacritty_terminal",
10577 "anyhow",
10578 "async-dispatcher",
10579 "async-tungstenite 0.28.2",
10580 "base64 0.22.1",
10581 "client",
10582 "collections",
10583 "command_palette_hooks",
10584 "editor",
10585 "env_logger 0.11.6",
10586 "feature_flags",
10587 "file_icons",
10588 "futures 0.3.31",
10589 "gpui",
10590 "http_client",
10591 "image",
10592 "indoc",
10593 "jupyter-protocol",
10594 "jupyter-websocket-client",
10595 "language",
10596 "languages",
10597 "log",
10598 "markdown_preview",
10599 "menu",
10600 "multi_buffer",
10601 "nbformat",
10602 "picker",
10603 "project",
10604 "runtimelib",
10605 "schemars",
10606 "serde",
10607 "serde_json",
10608 "settings",
10609 "smol",
10610 "telemetry",
10611 "terminal",
10612 "terminal_view",
10613 "theme",
10614 "tree-sitter-md",
10615 "tree-sitter-python",
10616 "tree-sitter-typescript",
10617 "ui",
10618 "util",
10619 "uuid",
10620 "workspace",
10621]
10622
10623[[package]]
10624name = "reqwest"
10625version = "0.11.27"
10626source = "registry+https://github.com/rust-lang/crates.io-index"
10627checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
10628dependencies = [
10629 "base64 0.21.7",
10630 "bytes 1.9.0",
10631 "encoding_rs",
10632 "futures-core",
10633 "futures-util",
10634 "h2 0.3.26",
10635 "http 0.2.12",
10636 "http-body 0.4.6",
10637 "hyper 0.14.32",
10638 "hyper-rustls 0.24.2",
10639 "hyper-tls",
10640 "ipnet",
10641 "js-sys",
10642 "log",
10643 "mime",
10644 "native-tls",
10645 "once_cell",
10646 "percent-encoding",
10647 "pin-project-lite",
10648 "rustls 0.21.12",
10649 "rustls-native-certs 0.6.3",
10650 "rustls-pemfile 1.0.4",
10651 "serde",
10652 "serde_json",
10653 "serde_urlencoded",
10654 "sync_wrapper 0.1.2",
10655 "system-configuration 0.5.1",
10656 "tokio",
10657 "tokio-native-tls",
10658 "tokio-rustls 0.24.1",
10659 "tower-service",
10660 "url",
10661 "wasm-bindgen",
10662 "wasm-bindgen-futures",
10663 "web-sys",
10664 "winreg 0.50.0",
10665]
10666
10667[[package]]
10668name = "reqwest"
10669version = "0.12.8"
10670source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
10671dependencies = [
10672 "base64 0.22.1",
10673 "bytes 1.9.0",
10674 "encoding_rs",
10675 "futures-core",
10676 "futures-util",
10677 "h2 0.4.7",
10678 "http 1.2.0",
10679 "http-body 1.0.1",
10680 "http-body-util",
10681 "hyper 1.5.1",
10682 "hyper-rustls 0.27.3",
10683 "hyper-util",
10684 "ipnet",
10685 "js-sys",
10686 "log",
10687 "mime",
10688 "once_cell",
10689 "percent-encoding",
10690 "pin-project-lite",
10691 "quinn",
10692 "rustls 0.23.20",
10693 "rustls-native-certs 0.8.1",
10694 "rustls-pemfile 2.2.0",
10695 "rustls-pki-types",
10696 "serde",
10697 "serde_json",
10698 "serde_urlencoded",
10699 "sync_wrapper 1.0.2",
10700 "system-configuration 0.6.1",
10701 "tokio",
10702 "tokio-rustls 0.26.1",
10703 "tokio-socks",
10704 "tokio-util",
10705 "tower-service",
10706 "url",
10707 "wasm-bindgen",
10708 "wasm-bindgen-futures",
10709 "wasm-streams",
10710 "web-sys",
10711 "windows-registry",
10712]
10713
10714[[package]]
10715name = "reqwest_client"
10716version = "0.1.0"
10717dependencies = [
10718 "anyhow",
10719 "bytes 1.9.0",
10720 "futures 0.3.31",
10721 "gpui",
10722 "http_client",
10723 "log",
10724 "reqwest 0.12.8",
10725 "serde",
10726 "smol",
10727 "tokio",
10728]
10729
10730[[package]]
10731name = "resvg"
10732version = "0.44.0"
10733source = "registry+https://github.com/rust-lang/crates.io-index"
10734checksum = "4a325d5e8d1cebddd070b13f44cec8071594ab67d1012797c121f27a669b7958"
10735dependencies = [
10736 "log",
10737 "pico-args",
10738 "rgb",
10739 "svgtypes",
10740 "tiny-skia",
10741 "usvg",
10742]
10743
10744[[package]]
10745name = "rfc6979"
10746version = "0.3.1"
10747source = "registry+https://github.com/rust-lang/crates.io-index"
10748checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
10749dependencies = [
10750 "crypto-bigint 0.4.9",
10751 "hmac",
10752 "zeroize",
10753]
10754
10755[[package]]
10756name = "rgb"
10757version = "0.8.50"
10758source = "registry+https://github.com/rust-lang/crates.io-index"
10759checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
10760dependencies = [
10761 "bytemuck",
10762]
10763
10764[[package]]
10765name = "rich_text"
10766version = "0.1.0"
10767dependencies = [
10768 "futures 0.3.31",
10769 "gpui",
10770 "language",
10771 "linkify",
10772 "pulldown-cmark 0.12.2",
10773 "theme",
10774 "ui",
10775 "util",
10776]
10777
10778[[package]]
10779name = "ring"
10780version = "0.17.8"
10781source = "registry+https://github.com/rust-lang/crates.io-index"
10782checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
10783dependencies = [
10784 "cc",
10785 "cfg-if",
10786 "getrandom 0.2.15",
10787 "libc",
10788 "spin",
10789 "untrusted",
10790 "windows-sys 0.52.0",
10791]
10792
10793[[package]]
10794name = "rkyv"
10795version = "0.7.45"
10796source = "registry+https://github.com/rust-lang/crates.io-index"
10797checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
10798dependencies = [
10799 "bitvec",
10800 "bytecheck",
10801 "bytes 1.9.0",
10802 "hashbrown 0.12.3",
10803 "ptr_meta",
10804 "rend",
10805 "rkyv_derive",
10806 "seahash",
10807 "tinyvec",
10808 "uuid",
10809]
10810
10811[[package]]
10812name = "rkyv_derive"
10813version = "0.7.45"
10814source = "registry+https://github.com/rust-lang/crates.io-index"
10815checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
10816dependencies = [
10817 "proc-macro2",
10818 "quote",
10819 "syn 1.0.109",
10820]
10821
10822[[package]]
10823name = "rmp"
10824version = "0.8.14"
10825source = "registry+https://github.com/rust-lang/crates.io-index"
10826checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
10827dependencies = [
10828 "byteorder",
10829 "num-traits",
10830 "paste",
10831]
10832
10833[[package]]
10834name = "rmpv"
10835version = "1.3.0"
10836source = "registry+https://github.com/rust-lang/crates.io-index"
10837checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
10838dependencies = [
10839 "num-traits",
10840 "rmp",
10841]
10842
10843[[package]]
10844name = "rodio"
10845version = "0.20.1"
10846source = "registry+https://github.com/rust-lang/crates.io-index"
10847checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
10848dependencies = [
10849 "cpal",
10850 "hound",
10851]
10852
10853[[package]]
10854name = "rope"
10855version = "0.1.0"
10856dependencies = [
10857 "arrayvec",
10858 "criterion",
10859 "ctor",
10860 "env_logger 0.11.6",
10861 "gpui",
10862 "log",
10863 "rand 0.8.5",
10864 "rayon",
10865 "smallvec",
10866 "sum_tree",
10867 "unicode-segmentation",
10868 "util",
10869]
10870
10871[[package]]
10872name = "roxmltree"
10873version = "0.20.0"
10874source = "registry+https://github.com/rust-lang/crates.io-index"
10875checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
10876
10877[[package]]
10878name = "rpc"
10879version = "0.1.0"
10880dependencies = [
10881 "anyhow",
10882 "async-tungstenite 0.28.2",
10883 "base64 0.22.1",
10884 "chrono",
10885 "collections",
10886 "env_logger 0.11.6",
10887 "futures 0.3.31",
10888 "gpui",
10889 "parking_lot",
10890 "proto",
10891 "rand 0.8.5",
10892 "rsa",
10893 "serde",
10894 "serde_json",
10895 "sha2",
10896 "strum",
10897 "tracing",
10898 "util",
10899 "zstd",
10900]
10901
10902[[package]]
10903name = "rsa"
10904version = "0.9.7"
10905source = "registry+https://github.com/rust-lang/crates.io-index"
10906checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
10907dependencies = [
10908 "const-oid",
10909 "digest",
10910 "num-bigint-dig",
10911 "num-integer",
10912 "num-traits",
10913 "pkcs1",
10914 "pkcs8 0.10.2",
10915 "rand_core 0.6.4",
10916 "signature 2.2.0",
10917 "spki 0.7.3",
10918 "subtle",
10919 "zeroize",
10920]
10921
10922[[package]]
10923name = "runtimelib"
10924version = "0.24.0"
10925source = "registry+https://github.com/rust-lang/crates.io-index"
10926checksum = "445ff0ee3d5c832cdd27efadd004a741423db1f91bd1de593a14b21211ea084c"
10927dependencies = [
10928 "anyhow",
10929 "async-dispatcher",
10930 "async-std",
10931 "base64 0.22.1",
10932 "bytes 1.9.0",
10933 "chrono",
10934 "data-encoding",
10935 "dirs 5.0.1",
10936 "futures 0.3.31",
10937 "glob",
10938 "jupyter-protocol",
10939 "ring",
10940 "serde",
10941 "serde_json",
10942 "shellexpand 3.1.0",
10943 "smol",
10944 "uuid",
10945 "zeromq",
10946]
10947
10948[[package]]
10949name = "rust-embed"
10950version = "8.5.0"
10951source = "registry+https://github.com/rust-lang/crates.io-index"
10952checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
10953dependencies = [
10954 "rust-embed-impl",
10955 "rust-embed-utils",
10956 "walkdir",
10957]
10958
10959[[package]]
10960name = "rust-embed-impl"
10961version = "8.5.0"
10962source = "registry+https://github.com/rust-lang/crates.io-index"
10963checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
10964dependencies = [
10965 "proc-macro2",
10966 "quote",
10967 "rust-embed-utils",
10968 "syn 2.0.90",
10969 "walkdir",
10970]
10971
10972[[package]]
10973name = "rust-embed-utils"
10974version = "8.5.0"
10975source = "registry+https://github.com/rust-lang/crates.io-index"
10976checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
10977dependencies = [
10978 "globset",
10979 "sha2",
10980 "walkdir",
10981]
10982
10983[[package]]
10984name = "rust_decimal"
10985version = "1.36.0"
10986source = "registry+https://github.com/rust-lang/crates.io-index"
10987checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
10988dependencies = [
10989 "arrayvec",
10990 "borsh",
10991 "bytes 1.9.0",
10992 "num-traits",
10993 "rand 0.8.5",
10994 "rkyv",
10995 "serde",
10996 "serde_json",
10997]
10998
10999[[package]]
11000name = "rustc-demangle"
11001version = "0.1.24"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11004
11005[[package]]
11006name = "rustc-hash"
11007version = "1.1.0"
11008source = "registry+https://github.com/rust-lang/crates.io-index"
11009checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11010
11011[[package]]
11012name = "rustc-hash"
11013version = "2.1.0"
11014source = "registry+https://github.com/rust-lang/crates.io-index"
11015checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
11016
11017[[package]]
11018name = "rustc_version"
11019version = "0.4.1"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11022dependencies = [
11023 "semver",
11024]
11025
11026[[package]]
11027name = "rustix"
11028version = "0.37.27"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
11031dependencies = [
11032 "bitflags 1.3.2",
11033 "errno 0.3.10",
11034 "io-lifetimes 1.0.11",
11035 "libc",
11036 "linux-raw-sys 0.3.8",
11037 "windows-sys 0.48.0",
11038]
11039
11040[[package]]
11041name = "rustix"
11042version = "0.38.42"
11043source = "registry+https://github.com/rust-lang/crates.io-index"
11044checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11045dependencies = [
11046 "bitflags 2.6.0",
11047 "errno 0.3.10",
11048 "itoa",
11049 "libc",
11050 "linux-raw-sys 0.4.14",
11051 "once_cell",
11052 "windows-sys 0.59.0",
11053]
11054
11055[[package]]
11056name = "rustix-openpty"
11057version = "0.1.1"
11058source = "registry+https://github.com/rust-lang/crates.io-index"
11059checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11060dependencies = [
11061 "errno 0.3.10",
11062 "libc",
11063 "rustix 0.38.42",
11064]
11065
11066[[package]]
11067name = "rustls"
11068version = "0.21.12"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11071dependencies = [
11072 "log",
11073 "ring",
11074 "rustls-webpki 0.101.7",
11075 "sct",
11076]
11077
11078[[package]]
11079name = "rustls"
11080version = "0.23.20"
11081source = "registry+https://github.com/rust-lang/crates.io-index"
11082checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
11083dependencies = [
11084 "once_cell",
11085 "ring",
11086 "rustls-pki-types",
11087 "rustls-webpki 0.102.8",
11088 "subtle",
11089 "zeroize",
11090]
11091
11092[[package]]
11093name = "rustls-native-certs"
11094version = "0.6.3"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11097dependencies = [
11098 "openssl-probe",
11099 "rustls-pemfile 1.0.4",
11100 "schannel",
11101 "security-framework 2.11.1",
11102]
11103
11104[[package]]
11105name = "rustls-native-certs"
11106version = "0.8.1"
11107source = "registry+https://github.com/rust-lang/crates.io-index"
11108checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11109dependencies = [
11110 "openssl-probe",
11111 "rustls-pki-types",
11112 "schannel",
11113 "security-framework 3.0.1",
11114]
11115
11116[[package]]
11117name = "rustls-pemfile"
11118version = "1.0.4"
11119source = "registry+https://github.com/rust-lang/crates.io-index"
11120checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11121dependencies = [
11122 "base64 0.21.7",
11123]
11124
11125[[package]]
11126name = "rustls-pemfile"
11127version = "2.2.0"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11130dependencies = [
11131 "rustls-pki-types",
11132]
11133
11134[[package]]
11135name = "rustls-pki-types"
11136version = "1.10.0"
11137source = "registry+https://github.com/rust-lang/crates.io-index"
11138checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
11139dependencies = [
11140 "web-time",
11141]
11142
11143[[package]]
11144name = "rustls-webpki"
11145version = "0.101.7"
11146source = "registry+https://github.com/rust-lang/crates.io-index"
11147checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11148dependencies = [
11149 "ring",
11150 "untrusted",
11151]
11152
11153[[package]]
11154name = "rustls-webpki"
11155version = "0.102.8"
11156source = "registry+https://github.com/rust-lang/crates.io-index"
11157checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
11158dependencies = [
11159 "ring",
11160 "rustls-pki-types",
11161 "untrusted",
11162]
11163
11164[[package]]
11165name = "rustversion"
11166version = "1.0.18"
11167source = "registry+https://github.com/rust-lang/crates.io-index"
11168checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
11169
11170[[package]]
11171name = "rustybuzz"
11172version = "0.14.1"
11173source = "registry+https://github.com/rust-lang/crates.io-index"
11174checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
11175dependencies = [
11176 "bitflags 2.6.0",
11177 "bytemuck",
11178 "libm",
11179 "smallvec",
11180 "ttf-parser",
11181 "unicode-bidi-mirroring",
11182 "unicode-ccc",
11183 "unicode-properties",
11184 "unicode-script",
11185]
11186
11187[[package]]
11188name = "ryu"
11189version = "1.0.18"
11190source = "registry+https://github.com/rust-lang/crates.io-index"
11191checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
11192
11193[[package]]
11194name = "salsa20"
11195version = "0.10.2"
11196source = "registry+https://github.com/rust-lang/crates.io-index"
11197checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
11198dependencies = [
11199 "cipher",
11200]
11201
11202[[package]]
11203name = "same-file"
11204version = "1.0.6"
11205source = "registry+https://github.com/rust-lang/crates.io-index"
11206checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
11207dependencies = [
11208 "winapi-util",
11209]
11210
11211[[package]]
11212name = "schannel"
11213version = "0.1.27"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
11216dependencies = [
11217 "windows-sys 0.59.0",
11218]
11219
11220[[package]]
11221name = "schemars"
11222version = "0.8.21"
11223source = "registry+https://github.com/rust-lang/crates.io-index"
11224checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
11225dependencies = [
11226 "dyn-clone",
11227 "indexmap",
11228 "schemars_derive",
11229 "serde",
11230 "serde_json",
11231]
11232
11233[[package]]
11234name = "schemars_derive"
11235version = "0.8.21"
11236source = "registry+https://github.com/rust-lang/crates.io-index"
11237checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
11238dependencies = [
11239 "proc-macro2",
11240 "quote",
11241 "serde_derive_internals",
11242 "syn 2.0.90",
11243]
11244
11245[[package]]
11246name = "scoped-tls"
11247version = "1.0.1"
11248source = "registry+https://github.com/rust-lang/crates.io-index"
11249checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
11250
11251[[package]]
11252name = "scopeguard"
11253version = "1.2.0"
11254source = "registry+https://github.com/rust-lang/crates.io-index"
11255checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
11256
11257[[package]]
11258name = "scratch"
11259version = "1.0.7"
11260source = "registry+https://github.com/rust-lang/crates.io-index"
11261checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
11262
11263[[package]]
11264name = "scrypt"
11265version = "0.11.0"
11266source = "registry+https://github.com/rust-lang/crates.io-index"
11267checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
11268dependencies = [
11269 "password-hash 0.5.0",
11270 "pbkdf2 0.12.2",
11271 "salsa20",
11272 "sha2",
11273]
11274
11275[[package]]
11276name = "sct"
11277version = "0.7.1"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
11280dependencies = [
11281 "ring",
11282 "untrusted",
11283]
11284
11285[[package]]
11286name = "sea-bae"
11287version = "0.2.1"
11288source = "registry+https://github.com/rust-lang/crates.io-index"
11289checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
11290dependencies = [
11291 "heck 0.4.1",
11292 "proc-macro-error2",
11293 "proc-macro2",
11294 "quote",
11295 "syn 2.0.90",
11296]
11297
11298[[package]]
11299name = "sea-orm"
11300version = "1.1.3"
11301source = "registry+https://github.com/rust-lang/crates.io-index"
11302checksum = "0dbcf83248860dc632c46c7e81a221e041b50d0006191756cb001d9e8afc60a9"
11303dependencies = [
11304 "async-stream",
11305 "async-trait",
11306 "bigdecimal",
11307 "chrono",
11308 "futures 0.3.31",
11309 "log",
11310 "ouroboros",
11311 "rust_decimal",
11312 "sea-orm-macros",
11313 "sea-query",
11314 "sea-query-binder",
11315 "serde",
11316 "serde_json",
11317 "sqlx",
11318 "strum",
11319 "thiserror 1.0.69",
11320 "time",
11321 "tracing",
11322 "url",
11323 "uuid",
11324]
11325
11326[[package]]
11327name = "sea-orm-macros"
11328version = "1.1.3"
11329source = "registry+https://github.com/rust-lang/crates.io-index"
11330checksum = "49ce6f08134f3681b1ca92185b96fac898f26d9b4f5538d13f7032ef243d14b2"
11331dependencies = [
11332 "heck 0.4.1",
11333 "proc-macro2",
11334 "quote",
11335 "sea-bae",
11336 "syn 2.0.90",
11337 "unicode-ident",
11338]
11339
11340[[package]]
11341name = "sea-query"
11342version = "0.32.1"
11343source = "registry+https://github.com/rust-lang/crates.io-index"
11344checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
11345dependencies = [
11346 "bigdecimal",
11347 "chrono",
11348 "inherent",
11349 "ordered-float 3.9.2",
11350 "rust_decimal",
11351 "serde_json",
11352 "time",
11353 "uuid",
11354]
11355
11356[[package]]
11357name = "sea-query-binder"
11358version = "0.7.0"
11359source = "registry+https://github.com/rust-lang/crates.io-index"
11360checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
11361dependencies = [
11362 "bigdecimal",
11363 "chrono",
11364 "rust_decimal",
11365 "sea-query",
11366 "serde_json",
11367 "sqlx",
11368 "time",
11369 "uuid",
11370]
11371
11372[[package]]
11373name = "seahash"
11374version = "4.1.0"
11375source = "registry+https://github.com/rust-lang/crates.io-index"
11376checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
11377
11378[[package]]
11379name = "search"
11380version = "0.1.0"
11381dependencies = [
11382 "any_vec",
11383 "anyhow",
11384 "bitflags 2.6.0",
11385 "client",
11386 "collections",
11387 "editor",
11388 "futures 0.3.31",
11389 "gpui",
11390 "language",
11391 "menu",
11392 "project",
11393 "serde",
11394 "serde_json",
11395 "settings",
11396 "smol",
11397 "theme",
11398 "ui",
11399 "unindent",
11400 "util",
11401 "workspace",
11402]
11403
11404[[package]]
11405name = "sec1"
11406version = "0.3.0"
11407source = "registry+https://github.com/rust-lang/crates.io-index"
11408checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
11409dependencies = [
11410 "base16ct",
11411 "der 0.6.1",
11412 "generic-array",
11413 "pkcs8 0.9.0",
11414 "subtle",
11415 "zeroize",
11416]
11417
11418[[package]]
11419name = "security-framework"
11420version = "2.11.1"
11421source = "registry+https://github.com/rust-lang/crates.io-index"
11422checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
11423dependencies = [
11424 "bitflags 2.6.0",
11425 "core-foundation 0.9.4",
11426 "core-foundation-sys",
11427 "libc",
11428 "security-framework-sys",
11429]
11430
11431[[package]]
11432name = "security-framework"
11433version = "3.0.1"
11434source = "registry+https://github.com/rust-lang/crates.io-index"
11435checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
11436dependencies = [
11437 "bitflags 2.6.0",
11438 "core-foundation 0.10.0",
11439 "core-foundation-sys",
11440 "libc",
11441 "security-framework-sys",
11442]
11443
11444[[package]]
11445name = "security-framework-sys"
11446version = "2.12.1"
11447source = "registry+https://github.com/rust-lang/crates.io-index"
11448checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
11449dependencies = [
11450 "core-foundation-sys",
11451 "libc",
11452]
11453
11454[[package]]
11455name = "self_cell"
11456version = "1.1.0"
11457source = "registry+https://github.com/rust-lang/crates.io-index"
11458checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
11459
11460[[package]]
11461name = "semantic_index"
11462version = "0.1.0"
11463dependencies = [
11464 "anyhow",
11465 "arrayvec",
11466 "blake3",
11467 "client",
11468 "clock",
11469 "collections",
11470 "env_logger 0.11.6",
11471 "feature_flags",
11472 "fs",
11473 "futures 0.3.31",
11474 "futures-batch",
11475 "gpui",
11476 "heed",
11477 "http_client",
11478 "language",
11479 "language_model",
11480 "languages",
11481 "log",
11482 "open_ai",
11483 "parking_lot",
11484 "project",
11485 "reqwest_client",
11486 "serde",
11487 "serde_json",
11488 "settings",
11489 "sha2",
11490 "smol",
11491 "tempfile",
11492 "theme",
11493 "tree-sitter",
11494 "ui",
11495 "unindent",
11496 "util",
11497 "workspace",
11498 "worktree",
11499]
11500
11501[[package]]
11502name = "semantic_version"
11503version = "0.1.0"
11504dependencies = [
11505 "anyhow",
11506 "serde",
11507]
11508
11509[[package]]
11510name = "semver"
11511version = "1.0.24"
11512source = "registry+https://github.com/rust-lang/crates.io-index"
11513checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
11514dependencies = [
11515 "serde",
11516]
11517
11518[[package]]
11519name = "serde"
11520version = "1.0.216"
11521source = "registry+https://github.com/rust-lang/crates.io-index"
11522checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e"
11523dependencies = [
11524 "serde_derive",
11525]
11526
11527[[package]]
11528name = "serde_derive"
11529version = "1.0.216"
11530source = "registry+https://github.com/rust-lang/crates.io-index"
11531checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e"
11532dependencies = [
11533 "proc-macro2",
11534 "quote",
11535 "syn 2.0.90",
11536]
11537
11538[[package]]
11539name = "serde_derive_internals"
11540version = "0.29.1"
11541source = "registry+https://github.com/rust-lang/crates.io-index"
11542checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
11543dependencies = [
11544 "proc-macro2",
11545 "quote",
11546 "syn 2.0.90",
11547]
11548
11549[[package]]
11550name = "serde_fmt"
11551version = "1.0.3"
11552source = "registry+https://github.com/rust-lang/crates.io-index"
11553checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
11554dependencies = [
11555 "serde",
11556]
11557
11558[[package]]
11559name = "serde_json"
11560version = "1.0.134"
11561source = "registry+https://github.com/rust-lang/crates.io-index"
11562checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
11563dependencies = [
11564 "indexmap",
11565 "itoa",
11566 "memchr",
11567 "ryu",
11568 "serde",
11569]
11570
11571[[package]]
11572name = "serde_json_lenient"
11573version = "0.2.4"
11574source = "registry+https://github.com/rust-lang/crates.io-index"
11575checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
11576dependencies = [
11577 "indexmap",
11578 "itoa",
11579 "memchr",
11580 "ryu",
11581 "serde",
11582]
11583
11584[[package]]
11585name = "serde_path_to_error"
11586version = "0.1.16"
11587source = "registry+https://github.com/rust-lang/crates.io-index"
11588checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
11589dependencies = [
11590 "itoa",
11591 "serde",
11592]
11593
11594[[package]]
11595name = "serde_qs"
11596version = "0.8.5"
11597source = "registry+https://github.com/rust-lang/crates.io-index"
11598checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
11599dependencies = [
11600 "percent-encoding",
11601 "serde",
11602 "thiserror 1.0.69",
11603]
11604
11605[[package]]
11606name = "serde_qs"
11607version = "0.10.1"
11608source = "registry+https://github.com/rust-lang/crates.io-index"
11609checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
11610dependencies = [
11611 "percent-encoding",
11612 "serde",
11613 "thiserror 1.0.69",
11614]
11615
11616[[package]]
11617name = "serde_repr"
11618version = "0.1.19"
11619source = "registry+https://github.com/rust-lang/crates.io-index"
11620checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
11621dependencies = [
11622 "proc-macro2",
11623 "quote",
11624 "syn 2.0.90",
11625]
11626
11627[[package]]
11628name = "serde_spanned"
11629version = "0.6.8"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
11632dependencies = [
11633 "serde",
11634]
11635
11636[[package]]
11637name = "serde_urlencoded"
11638version = "0.7.1"
11639source = "registry+https://github.com/rust-lang/crates.io-index"
11640checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
11641dependencies = [
11642 "form_urlencoded",
11643 "itoa",
11644 "ryu",
11645 "serde",
11646]
11647
11648[[package]]
11649name = "session"
11650version = "0.1.0"
11651dependencies = [
11652 "db",
11653 "gpui",
11654 "serde_json",
11655 "util",
11656 "uuid",
11657]
11658
11659[[package]]
11660name = "settings"
11661version = "0.1.0"
11662dependencies = [
11663 "anyhow",
11664 "collections",
11665 "ec4rs",
11666 "fs",
11667 "futures 0.3.31",
11668 "gpui",
11669 "indoc",
11670 "log",
11671 "paths",
11672 "pretty_assertions",
11673 "release_channel",
11674 "rust-embed",
11675 "schemars",
11676 "serde",
11677 "serde_derive",
11678 "serde_json",
11679 "serde_json_lenient",
11680 "smallvec",
11681 "tree-sitter",
11682 "tree-sitter-json",
11683 "unindent",
11684 "util",
11685]
11686
11687[[package]]
11688name = "settings_ui"
11689version = "0.1.0"
11690dependencies = [
11691 "command_palette_hooks",
11692 "editor",
11693 "feature_flags",
11694 "gpui",
11695 "settings",
11696 "theme",
11697 "ui",
11698 "workspace",
11699]
11700
11701[[package]]
11702name = "sha1"
11703version = "0.10.6"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
11706dependencies = [
11707 "cfg-if",
11708 "cpufeatures",
11709 "digest",
11710]
11711
11712[[package]]
11713name = "sha1_smol"
11714version = "1.0.1"
11715source = "registry+https://github.com/rust-lang/crates.io-index"
11716checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
11717
11718[[package]]
11719name = "sha2"
11720version = "0.10.8"
11721source = "registry+https://github.com/rust-lang/crates.io-index"
11722checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
11723dependencies = [
11724 "cfg-if",
11725 "cpufeatures",
11726 "digest",
11727]
11728
11729[[package]]
11730name = "sharded-slab"
11731version = "0.1.7"
11732source = "registry+https://github.com/rust-lang/crates.io-index"
11733checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
11734dependencies = [
11735 "lazy_static",
11736]
11737
11738[[package]]
11739name = "shell-words"
11740version = "1.1.0"
11741source = "registry+https://github.com/rust-lang/crates.io-index"
11742checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
11743
11744[[package]]
11745name = "shellexpand"
11746version = "2.1.2"
11747source = "registry+https://github.com/rust-lang/crates.io-index"
11748checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
11749dependencies = [
11750 "dirs 4.0.0",
11751]
11752
11753[[package]]
11754name = "shellexpand"
11755version = "3.1.0"
11756source = "registry+https://github.com/rust-lang/crates.io-index"
11757checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
11758dependencies = [
11759 "dirs 5.0.1",
11760]
11761
11762[[package]]
11763name = "shlex"
11764version = "1.3.0"
11765source = "registry+https://github.com/rust-lang/crates.io-index"
11766checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
11767
11768[[package]]
11769name = "signal-hook"
11770version = "0.3.17"
11771source = "registry+https://github.com/rust-lang/crates.io-index"
11772checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
11773dependencies = [
11774 "libc",
11775 "signal-hook-registry",
11776]
11777
11778[[package]]
11779name = "signal-hook-registry"
11780version = "1.4.2"
11781source = "registry+https://github.com/rust-lang/crates.io-index"
11782checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
11783dependencies = [
11784 "libc",
11785]
11786
11787[[package]]
11788name = "signature"
11789version = "1.6.4"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
11792dependencies = [
11793 "digest",
11794 "rand_core 0.6.4",
11795]
11796
11797[[package]]
11798name = "signature"
11799version = "2.2.0"
11800source = "registry+https://github.com/rust-lang/crates.io-index"
11801checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
11802dependencies = [
11803 "digest",
11804 "rand_core 0.6.4",
11805]
11806
11807[[package]]
11808name = "simd-adler32"
11809version = "0.3.7"
11810source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
11812
11813[[package]]
11814name = "simd_helpers"
11815version = "0.1.0"
11816source = "registry+https://github.com/rust-lang/crates.io-index"
11817checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
11818dependencies = [
11819 "quote",
11820]
11821
11822[[package]]
11823name = "simdutf8"
11824version = "0.1.5"
11825source = "registry+https://github.com/rust-lang/crates.io-index"
11826checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
11827
11828[[package]]
11829name = "similar"
11830version = "1.3.0"
11831source = "registry+https://github.com/rust-lang/crates.io-index"
11832checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
11833
11834[[package]]
11835name = "simple_asn1"
11836version = "0.6.2"
11837source = "registry+https://github.com/rust-lang/crates.io-index"
11838checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
11839dependencies = [
11840 "num-bigint",
11841 "num-traits",
11842 "thiserror 1.0.69",
11843 "time",
11844]
11845
11846[[package]]
11847name = "simplecss"
11848version = "0.2.1"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
11851dependencies = [
11852 "log",
11853]
11854
11855[[package]]
11856name = "simplelog"
11857version = "0.12.2"
11858source = "registry+https://github.com/rust-lang/crates.io-index"
11859checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
11860dependencies = [
11861 "log",
11862 "termcolor",
11863 "time",
11864]
11865
11866[[package]]
11867name = "siphasher"
11868version = "0.3.11"
11869source = "registry+https://github.com/rust-lang/crates.io-index"
11870checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
11871
11872[[package]]
11873name = "siphasher"
11874version = "1.0.1"
11875source = "registry+https://github.com/rust-lang/crates.io-index"
11876checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
11877
11878[[package]]
11879name = "skrifa"
11880version = "0.22.3"
11881source = "registry+https://github.com/rust-lang/crates.io-index"
11882checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
11883dependencies = [
11884 "bytemuck",
11885 "read-fonts",
11886]
11887
11888[[package]]
11889name = "slab"
11890version = "0.4.9"
11891source = "registry+https://github.com/rust-lang/crates.io-index"
11892checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
11893dependencies = [
11894 "autocfg",
11895]
11896
11897[[package]]
11898name = "slash_commands_example"
11899version = "0.1.0"
11900dependencies = [
11901 "zed_extension_api 0.1.0",
11902]
11903
11904[[package]]
11905name = "slice-group-by"
11906version = "0.3.1"
11907source = "registry+https://github.com/rust-lang/crates.io-index"
11908checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
11909
11910[[package]]
11911name = "slotmap"
11912version = "1.0.7"
11913source = "registry+https://github.com/rust-lang/crates.io-index"
11914checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
11915dependencies = [
11916 "version_check",
11917]
11918
11919[[package]]
11920name = "smallvec"
11921version = "1.13.2"
11922source = "registry+https://github.com/rust-lang/crates.io-index"
11923checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
11924dependencies = [
11925 "serde",
11926]
11927
11928[[package]]
11929name = "smart-default"
11930version = "0.6.0"
11931source = "registry+https://github.com/rust-lang/crates.io-index"
11932checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
11933dependencies = [
11934 "proc-macro2",
11935 "quote",
11936 "syn 1.0.109",
11937]
11938
11939[[package]]
11940name = "smol"
11941version = "1.3.0"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
11944dependencies = [
11945 "async-channel 1.9.0",
11946 "async-executor",
11947 "async-fs 1.6.0",
11948 "async-io 1.13.0",
11949 "async-lock 2.8.0",
11950 "async-net 1.8.0",
11951 "async-process 1.8.1",
11952 "blocking",
11953 "futures-lite 1.13.0",
11954]
11955
11956[[package]]
11957name = "smol_str"
11958version = "0.1.24"
11959source = "registry+https://github.com/rust-lang/crates.io-index"
11960checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
11961dependencies = [
11962 "serde",
11963]
11964
11965[[package]]
11966name = "snippet"
11967version = "0.1.0"
11968dependencies = [
11969 "anyhow",
11970 "smallvec",
11971]
11972
11973[[package]]
11974name = "snippet_provider"
11975version = "0.1.0"
11976dependencies = [
11977 "anyhow",
11978 "collections",
11979 "extension",
11980 "fs",
11981 "futures 0.3.31",
11982 "gpui",
11983 "parking_lot",
11984 "paths",
11985 "serde",
11986 "serde_json",
11987 "snippet",
11988 "util",
11989]
11990
11991[[package]]
11992name = "snippets_ui"
11993version = "0.1.0"
11994dependencies = [
11995 "fuzzy",
11996 "gpui",
11997 "language",
11998 "paths",
11999 "picker",
12000 "ui",
12001 "util",
12002 "workspace",
12003]
12004
12005[[package]]
12006name = "socket2"
12007version = "0.4.10"
12008source = "registry+https://github.com/rust-lang/crates.io-index"
12009checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
12010dependencies = [
12011 "libc",
12012 "winapi",
12013]
12014
12015[[package]]
12016name = "socket2"
12017version = "0.5.8"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12020dependencies = [
12021 "libc",
12022 "windows-sys 0.52.0",
12023]
12024
12025[[package]]
12026name = "spdx"
12027version = "0.10.7"
12028source = "registry+https://github.com/rust-lang/crates.io-index"
12029checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12030dependencies = [
12031 "smallvec",
12032]
12033
12034[[package]]
12035name = "spin"
12036version = "0.9.8"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12039dependencies = [
12040 "lock_api",
12041]
12042
12043[[package]]
12044name = "spirv"
12045version = "0.3.0+sdk-1.3.268.0"
12046source = "registry+https://github.com/rust-lang/crates.io-index"
12047checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12048dependencies = [
12049 "bitflags 2.6.0",
12050]
12051
12052[[package]]
12053name = "spki"
12054version = "0.6.0"
12055source = "registry+https://github.com/rust-lang/crates.io-index"
12056checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12057dependencies = [
12058 "base64ct",
12059 "der 0.6.1",
12060]
12061
12062[[package]]
12063name = "spki"
12064version = "0.7.3"
12065source = "registry+https://github.com/rust-lang/crates.io-index"
12066checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12067dependencies = [
12068 "base64ct",
12069 "der 0.7.9",
12070]
12071
12072[[package]]
12073name = "sptr"
12074version = "0.3.2"
12075source = "registry+https://github.com/rust-lang/crates.io-index"
12076checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12077
12078[[package]]
12079name = "sqlez"
12080version = "0.1.0"
12081dependencies = [
12082 "anyhow",
12083 "collections",
12084 "futures 0.3.31",
12085 "indoc",
12086 "libsqlite3-sys",
12087 "parking_lot",
12088 "smol",
12089 "sqlformat",
12090 "thread_local",
12091 "util",
12092 "uuid",
12093]
12094
12095[[package]]
12096name = "sqlez_macros"
12097version = "0.1.0"
12098dependencies = [
12099 "sqlez",
12100 "sqlformat",
12101 "syn 1.0.109",
12102]
12103
12104[[package]]
12105name = "sqlformat"
12106version = "0.2.6"
12107source = "registry+https://github.com/rust-lang/crates.io-index"
12108checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12109dependencies = [
12110 "nom",
12111 "unicode_categories",
12112]
12113
12114[[package]]
12115name = "sqlx"
12116version = "0.8.2"
12117source = "registry+https://github.com/rust-lang/crates.io-index"
12118checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
12119dependencies = [
12120 "sqlx-core",
12121 "sqlx-macros",
12122 "sqlx-mysql",
12123 "sqlx-postgres",
12124 "sqlx-sqlite",
12125]
12126
12127[[package]]
12128name = "sqlx-core"
12129version = "0.8.2"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
12132dependencies = [
12133 "atoi",
12134 "bigdecimal",
12135 "byteorder",
12136 "bytes 1.9.0",
12137 "chrono",
12138 "crc",
12139 "crossbeam-queue",
12140 "either",
12141 "event-listener 5.3.1",
12142 "futures-channel",
12143 "futures-core",
12144 "futures-intrusive",
12145 "futures-io",
12146 "futures-util",
12147 "hashbrown 0.14.5",
12148 "hashlink 0.9.1",
12149 "hex",
12150 "indexmap",
12151 "log",
12152 "memchr",
12153 "once_cell",
12154 "paste",
12155 "percent-encoding",
12156 "rust_decimal",
12157 "rustls 0.23.20",
12158 "rustls-pemfile 2.2.0",
12159 "serde",
12160 "serde_json",
12161 "sha2",
12162 "smallvec",
12163 "sqlformat",
12164 "thiserror 1.0.69",
12165 "time",
12166 "tokio",
12167 "tokio-stream",
12168 "tracing",
12169 "url",
12170 "uuid",
12171 "webpki-roots 0.26.7",
12172]
12173
12174[[package]]
12175name = "sqlx-macros"
12176version = "0.8.2"
12177source = "registry+https://github.com/rust-lang/crates.io-index"
12178checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
12179dependencies = [
12180 "proc-macro2",
12181 "quote",
12182 "sqlx-core",
12183 "sqlx-macros-core",
12184 "syn 2.0.90",
12185]
12186
12187[[package]]
12188name = "sqlx-macros-core"
12189version = "0.8.2"
12190source = "registry+https://github.com/rust-lang/crates.io-index"
12191checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
12192dependencies = [
12193 "dotenvy",
12194 "either",
12195 "heck 0.5.0",
12196 "hex",
12197 "once_cell",
12198 "proc-macro2",
12199 "quote",
12200 "serde",
12201 "serde_json",
12202 "sha2",
12203 "sqlx-core",
12204 "sqlx-mysql",
12205 "sqlx-postgres",
12206 "sqlx-sqlite",
12207 "syn 2.0.90",
12208 "tempfile",
12209 "tokio",
12210 "url",
12211]
12212
12213[[package]]
12214name = "sqlx-mysql"
12215version = "0.8.2"
12216source = "registry+https://github.com/rust-lang/crates.io-index"
12217checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
12218dependencies = [
12219 "atoi",
12220 "base64 0.22.1",
12221 "bigdecimal",
12222 "bitflags 2.6.0",
12223 "byteorder",
12224 "bytes 1.9.0",
12225 "chrono",
12226 "crc",
12227 "digest",
12228 "dotenvy",
12229 "either",
12230 "futures-channel",
12231 "futures-core",
12232 "futures-io",
12233 "futures-util",
12234 "generic-array",
12235 "hex",
12236 "hkdf",
12237 "hmac",
12238 "itoa",
12239 "log",
12240 "md-5",
12241 "memchr",
12242 "once_cell",
12243 "percent-encoding",
12244 "rand 0.8.5",
12245 "rsa",
12246 "rust_decimal",
12247 "serde",
12248 "sha1",
12249 "sha2",
12250 "smallvec",
12251 "sqlx-core",
12252 "stringprep",
12253 "thiserror 1.0.69",
12254 "time",
12255 "tracing",
12256 "uuid",
12257 "whoami",
12258]
12259
12260[[package]]
12261name = "sqlx-postgres"
12262version = "0.8.2"
12263source = "registry+https://github.com/rust-lang/crates.io-index"
12264checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
12265dependencies = [
12266 "atoi",
12267 "base64 0.22.1",
12268 "bigdecimal",
12269 "bitflags 2.6.0",
12270 "byteorder",
12271 "chrono",
12272 "crc",
12273 "dotenvy",
12274 "etcetera",
12275 "futures-channel",
12276 "futures-core",
12277 "futures-io",
12278 "futures-util",
12279 "hex",
12280 "hkdf",
12281 "hmac",
12282 "home",
12283 "itoa",
12284 "log",
12285 "md-5",
12286 "memchr",
12287 "num-bigint",
12288 "once_cell",
12289 "rand 0.8.5",
12290 "rust_decimal",
12291 "serde",
12292 "serde_json",
12293 "sha2",
12294 "smallvec",
12295 "sqlx-core",
12296 "stringprep",
12297 "thiserror 1.0.69",
12298 "time",
12299 "tracing",
12300 "uuid",
12301 "whoami",
12302]
12303
12304[[package]]
12305name = "sqlx-sqlite"
12306version = "0.8.2"
12307source = "registry+https://github.com/rust-lang/crates.io-index"
12308checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
12309dependencies = [
12310 "atoi",
12311 "chrono",
12312 "flume",
12313 "futures-channel",
12314 "futures-core",
12315 "futures-executor",
12316 "futures-intrusive",
12317 "futures-util",
12318 "libsqlite3-sys",
12319 "log",
12320 "percent-encoding",
12321 "serde",
12322 "serde_urlencoded",
12323 "sqlx-core",
12324 "time",
12325 "tracing",
12326 "url",
12327 "uuid",
12328]
12329
12330[[package]]
12331name = "stable_deref_trait"
12332version = "1.2.0"
12333source = "registry+https://github.com/rust-lang/crates.io-index"
12334checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
12335
12336[[package]]
12337name = "static_assertions"
12338version = "1.1.0"
12339source = "registry+https://github.com/rust-lang/crates.io-index"
12340checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
12341
12342[[package]]
12343name = "story"
12344version = "0.1.0"
12345dependencies = [
12346 "gpui",
12347 "itertools 0.13.0",
12348 "smallvec",
12349]
12350
12351[[package]]
12352name = "storybook"
12353version = "0.1.0"
12354dependencies = [
12355 "anyhow",
12356 "clap",
12357 "collab_ui",
12358 "ctrlc",
12359 "dialoguer",
12360 "editor",
12361 "fuzzy",
12362 "gpui",
12363 "indoc",
12364 "language",
12365 "log",
12366 "menu",
12367 "picker",
12368 "project",
12369 "reqwest_client",
12370 "rust-embed",
12371 "settings",
12372 "simplelog",
12373 "story",
12374 "strum",
12375 "theme",
12376 "title_bar",
12377 "ui",
12378]
12379
12380[[package]]
12381name = "strict-num"
12382version = "0.1.1"
12383source = "registry+https://github.com/rust-lang/crates.io-index"
12384checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
12385dependencies = [
12386 "float-cmp",
12387]
12388
12389[[package]]
12390name = "string_cache"
12391version = "0.8.7"
12392source = "registry+https://github.com/rust-lang/crates.io-index"
12393checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
12394dependencies = [
12395 "new_debug_unreachable",
12396 "once_cell",
12397 "parking_lot",
12398 "phf_shared 0.10.0",
12399 "precomputed-hash",
12400 "serde",
12401]
12402
12403[[package]]
12404name = "string_cache_codegen"
12405version = "0.5.2"
12406source = "registry+https://github.com/rust-lang/crates.io-index"
12407checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
12408dependencies = [
12409 "phf_generator 0.10.0",
12410 "phf_shared 0.10.0",
12411 "proc-macro2",
12412 "quote",
12413]
12414
12415[[package]]
12416name = "stringprep"
12417version = "0.1.5"
12418source = "registry+https://github.com/rust-lang/crates.io-index"
12419checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
12420dependencies = [
12421 "unicode-bidi",
12422 "unicode-normalization",
12423 "unicode-properties",
12424]
12425
12426[[package]]
12427name = "strsim"
12428version = "0.11.1"
12429source = "registry+https://github.com/rust-lang/crates.io-index"
12430checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
12431
12432[[package]]
12433name = "strum"
12434version = "0.26.3"
12435source = "registry+https://github.com/rust-lang/crates.io-index"
12436checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
12437dependencies = [
12438 "strum_macros",
12439]
12440
12441[[package]]
12442name = "strum_macros"
12443version = "0.26.4"
12444source = "registry+https://github.com/rust-lang/crates.io-index"
12445checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
12446dependencies = [
12447 "heck 0.5.0",
12448 "proc-macro2",
12449 "quote",
12450 "rustversion",
12451 "syn 2.0.90",
12452]
12453
12454[[package]]
12455name = "subtle"
12456version = "2.6.1"
12457source = "registry+https://github.com/rust-lang/crates.io-index"
12458checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
12459
12460[[package]]
12461name = "sum_tree"
12462version = "0.1.0"
12463dependencies = [
12464 "arrayvec",
12465 "ctor",
12466 "env_logger 0.11.6",
12467 "log",
12468 "rand 0.8.5",
12469 "rayon",
12470]
12471
12472[[package]]
12473name = "supermaven"
12474version = "0.1.0"
12475dependencies = [
12476 "anyhow",
12477 "client",
12478 "collections",
12479 "editor",
12480 "env_logger 0.11.6",
12481 "futures 0.3.31",
12482 "gpui",
12483 "http_client",
12484 "inline_completion",
12485 "language",
12486 "log",
12487 "postage",
12488 "project",
12489 "serde",
12490 "serde_json",
12491 "settings",
12492 "smol",
12493 "supermaven_api",
12494 "text",
12495 "theme",
12496 "ui",
12497 "unicode-segmentation",
12498 "util",
12499]
12500
12501[[package]]
12502name = "supermaven_api"
12503version = "0.1.0"
12504dependencies = [
12505 "anyhow",
12506 "futures 0.3.31",
12507 "http_client",
12508 "paths",
12509 "serde",
12510 "serde_json",
12511 "smol",
12512]
12513
12514[[package]]
12515name = "sval"
12516version = "2.13.2"
12517source = "registry+https://github.com/rust-lang/crates.io-index"
12518checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
12519
12520[[package]]
12521name = "sval_buffer"
12522version = "2.13.2"
12523source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
12525dependencies = [
12526 "sval",
12527 "sval_ref",
12528]
12529
12530[[package]]
12531name = "sval_dynamic"
12532version = "2.13.2"
12533source = "registry+https://github.com/rust-lang/crates.io-index"
12534checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
12535dependencies = [
12536 "sval",
12537]
12538
12539[[package]]
12540name = "sval_fmt"
12541version = "2.13.2"
12542source = "registry+https://github.com/rust-lang/crates.io-index"
12543checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
12544dependencies = [
12545 "itoa",
12546 "ryu",
12547 "sval",
12548]
12549
12550[[package]]
12551name = "sval_json"
12552version = "2.13.2"
12553source = "registry+https://github.com/rust-lang/crates.io-index"
12554checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
12555dependencies = [
12556 "itoa",
12557 "ryu",
12558 "sval",
12559]
12560
12561[[package]]
12562name = "sval_nested"
12563version = "2.13.2"
12564source = "registry+https://github.com/rust-lang/crates.io-index"
12565checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
12566dependencies = [
12567 "sval",
12568 "sval_buffer",
12569 "sval_ref",
12570]
12571
12572[[package]]
12573name = "sval_ref"
12574version = "2.13.2"
12575source = "registry+https://github.com/rust-lang/crates.io-index"
12576checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
12577dependencies = [
12578 "sval",
12579]
12580
12581[[package]]
12582name = "sval_serde"
12583version = "2.13.2"
12584source = "registry+https://github.com/rust-lang/crates.io-index"
12585checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
12586dependencies = [
12587 "serde",
12588 "sval",
12589 "sval_nested",
12590]
12591
12592[[package]]
12593name = "svg_fmt"
12594version = "0.4.4"
12595source = "registry+https://github.com/rust-lang/crates.io-index"
12596checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
12597
12598[[package]]
12599name = "svgtypes"
12600version = "0.15.2"
12601source = "registry+https://github.com/rust-lang/crates.io-index"
12602checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
12603dependencies = [
12604 "kurbo",
12605 "siphasher 1.0.1",
12606]
12607
12608[[package]]
12609name = "swash"
12610version = "0.1.19"
12611source = "registry+https://github.com/rust-lang/crates.io-index"
12612checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
12613dependencies = [
12614 "skrifa",
12615 "yazi",
12616 "zeno",
12617]
12618
12619[[package]]
12620name = "syn"
12621version = "1.0.109"
12622source = "registry+https://github.com/rust-lang/crates.io-index"
12623checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
12624dependencies = [
12625 "proc-macro2",
12626 "quote",
12627 "unicode-ident",
12628]
12629
12630[[package]]
12631name = "syn"
12632version = "2.0.90"
12633source = "registry+https://github.com/rust-lang/crates.io-index"
12634checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
12635dependencies = [
12636 "proc-macro2",
12637 "quote",
12638 "unicode-ident",
12639]
12640
12641[[package]]
12642name = "sync_wrapper"
12643version = "0.1.2"
12644source = "registry+https://github.com/rust-lang/crates.io-index"
12645checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
12646
12647[[package]]
12648name = "sync_wrapper"
12649version = "1.0.2"
12650source = "registry+https://github.com/rust-lang/crates.io-index"
12651checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
12652dependencies = [
12653 "futures-core",
12654]
12655
12656[[package]]
12657name = "synchronoise"
12658version = "1.0.1"
12659source = "registry+https://github.com/rust-lang/crates.io-index"
12660checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
12661dependencies = [
12662 "crossbeam-queue",
12663]
12664
12665[[package]]
12666name = "synstructure"
12667version = "0.13.1"
12668source = "registry+https://github.com/rust-lang/crates.io-index"
12669checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
12670dependencies = [
12671 "proc-macro2",
12672 "quote",
12673 "syn 2.0.90",
12674]
12675
12676[[package]]
12677name = "sys-locale"
12678version = "0.3.2"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
12681dependencies = [
12682 "libc",
12683]
12684
12685[[package]]
12686name = "sysinfo"
12687version = "0.31.4"
12688source = "registry+https://github.com/rust-lang/crates.io-index"
12689checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
12690dependencies = [
12691 "core-foundation-sys",
12692 "libc",
12693 "memchr",
12694 "ntapi",
12695 "rayon",
12696 "windows 0.57.0",
12697]
12698
12699[[package]]
12700name = "system-configuration"
12701version = "0.5.1"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
12704dependencies = [
12705 "bitflags 1.3.2",
12706 "core-foundation 0.9.4",
12707 "system-configuration-sys 0.5.0",
12708]
12709
12710[[package]]
12711name = "system-configuration"
12712version = "0.6.1"
12713source = "registry+https://github.com/rust-lang/crates.io-index"
12714checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
12715dependencies = [
12716 "bitflags 2.6.0",
12717 "core-foundation 0.9.4",
12718 "system-configuration-sys 0.6.0",
12719]
12720
12721[[package]]
12722name = "system-configuration-sys"
12723version = "0.5.0"
12724source = "registry+https://github.com/rust-lang/crates.io-index"
12725checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
12726dependencies = [
12727 "core-foundation-sys",
12728 "libc",
12729]
12730
12731[[package]]
12732name = "system-configuration-sys"
12733version = "0.6.0"
12734source = "registry+https://github.com/rust-lang/crates.io-index"
12735checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
12736dependencies = [
12737 "core-foundation-sys",
12738 "libc",
12739]
12740
12741[[package]]
12742name = "system-deps"
12743version = "6.2.2"
12744source = "registry+https://github.com/rust-lang/crates.io-index"
12745checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
12746dependencies = [
12747 "cfg-expr",
12748 "heck 0.5.0",
12749 "pkg-config",
12750 "toml 0.8.19",
12751 "version-compare",
12752]
12753
12754[[package]]
12755name = "system-interface"
12756version = "0.27.3"
12757source = "registry+https://github.com/rust-lang/crates.io-index"
12758checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
12759dependencies = [
12760 "bitflags 2.6.0",
12761 "cap-fs-ext",
12762 "cap-std",
12763 "fd-lock",
12764 "io-lifetimes 2.0.4",
12765 "rustix 0.38.42",
12766 "windows-sys 0.59.0",
12767 "winx",
12768]
12769
12770[[package]]
12771name = "tab_switcher"
12772version = "0.1.0"
12773dependencies = [
12774 "anyhow",
12775 "collections",
12776 "ctor",
12777 "editor",
12778 "env_logger 0.11.6",
12779 "gpui",
12780 "language",
12781 "menu",
12782 "picker",
12783 "project",
12784 "serde",
12785 "serde_json",
12786 "settings",
12787 "theme",
12788 "ui",
12789 "util",
12790 "workspace",
12791]
12792
12793[[package]]
12794name = "taffy"
12795version = "0.4.4"
12796source = "registry+https://github.com/rust-lang/crates.io-index"
12797checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
12798dependencies = [
12799 "arrayvec",
12800 "grid",
12801 "num-traits",
12802 "serde",
12803 "slotmap",
12804]
12805
12806[[package]]
12807name = "take-until"
12808version = "0.2.0"
12809source = "registry+https://github.com/rust-lang/crates.io-index"
12810checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
12811
12812[[package]]
12813name = "tap"
12814version = "1.0.1"
12815source = "registry+https://github.com/rust-lang/crates.io-index"
12816checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
12817
12818[[package]]
12819name = "target-lexicon"
12820version = "0.12.16"
12821source = "registry+https://github.com/rust-lang/crates.io-index"
12822checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
12823
12824[[package]]
12825name = "task"
12826version = "0.1.0"
12827dependencies = [
12828 "anyhow",
12829 "collections",
12830 "futures 0.3.31",
12831 "gpui",
12832 "hex",
12833 "parking_lot",
12834 "schemars",
12835 "serde",
12836 "serde_json_lenient",
12837 "sha2",
12838 "shellexpand 2.1.2",
12839 "util",
12840 "zed_actions",
12841]
12842
12843[[package]]
12844name = "tasks_ui"
12845version = "0.1.0"
12846dependencies = [
12847 "anyhow",
12848 "editor",
12849 "file_icons",
12850 "fuzzy",
12851 "gpui",
12852 "language",
12853 "menu",
12854 "picker",
12855 "project",
12856 "schemars",
12857 "serde",
12858 "serde_json",
12859 "settings",
12860 "task",
12861 "tree-sitter-rust",
12862 "tree-sitter-typescript",
12863 "ui",
12864 "util",
12865 "workspace",
12866 "zed_actions",
12867]
12868
12869[[package]]
12870name = "telemetry"
12871version = "0.1.0"
12872dependencies = [
12873 "futures 0.3.31",
12874 "serde",
12875 "serde_json",
12876 "telemetry_events",
12877]
12878
12879[[package]]
12880name = "telemetry_events"
12881version = "0.1.0"
12882dependencies = [
12883 "semantic_version",
12884 "serde",
12885 "serde_json",
12886]
12887
12888[[package]]
12889name = "tempfile"
12890version = "3.14.0"
12891source = "registry+https://github.com/rust-lang/crates.io-index"
12892checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
12893dependencies = [
12894 "cfg-if",
12895 "fastrand 2.3.0",
12896 "once_cell",
12897 "rustix 0.38.42",
12898 "windows-sys 0.59.0",
12899]
12900
12901[[package]]
12902name = "tendril"
12903version = "0.4.3"
12904source = "registry+https://github.com/rust-lang/crates.io-index"
12905checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
12906dependencies = [
12907 "futf",
12908 "mac",
12909 "utf-8",
12910]
12911
12912[[package]]
12913name = "termcolor"
12914version = "1.4.1"
12915source = "registry+https://github.com/rust-lang/crates.io-index"
12916checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
12917dependencies = [
12918 "winapi-util",
12919]
12920
12921[[package]]
12922name = "terminal"
12923version = "0.1.0"
12924dependencies = [
12925 "alacritty_terminal",
12926 "anyhow",
12927 "collections",
12928 "dirs 4.0.0",
12929 "futures 0.3.31",
12930 "gpui",
12931 "libc",
12932 "rand 0.8.5",
12933 "regex",
12934 "release_channel",
12935 "schemars",
12936 "serde",
12937 "serde_derive",
12938 "settings",
12939 "smol",
12940 "sysinfo",
12941 "task",
12942 "theme",
12943 "thiserror 1.0.69",
12944 "util",
12945 "windows 0.58.0",
12946]
12947
12948[[package]]
12949name = "terminal_size"
12950version = "0.4.1"
12951source = "registry+https://github.com/rust-lang/crates.io-index"
12952checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
12953dependencies = [
12954 "rustix 0.38.42",
12955 "windows-sys 0.59.0",
12956]
12957
12958[[package]]
12959name = "terminal_view"
12960version = "0.1.0"
12961dependencies = [
12962 "anyhow",
12963 "async-recursion 1.1.1",
12964 "breadcrumbs",
12965 "client",
12966 "collections",
12967 "db",
12968 "dirs 4.0.0",
12969 "editor",
12970 "futures 0.3.31",
12971 "gpui",
12972 "itertools 0.13.0",
12973 "language",
12974 "project",
12975 "rand 0.8.5",
12976 "search",
12977 "serde",
12978 "serde_json",
12979 "settings",
12980 "shellexpand 2.1.2",
12981 "smol",
12982 "task",
12983 "terminal",
12984 "theme",
12985 "ui",
12986 "util",
12987 "workspace",
12988 "zed_actions",
12989]
12990
12991[[package]]
12992name = "text"
12993version = "0.1.0"
12994dependencies = [
12995 "anyhow",
12996 "clock",
12997 "collections",
12998 "ctor",
12999 "env_logger 0.11.6",
13000 "gpui",
13001 "http_client",
13002 "log",
13003 "parking_lot",
13004 "postage",
13005 "rand 0.8.5",
13006 "regex",
13007 "rope",
13008 "smallvec",
13009 "sum_tree",
13010 "util",
13011]
13012
13013[[package]]
13014name = "theme"
13015version = "0.1.0"
13016dependencies = [
13017 "anyhow",
13018 "collections",
13019 "derive_more",
13020 "fs",
13021 "futures 0.3.31",
13022 "gpui",
13023 "indexmap",
13024 "log",
13025 "palette",
13026 "parking_lot",
13027 "refineable",
13028 "schemars",
13029 "serde",
13030 "serde_derive",
13031 "serde_json",
13032 "serde_json_lenient",
13033 "serde_repr",
13034 "settings",
13035 "strum",
13036 "util",
13037 "uuid",
13038]
13039
13040[[package]]
13041name = "theme_extension"
13042version = "0.1.0"
13043dependencies = [
13044 "anyhow",
13045 "extension",
13046 "fs",
13047 "gpui",
13048 "theme",
13049]
13050
13051[[package]]
13052name = "theme_importer"
13053version = "0.1.0"
13054dependencies = [
13055 "anyhow",
13056 "clap",
13057 "gpui",
13058 "indexmap",
13059 "log",
13060 "palette",
13061 "rust-embed",
13062 "schemars",
13063 "serde",
13064 "serde_json",
13065 "serde_json_lenient",
13066 "simplelog",
13067 "strum",
13068 "theme",
13069 "vscode_theme",
13070]
13071
13072[[package]]
13073name = "theme_selector"
13074version = "0.1.0"
13075dependencies = [
13076 "fs",
13077 "fuzzy",
13078 "gpui",
13079 "log",
13080 "picker",
13081 "serde",
13082 "settings",
13083 "telemetry",
13084 "theme",
13085 "ui",
13086 "util",
13087 "workspace",
13088 "zed_actions",
13089]
13090
13091[[package]]
13092name = "thiserror"
13093version = "1.0.69"
13094source = "registry+https://github.com/rust-lang/crates.io-index"
13095checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13096dependencies = [
13097 "thiserror-impl 1.0.69",
13098]
13099
13100[[package]]
13101name = "thiserror"
13102version = "2.0.6"
13103source = "registry+https://github.com/rust-lang/crates.io-index"
13104checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
13105dependencies = [
13106 "thiserror-impl 2.0.6",
13107]
13108
13109[[package]]
13110name = "thiserror-impl"
13111version = "1.0.69"
13112source = "registry+https://github.com/rust-lang/crates.io-index"
13113checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
13114dependencies = [
13115 "proc-macro2",
13116 "quote",
13117 "syn 2.0.90",
13118]
13119
13120[[package]]
13121name = "thiserror-impl"
13122version = "2.0.6"
13123source = "registry+https://github.com/rust-lang/crates.io-index"
13124checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
13125dependencies = [
13126 "proc-macro2",
13127 "quote",
13128 "syn 2.0.90",
13129]
13130
13131[[package]]
13132name = "thread_local"
13133version = "1.1.8"
13134source = "registry+https://github.com/rust-lang/crates.io-index"
13135checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
13136dependencies = [
13137 "cfg-if",
13138 "once_cell",
13139]
13140
13141[[package]]
13142name = "tiff"
13143version = "0.9.1"
13144source = "registry+https://github.com/rust-lang/crates.io-index"
13145checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
13146dependencies = [
13147 "flate2",
13148 "jpeg-decoder",
13149 "weezl",
13150]
13151
13152[[package]]
13153name = "tiktoken-rs"
13154version = "0.6.0"
13155source = "registry+https://github.com/rust-lang/crates.io-index"
13156checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
13157dependencies = [
13158 "anyhow",
13159 "base64 0.21.7",
13160 "bstr",
13161 "fancy-regex 0.13.0",
13162 "lazy_static",
13163 "parking_lot",
13164 "regex",
13165 "rustc-hash 1.1.0",
13166]
13167
13168[[package]]
13169name = "time"
13170version = "0.3.37"
13171source = "registry+https://github.com/rust-lang/crates.io-index"
13172checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
13173dependencies = [
13174 "deranged",
13175 "itoa",
13176 "libc",
13177 "num-conv",
13178 "num_threads",
13179 "powerfmt",
13180 "serde",
13181 "time-core",
13182 "time-macros",
13183]
13184
13185[[package]]
13186name = "time-core"
13187version = "0.1.2"
13188source = "registry+https://github.com/rust-lang/crates.io-index"
13189checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
13190
13191[[package]]
13192name = "time-macros"
13193version = "0.2.19"
13194source = "registry+https://github.com/rust-lang/crates.io-index"
13195checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
13196dependencies = [
13197 "num-conv",
13198 "time-core",
13199]
13200
13201[[package]]
13202name = "time_format"
13203version = "0.1.0"
13204dependencies = [
13205 "core-foundation 0.9.4",
13206 "core-foundation-sys",
13207 "sys-locale",
13208 "time",
13209]
13210
13211[[package]]
13212name = "tiny-keccak"
13213version = "2.0.2"
13214source = "registry+https://github.com/rust-lang/crates.io-index"
13215checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
13216dependencies = [
13217 "crunchy",
13218]
13219
13220[[package]]
13221name = "tiny-skia"
13222version = "0.11.4"
13223source = "registry+https://github.com/rust-lang/crates.io-index"
13224checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
13225dependencies = [
13226 "arrayref",
13227 "arrayvec",
13228 "bytemuck",
13229 "cfg-if",
13230 "log",
13231 "png",
13232 "tiny-skia-path",
13233]
13234
13235[[package]]
13236name = "tiny-skia-path"
13237version = "0.11.4"
13238source = "registry+https://github.com/rust-lang/crates.io-index"
13239checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
13240dependencies = [
13241 "arrayref",
13242 "bytemuck",
13243 "strict-num",
13244]
13245
13246[[package]]
13247name = "tiny_http"
13248version = "0.8.2"
13249source = "registry+https://github.com/rust-lang/crates.io-index"
13250checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
13251dependencies = [
13252 "ascii",
13253 "chrono",
13254 "chunked_transfer",
13255 "log",
13256 "url",
13257]
13258
13259[[package]]
13260name = "tinystr"
13261version = "0.7.6"
13262source = "registry+https://github.com/rust-lang/crates.io-index"
13263checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
13264dependencies = [
13265 "displaydoc",
13266 "zerovec",
13267]
13268
13269[[package]]
13270name = "tinytemplate"
13271version = "1.2.1"
13272source = "registry+https://github.com/rust-lang/crates.io-index"
13273checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
13274dependencies = [
13275 "serde",
13276 "serde_json",
13277]
13278
13279[[package]]
13280name = "tinyvec"
13281version = "1.8.0"
13282source = "registry+https://github.com/rust-lang/crates.io-index"
13283checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
13284dependencies = [
13285 "tinyvec_macros",
13286]
13287
13288[[package]]
13289name = "tinyvec_macros"
13290version = "0.1.1"
13291source = "registry+https://github.com/rust-lang/crates.io-index"
13292checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
13293
13294[[package]]
13295name = "title_bar"
13296version = "0.1.0"
13297dependencies = [
13298 "auto_update",
13299 "call",
13300 "client",
13301 "collections",
13302 "feature_flags",
13303 "gpui",
13304 "http_client",
13305 "notifications",
13306 "pretty_assertions",
13307 "project",
13308 "remote",
13309 "rpc",
13310 "serde",
13311 "settings",
13312 "smallvec",
13313 "story",
13314 "telemetry",
13315 "theme",
13316 "tree-sitter-md",
13317 "ui",
13318 "util",
13319 "windows 0.58.0",
13320 "workspace",
13321 "zed_actions",
13322]
13323
13324[[package]]
13325name = "tokio"
13326version = "1.42.0"
13327source = "registry+https://github.com/rust-lang/crates.io-index"
13328checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
13329dependencies = [
13330 "backtrace",
13331 "bytes 1.9.0",
13332 "libc",
13333 "mio 1.0.3",
13334 "parking_lot",
13335 "pin-project-lite",
13336 "signal-hook-registry",
13337 "socket2 0.5.8",
13338 "tokio-macros",
13339 "windows-sys 0.52.0",
13340]
13341
13342[[package]]
13343name = "tokio-io"
13344version = "0.1.13"
13345source = "registry+https://github.com/rust-lang/crates.io-index"
13346checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
13347dependencies = [
13348 "bytes 0.4.12",
13349 "futures 0.1.31",
13350 "log",
13351]
13352
13353[[package]]
13354name = "tokio-macros"
13355version = "2.4.0"
13356source = "registry+https://github.com/rust-lang/crates.io-index"
13357checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
13358dependencies = [
13359 "proc-macro2",
13360 "quote",
13361 "syn 2.0.90",
13362]
13363
13364[[package]]
13365name = "tokio-native-tls"
13366version = "0.3.1"
13367source = "registry+https://github.com/rust-lang/crates.io-index"
13368checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
13369dependencies = [
13370 "native-tls",
13371 "tokio",
13372]
13373
13374[[package]]
13375name = "tokio-rustls"
13376version = "0.24.1"
13377source = "registry+https://github.com/rust-lang/crates.io-index"
13378checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
13379dependencies = [
13380 "rustls 0.21.12",
13381 "tokio",
13382]
13383
13384[[package]]
13385name = "tokio-rustls"
13386version = "0.26.1"
13387source = "registry+https://github.com/rust-lang/crates.io-index"
13388checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
13389dependencies = [
13390 "rustls 0.23.20",
13391 "tokio",
13392]
13393
13394[[package]]
13395name = "tokio-socks"
13396version = "0.5.2"
13397source = "registry+https://github.com/rust-lang/crates.io-index"
13398checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
13399dependencies = [
13400 "either",
13401 "futures-io",
13402 "futures-util",
13403 "thiserror 1.0.69",
13404 "tokio",
13405]
13406
13407[[package]]
13408name = "tokio-stream"
13409version = "0.1.17"
13410source = "registry+https://github.com/rust-lang/crates.io-index"
13411checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
13412dependencies = [
13413 "futures-core",
13414 "pin-project-lite",
13415 "tokio",
13416]
13417
13418[[package]]
13419name = "tokio-tungstenite"
13420version = "0.20.1"
13421source = "registry+https://github.com/rust-lang/crates.io-index"
13422checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
13423dependencies = [
13424 "futures-util",
13425 "log",
13426 "rustls 0.21.12",
13427 "rustls-native-certs 0.6.3",
13428 "tokio",
13429 "tokio-rustls 0.24.1",
13430 "tungstenite 0.20.1",
13431]
13432
13433[[package]]
13434name = "tokio-tungstenite"
13435version = "0.21.0"
13436source = "registry+https://github.com/rust-lang/crates.io-index"
13437checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
13438dependencies = [
13439 "futures-util",
13440 "log",
13441 "tokio",
13442 "tungstenite 0.21.0",
13443]
13444
13445[[package]]
13446name = "tokio-util"
13447version = "0.7.13"
13448source = "registry+https://github.com/rust-lang/crates.io-index"
13449checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
13450dependencies = [
13451 "bytes 1.9.0",
13452 "futures-core",
13453 "futures-io",
13454 "futures-sink",
13455 "pin-project-lite",
13456 "tokio",
13457]
13458
13459[[package]]
13460name = "toml"
13461version = "0.5.11"
13462source = "registry+https://github.com/rust-lang/crates.io-index"
13463checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
13464dependencies = [
13465 "serde",
13466]
13467
13468[[package]]
13469name = "toml"
13470version = "0.8.19"
13471source = "registry+https://github.com/rust-lang/crates.io-index"
13472checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
13473dependencies = [
13474 "serde",
13475 "serde_spanned",
13476 "toml_datetime",
13477 "toml_edit",
13478]
13479
13480[[package]]
13481name = "toml_datetime"
13482version = "0.6.8"
13483source = "registry+https://github.com/rust-lang/crates.io-index"
13484checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
13485dependencies = [
13486 "serde",
13487]
13488
13489[[package]]
13490name = "toml_edit"
13491version = "0.22.22"
13492source = "registry+https://github.com/rust-lang/crates.io-index"
13493checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
13494dependencies = [
13495 "indexmap",
13496 "serde",
13497 "serde_spanned",
13498 "toml_datetime",
13499 "winnow",
13500]
13501
13502[[package]]
13503name = "toolchain_selector"
13504version = "0.1.0"
13505dependencies = [
13506 "editor",
13507 "fuzzy",
13508 "gpui",
13509 "language",
13510 "picker",
13511 "project",
13512 "ui",
13513 "util",
13514 "workspace",
13515]
13516
13517[[package]]
13518name = "topological-sort"
13519version = "0.2.2"
13520source = "registry+https://github.com/rust-lang/crates.io-index"
13521checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
13522
13523[[package]]
13524name = "tower"
13525version = "0.4.13"
13526source = "registry+https://github.com/rust-lang/crates.io-index"
13527checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
13528dependencies = [
13529 "futures-core",
13530 "futures-util",
13531 "pin-project",
13532 "pin-project-lite",
13533 "tokio",
13534 "tower-layer",
13535 "tower-service",
13536 "tracing",
13537]
13538
13539[[package]]
13540name = "tower-http"
13541version = "0.3.5"
13542source = "registry+https://github.com/rust-lang/crates.io-index"
13543checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
13544dependencies = [
13545 "bitflags 1.3.2",
13546 "bytes 1.9.0",
13547 "futures-core",
13548 "futures-util",
13549 "http 0.2.12",
13550 "http-body 0.4.6",
13551 "http-range-header",
13552 "pin-project-lite",
13553 "tower-layer",
13554 "tower-service",
13555]
13556
13557[[package]]
13558name = "tower-http"
13559version = "0.4.4"
13560source = "registry+https://github.com/rust-lang/crates.io-index"
13561checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
13562dependencies = [
13563 "bitflags 2.6.0",
13564 "bytes 1.9.0",
13565 "futures-core",
13566 "futures-util",
13567 "http 0.2.12",
13568 "http-body 0.4.6",
13569 "http-range-header",
13570 "pin-project-lite",
13571 "tower-layer",
13572 "tower-service",
13573 "tracing",
13574]
13575
13576[[package]]
13577name = "tower-layer"
13578version = "0.3.3"
13579source = "registry+https://github.com/rust-lang/crates.io-index"
13580checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
13581
13582[[package]]
13583name = "tower-service"
13584version = "0.3.3"
13585source = "registry+https://github.com/rust-lang/crates.io-index"
13586checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
13587
13588[[package]]
13589name = "tracing"
13590version = "0.1.41"
13591source = "registry+https://github.com/rust-lang/crates.io-index"
13592checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
13593dependencies = [
13594 "log",
13595 "pin-project-lite",
13596 "tracing-attributes",
13597 "tracing-core",
13598]
13599
13600[[package]]
13601name = "tracing-attributes"
13602version = "0.1.28"
13603source = "registry+https://github.com/rust-lang/crates.io-index"
13604checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
13605dependencies = [
13606 "proc-macro2",
13607 "quote",
13608 "syn 2.0.90",
13609]
13610
13611[[package]]
13612name = "tracing-core"
13613version = "0.1.33"
13614source = "registry+https://github.com/rust-lang/crates.io-index"
13615checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
13616dependencies = [
13617 "once_cell",
13618 "valuable",
13619]
13620
13621[[package]]
13622name = "tracing-log"
13623version = "0.2.0"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
13626dependencies = [
13627 "log",
13628 "once_cell",
13629 "tracing-core",
13630]
13631
13632[[package]]
13633name = "tracing-serde"
13634version = "0.2.0"
13635source = "registry+https://github.com/rust-lang/crates.io-index"
13636checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
13637dependencies = [
13638 "serde",
13639 "tracing-core",
13640]
13641
13642[[package]]
13643name = "tracing-subscriber"
13644version = "0.3.19"
13645source = "registry+https://github.com/rust-lang/crates.io-index"
13646checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
13647dependencies = [
13648 "matchers",
13649 "nu-ansi-term",
13650 "once_cell",
13651 "regex",
13652 "serde",
13653 "serde_json",
13654 "sharded-slab",
13655 "smallvec",
13656 "thread_local",
13657 "tracing",
13658 "tracing-core",
13659 "tracing-log",
13660 "tracing-serde",
13661]
13662
13663[[package]]
13664name = "tree-sitter"
13665version = "0.23.2"
13666source = "registry+https://github.com/rust-lang/crates.io-index"
13667checksum = "0203df02a3b6dd63575cc1d6e609edc2181c9a11867a271b25cfd2abff3ec5ca"
13668dependencies = [
13669 "cc",
13670 "regex",
13671 "regex-syntax 0.8.5",
13672 "tree-sitter-language",
13673 "wasmtime-c-api-impl",
13674]
13675
13676[[package]]
13677name = "tree-sitter-bash"
13678version = "0.23.3"
13679source = "registry+https://github.com/rust-lang/crates.io-index"
13680checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
13681dependencies = [
13682 "cc",
13683 "tree-sitter-language",
13684]
13685
13686[[package]]
13687name = "tree-sitter-c"
13688version = "0.23.4"
13689source = "registry+https://github.com/rust-lang/crates.io-index"
13690checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
13691dependencies = [
13692 "cc",
13693 "tree-sitter-language",
13694]
13695
13696[[package]]
13697name = "tree-sitter-cpp"
13698version = "0.23.4"
13699source = "registry+https://github.com/rust-lang/crates.io-index"
13700checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
13701dependencies = [
13702 "cc",
13703 "tree-sitter-language",
13704]
13705
13706[[package]]
13707name = "tree-sitter-css"
13708version = "0.23.1"
13709source = "registry+https://github.com/rust-lang/crates.io-index"
13710checksum = "25435a275adb3226b6fddab891bbc50d1a500774a44ceb97022a39666ccda75d"
13711dependencies = [
13712 "cc",
13713 "tree-sitter-language",
13714]
13715
13716[[package]]
13717name = "tree-sitter-diff"
13718version = "0.1.0"
13719source = "registry+https://github.com/rust-lang/crates.io-index"
13720checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
13721dependencies = [
13722 "cc",
13723 "tree-sitter-language",
13724]
13725
13726[[package]]
13727name = "tree-sitter-elixir"
13728version = "0.3.3"
13729source = "registry+https://github.com/rust-lang/crates.io-index"
13730checksum = "23d7310aea06158653d18959123a64262bfbf122b7437899dea0c338654a51d3"
13731dependencies = [
13732 "cc",
13733 "tree-sitter-language",
13734]
13735
13736[[package]]
13737name = "tree-sitter-embedded-template"
13738version = "0.23.2"
13739source = "registry+https://github.com/rust-lang/crates.io-index"
13740checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
13741dependencies = [
13742 "cc",
13743 "tree-sitter-language",
13744]
13745
13746[[package]]
13747name = "tree-sitter-go"
13748version = "0.23.4"
13749source = "registry+https://github.com/rust-lang/crates.io-index"
13750checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
13751dependencies = [
13752 "cc",
13753 "tree-sitter-language",
13754]
13755
13756[[package]]
13757name = "tree-sitter-gomod"
13758version = "1.0.2"
13759source = "git+https://github.com/zed-industries/tree-sitter-go-mod?rev=a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca#a9aea5e358cde4d0f8ff20b7bc4fa311e359c7ca"
13760dependencies = [
13761 "cc",
13762 "tree-sitter-language",
13763]
13764
13765[[package]]
13766name = "tree-sitter-gowork"
13767version = "0.0.1"
13768source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
13769dependencies = [
13770 "cc",
13771 "tree-sitter-language",
13772]
13773
13774[[package]]
13775name = "tree-sitter-heex"
13776version = "0.0.1"
13777source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
13778dependencies = [
13779 "cc",
13780 "tree-sitter-language",
13781]
13782
13783[[package]]
13784name = "tree-sitter-html"
13785version = "0.20.4"
13786source = "registry+https://github.com/rust-lang/crates.io-index"
13787checksum = "8766b5ad3721517f8259e6394aefda9c686aebf7a8c74ab8624f2c3b46902fd5"
13788dependencies = [
13789 "cc",
13790 "tree-sitter",
13791]
13792
13793[[package]]
13794name = "tree-sitter-jsdoc"
13795version = "0.23.2"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
13798dependencies = [
13799 "cc",
13800 "tree-sitter-language",
13801]
13802
13803[[package]]
13804name = "tree-sitter-json"
13805version = "0.24.8"
13806source = "registry+https://github.com/rust-lang/crates.io-index"
13807checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
13808dependencies = [
13809 "cc",
13810 "tree-sitter-language",
13811]
13812
13813[[package]]
13814name = "tree-sitter-language"
13815version = "0.1.3"
13816source = "registry+https://github.com/rust-lang/crates.io-index"
13817checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
13818
13819[[package]]
13820name = "tree-sitter-md"
13821version = "0.3.2"
13822source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
13823dependencies = [
13824 "cc",
13825 "tree-sitter-language",
13826]
13827
13828[[package]]
13829name = "tree-sitter-python"
13830version = "0.23.6"
13831source = "registry+https://github.com/rust-lang/crates.io-index"
13832checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
13833dependencies = [
13834 "cc",
13835 "tree-sitter-language",
13836]
13837
13838[[package]]
13839name = "tree-sitter-regex"
13840version = "0.23.0"
13841source = "registry+https://github.com/rust-lang/crates.io-index"
13842checksum = "0b9a7087b1cf769c96b7e74414947df067fb6135f04d176fd23be08b9396cc0e"
13843dependencies = [
13844 "cc",
13845 "tree-sitter-language",
13846]
13847
13848[[package]]
13849name = "tree-sitter-ruby"
13850version = "0.23.1"
13851source = "registry+https://github.com/rust-lang/crates.io-index"
13852checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
13853dependencies = [
13854 "cc",
13855 "tree-sitter-language",
13856]
13857
13858[[package]]
13859name = "tree-sitter-rust"
13860version = "0.23.2"
13861source = "registry+https://github.com/rust-lang/crates.io-index"
13862checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
13863dependencies = [
13864 "cc",
13865 "tree-sitter-language",
13866]
13867
13868[[package]]
13869name = "tree-sitter-typescript"
13870version = "0.23.2"
13871source = "registry+https://github.com/rust-lang/crates.io-index"
13872checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
13873dependencies = [
13874 "cc",
13875 "tree-sitter-language",
13876]
13877
13878[[package]]
13879name = "tree-sitter-yaml"
13880version = "0.6.1"
13881source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
13882dependencies = [
13883 "cc",
13884 "tree-sitter-language",
13885]
13886
13887[[package]]
13888name = "try-lock"
13889version = "0.2.5"
13890source = "registry+https://github.com/rust-lang/crates.io-index"
13891checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
13892
13893[[package]]
13894name = "ttf-parser"
13895version = "0.21.1"
13896source = "registry+https://github.com/rust-lang/crates.io-index"
13897checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
13898
13899[[package]]
13900name = "tungstenite"
13901version = "0.20.1"
13902source = "registry+https://github.com/rust-lang/crates.io-index"
13903checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
13904dependencies = [
13905 "byteorder",
13906 "bytes 1.9.0",
13907 "data-encoding",
13908 "http 0.2.12",
13909 "httparse",
13910 "log",
13911 "rand 0.8.5",
13912 "rustls 0.21.12",
13913 "sha1",
13914 "thiserror 1.0.69",
13915 "url",
13916 "utf-8",
13917]
13918
13919[[package]]
13920name = "tungstenite"
13921version = "0.21.0"
13922source = "registry+https://github.com/rust-lang/crates.io-index"
13923checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
13924dependencies = [
13925 "byteorder",
13926 "bytes 1.9.0",
13927 "data-encoding",
13928 "http 1.2.0",
13929 "httparse",
13930 "log",
13931 "native-tls",
13932 "rand 0.8.5",
13933 "sha1",
13934 "thiserror 1.0.69",
13935 "url",
13936 "utf-8",
13937]
13938
13939[[package]]
13940name = "tungstenite"
13941version = "0.24.0"
13942source = "registry+https://github.com/rust-lang/crates.io-index"
13943checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
13944dependencies = [
13945 "byteorder",
13946 "bytes 1.9.0",
13947 "data-encoding",
13948 "http 1.2.0",
13949 "httparse",
13950 "log",
13951 "rand 0.8.5",
13952 "sha1",
13953 "thiserror 1.0.69",
13954 "utf-8",
13955]
13956
13957[[package]]
13958name = "typeid"
13959version = "1.0.2"
13960source = "registry+https://github.com/rust-lang/crates.io-index"
13961checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
13962
13963[[package]]
13964name = "typenum"
13965version = "1.17.0"
13966source = "registry+https://github.com/rust-lang/crates.io-index"
13967checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
13968
13969[[package]]
13970name = "ucd-trie"
13971version = "0.1.7"
13972source = "registry+https://github.com/rust-lang/crates.io-index"
13973checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
13974
13975[[package]]
13976name = "uds_windows"
13977version = "1.1.0"
13978source = "registry+https://github.com/rust-lang/crates.io-index"
13979checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
13980dependencies = [
13981 "memoffset",
13982 "tempfile",
13983 "winapi",
13984]
13985
13986[[package]]
13987name = "ui"
13988version = "0.1.0"
13989dependencies = [
13990 "chrono",
13991 "gpui",
13992 "itertools 0.13.0",
13993 "menu",
13994 "serde",
13995 "settings",
13996 "smallvec",
13997 "story",
13998 "strum",
13999 "theme",
14000 "ui_macros",
14001 "windows 0.58.0",
14002]
14003
14004[[package]]
14005name = "ui_input"
14006version = "0.1.0"
14007dependencies = [
14008 "editor",
14009 "gpui",
14010 "settings",
14011 "theme",
14012 "ui",
14013]
14014
14015[[package]]
14016name = "ui_macros"
14017version = "0.1.0"
14018dependencies = [
14019 "convert_case 0.6.0",
14020 "proc-macro2",
14021 "quote",
14022 "syn 1.0.109",
14023]
14024
14025[[package]]
14026name = "unicase"
14027version = "2.8.1"
14028source = "registry+https://github.com/rust-lang/crates.io-index"
14029checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14030
14031[[package]]
14032name = "unicode-bidi"
14033version = "0.3.17"
14034source = "registry+https://github.com/rust-lang/crates.io-index"
14035checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14036
14037[[package]]
14038name = "unicode-bidi-mirroring"
14039version = "0.2.0"
14040source = "registry+https://github.com/rust-lang/crates.io-index"
14041checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14042
14043[[package]]
14044name = "unicode-ccc"
14045version = "0.2.0"
14046source = "registry+https://github.com/rust-lang/crates.io-index"
14047checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
14048
14049[[package]]
14050name = "unicode-ident"
14051version = "1.0.14"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
14054
14055[[package]]
14056name = "unicode-linebreak"
14057version = "0.1.5"
14058source = "registry+https://github.com/rust-lang/crates.io-index"
14059checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
14060
14061[[package]]
14062name = "unicode-normalization"
14063version = "0.1.24"
14064source = "registry+https://github.com/rust-lang/crates.io-index"
14065checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
14066dependencies = [
14067 "tinyvec",
14068]
14069
14070[[package]]
14071name = "unicode-properties"
14072version = "0.1.3"
14073source = "registry+https://github.com/rust-lang/crates.io-index"
14074checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
14075
14076[[package]]
14077name = "unicode-script"
14078version = "0.5.7"
14079source = "registry+https://github.com/rust-lang/crates.io-index"
14080checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
14081
14082[[package]]
14083name = "unicode-segmentation"
14084version = "1.12.0"
14085source = "registry+https://github.com/rust-lang/crates.io-index"
14086checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
14087
14088[[package]]
14089name = "unicode-width"
14090version = "0.1.14"
14091source = "registry+https://github.com/rust-lang/crates.io-index"
14092checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
14093
14094[[package]]
14095name = "unicode-xid"
14096version = "0.2.6"
14097source = "registry+https://github.com/rust-lang/crates.io-index"
14098checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
14099
14100[[package]]
14101name = "unicode_categories"
14102version = "0.1.1"
14103source = "registry+https://github.com/rust-lang/crates.io-index"
14104checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
14105
14106[[package]]
14107name = "unindent"
14108version = "0.1.11"
14109source = "registry+https://github.com/rust-lang/crates.io-index"
14110checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
14111
14112[[package]]
14113name = "untrusted"
14114version = "0.9.0"
14115source = "registry+https://github.com/rust-lang/crates.io-index"
14116checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
14117
14118[[package]]
14119name = "url"
14120version = "2.5.4"
14121source = "registry+https://github.com/rust-lang/crates.io-index"
14122checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
14123dependencies = [
14124 "form_urlencoded",
14125 "idna",
14126 "percent-encoding",
14127 "serde",
14128]
14129
14130[[package]]
14131name = "urlencoding"
14132version = "2.1.3"
14133source = "registry+https://github.com/rust-lang/crates.io-index"
14134checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
14135
14136[[package]]
14137name = "usvg"
14138version = "0.44.0"
14139source = "registry+https://github.com/rust-lang/crates.io-index"
14140checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
14141dependencies = [
14142 "base64 0.22.1",
14143 "data-url",
14144 "flate2",
14145 "imagesize",
14146 "kurbo",
14147 "log",
14148 "pico-args",
14149 "roxmltree",
14150 "simplecss",
14151 "siphasher 1.0.1",
14152 "strict-num",
14153 "svgtypes",
14154 "tiny-skia-path",
14155 "xmlwriter",
14156]
14157
14158[[package]]
14159name = "utf-8"
14160version = "0.7.6"
14161source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
14163
14164[[package]]
14165name = "utf16_iter"
14166version = "1.0.5"
14167source = "registry+https://github.com/rust-lang/crates.io-index"
14168checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
14169
14170[[package]]
14171name = "utf8_iter"
14172version = "1.0.4"
14173source = "registry+https://github.com/rust-lang/crates.io-index"
14174checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
14175
14176[[package]]
14177name = "utf8parse"
14178version = "0.2.2"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
14181
14182[[package]]
14183name = "util"
14184version = "0.1.0"
14185dependencies = [
14186 "anyhow",
14187 "async-fs 1.6.0",
14188 "collections",
14189 "dirs 4.0.0",
14190 "dunce",
14191 "futures 0.3.31",
14192 "futures-lite 1.13.0",
14193 "git2",
14194 "globset",
14195 "itertools 0.13.0",
14196 "libc",
14197 "log",
14198 "rand 0.8.5",
14199 "regex",
14200 "rust-embed",
14201 "serde",
14202 "serde_json",
14203 "smol",
14204 "take-until",
14205 "tempfile",
14206 "tendril",
14207 "unicase",
14208]
14209
14210[[package]]
14211name = "uuid"
14212version = "1.11.0"
14213source = "registry+https://github.com/rust-lang/crates.io-index"
14214checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
14215dependencies = [
14216 "getrandom 0.2.15",
14217 "serde",
14218 "sha1_smol",
14219]
14220
14221[[package]]
14222name = "v_frame"
14223version = "0.3.8"
14224source = "registry+https://github.com/rust-lang/crates.io-index"
14225checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
14226dependencies = [
14227 "aligned-vec",
14228 "num-traits",
14229 "wasm-bindgen",
14230]
14231
14232[[package]]
14233name = "valuable"
14234version = "0.1.0"
14235source = "registry+https://github.com/rust-lang/crates.io-index"
14236checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
14237
14238[[package]]
14239name = "value-bag"
14240version = "1.10.0"
14241source = "registry+https://github.com/rust-lang/crates.io-index"
14242checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
14243dependencies = [
14244 "value-bag-serde1",
14245 "value-bag-sval2",
14246]
14247
14248[[package]]
14249name = "value-bag-serde1"
14250version = "1.10.0"
14251source = "registry+https://github.com/rust-lang/crates.io-index"
14252checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
14253dependencies = [
14254 "erased-serde",
14255 "serde",
14256 "serde_fmt",
14257]
14258
14259[[package]]
14260name = "value-bag-sval2"
14261version = "1.10.0"
14262source = "registry+https://github.com/rust-lang/crates.io-index"
14263checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
14264dependencies = [
14265 "sval",
14266 "sval_buffer",
14267 "sval_dynamic",
14268 "sval_fmt",
14269 "sval_json",
14270 "sval_ref",
14271 "sval_serde",
14272]
14273
14274[[package]]
14275name = "vcpkg"
14276version = "0.2.15"
14277source = "registry+https://github.com/rust-lang/crates.io-index"
14278checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
14279
14280[[package]]
14281name = "vcs_menu"
14282version = "0.1.0"
14283dependencies = [
14284 "anyhow",
14285 "fuzzy",
14286 "git",
14287 "gpui",
14288 "picker",
14289 "project",
14290 "ui",
14291 "util",
14292 "workspace",
14293 "zed_actions",
14294]
14295
14296[[package]]
14297name = "version-compare"
14298version = "0.2.0"
14299source = "registry+https://github.com/rust-lang/crates.io-index"
14300checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
14301
14302[[package]]
14303name = "version_check"
14304version = "0.9.5"
14305source = "registry+https://github.com/rust-lang/crates.io-index"
14306checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
14307
14308[[package]]
14309name = "vim"
14310version = "0.1.0"
14311dependencies = [
14312 "anyhow",
14313 "async-compat",
14314 "async-trait",
14315 "collections",
14316 "command_palette",
14317 "command_palette_hooks",
14318 "editor",
14319 "futures 0.3.31",
14320 "gpui",
14321 "indoc",
14322 "itertools 0.13.0",
14323 "language",
14324 "log",
14325 "lsp",
14326 "multi_buffer",
14327 "nvim-rs",
14328 "parking_lot",
14329 "regex",
14330 "release_channel",
14331 "schemars",
14332 "search",
14333 "serde",
14334 "serde_derive",
14335 "serde_json",
14336 "settings",
14337 "theme",
14338 "tokio",
14339 "ui",
14340 "util",
14341 "vim_mode_setting",
14342 "workspace",
14343 "zed_actions",
14344]
14345
14346[[package]]
14347name = "vim_mode_setting"
14348version = "0.1.0"
14349dependencies = [
14350 "anyhow",
14351 "gpui",
14352 "settings",
14353]
14354
14355[[package]]
14356name = "vscode_theme"
14357version = "0.2.0"
14358source = "registry+https://github.com/rust-lang/crates.io-index"
14359checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
14360dependencies = [
14361 "serde",
14362]
14363
14364[[package]]
14365name = "vsimd"
14366version = "0.8.0"
14367source = "registry+https://github.com/rust-lang/crates.io-index"
14368checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
14369
14370[[package]]
14371name = "vswhom"
14372version = "0.1.0"
14373source = "registry+https://github.com/rust-lang/crates.io-index"
14374checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
14375dependencies = [
14376 "libc",
14377 "vswhom-sys",
14378]
14379
14380[[package]]
14381name = "vswhom-sys"
14382version = "0.1.2"
14383source = "registry+https://github.com/rust-lang/crates.io-index"
14384checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
14385dependencies = [
14386 "cc",
14387 "libc",
14388]
14389
14390[[package]]
14391name = "vte"
14392version = "0.13.0"
14393source = "registry+https://github.com/rust-lang/crates.io-index"
14394checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
14395dependencies = [
14396 "bitflags 2.6.0",
14397 "cursor-icon",
14398 "log",
14399 "serde",
14400 "utf8parse",
14401 "vte_generate_state_changes",
14402]
14403
14404[[package]]
14405name = "vte_generate_state_changes"
14406version = "0.1.2"
14407source = "registry+https://github.com/rust-lang/crates.io-index"
14408checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
14409dependencies = [
14410 "proc-macro2",
14411 "quote",
14412]
14413
14414[[package]]
14415name = "waker-fn"
14416version = "1.2.0"
14417source = "registry+https://github.com/rust-lang/crates.io-index"
14418checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
14419
14420[[package]]
14421name = "walkdir"
14422version = "2.5.0"
14423source = "registry+https://github.com/rust-lang/crates.io-index"
14424checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
14425dependencies = [
14426 "same-file",
14427 "winapi-util",
14428]
14429
14430[[package]]
14431name = "want"
14432version = "0.3.1"
14433source = "registry+https://github.com/rust-lang/crates.io-index"
14434checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
14435dependencies = [
14436 "try-lock",
14437]
14438
14439[[package]]
14440name = "warp"
14441version = "0.3.7"
14442source = "registry+https://github.com/rust-lang/crates.io-index"
14443checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
14444dependencies = [
14445 "bytes 1.9.0",
14446 "futures-channel",
14447 "futures-util",
14448 "headers",
14449 "http 0.2.12",
14450 "hyper 0.14.32",
14451 "log",
14452 "mime",
14453 "mime_guess",
14454 "percent-encoding",
14455 "pin-project",
14456 "scoped-tls",
14457 "serde",
14458 "serde_json",
14459 "serde_urlencoded",
14460 "tokio",
14461 "tokio-tungstenite 0.21.0",
14462 "tokio-util",
14463 "tower-service",
14464 "tracing",
14465]
14466
14467[[package]]
14468name = "wasi"
14469version = "0.9.0+wasi-snapshot-preview1"
14470source = "registry+https://github.com/rust-lang/crates.io-index"
14471checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
14472
14473[[package]]
14474name = "wasi"
14475version = "0.11.0+wasi-snapshot-preview1"
14476source = "registry+https://github.com/rust-lang/crates.io-index"
14477checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
14478
14479[[package]]
14480name = "wasite"
14481version = "0.1.0"
14482source = "registry+https://github.com/rust-lang/crates.io-index"
14483checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
14484
14485[[package]]
14486name = "wasm-bindgen"
14487version = "0.2.99"
14488source = "registry+https://github.com/rust-lang/crates.io-index"
14489checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
14490dependencies = [
14491 "cfg-if",
14492 "once_cell",
14493 "wasm-bindgen-macro",
14494]
14495
14496[[package]]
14497name = "wasm-bindgen-backend"
14498version = "0.2.99"
14499source = "registry+https://github.com/rust-lang/crates.io-index"
14500checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
14501dependencies = [
14502 "bumpalo",
14503 "log",
14504 "proc-macro2",
14505 "quote",
14506 "syn 2.0.90",
14507 "wasm-bindgen-shared",
14508]
14509
14510[[package]]
14511name = "wasm-bindgen-futures"
14512version = "0.4.49"
14513source = "registry+https://github.com/rust-lang/crates.io-index"
14514checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
14515dependencies = [
14516 "cfg-if",
14517 "js-sys",
14518 "once_cell",
14519 "wasm-bindgen",
14520 "web-sys",
14521]
14522
14523[[package]]
14524name = "wasm-bindgen-macro"
14525version = "0.2.99"
14526source = "registry+https://github.com/rust-lang/crates.io-index"
14527checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
14528dependencies = [
14529 "quote",
14530 "wasm-bindgen-macro-support",
14531]
14532
14533[[package]]
14534name = "wasm-bindgen-macro-support"
14535version = "0.2.99"
14536source = "registry+https://github.com/rust-lang/crates.io-index"
14537checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
14538dependencies = [
14539 "proc-macro2",
14540 "quote",
14541 "syn 2.0.90",
14542 "wasm-bindgen-backend",
14543 "wasm-bindgen-shared",
14544]
14545
14546[[package]]
14547name = "wasm-bindgen-shared"
14548version = "0.2.99"
14549source = "registry+https://github.com/rust-lang/crates.io-index"
14550checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
14551
14552[[package]]
14553name = "wasm-encoder"
14554version = "0.201.0"
14555source = "registry+https://github.com/rust-lang/crates.io-index"
14556checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
14557dependencies = [
14558 "leb128",
14559]
14560
14561[[package]]
14562name = "wasm-encoder"
14563version = "0.215.0"
14564source = "registry+https://github.com/rust-lang/crates.io-index"
14565checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847"
14566dependencies = [
14567 "leb128",
14568]
14569
14570[[package]]
14571name = "wasm-metadata"
14572version = "0.201.0"
14573source = "registry+https://github.com/rust-lang/crates.io-index"
14574checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
14575dependencies = [
14576 "anyhow",
14577 "indexmap",
14578 "serde",
14579 "serde_derive",
14580 "serde_json",
14581 "spdx",
14582 "wasm-encoder 0.201.0",
14583 "wasmparser 0.201.0",
14584]
14585
14586[[package]]
14587name = "wasm-streams"
14588version = "0.4.2"
14589source = "registry+https://github.com/rust-lang/crates.io-index"
14590checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
14591dependencies = [
14592 "futures-util",
14593 "js-sys",
14594 "wasm-bindgen",
14595 "wasm-bindgen-futures",
14596 "web-sys",
14597]
14598
14599[[package]]
14600name = "wasmparser"
14601version = "0.201.0"
14602source = "registry+https://github.com/rust-lang/crates.io-index"
14603checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
14604dependencies = [
14605 "bitflags 2.6.0",
14606 "indexmap",
14607 "semver",
14608]
14609
14610[[package]]
14611name = "wasmparser"
14612version = "0.215.0"
14613source = "registry+https://github.com/rust-lang/crates.io-index"
14614checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e"
14615dependencies = [
14616 "ahash 0.8.11",
14617 "bitflags 2.6.0",
14618 "hashbrown 0.14.5",
14619 "indexmap",
14620 "semver",
14621 "serde",
14622]
14623
14624[[package]]
14625name = "wasmprinter"
14626version = "0.215.0"
14627source = "registry+https://github.com/rust-lang/crates.io-index"
14628checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc"
14629dependencies = [
14630 "anyhow",
14631 "termcolor",
14632 "wasmparser 0.215.0",
14633]
14634
14635[[package]]
14636name = "wasmtime"
14637version = "24.0.2"
14638source = "registry+https://github.com/rust-lang/crates.io-index"
14639checksum = "e763074ccd6b251c78095fcd27707253b69cef961ea0a2ff76a8d246ddfadd1b"
14640dependencies = [
14641 "anyhow",
14642 "async-trait",
14643 "bitflags 2.6.0",
14644 "bumpalo",
14645 "cc",
14646 "cfg-if",
14647 "encoding_rs",
14648 "hashbrown 0.14.5",
14649 "indexmap",
14650 "libc",
14651 "libm",
14652 "log",
14653 "mach2",
14654 "memfd",
14655 "object",
14656 "once_cell",
14657 "paste",
14658 "postcard",
14659 "psm",
14660 "rustix 0.38.42",
14661 "semver",
14662 "serde",
14663 "serde_derive",
14664 "smallvec",
14665 "sptr",
14666 "target-lexicon",
14667 "wasmparser 0.215.0",
14668 "wasmtime-asm-macros",
14669 "wasmtime-component-macro",
14670 "wasmtime-component-util",
14671 "wasmtime-cranelift",
14672 "wasmtime-environ",
14673 "wasmtime-fiber",
14674 "wasmtime-jit-icache-coherence",
14675 "wasmtime-slab",
14676 "wasmtime-versioned-export-macros",
14677 "wasmtime-winch",
14678 "windows-sys 0.52.0",
14679]
14680
14681[[package]]
14682name = "wasmtime-asm-macros"
14683version = "24.0.2"
14684source = "registry+https://github.com/rust-lang/crates.io-index"
14685checksum = "f45004b6fa5d12dd95b427474e69bde05a6d31d33b39bd56054f9cd68e824283"
14686dependencies = [
14687 "cfg-if",
14688]
14689
14690[[package]]
14691name = "wasmtime-c-api-impl"
14692version = "24.0.2"
14693source = "registry+https://github.com/rust-lang/crates.io-index"
14694checksum = "4e038dd412700174019867608617127e7cc4f113f764dd10e7488dbf5f47b191"
14695dependencies = [
14696 "anyhow",
14697 "log",
14698 "once_cell",
14699 "tracing",
14700 "wasmtime",
14701 "wasmtime-c-api-macros",
14702]
14703
14704[[package]]
14705name = "wasmtime-c-api-macros"
14706version = "24.0.2"
14707source = "registry+https://github.com/rust-lang/crates.io-index"
14708checksum = "bde0ca2263811d980ab676bcb2a190c990737f58969a908976101ad208149a17"
14709dependencies = [
14710 "proc-macro2",
14711 "quote",
14712]
14713
14714[[package]]
14715name = "wasmtime-component-macro"
14716version = "24.0.2"
14717source = "registry+https://github.com/rust-lang/crates.io-index"
14718checksum = "74b72572d389586e429a9830ab68a5b3e2a567962b8a82f4249652ccc68ddab2"
14719dependencies = [
14720 "anyhow",
14721 "proc-macro2",
14722 "quote",
14723 "syn 2.0.90",
14724 "wasmtime-component-util",
14725 "wasmtime-wit-bindgen",
14726 "wit-parser 0.215.0",
14727]
14728
14729[[package]]
14730name = "wasmtime-component-util"
14731version = "24.0.2"
14732source = "registry+https://github.com/rust-lang/crates.io-index"
14733checksum = "eb3081af782040e8016373e603ee854496c82cdc0f32b13a6bc9700e15f582db"
14734
14735[[package]]
14736name = "wasmtime-cranelift"
14737version = "24.0.2"
14738source = "registry+https://github.com/rust-lang/crates.io-index"
14739checksum = "42c18ca178eee0947cd53b27d3a101dd2f79afec86fc3ce657545519c6bf011a"
14740dependencies = [
14741 "anyhow",
14742 "cfg-if",
14743 "cranelift-codegen",
14744 "cranelift-control",
14745 "cranelift-entity",
14746 "cranelift-frontend",
14747 "cranelift-native",
14748 "cranelift-wasm",
14749 "gimli 0.29.0",
14750 "log",
14751 "object",
14752 "target-lexicon",
14753 "thiserror 1.0.69",
14754 "wasmparser 0.215.0",
14755 "wasmtime-environ",
14756 "wasmtime-versioned-export-macros",
14757]
14758
14759[[package]]
14760name = "wasmtime-environ"
14761version = "24.0.2"
14762source = "registry+https://github.com/rust-lang/crates.io-index"
14763checksum = "e80da0784d4dd0788479ce390cd4a54a893d24f2937d4046145704777aa7a131"
14764dependencies = [
14765 "anyhow",
14766 "cpp_demangle",
14767 "cranelift-bitset",
14768 "cranelift-entity",
14769 "gimli 0.29.0",
14770 "indexmap",
14771 "log",
14772 "object",
14773 "postcard",
14774 "rustc-demangle",
14775 "semver",
14776 "serde",
14777 "serde_derive",
14778 "target-lexicon",
14779 "wasm-encoder 0.215.0",
14780 "wasmparser 0.215.0",
14781 "wasmprinter",
14782 "wasmtime-component-util",
14783 "wasmtime-types",
14784]
14785
14786[[package]]
14787name = "wasmtime-fiber"
14788version = "24.0.2"
14789source = "registry+https://github.com/rust-lang/crates.io-index"
14790checksum = "57c3d366194ff87b8aeeb7348bb789d5dd9a9aca18b340b19dcf4ab96966e663"
14791dependencies = [
14792 "anyhow",
14793 "cc",
14794 "cfg-if",
14795 "rustix 0.38.42",
14796 "wasmtime-asm-macros",
14797 "wasmtime-versioned-export-macros",
14798 "windows-sys 0.52.0",
14799]
14800
14801[[package]]
14802name = "wasmtime-jit-icache-coherence"
14803version = "24.0.2"
14804source = "registry+https://github.com/rust-lang/crates.io-index"
14805checksum = "c543f7ee7b1ec8f2215f88197a40f9fa3452dc98c5902c5c700d8ec9e9ea7021"
14806dependencies = [
14807 "anyhow",
14808 "cfg-if",
14809 "libc",
14810 "windows-sys 0.52.0",
14811]
14812
14813[[package]]
14814name = "wasmtime-slab"
14815version = "24.0.2"
14816source = "registry+https://github.com/rust-lang/crates.io-index"
14817checksum = "bcf7ded4156c76cc1cb348e5728096087e2c432714d1b285044c6da6a1e3d01a"
14818
14819[[package]]
14820name = "wasmtime-types"
14821version = "24.0.2"
14822source = "registry+https://github.com/rust-lang/crates.io-index"
14823checksum = "c92a6f3c2a8704a60ae0278ea2635c986539539ce1b80080b0fe8ea7bc83da81"
14824dependencies = [
14825 "anyhow",
14826 "cranelift-entity",
14827 "serde",
14828 "serde_derive",
14829 "smallvec",
14830 "wasmparser 0.215.0",
14831]
14832
14833[[package]]
14834name = "wasmtime-versioned-export-macros"
14835version = "24.0.2"
14836source = "registry+https://github.com/rust-lang/crates.io-index"
14837checksum = "7a6e2f847c118d5b26f0cc01d12a6d72fa450e32c42a4a3ce5d33afb4729ed6a"
14838dependencies = [
14839 "proc-macro2",
14840 "quote",
14841 "syn 2.0.90",
14842]
14843
14844[[package]]
14845name = "wasmtime-wasi"
14846version = "24.0.2"
14847source = "registry+https://github.com/rust-lang/crates.io-index"
14848checksum = "f88f94e393084426f5055d57ce7ae6346ae623783ee6792f411282d6b9e1e5c3"
14849dependencies = [
14850 "anyhow",
14851 "async-trait",
14852 "bitflags 2.6.0",
14853 "bytes 1.9.0",
14854 "cap-fs-ext",
14855 "cap-net-ext",
14856 "cap-rand",
14857 "cap-std",
14858 "cap-time-ext",
14859 "fs-set-times",
14860 "futures 0.3.31",
14861 "io-extras",
14862 "io-lifetimes 2.0.4",
14863 "once_cell",
14864 "rustix 0.38.42",
14865 "system-interface",
14866 "thiserror 1.0.69",
14867 "tokio",
14868 "tracing",
14869 "url",
14870 "wasmtime",
14871 "wiggle",
14872 "windows-sys 0.52.0",
14873]
14874
14875[[package]]
14876name = "wasmtime-winch"
14877version = "24.0.2"
14878source = "registry+https://github.com/rust-lang/crates.io-index"
14879checksum = "ee3640cd34c67f505e88cef0da11368806204a24c68c35d671a48a59bb37f908"
14880dependencies = [
14881 "anyhow",
14882 "cranelift-codegen",
14883 "gimli 0.29.0",
14884 "object",
14885 "target-lexicon",
14886 "wasmparser 0.215.0",
14887 "wasmtime-cranelift",
14888 "wasmtime-environ",
14889 "winch-codegen",
14890]
14891
14892[[package]]
14893name = "wasmtime-wit-bindgen"
14894version = "24.0.2"
14895source = "registry+https://github.com/rust-lang/crates.io-index"
14896checksum = "c58b085b2d330e5057dddd31f3ca527569b90fcdd35f6d373420c304927a5190"
14897dependencies = [
14898 "anyhow",
14899 "heck 0.4.1",
14900 "indexmap",
14901 "wit-parser 0.215.0",
14902]
14903
14904[[package]]
14905name = "wast"
14906version = "35.0.2"
14907source = "registry+https://github.com/rust-lang/crates.io-index"
14908checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
14909dependencies = [
14910 "leb128",
14911]
14912
14913[[package]]
14914name = "wayland-backend"
14915version = "0.3.7"
14916source = "registry+https://github.com/rust-lang/crates.io-index"
14917checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6"
14918dependencies = [
14919 "cc",
14920 "downcast-rs",
14921 "rustix 0.38.42",
14922 "scoped-tls",
14923 "smallvec",
14924 "wayland-sys",
14925]
14926
14927[[package]]
14928name = "wayland-client"
14929version = "0.31.7"
14930source = "registry+https://github.com/rust-lang/crates.io-index"
14931checksum = "b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280"
14932dependencies = [
14933 "bitflags 2.6.0",
14934 "rustix 0.38.42",
14935 "wayland-backend",
14936 "wayland-scanner",
14937]
14938
14939[[package]]
14940name = "wayland-cursor"
14941version = "0.31.7"
14942source = "registry+https://github.com/rust-lang/crates.io-index"
14943checksum = "32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c"
14944dependencies = [
14945 "rustix 0.38.42",
14946 "wayland-client",
14947 "xcursor",
14948]
14949
14950[[package]]
14951name = "wayland-protocols"
14952version = "0.31.2"
14953source = "registry+https://github.com/rust-lang/crates.io-index"
14954checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
14955dependencies = [
14956 "bitflags 2.6.0",
14957 "wayland-backend",
14958 "wayland-client",
14959 "wayland-scanner",
14960]
14961
14962[[package]]
14963name = "wayland-protocols-plasma"
14964version = "0.2.0"
14965source = "registry+https://github.com/rust-lang/crates.io-index"
14966checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
14967dependencies = [
14968 "bitflags 2.6.0",
14969 "wayland-backend",
14970 "wayland-client",
14971 "wayland-protocols",
14972 "wayland-scanner",
14973]
14974
14975[[package]]
14976name = "wayland-scanner"
14977version = "0.31.5"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3"
14980dependencies = [
14981 "proc-macro2",
14982 "quick-xml 0.36.2",
14983 "quote",
14984]
14985
14986[[package]]
14987name = "wayland-sys"
14988version = "0.31.5"
14989source = "registry+https://github.com/rust-lang/crates.io-index"
14990checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09"
14991dependencies = [
14992 "dlib",
14993 "log",
14994 "once_cell",
14995 "pkg-config",
14996]
14997
14998[[package]]
14999name = "web-sys"
15000version = "0.3.76"
15001source = "registry+https://github.com/rust-lang/crates.io-index"
15002checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15003dependencies = [
15004 "js-sys",
15005 "wasm-bindgen",
15006]
15007
15008[[package]]
15009name = "web-time"
15010version = "1.1.0"
15011source = "registry+https://github.com/rust-lang/crates.io-index"
15012checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15013dependencies = [
15014 "js-sys",
15015 "wasm-bindgen",
15016]
15017
15018[[package]]
15019name = "webpki"
15020version = "0.22.4"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
15023dependencies = [
15024 "ring",
15025 "untrusted",
15026]
15027
15028[[package]]
15029name = "webpki-roots"
15030version = "0.22.6"
15031source = "registry+https://github.com/rust-lang/crates.io-index"
15032checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
15033dependencies = [
15034 "webpki",
15035]
15036
15037[[package]]
15038name = "webpki-roots"
15039version = "0.26.7"
15040source = "registry+https://github.com/rust-lang/crates.io-index"
15041checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
15042dependencies = [
15043 "rustls-pki-types",
15044]
15045
15046[[package]]
15047name = "webrtc-sys"
15048version = "0.3.5"
15049source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15050dependencies = [
15051 "cc",
15052 "cxx",
15053 "cxx-build",
15054 "glob",
15055 "log",
15056 "webrtc-sys-build",
15057]
15058
15059[[package]]
15060name = "webrtc-sys-build"
15061version = "0.3.5"
15062source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=060964da10574cd9bf06463a53bf6e0769c5c45e#060964da10574cd9bf06463a53bf6e0769c5c45e"
15063dependencies = [
15064 "fs2",
15065 "regex",
15066 "reqwest 0.11.27",
15067 "scratch",
15068 "semver",
15069 "zip",
15070]
15071
15072[[package]]
15073name = "weezl"
15074version = "0.1.8"
15075source = "registry+https://github.com/rust-lang/crates.io-index"
15076checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
15077
15078[[package]]
15079name = "welcome"
15080version = "0.1.0"
15081dependencies = [
15082 "anyhow",
15083 "client",
15084 "copilot",
15085 "db",
15086 "editor",
15087 "fuzzy",
15088 "gpui",
15089 "install_cli",
15090 "picker",
15091 "project",
15092 "schemars",
15093 "serde",
15094 "settings",
15095 "telemetry",
15096 "ui",
15097 "util",
15098 "vim_mode_setting",
15099 "workspace",
15100 "zed_actions",
15101]
15102
15103[[package]]
15104name = "which"
15105version = "4.4.2"
15106source = "registry+https://github.com/rust-lang/crates.io-index"
15107checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
15108dependencies = [
15109 "either",
15110 "home",
15111 "once_cell",
15112 "rustix 0.38.42",
15113]
15114
15115[[package]]
15116name = "which"
15117version = "6.0.3"
15118source = "registry+https://github.com/rust-lang/crates.io-index"
15119checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
15120dependencies = [
15121 "either",
15122 "home",
15123 "rustix 0.38.42",
15124 "winsafe",
15125]
15126
15127[[package]]
15128name = "whoami"
15129version = "1.5.2"
15130source = "registry+https://github.com/rust-lang/crates.io-index"
15131checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
15132dependencies = [
15133 "redox_syscall 0.5.8",
15134 "wasite",
15135]
15136
15137[[package]]
15138name = "wiggle"
15139version = "24.0.2"
15140source = "registry+https://github.com/rust-lang/crates.io-index"
15141checksum = "c72a4c92952216582f55eab27819a1fe8d3c54b292b7b8e5f849b23bfed96e78"
15142dependencies = [
15143 "anyhow",
15144 "async-trait",
15145 "bitflags 2.6.0",
15146 "thiserror 1.0.69",
15147 "tracing",
15148 "wasmtime",
15149 "wiggle-macro",
15150]
15151
15152[[package]]
15153name = "wiggle-generate"
15154version = "24.0.2"
15155source = "registry+https://github.com/rust-lang/crates.io-index"
15156checksum = "cb744fb938a9fc38207838829b4a43831c1de499e3526eaea71deeff4d9cbb83"
15157dependencies = [
15158 "anyhow",
15159 "heck 0.4.1",
15160 "proc-macro2",
15161 "quote",
15162 "shellexpand 2.1.2",
15163 "syn 2.0.90",
15164 "witx",
15165]
15166
15167[[package]]
15168name = "wiggle-macro"
15169version = "24.0.2"
15170source = "registry+https://github.com/rust-lang/crates.io-index"
15171checksum = "7cef395fff17bf8f9c1dee6c0e12801a3ba24928139af0ecb5ccb82ff87bf9d2"
15172dependencies = [
15173 "proc-macro2",
15174 "quote",
15175 "syn 2.0.90",
15176 "wiggle-generate",
15177]
15178
15179[[package]]
15180name = "winapi"
15181version = "0.3.9"
15182source = "registry+https://github.com/rust-lang/crates.io-index"
15183checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
15184dependencies = [
15185 "winapi-i686-pc-windows-gnu",
15186 "winapi-x86_64-pc-windows-gnu",
15187]
15188
15189[[package]]
15190name = "winapi-i686-pc-windows-gnu"
15191version = "0.4.0"
15192source = "registry+https://github.com/rust-lang/crates.io-index"
15193checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
15194
15195[[package]]
15196name = "winapi-util"
15197version = "0.1.9"
15198source = "registry+https://github.com/rust-lang/crates.io-index"
15199checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
15200dependencies = [
15201 "windows-sys 0.59.0",
15202]
15203
15204[[package]]
15205name = "winapi-x86_64-pc-windows-gnu"
15206version = "0.4.0"
15207source = "registry+https://github.com/rust-lang/crates.io-index"
15208checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
15209
15210[[package]]
15211name = "winch-codegen"
15212version = "0.22.2"
15213source = "registry+https://github.com/rust-lang/crates.io-index"
15214checksum = "46d7fecc199486f048bb2d649dce68bf28712ae1183dd54fd4a0534989517b24"
15215dependencies = [
15216 "anyhow",
15217 "cranelift-codegen",
15218 "gimli 0.29.0",
15219 "regalloc2",
15220 "smallvec",
15221 "target-lexicon",
15222 "wasmparser 0.215.0",
15223 "wasmtime-cranelift",
15224 "wasmtime-environ",
15225]
15226
15227[[package]]
15228name = "windows"
15229version = "0.54.0"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
15232dependencies = [
15233 "windows-core 0.54.0",
15234 "windows-targets 0.52.6",
15235]
15236
15237[[package]]
15238name = "windows"
15239version = "0.57.0"
15240source = "registry+https://github.com/rust-lang/crates.io-index"
15241checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
15242dependencies = [
15243 "windows-core 0.57.0",
15244 "windows-targets 0.52.6",
15245]
15246
15247[[package]]
15248name = "windows"
15249version = "0.58.0"
15250source = "registry+https://github.com/rust-lang/crates.io-index"
15251checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
15252dependencies = [
15253 "windows-core 0.58.0",
15254 "windows-targets 0.52.6",
15255]
15256
15257[[package]]
15258name = "windows-core"
15259version = "0.52.0"
15260source = "registry+https://github.com/rust-lang/crates.io-index"
15261checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
15262dependencies = [
15263 "windows-targets 0.52.6",
15264]
15265
15266[[package]]
15267name = "windows-core"
15268version = "0.54.0"
15269source = "registry+https://github.com/rust-lang/crates.io-index"
15270checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
15271dependencies = [
15272 "windows-result 0.1.2",
15273 "windows-targets 0.52.6",
15274]
15275
15276[[package]]
15277name = "windows-core"
15278version = "0.57.0"
15279source = "registry+https://github.com/rust-lang/crates.io-index"
15280checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
15281dependencies = [
15282 "windows-implement 0.57.0",
15283 "windows-interface 0.57.0",
15284 "windows-result 0.1.2",
15285 "windows-targets 0.52.6",
15286]
15287
15288[[package]]
15289name = "windows-core"
15290version = "0.58.0"
15291source = "registry+https://github.com/rust-lang/crates.io-index"
15292checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
15293dependencies = [
15294 "windows-implement 0.58.0",
15295 "windows-interface 0.58.0",
15296 "windows-result 0.2.0",
15297 "windows-strings",
15298 "windows-targets 0.52.6",
15299]
15300
15301[[package]]
15302name = "windows-implement"
15303version = "0.57.0"
15304source = "registry+https://github.com/rust-lang/crates.io-index"
15305checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
15306dependencies = [
15307 "proc-macro2",
15308 "quote",
15309 "syn 2.0.90",
15310]
15311
15312[[package]]
15313name = "windows-implement"
15314version = "0.58.0"
15315source = "registry+https://github.com/rust-lang/crates.io-index"
15316checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
15317dependencies = [
15318 "proc-macro2",
15319 "quote",
15320 "syn 2.0.90",
15321]
15322
15323[[package]]
15324name = "windows-interface"
15325version = "0.57.0"
15326source = "registry+https://github.com/rust-lang/crates.io-index"
15327checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
15328dependencies = [
15329 "proc-macro2",
15330 "quote",
15331 "syn 2.0.90",
15332]
15333
15334[[package]]
15335name = "windows-interface"
15336version = "0.58.0"
15337source = "registry+https://github.com/rust-lang/crates.io-index"
15338checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
15339dependencies = [
15340 "proc-macro2",
15341 "quote",
15342 "syn 2.0.90",
15343]
15344
15345[[package]]
15346name = "windows-registry"
15347version = "0.2.0"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
15350dependencies = [
15351 "windows-result 0.2.0",
15352 "windows-strings",
15353 "windows-targets 0.52.6",
15354]
15355
15356[[package]]
15357name = "windows-result"
15358version = "0.1.2"
15359source = "registry+https://github.com/rust-lang/crates.io-index"
15360checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
15361dependencies = [
15362 "windows-targets 0.52.6",
15363]
15364
15365[[package]]
15366name = "windows-result"
15367version = "0.2.0"
15368source = "registry+https://github.com/rust-lang/crates.io-index"
15369checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
15370dependencies = [
15371 "windows-targets 0.52.6",
15372]
15373
15374[[package]]
15375name = "windows-strings"
15376version = "0.1.0"
15377source = "registry+https://github.com/rust-lang/crates.io-index"
15378checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
15379dependencies = [
15380 "windows-result 0.2.0",
15381 "windows-targets 0.52.6",
15382]
15383
15384[[package]]
15385name = "windows-sys"
15386version = "0.45.0"
15387source = "registry+https://github.com/rust-lang/crates.io-index"
15388checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
15389dependencies = [
15390 "windows-targets 0.42.2",
15391]
15392
15393[[package]]
15394name = "windows-sys"
15395version = "0.48.0"
15396source = "registry+https://github.com/rust-lang/crates.io-index"
15397checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
15398dependencies = [
15399 "windows-targets 0.48.5",
15400]
15401
15402[[package]]
15403name = "windows-sys"
15404version = "0.52.0"
15405source = "registry+https://github.com/rust-lang/crates.io-index"
15406checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
15407dependencies = [
15408 "windows-targets 0.52.6",
15409]
15410
15411[[package]]
15412name = "windows-sys"
15413version = "0.59.0"
15414source = "registry+https://github.com/rust-lang/crates.io-index"
15415checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
15416dependencies = [
15417 "windows-targets 0.52.6",
15418]
15419
15420[[package]]
15421name = "windows-targets"
15422version = "0.42.2"
15423source = "registry+https://github.com/rust-lang/crates.io-index"
15424checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
15425dependencies = [
15426 "windows_aarch64_gnullvm 0.42.2",
15427 "windows_aarch64_msvc 0.42.2",
15428 "windows_i686_gnu 0.42.2",
15429 "windows_i686_msvc 0.42.2",
15430 "windows_x86_64_gnu 0.42.2",
15431 "windows_x86_64_gnullvm 0.42.2",
15432 "windows_x86_64_msvc 0.42.2",
15433]
15434
15435[[package]]
15436name = "windows-targets"
15437version = "0.48.5"
15438source = "registry+https://github.com/rust-lang/crates.io-index"
15439checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
15440dependencies = [
15441 "windows_aarch64_gnullvm 0.48.5",
15442 "windows_aarch64_msvc 0.48.5",
15443 "windows_i686_gnu 0.48.5",
15444 "windows_i686_msvc 0.48.5",
15445 "windows_x86_64_gnu 0.48.5",
15446 "windows_x86_64_gnullvm 0.48.5",
15447 "windows_x86_64_msvc 0.48.5",
15448]
15449
15450[[package]]
15451name = "windows-targets"
15452version = "0.52.6"
15453source = "registry+https://github.com/rust-lang/crates.io-index"
15454checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
15455dependencies = [
15456 "windows_aarch64_gnullvm 0.52.6",
15457 "windows_aarch64_msvc 0.52.6",
15458 "windows_i686_gnu 0.52.6",
15459 "windows_i686_gnullvm",
15460 "windows_i686_msvc 0.52.6",
15461 "windows_x86_64_gnu 0.52.6",
15462 "windows_x86_64_gnullvm 0.52.6",
15463 "windows_x86_64_msvc 0.52.6",
15464]
15465
15466[[package]]
15467name = "windows_aarch64_gnullvm"
15468version = "0.42.2"
15469source = "registry+https://github.com/rust-lang/crates.io-index"
15470checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
15471
15472[[package]]
15473name = "windows_aarch64_gnullvm"
15474version = "0.48.5"
15475source = "registry+https://github.com/rust-lang/crates.io-index"
15476checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
15477
15478[[package]]
15479name = "windows_aarch64_gnullvm"
15480version = "0.52.6"
15481source = "registry+https://github.com/rust-lang/crates.io-index"
15482checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
15483
15484[[package]]
15485name = "windows_aarch64_msvc"
15486version = "0.42.2"
15487source = "registry+https://github.com/rust-lang/crates.io-index"
15488checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
15489
15490[[package]]
15491name = "windows_aarch64_msvc"
15492version = "0.48.5"
15493source = "registry+https://github.com/rust-lang/crates.io-index"
15494checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
15495
15496[[package]]
15497name = "windows_aarch64_msvc"
15498version = "0.52.6"
15499source = "registry+https://github.com/rust-lang/crates.io-index"
15500checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
15501
15502[[package]]
15503name = "windows_i686_gnu"
15504version = "0.42.2"
15505source = "registry+https://github.com/rust-lang/crates.io-index"
15506checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
15507
15508[[package]]
15509name = "windows_i686_gnu"
15510version = "0.48.5"
15511source = "registry+https://github.com/rust-lang/crates.io-index"
15512checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
15513
15514[[package]]
15515name = "windows_i686_gnu"
15516version = "0.52.6"
15517source = "registry+https://github.com/rust-lang/crates.io-index"
15518checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
15519
15520[[package]]
15521name = "windows_i686_gnullvm"
15522version = "0.52.6"
15523source = "registry+https://github.com/rust-lang/crates.io-index"
15524checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
15525
15526[[package]]
15527name = "windows_i686_msvc"
15528version = "0.42.2"
15529source = "registry+https://github.com/rust-lang/crates.io-index"
15530checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
15531
15532[[package]]
15533name = "windows_i686_msvc"
15534version = "0.48.5"
15535source = "registry+https://github.com/rust-lang/crates.io-index"
15536checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
15537
15538[[package]]
15539name = "windows_i686_msvc"
15540version = "0.52.6"
15541source = "registry+https://github.com/rust-lang/crates.io-index"
15542checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
15543
15544[[package]]
15545name = "windows_x86_64_gnu"
15546version = "0.42.2"
15547source = "registry+https://github.com/rust-lang/crates.io-index"
15548checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
15549
15550[[package]]
15551name = "windows_x86_64_gnu"
15552version = "0.48.5"
15553source = "registry+https://github.com/rust-lang/crates.io-index"
15554checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
15555
15556[[package]]
15557name = "windows_x86_64_gnu"
15558version = "0.52.6"
15559source = "registry+https://github.com/rust-lang/crates.io-index"
15560checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
15561
15562[[package]]
15563name = "windows_x86_64_gnullvm"
15564version = "0.42.2"
15565source = "registry+https://github.com/rust-lang/crates.io-index"
15566checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
15567
15568[[package]]
15569name = "windows_x86_64_gnullvm"
15570version = "0.48.5"
15571source = "registry+https://github.com/rust-lang/crates.io-index"
15572checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
15573
15574[[package]]
15575name = "windows_x86_64_gnullvm"
15576version = "0.52.6"
15577source = "registry+https://github.com/rust-lang/crates.io-index"
15578checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
15579
15580[[package]]
15581name = "windows_x86_64_msvc"
15582version = "0.42.2"
15583source = "registry+https://github.com/rust-lang/crates.io-index"
15584checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
15585
15586[[package]]
15587name = "windows_x86_64_msvc"
15588version = "0.48.5"
15589source = "registry+https://github.com/rust-lang/crates.io-index"
15590checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
15591
15592[[package]]
15593name = "windows_x86_64_msvc"
15594version = "0.52.6"
15595source = "registry+https://github.com/rust-lang/crates.io-index"
15596checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
15597
15598[[package]]
15599name = "winnow"
15600version = "0.6.20"
15601source = "registry+https://github.com/rust-lang/crates.io-index"
15602checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
15603dependencies = [
15604 "memchr",
15605]
15606
15607[[package]]
15608name = "winreg"
15609version = "0.50.0"
15610source = "registry+https://github.com/rust-lang/crates.io-index"
15611checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
15612dependencies = [
15613 "cfg-if",
15614 "windows-sys 0.48.0",
15615]
15616
15617[[package]]
15618name = "winreg"
15619version = "0.52.0"
15620source = "registry+https://github.com/rust-lang/crates.io-index"
15621checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
15622dependencies = [
15623 "cfg-if",
15624 "windows-sys 0.48.0",
15625]
15626
15627[[package]]
15628name = "winresource"
15629version = "0.1.19"
15630source = "registry+https://github.com/rust-lang/crates.io-index"
15631checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
15632dependencies = [
15633 "toml 0.8.19",
15634 "version_check",
15635]
15636
15637[[package]]
15638name = "winsafe"
15639version = "0.0.19"
15640source = "registry+https://github.com/rust-lang/crates.io-index"
15641checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
15642
15643[[package]]
15644name = "winx"
15645version = "0.36.4"
15646source = "registry+https://github.com/rust-lang/crates.io-index"
15647checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
15648dependencies = [
15649 "bitflags 2.6.0",
15650 "windows-sys 0.59.0",
15651]
15652
15653[[package]]
15654name = "wio"
15655version = "0.2.2"
15656source = "registry+https://github.com/rust-lang/crates.io-index"
15657checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
15658dependencies = [
15659 "winapi",
15660]
15661
15662[[package]]
15663name = "wit-bindgen"
15664version = "0.22.0"
15665source = "registry+https://github.com/rust-lang/crates.io-index"
15666checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
15667dependencies = [
15668 "bitflags 2.6.0",
15669 "wit-bindgen-rt",
15670 "wit-bindgen-rust-macro",
15671]
15672
15673[[package]]
15674name = "wit-bindgen-core"
15675version = "0.22.0"
15676source = "registry+https://github.com/rust-lang/crates.io-index"
15677checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
15678dependencies = [
15679 "anyhow",
15680 "wit-parser 0.201.0",
15681]
15682
15683[[package]]
15684name = "wit-bindgen-rt"
15685version = "0.22.0"
15686source = "registry+https://github.com/rust-lang/crates.io-index"
15687checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
15688
15689[[package]]
15690name = "wit-bindgen-rust"
15691version = "0.22.0"
15692source = "registry+https://github.com/rust-lang/crates.io-index"
15693checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
15694dependencies = [
15695 "anyhow",
15696 "heck 0.4.1",
15697 "indexmap",
15698 "wasm-metadata",
15699 "wit-bindgen-core",
15700 "wit-component",
15701]
15702
15703[[package]]
15704name = "wit-bindgen-rust-macro"
15705version = "0.22.0"
15706source = "registry+https://github.com/rust-lang/crates.io-index"
15707checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
15708dependencies = [
15709 "anyhow",
15710 "proc-macro2",
15711 "quote",
15712 "syn 2.0.90",
15713 "wit-bindgen-core",
15714 "wit-bindgen-rust",
15715]
15716
15717[[package]]
15718name = "wit-component"
15719version = "0.201.0"
15720source = "registry+https://github.com/rust-lang/crates.io-index"
15721checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
15722dependencies = [
15723 "anyhow",
15724 "bitflags 2.6.0",
15725 "indexmap",
15726 "log",
15727 "serde",
15728 "serde_derive",
15729 "serde_json",
15730 "wasm-encoder 0.201.0",
15731 "wasm-metadata",
15732 "wasmparser 0.201.0",
15733 "wit-parser 0.201.0",
15734]
15735
15736[[package]]
15737name = "wit-parser"
15738version = "0.201.0"
15739source = "registry+https://github.com/rust-lang/crates.io-index"
15740checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
15741dependencies = [
15742 "anyhow",
15743 "id-arena",
15744 "indexmap",
15745 "log",
15746 "semver",
15747 "serde",
15748 "serde_derive",
15749 "serde_json",
15750 "unicode-xid",
15751 "wasmparser 0.201.0",
15752]
15753
15754[[package]]
15755name = "wit-parser"
15756version = "0.215.0"
15757source = "registry+https://github.com/rust-lang/crates.io-index"
15758checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f"
15759dependencies = [
15760 "anyhow",
15761 "id-arena",
15762 "indexmap",
15763 "log",
15764 "semver",
15765 "serde",
15766 "serde_derive",
15767 "serde_json",
15768 "unicode-xid",
15769 "wasmparser 0.215.0",
15770]
15771
15772[[package]]
15773name = "witx"
15774version = "0.9.1"
15775source = "registry+https://github.com/rust-lang/crates.io-index"
15776checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
15777dependencies = [
15778 "anyhow",
15779 "log",
15780 "thiserror 1.0.69",
15781 "wast",
15782]
15783
15784[[package]]
15785name = "workspace"
15786version = "0.1.0"
15787dependencies = [
15788 "any_vec",
15789 "anyhow",
15790 "async-recursion 1.1.1",
15791 "bincode",
15792 "call",
15793 "client",
15794 "clock",
15795 "collections",
15796 "db",
15797 "derive_more",
15798 "env_logger 0.11.6",
15799 "fs",
15800 "futures 0.3.31",
15801 "gpui",
15802 "http_client",
15803 "itertools 0.13.0",
15804 "language",
15805 "log",
15806 "node_runtime",
15807 "parking_lot",
15808 "postage",
15809 "project",
15810 "remote",
15811 "schemars",
15812 "serde",
15813 "serde_json",
15814 "session",
15815 "settings",
15816 "smallvec",
15817 "sqlez",
15818 "strum",
15819 "task",
15820 "tempfile",
15821 "theme",
15822 "ui",
15823 "util",
15824 "uuid",
15825]
15826
15827[[package]]
15828name = "worktree"
15829version = "0.1.0"
15830dependencies = [
15831 "anyhow",
15832 "clock",
15833 "collections",
15834 "env_logger 0.11.6",
15835 "fs",
15836 "futures 0.3.31",
15837 "fuzzy",
15838 "git",
15839 "git2",
15840 "git_hosting_providers",
15841 "gpui",
15842 "http_client",
15843 "ignore",
15844 "language",
15845 "log",
15846 "parking_lot",
15847 "paths",
15848 "postage",
15849 "pretty_assertions",
15850 "rand 0.8.5",
15851 "rpc",
15852 "schemars",
15853 "serde",
15854 "serde_json",
15855 "settings",
15856 "smallvec",
15857 "smol",
15858 "sum_tree",
15859 "text",
15860 "util",
15861]
15862
15863[[package]]
15864name = "write16"
15865version = "1.0.0"
15866source = "registry+https://github.com/rust-lang/crates.io-index"
15867checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
15868
15869[[package]]
15870name = "writeable"
15871version = "0.5.5"
15872source = "registry+https://github.com/rust-lang/crates.io-index"
15873checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
15874
15875[[package]]
15876name = "wyz"
15877version = "0.5.1"
15878source = "registry+https://github.com/rust-lang/crates.io-index"
15879checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
15880dependencies = [
15881 "tap",
15882]
15883
15884[[package]]
15885name = "x11-clipboard"
15886version = "0.9.3"
15887source = "registry+https://github.com/rust-lang/crates.io-index"
15888checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
15889dependencies = [
15890 "libc",
15891 "x11rb",
15892]
15893
15894[[package]]
15895name = "x11rb"
15896version = "0.13.1"
15897source = "registry+https://github.com/rust-lang/crates.io-index"
15898checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
15899dependencies = [
15900 "as-raw-xcb-connection",
15901 "gethostname",
15902 "libc",
15903 "rustix 0.38.42",
15904 "x11rb-protocol",
15905]
15906
15907[[package]]
15908name = "x11rb-protocol"
15909version = "0.13.1"
15910source = "registry+https://github.com/rust-lang/crates.io-index"
15911checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
15912
15913[[package]]
15914name = "xattr"
15915version = "0.2.3"
15916source = "registry+https://github.com/rust-lang/crates.io-index"
15917checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
15918dependencies = [
15919 "libc",
15920]
15921
15922[[package]]
15923name = "xcursor"
15924version = "0.3.8"
15925source = "registry+https://github.com/rust-lang/crates.io-index"
15926checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
15927
15928[[package]]
15929name = "xdg-home"
15930version = "1.3.0"
15931source = "registry+https://github.com/rust-lang/crates.io-index"
15932checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
15933dependencies = [
15934 "libc",
15935 "windows-sys 0.59.0",
15936]
15937
15938[[package]]
15939name = "xim"
15940version = "0.4.0"
15941source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15942dependencies = [
15943 "ahash 0.8.11",
15944 "hashbrown 0.14.5",
15945 "log",
15946 "x11rb",
15947 "xim-ctext",
15948 "xim-parser",
15949]
15950
15951[[package]]
15952name = "xim-ctext"
15953version = "0.3.0"
15954source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15955dependencies = [
15956 "encoding_rs",
15957]
15958
15959[[package]]
15960name = "xim-parser"
15961version = "0.2.1"
15962source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
15963dependencies = [
15964 "bitflags 2.6.0",
15965]
15966
15967[[package]]
15968name = "xkbcommon"
15969version = "0.7.0"
15970source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
15971dependencies = [
15972 "as-raw-xcb-connection",
15973 "libc",
15974 "memmap2",
15975 "xkeysym",
15976]
15977
15978[[package]]
15979name = "xkeysym"
15980version = "0.2.1"
15981source = "registry+https://github.com/rust-lang/crates.io-index"
15982checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
15983
15984[[package]]
15985name = "xml5ever"
15986version = "0.18.1"
15987source = "registry+https://github.com/rust-lang/crates.io-index"
15988checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
15989dependencies = [
15990 "log",
15991 "mac",
15992 "markup5ever",
15993]
15994
15995[[package]]
15996name = "xmlparser"
15997version = "0.13.6"
15998source = "registry+https://github.com/rust-lang/crates.io-index"
15999checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
16000
16001[[package]]
16002name = "xmlwriter"
16003version = "0.1.0"
16004source = "registry+https://github.com/rust-lang/crates.io-index"
16005checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
16006
16007[[package]]
16008name = "xtask"
16009version = "0.1.0"
16010dependencies = [
16011 "anyhow",
16012 "cargo_metadata",
16013 "cargo_toml",
16014 "clap",
16015]
16016
16017[[package]]
16018name = "yaml-rust2"
16019version = "0.8.1"
16020source = "registry+https://github.com/rust-lang/crates.io-index"
16021checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
16022dependencies = [
16023 "arraydeque",
16024 "encoding_rs",
16025 "hashlink 0.8.4",
16026]
16027
16028[[package]]
16029name = "yansi"
16030version = "1.0.1"
16031source = "registry+https://github.com/rust-lang/crates.io-index"
16032checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
16033
16034[[package]]
16035name = "yazi"
16036version = "0.1.6"
16037source = "registry+https://github.com/rust-lang/crates.io-index"
16038checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
16039
16040[[package]]
16041name = "yeslogic-fontconfig-sys"
16042version = "6.0.0"
16043source = "registry+https://github.com/rust-lang/crates.io-index"
16044checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
16045dependencies = [
16046 "dlib",
16047 "once_cell",
16048 "pkg-config",
16049]
16050
16051[[package]]
16052name = "yoke"
16053version = "0.7.5"
16054source = "registry+https://github.com/rust-lang/crates.io-index"
16055checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
16056dependencies = [
16057 "serde",
16058 "stable_deref_trait",
16059 "yoke-derive",
16060 "zerofrom",
16061]
16062
16063[[package]]
16064name = "yoke-derive"
16065version = "0.7.5"
16066source = "registry+https://github.com/rust-lang/crates.io-index"
16067checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
16068dependencies = [
16069 "proc-macro2",
16070 "quote",
16071 "syn 2.0.90",
16072 "synstructure",
16073]
16074
16075[[package]]
16076name = "zbus"
16077version = "4.4.0"
16078source = "registry+https://github.com/rust-lang/crates.io-index"
16079checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725"
16080dependencies = [
16081 "async-broadcast",
16082 "async-executor",
16083 "async-fs 2.1.2",
16084 "async-io 2.4.0",
16085 "async-lock 3.4.0",
16086 "async-process 2.3.0",
16087 "async-recursion 1.1.1",
16088 "async-task",
16089 "async-trait",
16090 "blocking",
16091 "enumflags2",
16092 "event-listener 5.3.1",
16093 "futures-core",
16094 "futures-sink",
16095 "futures-util",
16096 "hex",
16097 "nix",
16098 "ordered-stream",
16099 "rand 0.8.5",
16100 "serde",
16101 "serde_repr",
16102 "sha1",
16103 "static_assertions",
16104 "tracing",
16105 "uds_windows",
16106 "windows-sys 0.52.0",
16107 "xdg-home",
16108 "zbus_macros 4.4.0",
16109 "zbus_names 3.0.0",
16110 "zvariant 4.2.0",
16111]
16112
16113[[package]]
16114name = "zbus"
16115version = "5.1.1"
16116source = "registry+https://github.com/rust-lang/crates.io-index"
16117checksum = "1162094dc63b1629fcc44150bcceeaa80798cd28bcbe7fa987b65a034c258608"
16118dependencies = [
16119 "async-broadcast",
16120 "async-executor",
16121 "async-fs 2.1.2",
16122 "async-io 2.4.0",
16123 "async-lock 3.4.0",
16124 "async-process 2.3.0",
16125 "async-recursion 1.1.1",
16126 "async-task",
16127 "async-trait",
16128 "blocking",
16129 "enumflags2",
16130 "event-listener 5.3.1",
16131 "futures-core",
16132 "futures-util",
16133 "hex",
16134 "nix",
16135 "ordered-stream",
16136 "serde",
16137 "serde_repr",
16138 "static_assertions",
16139 "tracing",
16140 "uds_windows",
16141 "windows-sys 0.59.0",
16142 "winnow",
16143 "xdg-home",
16144 "zbus_macros 5.1.1",
16145 "zbus_names 4.1.0",
16146 "zvariant 5.1.0",
16147]
16148
16149[[package]]
16150name = "zbus_macros"
16151version = "4.4.0"
16152source = "registry+https://github.com/rust-lang/crates.io-index"
16153checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e"
16154dependencies = [
16155 "proc-macro-crate",
16156 "proc-macro2",
16157 "quote",
16158 "syn 2.0.90",
16159 "zvariant_utils 2.1.0",
16160]
16161
16162[[package]]
16163name = "zbus_macros"
16164version = "5.1.1"
16165source = "registry+https://github.com/rust-lang/crates.io-index"
16166checksum = "2cd2dcdce3e2727f7d74b7e33b5a89539b3cc31049562137faf7ae4eb86cd16d"
16167dependencies = [
16168 "proc-macro-crate",
16169 "proc-macro2",
16170 "quote",
16171 "syn 2.0.90",
16172 "zbus_names 4.1.0",
16173 "zvariant 5.1.0",
16174 "zvariant_utils 3.0.2",
16175]
16176
16177[[package]]
16178name = "zbus_names"
16179version = "3.0.0"
16180source = "registry+https://github.com/rust-lang/crates.io-index"
16181checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
16182dependencies = [
16183 "serde",
16184 "static_assertions",
16185 "zvariant 4.2.0",
16186]
16187
16188[[package]]
16189name = "zbus_names"
16190version = "4.1.0"
16191source = "registry+https://github.com/rust-lang/crates.io-index"
16192checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
16193dependencies = [
16194 "serde",
16195 "static_assertions",
16196 "winnow",
16197 "zvariant 5.1.0",
16198]
16199
16200[[package]]
16201name = "zed"
16202version = "0.169.1"
16203dependencies = [
16204 "activity_indicator",
16205 "anyhow",
16206 "ashpd",
16207 "assets",
16208 "assistant",
16209 "assistant2",
16210 "assistant_tools",
16211 "async-watch",
16212 "audio",
16213 "auto_update",
16214 "auto_update_ui",
16215 "backtrace",
16216 "breadcrumbs",
16217 "call",
16218 "channel",
16219 "chrono",
16220 "clap",
16221 "cli",
16222 "client",
16223 "collab_ui",
16224 "collections",
16225 "command_palette",
16226 "command_palette_hooks",
16227 "copilot",
16228 "db",
16229 "diagnostics",
16230 "editor",
16231 "env_logger 0.11.6",
16232 "extension",
16233 "extension_host",
16234 "extensions_ui",
16235 "feature_flags",
16236 "feedback",
16237 "file_finder",
16238 "file_icons",
16239 "fs",
16240 "futures 0.3.31",
16241 "git",
16242 "git_hosting_providers",
16243 "git_ui",
16244 "go_to_line",
16245 "gpui",
16246 "http_client",
16247 "image_viewer",
16248 "inline_completion_button",
16249 "install_cli",
16250 "journal",
16251 "language",
16252 "language_extension",
16253 "language_model",
16254 "language_models",
16255 "language_selector",
16256 "language_tools",
16257 "languages",
16258 "libc",
16259 "log",
16260 "markdown",
16261 "markdown_preview",
16262 "menu",
16263 "mimalloc",
16264 "nix",
16265 "node_runtime",
16266 "notifications",
16267 "outline",
16268 "outline_panel",
16269 "parking_lot",
16270 "paths",
16271 "picker",
16272 "profiling",
16273 "project",
16274 "project_panel",
16275 "project_symbols",
16276 "proto",
16277 "recent_projects",
16278 "release_channel",
16279 "remote",
16280 "repl",
16281 "reqwest_client",
16282 "rope",
16283 "search",
16284 "serde",
16285 "serde_json",
16286 "session",
16287 "settings",
16288 "settings_ui",
16289 "shellexpand 2.1.2",
16290 "simplelog",
16291 "smol",
16292 "snippet_provider",
16293 "snippets_ui",
16294 "supermaven",
16295 "sysinfo",
16296 "tab_switcher",
16297 "task",
16298 "tasks_ui",
16299 "telemetry",
16300 "telemetry_events",
16301 "terminal_view",
16302 "theme",
16303 "theme_extension",
16304 "theme_selector",
16305 "time",
16306 "toolchain_selector",
16307 "tree-sitter-md",
16308 "tree-sitter-rust",
16309 "ui",
16310 "url",
16311 "urlencoding",
16312 "util",
16313 "uuid",
16314 "vcs_menu",
16315 "vim",
16316 "vim_mode_setting",
16317 "welcome",
16318 "windows 0.58.0",
16319 "winresource",
16320 "workspace",
16321 "zed_actions",
16322 "zeta",
16323]
16324
16325[[package]]
16326name = "zed_actions"
16327version = "0.1.0"
16328dependencies = [
16329 "gpui",
16330 "schemars",
16331 "serde",
16332]
16333
16334[[package]]
16335name = "zed_csharp"
16336version = "0.1.0"
16337dependencies = [
16338 "zed_extension_api 0.1.0",
16339]
16340
16341[[package]]
16342name = "zed_deno"
16343version = "0.0.2"
16344dependencies = [
16345 "zed_extension_api 0.1.0",
16346]
16347
16348[[package]]
16349name = "zed_elixir"
16350version = "0.1.2"
16351dependencies = [
16352 "zed_extension_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
16353]
16354
16355[[package]]
16356name = "zed_emmet"
16357version = "0.0.3"
16358dependencies = [
16359 "zed_extension_api 0.1.0",
16360]
16361
16362[[package]]
16363name = "zed_erlang"
16364version = "0.1.1"
16365dependencies = [
16366 "zed_extension_api 0.1.0",
16367]
16368
16369[[package]]
16370name = "zed_extension_api"
16371version = "0.1.0"
16372source = "registry+https://github.com/rust-lang/crates.io-index"
16373checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
16374dependencies = [
16375 "serde",
16376 "serde_json",
16377 "wit-bindgen",
16378]
16379
16380[[package]]
16381name = "zed_extension_api"
16382version = "0.2.0"
16383dependencies = [
16384 "serde",
16385 "serde_json",
16386 "wit-bindgen",
16387]
16388
16389[[package]]
16390name = "zed_extension_api"
16391version = "0.2.0"
16392source = "registry+https://github.com/rust-lang/crates.io-index"
16393checksum = "9fd16b8b30a9dc920fc1678ff852f696b5bdf5b5843bc745a128be0aac29859e"
16394dependencies = [
16395 "serde",
16396 "serde_json",
16397 "wit-bindgen",
16398]
16399
16400[[package]]
16401name = "zed_glsl"
16402version = "0.1.0"
16403dependencies = [
16404 "zed_extension_api 0.1.0",
16405]
16406
16407[[package]]
16408name = "zed_haskell"
16409version = "0.1.2"
16410dependencies = [
16411 "zed_extension_api 0.1.0",
16412]
16413
16414[[package]]
16415name = "zed_html"
16416version = "0.1.4"
16417dependencies = [
16418 "zed_extension_api 0.1.0",
16419]
16420
16421[[package]]
16422name = "zed_lua"
16423version = "0.1.1"
16424dependencies = [
16425 "zed_extension_api 0.1.0",
16426]
16427
16428[[package]]
16429name = "zed_php"
16430version = "0.2.3"
16431dependencies = [
16432 "zed_extension_api 0.1.0",
16433]
16434
16435[[package]]
16436name = "zed_prisma"
16437version = "0.0.4"
16438dependencies = [
16439 "zed_extension_api 0.1.0",
16440]
16441
16442[[package]]
16443name = "zed_proto"
16444version = "0.2.1"
16445dependencies = [
16446 "zed_extension_api 0.1.0",
16447]
16448
16449[[package]]
16450name = "zed_purescript"
16451version = "0.0.1"
16452dependencies = [
16453 "zed_extension_api 0.1.0",
16454]
16455
16456[[package]]
16457name = "zed_ruff"
16458version = "0.1.0"
16459dependencies = [
16460 "zed_extension_api 0.1.0",
16461]
16462
16463[[package]]
16464name = "zed_snippets"
16465version = "0.0.5"
16466dependencies = [
16467 "serde_json",
16468 "zed_extension_api 0.1.0",
16469]
16470
16471[[package]]
16472name = "zed_terraform"
16473version = "0.1.1"
16474dependencies = [
16475 "zed_extension_api 0.1.0",
16476]
16477
16478[[package]]
16479name = "zed_test_extension"
16480version = "0.1.0"
16481dependencies = [
16482 "zed_extension_api 0.2.0",
16483]
16484
16485[[package]]
16486name = "zed_toml"
16487version = "0.1.2"
16488dependencies = [
16489 "zed_extension_api 0.1.0",
16490]
16491
16492[[package]]
16493name = "zed_uiua"
16494version = "0.0.1"
16495dependencies = [
16496 "zed_extension_api 0.1.0",
16497]
16498
16499[[package]]
16500name = "zed_zig"
16501version = "0.3.2"
16502dependencies = [
16503 "zed_extension_api 0.1.0",
16504]
16505
16506[[package]]
16507name = "zeno"
16508version = "0.2.3"
16509source = "registry+https://github.com/rust-lang/crates.io-index"
16510checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
16511
16512[[package]]
16513name = "zerocopy"
16514version = "0.7.35"
16515source = "registry+https://github.com/rust-lang/crates.io-index"
16516checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
16517dependencies = [
16518 "byteorder",
16519 "zerocopy-derive",
16520]
16521
16522[[package]]
16523name = "zerocopy-derive"
16524version = "0.7.35"
16525source = "registry+https://github.com/rust-lang/crates.io-index"
16526checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
16527dependencies = [
16528 "proc-macro2",
16529 "quote",
16530 "syn 2.0.90",
16531]
16532
16533[[package]]
16534name = "zerofrom"
16535version = "0.1.5"
16536source = "registry+https://github.com/rust-lang/crates.io-index"
16537checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
16538dependencies = [
16539 "zerofrom-derive",
16540]
16541
16542[[package]]
16543name = "zerofrom-derive"
16544version = "0.1.5"
16545source = "registry+https://github.com/rust-lang/crates.io-index"
16546checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
16547dependencies = [
16548 "proc-macro2",
16549 "quote",
16550 "syn 2.0.90",
16551 "synstructure",
16552]
16553
16554[[package]]
16555name = "zeroize"
16556version = "1.8.1"
16557source = "registry+https://github.com/rust-lang/crates.io-index"
16558checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
16559dependencies = [
16560 "zeroize_derive",
16561]
16562
16563[[package]]
16564name = "zeroize_derive"
16565version = "1.4.2"
16566source = "registry+https://github.com/rust-lang/crates.io-index"
16567checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
16568dependencies = [
16569 "proc-macro2",
16570 "quote",
16571 "syn 2.0.90",
16572]
16573
16574[[package]]
16575name = "zeromq"
16576version = "0.4.1"
16577source = "registry+https://github.com/rust-lang/crates.io-index"
16578checksum = "6a4528179201f6eecf211961a7d3276faa61554c82651ecc66387f68fc3004bd"
16579dependencies = [
16580 "async-dispatcher",
16581 "async-std",
16582 "async-trait",
16583 "asynchronous-codec",
16584 "bytes 1.9.0",
16585 "crossbeam-queue",
16586 "dashmap 5.5.3",
16587 "futures-channel",
16588 "futures-io",
16589 "futures-task",
16590 "futures-util",
16591 "log",
16592 "num-traits",
16593 "once_cell",
16594 "parking_lot",
16595 "rand 0.8.5",
16596 "regex",
16597 "thiserror 1.0.69",
16598 "uuid",
16599]
16600
16601[[package]]
16602name = "zerovec"
16603version = "0.10.4"
16604source = "registry+https://github.com/rust-lang/crates.io-index"
16605checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
16606dependencies = [
16607 "yoke",
16608 "zerofrom",
16609 "zerovec-derive",
16610]
16611
16612[[package]]
16613name = "zerovec-derive"
16614version = "0.10.3"
16615source = "registry+https://github.com/rust-lang/crates.io-index"
16616checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
16617dependencies = [
16618 "proc-macro2",
16619 "quote",
16620 "syn 2.0.90",
16621]
16622
16623[[package]]
16624name = "zeta"
16625version = "0.1.0"
16626dependencies = [
16627 "anyhow",
16628 "arrayvec",
16629 "call",
16630 "client",
16631 "clock",
16632 "collections",
16633 "ctor",
16634 "editor",
16635 "env_logger 0.11.6",
16636 "futures 0.3.31",
16637 "gpui",
16638 "http_client",
16639 "indoc",
16640 "inline_completion",
16641 "language",
16642 "language_models",
16643 "log",
16644 "menu",
16645 "reqwest_client",
16646 "rpc",
16647 "serde_json",
16648 "settings",
16649 "similar",
16650 "telemetry",
16651 "telemetry_events",
16652 "theme",
16653 "tree-sitter-go",
16654 "tree-sitter-rust",
16655 "ui",
16656 "uuid",
16657 "workspace",
16658 "worktree",
16659]
16660
16661[[package]]
16662name = "zip"
16663version = "0.6.6"
16664source = "registry+https://github.com/rust-lang/crates.io-index"
16665checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
16666dependencies = [
16667 "aes",
16668 "byteorder",
16669 "bzip2",
16670 "constant_time_eq 0.1.5",
16671 "crc32fast",
16672 "crossbeam-utils",
16673 "flate2",
16674 "hmac",
16675 "pbkdf2 0.11.0",
16676 "sha1",
16677 "time",
16678 "zstd",
16679]
16680
16681[[package]]
16682name = "zstd"
16683version = "0.11.2+zstd.1.5.2"
16684source = "registry+https://github.com/rust-lang/crates.io-index"
16685checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
16686dependencies = [
16687 "zstd-safe",
16688]
16689
16690[[package]]
16691name = "zstd-safe"
16692version = "5.0.2+zstd.1.5.2"
16693source = "registry+https://github.com/rust-lang/crates.io-index"
16694checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
16695dependencies = [
16696 "libc",
16697 "zstd-sys",
16698]
16699
16700[[package]]
16701name = "zstd-sys"
16702version = "2.0.13+zstd.1.5.6"
16703source = "registry+https://github.com/rust-lang/crates.io-index"
16704checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
16705dependencies = [
16706 "cc",
16707 "pkg-config",
16708]
16709
16710[[package]]
16711name = "zune-core"
16712version = "0.4.12"
16713source = "registry+https://github.com/rust-lang/crates.io-index"
16714checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
16715
16716[[package]]
16717name = "zune-inflate"
16718version = "0.2.54"
16719source = "registry+https://github.com/rust-lang/crates.io-index"
16720checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
16721dependencies = [
16722 "simd-adler32",
16723]
16724
16725[[package]]
16726name = "zune-jpeg"
16727version = "0.4.13"
16728source = "registry+https://github.com/rust-lang/crates.io-index"
16729checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
16730dependencies = [
16731 "zune-core",
16732]
16733
16734[[package]]
16735name = "zvariant"
16736version = "4.2.0"
16737source = "registry+https://github.com/rust-lang/crates.io-index"
16738checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe"
16739dependencies = [
16740 "endi",
16741 "enumflags2",
16742 "serde",
16743 "static_assertions",
16744 "zvariant_derive 4.2.0",
16745]
16746
16747[[package]]
16748name = "zvariant"
16749version = "5.1.0"
16750source = "registry+https://github.com/rust-lang/crates.io-index"
16751checksum = "a1200ee6ac32f1e5a312e455a949a4794855515d34f9909f4a3e082d14e1a56f"
16752dependencies = [
16753 "endi",
16754 "enumflags2",
16755 "serde",
16756 "static_assertions",
16757 "url",
16758 "winnow",
16759 "zvariant_derive 5.1.0",
16760 "zvariant_utils 3.0.2",
16761]
16762
16763[[package]]
16764name = "zvariant_derive"
16765version = "4.2.0"
16766source = "registry+https://github.com/rust-lang/crates.io-index"
16767checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449"
16768dependencies = [
16769 "proc-macro-crate",
16770 "proc-macro2",
16771 "quote",
16772 "syn 2.0.90",
16773 "zvariant_utils 2.1.0",
16774]
16775
16776[[package]]
16777name = "zvariant_derive"
16778version = "5.1.0"
16779source = "registry+https://github.com/rust-lang/crates.io-index"
16780checksum = "687e3b97fae6c9104fbbd36c73d27d149abf04fb874e2efbd84838763daa8916"
16781dependencies = [
16782 "proc-macro-crate",
16783 "proc-macro2",
16784 "quote",
16785 "syn 2.0.90",
16786 "zvariant_utils 3.0.2",
16787]
16788
16789[[package]]
16790name = "zvariant_utils"
16791version = "2.1.0"
16792source = "registry+https://github.com/rust-lang/crates.io-index"
16793checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340"
16794dependencies = [
16795 "proc-macro2",
16796 "quote",
16797 "syn 2.0.90",
16798]
16799
16800[[package]]
16801name = "zvariant_utils"
16802version = "3.0.2"
16803source = "registry+https://github.com/rust-lang/crates.io-index"
16804checksum = "20d1d011a38f12360e5fcccceeff5e2c42a8eb7f27f0dcba97a0862ede05c9c6"
16805dependencies = [
16806 "proc-macro2",
16807 "quote",
16808 "serde",
16809 "static_assertions",
16810 "syn 2.0.90",
16811 "winnow",
16812]