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